@wordpress/edit-post 7.28.9 → 7.28.10
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.
|
@@ -752,9 +752,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
752
752
|
border-bottom: none;
|
|
753
753
|
}
|
|
754
754
|
.is-distraction-free .edit-post-header {
|
|
755
|
-
-
|
|
756
|
-
backdrop-filter: blur(20px) !important;
|
|
757
|
-
background-color: rgba(255, 255, 255, 0.9);
|
|
755
|
+
background-color: #fff;
|
|
758
756
|
border-bottom: 1px solid #e0e0e0;
|
|
759
757
|
position: absolute;
|
|
760
758
|
width: 100%;
|
|
@@ -762,7 +760,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
762
760
|
.is-distraction-free .edit-post-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
|
|
763
761
|
visibility: hidden;
|
|
764
762
|
}
|
|
765
|
-
.is-distraction-free .edit-post-header > .edit-post-header__toolbar .editor-document-
|
|
763
|
+
.is-distraction-free .edit-post-header > .edit-post-header__toolbar .editor-document-tools__document-overview-toggle, .is-distraction-free .edit-post-header > .edit-post-header__settings > .editor-preview-dropdown, .is-distraction-free .edit-post-header > .edit-post-header__settings > .interface-pinned-items {
|
|
766
764
|
display: none;
|
|
767
765
|
}
|
|
768
766
|
.is-distraction-free .interface-interface-skeleton__header:focus-within {
|
package/build-style/style.css
CHANGED
|
@@ -752,9 +752,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
752
752
|
border-bottom: none;
|
|
753
753
|
}
|
|
754
754
|
.is-distraction-free .edit-post-header {
|
|
755
|
-
-
|
|
756
|
-
backdrop-filter: blur(20px) !important;
|
|
757
|
-
background-color: rgba(255, 255, 255, 0.9);
|
|
755
|
+
background-color: #fff;
|
|
758
756
|
border-bottom: 1px solid #e0e0e0;
|
|
759
757
|
position: absolute;
|
|
760
758
|
width: 100%;
|
|
@@ -762,7 +760,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
762
760
|
.is-distraction-free .edit-post-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
|
|
763
761
|
visibility: hidden;
|
|
764
762
|
}
|
|
765
|
-
.is-distraction-free .edit-post-header > .edit-post-header__toolbar .editor-document-
|
|
763
|
+
.is-distraction-free .edit-post-header > .edit-post-header__toolbar .editor-document-tools__document-overview-toggle, .is-distraction-free .edit-post-header > .edit-post-header__settings > .editor-preview-dropdown, .is-distraction-free .edit-post-header > .edit-post-header__settings > .interface-pinned-items {
|
|
766
764
|
display: none;
|
|
767
765
|
}
|
|
768
766
|
.is-distraction-free .interface-interface-skeleton__header:focus-within {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-post",
|
|
3
|
-
"version": "7.28.
|
|
3
|
+
"version": "7.28.10",
|
|
4
4
|
"description": "Edit Post module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -29,34 +29,34 @@
|
|
|
29
29
|
"@babel/runtime": "^7.16.0",
|
|
30
30
|
"@wordpress/a11y": "^3.51.1",
|
|
31
31
|
"@wordpress/api-fetch": "^6.48.1",
|
|
32
|
-
"@wordpress/block-editor": "^12.19.
|
|
33
|
-
"@wordpress/block-library": "^8.28.
|
|
32
|
+
"@wordpress/block-editor": "^12.19.8",
|
|
33
|
+
"@wordpress/block-library": "^8.28.10",
|
|
34
34
|
"@wordpress/blocks": "^12.28.6",
|
|
35
|
-
"@wordpress/commands": "^0.22.
|
|
36
|
-
"@wordpress/components": "^26.0.
|
|
35
|
+
"@wordpress/commands": "^0.22.6",
|
|
36
|
+
"@wordpress/components": "^26.0.6",
|
|
37
37
|
"@wordpress/compose": "^6.28.1",
|
|
38
|
-
"@wordpress/core-commands": "^0.20.
|
|
39
|
-
"@wordpress/core-data": "^6.28.
|
|
38
|
+
"@wordpress/core-commands": "^0.20.8",
|
|
39
|
+
"@wordpress/core-data": "^6.28.8",
|
|
40
40
|
"@wordpress/data": "^9.21.1",
|
|
41
41
|
"@wordpress/deprecated": "^3.51.1",
|
|
42
42
|
"@wordpress/dom": "^3.51.1",
|
|
43
|
-
"@wordpress/editor": "^13.28.
|
|
43
|
+
"@wordpress/editor": "^13.28.8",
|
|
44
44
|
"@wordpress/element": "^5.28.1",
|
|
45
45
|
"@wordpress/hooks": "^3.51.1",
|
|
46
46
|
"@wordpress/i18n": "^4.51.1",
|
|
47
47
|
"@wordpress/icons": "^9.42.4",
|
|
48
|
-
"@wordpress/interface": "^5.28.
|
|
48
|
+
"@wordpress/interface": "^5.28.6",
|
|
49
49
|
"@wordpress/keyboard-shortcuts": "^4.28.1",
|
|
50
50
|
"@wordpress/keycodes": "^3.51.1",
|
|
51
51
|
"@wordpress/media-utils": "^4.42.2",
|
|
52
52
|
"@wordpress/notices": "^4.19.1",
|
|
53
|
-
"@wordpress/plugins": "^6.19.
|
|
54
|
-
"@wordpress/preferences": "^3.28.
|
|
53
|
+
"@wordpress/plugins": "^6.19.6",
|
|
54
|
+
"@wordpress/preferences": "^3.28.6",
|
|
55
55
|
"@wordpress/private-apis": "^0.33.1",
|
|
56
56
|
"@wordpress/url": "^3.52.1",
|
|
57
57
|
"@wordpress/viewport": "^5.28.1",
|
|
58
58
|
"@wordpress/warning": "^2.51.1",
|
|
59
|
-
"@wordpress/widgets": "^3.28.
|
|
59
|
+
"@wordpress/widgets": "^3.28.8",
|
|
60
60
|
"classnames": "^2.3.1",
|
|
61
61
|
"memize": "^2.1.0",
|
|
62
62
|
"rememo": "^4.0.2"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "be077ee679b7b319a1d9eed46a74ffcbc5ad0b93"
|
|
72
72
|
}
|
|
@@ -286,8 +286,7 @@
|
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.edit-post-header {
|
|
289
|
-
|
|
290
|
-
background-color: rgba(255, 255, 255, 0.9);
|
|
289
|
+
background-color: $white;
|
|
291
290
|
border-bottom: 1px solid #e0e0e0;
|
|
292
291
|
position: absolute;
|
|
293
292
|
width: 100%;
|
|
@@ -298,7 +297,6 @@
|
|
|
298
297
|
visibility: hidden;
|
|
299
298
|
}
|
|
300
299
|
|
|
301
|
-
& > .edit-post-header__toolbar .editor-document-tools__inserter-toggle,
|
|
302
300
|
& > .edit-post-header__toolbar .editor-document-tools__document-overview-toggle,
|
|
303
301
|
& > .edit-post-header__settings > .editor-preview-dropdown,
|
|
304
302
|
& > .edit-post-header__settings > .interface-pinned-items {
|