@secretstache/wordpress-gutenberg 0.5.7 → 0.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretstache/wordpress-gutenberg",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "",
5
5
  "author": "Secret Stache",
6
6
  "license": "GPL-2.0-or-later",
@@ -123,7 +123,7 @@ export const MediaControl = ({
123
123
  selectButtonLabel,
124
124
  removeButtonLabel,
125
125
 
126
- hasFocalPoint = true,
126
+ hasFocalPoint = false,
127
127
  focalPointLabel = 'Focal Point',
128
128
  focalPoint = { x: 0.5, y: 0.5 },
129
129
  onFocalPointChange,