@wordpress/base-styles 4.39.1-next.79a6196f.0 → 4.41.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 +4 -0
- package/_z-index.scss +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/_z-index.scss
CHANGED
|
@@ -161,9 +161,9 @@ $z-layers: (
|
|
|
161
161
|
".components-resizable-box__corner-handle": 2,
|
|
162
162
|
|
|
163
163
|
// Make sure block manager sticky category titles appear above the options
|
|
164
|
-
".
|
|
164
|
+
".editor-block-manager__category-title": 1,
|
|
165
165
|
// And block manager sticky disabled block count is higher still
|
|
166
|
-
".
|
|
166
|
+
".editor-block-manager__disabled-blocks-count": 2,
|
|
167
167
|
|
|
168
168
|
// Needs to appear below other color circular picker related UI elements.
|
|
169
169
|
".components-circular-option-picker__option-wrapper::before": -1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.41.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": "45de2cb4212fed7f2763e95f10300d1ff9d0ec08"
|
|
27
27
|
}
|