@wordpress/base-styles 6.18.0 → 6.19.1-next.v.202604091042.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
+ ## 6.19.0 (2026-04-01)
6
+
5
7
  ## 6.18.0 (2026-03-18)
6
8
 
7
9
  ### Deprecations
package/_mixins.scss CHANGED
@@ -689,7 +689,7 @@
689
689
  outline-style: solid;
690
690
  outline-width: calc(#{$widthRatio} * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
691
691
  outline-offset: calc(#{$widthRatio} * ((-1 * var(--wp-admin-border-width-focus) ) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
692
- box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus, #{variables.$border-width-focus-fallback}) + #{variables.$border-width}) colors.$white, 0 0 0 variables.$border-width colors.$white, variables.$elevation-x-small;
692
+ box-shadow: inset 0 0 0 calc((#{$widthRatio} * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1))) + 0.5px) rgba(colors.$white, 0.7);
693
693
  }
694
694
 
695
695
  @mixin selected-block-focus($widthRatio: 1) {
package/_variables.scss CHANGED
@@ -107,7 +107,6 @@ $admin-sidebar-width-big: 190px;
107
107
  $admin-sidebar-width-collapsed: 36px;
108
108
  $spinner-size: 16px;
109
109
  $canvas-padding: $grid-unit-20;
110
- $palette-max-height: 368px;
111
110
 
112
111
  // Deprecated, please use --wpds-dimension-surface-width-* design tokens instead.
113
112
  $modal-min-width: 320px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "6.18.0",
3
+ "version": "6.19.1-next.v.202604091042.0+668146787",
4
4
  "description": "Base SCSS utilities and variables for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "c20787b1778ae64c2db65643b1c236309d68e6ba"
48
+ "gitHead": "73606df74f1c38a084bfa5db97205259ef817593"
49
49
  }