@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
|
@@ -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 ",
|
|
@@ -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,145 @@ 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
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
153
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
154
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
155
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
156
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
157
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
158
|
+
": 0.25rem 0 0 0;\n ",
|
|
159
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
160
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
161
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
162
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
163
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
164
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
165
|
+
": -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ",
|
|
166
|
+
": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ",
|
|
167
|
+
": 0 0.25rem 0 0;\n ",
|
|
168
|
+
": 0 0 0 0.25rem;\n\n ",
|
|
169
|
+
": 0.875rem;\n ",
|
|
170
|
+
": 1rem;\n ",
|
|
171
|
+
": 1rem 1rem 1.125rem 1rem;\n ",
|
|
172
|
+
": 2.125rem;\n\n ",
|
|
173
|
+
": 28rem;\n ",
|
|
174
|
+
": 28.563rem;\n\n ",
|
|
175
|
+
": 0.5rem 0 0 0;\n ",
|
|
176
|
+
": 0.75rem;\n\n ",
|
|
177
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
178
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
179
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
180
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
181
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
182
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
183
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
184
|
+
": 0.5rem 0 0 0;\n ",
|
|
185
|
+
": 0.75rem;\n\n ",
|
|
186
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
187
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
188
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
189
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
190
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
191
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
192
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
193
|
+
": 0.5rem 0 0 0;\n ",
|
|
194
|
+
": 0.75rem;\n\n ",
|
|
195
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
196
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
197
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
198
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
199
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
200
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
201
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
202
|
+
": 0.5rem 0 0 0;\n ",
|
|
203
|
+
": 0.75rem;\n\n ",
|
|
204
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
205
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
206
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
207
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
208
|
+
": var(--plasma-typo-body-l-line-height);\n ",
|
|
209
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
210
|
+
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
211
|
+
": 0.063rem;\n\n ",
|
|
212
|
+
": 0;\n ",
|
|
213
|
+
": 0.5rem;\n ",
|
|
214
|
+
": 1.5rem;\n\n ",
|
|
215
|
+
": 0 0 0 1rem;\n ",
|
|
216
|
+
": 0.5rem;\n\n ",
|
|
217
|
+
": var(--plasma-typo-h3-font-family);\n ",
|
|
218
|
+
": var(--plasma-typo-h3-font-size);\n ",
|
|
219
|
+
": var(--plasma-typo-h3-font-style);\n ",
|
|
220
|
+
": var(--plasma-typo-h3-letter-spacing);\n ",
|
|
221
|
+
": var(--plasma-typo-h3-line-height);\n ",
|
|
222
|
+
": var(--plasma-typo-h3-font-weight);\n ",
|
|
223
|
+
": var(--plasma-typo-h3-bold-font-weight);\n\n ",
|
|
224
|
+
": 4rem;\n ",
|
|
225
|
+
": 4rem;\n ",
|
|
226
|
+
": 1.5rem;\n ",
|
|
227
|
+
": 1rem;\n\n ",
|
|
228
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
229
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
230
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
231
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
232
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
233
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
234
|
+
": 1.313rem 0.875rem;\n ",
|
|
235
|
+
": 0.375rem;\n ",
|
|
236
|
+
": 0.875rem;\n "
|
|
237
|
+
]);
|
|
238
|
+
_templateObject1 = function _templateObject() {
|
|
239
|
+
return data;
|
|
240
|
+
};
|
|
241
|
+
return data;
|
|
242
|
+
}
|
|
243
|
+
function _templateObject2() {
|
|
102
244
|
var data = _tagged_template_literal([
|
|
103
245
|
"\n ",
|
|
104
246
|
": 26.5rem;\n ",
|
|
@@ -167,9 +309,12 @@ function _templateObject1() {
|
|
|
167
309
|
": 0 0.25rem 0 0;\n ",
|
|
168
310
|
": 0 0 0 0.25rem;\n\n ",
|
|
169
311
|
": 0.875rem;\n ",
|
|
170
|
-
":
|
|
171
|
-
":
|
|
172
|
-
":
|
|
312
|
+
": 1rem;\n ",
|
|
313
|
+
": 1rem 1rem 1.125rem 1rem;\n ",
|
|
314
|
+
": 2.125rem;\n\n ",
|
|
315
|
+
": 24.5rem;\n ",
|
|
316
|
+
": 25rem;\n\n ",
|
|
317
|
+
": 0.5rem 0 0 0;\n ",
|
|
173
318
|
": 0.75rem;\n\n ",
|
|
174
319
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
175
320
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -178,7 +323,7 @@ function _templateObject1() {
|
|
|
178
323
|
": var(--plasma-typo-body-l-line-height);\n ",
|
|
179
324
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
180
325
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
181
|
-
": 0.5rem
|
|
326
|
+
": 0.5rem 0 0 0;\n ",
|
|
182
327
|
": 0.75rem;\n\n ",
|
|
183
328
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
184
329
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -187,7 +332,7 @@ function _templateObject1() {
|
|
|
187
332
|
": var(--plasma-typo-body-l-line-height);\n ",
|
|
188
333
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
189
334
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
190
|
-
": 0.5rem 0
|
|
335
|
+
": 0.5rem 0 0 0;\n ",
|
|
191
336
|
": 0.75rem;\n\n ",
|
|
192
337
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
193
338
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -196,7 +341,7 @@ function _templateObject1() {
|
|
|
196
341
|
": var(--plasma-typo-body-l-line-height);\n ",
|
|
197
342
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
198
343
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
199
|
-
": 0.5rem
|
|
344
|
+
": 0.5rem 0 0 0;\n ",
|
|
200
345
|
": 0.75rem;\n\n ",
|
|
201
346
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
202
347
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
@@ -206,7 +351,7 @@ function _templateObject1() {
|
|
|
206
351
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
207
352
|
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
|
208
353
|
": 0.063rem;\n\n ",
|
|
209
|
-
": 0
|
|
354
|
+
": 0;\n ",
|
|
210
355
|
": 0.5rem;\n ",
|
|
211
356
|
": 1.5rem;\n\n ",
|
|
212
357
|
": 0 0 0 1rem;\n ",
|
|
@@ -221,14 +366,23 @@ function _templateObject1() {
|
|
|
221
366
|
": 3.5rem;\n ",
|
|
222
367
|
": 3.5rem;\n ",
|
|
223
368
|
": 1.5rem;\n ",
|
|
224
|
-
": 0.875rem;\n
|
|
369
|
+
": 0.875rem;\n\n ",
|
|
370
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
371
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
372
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
373
|
+
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
374
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
375
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
376
|
+
": 1.063rem 0.75rem;\n ",
|
|
377
|
+
": 0.375rem;\n ",
|
|
378
|
+
": 0.75rem;\n "
|
|
225
379
|
]);
|
|
226
|
-
|
|
380
|
+
_templateObject2 = function _templateObject() {
|
|
227
381
|
return data;
|
|
228
382
|
};
|
|
229
383
|
return data;
|
|
230
384
|
}
|
|
231
|
-
function
|
|
385
|
+
function _templateObject3() {
|
|
232
386
|
var data = _tagged_template_literal([
|
|
233
387
|
"\n ",
|
|
234
388
|
": 23rem;\n ",
|
|
@@ -296,10 +450,13 @@ function _templateObject2() {
|
|
|
296
450
|
": -0.125rem -0.125rem -0.125rem 0.75rem;\n ",
|
|
297
451
|
": 0 0.25rem 0 0;\n ",
|
|
298
452
|
": 0 0 0 0.25rem;\n\n ",
|
|
299
|
-
":
|
|
300
|
-
":
|
|
301
|
-
":
|
|
302
|
-
":
|
|
453
|
+
": 0.75rem;\n ",
|
|
454
|
+
": 1rem;\n ",
|
|
455
|
+
": 1rem 1rem 1.125rem 1rem;\n ",
|
|
456
|
+
": 2.125rem;\n\n ",
|
|
457
|
+
": 21rem;\n ",
|
|
458
|
+
": 21rem;\n\n ",
|
|
459
|
+
": 0.5rem 0 0 0;\n ",
|
|
303
460
|
": 0.625rem;\n\n ",
|
|
304
461
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
305
462
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -308,7 +465,7 @@ function _templateObject2() {
|
|
|
308
465
|
": var(--plasma-typo-body-m-line-height);\n ",
|
|
309
466
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
310
467
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
311
|
-
": 0.5rem 0
|
|
468
|
+
": 0.5rem 0 0 0;\n ",
|
|
312
469
|
": 0.625rem;\n\n ",
|
|
313
470
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
314
471
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -317,7 +474,7 @@ function _templateObject2() {
|
|
|
317
474
|
": var(--plasma-typo-body-m-line-height);\n ",
|
|
318
475
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
319
476
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
320
|
-
": 0.5rem
|
|
477
|
+
": 0.5rem 0 0 0;\n ",
|
|
321
478
|
": 0.625rem;\n\n ",
|
|
322
479
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
323
480
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -326,7 +483,7 @@ function _templateObject2() {
|
|
|
326
483
|
": var(--plasma-typo-body-m-line-height);\n ",
|
|
327
484
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
328
485
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
329
|
-
": 0.5rem
|
|
486
|
+
": 0.5rem 0 0 0;\n ",
|
|
330
487
|
": 0.625rem;\n\n ",
|
|
331
488
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
332
489
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -336,11 +493,11 @@ function _templateObject2() {
|
|
|
336
493
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
337
494
|
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
|
338
495
|
": 0.063rem;\n\n ",
|
|
339
|
-
": 0
|
|
340
|
-
": 0
|
|
496
|
+
": 0;\n ",
|
|
497
|
+
": 0;\n ",
|
|
341
498
|
": 1.5rem;\n\n ",
|
|
342
|
-
": 0 0 0 0.
|
|
343
|
-
": 0.
|
|
499
|
+
": 0 0 0 0.75rem;\n ",
|
|
500
|
+
": 0.25rem;\n\n ",
|
|
344
501
|
": var(--plasma-typo-h4-font-family);\n ",
|
|
345
502
|
": var(--plasma-typo-h4-font-size);\n ",
|
|
346
503
|
": var(--plasma-typo-h4-font-style);\n ",
|
|
@@ -351,14 +508,23 @@ function _templateObject2() {
|
|
|
351
508
|
": 3rem;\n ",
|
|
352
509
|
": 3rem;\n ",
|
|
353
510
|
": 1.25rem;\n ",
|
|
354
|
-
": 0.75rem;\n
|
|
511
|
+
": 0.75rem;\n\n ",
|
|
512
|
+
": var(--plasma-typo-body-m-font-family);\n ",
|
|
513
|
+
": var(--plasma-typo-body-m-font-style);\n ",
|
|
514
|
+
": var(--plasma-typo-body-m-font-size);\n ",
|
|
515
|
+
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
516
|
+
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
517
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
|
518
|
+
": 0.875rem 0.625rem;\n ",
|
|
519
|
+
": 0.375rem;\n ",
|
|
520
|
+
": 0.625rem;\n "
|
|
355
521
|
]);
|
|
356
|
-
|
|
522
|
+
_templateObject3 = function _templateObject() {
|
|
357
523
|
return data;
|
|
358
524
|
};
|
|
359
525
|
return data;
|
|
360
526
|
}
|
|
361
|
-
function
|
|
527
|
+
function _templateObject4() {
|
|
362
528
|
var data = _tagged_template_literal([
|
|
363
529
|
"\n ",
|
|
364
530
|
": 19.5rem;\n ",
|
|
@@ -426,10 +592,13 @@ function _templateObject3() {
|
|
|
426
592
|
": -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ",
|
|
427
593
|
": 0 0.25rem 0 0;\n ",
|
|
428
594
|
": 0 0 0 0.25rem;\n\n ",
|
|
429
|
-
":
|
|
430
|
-
":
|
|
431
|
-
": 0.875rem;\n
|
|
432
|
-
":
|
|
595
|
+
": 0.625rem;\n ",
|
|
596
|
+
": 0.875rem;\n ",
|
|
597
|
+
": 0.875rem 0.875rem 1rem 0.875rem;\n ",
|
|
598
|
+
": 1.875rem;\n\n ",
|
|
599
|
+
": 17.5rem;\n ",
|
|
600
|
+
": 17rem;\n\n ",
|
|
601
|
+
": 0.5rem 0 0 0;\n ",
|
|
433
602
|
": 0.5rem;\n\n ",
|
|
434
603
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
435
604
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -438,7 +607,7 @@ function _templateObject3() {
|
|
|
438
607
|
": var(--plasma-typo-body-s-line-height);\n ",
|
|
439
608
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
440
609
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
441
|
-
": 0.5rem 0
|
|
610
|
+
": 0.5rem 0 0 0;\n ",
|
|
442
611
|
": 0.5rem;\n\n ",
|
|
443
612
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
444
613
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -447,7 +616,7 @@ function _templateObject3() {
|
|
|
447
616
|
": var(--plasma-typo-body-s-line-height);\n ",
|
|
448
617
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
449
618
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
450
|
-
": 0.5rem
|
|
619
|
+
": 0.5rem 0 0 0;\n ",
|
|
451
620
|
": 0.5rem;\n\n ",
|
|
452
621
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
453
622
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -456,7 +625,7 @@ function _templateObject3() {
|
|
|
456
625
|
": var(--plasma-typo-body-s-line-height);\n ",
|
|
457
626
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
458
627
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
459
|
-
": 0.5rem
|
|
628
|
+
": 0.5rem 0 0 0;\n ",
|
|
460
629
|
": 0.5rem;\n\n ",
|
|
461
630
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
462
631
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -466,8 +635,8 @@ function _templateObject3() {
|
|
|
466
635
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
467
636
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
|
468
637
|
": 0.063rem;\n\n ",
|
|
469
|
-
": 0
|
|
470
|
-
": 0
|
|
638
|
+
": 0;\n ",
|
|
639
|
+
": 0;\n ",
|
|
471
640
|
": 1.5rem;\n\n ",
|
|
472
641
|
": 0 0 0 0.5rem;\n ",
|
|
473
642
|
": 0.25rem;\n\n ",
|
|
@@ -478,17 +647,26 @@ function _templateObject3() {
|
|
|
478
647
|
": var(--plasma-typo-h4-line-height);\n ",
|
|
479
648
|
": var(--plasma-typo-h4-font-weight);\n ",
|
|
480
649
|
": var(--plasma-typo-h4-bold-font-weight);\n\n ",
|
|
481
|
-
":
|
|
482
|
-
":
|
|
483
|
-
": 0.
|
|
650
|
+
": 2.5rem;\n ",
|
|
651
|
+
": 2.5rem;\n ",
|
|
652
|
+
": 0.5rem;\n ",
|
|
653
|
+
": 0.625rem;\n\n ",
|
|
654
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
655
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
656
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
657
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
658
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
659
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
660
|
+
": 0.688rem 0.5rem;\n ",
|
|
661
|
+
": 0.375rem;\n ",
|
|
484
662
|
": 0.5rem;\n "
|
|
485
663
|
]);
|
|
486
|
-
|
|
664
|
+
_templateObject4 = function _templateObject() {
|
|
487
665
|
return data;
|
|
488
666
|
};
|
|
489
667
|
return data;
|
|
490
668
|
}
|
|
491
|
-
function
|
|
669
|
+
function _templateObject5() {
|
|
492
670
|
var data = _tagged_template_literal([
|
|
493
671
|
"\n ",
|
|
494
672
|
": 19rem;\n ",
|
|
@@ -556,11 +734,14 @@ function _templateObject4() {
|
|
|
556
734
|
": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ",
|
|
557
735
|
": 0 0.25rem 0 0;\n ",
|
|
558
736
|
": 0 0 0 0.25rem;\n\n ",
|
|
559
|
-
":
|
|
737
|
+
": 0.5rem;\n ",
|
|
738
|
+
": 0.75rem;\n ",
|
|
739
|
+
": 0.75rem 0.75rem 0.875rem 0.75rem;\n ",
|
|
740
|
+
": 1.625rem;\n\n ",
|
|
560
741
|
": 17.5rem;\n ",
|
|
742
|
+
": 15.5rem;\n\n ",
|
|
743
|
+
": 0.5rem 0 0 0;\n ",
|
|
561
744
|
": 0.5rem;\n\n ",
|
|
562
|
-
": 0.5rem 0.75rem 0.625rem 0.75rem;\n ",
|
|
563
|
-
": 0.375rem;\n\n ",
|
|
564
745
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
565
746
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
566
747
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -568,8 +749,8 @@ function _templateObject4() {
|
|
|
568
749
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
569
750
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
570
751
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
571
|
-
": 0.
|
|
572
|
-
": 0.
|
|
752
|
+
": 0.5rem 0 0 0;\n ",
|
|
753
|
+
": 0.5rem;\n\n ",
|
|
573
754
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
574
755
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
575
756
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -577,8 +758,8 @@ function _templateObject4() {
|
|
|
577
758
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
578
759
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
579
760
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
580
|
-
": 0.
|
|
581
|
-
": 0.
|
|
761
|
+
": 0.375rem 0 0 0;\n ",
|
|
762
|
+
": 0.5rem;\n\n ",
|
|
582
763
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
583
764
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
584
765
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -586,8 +767,8 @@ function _templateObject4() {
|
|
|
586
767
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
587
768
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
588
769
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
589
|
-
": 0.375rem 0
|
|
590
|
-
": 0.
|
|
770
|
+
": 0.375rem 0 0 0;\n ",
|
|
771
|
+
": 0.5rem;\n\n ",
|
|
591
772
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
592
773
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
593
774
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -596,7 +777,7 @@ function _templateObject4() {
|
|
|
596
777
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
597
778
|
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
|
598
779
|
": 0.063rem;\n\n ",
|
|
599
|
-
": 0
|
|
780
|
+
": 0;\n ",
|
|
600
781
|
": 0;\n ",
|
|
601
782
|
": 1rem;\n\n ",
|
|
602
783
|
": 0 0 0 0.5rem;\n ",
|
|
@@ -610,15 +791,24 @@ function _templateObject4() {
|
|
|
610
791
|
": var(--plasma-typo-h5-bold-font-weight);\n\n ",
|
|
611
792
|
": 2rem;\n ",
|
|
612
793
|
": 2rem;\n ",
|
|
613
|
-
": 0.
|
|
614
|
-
": 0.5rem;\n
|
|
794
|
+
": 0.5rem;\n ",
|
|
795
|
+
": 0.5rem;\n\n ",
|
|
796
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
797
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
798
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
799
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
800
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
801
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
802
|
+
": 0.563rem 0.375rem;\n ",
|
|
803
|
+
": 0.375rem;\n ",
|
|
804
|
+
": 0.375rem;\n "
|
|
615
805
|
]);
|
|
616
|
-
|
|
806
|
+
_templateObject5 = function _templateObject() {
|
|
617
807
|
return data;
|
|
618
808
|
};
|
|
619
809
|
return data;
|
|
620
810
|
}
|
|
621
|
-
function
|
|
811
|
+
function _templateObject6() {
|
|
622
812
|
var data = _tagged_template_literal([
|
|
623
813
|
"\n ",
|
|
624
814
|
": 0.6875rem;\n ",
|
|
@@ -641,12 +831,12 @@ function _templateObject5() {
|
|
|
641
831
|
": 0.625rem;\n ",
|
|
642
832
|
": var(--surface-solid-card-brightness);\n "
|
|
643
833
|
]);
|
|
644
|
-
|
|
834
|
+
_templateObject6 = function _templateObject() {
|
|
645
835
|
return data;
|
|
646
836
|
};
|
|
647
837
|
return data;
|
|
648
838
|
}
|
|
649
|
-
function
|
|
839
|
+
function _templateObject7() {
|
|
650
840
|
var data = _tagged_template_literal([
|
|
651
841
|
"\n ",
|
|
652
842
|
": 0.5rem;\n ",
|
|
@@ -669,12 +859,12 @@ function _templateObject6() {
|
|
|
669
859
|
": 0.5625rem;\n ",
|
|
670
860
|
": var(--surface-solid-card-brightness);\n "
|
|
671
861
|
]);
|
|
672
|
-
|
|
862
|
+
_templateObject7 = function _templateObject() {
|
|
673
863
|
return data;
|
|
674
864
|
};
|
|
675
865
|
return data;
|
|
676
866
|
}
|
|
677
|
-
function
|
|
867
|
+
function _templateObject8() {
|
|
678
868
|
var data = _tagged_template_literal([
|
|
679
869
|
"\n ",
|
|
680
870
|
": var(--surface-solid-card-brightness);\n ",
|
|
@@ -682,12 +872,12 @@ function _templateObject7() {
|
|
|
682
872
|
": var(--text-primary);\n ",
|
|
683
873
|
": var(--surface-solid-card-brightness);\n "
|
|
684
874
|
]);
|
|
685
|
-
|
|
875
|
+
_templateObject8 = function _templateObject() {
|
|
686
876
|
return data;
|
|
687
877
|
};
|
|
688
878
|
return data;
|
|
689
879
|
}
|
|
690
|
-
function
|
|
880
|
+
function _templateObject9() {
|
|
691
881
|
var data = _tagged_template_literal([
|
|
692
882
|
"\n ",
|
|
693
883
|
": 0.6875rem;\n ",
|
|
@@ -709,12 +899,12 @@ function _templateObject8() {
|
|
|
709
899
|
": 0.5rem;\n ",
|
|
710
900
|
": 0.625rem;\n "
|
|
711
901
|
]);
|
|
712
|
-
|
|
902
|
+
_templateObject9 = function _templateObject() {
|
|
713
903
|
return data;
|
|
714
904
|
};
|
|
715
905
|
return data;
|
|
716
906
|
}
|
|
717
|
-
function
|
|
907
|
+
function _templateObject10() {
|
|
718
908
|
var data = _tagged_template_literal([
|
|
719
909
|
"\n ",
|
|
720
910
|
": 0.5rem;\n ",
|
|
@@ -736,22 +926,22 @@ function _templateObject9() {
|
|
|
736
926
|
": 0.375rem;\n ",
|
|
737
927
|
": 0.5625rem;\n "
|
|
738
928
|
]);
|
|
739
|
-
|
|
929
|
+
_templateObject10 = function _templateObject() {
|
|
740
930
|
return data;
|
|
741
931
|
};
|
|
742
932
|
return data;
|
|
743
933
|
}
|
|
744
|
-
function
|
|
934
|
+
function _templateObject11() {
|
|
745
935
|
var data = _tagged_template_literal([
|
|
746
936
|
"\n ",
|
|
747
937
|
": 0.4;\n "
|
|
748
938
|
]);
|
|
749
|
-
|
|
939
|
+
_templateObject11 = function _templateObject() {
|
|
750
940
|
return data;
|
|
751
941
|
};
|
|
752
942
|
return data;
|
|
753
943
|
}
|
|
754
|
-
function
|
|
944
|
+
function _templateObject12() {
|
|
755
945
|
var data = _tagged_template_literal([
|
|
756
946
|
"\n ",
|
|
757
947
|
": var(--surface-transparent-primary);\n ",
|
|
@@ -767,7 +957,7 @@ function _templateObject11() {
|
|
|
767
957
|
": 0.1;\n ",
|
|
768
958
|
": 0.1;\n "
|
|
769
959
|
]);
|
|
770
|
-
|
|
960
|
+
_templateObject12 = function _templateObject() {
|
|
771
961
|
return data;
|
|
772
962
|
};
|
|
773
963
|
return data;
|
|
@@ -776,34 +966,36 @@ import { datePickerTokens as tokens, css } from '@salutejs/plasma-new-hope/style
|
|
|
776
966
|
export var config = {
|
|
777
967
|
defaults: {
|
|
778
968
|
view: 'default',
|
|
779
|
-
size: 'm'
|
|
969
|
+
size: 'm',
|
|
970
|
+
hintSize: 'm'
|
|
780
971
|
},
|
|
781
972
|
variations: {
|
|
782
973
|
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.
|
|
974
|
+
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
975
|
},
|
|
785
976
|
size: {
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
977
|
+
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.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),
|
|
978
|
+
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),
|
|
979
|
+
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),
|
|
980
|
+
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),
|
|
981
|
+
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
982
|
},
|
|
791
983
|
eventTooltipSize: {
|
|
792
|
-
m: css(
|
|
793
|
-
s: css(
|
|
984
|
+
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),
|
|
985
|
+
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
986
|
},
|
|
795
987
|
hintView: {
|
|
796
|
-
default: css(
|
|
988
|
+
default: css(_templateObject8(), tokens.hintTooltipBackgroundColor, tokens.hintTooltipBoxShadow, tokens.hintTooltipColor, tokens.hintTooltipArrowBackground)
|
|
797
989
|
},
|
|
798
990
|
hintSize: {
|
|
799
|
-
m: css(
|
|
800
|
-
s: css(
|
|
991
|
+
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),
|
|
992
|
+
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
993
|
},
|
|
802
994
|
disabled: {
|
|
803
|
-
true: css(
|
|
995
|
+
true: css(_templateObject11(), tokens.disabledOpacity)
|
|
804
996
|
},
|
|
805
997
|
readOnly: {
|
|
806
|
-
true: css(
|
|
998
|
+
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
999
|
}
|
|
808
1000
|
}
|
|
809
1001
|
};
|