@workday/canvas-kit-css 16.0.0-alpha.0460-next.0 → 16.0.0-alpha.0462-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.
Files changed (2) hide show
  1. package/checkbox.css +0 -4
  2. package/package.json +2 -2
package/checkbox.css CHANGED
@@ -169,10 +169,6 @@
169
169
  background-color: var(--cnvs-sys-color-brand-accent-positive, var(--cnvs-brand-success-base, oklch(0.5069 0.1569 145.56 / 1)));
170
170
  }
171
171
 
172
- .cnvs-checkbox-input:where(:disabled, .disabled)~[data-part="checkbox-background"] {
173
- opacity: var(--cnvs-sys-opacity-disabled);
174
- }
175
-
176
172
  .cnvs-checkbox-input:where(:focus-visible, :active, .focus, .active) {
177
173
  outline: none;
178
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-css",
3
- "version": "16.0.0-alpha.0460-next.0",
3
+ "version": "16.0.0-alpha.0462-next.0",
4
4
  "type": "module",
5
5
  "description": "The parent module that contains all Workday Canvas Kit CSS components",
6
6
  "author": "Workday, Inc. (https://www.workday.com)",
@@ -26,5 +26,5 @@
26
26
  "components",
27
27
  "workday"
28
28
  ],
29
- "gitHead": "f077a912b317130c7bf1191d3fea5211c58a5bb4"
29
+ "gitHead": "d80e8648cba4c3445351b3277c46f5c418f0de93"
30
30
  }