@salutejs/plasma-web 1.582.0-canary.1977.15107525912.0 → 1.582.0-canary.1981.15128848111.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.
@@ -32,7 +32,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
32
32
  isLoading?: boolean | undefined;
33
33
  loader?: import("react").ReactNode;
34
34
  stretch?: boolean | undefined;
35
- stretching?: ("auto" | "fixed" | "filled") | undefined;
35
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
36
36
  square?: boolean | undefined;
37
37
  focused?: boolean | undefined;
38
38
  disabled?: boolean | undefined;
@@ -55,7 +55,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
55
55
  isLoading?: boolean | undefined;
56
56
  loader?: import("react").ReactNode;
57
57
  stretch?: boolean | undefined;
58
- stretching?: ("auto" | "fixed" | "filled") | undefined;
58
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
59
59
  square?: boolean | undefined;
60
60
  focused?: boolean | undefined;
61
61
  disabled?: boolean | undefined;
@@ -81,7 +81,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
81
81
  isLoading?: boolean | undefined;
82
82
  loader?: import("react").ReactNode;
83
83
  stretch?: boolean | undefined;
84
- stretching?: ("auto" | "fixed" | "filled") | undefined;
84
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
85
85
  square?: boolean | undefined;
86
86
  focused?: boolean | undefined;
87
87
  disabled?: boolean | undefined;
@@ -105,7 +105,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
105
105
  isLoading?: boolean | undefined;
106
106
  loader?: import("react").ReactNode;
107
107
  stretch?: boolean | undefined;
108
- stretching?: ("auto" | "fixed" | "filled") | undefined;
108
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
109
109
  square?: boolean | undefined;
110
110
  focused?: boolean | undefined;
111
111
  disabled?: boolean | undefined;
@@ -132,7 +132,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
132
132
  isLoading?: boolean | undefined;
133
133
  loader?: import("react").ReactNode;
134
134
  stretch?: boolean | undefined;
135
- stretching?: ("auto" | "fixed" | "filled") | undefined;
135
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
136
136
  square?: boolean | undefined;
137
137
  focused?: boolean | undefined;
138
138
  disabled?: boolean | undefined;
@@ -158,7 +158,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
158
158
  isLoading?: boolean | undefined;
159
159
  loader?: import("react").ReactNode;
160
160
  stretch?: boolean | undefined;
161
- stretching?: ("auto" | "fixed" | "filled") | undefined;
161
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
162
162
  square?: boolean | undefined;
163
163
  focused?: boolean | undefined;
164
164
  disabled?: boolean | undefined;
@@ -181,7 +181,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
181
181
  isLoading?: boolean | undefined;
182
182
  loader?: import("react").ReactNode;
183
183
  stretch?: boolean | undefined;
184
- stretching?: ("auto" | "fixed" | "filled") | undefined;
184
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
185
185
  square?: boolean | undefined;
186
186
  focused?: boolean | undefined;
187
187
  disabled?: boolean | undefined;
@@ -208,7 +208,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
208
208
  isLoading?: boolean | undefined;
209
209
  loader?: import("react").ReactNode;
210
210
  stretch?: boolean | undefined;
211
- stretching?: ("auto" | "fixed" | "filled") | undefined;
211
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
212
212
  square?: boolean | undefined;
213
213
  focused?: boolean | undefined;
214
214
  disabled?: boolean | undefined;
@@ -82,7 +82,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
82
82
  chipType?: undefined;
83
83
  chipView?: undefined;
84
84
  chipValidator?: undefined;
85
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
85
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
86
86
  size?: string | undefined;
87
87
  view?: string | undefined;
88
88
  labelPlacement?: string | undefined;
@@ -132,12 +132,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
132
132
  onSearch?: undefined;
133
133
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
134
134
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
135
- chipType?: "default" | "text" | undefined;
135
+ chipType?: "text" | "default" | undefined;
136
136
  chipView?: string | undefined;
137
137
  chipValidator?: ((value: string) => {
138
138
  view?: string | undefined;
139
139
  }) | undefined;
140
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
140
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
141
141
  size?: string | undefined;
142
142
  view?: string | undefined;
143
143
  labelPlacement?: string | undefined;
@@ -190,7 +190,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
190
190
  chipType?: undefined;
191
191
  chipView?: undefined;
192
192
  chipValidator?: undefined;
193
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
193
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
194
194
  size?: string | undefined;
195
195
  view?: string | undefined;
196
196
  labelPlacement?: string | undefined;
@@ -240,12 +240,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
240
240
  onSearch?: undefined;
241
241
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
242
242
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
243
- chipType?: "default" | "text" | undefined;
243
+ chipType?: "text" | "default" | undefined;
244
244
  chipView?: string | undefined;
245
245
  chipValidator?: ((value: string) => {
246
246
  view?: string | undefined;
247
247
  }) | undefined;
248
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
248
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
249
249
  size?: string | undefined;
250
250
  view?: string | undefined;
251
251
  labelPlacement?: string | undefined;
@@ -298,7 +298,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
298
298
  chipType?: undefined;
299
299
  chipView?: undefined;
300
300
  chipValidator?: undefined;
301
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
301
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
302
302
  size?: string | undefined;
303
303
  view?: string | undefined;
304
304
  labelPlacement?: string | undefined;
@@ -348,12 +348,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
348
348
  onSearch?: undefined;
349
349
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
350
350
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
351
- chipType?: "default" | "text" | undefined;
351
+ chipType?: "text" | "default" | undefined;
352
352
  chipView?: string | undefined;
353
353
  chipValidator?: ((value: string) => {
354
354
  view?: string | undefined;
355
355
  }) | undefined;
356
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
356
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
357
357
  size?: string | undefined;
358
358
  view?: string | undefined;
359
359
  labelPlacement?: string | undefined;
@@ -406,7 +406,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
406
406
  chipType?: undefined;
407
407
  chipView?: undefined;
408
408
  chipValidator?: undefined;
409
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
409
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
410
410
  size?: string | undefined;
411
411
  view?: string | undefined;
412
412
  labelPlacement?: string | undefined;
@@ -456,9 +456,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
456
456
  onSearch?: undefined;
457
457
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
458
458
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
459
- chipType?: "default" | "text" | undefined;
459
+ chipType?: "text" | "default" | undefined;
460
460
  chipView?: string | undefined;
461
461
  chipValidator?: ((value: string) => {
462
462
  view?: string | undefined;
463
463
  }) | undefined;
464
- }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
464
+ }, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -47,7 +47,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
47
47
  isLoading?: boolean | undefined;
48
48
  loader?: import("react").ReactNode;
49
49
  stretch?: boolean | undefined;
50
- stretching?: ("auto" | "fixed" | "filled") | undefined;
50
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
51
51
  square?: boolean | undefined;
52
52
  focused?: boolean | undefined;
53
53
  disabled?: boolean | undefined;
@@ -68,7 +68,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
68
68
  isLoading?: boolean | undefined;
69
69
  loader?: import("react").ReactNode;
70
70
  stretch?: boolean | undefined;
71
- stretching?: ("auto" | "fixed" | "filled") | undefined;
71
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
72
72
  square?: boolean | undefined;
73
73
  focused?: boolean | undefined;
74
74
  disabled?: boolean | undefined;
@@ -19,7 +19,7 @@ export declare const Cell: import("react").FunctionComponent<import("@salutejs/p
19
19
  contentRight?: import("react").ReactNode;
20
20
  alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
21
21
  alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
22
- stretching?: "auto" | "fixed" | "filled" | undefined;
22
+ stretching?: "fixed" | "auto" | "filled" | undefined;
23
23
  content?: import("react").ReactNode;
24
24
  description?: string | undefined;
25
25
  } & {
@@ -34,7 +34,7 @@ export declare const Cell: import("react").FunctionComponent<import("@salutejs/p
34
34
  contentRight?: import("react").ReactNode;
35
35
  alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
36
36
  alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
37
- stretching?: "auto" | "fixed" | "filled" | undefined;
37
+ stretching?: "fixed" | "auto" | "filled" | undefined;
38
38
  content?: import("react").ReactNode;
39
39
  description?: string | undefined;
40
40
  } & {
@@ -86,7 +86,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
86
86
  hintOffset?: [number, number] | undefined;
87
87
  hintWidth?: string | undefined;
88
88
  hintContentLeft?: React.ReactNode;
89
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
89
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
90
90
  items: ComboboxItemOption[];
91
91
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
92
92
  placeholder?: string | undefined;
@@ -139,7 +139,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
139
139
  hintOffset?: undefined;
140
140
  hintWidth?: undefined;
141
141
  hintContentLeft?: undefined;
142
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
142
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
143
143
  items: ComboboxItemOption[];
144
144
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
145
145
  placeholder?: string | undefined;
@@ -192,7 +192,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
192
192
  hintOffset?: [number, number] | undefined;
193
193
  hintWidth?: string | undefined;
194
194
  hintContentLeft?: React.ReactNode;
195
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
195
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
196
196
  items: ComboboxItemOption[];
197
197
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
198
198
  placeholder?: string | undefined;
@@ -245,7 +245,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
245
245
  hintOffset?: undefined;
246
246
  hintWidth?: undefined;
247
247
  hintContentLeft?: undefined;
248
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
248
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
249
249
  items: ComboboxItemOption[];
250
250
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
251
251
  placeholder?: string | undefined;
@@ -298,7 +298,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
298
298
  hintOffset?: [number, number] | undefined;
299
299
  hintWidth?: string | undefined;
300
300
  hintContentLeft?: React.ReactNode;
301
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
301
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
302
302
  items: ComboboxItemOption[];
303
303
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
304
304
  placeholder?: string | undefined;
@@ -351,7 +351,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
351
351
  hintOffset?: undefined;
352
352
  hintWidth?: undefined;
353
353
  hintContentLeft?: undefined;
354
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
354
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
355
355
  items: ComboboxItemOption[];
356
356
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
357
357
  placeholder?: string | undefined;
@@ -404,7 +404,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
404
404
  hintOffset?: [number, number] | undefined;
405
405
  hintWidth?: string | undefined;
406
406
  hintContentLeft?: React.ReactNode;
407
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
407
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
408
408
  items: ComboboxItemOption[];
409
409
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
410
410
  placeholder?: string | undefined;
@@ -457,7 +457,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
457
457
  hintOffset?: undefined;
458
458
  hintWidth?: undefined;
459
459
  hintContentLeft?: undefined;
460
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
460
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
461
461
  items: ComboboxItemOption[];
462
462
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
463
463
  placeholder?: string | undefined;
@@ -510,7 +510,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
510
510
  hintOffset?: [number, number] | undefined;
511
511
  hintWidth?: string | undefined;
512
512
  hintContentLeft?: React.ReactNode;
513
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
513
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
514
514
  items: ComboboxItemOption[];
515
515
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
516
516
  placeholder?: string | undefined;
@@ -563,7 +563,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
563
563
  hintOffset?: undefined;
564
564
  hintWidth?: undefined;
565
565
  hintContentLeft?: undefined;
566
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
566
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
567
567
  items: ComboboxItemOption[];
568
568
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
569
569
  placeholder?: string | undefined;
@@ -616,7 +616,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
616
616
  hintOffset?: [number, number] | undefined;
617
617
  hintWidth?: string | undefined;
618
618
  hintContentLeft?: React.ReactNode;
619
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
619
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
620
620
  items: ComboboxItemOption[];
621
621
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
622
622
  placeholder?: string | undefined;
@@ -669,7 +669,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
669
669
  hintOffset?: undefined;
670
670
  hintWidth?: undefined;
671
671
  hintContentLeft?: undefined;
672
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
672
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
673
673
  items: ComboboxItemOption[];
674
674
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
675
675
  placeholder?: string | undefined;
@@ -722,7 +722,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
722
722
  hintOffset?: [number, number] | undefined;
723
723
  hintWidth?: string | undefined;
724
724
  hintContentLeft?: React.ReactNode;
725
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
725
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
726
726
  items: ComboboxItemOption[];
727
727
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
728
728
  placeholder?: string | undefined;
@@ -775,7 +775,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
775
775
  hintOffset?: undefined;
776
776
  hintWidth?: undefined;
777
777
  hintContentLeft?: undefined;
778
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
778
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
779
779
  items: ComboboxItemOption[];
780
780
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
781
781
  placeholder?: string | undefined;
@@ -828,7 +828,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
828
828
  hintOffset?: [number, number] | undefined;
829
829
  hintWidth?: string | undefined;
830
830
  hintContentLeft?: React.ReactNode;
831
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
831
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
832
832
  items: ComboboxItemOption[];
833
833
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
834
834
  placeholder?: string | undefined;
@@ -881,7 +881,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
881
881
  hintOffset?: undefined;
882
882
  hintWidth?: undefined;
883
883
  hintContentLeft?: undefined;
884
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
884
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
885
885
  items: ComboboxItemOption[];
886
886
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
887
887
  placeholder?: string | undefined;
@@ -934,7 +934,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
934
934
  hintOffset?: [number, number] | undefined;
935
935
  hintWidth?: string | undefined;
936
936
  hintContentLeft?: React.ReactNode;
937
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
937
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
938
938
  items: ComboboxItemOption[];
939
939
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
940
940
  placeholder?: string | undefined;
@@ -987,7 +987,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
987
987
  hintOffset?: undefined;
988
988
  hintWidth?: undefined;
989
989
  hintContentLeft?: undefined;
990
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
990
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
991
991
  items: ComboboxItemOption[];
992
992
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
993
993
  placeholder?: string | undefined;
@@ -1040,7 +1040,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1040
1040
  hintOffset?: [number, number] | undefined;
1041
1041
  hintWidth?: string | undefined;
1042
1042
  hintContentLeft?: React.ReactNode;
1043
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1043
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1044
1044
  items: ComboboxItemOption[];
1045
1045
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1046
1046
  placeholder?: string | undefined;
@@ -1093,7 +1093,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1093
1093
  hintOffset?: undefined;
1094
1094
  hintWidth?: undefined;
1095
1095
  hintContentLeft?: undefined;
1096
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1096
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1097
1097
  items: ComboboxItemOption[];
1098
1098
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1099
1099
  placeholder?: string | undefined;
@@ -1146,7 +1146,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1146
1146
  hintOffset?: [number, number] | undefined;
1147
1147
  hintWidth?: string | undefined;
1148
1148
  hintContentLeft?: React.ReactNode;
1149
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1149
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1150
1150
  items: ComboboxItemOption[];
1151
1151
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1152
1152
  placeholder?: string | undefined;
@@ -1199,7 +1199,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1199
1199
  hintOffset?: undefined;
1200
1200
  hintWidth?: undefined;
1201
1201
  hintContentLeft?: undefined;
1202
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1202
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1203
1203
  items: ComboboxItemOption[];
1204
1204
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1205
1205
  placeholder?: string | undefined;
@@ -1252,7 +1252,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1252
1252
  hintOffset?: [number, number] | undefined;
1253
1253
  hintWidth?: string | undefined;
1254
1254
  hintContentLeft?: React.ReactNode;
1255
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1255
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1256
1256
  items: ComboboxItemOption[];
1257
1257
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1258
1258
  placeholder?: string | undefined;
@@ -1305,7 +1305,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1305
1305
  hintOffset?: undefined;
1306
1306
  hintWidth?: undefined;
1307
1307
  hintContentLeft?: undefined;
1308
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
1308
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>))>;
1309
1309
  declare type PropsFromConfig = keyof typeof config['variations'];
1310
1310
  declare type PropsOld = ComponentProps<typeof ComboboxOld> & {
1311
1311
  items?: never;
@@ -9,11 +9,11 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
9
9
  view: {
10
10
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
11
  };
12
- }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
12
+ }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "target" | "type" | "checked" | "maxLength" | "minLength" | "size"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
13
13
  valueType?: "single" | undefined;
14
14
  value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined;
15
15
  onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined) => void) | undefined;
16
- } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
16
+ } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "target" | "type" | "checked" | "maxLength" | "minLength" | "size"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
17
17
  valueType: "multiple";
18
18
  value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined;
19
19
  onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
@@ -23,8 +23,8 @@ export declare const ComboboxItem: import("react").FunctionComponent<import("@sa
23
23
  disabled?: boolean | undefined;
24
24
  label?: import("react").ReactNode;
25
25
  role?: string | undefined;
26
- contentLeft?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").FunctionComponent<any> | import("react").ComponentClass<any, any> | null | undefined;
27
- contentRight?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").FunctionComponent<any> | import("react").ComponentClass<any, any> | null | undefined;
26
+ contentLeft?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").FunctionComponent<any> | import("react").ComponentClass<any, any> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null | undefined;
27
+ contentRight?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").FunctionComponent<any> | import("react").ComponentClass<any, any> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null | undefined;
28
28
  name?: string | undefined;
29
29
  checked?: boolean | undefined;
30
30
  text?: string | undefined;
@@ -16,7 +16,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
16
16
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
17
  };
18
18
  }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
19
- requiredPlacement?: "right" | "left" | undefined;
19
+ requiredPlacement?: "left" | "right" | undefined;
20
20
  required?: boolean | undefined;
21
21
  hasRequiredIndicator?: boolean | undefined;
22
22
  value?: string | Date | undefined;
@@ -31,13 +31,13 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
31
31
  textBefore?: string | undefined;
32
32
  textAfter?: string | undefined;
33
33
  autoComplete?: string | undefined;
34
- onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo | undefined, originalDate?: Date | undefined, isoDate?: string | undefined) => void) | undefined;
35
- onChangeValue?: ((event: import("react").SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined, originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType, isoDate?: string | undefined) => void) | undefined;
34
+ onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: any, originalDate?: Date | undefined, isoDate?: string | undefined) => void) | undefined;
35
+ onChangeValue?: ((event: import("react").SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined, originalDate?: any, isoDate?: string | undefined) => void) | undefined;
36
36
  onChange?: ((event: {
37
37
  target: {
38
38
  value?: string | undefined;
39
39
  name?: string | undefined;
40
- originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType;
40
+ originalDate?: any;
41
41
  isoDate?: string | undefined;
42
42
  };
43
43
  }) => void) | undefined;
@@ -59,7 +59,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
59
59
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
60
60
  };
61
61
  }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
62
- requiredPlacement?: "right" | "left" | undefined;
62
+ requiredPlacement?: "left" | "right" | undefined;
63
63
  required?: boolean | undefined;
64
64
  hasRequiredIndicator?: boolean | undefined;
65
65
  value?: [string | import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType, string | import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType] | undefined;
@@ -87,7 +87,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
87
87
  contentLeft?: import("react").ReactNode;
88
88
  contentRight?: import("react").ReactNode;
89
89
  leftHelper?: string | undefined;
90
- requiredPlacement?: "right" | "left" | undefined;
90
+ requiredPlacement?: "left" | "right" | undefined;
91
91
  hasRequiredIndicator?: boolean | undefined;
92
92
  firstValueError?: boolean | undefined;
93
93
  secondValueError?: boolean | undefined;
@@ -14,7 +14,7 @@ export declare const Drawer: import("react").FunctionComponent<import("@salutejs
14
14
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
15
  };
16
16
  }> & import("@salutejs/plasma-new-hope/styled-components").PopupProps & import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
17
- placement?: "top" | "bottom" | "right" | "left" | undefined;
17
+ placement?: "left" | "right" | "top" | "bottom" | undefined;
18
18
  asModal?: boolean | undefined;
19
19
  customBackgroundColor?: string | undefined;
20
20
  customContentBackgroundColor?: string | undefined;
@@ -38,7 +38,7 @@ export declare const DrawerContent: import("react").FunctionComponent<import("@s
38
38
  */
39
39
  export declare const DrawerHeader: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & {
40
40
  hasClose?: boolean | undefined;
41
- closePlacement?: "right" | "left" | undefined;
41
+ closePlacement?: "left" | "right" | undefined;
42
42
  actions?: import("react").ReactNode;
43
43
  onClose?: (() => void) | undefined;
44
44
  view?: string | undefined;
@@ -5,8 +5,8 @@ export declare const DropdownNewHopeItem: React.FunctionComponent<import("@salut
5
5
  disabled?: boolean | undefined;
6
6
  label?: React.ReactNode;
7
7
  role?: string | undefined;
8
- contentLeft?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.FunctionComponent<any> | React.ComponentClass<any, any> | null | undefined;
9
- contentRight?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.FunctionComponent<any> | React.ComponentClass<any, any> | null | undefined;
8
+ contentLeft?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.FunctionComponent<any> | React.ComponentClass<any, any> | React.ReactElement<any, string | React.JSXElementConstructor<any>> | null | undefined;
9
+ contentRight?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.FunctionComponent<any> | React.ComponentClass<any, any> | React.ReactElement<any, string | React.JSXElementConstructor<any>> | null | undefined;
10
10
  name?: string | undefined;
11
11
  checked?: boolean | undefined;
12
12
  text?: string | undefined;
@@ -14,7 +14,7 @@ export declare const Dropzone: import("react").FunctionComponent<import("@salute
14
14
  title?: import("react").ReactNode;
15
15
  description?: import("react").ReactNode;
16
16
  icon?: import("react").ReactNode;
17
- iconPlacement?: "top" | "left" | undefined;
17
+ iconPlacement?: "left" | "top" | undefined;
18
18
  size?: string | undefined;
19
19
  view?: string | undefined;
20
20
  disabled?: boolean | undefined;
@@ -40,7 +40,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
40
40
  isLoading?: boolean | undefined;
41
41
  loader?: import("react").ReactNode;
42
42
  stretch?: boolean | undefined;
43
- stretching?: ("auto" | "fixed" | "filled") | undefined;
43
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
44
44
  square?: boolean | undefined;
45
45
  focused?: boolean | undefined;
46
46
  disabled?: boolean | undefined;
@@ -61,7 +61,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
61
61
  isLoading?: boolean | undefined;
62
62
  loader?: import("react").ReactNode;
63
63
  stretch?: boolean | undefined;
64
- stretching?: ("auto" | "fixed" | "filled") | undefined;
64
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
65
65
  square?: boolean | undefined;
66
66
  focused?: boolean | undefined;
67
67
  disabled?: boolean | undefined;
@@ -3,7 +3,7 @@
3
3
  * Компонент Image.
4
4
  */
5
5
  export declare const Image: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").ImgHTMLAttributes<HTMLImageElement> & {
6
- base?: "img" | "div" | undefined;
6
+ base?: "div" | "img" | undefined;
7
7
  ratio?: "16 / 9" | "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined;
8
8
  customRatio?: string | undefined;
9
9
  } & import("react").RefAttributes<HTMLDivElement>>;