@ckeditor/ckeditor5-widget 42.0.1-alpha.3 → 42.0.2-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/dist/index-editor.css +168 -160
  2. package/dist/translations/ar.d.ts +1 -1
  3. package/dist/translations/az.d.ts +1 -1
  4. package/dist/translations/bg.d.ts +1 -1
  5. package/dist/translations/bn.d.ts +1 -1
  6. package/dist/translations/ca.d.ts +1 -1
  7. package/dist/translations/cs.d.ts +1 -1
  8. package/dist/translations/da.d.ts +1 -1
  9. package/dist/translations/de-ch.d.ts +1 -1
  10. package/dist/translations/de.d.ts +1 -1
  11. package/dist/translations/el.d.ts +1 -1
  12. package/dist/translations/en-au.d.ts +1 -1
  13. package/dist/translations/en.d.ts +1 -1
  14. package/dist/translations/es.d.ts +1 -1
  15. package/dist/translations/et.d.ts +1 -1
  16. package/dist/translations/fa.d.ts +1 -1
  17. package/dist/translations/fi.d.ts +1 -1
  18. package/dist/translations/fr.d.ts +1 -1
  19. package/dist/translations/gl.d.ts +1 -1
  20. package/dist/translations/he.d.ts +1 -1
  21. package/dist/translations/hi.d.ts +1 -1
  22. package/dist/translations/hr.d.ts +1 -1
  23. package/dist/translations/hu.d.ts +1 -1
  24. package/dist/translations/id.d.ts +1 -1
  25. package/dist/translations/it.d.ts +1 -1
  26. package/dist/translations/ja.d.ts +1 -1
  27. package/dist/translations/ko.d.ts +1 -1
  28. package/dist/translations/ku.d.ts +1 -1
  29. package/dist/translations/lt.d.ts +1 -1
  30. package/dist/translations/lv.d.ts +1 -1
  31. package/dist/translations/ms.d.ts +1 -1
  32. package/dist/translations/nl.d.ts +1 -1
  33. package/dist/translations/no.d.ts +1 -1
  34. package/dist/translations/pl.d.ts +1 -1
  35. package/dist/translations/pt-br.d.ts +1 -1
  36. package/dist/translations/pt.d.ts +1 -1
  37. package/dist/translations/ro.d.ts +1 -1
  38. package/dist/translations/ru.d.ts +1 -1
  39. package/dist/translations/sk.d.ts +1 -1
  40. package/dist/translations/sq.d.ts +1 -1
  41. package/dist/translations/sr-latn.d.ts +1 -1
  42. package/dist/translations/sr.d.ts +1 -1
  43. package/dist/translations/sv.d.ts +1 -1
  44. package/dist/translations/th.d.ts +1 -1
  45. package/dist/translations/tk.d.ts +1 -1
  46. package/dist/translations/tr.d.ts +1 -1
  47. package/dist/translations/uk.d.ts +1 -1
  48. package/dist/translations/ur.d.ts +1 -1
  49. package/dist/translations/uz.d.ts +1 -1
  50. package/dist/translations/vi.d.ts +1 -1
  51. package/dist/translations/zh-cn.d.ts +1 -1
  52. package/dist/translations/zh.d.ts +1 -1
  53. package/package.json +7 -7
  54. /package/dist/{types/augmentation.d.ts → augmentation.d.ts} +0 -0
  55. /package/dist/{types/highlightstack.d.ts → highlightstack.d.ts} +0 -0
  56. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  57. /package/dist/{types/utils.d.ts → utils.d.ts} +0 -0
  58. /package/dist/{types/verticalnavigation.d.ts → verticalnavigation.d.ts} +0 -0
  59. /package/dist/{types/widget.d.ts → widget.d.ts} +0 -0
  60. /package/dist/{types/widgetresize → widgetresize}/resizer.d.ts +0 -0
  61. /package/dist/{types/widgetresize → widgetresize}/resizerstate.d.ts +0 -0
  62. /package/dist/{types/widgetresize → widgetresize}/sizeview.d.ts +0 -0
  63. /package/dist/{types/widgetresize.d.ts → widgetresize.d.ts} +0 -0
  64. /package/dist/{types/widgettoolbarrepository.d.ts → widgettoolbarrepository.d.ts} +0 -0
  65. /package/dist/{types/widgettypearound → widgettypearound}/utils.d.ts +0 -0
  66. /package/dist/{types/widgettypearound → widgettypearound}/widgettypearound.d.ts +0 -0
@@ -2,174 +2,182 @@
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-color-resizer-tooltip-background: hsl(0, 0%, 15%);
7
- --ck-color-resizer-tooltip-text: hsl(0, 0%, 95%);
8
- --ck-resizer-border-radius: var(--ck-border-radius);
9
- --ck-resizer-tooltip-offset: 10px;
10
- --ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px);
11
- }
12
- .ck .ck-widget {
13
- position: relative;
14
-
15
- }
16
- .ck .ck-widget.ck-widget_with-selection-handle {
17
- position: relative;
18
-
19
- }
20
- .ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
21
- position: absolute;
22
-
23
- }
24
- .ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
25
- display: block;
26
-
27
- }
28
- .ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
29
- visibility: visible;
30
-
31
- }
32
- .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
33
- visibility: visible;
34
-
35
- }
36
- .ck .ck-size-view {
37
- background: var(--ck-color-resizer-tooltip-background);
38
- color: var(--ck-color-resizer-tooltip-text);
39
- border: 1px solid var(--ck-color-resizer-tooltip-text);
40
- border-radius: var(--ck-resizer-border-radius);
41
- font-size: var(--ck-font-size-tiny);
42
- display: block;
43
- padding: 0 var(--ck-spacing-small);
44
- height: var(--ck-resizer-tooltip-height);
45
- line-height: var(--ck-resizer-tooltip-height);
46
-
47
- }
48
- .ck .ck-size-view.ck-orientation-top-left {
49
- position: absolute;
50
-
51
- }
52
- .ck .ck-size-view.ck-orientation-top-left {
53
- top: var(--ck-resizer-tooltip-offset);
54
- left: var(--ck-resizer-tooltip-offset);
55
-
56
- }
57
- .ck .ck-size-view.ck-orientation-top-right {
58
- top: var(--ck-resizer-tooltip-offset);
59
- right: var(--ck-resizer-tooltip-offset);
60
-
61
- }
62
- .ck .ck-size-view.ck-orientation-bottom-right {
63
- bottom: var(--ck-resizer-tooltip-offset);
64
- right: var(--ck-resizer-tooltip-offset);
65
-
66
- }
67
- .ck .ck-size-view.ck-orientation-bottom-left {
68
- bottom: var(--ck-resizer-tooltip-offset);
69
- left: var(--ck-resizer-tooltip-offset);
70
-
71
- }
72
- .ck .ck-size-view.ck-orientation-above-center {
73
- top: calc(var(--ck-resizer-tooltip-height) * -1);
74
- left: 50%;
75
- transform: translate(-50%);
76
-
77
- }
78
- .ck .ck-widget_with-resizer {
79
- position: relative;
80
-
81
- }
82
- .ck .ck-widget__resizer {
83
- display: none;
84
- position: absolute;
85
- pointer-events: none;
86
- left: 0;
87
- top: 0;
88
-
89
- }
90
- .ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
91
- display: block;
92
-
93
- }
94
- .ck .ck-widget__resizer__handle {
95
- position: absolute;
96
- pointer-events: all;
97
-
98
- }
99
- .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
100
- cursor: nwse-resize;
101
-
102
- }
103
- .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
104
- cursor: nesw-resize;
105
-
106
- }
107
- .ck .ck-widget .ck-widget__type-around__button {
108
- display: block;
109
- position: absolute;
110
- overflow: hidden;
111
- z-index: var(--ck-z-default);
5
+ :root{
6
+ --ck-color-resizer:var(--ck-color-focus-border);
7
+ --ck-color-resizer-tooltip-background:hsl(0, 0%, 15%);
8
+ --ck-color-resizer-tooltip-text:hsl(0, 0%, 95%);
112
9
 
10
+ --ck-resizer-border-radius:var(--ck-border-radius);
11
+ --ck-resizer-tooltip-offset:10px;
12
+ --ck-resizer-tooltip-height:calc(var(--ck-spacing-small) * 2 + 10px);
113
13
  }
114
- .ck .ck-widget .ck-widget__type-around__button svg {
115
- position: absolute;
116
- top: 50%;
117
- left: 50%;
118
- z-index: calc(var(--ck-z-default) + 2);
119
14
 
15
+ .ck .ck-widget{
16
+ position:relative;
120
17
  }
121
- .ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
122
- top: calc(-0.5 * var(--ck-widget-outline-thickness));
123
- left: min(10%, 30px);
124
- transform: translateY(-50%);
125
18
 
19
+ .ck .ck-widget.ck-widget_with-selection-handle{
20
+ position:relative;
126
21
  }
127
- .ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
128
- bottom: calc(-0.5 * var(--ck-widget-outline-thickness));
129
- right: min(10%, 30px);
130
- transform: translateY(50%);
131
22
 
132
- }
133
- .ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after {
134
- content: "";
135
- display: block;
136
- position: absolute;
137
- top: 1px;
138
- left: 1px;
139
- z-index: calc(var(--ck-z-default) + 1);
23
+ .ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{
24
+ position:absolute;
25
+ }
140
26
 
141
- }
142
- .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
143
- display: none;
144
- position: absolute;
145
- left: 0;
146
- right: 0;
27
+ .ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{
28
+ display:block;
29
+ }
147
30
 
148
- }
149
- .ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
150
- left: calc( -1 * var(--ck-widget-outline-thickness) );
151
- right: calc( -1 * var(--ck-widget-outline-thickness) );
31
+ .ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle{
32
+ visibility:visible;
33
+ }
152
34
 
153
- }
154
- .ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
155
- top: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
156
- display: block;
35
+ .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle{
36
+ visibility:visible;
37
+ }
157
38
 
158
- }
159
- .ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
160
- bottom: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
161
- display: block;
162
-
163
- }
164
- .ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
165
- display: none;
166
-
167
- }
168
- .ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
169
- display: none;
170
-
171
- }
172
- .ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
173
- display: none;
174
-
175
- }
39
+ .ck .ck-size-view{
40
+ background:var(--ck-color-resizer-tooltip-background);
41
+ color:var(--ck-color-resizer-tooltip-text);
42
+ border:1px solid var(--ck-color-resizer-tooltip-text);
43
+ border-radius:var(--ck-resizer-border-radius);
44
+ font-size:var(--ck-font-size-tiny);
45
+ display:block;
46
+ padding:0 var(--ck-spacing-small);
47
+ height:var(--ck-resizer-tooltip-height);
48
+ line-height:var(--ck-resizer-tooltip-height);
49
+ }
50
+
51
+ .ck .ck-size-view.ck-orientation-top-left,
52
+ .ck .ck-size-view.ck-orientation-top-right,
53
+ .ck .ck-size-view.ck-orientation-bottom-right,
54
+ .ck .ck-size-view.ck-orientation-bottom-left,
55
+ .ck .ck-size-view.ck-orientation-above-center{
56
+ position:absolute;
57
+ }
58
+
59
+ .ck .ck-size-view.ck-orientation-top-left{
60
+ top:var(--ck-resizer-tooltip-offset);
61
+ left:var(--ck-resizer-tooltip-offset);
62
+ }
63
+
64
+ .ck .ck-size-view.ck-orientation-top-right{
65
+ top:var(--ck-resizer-tooltip-offset);
66
+ right:var(--ck-resizer-tooltip-offset);
67
+ }
68
+
69
+ .ck .ck-size-view.ck-orientation-bottom-right{
70
+ bottom:var(--ck-resizer-tooltip-offset);
71
+ right:var(--ck-resizer-tooltip-offset);
72
+ }
73
+
74
+ .ck .ck-size-view.ck-orientation-bottom-left{
75
+ bottom:var(--ck-resizer-tooltip-offset);
76
+ left:var(--ck-resizer-tooltip-offset);
77
+ }
78
+
79
+ .ck .ck-size-view.ck-orientation-above-center{
80
+ top:calc(var(--ck-resizer-tooltip-height) * -1);
81
+ left:50%;
82
+ transform:translate(-50%);
83
+ }
84
+
85
+ .ck .ck-widget_with-resizer{
86
+ position:relative;
87
+ }
88
+
89
+ .ck .ck-widget__resizer{
90
+ display:none;
91
+ position:absolute;
92
+ pointer-events:none;
93
+
94
+ left:0;
95
+ top:0;
96
+ }
97
+
98
+ .ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer{
99
+ display:block;
100
+ }
101
+
102
+ .ck .ck-widget__resizer__handle{
103
+ position:absolute;
104
+ pointer-events:all;
105
+ }
106
+
107
+ .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left,
108
+ .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{
109
+ cursor:nwse-resize;
110
+ }
111
+
112
+ .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right,
113
+ .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{
114
+ cursor:nesw-resize;
115
+ }
116
+
117
+ .ck .ck-widget .ck-widget__type-around__button{
118
+ display:block;
119
+ position:absolute;
120
+ overflow:hidden;
121
+ z-index:var(--ck-z-default);
122
+ }
123
+
124
+ .ck .ck-widget .ck-widget__type-around__button svg{
125
+ position:absolute;
126
+ top:50%;
127
+ left:50%;
128
+ z-index:calc(var(--ck-z-default) + 2);
129
+ }
130
+
131
+ .ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before{
132
+ top:calc(-0.5 * var(--ck-widget-outline-thickness));
133
+ left:min(10%, 30px);
134
+
135
+ transform:translateY(-50%);
136
+ }
137
+
138
+ .ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after{
139
+ bottom:calc(-0.5 * var(--ck-widget-outline-thickness));
140
+ right:min(10%, 30px);
141
+
142
+ transform:translateY(50%);
143
+ }
144
+
145
+ .ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after{
146
+ content:"";
147
+ display:block;
148
+ position:absolute;
149
+ top:1px;
150
+ left:1px;
151
+ z-index:calc(var(--ck-z-default) + 1);
152
+ }
153
+
154
+ .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
155
+ display:none;
156
+ position:absolute;
157
+ left:0;
158
+ right:0;
159
+ }
160
+
161
+ .ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
162
+ left:calc( -1 * var(--ck-widget-outline-thickness));
163
+ right:calc( -1 * var(--ck-widget-outline-thickness));
164
+ }
165
+
166
+ .ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
167
+ top:calc( -1 * var(--ck-widget-outline-thickness) - 1px);
168
+ display:block;
169
+ }
170
+
171
+ .ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
172
+ bottom:calc( -1 * var(--ck-widget-outline-thickness) - 1px);
173
+ display:block;
174
+ }
175
+ .ck.ck-editor__editable.ck-read-only .ck-widget__type-around{
176
+ display:none;
177
+ }
178
+ .ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around{
179
+ display:none;
180
+ }
181
+ .ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around{
182
+ display:none;
183
+ }
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "42.0.1-alpha.3",
3
+ "version": "42.0.2-alpha.0",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "42.0.1-alpha.3",
16
- "@ckeditor/ckeditor5-engine": "42.0.1-alpha.3",
17
- "@ckeditor/ckeditor5-enter": "42.0.1-alpha.3",
18
- "@ckeditor/ckeditor5-ui": "42.0.1-alpha.3",
19
- "@ckeditor/ckeditor5-utils": "42.0.1-alpha.3",
20
- "@ckeditor/ckeditor5-typing": "42.0.1-alpha.3",
15
+ "@ckeditor/ckeditor5-core": "42.0.2-alpha.0",
16
+ "@ckeditor/ckeditor5-engine": "42.0.2-alpha.0",
17
+ "@ckeditor/ckeditor5-enter": "42.0.2-alpha.0",
18
+ "@ckeditor/ckeditor5-ui": "42.0.2-alpha.0",
19
+ "@ckeditor/ckeditor5-utils": "42.0.2-alpha.0",
20
+ "@ckeditor/ckeditor5-typing": "42.0.2-alpha.0",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",
File without changes
File without changes
File without changes