@salutejs/plasma-web 1.601.1-canary.2382.20324212753.0 → 1.601.1-canary.2382.20333321525.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/plasma-web",
3
- "version": "1.601.1-canary.2382.20324212753.0",
3
+ "version": "1.601.1-canary.2382.20333321525.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
  "exports": {
@@ -32,9 +32,9 @@
32
32
  "directory": "packages/plasma-web"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-core": "1.211.1-canary.2382.20324212753.0",
36
- "@salutejs/plasma-hope": "1.357.1-canary.2382.20324212753.0",
37
- "@salutejs/plasma-new-hope": "0.343.1-canary.2382.20324212753.0",
35
+ "@salutejs/plasma-core": "1.211.1-canary.2382.20333321525.0",
36
+ "@salutejs/plasma-hope": "1.357.1-canary.2382.20333321525.0",
37
+ "@salutejs/plasma-new-hope": "0.343.1-canary.2382.20333321525.0",
38
38
  "@salutejs/plasma-themes": "0.38.0",
39
39
  "@salutejs/plasma-tokens-b2b": "1.54.0",
40
40
  "@salutejs/plasma-tokens-b2c": "0.65.0",
@@ -62,9 +62,9 @@
62
62
  "@rollup/plugin-commonjs": "25.0.7",
63
63
  "@rollup/plugin-node-resolve": "15.2.3",
64
64
  "@salutejs/plasma-colors": "0.16.0",
65
- "@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20324212753.0",
65
+ "@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20333321525.0",
66
66
  "@salutejs/plasma-icons": "1.228.0",
67
- "@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20324212753.0",
67
+ "@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20333321525.0",
68
68
  "@types/node": "16.7.13",
69
69
  "@types/react": "18.0.28",
70
70
  "@types/react-dom": "18.0.11",
@@ -117,5 +117,5 @@
117
117
  "sideEffects": [
118
118
  "*.css"
119
119
  ],
120
- "gitHead": "29651f0d81f83826d3d175831e0a143a420f02cb"
120
+ "gitHead": "8aebed9b3709381207d537463c593cdecb7b56cf"
121
121
  }
@@ -39,6 +39,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
39
39
  placeholder?: string;
40
40
  helperText?: string;
41
41
  contentLeft?: React.ReactElement;
42
+ contentRight?: React.ReactElement;
42
43
  textBefore?: string;
43
44
  textAfter?: string;
44
45
  variant?: "normal" | "tight";
@@ -98,6 +99,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
98
99
  placeholder?: string;
99
100
  helperText?: string;
100
101
  contentLeft?: React.ReactElement;
102
+ contentRight?: React.ReactElement;
101
103
  textBefore?: string;
102
104
  textAfter?: string;
103
105
  variant?: "normal" | "tight";
@@ -157,6 +159,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
157
159
  placeholder?: string;
158
160
  helperText?: string;
159
161
  contentLeft?: React.ReactElement;
162
+ contentRight?: React.ReactElement;
160
163
  textBefore?: string;
161
164
  textAfter?: string;
162
165
  variant?: "normal" | "tight";
@@ -216,6 +219,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
216
219
  placeholder?: string;
217
220
  helperText?: string;
218
221
  contentLeft?: React.ReactElement;
222
+ contentRight?: React.ReactElement;
219
223
  textBefore?: string;
220
224
  textAfter?: string;
221
225
  variant?: "normal" | "tight";
@@ -275,6 +279,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
275
279
  placeholder?: string;
276
280
  helperText?: string;
277
281
  contentLeft?: React.ReactElement;
282
+ contentRight?: React.ReactElement;
278
283
  textBefore?: string;
279
284
  textAfter?: string;
280
285
  variant?: "normal" | "tight";
@@ -334,6 +339,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
334
339
  placeholder?: string;
335
340
  helperText?: string;
336
341
  contentLeft?: React.ReactElement;
342
+ contentRight?: React.ReactElement;
337
343
  textBefore?: string;
338
344
  textAfter?: string;
339
345
  variant?: "normal" | "tight";
@@ -393,6 +399,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
393
399
  placeholder?: string;
394
400
  helperText?: string;
395
401
  contentLeft?: React.ReactElement;
402
+ contentRight?: React.ReactElement;
396
403
  textBefore?: string;
397
404
  textAfter?: string;
398
405
  variant?: "normal" | "tight";
@@ -452,6 +459,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
452
459
  placeholder?: string;
453
460
  helperText?: string;
454
461
  contentLeft?: React.ReactElement;
462
+ contentRight?: React.ReactElement;
455
463
  textBefore?: string;
456
464
  textAfter?: string;
457
465
  variant?: "normal" | "tight";
@@ -511,6 +519,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
511
519
  placeholder?: string;
512
520
  helperText?: string;
513
521
  contentLeft?: React.ReactElement;
522
+ contentRight?: React.ReactElement;
514
523
  textBefore?: string;
515
524
  textAfter?: string;
516
525
  variant?: "normal" | "tight";
@@ -570,6 +579,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
570
579
  placeholder?: string;
571
580
  helperText?: string;
572
581
  contentLeft?: React.ReactElement;
582
+ contentRight?: React.ReactElement;
573
583
  textBefore?: string;
574
584
  textAfter?: string;
575
585
  variant?: "normal" | "tight";
@@ -629,6 +639,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
629
639
  placeholder?: string;
630
640
  helperText?: string;
631
641
  contentLeft?: React.ReactElement;
642
+ contentRight?: React.ReactElement;
632
643
  textBefore?: string;
633
644
  textAfter?: string;
634
645
  variant?: "normal" | "tight";
@@ -688,6 +699,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
688
699
  placeholder?: string;
689
700
  helperText?: string;
690
701
  contentLeft?: React.ReactElement;
702
+ contentRight?: React.ReactElement;
691
703
  textBefore?: string;
692
704
  textAfter?: string;
693
705
  variant?: "normal" | "tight";
@@ -747,6 +759,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
747
759
  placeholder?: string;
748
760
  helperText?: string;
749
761
  contentLeft?: React.ReactElement;
762
+ contentRight?: React.ReactElement;
750
763
  textBefore?: string;
751
764
  textAfter?: string;
752
765
  variant?: "normal" | "tight";
@@ -806,6 +819,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
806
819
  placeholder?: string;
807
820
  helperText?: string;
808
821
  contentLeft?: React.ReactElement;
822
+ contentRight?: React.ReactElement;
809
823
  textBefore?: string;
810
824
  textAfter?: string;
811
825
  variant?: "normal" | "tight";
@@ -865,6 +879,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
865
879
  placeholder?: string;
866
880
  helperText?: string;
867
881
  contentLeft?: React.ReactElement;
882
+ contentRight?: React.ReactElement;
868
883
  textBefore?: string;
869
884
  textAfter?: string;
870
885
  variant?: "normal" | "tight";
@@ -924,6 +939,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
924
939
  placeholder?: string;
925
940
  helperText?: string;
926
941
  contentLeft?: React.ReactElement;
942
+ contentRight?: React.ReactElement;
927
943
  textBefore?: string;
928
944
  textAfter?: string;
929
945
  variant?: "normal" | "tight";
@@ -983,6 +999,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
983
999
  placeholder?: string;
984
1000
  helperText?: string;
985
1001
  contentLeft?: React.ReactElement;
1002
+ contentRight?: React.ReactElement;
986
1003
  textBefore?: string;
987
1004
  textAfter?: string;
988
1005
  variant?: "normal" | "tight";
@@ -1042,6 +1059,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1042
1059
  placeholder?: string;
1043
1060
  helperText?: string;
1044
1061
  contentLeft?: React.ReactElement;
1062
+ contentRight?: React.ReactElement;
1045
1063
  textBefore?: string;
1046
1064
  textAfter?: string;
1047
1065
  variant?: "normal" | "tight";
@@ -1101,6 +1119,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1101
1119
  placeholder?: string;
1102
1120
  helperText?: string;
1103
1121
  contentLeft?: React.ReactElement;
1122
+ contentRight?: React.ReactElement;
1104
1123
  textBefore?: string;
1105
1124
  textAfter?: string;
1106
1125
  variant?: "normal" | "tight";
@@ -1160,6 +1179,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1160
1179
  placeholder?: string;
1161
1180
  helperText?: string;
1162
1181
  contentLeft?: React.ReactElement;
1182
+ contentRight?: React.ReactElement;
1163
1183
  textBefore?: string;
1164
1184
  textAfter?: string;
1165
1185
  variant?: "normal" | "tight";
@@ -1219,6 +1239,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1219
1239
  placeholder?: string;
1220
1240
  helperText?: string;
1221
1241
  contentLeft?: React.ReactElement;
1242
+ contentRight?: React.ReactElement;
1222
1243
  textBefore?: string;
1223
1244
  textAfter?: string;
1224
1245
  variant?: "normal" | "tight";
@@ -1278,6 +1299,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1278
1299
  placeholder?: string;
1279
1300
  helperText?: string;
1280
1301
  contentLeft?: React.ReactElement;
1302
+ contentRight?: React.ReactElement;
1281
1303
  textBefore?: string;
1282
1304
  textAfter?: string;
1283
1305
  variant?: "normal" | "tight";
@@ -1337,6 +1359,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1337
1359
  placeholder?: string;
1338
1360
  helperText?: string;
1339
1361
  contentLeft?: React.ReactElement;
1362
+ contentRight?: React.ReactElement;
1340
1363
  textBefore?: string;
1341
1364
  textAfter?: string;
1342
1365
  variant?: "normal" | "tight";
@@ -1396,6 +1419,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1396
1419
  placeholder?: string;
1397
1420
  helperText?: string;
1398
1421
  contentLeft?: React.ReactElement;
1422
+ contentRight?: React.ReactElement;
1399
1423
  textBefore?: string;
1400
1424
  textAfter?: string;
1401
1425
  variant?: "normal" | "tight";
@@ -57,6 +57,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
57
57
  target?: "textfield-like";
58
58
  view?: "default" | "positive" | "warning" | "negative";
59
59
  contentLeft?: React.ReactNode;
60
+ contentRight?: React.ReactElement;
60
61
  placeholder?: string;
61
62
  helperText?: string;
62
63
  chipType?: "default" | "text";
@@ -118,6 +119,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
118
119
  target?: "textfield-like";
119
120
  view?: "default" | "positive" | "warning" | "negative";
120
121
  contentLeft?: React.ReactNode;
122
+ contentRight?: React.ReactElement;
121
123
  placeholder?: string;
122
124
  helperText?: string;
123
125
  chipType?: "default" | "text";
@@ -180,6 +182,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
180
182
  target?: "textfield-like";
181
183
  view?: "default" | "positive" | "warning" | "negative";
182
184
  contentLeft?: React.ReactNode;
185
+ contentRight?: React.ReactElement;
183
186
  placeholder?: string;
184
187
  helperText?: string;
185
188
  chipType?: "default" | "text";
@@ -241,6 +244,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
241
244
  target?: "textfield-like";
242
245
  view?: "default" | "positive" | "warning" | "negative";
243
246
  contentLeft?: React.ReactNode;
247
+ contentRight?: React.ReactElement;
244
248
  placeholder?: string;
245
249
  helperText?: string;
246
250
  chipType?: "default" | "text";
@@ -291,6 +295,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
291
295
  target: "button-like";
292
296
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
293
297
  contentLeft?: never;
298
+ contentRight?: never;
294
299
  placeholder?: never;
295
300
  helperText?: never;
296
301
  chipType?: never;
@@ -340,6 +345,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
340
345
  target: "button-like";
341
346
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
342
347
  contentLeft?: never;
348
+ contentRight?: never;
343
349
  placeholder?: never;
344
350
  helperText?: never;
345
351
  chipType?: never;