@ckeditor/ckeditor5-ckbox 0.0.0-nightly-20240709.0 → 0.0.0-nightly-20240711.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-editor.css +3 -0
- package/package.json +2 -2
package/dist/index-editor.css
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
}
|
9
9
|
.ck.ck-editor__editable .image.image-processing {
|
10
10
|
position: relative;
|
11
|
+
|
11
12
|
}
|
12
13
|
.ck.ck-editor__editable .image.image-processing:before {
|
13
14
|
content: '';
|
@@ -25,7 +26,9 @@ background: linear-gradient(
|
|
25
26
|
);
|
26
27
|
background-size: 200% 100%;
|
27
28
|
animation: ck-image-processing-animation 2s linear infinite;
|
29
|
+
|
28
30
|
}
|
29
31
|
.ck.ck-editor__editable .image.image-processing img {
|
30
32
|
height: 100%;
|
33
|
+
|
31
34
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-ckbox",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20240711.0",
|
4
4
|
"description": "CKBox integration for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"ckeditor5": "0.0.0-nightly-
|
16
|
+
"ckeditor5": "0.0.0-nightly-20240711.0",
|
17
17
|
"blurhash": "2.0.5",
|
18
18
|
"lodash-es": "4.17.21"
|
19
19
|
},
|