@salutejs/sdds-serv 0.223.1-canary.1692.12540362812.0 → 0.224.0-canary.1696.12706339837.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-serv.api.md +128 -59
- package/components/Avatar/Avatar.config.d.ts +18 -0
- package/components/Avatar/Avatar.config.js +19 -1
- package/components/Avatar/Avatar.config.js.map +1 -1
- package/components/Avatar/Avatar.config_1buqzeq.css +21 -0
- package/components/Avatar/Avatar.css +21 -7
- package/components/Avatar/Avatar.d.ts +250 -6
- package/components/Badge/Badge.d.ts +8 -48
- package/components/Counter/Counter.d.ts +1 -6
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/emotion/cjs/components/Avatar/Avatar.config.js +23 -5
- package/emotion/cjs/components/Avatar/Avatar.stories.tsx +130 -3
- package/emotion/es/components/Avatar/Avatar.config.js +23 -5
- package/emotion/es/components/Avatar/Avatar.stories.tsx +130 -3
- package/es/components/Avatar/Avatar.config.js +19 -1
- package/es/components/Avatar/Avatar.config.js.map +1 -1
- package/es/components/Avatar/Avatar.config_1buqzeq.css +21 -0
- package/es/components/Avatar/Avatar.css +21 -7
- package/es/index.css +21 -7
- package/package.json +5 -5
- package/styled-components/cjs/components/Avatar/Avatar.config.js +23 -5
- package/styled-components/es/components/Avatar/Avatar.config.js +23 -5
- package/components/Avatar/Avatar.config_weecw4.css +0 -7
- package/es/components/Avatar/Avatar.config_weecw4.css +0 -7
@@ -13,6 +13,24 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
13
13
|
focused: {
|
14
14
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
15
15
|
};
|
16
|
+
badgeView: {
|
17
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
19
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
20
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
22
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
|
+
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
24
|
+
};
|
25
|
+
counterView: {
|
26
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
27
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
28
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
30
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
31
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
32
|
+
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
|
+
};
|
16
34
|
}, import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
17
35
|
view: {
|
18
36
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -27,8 +45,104 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
27
45
|
focused: {
|
28
46
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
47
|
};
|
30
|
-
|
31
|
-
|
48
|
+
badgeView: {
|
49
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
50
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
51
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
52
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
53
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
54
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
55
|
+
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
56
|
+
};
|
57
|
+
counterView: {
|
58
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
59
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
60
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
61
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
62
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
63
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
64
|
+
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
65
|
+
};
|
66
|
+
}>, (import("react").HTMLAttributes<HTMLDivElement> & {
|
67
|
+
size?: string | undefined;
|
68
|
+
name?: string | undefined;
|
69
|
+
url?: string | undefined;
|
70
|
+
customText?: string | undefined;
|
71
|
+
status?: "active" | "inactive" | undefined;
|
72
|
+
isScalable?: boolean | undefined;
|
73
|
+
focused?: boolean | undefined;
|
74
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
75
|
+
hasExtra?: boolean | undefined;
|
76
|
+
type?: "badge" | "counter" | undefined;
|
77
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
78
|
+
} & {
|
79
|
+
badgeView?: string | undefined;
|
80
|
+
text?: string | undefined;
|
81
|
+
customColor?: string | undefined;
|
82
|
+
customBackgroundColor?: string | undefined;
|
83
|
+
contentLeft?: import("react").ReactNode;
|
84
|
+
contentRight?: import("react").ReactNode;
|
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
|
+
customColor?: string | undefined;
|
108
|
+
customBackgroundColor?: string | undefined;
|
109
|
+
contentLeft?: import("react").ReactNode;
|
110
|
+
contentRight?: import("react").ReactNode;
|
111
|
+
pilled?: boolean | undefined;
|
112
|
+
transparent?: boolean | undefined;
|
113
|
+
clear?: undefined;
|
114
|
+
} & {
|
115
|
+
counterView?: undefined;
|
116
|
+
count?: undefined;
|
117
|
+
maxCount?: undefined;
|
118
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
119
|
+
size?: string | undefined;
|
120
|
+
name?: string | undefined;
|
121
|
+
url?: string | undefined;
|
122
|
+
customText?: string | undefined;
|
123
|
+
status?: "active" | "inactive" | undefined;
|
124
|
+
isScalable?: boolean | undefined;
|
125
|
+
focused?: boolean | undefined;
|
126
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
127
|
+
hasExtra?: boolean | undefined;
|
128
|
+
type?: "badge" | "counter" | undefined;
|
129
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
130
|
+
} & {
|
131
|
+
counterView?: string | undefined;
|
132
|
+
count?: number | undefined;
|
133
|
+
maxCount?: number | undefined;
|
134
|
+
} & {
|
135
|
+
badgeView?: undefined;
|
136
|
+
text?: undefined;
|
137
|
+
customColor?: undefined;
|
138
|
+
customBackgroundColor?: undefined;
|
139
|
+
contentLeft?: undefined;
|
140
|
+
contentRight?: undefined;
|
141
|
+
clear?: undefined;
|
142
|
+
pilled?: undefined;
|
143
|
+
transparent?: undefined;
|
144
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
145
|
+
size?: string | undefined;
|
32
146
|
name?: string | undefined;
|
33
147
|
url?: string | undefined;
|
34
148
|
customText?: string | undefined;
|
@@ -36,7 +150,24 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
36
150
|
isScalable?: boolean | undefined;
|
37
151
|
focused?: boolean | undefined;
|
38
152
|
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
39
|
-
|
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
|
+
text?: undefined;
|
163
|
+
customColor?: undefined;
|
164
|
+
customBackgroundColor?: undefined;
|
165
|
+
contentLeft?: undefined;
|
166
|
+
contentRight?: undefined;
|
167
|
+
pilled?: undefined;
|
168
|
+
transparent?: undefined;
|
169
|
+
clear?: undefined;
|
170
|
+
} & import("react").RefAttributes<HTMLDivElement>)>;
|
40
171
|
declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
41
172
|
view: {
|
42
173
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -51,8 +182,104 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
51
182
|
focused: {
|
52
183
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
53
184
|
};
|
54
|
-
|
55
|
-
|
185
|
+
badgeView: {
|
186
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
187
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
188
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
189
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
190
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
191
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
192
|
+
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
193
|
+
};
|
194
|
+
counterView: {
|
195
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
196
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
197
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
198
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
199
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
200
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
201
|
+
light: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
202
|
+
};
|
203
|
+
}> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
204
|
+
size?: string | undefined;
|
205
|
+
name?: string | undefined;
|
206
|
+
url?: string | undefined;
|
207
|
+
customText?: string | undefined;
|
208
|
+
status?: "active" | "inactive" | undefined;
|
209
|
+
isScalable?: boolean | undefined;
|
210
|
+
focused?: boolean | undefined;
|
211
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
212
|
+
hasExtra?: boolean | undefined;
|
213
|
+
type?: "badge" | "counter" | undefined;
|
214
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
215
|
+
} & {
|
216
|
+
badgeView?: string | undefined;
|
217
|
+
text?: string | undefined;
|
218
|
+
customColor?: string | undefined;
|
219
|
+
customBackgroundColor?: string | undefined;
|
220
|
+
contentLeft?: import("react").ReactNode;
|
221
|
+
contentRight?: import("react").ReactNode;
|
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
|
+
customColor?: string | undefined;
|
245
|
+
customBackgroundColor?: string | undefined;
|
246
|
+
contentLeft?: import("react").ReactNode;
|
247
|
+
contentRight?: import("react").ReactNode;
|
248
|
+
pilled?: boolean | undefined;
|
249
|
+
transparent?: boolean | undefined;
|
250
|
+
clear?: undefined;
|
251
|
+
} & {
|
252
|
+
counterView?: undefined;
|
253
|
+
count?: undefined;
|
254
|
+
maxCount?: undefined;
|
255
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
256
|
+
size?: string | undefined;
|
257
|
+
name?: string | undefined;
|
258
|
+
url?: string | undefined;
|
259
|
+
customText?: string | undefined;
|
260
|
+
status?: "active" | "inactive" | undefined;
|
261
|
+
isScalable?: boolean | undefined;
|
262
|
+
focused?: boolean | undefined;
|
263
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
264
|
+
hasExtra?: boolean | undefined;
|
265
|
+
type?: "badge" | "counter" | undefined;
|
266
|
+
extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
|
267
|
+
} & {
|
268
|
+
counterView?: string | undefined;
|
269
|
+
count?: number | undefined;
|
270
|
+
maxCount?: number | undefined;
|
271
|
+
} & {
|
272
|
+
badgeView?: undefined;
|
273
|
+
text?: undefined;
|
274
|
+
customColor?: undefined;
|
275
|
+
customBackgroundColor?: undefined;
|
276
|
+
contentLeft?: undefined;
|
277
|
+
contentRight?: undefined;
|
278
|
+
clear?: undefined;
|
279
|
+
pilled?: undefined;
|
280
|
+
transparent?: undefined;
|
281
|
+
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
282
|
+
size?: string | undefined;
|
56
283
|
name?: string | undefined;
|
57
284
|
url?: string | undefined;
|
58
285
|
customText?: string | undefined;
|
@@ -60,5 +287,22 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
60
287
|
isScalable?: boolean | undefined;
|
61
288
|
focused?: boolean | undefined;
|
62
289
|
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types").StatusLabels | undefined;
|
63
|
-
|
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
|
+
text?: undefined;
|
300
|
+
customColor?: undefined;
|
301
|
+
customBackgroundColor?: undefined;
|
302
|
+
contentLeft?: undefined;
|
303
|
+
contentRight?: undefined;
|
304
|
+
pilled?: undefined;
|
305
|
+
transparent?: undefined;
|
306
|
+
clear?: undefined;
|
307
|
+
} & import("react").RefAttributes<HTMLDivElement>))>;
|
64
308
|
export { Avatar, mergedConfig };
|
@@ -37,28 +37,10 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
37
37
|
} & {
|
38
38
|
contentLeft?: import("react").ReactNode;
|
39
39
|
contentRight?: undefined;
|
40
|
-
} & {
|
41
|
-
children?: import("react").ReactNode;
|
42
40
|
} & {
|
43
41
|
clear?: true | undefined;
|
44
|
-
pilled?:
|
45
|
-
transparent?:
|
46
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
47
|
-
text?: string | undefined;
|
48
|
-
customColor?: string | undefined;
|
49
|
-
customBackgroundColor?: string | undefined;
|
50
|
-
maxWidth?: import("csstype").Property.Width<string | number> | undefined;
|
51
|
-
size?: string | undefined;
|
52
|
-
view?: string | undefined;
|
53
|
-
} & {
|
54
|
-
contentLeft?: import("react").ReactNode;
|
55
|
-
contentRight?: undefined;
|
56
|
-
} & {
|
57
|
-
children?: import("react").ReactNode;
|
58
|
-
} & {
|
59
|
-
pilled?: true | undefined;
|
60
|
-
transparent?: boolean | undefined;
|
61
|
-
clear?: false | undefined;
|
42
|
+
pilled?: undefined;
|
43
|
+
transparent?: undefined;
|
62
44
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
63
45
|
text?: string | undefined;
|
64
46
|
customColor?: string | undefined;
|
@@ -69,12 +51,10 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
69
51
|
} & {
|
70
52
|
contentLeft?: import("react").ReactNode;
|
71
53
|
contentRight?: undefined;
|
72
|
-
} & {
|
73
|
-
children?: import("react").ReactNode;
|
74
54
|
} & {
|
75
55
|
pilled?: boolean | undefined;
|
76
|
-
transparent?:
|
77
|
-
clear?:
|
56
|
+
transparent?: boolean | undefined;
|
57
|
+
clear?: undefined;
|
78
58
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
79
59
|
text?: string | undefined;
|
80
60
|
customColor?: string | undefined;
|
@@ -85,28 +65,10 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
85
65
|
} & {
|
86
66
|
contentLeft?: undefined;
|
87
67
|
contentRight?: import("react").ReactNode;
|
88
|
-
} & {
|
89
|
-
children?: import("react").ReactNode;
|
90
68
|
} & {
|
91
69
|
clear?: true | undefined;
|
92
|
-
pilled?:
|
93
|
-
transparent?:
|
94
|
-
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
95
|
-
text?: string | undefined;
|
96
|
-
customColor?: string | undefined;
|
97
|
-
customBackgroundColor?: string | undefined;
|
98
|
-
maxWidth?: import("csstype").Property.Width<string | number> | undefined;
|
99
|
-
size?: string | undefined;
|
100
|
-
view?: string | undefined;
|
101
|
-
} & {
|
102
|
-
contentLeft?: undefined;
|
103
|
-
contentRight?: import("react").ReactNode;
|
104
|
-
} & {
|
105
|
-
children?: import("react").ReactNode;
|
106
|
-
} & {
|
107
|
-
pilled?: true | undefined;
|
108
|
-
transparent?: boolean | undefined;
|
109
|
-
clear?: false | undefined;
|
70
|
+
pilled?: undefined;
|
71
|
+
transparent?: undefined;
|
110
72
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
|
111
73
|
text?: string | undefined;
|
112
74
|
customColor?: string | undefined;
|
@@ -117,10 +79,8 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
|
|
117
79
|
} & {
|
118
80
|
contentLeft?: undefined;
|
119
81
|
contentRight?: import("react").ReactNode;
|
120
|
-
} & {
|
121
|
-
children?: import("react").ReactNode;
|
122
82
|
} & {
|
123
83
|
pilled?: boolean | undefined;
|
124
|
-
transparent?:
|
125
|
-
clear?:
|
84
|
+
transparent?: boolean | undefined;
|
85
|
+
clear?: undefined;
|
126
86
|
} & import("react").RefAttributes<HTMLDivElement>))>;
|
@@ -19,9 +19,4 @@ export declare const Counter: import("react").FunctionComponent<import("@salutej
|
|
19
19
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
20
20
|
xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
21
|
};
|
22
|
-
}> & import("react").HTMLAttributes<HTMLDivElement> &
|
23
|
-
count: number;
|
24
|
-
maxCount?: number | undefined;
|
25
|
-
size?: string | undefined;
|
26
|
-
view?: string | undefined;
|
27
|
-
} & import("react").RefAttributes<HTMLDivElement>>;
|
22
|
+
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -53,7 +53,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
53
53
|
} & {
|
54
54
|
segmentation?: "clear" | undefined;
|
55
55
|
inputBackgroundType?: undefined;
|
56
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
56
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
57
57
|
value?: number | undefined;
|
58
58
|
min?: number | undefined;
|
59
59
|
max?: number | undefined;
|
@@ -78,4 +78,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
78
78
|
} & {
|
79
79
|
segmentation?: string | undefined;
|
80
80
|
inputBackgroundType?: string | undefined;
|
81
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
81
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.config = void 0;
|
7
7
|
var _emotion = /*#__PURE__*/require("@salutejs/plasma-new-hope/emotion");
|
8
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
|
8
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21;
|
9
9
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
10
10
|
var config = exports.config = {
|
11
11
|
defaults: {
|
@@ -18,14 +18,32 @@ var config = exports.config = {
|
|
18
18
|
},
|
19
19
|
size: {
|
20
20
|
// TODO: #1044 токены типографики в Avatar
|
21
|
-
xxl: /*#__PURE__*/(0, _emotion.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 6.25rem;\n ", ": 2rem;\n ", ": 600;\n ", ": 2rem;\n ", ": 0.75rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
22
|
-
l: /*#__PURE__*/(0, _emotion.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 600;\n ", ": 1.25rem;\n ", ": 0.5rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
23
|
-
m: /*#__PURE__*/(0, _emotion.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.25rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.5rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
24
|
-
s: /*#__PURE__*/(0, _emotion.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 600;\n ", ": 0.5rem;\n ", ": 0.375rem;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize),
|
21
|
+
xxl: /*#__PURE__*/(0, _emotion.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 6.25rem;\n ", ": 2rem;\n ", ": 600;\n ", ": 2rem;\n ", ": 0.75rem;\n\n ", ": 0.5rem;\n ", ": 1.75rem;\n ", ": 0 0.688rem;\n ", ": 0 0.375rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": -0.063rem;\n ", ": 0.25rem;\n\n ", ": 0.25rem;\n ", ": -0.063rem;\n ", ": 1.25rem;\n\n ", ": 1rem;\n ", ": 1.75rem;\n ", ": 0 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize, _emotion.avatarTokens.badgeBorderRadius, _emotion.avatarTokens.badgeHeight, _emotion.avatarTokens.badgePadding, _emotion.avatarTokens.badgePaddingIconOnly, _emotion.avatarTokens.badgeFontFamily, _emotion.avatarTokens.badgeFontSize, _emotion.avatarTokens.badgeFontStyle, _emotion.avatarTokens.badgeFontWeight, _emotion.avatarTokens.badgeLetterSpacing, _emotion.avatarTokens.badgeLineHeight, _emotion.avatarTokens.badgeLeftContentMarginLeft, _emotion.avatarTokens.badgeLeftContentMarginRight, _emotion.avatarTokens.badgeRightContentMarginLeft, _emotion.avatarTokens.badgeRightContentMarginRight, _emotion.avatarTokens.badgePilledBorderRadius, _emotion.avatarTokens.counterBorderRadius, _emotion.avatarTokens.counterHeight, _emotion.avatarTokens.counterPadding, _emotion.avatarTokens.counterFontFamily, _emotion.avatarTokens.counterFontSize, _emotion.avatarTokens.counterFontStyle, _emotion.avatarTokens.counterFontWeight, _emotion.avatarTokens.counterLetterSpacing, _emotion.avatarTokens.counterLineHeight),
|
22
|
+
l: /*#__PURE__*/(0, _emotion.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 600;\n ", ": 1.25rem;\n ", ": 0.5rem;\n\n ", ": 2;\n\n ", ": 0.375rem;\n ", ": 1.25rem;\n ", ": 0 0.438rem;\n ", ": 0 0.25rem;\n\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n\n ", ": -0.063rem;\n ", ": 0.125rem;\n\n ", ": 0.125rem;\n ", ": -0.063rem;\n ", ": 1.25rem;\n\n ", ": 1rem;\n ", ": 1.25rem;\n ", ": 0 0.375rem;\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize, _emotion.avatarTokens.extraPlacementFactor, _emotion.avatarTokens.badgeBorderRadius, _emotion.avatarTokens.badgeHeight, _emotion.avatarTokens.badgePadding, _emotion.avatarTokens.badgePaddingIconOnly, _emotion.avatarTokens.badgeFontFamily, _emotion.avatarTokens.badgeFontSize, _emotion.avatarTokens.badgeFontStyle, _emotion.avatarTokens.badgeFontWeight, _emotion.avatarTokens.badgeLetterSpacing, _emotion.avatarTokens.badgeLineHeight, _emotion.avatarTokens.badgeLeftContentMarginLeft, _emotion.avatarTokens.badgeLeftContentMarginRight, _emotion.avatarTokens.badgeRightContentMarginLeft, _emotion.avatarTokens.badgeRightContentMarginRight, _emotion.avatarTokens.badgePilledBorderRadius, _emotion.avatarTokens.counterBorderRadius, _emotion.avatarTokens.counterHeight, _emotion.avatarTokens.counterPadding, _emotion.avatarTokens.counterFontFamily, _emotion.avatarTokens.counterFontSize, _emotion.avatarTokens.counterFontStyle, _emotion.avatarTokens.counterFontWeight, _emotion.avatarTokens.counterLetterSpacing, _emotion.avatarTokens.counterLineHeight),
|
23
|
+
m: /*#__PURE__*/(0, _emotion.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 2.25rem;\n ", ": 0.875rem;\n ", ": 600;\n ", ": 0.875rem;\n ", ": 0.5rem;\n\n ", ": 2;\n\n ", ": 0.25rem;\n ", ": 1rem;\n ", ": 0 0.25rem;\n ", ": 0 0.188rem;\n\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n\n ", ": -0.063rem;\n ", ": 0.125rem;\n\n ", ": 0.125rem;\n ", ": -0.063rem;\n ", ": 1.25rem;\n\n ", ": 1rem;\n ", ": 1rem;\n ", ": 0 0.25rem;\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize, _emotion.avatarTokens.extraPlacementFactor, _emotion.avatarTokens.badgeBorderRadius, _emotion.avatarTokens.badgeHeight, _emotion.avatarTokens.badgePadding, _emotion.avatarTokens.badgePaddingIconOnly, _emotion.avatarTokens.badgeFontFamily, _emotion.avatarTokens.badgeFontSize, _emotion.avatarTokens.badgeFontStyle, _emotion.avatarTokens.badgeFontWeight, _emotion.avatarTokens.badgeLetterSpacing, _emotion.avatarTokens.badgeLineHeight, _emotion.avatarTokens.badgeLeftContentMarginLeft, _emotion.avatarTokens.badgeLeftContentMarginRight, _emotion.avatarTokens.badgeRightContentMarginLeft, _emotion.avatarTokens.badgeRightContentMarginRight, _emotion.avatarTokens.badgePilledBorderRadius, _emotion.avatarTokens.counterBorderRadius, _emotion.avatarTokens.counterHeight, _emotion.avatarTokens.counterPadding, _emotion.avatarTokens.counterFontFamily, _emotion.avatarTokens.counterFontSize, _emotion.avatarTokens.counterFontStyle, _emotion.avatarTokens.counterFontWeight, _emotion.avatarTokens.counterLetterSpacing, _emotion.avatarTokens.counterLineHeight),
|
24
|
+
s: /*#__PURE__*/(0, _emotion.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 600;\n ", ": 0.5rem;\n ", ": 0.375rem;\n\n ", ": 1;\n\n ", ": 1rem;\n ", ": 0.75rem;\n ", ": 0 0.125rem;\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize, _emotion.avatarTokens.extraPlacementFactor, _emotion.avatarTokens.counterBorderRadius, _emotion.avatarTokens.counterHeight, _emotion.avatarTokens.counterPadding, _emotion.avatarTokens.counterFontFamily, _emotion.avatarTokens.counterFontSize, _emotion.avatarTokens.counterFontStyle, _emotion.avatarTokens.counterFontWeight, _emotion.avatarTokens.counterLetterSpacing, _emotion.avatarTokens.counterLineHeight),
|
25
25
|
fit: /*#__PURE__*/(0, _emotion.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n ", ": 0;\n "])), _emotion.avatarTokens.avatarSize, _emotion.avatarTokens.fontSize, _emotion.avatarTokens.fontWeight, _emotion.avatarTokens.lineHeight, _emotion.avatarTokens.statusIconSize)
|
26
26
|
},
|
27
27
|
focused: {
|
28
28
|
"true": /*#__PURE__*/(0, _emotion.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.1rem;\n ", ": -0.2rem;\n ", ": var(--surface-accent);\n "])), _emotion.avatarTokens.outlineSize, _emotion.avatarTokens.outlineOffset, _emotion.avatarTokens.outlineColor)
|
29
|
+
},
|
30
|
+
badgeView: {
|
31
|
+
"default": /*#__PURE__*/(0, _emotion.css)(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default);\n\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear),
|
32
|
+
accent: /*#__PURE__*/(0, _emotion.css)(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-accent);\n ", ": var(--surface-transparent-accent);\n\n ", ": var(--text-accent);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear),
|
33
|
+
positive: /*#__PURE__*/(0, _emotion.css)(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive);\n\n ", ": var(--text-positive);\n ", ": var(--surface-transparent-positive);\n\n ", ": var(--text-positive);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear),
|
34
|
+
warning: /*#__PURE__*/(0, _emotion.css)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning);\n\n ", ": var(--text-warning);\n ", ": var(--surface-transparent-warning);\n\n ", ": var(--text-warning);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear),
|
35
|
+
negative: /*#__PURE__*/(0, _emotion.css)(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative);\n\n ", ": var(--text-negative);\n ", ": var(--surface-transparent-negative);\n\n ", ": var(--text-negative);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear),
|
36
|
+
dark: /*#__PURE__*/(0, _emotion.css)(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default);\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-transparent-deep);\n\n ", ": var(--on-light-text-primary);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear),
|
37
|
+
light: /*#__PURE__*/(0, _emotion.css)(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default);\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-surface-transparent-card);\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-clear);\n "])), _emotion.avatarTokens.badgeColor, _emotion.avatarTokens.badgeBackground, _emotion.avatarTokens.badgeColorTransparent, _emotion.avatarTokens.badgeBackgroundTransparent, _emotion.avatarTokens.badgeColorClear, _emotion.avatarTokens.badgeBackgroundClear)
|
38
|
+
},
|
39
|
+
counterView: {
|
40
|
+
"default": /*#__PURE__*/(0, _emotion.css)(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground),
|
41
|
+
accent: /*#__PURE__*/(0, _emotion.css)(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground),
|
42
|
+
positive: /*#__PURE__*/(0, _emotion.css)(_templateObject17 || (_templateObject17 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground),
|
43
|
+
warning: /*#__PURE__*/(0, _emotion.css)(_templateObject18 || (_templateObject18 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground),
|
44
|
+
negative: /*#__PURE__*/(0, _emotion.css)(_templateObject19 || (_templateObject19 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground),
|
45
|
+
dark: /*#__PURE__*/(0, _emotion.css)(_templateObject20 || (_templateObject20 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground),
|
46
|
+
light: /*#__PURE__*/(0, _emotion.css)(_templateObject21 || (_templateObject21 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default);\n "])), _emotion.avatarTokens.counterColor, _emotion.avatarTokens.counterBackground)
|
29
47
|
}
|
30
48
|
}
|
31
49
|
};
|