canvas-editor-engine 1.0.15 → 1.0.16

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.
@@ -207,11 +207,16 @@ ExcretionsComponent.css = `
207
207
  .crop-button {
208
208
  position: absolute;
209
209
  padding: 3px;
210
- right: -5px;
210
+ right: -35px;
211
211
  top: 0;
212
- background: #23222270;
212
+ background: #232222;
213
213
  border: none;
214
214
  border-radius: 4px;
215
+ width: 30px;
216
+ height: 30px;
217
+ display: flex;
218
+ justify-content: center;
219
+ alight-items: center;
215
220
  }
216
221
 
217
222
  @keyframes border-dance {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",