@wordpress/base-styles 4.34.0 → 4.35.1-next.f8d8eceb.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.35.0 (2023-10-18)
6
+
5
7
  ## 4.34.0 (2023-10-05)
6
8
 
7
9
  ## 4.33.0 (2023-09-20)
package/_mixins.scss CHANGED
@@ -64,7 +64,7 @@
64
64
  */
65
65
 
66
66
  @mixin block-toolbar-button-style__focus() {
67
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px $white;
67
+ box-shadow: inset 0 0 0 $border-width var(--wp-components-color-background, $white), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
68
68
 
69
69
  // Windows High Contrast mode will show this outline, but not the box-shadow.
70
70
  outline: 2px solid transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.34.0",
3
+ "version": "4.35.1-next.f8d8eceb.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": "9b8e598c5418d38fe72197c24ef1d3dd6c712151"
26
+ "gitHead": "8d8fd197e202b8104ffb1cb83048efd0a6c3faf4"
27
27
  }