@wordpress/components 26.0.2 → 26.0.3

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.
@@ -586,6 +586,12 @@ p + .components-button.is-tertiary {
586
586
  font-size: 21px;
587
587
  }
588
588
  }
589
+ .components-checkbox-control__input[type=checkbox][aria-disabled=true], .components-checkbox-control__input[type=checkbox]:disabled {
590
+ background: #f0f0f0;
591
+ border-color: #ddd;
592
+ cursor: default;
593
+ opacity: 1;
594
+ }
589
595
  @media (min-width: 600px) {
590
596
  .components-checkbox-control__input[type=checkbox] {
591
597
  height: 20px;
@@ -586,6 +586,12 @@ p + .components-button.is-tertiary {
586
586
  font-size: 21px;
587
587
  }
588
588
  }
589
+ .components-checkbox-control__input[type=checkbox][aria-disabled=true], .components-checkbox-control__input[type=checkbox]:disabled {
590
+ background: #f0f0f0;
591
+ border-color: #ddd;
592
+ cursor: default;
593
+ opacity: 1;
594
+ }
589
595
  @media (min-width: 600px) {
590
596
  .components-checkbox-control__input[type=checkbox] {
591
597
  height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/components",
3
- "version": "26.0.2",
3
+ "version": "26.0.3",
4
4
  "description": "UI components for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -52,7 +52,7 @@
52
52
  "@wordpress/hooks": "^3.51.1",
53
53
  "@wordpress/html-entities": "^3.51.1",
54
54
  "@wordpress/i18n": "^4.51.1",
55
- "@wordpress/icons": "^9.42.1",
55
+ "@wordpress/icons": "^9.42.2",
56
56
  "@wordpress/is-shallow-equal": "^4.51.1",
57
57
  "@wordpress/keycodes": "^3.51.1",
58
58
  "@wordpress/primitives": "^3.49.1",
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "730beb7fd33d3382d6032c3f33e451625a0fcf36"
90
+ "gitHead": "864c1c553cb284def3bd5c907998da45f5c143ea"
91
91
  }