@ckeditor/ckeditor5-theme-lark 37.0.1 → 38.0.0-rc.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-theme-lark",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "38.0.0-rc.0",
|
|
4
4
|
"description": "A bright theme for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -9,34 +9,34 @@
|
|
|
9
9
|
"ckeditor5-theme"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
12
|
+
"@ckeditor/ckeditor5-ui": "^38.0.0-rc.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
|
16
|
-
"@ckeditor/ckeditor5-ckfinder": "^
|
|
17
|
-
"@ckeditor/ckeditor5-code-block": "^
|
|
18
|
-
"@ckeditor/ckeditor5-core": "^
|
|
19
|
-
"@ckeditor/ckeditor5-editor-balloon": "^
|
|
20
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
21
|
-
"@ckeditor/ckeditor5-find-and-replace": "^
|
|
22
|
-
"@ckeditor/ckeditor5-font": "^
|
|
23
|
-
"@ckeditor/ckeditor5-heading": "^
|
|
24
|
-
"@ckeditor/ckeditor5-highlight": "^
|
|
25
|
-
"@ckeditor/ckeditor5-html-embed": "^
|
|
26
|
-
"@ckeditor/ckeditor5-indent": "^
|
|
27
|
-
"@ckeditor/ckeditor5-link": "^
|
|
28
|
-
"@ckeditor/ckeditor5-list": "^
|
|
29
|
-
"@ckeditor/ckeditor5-media-embed": "^
|
|
30
|
-
"@ckeditor/ckeditor5-page-break": "^
|
|
31
|
-
"@ckeditor/ckeditor5-remove-format": "^
|
|
32
|
-
"@ckeditor/ckeditor5-restricted-editing": "^
|
|
33
|
-
"@ckeditor/ckeditor5-select-all": "^
|
|
34
|
-
"@ckeditor/ckeditor5-source-editing": "^
|
|
35
|
-
"@ckeditor/ckeditor5-special-characters": "^
|
|
36
|
-
"@ckeditor/ckeditor5-undo": "^
|
|
37
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
38
|
-
"@ckeditor/ckeditor5-table": "^
|
|
39
|
-
"ckeditor5": "^
|
|
15
|
+
"@ckeditor/ckeditor5-basic-styles": "^38.0.0-rc.0",
|
|
16
|
+
"@ckeditor/ckeditor5-ckfinder": "^38.0.0-rc.0",
|
|
17
|
+
"@ckeditor/ckeditor5-code-block": "^38.0.0-rc.0",
|
|
18
|
+
"@ckeditor/ckeditor5-core": "^38.0.0-rc.0",
|
|
19
|
+
"@ckeditor/ckeditor5-editor-balloon": "^38.0.0-rc.0",
|
|
20
|
+
"@ckeditor/ckeditor5-editor-classic": "^38.0.0-rc.0",
|
|
21
|
+
"@ckeditor/ckeditor5-find-and-replace": "^38.0.0-rc.0",
|
|
22
|
+
"@ckeditor/ckeditor5-font": "^38.0.0-rc.0",
|
|
23
|
+
"@ckeditor/ckeditor5-heading": "^38.0.0-rc.0",
|
|
24
|
+
"@ckeditor/ckeditor5-highlight": "^38.0.0-rc.0",
|
|
25
|
+
"@ckeditor/ckeditor5-html-embed": "^38.0.0-rc.0",
|
|
26
|
+
"@ckeditor/ckeditor5-indent": "^38.0.0-rc.0",
|
|
27
|
+
"@ckeditor/ckeditor5-link": "^38.0.0-rc.0",
|
|
28
|
+
"@ckeditor/ckeditor5-list": "^38.0.0-rc.0",
|
|
29
|
+
"@ckeditor/ckeditor5-media-embed": "^38.0.0-rc.0",
|
|
30
|
+
"@ckeditor/ckeditor5-page-break": "^38.0.0-rc.0",
|
|
31
|
+
"@ckeditor/ckeditor5-remove-format": "^38.0.0-rc.0",
|
|
32
|
+
"@ckeditor/ckeditor5-restricted-editing": "^38.0.0-rc.0",
|
|
33
|
+
"@ckeditor/ckeditor5-select-all": "^38.0.0-rc.0",
|
|
34
|
+
"@ckeditor/ckeditor5-source-editing": "^38.0.0-rc.0",
|
|
35
|
+
"@ckeditor/ckeditor5-special-characters": "^38.0.0-rc.0",
|
|
36
|
+
"@ckeditor/ckeditor5-undo": "^38.0.0-rc.0",
|
|
37
|
+
"@ckeditor/ckeditor5-utils": "^38.0.0-rc.0",
|
|
38
|
+
"@ckeditor/ckeditor5-table": "^38.0.0-rc.0",
|
|
39
|
+
"ckeditor5": "^38.0.0-rc.0"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=16.0.0",
|
|
@@ -40,58 +40,6 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
/*
|
|
44
|
-
// Horizontal drop target (between blocks).
|
|
45
|
-
& .ck.ck-clipboard-drop-target-position {
|
|
46
|
-
display: block;
|
|
47
|
-
position: relative;
|
|
48
|
-
width: 100%;
|
|
49
|
-
height: 0;
|
|
50
|
-
margin: 0;
|
|
51
|
-
text-align: initial;
|
|
52
|
-
|
|
53
|
-
& .ck-clipboard-drop-target__line {
|
|
54
|
-
position: absolute;
|
|
55
|
-
width: 100%;
|
|
56
|
-
height: 0;
|
|
57
|
-
border: 1px solid var(--ck-clipboard-drop-target-color);
|
|
58
|
-
margin-top: -1px;
|
|
59
|
-
|
|
60
|
-
&::before {
|
|
61
|
-
content: "";
|
|
62
|
-
width: 0;
|
|
63
|
-
height: 0;
|
|
64
|
-
|
|
65
|
-
display: block;
|
|
66
|
-
position: absolute;
|
|
67
|
-
left: calc(-1 * var(--ck-clipboard-drop-target-dot-size));
|
|
68
|
-
top: 0;
|
|
69
|
-
|
|
70
|
-
transform: translateY(-50%);
|
|
71
|
-
border-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);
|
|
72
|
-
border-width: var(--ck-clipboard-drop-target-dot-size) 0 var(--ck-clipboard-drop-target-dot-size) calc(2 * var(--ck-clipboard-drop-target-dot-size));
|
|
73
|
-
border-style: solid;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&::after {
|
|
77
|
-
content: "";
|
|
78
|
-
width: 0;
|
|
79
|
-
height: 0;
|
|
80
|
-
|
|
81
|
-
display: block;
|
|
82
|
-
position: absolute;
|
|
83
|
-
right: calc(-1 * var(--ck-clipboard-drop-target-dot-size));
|
|
84
|
-
top: 0;
|
|
85
|
-
|
|
86
|
-
transform: translateY(-50%);
|
|
87
|
-
border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;
|
|
88
|
-
border-width: var(--ck-clipboard-drop-target-dot-size) calc(2 * var(--ck-clipboard-drop-target-dot-size)) var(--ck-clipboard-drop-target-dot-size) 0;
|
|
89
|
-
border-style: solid;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
43
|
/*
|
|
96
44
|
* Styles of the widget that it a drop target.
|
|
97
45
|
*/
|
|
@@ -107,3 +55,10 @@
|
|
|
107
55
|
outline: none !important;
|
|
108
56
|
}
|
|
109
57
|
}
|
|
58
|
+
|
|
59
|
+
.ck.ck-clipboard-drop-target-line {
|
|
60
|
+
height: 0;
|
|
61
|
+
border: 1px solid var(--ck-clipboard-drop-target-color);
|
|
62
|
+
background: var(--ck-clipboard-drop-target-color);
|
|
63
|
+
margin-top: -1px;
|
|
64
|
+
}
|