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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1,43 +1,43 @@
1
- export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  view: {
3
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  size: {
9
- l: 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
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  labelPlacement: {
15
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  clear: {
19
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  chipView: {
22
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  hintView: {
30
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
32
  hintSize: {
33
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
35
  };
36
36
  disabled: {
37
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  readOnly: {
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
  }> & {
43
43
  size?: string;
@@ -52,7 +52,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
52
52
  textBefore?: string;
53
53
  textAfter?: string;
54
54
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
55
- } & 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 & {
55
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
56
56
  clear?: boolean;
57
57
  hasDivider?: boolean;
58
58
  } & {
@@ -75,46 +75,46 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
75
75
  chipType?: never;
76
76
  chipView?: never;
77
77
  chipValidator?: never;
78
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
78
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
79
79
  view: {
80
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
81
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
82
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
83
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
80
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
81
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
82
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
83
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
84
84
  };
85
85
  size: {
86
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
87
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
88
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
89
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
86
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
87
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
88
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
89
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
90
90
  };
91
91
  labelPlacement: {
92
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
93
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
92
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
93
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
94
94
  };
95
95
  clear: {
96
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
96
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
97
97
  };
98
98
  chipView: {
99
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
100
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
101
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
102
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
103
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
104
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
99
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
100
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
101
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
102
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
103
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
104
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
105
105
  };
106
106
  hintView: {
107
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
107
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
108
108
  };
109
109
  hintSize: {
110
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
111
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
110
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
111
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
112
112
  };
113
113
  disabled: {
114
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
114
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
115
115
  };
116
116
  readOnly: {
117
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
117
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
118
118
  };
119
119
  }> & {
120
120
  size?: string;
@@ -129,7 +129,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
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
  } & {
@@ -147,53 +147,53 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
147
147
  } & {
148
148
  enumerationType: "chip";
149
149
  onSearch?: never;
150
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
151
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
150
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
151
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
152
152
  chipType?: "default" | "text";
153
153
  chipView?: string;
154
154
  chipValidator?: (value: string) => {
155
155
  view?: string;
156
156
  };
157
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
157
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
158
158
  view: {
159
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
160
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
161
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
162
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
159
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
160
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
161
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
162
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
163
163
  };
164
164
  size: {
165
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
166
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
167
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
168
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
165
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
166
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
167
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
168
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
169
169
  };
170
170
  labelPlacement: {
171
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
172
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
171
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
172
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
173
173
  };
174
174
  clear: {
175
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
175
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
176
176
  };
177
177
  chipView: {
178
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
179
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
180
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
181
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
182
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
183
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
178
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
179
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
180
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
181
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
182
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
183
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
184
184
  };
185
185
  hintView: {
186
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
186
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
187
187
  };
188
188
  hintSize: {
189
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
190
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
189
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
190
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
191
191
  };
192
192
  disabled: {
193
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
193
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
194
194
  };
195
195
  readOnly: {
196
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
196
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
197
197
  };
198
198
  }> & {
199
199
  size?: string;
@@ -208,7 +208,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
208
208
  textBefore?: string;
209
209
  textAfter?: string;
210
210
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
211
- } & 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 & {
211
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
212
212
  clear?: boolean;
213
213
  hasDivider?: boolean;
214
214
  } & {
@@ -231,46 +231,46 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
231
231
  chipType?: never;
232
232
  chipView?: never;
233
233
  chipValidator?: never;
234
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
234
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
235
235
  view: {
236
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
237
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
238
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
239
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
236
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
237
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
238
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
239
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
240
240
  };
241
241
  size: {
242
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
243
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
244
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
245
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
242
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
243
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
244
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
245
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
246
246
  };
247
247
  labelPlacement: {
248
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
249
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
248
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
249
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
250
250
  };
251
251
  clear: {
252
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
252
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
253
253
  };
254
254
  chipView: {
255
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
256
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
257
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
258
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
259
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
260
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
255
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
256
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
257
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
258
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
259
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
260
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
261
261
  };
262
262
  hintView: {
263
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
263
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
264
264
  };
265
265
  hintSize: {
266
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
267
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
266
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
267
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
268
268
  };
269
269
  disabled: {
270
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
270
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
271
271
  };
272
272
  readOnly: {
273
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
273
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
274
274
  };
275
275
  }> & {
276
276
  size?: string;
@@ -285,7 +285,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
285
285
  textBefore?: string;
286
286
  textAfter?: string;
287
287
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
288
- } & 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 & {
288
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
289
289
  clear?: boolean;
290
290
  hasDivider?: boolean;
291
291
  } & {
@@ -303,53 +303,53 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
303
303
  } & {
304
304
  enumerationType: "chip";
305
305
  onSearch?: never;
306
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
307
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
306
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
307
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
308
308
  chipType?: "default" | "text";
309
309
  chipView?: string;
310
310
  chipValidator?: (value: string) => {
311
311
  view?: string;
312
312
  };
313
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
313
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
314
314
  view: {
315
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
316
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
317
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
318
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
315
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
316
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
317
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
318
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
319
319
  };
320
320
  size: {
321
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
322
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
323
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
324
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
321
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
322
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
323
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
324
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
325
325
  };
326
326
  labelPlacement: {
327
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
328
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
327
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
328
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
329
329
  };
330
330
  clear: {
331
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
331
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
332
332
  };
333
333
  chipView: {
334
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
335
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
336
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
337
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
338
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
339
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
334
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
335
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
336
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
337
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
338
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
339
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
340
340
  };
341
341
  hintView: {
342
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
342
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
343
343
  };
344
344
  hintSize: {
345
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
346
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
345
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
346
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
347
347
  };
348
348
  disabled: {
349
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
349
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
350
350
  };
351
351
  readOnly: {
352
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
352
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
353
353
  };
354
354
  }> & {
355
355
  size?: string;
@@ -364,7 +364,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
364
364
  textBefore?: string;
365
365
  textAfter?: string;
366
366
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
367
- } & 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 & {
367
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
368
368
  clear?: false;
369
369
  hasDivider?: never;
370
370
  } & {
@@ -387,46 +387,46 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
387
387
  chipType?: never;
388
388
  chipView?: never;
389
389
  chipValidator?: never;
390
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
390
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
391
391
  view: {
392
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
393
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
394
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
395
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
392
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
393
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
394
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
395
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
396
396
  };
397
397
  size: {
398
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
399
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
400
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
401
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
398
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
399
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
400
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
401
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
402
402
  };
403
403
  labelPlacement: {
404
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
405
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
404
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
405
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
406
406
  };
407
407
  clear: {
408
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
408
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
409
409
  };
410
410
  chipView: {
411
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
412
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
413
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
414
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
415
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
416
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
411
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
412
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
413
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
414
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
415
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
416
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
417
417
  };
418
418
  hintView: {
419
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
419
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
420
420
  };
421
421
  hintSize: {
422
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
423
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
422
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
423
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
424
424
  };
425
425
  disabled: {
426
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
426
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
427
427
  };
428
428
  readOnly: {
429
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
429
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
430
430
  };
431
431
  }> & {
432
432
  size?: string;
@@ -441,7 +441,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
441
441
  textBefore?: string;
442
442
  textAfter?: string;
443
443
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
444
- } & 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 & {
444
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
445
445
  clear?: false;
446
446
  hasDivider?: never;
447
447
  } & {
@@ -459,53 +459,53 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
459
459
  } & {
460
460
  enumerationType: "chip";
461
461
  onSearch?: never;
462
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
463
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
462
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
463
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
464
464
  chipType?: "default" | "text";
465
465
  chipView?: string;
466
466
  chipValidator?: (value: string) => {
467
467
  view?: string;
468
468
  };
469
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
469
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
470
470
  view: {
471
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
472
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
473
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
474
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
471
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
472
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
473
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
474
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
475
475
  };
476
476
  size: {
477
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
478
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
479
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
480
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
477
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
478
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
479
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
480
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
481
481
  };
482
482
  labelPlacement: {
483
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
484
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
483
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
484
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
485
485
  };
486
486
  clear: {
487
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
487
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
488
488
  };
489
489
  chipView: {
490
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
491
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
492
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
493
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
494
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
495
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
490
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
491
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
492
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
493
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
494
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
495
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
496
496
  };
497
497
  hintView: {
498
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
498
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
499
499
  };
500
500
  hintSize: {
501
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
502
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
501
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
502
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
503
503
  };
504
504
  disabled: {
505
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
505
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
506
506
  };
507
507
  readOnly: {
508
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
508
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
509
509
  };
510
510
  }> & {
511
511
  size?: string;
@@ -520,7 +520,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
520
520
  textBefore?: string;
521
521
  textAfter?: string;
522
522
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
523
- } & 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 & {
523
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
524
524
  clear?: false;
525
525
  hasDivider?: never;
526
526
  } & {
@@ -543,46 +543,46 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
543
543
  chipType?: never;
544
544
  chipView?: never;
545
545
  chipValidator?: never;
546
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
546
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
547
547
  view: {
548
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
549
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
550
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
551
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
548
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
549
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
550
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
551
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
552
552
  };
553
553
  size: {
554
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
555
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
556
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
557
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
554
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
555
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
556
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
557
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
558
558
  };
559
559
  labelPlacement: {
560
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
561
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
560
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
561
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
562
562
  };
563
563
  clear: {
564
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
564
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
565
565
  };
566
566
  chipView: {
567
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
568
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
569
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
570
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
571
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
572
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
567
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
568
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
569
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
570
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
571
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
572
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
573
573
  };
574
574
  hintView: {
575
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
575
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
576
576
  };
577
577
  hintSize: {
578
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
579
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
578
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
579
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
580
580
  };
581
581
  disabled: {
582
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
582
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
583
583
  };
584
584
  readOnly: {
585
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
585
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
586
586
  };
587
587
  }> & {
588
588
  size?: string;
@@ -597,7 +597,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
597
597
  textBefore?: string;
598
598
  textAfter?: string;
599
599
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
600
- } & 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 & {
600
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
601
601
  clear?: false;
602
602
  hasDivider?: never;
603
603
  } & {
@@ -615,11 +615,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
615
615
  } & {
616
616
  enumerationType: "chip";
617
617
  onSearch?: never;
618
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
619
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
618
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
619
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
620
620
  chipType?: "default" | "text";
621
621
  chipView?: string;
622
622
  chipValidator?: (value: string) => {
623
623
  view?: string;
624
624
  };
625
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
625
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;