@wordpress/base-styles 5.13.0 → 5.13.1-next.cd6172eb0.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/_z-index.scss +2 -1
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -123,7 +123,7 @@ $z-layers: (
|
|
|
123
123
|
// Should be above the popover (dropdown)
|
|
124
124
|
".reusable-blocks-menu-items__convert-modal": 1000001,
|
|
125
125
|
".patterns-menu-items__convert-modal": 1000001,
|
|
126
|
-
".
|
|
126
|
+
".fields-create-template-part-modal": 1000001,
|
|
127
127
|
".block-editor-block-lock-modal": 1000001,
|
|
128
128
|
".block-editor-template-part__selection-modal": 1000001,
|
|
129
129
|
".block-editor-block-rename-modal": 1000001,
|
|
@@ -132,6 +132,7 @@ $z-layers: (
|
|
|
132
132
|
".editor-action-modal": 1000001,
|
|
133
133
|
".editor-post-template__swap-template-modal": 1000001,
|
|
134
134
|
".edit-site-template-panel__replace-template-modal": 1000001,
|
|
135
|
+
".fields-controls__template-modal": 1000001,
|
|
135
136
|
|
|
136
137
|
// Note: The ConfirmDialog component's z-index is being set to 1000001 in packages/components/src/confirm-dialog/styles.ts
|
|
137
138
|
// 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": "5.13.0",
|
|
3
|
+
"version": "5.13.1-next.cd6172eb0.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",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "4cc93dc1781d8a7bc2bbde265913917920e2bd45"
|
|
31
31
|
}
|