@salutejs/sdds-insol 0.326.0-canary.2339.19735457854.0 → 0.326.0-canary.2339.19756860460.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +10 -10
  3. package/types/components/Accordion/Accordion.d.ts +11 -11
  4. package/types/components/Attach/Attach.config.d.ts +16 -16
  5. package/types/components/Attach/Attach.d.ts +41 -41
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +16 -16
  7. package/types/components/Autocomplete/Autocomplete.d.ts +33 -33
  8. package/types/components/Avatar/Avatar.config.d.ts +22 -22
  9. package/types/components/Avatar/Avatar.d.ts +72 -72
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +14 -14
  12. package/types/components/Badge/Badge.d.ts +15 -15
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +7 -7
  15. package/types/components/Button/Button.config.d.ts +26 -26
  16. package/types/components/Button/Button.d.ts +58 -58
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +25 -25
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +26 -26
  19. package/types/components/Calendar/Calendar.d.ts +22 -22
  20. package/types/components/Calendar/CalendarBase.config.d.ts +8 -8
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +8 -8
  22. package/types/components/Card/Card.config.d.ts +4 -4
  23. package/types/components/Card/Card.d.ts +5 -5
  24. package/types/components/Carousel/Carousel.config.d.ts +2 -2
  25. package/types/components/Carousel/Carousel.d.ts +3 -3
  26. package/types/components/Cell/Cell.config.d.ts +5 -5
  27. package/types/components/Cell/Cell.d.ts +10 -10
  28. package/types/components/Checkbox/Checkbox.config.d.ts +7 -7
  29. package/types/components/Checkbox/Checkbox.d.ts +18 -18
  30. package/types/components/Chip/Chip.config.d.ts +14 -14
  31. package/types/components/Chip/Chip.d.ts +15 -15
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
  33. package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
  34. package/types/components/CodeField/CodeField.config.d.ts +6 -6
  35. package/types/components/CodeField/CodeField.d.ts +9 -9
  36. package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
  37. package/types/components/CodeInput/CodeInput.d.ts +8 -8
  38. package/types/components/Combobox/Combobox.config.d.ts +16 -16
  39. package/types/components/Combobox/Combobox.d.ts +101 -101
  40. package/types/components/Counter/Counter.config.d.ts +12 -12
  41. package/types/components/Counter/Counter.d.ts +14 -14
  42. package/types/components/DatePicker/DatePicker.config.d.ts +10 -10
  43. package/types/components/DatePicker/DatePicker.d.ts +35 -35
  44. package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  45. package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
  46. package/types/components/Divider/Divider.config.d.ts +7 -7
  47. package/types/components/Divider/Divider.d.ts +8 -8
  48. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  49. package/types/components/Drawer/Drawer.d.ts +11 -11
  50. package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
  51. package/types/components/Dropdown/Dropdown.d.ts +28 -28
  52. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  53. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  54. package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  55. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  56. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  57. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  58. package/types/components/Flow/Flow.d.ts +1 -1
  59. package/types/components/Grid/Grid.config.d.ts +1 -1
  60. package/types/components/Grid/Grid.d.ts +2 -2
  61. package/types/components/IconButton/IconButton.config.d.ts +18 -18
  62. package/types/components/IconButton/IconButton.d.ts +21 -21
  63. package/types/components/Image/Image.d.ts +1 -1
  64. package/types/components/Indicator/Indicator.config.d.ts +11 -11
  65. package/types/components/Indicator/Indicator.d.ts +35 -35
  66. package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
  67. package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
  68. package/types/components/Link/Link.config.d.ts +11 -11
  69. package/types/components/Link/Link.d.ts +26 -26
  70. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  71. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  72. package/types/components/List/List.config.d.ts +7 -7
  73. package/types/components/List/List.d.ts +8 -8
  74. package/types/components/Mask/Mask.d.ts +209 -209
  75. package/types/components/Modal/Modal.config.d.ts +1 -1
  76. package/types/components/Note/Note.config.d.ts +9 -9
  77. package/types/components/Note/Note.d.ts +10 -10
  78. package/types/components/Notification/Notification.config.d.ts +10 -10
  79. package/types/components/Notification/Notification.d.ts +12 -12
  80. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  81. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  82. package/types/components/Pagination/Pagination.config.d.ts +12 -12
  83. package/types/components/Pagination/Pagination.d.ts +13 -13
  84. package/types/components/Popover/Popover.config.d.ts +1 -1
  85. package/types/components/Popover/Popover.d.ts +3 -3
  86. package/types/components/Price/Price.d.ts +2 -2
  87. package/types/components/Progress/Progress.config.d.ts +9 -9
  88. package/types/components/Progress/Progress.d.ts +10 -10
  89. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  90. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  91. package/types/components/Radiobox/Radiobox.config.d.ts +7 -7
  92. package/types/components/Radiobox/Radiobox.d.ts +18 -18
  93. package/types/components/Range/Range.config.d.ts +8 -8
  94. package/types/components/Range/Range.d.ts +27 -27
  95. package/types/components/Rating/Rating.config.d.ts +15 -15
  96. package/types/components/Rating/Rating.d.ts +16 -16
  97. package/types/components/Segment/Segment.d.ts +25 -25
  98. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  99. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  100. package/types/components/Select/Select.config.d.ts +25 -25
  101. package/types/components/Select/Select.d.ts +45 -45
  102. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  103. package/types/components/Sheet/Sheet.d.ts +4 -4
  104. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  105. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  106. package/types/components/Slider/Slider.config.d.ts +7 -7
  107. package/types/components/Slider/Slider.d.ts +15 -15
  108. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  109. package/types/components/Spinner/Spinner.d.ts +9 -9
  110. package/types/components/Steps/Steps.config.d.ts +11 -11
  111. package/types/components/Steps/Steps.d.ts +12 -12
  112. package/types/components/Switch/Switch.config.d.ts +8 -8
  113. package/types/components/Switch/Switch.d.ts +18 -18
  114. package/types/components/Table/Table.config.d.ts +5 -5
  115. package/types/components/Table/Table.d.ts +6 -6
  116. package/types/components/Tabs/TabItem.d.ts +49 -49
  117. package/types/components/Tabs/Tabs.d.ts +26 -26
  118. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  119. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  120. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  121. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  122. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  123. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  124. package/types/components/TextArea/TextArea.config.d.ts +14 -14
  125. package/types/components/TextArea/TextArea.d.ts +15 -15
  126. package/types/components/TextField/TextField.config.d.ts +23 -23
  127. package/types/components/TextField/TextField.d.ts +40 -40
  128. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  129. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  130. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  131. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  132. package/types/components/Toast/Toast.config.d.ts +8 -8
  133. package/types/components/Toast/Toast.d.ts +12 -12
  134. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  135. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  136. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  137. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  138. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  139. package/types/components/Tour/Tour.config.d.ts +2 -2
  140. package/types/components/Tour/Tour.d.ts +3 -3
  141. package/types/components/Tree/Tree.config.d.ts +5 -5
  142. package/types/components/Tree/Tree.d.ts +6 -6
  143. package/types/components/Typography/Body.config.d.ts +5 -5
  144. package/types/components/Typography/Dspl.config.d.ts +3 -3
  145. package/types/components/Typography/Heading.config.d.ts +5 -5
  146. package/types/components/Typography/Text.config.d.ts +5 -5
  147. package/types/components/Typography/Typography.d.ts +72 -72
  148. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  149. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -2,36 +2,36 @@ import React, { ComponentProps } from 'react';
2
2
  import { DistributiveOmit, AutocompleteProps, DistributivePick, SuggestionItemType } from '@salutejs/plasma-new-hope/styled-components';
3
3
  import { config } from './Autocomplete.config';
4
4
  export declare const mapSizesToOffset: (size?: string) => number;
5
- export declare const AutocompleteComponent: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
5
+ export declare const AutocompleteComponent: 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
- 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;
7
+ default: 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
11
  };
12
12
  size: {
13
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  labelPlacement: {
20
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  hintView: {
24
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  hintSize: {
27
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
29
  };
30
30
  disabled: {
31
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
32
  };
33
33
  readOnly: {
34
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
35
  };
36
36
  }> & (({
37
37
  labelPlacement?: string;
@@ -65,7 +65,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
65
65
  textBefore?: string;
66
66
  textAfter?: string;
67
67
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
68
- } & 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 & {
68
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
69
69
  clear?: boolean;
70
70
  hasDivider?: boolean;
71
71
  } & {
@@ -120,7 +120,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
120
120
  textBefore?: string;
121
121
  textAfter?: string;
122
122
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
123
- } & 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 & {
123
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
124
124
  clear?: boolean;
125
125
  hasDivider?: boolean;
126
126
  } & {
@@ -138,8 +138,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
138
138
  } & {
139
139
  enumerationType: "chip";
140
140
  onSearch?: never;
141
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
142
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
141
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
142
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
143
143
  chipType?: "default" | "text";
144
144
  chipView?: string;
145
145
  chipValidator?: (value: string) => {
@@ -177,7 +177,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
177
177
  textBefore?: string;
178
178
  textAfter?: string;
179
179
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
180
- } & 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 & {
180
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
181
181
  clear?: boolean;
182
182
  hasDivider?: boolean;
183
183
  } & {
@@ -232,7 +232,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
232
232
  textBefore?: string;
233
233
  textAfter?: string;
234
234
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
235
- } & 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 & {
235
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
236
236
  clear?: boolean;
237
237
  hasDivider?: boolean;
238
238
  } & {
@@ -250,8 +250,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
250
250
  } & {
251
251
  enumerationType: "chip";
252
252
  onSearch?: never;
253
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
254
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
253
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
254
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
255
255
  chipType?: "default" | "text";
256
256
  chipView?: string;
257
257
  chipValidator?: (value: string) => {
@@ -289,7 +289,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
289
289
  textBefore?: string;
290
290
  textAfter?: string;
291
291
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
292
- } & 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 & {
292
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
293
293
  clear?: false;
294
294
  hasDivider?: never;
295
295
  } & {
@@ -344,7 +344,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
344
344
  textBefore?: string;
345
345
  textAfter?: string;
346
346
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
347
- } & 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 & {
347
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
348
348
  clear?: false;
349
349
  hasDivider?: never;
350
350
  } & {
@@ -362,8 +362,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
362
362
  } & {
363
363
  enumerationType: "chip";
364
364
  onSearch?: never;
365
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
366
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
365
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
366
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
367
367
  chipType?: "default" | "text";
368
368
  chipView?: string;
369
369
  chipValidator?: (value: string) => {
@@ -401,7 +401,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
401
401
  textBefore?: string;
402
402
  textAfter?: string;
403
403
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
404
- } & 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 & {
404
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
405
405
  clear?: false;
406
406
  hasDivider?: never;
407
407
  } & {
@@ -456,7 +456,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
456
456
  textBefore?: string;
457
457
  textAfter?: string;
458
458
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
459
- } & 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 & {
459
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
460
460
  clear?: false;
461
461
  hasDivider?: never;
462
462
  } & {
@@ -474,8 +474,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
474
474
  } & {
475
475
  enumerationType: "chip";
476
476
  onSearch?: never;
477
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
478
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
477
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
478
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
479
479
  chipType?: "default" | "text";
480
480
  chipView?: string;
481
481
  chipValidator?: (value: string) => {
@@ -6,36 +6,36 @@ 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
  shape: {
19
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  badgeView: {
23
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  };
31
31
  counterView: {
32
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
39
  };
40
40
  };
41
41
  };
@@ -1,68 +1,68 @@
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
  shape: {
13
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  badgeView: {
17
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  counterView: {
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
- }, import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
34
+ }, import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
35
35
  view: {
36
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
37
  };
38
38
  size: {
39
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
43
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
44
  };
45
45
  shape: {
46
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
46
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
47
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  badgeView: {
50
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
51
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
52
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
53
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
54
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
55
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
56
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
50
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
51
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
52
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
53
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
54
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
55
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
56
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
57
57
  };
58
58
  counterView: {
59
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
60
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
61
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
62
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
63
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
64
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
65
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
59
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
60
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
61
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
62
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
63
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
64
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
65
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
66
66
  };
67
67
  }>, (import("react").HTMLAttributes<HTMLDivElement> & {
68
68
  shape?: string;
@@ -73,7 +73,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
73
73
  status?: "active" | "inactive";
74
74
  isScalable?: boolean;
75
75
  focused?: boolean;
76
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
76
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
77
77
  hasExtra?: boolean;
78
78
  type?: "badge" | "counter";
79
79
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -99,7 +99,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
99
99
  status?: "active" | "inactive";
100
100
  isScalable?: boolean;
101
101
  focused?: boolean;
102
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
102
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
103
103
  hasExtra?: boolean;
104
104
  type?: "badge" | "counter";
105
105
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -117,38 +117,38 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
117
117
  contentLeft?: undefined;
118
118
  contentRight?: never | undefined;
119
119
  } & import("react").RefAttributes<HTMLDivElement>)>;
120
- declare const Avatar: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
120
+ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
121
121
  view: {
122
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
122
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
123
123
  };
124
124
  size: {
125
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
126
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
127
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
128
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
129
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
125
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
126
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
127
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
128
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
129
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
130
130
  };
131
131
  shape: {
132
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
133
- rounded: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
132
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
133
+ rounded: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
134
134
  };
135
135
  badgeView: {
136
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
137
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
138
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
139
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
140
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
141
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
142
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
136
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
137
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
138
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
139
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
140
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
141
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
142
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
143
143
  };
144
144
  counterView: {
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
  }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
154
154
  shape?: string;
@@ -159,7 +159,7 @@ declare const Avatar: import("react").FunctionComponent<import("node_modules/@sa
159
159
  status?: "active" | "inactive";
160
160
  isScalable?: boolean;
161
161
  focused?: boolean;
162
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
162
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
163
163
  hasExtra?: boolean;
164
164
  type?: "badge" | "counter";
165
165
  extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
@@ -185,7 +185,7 @@ declare const Avatar: import("react").FunctionComponent<import("node_modules/@sa
185
185
  status?: "active" | "inactive";
186
186
  isScalable?: boolean;
187
187
  focused?: boolean;
188
- statusLabels?: import("node_modules/@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels;
188
+ statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
189
189
  hasExtra?: boolean;
190
190
  type?: "badge" | "counter";
191
191
  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
  };