@wordpress/preferences 4.26.0 → 4.27.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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.27.0 (2025-07-23)
6
+
5
7
  ## 4.26.0 (2025-06-25)
6
8
 
7
9
  ## 4.25.0 (2025-06-04)
@@ -281,6 +281,8 @@
281
281
  }
282
282
  }
283
283
  .preferences-modal__section {
284
+ border: 0;
285
+ padding: 0;
284
286
  margin: 0 0 2.5rem 0;
285
287
  }
286
288
  .preferences-modal__section:last-child {
@@ -281,6 +281,8 @@
281
281
  }
282
282
  }
283
283
  .preferences-modal__section {
284
+ border: 0;
285
+ padding: 0;
284
286
  margin: 0 0 2.5rem 0;
285
287
  }
286
288
  .preferences-modal__section:last-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/preferences",
3
- "version": "4.26.0",
3
+ "version": "4.27.0",
4
4
  "description": "Utilities for managing WordPress preferences.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -31,15 +31,15 @@
31
31
  "sideEffects": false,
32
32
  "dependencies": {
33
33
  "@babel/runtime": "7.25.7",
34
- "@wordpress/a11y": "^4.26.0",
35
- "@wordpress/components": "^29.12.0",
36
- "@wordpress/compose": "^7.26.0",
37
- "@wordpress/data": "^10.26.0",
38
- "@wordpress/deprecated": "^4.26.0",
39
- "@wordpress/element": "^6.26.0",
40
- "@wordpress/i18n": "^5.26.0",
41
- "@wordpress/icons": "^10.26.0",
42
- "@wordpress/private-apis": "^1.26.0",
34
+ "@wordpress/a11y": "^4.27.0",
35
+ "@wordpress/components": "^30.0.0",
36
+ "@wordpress/compose": "^7.27.0",
37
+ "@wordpress/data": "^10.27.0",
38
+ "@wordpress/deprecated": "^4.27.0",
39
+ "@wordpress/element": "^6.27.0",
40
+ "@wordpress/i18n": "^6.0.0",
41
+ "@wordpress/icons": "^10.27.0",
42
+ "@wordpress/private-apis": "^1.27.0",
43
43
  "clsx": "^2.1.1"
44
44
  },
45
45
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "35e26942820d8237771af0c58e45b4303f0497f1"
52
+ "gitHead": "abe06a6f2aef8d03c30ea9d5b3e133f041e523b1"
53
53
  }
@@ -1,4 +1,8 @@
1
1
  .preferences-modal__section {
2
+ // Reset `fieldset` browser defaults.
3
+ border: 0;
4
+ padding: 0;
5
+
2
6
  margin: 0 0 2.5rem 0;
3
7
 
4
8
  &:last-child {