@wordpress/base-styles 4.5.0 → 4.6.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/_mixins.scss +0 -1
- package/_z-index.scss +3 -0
- package/package.json +2 -2
package/_mixins.scss
CHANGED
package/_z-index.scss
CHANGED
|
@@ -162,6 +162,9 @@ $z-layers: (
|
|
|
162
162
|
// Show tooltips above NUX tips, wp-admin menus, submenus, and sidebar:
|
|
163
163
|
".components-tooltip": 1000002,
|
|
164
164
|
|
|
165
|
+
// Keep template popover underneath 'Create custom template' modal overlay.
|
|
166
|
+
".edit-post-post-template__dialog": 99999,
|
|
167
|
+
|
|
165
168
|
// Make sure corner handles are above side handles for ResizableBox component
|
|
166
169
|
".components-resizable-box__handle": 2,
|
|
167
170
|
".components-resizable-box__side-handle": 2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.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": "a80eeb62ec7cb1418b9915c277e084a29d6665e3"
|
|
27
27
|
}
|