@wordpress/base-styles 4.37.0 → 4.39.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,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.39.0 (2023-12-13)
6
+
7
+ ## 4.38.0 (2023-11-29)
8
+
5
9
  ## 4.37.0 (2023-11-16)
6
10
 
7
11
  ## 4.36.0 (2023-11-02)
package/_z-index.scss CHANGED
@@ -128,7 +128,7 @@ $z-layers: (
128
128
  ".block-editor-block-rename-modal": 1000001,
129
129
  ".edit-site-list__rename-modal": 1000001,
130
130
  ".dataviews-action-modal": 1000001,
131
- ".edit-site-swap-template-modal": 1000001,
131
+ ".editor-post-template__swap-template-modal": 1000001,
132
132
  ".edit-site-template-panel__replace-template-modal": 1000001,
133
133
 
134
134
  // Note: The ConfirmDialog component's z-index is being set to 1000001 in packages/components/src/confirm-dialog/styles.ts
@@ -156,9 +156,6 @@ $z-layers: (
156
156
  // Show tooltips above NUX tips, wp-admin menus, submenus, and sidebar:
157
157
  ".components-tooltip": 1000002,
158
158
 
159
- // Keep template popover underneath 'Create custom template' modal overlay.
160
- ".edit-post-post-template__dialog": 99999,
161
-
162
159
  // Make sure corner handles are above side handles for ResizableBox component
163
160
  ".components-resizable-box__handle": 2,
164
161
  ".components-resizable-box__side-handle": 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.37.0",
3
+ "version": "4.39.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": "839018ff6029ba749780e288e08ff9cd898e50e8"
26
+ "gitHead": "fcf61b4beff747222c2c81d09d757ca1a0abd925"
27
27
  }