@salutejs/sdds-cs 0.318.0-canary.2006.15341327171.0 → 0.318.0-canary.2006.15549711826.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 (79) hide show
  1. package/components/Accordion/Accordion.d.ts +9 -10
  2. package/components/Attach/Attach.d.ts +158 -159
  3. package/components/Autocomplete/Autocomplete.d.ts +352 -353
  4. package/components/Avatar/Avatar.d.ts +46 -47
  5. package/components/AvatarGroup/AvatarGroup.d.ts +1 -2
  6. package/components/Badge/Badge.d.ts +40 -41
  7. package/components/Breadcrumbs/Breadcrumbs.d.ts +3 -4
  8. package/components/Button/Button.d.ts +71 -71
  9. package/components/ButtonGroup/ButtonGroup.d.ts +0 -1
  10. package/components/Card/Card.d.ts +5 -6
  11. package/components/Cell/Cell.d.ts +19 -20
  12. package/components/Checkbox/Checkbox.d.ts +1 -1
  13. package/components/Chip/Chip.d.ts +0 -1
  14. package/components/ChipGroup/ChipGroup.d.ts +0 -1
  15. package/components/Combobox/Combobox.config.js +3 -3
  16. package/components/Combobox/Combobox.d.ts +975 -951
  17. package/components/Counter/Counter.d.ts +0 -1
  18. package/components/DatePicker/DatePicker.d.ts +52 -54
  19. package/components/Divider/Divider.d.ts +0 -1
  20. package/components/Drawer/Drawer.d.ts +18 -19
  21. package/components/Dropdown/Dropdown.d.ts +52 -52
  22. package/components/Dropzone/Dropzone.d.ts +15 -16
  23. package/components/EmptyState/EmptyState.d.ts +0 -1
  24. package/components/Flow/Flow.d.ts +1 -2
  25. package/components/Grid/Grid.d.ts +0 -1
  26. package/components/IconButton/IconButton.d.ts +35 -36
  27. package/components/Image/Image.d.ts +3 -4
  28. package/components/Indicator/Indicator.d.ts +0 -1
  29. package/components/Link/Link.d.ts +1 -2
  30. package/components/Mask/Mask.d.ts +224 -225
  31. package/components/NumberFormat/NumberFormat.d.ts +1 -1
  32. package/components/NumberInput/NumberInput.d.ts +38 -39
  33. package/components/Pagination/Pagination.d.ts +0 -1
  34. package/components/Popover/Popover.d.ts +0 -1
  35. package/components/Price/Price.d.ts +0 -1
  36. package/components/Progress/Progress.d.ts +0 -1
  37. package/components/Radiobox/Radiobox.d.ts +1 -1
  38. package/components/Range/Range.d.ts +105 -106
  39. package/components/Rating/Rating.d.ts +13 -14
  40. package/components/Segment/Segment.d.ts +8 -9
  41. package/components/Select/Select.config.js +3 -3
  42. package/components/Select/Select.d.ts +247 -244
  43. package/components/Sheet/Sheet.d.ts +0 -1
  44. package/components/Skeleton/Skeleton.d.ts +4 -5
  45. package/components/Slider/Slider.d.ts +96 -105
  46. package/components/Spinner/Spinner.d.ts +9 -14
  47. package/components/Steps/Steps.d.ts +0 -1
  48. package/components/Switch/Switch.d.ts +1 -1
  49. package/components/Table/Table.config.js +3 -3
  50. package/components/Table/Table.d.ts +0 -1
  51. package/components/Tabs/TabItem.d.ts +23 -23
  52. package/components/Tabs/Tabs.d.ts +1 -1
  53. package/components/TextArea/TextArea.d.ts +205 -206
  54. package/components/TextField/TextField.d.ts +224 -225
  55. package/components/Toast/Toast.d.ts +0 -1
  56. package/components/ToastNew/ToastNew.d.ts +1 -1
  57. package/components/Tokens/Colors/Colors.styles.d.ts +25 -26
  58. package/components/Tokens/Typography/Typography.styles.d.ts +23 -24
  59. package/components/Toolbar/Toolbar.d.ts +5 -6
  60. package/components/Tree/Tree.d.ts +0 -1
  61. package/components/Typography/Typography.d.ts +204 -205
  62. package/components/ViewContainer/ViewContainer.d.ts +0 -1
  63. package/emotion/cjs/components/Combobox/Combobox.config.js +3 -3
  64. package/emotion/cjs/components/Combobox/Combobox.stories.tsx +186 -0
  65. package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +10 -2
  66. package/emotion/cjs/components/Select/Select.config.js +3 -3
  67. package/emotion/cjs/components/Select/Select.stories.tsx +186 -0
  68. package/emotion/cjs/components/Table/Table.config.js +3 -3
  69. package/emotion/es/components/Combobox/Combobox.config.js +3 -3
  70. package/emotion/es/components/Combobox/Combobox.stories.tsx +186 -0
  71. package/emotion/es/components/DatePicker/DatePicker.stories.tsx +10 -2
  72. package/emotion/es/components/Select/Select.config.js +3 -3
  73. package/emotion/es/components/Select/Select.stories.tsx +186 -0
  74. package/emotion/es/components/Table/Table.config.js +3 -3
  75. package/es/components/Combobox/Combobox.config.js +3 -3
  76. package/es/components/Select/Select.config.js +3 -3
  77. package/es/components/Table/Table.config.js +3 -3
  78. package/mixins/index.d.ts +1 -2
  79. package/package.json +7 -7
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AccordionItem } from '@salutejs/plasma-new-hope/styled-components';
3
2
  export declare const Accordion: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
3
  view: {
@@ -9,14 +8,14 @@ export declare const Accordion: import("react").FunctionComponent<import("@salut
9
8
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
9
  };
11
10
  }> & {
12
- view?: string | undefined;
13
- size?: string | undefined;
14
- singleActive?: boolean | undefined;
15
- defaultActiveEventKey?: number[] | undefined;
16
- disabled?: boolean | undefined;
17
- stretching?: "fixed" | "filled" | undefined;
18
- onChange?: ((index?: number | undefined, value?: boolean | undefined) => void) | undefined;
19
- children?: import("react").ReactNode;
20
- className?: string | undefined;
11
+ view?: string;
12
+ size?: string;
13
+ singleActive?: boolean;
14
+ defaultActiveEventKey?: number[];
15
+ disabled?: boolean;
16
+ stretching?: "fixed" | "filled";
17
+ onChange?: (index?: number, value?: boolean) => void;
18
+ children?: React.ReactNode;
19
+ className?: string;
21
20
  } & import("react").RefAttributes<HTMLDivElement>>;
22
21
  export { AccordionItem };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Компонент, позволяющий прикрепить локальный файл
4
3
  */
@@ -15,204 +14,204 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
15
14
  size: {
16
15
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
16
  };
18
- }> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
19
- text?: string | undefined;
17
+ }> & ((import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
18
+ text?: string;
20
19
  contentLeft?: import("react").ReactNode;
21
- contentPlacing?: ("default" | "relaxed") | undefined;
22
- isLoading?: boolean | undefined;
20
+ contentPlacing?: "default" | "relaxed";
21
+ isLoading?: boolean;
23
22
  loader?: import("react").ReactNode;
24
- stretch?: boolean | undefined;
25
- stretching?: ("fixed" | "auto" | "filled") | undefined;
26
- square?: boolean | undefined;
27
- focused?: boolean | undefined;
28
- disabled?: boolean | undefined;
29
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
30
- view?: string | undefined;
31
- size?: string | undefined;
32
- outlined?: boolean | undefined;
33
- shiftLeft?: boolean | undefined;
34
- shiftRight?: boolean | undefined;
35
- blur?: "small" | "medium" | "large" | undefined;
23
+ stretch?: boolean;
24
+ stretching?: "fixed" | "auto" | "filled";
25
+ square?: boolean;
26
+ focused?: boolean;
27
+ disabled?: boolean;
28
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
29
+ view?: string;
30
+ size?: string;
31
+ outlined?: boolean;
32
+ shiftLeft?: boolean;
33
+ shiftRight?: boolean;
34
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
36
35
  } & {
37
- value?: string | number | undefined;
38
- contentRight?: undefined;
36
+ value?: string | number;
37
+ contentRight?: never;
39
38
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
40
- buttonType?: "button" | undefined;
41
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
42
- text?: string | undefined;
39
+ buttonType?: "button";
40
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
41
+ text?: string;
43
42
  contentLeft?: import("react").ReactNode;
44
- contentPlacing?: ("default" | "relaxed") | undefined;
45
- isLoading?: boolean | undefined;
43
+ contentPlacing?: "default" | "relaxed";
44
+ isLoading?: boolean;
46
45
  loader?: import("react").ReactNode;
47
- stretch?: boolean | undefined;
48
- stretching?: ("fixed" | "auto" | "filled") | undefined;
49
- square?: boolean | undefined;
50
- focused?: boolean | undefined;
51
- disabled?: boolean | undefined;
52
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
53
- view?: string | undefined;
54
- size?: string | undefined;
55
- outlined?: boolean | undefined;
56
- shiftLeft?: boolean | undefined;
57
- shiftRight?: boolean | undefined;
58
- blur?: "small" | "medium" | "large" | undefined;
46
+ stretch?: boolean;
47
+ stretching?: "fixed" | "auto" | "filled";
48
+ square?: boolean;
49
+ focused?: boolean;
50
+ disabled?: boolean;
51
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
52
+ view?: string;
53
+ size?: string;
54
+ outlined?: boolean;
55
+ shiftLeft?: boolean;
56
+ shiftRight?: boolean;
57
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
59
58
  } & {
60
- value?: string | number | undefined;
61
- contentRight?: undefined;
59
+ value?: string | number;
60
+ contentRight?: never;
62
61
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
63
- buttonType?: "button" | undefined;
62
+ buttonType?: "button";
64
63
  } & {
65
- value?: undefined;
64
+ value?: never;
66
65
  contentRight?: import("react").ReactNode;
67
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
68
- text?: string | undefined;
66
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
67
+ text?: string;
69
68
  contentLeft?: import("react").ReactNode;
70
- contentPlacing?: ("default" | "relaxed") | undefined;
71
- isLoading?: boolean | undefined;
69
+ contentPlacing?: "default" | "relaxed";
70
+ isLoading?: boolean;
72
71
  loader?: import("react").ReactNode;
73
- stretch?: boolean | undefined;
74
- stretching?: ("fixed" | "auto" | "filled") | undefined;
75
- square?: boolean | undefined;
76
- focused?: boolean | undefined;
77
- disabled?: boolean | undefined;
78
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
79
- view?: string | undefined;
80
- size?: string | undefined;
81
- outlined?: boolean | undefined;
82
- shiftLeft?: boolean | undefined;
83
- shiftRight?: boolean | undefined;
84
- blur?: "small" | "medium" | "large" | undefined;
72
+ stretch?: boolean;
73
+ stretching?: "fixed" | "auto" | "filled";
74
+ square?: boolean;
75
+ focused?: boolean;
76
+ disabled?: boolean;
77
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
78
+ view?: string;
79
+ size?: string;
80
+ outlined?: boolean;
81
+ shiftLeft?: boolean;
82
+ shiftRight?: boolean;
83
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
85
84
  } & {
86
- value?: string | number | undefined;
87
- contentRight?: undefined;
85
+ value?: string | number;
86
+ contentRight?: never;
88
87
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
89
- buttonType?: "iconButton" | undefined;
90
- icon?: import("react").ReactNode;
91
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
92
- text?: string | undefined;
88
+ buttonType?: "iconButton";
89
+ icon?: React.ReactNode;
90
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
91
+ text?: string;
93
92
  contentLeft?: import("react").ReactNode;
94
- contentPlacing?: ("default" | "relaxed") | undefined;
95
- isLoading?: boolean | undefined;
93
+ contentPlacing?: "default" | "relaxed";
94
+ isLoading?: boolean;
96
95
  loader?: import("react").ReactNode;
97
- stretch?: boolean | undefined;
98
- stretching?: ("fixed" | "auto" | "filled") | undefined;
99
- square?: boolean | undefined;
100
- focused?: boolean | undefined;
101
- disabled?: boolean | undefined;
102
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
103
- view?: string | undefined;
104
- size?: string | undefined;
105
- outlined?: boolean | undefined;
106
- shiftLeft?: boolean | undefined;
107
- shiftRight?: boolean | undefined;
108
- blur?: "small" | "medium" | "large" | undefined;
96
+ stretch?: boolean;
97
+ stretching?: "fixed" | "auto" | "filled";
98
+ square?: boolean;
99
+ focused?: boolean;
100
+ disabled?: boolean;
101
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
102
+ view?: string;
103
+ size?: string;
104
+ outlined?: boolean;
105
+ shiftLeft?: boolean;
106
+ shiftRight?: boolean;
107
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
109
108
  } & {
110
- value?: string | number | undefined;
111
- contentRight?: undefined;
109
+ value?: string | number;
110
+ contentRight?: never;
112
111
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
113
- buttonType?: "iconButton" | undefined;
114
- icon?: import("react").ReactNode;
112
+ buttonType?: "iconButton";
113
+ icon?: React.ReactNode;
115
114
  } & {
116
- value?: undefined;
115
+ value?: never;
117
116
  contentRight?: import("react").ReactNode;
118
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
119
- text?: string | undefined;
117
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
118
+ text?: string;
120
119
  contentLeft?: import("react").ReactNode;
121
- contentPlacing?: ("default" | "relaxed") | undefined;
122
- isLoading?: boolean | undefined;
120
+ contentPlacing?: "default" | "relaxed";
121
+ isLoading?: boolean;
123
122
  loader?: import("react").ReactNode;
124
- stretch?: boolean | undefined;
125
- stretching?: ("fixed" | "auto" | "filled") | undefined;
126
- square?: boolean | undefined;
127
- focused?: boolean | undefined;
128
- disabled?: boolean | undefined;
129
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
130
- view?: string | undefined;
131
- size?: string | undefined;
132
- outlined?: boolean | undefined;
133
- shiftLeft?: boolean | undefined;
134
- shiftRight?: boolean | undefined;
135
- blur?: "small" | "medium" | "large" | undefined;
123
+ stretch?: boolean;
124
+ stretching?: "fixed" | "auto" | "filled";
125
+ square?: boolean;
126
+ focused?: boolean;
127
+ disabled?: boolean;
128
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
129
+ view?: string;
130
+ size?: string;
131
+ outlined?: boolean;
132
+ shiftLeft?: boolean;
133
+ shiftRight?: boolean;
134
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
136
135
  } & {
137
- value?: undefined;
136
+ value?: never;
138
137
  contentRight?: import("react").ReactNode;
139
138
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
140
- buttonType?: "button" | undefined;
139
+ buttonType?: "button";
141
140
  } & {
142
- value?: string | number | undefined;
143
- contentRight?: undefined;
144
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
145
- text?: string | undefined;
141
+ value?: string | number;
142
+ contentRight?: never;
143
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
144
+ text?: string;
146
145
  contentLeft?: import("react").ReactNode;
147
- contentPlacing?: ("default" | "relaxed") | undefined;
148
- isLoading?: boolean | undefined;
146
+ contentPlacing?: "default" | "relaxed";
147
+ isLoading?: boolean;
149
148
  loader?: import("react").ReactNode;
150
- stretch?: boolean | undefined;
151
- stretching?: ("fixed" | "auto" | "filled") | undefined;
152
- square?: boolean | undefined;
153
- focused?: boolean | undefined;
154
- disabled?: boolean | undefined;
155
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
156
- view?: string | undefined;
157
- size?: string | undefined;
158
- outlined?: boolean | undefined;
159
- shiftLeft?: boolean | undefined;
160
- shiftRight?: boolean | undefined;
161
- blur?: "small" | "medium" | "large" | undefined;
149
+ stretch?: boolean;
150
+ stretching?: "fixed" | "auto" | "filled";
151
+ square?: boolean;
152
+ focused?: boolean;
153
+ disabled?: boolean;
154
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
155
+ view?: string;
156
+ size?: string;
157
+ outlined?: boolean;
158
+ shiftLeft?: boolean;
159
+ shiftRight?: boolean;
160
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
162
161
  } & {
163
- value?: undefined;
162
+ value?: never;
164
163
  contentRight?: import("react").ReactNode;
165
164
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
166
- buttonType?: "button" | undefined;
167
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
168
- text?: string | undefined;
165
+ buttonType?: "button";
166
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
167
+ text?: string;
169
168
  contentLeft?: import("react").ReactNode;
170
- contentPlacing?: ("default" | "relaxed") | undefined;
171
- isLoading?: boolean | undefined;
169
+ contentPlacing?: "default" | "relaxed";
170
+ isLoading?: boolean;
172
171
  loader?: import("react").ReactNode;
173
- stretch?: boolean | undefined;
174
- stretching?: ("fixed" | "auto" | "filled") | undefined;
175
- square?: boolean | undefined;
176
- focused?: boolean | undefined;
177
- disabled?: boolean | undefined;
178
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
179
- view?: string | undefined;
180
- size?: string | undefined;
181
- outlined?: boolean | undefined;
182
- shiftLeft?: boolean | undefined;
183
- shiftRight?: boolean | undefined;
184
- blur?: "small" | "medium" | "large" | undefined;
172
+ stretch?: boolean;
173
+ stretching?: "fixed" | "auto" | "filled";
174
+ square?: boolean;
175
+ focused?: boolean;
176
+ disabled?: boolean;
177
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
178
+ view?: string;
179
+ size?: string;
180
+ outlined?: boolean;
181
+ shiftLeft?: boolean;
182
+ shiftRight?: boolean;
183
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
185
184
  } & {
186
- value?: undefined;
185
+ value?: never;
187
186
  contentRight?: import("react").ReactNode;
188
187
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
189
- buttonType?: "iconButton" | undefined;
190
- icon?: import("react").ReactNode;
188
+ buttonType?: "iconButton";
189
+ icon?: React.ReactNode;
191
190
  } & {
192
- value?: string | number | undefined;
193
- contentRight?: undefined;
194
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & {
195
- text?: string | undefined;
191
+ value?: string | number;
192
+ contentRight?: never;
193
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
194
+ text?: string;
196
195
  contentLeft?: import("react").ReactNode;
197
- contentPlacing?: ("default" | "relaxed") | undefined;
198
- isLoading?: boolean | undefined;
196
+ contentPlacing?: "default" | "relaxed";
197
+ isLoading?: boolean;
199
198
  loader?: import("react").ReactNode;
200
- stretch?: boolean | undefined;
201
- stretching?: ("fixed" | "auto" | "filled") | undefined;
202
- square?: boolean | undefined;
203
- focused?: boolean | undefined;
204
- disabled?: boolean | undefined;
205
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
206
- view?: string | undefined;
207
- size?: string | undefined;
208
- outlined?: boolean | undefined;
209
- shiftLeft?: boolean | undefined;
210
- shiftRight?: boolean | undefined;
211
- blur?: "small" | "medium" | "large" | undefined;
199
+ stretch?: boolean;
200
+ stretching?: "fixed" | "auto" | "filled";
201
+ square?: boolean;
202
+ focused?: boolean;
203
+ disabled?: boolean;
204
+ pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
205
+ view?: string;
206
+ size?: string;
207
+ outlined?: boolean;
208
+ shiftLeft?: boolean;
209
+ shiftRight?: boolean;
210
+ blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
212
211
  } & {
213
- value?: undefined;
212
+ value?: never;
214
213
  contentRight?: import("react").ReactNode;
215
214
  } & import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types").BaseAttachProps & {
216
- buttonType?: "iconButton" | undefined;
217
- icon?: import("react").ReactNode;
215
+ buttonType?: "iconButton";
216
+ icon?: React.ReactNode;
218
217
  } & import("react").RefAttributes<HTMLDivElement>))>;