@secretstache/wordpress-gutenberg 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretstache/wordpress-gutenberg",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "",
5
5
  "author": "Secret Stache",
6
6
  "license": "GPL-2.0-or-later",
@@ -7,6 +7,9 @@ export const useColorChange = (colors, setAttributes) => (colorValue, property)
7
7
  value: colorValue,
8
8
  slug: selectedColor.slug,
9
9
  }
10
- : null,
10
+ : {
11
+ value: '',
12
+ slug: '',
13
+ },
11
14
  });
12
15
  };