@salutejs/sdds-crm 0.332.0-canary.2423.21063972668.0 → 0.332.0-canary.2424.21064436356.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/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1mwv6xj.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +15 -13
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_15pj795.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +26 -24
- package/dist/css/cjs/components/TextArea/TextArea.config.js +25 -17
- package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config_1lkwlz6.css +16 -0
- package/dist/css/cjs/components/TextArea/TextArea.css +15 -28
- package/dist/css/cjs/components/TextArea/TextArea.js +6 -13
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/cjs/index.css +43 -54
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_1mwv6xj.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.config.js +15 -13
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_15pj795.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +26 -24
- package/dist/css/es/components/TextArea/TextArea.config.js +25 -17
- package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.config_1lkwlz6.css +16 -0
- package/dist/css/es/components/TextArea/TextArea.css +15 -28
- package/dist/css/es/components/TextArea/TextArea.js +8 -13
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/index.css +43 -54
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +272 -80
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +422 -343
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +5 -27
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +272 -80
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +423 -344
- package/dist/styled-components/es/components/TextArea/TextArea.js +5 -14
- package/package.json +7 -7
- package/types/components/DatePicker/DatePicker.clear.config.d.ts +1 -0
- package/types/components/DatePicker/DatePicker.config.d.ts +2 -0
- package/types/components/DatePicker/DatePicker.d.ts +13 -3
- package/types/components/TextArea/TextArea.config.d.ts +15 -7
- package/types/components/TextArea/TextArea.d.ts +15 -1045
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.config_16amete.css +0 -12
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +0 -43
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/cjs/components/TextArea/TextArea.clear.config_7rsm4h.css +0 -14
- package/dist/css/cjs/components/TextArea/TextArea.config_8hqpj3.css +0 -14
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
- package/dist/css/es/components/DatePicker/DatePicker.config_16amete.css +0 -12
- package/dist/css/es/components/TextArea/TextArea.clear.config.js +0 -39
- package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/es/components/TextArea/TextArea.clear.config_7rsm4h.css +0 -14
- package/dist/css/es/components/TextArea/TextArea.config_8hqpj3.css +0 -14
- package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +0 -631
- package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +0 -621
- package/types/components/TextArea/TextArea.clear.config.d.ts +0 -35
|
@@ -9,224 +9,65 @@ function _tagged_template_literal(strings, raw) {
|
|
|
9
9
|
}));
|
|
10
10
|
}
|
|
11
11
|
function _templateObject() {
|
|
12
|
-
var data = _tagged_template_literal([
|
|
13
|
-
"\n ",
|
|
14
|
-
": var(--surface-transparent-primary);\n ",
|
|
15
|
-
": var(--surface-transparent-primary-hover);\n ",
|
|
16
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
17
|
-
": var(--surface-transparent-secondary);\n\n ",
|
|
18
|
-
": var(--surface-transparent-primary);\n ",
|
|
19
|
-
": var(--surface-transparent-primary-hover);\n ",
|
|
20
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
21
|
-
": var(--surface-transparent-secondary);\n\n ",
|
|
22
|
-
": var(--text-primary);\n ",
|
|
23
|
-
": var(--text-primary);\n ",
|
|
24
|
-
": var(--text-accent);\n\n ",
|
|
25
|
-
": var(--text-secondary);\n ",
|
|
26
|
-
": var(--text-tertiary);\n\n ",
|
|
27
|
-
": var(--text-secondary);\n ",
|
|
28
|
-
": var(--text-secondary);\n\n ",
|
|
29
|
-
": var(--text-secondary);\n ",
|
|
30
|
-
": var(--text-secondary-hover);\n ",
|
|
31
|
-
": var(--text-secondary-active);\n\n ",
|
|
32
|
-
": var(--surface-negative);\n ",
|
|
33
|
-
": var(--text-tertiary);\n\n ",
|
|
34
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
35
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
36
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
37
|
-
": var(--surface-transparent-primary);\n ",
|
|
38
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
39
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
40
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
41
|
-
": var(--text-secondary);\n ",
|
|
42
|
-
": var(--surface-accent);\n ",
|
|
43
|
-
": var(--text-secondary);\n ",
|
|
44
|
-
": var(--text-secondary);\n ",
|
|
45
|
-
": var(--text-secondary);\n "
|
|
46
|
-
]);
|
|
47
|
-
_templateObject = function _templateObject() {
|
|
48
|
-
return data;
|
|
49
|
-
};
|
|
50
|
-
return data;
|
|
51
|
-
}
|
|
52
|
-
function _templateObject1() {
|
|
53
|
-
var data = _tagged_template_literal([
|
|
54
|
-
"\n ",
|
|
55
|
-
": var(--surface-transparent-positive);\n ",
|
|
56
|
-
": var(--surface-transparent-positive-hover);\n ",
|
|
57
|
-
": var(--surface-transparent-positive-active);\n ",
|
|
58
|
-
": var(--surface-transparent-positive);\n\n ",
|
|
59
|
-
": var(--surface-transparent-positive);\n ",
|
|
60
|
-
": var(--surface-transparent-positive-hover);\n ",
|
|
61
|
-
": var(--surface-transparent-positive-active);\n ",
|
|
62
|
-
": var(--surface-transparent-positive);\n\n ",
|
|
63
|
-
": var(--text-primary);\n ",
|
|
64
|
-
": var(--text-primary);\n ",
|
|
65
|
-
": var(--text-positive);\n\n ",
|
|
66
|
-
": var(--text-secondary);\n ",
|
|
67
|
-
": var(--text-tertiary);\n\n ",
|
|
68
|
-
": var(--text-positive);\n ",
|
|
69
|
-
": var(--text-secondary);\n\n ",
|
|
70
|
-
": var(--text-secondary);\n ",
|
|
71
|
-
": var(--text-secondary-hover);\n ",
|
|
72
|
-
": var(--text-secondary-active);\n\n ",
|
|
73
|
-
": var(--surface-negative);\n ",
|
|
74
|
-
": var(--text-tertiary);\n\n ",
|
|
75
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
76
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
77
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
78
|
-
": var(--surface-transparent-primary);\n ",
|
|
79
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
80
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
81
|
-
": var(--surface-positive);\n ",
|
|
82
|
-
": var(--surface-positive);\n ",
|
|
83
|
-
": var(--surface-accent);\n ",
|
|
84
|
-
": var(--text-secondary);\n ",
|
|
85
|
-
": var(--text-secondary);\n ",
|
|
86
|
-
": var(--text-secondary);\n "
|
|
87
|
-
]);
|
|
88
|
-
_templateObject1 = function _templateObject() {
|
|
89
|
-
return data;
|
|
90
|
-
};
|
|
91
|
-
return data;
|
|
92
|
-
}
|
|
93
|
-
function _templateObject2() {
|
|
94
|
-
var data = _tagged_template_literal([
|
|
95
|
-
"\n ",
|
|
96
|
-
": var(--surface-transparent-warning);\n ",
|
|
97
|
-
": var(--surface-transparent-warning-hover);\n ",
|
|
98
|
-
": var(--surface-transparent-warning-active);\n ",
|
|
99
|
-
": var(--surface-transparent-warning);\n\n ",
|
|
100
|
-
": var(--surface-transparent-warning);\n ",
|
|
101
|
-
": var(--surface-transparent-warning-hover);\n ",
|
|
102
|
-
": var(--surface-transparent-warning-active);\n ",
|
|
103
|
-
": var(--surface-transparent-warning);\n\n ",
|
|
104
|
-
": var(--text-primary);\n ",
|
|
105
|
-
": var(--text-primary);\n ",
|
|
106
|
-
": var(--text-warning);\n\n ",
|
|
107
|
-
": var(--text-secondary);\n ",
|
|
108
|
-
": var(--text-tertiary);\n\n ",
|
|
109
|
-
": var(--text-warning);\n ",
|
|
110
|
-
": var(--text-secondary);\n\n ",
|
|
111
|
-
": var(--text-secondary);\n ",
|
|
112
|
-
": var(--text-secondary-hover);\n ",
|
|
113
|
-
": var(--text-secondary-active);\n\n ",
|
|
114
|
-
": var(--surface-negative);\n ",
|
|
115
|
-
": var(--text-tertiary);\n\n ",
|
|
116
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
117
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
118
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
119
|
-
": var(--surface-transparent-primary);\n ",
|
|
120
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
121
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
122
|
-
": var(--surface-warning);\n ",
|
|
123
|
-
": var(--surface-warning);\n ",
|
|
124
|
-
": var(--surface-accent);\n ",
|
|
125
|
-
": var(--text-secondary);\n ",
|
|
126
|
-
": var(--text-secondary);\n ",
|
|
127
|
-
": var(--text-secondary);\n "
|
|
128
|
-
]);
|
|
129
|
-
_templateObject2 = function _templateObject() {
|
|
130
|
-
return data;
|
|
131
|
-
};
|
|
132
|
-
return data;
|
|
133
|
-
}
|
|
134
|
-
function _templateObject3() {
|
|
135
|
-
var data = _tagged_template_literal([
|
|
136
|
-
"\n ",
|
|
137
|
-
": var(--surface-transparent-negative);\n ",
|
|
138
|
-
": var(--surface-transparent-negative-hover);\n ",
|
|
139
|
-
": var(--surface-transparent-negative-active);\n ",
|
|
140
|
-
": var(--surface-transparent-negative);\n\n ",
|
|
141
|
-
": var(--surface-transparent-negative);\n ",
|
|
142
|
-
": var(--surface-transparent-negative-hover);\n ",
|
|
143
|
-
": var(--surface-transparent-negative-active);\n ",
|
|
144
|
-
": var(--surface-transparent-negative);\n\n ",
|
|
145
|
-
": var(--text-primary);\n ",
|
|
146
|
-
": var(--text-primary);\n ",
|
|
147
|
-
": var(--text-negative);\n\n ",
|
|
148
|
-
": var(--text-secondary);\n ",
|
|
149
|
-
": var(--text-tertiary);\n\n ",
|
|
150
|
-
": var(--text-negative);\n ",
|
|
151
|
-
": var(--text-secondary);\n\n ",
|
|
152
|
-
": var(--text-secondary);\n ",
|
|
153
|
-
": var(--text-secondary-hover);\n ",
|
|
154
|
-
": var(--text-secondary-active);\n\n ",
|
|
155
|
-
": var(--surface-negative);\n ",
|
|
156
|
-
": var(--text-tertiary);\n\n ",
|
|
157
|
-
": var(--surface-transparent-tertiary);\n ",
|
|
158
|
-
": var(--surface-transparent-tertiary-hover);\n ",
|
|
159
|
-
": var(--surface-transparent-tertiary-active);\n ",
|
|
160
|
-
": var(--surface-transparent-primary);\n ",
|
|
161
|
-
": var(--surface-transparent-primary-active);\n ",
|
|
162
|
-
": var(--surface-transparent-primary-hover);\n\n ",
|
|
163
|
-
": var(--surface-negative);\n ",
|
|
164
|
-
": var(--surface-negative);\n ",
|
|
165
|
-
": var(--surface-accent);\n ",
|
|
166
|
-
": var(--text-secondary);\n ",
|
|
167
|
-
": var(--text-secondary);\n ",
|
|
168
|
-
": var(--text-secondary);\n "
|
|
169
|
-
]);
|
|
170
|
-
_templateObject3 = function _templateObject() {
|
|
171
|
-
return data;
|
|
172
|
-
};
|
|
173
|
-
return data;
|
|
174
|
-
}
|
|
175
|
-
function _templateObject4() {
|
|
176
12
|
var data = _tagged_template_literal([
|
|
177
13
|
"\n ",
|
|
178
14
|
": 100%;\n ",
|
|
179
|
-
":
|
|
180
|
-
":
|
|
15
|
+
": 7.312rem;\n ",
|
|
16
|
+
": 0.625rem;\n ",
|
|
17
|
+
": 0.5rem;\n ",
|
|
18
|
+
": 0.5rem 0.5rem 0 0;\n ",
|
|
19
|
+
": 0.563rem;\n ",
|
|
20
|
+
": 0.625rem;\n ",
|
|
21
|
+
": 2.125rem;\n ",
|
|
22
|
+
": 1.5rem;\n ",
|
|
23
|
+
": 0.563rem;\n ",
|
|
24
|
+
": 0.625rem;\n ",
|
|
25
|
+
": 0.5rem;\n ",
|
|
26
|
+
": 0.25rem;\n ",
|
|
27
|
+
": 0.625rem;\n ",
|
|
28
|
+
": 0.563rem;\n ",
|
|
29
|
+
": 0.625rem;\n ",
|
|
30
|
+
": 0rem;\n ",
|
|
31
|
+
": 0.563rem;\n ",
|
|
32
|
+
": 0.5rem;\n ",
|
|
181
33
|
": 1rem;\n ",
|
|
182
|
-
":
|
|
183
|
-
":
|
|
184
|
-
":
|
|
185
|
-
":
|
|
186
|
-
":
|
|
187
|
-
":
|
|
188
|
-
":
|
|
189
|
-
":
|
|
190
|
-
":
|
|
191
|
-
":
|
|
192
|
-
": 0rem;\n\n ",
|
|
193
|
-
": 1.25rem;\n ",
|
|
194
|
-
": 1.25rem;\n ",
|
|
195
|
-
": 1.5rem;\n\n ",
|
|
196
|
-
": 0.75rem;\n\n ",
|
|
34
|
+
": 0.375rem;\n ",
|
|
35
|
+
": 0.25rem;\n ",
|
|
36
|
+
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
37
|
+
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
38
|
+
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
39
|
+
": var(--plasma-typo-body-xxs-font-weight);\n ",
|
|
40
|
+
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
41
|
+
": var(--plasma-typo-body-xxs-line-height);\n ",
|
|
42
|
+
": 0rem;\n ",
|
|
43
|
+
": 0rem;\n ",
|
|
197
44
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
198
45
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
199
46
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
200
47
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
201
48
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
202
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
203
|
-
": 0.813rem;\n ",
|
|
204
|
-
": -0.313rem;\n ",
|
|
205
|
-
": 0.25rem;\n\n ",
|
|
206
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
|
207
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
|
208
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
|
209
|
-
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
210
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
211
|
-
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
49
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
212
50
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
213
51
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
214
52
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
215
53
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
216
54
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
217
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
218
|
-
": 0.
|
|
55
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
56
|
+
": 0.375rem;\n ",
|
|
219
57
|
": 0.375rem;\n ",
|
|
220
58
|
": 0 0 0 0;\n ",
|
|
221
|
-
": 0.
|
|
59
|
+
": 0.25rem auto auto -0.625rem;\n ",
|
|
222
60
|
": 0 0 auto auto;\n ",
|
|
223
|
-
": 0.
|
|
224
|
-
": -0.
|
|
61
|
+
": 0.125rem -0.675rem auto auto;\n ",
|
|
62
|
+
": 0.813rem auto auto -0.625rem;\n ",
|
|
63
|
+
": 0.813rem -0.625rem auto auto;\n ",
|
|
64
|
+
": 0.813rem -1.988rem auto auto;\n\n ",
|
|
225
65
|
": 0.188rem;\n ",
|
|
226
66
|
": 0.063rem;\n\n ",
|
|
227
|
-
": -0.
|
|
67
|
+
": -0.75rem -0.625rem -0.75rem -0.5rem;\n ",
|
|
228
68
|
": 2.375rem;\n ",
|
|
229
|
-
": 0.
|
|
69
|
+
": -0.188rem -2.188rem auto auto;\n ",
|
|
70
|
+
": -0.188rem -1.938rem auto auto;\n\n ",
|
|
230
71
|
": 0.25rem;\n ",
|
|
231
72
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
232
73
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -235,66 +76,71 @@ function _templateObject4() {
|
|
|
235
76
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
236
77
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
237
78
|
]);
|
|
238
|
-
|
|
79
|
+
_templateObject = function _templateObject() {
|
|
239
80
|
return data;
|
|
240
81
|
};
|
|
241
82
|
return data;
|
|
242
83
|
}
|
|
243
|
-
function
|
|
84
|
+
function _templateObject1() {
|
|
244
85
|
var data = _tagged_template_literal([
|
|
245
86
|
"\n ",
|
|
246
87
|
": 100%;\n ",
|
|
247
|
-
":
|
|
248
|
-
":
|
|
88
|
+
": 7.187rem;\n ",
|
|
89
|
+
": 0.625rem;\n ",
|
|
90
|
+
": 0.625rem;\n ",
|
|
91
|
+
": 0.625rem 0.625rem 0 0;\n ",
|
|
92
|
+
": 0.688rem;\n ",
|
|
249
93
|
": 0.875rem;\n ",
|
|
250
|
-
":
|
|
251
|
-
":
|
|
252
|
-
": 1.125rem;\n ",
|
|
253
|
-
": 3.625rem;\n ",
|
|
94
|
+
": 3.125rem;\n ",
|
|
95
|
+
": 2rem;\n ",
|
|
254
96
|
": 0.75rem;\n ",
|
|
255
|
-
":
|
|
97
|
+
": 0.875rem;\n ",
|
|
256
98
|
": 0.75rem;\n ",
|
|
257
|
-
":
|
|
99
|
+
": 0.25rem;\n ",
|
|
100
|
+
": 0.875rem;\n ",
|
|
258
101
|
": 0.75rem;\n ",
|
|
259
|
-
":
|
|
260
|
-
": 0rem;\n
|
|
261
|
-
":
|
|
262
|
-
":
|
|
263
|
-
": 1.25rem;\n
|
|
264
|
-
": 0.
|
|
102
|
+
": 0.875rem;\n ",
|
|
103
|
+
": 0rem;\n ",
|
|
104
|
+
": 0.688rem;\n ",
|
|
105
|
+
": 0.75rem;\n ",
|
|
106
|
+
": 1.25rem;\n ",
|
|
107
|
+
": 0.5rem;\n ",
|
|
108
|
+
": 0.25rem;\n ",
|
|
265
109
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
266
110
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
267
111
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
268
112
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
269
113
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
270
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
271
|
-
": 0.
|
|
272
|
-
":
|
|
273
|
-
":
|
|
274
|
-
": var(--plasma-typo-body-
|
|
275
|
-
": var(--plasma-typo-body-
|
|
276
|
-
": var(--plasma-typo-body-
|
|
277
|
-
": var(--plasma-typo-body-
|
|
278
|
-
": var(--plasma-typo-body-
|
|
279
|
-
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
114
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
115
|
+
": 0.375rem;\n ",
|
|
116
|
+
": 0.125rem;\n ",
|
|
117
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
118
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
119
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
120
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
121
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
122
|
+
": var(--plasma-typo-body-s-line-height);\n ",
|
|
280
123
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
281
124
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
282
125
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
283
126
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
284
127
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
285
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
286
|
-
": 0.
|
|
128
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
129
|
+
": 0.375rem;\n ",
|
|
287
130
|
": 0.375rem;\n ",
|
|
288
131
|
": 0 0 0 0;\n ",
|
|
289
|
-
": 0.
|
|
132
|
+
": 0.375rem auto auto -0.675rem;\n ",
|
|
290
133
|
": 0 0 auto auto;\n ",
|
|
291
134
|
": 0.25rem -0.625rem auto auto;\n ",
|
|
292
|
-
": -0.
|
|
135
|
+
": 1.063rem auto auto -0.75rem;\n ",
|
|
136
|
+
": 1.063rem -0.75rem auto auto;\n ",
|
|
137
|
+
": 1.063rem -2.238rem auto auto;\n\n ",
|
|
293
138
|
": 0.188rem;\n ",
|
|
294
139
|
": 0.063rem;\n\n ",
|
|
295
140
|
": -0.688rem -0.5rem;\n ",
|
|
296
141
|
": 2.375rem;\n ",
|
|
297
|
-
": 0.
|
|
142
|
+
": 0.062rem -2.688rem auto auto;\n ",
|
|
143
|
+
": 0.062rem -2.063rem auto auto;\n\n ",
|
|
298
144
|
": 0.25rem;\n ",
|
|
299
145
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
300
146
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -303,66 +149,71 @@ function _templateObject5() {
|
|
|
303
149
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
304
150
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
305
151
|
]);
|
|
306
|
-
|
|
152
|
+
_templateObject1 = function _templateObject() {
|
|
307
153
|
return data;
|
|
308
154
|
};
|
|
309
155
|
return data;
|
|
310
156
|
}
|
|
311
|
-
function
|
|
157
|
+
function _templateObject2() {
|
|
312
158
|
var data = _tagged_template_literal([
|
|
313
159
|
"\n ",
|
|
314
160
|
": 100%;\n ",
|
|
315
161
|
": 7rem;\n ",
|
|
316
162
|
": 1.125rem;\n ",
|
|
317
163
|
": 0.75rem;\n ",
|
|
318
|
-
": 0.75rem 0.75rem 0 0;\n
|
|
164
|
+
": 0.75rem 0.75rem 0 0;\n ",
|
|
319
165
|
": 0.875rem;\n ",
|
|
320
166
|
": 1rem;\n ",
|
|
321
167
|
": 3.375rem;\n ",
|
|
168
|
+
": 2.125rem;\n ",
|
|
322
169
|
": 0.75rem;\n ",
|
|
323
|
-
": 1rem;\n
|
|
170
|
+
": 1rem;\n ",
|
|
324
171
|
": 0.75rem;\n ",
|
|
172
|
+
": 0.25rem;\n ",
|
|
325
173
|
": 1rem;\n ",
|
|
326
174
|
": 0.75rem;\n ",
|
|
327
175
|
": 1rem;\n ",
|
|
328
|
-
": 0rem;\n
|
|
176
|
+
": 0rem;\n ",
|
|
329
177
|
": 0.875rem;\n ",
|
|
330
178
|
": 0.875rem;\n ",
|
|
331
|
-
": 1.25rem;\n
|
|
332
|
-
": 0.625rem;\n
|
|
179
|
+
": 1.25rem;\n ",
|
|
180
|
+
": 0.625rem;\n ",
|
|
181
|
+
": 0.25rem;\n ",
|
|
333
182
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
334
183
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
335
184
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
336
185
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
337
186
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
338
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
187
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
339
188
|
": 0.375rem;\n ",
|
|
340
|
-
":
|
|
341
|
-
": 0.125rem;\n\n ",
|
|
189
|
+
": 0.125rem;\n ",
|
|
342
190
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
343
191
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
344
192
|
": var(--plasma-typo-body-m-font-style);\n ",
|
|
345
193
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
346
194
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
347
|
-
": var(--plasma-typo-body-m-line-height);\n
|
|
195
|
+
": var(--plasma-typo-body-m-line-height);\n ",
|
|
348
196
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
349
197
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
350
198
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
351
199
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
352
200
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
353
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
201
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
354
202
|
": 0.5rem;\n ",
|
|
355
203
|
": 0.375rem;\n ",
|
|
356
204
|
": 0 0 0 0;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
357
205
|
": 0.4375rem auto auto -0.675rem;\n ",
|
|
358
206
|
": 0 0 auto auto;\n /* stylelint-disable-next-line number-max-precision */\n ",
|
|
359
207
|
": 0.1875rem -0.625rem auto auto;\n ",
|
|
360
|
-
": -0.
|
|
208
|
+
": 1.25rem auto auto -0.875rem;\n ",
|
|
209
|
+
": 1.25rem -0.875rem auto auto;\n ",
|
|
210
|
+
": 1.25rem -2.488rem auto auto;\n\n ",
|
|
361
211
|
": 0.188rem;\n ",
|
|
362
212
|
": 0.063rem;\n\n ",
|
|
363
213
|
": -0.688rem -0.5rem;\n ",
|
|
364
214
|
": 2.375rem;\n ",
|
|
365
|
-
":
|
|
215
|
+
":0.312rem -2.813rem auto auto;\n ",
|
|
216
|
+
": 0.312rem -2.063rem auto auto;\n\n ",
|
|
366
217
|
": 0.25rem;\n ",
|
|
367
218
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
368
219
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -371,66 +222,71 @@ function _templateObject6() {
|
|
|
371
222
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
372
223
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
373
224
|
]);
|
|
374
|
-
|
|
225
|
+
_templateObject2 = function _templateObject() {
|
|
375
226
|
return data;
|
|
376
227
|
};
|
|
377
228
|
return data;
|
|
378
229
|
}
|
|
379
|
-
function
|
|
230
|
+
function _templateObject3() {
|
|
380
231
|
var data = _tagged_template_literal([
|
|
381
232
|
"\n ",
|
|
382
233
|
": 100%;\n ",
|
|
383
|
-
":
|
|
384
|
-
":
|
|
385
|
-
": 0.625rem;\n ",
|
|
386
|
-
": 0.625rem 0.625rem 0 0;\n\n ",
|
|
387
|
-
": 0.688rem;\n ",
|
|
234
|
+
": 6.812rem;\n ",
|
|
235
|
+
": 1.625rem;\n ",
|
|
388
236
|
": 0.875rem;\n ",
|
|
389
|
-
":
|
|
237
|
+
": 0.875rem 0.875rem 0 0;\n ",
|
|
238
|
+
": 1.063rem;\n ",
|
|
239
|
+
": 1.125rem;\n ",
|
|
240
|
+
": 3.625rem;\n ",
|
|
241
|
+
": 2.25rem;\n ",
|
|
390
242
|
": 0.75rem;\n ",
|
|
391
|
-
":
|
|
243
|
+
": 1.125rem;\n ",
|
|
392
244
|
": 0.75rem;\n ",
|
|
393
|
-
": 0.
|
|
245
|
+
": 0.25rem;\n ",
|
|
246
|
+
": 1.125rem;\n ",
|
|
394
247
|
": 0.75rem;\n ",
|
|
395
|
-
":
|
|
396
|
-
": 0rem;\n
|
|
397
|
-
":
|
|
248
|
+
": 1.125rem;\n ",
|
|
249
|
+
": 0rem;\n ",
|
|
250
|
+
": 1.063rem;\n ",
|
|
251
|
+
": 1rem;\n ",
|
|
252
|
+
": 1.25rem;\n ",
|
|
398
253
|
": 0.75rem;\n ",
|
|
399
|
-
":
|
|
400
|
-
": 0.5rem;\n\n ",
|
|
254
|
+
": 0.25rem;\n ",
|
|
401
255
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
402
256
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
403
257
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
404
258
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
405
259
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
406
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
407
|
-
": 0.
|
|
408
|
-
":
|
|
409
|
-
":
|
|
410
|
-
": var(--plasma-typo-body-
|
|
411
|
-
": var(--plasma-typo-body-
|
|
412
|
-
": var(--plasma-typo-body-
|
|
413
|
-
": var(--plasma-typo-body-
|
|
414
|
-
": var(--plasma-typo-body-
|
|
415
|
-
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
260
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
261
|
+
": 0.563rem;\n ",
|
|
262
|
+
": 0.125rem;\n ",
|
|
263
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
264
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
265
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
266
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
267
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
268
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
416
269
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
417
270
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
418
271
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
419
272
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
420
273
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
421
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
422
|
-
": 0.
|
|
274
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
275
|
+
": 0.5rem;\n ",
|
|
423
276
|
": 0.375rem;\n ",
|
|
424
277
|
": 0 0 0 0;\n ",
|
|
425
|
-
": 0.
|
|
278
|
+
": 0.5rem auto auto -0.675rem;\n ",
|
|
426
279
|
": 0 0 auto auto;\n ",
|
|
427
280
|
": 0.25rem -0.625rem auto auto;\n ",
|
|
428
|
-
": -0.
|
|
281
|
+
": 1.5rem auto auto -0.875rem;\n ",
|
|
282
|
+
": 1.5rem -0.875rem auto auto;\n ",
|
|
283
|
+
": 1.5rem -2.488rem auto auto;\n\n ",
|
|
429
284
|
": 0.188rem;\n ",
|
|
430
285
|
": 0.063rem;\n\n ",
|
|
431
286
|
": -0.688rem -0.5rem;\n ",
|
|
432
287
|
": 2.375rem;\n ",
|
|
433
|
-
": 0.
|
|
288
|
+
": 0.563rem -2.938rem auto auto;\n ",
|
|
289
|
+
": 0.562rem -2.063rem auto auto;\n\n ",
|
|
434
290
|
": 0.25rem;\n ",
|
|
435
291
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
436
292
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -439,66 +295,73 @@ function _templateObject7() {
|
|
|
439
295
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
440
296
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
441
297
|
]);
|
|
442
|
-
|
|
298
|
+
_templateObject3 = function _templateObject() {
|
|
443
299
|
return data;
|
|
444
300
|
};
|
|
445
301
|
return data;
|
|
446
302
|
}
|
|
447
|
-
function
|
|
448
|
-
var data = _tagged_template_literal([
|
|
449
|
-
"\n ",
|
|
450
|
-
": 100%;\n ",
|
|
451
|
-
":
|
|
452
|
-
":
|
|
453
|
-
":
|
|
454
|
-
":
|
|
455
|
-
":
|
|
456
|
-
":
|
|
457
|
-
":
|
|
458
|
-
":
|
|
459
|
-
": 0.
|
|
460
|
-
":
|
|
461
|
-
": 0.
|
|
462
|
-
": 0.
|
|
463
|
-
":
|
|
464
|
-
":
|
|
465
|
-
":
|
|
466
|
-
": 0.5rem;\n ",
|
|
467
|
-
": 1rem;\n\n ",
|
|
468
|
-
": 0.375rem;\n\n ",
|
|
469
|
-
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
470
|
-
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
471
|
-
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
472
|
-
": var(--plasma-typo-body-xxs-font-weight);\n ",
|
|
473
|
-
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
474
|
-
": var(--plasma-typo-body-xxs-line-height);\n\n ",
|
|
303
|
+
function _templateObject4() {
|
|
304
|
+
var data = _tagged_template_literal([
|
|
305
|
+
"\n ",
|
|
306
|
+
": 100%;\n ",
|
|
307
|
+
": 6.812rem;\n ",
|
|
308
|
+
": 1.625rem;\n ",
|
|
309
|
+
": 1rem;\n ",
|
|
310
|
+
": 1rem 1rem 0 0;\n ",
|
|
311
|
+
": 1.313rem;\n ",
|
|
312
|
+
": 1.25rem;\n ",
|
|
313
|
+
": 3.5rem;\n ",
|
|
314
|
+
": 2.5rem;\n ",
|
|
315
|
+
": 0.75rem;\n ",
|
|
316
|
+
": 1.25rem;\n ",
|
|
317
|
+
": 0.75rem;\n ",
|
|
318
|
+
": 0.25rem;\n ",
|
|
319
|
+
": 1.25rem;\n ",
|
|
320
|
+
": 0.75rem;\n ",
|
|
321
|
+
": 1.25rem;\n ",
|
|
475
322
|
": 0rem;\n ",
|
|
476
|
-
":
|
|
477
|
-
":
|
|
323
|
+
": 1.25rem;\n ",
|
|
324
|
+
": 1.25rem;\n ",
|
|
325
|
+
": 1.5rem;\n ",
|
|
326
|
+
": 0.75rem;\n ",
|
|
327
|
+
": 0.25rem;\n ",
|
|
478
328
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
479
329
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
480
330
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
481
331
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
482
332
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
483
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
333
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
334
|
+
": 0.813rem;\n ",
|
|
335
|
+
": -0.313rem;\n ",
|
|
336
|
+
": 0.25rem;\n ",
|
|
337
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
338
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
339
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
340
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
341
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
342
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
484
343
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
485
344
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
486
345
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
487
346
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
488
347
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
489
|
-
": var(--plasma-typo-body-xs-line-height);\n
|
|
490
|
-
": 0.
|
|
348
|
+
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
349
|
+
": 0.5rem;\n ",
|
|
491
350
|
": 0.375rem;\n ",
|
|
492
351
|
": 0 0 0 0;\n ",
|
|
493
|
-
": 0.
|
|
352
|
+
": 0.5rem auto auto -0.675rem;\n ",
|
|
494
353
|
": 0 0 auto auto;\n ",
|
|
495
|
-
": 0.
|
|
496
|
-
": -0.25rem;\n
|
|
354
|
+
": 0.25rem -0.625rem auto auto;\n ",
|
|
355
|
+
": -0.25rem;\n ",
|
|
356
|
+
": 1.5rem auto auto -0.875rem;\n ",
|
|
357
|
+
": 1.5rem -0.875rem auto auto;\n\n ",
|
|
497
358
|
": 0.188rem;\n ",
|
|
498
359
|
": 0.063rem;\n\n ",
|
|
499
|
-
": -0.
|
|
360
|
+
": -0.688rem -0.5rem;\n ",
|
|
500
361
|
": 2.375rem;\n ",
|
|
501
|
-
":
|
|
362
|
+
": 0.751rem -2.938rem auto auto;\n ",
|
|
363
|
+
": 0.751rem -2.188rem auto auto;\n ",
|
|
364
|
+
": 1.5rem -2.488rem auto auto;\n\n ",
|
|
502
365
|
": 0.25rem;\n ",
|
|
503
366
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
504
367
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -507,6 +370,166 @@ function _templateObject8() {
|
|
|
507
370
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
508
371
|
": var(--plasma-typo-body-xs-line-height);\n "
|
|
509
372
|
]);
|
|
373
|
+
_templateObject4 = function _templateObject() {
|
|
374
|
+
return data;
|
|
375
|
+
};
|
|
376
|
+
return data;
|
|
377
|
+
}
|
|
378
|
+
function _templateObject5() {
|
|
379
|
+
var data = _tagged_template_literal([
|
|
380
|
+
"\n ",
|
|
381
|
+
": var(--surface-transparent-primary);\n ",
|
|
382
|
+
": var(--surface-transparent-primary-hover);\n ",
|
|
383
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
384
|
+
": var(--surface-transparent-secondary);\n ",
|
|
385
|
+
": var(--surface-transparent-primary);\n ",
|
|
386
|
+
": var(--surface-transparent-primary-hover);\n ",
|
|
387
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
388
|
+
": var(--surface-transparent-secondary);\n ",
|
|
389
|
+
": var(--text-primary);\n ",
|
|
390
|
+
": var(--text-primary);\n ",
|
|
391
|
+
": var(--text-primary);\n ",
|
|
392
|
+
": var(--text-accent);\n ",
|
|
393
|
+
": var(--text-secondary);\n ",
|
|
394
|
+
": var(--text-tertiary);\n ",
|
|
395
|
+
": var(--text-secondary);\n ",
|
|
396
|
+
": var(--text-tertiary);\n ",
|
|
397
|
+
": var(--text-secondary);\n ",
|
|
398
|
+
": var(--text-secondary);\n ",
|
|
399
|
+
": var(--surface-negative);\n ",
|
|
400
|
+
": var(--text-tertiary);\n\n ",
|
|
401
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
402
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
403
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
404
|
+
": var(--surface-transparent-primary);\n ",
|
|
405
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
406
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
407
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
408
|
+
": var(--text-secondary);\n ",
|
|
409
|
+
": var(--surface-accent);\n ",
|
|
410
|
+
": var(--text-secondary);\n ",
|
|
411
|
+
": var(--text-secondary);\n "
|
|
412
|
+
]);
|
|
413
|
+
_templateObject5 = function _templateObject() {
|
|
414
|
+
return data;
|
|
415
|
+
};
|
|
416
|
+
return data;
|
|
417
|
+
}
|
|
418
|
+
function _templateObject6() {
|
|
419
|
+
var data = _tagged_template_literal([
|
|
420
|
+
"\n ",
|
|
421
|
+
": var(--surface-transparent-positive);\n ",
|
|
422
|
+
": var(--surface-transparent-positive-hover);\n ",
|
|
423
|
+
": var(--surface-transparent-positive-active);\n ",
|
|
424
|
+
": var(--surface-transparent-positive);\n ",
|
|
425
|
+
": var(--surface-transparent-positive);\n ",
|
|
426
|
+
": var(--surface-transparent-positive-hover);\n ",
|
|
427
|
+
": var(--surface-transparent-positive-active);\n ",
|
|
428
|
+
": var(--surface-transparent-positive);\n ",
|
|
429
|
+
": var(--text-primary);\n ",
|
|
430
|
+
": var(--text-positive);\n ",
|
|
431
|
+
": var(--text-positive);\n ",
|
|
432
|
+
": var(--text-primary);\n ",
|
|
433
|
+
": var(--text-positive);\n ",
|
|
434
|
+
": var(--text-secondary);\n ",
|
|
435
|
+
": var(--text-tertiary);\n ",
|
|
436
|
+
": var(--text-positive);\n ",
|
|
437
|
+
": var(--text-positive);\n ",
|
|
438
|
+
": var(--text-secondary);\n ",
|
|
439
|
+
": var(--surface-negative);\n ",
|
|
440
|
+
": var(--text-tertiary);\n\n ",
|
|
441
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
442
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
443
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
444
|
+
": var(--surface-transparent-primary);\n ",
|
|
445
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
446
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
447
|
+
": var(--surface-positive);\n ",
|
|
448
|
+
": var(--surface-positive);\n ",
|
|
449
|
+
": var(--surface-accent);\n ",
|
|
450
|
+
": var(--text-secondary);\n ",
|
|
451
|
+
": var(--text-secondary);\n "
|
|
452
|
+
]);
|
|
453
|
+
_templateObject6 = function _templateObject() {
|
|
454
|
+
return data;
|
|
455
|
+
};
|
|
456
|
+
return data;
|
|
457
|
+
}
|
|
458
|
+
function _templateObject7() {
|
|
459
|
+
var data = _tagged_template_literal([
|
|
460
|
+
"\n ",
|
|
461
|
+
": var(--surface-transparent-primary);\n ",
|
|
462
|
+
": var(--surface-transparent-primary-hover);\n ",
|
|
463
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
464
|
+
": var(--surface-transparent-secondary);\n ",
|
|
465
|
+
": var(--surface-transparent-primary);\n ",
|
|
466
|
+
": var(--surface-transparent-primary-hover);\n ",
|
|
467
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
468
|
+
": var(--surface-transparent-secondary);\n ",
|
|
469
|
+
": var(--text-primary);\n ",
|
|
470
|
+
": var(--text-primary);\n ",
|
|
471
|
+
": var(--text-primary);\n ",
|
|
472
|
+
": var(--text-accent);\n ",
|
|
473
|
+
": var(--text-secondary);\n ",
|
|
474
|
+
": var(--text-tertiary);\n ",
|
|
475
|
+
": var(--text-secondary);\n ",
|
|
476
|
+
": var(--text-tertiary);\n ",
|
|
477
|
+
": var(--text-secondary);\n ",
|
|
478
|
+
": var(--text-secondary);\n ",
|
|
479
|
+
": var(--surface-negative);\n ",
|
|
480
|
+
": var(--text-tertiary);\n\n ",
|
|
481
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
482
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
483
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
484
|
+
": var(--surface-transparent-primary);\n ",
|
|
485
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
486
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
487
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
488
|
+
": var(--text-secondary);\n ",
|
|
489
|
+
": var(--surface-accent);\n ",
|
|
490
|
+
": var(--text-secondary);\n ",
|
|
491
|
+
": var(--text-secondary);\n "
|
|
492
|
+
]);
|
|
493
|
+
_templateObject7 = function _templateObject() {
|
|
494
|
+
return data;
|
|
495
|
+
};
|
|
496
|
+
return data;
|
|
497
|
+
}
|
|
498
|
+
function _templateObject8() {
|
|
499
|
+
var data = _tagged_template_literal([
|
|
500
|
+
"\n ",
|
|
501
|
+
": var(--surface-transparent-warning);\n ",
|
|
502
|
+
": var(--surface-transparent-warning-hover);\n ",
|
|
503
|
+
": var(--surface-transparent-warning-active);\n ",
|
|
504
|
+
": var(--surface-transparent-warning);\n ",
|
|
505
|
+
": var(--surface-transparent-warning);\n ",
|
|
506
|
+
": var(--surface-transparent-warning-hover);\n ",
|
|
507
|
+
": var(--surface-transparent-warning-active);\n ",
|
|
508
|
+
": var(--surface-transparent-warning);\n ",
|
|
509
|
+
": var(--text-primary);\n ",
|
|
510
|
+
": var(--text-warning);\n ",
|
|
511
|
+
": var(--text-warning);\n ",
|
|
512
|
+
": var(--text-primary);\n ",
|
|
513
|
+
": var(--text-warning);\n ",
|
|
514
|
+
": var(--text-secondary);\n ",
|
|
515
|
+
": var(--text-tertiary);\n ",
|
|
516
|
+
": var(--text-warning);\n ",
|
|
517
|
+
": var(--text-warning);\n ",
|
|
518
|
+
": var(--text-secondary);\n ",
|
|
519
|
+
": var(--surface-negative);\n ",
|
|
520
|
+
": var(--text-tertiary);\n\n ",
|
|
521
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
522
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
523
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
524
|
+
": var(--surface-transparent-primary);\n ",
|
|
525
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
526
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
527
|
+
": var(--surface-warning);\n ",
|
|
528
|
+
": var(--surface-warning);\n ",
|
|
529
|
+
": var(--surface-accent);\n ",
|
|
530
|
+
": var(--text-secondary);\n ",
|
|
531
|
+
": var(--text-secondary);\n "
|
|
532
|
+
]);
|
|
510
533
|
_templateObject8 = function _templateObject() {
|
|
511
534
|
return data;
|
|
512
535
|
};
|
|
@@ -515,10 +538,37 @@ function _templateObject8() {
|
|
|
515
538
|
function _templateObject9() {
|
|
516
539
|
var data = _tagged_template_literal([
|
|
517
540
|
"\n ",
|
|
518
|
-
": var(--surface-
|
|
519
|
-
": var(--
|
|
541
|
+
": var(--surface-transparent-negative);\n ",
|
|
542
|
+
": var(--surface-transparent-negative-hover);\n ",
|
|
543
|
+
": var(--surface-transparent-negative-active);\n ",
|
|
544
|
+
": var(--surface-transparent-negative);\n ",
|
|
545
|
+
": var(--surface-transparent-negative);\n ",
|
|
546
|
+
": var(--surface-transparent-negative-hover);\n ",
|
|
547
|
+
": var(--surface-transparent-negative-active);\n ",
|
|
548
|
+
": var(--surface-transparent-negative);\n ",
|
|
549
|
+
": var(--text-primary);\n ",
|
|
550
|
+
": var(--text-negative);\n ",
|
|
551
|
+
": var(--text-negative);\n ",
|
|
520
552
|
": var(--text-primary);\n ",
|
|
521
|
-
": var(--
|
|
553
|
+
": var(--text-negative);\n ",
|
|
554
|
+
": var(--text-secondary);\n ",
|
|
555
|
+
": var(--text-tertiary);\n ",
|
|
556
|
+
": var(--text-negative);\n ",
|
|
557
|
+
": var(--text-negative);\n ",
|
|
558
|
+
": var(--text-secondary);\n ",
|
|
559
|
+
": var(--surface-negative);\n ",
|
|
560
|
+
": var(--text-tertiary);\n\n ",
|
|
561
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
562
|
+
": var(--surface-transparent-tertiary-hover);\n ",
|
|
563
|
+
": var(--surface-transparent-tertiary-active);\n ",
|
|
564
|
+
": var(--surface-transparent-primary);\n ",
|
|
565
|
+
": var(--surface-transparent-primary-active);\n ",
|
|
566
|
+
": var(--surface-transparent-primary-hover);\n\n ",
|
|
567
|
+
": var(--surface-negative);\n ",
|
|
568
|
+
": var(--surface-negative);\n ",
|
|
569
|
+
": var(--surface-accent);\n ",
|
|
570
|
+
": var(--text-secondary);\n ",
|
|
571
|
+
": var(--text-secondary);\n "
|
|
522
572
|
]);
|
|
523
573
|
_templateObject9 = function _templateObject() {
|
|
524
574
|
return data;
|
|
@@ -528,9 +578,22 @@ function _templateObject9() {
|
|
|
528
578
|
function _templateObject10() {
|
|
529
579
|
var data = _tagged_template_literal([
|
|
530
580
|
"\n ",
|
|
531
|
-
":
|
|
581
|
+
": var(--surface-solid-card-brightness);\n ",
|
|
582
|
+
": var(--shadow-down-hard-m);\n ",
|
|
583
|
+
": var(--text-primary);\n ",
|
|
584
|
+
": var(--surface-solid-card-brightness);\n "
|
|
585
|
+
]);
|
|
586
|
+
_templateObject10 = function _templateObject() {
|
|
587
|
+
return data;
|
|
588
|
+
};
|
|
589
|
+
return data;
|
|
590
|
+
}
|
|
591
|
+
function _templateObject11() {
|
|
592
|
+
var data = _tagged_template_literal([
|
|
593
|
+
"\n ",
|
|
594
|
+
": 0.688rem;\n ",
|
|
532
595
|
": 0.875rem;\n ",
|
|
533
|
-
": 0.
|
|
596
|
+
": 0.688rem;\n ",
|
|
534
597
|
": 0.875rem;\n\n ",
|
|
535
598
|
": 2.5rem;\n ",
|
|
536
599
|
": 0.625rem;\n\n ",
|
|
@@ -542,17 +605,17 @@ function _templateObject10() {
|
|
|
542
605
|
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
543
606
|
": 0.375rem;\n\n ",
|
|
544
607
|
": 1.25rem;\n ",
|
|
545
|
-
": 1.25rem;\n ",
|
|
608
|
+
": 1.25rem;\n /* stylelint-disable-next-line */\n ",
|
|
546
609
|
': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");\n ',
|
|
547
610
|
": 0.5rem;\n ",
|
|
548
611
|
": 0.625rem;\n "
|
|
549
612
|
]);
|
|
550
|
-
|
|
613
|
+
_templateObject11 = function _templateObject() {
|
|
551
614
|
return data;
|
|
552
615
|
};
|
|
553
616
|
return data;
|
|
554
617
|
}
|
|
555
|
-
function
|
|
618
|
+
function _templateObject12() {
|
|
556
619
|
var data = _tagged_template_literal([
|
|
557
620
|
"\n ",
|
|
558
621
|
": 0.5rem;\n ",
|
|
@@ -569,17 +632,26 @@ function _templateObject11() {
|
|
|
569
632
|
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
570
633
|
": 0.25rem;\n\n ",
|
|
571
634
|
": 1rem;\n ",
|
|
572
|
-
": 1rem;\n ",
|
|
635
|
+
": 1rem;\n /* stylelint-disable-next-line */\n ",
|
|
573
636
|
': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");\n ',
|
|
574
637
|
": 0.375rem;\n ",
|
|
575
|
-
": 0.
|
|
638
|
+
": 0.563rem;\n "
|
|
576
639
|
]);
|
|
577
|
-
|
|
640
|
+
_templateObject12 = function _templateObject() {
|
|
578
641
|
return data;
|
|
579
642
|
};
|
|
580
643
|
return data;
|
|
581
644
|
}
|
|
582
|
-
function
|
|
645
|
+
function _templateObject13() {
|
|
646
|
+
var data = _tagged_template_literal([
|
|
647
|
+
""
|
|
648
|
+
]);
|
|
649
|
+
_templateObject13 = function _templateObject() {
|
|
650
|
+
return data;
|
|
651
|
+
};
|
|
652
|
+
return data;
|
|
653
|
+
}
|
|
654
|
+
function _templateObject14() {
|
|
583
655
|
var data = _tagged_template_literal([
|
|
584
656
|
"\n ",
|
|
585
657
|
": 0.1;\n ",
|
|
@@ -588,12 +660,12 @@ function _templateObject12() {
|
|
|
588
660
|
": var(--surface-transparent-primary);\n ",
|
|
589
661
|
": 0.4;\n "
|
|
590
662
|
]);
|
|
591
|
-
|
|
663
|
+
_templateObject14 = function _templateObject() {
|
|
592
664
|
return data;
|
|
593
665
|
};
|
|
594
666
|
return data;
|
|
595
667
|
}
|
|
596
|
-
function
|
|
668
|
+
function _templateObject15() {
|
|
597
669
|
var data = _tagged_template_literal([
|
|
598
670
|
"\n ",
|
|
599
671
|
": 0.4;\n ",
|
|
@@ -601,43 +673,50 @@ function _templateObject13() {
|
|
|
601
673
|
": var(--surface-transparent-primary);\n ",
|
|
602
674
|
": var(--text-secondary);\n "
|
|
603
675
|
]);
|
|
604
|
-
|
|
676
|
+
_templateObject15 = function _templateObject() {
|
|
605
677
|
return data;
|
|
606
678
|
};
|
|
607
679
|
return data;
|
|
608
680
|
}
|
|
609
|
-
import { css, textAreaTokens
|
|
681
|
+
import { css, textAreaTokens } from '@salutejs/plasma-new-hope/styled-components';
|
|
610
682
|
export var config = {
|
|
611
683
|
defaults: {
|
|
612
684
|
view: 'default',
|
|
613
685
|
focused: 'true'
|
|
614
686
|
},
|
|
615
687
|
variations: {
|
|
616
|
-
view: {
|
|
617
|
-
default: css(_templateObject(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor),
|
|
618
|
-
positive: css(_templateObject1(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor),
|
|
619
|
-
warning: css(_templateObject2(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor),
|
|
620
|
-
negative: css(_templateObject3(), tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarThumbBackgroundColorHover, tokens.scrollbarThumbBackgroundColorActive, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarTrackBackgroundColorActive, tokens.scrollbarTrackBackgroundColorHover, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.titleCaptionColor, tokens.hintIconColor, tokens.titleCaptionColor)
|
|
621
|
-
},
|
|
622
688
|
size: {
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
m: css(
|
|
626
|
-
|
|
627
|
-
|
|
689
|
+
xs: css(_templateObject(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
690
|
+
s: css(_templateObject1(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
691
|
+
m: css(_templateObject2(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
692
|
+
l: css(_templateObject3(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight),
|
|
693
|
+
xl: css(_templateObject4(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerTopHelper, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.indicatorLabelPlacementHintOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight)
|
|
694
|
+
},
|
|
695
|
+
view: {
|
|
696
|
+
default: css(_templateObject5(), textAreaTokens.inputBackgroundColor, textAreaTokens.inputBackgroundColorHover, textAreaTokens.inputBackgroundColorActive, textAreaTokens.inputBackgroundColorFocus, textAreaTokens.helpersBackgroundColor, textAreaTokens.helpersBackgroundColorHover, textAreaTokens.helpersBackgroundColorActive, textAreaTokens.helpersBackgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
|
|
697
|
+
positive: css(_templateObject6(), textAreaTokens.inputBackgroundColor, textAreaTokens.inputBackgroundColorHover, textAreaTokens.inputBackgroundColorActive, textAreaTokens.inputBackgroundColorFocus, textAreaTokens.helpersBackgroundColor, textAreaTokens.helpersBackgroundColorHover, textAreaTokens.helpersBackgroundColorActive, textAreaTokens.helpersBackgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.clearPlaceholderColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
|
|
698
|
+
/**
|
|
699
|
+
* @deprecated
|
|
700
|
+
* Использовать `default`
|
|
701
|
+
*/ primary: css(_templateObject7(), textAreaTokens.inputBackgroundColor, textAreaTokens.inputBackgroundColorHover, textAreaTokens.inputBackgroundColorActive, textAreaTokens.inputBackgroundColorFocus, textAreaTokens.helpersBackgroundColor, textAreaTokens.helpersBackgroundColorHover, textAreaTokens.helpersBackgroundColorActive, textAreaTokens.helpersBackgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
|
|
702
|
+
warning: css(_templateObject8(), textAreaTokens.inputBackgroundColor, textAreaTokens.inputBackgroundColorHover, textAreaTokens.inputBackgroundColorActive, textAreaTokens.inputBackgroundColorFocus, textAreaTokens.helpersBackgroundColor, textAreaTokens.helpersBackgroundColorHover, textAreaTokens.helpersBackgroundColorActive, textAreaTokens.helpersBackgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.clearPlaceholderColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
|
|
703
|
+
negative: css(_templateObject9(), textAreaTokens.inputBackgroundColor, textAreaTokens.inputBackgroundColorHover, textAreaTokens.inputBackgroundColorActive, textAreaTokens.inputBackgroundColorFocus, textAreaTokens.helpersBackgroundColor, textAreaTokens.helpersBackgroundColorHover, textAreaTokens.helpersBackgroundColorActive, textAreaTokens.helpersBackgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.clearPlaceholderColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor)
|
|
628
704
|
},
|
|
629
705
|
hintView: {
|
|
630
|
-
default: css(
|
|
706
|
+
default: css(_templateObject10(), textAreaTokens.tooltipBackgroundColor, textAreaTokens.tooltipBoxShadow, textAreaTokens.tooltipColor, textAreaTokens.tooltipArrowBackground)
|
|
631
707
|
},
|
|
632
708
|
hintSize: {
|
|
633
|
-
m: css(
|
|
634
|
-
s: css(
|
|
709
|
+
m: css(_templateObject11(), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin),
|
|
710
|
+
s: css(_templateObject12(), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin)
|
|
711
|
+
},
|
|
712
|
+
clear: {
|
|
713
|
+
true: css(_templateObject13())
|
|
635
714
|
},
|
|
636
715
|
readOnly: {
|
|
637
|
-
true: css(
|
|
716
|
+
true: css(_templateObject14(), textAreaTokens.readOnlyOpacity, textAreaTokens.backgroundColorReadOnly, textAreaTokens.inputColorReadOnly, textAreaTokens.dividerColorReadOnly, textAreaTokens.contentSlotRightOpacityReadOnly)
|
|
638
717
|
},
|
|
639
718
|
disabled: {
|
|
640
|
-
true: css(
|
|
719
|
+
true: css(_templateObject15(), textAreaTokens.disabledOpacity, textAreaTokens.inputColorDisabled, textAreaTokens.dividerColorReadOnly, textAreaTokens.titleCaptionColorReadOnly)
|
|
641
720
|
}
|
|
642
721
|
}
|
|
643
722
|
};
|