@workday/canvas-kit-preview-css 14.0.0-alpha.1237-next.0 → 14.0.0-alpha.1238-next.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/multi-select.css +3 -3
- package/package.json +2 -2
- package/radio.css +1 -1
package/multi-select.css
CHANGED
|
@@ -93,18 +93,18 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
.cnvs-preview-multi-select-input.error-
|
|
96
|
+
.cnvs-preview-multi-select-input.error-caution {
|
|
97
97
|
border-color: var(--cnvs-brand-common-alert-outer);
|
|
98
98
|
box-shadow: inset 0 0 0 0.125rem var(--cnvs-brand-common-alert-inner);
|
|
99
99
|
background-color: var(--cnvs-brand-alert-lightest);
|
|
100
100
|
outline-offset: 0.125rem;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.cnvs-preview-multi-select-input.error-
|
|
103
|
+
.cnvs-preview-multi-select-input.error-caution:has(:hover, .hover, :disabled, .disabled, :focus-visible:not([disabled])), .focus:not(:has([disabled])) {
|
|
104
104
|
border-color: var(--cnvs-brand-common-alert-outer);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.cnvs-preview-multi-select-input.error-
|
|
107
|
+
.cnvs-preview-multi-select-input.error-caution:has(:focus-visible, .focus):not(:has([disabled])) {
|
|
108
108
|
box-shadow: inset 0 0 0 0.125rem var(--cnvs-brand-common-alert-inner),0 0 0 2px var(--cnvs-sys-color-border-inverse),0 0 0 4px var(--cnvs-brand-common-focus-outline);
|
|
109
109
|
}
|
|
110
110
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-preview-css",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.1238-next.0",
|
|
4
4
|
"description": "The parent module that contains all Workday Canvas Kit Preview CSS components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"components",
|
|
26
26
|
"workday"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ddfa0ae8c1be2e17cd6133b84fa8a76825267f5b"
|
|
29
29
|
}
|
package/radio.css
CHANGED
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
|
|
201
|
-
.cnvs-preview-radio-group.error-
|
|
201
|
+
.cnvs-preview-radio-group.error-caution {
|
|
202
202
|
background-color: var(--cnvs-brand-alert-lightest);
|
|
203
203
|
box-shadow: inset 0 0 0 0.0625rem var(--cnvs-brand-common-alert-inner),inset 0 0 0 0.1875rem var(--cnvs-brand-common-alert-outer);
|
|
204
204
|
}
|