@wordpress/base-styles 4.0.4 → 4.0.5-next.33ec3857e2.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.
Files changed (2) hide show
  1. package/_z-index.scss +1 -0
  2. package/package.json +2 -2
package/_z-index.scss CHANGED
@@ -39,6 +39,7 @@ $z-layers: (
39
39
  ".wp-block-cover__inner-container": 1, // InnerBlocks area inside cover image block
40
40
  ".wp-block-cover.is-placeholder .components-placeholder.is-large": 1, // Cover block resizer component inside a large placeholder.
41
41
  ".wp-block-cover.has-background-dim::before": 1, // Overlay area inside block cover need to be higher than the video background.
42
+ ".block-library-cover__padding-visualizer": 2, // BoxControl visualizer needs to be +1 higher than .wp-block-cover.has-background-dim::before
42
43
  ".wp-block-cover__image-background": 0, // Image background inside cover block.
43
44
  ".wp-block-cover__video-background": 0, // Video background inside cover block.
44
45
  ".wp-block-template-part__placeholder-preview-filter-input": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.0.4",
3
+ "version": "4.0.5-next.33ec3857e2.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": "ca22e8852fcc91889510e417bdaa180ad60f8dac"
26
+ "gitHead": "51c7917ea7fac72953702f24d6daac87d99e7617"
27
27
  }