@salutejs/sdds-serv 0.323.0-canary.2239.17794430722.0 → 0.323.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/components/Attach/Attach.config.js +1 -1
- package/components/Attach/Attach.config.js.map +1 -1
- package/components/Attach/{Attach.config_ld8c4j.css → Attach.config_18v389v.css} +4 -4
- package/components/Attach/Attach.css +16 -16
- package/components/Avatar/Avatar.config.d.ts +4 -2
- package/components/Avatar/Avatar.config.js +20 -18
- package/components/Avatar/Avatar.config.js.map +1 -1
- package/components/Avatar/Avatar.config_1gwq5ql.css +22 -0
- package/components/Avatar/Avatar.css +22 -21
- package/components/Avatar/Avatar.d.ts +13 -6
- package/components/Drawer/Drawer.d.ts +1 -0
- package/components/Skeleton/LineSkeleton.config.d.ts +5 -0
- package/components/Skeleton/LineSkeleton.config.js +24 -19
- package/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/components/Skeleton/LineSkeleton.config_1sqmb2e.css +19 -0
- package/components/Skeleton/Skeleton.css +19 -17
- package/components/Skeleton/Skeleton.d.ts +8 -0
- package/emotion/cjs/components/Attach/Attach.config.js +8 -4
- package/emotion/cjs/components/Avatar/Avatar.config.js +80 -55
- package/emotion/cjs/components/Skeleton/LineSkeleton.config.js +76 -51
- package/emotion/es/components/Attach/Attach.config.js +8 -4
- package/emotion/es/components/Avatar/Avatar.config.js +80 -55
- package/emotion/es/components/Skeleton/LineSkeleton.config.js +76 -51
- package/es/components/Attach/Attach.config.js +1 -1
- package/es/components/Attach/Attach.config.js.map +1 -1
- package/es/components/Attach/{Attach.config_ld8c4j.css → Attach.config_18v389v.css} +4 -4
- package/es/components/Attach/Attach.css +16 -16
- package/es/components/Avatar/Avatar.config.js +20 -18
- package/es/components/Avatar/Avatar.config.js.map +1 -1
- package/es/components/Avatar/Avatar.config_1gwq5ql.css +22 -0
- package/es/components/Avatar/Avatar.css +22 -21
- package/es/components/Skeleton/LineSkeleton.config.js +24 -19
- package/es/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton.config_1sqmb2e.css +19 -0
- package/es/components/Skeleton/Skeleton.css +19 -17
- package/es/index.css +57 -54
- package/package.json +7 -7
- package/styled-components/cjs/components/Attach/Attach.config.js +8 -4
- package/styled-components/cjs/components/Avatar/Avatar.config.js +80 -55
- package/styled-components/cjs/components/Skeleton/LineSkeleton.config.js +76 -51
- package/styled-components/es/components/Attach/Attach.config.js +8 -4
- package/styled-components/es/components/Avatar/Avatar.config.js +80 -55
- package/styled-components/es/components/Skeleton/LineSkeleton.config.js +76 -51
- package/components/Avatar/Avatar.config_1buqzeq.css +0 -21
- package/components/Skeleton/LineSkeleton.config_10dcgps.css +0 -17
- package/es/components/Avatar/Avatar.config_1buqzeq.css +0 -21
- package/es/components/Skeleton/LineSkeleton.config_10dcgps.css +0 -17
@@ -11,8 +11,7 @@ function _tagged_template_literal(strings, raw) {
|
|
11
11
|
function _templateObject() {
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
|
-
": var(--plasma-
|
15
|
-
": var(--plasma-typo-body-l-font-size);\n "
|
14
|
+
": var(--plasma-colors-skeleton-gradient, var(--surface-skeleton-gradient));\n "
|
16
15
|
]);
|
17
16
|
_templateObject = function _templateObject() {
|
18
17
|
return data;
|
@@ -22,8 +21,7 @@ function _templateObject() {
|
|
22
21
|
function _templateObject1() {
|
23
22
|
var data = _tagged_template_literal([
|
24
23
|
"\n ",
|
25
|
-
": var(--plasma-
|
26
|
-
": var(--plasma-typo-body-m-font-size);\n "
|
24
|
+
": var(--plasma-colors-skeleton-gradient-lighter, var(--surface-skeleton-deep-gradient));\n "
|
27
25
|
]);
|
28
26
|
_templateObject1 = function _templateObject() {
|
29
27
|
return data;
|
@@ -33,8 +31,8 @@ function _templateObject1() {
|
|
33
31
|
function _templateObject2() {
|
34
32
|
var data = _tagged_template_literal([
|
35
33
|
"\n ",
|
36
|
-
": var(--plasma-typo-body-
|
37
|
-
": var(--plasma-typo-body-
|
34
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
35
|
+
": var(--plasma-typo-body-l-font-size);\n "
|
38
36
|
]);
|
39
37
|
_templateObject2 = function _templateObject() {
|
40
38
|
return data;
|
@@ -44,8 +42,8 @@ function _templateObject2() {
|
|
44
42
|
function _templateObject3() {
|
45
43
|
var data = _tagged_template_literal([
|
46
44
|
"\n ",
|
47
|
-
": var(--plasma-typo-body-
|
48
|
-
": var(--plasma-typo-body-
|
45
|
+
": var(--plasma-typo-body-m-line-height);\n ",
|
46
|
+
": var(--plasma-typo-body-m-font-size);\n "
|
49
47
|
]);
|
50
48
|
_templateObject3 = function _templateObject() {
|
51
49
|
return data;
|
@@ -55,8 +53,8 @@ function _templateObject3() {
|
|
55
53
|
function _templateObject4() {
|
56
54
|
var data = _tagged_template_literal([
|
57
55
|
"\n ",
|
58
|
-
": var(--plasma-typo-body-
|
59
|
-
": var(--plasma-typo-body-
|
56
|
+
": var(--plasma-typo-body-s-line-height);\n ",
|
57
|
+
": var(--plasma-typo-body-s-font-size);\n "
|
60
58
|
]);
|
61
59
|
_templateObject4 = function _templateObject() {
|
62
60
|
return data;
|
@@ -66,8 +64,8 @@ function _templateObject4() {
|
|
66
64
|
function _templateObject5() {
|
67
65
|
var data = _tagged_template_literal([
|
68
66
|
"\n ",
|
69
|
-
": var(--plasma-typo-
|
70
|
-
": var(--plasma-typo-
|
67
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
68
|
+
": var(--plasma-typo-body-xs-font-size);\n "
|
71
69
|
]);
|
72
70
|
_templateObject5 = function _templateObject() {
|
73
71
|
return data;
|
@@ -77,8 +75,8 @@ function _templateObject5() {
|
|
77
75
|
function _templateObject6() {
|
78
76
|
var data = _tagged_template_literal([
|
79
77
|
"\n ",
|
80
|
-
": var(--plasma-typo-
|
81
|
-
": var(--plasma-typo-
|
78
|
+
": var(--plasma-typo-body-xxs-line-height);\n ",
|
79
|
+
": var(--plasma-typo-body-xxs-font-size);\n "
|
82
80
|
]);
|
83
81
|
_templateObject6 = function _templateObject() {
|
84
82
|
return data;
|
@@ -88,8 +86,8 @@ function _templateObject6() {
|
|
88
86
|
function _templateObject7() {
|
89
87
|
var data = _tagged_template_literal([
|
90
88
|
"\n ",
|
91
|
-
": var(--plasma-typo-dspl-
|
92
|
-
": var(--plasma-typo-dspl-
|
89
|
+
": var(--plasma-typo-dspl-l-line-height);\n ",
|
90
|
+
": var(--plasma-typo-dspl-l-font-size);\n "
|
93
91
|
]);
|
94
92
|
_templateObject7 = function _templateObject() {
|
95
93
|
return data;
|
@@ -99,8 +97,8 @@ function _templateObject7() {
|
|
99
97
|
function _templateObject8() {
|
100
98
|
var data = _tagged_template_literal([
|
101
99
|
"\n ",
|
102
|
-
": var(--plasma-typo-
|
103
|
-
": var(--plasma-typo-
|
100
|
+
": var(--plasma-typo-dspl-m-line-height);\n ",
|
101
|
+
": var(--plasma-typo-dspl-m-font-size);\n "
|
104
102
|
]);
|
105
103
|
_templateObject8 = function _templateObject() {
|
106
104
|
return data;
|
@@ -110,8 +108,8 @@ function _templateObject8() {
|
|
110
108
|
function _templateObject9() {
|
111
109
|
var data = _tagged_template_literal([
|
112
110
|
"\n ",
|
113
|
-
": var(--plasma-typo-
|
114
|
-
": var(--plasma-typo-
|
111
|
+
": var(--plasma-typo-dspl-s-line-height);\n ",
|
112
|
+
": var(--plasma-typo-dspl-s-font-size);\n "
|
115
113
|
]);
|
116
114
|
_templateObject9 = function _templateObject() {
|
117
115
|
return data;
|
@@ -121,8 +119,8 @@ function _templateObject9() {
|
|
121
119
|
function _templateObject10() {
|
122
120
|
var data = _tagged_template_literal([
|
123
121
|
"\n ",
|
124
|
-
": var(--plasma-typo-
|
125
|
-
": var(--plasma-typo-
|
122
|
+
": var(--plasma-typo-h1-line-height);\n ",
|
123
|
+
": var(--plasma-typo-h1-font-size);\n "
|
126
124
|
]);
|
127
125
|
_templateObject10 = function _templateObject() {
|
128
126
|
return data;
|
@@ -132,8 +130,8 @@ function _templateObject10() {
|
|
132
130
|
function _templateObject11() {
|
133
131
|
var data = _tagged_template_literal([
|
134
132
|
"\n ",
|
135
|
-
": var(--plasma-typo-
|
136
|
-
": var(--plasma-typo-
|
133
|
+
": var(--plasma-typo-h2-line-height);\n ",
|
134
|
+
": var(--plasma-typo-h2-font-size);\n "
|
137
135
|
]);
|
138
136
|
_templateObject11 = function _templateObject() {
|
139
137
|
return data;
|
@@ -143,8 +141,8 @@ function _templateObject11() {
|
|
143
141
|
function _templateObject12() {
|
144
142
|
var data = _tagged_template_literal([
|
145
143
|
"\n ",
|
146
|
-
": var(--plasma-typo-
|
147
|
-
": var(--plasma-typo-
|
144
|
+
": var(--plasma-typo-h3-line-height);\n ",
|
145
|
+
": var(--plasma-typo-h3-font-size);\n "
|
148
146
|
]);
|
149
147
|
_templateObject12 = function _templateObject() {
|
150
148
|
return data;
|
@@ -154,8 +152,8 @@ function _templateObject12() {
|
|
154
152
|
function _templateObject13() {
|
155
153
|
var data = _tagged_template_literal([
|
156
154
|
"\n ",
|
157
|
-
": var(--plasma-typo-
|
158
|
-
": var(--plasma-typo-
|
155
|
+
": var(--plasma-typo-h4-line-height);\n ",
|
156
|
+
": var(--plasma-typo-h4-font-size);\n "
|
159
157
|
]);
|
160
158
|
_templateObject13 = function _templateObject() {
|
161
159
|
return data;
|
@@ -165,8 +163,8 @@ function _templateObject13() {
|
|
165
163
|
function _templateObject14() {
|
166
164
|
var data = _tagged_template_literal([
|
167
165
|
"\n ",
|
168
|
-
": var(--plasma-typo-
|
169
|
-
": var(--plasma-typo-
|
166
|
+
": var(--plasma-typo-h5-line-height);\n ",
|
167
|
+
": var(--plasma-typo-h5-font-size);\n "
|
170
168
|
]);
|
171
169
|
_templateObject14 = function _templateObject() {
|
172
170
|
return data;
|
@@ -176,8 +174,8 @@ function _templateObject14() {
|
|
176
174
|
function _templateObject15() {
|
177
175
|
var data = _tagged_template_literal([
|
178
176
|
"\n ",
|
179
|
-
": var(--plasma-typo-text-
|
180
|
-
": var(--plasma-typo-text-
|
177
|
+
": var(--plasma-typo-text-l-line-height);\n ",
|
178
|
+
": var(--plasma-typo-text-l-font-size);\n "
|
181
179
|
]);
|
182
180
|
_templateObject15 = function _templateObject() {
|
183
181
|
return data;
|
@@ -185,12 +183,34 @@ function _templateObject15() {
|
|
185
183
|
return data;
|
186
184
|
}
|
187
185
|
function _templateObject16() {
|
186
|
+
var data = _tagged_template_literal([
|
187
|
+
"\n ",
|
188
|
+
": var(--plasma-typo-text-m-line-height);\n ",
|
189
|
+
": var(--plasma-typo-text-m-font-size);\n "
|
190
|
+
]);
|
191
|
+
_templateObject16 = function _templateObject() {
|
192
|
+
return data;
|
193
|
+
};
|
194
|
+
return data;
|
195
|
+
}
|
196
|
+
function _templateObject17() {
|
197
|
+
var data = _tagged_template_literal([
|
198
|
+
"\n ",
|
199
|
+
": var(--plasma-typo-text-s-line-height);\n ",
|
200
|
+
": var(--plasma-typo-text-s-font-size);\n "
|
201
|
+
]);
|
202
|
+
_templateObject17 = function _templateObject() {
|
203
|
+
return data;
|
204
|
+
};
|
205
|
+
return data;
|
206
|
+
}
|
207
|
+
function _templateObject18() {
|
188
208
|
var data = _tagged_template_literal([
|
189
209
|
"\n ",
|
190
210
|
": var(--plasma-typo-text-xs-line-height);\n ",
|
191
211
|
": var(--plasma-typo-text-xs-font-size);\n "
|
192
212
|
]);
|
193
|
-
|
213
|
+
_templateObject18 = function _templateObject() {
|
194
214
|
return data;
|
195
215
|
};
|
196
216
|
return data;
|
@@ -198,27 +218,32 @@ function _templateObject16() {
|
|
198
218
|
import { css, skeletonTokens } from '@salutejs/plasma-new-hope/styled-components';
|
199
219
|
export var config = {
|
200
220
|
defaults: {
|
201
|
-
size: 'bodyM'
|
221
|
+
size: 'bodyM',
|
222
|
+
view: 'default'
|
202
223
|
},
|
203
224
|
variations: {
|
225
|
+
view: {
|
226
|
+
default: css(_templateObject(), skeletonTokens.gradientColor),
|
227
|
+
lighter: css(_templateObject1(), skeletonTokens.gradientColor)
|
228
|
+
},
|
204
229
|
size: {
|
205
|
-
bodyL: css(
|
206
|
-
bodyM: css(
|
207
|
-
bodyS: css(
|
208
|
-
bodyXS: css(
|
209
|
-
bodyXXS: css(
|
210
|
-
dsplL: css(
|
211
|
-
dsplM: css(
|
212
|
-
dsplS: css(
|
213
|
-
h1: css(
|
214
|
-
h2: css(
|
215
|
-
h3: css(
|
216
|
-
h4: css(
|
217
|
-
h5: css(
|
218
|
-
textL: css(
|
219
|
-
textM: css(
|
220
|
-
textS: css(
|
221
|
-
textXS: css(
|
230
|
+
bodyL: css(_templateObject2(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
231
|
+
bodyM: css(_templateObject3(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
232
|
+
bodyS: css(_templateObject4(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
233
|
+
bodyXS: css(_templateObject5(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
234
|
+
bodyXXS: css(_templateObject6(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
235
|
+
dsplL: css(_templateObject7(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
236
|
+
dsplM: css(_templateObject8(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
237
|
+
dsplS: css(_templateObject9(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
238
|
+
h1: css(_templateObject10(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
239
|
+
h2: css(_templateObject11(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
240
|
+
h3: css(_templateObject12(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
241
|
+
h4: css(_templateObject13(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
242
|
+
h5: css(_templateObject14(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
243
|
+
textL: css(_templateObject15(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
244
|
+
textM: css(_templateObject16(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
245
|
+
textS: css(_templateObject17(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
246
|
+
textXS: css(_templateObject18(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight)
|
222
247
|
}
|
223
248
|
}
|
224
249
|
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
.d1wlf450{--plasma-avatar-color:var(--text-accent-gradient);--plasma-avatar-background:linear-gradient(94deg,rgba(62,121,240,0.2) 6.49%,rgba(39,198,229,0.2) 93.51%);--plasma-avatar-status-online-background:var(--surface-positive);--plasma-avatar-status-offline-background:var(--surface-solid-tertiary);--plasma-avatar-scale-hover:1.02;--plasma-avatar-font-family:var(--plasma-typo-text-font-family);}
|
2
|
-
.x1ntw407{--plasma-avatar-size:6.25rem;--plasma-avatar-font-size:2rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:2rem;--plasma-status-icon-size:0.75rem;--plasma-avatar-extra-badge-border-radius:0.5rem;--plasma-avatar-extra-badge-height:1.75rem;--plasma-avatar-extra-badge-padding:0 0.688rem;--plasma-avatar-extra-badge-padding-icon-only:0 0.375rem;--plasma-avatar-extra-badge-font-family:var(--plasma-typo-body-s-font-family);--plasma-avatar-extra-badge-font-size:var(--plasma-typo-body-s-font-size);--plasma-avatar-extra-badge-font-style:var(--plasma-typo-body-s-font-style);--plasma-avatar-extra-badge-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-avatar-extra-badge-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-avatar-extra-badge-lineheight:var(--plasma-typo-body-s-line-height);--plasma-avatar-extra-badge-left-content-margin-left:-0.063rem;--plasma-avatar-extra-badge-left-content-margin-right:0.25rem;--plasma-avatar-extra-badge-right-content-margin-left:0.25rem;--plasma-avatar-extra-badge-right-content-margin-right:-0.063rem;--plasma-avatar-extra-badge-pilled-border-radius:1.25rem;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:1.75rem;--plasma-avatar-extra-counter-padding:0 0.625rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-s-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-s-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-s-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-s-line-height);}
|
3
|
-
.l3mxzec{--plasma-avatar-size:3rem;--plasma-avatar-font-size:1.25rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:1.25rem;--plasma-status-icon-size:0.5rem;--plasma-avatar-extra-placement-factor:2;--plasma-avatar-extra-badge-border-radius:0.375rem;--plasma-avatar-extra-badge-height:1.25rem;--plasma-avatar-extra-badge-padding:0 0.438rem;--plasma-avatar-extra-badge-padding-icon-only:0 0.25rem;--plasma-avatar-extra-badge-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-badge-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-badge-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-badge-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-badge-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-badge-lineheight:var(--plasma-typo-body-xxs-line-height);--plasma-avatar-extra-badge-left-content-margin-left:-0.063rem;--plasma-avatar-extra-badge-left-content-margin-right:0.125rem;--plasma-avatar-extra-badge-right-content-margin-left:0.125rem;--plasma-avatar-extra-badge-right-content-margin-right:-0.063rem;--plasma-avatar-extra-badge-pilled-border-radius:1.25rem;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:1.25rem;--plasma-avatar-extra-counter-padding:0 0.375rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
4
|
-
.m1tqy9r4{--plasma-avatar-size:2.25rem;--plasma-avatar-font-size:0.875rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:0.875rem;--plasma-status-icon-size:0.5rem;--plasma-avatar-extra-placement-factor:2;--plasma-avatar-extra-badge-border-radius:0.25rem;--plasma-avatar-extra-badge-height:1rem;--plasma-avatar-extra-badge-padding:0 0.25rem;--plasma-avatar-extra-badge-padding-icon-only:0 0.188rem;--plasma-avatar-extra-badge-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-badge-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-badge-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-badge-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-badge-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-badge-lineheight:var(--plasma-typo-body-xxs-line-height);--plasma-avatar-extra-badge-left-content-margin-left:-0.063rem;--plasma-avatar-extra-badge-left-content-margin-right:0.125rem;--plasma-avatar-extra-badge-right-content-margin-left:0.125rem;--plasma-avatar-extra-badge-right-content-margin-right:-0.063rem;--plasma-avatar-extra-badge-pilled-border-radius:1.25rem;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:1rem;--plasma-avatar-extra-counter-padding:0 0.25rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
5
|
-
.s110gq94{--plasma-avatar-size:1.5rem;--plasma-avatar-font-size:0.5rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:0.5rem;--plasma-status-icon-size:0.375rem;--plasma-avatar-extra-placement-factor:1;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:0.75rem;--plasma-avatar-extra-counter-padding:0 0.125rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
6
|
-
.f3cx8li{--plasma-avatar-size:100%;--plasma-avatar-font-size:0;--plasma-avatar-font-weight:0;--plasma-avatar-line-height:0;--plasma-status-icon-size:0;}
|
7
|
-
.t12fbiph{--plasma-avatar-outline-size:0.1rem;--plasma-avatar-outline-offset:-0.2rem;--plasma-avatar-outline-color:var(--surface-accent);}
|
8
|
-
.d1v24dm1{--plasma-avatar-extra-badge-color:var(--inverse-text-primary);--plasma-avatar-extra-badge-background:var(--surface-solid-default);--plasma-avatar-extra-badge-color-transparent:var(--text-primary);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-secondary);--plasma-avatar-extra-badge-color-clear:var(--text-primary);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
9
|
-
.aklmhlm{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-accent);--plasma-avatar-extra-badge-color-transparent:var(--text-accent);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-accent);--plasma-avatar-extra-badge-color-clear:var(--text-accent);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
10
|
-
.pts1qri{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-positive);--plasma-avatar-extra-badge-color-transparent:var(--text-positive);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-positive);--plasma-avatar-extra-badge-color-clear:var(--text-positive);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
11
|
-
.wu8qekr{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-warning);--plasma-avatar-extra-badge-color-transparent:var(--text-warning);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-warning);--plasma-avatar-extra-badge-color-clear:var(--text-warning);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
12
|
-
.nc00x8o{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-negative);--plasma-avatar-extra-badge-color-transparent:var(--text-negative);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-negative);--plasma-avatar-extra-badge-color-clear:var(--text-negative);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
13
|
-
.d4vpurz{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--on-light-surface-solid-default);--plasma-avatar-extra-badge-color-transparent:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background-transparent:var(--on-light-surface-transparent-deep);--plasma-avatar-extra-badge-color-clear:var(--on-light-text-primary);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
14
|
-
.lh713v8{--plasma-avatar-extra-badge-color:var(--on-light-text-primary);--plasma-avatar-extra-badge-background:var(--on-dark-surface-solid-default);--plasma-avatar-extra-badge-color-transparent:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background-transparent:var(--on-dark-surface-transparent-card);--plasma-avatar-extra-badge-color-clear:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
15
|
-
.d18xlm4d{--plasma-avatar-extra-counter-color:var(--inverse-text-primary);--plasma-avatar-extra-counter-background:var(--surface-solid-default);}
|
16
|
-
.a19kwqy5{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-accent);}
|
17
|
-
.p1jpkhmc{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-positive);}
|
18
|
-
.w1rt05zb{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-warning);}
|
19
|
-
.n18uzb5o{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-negative);}
|
20
|
-
.dwmydiz{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--on-light-surface-solid-default);}
|
21
|
-
.l84jq18{--plasma-avatar-extra-counter-color:var(--on-light-text-primary);--plasma-avatar-extra-counter-background:var(--on-dark-surface-solid-default);}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
.b19llrr0{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
|
2
|
-
.bownd2t{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
|
3
|
-
.b1vlwnuz{--plasma-skeleton-line-height:var(--plasma-typo-body-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-s-font-size);}
|
4
|
-
.b72vt9m{--plasma-skeleton-line-height:var(--plasma-typo-body-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xs-font-size);}
|
5
|
-
.b7xroe3{--plasma-skeleton-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xxs-font-size);}
|
6
|
-
.d6j6lo5{--plasma-skeleton-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-l-font-size);}
|
7
|
-
.dvy7k5l{--plasma-skeleton-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-m-font-size);}
|
8
|
-
.d17f8ptj{--plasma-skeleton-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-s-font-size);}
|
9
|
-
.h2hkci6{--plasma-skeleton-line-height:var(--plasma-typo-h1-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h1-font-size);}
|
10
|
-
.hytodi8{--plasma-skeleton-line-height:var(--plasma-typo-h2-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h2-font-size);}
|
11
|
-
.hl0wrbi{--plasma-skeleton-line-height:var(--plasma-typo-h3-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h3-font-size);}
|
12
|
-
.hzwkeo{--plasma-skeleton-line-height:var(--plasma-typo-h4-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h4-font-size);}
|
13
|
-
.hwfajcs{--plasma-skeleton-line-height:var(--plasma-typo-h5-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h5-font-size);}
|
14
|
-
.t1cqdap2{--plasma-skeleton-line-height:var(--plasma-typo-text-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-l-font-size);}
|
15
|
-
.t7a1pe3{--plasma-skeleton-line-height:var(--plasma-typo-text-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-m-font-size);}
|
16
|
-
.tcgpodh{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
|
17
|
-
.t1f4baxc{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
.d1wlf450{--plasma-avatar-color:var(--text-accent-gradient);--plasma-avatar-background:linear-gradient(94deg,rgba(62,121,240,0.2) 6.49%,rgba(39,198,229,0.2) 93.51%);--plasma-avatar-status-online-background:var(--surface-positive);--plasma-avatar-status-offline-background:var(--surface-solid-tertiary);--plasma-avatar-scale-hover:1.02;--plasma-avatar-font-family:var(--plasma-typo-text-font-family);}
|
2
|
-
.x1ntw407{--plasma-avatar-size:6.25rem;--plasma-avatar-font-size:2rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:2rem;--plasma-status-icon-size:0.75rem;--plasma-avatar-extra-badge-border-radius:0.5rem;--plasma-avatar-extra-badge-height:1.75rem;--plasma-avatar-extra-badge-padding:0 0.688rem;--plasma-avatar-extra-badge-padding-icon-only:0 0.375rem;--plasma-avatar-extra-badge-font-family:var(--plasma-typo-body-s-font-family);--plasma-avatar-extra-badge-font-size:var(--plasma-typo-body-s-font-size);--plasma-avatar-extra-badge-font-style:var(--plasma-typo-body-s-font-style);--plasma-avatar-extra-badge-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-avatar-extra-badge-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-avatar-extra-badge-lineheight:var(--plasma-typo-body-s-line-height);--plasma-avatar-extra-badge-left-content-margin-left:-0.063rem;--plasma-avatar-extra-badge-left-content-margin-right:0.25rem;--plasma-avatar-extra-badge-right-content-margin-left:0.25rem;--plasma-avatar-extra-badge-right-content-margin-right:-0.063rem;--plasma-avatar-extra-badge-pilled-border-radius:1.25rem;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:1.75rem;--plasma-avatar-extra-counter-padding:0 0.625rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-s-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-s-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-s-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-s-line-height);}
|
3
|
-
.l3mxzec{--plasma-avatar-size:3rem;--plasma-avatar-font-size:1.25rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:1.25rem;--plasma-status-icon-size:0.5rem;--plasma-avatar-extra-placement-factor:2;--plasma-avatar-extra-badge-border-radius:0.375rem;--plasma-avatar-extra-badge-height:1.25rem;--plasma-avatar-extra-badge-padding:0 0.438rem;--plasma-avatar-extra-badge-padding-icon-only:0 0.25rem;--plasma-avatar-extra-badge-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-badge-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-badge-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-badge-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-badge-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-badge-lineheight:var(--plasma-typo-body-xxs-line-height);--plasma-avatar-extra-badge-left-content-margin-left:-0.063rem;--plasma-avatar-extra-badge-left-content-margin-right:0.125rem;--plasma-avatar-extra-badge-right-content-margin-left:0.125rem;--plasma-avatar-extra-badge-right-content-margin-right:-0.063rem;--plasma-avatar-extra-badge-pilled-border-radius:1.25rem;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:1.25rem;--plasma-avatar-extra-counter-padding:0 0.375rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
4
|
-
.m1tqy9r4{--plasma-avatar-size:2.25rem;--plasma-avatar-font-size:0.875rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:0.875rem;--plasma-status-icon-size:0.5rem;--plasma-avatar-extra-placement-factor:2;--plasma-avatar-extra-badge-border-radius:0.25rem;--plasma-avatar-extra-badge-height:1rem;--plasma-avatar-extra-badge-padding:0 0.25rem;--plasma-avatar-extra-badge-padding-icon-only:0 0.188rem;--plasma-avatar-extra-badge-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-badge-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-badge-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-badge-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-badge-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-badge-lineheight:var(--plasma-typo-body-xxs-line-height);--plasma-avatar-extra-badge-left-content-margin-left:-0.063rem;--plasma-avatar-extra-badge-left-content-margin-right:0.125rem;--plasma-avatar-extra-badge-right-content-margin-left:0.125rem;--plasma-avatar-extra-badge-right-content-margin-right:-0.063rem;--plasma-avatar-extra-badge-pilled-border-radius:1.25rem;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:1rem;--plasma-avatar-extra-counter-padding:0 0.25rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
5
|
-
.s110gq94{--plasma-avatar-size:1.5rem;--plasma-avatar-font-size:0.5rem;--plasma-avatar-font-weight:600;--plasma-avatar-line-height:0.5rem;--plasma-status-icon-size:0.375rem;--plasma-avatar-extra-placement-factor:1;--plasma-avatar-extra-counter-border-radius:1rem;--plasma-avatar-extra-counter-height:0.75rem;--plasma-avatar-extra-counter-padding:0 0.125rem;--plasma-avatar-extra-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-avatar-extra-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-avatar-extra-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-avatar-extra-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-avatar-extra-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-avatar-extra-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
6
|
-
.f3cx8li{--plasma-avatar-size:100%;--plasma-avatar-font-size:0;--plasma-avatar-font-weight:0;--plasma-avatar-line-height:0;--plasma-status-icon-size:0;}
|
7
|
-
.t12fbiph{--plasma-avatar-outline-size:0.1rem;--plasma-avatar-outline-offset:-0.2rem;--plasma-avatar-outline-color:var(--surface-accent);}
|
8
|
-
.d1v24dm1{--plasma-avatar-extra-badge-color:var(--inverse-text-primary);--plasma-avatar-extra-badge-background:var(--surface-solid-default);--plasma-avatar-extra-badge-color-transparent:var(--text-primary);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-secondary);--plasma-avatar-extra-badge-color-clear:var(--text-primary);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
9
|
-
.aklmhlm{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-accent);--plasma-avatar-extra-badge-color-transparent:var(--text-accent);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-accent);--plasma-avatar-extra-badge-color-clear:var(--text-accent);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
10
|
-
.pts1qri{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-positive);--plasma-avatar-extra-badge-color-transparent:var(--text-positive);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-positive);--plasma-avatar-extra-badge-color-clear:var(--text-positive);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
11
|
-
.wu8qekr{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-warning);--plasma-avatar-extra-badge-color-transparent:var(--text-warning);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-warning);--plasma-avatar-extra-badge-color-clear:var(--text-warning);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
12
|
-
.nc00x8o{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--surface-negative);--plasma-avatar-extra-badge-color-transparent:var(--text-negative);--plasma-avatar-extra-badge-background-transparent:var(--surface-transparent-negative);--plasma-avatar-extra-badge-color-clear:var(--text-negative);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
13
|
-
.d4vpurz{--plasma-avatar-extra-badge-color:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background:var(--on-light-surface-solid-default);--plasma-avatar-extra-badge-color-transparent:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background-transparent:var(--on-light-surface-transparent-deep);--plasma-avatar-extra-badge-color-clear:var(--on-light-text-primary);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
14
|
-
.lh713v8{--plasma-avatar-extra-badge-color:var(--on-light-text-primary);--plasma-avatar-extra-badge-background:var(--on-dark-surface-solid-default);--plasma-avatar-extra-badge-color-transparent:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background-transparent:var(--on-dark-surface-transparent-card);--plasma-avatar-extra-badge-color-clear:var(--on-dark-text-primary);--plasma-avatar-extra-badge-background-clear:var(--surface-clear);}
|
15
|
-
.d18xlm4d{--plasma-avatar-extra-counter-color:var(--inverse-text-primary);--plasma-avatar-extra-counter-background:var(--surface-solid-default);}
|
16
|
-
.a19kwqy5{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-accent);}
|
17
|
-
.p1jpkhmc{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-positive);}
|
18
|
-
.w1rt05zb{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-warning);}
|
19
|
-
.n18uzb5o{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--surface-negative);}
|
20
|
-
.dwmydiz{--plasma-avatar-extra-counter-color:var(--on-dark-text-primary);--plasma-avatar-extra-counter-background:var(--on-light-surface-solid-default);}
|
21
|
-
.l84jq18{--plasma-avatar-extra-counter-color:var(--on-light-text-primary);--plasma-avatar-extra-counter-background:var(--on-dark-surface-solid-default);}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
.b19llrr0{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
|
2
|
-
.bownd2t{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
|
3
|
-
.b1vlwnuz{--plasma-skeleton-line-height:var(--plasma-typo-body-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-s-font-size);}
|
4
|
-
.b72vt9m{--plasma-skeleton-line-height:var(--plasma-typo-body-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xs-font-size);}
|
5
|
-
.b7xroe3{--plasma-skeleton-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xxs-font-size);}
|
6
|
-
.d6j6lo5{--plasma-skeleton-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-l-font-size);}
|
7
|
-
.dvy7k5l{--plasma-skeleton-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-m-font-size);}
|
8
|
-
.d17f8ptj{--plasma-skeleton-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-s-font-size);}
|
9
|
-
.h2hkci6{--plasma-skeleton-line-height:var(--plasma-typo-h1-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h1-font-size);}
|
10
|
-
.hytodi8{--plasma-skeleton-line-height:var(--plasma-typo-h2-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h2-font-size);}
|
11
|
-
.hl0wrbi{--plasma-skeleton-line-height:var(--plasma-typo-h3-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h3-font-size);}
|
12
|
-
.hzwkeo{--plasma-skeleton-line-height:var(--plasma-typo-h4-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h4-font-size);}
|
13
|
-
.hwfajcs{--plasma-skeleton-line-height:var(--plasma-typo-h5-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h5-font-size);}
|
14
|
-
.t1cqdap2{--plasma-skeleton-line-height:var(--plasma-typo-text-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-l-font-size);}
|
15
|
-
.t7a1pe3{--plasma-skeleton-line-height:var(--plasma-typo-text-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-m-font-size);}
|
16
|
-
.tcgpodh{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
|
17
|
-
.t1f4baxc{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
|