@wordpress/base-styles 5.22.0 → 5.23.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
+ ## 5.23.0 (2025-05-07)
6
+
5
7
  ## 5.22.0 (2025-04-11)
6
8
 
7
9
  ## 5.21.0 (2025-03-27)
package/_z-index.scss CHANGED
@@ -14,6 +14,7 @@ $z-layers: (
14
14
  // These next three share a stacking context
15
15
  ".block-library-template-part__selection-search": 2, // higher sticky element
16
16
  ".block-library-query-pattern__selection-search": 2, // higher sticky element
17
+ ".editor-post-template__swap-template-search": 2, // higher sticky element
17
18
 
18
19
  // These next two share a stacking context
19
20
  ".interface-complementary-area .components-panel" : 0, // lower scrolling content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "5.22.0",
3
+ "version": "5.23.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",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "01a314d7e46a50101e328fdb11959c441e49372d"
30
+ "gitHead": "ab5c79cd40adbb68898536c50e035b0a734338ea"
31
31
  }