@ckeditor/ckeditor5-page-break 42.0.1-alpha.0 → 42.0.1-alpha.2
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-content.css +3 -0
- package/package.json +2 -2
package/dist/index-content.css
CHANGED
|
@@ -9,12 +9,14 @@ padding: 5px 0;
|
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
11
11
|
justify-content: center;
|
|
12
|
+
|
|
12
13
|
}
|
|
13
14
|
.ck-content .page-break::after {
|
|
14
15
|
content: '';
|
|
15
16
|
position: absolute;
|
|
16
17
|
border-bottom: 2px dashed hsl(0, 0%, 77%);
|
|
17
18
|
width: 100%;
|
|
19
|
+
|
|
18
20
|
}
|
|
19
21
|
.ck-content .page-break__label {
|
|
20
22
|
position: relative;
|
|
@@ -34,4 +36,5 @@ box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
|
|
|
34
36
|
-moz-user-select: none;
|
|
35
37
|
-ms-user-select: none;
|
|
36
38
|
user-select: none;
|
|
39
|
+
|
|
37
40
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-page-break",
|
|
3
|
-
"version": "42.0.1-alpha.
|
|
3
|
+
"version": "42.0.1-alpha.2",
|
|
4
4
|
"description": "Page break 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.2"
|
|
17
17
|
},
|
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
|
19
19
|
"license": "GPL-2.0-or-later",
|