RubyGems
npm
Organizations
Log in
Sign up
npm
canvas-editor-engine
Versions diffs
1.0.48 → 1.0.49
canvas-editor-engine 1.0.48 → 1.0.49
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/components/loading.component.js
+1
-1
package/package.json
+1
-1
package/dist/components/loading.component.js
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "canvas-editor-engine",
3
-
"version": "1.0.
48
",
3
+
"version": "1.0.
49
",
4
4
"description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
"main": "dist/index.js",
6
6
"types": "dist/index.d.ts",