@wordpress/interface 5.30.0 → 5.32.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,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.32.0 (2024-04-03)
6
+
7
+ ## 5.31.0 (2024-03-21)
8
+
5
9
  ## 5.30.0 (2024-03-06)
6
10
 
7
11
  ## Breaking Changes
@@ -447,7 +447,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
447
447
  display: none;
448
448
  margin: 0;
449
449
  }
450
- .interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"], .interface-pinned-items .components-button[aria-controls="edit-site:global-styles"] {
450
+ .interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"] {
451
451
  display: flex;
452
452
  }
453
453
  .interface-pinned-items .components-button svg {
@@ -447,7 +447,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
447
447
  display: none;
448
448
  margin: 0;
449
449
  }
450
- .interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"], .interface-pinned-items .components-button[aria-controls="edit-site:global-styles"] {
450
+ .interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"] {
451
451
  display: flex;
452
452
  }
453
453
  .interface-pinned-items .components-button svg {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/interface",
3
- "version": "5.30.0",
3
+ "version": "5.32.0",
4
4
  "description": "Interface module for WordPress. The package contains shared functionality across the modern JavaScript-based WordPress screens.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -32,18 +32,18 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.16.0",
35
- "@wordpress/a11y": "^3.53.0",
36
- "@wordpress/components": "^27.1.0",
37
- "@wordpress/compose": "^6.30.0",
38
- "@wordpress/data": "^9.23.0",
39
- "@wordpress/deprecated": "^3.53.0",
40
- "@wordpress/element": "^5.30.0",
41
- "@wordpress/i18n": "^4.53.0",
42
- "@wordpress/icons": "^9.44.0",
43
- "@wordpress/plugins": "^6.21.0",
44
- "@wordpress/preferences": "^3.30.0",
45
- "@wordpress/private-apis": "^0.35.0",
46
- "@wordpress/viewport": "^5.30.0",
35
+ "@wordpress/a11y": "^3.55.0",
36
+ "@wordpress/components": "^27.3.0",
37
+ "@wordpress/compose": "^6.32.0",
38
+ "@wordpress/data": "^9.25.0",
39
+ "@wordpress/deprecated": "^3.55.0",
40
+ "@wordpress/element": "^5.32.0",
41
+ "@wordpress/i18n": "^4.55.0",
42
+ "@wordpress/icons": "^9.46.0",
43
+ "@wordpress/plugins": "^6.23.0",
44
+ "@wordpress/preferences": "^3.32.0",
45
+ "@wordpress/private-apis": "^0.37.0",
46
+ "@wordpress/viewport": "^5.32.0",
47
47
  "classnames": "^2.3.1"
48
48
  },
49
49
  "peerDependencies": {
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "ac3c3e465a083081a86a4da6ee6fb817b41e5130"
56
+ "gitHead": "ac2b13783c28f959770cf029a797a712f59e1958"
57
57
  }
@@ -10,8 +10,7 @@
10
10
  &[aria-controls="edit-post:document"],
11
11
  &[aria-controls="edit-post:block"],
12
12
  &[aria-controls="edit-site:template"],
13
- &[aria-controls="edit-site:block-inspector"],
14
- &[aria-controls="edit-site:global-styles"] {
13
+ &[aria-controls="edit-site:block-inspector"] {
15
14
  display: flex;
16
15
  }
17
16