@salutejs/sdds-cs 0.335.1-canary.2382.20331057385.0 → 0.335.1-canary.2382.20334320626.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-cs",
|
|
3
|
-
"version": "0.335.1-canary.2382.
|
|
3
|
+
"version": "0.335.1-canary.2382.20334320626.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
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"directory": "packages/sdds-cs"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-new-hope": "0.343.1-canary.2382.
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.343.1-canary.2382.20334320626.0",
|
|
36
36
|
"@salutejs/sdds-themes": "0.50.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@microsoft/api-extractor": "7.38.3",
|
|
57
57
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
58
58
|
"@salutejs/plasma-colors": "0.16.0",
|
|
59
|
-
"@salutejs/plasma-core": "1.211.1-canary.2382.
|
|
60
|
-
"@salutejs/plasma-cy-utils": "0.141.1-canary.2382.
|
|
59
|
+
"@salutejs/plasma-core": "1.211.1-canary.2382.20334320626.0",
|
|
60
|
+
"@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20334320626.0",
|
|
61
61
|
"@salutejs/plasma-icons": "1.228.0",
|
|
62
|
-
"@salutejs/plasma-sb-utils": "0.211.1-canary.2382.
|
|
62
|
+
"@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20334320626.0",
|
|
63
63
|
"@types/node": "16.7.13",
|
|
64
64
|
"@types/react": "18.0.28",
|
|
65
65
|
"@types/react-dom": "18.0.11",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"Anton Vinogradov"
|
|
113
113
|
],
|
|
114
114
|
"sideEffects": false,
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "e44315399636aa01996a7ff23a84fa353b2d36ba"
|
|
116
116
|
}
|
|
@@ -25,6 +25,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
25
25
|
placeholder?: string;
|
|
26
26
|
helperText?: string;
|
|
27
27
|
contentLeft?: React.ReactElement;
|
|
28
|
+
contentRight?: React.ReactElement;
|
|
28
29
|
textBefore?: string;
|
|
29
30
|
textAfter?: string;
|
|
30
31
|
variant?: "normal" | "tight";
|
|
@@ -84,6 +85,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
84
85
|
placeholder?: string;
|
|
85
86
|
helperText?: string;
|
|
86
87
|
contentLeft?: React.ReactElement;
|
|
88
|
+
contentRight?: React.ReactElement;
|
|
87
89
|
textBefore?: string;
|
|
88
90
|
textAfter?: string;
|
|
89
91
|
variant?: "normal" | "tight";
|
|
@@ -143,6 +145,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
143
145
|
placeholder?: string;
|
|
144
146
|
helperText?: string;
|
|
145
147
|
contentLeft?: React.ReactElement;
|
|
148
|
+
contentRight?: React.ReactElement;
|
|
146
149
|
textBefore?: string;
|
|
147
150
|
textAfter?: string;
|
|
148
151
|
variant?: "normal" | "tight";
|
|
@@ -202,6 +205,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
202
205
|
placeholder?: string;
|
|
203
206
|
helperText?: string;
|
|
204
207
|
contentLeft?: React.ReactElement;
|
|
208
|
+
contentRight?: React.ReactElement;
|
|
205
209
|
textBefore?: string;
|
|
206
210
|
textAfter?: string;
|
|
207
211
|
variant?: "normal" | "tight";
|
|
@@ -261,6 +265,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
261
265
|
placeholder?: string;
|
|
262
266
|
helperText?: string;
|
|
263
267
|
contentLeft?: React.ReactElement;
|
|
268
|
+
contentRight?: React.ReactElement;
|
|
264
269
|
textBefore?: string;
|
|
265
270
|
textAfter?: string;
|
|
266
271
|
variant?: "normal" | "tight";
|
|
@@ -320,6 +325,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
320
325
|
placeholder?: string;
|
|
321
326
|
helperText?: string;
|
|
322
327
|
contentLeft?: React.ReactElement;
|
|
328
|
+
contentRight?: React.ReactElement;
|
|
323
329
|
textBefore?: string;
|
|
324
330
|
textAfter?: string;
|
|
325
331
|
variant?: "normal" | "tight";
|
|
@@ -379,6 +385,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
379
385
|
placeholder?: string;
|
|
380
386
|
helperText?: string;
|
|
381
387
|
contentLeft?: React.ReactElement;
|
|
388
|
+
contentRight?: React.ReactElement;
|
|
382
389
|
textBefore?: string;
|
|
383
390
|
textAfter?: string;
|
|
384
391
|
variant?: "normal" | "tight";
|
|
@@ -438,6 +445,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
438
445
|
placeholder?: string;
|
|
439
446
|
helperText?: string;
|
|
440
447
|
contentLeft?: React.ReactElement;
|
|
448
|
+
contentRight?: React.ReactElement;
|
|
441
449
|
textBefore?: string;
|
|
442
450
|
textAfter?: string;
|
|
443
451
|
variant?: "normal" | "tight";
|
|
@@ -497,6 +505,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
497
505
|
placeholder?: string;
|
|
498
506
|
helperText?: string;
|
|
499
507
|
contentLeft?: React.ReactElement;
|
|
508
|
+
contentRight?: React.ReactElement;
|
|
500
509
|
textBefore?: string;
|
|
501
510
|
textAfter?: string;
|
|
502
511
|
variant?: "normal" | "tight";
|
|
@@ -556,6 +565,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
556
565
|
placeholder?: string;
|
|
557
566
|
helperText?: string;
|
|
558
567
|
contentLeft?: React.ReactElement;
|
|
568
|
+
contentRight?: React.ReactElement;
|
|
559
569
|
textBefore?: string;
|
|
560
570
|
textAfter?: string;
|
|
561
571
|
variant?: "normal" | "tight";
|
|
@@ -615,6 +625,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
615
625
|
placeholder?: string;
|
|
616
626
|
helperText?: string;
|
|
617
627
|
contentLeft?: React.ReactElement;
|
|
628
|
+
contentRight?: React.ReactElement;
|
|
618
629
|
textBefore?: string;
|
|
619
630
|
textAfter?: string;
|
|
620
631
|
variant?: "normal" | "tight";
|
|
@@ -674,6 +685,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
674
685
|
placeholder?: string;
|
|
675
686
|
helperText?: string;
|
|
676
687
|
contentLeft?: React.ReactElement;
|
|
688
|
+
contentRight?: React.ReactElement;
|
|
677
689
|
textBefore?: string;
|
|
678
690
|
textAfter?: string;
|
|
679
691
|
variant?: "normal" | "tight";
|
|
@@ -733,6 +745,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
733
745
|
placeholder?: string;
|
|
734
746
|
helperText?: string;
|
|
735
747
|
contentLeft?: React.ReactElement;
|
|
748
|
+
contentRight?: React.ReactElement;
|
|
736
749
|
textBefore?: string;
|
|
737
750
|
textAfter?: string;
|
|
738
751
|
variant?: "normal" | "tight";
|
|
@@ -792,6 +805,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
792
805
|
placeholder?: string;
|
|
793
806
|
helperText?: string;
|
|
794
807
|
contentLeft?: React.ReactElement;
|
|
808
|
+
contentRight?: React.ReactElement;
|
|
795
809
|
textBefore?: string;
|
|
796
810
|
textAfter?: string;
|
|
797
811
|
variant?: "normal" | "tight";
|
|
@@ -851,6 +865,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
851
865
|
placeholder?: string;
|
|
852
866
|
helperText?: string;
|
|
853
867
|
contentLeft?: React.ReactElement;
|
|
868
|
+
contentRight?: React.ReactElement;
|
|
854
869
|
textBefore?: string;
|
|
855
870
|
textAfter?: string;
|
|
856
871
|
variant?: "normal" | "tight";
|
|
@@ -910,6 +925,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
910
925
|
placeholder?: string;
|
|
911
926
|
helperText?: string;
|
|
912
927
|
contentLeft?: React.ReactElement;
|
|
928
|
+
contentRight?: React.ReactElement;
|
|
913
929
|
textBefore?: string;
|
|
914
930
|
textAfter?: string;
|
|
915
931
|
variant?: "normal" | "tight";
|
|
@@ -969,6 +985,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
969
985
|
placeholder?: string;
|
|
970
986
|
helperText?: string;
|
|
971
987
|
contentLeft?: React.ReactElement;
|
|
988
|
+
contentRight?: React.ReactElement;
|
|
972
989
|
textBefore?: string;
|
|
973
990
|
textAfter?: string;
|
|
974
991
|
variant?: "normal" | "tight";
|
|
@@ -1028,6 +1045,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1028
1045
|
placeholder?: string;
|
|
1029
1046
|
helperText?: string;
|
|
1030
1047
|
contentLeft?: React.ReactElement;
|
|
1048
|
+
contentRight?: React.ReactElement;
|
|
1031
1049
|
textBefore?: string;
|
|
1032
1050
|
textAfter?: string;
|
|
1033
1051
|
variant?: "normal" | "tight";
|
|
@@ -1087,6 +1105,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1087
1105
|
placeholder?: string;
|
|
1088
1106
|
helperText?: string;
|
|
1089
1107
|
contentLeft?: React.ReactElement;
|
|
1108
|
+
contentRight?: React.ReactElement;
|
|
1090
1109
|
textBefore?: string;
|
|
1091
1110
|
textAfter?: string;
|
|
1092
1111
|
variant?: "normal" | "tight";
|
|
@@ -1146,6 +1165,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1146
1165
|
placeholder?: string;
|
|
1147
1166
|
helperText?: string;
|
|
1148
1167
|
contentLeft?: React.ReactElement;
|
|
1168
|
+
contentRight?: React.ReactElement;
|
|
1149
1169
|
textBefore?: string;
|
|
1150
1170
|
textAfter?: string;
|
|
1151
1171
|
variant?: "normal" | "tight";
|
|
@@ -1205,6 +1225,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1205
1225
|
placeholder?: string;
|
|
1206
1226
|
helperText?: string;
|
|
1207
1227
|
contentLeft?: React.ReactElement;
|
|
1228
|
+
contentRight?: React.ReactElement;
|
|
1208
1229
|
textBefore?: string;
|
|
1209
1230
|
textAfter?: string;
|
|
1210
1231
|
variant?: "normal" | "tight";
|
|
@@ -1264,6 +1285,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1264
1285
|
placeholder?: string;
|
|
1265
1286
|
helperText?: string;
|
|
1266
1287
|
contentLeft?: React.ReactElement;
|
|
1288
|
+
contentRight?: React.ReactElement;
|
|
1267
1289
|
textBefore?: string;
|
|
1268
1290
|
textAfter?: string;
|
|
1269
1291
|
variant?: "normal" | "tight";
|
|
@@ -1323,6 +1345,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1323
1345
|
placeholder?: string;
|
|
1324
1346
|
helperText?: string;
|
|
1325
1347
|
contentLeft?: React.ReactElement;
|
|
1348
|
+
contentRight?: React.ReactElement;
|
|
1326
1349
|
textBefore?: string;
|
|
1327
1350
|
textAfter?: string;
|
|
1328
1351
|
variant?: "normal" | "tight";
|
|
@@ -1382,6 +1405,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1382
1405
|
placeholder?: string;
|
|
1383
1406
|
helperText?: string;
|
|
1384
1407
|
contentLeft?: React.ReactElement;
|
|
1408
|
+
contentRight?: React.ReactElement;
|
|
1385
1409
|
textBefore?: string;
|
|
1386
1410
|
textAfter?: string;
|
|
1387
1411
|
variant?: "normal" | "tight";
|
|
@@ -37,6 +37,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
37
37
|
target?: "textfield-like";
|
|
38
38
|
view?: "default" | "positive" | "warning" | "negative";
|
|
39
39
|
contentLeft?: React.ReactNode;
|
|
40
|
+
contentRight?: React.ReactElement;
|
|
40
41
|
placeholder?: string;
|
|
41
42
|
helperText?: string;
|
|
42
43
|
chipType?: "default" | "text";
|
|
@@ -98,6 +99,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
98
99
|
target?: "textfield-like";
|
|
99
100
|
view?: "default" | "positive" | "warning" | "negative";
|
|
100
101
|
contentLeft?: React.ReactNode;
|
|
102
|
+
contentRight?: React.ReactElement;
|
|
101
103
|
placeholder?: string;
|
|
102
104
|
helperText?: string;
|
|
103
105
|
chipType?: "default" | "text";
|
|
@@ -160,6 +162,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
160
162
|
target?: "textfield-like";
|
|
161
163
|
view?: "default" | "positive" | "warning" | "negative";
|
|
162
164
|
contentLeft?: React.ReactNode;
|
|
165
|
+
contentRight?: React.ReactElement;
|
|
163
166
|
placeholder?: string;
|
|
164
167
|
helperText?: string;
|
|
165
168
|
chipType?: "default" | "text";
|
|
@@ -221,6 +224,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
221
224
|
target?: "textfield-like";
|
|
222
225
|
view?: "default" | "positive" | "warning" | "negative";
|
|
223
226
|
contentLeft?: React.ReactNode;
|
|
227
|
+
contentRight?: React.ReactElement;
|
|
224
228
|
placeholder?: string;
|
|
225
229
|
helperText?: string;
|
|
226
230
|
chipType?: "default" | "text";
|
|
@@ -271,6 +275,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
271
275
|
target: "button-like";
|
|
272
276
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
273
277
|
contentLeft?: never;
|
|
278
|
+
contentRight?: never;
|
|
274
279
|
placeholder?: never;
|
|
275
280
|
helperText?: never;
|
|
276
281
|
chipType?: never;
|
|
@@ -320,6 +325,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
320
325
|
target: "button-like";
|
|
321
326
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
322
327
|
contentLeft?: never;
|
|
328
|
+
contentRight?: never;
|
|
323
329
|
placeholder?: never;
|
|
324
330
|
helperText?: never;
|
|
325
331
|
chipType?: never;
|