@wordpress/edit-post 7.3.0 → 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: auto;
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;
@@ -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: auto;
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.0",
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",
@@ -27,33 +27,33 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/a11y": "^3.26.0",
31
- "@wordpress/api-fetch": "^6.23.0",
32
- "@wordpress/block-editor": "^11.3.0",
33
- "@wordpress/block-library": "^8.3.0",
34
- "@wordpress/blocks": "^12.3.0",
35
- "@wordpress/components": "^23.3.0",
36
- "@wordpress/compose": "^6.3.0",
37
- "@wordpress/core-data": "^6.3.0",
38
- "@wordpress/data": "^8.3.0",
39
- "@wordpress/deprecated": "^3.26.0",
40
- "@wordpress/editor": "^13.3.0",
41
- "@wordpress/element": "^5.3.0",
42
- "@wordpress/experiments": "^0.8.0",
43
- "@wordpress/hooks": "^3.26.0",
44
- "@wordpress/i18n": "^4.26.0",
45
- "@wordpress/icons": "^9.17.0",
46
- "@wordpress/interface": "^5.3.0",
47
- "@wordpress/keyboard-shortcuts": "^4.3.0",
48
- "@wordpress/keycodes": "^3.26.0",
49
- "@wordpress/media-utils": "^4.17.0",
50
- "@wordpress/notices": "^3.26.0",
51
- "@wordpress/plugins": "^5.3.0",
52
- "@wordpress/preferences": "^3.3.0",
53
- "@wordpress/url": "^3.27.0",
54
- "@wordpress/viewport": "^5.3.0",
55
- "@wordpress/warning": "^2.26.0",
56
- "@wordpress/widgets": "^3.3.0",
30
+ "@wordpress/a11y": "^3.26.1",
31
+ "@wordpress/api-fetch": "^6.23.1",
32
+ "@wordpress/block-editor": "^11.3.2",
33
+ "@wordpress/block-library": "^8.3.2",
34
+ "@wordpress/blocks": "^12.3.1",
35
+ "@wordpress/components": "^23.3.1",
36
+ "@wordpress/compose": "^6.3.1",
37
+ "@wordpress/core-data": "^6.3.1",
38
+ "@wordpress/data": "^8.3.1",
39
+ "@wordpress/deprecated": "^3.26.1",
40
+ "@wordpress/editor": "^13.3.2",
41
+ "@wordpress/element": "^5.3.1",
42
+ "@wordpress/experiments": "^0.8.1",
43
+ "@wordpress/hooks": "^3.26.1",
44
+ "@wordpress/i18n": "^4.26.1",
45
+ "@wordpress/icons": "^9.17.1",
46
+ "@wordpress/interface": "^5.3.2",
47
+ "@wordpress/keyboard-shortcuts": "^4.3.1",
48
+ "@wordpress/keycodes": "^3.26.1",
49
+ "@wordpress/media-utils": "^4.17.1",
50
+ "@wordpress/notices": "^3.26.1",
51
+ "@wordpress/plugins": "^5.3.1",
52
+ "@wordpress/preferences": "^3.3.1",
53
+ "@wordpress/url": "^3.27.1",
54
+ "@wordpress/viewport": "^5.3.1",
55
+ "@wordpress/warning": "^2.26.1",
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": "cab6ebe2b4c5dbacfd753dcae4a2406559c4813c"
69
+ "gitHead": "3eb2c536278d5a17f698b9c378fe3db746a89622"
70
70
  }
@@ -95,3 +95,7 @@
95
95
  bottom: 0;
96
96
  }
97
97
  }
98
+
99
+ .edit-post-layout .entities-saved-states__panel-header {
100
+ height: $header-height + $border-width;
101
+ }