@wordpress/edit-post 7.3.10 → 7.3.11

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.
@@ -1447,6 +1447,9 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
1447
1447
  .edit-post-editor__document-overview-panel-header li:only-child {
1448
1448
  width: 100%;
1449
1449
  }
1450
+ .edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
1451
+ display: flex;
1452
+ }
1450
1453
 
1451
1454
  .edit-post-editor__list-view-panel-content,
1452
1455
  .edit-post-editor__list-view-container > .document-outline,
@@ -1447,6 +1447,9 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
1447
1447
  .edit-post-editor__document-overview-panel-header li:only-child {
1448
1448
  width: 100%;
1449
1449
  }
1450
+ .edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
1451
+ display: flex;
1452
+ }
1450
1453
 
1451
1454
  .edit-post-editor__list-view-panel-content,
1452
1455
  .edit-post-editor__list-view-container > .document-outline,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-post",
3
- "version": "7.3.10",
3
+ "version": "7.3.11",
4
4
  "description": "Edit Post module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,7 +30,7 @@
30
30
  "@wordpress/a11y": "^3.26.1",
31
31
  "@wordpress/api-fetch": "^6.23.1",
32
32
  "@wordpress/block-editor": "^11.3.9",
33
- "@wordpress/block-library": "^8.3.10",
33
+ "@wordpress/block-library": "^8.3.11",
34
34
  "@wordpress/blocks": "^12.3.3",
35
35
  "@wordpress/components": "^23.3.6",
36
36
  "@wordpress/compose": "^6.3.3",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "356298f91f5e43d68dda6a770e3e6f8e1aa69f14"
69
+ "gitHead": "811da1ab3a91aacd078e71f486e1393e13f72506"
70
70
  }
@@ -51,6 +51,12 @@
51
51
  li:only-child {
52
52
  width: 100%;
53
53
  }
54
+
55
+ &.components-panel__header.edit-post-sidebar__panel-tabs {
56
+ .components-button.has-icon {
57
+ display: flex;
58
+ }
59
+ }
54
60
  }
55
61
 
56
62
  .edit-post-editor__list-view-panel-content,