@salutejs/sdds-cs 0.335.0-canary.2339.19735457854.0 → 0.335.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 (127) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +3 -3
  3. package/types/components/Accordion/Accordion.d.ts +4 -4
  4. package/types/components/Attach/Attach.config.d.ts +6 -6
  5. package/types/components/Attach/Attach.d.ts +31 -31
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +7 -7
  7. package/types/components/Autocomplete/Autocomplete.d.ts +24 -24
  8. package/types/components/Avatar/Avatar.config.d.ts +11 -11
  9. package/types/components/Avatar/Avatar.d.ts +39 -39
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +8 -8
  12. package/types/components/Badge/Badge.d.ts +9 -9
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +2 -2
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
  15. package/types/components/Button/Button.config.d.ts +9 -9
  16. package/types/components/Button/Button.d.ts +34 -34
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +14 -14
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +15 -15
  19. package/types/components/Calendar/Calendar.d.ts +10 -10
  20. package/types/components/Calendar/CalendarBase.config.d.ts +2 -2
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +2 -2
  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 +3 -3
  27. package/types/components/Cell/Cell.d.ts +8 -8
  28. package/types/components/Checkbox/Checkbox.config.d.ts +4 -4
  29. package/types/components/Checkbox/Checkbox.d.ts +12 -12
  30. package/types/components/Chip/Chip.config.d.ts +6 -6
  31. package/types/components/Chip/Chip.d.ts +7 -7
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +6 -6
  33. package/types/components/ChipGroup/ChipGroup.d.ts +8 -8
  34. package/types/components/Combobox/Combobox.config.d.ts +7 -7
  35. package/types/components/Combobox/Combobox.d.ts +92 -92
  36. package/types/components/Counter/Counter.config.d.ts +5 -5
  37. package/types/components/Counter/Counter.d.ts +7 -7
  38. package/types/components/DatePicker/DatePicker.config.d.ts +4 -4
  39. package/types/components/DatePicker/DatePicker.d.ts +23 -23
  40. package/types/components/Divider/Divider.config.d.ts +7 -7
  41. package/types/components/Divider/Divider.d.ts +8 -8
  42. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  43. package/types/components/Drawer/Drawer.d.ts +11 -11
  44. package/types/components/Dropdown/Dropdown.config.d.ts +2 -2
  45. package/types/components/Dropdown/Dropdown.d.ts +20 -20
  46. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  47. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  48. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  49. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  50. package/types/components/Flow/Flow.d.ts +1 -1
  51. package/types/components/Grid/Grid.config.d.ts +1 -1
  52. package/types/components/Grid/Grid.d.ts +2 -2
  53. package/types/components/IconButton/IconButton.config.d.ts +6 -6
  54. package/types/components/IconButton/IconButton.d.ts +9 -9
  55. package/types/components/Image/Image.d.ts +1 -1
  56. package/types/components/Indicator/Indicator.config.d.ts +10 -10
  57. package/types/components/Indicator/Indicator.d.ts +32 -32
  58. package/types/components/Link/Link.config.d.ts +11 -11
  59. package/types/components/Link/Link.d.ts +26 -26
  60. package/types/components/Mask/Mask.d.ts +105 -105
  61. package/types/components/Modal/Modal.config.d.ts +1 -1
  62. package/types/components/Notification/Notification.config.d.ts +6 -6
  63. package/types/components/Notification/Notification.d.ts +8 -8
  64. package/types/components/NumberInput/NumberInput.config.d.ts +7 -7
  65. package/types/components/NumberInput/NumberInput.d.ts +8 -8
  66. package/types/components/Pagination/Pagination.config.d.ts +5 -5
  67. package/types/components/Pagination/Pagination.d.ts +6 -6
  68. package/types/components/Popover/Popover.config.d.ts +1 -1
  69. package/types/components/Popover/Popover.d.ts +3 -3
  70. package/types/components/Price/Price.d.ts +2 -2
  71. package/types/components/Progress/Progress.config.d.ts +5 -5
  72. package/types/components/Progress/Progress.d.ts +6 -6
  73. package/types/components/Radiobox/Radiobox.config.d.ts +4 -4
  74. package/types/components/Radiobox/Radiobox.d.ts +12 -12
  75. package/types/components/Range/Range.config.d.ts +4 -4
  76. package/types/components/Range/Range.d.ts +23 -23
  77. package/types/components/Rating/Rating.config.d.ts +4 -4
  78. package/types/components/Rating/Rating.d.ts +5 -5
  79. package/types/components/Segment/Segment.d.ts +15 -15
  80. package/types/components/Segment/SegmentGroup.config.d.ts +8 -8
  81. package/types/components/Segment/SegmentItem.config.d.ts +5 -5
  82. package/types/components/Select/Select.config.d.ts +8 -8
  83. package/types/components/Select/Select.d.ts +28 -28
  84. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  85. package/types/components/Sheet/Sheet.d.ts +4 -4
  86. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  87. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  88. package/types/components/Slider/Slider.config.d.ts +4 -4
  89. package/types/components/Slider/Slider.d.ts +12 -12
  90. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  91. package/types/components/Spinner/Spinner.d.ts +9 -9
  92. package/types/components/Steps/Steps.config.d.ts +2 -2
  93. package/types/components/Steps/Steps.d.ts +4 -4
  94. package/types/components/Switch/Switch.config.d.ts +6 -6
  95. package/types/components/Switch/Switch.d.ts +14 -14
  96. package/types/components/Table/Table.config.d.ts +5 -5
  97. package/types/components/Table/Table.d.ts +6 -6
  98. package/types/components/Tabs/TabItem.d.ts +23 -23
  99. package/types/components/Tabs/Tabs.d.ts +23 -23
  100. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +8 -8
  101. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  102. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +4 -4
  103. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +4 -4
  104. package/types/components/TextArea/TextArea.config.d.ts +10 -10
  105. package/types/components/TextArea/TextArea.d.ts +11 -11
  106. package/types/components/TextField/TextField.config.d.ts +10 -10
  107. package/types/components/TextField/TextField.d.ts +27 -27
  108. package/types/components/Toast/Toast.config.d.ts +6 -6
  109. package/types/components/Toast/Toast.d.ts +10 -10
  110. package/types/components/ToastNew/ToastNew.config.d.ts +3 -3
  111. package/types/components/ToastNew/ToastNew.d.ts +5 -5
  112. package/types/components/Tokens/Colors/Colors.styles.d.ts +7 -7
  113. package/types/components/Tokens/Typography/Typography.styles.d.ts +7 -7
  114. package/types/components/Toolbar/Toolbar.config.d.ts +2 -2
  115. package/types/components/Toolbar/Toolbar.d.ts +4 -4
  116. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  117. package/types/components/Tour/Tour.config.d.ts +2 -2
  118. package/types/components/Tour/Tour.d.ts +3 -3
  119. package/types/components/Tree/Tree.config.d.ts +2 -2
  120. package/types/components/Tree/Tree.d.ts +3 -3
  121. package/types/components/Typography/Body.config.d.ts +5 -5
  122. package/types/components/Typography/Dspl.config.d.ts +3 -3
  123. package/types/components/Typography/Heading.config.d.ts +5 -5
  124. package/types/components/Typography/Text.config.d.ts +4 -4
  125. package/types/components/Typography/Typography.d.ts +68 -68
  126. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  127. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -1,27 +1,27 @@
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
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  size: {
9
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  labelPlacement: {
12
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  chipView: {
16
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  disabled: {
19
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  readOnly: {
22
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
- }> & ((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 & {
24
+ }> & ((import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
25
25
  hintText: string;
26
26
  hintTrigger?: "hover" | "click";
27
27
  hintView?: string;
@@ -40,7 +40,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
40
40
  placeholder?: string;
41
41
  helperText?: string;
42
42
  chipType?: "default" | "text";
43
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
43
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
44
44
  } & {
45
45
  multiselect?: false;
46
46
  separator?: never;
@@ -58,7 +58,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
58
58
  children?: never;
59
59
  isTargetAmount?: boolean;
60
60
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
61
- 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>;
61
+ 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>;
62
62
  variant?: "normal" | "tight";
63
63
  zIndex?: React.CSSProperties["zIndex"];
64
64
  listMaxHeight?: React.CSSProperties["height"];
@@ -82,7 +82,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
82
82
  listHeight?: React.CSSProperties["height"];
83
83
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
84
84
  listOverflow?: React.CSSProperties["overflow"];
85
- } & 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 & {
85
+ } & 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 & {
86
86
  hintText: string;
87
87
  hintTrigger?: "hover" | "click";
88
88
  hintView?: string;
@@ -101,11 +101,11 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
101
101
  placeholder?: string;
102
102
  helperText?: string;
103
103
  chipType?: "default" | "text";
104
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
104
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
105
105
  } & {
106
106
  multiselect?: true;
107
107
  separator?: string;
108
- selectAllOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectAllProps;
108
+ selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
109
109
  } & {
110
110
  value?: any;
111
111
  onChange?: ((value: any, item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | null) => void) | undefined;
@@ -120,7 +120,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
120
120
  children?: never;
121
121
  isTargetAmount?: boolean;
122
122
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
123
- 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>;
123
+ 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>;
124
124
  variant?: "normal" | "tight";
125
125
  zIndex?: React.CSSProperties["zIndex"];
126
126
  listMaxHeight?: React.CSSProperties["height"];
@@ -144,7 +144,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
144
144
  listHeight?: React.CSSProperties["height"];
145
145
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
146
146
  listOverflow?: React.CSSProperties["overflow"];
147
- } & 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 & {
147
+ } & 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 & {
148
148
  hintTrigger?: never;
149
149
  hintText?: never;
150
150
  hintView?: never;
@@ -163,7 +163,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
163
163
  placeholder?: string;
164
164
  helperText?: string;
165
165
  chipType?: "default" | "text";
166
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
166
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
167
167
  } & {
168
168
  multiselect?: false;
169
169
  separator?: never;
@@ -181,7 +181,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
181
181
  children?: never;
182
182
  isTargetAmount?: boolean;
183
183
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
184
- 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>;
184
+ 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>;
185
185
  variant?: "normal" | "tight";
186
186
  zIndex?: React.CSSProperties["zIndex"];
187
187
  listMaxHeight?: React.CSSProperties["height"];
@@ -205,7 +205,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
205
205
  listHeight?: React.CSSProperties["height"];
206
206
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
207
207
  listOverflow?: React.CSSProperties["overflow"];
208
- } & 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 & {
208
+ } & 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 & {
209
209
  hintTrigger?: never;
210
210
  hintText?: never;
211
211
  hintView?: never;
@@ -224,11 +224,11 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
224
224
  placeholder?: string;
225
225
  helperText?: string;
226
226
  chipType?: "default" | "text";
227
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
227
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
228
228
  } & {
229
229
  multiselect?: true;
230
230
  separator?: string;
231
- selectAllOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectAllProps;
231
+ selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
232
232
  } & {
233
233
  value?: any;
234
234
  onChange?: ((value: any, item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | null) => void) | undefined;
@@ -243,7 +243,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
243
243
  children?: never;
244
244
  isTargetAmount?: boolean;
245
245
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
246
- 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>;
246
+ 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>;
247
247
  variant?: "normal" | "tight";
248
248
  zIndex?: React.CSSProperties["zIndex"];
249
249
  listMaxHeight?: React.CSSProperties["height"];
@@ -267,7 +267,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
267
267
  listHeight?: React.CSSProperties["height"];
268
268
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
269
269
  listOverflow?: React.CSSProperties["overflow"];
270
- } & 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 & {
270
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
271
271
  target: "button-like";
272
272
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
273
273
  contentLeft?: never;
@@ -292,7 +292,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
292
292
  children?: never;
293
293
  isTargetAmount?: boolean;
294
294
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
295
- 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>;
295
+ 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>;
296
296
  variant?: "normal" | "tight";
297
297
  zIndex?: React.CSSProperties["zIndex"];
298
298
  listMaxHeight?: React.CSSProperties["height"];
@@ -316,7 +316,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
316
316
  listHeight?: React.CSSProperties["height"];
317
317
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
318
318
  listOverflow?: React.CSSProperties["overflow"];
319
- } & 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 & {
319
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
320
320
  target: "button-like";
321
321
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
322
322
  contentLeft?: never;
@@ -327,7 +327,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
327
327
  } & {
328
328
  multiselect?: true;
329
329
  separator?: string;
330
- selectAllOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectAllProps;
330
+ selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
331
331
  } & {
332
332
  value?: any;
333
333
  onChange?: ((value: any, item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | null) => void) | undefined;
@@ -342,7 +342,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
342
342
  children?: never;
343
343
  isTargetAmount?: boolean;
344
344
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
345
- 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>;
345
+ 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>;
346
346
  variant?: "normal" | "tight";
347
347
  zIndex?: React.CSSProperties["zIndex"];
348
348
  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,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
- accent: 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
10
  };
11
11
  size: {
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  disabled: {
15
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  };
18
18
  };
@@ -2,19 +2,19 @@
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;
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
9
  };
10
10
  size: {
11
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  disabled: {
14
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
- }> & ((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 & {
17
- onChange?: (event: import("node_modules/@salutejs/plasma-new-hope/types/types/FormType").FormTypeNumber) => void;
16
+ }> & ((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 & {
17
+ onChange?: (event: import("@salutejs/plasma-new-hope/types/types/FormType.js").FormTypeNumber) => void;
18
18
  name: string;
19
19
  value?: never;
20
20
  defaultValue?: number;
@@ -44,8 +44,8 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
44
44
  pointerSize?: "small" | "large" | "none";
45
45
  pointerVisibility: "always" | "hover";
46
46
  currentValueVisibility: "always" | "hover";
47
- } & 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 & {
48
- onChange?: (event: import("node_modules/@salutejs/plasma-new-hope/types/types/FormType").FormTypeNumber) => void;
47
+ } & 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 & {
48
+ onChange?: (event: import("@salutejs/plasma-new-hope/types/types/FormType.js").FormTypeNumber) => void;
49
49
  name: string;
50
50
  value?: never;
51
51
  defaultValue?: number;
@@ -74,7 +74,7 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
74
74
  pointerSize?: "small" | "large" | "none";
75
75
  pointerVisibility: "always" | "hover";
76
76
  currentValueVisibility: "always" | "hover";
77
- } & 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 & {
77
+ } & 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 & {
78
78
  onChange?: (value: number) => void;
79
79
  value: number;
80
80
  name?: never;
@@ -105,7 +105,7 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
105
105
  pointerSize?: "small" | "large" | "none";
106
106
  pointerVisibility: "always" | "hover";
107
107
  currentValueVisibility: "always" | "hover";
108
- } & 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 & {
108
+ } & 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 & {
109
109
  onChange?: (value: number) => void;
110
110
  value: number;
111
111
  name?: never;
@@ -136,7 +136,7 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
136
136
  pointerVisibility: "always" | "hover";
137
137
  currentValueVisibility: "always" | "hover";
138
138
  } & import("react").RefAttributes<HTMLDivElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
139
- onChange?: (event: import("node_modules/@salutejs/plasma-new-hope/types/types/FormType").FormTypeString) => void;
139
+ onChange?: (event: import("@salutejs/plasma-new-hope/types/types/FormType.js").FormTypeString) => void;
140
140
  name?: string;
141
141
  value?: never;
142
142
  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;
@@ -5,10 +5,10 @@ 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;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  };
14
14
  };
@@ -1,8 +1,8 @@
1
- export declare const Steps: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Steps: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  view: {
3
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  };
5
5
  size: {
6
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/Steps/Steps.types").StepsProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onChange"> & import("react").RefAttributes<HTMLDivElement>>;
8
+ }> & import("@salutejs/plasma-new-hope/types/components/Steps/Steps.types.js").StepsProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onChange"> & import("react").RefAttributes<HTMLDivElement>>;