@salutejs/sdds-cs 0.316.0-canary.1977.15107525912.0 → 0.316.0-canary.1978.15135791908.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.
@@ -14,7 +14,7 @@ export declare const Accordion: import("react").FunctionComponent<import("@salut
14
14
  singleActive?: boolean | undefined;
15
15
  defaultActiveEventKey?: number[] | undefined;
16
16
  disabled?: boolean | undefined;
17
- stretching?: "filled" | "fixed" | undefined;
17
+ stretching?: "fixed" | "filled" | undefined;
18
18
  onChange?: ((index?: number | undefined, value?: boolean | undefined) => void) | undefined;
19
19
  children?: import("react").ReactNode;
20
20
  className?: string | undefined;
@@ -22,7 +22,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
22
22
  isLoading?: boolean | undefined;
23
23
  loader?: import("react").ReactNode;
24
24
  stretch?: boolean | undefined;
25
- stretching?: ("auto" | "filled" | "fixed") | undefined;
25
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
26
26
  square?: boolean | undefined;
27
27
  focused?: boolean | undefined;
28
28
  disabled?: boolean | undefined;
@@ -45,7 +45,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
45
45
  isLoading?: boolean | undefined;
46
46
  loader?: import("react").ReactNode;
47
47
  stretch?: boolean | undefined;
48
- stretching?: ("auto" | "filled" | "fixed") | undefined;
48
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
49
49
  square?: boolean | undefined;
50
50
  focused?: boolean | undefined;
51
51
  disabled?: boolean | undefined;
@@ -71,7 +71,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
71
71
  isLoading?: boolean | undefined;
72
72
  loader?: import("react").ReactNode;
73
73
  stretch?: boolean | undefined;
74
- stretching?: ("auto" | "filled" | "fixed") | undefined;
74
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
75
75
  square?: boolean | undefined;
76
76
  focused?: boolean | undefined;
77
77
  disabled?: boolean | undefined;
@@ -95,7 +95,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
95
95
  isLoading?: boolean | undefined;
96
96
  loader?: import("react").ReactNode;
97
97
  stretch?: boolean | undefined;
98
- stretching?: ("auto" | "filled" | "fixed") | undefined;
98
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
99
99
  square?: boolean | undefined;
100
100
  focused?: boolean | undefined;
101
101
  disabled?: boolean | undefined;
@@ -122,7 +122,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
122
122
  isLoading?: boolean | undefined;
123
123
  loader?: import("react").ReactNode;
124
124
  stretch?: boolean | undefined;
125
- stretching?: ("auto" | "filled" | "fixed") | undefined;
125
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
126
126
  square?: boolean | undefined;
127
127
  focused?: boolean | undefined;
128
128
  disabled?: boolean | undefined;
@@ -148,7 +148,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
148
148
  isLoading?: boolean | undefined;
149
149
  loader?: import("react").ReactNode;
150
150
  stretch?: boolean | undefined;
151
- stretching?: ("auto" | "filled" | "fixed") | undefined;
151
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
152
152
  square?: boolean | undefined;
153
153
  focused?: boolean | undefined;
154
154
  disabled?: boolean | undefined;
@@ -171,7 +171,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
171
171
  isLoading?: boolean | undefined;
172
172
  loader?: import("react").ReactNode;
173
173
  stretch?: boolean | undefined;
174
- stretching?: ("auto" | "filled" | "fixed") | undefined;
174
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
175
175
  square?: boolean | undefined;
176
176
  focused?: boolean | undefined;
177
177
  disabled?: boolean | undefined;
@@ -198,7 +198,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
198
198
  isLoading?: boolean | undefined;
199
199
  loader?: import("react").ReactNode;
200
200
  stretch?: boolean | undefined;
201
- stretching?: ("auto" | "filled" | "fixed") | undefined;
201
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
202
202
  square?: boolean | undefined;
203
203
  focused?: boolean | undefined;
204
204
  disabled?: boolean | undefined;
@@ -70,7 +70,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
70
70
  chipType?: undefined;
71
71
  chipView?: undefined;
72
72
  chipValidator?: undefined;
73
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
73
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
74
74
  size?: string | undefined;
75
75
  view?: string | undefined;
76
76
  labelPlacement?: string | undefined;
@@ -120,12 +120,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
120
120
  onSearch?: undefined;
121
121
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
122
122
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
123
- chipType?: "default" | "text" | undefined;
123
+ chipType?: "text" | "default" | undefined;
124
124
  chipView?: string | undefined;
125
125
  chipValidator?: ((value: string) => {
126
126
  view?: string | undefined;
127
127
  }) | undefined;
128
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
128
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
129
129
  size?: string | undefined;
130
130
  view?: string | undefined;
131
131
  labelPlacement?: string | undefined;
@@ -178,7 +178,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
178
178
  chipType?: undefined;
179
179
  chipView?: undefined;
180
180
  chipValidator?: undefined;
181
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
181
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
182
182
  size?: string | undefined;
183
183
  view?: string | undefined;
184
184
  labelPlacement?: string | undefined;
@@ -228,12 +228,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
228
228
  onSearch?: undefined;
229
229
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
230
230
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
231
- chipType?: "default" | "text" | undefined;
231
+ chipType?: "text" | "default" | undefined;
232
232
  chipView?: string | undefined;
233
233
  chipValidator?: ((value: string) => {
234
234
  view?: string | undefined;
235
235
  }) | undefined;
236
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
236
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
237
237
  size?: string | undefined;
238
238
  view?: string | undefined;
239
239
  labelPlacement?: string | undefined;
@@ -286,7 +286,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
286
286
  chipType?: undefined;
287
287
  chipView?: undefined;
288
288
  chipValidator?: undefined;
289
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
289
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
290
290
  size?: string | undefined;
291
291
  view?: string | undefined;
292
292
  labelPlacement?: string | undefined;
@@ -336,12 +336,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
336
336
  onSearch?: undefined;
337
337
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
338
338
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
339
- chipType?: "default" | "text" | undefined;
339
+ chipType?: "text" | "default" | undefined;
340
340
  chipView?: string | undefined;
341
341
  chipValidator?: ((value: string) => {
342
342
  view?: string | undefined;
343
343
  }) | undefined;
344
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
344
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
345
345
  size?: string | undefined;
346
346
  view?: string | undefined;
347
347
  labelPlacement?: string | undefined;
@@ -394,7 +394,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
394
394
  chipType?: undefined;
395
395
  chipView?: undefined;
396
396
  chipValidator?: undefined;
397
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
397
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
398
398
  size?: string | undefined;
399
399
  view?: string | undefined;
400
400
  labelPlacement?: string | undefined;
@@ -444,9 +444,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
444
444
  onSearch?: undefined;
445
445
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
446
446
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
447
- chipType?: "default" | "text" | undefined;
447
+ chipType?: "text" | "default" | undefined;
448
448
  chipView?: string | undefined;
449
449
  chipValidator?: ((value: string) => {
450
450
  view?: string | undefined;
451
451
  }) | undefined;
452
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
452
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -24,7 +24,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
24
24
  isLoading?: boolean | undefined;
25
25
  loader?: React.ReactNode;
26
26
  stretch?: boolean | undefined;
27
- stretching?: ("auto" | "filled" | "fixed") | undefined;
27
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
28
28
  square?: boolean | undefined;
29
29
  focused?: boolean | undefined;
30
30
  disabled?: boolean | undefined;
@@ -45,7 +45,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
45
45
  isLoading?: boolean | undefined;
46
46
  loader?: React.ReactNode;
47
47
  stretch?: boolean | undefined;
48
- stretching?: ("auto" | "filled" | "fixed") | undefined;
48
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
49
49
  square?: boolean | undefined;
50
50
  focused?: boolean | undefined;
51
51
  disabled?: boolean | undefined;
@@ -89,7 +89,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
89
89
  isLoading?: boolean | undefined;
90
90
  loader?: React.ReactNode;
91
91
  stretch?: boolean | undefined;
92
- stretching?: ("auto" | "filled" | "fixed") | undefined;
92
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
93
93
  square?: boolean | undefined;
94
94
  focused?: boolean | undefined;
95
95
  disabled?: boolean | undefined;
@@ -128,7 +128,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
128
128
  isLoading?: boolean | undefined;
129
129
  loader?: React.ReactNode;
130
130
  stretch?: boolean | undefined;
131
- stretching?: ("auto" | "filled" | "fixed") | undefined;
131
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
132
132
  square?: boolean | undefined;
133
133
  focused?: boolean | undefined;
134
134
  disabled?: boolean | undefined;
@@ -17,7 +17,7 @@ export declare const Cell: import("react").FunctionComponent<import("@salutejs/p
17
17
  contentRight?: import("react").ReactNode;
18
18
  alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
19
19
  alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
20
- stretching?: "auto" | "filled" | "fixed" | undefined;
20
+ stretching?: "fixed" | "auto" | "filled" | undefined;
21
21
  content?: import("react").ReactNode;
22
22
  description?: string | undefined;
23
23
  } & {
@@ -32,7 +32,7 @@ export declare const Cell: import("react").FunctionComponent<import("@salutejs/p
32
32
  contentRight?: import("react").ReactNode;
33
33
  alignContentLeft?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
34
34
  alignContentRight?: import("@salutejs/plasma-new-hope/types/components/Cell/Cell.types").AlignProp | undefined;
35
- stretching?: "auto" | "filled" | "fixed" | undefined;
35
+ stretching?: "fixed" | "auto" | "filled" | undefined;
36
36
  content?: import("react").ReactNode;
37
37
  description?: string | undefined;
38
38
  } & {
@@ -72,7 +72,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
72
72
  hintOffset?: [number, number] | undefined;
73
73
  hintWidth?: string | undefined;
74
74
  hintContentLeft?: React.ReactNode;
75
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
75
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
76
76
  items: ComboboxItemOption[];
77
77
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
78
78
  placeholder?: string | undefined;
@@ -125,7 +125,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
125
125
  hintOffset?: undefined;
126
126
  hintWidth?: undefined;
127
127
  hintContentLeft?: undefined;
128
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
128
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
129
129
  items: ComboboxItemOption[];
130
130
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
131
131
  placeholder?: string | undefined;
@@ -178,7 +178,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
178
178
  hintOffset?: [number, number] | undefined;
179
179
  hintWidth?: string | undefined;
180
180
  hintContentLeft?: React.ReactNode;
181
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
181
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
182
182
  items: ComboboxItemOption[];
183
183
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
184
184
  placeholder?: string | undefined;
@@ -231,7 +231,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
231
231
  hintOffset?: undefined;
232
232
  hintWidth?: undefined;
233
233
  hintContentLeft?: undefined;
234
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
234
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
235
235
  items: ComboboxItemOption[];
236
236
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
237
237
  placeholder?: string | undefined;
@@ -284,7 +284,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
284
284
  hintOffset?: [number, number] | undefined;
285
285
  hintWidth?: string | undefined;
286
286
  hintContentLeft?: React.ReactNode;
287
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
287
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
288
288
  items: ComboboxItemOption[];
289
289
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
290
290
  placeholder?: string | undefined;
@@ -337,7 +337,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
337
337
  hintOffset?: undefined;
338
338
  hintWidth?: undefined;
339
339
  hintContentLeft?: undefined;
340
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
340
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
341
341
  items: ComboboxItemOption[];
342
342
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
343
343
  placeholder?: string | undefined;
@@ -390,7 +390,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
390
390
  hintOffset?: [number, number] | undefined;
391
391
  hintWidth?: string | undefined;
392
392
  hintContentLeft?: React.ReactNode;
393
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
393
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
394
394
  items: ComboboxItemOption[];
395
395
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
396
396
  placeholder?: string | undefined;
@@ -443,7 +443,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
443
443
  hintOffset?: undefined;
444
444
  hintWidth?: undefined;
445
445
  hintContentLeft?: undefined;
446
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
446
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
447
447
  items: ComboboxItemOption[];
448
448
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
449
449
  placeholder?: string | undefined;
@@ -496,7 +496,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
496
496
  hintOffset?: [number, number] | undefined;
497
497
  hintWidth?: string | undefined;
498
498
  hintContentLeft?: React.ReactNode;
499
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
499
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
500
500
  items: ComboboxItemOption[];
501
501
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
502
502
  placeholder?: string | undefined;
@@ -549,7 +549,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
549
549
  hintOffset?: undefined;
550
550
  hintWidth?: undefined;
551
551
  hintContentLeft?: undefined;
552
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
552
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
553
553
  items: ComboboxItemOption[];
554
554
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
555
555
  placeholder?: string | undefined;
@@ -602,7 +602,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
602
602
  hintOffset?: [number, number] | undefined;
603
603
  hintWidth?: string | undefined;
604
604
  hintContentLeft?: React.ReactNode;
605
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
605
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
606
606
  items: ComboboxItemOption[];
607
607
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
608
608
  placeholder?: string | undefined;
@@ -655,7 +655,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
655
655
  hintOffset?: undefined;
656
656
  hintWidth?: undefined;
657
657
  hintContentLeft?: undefined;
658
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
658
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
659
659
  items: ComboboxItemOption[];
660
660
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
661
661
  placeholder?: string | undefined;
@@ -708,7 +708,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
708
708
  hintOffset?: [number, number] | undefined;
709
709
  hintWidth?: string | undefined;
710
710
  hintContentLeft?: React.ReactNode;
711
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
711
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
712
712
  items: ComboboxItemOption[];
713
713
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
714
714
  placeholder?: string | undefined;
@@ -761,7 +761,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
761
761
  hintOffset?: undefined;
762
762
  hintWidth?: undefined;
763
763
  hintContentLeft?: undefined;
764
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
764
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
765
765
  items: ComboboxItemOption[];
766
766
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
767
767
  placeholder?: string | undefined;
@@ -814,7 +814,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
814
814
  hintOffset?: [number, number] | undefined;
815
815
  hintWidth?: string | undefined;
816
816
  hintContentLeft?: React.ReactNode;
817
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
817
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
818
818
  items: ComboboxItemOption[];
819
819
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
820
820
  placeholder?: string | undefined;
@@ -867,7 +867,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
867
867
  hintOffset?: undefined;
868
868
  hintWidth?: undefined;
869
869
  hintContentLeft?: undefined;
870
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
870
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
871
871
  items: ComboboxItemOption[];
872
872
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
873
873
  placeholder?: string | undefined;
@@ -920,7 +920,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
920
920
  hintOffset?: [number, number] | undefined;
921
921
  hintWidth?: string | undefined;
922
922
  hintContentLeft?: React.ReactNode;
923
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
923
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
924
924
  items: ComboboxItemOption[];
925
925
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
926
926
  placeholder?: string | undefined;
@@ -973,7 +973,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
973
973
  hintOffset?: undefined;
974
974
  hintWidth?: undefined;
975
975
  hintContentLeft?: undefined;
976
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
976
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
977
977
  items: ComboboxItemOption[];
978
978
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
979
979
  placeholder?: string | undefined;
@@ -1026,7 +1026,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1026
1026
  hintOffset?: [number, number] | undefined;
1027
1027
  hintWidth?: string | undefined;
1028
1028
  hintContentLeft?: React.ReactNode;
1029
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1029
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1030
1030
  items: ComboboxItemOption[];
1031
1031
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1032
1032
  placeholder?: string | undefined;
@@ -1079,7 +1079,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1079
1079
  hintOffset?: undefined;
1080
1080
  hintWidth?: undefined;
1081
1081
  hintContentLeft?: undefined;
1082
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1082
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1083
1083
  items: ComboboxItemOption[];
1084
1084
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1085
1085
  placeholder?: string | undefined;
@@ -1132,7 +1132,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1132
1132
  hintOffset?: [number, number] | undefined;
1133
1133
  hintWidth?: string | undefined;
1134
1134
  hintContentLeft?: React.ReactNode;
1135
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1135
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1136
1136
  items: ComboboxItemOption[];
1137
1137
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1138
1138
  placeholder?: string | undefined;
@@ -1185,7 +1185,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1185
1185
  hintOffset?: undefined;
1186
1186
  hintWidth?: undefined;
1187
1187
  hintContentLeft?: undefined;
1188
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1188
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1189
1189
  items: ComboboxItemOption[];
1190
1190
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1191
1191
  placeholder?: string | undefined;
@@ -1238,7 +1238,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1238
1238
  hintOffset?: [number, number] | undefined;
1239
1239
  hintWidth?: string | undefined;
1240
1240
  hintContentLeft?: React.ReactNode;
1241
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1241
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
1242
1242
  items: ComboboxItemOption[];
1243
1243
  placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
1244
1244
  placeholder?: string | undefined;
@@ -1291,7 +1291,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1291
1291
  hintOffset?: undefined;
1292
1292
  hintWidth?: undefined;
1293
1293
  hintContentLeft?: undefined;
1294
- } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
1294
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>))>;
1295
1295
  declare type PropsFromConfig = keyof typeof config['variations'];
1296
1296
  export declare type Props<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
1297
1297
  declare const Combobox: <T extends ComboboxItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
@@ -28,13 +28,13 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
28
28
  textBefore?: string | undefined;
29
29
  textAfter?: string | undefined;
30
30
  autoComplete?: string | undefined;
31
- 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;
32
- 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;
31
+ onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: any, originalDate?: Date | undefined, isoDate?: string | undefined) => void) | undefined;
32
+ onChangeValue?: ((event: import("react").SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined, originalDate?: any, isoDate?: string | undefined) => void) | undefined;
33
33
  onChange?: ((event: {
34
34
  target: {
35
35
  value?: string | undefined;
36
36
  name?: string | undefined;
37
- originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType;
37
+ originalDate?: any;
38
38
  isoDate?: string | undefined;
39
39
  };
40
40
  }) => void) | undefined;
@@ -101,7 +101,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
101
101
  onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
102
102
  firstTextfieldTextBefore?: string | undefined;
103
103
  secondTextfieldTextBefore?: string | undefined;
104
- dividerVariant?: "none" | "dash" | "icon" | undefined;
104
+ dividerVariant?: "none" | "icon" | "dash" | undefined;
105
105
  dividerIcon?: import("react").ReactNode;
106
106
  } & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
107
107
  placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic[] | undefined;
@@ -38,7 +38,7 @@ declare const DropdownNewHope: React.FunctionComponent<import("@salutejs/plasma-
38
38
  hoverIndex?: number | undefined;
39
39
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
40
40
  export declare type DropdownProps<T extends DropdownItemOption> = Omit<DropdownNewProps<T>, 'size' | 'view'> & Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;
41
- declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "size" | "view"> & Pick<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
41
+ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "view" | "size"> & Pick<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
42
42
  size: {
43
43
  s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
44
  };
@@ -74,5 +74,5 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
74
74
  onItemClick?: ((item: DropdownItemOption, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
75
75
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
76
76
  hoverIndex?: number | undefined;
77
- } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "size" | "view"> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
77
+ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "view" | "size"> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
78
78
  export { Dropdown };
@@ -25,7 +25,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
25
25
  isLoading?: boolean | undefined;
26
26
  loader?: import("react").ReactNode;
27
27
  stretch?: boolean | undefined;
28
- stretching?: ("auto" | "filled" | "fixed") | undefined;
28
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
29
29
  square?: boolean | undefined;
30
30
  focused?: boolean | undefined;
31
31
  disabled?: boolean | undefined;
@@ -46,7 +46,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
46
46
  isLoading?: boolean | undefined;
47
47
  loader?: import("react").ReactNode;
48
48
  stretch?: boolean | undefined;
49
- stretching?: ("auto" | "filled" | "fixed") | undefined;
49
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
50
50
  square?: boolean | undefined;
51
51
  focused?: boolean | undefined;
52
52
  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?: "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16 / 9" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined;
8
8
  customRatio?: string | undefined;
9
9
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -62,7 +62,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
62
62
  chipType?: undefined;
63
63
  chipView?: undefined;
64
64
  chipValidator?: undefined;
65
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
65
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
66
66
  view: {
67
67
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
68
68
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -122,12 +122,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
122
122
  onSearch?: undefined;
123
123
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
124
124
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
125
- chipType?: "default" | "text" | undefined;
125
+ chipType?: "text" | "default" | undefined;
126
126
  chipView?: string | undefined;
127
127
  chipValidator?: ((value: string) => {
128
128
  view?: string | undefined;
129
129
  }) | undefined;
130
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
130
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
131
131
  view: {
132
132
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
133
133
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -190,7 +190,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
190
190
  chipType?: undefined;
191
191
  chipView?: undefined;
192
192
  chipValidator?: undefined;
193
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
193
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
194
194
  view: {
195
195
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
196
196
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -250,12 +250,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
250
250
  onSearch?: undefined;
251
251
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
252
252
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
253
- chipType?: "default" | "text" | undefined;
253
+ chipType?: "text" | "default" | undefined;
254
254
  chipView?: string | undefined;
255
255
  chipValidator?: ((value: string) => {
256
256
  view?: string | undefined;
257
257
  }) | undefined;
258
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
258
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
259
259
  view: {
260
260
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
261
261
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -318,7 +318,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
318
318
  chipType?: undefined;
319
319
  chipView?: undefined;
320
320
  chipValidator?: undefined;
321
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
321
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
322
322
  view: {
323
323
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
324
324
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -378,12 +378,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
378
378
  onSearch?: undefined;
379
379
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
380
380
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
381
- chipType?: "default" | "text" | undefined;
381
+ chipType?: "text" | "default" | undefined;
382
382
  chipView?: string | undefined;
383
383
  chipValidator?: ((value: string) => {
384
384
  view?: string | undefined;
385
385
  }) | undefined;
386
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
386
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
387
387
  view: {
388
388
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
389
389
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -446,7 +446,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
446
446
  chipType?: undefined;
447
447
  chipView?: undefined;
448
448
  chipValidator?: undefined;
449
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
449
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
450
450
  view: {
451
451
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
452
452
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -506,9 +506,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
506
506
  onSearch?: undefined;
507
507
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
508
508
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
509
- chipType?: "default" | "text" | undefined;
509
+ chipType?: "text" | "default" | undefined;
510
510
  chipView?: string | undefined;
511
511
  chipValidator?: ((value: string) => {
512
512
  view?: string | undefined;
513
513
  }) | undefined;
514
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
514
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
@@ -45,7 +45,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
45
45
  } & {
46
46
  segmentation?: "clear" | undefined;
47
47
  inputBackgroundType?: undefined;
48
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
48
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
49
49
  value?: number | undefined;
50
50
  min?: number | undefined;
51
51
  max?: number | undefined;
@@ -71,4 +71,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
71
71
  } & {
72
72
  segmentation?: string | undefined;
73
73
  inputBackgroundType?: string | undefined;
74
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
74
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -19,7 +19,7 @@ export declare const Rating: import("react").FunctionComponent<import("@salutejs
19
19
  hasIcons?: boolean | undefined;
20
20
  iconQuantity?: 1 | 5 | 10 | undefined;
21
21
  helperText?: string | undefined;
22
- helperTextStretching?: "filled" | "fixed" | undefined;
22
+ helperTextStretching?: "fixed" | "filled" | undefined;
23
23
  size?: string | undefined;
24
24
  view?: string | undefined;
25
25
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLInputElement>>;
@@ -39,7 +39,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
39
39
  contentLeft?: React.ReactNode;
40
40
  placeholder?: string | undefined;
41
41
  helperText?: string | undefined;
42
- chipType?: "default" | "text" | undefined;
42
+ chipType?: "text" | "default" | undefined;
43
43
  } & {
44
44
  multiselect?: false | undefined;
45
45
  separator?: undefined;
@@ -96,7 +96,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
96
96
  contentLeft?: React.ReactNode;
97
97
  placeholder?: string | undefined;
98
98
  helperText?: string | undefined;
99
- chipType?: "default" | "text" | undefined;
99
+ chipType?: "text" | "default" | undefined;
100
100
  } & {
101
101
  multiselect?: true | undefined;
102
102
  separator?: string | undefined;
@@ -153,7 +153,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
153
153
  contentLeft?: React.ReactNode;
154
154
  placeholder?: string | undefined;
155
155
  helperText?: string | undefined;
156
- chipType?: "default" | "text" | undefined;
156
+ chipType?: "text" | "default" | undefined;
157
157
  } & {
158
158
  multiselect?: false | undefined;
159
159
  separator?: undefined;
@@ -210,7 +210,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
210
210
  contentLeft?: React.ReactNode;
211
211
  placeholder?: string | undefined;
212
212
  helperText?: string | undefined;
213
- chipType?: "default" | "text" | undefined;
213
+ chipType?: "text" | "default" | undefined;
214
214
  } & {
215
215
  multiselect?: true | undefined;
216
216
  separator?: string | undefined;
@@ -251,7 +251,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
251
251
  onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
252
252
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
253
253
  target: "button-like";
254
- view?: "default" | "clear" | "accent" | "secondary" | "negative" | "positive" | "warning" | "dark" | "black" | "white" | undefined;
254
+ view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "negative" | "positive" | "warning" | undefined;
255
255
  contentLeft?: undefined;
256
256
  placeholder?: undefined;
257
257
  helperText?: undefined;
@@ -296,7 +296,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
296
296
  onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
297
297
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
298
298
  target: "button-like";
299
- view?: "default" | "clear" | "accent" | "secondary" | "negative" | "positive" | "warning" | "dark" | "black" | "white" | undefined;
299
+ view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "negative" | "positive" | "warning" | undefined;
300
300
  contentLeft?: undefined;
301
301
  placeholder?: undefined;
302
302
  helperText?: undefined;
@@ -22,7 +22,7 @@ export declare const LineSkeleton: import("react").FunctionComponent<import("@sa
22
22
  };
23
23
  }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
24
24
  customGradientColor?: string | undefined;
25
- roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
25
+ roundness?: 0 | 8 | 12 | 16 | 18 | 20 | 24 | 32 | 250 | 28 | 14 | undefined;
26
26
  } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
27
27
  export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
28
28
  size: {
@@ -46,6 +46,6 @@ export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-n
46
46
  };
47
47
  }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
48
48
  customGradientColor?: string | undefined;
49
- roundness?: 0 | 8 | 12 | 14 | 16 | 18 | 20 | 24 | 28 | 32 | 250 | undefined;
49
+ roundness?: 0 | 8 | 12 | 16 | 18 | 20 | 24 | 32 | 250 | 28 | 14 | undefined;
50
50
  } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types").TextSkeletonBaseProps>;
51
51
  export { RectSkeleton, withSkeleton };
@@ -46,9 +46,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
46
46
  view?: string | undefined;
47
47
  size?: "s" | "m" | "l" | undefined;
48
48
  type?: "single" | undefined;
49
- pointerSize?: "none" | "small" | "large" | undefined;
50
- pointerVisibility: "hover" | "always";
51
- currentValueVisibility: "hover" | "always";
49
+ pointerSize?: "small" | "none" | "large" | undefined;
50
+ pointerVisibility: "always" | "hover";
51
+ currentValueVisibility: "always" | "hover";
52
52
  } & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
53
53
  /**
54
54
  * Слайдер позволяет определить числовое значение в пределах указанного промежутка.
@@ -60,7 +60,7 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
60
60
  defaultValue?: number | undefined;
61
61
  } & {
62
62
  orientation: "vertical";
63
- sliderAlign?: "none" | "center" | "left" | "right" | undefined;
63
+ sliderAlign?: "center" | "none" | "left" | "right" | undefined;
64
64
  scaleAlign?: undefined;
65
65
  reversed?: boolean | undefined;
66
66
  labelReversed?: boolean | undefined;
@@ -80,9 +80,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
80
80
  view?: string | undefined;
81
81
  size?: "s" | "m" | "l" | undefined;
82
82
  type?: "single" | undefined;
83
- pointerSize?: "none" | "small" | "large" | undefined;
84
- pointerVisibility: "hover" | "always";
85
- currentValueVisibility: "hover" | "always";
83
+ pointerSize?: "small" | "none" | "large" | undefined;
84
+ pointerVisibility: "always" | "hover";
85
+ currentValueVisibility: "always" | "hover";
86
86
  } & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
87
87
  onChange?: ((value: number) => void) | undefined;
88
88
  value: number;
@@ -111,9 +111,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
111
111
  view?: string | undefined;
112
112
  size?: "s" | "m" | "l" | undefined;
113
113
  type?: "single" | undefined;
114
- pointerSize?: "none" | "small" | "large" | undefined;
115
- pointerVisibility: "hover" | "always";
116
- currentValueVisibility: "hover" | "always";
114
+ pointerSize?: "small" | "none" | "large" | undefined;
115
+ pointerVisibility: "always" | "hover";
116
+ currentValueVisibility: "always" | "hover";
117
117
  } & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
118
118
  onChange?: ((value: number) => void) | undefined;
119
119
  value: number;
@@ -121,7 +121,7 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
121
121
  defaultValue?: undefined;
122
122
  } & {
123
123
  orientation: "vertical";
124
- sliderAlign?: "none" | "center" | "left" | "right" | undefined;
124
+ sliderAlign?: "center" | "none" | "left" | "right" | undefined;
125
125
  scaleAlign?: undefined;
126
126
  reversed?: boolean | undefined;
127
127
  labelReversed?: boolean | undefined;
@@ -141,9 +141,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
141
141
  view?: string | undefined;
142
142
  size?: "s" | "m" | "l" | undefined;
143
143
  type?: "single" | undefined;
144
- pointerSize?: "none" | "small" | "large" | undefined;
145
- pointerVisibility: "hover" | "always";
146
- currentValueVisibility: "hover" | "always";
144
+ pointerSize?: "small" | "none" | "large" | undefined;
145
+ pointerVisibility: "always" | "hover";
146
+ currentValueVisibility: "always" | "hover";
147
147
  } & import("react").RefAttributes<HTMLDivElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
148
148
  onChange?: ((event: import("@salutejs/plasma-new-hope/types/types/FormType").FormTypeString) => void) | undefined;
149
149
  name?: string | undefined;
@@ -27,7 +27,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
27
27
  readOnly: {
28
28
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
29
  };
30
- }> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
30
+ }> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
31
31
  status?: "" | "warning" | "success" | "error" | undefined;
32
32
  label?: string | undefined;
33
33
  labelPlacement?: "outer" | "inner" | undefined;
@@ -71,7 +71,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
71
71
  } & {
72
72
  clear?: undefined;
73
73
  hasDivider?: undefined;
74
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
74
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
75
75
  status?: "" | "warning" | "success" | "error" | undefined;
76
76
  label?: string | undefined;
77
77
  labelPlacement?: "outer" | "inner" | undefined;
@@ -115,7 +115,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
115
115
  } & {
116
116
  clear?: undefined;
117
117
  hasDivider?: undefined;
118
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
118
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
119
119
  status?: "" | "warning" | "success" | "error" | undefined;
120
120
  label?: string | undefined;
121
121
  labelPlacement?: "outer" | "inner" | undefined;
@@ -159,7 +159,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
159
159
  } & {
160
160
  clear?: undefined;
161
161
  hasDivider?: undefined;
162
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
162
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
163
163
  status?: "" | "warning" | "success" | "error" | undefined;
164
164
  label?: string | undefined;
165
165
  labelPlacement?: "outer" | "inner" | undefined;
@@ -203,7 +203,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
203
203
  } & {
204
204
  height?: undefined;
205
205
  width?: undefined;
206
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
206
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
207
207
  status?: "" | "warning" | "success" | "error" | undefined;
208
208
  label?: string | undefined;
209
209
  labelPlacement?: "outer" | "inner" | undefined;
@@ -247,7 +247,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
247
247
  } & {
248
248
  clear?: undefined;
249
249
  hasDivider?: undefined;
250
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
250
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
251
251
  status?: "" | "warning" | "success" | "error" | undefined;
252
252
  label?: string | undefined;
253
253
  labelPlacement?: "outer" | "inner" | undefined;
@@ -291,7 +291,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
291
291
  } & {
292
292
  clear?: undefined;
293
293
  hasDivider?: undefined;
294
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
294
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
295
295
  status?: "" | "warning" | "success" | "error" | undefined;
296
296
  label?: string | undefined;
297
297
  labelPlacement?: "outer" | "inner" | undefined;
@@ -335,7 +335,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
335
335
  } & {
336
336
  clear?: undefined;
337
337
  hasDivider?: undefined;
338
- } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "rows" | "required" | "cols"> & {
338
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
339
339
  status?: "" | "warning" | "success" | "error" | undefined;
340
340
  label?: string | undefined;
341
341
  labelPlacement?: "outer" | "inner" | undefined;
@@ -65,7 +65,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
65
65
  chipType?: undefined;
66
66
  chipView?: undefined;
67
67
  chipValidator?: undefined;
68
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
68
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
69
69
  size?: string | undefined;
70
70
  view?: string | undefined;
71
71
  readOnly?: boolean | undefined;
@@ -98,12 +98,12 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
98
98
  onSearch?: undefined;
99
99
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
100
100
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
101
- chipType?: "default" | "text" | undefined;
101
+ chipType?: "text" | "default" | undefined;
102
102
  chipView?: string | undefined;
103
103
  chipValidator?: ((value: string) => {
104
104
  view?: string | undefined;
105
105
  }) | undefined;
106
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
106
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
107
107
  size?: string | undefined;
108
108
  view?: string | undefined;
109
109
  readOnly?: boolean | undefined;
@@ -139,7 +139,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
139
139
  chipType?: undefined;
140
140
  chipView?: undefined;
141
141
  chipValidator?: undefined;
142
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
142
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
143
143
  size?: string | undefined;
144
144
  view?: string | undefined;
145
145
  readOnly?: boolean | undefined;
@@ -172,12 +172,12 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
172
172
  onSearch?: undefined;
173
173
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
174
174
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
175
- chipType?: "default" | "text" | undefined;
175
+ chipType?: "text" | "default" | undefined;
176
176
  chipView?: string | undefined;
177
177
  chipValidator?: ((value: string) => {
178
178
  view?: string | undefined;
179
179
  }) | undefined;
180
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
180
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
181
181
  size?: string | undefined;
182
182
  view?: string | undefined;
183
183
  readOnly?: boolean | undefined;
@@ -213,7 +213,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
213
213
  chipType?: undefined;
214
214
  chipView?: undefined;
215
215
  chipValidator?: undefined;
216
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
216
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
217
217
  size?: string | undefined;
218
218
  view?: string | undefined;
219
219
  readOnly?: boolean | undefined;
@@ -246,12 +246,12 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
246
246
  onSearch?: undefined;
247
247
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
248
248
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
249
- chipType?: "default" | "text" | undefined;
249
+ chipType?: "text" | "default" | undefined;
250
250
  chipView?: string | undefined;
251
251
  chipValidator?: ((value: string) => {
252
252
  view?: string | undefined;
253
253
  }) | undefined;
254
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
254
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
255
255
  size?: string | undefined;
256
256
  view?: string | undefined;
257
257
  readOnly?: boolean | undefined;
@@ -287,7 +287,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
287
287
  chipType?: undefined;
288
288
  chipView?: undefined;
289
289
  chipValidator?: undefined;
290
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
290
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
291
291
  size?: string | undefined;
292
292
  view?: string | undefined;
293
293
  readOnly?: boolean | undefined;
@@ -320,9 +320,9 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
320
320
  onSearch?: undefined;
321
321
  chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
322
322
  onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
323
- chipType?: "default" | "text" | undefined;
323
+ chipType?: "text" | "default" | undefined;
324
324
  chipView?: string | undefined;
325
325
  chipValidator?: ((value: string) => {
326
326
  view?: string | undefined;
327
327
  }) | undefined;
328
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
328
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -164,7 +164,7 @@ export const Default: StoryObj<StoryPropsDefault> = {
164
164
  fixedDecimalScale: false,
165
165
  allowNegative: true,
166
166
  allowLeadingZeros: false,
167
- size: 'l',
167
+ size: 's',
168
168
  view: 'default',
169
169
  label: 'Лейбл',
170
170
  labelPlacement: 'outer',
@@ -164,7 +164,7 @@ export const Default: StoryObj<StoryPropsDefault> = {
164
164
  fixedDecimalScale: false,
165
165
  allowNegative: true,
166
166
  allowLeadingZeros: false,
167
- size: 'l',
167
+ size: 's',
168
168
  view: 'default',
169
169
  label: 'Лейбл',
170
170
  labelPlacement: 'outer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.316.0-canary.1977.15107525912.0",
3
+ "version": "0.316.0-canary.1978.15135791908.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.324.0-canary.1977.15107525912.0",
33
+ "@salutejs/plasma-new-hope": "0.324.0-canary.1978.15135791908.0",
34
34
  "@salutejs/sdds-themes": "0.36.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "9b5dcd35ec52a8d4f9ba850029a43072cafbb03c"
126
+ "gitHead": "02d5568c0da7fd431523b1c21bfa039c356713b9"
127
127
  }