@ckeditor/ckeditor5-minimap 42.0.1-alpha.1 → 42.0.1-alpha.3
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 +8 -0
- package/package.json +2 -2
package/dist/index-editor.css
CHANGED
|
@@ -12,10 +12,12 @@
|
|
|
12
12
|
position: absolute;
|
|
13
13
|
user-select: none;
|
|
14
14
|
background: var(--ck-color-base-background);
|
|
15
|
+
|
|
15
16
|
}
|
|
16
17
|
.ck.ck-minimap {
|
|
17
18
|
width: 100%;
|
|
18
19
|
height: 100%;
|
|
20
|
+
|
|
19
21
|
}
|
|
20
22
|
.ck.ck-minimap iframe {
|
|
21
23
|
border: 0;
|
|
@@ -24,6 +26,7 @@ position: relative;
|
|
|
24
26
|
outline: 1px solid var(--ck-color-minimap-iframe-outline);
|
|
25
27
|
box-shadow: 0 2px 5px var(--ck-color-minimap-iframe-shadow);
|
|
26
28
|
margin: 0;
|
|
29
|
+
|
|
27
30
|
}
|
|
28
31
|
.ck.ck-minimap .ck.ck-minimap__position-tracker {
|
|
29
32
|
position: absolute;
|
|
@@ -32,15 +35,19 @@ top: 0;
|
|
|
32
35
|
background: hsla( var(--ck-color-minimap-tracker-background), .2 );
|
|
33
36
|
z-index: 1;
|
|
34
37
|
transition: background 100ms ease-in-out;
|
|
38
|
+
|
|
35
39
|
}
|
|
36
40
|
.ck.ck-minimap .ck.ck-minimap__position-tracker:hover {
|
|
37
41
|
background: hsla( var(--ck-color-minimap-tracker-background), .3 );
|
|
42
|
+
|
|
38
43
|
}
|
|
39
44
|
.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging {
|
|
40
45
|
background: hsla( var(--ck-color-minimap-tracker-background), .4 );
|
|
46
|
+
|
|
41
47
|
}
|
|
42
48
|
.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging::after {
|
|
43
49
|
opacity: 1;
|
|
50
|
+
|
|
44
51
|
}
|
|
45
52
|
.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
|
|
46
53
|
content: attr(data-progress) "%";
|
|
@@ -55,4 +62,5 @@ font-size: 10px;
|
|
|
55
62
|
border-radius: 3px;
|
|
56
63
|
opacity: 0;
|
|
57
64
|
transition: opacity 100ms ease-in-out;
|
|
65
|
+
|
|
58
66
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-minimap",
|
|
3
|
-
"version": "42.0.1-alpha.
|
|
3
|
+
"version": "42.0.1-alpha.3",
|
|
4
4
|
"description": "Content minimap feature 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": "42.0.1-alpha.
|
|
16
|
+
"ckeditor5": "42.0.1-alpha.3"
|
|
17
17
|
},
|
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
|
19
19
|
"license": "GPL-2.0-or-later",
|