@salutejs/plasma-b2c 1.599.0-canary.2339.19735457854.0 → 1.599.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 (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
@@ -5,30 +5,30 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- divider: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ divider: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  size: {
14
- xs: 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
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  disabled: {
25
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
26
  };
27
27
  pilled: {
28
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
29
  };
30
30
  truncate: {
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
  };
34
34
  };
@@ -5,29 +5,29 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- filled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- divider: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ divider: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  size: {
13
- xs: 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
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  stretch: {
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
  disabled: {
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
  pilled: {
30
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
32
  };
33
33
  };
@@ -5,16 +5,16 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- divider: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ divider: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- s: 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  disabled: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -5,16 +5,16 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- divider: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ divider: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- s: 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  disabled: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -5,19 +5,19 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- divider: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ divider: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- s: 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  stretch: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  disabled: {
20
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  };
23
23
  };
@@ -5,38 +5,38 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  size: {
8
- xs: 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
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  view: {
15
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  /**
18
18
  * @deprecated
19
19
  * Использовать `default`
20
20
  */
21
- primary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  hintView: {
26
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  hintSize: {
29
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
32
  clear: {
33
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  readOnly: {
36
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
37
  };
38
38
  disabled: {
39
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
40
  };
41
41
  };
42
42
  };
@@ -1,36 +1,36 @@
1
1
  /**
2
2
  * Поле ввода многострочного текста.
3
3
  */
4
- export declare const TextArea: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const TextArea: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  size: {
6
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- s: 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  view: {
13
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- primary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  hintView: {
20
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  hintSize: {
23
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ s: 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
  readOnly: {
30
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
32
  disabled: {
33
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  }> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
36
36
  status?: "" | "success" | "warning" | "error";
@@ -7,45 +7,45 @@ export declare const config: {
7
7
  };
8
8
  variations: {
9
9
  view: {
10
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  size: {
16
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
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;
16
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  labelPlacement: {
23
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  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
  chipView: {
30
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
36
  };
37
37
  hintView: {
38
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
39
  };
40
40
  hintSize: {
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;
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
43
  };
44
44
  disabled: {
45
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
45
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
46
46
  };
47
47
  readOnly: {
48
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
48
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
49
49
  };
50
50
  };
51
51
  };
@@ -1,47 +1,47 @@
1
1
  import React, { ComponentProps, ReactNode } from 'react';
2
2
  import type { TextFieldProps } from '@salutejs/plasma-hope';
3
3
  import type { PopoverPlacement, PopoverPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
4
- export declare const TextFieldComponent: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const TextFieldComponent: 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
- xl: 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
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xl: 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
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  labelPlacement: {
19
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  clear: {
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
  chipView: {
26
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
32
  };
33
33
  hintView: {
34
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
35
  };
36
36
  hintSize: {
37
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
39
  };
40
40
  disabled: {
41
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
42
  };
43
43
  readOnly: {
44
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
45
45
  };
46
46
  }> & (({
47
47
  size?: string;
@@ -56,7 +56,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
56
56
  textBefore?: string;
57
57
  textAfter?: string;
58
58
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
59
- } & 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 & {
59
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
60
60
  clear?: boolean;
61
61
  hasDivider?: boolean;
62
62
  } & {
@@ -92,7 +92,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
92
92
  textBefore?: string;
93
93
  textAfter?: string;
94
94
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
95
- } & 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 & {
95
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
96
96
  clear?: boolean;
97
97
  hasDivider?: boolean;
98
98
  } & {
@@ -110,8 +110,8 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
110
110
  } & {
111
111
  enumerationType: "chip";
112
112
  onSearch?: never;
113
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
114
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
113
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
114
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
115
115
  chipType?: "default" | "text";
116
116
  chipView?: string;
117
117
  chipValidator?: (value: string) => {
@@ -130,7 +130,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
130
130
  textBefore?: string;
131
131
  textAfter?: string;
132
132
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
133
- } & 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 & {
133
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
134
134
  clear?: boolean;
135
135
  hasDivider?: boolean;
136
136
  } & {
@@ -166,7 +166,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
166
166
  textBefore?: string;
167
167
  textAfter?: string;
168
168
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
169
- } & 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 & {
169
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
170
170
  clear?: boolean;
171
171
  hasDivider?: boolean;
172
172
  } & {
@@ -184,8 +184,8 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
184
184
  } & {
185
185
  enumerationType: "chip";
186
186
  onSearch?: never;
187
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
188
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
187
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
188
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
189
189
  chipType?: "default" | "text";
190
190
  chipView?: string;
191
191
  chipValidator?: (value: string) => {
@@ -204,7 +204,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
204
204
  textBefore?: string;
205
205
  textAfter?: string;
206
206
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
207
- } & 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 & {
207
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
208
208
  clear?: false;
209
209
  hasDivider?: never;
210
210
  } & {
@@ -240,7 +240,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
240
240
  textBefore?: string;
241
241
  textAfter?: string;
242
242
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
243
- } & 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 & {
243
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
244
244
  clear?: false;
245
245
  hasDivider?: never;
246
246
  } & {
@@ -258,8 +258,8 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
258
258
  } & {
259
259
  enumerationType: "chip";
260
260
  onSearch?: never;
261
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
262
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
261
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
262
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
263
263
  chipType?: "default" | "text";
264
264
  chipView?: string;
265
265
  chipValidator?: (value: string) => {
@@ -278,7 +278,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
278
278
  textBefore?: string;
279
279
  textAfter?: string;
280
280
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
281
- } & 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 & {
281
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
282
282
  clear?: false;
283
283
  hasDivider?: never;
284
284
  } & {
@@ -314,7 +314,7 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
314
314
  textBefore?: string;
315
315
  textAfter?: string;
316
316
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
317
- } & 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 & {
317
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
318
318
  clear?: false;
319
319
  hasDivider?: never;
320
320
  } & {
@@ -332,8 +332,8 @@ export declare const TextFieldComponent: React.FunctionComponent<import("node_mo
332
332
  } & {
333
333
  enumerationType: "chip";
334
334
  onSearch?: never;
335
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
336
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
335
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
336
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
337
337
  chipType?: "default" | "text";
338
338
  chipView?: string;
339
339
  chipValidator?: (value: string) => {
@@ -4,27 +4,27 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  size: {
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
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").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
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  orientation: {
13
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  gap: {
17
- none: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- dense: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- wide: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ dense: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ wide: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  shape: {
22
- segmented: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ segmented: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  stretching: {
26
- auto: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- filled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };