canvas-editor-engine 1.0.15 → 1.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",