@ckeditor/ckeditor5-list 42.0.1 → 42.0.2-alpha.1

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.
Files changed (119) hide show
  1. package/dist/index-content.css +112 -118
  2. package/dist/index-editor.css +73 -76
  3. package/dist/translations/ar.d.ts +1 -1
  4. package/dist/translations/ast.d.ts +1 -1
  5. package/dist/translations/az.d.ts +1 -1
  6. package/dist/translations/bg.d.ts +1 -1
  7. package/dist/translations/bn.d.ts +1 -1
  8. package/dist/translations/ca.d.ts +1 -1
  9. package/dist/translations/cs.d.ts +1 -1
  10. package/dist/translations/da.d.ts +1 -1
  11. package/dist/translations/de-ch.d.ts +1 -1
  12. package/dist/translations/de.d.ts +1 -1
  13. package/dist/translations/el.d.ts +1 -1
  14. package/dist/translations/en-au.d.ts +1 -1
  15. package/dist/translations/en-gb.d.ts +1 -1
  16. package/dist/translations/en.d.ts +1 -1
  17. package/dist/translations/eo.d.ts +1 -1
  18. package/dist/translations/es.d.ts +1 -1
  19. package/dist/translations/et.d.ts +1 -1
  20. package/dist/translations/eu.d.ts +1 -1
  21. package/dist/translations/fa.d.ts +1 -1
  22. package/dist/translations/fi.d.ts +1 -1
  23. package/dist/translations/fr.d.ts +1 -1
  24. package/dist/translations/gl.d.ts +1 -1
  25. package/dist/translations/he.d.ts +1 -1
  26. package/dist/translations/hi.d.ts +1 -1
  27. package/dist/translations/hr.d.ts +1 -1
  28. package/dist/translations/hu.d.ts +1 -1
  29. package/dist/translations/id.d.ts +1 -1
  30. package/dist/translations/it.d.ts +1 -1
  31. package/dist/translations/ja.d.ts +1 -1
  32. package/dist/translations/jv.d.ts +1 -1
  33. package/dist/translations/km.d.ts +1 -1
  34. package/dist/translations/kn.d.ts +1 -1
  35. package/dist/translations/ko.d.ts +1 -1
  36. package/dist/translations/ku.d.ts +1 -1
  37. package/dist/translations/lt.d.ts +1 -1
  38. package/dist/translations/lv.d.ts +1 -1
  39. package/dist/translations/ms.d.ts +1 -1
  40. package/dist/translations/nb.d.ts +1 -1
  41. package/dist/translations/ne.d.ts +1 -1
  42. package/dist/translations/nl.d.ts +1 -1
  43. package/dist/translations/no.d.ts +1 -1
  44. package/dist/translations/pl.d.ts +1 -1
  45. package/dist/translations/pt-br.d.ts +1 -1
  46. package/dist/translations/pt.d.ts +1 -1
  47. package/dist/translations/ro.d.ts +1 -1
  48. package/dist/translations/ru.d.ts +1 -1
  49. package/dist/translations/si.d.ts +1 -1
  50. package/dist/translations/sk.d.ts +1 -1
  51. package/dist/translations/sq.d.ts +1 -1
  52. package/dist/translations/sr-latn.d.ts +1 -1
  53. package/dist/translations/sr.d.ts +1 -1
  54. package/dist/translations/sv.d.ts +1 -1
  55. package/dist/translations/th.d.ts +1 -1
  56. package/dist/translations/ti.d.ts +1 -1
  57. package/dist/translations/tk.d.ts +1 -1
  58. package/dist/translations/tr.d.ts +1 -1
  59. package/dist/translations/tt.d.ts +1 -1
  60. package/dist/translations/ug.d.ts +1 -1
  61. package/dist/translations/uk.d.ts +1 -1
  62. package/dist/translations/ur.d.ts +1 -1
  63. package/dist/translations/uz.d.ts +1 -1
  64. package/dist/translations/vi.d.ts +1 -1
  65. package/dist/translations/zh-cn.d.ts +1 -1
  66. package/dist/translations/zh.d.ts +1 -1
  67. package/package.json +9 -2
  68. /package/dist/{types/augmentation.d.ts → augmentation.d.ts} +0 -0
  69. /package/dist/{types/documentlist.d.ts → documentlist.d.ts} +0 -0
  70. /package/dist/{types/documentlistproperties.d.ts → documentlistproperties.d.ts} +0 -0
  71. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  72. /package/dist/{types/legacylist → legacylist}/legacyconverters.d.ts +0 -0
  73. /package/dist/{types/legacylist → legacylist}/legacyindentcommand.d.ts +0 -0
  74. /package/dist/{types/legacylist → legacylist}/legacylistcommand.d.ts +0 -0
  75. /package/dist/{types/legacylist → legacylist}/legacylistediting.d.ts +0 -0
  76. /package/dist/{types/legacylist → legacylist}/legacylistutils.d.ts +0 -0
  77. /package/dist/{types/legacylist → legacylist}/legacyutils.d.ts +0 -0
  78. /package/dist/{types/legacylist.d.ts → legacylist.d.ts} +0 -0
  79. /package/dist/{types/legacylistproperties → legacylistproperties}/legacylistpropertiesediting.d.ts +0 -0
  80. /package/dist/{types/legacylistproperties → legacylistproperties}/legacylistreversedcommand.d.ts +0 -0
  81. /package/dist/{types/legacylistproperties → legacylistproperties}/legacyliststartcommand.d.ts +0 -0
  82. /package/dist/{types/legacylistproperties → legacylistproperties}/legacyliststylecommand.d.ts +0 -0
  83. /package/dist/{types/legacylistproperties.d.ts → legacylistproperties.d.ts} +0 -0
  84. /package/dist/{types/legacytodolist → legacytodolist}/legacychecktodolistcommand.d.ts +0 -0
  85. /package/dist/{types/legacytodolist → legacytodolist}/legacytodolistconverters.d.ts +0 -0
  86. /package/dist/{types/legacytodolist → legacytodolist}/legacytodolistediting.d.ts +0 -0
  87. /package/dist/{types/legacytodolist.d.ts → legacytodolist.d.ts} +0 -0
  88. /package/dist/{types/list → list}/adjacentlistssupport.d.ts +0 -0
  89. /package/dist/{types/list → list}/converters.d.ts +0 -0
  90. /package/dist/{types/list → list}/listcommand.d.ts +0 -0
  91. /package/dist/{types/list → list}/listediting.d.ts +0 -0
  92. /package/dist/{types/list → list}/listindentcommand.d.ts +0 -0
  93. /package/dist/{types/list → list}/listmergecommand.d.ts +0 -0
  94. /package/dist/{types/list → list}/listsplitcommand.d.ts +0 -0
  95. /package/dist/{types/list → list}/listui.d.ts +0 -0
  96. /package/dist/{types/list → list}/listutils.d.ts +0 -0
  97. /package/dist/{types/list → list}/utils/listwalker.d.ts +0 -0
  98. /package/dist/{types/list → list}/utils/model.d.ts +0 -0
  99. /package/dist/{types/list → list}/utils/postfixers.d.ts +0 -0
  100. /package/dist/{types/list → list}/utils/view.d.ts +0 -0
  101. /package/dist/{types/list → list}/utils.d.ts +0 -0
  102. /package/dist/{types/list.d.ts → list.d.ts} +0 -0
  103. /package/dist/{types/listconfig.d.ts → listconfig.d.ts} +0 -0
  104. /package/dist/{types/listproperties → listproperties}/converters.d.ts +0 -0
  105. /package/dist/{types/listproperties → listproperties}/listpropertiesediting.d.ts +0 -0
  106. /package/dist/{types/listproperties → listproperties}/listpropertiesui.d.ts +0 -0
  107. /package/dist/{types/listproperties → listproperties}/listpropertiesutils.d.ts +0 -0
  108. /package/dist/{types/listproperties → listproperties}/listreversedcommand.d.ts +0 -0
  109. /package/dist/{types/listproperties → listproperties}/liststartcommand.d.ts +0 -0
  110. /package/dist/{types/listproperties → listproperties}/liststylecommand.d.ts +0 -0
  111. /package/dist/{types/listproperties → listproperties}/ui/listpropertiesview.d.ts +0 -0
  112. /package/dist/{types/listproperties → listproperties}/utils/style.d.ts +0 -0
  113. /package/dist/{types/listproperties.d.ts → listproperties.d.ts} +0 -0
  114. /package/dist/{types/tododocumentlist.d.ts → tododocumentlist.d.ts} +0 -0
  115. /package/dist/{types/todolist → todolist}/checktodolistcommand.d.ts +0 -0
  116. /package/dist/{types/todolist → todolist}/todocheckboxchangeobserver.d.ts +0 -0
  117. /package/dist/{types/todolist → todolist}/todolistediting.d.ts +0 -0
  118. /package/dist/{types/todolist → todolist}/todolistui.d.ts +0 -0
  119. /package/dist/{types/todolist.d.ts → todolist.d.ts} +0 -0
@@ -2,121 +2,115 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- :root {
6
- --ck-todo-list-checkmark-size: 16px;
7
- }
8
- .ck-content ol {
9
- list-style-type: decimal;
10
-
11
- }
12
- .ck-content ol ol {
13
- list-style-type: lower-latin;
14
-
15
- }
16
- .ck-content ol ol ol {
17
- list-style-type: lower-roman;
18
-
19
- }
20
- .ck-content ol ol ol ol {
21
- list-style-type: upper-latin;
22
-
23
- }
24
- .ck-content ol ol ol ol ol {
25
- list-style-type: upper-roman;
26
-
27
- }
28
- .ck-content ul {
29
- list-style-type: disc;
30
-
31
- }
32
- .ck-content ul ul {
33
- list-style-type: circle;
34
-
35
- }
36
- .ck-content ul ul ul {
37
- list-style-type: square;
38
-
39
- }
40
- .ck-content ul ul ul ul {
41
- list-style-type: square;
42
-
43
- }
44
- .ck-content .todo-list {
45
- list-style: none;
46
-
47
- }
48
- .ck-content .todo-list li {
49
- position: relative;
50
- margin-bottom: 5px;
51
-
52
- }
53
- .ck-content .todo-list li .todo-list {
54
- margin-top: 5px;
55
-
56
- }
57
- .ck-content .todo-list .todo-list__label > input {
58
- -webkit-appearance: none;
59
- display: inline-block;
60
- position: relative;
61
- width: var(--ck-todo-list-checkmark-size);
62
- height: var(--ck-todo-list-checkmark-size);
63
- vertical-align: middle;
64
- border: 0;
65
- left: -25px;
66
- margin-right: -15px;
67
- right: 0;
68
- margin-left: 0;
69
-
70
- }
71
- .ck-content[dir=rtl] .todo-list .todo-list__label > input {
72
- left: 0;
73
- margin-right: 0;
74
- right: -25px;
75
- margin-left: -15px;
76
-
77
- }
78
- .ck-content .todo-list .todo-list__label > input::before {
79
- display: block;
80
- position: absolute;
81
- box-sizing: border-box;
82
- content: '';
83
- width: 100%;
84
- height: 100%;
85
- border: 1px solid hsl(0, 0%, 20%);
86
- border-radius: 2px;
87
- transition: 250ms ease-in-out box-shadow;
88
-
89
- }
90
- .ck-content .todo-list .todo-list__label > input::after {
91
- display: block;
92
- position: absolute;
93
- box-sizing: content-box;
94
- pointer-events: none;
95
- content: '';
96
- left: calc( var(--ck-todo-list-checkmark-size) / 3 );
97
- top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
98
- width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
99
- height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
100
- border-style: solid;
101
- border-color: transparent;
102
- border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
103
- transform: rotate(45deg);
104
-
105
- }
106
- .ck-content .todo-list .todo-list__label > input[checked]::before {
107
- background: hsl(126, 64%, 41%);
108
- border-color: hsl(126, 64%, 41%);
109
-
110
- }
111
- .ck-content .todo-list .todo-list__label > input[checked]::after {
112
- border-color: hsl(0, 0%, 100%);
113
-
114
- }
115
- .ck-content .todo-list .todo-list__label .todo-list__label__description {
116
- vertical-align: middle;
117
-
118
- }
119
- .ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
120
- position: absolute;
121
-
122
- }
5
+ .ck-content ol{
6
+ list-style-type:decimal;
7
+ }
8
+
9
+ .ck-content ol ol{
10
+ list-style-type:lower-latin;
11
+ }
12
+
13
+ .ck-content ol ol ol{
14
+ list-style-type:lower-roman;
15
+ }
16
+
17
+ .ck-content ol ol ol ol{
18
+ list-style-type:upper-latin;
19
+ }
20
+
21
+ .ck-content ol ol ol ol ol{
22
+ list-style-type:upper-roman;
23
+ }
24
+
25
+ .ck-content ul{
26
+ list-style-type:disc;
27
+ }
28
+
29
+ .ck-content ul ul{
30
+ list-style-type:circle;
31
+ }
32
+
33
+ .ck-content ul ul ul{
34
+ list-style-type:square;
35
+ }
36
+
37
+ .ck-content ul ul ul ul{
38
+ list-style-type:square;
39
+ }
40
+
41
+ :root{
42
+ --ck-todo-list-checkmark-size:16px;
43
+ }
44
+ .ck-content .todo-list{
45
+ list-style:none;
46
+ }
47
+ .ck-content .todo-list li{
48
+ position:relative;
49
+ margin-bottom:5px;
50
+ }
51
+ .ck-content .todo-list li .todo-list{
52
+ margin-top:5px;
53
+ }
54
+ .ck-content .todo-list .todo-list__label > input{
55
+ -webkit-appearance:none;
56
+ display:inline-block;
57
+ position:relative;
58
+ width:var(--ck-todo-list-checkmark-size);
59
+ height:var(--ck-todo-list-checkmark-size);
60
+ vertical-align:middle;
61
+ border:0;
62
+ left:-25px;
63
+ margin-right:-15px;
64
+ right:0;
65
+ margin-left:0;
66
+ }
67
+ .ck-content[dir=rtl] .todo-list .todo-list__label > input{
68
+ left:0;
69
+ margin-right:0;
70
+ right:-25px;
71
+ margin-left:-15px;
72
+ }
73
+ .ck-content .todo-list .todo-list__label > input::before{
74
+ display:block;
75
+ position:absolute;
76
+ box-sizing:border-box;
77
+ content:'';
78
+ width:100%;
79
+ height:100%;
80
+ border:1px solid hsl(0, 0%, 20%);
81
+ border-radius:2px;
82
+ transition:250ms ease-in-out box-shadow;
83
+ }
84
+ @media (prefers-reduced-motion: reduce){
85
+ .ck-content .todo-list .todo-list__label > input::before{
86
+ transition:none;
87
+ }
88
+ }
89
+ .ck-content .todo-list .todo-list__label > input::after{
90
+ display:block;
91
+ position:absolute;
92
+ box-sizing:content-box;
93
+ pointer-events:none;
94
+ content:'';
95
+ left:calc( var(--ck-todo-list-checkmark-size) / 3);
96
+ top:calc( var(--ck-todo-list-checkmark-size) / 5.3);
97
+ width:calc( var(--ck-todo-list-checkmark-size) / 5.3);
98
+ height:calc( var(--ck-todo-list-checkmark-size) / 2.6);
99
+ border-style:solid;
100
+ border-color:transparent;
101
+ border-width:0 calc( var(--ck-todo-list-checkmark-size) / 8) calc( var(--ck-todo-list-checkmark-size) / 8) 0;
102
+ transform:rotate(45deg);
103
+ }
104
+ .ck-content .todo-list .todo-list__label > input[checked]::before{
105
+ background:hsl(126, 64%, 41%);
106
+ border-color:hsl(126, 64%, 41%);
107
+ }
108
+ .ck-content .todo-list .todo-list__label > input[checked]::after{
109
+ border-color:hsl(0, 0%, 100%);
110
+ }
111
+ .ck-content .todo-list .todo-list__label .todo-list__label__description{
112
+ vertical-align:middle;
113
+ }
114
+ .ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox]{
115
+ position:absolute;
116
+ }
@@ -2,84 +2,81 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- :root {
6
- --ck-todo-list-checkmark-size: 16px;
5
+ .ck-editor__editable .ck-list-bogus-paragraph{
6
+ display:block;
7
7
  }
8
- .ck-editor__editable .ck-list-bogus-paragraph {
9
- display: block;
10
8
 
9
+ .ck.ck-list-styles-list{
10
+ display:grid;
11
11
  }
12
- .ck.ck-list-styles-list {
13
- display: grid;
14
-
15
- }
16
- .ck-editor__editable.ck-content .todo-list .todo-list__label > input {
17
- cursor: pointer;
18
-
19
- }
20
- .ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before {
21
- box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
22
-
23
- }
24
- .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
25
- -webkit-appearance: none;
26
- display: inline-block;
27
- position: relative;
28
- width: var(--ck-todo-list-checkmark-size);
29
- height: var(--ck-todo-list-checkmark-size);
30
- vertical-align: middle;
31
- border: 0;
32
- left: -25px;
33
- margin-right: -15px;
34
- right: 0;
35
- margin-left: 0;
36
-
37
- }
38
- .ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
39
- left: 0;
40
- margin-right: 0;
41
- right: -25px;
42
- margin-left: -15px;
43
-
44
- }
45
- .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
46
- display: block;
47
- position: absolute;
48
- box-sizing: border-box;
49
- content: '';
50
- width: 100%;
51
- height: 100%;
52
- border: 1px solid hsl(0, 0%, 20%);
53
- border-radius: 2px;
54
- transition: 250ms ease-in-out box-shadow;
55
-
56
- }
57
- .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
58
- display: block;
59
- position: absolute;
60
- box-sizing: content-box;
61
- pointer-events: none;
62
- content: '';
63
- left: calc( var(--ck-todo-list-checkmark-size) / 3 );
64
- top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
65
- width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
66
- height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
67
- border-style: solid;
68
- border-color: transparent;
69
- border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
70
- transform: rotate(45deg);
71
-
72
- }
73
- .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
74
- background: hsl(126, 64%, 41%);
75
- border-color: hsl(126, 64%, 41%);
76
-
77
- }
78
- .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
79
- border-color: hsl(0, 0%, 100%);
80
-
81
- }
82
- .ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
83
- position: absolute;
84
12
 
13
+ :root{
14
+ --ck-todo-list-checkmark-size:16px;
85
15
  }
16
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > input,
17
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input{
18
+ cursor:pointer;
19
+ }
20
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before{
21
+ box-shadow:0 0 0 5px hsla(0, 0%, 0%, 0.1);
22
+ }
23
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input{
24
+ -webkit-appearance:none;
25
+ display:inline-block;
26
+ position:relative;
27
+ width:var(--ck-todo-list-checkmark-size);
28
+ height:var(--ck-todo-list-checkmark-size);
29
+ vertical-align:middle;
30
+ border:0;
31
+ left:-25px;
32
+ margin-right:-15px;
33
+ right:0;
34
+ margin-left:0;
35
+ }
36
+ .ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input{
37
+ left:0;
38
+ margin-right:0;
39
+ right:-25px;
40
+ margin-left:-15px;
41
+ }
42
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before{
43
+ display:block;
44
+ position:absolute;
45
+ box-sizing:border-box;
46
+ content:'';
47
+ width:100%;
48
+ height:100%;
49
+ border:1px solid hsl(0, 0%, 20%);
50
+ border-radius:2px;
51
+ transition:250ms ease-in-out box-shadow;
52
+ }
53
+ @media (prefers-reduced-motion: reduce){
54
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before{
55
+ transition:none;
56
+ }
57
+ }
58
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after{
59
+ display:block;
60
+ position:absolute;
61
+ box-sizing:content-box;
62
+ pointer-events:none;
63
+ content:'';
64
+ left:calc( var(--ck-todo-list-checkmark-size) / 3);
65
+ top:calc( var(--ck-todo-list-checkmark-size) / 5.3);
66
+ width:calc( var(--ck-todo-list-checkmark-size) / 5.3);
67
+ height:calc( var(--ck-todo-list-checkmark-size) / 2.6);
68
+ border-style:solid;
69
+ border-color:transparent;
70
+ border-width:0 calc( var(--ck-todo-list-checkmark-size) / 8) calc( var(--ck-todo-list-checkmark-size) / 8) 0;
71
+ transform:rotate(45deg);
72
+ }
73
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before{
74
+ background:hsl(126, 64%, 41%);
75
+ border-color:hsl(126, 64%, 41%);
76
+ }
77
+ .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after{
78
+ border-color:hsl(0, 0%, 100%);
79
+ }
80
+ .ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox]{
81
+ position:absolute;
82
+ }
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
 
6
- import type { Translations } from 'ckeditor5';
6
+ import type { Translations } from '@ckeditor/ckeditor5-utils';
7
7
  declare const translations: Translations;
8
8
  export default translations;