@deque/cauldron-styles 6.1.0-canary.f877edfd → 6.2.0-canary.0308d757

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/dist/index.css +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1684,11 +1684,13 @@ textarea.Field--has-error:focus:hover,
1684
1684
  .Radio__overlay--disabled.Icon--radio-checked,
1685
1685
  .Checkbox__overlay--disabled.Icon--checkbox-checked {
1686
1686
  color: var(--field-icon-checked-disabled-color);
1687
+ cursor: default;
1687
1688
  }
1688
1689
 
1689
1690
  .Checkbox__overlay--disabled.Icon--checkbox-unchecked,
1690
1691
  .Radio__overlay--disabled.Icon--radio-unchecked {
1691
1692
  color: var(--field-icon-unchecked-disabled-color);
1693
+ cursor: default;
1692
1694
  }
1693
1695
 
1694
1696
  .Field__label:hover ~ .Radio__overlay:not(.Radio__overlay--disabled),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.1.0-canary.f877edfd",
3
+ "version": "6.2.0-canary.0308d757",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",