@wordpress/base-styles 5.0.0 → 5.1.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 +2 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/_z-index.scss
CHANGED
|
@@ -86,13 +86,12 @@ $z-layers: (
|
|
|
86
86
|
// Show sidebar above wp-admin navigation bar for mobile viewports:
|
|
87
87
|
// #wpadminbar { z-index: 99999 }
|
|
88
88
|
".interface-interface-skeleton__sidebar": 100000,
|
|
89
|
-
".edit-post-layout__toggle-sidebar-panel": 100000,
|
|
90
89
|
".editor-layout__toggle-sidebar-panel": 100000,
|
|
91
90
|
".edit-widgets-sidebar": 100000,
|
|
92
|
-
".
|
|
91
|
+
".editor-post-publish-panel": 100001,
|
|
93
92
|
// For larger views, the wp-admin navbar dropdown should be at top of
|
|
94
93
|
// the Publish Post sidebar.
|
|
95
|
-
".
|
|
94
|
+
".editor-post-publish-panel {greater than small}": 99998,
|
|
96
95
|
|
|
97
96
|
// For larger views, the wp-admin navbar dropdown should be on top of
|
|
98
97
|
// the multi-entity saving sidebar.
|
|
@@ -190,8 +189,6 @@ $z-layers: (
|
|
|
190
189
|
".customize-widgets__block-toolbar": 7,
|
|
191
190
|
|
|
192
191
|
// Site editor layout
|
|
193
|
-
".edit-site-layout__header-container": 4,
|
|
194
|
-
".edit-site-layout__hub": 3,
|
|
195
192
|
".edit-site-page-header": 2,
|
|
196
193
|
".edit-site-page-content": 1,
|
|
197
194
|
".edit-site-patterns__dataviews-list-pagination": 2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.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",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
|
|
31
31
|
}
|