@wordpress/base-styles 4.26.0 → 4.26.1
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/_variables.scss +1 -1
- package/_z-index.scss +1 -0
- package/package.json +2 -2
package/_variables.scss
CHANGED
package/_z-index.scss
CHANGED
|
@@ -184,6 +184,7 @@ $z-layers: (
|
|
|
184
184
|
// Site editor layout
|
|
185
185
|
".edit-site-layout__hub": 3,
|
|
186
186
|
".edit-site-layout__header": 2,
|
|
187
|
+
".edit-site-page-header": 2,
|
|
187
188
|
".edit-site-layout__canvas-container": 2,
|
|
188
189
|
".edit-site-layout__sidebar": 1,
|
|
189
190
|
".edit-site-layout__canvas-container.is-resizing::after": 100,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.1",
|
|
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": "ce5639111c30763dbdf07f40eeb136ea6030ecf1"
|
|
27
27
|
}
|