@salutejs/sdds-insol 0.326.1-canary.2382.20331057385.0 → 0.326.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/sdds-insol",
3
- "version": "0.326.1-canary.2382.20331057385.0",
3
+ "version": "0.326.1-canary.2382.20333321525.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS INSOL web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/sdds-insol"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.343.1-canary.2382.20331057385.0",
35
+ "@salutejs/plasma-new-hope": "0.343.1-canary.2382.20333321525.0",
36
36
  "@salutejs/sdds-themes": "0.50.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -58,10 +58,10 @@
58
58
  "@rollup/plugin-commonjs": "^25.0.4",
59
59
  "@rollup/plugin-node-resolve": "^15.1.0",
60
60
  "@salutejs/plasma-colors": "0.16.0",
61
- "@salutejs/plasma-core": "1.211.1-canary.2382.20331057385.0",
62
- "@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20331057385.0",
61
+ "@salutejs/plasma-core": "1.211.1-canary.2382.20333321525.0",
62
+ "@salutejs/plasma-cy-utils": "0.141.1-canary.2382.20333321525.0",
63
63
  "@salutejs/plasma-icons": "1.228.0",
64
- "@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20331057385.0",
64
+ "@salutejs/plasma-sb-utils": "0.211.1-canary.2382.20333321525.0",
65
65
  "@types/node": "16.7.13",
66
66
  "@types/react": "18.0.28",
67
67
  "@types/react-dom": "18.0.11",
@@ -111,5 +111,5 @@
111
111
  "sideEffects": [
112
112
  "*.css"
113
113
  ],
114
- "gitHead": "3d5c9dc072960c56d36d8327375aa69eda055219"
114
+ "gitHead": "8aebed9b3709381207d537463c593cdecb7b56cf"
115
115
  }
@@ -38,6 +38,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
38
38
  placeholder?: string;
39
39
  helperText?: string;
40
40
  contentLeft?: React.ReactElement;
41
+ contentRight?: React.ReactElement;
41
42
  textBefore?: string;
42
43
  textAfter?: string;
43
44
  variant?: "normal" | "tight";
@@ -97,6 +98,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
97
98
  placeholder?: string;
98
99
  helperText?: string;
99
100
  contentLeft?: React.ReactElement;
101
+ contentRight?: React.ReactElement;
100
102
  textBefore?: string;
101
103
  textAfter?: string;
102
104
  variant?: "normal" | "tight";
@@ -156,6 +158,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
156
158
  placeholder?: string;
157
159
  helperText?: string;
158
160
  contentLeft?: React.ReactElement;
161
+ contentRight?: React.ReactElement;
159
162
  textBefore?: string;
160
163
  textAfter?: string;
161
164
  variant?: "normal" | "tight";
@@ -215,6 +218,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
215
218
  placeholder?: string;
216
219
  helperText?: string;
217
220
  contentLeft?: React.ReactElement;
221
+ contentRight?: React.ReactElement;
218
222
  textBefore?: string;
219
223
  textAfter?: string;
220
224
  variant?: "normal" | "tight";
@@ -274,6 +278,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
274
278
  placeholder?: string;
275
279
  helperText?: string;
276
280
  contentLeft?: React.ReactElement;
281
+ contentRight?: React.ReactElement;
277
282
  textBefore?: string;
278
283
  textAfter?: string;
279
284
  variant?: "normal" | "tight";
@@ -333,6 +338,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
333
338
  placeholder?: string;
334
339
  helperText?: string;
335
340
  contentLeft?: React.ReactElement;
341
+ contentRight?: React.ReactElement;
336
342
  textBefore?: string;
337
343
  textAfter?: string;
338
344
  variant?: "normal" | "tight";
@@ -392,6 +398,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
392
398
  placeholder?: string;
393
399
  helperText?: string;
394
400
  contentLeft?: React.ReactElement;
401
+ contentRight?: React.ReactElement;
395
402
  textBefore?: string;
396
403
  textAfter?: string;
397
404
  variant?: "normal" | "tight";
@@ -451,6 +458,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
451
458
  placeholder?: string;
452
459
  helperText?: string;
453
460
  contentLeft?: React.ReactElement;
461
+ contentRight?: React.ReactElement;
454
462
  textBefore?: string;
455
463
  textAfter?: string;
456
464
  variant?: "normal" | "tight";
@@ -510,6 +518,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
510
518
  placeholder?: string;
511
519
  helperText?: string;
512
520
  contentLeft?: React.ReactElement;
521
+ contentRight?: React.ReactElement;
513
522
  textBefore?: string;
514
523
  textAfter?: string;
515
524
  variant?: "normal" | "tight";
@@ -569,6 +578,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
569
578
  placeholder?: string;
570
579
  helperText?: string;
571
580
  contentLeft?: React.ReactElement;
581
+ contentRight?: React.ReactElement;
572
582
  textBefore?: string;
573
583
  textAfter?: string;
574
584
  variant?: "normal" | "tight";
@@ -628,6 +638,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
628
638
  placeholder?: string;
629
639
  helperText?: string;
630
640
  contentLeft?: React.ReactElement;
641
+ contentRight?: React.ReactElement;
631
642
  textBefore?: string;
632
643
  textAfter?: string;
633
644
  variant?: "normal" | "tight";
@@ -687,6 +698,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
687
698
  placeholder?: string;
688
699
  helperText?: string;
689
700
  contentLeft?: React.ReactElement;
701
+ contentRight?: React.ReactElement;
690
702
  textBefore?: string;
691
703
  textAfter?: string;
692
704
  variant?: "normal" | "tight";
@@ -746,6 +758,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
746
758
  placeholder?: string;
747
759
  helperText?: string;
748
760
  contentLeft?: React.ReactElement;
761
+ contentRight?: React.ReactElement;
749
762
  textBefore?: string;
750
763
  textAfter?: string;
751
764
  variant?: "normal" | "tight";
@@ -805,6 +818,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
805
818
  placeholder?: string;
806
819
  helperText?: string;
807
820
  contentLeft?: React.ReactElement;
821
+ contentRight?: React.ReactElement;
808
822
  textBefore?: string;
809
823
  textAfter?: string;
810
824
  variant?: "normal" | "tight";
@@ -864,6 +878,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
864
878
  placeholder?: string;
865
879
  helperText?: string;
866
880
  contentLeft?: React.ReactElement;
881
+ contentRight?: React.ReactElement;
867
882
  textBefore?: string;
868
883
  textAfter?: string;
869
884
  variant?: "normal" | "tight";
@@ -923,6 +938,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
923
938
  placeholder?: string;
924
939
  helperText?: string;
925
940
  contentLeft?: React.ReactElement;
941
+ contentRight?: React.ReactElement;
926
942
  textBefore?: string;
927
943
  textAfter?: string;
928
944
  variant?: "normal" | "tight";
@@ -982,6 +998,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
982
998
  placeholder?: string;
983
999
  helperText?: string;
984
1000
  contentLeft?: React.ReactElement;
1001
+ contentRight?: React.ReactElement;
985
1002
  textBefore?: string;
986
1003
  textAfter?: string;
987
1004
  variant?: "normal" | "tight";
@@ -1041,6 +1058,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1041
1058
  placeholder?: string;
1042
1059
  helperText?: string;
1043
1060
  contentLeft?: React.ReactElement;
1061
+ contentRight?: React.ReactElement;
1044
1062
  textBefore?: string;
1045
1063
  textAfter?: string;
1046
1064
  variant?: "normal" | "tight";
@@ -1100,6 +1118,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1100
1118
  placeholder?: string;
1101
1119
  helperText?: string;
1102
1120
  contentLeft?: React.ReactElement;
1121
+ contentRight?: React.ReactElement;
1103
1122
  textBefore?: string;
1104
1123
  textAfter?: string;
1105
1124
  variant?: "normal" | "tight";
@@ -1159,6 +1178,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1159
1178
  placeholder?: string;
1160
1179
  helperText?: string;
1161
1180
  contentLeft?: React.ReactElement;
1181
+ contentRight?: React.ReactElement;
1162
1182
  textBefore?: string;
1163
1183
  textAfter?: string;
1164
1184
  variant?: "normal" | "tight";
@@ -1218,6 +1238,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1218
1238
  placeholder?: string;
1219
1239
  helperText?: string;
1220
1240
  contentLeft?: React.ReactElement;
1241
+ contentRight?: React.ReactElement;
1221
1242
  textBefore?: string;
1222
1243
  textAfter?: string;
1223
1244
  variant?: "normal" | "tight";
@@ -1277,6 +1298,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1277
1298
  placeholder?: string;
1278
1299
  helperText?: string;
1279
1300
  contentLeft?: React.ReactElement;
1301
+ contentRight?: React.ReactElement;
1280
1302
  textBefore?: string;
1281
1303
  textAfter?: string;
1282
1304
  variant?: "normal" | "tight";
@@ -1336,6 +1358,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1336
1358
  placeholder?: string;
1337
1359
  helperText?: string;
1338
1360
  contentLeft?: React.ReactElement;
1361
+ contentRight?: React.ReactElement;
1339
1362
  textBefore?: string;
1340
1363
  textAfter?: string;
1341
1364
  variant?: "normal" | "tight";
@@ -1395,6 +1418,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1395
1418
  placeholder?: string;
1396
1419
  helperText?: string;
1397
1420
  contentLeft?: React.ReactElement;
1421
+ contentRight?: React.ReactElement;
1398
1422
  textBefore?: string;
1399
1423
  textAfter?: string;
1400
1424
  variant?: "normal" | "tight";
@@ -58,6 +58,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
58
58
  target?: "textfield-like";
59
59
  view?: "default" | "positive" | "warning" | "negative";
60
60
  contentLeft?: React.ReactNode;
61
+ contentRight?: React.ReactElement;
61
62
  placeholder?: string;
62
63
  helperText?: string;
63
64
  chipType?: "default" | "text";
@@ -119,6 +120,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
119
120
  target?: "textfield-like";
120
121
  view?: "default" | "positive" | "warning" | "negative";
121
122
  contentLeft?: React.ReactNode;
123
+ contentRight?: React.ReactElement;
122
124
  placeholder?: string;
123
125
  helperText?: string;
124
126
  chipType?: "default" | "text";
@@ -181,6 +183,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
181
183
  target?: "textfield-like";
182
184
  view?: "default" | "positive" | "warning" | "negative";
183
185
  contentLeft?: React.ReactNode;
186
+ contentRight?: React.ReactElement;
184
187
  placeholder?: string;
185
188
  helperText?: string;
186
189
  chipType?: "default" | "text";
@@ -242,6 +245,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
242
245
  target?: "textfield-like";
243
246
  view?: "default" | "positive" | "warning" | "negative";
244
247
  contentLeft?: React.ReactNode;
248
+ contentRight?: React.ReactElement;
245
249
  placeholder?: string;
246
250
  helperText?: string;
247
251
  chipType?: "default" | "text";
@@ -292,6 +296,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
292
296
  target: "button-like";
293
297
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
294
298
  contentLeft?: never;
299
+ contentRight?: never;
295
300
  placeholder?: never;
296
301
  helperText?: never;
297
302
  chipType?: never;
@@ -341,6 +346,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
341
346
  target: "button-like";
342
347
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
343
348
  contentLeft?: never;
349
+ contentRight?: never;
344
350
  placeholder?: never;
345
351
  helperText?: never;
346
352
  chipType?: never;