canvas-editor-engine 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -185,7 +185,7 @@ class ExcretionsComponent extends component_service_1.default {
185
185
  }
186
186
  ExcretionsComponent.template = ``;
187
187
  ExcretionsComponent.templateExcretion = `
188
- <button type="button" class="crop-button crop-button--view">
188
+ <button type="button" class="crop-button">
189
189
  <svg fill="#ffffff" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg" stroke="#ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M426.667 0h106.666v1386.67H1920v106.66H426.667V0zM320 426.667H0v106.666h320V426.667zm320 0v106.666h746.67V1280h106.66V426.667H640zM1493.33 1600h-106.66v320h106.66v-320z"></path> </g></svg>
190
190
  </button>
191
191
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",