@salutejs/plasma-web 1.468.0-canary.1625.12226786691.0 → 1.468.0-canary.1635.12250520641.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;
|
@@ -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;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.468.0-canary.
|
3
|
+
"version": "1.468.0-canary.1635.12250520641.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.213.0-canary.
|
24
|
+
"@salutejs/plasma-new-hope": "0.213.0-canary.1635.12250520641.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": "aee2332d2b3c409cae14a37bc28c014613a9ab52"
|
116
116
|
}
|
package/temp/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;
|