@wordpress/edit-widgets 4.14.10 → 4.14.12

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.
@@ -890,7 +890,8 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar {
890
890
  .edit-widgets-welcome-guide__image > img {
891
891
  display: block;
892
892
  max-width: 100%;
893
- object-fit: cover;
893
+ -o-object-fit: cover;
894
+ object-fit: cover;
894
895
  }
895
896
  .edit-widgets-welcome-guide__heading {
896
897
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
@@ -890,7 +890,8 @@ body.is-fullscreen-mode .edit-widgets-notices__snackbar {
890
890
  .edit-widgets-welcome-guide__image > img {
891
891
  display: block;
892
892
  max-width: 100%;
893
- object-fit: cover;
893
+ -o-object-fit: cover;
894
+ object-fit: cover;
894
895
  }
895
896
  .edit-widgets-welcome-guide__heading {
896
897
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "4.14.10",
3
+ "version": "4.14.12",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,10 +28,10 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
30
  "@wordpress/api-fetch": "^6.14.1",
31
- "@wordpress/block-editor": "^10.0.9",
32
- "@wordpress/block-library": "^7.14.10",
31
+ "@wordpress/block-editor": "^10.0.10",
32
+ "@wordpress/block-library": "^7.14.12",
33
33
  "@wordpress/blocks": "^11.16.4",
34
- "@wordpress/components": "^21.0.6",
34
+ "@wordpress/components": "^21.0.7",
35
35
  "@wordpress/compose": "^5.15.2",
36
36
  "@wordpress/core-data": "^5.0.4",
37
37
  "@wordpress/data": "^7.1.3",
@@ -41,16 +41,16 @@
41
41
  "@wordpress/hooks": "^3.17.1",
42
42
  "@wordpress/i18n": "^4.17.1",
43
43
  "@wordpress/icons": "^9.8.1",
44
- "@wordpress/interface": "^4.16.6",
44
+ "@wordpress/interface": "^4.16.7",
45
45
  "@wordpress/keyboard-shortcuts": "^3.15.3",
46
46
  "@wordpress/keycodes": "^3.17.1",
47
47
  "@wordpress/media-utils": "^4.8.1",
48
48
  "@wordpress/notices": "^3.17.3",
49
49
  "@wordpress/plugins": "^4.15.2",
50
- "@wordpress/preferences": "^2.9.6",
51
- "@wordpress/reusable-blocks": "^3.15.9",
50
+ "@wordpress/preferences": "^2.9.7",
51
+ "@wordpress/reusable-blocks": "^3.15.10",
52
52
  "@wordpress/url": "^3.18.1",
53
- "@wordpress/widgets": "^2.15.9",
53
+ "@wordpress/widgets": "^2.15.10",
54
54
  "classnames": "^2.3.1"
55
55
  },
56
56
  "peerDependencies": {
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "ca07aa8354a1131dbabcc36dfcaf70e0c0891f54"
63
+ "gitHead": "ef24619c1f6949dbdcaa7e5538dd83715a461c3a"
64
64
  }