@wordpress/base-styles 6.16.1-next.v.202602241322.0 → 6.16.1

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
@@ -672,6 +672,7 @@
672
672
  outline-style: solid;
673
673
  outline-width: calc(#{$widthRatio} * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
674
674
  outline-offset: calc(#{$widthRatio} * ((-1 * var(--wp-admin-border-width-focus) ) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
675
+ 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);
675
676
  }
676
677
 
677
678
  @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-error-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.16.1-next.v.202602241322.0+bce7cff88",
3
+ "version": "6.16.1",
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": "943dde7f0b600ce238726c36284bc9f70ce0ffa4"
48
+ "gitHead": "adb6623c9f32490cfc73c7ac7f122578c1f10c65"
49
49
  }