@salutejs/sdds-cs 0.328.0-canary.2213.17494099813.0 → 0.328.0-canary.2213.17513842134.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.
@@ -70,6 +70,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
70
70
|
virtual?: boolean;
|
71
71
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
72
72
|
onToggle?: (isOpen: boolean) => void;
|
73
|
+
mode?: "default" | "radio";
|
73
74
|
size?: string;
|
74
75
|
view?: string;
|
75
76
|
chipView?: string;
|
@@ -128,6 +129,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
128
129
|
virtual?: boolean;
|
129
130
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
130
131
|
onToggle?: (isOpen: boolean) => void;
|
132
|
+
mode?: "default" | "radio";
|
131
133
|
size?: string;
|
132
134
|
view?: string;
|
133
135
|
chipView?: string;
|
@@ -185,6 +187,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
185
187
|
virtual?: boolean;
|
186
188
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
187
189
|
onToggle?: (isOpen: boolean) => void;
|
190
|
+
mode?: "default" | "radio";
|
188
191
|
size?: string;
|
189
192
|
view?: string;
|
190
193
|
chipView?: string;
|
@@ -243,6 +246,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
243
246
|
virtual?: boolean;
|
244
247
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
245
248
|
onToggle?: (isOpen: boolean) => void;
|
249
|
+
mode?: "default" | "radio";
|
246
250
|
size?: string;
|
247
251
|
view?: string;
|
248
252
|
chipView?: string;
|
@@ -288,6 +292,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
288
292
|
virtual?: boolean;
|
289
293
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
290
294
|
onToggle?: (isOpen: boolean) => void;
|
295
|
+
mode?: "default" | "radio";
|
291
296
|
size?: string;
|
292
297
|
view?: string;
|
293
298
|
chipView?: string;
|
@@ -334,6 +339,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
334
339
|
virtual?: boolean;
|
335
340
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
336
341
|
onToggle?: (isOpen: boolean) => void;
|
342
|
+
mode?: "default" | "radio";
|
337
343
|
size?: string;
|
338
344
|
view?: string;
|
339
345
|
chipView?: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.328.0-canary.2213.
|
3
|
+
"version": "0.328.0-canary.2213.17513842134.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.336.0-canary.2213.
|
33
|
+
"@salutejs/plasma-new-hope": "0.336.0-canary.2213.17513842134.0",
|
34
34
|
"@salutejs/sdds-themes": "0.47.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "9e6cbdd746221d1e11ff72bfffd917f64ebbc150"
|
127
127
|
}
|