@wordpress/base-styles 4.25.0 → 4.27.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.27.0 (2023-06-23)
6
+
7
+ ## 4.26.0 (2023-06-07)
8
+
5
9
  ## 4.25.0 (2023-05-24)
6
10
 
7
11
  ## 4.24.0 (2023-05-10)
package/_variables.scss CHANGED
@@ -48,6 +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
52
  $header-height: 60px;
52
53
  $panel-header-height: $grid-unit-60;
53
54
  $nav-sidebar-width: 360px;
@@ -56,7 +57,7 @@ $admin-bar-height-big: 46px;
56
57
  $admin-sidebar-width: 160px;
57
58
  $admin-sidebar-width-big: 190px;
58
59
  $admin-sidebar-width-collapsed: 36px;
59
- $modal-min-width: 360px;
60
+ $modal-min-width: 350px;
60
61
  $spinner-size: 16px;
61
62
  $canvas-padding: $grid-unit-30;
62
63
 
package/_z-index.scss CHANGED
@@ -184,6 +184,7 @@ $z-layers: (
184
184
  // Site editor layout
185
185
  ".edit-site-layout__hub": 3,
186
186
  ".edit-site-layout__header": 2,
187
+ ".edit-site-page-header": 2,
187
188
  ".edit-site-layout__canvas-container": 2,
188
189
  ".edit-site-layout__sidebar": 1,
189
190
  ".edit-site-layout__canvas-container.is-resizing::after": 100,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.25.0",
3
+ "version": "4.27.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": "c7c79cb11b677adcbf06cf5f8cfb6c5ec1699f19"
26
+ "gitHead": "d47d8069e1aae05d4a16dc287902eb90edcbff50"
27
27
  }