@wordpress/edit-widgets 5.3.1 → 5.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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,8 +28,8 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
30
  "@wordpress/api-fetch": "^6.23.1",
31
- "@wordpress/block-editor": "^11.3.1",
32
- "@wordpress/block-library": "^8.3.1",
31
+ "@wordpress/block-editor": "^11.3.2",
32
+ "@wordpress/block-library": "^8.3.2",
33
33
  "@wordpress/blocks": "^12.3.1",
34
34
  "@wordpress/components": "^23.3.1",
35
35
  "@wordpress/compose": "^6.3.1",
@@ -42,16 +42,16 @@
42
42
  "@wordpress/hooks": "^3.26.1",
43
43
  "@wordpress/i18n": "^4.26.1",
44
44
  "@wordpress/icons": "^9.17.1",
45
- "@wordpress/interface": "^5.3.1",
45
+ "@wordpress/interface": "^5.3.2",
46
46
  "@wordpress/keyboard-shortcuts": "^4.3.1",
47
47
  "@wordpress/keycodes": "^3.26.1",
48
48
  "@wordpress/media-utils": "^4.17.1",
49
49
  "@wordpress/notices": "^3.26.1",
50
50
  "@wordpress/plugins": "^5.3.1",
51
51
  "@wordpress/preferences": "^3.3.1",
52
- "@wordpress/reusable-blocks": "^4.3.1",
52
+ "@wordpress/reusable-blocks": "^4.3.2",
53
53
  "@wordpress/url": "^3.27.1",
54
- "@wordpress/widgets": "^3.3.1",
54
+ "@wordpress/widgets": "^3.3.2",
55
55
  "classnames": "^2.3.1"
56
56
  },
57
57
  "peerDependencies": {
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "e9ff92d836928aba65dde94d9d193bc401a934d7"
64
+ "gitHead": "3eb2c536278d5a17f698b9c378fe3db746a89622"
65
65
  }