@wordpress/block-directory 3.15.11 → 3.15.13

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.
@@ -153,6 +153,7 @@
153
153
  .block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author {
154
154
  border: 0;
155
155
  clip: rect(1px, 1px, 1px, 1px);
156
+ -webkit-clip-path: inset(50%);
156
157
  clip-path: inset(50%);
157
158
  height: 1px;
158
159
  margin: -1px;
@@ -153,6 +153,7 @@
153
153
  .block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author {
154
154
  border: 0;
155
155
  clip: rect(1px, 1px, 1px, 1px);
156
+ -webkit-clip-path: inset(50%);
156
157
  clip-path: inset(50%);
157
158
  height: 1px;
158
159
  margin: -1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-directory",
3
- "version": "3.15.11",
3
+ "version": "3.15.13",
4
4
  "description": "Extend editor with block directory features to search, download and install blocks.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -34,7 +34,7 @@
34
34
  "@wordpress/compose": "^5.15.2",
35
35
  "@wordpress/core-data": "^5.0.4",
36
36
  "@wordpress/data": "^7.1.3",
37
- "@wordpress/edit-post": "^6.14.11",
37
+ "@wordpress/edit-post": "^6.14.13",
38
38
  "@wordpress/editor": "^12.16.10",
39
39
  "@wordpress/element": "^4.15.1",
40
40
  "@wordpress/hooks": "^3.17.1",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "6566f5fe9ece6ad5ae550349d3b1f0944a011040"
57
+ "gitHead": "b0848494cdbee4708ff44efa9fad88a17c24204d"
58
58
  }