@wordpress/edit-post 7.3.1 → 7.3.2
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.
|
@@ -403,13 +403,28 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
403
403
|
bottom: auto;
|
|
404
404
|
right: auto;
|
|
405
405
|
left: 0;
|
|
406
|
-
width: 280px;
|
|
407
406
|
color: #1e1e1e;
|
|
407
|
+
background: #fff;
|
|
408
|
+
width: 100vw;
|
|
409
|
+
}
|
|
410
|
+
@media (min-width: 782px) {
|
|
411
|
+
.interface-interface-skeleton__actions {
|
|
412
|
+
width: 280px;
|
|
413
|
+
}
|
|
408
414
|
}
|
|
409
415
|
.interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within {
|
|
410
|
-
top:
|
|
416
|
+
top: 46px;
|
|
411
417
|
bottom: 0;
|
|
412
418
|
}
|
|
419
|
+
@media (min-width: 782px) {
|
|
420
|
+
.interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within {
|
|
421
|
+
border-right: 1px solid #ddd;
|
|
422
|
+
top: 32px;
|
|
423
|
+
}
|
|
424
|
+
.is-fullscreen-mode .interface-interface-skeleton__actions:focus, .is-fullscreen-mode .interface-interface-skeleton__actions:focus-within {
|
|
425
|
+
top: 0;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
413
428
|
|
|
414
429
|
.interface-more-menu-dropdown {
|
|
415
430
|
margin-right: -4px;
|
|
@@ -1212,6 +1227,10 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
|
1212
1227
|
bottom: 0;
|
|
1213
1228
|
}
|
|
1214
1229
|
|
|
1230
|
+
.edit-post-layout .entities-saved-states__panel-header {
|
|
1231
|
+
height: 61px;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1215
1234
|
.edit-post-block-manager__no-results {
|
|
1216
1235
|
font-style: italic;
|
|
1217
1236
|
padding: 24px 0;
|
package/build-style/style.css
CHANGED
|
@@ -403,13 +403,28 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
403
403
|
bottom: auto;
|
|
404
404
|
left: auto;
|
|
405
405
|
right: 0;
|
|
406
|
-
width: 280px;
|
|
407
406
|
color: #1e1e1e;
|
|
407
|
+
background: #fff;
|
|
408
|
+
width: 100vw;
|
|
409
|
+
}
|
|
410
|
+
@media (min-width: 782px) {
|
|
411
|
+
.interface-interface-skeleton__actions {
|
|
412
|
+
width: 280px;
|
|
413
|
+
}
|
|
408
414
|
}
|
|
409
415
|
.interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within {
|
|
410
|
-
top:
|
|
416
|
+
top: 46px;
|
|
411
417
|
bottom: 0;
|
|
412
418
|
}
|
|
419
|
+
@media (min-width: 782px) {
|
|
420
|
+
.interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within {
|
|
421
|
+
border-left: 1px solid #ddd;
|
|
422
|
+
top: 32px;
|
|
423
|
+
}
|
|
424
|
+
.is-fullscreen-mode .interface-interface-skeleton__actions:focus, .is-fullscreen-mode .interface-interface-skeleton__actions:focus-within {
|
|
425
|
+
top: 0;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
413
428
|
|
|
414
429
|
.interface-more-menu-dropdown {
|
|
415
430
|
margin-left: -4px;
|
|
@@ -1212,6 +1227,10 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
|
1212
1227
|
bottom: 0;
|
|
1213
1228
|
}
|
|
1214
1229
|
|
|
1230
|
+
.edit-post-layout .entities-saved-states__panel-header {
|
|
1231
|
+
height: 61px;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1215
1234
|
.edit-post-block-manager__no-results {
|
|
1216
1235
|
font-style: italic;
|
|
1217
1236
|
padding: 24px 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-post",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Edit Post module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
"@babel/runtime": "^7.16.0",
|
|
30
30
|
"@wordpress/a11y": "^3.26.1",
|
|
31
31
|
"@wordpress/api-fetch": "^6.23.1",
|
|
32
|
-
"@wordpress/block-editor": "^11.3.
|
|
33
|
-
"@wordpress/block-library": "^8.3.
|
|
32
|
+
"@wordpress/block-editor": "^11.3.2",
|
|
33
|
+
"@wordpress/block-library": "^8.3.2",
|
|
34
34
|
"@wordpress/blocks": "^12.3.1",
|
|
35
35
|
"@wordpress/components": "^23.3.1",
|
|
36
36
|
"@wordpress/compose": "^6.3.1",
|
|
37
37
|
"@wordpress/core-data": "^6.3.1",
|
|
38
38
|
"@wordpress/data": "^8.3.1",
|
|
39
39
|
"@wordpress/deprecated": "^3.26.1",
|
|
40
|
-
"@wordpress/editor": "^13.3.
|
|
40
|
+
"@wordpress/editor": "^13.3.2",
|
|
41
41
|
"@wordpress/element": "^5.3.1",
|
|
42
42
|
"@wordpress/experiments": "^0.8.1",
|
|
43
43
|
"@wordpress/hooks": "^3.26.1",
|
|
44
44
|
"@wordpress/i18n": "^4.26.1",
|
|
45
45
|
"@wordpress/icons": "^9.17.1",
|
|
46
|
-
"@wordpress/interface": "^5.3.
|
|
46
|
+
"@wordpress/interface": "^5.3.2",
|
|
47
47
|
"@wordpress/keyboard-shortcuts": "^4.3.1",
|
|
48
48
|
"@wordpress/keycodes": "^3.26.1",
|
|
49
49
|
"@wordpress/media-utils": "^4.17.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@wordpress/url": "^3.27.1",
|
|
54
54
|
"@wordpress/viewport": "^5.3.1",
|
|
55
55
|
"@wordpress/warning": "^2.26.1",
|
|
56
|
-
"@wordpress/widgets": "^3.3.
|
|
56
|
+
"@wordpress/widgets": "^3.3.2",
|
|
57
57
|
"classnames": "^2.3.1",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
59
59
|
"memize": "^1.1.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "3eb2c536278d5a17f698b9c378fe3db746a89622"
|
|
70
70
|
}
|