@ckeditor/ckeditor5-list 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.
@@ -7,40 +7,52 @@
7
7
  }
8
8
  .ck-content ol {
9
9
  list-style-type: decimal;
10
+
10
11
  }
11
12
  .ck-content ol ol {
12
13
  list-style-type: lower-latin;
14
+
13
15
  }
14
16
  .ck-content ol ol ol {
15
17
  list-style-type: lower-roman;
18
+
16
19
  }
17
20
  .ck-content ol ol ol ol {
18
21
  list-style-type: upper-latin;
22
+
19
23
  }
20
24
  .ck-content ol ol ol ol ol {
21
25
  list-style-type: upper-roman;
26
+
22
27
  }
23
28
  .ck-content ul {
24
29
  list-style-type: disc;
30
+
25
31
  }
26
32
  .ck-content ul ul {
27
33
  list-style-type: circle;
34
+
28
35
  }
29
36
  .ck-content ul ul ul {
30
37
  list-style-type: square;
38
+
31
39
  }
32
40
  .ck-content ul ul ul ul {
33
41
  list-style-type: square;
42
+
34
43
  }
35
44
  .ck-content .todo-list {
36
45
  list-style: none;
46
+
37
47
  }
38
48
  .ck-content .todo-list li {
39
49
  position: relative;
40
50
  margin-bottom: 5px;
51
+
41
52
  }
42
53
  .ck-content .todo-list li .todo-list {
43
54
  margin-top: 5px;
55
+
44
56
  }
45
57
  .ck-content .todo-list .todo-list__label > input {
46
58
  -webkit-appearance: none;
@@ -54,12 +66,14 @@ left: -25px;
54
66
  margin-right: -15px;
55
67
  right: 0;
56
68
  margin-left: 0;
69
+
57
70
  }
58
71
  .ck-content[dir=rtl] .todo-list .todo-list__label > input {
59
72
  left: 0;
60
73
  margin-right: 0;
61
74
  right: -25px;
62
75
  margin-left: -15px;
76
+
63
77
  }
64
78
  .ck-content .todo-list .todo-list__label > input::before {
65
79
  display: block;
@@ -71,6 +85,7 @@ height: 100%;
71
85
  border: 1px solid hsl(0, 0%, 20%);
72
86
  border-radius: 2px;
73
87
  transition: 250ms ease-in-out box-shadow;
88
+
74
89
  }
75
90
  .ck-content .todo-list .todo-list__label > input::after {
76
91
  display: block;
@@ -86,17 +101,22 @@ border-style: solid;
86
101
  border-color: transparent;
87
102
  border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
88
103
  transform: rotate(45deg);
104
+
89
105
  }
90
106
  .ck-content .todo-list .todo-list__label > input[checked]::before {
91
107
  background: hsl(126, 64%, 41%);
92
108
  border-color: hsl(126, 64%, 41%);
109
+
93
110
  }
94
111
  .ck-content .todo-list .todo-list__label > input[checked]::after {
95
112
  border-color: hsl(0, 0%, 100%);
113
+
96
114
  }
97
115
  .ck-content .todo-list .todo-list__label .todo-list__label__description {
98
116
  vertical-align: middle;
117
+
99
118
  }
100
119
  .ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
101
120
  position: absolute;
121
+
102
122
  }
@@ -7,15 +7,19 @@
7
7
  }
8
8
  .ck-editor__editable .ck-list-bogus-paragraph {
9
9
  display: block;
10
+
10
11
  }
11
12
  .ck.ck-list-styles-list {
12
13
  display: grid;
14
+
13
15
  }
14
16
  .ck-editor__editable.ck-content .todo-list .todo-list__label > input {
15
17
  cursor: pointer;
18
+
16
19
  }
17
20
  .ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before {
18
21
  box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
22
+
19
23
  }
20
24
  .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
21
25
  -webkit-appearance: none;
@@ -29,12 +33,14 @@ left: -25px;
29
33
  margin-right: -15px;
30
34
  right: 0;
31
35
  margin-left: 0;
36
+
32
37
  }
33
38
  .ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
34
39
  left: 0;
35
40
  margin-right: 0;
36
41
  right: -25px;
37
42
  margin-left: -15px;
43
+
38
44
  }
39
45
  .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
40
46
  display: block;
@@ -46,6 +52,7 @@ height: 100%;
46
52
  border: 1px solid hsl(0, 0%, 20%);
47
53
  border-radius: 2px;
48
54
  transition: 250ms ease-in-out box-shadow;
55
+
49
56
  }
50
57
  .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
51
58
  display: block;
@@ -61,14 +68,18 @@ border-style: solid;
61
68
  border-color: transparent;
62
69
  border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
63
70
  transform: rotate(45deg);
71
+
64
72
  }
65
73
  .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
66
74
  background: hsl(126, 64%, 41%);
67
75
  border-color: hsl(126, 64%, 41%);
76
+
68
77
  }
69
78
  .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
70
79
  border-color: hsl(0, 0%, 100%);
80
+
71
81
  }
72
82
  .ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
73
83
  position: absolute;
84
+
74
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-list",
3
- "version": "42.0.1-alpha.1",
3
+ "version": "42.0.1-alpha.2",
4
4
  "description": "Ordered and unordered lists feature to 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.1"
16
+ "ckeditor5": "42.0.1-alpha.2"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",