canvas-editor-engine 1.0.7 → 1.0.9

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.
@@ -196,7 +196,7 @@ ExcretionsComponent.css = `
196
196
  }
197
197
 
198
198
  .excretion_crop {
199
- box-shadow: 0px 0px 0px 100% rgba(34, 60, 80, 0.2);
199
+ box-shadow: 0px 0px 0px calc(100vw + 100vh) #50505070;
200
200
  }
201
201
 
202
202
  @keyframes border-dance {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",