@salutejs/plasma-web 1.596.0-canary.2271.18277060318.0 → 1.596.0-canary.2271.18458605615.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Chip/Chip.config.js +22 -14
- package/components/Combobox/Combobox.config.js +12 -4
- package/components/Combobox/Combobox.d.ts +24 -0
- package/components/DatePicker/DatePicker.d.ts +3 -3
- package/components/Select/Select.config.js +11 -5
- package/components/Select/Select.d.ts +6 -0
- package/components/TextField/TextField.config.js +18 -6
- package/css/cjs/components/Chip/Chip.config.js +1 -1
- package/css/cjs/components/Chip/Chip.config.js.map +1 -1
- package/css/cjs/components/Chip/{Chip.config_1oc3tir.css → Chip.config_10micqj.css} +7 -7
- package/css/cjs/components/Chip/Chip.css +14 -14
- package/css/cjs/components/Combobox/Combobox.config.js +1 -1
- package/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
- package/css/{es/components/Combobox/Combobox.config_x1nkr1.css → cjs/components/Combobox/Combobox.config_1dhj73p.css} +4 -4
- package/css/cjs/components/Combobox/Combobox.css +14 -14
- package/css/cjs/components/Mask/Mask.css +21 -21
- package/css/cjs/components/Select/Select.config.js +1 -1
- package/css/cjs/components/Select/Select.config.js.map +1 -1
- package/css/cjs/components/Select/{Select.config_cbscqo.css → Select.config_wwtmze.css} +3 -3
- package/css/cjs/components/Select/Select.css +23 -23
- package/css/cjs/components/TextField/TextField.config.js +1 -1
- package/css/cjs/components/TextField/TextField.config.js.map +1 -1
- package/css/{es/components/TextField/TextField.config_161dytt.css → cjs/components/TextField/TextField.config_4hsnnu.css} +6 -6
- package/css/cjs/index.css +76 -76
- package/css/es/components/Chip/Chip.config.js +1 -1
- package/css/es/components/Chip/Chip.config.js.map +1 -1
- package/css/es/components/Chip/{Chip.config_1oc3tir.css → Chip.config_10micqj.css} +7 -7
- package/css/es/components/Chip/Chip.css +14 -14
- package/css/es/components/Combobox/Combobox.config.js +1 -1
- package/css/es/components/Combobox/Combobox.config.js.map +1 -1
- package/css/{cjs/components/Combobox/Combobox.config_x1nkr1.css → es/components/Combobox/Combobox.config_1dhj73p.css} +4 -4
- package/css/es/components/Combobox/Combobox.css +14 -14
- package/css/es/components/Mask/Mask.css +21 -21
- package/css/es/components/Select/Select.config.js +1 -1
- package/css/es/components/Select/Select.config.js.map +1 -1
- package/css/es/components/Select/{Select.config_cbscqo.css → Select.config_wwtmze.css} +3 -3
- package/css/es/components/Select/Select.css +23 -23
- package/css/es/components/TextField/TextField.config.js +1 -1
- package/css/es/components/TextField/TextField.config.js.map +1 -1
- package/css/{cjs/components/TextField/TextField.config_161dytt.css → es/components/TextField/TextField.config_4hsnnu.css} +6 -6
- package/css/es/index.css +76 -76
- package/es/components/Chip/Chip.config.js +22 -14
- package/es/components/Combobox/Combobox.config.js +12 -4
- package/es/components/Select/Select.config.js +11 -5
- package/es/components/TextField/TextField.config.js +18 -6
- package/package.json +3 -3
@@ -20,8 +20,9 @@ function _templateObject() {
|
|
20
20
|
": var(--surface-solid-default);\n ",
|
21
21
|
": var(--inverse-text-primary);\n ",
|
22
22
|
": var(--surface-solid-default);\n ",
|
23
|
-
": var(--inverse-text-primary);\n
|
23
|
+
": var(--inverse-text-primary);\n ",
|
24
24
|
": var(--inverse-text-secondary);\n ",
|
25
|
+
": var(--inverse-text-secondary-hover);\n ",
|
25
26
|
": var(--inverse-text-primary);\n "
|
26
27
|
]);
|
27
28
|
_templateObject = function _templateObject() {
|
@@ -41,7 +42,9 @@ function _templateObject1() {
|
|
41
42
|
": var(--surface-solid-default);\n ",
|
42
43
|
": var(--inverse-text-primary);\n ",
|
43
44
|
": var(--surface-solid-default);\n ",
|
44
|
-
": var(--inverse-text-primary);\n
|
45
|
+
": var(--inverse-text-primary);\n ",
|
46
|
+
": var(--inverse-text-secondary);\n ",
|
47
|
+
": var(--inverse-text-secondary-hover);\n "
|
45
48
|
]);
|
46
49
|
_templateObject1 = function _templateObject() {
|
47
50
|
return data;
|
@@ -60,8 +63,9 @@ function _templateObject2() {
|
|
60
63
|
": var(--surface-transparent-secondary);\n ",
|
61
64
|
": var(--text-primary);\n ",
|
62
65
|
": var(--surface-transparent-secondary);\n ",
|
63
|
-
": var(--text-primary);\n
|
66
|
+
": var(--text-primary);\n ",
|
64
67
|
": var(--text-secondary);\n ",
|
68
|
+
": var(--text-secondary-hover);\n ",
|
65
69
|
": var(--text-primary);\n "
|
66
70
|
]);
|
67
71
|
_templateObject2 = function _templateObject() {
|
@@ -81,8 +85,9 @@ function _templateObject3() {
|
|
81
85
|
": var(--surface-accent);\n ",
|
82
86
|
": var(--on-dark-text-primary);\n ",
|
83
87
|
": var(--surface-accent);\n ",
|
84
|
-
": var(--on-dark-text-primary);\n
|
88
|
+
": var(--on-dark-text-primary);\n ",
|
85
89
|
": var(--on-dark-text-secondary);\n ",
|
90
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
86
91
|
": var(--on-dark-text-primary);\n "
|
87
92
|
]);
|
88
93
|
_templateObject3 = function _templateObject() {
|
@@ -102,8 +107,9 @@ function _templateObject4() {
|
|
102
107
|
": var(--surface-positive);\n ",
|
103
108
|
": var(--on-dark-text-primary);\n ",
|
104
109
|
": var(--surface-positive);\n ",
|
105
|
-
": var(--on-dark-text-primary);\n
|
110
|
+
": var(--on-dark-text-primary);\n ",
|
106
111
|
": var(--on-dark-text-secondary);\n ",
|
112
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
107
113
|
": var(--on-dark-text-primary);\n "
|
108
114
|
]);
|
109
115
|
_templateObject4 = function _templateObject() {
|
@@ -123,8 +129,9 @@ function _templateObject5() {
|
|
123
129
|
": var(--surface-warning);\n ",
|
124
130
|
": var(--on-dark-text-primary);\n ",
|
125
131
|
": var(--surface-warning);\n ",
|
126
|
-
": var(--on-dark-text-primary);\n
|
132
|
+
": var(--on-dark-text-primary);\n ",
|
127
133
|
": var(--on-dark-text-secondary);\n ",
|
134
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
128
135
|
": var(--on-dark-text-primary);\n "
|
129
136
|
]);
|
130
137
|
_templateObject5 = function _templateObject() {
|
@@ -144,8 +151,9 @@ function _templateObject6() {
|
|
144
151
|
": var(--surface-negative);\n ",
|
145
152
|
": var(--on-dark-text-primary);\n ",
|
146
153
|
": var(--surface-negative);\n ",
|
147
|
-
": var(--on-dark-text-primary);\n
|
154
|
+
": var(--on-dark-text-primary);\n ",
|
148
155
|
": var(--on-dark-text-secondary);\n ",
|
156
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
149
157
|
": var(--on-dark-text-primary);\n "
|
150
158
|
]);
|
151
159
|
_templateObject6 = function _templateObject() {
|
@@ -326,16 +334,16 @@ export var config = {
|
|
326
334
|
},
|
327
335
|
variations: {
|
328
336
|
view: {
|
329
|
-
default: css(_templateObject(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.leftContentColor),
|
337
|
+
default: css(_templateObject(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover, chipTokens.leftContentColor),
|
330
338
|
/**
|
331
339
|
* @deprecated
|
332
340
|
* использовать `default`
|
333
|
-
*/ primary: css(_templateObject1(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover),
|
334
|
-
secondary: css(_templateObject2(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.leftContentColor),
|
335
|
-
accent: css(_templateObject3(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.leftContentColor),
|
336
|
-
positive: css(_templateObject4(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.leftContentColor),
|
337
|
-
warning: css(_templateObject5(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.leftContentColor),
|
338
|
-
negative: css(_templateObject6(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.leftContentColor)
|
341
|
+
*/ primary: css(_templateObject1(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover),
|
342
|
+
secondary: css(_templateObject2(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover, chipTokens.leftContentColor),
|
343
|
+
accent: css(_templateObject3(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover, chipTokens.leftContentColor),
|
344
|
+
positive: css(_templateObject4(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover, chipTokens.leftContentColor),
|
345
|
+
warning: css(_templateObject5(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover, chipTokens.leftContentColor),
|
346
|
+
negative: css(_templateObject6(), chipTokens.color, chipTokens.background, chipTokens.colorHover, chipTokens.backgroundHover, chipTokens.colorActive, chipTokens.backgroundActive, chipTokens.backgroundReadOnly, chipTokens.colorReadOnly, chipTokens.backgroundReadOnlyHover, chipTokens.colorReadOnlyHover, chipTokens.closeIconColor, chipTokens.closeIconColorHover, chipTokens.leftContentColor)
|
339
347
|
},
|
340
348
|
size: {
|
341
349
|
l: css(_templateObject7(), chipTokens.borderRadius, chipTokens.pilledBorderRadius, chipTokens.width, chipTokens.height, chipTokens.padding, chipTokens.fontFamily, chipTokens.fontSize, chipTokens.fontStyle, chipTokens.fontWeight, chipTokens.letterSpacing, chipTokens.lineHeight, chipTokens.leftContentMarginLeft, chipTokens.leftContentMarginRight, chipTokens.rightContentMarginLeft, chipTokens.rightContentMarginRight, chipTokens.clearContentMarginLeft, chipTokens.clearContentMarginRight, chipTokens.closeIconSize),
|
@@ -34,6 +34,8 @@ function _templateObject() {
|
|
34
34
|
": var(--surface-negative);\n ",
|
35
35
|
": var(--text-tertiary);\n\n ",
|
36
36
|
": var(--text-secondary);\n ",
|
37
|
+
": var(--text-secondary-hover);\n ",
|
38
|
+
": var(--text-secondary);\n ",
|
37
39
|
": var(--text-primary);\n ",
|
38
40
|
": var(--surface-transparent-secondary);\n ",
|
39
41
|
": var(--text-primary);\n ",
|
@@ -87,6 +89,8 @@ function _templateObject1() {
|
|
87
89
|
": var(--surface-negative);\n ",
|
88
90
|
": var(--text-tertiary);\n\n ",
|
89
91
|
": var(--text-secondary);\n ",
|
92
|
+
": var(--text-secondary-hover);\n ",
|
93
|
+
": var(--text-secondary);\n ",
|
90
94
|
": var(--text-primary);\n ",
|
91
95
|
": var(--surface-transparent-secondary);\n ",
|
92
96
|
": var(--text-primary);\n ",
|
@@ -140,6 +144,8 @@ function _templateObject2() {
|
|
140
144
|
": var(--surface-negative);\n ",
|
141
145
|
": var(--text-tertiary);\n\n ",
|
142
146
|
": var(--text-secondary);\n ",
|
147
|
+
": var(--text-secondary-hover);\n ",
|
148
|
+
": var(--text-secondary);\n ",
|
143
149
|
": var(--text-primary);\n ",
|
144
150
|
": var(--surface-transparent-secondary);\n ",
|
145
151
|
": var(--text-primary);\n ",
|
@@ -193,6 +199,8 @@ function _templateObject3() {
|
|
193
199
|
": var(--surface-negative);\n ",
|
194
200
|
": var(--text-tertiary);\n\n ",
|
195
201
|
": var(--text-secondary);\n ",
|
202
|
+
": var(--text-secondary-hover);\n ",
|
203
|
+
": var(--text-secondary);\n ",
|
196
204
|
": var(--text-primary);\n ",
|
197
205
|
": var(--surface-transparent-secondary);\n ",
|
198
206
|
": var(--text-primary);\n ",
|
@@ -787,10 +795,10 @@ export var config = {
|
|
787
795
|
},
|
788
796
|
variations: {
|
789
797
|
view: {
|
790
|
-
default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
791
|
-
positive: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
792
|
-
warning: css(_templateObject2(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
793
|
-
negative: css(_templateObject3(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
|
798
|
+
default: css(_templateObject(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
799
|
+
positive: css(_templateObject1(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
800
|
+
warning: css(_templateObject2(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor),
|
801
|
+
negative: css(_templateObject3(), tokens.textFieldColor, tokens.textFieldClearColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColor, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldCaretColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldLabelColor, tokens.textFieldLeftHelperColor, tokens.textFieldFocusColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipColorHover, tokens.textFieldChipBackgroundHover, tokens.textFieldChipColorActive, tokens.textFieldChipBackgroundActive, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly, tokens.disclosureIconColor, tokens.disclosureIconColorHover, tokens.itemBackgroundHover, tokens.textFieldHintIconColor, tokens.dividerColor, tokens.itemIconColor, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderColor)
|
794
802
|
},
|
795
803
|
size: {
|
796
804
|
l: css(_templateObject4(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, 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.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, 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.emptyStatePadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, 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),
|
@@ -849,7 +849,9 @@ function _templateObject16() {
|
|
849
849
|
": var(--inverse-text-primary);\n ",
|
850
850
|
": var(--surface-solid-default);\n ",
|
851
851
|
": var(--surface-solid-default-hover);\n ",
|
852
|
-
": var(--inverse-text-secondary);\n
|
852
|
+
": var(--inverse-text-secondary);\n ",
|
853
|
+
": var(--inverse-text-secondary);\n ",
|
854
|
+
": var(--inverse-text-primary);\n\n ",
|
853
855
|
": var(--surface-solid-default);\n ",
|
854
856
|
": var(--inverse-text-primary);\n ",
|
855
857
|
": var(--surface-solid-default);\n ",
|
@@ -867,6 +869,8 @@ function _templateObject17() {
|
|
867
869
|
": var(--text-primary);\n ",
|
868
870
|
": var(--surface-transparent-secondary);\n ",
|
869
871
|
": var(--surface-transparent-secondary-hover);\n ",
|
872
|
+
": var(--text-secondary);\n ",
|
873
|
+
": var(--text-secondary-hover);\n ",
|
870
874
|
": var(--text-secondary);\n\n ",
|
871
875
|
": var(--surface-transparent-secondary);\n ",
|
872
876
|
": var(--text-primary);\n ",
|
@@ -885,7 +889,9 @@ function _templateObject18() {
|
|
885
889
|
": var(--on-dark-text-primary);\n ",
|
886
890
|
": var(--surface-accent);\n ",
|
887
891
|
": var(--surface-accent-hover);\n ",
|
888
|
-
": var(--on-dark-text-secondary);\n
|
892
|
+
": var(--on-dark-text-secondary);\n ",
|
893
|
+
": var(--on-dark-text-secondary);\n ",
|
894
|
+
": var(--on-dark-text-primary);\n\n ",
|
889
895
|
": var(--surface-accent);\n ",
|
890
896
|
": var(--on-dark-text-primary);\n ",
|
891
897
|
": var(--surface-accent);\n ",
|
@@ -1025,9 +1031,9 @@ export var config = {
|
|
1025
1031
|
outer: css(_templateObject15())
|
1026
1032
|
},
|
1027
1033
|
chipView: {
|
1028
|
-
default: css(_templateObject16(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
|
1029
|
-
secondary: css(_templateObject17(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
|
1030
|
-
accent: css(_templateObject18(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly)
|
1034
|
+
default: css(_templateObject16(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
|
1035
|
+
secondary: css(_templateObject17(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly),
|
1036
|
+
accent: css(_templateObject18(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipCloseIconColorReadonly, tokens.textFieldChipCloseIconColorHover, tokens.textFieldChipBackgroundReadOnly, tokens.textFieldChipColorReadOnly, tokens.textFieldChipBackgroundReadOnlyHover, tokens.textFieldChipColorReadOnlyHover, tokens.textFieldChipOpacityReadonly)
|
1031
1037
|
},
|
1032
1038
|
hintView: {
|
1033
1039
|
default: css(_templateObject19(), tokens.textFieldTooltipBackgroundColor, tokens.textFieldTooltipBoxShadow, tokens.textFieldTooltipColor, tokens.textFieldTooltipArrowBackground)
|
@@ -591,6 +591,8 @@ function _templateObject12() {
|
|
591
591
|
": var(--surface-solid-default);\n ",
|
592
592
|
": var(--inverse-text-primary);\n\n ",
|
593
593
|
": var(--inverse-text-secondary);\n ",
|
594
|
+
": var(--inverse-text-secondary);\n ",
|
595
|
+
": var(--inverse-text-secondary-hover);\n ",
|
594
596
|
": 1;\n "
|
595
597
|
]);
|
596
598
|
_templateObject12 = function _templateObject() {
|
@@ -612,6 +614,8 @@ function _templateObject13() {
|
|
612
614
|
": var(--surface-transparent-secondary);\n ",
|
613
615
|
": var(--text-primary);\n\n ",
|
614
616
|
": var(--text-secondary);\n ",
|
617
|
+
": var(--text-secondary);\n ",
|
618
|
+
": var(--text-secondary-hover);\n ",
|
615
619
|
": 1;\n "
|
616
620
|
]);
|
617
621
|
_templateObject13 = function _templateObject() {
|
@@ -633,6 +637,8 @@ function _templateObject14() {
|
|
633
637
|
": var(--surface-accent);\n ",
|
634
638
|
": var(--on-dark-text-primary);\n\n ",
|
635
639
|
": var(--on-dark-text-secondary);\n ",
|
640
|
+
": var(--on-dark-text-secondary);\n ",
|
641
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
636
642
|
": 1;\n "
|
637
643
|
]);
|
638
644
|
_templateObject14 = function _templateObject() {
|
@@ -654,6 +660,8 @@ function _templateObject15() {
|
|
654
660
|
": var(--surface-positive);\n ",
|
655
661
|
": var(--on-dark-text-primary);\n\n ",
|
656
662
|
": var(--on-dark-text-secondary);\n ",
|
663
|
+
": var(--on-dark-text-secondary);\n ",
|
664
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
657
665
|
": 1;\n "
|
658
666
|
]);
|
659
667
|
_templateObject15 = function _templateObject() {
|
@@ -675,6 +683,8 @@ function _templateObject16() {
|
|
675
683
|
": var(--surface-warning);\n ",
|
676
684
|
": var(--on-dark-text-primary);\n\n ",
|
677
685
|
": var(--on-dark-text-secondary);\n ",
|
686
|
+
": var(--on-dark-text-secondary);\n ",
|
687
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
678
688
|
": 1;\n "
|
679
689
|
]);
|
680
690
|
_templateObject16 = function _templateObject() {
|
@@ -696,6 +706,8 @@ function _templateObject17() {
|
|
696
706
|
": var(--surface-negative);\n ",
|
697
707
|
": var(--on-dark-text-primary);\n\n ",
|
698
708
|
": var(--on-dark-text-secondary);\n ",
|
709
|
+
": var(--on-dark-text-secondary);\n ",
|
710
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
699
711
|
": 1;\n "
|
700
712
|
]);
|
701
713
|
_templateObject17 = function _templateObject() {
|
@@ -828,12 +840,12 @@ export var config = {
|
|
828
840
|
true: css(_templateObject11())
|
829
841
|
},
|
830
842
|
chipView: {
|
831
|
-
default: css(_templateObject12(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
832
|
-
secondary: css(_templateObject13(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
833
|
-
accent: css(_templateObject14(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
834
|
-
positive: css(_templateObject15(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
835
|
-
warning: css(_templateObject16(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
836
|
-
negative: css(_templateObject17(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly)
|
843
|
+
default: css(_templateObject12(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
844
|
+
secondary: css(_templateObject13(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
845
|
+
accent: css(_templateObject14(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
846
|
+
positive: css(_templateObject15(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
847
|
+
warning: css(_templateObject16(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
848
|
+
negative: css(_templateObject17(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly)
|
837
849
|
},
|
838
850
|
hintView: {
|
839
851
|
default: css(_templateObject18(), tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor, tokens.tooltipArrowBackground)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.596.0-canary.2271.
|
3
|
+
"version": "1.596.0-canary.2271.18458605615.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.208.0",
|
23
23
|
"@salutejs/plasma-hope": "1.353.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.338.0-canary.2271.
|
24
|
+
"@salutejs/plasma-new-hope": "0.338.0-canary.2271.18458605615.0",
|
25
25
|
"@salutejs/plasma-themes": "0.38.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.54.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.65.0",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "900944de312c9490f5c1950c02505f5215fa2dd6"
|
115
115
|
}
|