@salutejs/plasma-web 1.495.0-canary.1696.12706339837.0 → 1.495.0-canary.1696.12711678920.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/plasma-web.api.md +1 -57
- package/components/Avatar/Avatar.d.ts +2 -114
- package/package.json +3 -3
- package/temp/plasma-web.api.md +1 -57
package/api/plasma-web.api.md
CHANGED
@@ -982,40 +982,12 @@ type?: "badge" | "counter" | undefined;
|
|
982
982
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
983
983
|
} & {
|
984
984
|
badgeView?: string | undefined;
|
985
|
+
pilled?: boolean | undefined;
|
985
986
|
text?: string | undefined;
|
986
987
|
contentLeft?: ReactNode;
|
987
988
|
contentRight?: ReactNode;
|
988
989
|
customColor?: string | undefined;
|
989
990
|
customBackgroundColor?: string | undefined;
|
990
|
-
clear?: true | undefined;
|
991
|
-
pilled?: undefined;
|
992
|
-
transparent?: undefined;
|
993
|
-
} & {
|
994
|
-
counterView?: undefined;
|
995
|
-
count?: undefined;
|
996
|
-
maxCount?: undefined;
|
997
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
998
|
-
size?: string | undefined;
|
999
|
-
name?: string | undefined;
|
1000
|
-
url?: string | undefined;
|
1001
|
-
customText?: string | undefined;
|
1002
|
-
status?: "active" | "inactive" | undefined;
|
1003
|
-
isScalable?: boolean | undefined;
|
1004
|
-
focused?: boolean | undefined;
|
1005
|
-
statusLabels?: StatusLabels | undefined;
|
1006
|
-
hasExtra?: boolean | undefined;
|
1007
|
-
type?: "badge" | "counter" | undefined;
|
1008
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
1009
|
-
} & {
|
1010
|
-
badgeView?: string | undefined;
|
1011
|
-
text?: string | undefined;
|
1012
|
-
contentLeft?: ReactNode;
|
1013
|
-
contentRight?: ReactNode;
|
1014
|
-
customColor?: string | undefined;
|
1015
|
-
customBackgroundColor?: string | undefined;
|
1016
|
-
pilled?: boolean | undefined;
|
1017
|
-
transparent?: boolean | undefined;
|
1018
|
-
clear?: undefined;
|
1019
991
|
} & {
|
1020
992
|
counterView?: undefined;
|
1021
993
|
count?: undefined;
|
@@ -1038,40 +1010,12 @@ count?: number | undefined;
|
|
1038
1010
|
maxCount?: number | undefined;
|
1039
1011
|
} & {
|
1040
1012
|
badgeView?: undefined;
|
1041
|
-
text?: undefined;
|
1042
|
-
contentLeft?: undefined;
|
1043
|
-
contentRight?: undefined;
|
1044
|
-
customColor?: undefined;
|
1045
|
-
customBackgroundColor?: undefined;
|
1046
|
-
clear?: undefined;
|
1047
1013
|
pilled?: undefined;
|
1048
|
-
transparent?: undefined;
|
1049
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
1050
|
-
size?: string | undefined;
|
1051
|
-
name?: string | undefined;
|
1052
|
-
url?: string | undefined;
|
1053
|
-
customText?: string | undefined;
|
1054
|
-
status?: "active" | "inactive" | undefined;
|
1055
|
-
isScalable?: boolean | undefined;
|
1056
|
-
focused?: boolean | undefined;
|
1057
|
-
statusLabels?: StatusLabels | undefined;
|
1058
|
-
hasExtra?: boolean | undefined;
|
1059
|
-
type?: "badge" | "counter" | undefined;
|
1060
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
1061
|
-
} & {
|
1062
|
-
counterView?: string | undefined;
|
1063
|
-
count?: number | undefined;
|
1064
|
-
maxCount?: number | undefined;
|
1065
|
-
} & {
|
1066
|
-
badgeView?: undefined;
|
1067
1014
|
text?: undefined;
|
1068
1015
|
contentLeft?: undefined;
|
1069
1016
|
contentRight?: undefined;
|
1070
1017
|
customColor?: undefined;
|
1071
1018
|
customBackgroundColor?: undefined;
|
1072
|
-
pilled?: undefined;
|
1073
|
-
transparent?: undefined;
|
1074
|
-
clear?: undefined;
|
1075
1019
|
} & RefAttributes<HTMLDivElement>))>;
|
1076
1020
|
|
1077
1021
|
// @public (undocumented)
|
@@ -77,40 +77,12 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
77
77
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
78
78
|
} & {
|
79
79
|
badgeView?: string | undefined;
|
80
|
+
pilled?: boolean | undefined;
|
80
81
|
text?: string | undefined;
|
81
82
|
contentLeft?: import("react").ReactNode;
|
82
83
|
contentRight?: import("react").ReactNode;
|
83
84
|
customColor?: string | undefined;
|
84
85
|
customBackgroundColor?: string | undefined;
|
85
|
-
clear?: true | undefined;
|
86
|
-
pilled?: undefined;
|
87
|
-
transparent?: undefined;
|
88
|
-
} & {
|
89
|
-
counterView?: undefined;
|
90
|
-
count?: undefined;
|
91
|
-
maxCount?: undefined;
|
92
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
93
|
-
size?: string | undefined;
|
94
|
-
name?: string | undefined;
|
95
|
-
url?: string | undefined;
|
96
|
-
customText?: string | undefined;
|
97
|
-
status?: "active" | "inactive" | undefined;
|
98
|
-
isScalable?: boolean | undefined;
|
99
|
-
focused?: boolean | undefined;
|
100
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
101
|
-
hasExtra?: boolean | undefined;
|
102
|
-
type?: "badge" | "counter" | undefined;
|
103
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
104
|
-
} & {
|
105
|
-
badgeView?: string | undefined;
|
106
|
-
text?: string | undefined;
|
107
|
-
contentLeft?: import("react").ReactNode;
|
108
|
-
contentRight?: import("react").ReactNode;
|
109
|
-
customColor?: string | undefined;
|
110
|
-
customBackgroundColor?: string | undefined;
|
111
|
-
pilled?: boolean | undefined;
|
112
|
-
transparent?: boolean | undefined;
|
113
|
-
clear?: undefined;
|
114
86
|
} & {
|
115
87
|
counterView?: undefined;
|
116
88
|
count?: undefined;
|
@@ -133,40 +105,12 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
133
105
|
maxCount?: number | undefined;
|
134
106
|
} & {
|
135
107
|
badgeView?: undefined;
|
136
|
-
text?: undefined;
|
137
|
-
contentLeft?: undefined;
|
138
|
-
contentRight?: undefined;
|
139
|
-
customColor?: undefined;
|
140
|
-
customBackgroundColor?: undefined;
|
141
|
-
clear?: undefined;
|
142
108
|
pilled?: undefined;
|
143
|
-
transparent?: undefined;
|
144
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
145
|
-
size?: string | undefined;
|
146
|
-
name?: string | undefined;
|
147
|
-
url?: string | undefined;
|
148
|
-
customText?: string | undefined;
|
149
|
-
status?: "active" | "inactive" | undefined;
|
150
|
-
isScalable?: boolean | undefined;
|
151
|
-
focused?: boolean | undefined;
|
152
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
153
|
-
hasExtra?: boolean | undefined;
|
154
|
-
type?: "badge" | "counter" | undefined;
|
155
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
156
|
-
} & {
|
157
|
-
counterView?: string | undefined;
|
158
|
-
count?: number | undefined;
|
159
|
-
maxCount?: number | undefined;
|
160
|
-
} & {
|
161
|
-
badgeView?: undefined;
|
162
109
|
text?: undefined;
|
163
110
|
contentLeft?: undefined;
|
164
111
|
contentRight?: undefined;
|
165
112
|
customColor?: undefined;
|
166
113
|
customBackgroundColor?: undefined;
|
167
|
-
pilled?: undefined;
|
168
|
-
transparent?: undefined;
|
169
|
-
clear?: undefined;
|
170
114
|
} & import("react").RefAttributes<HTMLDivElement>)>;
|
171
115
|
declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
172
116
|
view: {
|
@@ -214,40 +158,12 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
214
158
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
215
159
|
} & {
|
216
160
|
badgeView?: string | undefined;
|
161
|
+
pilled?: boolean | undefined;
|
217
162
|
text?: string | undefined;
|
218
163
|
contentLeft?: import("react").ReactNode;
|
219
164
|
contentRight?: import("react").ReactNode;
|
220
165
|
customColor?: string | undefined;
|
221
166
|
customBackgroundColor?: string | undefined;
|
222
|
-
clear?: true | undefined;
|
223
|
-
pilled?: undefined;
|
224
|
-
transparent?: undefined;
|
225
|
-
} & {
|
226
|
-
counterView?: undefined;
|
227
|
-
count?: undefined;
|
228
|
-
maxCount?: undefined;
|
229
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
230
|
-
size?: string | undefined;
|
231
|
-
name?: string | undefined;
|
232
|
-
url?: string | undefined;
|
233
|
-
customText?: string | undefined;
|
234
|
-
status?: "active" | "inactive" | undefined;
|
235
|
-
isScalable?: boolean | undefined;
|
236
|
-
focused?: boolean | undefined;
|
237
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
238
|
-
hasExtra?: boolean | undefined;
|
239
|
-
type?: "badge" | "counter" | undefined;
|
240
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
241
|
-
} & {
|
242
|
-
badgeView?: string | undefined;
|
243
|
-
text?: string | undefined;
|
244
|
-
contentLeft?: import("react").ReactNode;
|
245
|
-
contentRight?: import("react").ReactNode;
|
246
|
-
customColor?: string | undefined;
|
247
|
-
customBackgroundColor?: string | undefined;
|
248
|
-
pilled?: boolean | undefined;
|
249
|
-
transparent?: boolean | undefined;
|
250
|
-
clear?: undefined;
|
251
167
|
} & {
|
252
168
|
counterView?: undefined;
|
253
169
|
count?: undefined;
|
@@ -270,39 +186,11 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
270
186
|
maxCount?: number | undefined;
|
271
187
|
} & {
|
272
188
|
badgeView?: undefined;
|
273
|
-
text?: undefined;
|
274
|
-
contentLeft?: undefined;
|
275
|
-
contentRight?: undefined;
|
276
|
-
customColor?: undefined;
|
277
|
-
customBackgroundColor?: undefined;
|
278
|
-
clear?: undefined;
|
279
189
|
pilled?: undefined;
|
280
|
-
transparent?: undefined;
|
281
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
282
|
-
size?: string | undefined;
|
283
|
-
name?: string | undefined;
|
284
|
-
url?: string | undefined;
|
285
|
-
customText?: string | undefined;
|
286
|
-
status?: "active" | "inactive" | undefined;
|
287
|
-
isScalable?: boolean | undefined;
|
288
|
-
focused?: boolean | undefined;
|
289
|
-
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
290
|
-
hasExtra?: boolean | undefined;
|
291
|
-
type?: "badge" | "counter" | undefined;
|
292
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
293
|
-
} & {
|
294
|
-
counterView?: string | undefined;
|
295
|
-
count?: number | undefined;
|
296
|
-
maxCount?: number | undefined;
|
297
|
-
} & {
|
298
|
-
badgeView?: undefined;
|
299
190
|
text?: undefined;
|
300
191
|
contentLeft?: undefined;
|
301
192
|
contentRight?: undefined;
|
302
193
|
customColor?: undefined;
|
303
194
|
customBackgroundColor?: undefined;
|
304
|
-
pilled?: undefined;
|
305
|
-
transparent?: undefined;
|
306
|
-
clear?: undefined;
|
307
195
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
308
196
|
export { Avatar, mergedConfig };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.495.0-canary.1696.
|
3
|
+
"version": "1.495.0-canary.1696.12711678920.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",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.191.0-dev.0",
|
23
23
|
"@salutejs/plasma-hope": "1.328.1-dev.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.239.0-canary.1696.
|
24
|
+
"@salutejs/plasma-new-hope": "0.239.0-canary.1696.12711678920.0",
|
25
25
|
"@salutejs/plasma-themes": "0.28.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.45.0-dev.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.56.0-dev.0",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "79465aa968c16930ab25c6c4f4c2cdecac1ed813"
|
115
115
|
}
|
package/temp/plasma-web.api.md
CHANGED
@@ -982,40 +982,12 @@ type?: "badge" | "counter" | undefined;
|
|
982
982
|
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
983
983
|
} & {
|
984
984
|
badgeView?: string | undefined;
|
985
|
+
pilled?: boolean | undefined;
|
985
986
|
text?: string | undefined;
|
986
987
|
contentLeft?: ReactNode;
|
987
988
|
contentRight?: ReactNode;
|
988
989
|
customColor?: string | undefined;
|
989
990
|
customBackgroundColor?: string | undefined;
|
990
|
-
clear?: true | undefined;
|
991
|
-
pilled?: undefined;
|
992
|
-
transparent?: undefined;
|
993
|
-
} & {
|
994
|
-
counterView?: undefined;
|
995
|
-
count?: undefined;
|
996
|
-
maxCount?: undefined;
|
997
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
998
|
-
size?: string | undefined;
|
999
|
-
name?: string | undefined;
|
1000
|
-
url?: string | undefined;
|
1001
|
-
customText?: string | undefined;
|
1002
|
-
status?: "active" | "inactive" | undefined;
|
1003
|
-
isScalable?: boolean | undefined;
|
1004
|
-
focused?: boolean | undefined;
|
1005
|
-
statusLabels?: StatusLabels | undefined;
|
1006
|
-
hasExtra?: boolean | undefined;
|
1007
|
-
type?: "badge" | "counter" | undefined;
|
1008
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
1009
|
-
} & {
|
1010
|
-
badgeView?: string | undefined;
|
1011
|
-
text?: string | undefined;
|
1012
|
-
contentLeft?: ReactNode;
|
1013
|
-
contentRight?: ReactNode;
|
1014
|
-
customColor?: string | undefined;
|
1015
|
-
customBackgroundColor?: string | undefined;
|
1016
|
-
pilled?: boolean | undefined;
|
1017
|
-
transparent?: boolean | undefined;
|
1018
|
-
clear?: undefined;
|
1019
991
|
} & {
|
1020
992
|
counterView?: undefined;
|
1021
993
|
count?: undefined;
|
@@ -1038,40 +1010,12 @@ count?: number | undefined;
|
|
1038
1010
|
maxCount?: number | undefined;
|
1039
1011
|
} & {
|
1040
1012
|
badgeView?: undefined;
|
1041
|
-
text?: undefined;
|
1042
|
-
contentLeft?: undefined;
|
1043
|
-
contentRight?: undefined;
|
1044
|
-
customColor?: undefined;
|
1045
|
-
customBackgroundColor?: undefined;
|
1046
|
-
clear?: undefined;
|
1047
1013
|
pilled?: undefined;
|
1048
|
-
transparent?: undefined;
|
1049
|
-
} & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & {
|
1050
|
-
size?: string | undefined;
|
1051
|
-
name?: string | undefined;
|
1052
|
-
url?: string | undefined;
|
1053
|
-
customText?: string | undefined;
|
1054
|
-
status?: "active" | "inactive" | undefined;
|
1055
|
-
isScalable?: boolean | undefined;
|
1056
|
-
focused?: boolean | undefined;
|
1057
|
-
statusLabels?: StatusLabels | undefined;
|
1058
|
-
hasExtra?: boolean | undefined;
|
1059
|
-
type?: "badge" | "counter" | undefined;
|
1060
|
-
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
1061
|
-
} & {
|
1062
|
-
counterView?: string | undefined;
|
1063
|
-
count?: number | undefined;
|
1064
|
-
maxCount?: number | undefined;
|
1065
|
-
} & {
|
1066
|
-
badgeView?: undefined;
|
1067
1014
|
text?: undefined;
|
1068
1015
|
contentLeft?: undefined;
|
1069
1016
|
contentRight?: undefined;
|
1070
1017
|
customColor?: undefined;
|
1071
1018
|
customBackgroundColor?: undefined;
|
1072
|
-
pilled?: undefined;
|
1073
|
-
transparent?: undefined;
|
1074
|
-
clear?: undefined;
|
1075
1019
|
} & RefAttributes<HTMLDivElement>))>;
|
1076
1020
|
|
1077
1021
|
// @public (undocumented)
|