@ckeditor/ckeditor5-block-quote 42.0.1 → 42.0.2-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index-content.css +12 -12
- package/dist/translations/af.d.ts +1 -1
- package/dist/translations/ar.d.ts +1 -1
- package/dist/translations/az.d.ts +1 -1
- package/dist/translations/bg.d.ts +1 -1
- package/dist/translations/bn.d.ts +1 -1
- package/dist/translations/bs.d.ts +1 -1
- package/dist/translations/ca.d.ts +1 -1
- package/dist/translations/cs.d.ts +1 -1
- package/dist/translations/da.d.ts +1 -1
- package/dist/translations/de-ch.d.ts +1 -1
- package/dist/translations/de.d.ts +1 -1
- package/dist/translations/el.d.ts +1 -1
- package/dist/translations/en-au.d.ts +1 -1
- package/dist/translations/en-gb.d.ts +1 -1
- package/dist/translations/en.d.ts +1 -1
- package/dist/translations/es-co.d.ts +1 -1
- package/dist/translations/es.d.ts +1 -1
- package/dist/translations/et.d.ts +1 -1
- package/dist/translations/eu.d.ts +1 -1
- package/dist/translations/fa.d.ts +1 -1
- package/dist/translations/fi.d.ts +1 -1
- package/dist/translations/fr.d.ts +1 -1
- package/dist/translations/gl.d.ts +1 -1
- package/dist/translations/gu.d.ts +1 -1
- package/dist/translations/he.d.ts +1 -1
- package/dist/translations/hi.d.ts +1 -1
- package/dist/translations/hr.d.ts +1 -1
- package/dist/translations/hu.d.ts +1 -1
- package/dist/translations/id.d.ts +1 -1
- package/dist/translations/it.d.ts +1 -1
- package/dist/translations/ja.d.ts +1 -1
- package/dist/translations/km.d.ts +1 -1
- package/dist/translations/kn.d.ts +1 -1
- package/dist/translations/ko.d.ts +1 -1
- package/dist/translations/ku.d.ts +1 -1
- package/dist/translations/lt.d.ts +1 -1
- package/dist/translations/lv.d.ts +1 -1
- package/dist/translations/ms.d.ts +1 -1
- package/dist/translations/nb.d.ts +1 -1
- package/dist/translations/ne.d.ts +1 -1
- package/dist/translations/nl.d.ts +1 -1
- package/dist/translations/no.d.ts +1 -1
- package/dist/translations/pl.d.ts +1 -1
- package/dist/translations/pt-br.d.ts +1 -1
- package/dist/translations/pt.d.ts +1 -1
- package/dist/translations/ro.d.ts +1 -1
- package/dist/translations/ru.d.ts +1 -1
- package/dist/translations/sk.d.ts +1 -1
- package/dist/translations/sl.d.ts +1 -1
- package/dist/translations/sq.d.ts +1 -1
- package/dist/translations/sr-latn.d.ts +1 -1
- package/dist/translations/sr.d.ts +1 -1
- package/dist/translations/sv.d.ts +1 -1
- package/dist/translations/th.d.ts +1 -1
- package/dist/translations/tk.d.ts +1 -1
- package/dist/translations/tr.d.ts +1 -1
- package/dist/translations/ug.d.ts +1 -1
- package/dist/translations/uk.d.ts +1 -1
- package/dist/translations/ur.d.ts +1 -1
- package/dist/translations/uz.d.ts +1 -1
- package/dist/translations/vi.d.ts +1 -1
- package/dist/translations/zh-cn.d.ts +1 -1
- package/dist/translations/zh.d.ts +1 -1
- package/package.json +7 -2
- /package/dist/{types/augmentation.d.ts → augmentation.d.ts} +0 -0
- /package/dist/{types/blockquote.d.ts → blockquote.d.ts} +0 -0
- /package/dist/{types/blockquotecommand.d.ts → blockquotecommand.d.ts} +0 -0
- /package/dist/{types/blockquoteediting.d.ts → blockquoteediting.d.ts} +0 -0
- /package/dist/{types/blockquoteui.d.ts → blockquoteui.d.ts} +0 -0
- /package/dist/{types/index.d.ts → index.d.ts} +0 -0
package/dist/index-content.css
CHANGED
@@ -2,18 +2,18 @@
|
|
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
|
-
.ck-content blockquote
|
6
|
-
overflow:
|
7
|
-
padding-right:
|
8
|
-
padding-left:
|
9
|
-
margin-left: 0;
|
10
|
-
margin-right: 0;
|
11
|
-
font-style: italic;
|
12
|
-
border-left: solid 5px hsl(0, 0%, 80%);
|
5
|
+
.ck-content blockquote{
|
6
|
+
overflow:hidden;
|
7
|
+
padding-right:1.5em;
|
8
|
+
padding-left:1.5em;
|
13
9
|
|
10
|
+
margin-left:0;
|
11
|
+
margin-right:0;
|
12
|
+
font-style:italic;
|
13
|
+
border-left:solid 5px hsl(0, 0%, 80%);
|
14
14
|
}
|
15
|
-
.ck-content[dir="rtl"] blockquote {
|
16
|
-
border-left: 0;
|
17
|
-
border-right: solid 5px hsl(0, 0%, 80%);
|
18
15
|
|
19
|
-
|
16
|
+
.ck-content[dir="rtl"] blockquote{
|
17
|
+
border-left:0;
|
18
|
+
border-right:solid 5px hsl(0, 0%, 80%);
|
19
|
+
}
|
@@ -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;
|
@@ -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-block-quote",
|
3
|
-
"version": "42.0.
|
3
|
+
"version": "42.0.2-alpha.0",
|
4
4
|
"description": "Block quote feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,7 +13,12 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"ckeditor5": "42.0.
|
16
|
+
"@ckeditor/ckeditor5-core": "42.0.2-alpha.0",
|
17
|
+
"@ckeditor/ckeditor5-enter": "42.0.2-alpha.0",
|
18
|
+
"@ckeditor/ckeditor5-typing": "42.0.2-alpha.0",
|
19
|
+
"@ckeditor/ckeditor5-ui": "42.0.2-alpha.0",
|
20
|
+
"@ckeditor/ckeditor5-utils": "42.0.2-alpha.0",
|
21
|
+
"ckeditor5": "42.0.2-alpha.0"
|
17
22
|
},
|
18
23
|
"author": "CKSource (http://cksource.com/)",
|
19
24
|
"license": "GPL-2.0-or-later",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|