@wordpress/preferences 4.27.0 → 4.28.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.28.0 (2025-08-07)
6
+
5
7
  ## 4.27.0 (2025-07-23)
6
8
 
7
9
  ## 4.26.0 (2025-06-25)
@@ -244,7 +244,7 @@
244
244
  @media (min-width: 600px) {
245
245
  .preferences-modal {
246
246
  width: calc(100% - 32px);
247
- height: calc(100% - 120px);
247
+ height: calc(100% - 128px);
248
248
  }
249
249
  }
250
250
  @media (min-width: 782px) {
@@ -265,7 +265,7 @@
265
265
 
266
266
  .preferences__tabs-tablist {
267
267
  position: absolute !important;
268
- top: 84px;
268
+ top: 88px;
269
269
  right: 16px;
270
270
  width: 160px;
271
271
  }
@@ -244,7 +244,7 @@
244
244
  @media (min-width: 600px) {
245
245
  .preferences-modal {
246
246
  width: calc(100% - 32px);
247
- height: calc(100% - 120px);
247
+ height: calc(100% - 128px);
248
248
  }
249
249
  }
250
250
  @media (min-width: 782px) {
@@ -265,7 +265,7 @@
265
265
 
266
266
  .preferences__tabs-tablist {
267
267
  position: absolute !important;
268
- top: 84px;
268
+ top: 88px;
269
269
  left: 16px;
270
270
  width: 160px;
271
271
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/preferences",
3
- "version": "4.27.0",
3
+ "version": "4.28.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.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",
34
+ "@wordpress/a11y": "^4.28.0",
35
+ "@wordpress/components": "^30.1.0",
36
+ "@wordpress/compose": "^7.28.0",
37
+ "@wordpress/data": "^10.28.0",
38
+ "@wordpress/deprecated": "^4.28.0",
39
+ "@wordpress/element": "^6.28.0",
40
+ "@wordpress/i18n": "^6.1.0",
41
+ "@wordpress/icons": "^10.28.0",
42
+ "@wordpress/private-apis": "^1.28.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": "abe06a6f2aef8d03c30ea9d5b3e133f041e523b1"
52
+ "gitHead": "28cc2098f5ee28f89096b638533796538f495f72"
53
53
  }