@wordpress/base-styles 4.0.2 → 4.0.3
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 +2 -0
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -115,6 +115,8 @@ $z-layers: (
|
|
|
115
115
|
|
|
116
116
|
// Show the navigation toggle above the skeleton header
|
|
117
117
|
".edit-site-navigation-toggle": 31,
|
|
118
|
+
// Show the navigation link above the skeleton header
|
|
119
|
+
".edit-site-navigation-link": 31,
|
|
118
120
|
|
|
119
121
|
// Show the FSE template previews above the editor and any open block toolbars
|
|
120
122
|
".edit-site-navigation-panel__preview": 32,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
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": "393c2b5533837fd637e998d23f0124c081a10df0"
|
|
27
27
|
}
|