@wordpress/base-styles 4.40.0 → 4.42.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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.42.0 (2024-02-09)
6
+
7
+ ## 4.41.0 (2024-01-24)
8
+
5
9
  ## 4.40.0 (2024-01-10)
6
10
 
7
11
  ## 4.39.0 (2023-12-13)
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
- ".edit-post-block-manager__category-title": 1,
164
+ ".editor-block-manager__category-title": 1,
165
165
  // And block manager sticky disabled block count is higher still
166
- ".edit-post-block-manager__disabled-blocks-count": 2,
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.40.0",
3
+ "version": "4.42.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": "5e6f9caa205d3bfdbac131952b7bf9c6ec60569b"
26
+ "gitHead": "eb796371e9630636a4a8837033807b0c4a06ed67"
27
27
  }