@salutejs/sdds-cs 0.335.0-canary.2339.19735457854.0 → 0.335.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 (127) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +3 -3
  3. package/types/components/Accordion/Accordion.d.ts +4 -4
  4. package/types/components/Attach/Attach.config.d.ts +6 -6
  5. package/types/components/Attach/Attach.d.ts +31 -31
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +7 -7
  7. package/types/components/Autocomplete/Autocomplete.d.ts +24 -24
  8. package/types/components/Avatar/Avatar.config.d.ts +11 -11
  9. package/types/components/Avatar/Avatar.d.ts +39 -39
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +8 -8
  12. package/types/components/Badge/Badge.d.ts +9 -9
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +2 -2
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
  15. package/types/components/Button/Button.config.d.ts +9 -9
  16. package/types/components/Button/Button.d.ts +34 -34
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +14 -14
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +15 -15
  19. package/types/components/Calendar/Calendar.d.ts +10 -10
  20. package/types/components/Calendar/CalendarBase.config.d.ts +2 -2
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +2 -2
  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 +3 -3
  27. package/types/components/Cell/Cell.d.ts +8 -8
  28. package/types/components/Checkbox/Checkbox.config.d.ts +4 -4
  29. package/types/components/Checkbox/Checkbox.d.ts +12 -12
  30. package/types/components/Chip/Chip.config.d.ts +6 -6
  31. package/types/components/Chip/Chip.d.ts +7 -7
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +6 -6
  33. package/types/components/ChipGroup/ChipGroup.d.ts +8 -8
  34. package/types/components/Combobox/Combobox.config.d.ts +7 -7
  35. package/types/components/Combobox/Combobox.d.ts +92 -92
  36. package/types/components/Counter/Counter.config.d.ts +5 -5
  37. package/types/components/Counter/Counter.d.ts +7 -7
  38. package/types/components/DatePicker/DatePicker.config.d.ts +4 -4
  39. package/types/components/DatePicker/DatePicker.d.ts +23 -23
  40. package/types/components/Divider/Divider.config.d.ts +7 -7
  41. package/types/components/Divider/Divider.d.ts +8 -8
  42. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  43. package/types/components/Drawer/Drawer.d.ts +11 -11
  44. package/types/components/Dropdown/Dropdown.config.d.ts +2 -2
  45. package/types/components/Dropdown/Dropdown.d.ts +20 -20
  46. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  47. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  48. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  49. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  50. package/types/components/Flow/Flow.d.ts +1 -1
  51. package/types/components/Grid/Grid.config.d.ts +1 -1
  52. package/types/components/Grid/Grid.d.ts +2 -2
  53. package/types/components/IconButton/IconButton.config.d.ts +6 -6
  54. package/types/components/IconButton/IconButton.d.ts +9 -9
  55. package/types/components/Image/Image.d.ts +1 -1
  56. package/types/components/Indicator/Indicator.config.d.ts +10 -10
  57. package/types/components/Indicator/Indicator.d.ts +32 -32
  58. package/types/components/Link/Link.config.d.ts +11 -11
  59. package/types/components/Link/Link.d.ts +26 -26
  60. package/types/components/Mask/Mask.d.ts +105 -105
  61. package/types/components/Modal/Modal.config.d.ts +1 -1
  62. package/types/components/Notification/Notification.config.d.ts +6 -6
  63. package/types/components/Notification/Notification.d.ts +8 -8
  64. package/types/components/NumberInput/NumberInput.config.d.ts +7 -7
  65. package/types/components/NumberInput/NumberInput.d.ts +8 -8
  66. package/types/components/Pagination/Pagination.config.d.ts +5 -5
  67. package/types/components/Pagination/Pagination.d.ts +6 -6
  68. package/types/components/Popover/Popover.config.d.ts +1 -1
  69. package/types/components/Popover/Popover.d.ts +3 -3
  70. package/types/components/Price/Price.d.ts +2 -2
  71. package/types/components/Progress/Progress.config.d.ts +5 -5
  72. package/types/components/Progress/Progress.d.ts +6 -6
  73. package/types/components/Radiobox/Radiobox.config.d.ts +4 -4
  74. package/types/components/Radiobox/Radiobox.d.ts +12 -12
  75. package/types/components/Range/Range.config.d.ts +4 -4
  76. package/types/components/Range/Range.d.ts +23 -23
  77. package/types/components/Rating/Rating.config.d.ts +4 -4
  78. package/types/components/Rating/Rating.d.ts +5 -5
  79. package/types/components/Segment/Segment.d.ts +15 -15
  80. package/types/components/Segment/SegmentGroup.config.d.ts +8 -8
  81. package/types/components/Segment/SegmentItem.config.d.ts +5 -5
  82. package/types/components/Select/Select.config.d.ts +8 -8
  83. package/types/components/Select/Select.d.ts +28 -28
  84. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  85. package/types/components/Sheet/Sheet.d.ts +4 -4
  86. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  87. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  88. package/types/components/Slider/Slider.config.d.ts +4 -4
  89. package/types/components/Slider/Slider.d.ts +12 -12
  90. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  91. package/types/components/Spinner/Spinner.d.ts +9 -9
  92. package/types/components/Steps/Steps.config.d.ts +2 -2
  93. package/types/components/Steps/Steps.d.ts +4 -4
  94. package/types/components/Switch/Switch.config.d.ts +6 -6
  95. package/types/components/Switch/Switch.d.ts +14 -14
  96. package/types/components/Table/Table.config.d.ts +5 -5
  97. package/types/components/Table/Table.d.ts +6 -6
  98. package/types/components/Tabs/TabItem.d.ts +23 -23
  99. package/types/components/Tabs/Tabs.d.ts +23 -23
  100. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +8 -8
  101. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  102. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +4 -4
  103. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +4 -4
  104. package/types/components/TextArea/TextArea.config.d.ts +10 -10
  105. package/types/components/TextArea/TextArea.d.ts +11 -11
  106. package/types/components/TextField/TextField.config.d.ts +10 -10
  107. package/types/components/TextField/TextField.d.ts +27 -27
  108. package/types/components/Toast/Toast.config.d.ts +6 -6
  109. package/types/components/Toast/Toast.d.ts +10 -10
  110. package/types/components/ToastNew/ToastNew.config.d.ts +3 -3
  111. package/types/components/ToastNew/ToastNew.d.ts +5 -5
  112. package/types/components/Tokens/Colors/Colors.styles.d.ts +7 -7
  113. package/types/components/Tokens/Typography/Typography.styles.d.ts +7 -7
  114. package/types/components/Toolbar/Toolbar.config.d.ts +2 -2
  115. package/types/components/Toolbar/Toolbar.d.ts +4 -4
  116. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  117. package/types/components/Tour/Tour.config.d.ts +2 -2
  118. package/types/components/Tour/Tour.d.ts +3 -3
  119. package/types/components/Tree/Tree.config.d.ts +2 -2
  120. package/types/components/Tree/Tree.d.ts +3 -3
  121. package/types/components/Typography/Body.config.d.ts +5 -5
  122. package/types/components/Typography/Dspl.config.d.ts +3 -3
  123. package/types/components/Typography/Heading.config.d.ts +5 -5
  124. package/types/components/Typography/Text.config.d.ts +4 -4
  125. package/types/components/Typography/Typography.d.ts +68 -68
  126. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  127. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.335.0-canary.2339.19735457854.0",
3
+ "version": "0.335.0-canary.2339.19756860460.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/sdds-cs"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.343.0-canary.2339.19735457854.0",
35
+ "@salutejs/plasma-new-hope": "0.343.0-canary.2339.19756860460.0",
36
36
  "@salutejs/sdds-themes": "0.49.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -56,10 +56,10 @@
56
56
  "@microsoft/api-extractor": "7.38.3",
57
57
  "@originjs/vite-plugin-commonjs": "1.0.3",
58
58
  "@salutejs/plasma-colors": "0.16.0",
59
- "@salutejs/plasma-core": "1.211.0-canary.2339.19735457854.0",
60
- "@salutejs/plasma-cy-utils": "0.141.0-canary.2339.19735457854.0",
59
+ "@salutejs/plasma-core": "1.211.0-canary.2339.19756860460.0",
60
+ "@salutejs/plasma-cy-utils": "0.141.0-canary.2339.19756860460.0",
61
61
  "@salutejs/plasma-icons": "1.227.0",
62
- "@salutejs/plasma-sb-utils": "0.211.0-canary.2339.19735457854.0",
62
+ "@salutejs/plasma-sb-utils": "0.211.0-canary.2339.19756860460.0",
63
63
  "@storybook/addon-docs": "8.6.14",
64
64
  "@storybook/addon-essentials": "8.6.14",
65
65
  "@storybook/manager-api": "8.6.14",
@@ -121,5 +121,5 @@
121
121
  "Anton Vinogradov"
122
122
  ],
123
123
  "sideEffects": false,
124
- "gitHead": "2fd20e67f4bb93e0c46c080f17ed5c1513f599ce"
124
+ "gitHead": "f465cee9978792be7f0773c6a1937d4af697877a"
125
125
  }
@@ -5,11 +5,11 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  };
15
15
  };
@@ -1,11 +1,11 @@
1
1
  import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
2
- export declare const Accordion: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
2
+ export declare const Accordion: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3
3
  view: {
4
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
6
  };
7
7
  size: {
8
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  }> & {
11
11
  view?: string;
@@ -7,16 +7,16 @@ export declare const config: {
7
7
  };
8
8
  variations: {
9
9
  view: {
10
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  helperTextView: {
15
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  size: {
19
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  };
22
22
  };
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Компонент, позволяющий прикрепить локальный файл
3
3
  */
4
- export declare const Attach: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Attach: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {
6
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  helperTextView: {
11
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  size: {
15
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  }> & ((import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
18
18
  text?: string;
@@ -26,7 +26,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
26
26
  square?: boolean;
27
27
  focused?: boolean;
28
28
  disabled?: boolean;
29
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
29
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
30
30
  view?: string;
31
31
  size?: string;
32
32
  outlined?: boolean;
@@ -49,7 +49,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
49
49
  } & {
50
50
  flow?: "horizontal";
51
51
  multiple?: boolean;
52
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
52
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
53
53
  } & {
54
54
  buttonType?: "button";
55
55
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
@@ -64,7 +64,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
64
64
  square?: boolean;
65
65
  focused?: boolean;
66
66
  disabled?: boolean;
67
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
67
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
68
68
  view?: string;
69
69
  size?: string;
70
70
  outlined?: boolean;
@@ -87,7 +87,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
87
87
  } & {
88
88
  flow?: "horizontal";
89
89
  multiple?: boolean;
90
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
90
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
91
91
  } & {
92
92
  buttonType?: "button";
93
93
  } & {
@@ -105,7 +105,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
105
105
  square?: boolean;
106
106
  focused?: boolean;
107
107
  disabled?: boolean;
108
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
108
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
109
109
  view?: string;
110
110
  size?: string;
111
111
  outlined?: boolean;
@@ -128,7 +128,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
128
128
  } & {
129
129
  flow?: "horizontal";
130
130
  multiple?: boolean;
131
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
131
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
132
132
  } & {
133
133
  buttonType?: "iconButton";
134
134
  icon?: React.ReactNode;
@@ -144,7 +144,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
144
144
  square?: boolean;
145
145
  focused?: boolean;
146
146
  disabled?: boolean;
147
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
147
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
148
148
  view?: string;
149
149
  size?: string;
150
150
  outlined?: boolean;
@@ -167,7 +167,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
167
167
  } & {
168
168
  flow?: "horizontal";
169
169
  multiple?: boolean;
170
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
170
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
171
171
  } & {
172
172
  buttonType?: "iconButton";
173
173
  icon?: React.ReactNode;
@@ -186,7 +186,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
186
186
  square?: boolean;
187
187
  focused?: boolean;
188
188
  disabled?: boolean;
189
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
189
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
190
190
  view?: string;
191
191
  size?: string;
192
192
  outlined?: boolean;
@@ -224,7 +224,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
224
224
  square?: boolean;
225
225
  focused?: boolean;
226
226
  disabled?: boolean;
227
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
227
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
228
228
  view?: string;
229
229
  size?: string;
230
230
  outlined?: boolean;
@@ -265,7 +265,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
265
265
  square?: boolean;
266
266
  focused?: boolean;
267
267
  disabled?: boolean;
268
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
268
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
269
269
  view?: string;
270
270
  size?: string;
271
271
  outlined?: boolean;
@@ -304,7 +304,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
304
304
  square?: boolean;
305
305
  focused?: boolean;
306
306
  disabled?: boolean;
307
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
307
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
308
308
  view?: string;
309
309
  size?: string;
310
310
  outlined?: boolean;
@@ -346,7 +346,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
346
346
  square?: boolean;
347
347
  focused?: boolean;
348
348
  disabled?: boolean;
349
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
349
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
350
350
  view?: string;
351
351
  size?: string;
352
352
  outlined?: boolean;
@@ -369,7 +369,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
369
369
  } & {
370
370
  flow?: "horizontal";
371
371
  multiple?: boolean;
372
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
372
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
373
373
  } & {
374
374
  buttonType?: "button";
375
375
  } & {
@@ -387,7 +387,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
387
387
  square?: boolean;
388
388
  focused?: boolean;
389
389
  disabled?: boolean;
390
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
390
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
391
391
  view?: string;
392
392
  size?: string;
393
393
  outlined?: boolean;
@@ -410,7 +410,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
410
410
  } & {
411
411
  flow?: "horizontal";
412
412
  multiple?: boolean;
413
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
413
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
414
414
  } & {
415
415
  buttonType?: "button";
416
416
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").InputHTMLAttributes<HTMLInputElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
@@ -425,7 +425,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
425
425
  square?: boolean;
426
426
  focused?: boolean;
427
427
  disabled?: boolean;
428
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
428
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
429
429
  view?: string;
430
430
  size?: string;
431
431
  outlined?: boolean;
@@ -448,7 +448,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
448
448
  } & {
449
449
  flow?: "horizontal";
450
450
  multiple?: boolean;
451
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
451
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
452
452
  } & {
453
453
  buttonType?: "iconButton";
454
454
  icon?: React.ReactNode;
@@ -467,7 +467,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
467
467
  square?: boolean;
468
468
  focused?: boolean;
469
469
  disabled?: boolean;
470
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
470
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
471
471
  view?: string;
472
472
  size?: string;
473
473
  outlined?: boolean;
@@ -490,7 +490,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
490
490
  } & {
491
491
  flow?: "horizontal";
492
492
  multiple?: boolean;
493
- dropdownOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Attach/Attach.types").DropdownOptions;
493
+ dropdownOptions?: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").DropdownOptions;
494
494
  } & {
495
495
  buttonType?: "iconButton";
496
496
  icon?: React.ReactNode;
@@ -506,7 +506,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
506
506
  square?: boolean;
507
507
  focused?: boolean;
508
508
  disabled?: boolean;
509
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
509
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
510
510
  view?: string;
511
511
  size?: string;
512
512
  outlined?: boolean;
@@ -547,7 +547,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
547
547
  square?: boolean;
548
548
  focused?: boolean;
549
549
  disabled?: boolean;
550
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
550
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
551
551
  view?: string;
552
552
  size?: string;
553
553
  outlined?: boolean;
@@ -585,7 +585,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
585
585
  square?: boolean;
586
586
  focused?: boolean;
587
587
  disabled?: boolean;
588
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
588
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
589
589
  view?: string;
590
590
  size?: string;
591
591
  outlined?: boolean;
@@ -627,7 +627,7 @@ export declare const Attach: import("react").FunctionComponent<import("node_modu
627
627
  square?: boolean;
628
628
  focused?: boolean;
629
629
  disabled?: boolean;
630
- pin?: import("node_modules/@salutejs/plasma-new-hope/types/utils/roundness").Pin;
630
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
631
631
  view?: string;
632
632
  size?: string;
633
633
  outlined?: boolean;
@@ -6,21 +6,21 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  size: {
13
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  labelPlacement: {
16
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ outer: 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
  readOnly: {
23
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  };
25
25
  };
26
26
  };
@@ -1,23 +1,23 @@
1
1
  import { AutocompleteProps, DistributiveOmit, DistributivePick, SuggestionItemType } from '@salutejs/plasma-new-hope/styled-components';
2
2
  import React, { ComponentProps } from 'react';
3
3
  import { config } from './Autocomplete.config';
4
- export declare const AutocompleteComponent: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const AutocompleteComponent: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {
6
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- 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
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  size: {
10
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  labelPlacement: {
13
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ outer: 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
  labelPlacement?: string;
@@ -51,7 +51,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
51
51
  textBefore?: string;
52
52
  textAfter?: string;
53
53
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
54
- } & 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 & {
54
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
55
55
  clear?: boolean;
56
56
  hasDivider?: boolean;
57
57
  } & {
@@ -106,7 +106,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
106
106
  textBefore?: string;
107
107
  textAfter?: string;
108
108
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
109
- } & 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 & {
109
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
110
110
  clear?: boolean;
111
111
  hasDivider?: boolean;
112
112
  } & {
@@ -124,8 +124,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
124
124
  } & {
125
125
  enumerationType: "chip";
126
126
  onSearch?: never;
127
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
128
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
127
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
128
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
129
129
  chipType?: "default" | "text";
130
130
  chipView?: string;
131
131
  chipValidator?: (value: string) => {
@@ -163,7 +163,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
163
163
  textBefore?: string;
164
164
  textAfter?: string;
165
165
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
166
- } & 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 & {
166
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
167
167
  clear?: boolean;
168
168
  hasDivider?: boolean;
169
169
  } & {
@@ -218,7 +218,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
218
218
  textBefore?: string;
219
219
  textAfter?: string;
220
220
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
221
- } & 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 & {
221
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
222
222
  clear?: boolean;
223
223
  hasDivider?: boolean;
224
224
  } & {
@@ -236,8 +236,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
236
236
  } & {
237
237
  enumerationType: "chip";
238
238
  onSearch?: never;
239
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
240
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
239
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
240
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
241
241
  chipType?: "default" | "text";
242
242
  chipView?: string;
243
243
  chipValidator?: (value: string) => {
@@ -275,7 +275,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
275
275
  textBefore?: string;
276
276
  textAfter?: string;
277
277
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
278
- } & 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 & {
278
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
279
279
  clear?: false;
280
280
  hasDivider?: never;
281
281
  } & {
@@ -330,7 +330,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
330
330
  textBefore?: string;
331
331
  textAfter?: string;
332
332
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
333
- } & 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 & {
333
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
334
334
  clear?: false;
335
335
  hasDivider?: never;
336
336
  } & {
@@ -348,8 +348,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
348
348
  } & {
349
349
  enumerationType: "chip";
350
350
  onSearch?: never;
351
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
352
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
351
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
352
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
353
353
  chipType?: "default" | "text";
354
354
  chipView?: string;
355
355
  chipValidator?: (value: string) => {
@@ -387,7 +387,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
387
387
  textBefore?: string;
388
388
  textAfter?: string;
389
389
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
390
- } & 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 & {
390
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
391
391
  clear?: false;
392
392
  hasDivider?: never;
393
393
  } & {
@@ -442,7 +442,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
442
442
  textBefore?: string;
443
443
  textAfter?: string;
444
444
  onSearch?: (value: string, event?: React.KeyboardEvent<HTMLInputElement>) => void;
445
- } & 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 & {
445
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
446
446
  clear?: false;
447
447
  hasDivider?: never;
448
448
  } & {
@@ -460,8 +460,8 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("node
460
460
  } & {
461
461
  enumerationType: "chip";
462
462
  onSearch?: never;
463
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
464
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
463
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
464
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
465
465
  chipType?: "default" | "text";
466
466
  chipView?: string;
467
467
  chipValidator?: (value: string) => {
@@ -6,25 +6,25 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- xxl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- 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
- fit: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  shape: {
18
- circled: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  focused: {
21
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  counterView: {
24
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ positive: 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
  };
30
30
  };