@wordpress/base-styles 4.42.2 → 4.43.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.43.0 (2024-02-21)
6
+
5
7
  ## 4.42.0 (2024-02-09)
6
8
 
7
9
  ## 4.41.0 (2024-01-24)
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 $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));
67
+ box-shadow: inset 0 0 0 $border-width $white, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
68
68
 
69
69
  // Windows High Contrast mode will show this outline, but not the box-shadow.
70
70
  outline: 2px solid transparent;
package/_z-index.scss CHANGED
@@ -190,7 +190,6 @@ $z-layers: (
190
190
  ".edit-site-page-header": 2,
191
191
  ".edit-site-page-content": 1,
192
192
  ".edit-site-patterns__header": 2,
193
- ".edit-site-patterns__grid-pagination": 2,
194
193
  ".edit-site-patterns__dataviews-list-pagination": 2,
195
194
  ".edit-site-templates__dataviews-list-pagination": 2,
196
195
  ".edit-site-layout__canvas-container": 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.42.2",
3
+ "version": "4.43.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": "b12d75c5c5256fda2a0509bb432e20ddd3354d5e"
26
+ "gitHead": "c139588f4c668b38bafbc5431f2f4e3903dbe683"
27
27
  }