From 71fd7a6ee32183a7e2ccff671c9edcc11d63ea34 Mon Sep 17 00:00:00 2001 From: VolgaIgor <43250768+VolgaIgor@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:20:01 +0300 Subject: [PATCH 1/2] Fixed css styles --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 8233165..58a648d 100644 --- a/src/index.css +++ b/src/index.css @@ -72,9 +72,9 @@ } &--empty, - &--loading { + &--uploading { ^&__caption { - display: none; + display: none !important; } } @@ -101,7 +101,7 @@ } } - &--loading { + &--uploading { ^&__image { min-height: 200px; display: flex; From bce6314ff101b0f1a51f3adfe79b4a1716f71caf Mon Sep 17 00:00:00 2001 From: VolgaIgor <43250768+VolgaIgor@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:22:09 +0300 Subject: [PATCH 2/2] Increment a patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 003c9e0..774433e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/image", - "version": "2.10.0", + "version": "2.10.1", "keywords": [ "codex editor", "image",