@salutejs/sdds-cs 0.234.1-canary.1668.12889767790.0 → 0.235.0-canary.1709.12889448199.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-cs.api.md +3 -0
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/Select/Select.d.ts +6 -6
- package/emotion/cjs/components/Button/Button.stories.tsx +0 -2
- package/emotion/cjs/components/IconButton/IconButton.stories.tsx +1 -11
- package/emotion/es/components/Button/Button.stories.tsx +0 -2
- package/emotion/es/components/IconButton/IconButton.stories.tsx +1 -11
- package/package.json +4 -4
package/api/sdds-cs.api.md
CHANGED
@@ -156,6 +156,7 @@ import { Overlay } from '@salutejs/plasma-new-hope/styled-components';
|
|
156
156
|
import { OverlayProps } from '@salutejs/plasma-new-hope/styled-components';
|
157
157
|
import { PaginationProps } from '@salutejs/plasma-new-hope/styled-components';
|
158
158
|
import { PanelProps } from '@salutejs/plasma-new-hope/types/components/Panel';
|
159
|
+
import { Placement } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
|
159
160
|
import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
|
160
161
|
import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
|
161
162
|
import { PopoverPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -194,6 +195,8 @@ import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
194
195
|
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
195
196
|
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
|
196
197
|
import { SegmentProviderProps } from '@salutejs/plasma-new-hope/styled-components';
|
198
|
+
import { SelectPlacement } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
199
|
+
import { SelectPlacementBasic } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
197
200
|
import type { SelectProps as SelectProps_2 } from '@salutejs/plasma-new-hope';
|
198
201
|
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
|
199
202
|
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -21,7 +21,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
21
21
|
};
|
22
22
|
}> & (({
|
23
23
|
items: ItemOption[];
|
24
|
-
placement?: ("
|
24
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
25
25
|
placeholder?: string | undefined;
|
26
26
|
helperText?: string | undefined;
|
27
27
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -68,7 +68,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
68
68
|
hintContentLeft?: React.ReactNode;
|
69
69
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
70
70
|
items: ItemOption[];
|
71
|
-
placement?: ("
|
71
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
72
72
|
placeholder?: string | undefined;
|
73
73
|
helperText?: string | undefined;
|
74
74
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -115,7 +115,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
115
115
|
hintContentLeft?: undefined;
|
116
116
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
117
117
|
items: ItemOption[];
|
118
|
-
placement?: ("
|
118
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
119
119
|
placeholder?: string | undefined;
|
120
120
|
helperText?: string | undefined;
|
121
121
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -162,7 +162,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
162
162
|
hintContentLeft?: React.ReactNode;
|
163
163
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
164
164
|
items: ItemOption[];
|
165
|
-
placement?: ("
|
165
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
166
166
|
placeholder?: string | undefined;
|
167
167
|
helperText?: string | undefined;
|
168
168
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -209,7 +209,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
209
209
|
hintContentLeft?: undefined;
|
210
210
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
211
211
|
items: ItemOption[];
|
212
|
-
placement?: ("
|
212
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
213
213
|
placeholder?: string | undefined;
|
214
214
|
helperText?: string | undefined;
|
215
215
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -256,7 +256,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
256
256
|
hintContentLeft?: React.ReactNode;
|
257
257
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
258
258
|
items: ItemOption[];
|
259
|
-
placement?: ("
|
259
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
260
260
|
placeholder?: string | undefined;
|
261
261
|
helperText?: string | undefined;
|
262
262
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -303,7 +303,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
303
303
|
hintContentLeft?: undefined;
|
304
304
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
305
305
|
items: ItemOption[];
|
306
|
-
placement?: ("
|
306
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
307
307
|
placeholder?: string | undefined;
|
308
308
|
helperText?: string | undefined;
|
309
309
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -350,7 +350,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
350
350
|
hintContentLeft?: React.ReactNode;
|
351
351
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
352
352
|
items: ItemOption[];
|
353
|
-
placement?: ("
|
353
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
354
354
|
placeholder?: string | undefined;
|
355
355
|
helperText?: string | undefined;
|
356
356
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -397,7 +397,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
397
397
|
hintContentLeft?: undefined;
|
398
398
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
399
399
|
items: ItemOption[];
|
400
|
-
placement?: ("
|
400
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
401
401
|
placeholder?: string | undefined;
|
402
402
|
helperText?: string | undefined;
|
403
403
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -444,7 +444,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
444
444
|
hintContentLeft?: React.ReactNode;
|
445
445
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
446
446
|
items: ItemOption[];
|
447
|
-
placement?: ("
|
447
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
448
448
|
placeholder?: string | undefined;
|
449
449
|
helperText?: string | undefined;
|
450
450
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -491,7 +491,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
491
491
|
hintContentLeft?: undefined;
|
492
492
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
493
493
|
items: ItemOption[];
|
494
|
-
placement?: ("
|
494
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
495
495
|
placeholder?: string | undefined;
|
496
496
|
helperText?: string | undefined;
|
497
497
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -538,7 +538,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
538
538
|
hintContentLeft?: React.ReactNode;
|
539
539
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
540
540
|
items: ItemOption[];
|
541
|
-
placement?: ("
|
541
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
542
542
|
placeholder?: string | undefined;
|
543
543
|
helperText?: string | undefined;
|
544
544
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -585,7 +585,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
585
585
|
hintContentLeft?: undefined;
|
586
586
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
587
587
|
items: ItemOption[];
|
588
|
-
placement?: ("
|
588
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
589
589
|
placeholder?: string | undefined;
|
590
590
|
helperText?: string | undefined;
|
591
591
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -632,7 +632,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
632
632
|
hintContentLeft?: React.ReactNode;
|
633
633
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
634
634
|
items: ItemOption[];
|
635
|
-
placement?: ("
|
635
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
636
636
|
placeholder?: string | undefined;
|
637
637
|
helperText?: string | undefined;
|
638
638
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -679,7 +679,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
679
679
|
hintContentLeft?: undefined;
|
680
680
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
681
681
|
items: ItemOption[];
|
682
|
-
placement?: ("
|
682
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
683
683
|
placeholder?: string | undefined;
|
684
684
|
helperText?: string | undefined;
|
685
685
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -726,7 +726,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
726
726
|
hintContentLeft?: React.ReactNode;
|
727
727
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
728
728
|
items: ItemOption[];
|
729
|
-
placement?: ("
|
729
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
730
730
|
placeholder?: string | undefined;
|
731
731
|
helperText?: string | undefined;
|
732
732
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -773,7 +773,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
773
773
|
hintContentLeft?: undefined;
|
774
774
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
775
775
|
items: ItemOption[];
|
776
|
-
placement?: ("
|
776
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
777
777
|
placeholder?: string | undefined;
|
778
778
|
helperText?: string | undefined;
|
779
779
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -820,7 +820,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
820
820
|
hintContentLeft?: React.ReactNode;
|
821
821
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
822
822
|
items: ItemOption[];
|
823
|
-
placement?: ("
|
823
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
824
824
|
placeholder?: string | undefined;
|
825
825
|
helperText?: string | undefined;
|
826
826
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -867,7 +867,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
867
867
|
hintContentLeft?: undefined;
|
868
868
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
869
869
|
items: ItemOption[];
|
870
|
-
placement?: ("
|
870
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
871
871
|
placeholder?: string | undefined;
|
872
872
|
helperText?: string | undefined;
|
873
873
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -914,7 +914,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
914
914
|
hintContentLeft?: React.ReactNode;
|
915
915
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
916
916
|
items: ItemOption[];
|
917
|
-
placement?: ("
|
917
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
918
918
|
placeholder?: string | undefined;
|
919
919
|
helperText?: string | undefined;
|
920
920
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -961,7 +961,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
961
961
|
hintContentLeft?: undefined;
|
962
962
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
963
963
|
items: ItemOption[];
|
964
|
-
placement?: ("
|
964
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
965
965
|
placeholder?: string | undefined;
|
966
966
|
helperText?: string | undefined;
|
967
967
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -1008,7 +1008,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1008
1008
|
hintContentLeft?: React.ReactNode;
|
1009
1009
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1010
1010
|
items: ItemOption[];
|
1011
|
-
placement?: ("
|
1011
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1012
1012
|
placeholder?: string | undefined;
|
1013
1013
|
helperText?: string | undefined;
|
1014
1014
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -1055,7 +1055,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1055
1055
|
hintContentLeft?: undefined;
|
1056
1056
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1057
1057
|
items: ItemOption[];
|
1058
|
-
placement?: ("
|
1058
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1059
1059
|
placeholder?: string | undefined;
|
1060
1060
|
helperText?: string | undefined;
|
1061
1061
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -1102,7 +1102,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1102
1102
|
hintContentLeft?: React.ReactNode;
|
1103
1103
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1104
1104
|
items: ItemOption[];
|
1105
|
-
placement?: ("
|
1105
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1106
1106
|
placeholder?: string | undefined;
|
1107
1107
|
helperText?: string | undefined;
|
1108
1108
|
contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
@@ -53,7 +53,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
53
53
|
children?: undefined;
|
54
54
|
isTargetAmount?: boolean | undefined;
|
55
55
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
56
|
-
placement?: ("
|
56
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
57
57
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
58
58
|
variant?: "normal" | "tight" | undefined;
|
59
59
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -105,7 +105,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
105
105
|
children?: undefined;
|
106
106
|
isTargetAmount?: boolean | undefined;
|
107
107
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
108
|
-
placement?: ("
|
108
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
109
109
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
110
110
|
variant?: "normal" | "tight" | undefined;
|
111
111
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -157,7 +157,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
157
157
|
children?: undefined;
|
158
158
|
isTargetAmount?: boolean | undefined;
|
159
159
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
160
|
-
placement?: ("
|
160
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
161
161
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
162
162
|
variant?: "normal" | "tight" | undefined;
|
163
163
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -209,7 +209,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
209
209
|
children?: undefined;
|
210
210
|
isTargetAmount?: boolean | undefined;
|
211
211
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
212
|
-
placement?: ("
|
212
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
213
213
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
214
214
|
variant?: "normal" | "tight" | undefined;
|
215
215
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -249,7 +249,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
249
249
|
children?: undefined;
|
250
250
|
isTargetAmount?: boolean | undefined;
|
251
251
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
252
|
-
placement?: ("
|
252
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
253
253
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
254
254
|
variant?: "normal" | "tight" | undefined;
|
255
255
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -289,7 +289,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
289
289
|
children?: undefined;
|
290
290
|
isTargetAmount?: boolean | undefined;
|
291
291
|
renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[]) => React.ReactNode) | undefined;
|
292
|
-
placement?: ("
|
292
|
+
placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic[] | undefined;
|
293
293
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
294
294
|
variant?: "normal" | "tight" | undefined;
|
295
295
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
@@ -43,17 +43,7 @@ const meta: Meta<StoryButtonProps> = {
|
|
43
43
|
},
|
44
44
|
table: { defaultValue: { summary: 'bottom' } },
|
45
45
|
},
|
46
|
-
...disableProps([
|
47
|
-
'focused',
|
48
|
-
'children',
|
49
|
-
'theme',
|
50
|
-
'loader',
|
51
|
-
'onClick',
|
52
|
-
'onFocus',
|
53
|
-
'onBlur',
|
54
|
-
'contentLeft',
|
55
|
-
'contentRight',
|
56
|
-
]),
|
46
|
+
...disableProps(['children', 'theme', 'loader', 'onClick', 'onFocus', 'onBlur', 'contentLeft', 'contentRight']),
|
57
47
|
},
|
58
48
|
};
|
59
49
|
|
@@ -43,17 +43,7 @@ const meta: Meta<StoryButtonProps> = {
|
|
43
43
|
},
|
44
44
|
table: { defaultValue: { summary: 'bottom' } },
|
45
45
|
},
|
46
|
-
...disableProps([
|
47
|
-
'focused',
|
48
|
-
'children',
|
49
|
-
'theme',
|
50
|
-
'loader',
|
51
|
-
'onClick',
|
52
|
-
'onFocus',
|
53
|
-
'onBlur',
|
54
|
-
'contentLeft',
|
55
|
-
'contentRight',
|
56
|
-
]),
|
46
|
+
...disableProps(['children', 'theme', 'loader', 'onClick', 'onFocus', 'onBlur', 'contentLeft', 'contentRight']),
|
57
47
|
},
|
58
48
|
};
|
59
49
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.235.0-canary.1709.12889448199.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.
|
33
|
+
"@salutejs/plasma-new-hope": "0.246.0-canary.1709.12889448199.0",
|
34
34
|
"@salutejs/sdds-themes": "0.31.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"@salutejs/plasma-core": "1.191.0-dev.0",
|
58
58
|
"@salutejs/plasma-cy-utils": "0.122.0-dev.0",
|
59
59
|
"@salutejs/plasma-icons": "1.210.0",
|
60
|
-
"@salutejs/plasma-sb-utils": "0.190.
|
60
|
+
"@salutejs/plasma-sb-utils": "0.190.0-dev.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "750a166f4525fccf95fcb8d8fc78b5a9d3b94ce4"
|
127
127
|
}
|