@wordpress/base-styles 4.17.1 → 4.17.3

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.
Files changed (2) hide show
  1. package/_z-index.scss +5 -3
  2. package/package.json +2 -2
package/_z-index.scss CHANGED
@@ -94,10 +94,8 @@ $z-layers: (
94
94
  // the Publish Post sidebar.
95
95
  ".edit-post-layout .edit-post-post-publish-panel {greater than small}": 99998,
96
96
 
97
- ".entities-saved-states__panel": 100001,
98
97
  // For larger views, the wp-admin navbar dropdown should be on top of
99
98
  // the multi-entity saving sidebar.
100
- ".entities-saved-states__panel {greater than small}": 99998,
101
99
  ".edit-site-editor__toggle-save-panel": 100000,
102
100
 
103
101
  // Show sidebar in greater than small viewports above editor related elements
@@ -141,11 +139,15 @@ $z-layers: (
141
139
 
142
140
  ".skip-to-selected-block": 100000,
143
141
  ".interface-interface-skeleton__actions": 100000,
142
+ ".edit-site-layout__actions": 100000,
144
143
 
145
144
  // The focus styles of the region navigation containers should be above their content.
146
145
  ".is-focusing-regions {region} :focus::after": 1000000,
147
146
 
148
- // Show tooltips above wp-admin menus, submenus, and sidebar:
147
+ // Show NUX tips above popovers, wp-admin menus, submenus, and sidebar:
148
+ ".nux-dot-tip": 1000001,
149
+
150
+ // Show tooltips above NUX tips, wp-admin menus, submenus, and sidebar:
149
151
  ".components-tooltip": 1000002,
150
152
 
151
153
  // Keep template popover underneath 'Create custom template' modal overlay.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.17.1",
3
+ "version": "4.17.3",
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": "e9ff92d836928aba65dde94d9d193bc401a934d7"
26
+ "gitHead": "e086b2b595618a5f4c9491119695be3e074d736b"
27
27
  }