@wordpress/base-styles 4.0.3 → 4.0.4
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/_z-index.scss +4 -1
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -43,6 +43,9 @@ $z-layers: (
|
|
|
43
43
|
".wp-block-cover__video-background": 0, // Video background inside cover block.
|
|
44
44
|
".wp-block-template-part__placeholder-preview-filter-input": 1,
|
|
45
45
|
|
|
46
|
+
// Fixed position appender:
|
|
47
|
+
".block-editor-block-list__block .block-list-appender": 2,
|
|
48
|
+
|
|
46
49
|
// Navigation menu dropdown.
|
|
47
50
|
".has-child .wp-block-navigation__submenu-container": 28,
|
|
48
51
|
".has-child:hover .wp-block-navigation__submenu-container": 29,
|
|
@@ -139,7 +142,7 @@ $z-layers: (
|
|
|
139
142
|
|
|
140
143
|
// Should be above the popover (dropdown)
|
|
141
144
|
".reusable-blocks-menu-items__convert-modal": 1000001,
|
|
142
|
-
".edit-site-template-part-
|
|
145
|
+
".edit-site-create-template-part-modal": 1000001,
|
|
143
146
|
|
|
144
147
|
// ...Except for popovers immediately beneath wp-admin menu on large breakpoints
|
|
145
148
|
".components-popover.block-editor-inserter__popover": 99999,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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": "ca22e8852fcc91889510e417bdaa180ad60f8dac"
|
|
27
27
|
}
|