RubyGems
npm
Organizations
Log in
Sign up
npm
canvas-editor-engine
Versions diffs
1.0.22 → 1.0.23
canvas-editor-engine 1.0.22 → 1.0.23
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/excretions.component.js
+1
-0
package/package.json
+1
-1
package/dist/components/excretions.component.js
CHANGED
Viewed
@@ -224,6 +224,7 @@ ExcretionsComponent.css = `
224
224
225
225
.crop-button--view {
226
226
display: flex;
227
+
z-index: 1001;
227
228
}
228
229
229
230
@keyframes border-dance {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "canvas-editor-engine",
3
-
"version": "1.0.
22
",
3
+
"version": "1.0.
23
",
4
4
"description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
"main": "dist/index.js",
6
6
"types": "dist/index.d.ts",