canvas-editor-engine 1.0.48 → 1.0.50

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ class LoadingComponent extends component_service_1.default {
10
10
  `;
11
11
  static css = `
12
12
  .loading-wrapper {
13
- display: none;
13
+ display: none;
14
14
  justify-content: center;
15
15
  align-items: center;
16
16
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",