@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 CHANGED
@@ -93,18 +93,18 @@
93
93
  }
94
94
 
95
95
 
96
- .cnvs-preview-multi-select-input.error-alert {
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-alert:has(:hover, .hover, :disabled, .disabled, :focus-visible:not([disabled])), .focus:not(:has([disabled])) {
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-alert:has(:focus-visible, .focus):not(:has([disabled])) {
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.1237-next.0",
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": "8a03bc6fdf11ecb2672ad937247aaf18b7cee0ec"
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-alert {
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
  }