@wordpress/base-styles 5.8.0 → 5.8.2
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/_animations.scss +1 -1
- package/_z-index.scss +3 -5
- package/package.json +2 -2
package/_animations.scss
CHANGED
package/_z-index.scss
CHANGED
|
@@ -32,12 +32,10 @@ $z-layers: (
|
|
|
32
32
|
".interface-interface-skeleton__header": 30,
|
|
33
33
|
".interface-interface-skeleton__content": 20,
|
|
34
34
|
".edit-widgets-header": 30,
|
|
35
|
-
".wp-block-cover__inner-container": 1, // InnerBlocks area inside cover image block.
|
|
36
35
|
".wp-block-cover.is-placeholder .components-placeholder.is-large": 1, // Cover block resizer component inside a large placeholder.
|
|
37
|
-
".wp-block-cover.has-background-dim::before":
|
|
38
|
-
".block-
|
|
39
|
-
".wp-block-
|
|
40
|
-
".wp-block-cover__video-background": 0, // Video background inside cover block.
|
|
36
|
+
".wp-block-cover.has-background-dim::before": 0, // Overlay area inside block cover need to be higher than the video background.
|
|
37
|
+
".wp-block-cover__image-background": -1, // Image background inside cover block.
|
|
38
|
+
".wp-block-cover__video-background": -1, // Video background inside cover block.
|
|
41
39
|
".wp-block-template-part__placeholder-preview-filter-input": 1,
|
|
42
40
|
|
|
43
41
|
// Fixed position appender:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.2",
|
|
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": "b7af02f8431034ee19cdc33dd105d21705823eed"
|
|
31
31
|
}
|