@wordpress/base-styles 4.38.0 → 4.39.1-next.79a6196f.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 +2 -0
- package/LICENSE.md +1 -1
- package/_variables.scss +1 -1
- package/_z-index.scss +1 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/LICENSE.md
CHANGED
package/_variables.scss
CHANGED
package/_z-index.scss
CHANGED
|
@@ -32,7 +32,6 @@ $z-layers: (
|
|
|
32
32
|
".interface-interface-skeleton__header": 30,
|
|
33
33
|
".interface-interface-skeleton__content": 20,
|
|
34
34
|
".edit-widgets-header": 30,
|
|
35
|
-
".block-library-button__inline-link .block-editor-url-input__suggestions": 6, // URL suggestions for button block above sibling inserter
|
|
36
35
|
".wp-block-cover__inner-container": 1, // InnerBlocks area inside cover image block.
|
|
37
36
|
".wp-block-cover.is-placeholder .components-placeholder.is-large": 1, // Cover block resizer component inside a large placeholder.
|
|
38
37
|
".wp-block-cover.has-background-dim::before": 1, // Overlay area inside block cover need to be higher than the video background.
|
|
@@ -128,7 +127,7 @@ $z-layers: (
|
|
|
128
127
|
".block-editor-block-rename-modal": 1000001,
|
|
129
128
|
".edit-site-list__rename-modal": 1000001,
|
|
130
129
|
".dataviews-action-modal": 1000001,
|
|
131
|
-
".
|
|
130
|
+
".editor-post-template__swap-template-modal": 1000001,
|
|
132
131
|
".edit-site-template-panel__replace-template-modal": 1000001,
|
|
133
132
|
|
|
134
133
|
// Note: The ConfirmDialog component's z-index is being set to 1000001 in packages/components/src/confirm-dialog/styles.ts
|
|
@@ -156,9 +155,6 @@ $z-layers: (
|
|
|
156
155
|
// Show tooltips above NUX tips, wp-admin menus, submenus, and sidebar:
|
|
157
156
|
".components-tooltip": 1000002,
|
|
158
157
|
|
|
159
|
-
// Keep template popover underneath 'Create custom template' modal overlay.
|
|
160
|
-
".edit-post-post-template__dialog": 99999,
|
|
161
|
-
|
|
162
158
|
// Make sure corner handles are above side handles for ResizableBox component
|
|
163
159
|
".components-resizable-box__handle": 2,
|
|
164
160
|
".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.
|
|
3
|
+
"version": "4.39.1-next.79a6196f.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": "
|
|
26
|
+
"gitHead": "1e74b942ac0119a22ceaaf5c9594263f3ec516ab"
|
|
27
27
|
}
|