@wordpress/base-styles 4.10.0 → 4.12.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 +4 -0
- package/_z-index.scss +0 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/_z-index.scss
CHANGED
|
@@ -32,7 +32,6 @@ $z-layers: (
|
|
|
32
32
|
".edit-post-layout__footer": 30,
|
|
33
33
|
".interface-interface-skeleton__header": 30,
|
|
34
34
|
".interface-interface-skeleton__content": 20,
|
|
35
|
-
".edit-site-header": 62,
|
|
36
35
|
".edit-widgets-header": 30,
|
|
37
36
|
".block-library-button__inline-link .block-editor-url-input__suggestions": 6, // URL suggestions for button block above sibling inserter
|
|
38
37
|
".wp-block-cover__inner-container": 1, // InnerBlocks area inside cover image block
|
|
@@ -90,7 +89,6 @@ $z-layers: (
|
|
|
90
89
|
// #wpadminbar { z-index: 99999 }
|
|
91
90
|
".interface-interface-skeleton__sidebar": 100000,
|
|
92
91
|
".edit-post-layout__toggle-sidebar-panel": 100000,
|
|
93
|
-
".edit-site-sidebar": 100000,
|
|
94
92
|
".edit-widgets-sidebar": 100000,
|
|
95
93
|
".edit-post-layout .edit-post-post-publish-panel": 100001,
|
|
96
94
|
// For larger views, the wp-admin navbar dropdown should be at top of
|
|
@@ -106,7 +104,6 @@ $z-layers: (
|
|
|
106
104
|
// Show sidebar in greater than small viewports above editor related elements
|
|
107
105
|
// but below #adminmenuback { z-index: 100 }
|
|
108
106
|
".interface-interface-skeleton__sidebar {greater than small}": 90,
|
|
109
|
-
".edit-site-sidebar {greater than small}": 90,
|
|
110
107
|
".edit-widgets-sidebar {greater than small}": 90,
|
|
111
108
|
|
|
112
109
|
// Show interface skeleton footer above interface skeleton drawer
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.12.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": "511f4cc1f0138641bc4394bc1cf36e833109c791"
|
|
27
27
|
}
|