@wordpress/base-styles 4.47.0 → 4.48.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.48.0 (2024-05-02)
6
+
5
7
  ## 4.47.0 (2024-04-19)
6
8
 
7
9
  ## 4.46.0 (2024-04-03)
package/_z-index.scss CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  $z-layers: (
6
6
  ".block-editor-block-list__block::before": 0,
7
+ ".block-editor-block-list__block.is-selected": 20,
7
8
  ".block-editor-block-switcher__arrow": 1,
8
9
  ".block-editor-block-list__block {core/image aligned wide or fullwide}": 20,
9
10
  ".block-library-classic__toolbar": 31, // When scrolled to top this toolbar needs to sit over block-editor-block-toolbar
@@ -87,6 +88,7 @@ $z-layers: (
87
88
  // #wpadminbar { z-index: 99999 }
88
89
  ".interface-interface-skeleton__sidebar": 100000,
89
90
  ".edit-post-layout__toggle-sidebar-panel": 100000,
91
+ ".editor-layout__toggle-sidebar-panel": 100000,
90
92
  ".edit-widgets-sidebar": 100000,
91
93
  ".edit-post-layout .edit-post-post-publish-panel": 100001,
92
94
  // For larger views, the wp-admin navbar dropdown should be at top of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.47.0",
3
+ "version": "4.48.0",
4
4
  "description": "Base SCSS utilities and variables for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -23,5 +23,5 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "gitHead": "280403b4c1cf6cc2c55a6c4d56f9ef91145e4191"
26
+ "gitHead": "581d8a5580dba8f600b7268d51eb554771ae482c"
27
27
  }