@wordpress/base-styles 6.15.0 → 6.15.1-next.v.20260206T143.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 +4 -0
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -216,6 +216,10 @@ $z-layers: (
|
|
|
216
216
|
|
|
217
217
|
// Needs to be below media library (.media-model) that has a z-index of 160000.
|
|
218
218
|
".components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown": 160000 - 10,
|
|
219
|
+
|
|
220
|
+
// Needs to be below the media library (.media-modal) that has a z-index of 160000.
|
|
221
|
+
// And the new experimental media modal that has a z-index of 100000.
|
|
222
|
+
".dataviews-action-modal__quick-edit": 100000 - 10,
|
|
219
223
|
);
|
|
220
224
|
|
|
221
225
|
@function z-index( $key ) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "6.15.0",
|
|
3
|
+
"version": "6.15.1-next.v.20260206T143.0+81f8de885",
|
|
4
4
|
"description": "Base SCSS utilities and variables for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6ae3fbb907e6c309ff6a0685e5e5ff0c2ee23b15"
|
|
49
49
|
}
|