@wordpress/edit-post 6.14.11 → 6.14.13
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.
|
@@ -794,7 +794,8 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
794
794
|
width: 36px;
|
|
795
795
|
height: 36px;
|
|
796
796
|
border-radius: 2px;
|
|
797
|
-
object-fit: cover;
|
|
797
|
+
-o-object-fit: cover;
|
|
798
|
+
object-fit: cover;
|
|
798
799
|
margin-top: -1px;
|
|
799
800
|
}
|
|
800
801
|
|
|
@@ -1707,7 +1708,8 @@ h2.edit-post-template-summary__title {
|
|
|
1707
1708
|
.edit-template-welcome-guide__image > img {
|
|
1708
1709
|
display: block;
|
|
1709
1710
|
max-width: 100%;
|
|
1710
|
-
object-fit: cover;
|
|
1711
|
+
-o-object-fit: cover;
|
|
1712
|
+
object-fit: cover;
|
|
1711
1713
|
}
|
|
1712
1714
|
.edit-post-welcome-guide__heading,
|
|
1713
1715
|
.edit-template-welcome-guide__heading {
|
package/build-style/style.css
CHANGED
|
@@ -794,7 +794,8 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
794
794
|
width: 36px;
|
|
795
795
|
height: 36px;
|
|
796
796
|
border-radius: 2px;
|
|
797
|
-
object-fit: cover;
|
|
797
|
+
-o-object-fit: cover;
|
|
798
|
+
object-fit: cover;
|
|
798
799
|
margin-top: -1px;
|
|
799
800
|
}
|
|
800
801
|
|
|
@@ -1707,7 +1708,8 @@ h2.edit-post-template-summary__title {
|
|
|
1707
1708
|
.edit-template-welcome-guide__image > img {
|
|
1708
1709
|
display: block;
|
|
1709
1710
|
max-width: 100%;
|
|
1710
|
-
object-fit: cover;
|
|
1711
|
+
-o-object-fit: cover;
|
|
1712
|
+
object-fit: cover;
|
|
1711
1713
|
}
|
|
1712
1714
|
.edit-post-welcome-guide__heading,
|
|
1713
1715
|
.edit-template-welcome-guide__heading {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-post",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.13",
|
|
4
4
|
"description": "Edit Post module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@wordpress/a11y": "^3.17.1",
|
|
31
31
|
"@wordpress/api-fetch": "^6.14.1",
|
|
32
32
|
"@wordpress/block-editor": "^10.0.10",
|
|
33
|
-
"@wordpress/block-library": "^7.14.
|
|
33
|
+
"@wordpress/block-library": "^7.14.13",
|
|
34
34
|
"@wordpress/blocks": "^11.16.4",
|
|
35
35
|
"@wordpress/components": "^21.0.7",
|
|
36
36
|
"@wordpress/compose": "^5.15.2",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "b0848494cdbee4708ff44efa9fad88a17c24204d"
|
|
68
68
|
}
|