@salutejs/sdds-scan 0.329.0-canary.2339.19735457854.0 → 0.329.0-canary.2339.19756860460.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +10 -10
  3. package/types/components/Accordion/Accordion.d.ts +11 -11
  4. package/types/components/Attach/Attach.config.d.ts +16 -16
  5. package/types/components/Attach/Attach.d.ts +41 -41
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +15 -15
  7. package/types/components/Autocomplete/Autocomplete.d.ts +32 -32
  8. package/types/components/Avatar/Avatar.config.d.ts +22 -22
  9. package/types/components/Avatar/Avatar.d.ts +72 -72
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +14 -14
  12. package/types/components/Badge/Badge.d.ts +15 -15
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +7 -7
  15. package/types/components/Button/Button.config.d.ts +21 -21
  16. package/types/components/Button/Button.d.ts +48 -48
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +25 -25
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +26 -26
  19. package/types/components/Calendar/Calendar.d.ts +20 -20
  20. package/types/components/Calendar/CalendarBase.config.d.ts +7 -7
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +7 -7
  22. package/types/components/Card/Card.config.d.ts +4 -4
  23. package/types/components/Card/Card.d.ts +5 -5
  24. package/types/components/Carousel/Carousel.config.d.ts +2 -2
  25. package/types/components/Carousel/Carousel.d.ts +3 -3
  26. package/types/components/Cell/Cell.config.d.ts +5 -5
  27. package/types/components/Cell/Cell.d.ts +10 -10
  28. package/types/components/Checkbox/Checkbox.config.d.ts +13 -13
  29. package/types/components/Checkbox/Checkbox.d.ts +30 -30
  30. package/types/components/Chip/Chip.config.d.ts +14 -14
  31. package/types/components/Chip/Chip.d.ts +15 -15
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
  33. package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
  34. package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
  35. package/types/components/CodeInput/CodeInput.d.ts +8 -8
  36. package/types/components/Combobox/Combobox.config.d.ts +15 -15
  37. package/types/components/Combobox/Combobox.d.ts +100 -100
  38. package/types/components/Counter/Counter.config.d.ts +12 -12
  39. package/types/components/Counter/Counter.d.ts +14 -14
  40. package/types/components/DatePicker/DatePicker.config.d.ts +9 -9
  41. package/types/components/DatePicker/DatePicker.d.ts +33 -33
  42. package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  43. package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
  44. package/types/components/Divider/Divider.config.d.ts +7 -7
  45. package/types/components/Divider/Divider.d.ts +8 -8
  46. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  47. package/types/components/Drawer/Drawer.d.ts +11 -11
  48. package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
  49. package/types/components/Dropdown/Dropdown.d.ts +28 -28
  50. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  51. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  52. package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  53. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  54. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  55. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  56. package/types/components/Flow/Flow.d.ts +1 -1
  57. package/types/components/Grid/Grid.config.d.ts +1 -1
  58. package/types/components/Grid/Grid.d.ts +2 -2
  59. package/types/components/IconButton/IconButton.config.d.ts +17 -17
  60. package/types/components/IconButton/IconButton.d.ts +20 -20
  61. package/types/components/Image/Image.d.ts +1 -1
  62. package/types/components/Indicator/Indicator.config.d.ts +11 -11
  63. package/types/components/Indicator/Indicator.d.ts +35 -35
  64. package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
  65. package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
  66. package/types/components/Link/Link.config.d.ts +11 -11
  67. package/types/components/Link/Link.d.ts +26 -26
  68. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  69. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  70. package/types/components/List/List.config.d.ts +7 -7
  71. package/types/components/List/List.d.ts +8 -8
  72. package/types/components/Loader/Loader.config.d.ts +14 -14
  73. package/types/components/Loader/Loader.d.ts +16 -16
  74. package/types/components/Mask/Mask.d.ts +201 -201
  75. package/types/components/Modal/Modal.config.d.ts +1 -1
  76. package/types/components/Note/Note.config.d.ts +9 -9
  77. package/types/components/Note/Note.d.ts +10 -10
  78. package/types/components/Notification/Notification.config.d.ts +10 -10
  79. package/types/components/Notification/Notification.d.ts +12 -12
  80. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  81. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  82. package/types/components/Pagination/Pagination.config.d.ts +12 -12
  83. package/types/components/Pagination/Pagination.d.ts +13 -13
  84. package/types/components/Popover/Popover.config.d.ts +1 -1
  85. package/types/components/Popover/Popover.d.ts +3 -3
  86. package/types/components/Price/Price.d.ts +2 -2
  87. package/types/components/Progress/Progress.config.d.ts +8 -8
  88. package/types/components/Progress/Progress.d.ts +9 -9
  89. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  90. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  91. package/types/components/Radiobox/Radiobox.config.d.ts +13 -13
  92. package/types/components/Radiobox/Radiobox.d.ts +30 -30
  93. package/types/components/Range/Range.config.d.ts +8 -8
  94. package/types/components/Range/Range.d.ts +27 -27
  95. package/types/components/Rating/Rating.config.d.ts +15 -15
  96. package/types/components/Rating/Rating.d.ts +16 -16
  97. package/types/components/Segment/Segment.d.ts +25 -25
  98. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  99. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  100. package/types/components/Select/Select.config.d.ts +24 -24
  101. package/types/components/Select/Select.d.ts +44 -44
  102. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  103. package/types/components/Sheet/Sheet.d.ts +4 -4
  104. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  105. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  106. package/types/components/Slider/Slider.config.d.ts +7 -7
  107. package/types/components/Slider/Slider.d.ts +15 -15
  108. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  109. package/types/components/Spinner/Spinner.d.ts +9 -9
  110. package/types/components/Steps/Steps.config.d.ts +11 -11
  111. package/types/components/Steps/Steps.d.ts +12 -12
  112. package/types/components/Switch/Switch.config.d.ts +8 -8
  113. package/types/components/Switch/Switch.d.ts +18 -18
  114. package/types/components/Table/Table.config.d.ts +5 -5
  115. package/types/components/Table/Table.d.ts +6 -6
  116. package/types/components/Tabs/TabItem.d.ts +49 -49
  117. package/types/components/Tabs/Tabs.d.ts +26 -26
  118. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  119. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  120. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  121. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  122. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  123. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  124. package/types/components/TextArea/TextArea.config.d.ts +16 -16
  125. package/types/components/TextArea/TextArea.d.ts +17 -17
  126. package/types/components/TextField/TextField.config.d.ts +22 -22
  127. package/types/components/TextField/TextField.d.ts +39 -39
  128. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  129. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  130. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  131. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  132. package/types/components/Toast/Toast.config.d.ts +8 -8
  133. package/types/components/Toast/Toast.d.ts +12 -12
  134. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  135. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  136. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  137. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  138. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  139. package/types/components/Tour/Tour.config.d.ts +2 -2
  140. package/types/components/Tour/Tour.d.ts +3 -3
  141. package/types/components/Tree/Tree.config.d.ts +5 -5
  142. package/types/components/Tree/Tree.d.ts +6 -6
  143. package/types/components/Typography/Body.config.d.ts +5 -5
  144. package/types/components/Typography/Dspl.config.d.ts +3 -3
  145. package/types/components/Typography/Heading.config.d.ts +5 -5
  146. package/types/components/Typography/Text.config.d.ts +4 -4
  147. package/types/components/Typography/Typography.d.ts +68 -68
  148. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  149. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -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
  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
  truncate: {
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,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,44 +7,44 @@ 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
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  labelPlacement: {
22
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  clear: {
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
  chipView: {
29
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
35
  };
36
36
  hintView: {
37
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  hintSize: {
40
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
42
  };
43
43
  disabled: {
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
  readOnly: {
47
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  };
50
50
  };
@@ -1,46 +1,46 @@
1
1
  /**
2
2
  * Поле ввода текста.
3
3
  */
4
- export declare const TextField: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const TextField: 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
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  labelPlacement: {
18
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  clear: {
22
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  chipView: {
25
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- secondary: 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;
25
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ secondary: 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
31
  };
32
32
  hintView: {
33
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  hintSize: {
36
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  disabled: {
40
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
41
  };
42
42
  readOnly: {
43
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
44
  };
45
45
  }> & (({
46
46
  size?: string;
@@ -55,7 +55,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
55
55
  textBefore?: string;
56
56
  textAfter?: string;
57
57
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
58
- } & 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 & {
58
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
59
59
  clear?: boolean;
60
60
  hasDivider?: boolean;
61
61
  } & {
@@ -91,7 +91,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
91
91
  textBefore?: string;
92
92
  textAfter?: string;
93
93
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
94
- } & 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 & {
94
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
95
95
  clear?: boolean;
96
96
  hasDivider?: boolean;
97
97
  } & {
@@ -109,8 +109,8 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
109
109
  } & {
110
110
  enumerationType: "chip";
111
111
  onSearch?: never;
112
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
113
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
112
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
113
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
114
114
  chipType?: "default" | "text";
115
115
  chipView?: string;
116
116
  chipValidator?: (value: string) => {
@@ -129,7 +129,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
129
129
  textBefore?: string;
130
130
  textAfter?: string;
131
131
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
132
- } & 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 & {
132
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
133
133
  clear?: boolean;
134
134
  hasDivider?: boolean;
135
135
  } & {
@@ -165,7 +165,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
165
165
  textBefore?: string;
166
166
  textAfter?: string;
167
167
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
168
- } & 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 & {
168
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
169
169
  clear?: boolean;
170
170
  hasDivider?: boolean;
171
171
  } & {
@@ -183,8 +183,8 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
183
183
  } & {
184
184
  enumerationType: "chip";
185
185
  onSearch?: never;
186
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
187
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
186
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
187
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
188
188
  chipType?: "default" | "text";
189
189
  chipView?: string;
190
190
  chipValidator?: (value: string) => {
@@ -203,7 +203,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
203
203
  textBefore?: string;
204
204
  textAfter?: string;
205
205
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
206
- } & 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 & {
206
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
207
207
  clear?: false;
208
208
  hasDivider?: never;
209
209
  } & {
@@ -239,7 +239,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
239
239
  textBefore?: string;
240
240
  textAfter?: string;
241
241
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
242
- } & 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 & {
242
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
243
243
  clear?: false;
244
244
  hasDivider?: never;
245
245
  } & {
@@ -257,8 +257,8 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
257
257
  } & {
258
258
  enumerationType: "chip";
259
259
  onSearch?: never;
260
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
261
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
260
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
261
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
262
262
  chipType?: "default" | "text";
263
263
  chipView?: string;
264
264
  chipValidator?: (value: string) => {
@@ -277,7 +277,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
277
277
  textBefore?: string;
278
278
  textAfter?: string;
279
279
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
280
- } & 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 & {
280
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
281
281
  clear?: false;
282
282
  hasDivider?: never;
283
283
  } & {
@@ -313,7 +313,7 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
313
313
  textBefore?: string;
314
314
  textAfter?: string;
315
315
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
316
- } & 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 & {
316
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
317
317
  clear?: false;
318
318
  hasDivider?: never;
319
319
  } & {
@@ -331,8 +331,8 @@ export declare const TextField: import("react").FunctionComponent<import("node_m
331
331
  } & {
332
332
  enumerationType: "chip";
333
333
  onSearch?: never;
334
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
335
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
334
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
335
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
336
336
  chipType?: "default" | "text";
337
337
  chipView?: string;
338
338
  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
  };
@@ -1,32 +1,32 @@
1
1
  /**
2
2
  * Группа TextField.
3
3
  */
4
- export declare const TextFieldGroup: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const TextFieldGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  size: {
6
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  orientation: {
12
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  gap: {
16
- none: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- dense: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- wide: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ dense: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ wide: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  shape: {
21
- segmented: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ segmented: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  stretching: {
25
- auto: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- filled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
29
- orientation?: import("node_modules/@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types").Orientation;
29
+ orientation?: import("@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types.js").Orientation;
30
30
  stretching?: "auto" | "filled";
31
31
  size?: string;
32
32
  isCommonTextFieldStyles?: boolean;
@@ -34,7 +34,7 @@ export declare const TextFieldGroup: import("react").FunctionComponent<import("n
34
34
  gap?: "none" | "dense";
35
35
  shape?: "segmented";
36
36
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
37
- orientation?: import("node_modules/@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types").Orientation;
37
+ orientation?: import("@salutejs/plasma-new-hope/types/components/TextFieldGroup/TextFieldGroup.types.js").Orientation;
38
38
  stretching?: "auto" | "filled";
39
39
  size?: string;
40
40
  isCommonTextFieldStyles?: boolean;
@@ -5,19 +5,19 @@ 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
  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
  readonly: {
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
  };