canvas-editor-engine 1.0.18 → 1.0.20

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.
@@ -217,6 +217,7 @@ ExcretionsComponent.css = `
217
217
  border-radius: 4px;
218
218
  width: 30px;
219
219
  height: 30px;
220
+ cursor: pointer;
220
221
  }
221
222
 
222
223
  .crop-button--view {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",