@wordpress/base-styles 4.30.0 → 4.31.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.31.0 (2023-08-16)
6
+
5
7
  ## 4.30.0 (2023-08-10)
6
8
 
7
9
  ## 4.29.0 (2023-07-20)
package/_z-index.scss CHANGED
@@ -121,6 +121,7 @@ $z-layers: (
121
121
 
122
122
  // Should be above the popover (dropdown)
123
123
  ".reusable-blocks-menu-items__convert-modal": 1000001,
124
+ ".patterns-menu-items__convert-modal": 1000001,
124
125
  ".edit-site-create-template-part-modal": 1000001,
125
126
  ".block-editor-block-lock-modal": 1000001,
126
127
  ".block-editor-template-part__selection-modal": 1000001,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.30.0",
3
+ "version": "4.31.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": "b898cf1dc8e70841d1647ea0994ac6278acc18a7"
26
+ "gitHead": "78a288d55b83a713b2f7d98d5a855c0771a2afc6"
27
27
  }