@ckeditor/ckeditor5-font 37.0.0-alpha.2 → 37.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/translations/ar.po +1 -1
- package/lang/translations/az.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/bs.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en-gb.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fa.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/jv.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/ku.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nb.po +1 -1
- package/lang/translations/ne.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sl.po +1 -1
- package/lang/translations/sq.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/ug.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/uz.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +13 -13
- package/src/font.d.ts +6 -2
- package/src/fontbackgroundcolor.d.ts +4 -2
- package/src/fontcolor.d.ts +7 -2
- package/src/fontcolor.js +3 -0
- package/src/fontfamily.d.ts +7 -2
- package/src/fontfamily.js +3 -0
- package/src/fontsize.d.ts +4 -2
package/lang/translations/ar.po
CHANGED
package/lang/translations/az.po
CHANGED
package/lang/translations/bg.po
CHANGED
package/lang/translations/bn.po
CHANGED
package/lang/translations/bs.po
CHANGED
package/lang/translations/ca.po
CHANGED
package/lang/translations/cs.po
CHANGED
package/lang/translations/da.po
CHANGED
package/lang/translations/de.po
CHANGED
package/lang/translations/el.po
CHANGED
package/lang/translations/en.po
CHANGED
package/lang/translations/es.po
CHANGED
package/lang/translations/et.po
CHANGED
package/lang/translations/fa.po
CHANGED
package/lang/translations/fi.po
CHANGED
package/lang/translations/fr.po
CHANGED
package/lang/translations/gl.po
CHANGED
package/lang/translations/he.po
CHANGED
package/lang/translations/hi.po
CHANGED
package/lang/translations/hr.po
CHANGED
package/lang/translations/hu.po
CHANGED
package/lang/translations/id.po
CHANGED
package/lang/translations/it.po
CHANGED
package/lang/translations/ja.po
CHANGED
package/lang/translations/jv.po
CHANGED
package/lang/translations/ko.po
CHANGED
package/lang/translations/ku.po
CHANGED
package/lang/translations/lt.po
CHANGED
package/lang/translations/lv.po
CHANGED
package/lang/translations/ms.po
CHANGED
package/lang/translations/nb.po
CHANGED
package/lang/translations/ne.po
CHANGED
package/lang/translations/nl.po
CHANGED
package/lang/translations/no.po
CHANGED
package/lang/translations/pl.po
CHANGED
package/lang/translations/pt.po
CHANGED
package/lang/translations/ro.po
CHANGED
package/lang/translations/ru.po
CHANGED
package/lang/translations/sk.po
CHANGED
package/lang/translations/sl.po
CHANGED
package/lang/translations/sq.po
CHANGED
package/lang/translations/sr.po
CHANGED
package/lang/translations/sv.po
CHANGED
package/lang/translations/th.po
CHANGED
package/lang/translations/tk.po
CHANGED
package/lang/translations/tr.po
CHANGED
package/lang/translations/ug.po
CHANGED
package/lang/translations/uk.po
CHANGED
package/lang/translations/ur.po
CHANGED
package/lang/translations/uz.po
CHANGED
package/lang/translations/vi.po
CHANGED
package/lang/translations/zh.po
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-font",
|
|
3
|
-
"version": "37.0.0-
|
|
3
|
+
"version": "37.0.0-rc.0",
|
|
4
4
|
"description": "Font feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^37.0.0-
|
|
15
|
+
"ckeditor5": "^37.0.0-rc.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-core": "^37.0.0-
|
|
19
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
20
|
-
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-
|
|
21
|
-
"@ckeditor/ckeditor5-engine": "^37.0.0-
|
|
22
|
-
"@ckeditor/ckeditor5-highlight": "^37.0.0-
|
|
23
|
-
"@ckeditor/ckeditor5-paragraph": "^37.0.0-
|
|
24
|
-
"@ckeditor/ckeditor5-table": "^37.0.0-
|
|
25
|
-
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-
|
|
26
|
-
"@ckeditor/ckeditor5-ui": "^37.0.0-
|
|
27
|
-
"@ckeditor/ckeditor5-utils": "^37.0.0-
|
|
18
|
+
"@ckeditor/ckeditor5-core": "^37.0.0-rc.0",
|
|
19
|
+
"@ckeditor/ckeditor5-dev-utils": "^36.0.0",
|
|
20
|
+
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-rc.0",
|
|
21
|
+
"@ckeditor/ckeditor5-engine": "^37.0.0-rc.0",
|
|
22
|
+
"@ckeditor/ckeditor5-highlight": "^37.0.0-rc.0",
|
|
23
|
+
"@ckeditor/ckeditor5-paragraph": "^37.0.0-rc.0",
|
|
24
|
+
"@ckeditor/ckeditor5-table": "^37.0.0-rc.0",
|
|
25
|
+
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-rc.0",
|
|
26
|
+
"@ckeditor/ckeditor5-ui": "^37.0.0-rc.0",
|
|
27
|
+
"@ckeditor/ckeditor5-utils": "^37.0.0-rc.0",
|
|
28
28
|
"typescript": "^4.8.4",
|
|
29
29
|
"webpack": "^5.58.1",
|
|
30
30
|
"webpack-cli": "^4.9.0"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
|
-
"node": ">=
|
|
33
|
+
"node": ">=16.0.0",
|
|
34
34
|
"npm": ">=5.7.1"
|
|
35
35
|
},
|
|
36
36
|
"author": "CKSource (http://cksource.com/)",
|
package/src/font.d.ts
CHANGED
|
@@ -5,7 +5,11 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module font/font
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import FontFamily from './fontfamily';
|
|
10
|
+
import FontSize from './fontsize';
|
|
11
|
+
import FontColor from './fontcolor';
|
|
12
|
+
import FontBackgroundColor from './fontbackgroundcolor';
|
|
9
13
|
/**
|
|
10
14
|
* A plugin that enables a set of text styling features:
|
|
11
15
|
*
|
|
@@ -21,7 +25,7 @@ export default class Font extends Plugin {
|
|
|
21
25
|
/**
|
|
22
26
|
* @inheritDoc
|
|
23
27
|
*/
|
|
24
|
-
static get requires():
|
|
28
|
+
static get requires(): readonly [typeof FontFamily, typeof FontSize, typeof FontColor, typeof FontBackgroundColor];
|
|
25
29
|
/**
|
|
26
30
|
* @inheritDoc
|
|
27
31
|
*/
|
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module font/fontbackgroundcolor
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import FontBackgroundColorEditing from './fontbackgroundcolor/fontbackgroundcolorediting';
|
|
10
|
+
import FontBackgroundColorUI from './fontbackgroundcolor/fontbackgroundcolorui';
|
|
9
11
|
/**
|
|
10
12
|
* The font background color plugin.
|
|
11
13
|
*
|
|
@@ -20,7 +22,7 @@ export default class FontBackgroundColor extends Plugin {
|
|
|
20
22
|
/**
|
|
21
23
|
* @inheritDoc
|
|
22
24
|
*/
|
|
23
|
-
static get requires():
|
|
25
|
+
static get requires(): readonly [typeof FontBackgroundColorEditing, typeof FontBackgroundColorUI];
|
|
24
26
|
/**
|
|
25
27
|
* @inheritDoc
|
|
26
28
|
*/
|
package/src/fontcolor.d.ts
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2023, 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
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @module font/fontcolor
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import FontColorEditing from './fontcolor/fontcolorediting';
|
|
10
|
+
import FontColorUI from './fontcolor/fontcolorui';
|
|
6
11
|
/**
|
|
7
12
|
* The font color plugin.
|
|
8
13
|
*
|
|
@@ -16,7 +21,7 @@ export default class FontColor extends Plugin {
|
|
|
16
21
|
/**
|
|
17
22
|
* @inheritDoc
|
|
18
23
|
*/
|
|
19
|
-
static get requires():
|
|
24
|
+
static get requires(): readonly [typeof FontColorEditing, typeof FontColorUI];
|
|
20
25
|
/**
|
|
21
26
|
* @inheritDoc
|
|
22
27
|
*/
|
package/src/fontcolor.js
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2023, 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
|
+
/**
|
|
6
|
+
* @module font/fontcolor
|
|
7
|
+
*/
|
|
5
8
|
import { Plugin } from 'ckeditor5/src/core';
|
|
6
9
|
import FontColorEditing from './fontcolor/fontcolorediting';
|
|
7
10
|
import FontColorUI from './fontcolor/fontcolorui';
|
package/src/fontfamily.d.ts
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2023, 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
|
-
|
|
5
|
+
/**
|
|
6
|
+
* @module font/fontfamily
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import FontFamilyEditing from './fontfamily/fontfamilyediting';
|
|
10
|
+
import FontFamilyUI from './fontfamily/fontfamilyui';
|
|
6
11
|
/**
|
|
7
12
|
* The font family plugin.
|
|
8
13
|
*
|
|
@@ -16,7 +21,7 @@ export default class FontFamily extends Plugin {
|
|
|
16
21
|
/**
|
|
17
22
|
* @inheritDoc
|
|
18
23
|
*/
|
|
19
|
-
static get requires():
|
|
24
|
+
static get requires(): readonly [typeof FontFamilyEditing, typeof FontFamilyUI];
|
|
20
25
|
/**
|
|
21
26
|
* @inheritDoc
|
|
22
27
|
*/
|
package/src/fontfamily.js
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2023, 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
|
+
/**
|
|
6
|
+
* @module font/fontfamily
|
|
7
|
+
*/
|
|
5
8
|
import { Plugin } from 'ckeditor5/src/core';
|
|
6
9
|
import FontFamilyEditing from './fontfamily/fontfamilyediting';
|
|
7
10
|
import FontFamilyUI from './fontfamily/fontfamilyui';
|
package/src/fontsize.d.ts
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module font/fontsize
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import FontSizeEditing from './fontsize/fontsizeediting';
|
|
10
|
+
import FontSizeUI from './fontsize/fontsizeui';
|
|
9
11
|
import type { FontSizeOption } from './fontconfig';
|
|
10
12
|
/**
|
|
11
13
|
* The font size plugin.
|
|
@@ -20,7 +22,7 @@ export default class FontSize extends Plugin {
|
|
|
20
22
|
/**
|
|
21
23
|
* @inheritDoc
|
|
22
24
|
*/
|
|
23
|
-
static get requires():
|
|
25
|
+
static get requires(): readonly [typeof FontSizeEditing, typeof FontSizeUI];
|
|
24
26
|
/**
|
|
25
27
|
* @inheritDoc
|
|
26
28
|
*/
|