@ckeditor/ckeditor5-template 42.0.1-alpha.1 → 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-editor.css +16 -0
- package/package.json +4 -4
package/dist/index-editor.css
CHANGED
|
@@ -9,21 +9,27 @@
|
|
|
9
9
|
}
|
|
10
10
|
.ck-button.ck-template-button .ck.ck-icon {
|
|
11
11
|
color: unset;
|
|
12
|
+
|
|
12
13
|
}
|
|
13
14
|
.ck-button.ck-template-button .ck.ck-icon * {
|
|
14
15
|
color: unset;
|
|
16
|
+
|
|
15
17
|
}
|
|
16
18
|
.ck-button.ck-template-button .ck.ck-icon *:not([fill]) {
|
|
17
19
|
fill: unset;
|
|
20
|
+
|
|
18
21
|
}
|
|
19
22
|
.ck.ck-template-form {
|
|
20
23
|
width: var(--ck-template-dropdown-view-width);
|
|
24
|
+
|
|
21
25
|
}
|
|
22
26
|
.ck.ck-template-form > .ck-labeled-field-view {
|
|
23
27
|
padding: var(--ck-spacing-large);
|
|
28
|
+
|
|
24
29
|
}
|
|
25
30
|
.ck.ck-template-form > .ck-search__results {
|
|
26
31
|
border-top: 1px solid var(--ck-color-base-border);
|
|
32
|
+
|
|
27
33
|
}
|
|
28
34
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list {
|
|
29
35
|
max-height: var(--ck-template-dropdown-view-height);
|
|
@@ -31,12 +37,15 @@ padding: var(--ck-spacing-large);
|
|
|
31
37
|
overflow-x: hidden;
|
|
32
38
|
overflow-y: auto;
|
|
33
39
|
overscroll-behavior: contain;
|
|
40
|
+
|
|
34
41
|
}
|
|
35
42
|
.ck-rounded-corners .ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list {
|
|
36
43
|
border-radius: 0;
|
|
44
|
+
|
|
37
45
|
}
|
|
38
46
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item:not(.ck-hidden) ~ .ck.ck-list__item {
|
|
39
47
|
margin-top: var(--ck-spacing-large);
|
|
48
|
+
|
|
40
49
|
}
|
|
41
50
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button {
|
|
42
51
|
width: 100%;
|
|
@@ -52,15 +61,18 @@ gap: var(--ck-spacing-large) var(--ck-spacing-large);
|
|
|
52
61
|
grid-auto-flow: column dense;
|
|
53
62
|
align-items: center;
|
|
54
63
|
grid-template-areas: "ck-template-icon ck-template-content";
|
|
64
|
+
|
|
55
65
|
}
|
|
56
66
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button:not(:focus) {
|
|
57
67
|
border-color: var(--ck-color-dropdown-panel-background);
|
|
68
|
+
|
|
58
69
|
}
|
|
59
70
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button > .ck.ck-icon {
|
|
60
71
|
width: var(--ck-template-icon-size);
|
|
61
72
|
height: auto;
|
|
62
73
|
grid-area: ck-template-icon;
|
|
63
74
|
margin: 0;
|
|
75
|
+
|
|
64
76
|
}
|
|
65
77
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button > .ck-template-form__text-part {
|
|
66
78
|
display: flex;
|
|
@@ -70,6 +82,7 @@ height: 100%;
|
|
|
70
82
|
grid-area: ck-template-content;
|
|
71
83
|
min-width: 0;
|
|
72
84
|
margin: 0;
|
|
85
|
+
|
|
73
86
|
}
|
|
74
87
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button > .ck-template-form__text-part > .ck.ck-button__label {
|
|
75
88
|
display: block;
|
|
@@ -80,6 +93,7 @@ line-height: 1.1;
|
|
|
80
93
|
white-space: nowrap;
|
|
81
94
|
overflow: hidden;
|
|
82
95
|
text-overflow: ellipsis;
|
|
96
|
+
|
|
83
97
|
}
|
|
84
98
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button > .ck-template-form__text-part .ck-template-form__description {
|
|
85
99
|
display: -webkit-box;
|
|
@@ -92,6 +106,7 @@ overflow: hidden;
|
|
|
92
106
|
text-overflow: ellipsis;
|
|
93
107
|
-webkit-box-orient: vertical;
|
|
94
108
|
-webkit-line-clamp: 2;
|
|
109
|
+
|
|
95
110
|
}
|
|
96
111
|
.ck.ck-template-form > .ck-search__results > .ck.ck-list.ck-template-list > .ck.ck-list__item > .ck.ck-button > .ck-template-form__text-part mark {
|
|
97
112
|
background: var(--ck-color-highlight-background);
|
|
@@ -99,4 +114,5 @@ vertical-align: initial;
|
|
|
99
114
|
font-weight: inherit;
|
|
100
115
|
line-height: inherit;
|
|
101
116
|
font-size: inherit;
|
|
117
|
+
|
|
102
118
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-template",
|
|
3
|
-
"version": "42.0.1-alpha.
|
|
3
|
+
"version": "42.0.1-alpha.2",
|
|
4
4
|
"description": "Template feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "src/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"ckeditor5": "42.0.1-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-ui": "42.0.1-alpha.
|
|
27
|
-
"ckeditor5-collaboration": "42.0.1-alpha.
|
|
25
|
+
"ckeditor5": "42.0.1-alpha.2",
|
|
26
|
+
"@ckeditor/ckeditor5-ui": "42.0.1-alpha.2",
|
|
27
|
+
"ckeditor5-collaboration": "42.0.1-alpha.2"
|
|
28
28
|
},
|
|
29
29
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
30
30
|
"author": "CKSource (http://cksource.com/)",
|