@wordpress/base-styles 4.15.0 → 4.16.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,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.16.0 (2023-01-11)
6
+
5
7
  ## 4.15.0 (2023-01-02)
6
8
 
7
9
  ## 4.14.0 (2022-12-14)
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2022 by the contributors
3
+ Copyright 2016-2023 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/_z-index.scss CHANGED
@@ -183,6 +183,7 @@ $z-layers: (
183
183
  ".edit-site-layout__header": 2,
184
184
  ".edit-site-layout__canvas-container": 2,
185
185
  ".edit-site-layout__sidebar": 1,
186
+ ".edit-site-layout__canvas-container.is-resizing::after": 100,
186
187
  );
187
188
 
188
189
  @function z-index( $key ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.15.0",
3
+ "version": "4.16.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": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
26
+ "gitHead": "204c880ff65295768e9695dfee6c7a9fee1fdd05"
27
27
  }