@wordpress/base-styles 6.17.0 → 6.17.1-next.v.202603161435.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/_mixins.scss CHANGED
@@ -689,6 +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
693
  }
693
694
 
694
695
  @mixin selected-block-focus($widthRatio: 1) {
package/_z-index.scss CHANGED
@@ -137,6 +137,7 @@ $z-layers: (
137
137
  ".editor-post-template__swap-template-modal": 1000001,
138
138
  ".editor-post-template__create-template-modal": 1000001,
139
139
  ".edit-site-template-panel__replace-template-modal": 1000001,
140
+ ".editor-sync-connection-modal": 1000001,
140
141
 
141
142
  // Note: The ConfirmDialog component's z-index is being set to 1000001 in packages/components/src/confirm-dialog/styles.ts
142
143
  // because it uses emotion and not sass. We need it to render on top its parent popover.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "6.17.0",
3
+ "version": "6.17.1-next.v.202603161435.0+ab4981c4f",
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": "8bfc179b9aed74c0a6dd6e8edf7a49e40e4f87cc"
48
+ "gitHead": "748f4e4564fcc0e6ae90200d90bb993a3cef5828"
49
49
  }