@workday/canvas-kit-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/checkbox.css CHANGED
@@ -55,7 +55,7 @@
55
55
  }
56
56
 
57
57
 
58
- .cnvs-checkbox-background.error-alert {
58
+ .cnvs-checkbox-background.error-caution {
59
59
  --cnvs-checkbox-background-error-ring-color-inner: var(--cnvs-brand-common-alert-inner);
60
60
  --cnvs-checkbox-background-error-ring-color-outer: var(--cnvs-brand-common-alert-outer);
61
61
  background-color: var(--cnvs-brand-alert-lightest);
package/form-field.css CHANGED
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
 
68
- .cnvs-form-field-hint.error-alert {
68
+ .cnvs-form-field-hint.error-caution {
69
69
  color: var(--cnvs-sys-color-text-caution-default);
70
70
  }
71
71
 
@@ -149,7 +149,7 @@
149
149
  }
150
150
 
151
151
 
152
- .cnvs-form-field-group-list.error-alert {
152
+ .cnvs-form-field-group-list.error-caution {
153
153
  background-color: var(--cnvs-brand-alert-lightest);
154
154
  box-shadow: inset 0 0 0 0.0625rem var(--cnvs-brand-common-alert-outer),inset 0 0 0 0.1875rem var(--cnvs-brand-common-alert-inner);
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-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 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/select.css CHANGED
@@ -41,7 +41,7 @@
41
41
  }
42
42
 
43
43
 
44
- .cnvs-select-input.error-alert [data-part="select-visual-input"] {
44
+ .cnvs-select-input.error-caution [data-part="select-visual-input"] {
45
45
  background-color: var(--cnvs-brand-alert-lightest);
46
46
  }
47
47
 
package/switch.css CHANGED
@@ -49,7 +49,7 @@
49
49
  }
50
50
 
51
51
 
52
- .cnvs-switch-input.error-alert~div:first-of-type {
52
+ .cnvs-switch-input.error-caution~div:first-of-type {
53
53
  box-shadow: 0 0 0 0.125rem var(--cnvs-sys-color-border-inverse),0 0 0 var(--cnvs-sys-space-x1) var(--cnvs-brand-common-alert-inner),0 0 0 0.3125rem var(--cnvs-brand-common-alert-outer);
54
54
  }
55
55
 
package/text-input.css CHANGED
@@ -75,18 +75,18 @@
75
75
  }
76
76
 
77
77
 
78
- .cnvs-text-input.error-alert {
78
+ .cnvs-text-input.error-caution {
79
79
  border-color: var(--cnvs-brand-common-alert-outer);
80
80
  box-shadow: inset 0 0 0 0.125rem var(--cnvs-brand-common-alert-inner);
81
81
  background-color: var(--cnvs-brand-alert-lightest);
82
82
  outline-offset: 0.125rem;
83
83
  }
84
84
 
85
- .cnvs-text-input.error-alert:is(:hover, .hover, :disabled, .disabled, :focus-visible:not([disabled]), .focus:not([disabled])) {
85
+ .cnvs-text-input.error-caution:is(:hover, .hover, :disabled, .disabled, :focus-visible:not([disabled]), .focus:not([disabled])) {
86
86
  border-color: var(--cnvs-brand-common-alert-outer);
87
87
  }
88
88
 
89
- .cnvs-text-input.error-alert:is(:focus-visible, .focus):not([disabled]) {
89
+ .cnvs-text-input.error-caution:is(:focus-visible, .focus):not([disabled]) {
90
90
  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);
91
91
  }
92
92