@wordpress/base-styles 4.11.0 → 4.13.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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.13.0 (2022-11-16)
6
+
7
+ ## 4.12.0 (2022-11-02)
8
+
5
9
  ## 4.11.0 (2022-10-19)
6
10
 
7
11
  ## 4.10.0 (2022-10-05)
package/_z-index.scss CHANGED
@@ -187,6 +187,8 @@ $z-layers: (
187
187
 
188
188
  // Appear under the topbar.
189
189
  ".customize-widgets__block-toolbar": 7,
190
+
191
+ ".is-focusing-regions [role='region']:focus .interface-navigable-region__stacker": -1,
190
192
  );
191
193
 
192
194
  @function z-index( $key ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.11.0",
3
+ "version": "4.13.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": "a2ff0e6471c88436dad0287beb88d1729aa6f5dd"
26
+ "gitHead": "7ac04f446242452d3cb24372f9ca58f0cae97715"
27
27
  }