@wordpress/base-styles 4.39.0 → 4.39.1-next.79a6196f.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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2023 by the contributors
3
+ Copyright 2016-2024 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/_variables.scss CHANGED
@@ -62,7 +62,7 @@ $modal-width-small: 384px;
62
62
  $modal-width-medium: 512px;
63
63
  $modal-width-large: 840px;
64
64
  $spinner-size: 16px;
65
- $canvas-padding: $grid-unit-30;
65
+ $canvas-padding: $grid-unit-20;
66
66
 
67
67
 
68
68
  /**
package/_z-index.scss CHANGED
@@ -32,7 +32,6 @@ $z-layers: (
32
32
  ".interface-interface-skeleton__header": 30,
33
33
  ".interface-interface-skeleton__content": 20,
34
34
  ".edit-widgets-header": 30,
35
- ".block-library-button__inline-link .block-editor-url-input__suggestions": 6, // URL suggestions for button block above sibling inserter
36
35
  ".wp-block-cover__inner-container": 1, // InnerBlocks area inside cover image block.
37
36
  ".wp-block-cover.is-placeholder .components-placeholder.is-large": 1, // Cover block resizer component inside a large placeholder.
38
37
  ".wp-block-cover.has-background-dim::before": 1, // Overlay area inside block cover need to be higher than the video background.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.39.0",
3
+ "version": "4.39.1-next.79a6196f.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": "fcf61b4beff747222c2c81d09d757ca1a0abd925"
26
+ "gitHead": "1e74b942ac0119a22ceaaf5c9594263f3ec516ab"
27
27
  }