@salutejs/sdds-dfa 0.322.0-canary.2213.17494099813.0 → 0.322.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.
@@ -90,6 +90,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
90
90
|
virtual?: boolean;
|
91
91
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
92
92
|
onToggle?: (isOpen: boolean) => void;
|
93
|
+
mode?: "default" | "radio";
|
93
94
|
size?: string;
|
94
95
|
view?: string;
|
95
96
|
chipView?: string;
|
@@ -148,6 +149,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
148
149
|
virtual?: boolean;
|
149
150
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
150
151
|
onToggle?: (isOpen: boolean) => void;
|
152
|
+
mode?: "default" | "radio";
|
151
153
|
size?: string;
|
152
154
|
view?: string;
|
153
155
|
chipView?: string;
|
@@ -205,6 +207,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
205
207
|
virtual?: boolean;
|
206
208
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
207
209
|
onToggle?: (isOpen: boolean) => void;
|
210
|
+
mode?: "default" | "radio";
|
208
211
|
size?: string;
|
209
212
|
view?: string;
|
210
213
|
chipView?: string;
|
@@ -263,6 +266,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
263
266
|
virtual?: boolean;
|
264
267
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
265
268
|
onToggle?: (isOpen: boolean) => void;
|
269
|
+
mode?: "default" | "radio";
|
266
270
|
size?: string;
|
267
271
|
view?: string;
|
268
272
|
chipView?: string;
|
@@ -308,6 +312,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
308
312
|
virtual?: boolean;
|
309
313
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
310
314
|
onToggle?: (isOpen: boolean) => void;
|
315
|
+
mode?: "default" | "radio";
|
311
316
|
size?: string;
|
312
317
|
view?: string;
|
313
318
|
chipView?: string;
|
@@ -354,6 +359,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
354
359
|
virtual?: boolean;
|
355
360
|
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
356
361
|
onToggle?: (isOpen: boolean) => void;
|
362
|
+
mode?: "default" | "radio";
|
357
363
|
size?: string;
|
358
364
|
view?: string;
|
359
365
|
chipView?: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-dfa",
|
3
|
-
"version": "0.322.0-canary.2213.
|
3
|
+
"version": "0.322.0-canary.2213.17513842134.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-dfa"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.336.0-canary.2213.
|
22
|
+
"@salutejs/plasma-new-hope": "0.336.0-canary.2213.17513842134.0",
|
23
23
|
"@salutejs/sdds-themes": "0.47.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Anton Vinogradov"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "9e6cbdd746221d1e11ff72bfffd917f64ebbc150"
|
98
98
|
}
|