@salutejs/sdds-dfa 0.332.0 → 0.332.1-dev.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/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -1
- package/dist/styled-components/cjs/components/Combobox/Combobox.js +1 -1
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +276 -82
- package/dist/styled-components/cjs/components/Dropdown/Dropdown.js +1 -1
- package/dist/styled-components/cjs/components/File/File.config.js +256 -0
- package/dist/styled-components/cjs/components/File/File.js +14 -0
- package/dist/styled-components/cjs/components/File/index.js +23 -0
- package/dist/styled-components/cjs/components/Notification/Notification.js +1 -1
- package/dist/styled-components/cjs/components/Select/Select.js +1 -1
- package/dist/styled-components/cjs/components/Tabs/Tabs.js +1 -1
- package/dist/styled-components/cjs/index.js +1 -0
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.js +1 -1
- package/dist/styled-components/es/components/Combobox/Combobox.js +1 -1
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +276 -82
- package/dist/styled-components/es/components/Dropdown/Dropdown.js +1 -1
- package/dist/styled-components/es/components/File/File.config.js +246 -0
- package/dist/styled-components/es/components/File/File.js +4 -0
- package/dist/styled-components/es/components/File/index.js +2 -0
- package/dist/styled-components/es/components/Notification/Notification.js +1 -1
- package/dist/styled-components/es/components/Select/Select.js +1 -1
- package/dist/styled-components/es/components/Tabs/Tabs.js +1 -1
- package/dist/styled-components/es/index.js +1 -0
- package/package.json +7 -7
- package/types/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/types/components/Combobox/Combobox.d.ts +24 -24
- 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/File/File.config.d.ts +21 -0
- package/types/components/File/File.d.ts +15 -0
- package/types/components/File/index.d.ts +2 -0
- package/types/components/Select/Select.d.ts +6 -6
- package/types/components/TimePicker/TimePicker.d.ts +1 -1
- package/types/index.d.ts +1 -0
|
@@ -11,6 +11,7 @@ function _tagged_template_literal(strings, raw) {
|
|
|
11
11
|
function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
|
13
13
|
"\n ",
|
|
14
|
+
": var(--surface-accent);\n\n ",
|
|
14
15
|
": var(--surface-transparent-primary);\n ",
|
|
15
16
|
": var(--surface-transparent-negative);\n ",
|
|
16
17
|
": var(--surface-transparent-positive);\n\n ",
|
|
@@ -18,7 +19,7 @@ function _templateObject() {
|
|
|
18
19
|
": var(--text-primary);\n ",
|
|
19
20
|
": var(--text-secondary);\n ",
|
|
20
21
|
": var(--text-negative);\n ",
|
|
21
|
-
": var(--text-positive);\n ",
|
|
22
|
+
": var(--text-positive);\n\n ",
|
|
22
23
|
": var(--text-secondary);\n ",
|
|
23
24
|
": var(--text-secondary);\n\n ",
|
|
24
25
|
": var(--text-primary);\n ",
|
|
@@ -35,7 +36,7 @@ function _templateObject() {
|
|
|
35
36
|
": var(--text-secondary-active);\n\n ",
|
|
36
37
|
": var(--text-primary);\n ",
|
|
37
38
|
": var(--text-secondary);\n ",
|
|
38
|
-
": var(--text-accent);\n ",
|
|
39
|
+
": var(--text-accent);\n\n ",
|
|
39
40
|
": var(--text-secondary);\n ",
|
|
40
41
|
": var(--text-secondary-hover);\n ",
|
|
41
42
|
": var(--text-secondary-active);\n\n ",
|
|
@@ -61,7 +62,7 @@ function _templateObject() {
|
|
|
61
62
|
": var(--text-tertiary);\n\n ",
|
|
62
63
|
": var(--shadow-down-soft-s);\n ",
|
|
63
64
|
": var(--surface-transparent-secondary);\n ",
|
|
64
|
-
": var(--surface-solid-card);\n ",
|
|
65
|
+
": var(--surface-solid-card);\n\n ",
|
|
65
66
|
": var(--surface-solid-default);\n ",
|
|
66
67
|
": var(--inverse-text-primary);\n ",
|
|
67
68
|
": var(--surface-transparent-secondary);\n ",
|
|
@@ -91,7 +92,9 @@ function _templateObject() {
|
|
|
91
92
|
": var(--surface-accent);\n\n ",
|
|
92
93
|
": var(--surface-solid-card-brightness);\n ",
|
|
93
94
|
": var(--shadow-down-hard-s);\n ",
|
|
94
|
-
": var(--text-primary);\n
|
|
95
|
+
": var(--text-primary);\n\n ",
|
|
96
|
+
": var(--text-primary);\n ",
|
|
97
|
+
": var(--surface-transparent-secondary);\n "
|
|
95
98
|
]);
|
|
96
99
|
_templateObject = function _templateObject() {
|
|
97
100
|
return data;
|
|
@@ -99,6 +102,147 @@ function _templateObject() {
|
|
|
99
102
|
return data;
|
|
100
103
|
}
|
|
101
104
|
function _templateObject1() {
|
|
105
|
+
var data = _tagged_template_literal([
|
|
106
|
+
"\n ",
|
|
107
|
+
": 30.25rem;\n ",
|
|
108
|
+
": 1rem;\n\n ",
|
|
109
|
+
": 0 1.375rem;\n ",
|
|
110
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
111
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
112
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
113
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
114
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
115
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
116
|
+
": 0 0 0 1.125rem;\n ",
|
|
117
|
+
": 0;\n\n ",
|
|
118
|
+
": 0.75rem;\n ",
|
|
119
|
+
": 0.8125rem 0 0.125rem 0;\n ",
|
|
120
|
+
": 1.813rem 0 0.813rem 0;\n\n ",
|
|
121
|
+
": 0.75rem;\n ",
|
|
122
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
123
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
124
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
125
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
126
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
127
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
128
|
+
": 0.25rem;\n ",
|
|
129
|
+
": 0.5rem;\n ",
|
|
130
|
+
": 0.375rem;\n\n ",
|
|
131
|
+
": 0 0 0 0;\n ",
|
|
132
|
+
": 0.5rem auto auto -0.75rem;\n ",
|
|
133
|
+
": 0 0 auto auto;\n ",
|
|
134
|
+
": 0.25rem -0.625rem auto auto;\n\n ",
|
|
135
|
+
": 0.25rem;\n ",
|
|
136
|
+
": -0.75rem;\n ",
|
|
137
|
+
": auto 0 -0.5rem auto;\n ",
|
|
138
|
+
": auto auto -0.5rem 0;\n\n ",
|
|
139
|
+
": -0.688rem -0.5rem;\n ",
|
|
140
|
+
": 2.375rem;\n ",
|
|
141
|
+
": 1.688rem -2.938rem auto auto;\n ",
|
|
142
|
+
": 0 0.813rem 0 -0.438rem;\n\n ",
|
|
143
|
+
": 0.813rem -2.938rem auto auto;\n\n ",
|
|
144
|
+
": 0.375rem;\n ",
|
|
145
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
146
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
147
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
148
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
149
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
150
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
151
|
+
": 4rem;\n ",
|
|
152
|
+
": 1rem;\n ",
|
|
153
|
+
": 1.3125rem 1.125rem;\n ",
|
|
154
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
155
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
156
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
157
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
158
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
159
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
160
|
+
": 0.25rem 0 0 0;\n ",
|
|
161
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
162
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
163
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
164
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
165
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
166
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
167
|
+
": -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ",
|
|
168
|
+
": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ",
|
|
169
|
+
": 0 0.25rem 0 0;\n ",
|
|
170
|
+
": 0 0 0 0.25rem;\n\n ",
|
|
171
|
+
": 0.875rem;\n ",
|
|
172
|
+
": 1rem;\n ",
|
|
173
|
+
": 1rem 1rem 1.125rem 1rem;\n ",
|
|
174
|
+
": 2.125rem;\n\n ",
|
|
175
|
+
": 28rem;\n ",
|
|
176
|
+
": 28.563rem;\n\n ",
|
|
177
|
+
": 0.5rem 0 0 0;\n ",
|
|
178
|
+
": 0.75rem;\n\n ",
|
|
179
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
180
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
181
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
182
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
183
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
184
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
185
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
186
|
+
": 0.5rem 0 0 0;\n ",
|
|
187
|
+
": 0.75rem;\n\n ",
|
|
188
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
189
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
190
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
191
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
192
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
193
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
194
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
195
|
+
": 0.5rem 0 0 0;\n ",
|
|
196
|
+
": 0.75rem;\n\n ",
|
|
197
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
198
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
199
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
200
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
201
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
202
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
203
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
204
|
+
": 0.5rem 0 0 0;\n ",
|
|
205
|
+
": 0.75rem;\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-letter-spacing);\n ",
|
|
210
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
211
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
212
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
213
|
+
": 0.063rem;\n\n ",
|
|
214
|
+
": 0;\n ",
|
|
215
|
+
": 0.5rem;\n ",
|
|
216
|
+
": 1.5rem;\n\n ",
|
|
217
|
+
": 0 0 0 1rem;\n ",
|
|
218
|
+
": 0.5rem;\n\n ",
|
|
219
|
+
": var(--plasma-typo-h3-font-family);\n ",
|
|
220
|
+
": var(--plasma-typo-h3-font-size);\n ",
|
|
221
|
+
": var(--plasma-typo-h3-font-style);\n ",
|
|
222
|
+
": var(--plasma-typo-h3-letter-spacing);\n ",
|
|
223
|
+
": var(--plasma-typo-h3-line-height);\n ",
|
|
224
|
+
": var(--plasma-typo-h3-font-weight);\n ",
|
|
225
|
+
": var(--plasma-typo-h3-bold-font-weight);\n\n ",
|
|
226
|
+
": 4rem;\n ",
|
|
227
|
+
": 4rem;\n ",
|
|
228
|
+
": 1.5rem;\n ",
|
|
229
|
+
": 1rem;\n\n ",
|
|
230
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
231
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
232
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
233
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
234
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
235
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
236
|
+
": 1.313rem 0.875rem;\n ",
|
|
237
|
+
": 0.375rem;\n ",
|
|
238
|
+
": 0.875rem;\n "
|
|
239
|
+
]);
|
|
240
|
+
_templateObject1 = function _templateObject() {
|
|
241
|
+
return data;
|
|
242
|
+
};
|
|
243
|
+
return data;
|
|
244
|
+
}
|
|
245
|
+
function _templateObject2() {
|
|
102
246
|
var data = _tagged_template_literal([
|
|
103
247
|
"\n ",
|
|
104
248
|
": 26.5rem;\n ",
|
|
@@ -167,9 +311,12 @@ function _templateObject1() {
|
|
|
167
311
|
": 0 0.25rem 0 0;\n ",
|
|
168
312
|
": 0 0 0 0.25rem;\n\n ",
|
|
169
313
|
": 0.875rem;\n ",
|
|
170
|
-
":
|
|
171
|
-
":
|
|
172
|
-
":
|
|
314
|
+
": 1rem;\n ",
|
|
315
|
+
": 1rem 1rem 1.125rem 1rem;\n ",
|
|
316
|
+
": 2.125rem;\n\n ",
|
|
317
|
+
": 24.5rem;\n ",
|
|
318
|
+
": 25rem;\n\n ",
|
|
319
|
+
": 0.5rem 0 0 0;\n ",
|
|
173
320
|
": 0.75rem;\n\n ",
|
|
174
321
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
175
322
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -178,7 +325,7 @@ function _templateObject1() {
|
|
|
178
325
|
": var(--plasma-typo-body-l-line-height);\n ",
|
|
179
326
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
180
327
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
181
|
-
": 0.5rem
|
|
328
|
+
": 0.5rem 0 0 0;\n ",
|
|
182
329
|
": 0.75rem;\n\n ",
|
|
183
330
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
184
331
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -187,7 +334,7 @@ function _templateObject1() {
|
|
|
187
334
|
": var(--plasma-typo-body-l-line-height);\n ",
|
|
188
335
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
189
336
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
190
|
-
": 0.5rem 0
|
|
337
|
+
": 0.5rem 0 0 0;\n ",
|
|
191
338
|
": 0.75rem;\n\n ",
|
|
192
339
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
193
340
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -196,7 +343,7 @@ function _templateObject1() {
|
|
|
196
343
|
": var(--plasma-typo-body-l-line-height);\n ",
|
|
197
344
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
198
345
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
199
|
-
": 0.5rem
|
|
346
|
+
": 0.5rem 0 0 0;\n ",
|
|
200
347
|
": 0.75rem;\n\n ",
|
|
201
348
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
202
349
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -206,7 +353,7 @@ function _templateObject1() {
|
|
|
206
353
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
207
354
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
208
355
|
": 0.063rem;\n\n ",
|
|
209
|
-
": 0
|
|
356
|
+
": 0;\n ",
|
|
210
357
|
": 0.5rem;\n ",
|
|
211
358
|
": 1.5rem;\n\n ",
|
|
212
359
|
": 0 0 0 1rem;\n ",
|
|
@@ -221,14 +368,23 @@ function _templateObject1() {
|
|
|
221
368
|
": 3.5rem;\n ",
|
|
222
369
|
": 3.5rem;\n ",
|
|
223
370
|
": 1.5rem;\n ",
|
|
224
|
-
": 0.875rem;\n
|
|
371
|
+
": 0.875rem;\n\n ",
|
|
372
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
373
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
374
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
375
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
376
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
377
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
378
|
+
": 1.063rem 0.75rem;\n ",
|
|
379
|
+
": 0.375rem;\n ",
|
|
380
|
+
": 0.75rem;\n "
|
|
225
381
|
]);
|
|
226
|
-
|
|
382
|
+
_templateObject2 = function _templateObject() {
|
|
227
383
|
return data;
|
|
228
384
|
};
|
|
229
385
|
return data;
|
|
230
386
|
}
|
|
231
|
-
function
|
|
387
|
+
function _templateObject3() {
|
|
232
388
|
var data = _tagged_template_literal([
|
|
233
389
|
"\n ",
|
|
234
390
|
": 23rem;\n ",
|
|
@@ -296,10 +452,13 @@ function _templateObject2() {
|
|
|
296
452
|
": -0.125rem -0.125rem -0.125rem 0.75rem;\n ",
|
|
297
453
|
": 0 0.25rem 0 0;\n ",
|
|
298
454
|
": 0 0 0 0.25rem;\n\n ",
|
|
299
|
-
":
|
|
300
|
-
":
|
|
301
|
-
":
|
|
302
|
-
":
|
|
455
|
+
": 0.75rem;\n ",
|
|
456
|
+
": 1rem;\n ",
|
|
457
|
+
": 1rem 1rem 1.125rem 1rem;\n ",
|
|
458
|
+
": 2.125rem;\n\n ",
|
|
459
|
+
": 21rem;\n ",
|
|
460
|
+
": 21rem;\n\n ",
|
|
461
|
+
": 0.5rem 0 0 0;\n ",
|
|
303
462
|
": 0.625rem;\n\n ",
|
|
304
463
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
305
464
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -308,7 +467,7 @@ function _templateObject2() {
|
|
|
308
467
|
": var(--plasma-typo-body-m-line-height);\n ",
|
|
309
468
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
310
469
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
311
|
-
": 0.5rem 0
|
|
470
|
+
": 0.5rem 0 0 0;\n ",
|
|
312
471
|
": 0.625rem;\n\n ",
|
|
313
472
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
314
473
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -317,7 +476,7 @@ function _templateObject2() {
|
|
|
317
476
|
": var(--plasma-typo-body-m-line-height);\n ",
|
|
318
477
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
319
478
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
320
|
-
": 0.5rem
|
|
479
|
+
": 0.5rem 0 0 0;\n ",
|
|
321
480
|
": 0.625rem;\n\n ",
|
|
322
481
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
323
482
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -326,7 +485,7 @@ function _templateObject2() {
|
|
|
326
485
|
": var(--plasma-typo-body-m-line-height);\n ",
|
|
327
486
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
328
487
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
329
|
-
": 0.5rem
|
|
488
|
+
": 0.5rem 0 0 0;\n ",
|
|
330
489
|
": 0.625rem;\n\n ",
|
|
331
490
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
332
491
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -336,11 +495,11 @@ function _templateObject2() {
|
|
|
336
495
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
337
496
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
338
497
|
": 0.063rem;\n\n ",
|
|
339
|
-
": 0
|
|
340
|
-
": 0
|
|
498
|
+
": 0;\n ",
|
|
499
|
+
": 0;\n ",
|
|
341
500
|
": 1.5rem;\n\n ",
|
|
342
|
-
": 0 0 0 0.
|
|
343
|
-
": 0.
|
|
501
|
+
": 0 0 0 0.75rem;\n ",
|
|
502
|
+
": 0.25rem;\n\n ",
|
|
344
503
|
": var(--plasma-typo-h4-font-family);\n ",
|
|
345
504
|
": var(--plasma-typo-h4-font-size);\n ",
|
|
346
505
|
": var(--plasma-typo-h4-font-style);\n ",
|
|
@@ -351,14 +510,23 @@ function _templateObject2() {
|
|
|
351
510
|
": 3rem;\n ",
|
|
352
511
|
": 3rem;\n ",
|
|
353
512
|
": 1.25rem;\n ",
|
|
354
|
-
": 0.75rem;\n
|
|
513
|
+
": 0.75rem;\n\n ",
|
|
514
|
+
": var(--plasma-typo-body-m-font-family);\n ",
|
|
515
|
+
": var(--plasma-typo-body-m-font-style);\n ",
|
|
516
|
+
": var(--plasma-typo-body-m-font-size);\n ",
|
|
517
|
+
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
518
|
+
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
519
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
|
520
|
+
": 0.875rem 0.625rem;\n ",
|
|
521
|
+
": 0.375rem;\n ",
|
|
522
|
+
": 0.625rem;\n "
|
|
355
523
|
]);
|
|
356
|
-
|
|
524
|
+
_templateObject3 = function _templateObject() {
|
|
357
525
|
return data;
|
|
358
526
|
};
|
|
359
527
|
return data;
|
|
360
528
|
}
|
|
361
|
-
function
|
|
529
|
+
function _templateObject4() {
|
|
362
530
|
var data = _tagged_template_literal([
|
|
363
531
|
"\n ",
|
|
364
532
|
": 19.5rem;\n ",
|
|
@@ -426,10 +594,13 @@ function _templateObject3() {
|
|
|
426
594
|
": -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ",
|
|
427
595
|
": 0 0.25rem 0 0;\n ",
|
|
428
596
|
": 0 0 0 0.25rem;\n\n ",
|
|
429
|
-
":
|
|
430
|
-
":
|
|
431
|
-
": 0.875rem;\n
|
|
432
|
-
":
|
|
597
|
+
": 0.625rem;\n ",
|
|
598
|
+
": 0.875rem;\n ",
|
|
599
|
+
": 0.875rem 0.875rem 1rem 0.875rem;\n ",
|
|
600
|
+
": 1.875rem;\n\n ",
|
|
601
|
+
": 17.5rem;\n ",
|
|
602
|
+
": 17rem;\n\n ",
|
|
603
|
+
": 0.5rem 0 0 0;\n ",
|
|
433
604
|
": 0.5rem;\n\n ",
|
|
434
605
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
435
606
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -438,7 +609,7 @@ function _templateObject3() {
|
|
|
438
609
|
": var(--plasma-typo-body-s-line-height);\n ",
|
|
439
610
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
440
611
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
441
|
-
": 0.5rem 0
|
|
612
|
+
": 0.5rem 0 0 0;\n ",
|
|
442
613
|
": 0.5rem;\n\n ",
|
|
443
614
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
444
615
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -447,7 +618,7 @@ function _templateObject3() {
|
|
|
447
618
|
": var(--plasma-typo-body-s-line-height);\n ",
|
|
448
619
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
449
620
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
450
|
-
": 0.5rem
|
|
621
|
+
": 0.5rem 0 0 0;\n ",
|
|
451
622
|
": 0.5rem;\n\n ",
|
|
452
623
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
453
624
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -456,7 +627,7 @@ function _templateObject3() {
|
|
|
456
627
|
": var(--plasma-typo-body-s-line-height);\n ",
|
|
457
628
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
458
629
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
459
|
-
": 0.5rem
|
|
630
|
+
": 0.5rem 0 0 0;\n ",
|
|
460
631
|
": 0.5rem;\n\n ",
|
|
461
632
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
462
633
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -466,8 +637,8 @@ function _templateObject3() {
|
|
|
466
637
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
467
638
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
468
639
|
": 0.063rem;\n\n ",
|
|
469
|
-
": 0
|
|
470
|
-
": 0
|
|
640
|
+
": 0;\n ",
|
|
641
|
+
": 0;\n ",
|
|
471
642
|
": 1.5rem;\n\n ",
|
|
472
643
|
": 0 0 0 0.5rem;\n ",
|
|
473
644
|
": 0.25rem;\n\n ",
|
|
@@ -478,17 +649,26 @@ function _templateObject3() {
|
|
|
478
649
|
": var(--plasma-typo-h4-line-height);\n ",
|
|
479
650
|
": var(--plasma-typo-h4-font-weight);\n ",
|
|
480
651
|
": var(--plasma-typo-h4-bold-font-weight);\n\n ",
|
|
481
|
-
":
|
|
482
|
-
":
|
|
483
|
-
": 0.
|
|
652
|
+
": 2.5rem;\n ",
|
|
653
|
+
": 2.5rem;\n ",
|
|
654
|
+
": 0.5rem;\n ",
|
|
655
|
+
": 0.625rem;\n\n ",
|
|
656
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
657
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
658
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
659
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
660
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
661
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
662
|
+
": 0.688rem 0.5rem;\n ",
|
|
663
|
+
": 0.375rem;\n ",
|
|
484
664
|
": 0.5rem;\n "
|
|
485
665
|
]);
|
|
486
|
-
|
|
666
|
+
_templateObject4 = function _templateObject() {
|
|
487
667
|
return data;
|
|
488
668
|
};
|
|
489
669
|
return data;
|
|
490
670
|
}
|
|
491
|
-
function
|
|
671
|
+
function _templateObject5() {
|
|
492
672
|
var data = _tagged_template_literal([
|
|
493
673
|
"\n ",
|
|
494
674
|
": 19rem;\n ",
|
|
@@ -556,11 +736,14 @@ function _templateObject4() {
|
|
|
556
736
|
": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ",
|
|
557
737
|
": 0 0.25rem 0 0;\n ",
|
|
558
738
|
": 0 0 0 0.25rem;\n\n ",
|
|
559
|
-
":
|
|
739
|
+
": 0.5rem;\n ",
|
|
740
|
+
": 0.75rem;\n ",
|
|
741
|
+
": 0.75rem 0.75rem 0.875rem 0.75rem;\n ",
|
|
742
|
+
": 1.625rem;\n\n ",
|
|
560
743
|
": 17.5rem;\n ",
|
|
744
|
+
": 15.5rem;\n\n ",
|
|
745
|
+
": 0.5rem 0 0 0;\n ",
|
|
561
746
|
": 0.5rem;\n\n ",
|
|
562
|
-
": 0.5rem 0.75rem 0.625rem 0.75rem;\n ",
|
|
563
|
-
": 0.375rem;\n\n ",
|
|
564
747
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
565
748
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
566
749
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -568,8 +751,8 @@ function _templateObject4() {
|
|
|
568
751
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
569
752
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
570
753
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
571
|
-
": 0.
|
|
572
|
-
": 0.
|
|
754
|
+
": 0.5rem 0 0 0;\n ",
|
|
755
|
+
": 0.5rem;\n\n ",
|
|
573
756
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
574
757
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
575
758
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -577,8 +760,8 @@ function _templateObject4() {
|
|
|
577
760
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
578
761
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
579
762
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
580
|
-
": 0.
|
|
581
|
-
": 0.
|
|
763
|
+
": 0.375rem 0 0 0;\n ",
|
|
764
|
+
": 0.5rem;\n\n ",
|
|
582
765
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
583
766
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
584
767
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -586,8 +769,8 @@ function _templateObject4() {
|
|
|
586
769
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
587
770
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
588
771
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
589
|
-
": 0.375rem 0
|
|
590
|
-
": 0.
|
|
772
|
+
": 0.375rem 0 0 0;\n ",
|
|
773
|
+
": 0.5rem;\n\n ",
|
|
591
774
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
592
775
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
593
776
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -596,7 +779,7 @@ function _templateObject4() {
|
|
|
596
779
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
597
780
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
598
781
|
": 0.063rem;\n\n ",
|
|
599
|
-
": 0
|
|
782
|
+
": 0;\n ",
|
|
600
783
|
": 0;\n ",
|
|
601
784
|
": 1rem;\n\n ",
|
|
602
785
|
": 0 0 0 0.5rem;\n ",
|
|
@@ -610,15 +793,24 @@ function _templateObject4() {
|
|
|
610
793
|
": var(--plasma-typo-h5-bold-font-weight);\n\n ",
|
|
611
794
|
": 2rem;\n ",
|
|
612
795
|
": 2rem;\n ",
|
|
613
|
-
": 0.
|
|
614
|
-
": 0.5rem;\n
|
|
796
|
+
": 0.5rem;\n ",
|
|
797
|
+
": 0.5rem;\n\n ",
|
|
798
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
799
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
800
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
801
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
802
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
803
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
804
|
+
": 0.563rem 0.375rem;\n ",
|
|
805
|
+
": 0.375rem;\n ",
|
|
806
|
+
": 0.375rem;\n "
|
|
615
807
|
]);
|
|
616
|
-
|
|
808
|
+
_templateObject5 = function _templateObject() {
|
|
617
809
|
return data;
|
|
618
810
|
};
|
|
619
811
|
return data;
|
|
620
812
|
}
|
|
621
|
-
function
|
|
813
|
+
function _templateObject6() {
|
|
622
814
|
var data = _tagged_template_literal([
|
|
623
815
|
"\n ",
|
|
624
816
|
": 0.6875rem;\n ",
|
|
@@ -641,12 +833,12 @@ function _templateObject5() {
|
|
|
641
833
|
": 0.625rem;\n ",
|
|
642
834
|
": var(--surface-solid-card-brightness);\n "
|
|
643
835
|
]);
|
|
644
|
-
|
|
836
|
+
_templateObject6 = function _templateObject() {
|
|
645
837
|
return data;
|
|
646
838
|
};
|
|
647
839
|
return data;
|
|
648
840
|
}
|
|
649
|
-
function
|
|
841
|
+
function _templateObject7() {
|
|
650
842
|
var data = _tagged_template_literal([
|
|
651
843
|
"\n ",
|
|
652
844
|
": 0.5rem;\n ",
|
|
@@ -669,12 +861,12 @@ function _templateObject6() {
|
|
|
669
861
|
": 0.5625rem;\n ",
|
|
670
862
|
": var(--surface-solid-card-brightness);\n "
|
|
671
863
|
]);
|
|
672
|
-
|
|
864
|
+
_templateObject7 = function _templateObject() {
|
|
673
865
|
return data;
|
|
674
866
|
};
|
|
675
867
|
return data;
|
|
676
868
|
}
|
|
677
|
-
function
|
|
869
|
+
function _templateObject8() {
|
|
678
870
|
var data = _tagged_template_literal([
|
|
679
871
|
"\n ",
|
|
680
872
|
": var(--surface-solid-card-brightness);\n ",
|
|
@@ -682,12 +874,12 @@ function _templateObject7() {
|
|
|
682
874
|
": var(--text-primary);\n ",
|
|
683
875
|
": var(--surface-solid-card-brightness);\n "
|
|
684
876
|
]);
|
|
685
|
-
|
|
877
|
+
_templateObject8 = function _templateObject() {
|
|
686
878
|
return data;
|
|
687
879
|
};
|
|
688
880
|
return data;
|
|
689
881
|
}
|
|
690
|
-
function
|
|
882
|
+
function _templateObject9() {
|
|
691
883
|
var data = _tagged_template_literal([
|
|
692
884
|
"\n ",
|
|
693
885
|
": 0.6875rem;\n ",
|
|
@@ -709,12 +901,12 @@ function _templateObject8() {
|
|
|
709
901
|
": 0.5rem;\n ",
|
|
710
902
|
": 0.625rem;\n "
|
|
711
903
|
]);
|
|
712
|
-
|
|
904
|
+
_templateObject9 = function _templateObject() {
|
|
713
905
|
return data;
|
|
714
906
|
};
|
|
715
907
|
return data;
|
|
716
908
|
}
|
|
717
|
-
function
|
|
909
|
+
function _templateObject10() {
|
|
718
910
|
var data = _tagged_template_literal([
|
|
719
911
|
"\n ",
|
|
720
912
|
": 0.5rem;\n ",
|
|
@@ -736,22 +928,22 @@ function _templateObject9() {
|
|
|
736
928
|
": 0.375rem;\n ",
|
|
737
929
|
": 0.5625rem;\n "
|
|
738
930
|
]);
|
|
739
|
-
|
|
931
|
+
_templateObject10 = function _templateObject() {
|
|
740
932
|
return data;
|
|
741
933
|
};
|
|
742
934
|
return data;
|
|
743
935
|
}
|
|
744
|
-
function
|
|
936
|
+
function _templateObject11() {
|
|
745
937
|
var data = _tagged_template_literal([
|
|
746
938
|
"\n ",
|
|
747
939
|
": 0.4;\n "
|
|
748
940
|
]);
|
|
749
|
-
|
|
941
|
+
_templateObject11 = function _templateObject() {
|
|
750
942
|
return data;
|
|
751
943
|
};
|
|
752
944
|
return data;
|
|
753
945
|
}
|
|
754
|
-
function
|
|
946
|
+
function _templateObject12() {
|
|
755
947
|
var data = _tagged_template_literal([
|
|
756
948
|
"\n ",
|
|
757
949
|
": var(--surface-transparent-primary);\n ",
|
|
@@ -767,7 +959,7 @@ function _templateObject11() {
|
|
|
767
959
|
": 0.1;\n ",
|
|
768
960
|
": 0.1;\n "
|
|
769
961
|
]);
|
|
770
|
-
|
|
962
|
+
_templateObject12 = function _templateObject() {
|
|
771
963
|
return data;
|
|
772
964
|
};
|
|
773
965
|
return data;
|
|
@@ -776,34 +968,36 @@ import { datePickerTokens as tokens, css } from '@salutejs/plasma-new-hope/style
|
|
|
776
968
|
export var config = {
|
|
777
969
|
defaults: {
|
|
778
970
|
view: 'default',
|
|
779
|
-
size: 'm'
|
|
971
|
+
size: 'm',
|
|
972
|
+
hintSize: 'm'
|
|
780
973
|
},
|
|
781
974
|
variations: {
|
|
782
975
|
view: {
|
|
783
|
-
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.contentSlotRightColor, tokens.contentSlotRightColorHover, tokens.contentSlotRightColorActive, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentRightSlotColor, tokens.textFieldContentRightSlotColorHover, tokens.textFieldContentRightSlotColorActive, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.
|
|
976
|
+
default: css(_templateObject(), tokens.outlineFocusColor, tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.contentSlotRightColor, tokens.contentSlotRightColorHover, tokens.contentSlotRightColorActive, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentRightSlotColor, tokens.textFieldContentRightSlotColorHover, tokens.textFieldContentRightSlotColorActive, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.popoverShadow, tokens.popoverSeparatorBackground, tokens.popoverBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor, tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor, tokens.shortcutColor, tokens.shortcutBackgroundHover)
|
|
784
977
|
},
|
|
785
978
|
size: {
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
979
|
+
xl: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
980
|
+
l: css(_templateObject2(), tokens.width, tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
981
|
+
m: css(_templateObject3(), tokens.width, tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
982
|
+
s: css(_templateObject4(), tokens.width, tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
983
|
+
xs: css(_templateObject5(), tokens.width, tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius)
|
|
790
984
|
},
|
|
791
985
|
eventTooltipSize: {
|
|
792
|
-
m: css(
|
|
793
|
-
s: css(
|
|
986
|
+
m: css(_templateObject6(), tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground),
|
|
987
|
+
s: css(_templateObject7(), tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground)
|
|
794
988
|
},
|
|
795
989
|
hintView: {
|
|
796
|
-
default: css(
|
|
990
|
+
default: css(_templateObject8(), tokens.hintTooltipBackgroundColor, tokens.hintTooltipBoxShadow, tokens.hintTooltipColor, tokens.hintTooltipArrowBackground)
|
|
797
991
|
},
|
|
798
992
|
hintSize: {
|
|
799
|
-
m: css(
|
|
800
|
-
s: css(
|
|
993
|
+
m: css(_templateObject9(), tokens.hintTooltipPaddingTop, tokens.hintTooltipPaddingRight, tokens.hintTooltipPaddingBottom, tokens.hintTooltipPaddingLeft, tokens.hintTooltipMinHeight, tokens.hintTooltipBorderRadius, tokens.hintTooltipTextFontFamily, tokens.hintTooltipTextFontSize, tokens.hintTooltipTextFontStyle, tokens.hintTooltipTextFontWeight, tokens.hintTooltipTextFontLetterSpacing, tokens.hintTooltipTextFontLineHeight, tokens.hintTooltipContentLeftMargin, tokens.hintTooltipArrowMaskWidth, tokens.hintTooltipArrowMaskHeight, tokens.hintTooltipArrowMaskImage, tokens.hintTooltipArrowHeight, tokens.hintTooltipArrowEdgeMargin),
|
|
994
|
+
s: css(_templateObject10(), tokens.hintTooltipPaddingTop, tokens.hintTooltipPaddingRight, tokens.hintTooltipPaddingBottom, tokens.hintTooltipPaddingLeft, tokens.hintTooltipMinHeight, tokens.hintTooltipBorderRadius, tokens.hintTooltipTextFontFamily, tokens.hintTooltipTextFontSize, tokens.hintTooltipTextFontStyle, tokens.hintTooltipTextFontWeight, tokens.hintTooltipTextFontLetterSpacing, tokens.hintTooltipTextFontLineHeight, tokens.hintTooltipContentLeftMargin, tokens.hintTooltipArrowMaskWidth, tokens.hintTooltipArrowMaskHeight, tokens.hintTooltipArrowMaskImage, tokens.hintTooltipArrowHeight, tokens.hintTooltipArrowEdgeMargin)
|
|
801
995
|
},
|
|
802
996
|
disabled: {
|
|
803
|
-
true: css(
|
|
997
|
+
true: css(_templateObject11(), tokens.disabledOpacity)
|
|
804
998
|
},
|
|
805
999
|
readOnly: {
|
|
806
|
-
true: css(
|
|
1000
|
+
true: css(_templateObject12(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.rangeReadOnlyOpacity)
|
|
807
1001
|
}
|
|
808
1002
|
}
|
|
809
1003
|
};
|