@secretstache/wordpress-gutenberg 0.5.5 → 0.5.6

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.
package/build/styles.css CHANGED
@@ -135,6 +135,8 @@
135
135
  .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-list-appender.wp-block:only-child,
136
136
  .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > p.wp-block:only-child {
137
137
  margin: 2rem 0; }
138
+ .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .components-notice {
139
+ color: #000; }
138
140
 
139
141
  .editor-sidebar .bc-url-input {
140
142
  min-width: 100%; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretstache/wordpress-gutenberg",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "",
5
5
  "author": "Secret Stache",
6
6
  "license": "GPL-2.0-or-later",
@@ -62,6 +62,10 @@
62
62
  & > p.wp-block:only-child {
63
63
  margin: 2rem 0;
64
64
  }
65
+
66
+ .components-notice {
67
+ color: #000;
68
+ }
65
69
  }
66
70
 
67
71
  .editor-sidebar {