@wordpress/block-directory 5.8.4 → 5.8.5

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.
@@ -202,6 +202,9 @@
202
202
  align-items: center;
203
203
  justify-content: center;
204
204
  }
205
+ .is-installing .block-directory-downloadable-block-list-item__icon {
206
+ margin-left: 22px;
207
+ }
205
208
 
206
209
  .block-directory-block-ratings {
207
210
  display: block;
@@ -202,6 +202,9 @@
202
202
  align-items: center;
203
203
  justify-content: center;
204
204
  }
205
+ .is-installing .block-directory-downloadable-block-list-item__icon {
206
+ margin-right: 22px;
207
+ }
205
208
 
206
209
  .block-directory-block-ratings {
207
210
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-directory",
3
- "version": "5.8.4",
3
+ "version": "5.8.5",
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",
@@ -27,22 +27,22 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/a11y": "^4.8.1",
31
- "@wordpress/api-fetch": "^7.8.1",
32
- "@wordpress/block-editor": "^14.3.2",
33
- "@wordpress/blocks": "^13.8.2",
34
- "@wordpress/components": "^28.8.2",
35
- "@wordpress/compose": "^7.8.2",
36
- "@wordpress/core-data": "^7.8.2",
37
- "@wordpress/data": "^10.8.2",
38
- "@wordpress/editor": "^14.8.4",
30
+ "@wordpress/a11y": "^4.8.2",
31
+ "@wordpress/api-fetch": "^7.8.2",
32
+ "@wordpress/block-editor": "^14.3.3",
33
+ "@wordpress/blocks": "^13.8.3",
34
+ "@wordpress/components": "^28.8.3",
35
+ "@wordpress/compose": "^7.8.3",
36
+ "@wordpress/core-data": "^7.8.3",
37
+ "@wordpress/data": "^10.8.3",
38
+ "@wordpress/editor": "^14.8.5",
39
39
  "@wordpress/element": "^6.8.1",
40
- "@wordpress/hooks": "^4.8.1",
40
+ "@wordpress/hooks": "^4.8.2",
41
41
  "@wordpress/html-entities": "^4.8.1",
42
- "@wordpress/i18n": "^5.8.1",
43
- "@wordpress/icons": "^10.8.1",
44
- "@wordpress/notices": "^5.8.2",
45
- "@wordpress/plugins": "^7.8.2",
42
+ "@wordpress/i18n": "^5.8.2",
43
+ "@wordpress/icons": "^10.8.2",
44
+ "@wordpress/notices": "^5.8.3",
45
+ "@wordpress/plugins": "^7.8.3",
46
46
  "@wordpress/private-apis": "^1.8.1",
47
47
  "@wordpress/url": "^4.8.1",
48
48
  "change-case": "^4.1.2"
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "51204ac9382d0551d8fdebd3c8d4623dabfa9f3c"
57
+ "gitHead": "6187079697e13c3292eb098d6338523a6676c6e8"
58
58
  }
@@ -56,6 +56,11 @@
56
56
  align-items: center;
57
57
  justify-content: center;
58
58
  }
59
+
60
+ .is-installing & {
61
+ // Adding an extra 6px to avoid the UI from jumping when the rating bar gets hidden
62
+ margin-right: $grid-unit-20 + 6px;
63
+ }
59
64
  }
60
65
 
61
66
  .block-directory-block-ratings {