@salutejs/plasma-web 1.467.2-canary.1616.12232445627.0 → 1.467.2-canary.1630.12237993388.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/plasma-web.api.md
CHANGED
@@ -1898,6 +1898,7 @@ default: PolymorphicClassName;
|
|
1898
1898
|
variant?: "normal" | "tight" | undefined;
|
1899
1899
|
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
1900
1900
|
renderItem?: ((item: DropdownItemOption) => React_2.ReactNode) | undefined;
|
1901
|
+
zIndex?: Property.ZIndex | undefined;
|
1901
1902
|
onItemClick?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
1902
1903
|
listOverflow?: Property.Overflow | undefined;
|
1903
1904
|
listHeight?: Property.Height<string | number> | undefined;
|
@@ -3557,8 +3558,6 @@ view?: string | undefined;
|
|
3557
3558
|
size?: "m" | "s" | "l" | undefined;
|
3558
3559
|
type?: "single" | undefined;
|
3559
3560
|
pointerSize?: "none" | "small" | "large" | undefined;
|
3560
|
-
pointerVisibility: "always" | "hover";
|
3561
|
-
currentValueVisibility: "always" | "hover";
|
3562
3561
|
} & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
|
3563
3562
|
onChange?: ((event: FormTypeNumber) => void) | undefined;
|
3564
3563
|
name: string;
|
@@ -3587,8 +3586,6 @@ view?: string | undefined;
|
|
3587
3586
|
size?: "m" | "s" | "l" | undefined;
|
3588
3587
|
type?: "single" | undefined;
|
3589
3588
|
pointerSize?: "none" | "small" | "large" | undefined;
|
3590
|
-
pointerVisibility: "always" | "hover";
|
3591
|
-
currentValueVisibility: "always" | "hover";
|
3592
3589
|
} & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
|
3593
3590
|
onChange?: ((value: number) => void) | undefined;
|
3594
3591
|
value: number;
|
@@ -3618,8 +3615,6 @@ view?: string | undefined;
|
|
3618
3615
|
size?: "m" | "s" | "l" | undefined;
|
3619
3616
|
type?: "single" | undefined;
|
3620
3617
|
pointerSize?: "none" | "small" | "large" | undefined;
|
3621
|
-
pointerVisibility: "always" | "hover";
|
3622
|
-
currentValueVisibility: "always" | "hover";
|
3623
3618
|
} & RefAttributes<HTMLDivElement>) | (SliderBaseProps & SliderInternalProps & {
|
3624
3619
|
onChange?: ((value: number) => void) | undefined;
|
3625
3620
|
value: number;
|
@@ -3648,8 +3643,6 @@ view?: string | undefined;
|
|
3648
3643
|
size?: "m" | "s" | "l" | undefined;
|
3649
3644
|
type?: "single" | undefined;
|
3650
3645
|
pointerSize?: "none" | "small" | "large" | undefined;
|
3651
|
-
pointerVisibility: "always" | "hover";
|
3652
|
-
currentValueVisibility: "always" | "hover";
|
3653
3646
|
} & RefAttributes<HTMLDivElement>) | (Omit<DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
|
3654
3647
|
onChange?: ((event: FormTypeString) => void) | undefined;
|
3655
3648
|
name?: string | undefined;
|
@@ -35,6 +35,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
35
35
|
textBefore?: string | undefined;
|
36
36
|
textAfter?: string | undefined;
|
37
37
|
variant?: "normal" | "tight" | undefined;
|
38
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
38
39
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
39
40
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
40
41
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -67,6 +68,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
67
68
|
textBefore?: string | undefined;
|
68
69
|
textAfter?: string | undefined;
|
69
70
|
variant?: "normal" | "tight" | undefined;
|
71
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
70
72
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
71
73
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
72
74
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -99,6 +101,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
99
101
|
textBefore?: string | undefined;
|
100
102
|
textAfter?: string | undefined;
|
101
103
|
variant?: "normal" | "tight" | undefined;
|
104
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
102
105
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
103
106
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
104
107
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -131,6 +134,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
131
134
|
textBefore?: string | undefined;
|
132
135
|
textAfter?: string | undefined;
|
133
136
|
variant?: "normal" | "tight" | undefined;
|
137
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
134
138
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
135
139
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
136
140
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -163,6 +167,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
163
167
|
textBefore?: string | undefined;
|
164
168
|
textAfter?: string | undefined;
|
165
169
|
variant?: "normal" | "tight" | undefined;
|
170
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
166
171
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
167
172
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
168
173
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -195,6 +200,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
195
200
|
textBefore?: string | undefined;
|
196
201
|
textAfter?: string | undefined;
|
197
202
|
variant?: "normal" | "tight" | undefined;
|
203
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
198
204
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
199
205
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
200
206
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -227,6 +233,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
227
233
|
textBefore?: string | undefined;
|
228
234
|
textAfter?: string | undefined;
|
229
235
|
variant?: "normal" | "tight" | undefined;
|
236
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
230
237
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
231
238
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
232
239
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -259,6 +266,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
259
266
|
textBefore?: string | undefined;
|
260
267
|
textAfter?: string | undefined;
|
261
268
|
variant?: "normal" | "tight" | undefined;
|
269
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
262
270
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
263
271
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
264
272
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -291,6 +299,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
291
299
|
textBefore?: string | undefined;
|
292
300
|
textAfter?: string | undefined;
|
293
301
|
variant?: "normal" | "tight" | undefined;
|
302
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
294
303
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
295
304
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
296
305
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -323,6 +332,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
323
332
|
textBefore?: string | undefined;
|
324
333
|
textAfter?: string | undefined;
|
325
334
|
variant?: "normal" | "tight" | undefined;
|
335
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
326
336
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
327
337
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
328
338
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -355,6 +365,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
355
365
|
textBefore?: string | undefined;
|
356
366
|
textAfter?: string | undefined;
|
357
367
|
variant?: "normal" | "tight" | undefined;
|
368
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
358
369
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
359
370
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
360
371
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -387,6 +398,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
387
398
|
textBefore?: string | undefined;
|
388
399
|
textAfter?: string | undefined;
|
389
400
|
variant?: "normal" | "tight" | undefined;
|
401
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
390
402
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
391
403
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
392
404
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
@@ -30,6 +30,7 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
|
|
30
30
|
variant?: "normal" | "tight" | undefined;
|
31
31
|
portal?: string | React.RefObject<HTMLElement> | undefined;
|
32
32
|
renderItem?: ((item: DropdownItemOption) => React.ReactNode) | undefined;
|
33
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
33
34
|
onItemClick?: ((item: DropdownItemOption, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
34
35
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
35
36
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
@@ -57,6 +57,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
57
57
|
placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
|
58
58
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
59
59
|
variant?: "normal" | "tight" | undefined;
|
60
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
60
61
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
61
62
|
portal?: string | React.RefObject<HTMLElement> | undefined;
|
62
63
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
@@ -96,6 +97,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
96
97
|
placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
|
97
98
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
98
99
|
variant?: "normal" | "tight" | undefined;
|
100
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
99
101
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
100
102
|
portal?: string | React.RefObject<HTMLElement> | undefined;
|
101
103
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
@@ -135,6 +137,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
135
137
|
placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
|
136
138
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
137
139
|
variant?: "normal" | "tight" | undefined;
|
140
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
138
141
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
139
142
|
portal?: string | React.RefObject<HTMLElement> | undefined;
|
140
143
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
@@ -174,6 +177,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
174
177
|
placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
|
175
178
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
176
179
|
variant?: "normal" | "tight" | undefined;
|
180
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
177
181
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
178
182
|
portal?: string | React.RefObject<HTMLElement> | undefined;
|
179
183
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
@@ -50,8 +50,6 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
50
50
|
size?: "m" | "s" | "l" | undefined;
|
51
51
|
type?: "single" | undefined;
|
52
52
|
pointerSize?: "none" | "small" | "large" | undefined;
|
53
|
-
pointerVisibility: "always" | "hover";
|
54
|
-
currentValueVisibility: "always" | "hover";
|
55
53
|
} & 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 & {
|
56
54
|
/**
|
57
55
|
* Слайдер позволяет определить числовое значение в пределах указанного промежутка.
|
@@ -84,8 +82,6 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
84
82
|
size?: "m" | "s" | "l" | undefined;
|
85
83
|
type?: "single" | undefined;
|
86
84
|
pointerSize?: "none" | "small" | "large" | undefined;
|
87
|
-
pointerVisibility: "always" | "hover";
|
88
|
-
currentValueVisibility: "always" | "hover";
|
89
85
|
} & 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 & {
|
90
86
|
onChange?: ((value: number) => void) | undefined;
|
91
87
|
value: number;
|
@@ -115,8 +111,6 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
115
111
|
size?: "m" | "s" | "l" | undefined;
|
116
112
|
type?: "single" | undefined;
|
117
113
|
pointerSize?: "none" | "small" | "large" | undefined;
|
118
|
-
pointerVisibility: "always" | "hover";
|
119
|
-
currentValueVisibility: "always" | "hover";
|
120
114
|
} & 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 & {
|
121
115
|
onChange?: ((value: number) => void) | undefined;
|
122
116
|
value: number;
|
@@ -145,8 +139,6 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
145
139
|
size?: "m" | "s" | "l" | undefined;
|
146
140
|
type?: "single" | undefined;
|
147
141
|
pointerSize?: "none" | "small" | "large" | undefined;
|
148
|
-
pointerVisibility: "always" | "hover";
|
149
|
-
currentValueVisibility: "always" | "hover";
|
150
142
|
} & import("react").RefAttributes<HTMLDivElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
|
151
143
|
onChange?: ((event: import("@salutejs/plasma-new-hope/types/types/FormType").FormTypeString) => void) | undefined;
|
152
144
|
name?: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.467.2-canary.
|
3
|
+
"version": "1.467.2-canary.1630.12237993388.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.187.0",
|
23
23
|
"@salutejs/plasma-hope": "1.322.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.212.2-canary.
|
24
|
+
"@salutejs/plasma-new-hope": "0.212.2-canary.1630.12237993388.0",
|
25
25
|
"@salutejs/plasma-themes": "0.23.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.43.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.54.0",
|
@@ -112,5 +112,5 @@
|
|
112
112
|
"Fanil Zubairov"
|
113
113
|
],
|
114
114
|
"sideEffects": false,
|
115
|
-
"gitHead": "
|
115
|
+
"gitHead": "32c215511cc5d57b135f673da07dac30882f458b"
|
116
116
|
}
|