@salutejs/sdds-finai 0.322.1-canary.2382.20340419800.0 → 0.322.1-canary.2387.20295571144.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.config.js +20 -48
- package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +20 -46
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +23 -46
- package/dist/styled-components/cjs/components/Range/Range.config.js +28 -54
- package/dist/styled-components/cjs/components/Select/Select.config.js +21 -48
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +53 -62
- package/dist/styled-components/cjs/components/TextField/TextField.clear.config.js +27 -43
- package/dist/styled-components/cjs/components/TextField/TextField.config.js +22 -48
- package/dist/styled-components/cjs/components/TimePicker/TimePicker.config.js +19 -47
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +20 -48
- package/dist/styled-components/es/components/Combobox/Combobox.config.js +20 -46
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +23 -46
- package/dist/styled-components/es/components/Range/Range.config.js +28 -54
- package/dist/styled-components/es/components/Select/Select.config.js +21 -48
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +53 -62
- package/dist/styled-components/es/components/TextField/TextField.clear.config.js +27 -43
- package/dist/styled-components/es/components/TextField/TextField.config.js +22 -48
- package/dist/styled-components/es/components/TimePicker/TimePicker.config.js +19 -47
- package/package.json +6 -6
- package/types/components/Combobox/Combobox.d.ts +0 -24
- package/types/components/Select/Select.d.ts +0 -6
|
@@ -11,12 +11,9 @@ function _tagged_template_literal(strings, raw) {
|
|
|
11
11
|
function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
|
13
13
|
"\n ",
|
|
14
|
-
": var(--surface-transparent-
|
|
14
|
+
": var(--surface-transparent-primary);\n ",
|
|
15
15
|
": var(--surface-transparent-negative);\n ",
|
|
16
16
|
": var(--surface-transparent-positive);\n\n ",
|
|
17
|
-
": var(--outline-solid-primary);\n ",
|
|
18
|
-
": var(--outline-transparent-negative);\n ",
|
|
19
|
-
": var(--outline-transparent-positive);\n\n ",
|
|
20
17
|
": var(--text-primary);\n ",
|
|
21
18
|
": var(--text-primary);\n ",
|
|
22
19
|
": var(--text-secondary);\n ",
|
|
@@ -30,20 +27,14 @@ function _templateObject() {
|
|
|
30
27
|
": var(--text-tertiary);\n ",
|
|
31
28
|
": var(--text-accent);\n\n ",
|
|
32
29
|
": var(--surface-negative);\n\n ",
|
|
33
|
-
": var(--surface-transparent-
|
|
34
|
-
": var(--surface-transparent-
|
|
35
|
-
": var(--outline-solid-primary-hover);\n ",
|
|
36
|
-
": var(--outline-accent);\n ",
|
|
30
|
+
": var(--surface-transparent-primary-hover);\n ",
|
|
31
|
+
": var(--surface-transparent-secondary);\n ",
|
|
37
32
|
": var(--surface-transparent-negative);\n ",
|
|
38
33
|
": var(--surface-transparent-negative-hover);\n ",
|
|
39
|
-
": var(--surface-transparent-
|
|
40
|
-
": var(--outline-transparent-negative-hover);\n ",
|
|
41
|
-
": var(--outline-accent);\n ",
|
|
34
|
+
": var(--surface-transparent-negative-active);\n ",
|
|
42
35
|
": var(--surface-transparent-positive);\n ",
|
|
43
36
|
": var(--surface-transparent-positive-hover);\n ",
|
|
44
|
-
": var(--surface-transparent-
|
|
45
|
-
": var(--outline-transparent-positive-hover);\n ",
|
|
46
|
-
": var(--outline-accent);\n\n ",
|
|
37
|
+
": var(--surface-transparent-positive-active);\n\n ",
|
|
47
38
|
": var(--text-tertiary);\n ",
|
|
48
39
|
": var(--text-tertiary);\n\n ",
|
|
49
40
|
": var(--text-accent);\n "
|
|
@@ -56,8 +47,7 @@ function _templateObject() {
|
|
|
56
47
|
function _templateObject1() {
|
|
57
48
|
var data = _tagged_template_literal([
|
|
58
49
|
"\n ",
|
|
59
|
-
": 1rem;\n ",
|
|
60
|
-
": 0.125rem;\n\n ",
|
|
50
|
+
": 1rem;\n\n ",
|
|
61
51
|
": 0 0.375rem;\n ",
|
|
62
52
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
63
53
|
": var(--plasma-typo-body-l-font-style);\n ",
|
|
@@ -82,8 +72,7 @@ function _templateObject1() {
|
|
|
82
72
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
83
73
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
84
74
|
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
85
|
-
": var(--plasma-typo-body-l-line-height);\n ",
|
|
86
|
-
": 0.125rem;\n\n ",
|
|
75
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
87
76
|
": 0.25rem 0 0 0;\n ",
|
|
88
77
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
89
78
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -110,8 +99,7 @@ function _templateObject1() {
|
|
|
110
99
|
function _templateObject2() {
|
|
111
100
|
var data = _tagged_template_literal([
|
|
112
101
|
"\n ",
|
|
113
|
-
": 0.875rem;\n ",
|
|
114
|
-
": 0.125rem;\n\n ",
|
|
102
|
+
": 0.875rem;\n\n ",
|
|
115
103
|
": 0 0.375rem;\n ",
|
|
116
104
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
117
105
|
": var(--plasma-typo-body-l-font-style);\n ",
|
|
@@ -142,8 +130,7 @@ function _templateObject2() {
|
|
|
142
130
|
": var(--plasma-typo-body-l-font-size);\n ",
|
|
143
131
|
": var(--plasma-typo-body-l-font-weight);\n ",
|
|
144
132
|
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
145
|
-
": var(--plasma-typo-body-l-line-height);\n ",
|
|
146
|
-
": 0.125rem;\n\n ",
|
|
133
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
147
134
|
": 0.25rem 0 0 0;\n ",
|
|
148
135
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
149
136
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -164,8 +151,7 @@ function _templateObject2() {
|
|
|
164
151
|
function _templateObject3() {
|
|
165
152
|
var data = _tagged_template_literal([
|
|
166
153
|
"\n ",
|
|
167
|
-
": 0.75rem;\n ",
|
|
168
|
-
": 0.125rem;\n\n ",
|
|
154
|
+
": 0.75rem;\n\n ",
|
|
169
155
|
": 0 0.375rem;\n ",
|
|
170
156
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
171
157
|
": var(--plasma-typo-body-m-font-style);\n ",
|
|
@@ -196,8 +182,7 @@ function _templateObject3() {
|
|
|
196
182
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
197
183
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
198
184
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
199
|
-
": var(--plasma-typo-body-m-line-height);\n ",
|
|
200
|
-
": 0.125rem;\n\n ",
|
|
185
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
|
201
186
|
": 0.25rem 0 0 0;\n ",
|
|
202
187
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
203
188
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -218,8 +203,7 @@ function _templateObject3() {
|
|
|
218
203
|
function _templateObject4() {
|
|
219
204
|
var data = _tagged_template_literal([
|
|
220
205
|
"\n ",
|
|
221
|
-
": 0.625rem;\n ",
|
|
222
|
-
": 0.125rem;\n\n ",
|
|
206
|
+
": 0.625rem;\n\n ",
|
|
223
207
|
": 0 0.375rem;\n ",
|
|
224
208
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
225
209
|
": var(--plasma-typo-body-s-font-style);\n ",
|
|
@@ -250,8 +234,7 @@ function _templateObject4() {
|
|
|
250
234
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
251
235
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
252
236
|
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
253
|
-
": var(--plasma-typo-body-s-line-height);\n ",
|
|
254
|
-
": 0.125rem;\n\n ",
|
|
237
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
255
238
|
": 0.25rem 0 0 0;\n ",
|
|
256
239
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
257
240
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -272,8 +255,7 @@ function _templateObject4() {
|
|
|
272
255
|
function _templateObject5() {
|
|
273
256
|
var data = _tagged_template_literal([
|
|
274
257
|
"\n ",
|
|
275
|
-
": 0.5rem;\n ",
|
|
276
|
-
": 0.125rem;\n\n ",
|
|
258
|
+
": 0.5rem;\n\n ",
|
|
277
259
|
": 0 0.375rem;\n ",
|
|
278
260
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
279
261
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -304,8 +286,7 @@ function _templateObject5() {
|
|
|
304
286
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
305
287
|
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
306
288
|
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
307
|
-
": var(--plasma-typo-body-xs-line-height);\n ",
|
|
308
|
-
": 0.125rem;\n\n ",
|
|
289
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
309
290
|
": 0.25rem 0 0 0;\n ",
|
|
310
291
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
311
292
|
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
@@ -326,12 +307,7 @@ function _templateObject5() {
|
|
|
326
307
|
function _templateObject6() {
|
|
327
308
|
var data = _tagged_template_literal([
|
|
328
309
|
"\n ",
|
|
329
|
-
":
|
|
330
|
-
": transparent;\n ",
|
|
331
|
-
": var(--surface-transparent-secondary);\n ",
|
|
332
|
-
": transparent;\n ",
|
|
333
|
-
": var(--text-secondary);\n ",
|
|
334
|
-
": var(--text-secondary);\n "
|
|
310
|
+
": 0.4;\n "
|
|
335
311
|
]);
|
|
336
312
|
_templateObject6 = function _templateObject() {
|
|
337
313
|
return data;
|
|
@@ -341,17 +317,15 @@ function _templateObject6() {
|
|
|
341
317
|
function _templateObject7() {
|
|
342
318
|
var data = _tagged_template_literal([
|
|
343
319
|
"\n ",
|
|
344
|
-
": var(--surface-transparent-
|
|
345
|
-
": var(--surface-transparent-card);\n ",
|
|
320
|
+
": var(--surface-transparent-primary);\n ",
|
|
346
321
|
": var(--text-primary);\n ",
|
|
347
322
|
": var(--text-secondary);\n ",
|
|
348
323
|
": var(--text-secondary);\n ",
|
|
324
|
+
": 0.1;\n ",
|
|
349
325
|
": 0.4;\n ",
|
|
350
|
-
":
|
|
351
|
-
": var(--text-
|
|
326
|
+
": 0.4;\n\n ",
|
|
327
|
+
": var(--text-primary);\n ",
|
|
352
328
|
": transparent;\n ",
|
|
353
|
-
": var(--text-secondary);\n ",
|
|
354
|
-
": var(--text-secondary);\n ",
|
|
355
329
|
": var(--text-secondary);\n "
|
|
356
330
|
]);
|
|
357
331
|
_templateObject7 = function _templateObject() {
|
|
@@ -367,20 +341,20 @@ export var config = {
|
|
|
367
341
|
},
|
|
368
342
|
variations: {
|
|
369
343
|
view: {
|
|
370
|
-
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.
|
|
344
|
+
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.textFieldBackgroundColorHover, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorHover, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorHover, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor)
|
|
371
345
|
},
|
|
372
346
|
size: {
|
|
373
|
-
xl: css(_templateObject1(), tokens.borderRadius, tokens.
|
|
374
|
-
l: css(_templateObject2(), tokens.borderRadius, tokens.
|
|
375
|
-
m: css(_templateObject3(), tokens.borderRadius, tokens.
|
|
376
|
-
s: css(_templateObject4(), tokens.borderRadius, tokens.
|
|
377
|
-
xs: css(_templateObject5(), tokens.borderRadius, tokens.
|
|
347
|
+
xl: css(_templateObject1(), tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, 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.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight),
|
|
348
|
+
l: css(_templateObject2(), tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, 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),
|
|
349
|
+
m: css(_templateObject3(), tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, 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),
|
|
350
|
+
s: css(_templateObject4(), tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, 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),
|
|
351
|
+
xs: css(_templateObject5(), tokens.borderRadius, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, 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)
|
|
378
352
|
},
|
|
379
353
|
disabled: {
|
|
380
|
-
true: css(_templateObject6(), tokens.disabledOpacity
|
|
354
|
+
true: css(_templateObject6(), tokens.disabledOpacity)
|
|
381
355
|
},
|
|
382
356
|
readOnly: {
|
|
383
|
-
true: css(_templateObject7(), tokens.backgroundReadOnly, tokens.
|
|
357
|
+
true: css(_templateObject7(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.readOnlyOpacity, tokens.dividerOpacityReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
|
|
384
358
|
}
|
|
385
359
|
}
|
|
386
360
|
};
|
|
@@ -14,11 +14,8 @@ function _templateObject() {
|
|
|
14
14
|
": var(--text-primary);\n\n ",
|
|
15
15
|
": var(--text-secondary);\n ",
|
|
16
16
|
": var(--text-tertiary);\n\n ",
|
|
17
|
-
": var(--surface-transparent-
|
|
18
|
-
": var(--surface-transparent-
|
|
19
|
-
": var(--outline-solid-primary);\n ",
|
|
20
|
-
": var(--outline-solid-primary-hover);\n ",
|
|
21
|
-
": var(--outline-accent);\n ",
|
|
17
|
+
": var(--surface-transparent-primary);\n ",
|
|
18
|
+
": var(--surface-transparent-secondary);\n ",
|
|
22
19
|
": var(--text-tertiary);\n ",
|
|
23
20
|
": var(--text-tertiary);\n ",
|
|
24
21
|
": var(--text-primary);\n ",
|
|
@@ -63,15 +60,11 @@ function _templateObject1() {
|
|
|
63
60
|
": var(--text-secondary);\n ",
|
|
64
61
|
": var(--text-tertiary);\n\n ",
|
|
65
62
|
": var(--surface-transparent-positive);\n ",
|
|
66
|
-
": var(--surface-transparent-
|
|
67
|
-
": var(--outline-transparent-positive);\n ",
|
|
68
|
-
": var(--outline-transparent-positive-hover);\n ",
|
|
69
|
-
": var(--outline-accent);\n ",
|
|
63
|
+
": var(--surface-transparent-positive-active);\n ",
|
|
70
64
|
": var(--text-tertiary);\n ",
|
|
71
65
|
": var(--text-tertiary);\n ",
|
|
72
66
|
": var(--text-primary);\n ",
|
|
73
67
|
": var(--text-positive);\n ",
|
|
74
|
-
": var(--text-secondary);\n ",
|
|
75
68
|
": var(--text-accent);\n\n ",
|
|
76
69
|
": var(--text-secondary);\n ",
|
|
77
70
|
": var(--text-secondary-hover);\n ",
|
|
@@ -112,15 +105,11 @@ function _templateObject2() {
|
|
|
112
105
|
": var(--text-secondary);\n ",
|
|
113
106
|
": var(--text-tertiary);\n\n ",
|
|
114
107
|
": var(--surface-transparent-warning);\n ",
|
|
115
|
-
": var(--surface-transparent-
|
|
116
|
-
": var(--outline-transparent-warning);\n ",
|
|
117
|
-
": var(--outline-transparent-warning-hover);\n ",
|
|
118
|
-
": var(--outline-accent);\n ",
|
|
108
|
+
": var(--surface-transparent-warning-active);\n ",
|
|
119
109
|
": var(--text-tertiary);\n ",
|
|
120
110
|
": var(--text-tertiary);\n ",
|
|
121
111
|
": var(--text-primary);\n ",
|
|
122
112
|
": var(--text-warning);\n ",
|
|
123
|
-
": var(--text-secondary);\n ",
|
|
124
113
|
": var(--text-accent);\n\n ",
|
|
125
114
|
": var(--text-secondary);\n ",
|
|
126
115
|
": var(--text-secondary-hover);\n ",
|
|
@@ -161,15 +150,11 @@ function _templateObject3() {
|
|
|
161
150
|
": var(--text-secondary);\n ",
|
|
162
151
|
": var(--text-tertiary);\n\n ",
|
|
163
152
|
": var(--surface-transparent-negative);\n ",
|
|
164
|
-
": var(--surface-transparent-
|
|
165
|
-
": var(--outline-transparent-negative);\n ",
|
|
166
|
-
": var(--outline-transparent-negative-hover);\n ",
|
|
167
|
-
": var(--outline-accent);\n ",
|
|
153
|
+
": var(--surface-transparent-negative-active);\n ",
|
|
168
154
|
": var(--text-tertiary);\n ",
|
|
169
155
|
": var(--text-tertiary);\n ",
|
|
170
156
|
": var(--text-primary);\n ",
|
|
171
157
|
": var(--text-negative);\n ",
|
|
172
|
-
": var(--text-secondary);\n ",
|
|
173
158
|
": var(--text-accent);\n\n ",
|
|
174
159
|
": var(--text-secondary);\n ",
|
|
175
160
|
": var(--text-secondary-hover);\n ",
|
|
@@ -408,7 +393,6 @@ function _templateObject10() {
|
|
|
408
393
|
": 2.375rem;\n ",
|
|
409
394
|
": 0.563rem -2.938rem auto auto;\n ",
|
|
410
395
|
": 0.563rem -2.188rem auto auto;\n\n ",
|
|
411
|
-
": 0.125rem;\n ",
|
|
412
396
|
": 0.25rem;\n ",
|
|
413
397
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
414
398
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -511,7 +495,6 @@ function _templateObject11() {
|
|
|
511
495
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
|
512
496
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
513
497
|
": var(--plasma-typo-body-m-line-height);\n\n ",
|
|
514
|
-
": 0.125rem;\n ",
|
|
515
498
|
": 0.625rem;\n ",
|
|
516
499
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
517
500
|
": var(--plasma-typo-body-m-font-size);\n ",
|
|
@@ -625,7 +608,6 @@ function _templateObject12() {
|
|
|
625
608
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
626
609
|
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
627
610
|
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
628
|
-
": 0.125rem;\n ",
|
|
629
611
|
": 0.5rem;\n ",
|
|
630
612
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
631
613
|
": var(--plasma-typo-body-s-font-size);\n ",
|
|
@@ -750,7 +732,6 @@ function _templateObject13() {
|
|
|
750
732
|
": 2.375rem;\n ",
|
|
751
733
|
": -0.188rem -2.1875rem auto auto;\n ",
|
|
752
734
|
": -0.188rem -1.938rem auto auto;\n\n ",
|
|
753
|
-
": 0.125rem;\n ",
|
|
754
735
|
": 0.25rem;\n ",
|
|
755
736
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
756
737
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -924,7 +905,7 @@ function _templateObject18() {
|
|
|
924
905
|
function _templateObject19() {
|
|
925
906
|
var data = _tagged_template_literal([
|
|
926
907
|
"\n ",
|
|
927
|
-
": var(--surface-solid-card);\n ",
|
|
908
|
+
": var(--surface-solid-card-brightness);\n ",
|
|
928
909
|
": var(--shadow-down-hard-m, 0px 4px 12px 0px rgba(0, 0, 0, 0.16),0px 1px 4px 0px rgba(0, 0, 0, 0.08));\n ",
|
|
929
910
|
": var(--text-primary);\n ",
|
|
930
911
|
": var(--surface-solid-card);\n "
|
|
@@ -991,12 +972,7 @@ function _templateObject21() {
|
|
|
991
972
|
function _templateObject22() {
|
|
992
973
|
var data = _tagged_template_literal([
|
|
993
974
|
"\n ",
|
|
994
|
-
":
|
|
995
|
-
": var(--surface-transparent-secondary);\n ",
|
|
996
|
-
": transparent;\n ",
|
|
997
|
-
": var(--text-secondary);\n ",
|
|
998
|
-
": var(--text-secondary);\n ",
|
|
999
|
-
": var(--text-secondary);\n "
|
|
975
|
+
": 0.4;\n "
|
|
1000
976
|
]);
|
|
1001
977
|
_templateObject22 = function _templateObject() {
|
|
1002
978
|
return data;
|
|
@@ -1006,18 +982,15 @@ function _templateObject22() {
|
|
|
1006
982
|
function _templateObject23() {
|
|
1007
983
|
var data = _tagged_template_literal([
|
|
1008
984
|
"\n ",
|
|
1009
|
-
":
|
|
985
|
+
": 0.4;\n ",
|
|
986
|
+
": 0.1;\n ",
|
|
1010
987
|
": var(--text-primary);\n ",
|
|
1011
|
-
": var(--surface-transparent-
|
|
1012
|
-
": var(--surface-transparent-card);\n ",
|
|
988
|
+
": var(--surface-transparent-primary);\n ",
|
|
1013
989
|
": var(--text-secondary);\n ",
|
|
1014
990
|
": var(--text-secondary);\n ",
|
|
1015
991
|
": var(--text-secondary);\n ",
|
|
1016
992
|
": var(--text-primary);\n ",
|
|
1017
|
-
": var(--surface-transparent-primary);\n
|
|
1018
|
-
": var(--text-secondary);\n ",
|
|
1019
|
-
": var(--text-secondary);\n ",
|
|
1020
|
-
": var(--text-secondary);\n "
|
|
993
|
+
": var(--surface-transparent-primary);\n "
|
|
1021
994
|
]);
|
|
1022
995
|
_templateObject23 = function _templateObject() {
|
|
1023
996
|
return data;
|
|
@@ -1034,10 +1007,10 @@ export var config = {
|
|
|
1034
1007
|
},
|
|
1035
1008
|
variations: {
|
|
1036
1009
|
view: {
|
|
1037
|
-
default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.
|
|
1038
|
-
positive: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.
|
|
1039
|
-
warning: css(_templateObject2(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.
|
|
1040
|
-
negative: css(_templateObject3(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.
|
|
1010
|
+
default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
1011
|
+
positive: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
1012
|
+
warning: css(_templateObject2(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
1013
|
+
negative: css(_templateObject3(), tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
1041
1014
|
accent: css(_templateObject4(), tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
1042
1015
|
secondary: css(_templateObject5(), tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
1043
1016
|
clear: css(_templateObject6(), tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
|
@@ -1046,10 +1019,10 @@ export var config = {
|
|
|
1046
1019
|
white: css(_templateObject9(), tokens.buttonColor, tokens.buttonColorHover, tokens.buttonColorActive, tokens.buttonArrowColor, tokens.buttonArrowColorHover, tokens.buttonArrowColorActive, tokens.buttonBackgroundColor, tokens.buttonBackgroundColorHover, tokens.buttonBackgroundColorActive, tokens.itemBackgroundHover, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemDisabledOpacity, tokens.itemDisabledColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
|
|
1047
1020
|
},
|
|
1048
1021
|
size: {
|
|
1049
|
-
l: css(_templateObject10(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.
|
|
1050
|
-
m: css(_templateObject11(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.
|
|
1051
|
-
s: css(_templateObject12(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.
|
|
1052
|
-
xs: css(_templateObject13(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.
|
|
1022
|
+
l: css(_templateObject10(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
|
|
1023
|
+
m: css(_templateObject11(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
|
|
1024
|
+
s: css(_templateObject12(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
|
|
1025
|
+
xs: css(_templateObject13(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
|
|
1053
1026
|
},
|
|
1054
1027
|
labelPlacement: {
|
|
1055
1028
|
inner: css(_templateObject14(), tokens.textFieldPlaceholderColor, tokens.textFieldLabelInnerFontFamily, tokens.textFieldLabelInnerFontSize, tokens.textFieldLabelInnerFontStyle, tokens.textFieldLabelInnerFontWeight, tokens.textFieldLabelInnerLetterSpacing, tokens.textFieldLabelInnerLineHeight),
|
|
@@ -1068,10 +1041,10 @@ export var config = {
|
|
|
1068
1041
|
s: css(_templateObject21(), tokens.textFieldTooltipPaddingTop, tokens.textFieldTooltipPaddingRight, tokens.textFieldTooltipPaddingBottom, tokens.textFieldTooltipPaddingLeft, tokens.textFieldTooltipMinHeight, tokens.textFieldTooltipBorderRadius, tokens.textFieldTooltipTextFontFamily, tokens.textFieldTooltipTextFontSize, tokens.textFieldTooltipTextFontStyle, tokens.textFieldTooltipTextFontWeight, tokens.textFieldTooltipTextFontLetterSpacing, tokens.textFieldTooltipTextFontLineHeight, tokens.textFieldTooltipContentLeftMargin, tokens.textFieldTooltipArrowMaskWidth, tokens.textFieldTooltipArrowMaskHeight, tokens.textFieldTooltipArrowMaskImage, tokens.textFieldTooltipArrowHeight, tokens.textFieldTooltipArrowEdgeMargin)
|
|
1069
1042
|
},
|
|
1070
1043
|
disabled: {
|
|
1071
|
-
true: css(_templateObject22(), tokens.textFieldDisabledOpacity
|
|
1044
|
+
true: css(_templateObject22(), tokens.textFieldDisabledOpacity)
|
|
1072
1045
|
},
|
|
1073
1046
|
readOnly: {
|
|
1074
|
-
true: css(_templateObject23(), tokens.disclosureIconOpacityReadOnly, tokens.
|
|
1047
|
+
true: css(_templateObject23(), tokens.disclosureIconOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
|
|
1075
1048
|
}
|
|
1076
1049
|
}
|
|
1077
1050
|
};
|