@salutejs/plasma-web 1.597.0-canary.2299.18842659681.0 → 1.597.0-canary.2299.18865993815.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.
|
@@ -58,7 +58,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
58
58
|
mode?: "default" | "radio";
|
|
59
59
|
size?: string;
|
|
60
60
|
view?: string;
|
|
61
|
-
emptyStateDescription?:
|
|
61
|
+
emptyStateDescription?: React.ReactNode;
|
|
62
62
|
listHeight?: React.CSSProperties["height"];
|
|
63
63
|
listOverflow?: React.CSSProperties["overflow"];
|
|
64
64
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -114,7 +114,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
114
114
|
mode?: "default" | "radio";
|
|
115
115
|
size?: string;
|
|
116
116
|
view?: string;
|
|
117
|
-
emptyStateDescription?:
|
|
117
|
+
emptyStateDescription?: React.ReactNode;
|
|
118
118
|
listHeight?: React.CSSProperties["height"];
|
|
119
119
|
listOverflow?: React.CSSProperties["overflow"];
|
|
120
120
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -170,7 +170,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
170
170
|
mode?: "default" | "radio";
|
|
171
171
|
size?: string;
|
|
172
172
|
view?: string;
|
|
173
|
-
emptyStateDescription?:
|
|
173
|
+
emptyStateDescription?: React.ReactNode;
|
|
174
174
|
listHeight?: React.CSSProperties["height"];
|
|
175
175
|
listOverflow?: React.CSSProperties["overflow"];
|
|
176
176
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -226,7 +226,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
226
226
|
mode?: "default" | "radio";
|
|
227
227
|
size?: string;
|
|
228
228
|
view?: string;
|
|
229
|
-
emptyStateDescription?:
|
|
229
|
+
emptyStateDescription?: React.ReactNode;
|
|
230
230
|
listHeight?: React.CSSProperties["height"];
|
|
231
231
|
listOverflow?: React.CSSProperties["overflow"];
|
|
232
232
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -282,7 +282,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
282
282
|
mode?: "default" | "radio";
|
|
283
283
|
size?: string;
|
|
284
284
|
view?: string;
|
|
285
|
-
emptyStateDescription?:
|
|
285
|
+
emptyStateDescription?: React.ReactNode;
|
|
286
286
|
listHeight?: React.CSSProperties["height"];
|
|
287
287
|
listOverflow?: React.CSSProperties["overflow"];
|
|
288
288
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -338,7 +338,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
338
338
|
mode?: "default" | "radio";
|
|
339
339
|
size?: string;
|
|
340
340
|
view?: string;
|
|
341
|
-
emptyStateDescription?:
|
|
341
|
+
emptyStateDescription?: React.ReactNode;
|
|
342
342
|
listHeight?: React.CSSProperties["height"];
|
|
343
343
|
listOverflow?: React.CSSProperties["overflow"];
|
|
344
344
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -394,7 +394,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
394
394
|
mode?: "default" | "radio";
|
|
395
395
|
size?: string;
|
|
396
396
|
view?: string;
|
|
397
|
-
emptyStateDescription?:
|
|
397
|
+
emptyStateDescription?: React.ReactNode;
|
|
398
398
|
listHeight?: React.CSSProperties["height"];
|
|
399
399
|
listOverflow?: React.CSSProperties["overflow"];
|
|
400
400
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -450,7 +450,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
450
450
|
mode?: "default" | "radio";
|
|
451
451
|
size?: string;
|
|
452
452
|
view?: string;
|
|
453
|
-
emptyStateDescription?:
|
|
453
|
+
emptyStateDescription?: React.ReactNode;
|
|
454
454
|
listHeight?: React.CSSProperties["height"];
|
|
455
455
|
listOverflow?: React.CSSProperties["overflow"];
|
|
456
456
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -506,7 +506,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
506
506
|
mode?: "default" | "radio";
|
|
507
507
|
size?: string;
|
|
508
508
|
view?: string;
|
|
509
|
-
emptyStateDescription?:
|
|
509
|
+
emptyStateDescription?: React.ReactNode;
|
|
510
510
|
listHeight?: React.CSSProperties["height"];
|
|
511
511
|
listOverflow?: React.CSSProperties["overflow"];
|
|
512
512
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -562,7 +562,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
562
562
|
mode?: "default" | "radio";
|
|
563
563
|
size?: string;
|
|
564
564
|
view?: string;
|
|
565
|
-
emptyStateDescription?:
|
|
565
|
+
emptyStateDescription?: React.ReactNode;
|
|
566
566
|
listHeight?: React.CSSProperties["height"];
|
|
567
567
|
listOverflow?: React.CSSProperties["overflow"];
|
|
568
568
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -618,7 +618,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
618
618
|
mode?: "default" | "radio";
|
|
619
619
|
size?: string;
|
|
620
620
|
view?: string;
|
|
621
|
-
emptyStateDescription?:
|
|
621
|
+
emptyStateDescription?: React.ReactNode;
|
|
622
622
|
listHeight?: React.CSSProperties["height"];
|
|
623
623
|
listOverflow?: React.CSSProperties["overflow"];
|
|
624
624
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -674,7 +674,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
674
674
|
mode?: "default" | "radio";
|
|
675
675
|
size?: string;
|
|
676
676
|
view?: string;
|
|
677
|
-
emptyStateDescription?:
|
|
677
|
+
emptyStateDescription?: React.ReactNode;
|
|
678
678
|
listHeight?: React.CSSProperties["height"];
|
|
679
679
|
listOverflow?: React.CSSProperties["overflow"];
|
|
680
680
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -730,7 +730,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
730
730
|
mode?: "default" | "radio";
|
|
731
731
|
size?: string;
|
|
732
732
|
view?: string;
|
|
733
|
-
emptyStateDescription?:
|
|
733
|
+
emptyStateDescription?: React.ReactNode;
|
|
734
734
|
listHeight?: React.CSSProperties["height"];
|
|
735
735
|
listOverflow?: React.CSSProperties["overflow"];
|
|
736
736
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -786,7 +786,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
786
786
|
mode?: "default" | "radio";
|
|
787
787
|
size?: string;
|
|
788
788
|
view?: string;
|
|
789
|
-
emptyStateDescription?:
|
|
789
|
+
emptyStateDescription?: React.ReactNode;
|
|
790
790
|
listHeight?: React.CSSProperties["height"];
|
|
791
791
|
listOverflow?: React.CSSProperties["overflow"];
|
|
792
792
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -842,7 +842,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
842
842
|
mode?: "default" | "radio";
|
|
843
843
|
size?: string;
|
|
844
844
|
view?: string;
|
|
845
|
-
emptyStateDescription?:
|
|
845
|
+
emptyStateDescription?: React.ReactNode;
|
|
846
846
|
listHeight?: React.CSSProperties["height"];
|
|
847
847
|
listOverflow?: React.CSSProperties["overflow"];
|
|
848
848
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -898,7 +898,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
898
898
|
mode?: "default" | "radio";
|
|
899
899
|
size?: string;
|
|
900
900
|
view?: string;
|
|
901
|
-
emptyStateDescription?:
|
|
901
|
+
emptyStateDescription?: React.ReactNode;
|
|
902
902
|
listHeight?: React.CSSProperties["height"];
|
|
903
903
|
listOverflow?: React.CSSProperties["overflow"];
|
|
904
904
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -954,7 +954,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
954
954
|
mode?: "default" | "radio";
|
|
955
955
|
size?: string;
|
|
956
956
|
view?: string;
|
|
957
|
-
emptyStateDescription?:
|
|
957
|
+
emptyStateDescription?: React.ReactNode;
|
|
958
958
|
listHeight?: React.CSSProperties["height"];
|
|
959
959
|
listOverflow?: React.CSSProperties["overflow"];
|
|
960
960
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1010,7 +1010,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1010
1010
|
mode?: "default" | "radio";
|
|
1011
1011
|
size?: string;
|
|
1012
1012
|
view?: string;
|
|
1013
|
-
emptyStateDescription?:
|
|
1013
|
+
emptyStateDescription?: React.ReactNode;
|
|
1014
1014
|
listHeight?: React.CSSProperties["height"];
|
|
1015
1015
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1016
1016
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1066,7 +1066,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1066
1066
|
mode?: "default" | "radio";
|
|
1067
1067
|
size?: string;
|
|
1068
1068
|
view?: string;
|
|
1069
|
-
emptyStateDescription?:
|
|
1069
|
+
emptyStateDescription?: React.ReactNode;
|
|
1070
1070
|
listHeight?: React.CSSProperties["height"];
|
|
1071
1071
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1072
1072
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1122,7 +1122,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1122
1122
|
mode?: "default" | "radio";
|
|
1123
1123
|
size?: string;
|
|
1124
1124
|
view?: string;
|
|
1125
|
-
emptyStateDescription?:
|
|
1125
|
+
emptyStateDescription?: React.ReactNode;
|
|
1126
1126
|
listHeight?: React.CSSProperties["height"];
|
|
1127
1127
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1128
1128
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1178,7 +1178,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1178
1178
|
mode?: "default" | "radio";
|
|
1179
1179
|
size?: string;
|
|
1180
1180
|
view?: string;
|
|
1181
|
-
emptyStateDescription?:
|
|
1181
|
+
emptyStateDescription?: React.ReactNode;
|
|
1182
1182
|
listHeight?: React.CSSProperties["height"];
|
|
1183
1183
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1184
1184
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1234,7 +1234,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1234
1234
|
mode?: "default" | "radio";
|
|
1235
1235
|
size?: string;
|
|
1236
1236
|
view?: string;
|
|
1237
|
-
emptyStateDescription?:
|
|
1237
|
+
emptyStateDescription?: React.ReactNode;
|
|
1238
1238
|
listHeight?: React.CSSProperties["height"];
|
|
1239
1239
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1240
1240
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1290,7 +1290,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1290
1290
|
mode?: "default" | "radio";
|
|
1291
1291
|
size?: string;
|
|
1292
1292
|
view?: string;
|
|
1293
|
-
emptyStateDescription?:
|
|
1293
|
+
emptyStateDescription?: React.ReactNode;
|
|
1294
1294
|
listHeight?: React.CSSProperties["height"];
|
|
1295
1295
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1296
1296
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
|
@@ -1346,7 +1346,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1346
1346
|
mode?: "default" | "radio";
|
|
1347
1347
|
size?: string;
|
|
1348
1348
|
view?: string;
|
|
1349
|
-
emptyStateDescription?:
|
|
1349
|
+
emptyStateDescription?: React.ReactNode;
|
|
1350
1350
|
listHeight?: React.CSSProperties["height"];
|
|
1351
1351
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1352
1352
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-web",
|
|
3
|
-
"version": "1.597.0-canary.2299.
|
|
3
|
+
"version": "1.597.0-canary.2299.18865993815.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
|
"license": "MIT",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"directory": "packages/plasma-web"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@salutejs/plasma-core": "1.209.0-canary.2299.
|
|
23
|
-
"@salutejs/plasma-hope": "1.355.0-canary.2299.
|
|
24
|
-
"@salutejs/plasma-new-hope": "0.339.0-canary.2299.
|
|
22
|
+
"@salutejs/plasma-core": "1.209.0-canary.2299.18865993815.0",
|
|
23
|
+
"@salutejs/plasma-hope": "1.355.0-canary.2299.18865993815.0",
|
|
24
|
+
"@salutejs/plasma-new-hope": "0.339.0-canary.2299.18865993815.0",
|
|
25
25
|
"@salutejs/plasma-themes": "0.38.0",
|
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.54.0",
|
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.65.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
50
50
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
51
51
|
"@salutejs/plasma-colors": "0.16.0",
|
|
52
|
-
"@salutejs/plasma-cy-utils": "0.139.0-canary.2299.
|
|
53
|
-
"@salutejs/plasma-icons": "1.226.0-canary.2299.
|
|
54
|
-
"@salutejs/plasma-sb-utils": "0.209.0-canary.2299.
|
|
52
|
+
"@salutejs/plasma-cy-utils": "0.139.0-canary.2299.18865993815.0",
|
|
53
|
+
"@salutejs/plasma-icons": "1.226.0-canary.2299.18865993815.0",
|
|
54
|
+
"@salutejs/plasma-sb-utils": "0.209.0-canary.2299.18865993815.0",
|
|
55
55
|
"@storybook/addon-docs": "8.6.14",
|
|
56
56
|
"@storybook/addon-essentials": "8.6.14",
|
|
57
57
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"Fanil Zubairov"
|
|
112
112
|
],
|
|
113
113
|
"sideEffects": false,
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "0e77fd556bd99dc83727df4fe08eda0a3f5dd419"
|
|
115
115
|
}
|