@wordpress/base-styles 4.27.0 → 4.28.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.28.0 (2023-07-05)
6
+
5
7
  ## 4.27.0 (2023-06-23)
6
8
 
7
9
  ## 4.26.0 (2023-06-07)
package/_variables.scss CHANGED
@@ -48,7 +48,7 @@ $icon-size: 24px;
48
48
  $button-size: 36px;
49
49
  $button-size-next-default-40px: 40px; // transitionary variable for next default button size
50
50
  $button-size-small: 24px;
51
- $button-size-small-next-default-32px: 32px; // transitionary variable for next small button size
51
+ $button-size-compact: 32px;
52
52
  $header-height: 60px;
53
53
  $panel-header-height: $grid-unit-60;
54
54
  $nav-sidebar-width: 360px;
package/_z-index.scss CHANGED
@@ -182,6 +182,7 @@ $z-layers: (
182
182
  ".customize-widgets__block-toolbar": 7,
183
183
 
184
184
  // Site editor layout
185
+ ".edit-site-layout__header-container": 4,
185
186
  ".edit-site-layout__hub": 3,
186
187
  ".edit-site-layout__header": 2,
187
188
  ".edit-site-page-header": 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.27.0",
3
+ "version": "4.28.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": "d47d8069e1aae05d4a16dc287902eb90edcbff50"
26
+ "gitHead": "bcd13d59b22553b3c9dc5869077bff1e864cf9f5"
27
27
  }