@wordpress/edit-site 4.14.13 → 4.14.15

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.
@@ -1147,7 +1147,8 @@ body.is-navigation-sidebar-open .edit-site-header .edit-site-header_end .compone
1147
1147
  width: 36px;
1148
1148
  height: 36px;
1149
1149
  border-radius: 2px;
1150
- object-fit: cover;
1150
+ -o-object-fit: cover;
1151
+ object-fit: cover;
1151
1152
  margin-top: -1px;
1152
1153
  }
1153
1154
 
@@ -1480,7 +1481,8 @@ body.is-fullscreen-mode .edit-site-list-header {
1480
1481
  .edit-site-list-added-by__avatar img {
1481
1482
  width: 32px;
1482
1483
  height: 32px;
1483
- object-fit: cover;
1484
+ -o-object-fit: cover;
1485
+ object-fit: cover;
1484
1486
  opacity: 0;
1485
1487
  transition: opacity 0.1s linear;
1486
1488
  }
@@ -2132,7 +2134,8 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
2132
2134
  .edit-site-welcome-guide__image > img {
2133
2135
  display: block;
2134
2136
  max-width: 100%;
2135
- object-fit: cover;
2137
+ -o-object-fit: cover;
2138
+ object-fit: cover;
2136
2139
  }
2137
2140
  .edit-site-welcome-guide__heading {
2138
2141
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
@@ -1147,7 +1147,8 @@ body.is-navigation-sidebar-open .edit-site-header .edit-site-header_end .compone
1147
1147
  width: 36px;
1148
1148
  height: 36px;
1149
1149
  border-radius: 2px;
1150
- object-fit: cover;
1150
+ -o-object-fit: cover;
1151
+ object-fit: cover;
1151
1152
  margin-top: -1px;
1152
1153
  }
1153
1154
 
@@ -1480,7 +1481,8 @@ body.is-fullscreen-mode .edit-site-list-header {
1480
1481
  .edit-site-list-added-by__avatar img {
1481
1482
  width: 32px;
1482
1483
  height: 32px;
1483
- object-fit: cover;
1484
+ -o-object-fit: cover;
1485
+ object-fit: cover;
1484
1486
  opacity: 0;
1485
1487
  transition: opacity 0.1s linear;
1486
1488
  }
@@ -2132,7 +2134,8 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
2132
2134
  .edit-site-welcome-guide__image > img {
2133
2135
  display: block;
2134
2136
  max-width: 100%;
2135
- object-fit: cover;
2137
+ -o-object-fit: cover;
2138
+ object-fit: cover;
2136
2139
  }
2137
2140
  .edit-site-welcome-guide__heading {
2138
2141
  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-site",
3
- "version": "4.14.13",
3
+ "version": "4.14.15",
4
4
  "description": "Edit Site Page module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,7 +30,7 @@
30
30
  "@wordpress/a11y": "^3.17.1",
31
31
  "@wordpress/api-fetch": "^6.14.1",
32
32
  "@wordpress/block-editor": "^10.0.10",
33
- "@wordpress/block-library": "^7.14.11",
33
+ "@wordpress/block-library": "^7.14.13",
34
34
  "@wordpress/blocks": "^11.16.4",
35
35
  "@wordpress/components": "^21.0.7",
36
36
  "@wordpress/compose": "^5.15.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "6566f5fe9ece6ad5ae550349d3b1f0944a011040"
71
+ "gitHead": "b0848494cdbee4708ff44efa9fad88a17c24204d"
72
72
  }