@wordpress/base-styles 5.12.0 → 5.13.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/_animations.scss +0 -5
- package/_z-index.scss +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/_animations.scss
CHANGED
|
@@ -41,8 +41,3 @@
|
|
|
41
41
|
@warn "The `edit-post__fade-in-animation` mixin is deprecated. Use `animation__fade-in` instead.";
|
|
42
42
|
@include animation__fade-in($speed, $delay);
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
@mixin editor-canvas-resize-animation($additional-transition-rules...) {
|
|
46
|
-
transition: all 400ms cubic-bezier(0.46, 0.03, 0.52, 0.96), $additional-transition-rules;
|
|
47
|
-
@include reduce-motion("transition");
|
|
48
|
-
}
|
package/_z-index.scss
CHANGED
|
@@ -165,9 +165,9 @@ $z-layers: (
|
|
|
165
165
|
".components-resizable-box__corner-handle": 2,
|
|
166
166
|
|
|
167
167
|
// Make sure block manager sticky category titles appear above the options
|
|
168
|
-
".editor-block-manager__category-title": 1,
|
|
168
|
+
".block-editor-block-manager__category-title": 1,
|
|
169
169
|
// And block manager sticky disabled block count is higher still
|
|
170
|
-
".editor-block-manager__disabled-blocks-count": 2,
|
|
170
|
+
".block-editor-block-manager__disabled-blocks-count": 2,
|
|
171
171
|
|
|
172
172
|
// Needs to appear below other color circular picker related UI elements.
|
|
173
173
|
".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": "5.
|
|
3
|
+
"version": "5.13.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": "cce81c13739c2a8b53d91df90c4f037cb68c2665"
|
|
31
31
|
}
|