@wordpress/edit-widgets 5.19.7 → 5.19.8

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.
@@ -1208,7 +1208,7 @@ body.js.widgets-php .media-frame select.attachment-filters:last-of-type {
1208
1208
  display: none;
1209
1209
  }
1210
1210
 
1211
- .widgets-php .notice {
1211
+ .js .widgets-php .notice {
1212
1212
  display: none !important;
1213
1213
  }
1214
1214
 
@@ -1208,7 +1208,7 @@ body.js.widgets-php .media-frame select.attachment-filters:last-of-type {
1208
1208
  display: none;
1209
1209
  }
1210
1210
 
1211
- .widgets-php .notice {
1211
+ .js .widgets-php .notice {
1212
1212
  display: none !important;
1213
1213
  }
1214
1214
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "5.19.7",
3
+ "version": "5.19.8",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,32 +27,32 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/api-fetch": "^6.39.7",
31
- "@wordpress/block-editor": "^12.10.7",
32
- "@wordpress/block-library": "^8.19.7",
33
- "@wordpress/blocks": "^12.19.7",
34
- "@wordpress/components": "^25.8.7",
35
- "@wordpress/compose": "^6.19.7",
36
- "@wordpress/core-data": "^6.19.7",
37
- "@wordpress/data": "^9.12.7",
38
- "@wordpress/deprecated": "^3.42.7",
39
- "@wordpress/dom": "^3.42.7",
40
- "@wordpress/element": "^5.19.7",
41
- "@wordpress/hooks": "^3.42.7",
42
- "@wordpress/i18n": "^4.42.7",
43
- "@wordpress/icons": "^9.33.7",
44
- "@wordpress/interface": "^5.19.7",
45
- "@wordpress/keyboard-shortcuts": "^4.19.7",
46
- "@wordpress/keycodes": "^3.42.7",
47
- "@wordpress/media-utils": "^4.33.7",
48
- "@wordpress/notices": "^4.10.7",
49
- "@wordpress/patterns": "^1.3.7",
50
- "@wordpress/plugins": "^6.10.7",
51
- "@wordpress/preferences": "^3.19.7",
52
- "@wordpress/private-apis": "^0.24.7",
53
- "@wordpress/reusable-blocks": "^4.19.7",
54
- "@wordpress/url": "^3.43.7",
55
- "@wordpress/widgets": "^3.19.7",
30
+ "@wordpress/api-fetch": "^6.39.8",
31
+ "@wordpress/block-editor": "^12.10.8",
32
+ "@wordpress/block-library": "^8.19.8",
33
+ "@wordpress/blocks": "^12.19.8",
34
+ "@wordpress/components": "^25.8.8",
35
+ "@wordpress/compose": "^6.19.8",
36
+ "@wordpress/core-data": "^6.19.8",
37
+ "@wordpress/data": "^9.12.8",
38
+ "@wordpress/deprecated": "^3.42.8",
39
+ "@wordpress/dom": "^3.42.8",
40
+ "@wordpress/element": "^5.19.8",
41
+ "@wordpress/hooks": "^3.42.8",
42
+ "@wordpress/i18n": "^4.42.8",
43
+ "@wordpress/icons": "^9.33.8",
44
+ "@wordpress/interface": "^5.19.8",
45
+ "@wordpress/keyboard-shortcuts": "^4.19.8",
46
+ "@wordpress/keycodes": "^3.42.8",
47
+ "@wordpress/media-utils": "^4.33.8",
48
+ "@wordpress/notices": "^4.10.8",
49
+ "@wordpress/patterns": "^1.3.8",
50
+ "@wordpress/plugins": "^6.10.8",
51
+ "@wordpress/preferences": "^3.19.8",
52
+ "@wordpress/private-apis": "^0.24.8",
53
+ "@wordpress/reusable-blocks": "^4.19.8",
54
+ "@wordpress/url": "^3.43.8",
55
+ "@wordpress/widgets": "^3.19.8",
56
56
  "classnames": "^2.3.1"
57
57
  },
58
58
  "peerDependencies": {
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "5551609efcf6d5b15ac55842bbbb310faea607f9"
65
+ "gitHead": "9ef7560ce92c4736819b5e767810b9a80d51d030"
66
66
  }
package/src/style.scss CHANGED
@@ -56,7 +56,7 @@ body.js.widgets-php {
56
56
 
57
57
  // Don't display admin notices on the Widgets screen.
58
58
  // Needs !important because plugins may add inline styles to notices.
59
- .widgets-php .notice {
59
+ .js .widgets-php .notice {
60
60
  display: none !important;
61
61
  }
62
62