@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 +2 -0
- package/_z-index.scss +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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.
|
|
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": "
|
|
26
|
+
"gitHead": "78a288d55b83a713b2f7d98d5a855c0771a2afc6"
|
|
27
27
|
}
|