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