@wordpress/base-styles 4.5.0 → 4.6.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
@@ -202,7 +202,6 @@
202
202
  }
203
203
  }
204
204
 
205
-
206
205
  /**
207
206
  * Allows users to opt-out of animations via OS-level preferences.
208
207
  */
package/_z-index.scss CHANGED
@@ -162,6 +162,9 @@ $z-layers: (
162
162
  // Show tooltips above NUX tips, wp-admin menus, submenus, and sidebar:
163
163
  ".components-tooltip": 1000002,
164
164
 
165
+ // Keep template popover underneath 'Create custom template' modal overlay.
166
+ ".edit-post-post-template__dialog": 99999,
167
+
165
168
  // Make sure corner handles are above side handles for ResizableBox component
166
169
  ".components-resizable-box__handle": 2,
167
170
  ".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.5.0",
3
+ "version": "4.6.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": "198fa129cf1af8dc615918987ea6795cd40ab7df"
26
+ "gitHead": "a80eeb62ec7cb1418b9915c277e084a29d6665e3"
27
27
  }