@salutejs/plasma-b2c 1.599.0-canary.2339.19735457854.0 → 1.599.0-canary.2339.19757519993.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 (166) hide show
  1. package/package.json +7 -7
  2. package/types/components/Accordion/Accordion.config.d.ts +14 -14
  3. package/types/components/Accordion/Accordion.d.ts +15 -15
  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 +23 -23
  9. package/types/components/Avatar/Avatar.d.ts +76 -76
  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 +22 -22
  16. package/types/components/Button/Button.d.ts +25 -25
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +26 -26
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +27 -27
  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/Carousel/Carousel.config.d.ts +2 -2
  23. package/types/components/Carousel/Carousel.d.ts +3 -3
  24. package/types/components/Carousel/Legacy/Carousel.d.ts +1 -1
  25. package/types/components/Cell/Cell.config.d.ts +5 -5
  26. package/types/components/Cell/Cell.d.ts +10 -10
  27. package/types/components/Checkbox/Checkbox.config.d.ts +14 -14
  28. package/types/components/Checkbox/Checkbox.d.ts +32 -32
  29. package/types/components/Chip/Chip.config.d.ts +15 -15
  30. package/types/components/Chip/Chip.d.ts +16 -16
  31. package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
  32. package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
  33. package/types/components/CodeField/CodeField.config.d.ts +6 -6
  34. package/types/components/CodeField/CodeField.d.ts +9 -9
  35. package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
  36. package/types/components/CodeInput/CodeInput.d.ts +8 -8
  37. package/types/components/Combobox/Combobox.config.d.ts +15 -15
  38. package/types/components/Combobox/Combobox.d.ts +100 -100
  39. package/types/components/Combobox/Legacy/Combobox.config.d.ts +5 -5
  40. package/types/components/Combobox/Legacy/Combobox.d.ts +17 -17
  41. package/types/components/Counter/Counter.config.d.ts +12 -12
  42. package/types/components/Counter/Counter.d.ts +14 -14
  43. package/types/components/DatePicker/DatePicker.config.d.ts +9 -9
  44. package/types/components/DatePicker/DatePicker.d.ts +33 -33
  45. package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  46. package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
  47. package/types/components/Divider/Divider.config.d.ts +7 -7
  48. package/types/components/Divider/Divider.d.ts +8 -8
  49. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  50. package/types/components/Drawer/Drawer.d.ts +11 -11
  51. package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
  52. package/types/components/Dropdown/Dropdown.d.ts +28 -28
  53. package/types/components/Dropdown/components/DropdownItem.d.ts +1 -1
  54. package/types/components/Dropdown/components/DropdownOld.config.d.ts +5 -5
  55. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  56. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  57. package/types/components/Editable/Editable.config.d.ts +2 -2
  58. package/types/components/Editable/Editable.d.ts +4 -4
  59. package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  60. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  61. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  62. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  63. package/types/components/Flow/Flow.d.ts +1 -1
  64. package/types/components/Grid/Grid.config.d.ts +2 -2
  65. package/types/components/Grid/Grid.d.ts +3 -3
  66. package/types/components/IconButton/IconButton.config.d.ts +17 -17
  67. package/types/components/IconButton/IconButton.d.ts +20 -20
  68. package/types/components/Image/Image.d.ts +1 -1
  69. package/types/components/Indicator/Indicator.config.d.ts +11 -11
  70. package/types/components/Indicator/Indicator.d.ts +35 -35
  71. package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
  72. package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
  73. package/types/components/Link/Link.config.d.ts +12 -12
  74. package/types/components/Link/Link.d.ts +14 -14
  75. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  76. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  77. package/types/components/List/List.config.d.ts +7 -7
  78. package/types/components/List/List.d.ts +8 -8
  79. package/types/components/Loader/Loader.config.d.ts +14 -14
  80. package/types/components/Loader/Loader.d.ts +16 -16
  81. package/types/components/Mask/Mask.d.ts +209 -209
  82. package/types/components/ModalBase/Modal.config.d.ts +1 -1
  83. package/types/components/Note/Note.config.d.ts +9 -9
  84. package/types/components/Note/Note.d.ts +10 -10
  85. package/types/components/Notification/Notification.config.d.ts +10 -10
  86. package/types/components/Notification/Notification.d.ts +12 -12
  87. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  88. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  89. package/types/components/Pagination/Pagination.config.d.ts +14 -14
  90. package/types/components/Pagination/Pagination.d.ts +15 -15
  91. package/types/components/Popover/Popover.config.d.ts +1 -1
  92. package/types/components/Popover/Popover.d.ts +3 -3
  93. package/types/components/Price/Price.d.ts +2 -2
  94. package/types/components/Progress/Progress.config.d.ts +9 -9
  95. package/types/components/Progress/Progress.d.ts +10 -10
  96. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  97. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  98. package/types/components/Radiobox/Radiobox.config.d.ts +14 -14
  99. package/types/components/Radiobox/Radiobox.d.ts +32 -32
  100. package/types/components/Range/Range.config.d.ts +8 -8
  101. package/types/components/Range/Range.d.ts +27 -27
  102. package/types/components/Rating/Rating.config.d.ts +15 -15
  103. package/types/components/Rating/Rating.d.ts +16 -16
  104. package/types/components/Segment/Segment.d.ts +25 -25
  105. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  106. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  107. package/types/components/Select/Select.config.d.ts +24 -24
  108. package/types/components/Select/Select.d.ts +44 -44
  109. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  110. package/types/components/Sheet/Sheet.d.ts +4 -4
  111. package/types/components/Skeleton/LineSkeleton.config.d.ts +37 -37
  112. package/types/components/Skeleton/Skeleton.d.ts +79 -79
  113. package/types/components/Slider/Slider.config.d.ts +7 -7
  114. package/types/components/Slider/Slider.d.ts +15 -15
  115. package/types/components/Spinner/Spinner.config.d.ts +12 -12
  116. package/types/components/Steps/Steps.config.d.ts +11 -11
  117. package/types/components/Steps/Steps.d.ts +12 -12
  118. package/types/components/Switch/Switch.config.d.ts +8 -8
  119. package/types/components/Switch/Switch.d.ts +18 -18
  120. package/types/components/Table/Table.config.d.ts +5 -5
  121. package/types/components/Table/Table.d.ts +6 -6
  122. package/types/components/Tabs/TabItem.d.ts +48 -48
  123. package/types/components/Tabs/Tabs.d.ts +9 -9
  124. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  125. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  126. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  127. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  128. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +6 -6
  129. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  130. package/types/components/TextArea/TextArea.config.d.ts +16 -16
  131. package/types/components/TextArea/TextArea.d.ts +17 -17
  132. package/types/components/TextField/TextField.config.d.ts +23 -23
  133. package/types/components/TextField/TextField.d.ts +40 -40
  134. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  135. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  136. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  137. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  138. package/types/components/Toast/Toast.config.d.ts +9 -9
  139. package/types/components/Toast/Toast.d.ts +13 -13
  140. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  141. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  142. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  143. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  144. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  145. package/types/components/Tour/Tour.config.d.ts +2 -2
  146. package/types/components/Tour/Tour.d.ts +3 -3
  147. package/types/components/Tree/Tree.config.d.ts +5 -5
  148. package/types/components/Tree/Tree.d.ts +6 -6
  149. package/types/components/Typography/Body.config.d.ts +5 -5
  150. package/types/components/Typography/Dspl.config.d.ts +3 -3
  151. package/types/components/Typography/Heading.config.d.ts +5 -5
  152. package/types/components/Typography/Old/Body.config.d.ts +3 -3
  153. package/types/components/Typography/Old/Button.config.d.ts +2 -2
  154. package/types/components/Typography/Old/Caption.config.d.ts +1 -1
  155. package/types/components/Typography/Old/Display.config.d.ts +3 -3
  156. package/types/components/Typography/Old/Footnote.config.d.ts +2 -2
  157. package/types/components/Typography/Old/Headline.config.d.ts +5 -5
  158. package/types/components/Typography/Old/Paragraph.config.d.ts +2 -2
  159. package/types/components/Typography/Old/ParagraphText.config.d.ts +2 -2
  160. package/types/components/Typography/Old/Subtitle.config.d.ts +1 -1
  161. package/types/components/Typography/Old/Underline.config.d.ts +1 -1
  162. package/types/components/Typography/Old/index.d.ts +68 -68
  163. package/types/components/Typography/Text.config.d.ts +4 -4
  164. package/types/components/Typography/Typography.d.ts +68 -68
  165. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  166. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -1,35 +1,35 @@
1
1
  import { AutocompleteProps, DistributiveOmit, DistributivePick, SuggestionItemType } from '@salutejs/plasma-new-hope/styled-components';
2
2
  import React, { ComponentProps } from 'react';
3
3
  import { config } from './Autocomplete.config';
4
- export declare const AutocompleteComponent: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const AutocompleteComponent: 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;
7
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ negative: 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;
15
- xs: 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
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  labelPlacement: {
18
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  hintView: {
22
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  hintSize: {
25
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  disabled: {
29
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  };
31
31
  readOnly: {
32
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
33
  };
34
34
  }> & (({
35
35
  labelPlacement?: string;
@@ -63,7 +63,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
63
63
  textBefore?: string;
64
64
  textAfter?: string;
65
65
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
66
- } & 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 & {
66
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
67
67
  clear?: boolean;
68
68
  hasDivider?: boolean;
69
69
  } & {
@@ -118,7 +118,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
118
118
  textBefore?: string;
119
119
  textAfter?: string;
120
120
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
121
- } & 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 & {
121
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
122
122
  clear?: boolean;
123
123
  hasDivider?: boolean;
124
124
  } & {
@@ -136,8 +136,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
136
136
  } & {
137
137
  enumerationType: "chip";
138
138
  onSearch?: never;
139
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
140
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
139
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
140
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
141
141
  chipType?: "default" | "text";
142
142
  chipView?: string;
143
143
  chipValidator?: (value: string) => {
@@ -175,7 +175,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
175
175
  textBefore?: string;
176
176
  textAfter?: string;
177
177
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
178
- } & 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 & {
178
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
179
179
  clear?: boolean;
180
180
  hasDivider?: boolean;
181
181
  } & {
@@ -230,7 +230,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
230
230
  textBefore?: string;
231
231
  textAfter?: string;
232
232
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
233
- } & 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 & {
233
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
234
234
  clear?: boolean;
235
235
  hasDivider?: boolean;
236
236
  } & {
@@ -248,8 +248,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
248
248
  } & {
249
249
  enumerationType: "chip";
250
250
  onSearch?: never;
251
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
252
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
251
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
252
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
253
253
  chipType?: "default" | "text";
254
254
  chipView?: string;
255
255
  chipValidator?: (value: string) => {
@@ -287,7 +287,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
287
287
  textBefore?: string;
288
288
  textAfter?: string;
289
289
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
290
- } & 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 & {
290
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
291
291
  clear?: false;
292
292
  hasDivider?: never;
293
293
  } & {
@@ -342,7 +342,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
342
342
  textBefore?: string;
343
343
  textAfter?: string;
344
344
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
345
- } & 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 & {
345
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
346
346
  clear?: false;
347
347
  hasDivider?: never;
348
348
  } & {
@@ -360,8 +360,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
360
360
  } & {
361
361
  enumerationType: "chip";
362
362
  onSearch?: never;
363
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
364
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
363
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
364
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
365
365
  chipType?: "default" | "text";
366
366
  chipView?: string;
367
367
  chipValidator?: (value: string) => {
@@ -399,7 +399,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
399
399
  textBefore?: string;
400
400
  textAfter?: string;
401
401
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
402
- } & 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 & {
402
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
403
403
  clear?: false;
404
404
  hasDivider?: never;
405
405
  } & {
@@ -454,7 +454,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
454
454
  textBefore?: string;
455
455
  textAfter?: string;
456
456
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
457
- } & 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 & {
457
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
458
458
  clear?: false;
459
459
  hasDivider?: never;
460
460
  } & {
@@ -472,8 +472,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
472
472
  } & {
473
473
  enumerationType: "chip";
474
474
  onSearch?: never;
475
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
476
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
475
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
476
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
477
477
  chipType?: "default" | "text";
478
478
  chipView?: string;
479
479
  chipValidator?: (value: string) => {
@@ -6,39 +6,39 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
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;
16
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").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
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  focused: {
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
  shape: {
22
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  badgeView: {
26
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
33
  };
34
34
  counterView: {
35
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
42
  };
43
43
  };
44
44
  };
@@ -1,74 +1,74 @@
1
1
  declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components").ComponentConfig<string, {
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
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  focused: {
13
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  shape: {
16
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  badgeView: {
20
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  counterView: {
29
- default: 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;
34
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
- };
37
- }, import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
29
+ default: 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
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
+ };
37
+ }, import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
38
38
  view: {
39
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
40
  };
41
41
  size: {
42
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
45
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
46
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
43
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
45
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
46
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
47
47
  };
48
48
  focused: {
49
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
49
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
50
50
  };
51
51
  shape: {
52
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
53
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
52
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
53
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
54
54
  };
55
55
  badgeView: {
56
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
57
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
58
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
59
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
60
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
61
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
62
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
56
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
57
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
58
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
59
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
60
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
61
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
62
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
63
63
  };
64
64
  counterView: {
65
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
66
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
67
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
68
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
69
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
70
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
71
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
65
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
66
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
67
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
68
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
69
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
70
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
71
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
72
72
  };
73
73
  }>, (import("react").HTMLAttributes<HTMLDivElement> & {
74
74
  shape?: string;
@@ -79,7 +79,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
79
79
  status?: "active" | "inactive";
80
80
  isScalable?: boolean;
81
81
  focused?: boolean;
82
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
82
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
83
83
  hasExtra?: boolean;
84
84
  type?: "badge" | "counter";
85
85
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -105,7 +105,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
105
105
  status?: "active" | "inactive";
106
106
  isScalable?: boolean;
107
107
  focused?: boolean;
108
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
108
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
109
109
  hasExtra?: boolean;
110
110
  type?: "badge" | "counter";
111
111
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -123,41 +123,41 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
123
123
  customColor?: undefined;
124
124
  customBackgroundColor?: undefined;
125
125
  } & import("react").RefAttributes<HTMLDivElement>)>;
126
- declare const Avatar: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
126
+ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
127
127
  view: {
128
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
128
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
129
129
  };
130
130
  size: {
131
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
132
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
133
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
134
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
135
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
131
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
132
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
133
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
134
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
135
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
136
136
  };
137
137
  focused: {
138
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
138
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
139
139
  };
140
140
  shape: {
141
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
142
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
141
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
142
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
143
143
  };
144
144
  badgeView: {
145
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
146
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
147
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
148
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
149
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
150
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
151
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
145
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
146
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
147
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
148
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
149
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
150
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
151
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
152
152
  };
153
153
  counterView: {
154
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
155
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
156
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
157
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
158
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
159
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
160
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
154
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
155
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
156
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
157
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
158
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
159
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
160
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
161
161
  };
162
162
  }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
163
163
  shape?: string;
@@ -168,7 +168,7 @@ declare const Avatar: import("react").FunctionComponent<import("node_modules/@sa
168
168
  status?: "active" | "inactive";
169
169
  isScalable?: boolean;
170
170
  focused?: boolean;
171
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
171
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
172
172
  hasExtra?: boolean;
173
173
  type?: "badge" | "counter";
174
174
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -194,7 +194,7 @@ declare const Avatar: import("react").FunctionComponent<import("node_modules/@sa
194
194
  status?: "active" | "inactive";
195
195
  isScalable?: boolean;
196
196
  focused?: boolean;
197
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
197
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
198
198
  hasExtra?: boolean;
199
199
  type?: "badge" | "counter";
200
200
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -1,3 +1,3 @@
1
- export declare const AvatarGroup: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
1
+ export declare const AvatarGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
2
2
  children: React.ReactNode;
3
3
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,28 +5,28 @@ 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
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- light: 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
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ light: 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
  pilled: {
23
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  transparent: {
26
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  clear: {
29
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  };
31
31
  };
32
32
  };
@@ -1,30 +1,30 @@
1
1
  /**
2
2
  * Компонент Badge.
3
3
  */
4
- export declare const Badge: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Badge: 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;
7
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  size: {
15
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  pilled: {
21
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  transparent: {
24
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  clear: {
27
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
30
30
  text?: string;
@@ -5,13 +5,13 @@ 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  };
17
17
  };