@wordpress/block-library 9.0.7 → 9.0.8
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.
|
@@ -2806,7 +2806,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2806
2806
|
display: block;
|
|
2807
2807
|
height: 100%;
|
|
2808
2808
|
}
|
|
2809
|
-
.wp-block-post-featured-image img {
|
|
2809
|
+
.wp-block-post-featured-image :where(img) {
|
|
2810
2810
|
max-width: 100%;
|
|
2811
2811
|
width: 100%;
|
|
2812
2812
|
height: auto;
|
package/build-style/style.css
CHANGED
|
@@ -2836,7 +2836,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2836
2836
|
display: block;
|
|
2837
2837
|
height: 100%;
|
|
2838
2838
|
}
|
|
2839
|
-
.wp-block-post-featured-image img {
|
|
2839
|
+
.wp-block-post-featured-image :where(img) {
|
|
2840
2840
|
max-width: 100%;
|
|
2841
2841
|
width: 100%;
|
|
2842
2842
|
height: auto;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-library",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.8",
|
|
4
4
|
"description": "Block library for the WordPress editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@wordpress/api-fetch": "^7.0.1",
|
|
37
37
|
"@wordpress/autop": "^4.0.1",
|
|
38
38
|
"@wordpress/blob": "^4.0.1",
|
|
39
|
-
"@wordpress/block-editor": "^13.0.
|
|
39
|
+
"@wordpress/block-editor": "^13.0.7",
|
|
40
40
|
"@wordpress/blocks": "^13.0.3",
|
|
41
41
|
"@wordpress/components": "^28.0.3",
|
|
42
42
|
"@wordpress/compose": "^7.0.1",
|
|
43
|
-
"@wordpress/core-data": "^7.0.
|
|
43
|
+
"@wordpress/core-data": "^7.0.7",
|
|
44
44
|
"@wordpress/data": "^10.0.2",
|
|
45
45
|
"@wordpress/date": "^5.0.1",
|
|
46
46
|
"@wordpress/deprecated": "^4.0.1",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@wordpress/keyboard-shortcuts": "^5.0.2",
|
|
57
57
|
"@wordpress/keycodes": "^4.0.1",
|
|
58
58
|
"@wordpress/notices": "^5.0.2",
|
|
59
|
-
"@wordpress/patterns": "^2.0.
|
|
59
|
+
"@wordpress/patterns": "^2.0.7",
|
|
60
60
|
"@wordpress/primitives": "^4.0.1",
|
|
61
61
|
"@wordpress/private-apis": "^1.0.2",
|
|
62
|
-
"@wordpress/reusable-blocks": "^5.0.
|
|
62
|
+
"@wordpress/reusable-blocks": "^5.0.7",
|
|
63
63
|
"@wordpress/rich-text": "^7.0.2",
|
|
64
64
|
"@wordpress/server-side-render": "^5.0.3",
|
|
65
65
|
"@wordpress/url": "^4.0.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "a74a70ed203bbcbb5f3d34335df9631178647acb"
|
|
86
86
|
}
|