@ckeditor/ckeditor5-paragraph 35.0.1 → 35.2.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/package.json +13 -13
- package/src/paragraphbuttonui.js +1 -1
- package/theme/icons/paragraph.svg +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-paragraph",
|
|
3
|
-
"version": "35.0
|
|
3
|
+
"version": "35.2.0",
|
|
4
4
|
"description": "Paragraph feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "^35.0
|
|
16
|
-
"@ckeditor/ckeditor5-ui": "^35.0
|
|
17
|
-
"@ckeditor/ckeditor5-utils": "^35.0
|
|
15
|
+
"@ckeditor/ckeditor5-core": "^35.2.0",
|
|
16
|
+
"@ckeditor/ckeditor5-ui": "^35.2.0",
|
|
17
|
+
"@ckeditor/ckeditor5-utils": "^35.2.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@ckeditor/ckeditor5-basic-styles": "^35.0
|
|
21
|
-
"@ckeditor/ckeditor5-clipboard": "^35.0
|
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^35.0
|
|
23
|
-
"@ckeditor/ckeditor5-engine": "^35.0
|
|
24
|
-
"@ckeditor/ckeditor5-enter": "^35.0
|
|
25
|
-
"@ckeditor/ckeditor5-heading": "^35.0
|
|
26
|
-
"@ckeditor/ckeditor5-link": "^35.0
|
|
27
|
-
"@ckeditor/ckeditor5-typing": "^35.0
|
|
28
|
-
"@ckeditor/ckeditor5-undo": "^35.0
|
|
20
|
+
"@ckeditor/ckeditor5-basic-styles": "^35.2.0",
|
|
21
|
+
"@ckeditor/ckeditor5-clipboard": "^35.2.0",
|
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.2.0",
|
|
23
|
+
"@ckeditor/ckeditor5-engine": "^35.2.0",
|
|
24
|
+
"@ckeditor/ckeditor5-enter": "^35.2.0",
|
|
25
|
+
"@ckeditor/ckeditor5-heading": "^35.2.0",
|
|
26
|
+
"@ckeditor/ckeditor5-link": "^35.2.0",
|
|
27
|
+
"@ckeditor/ckeditor5-typing": "^35.2.0",
|
|
28
|
+
"@ckeditor/ckeditor5-undo": "^35.2.0"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=14.0.0",
|
package/src/paragraphbuttonui.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
|
11
11
|
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
|
|
12
|
-
import icon from '
|
|
12
|
+
import icon from '@ckeditor/ckeditor5-core/theme/icons/paragraph.svg';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* This plugin defines the `'paragraph'` button. It can be used together with
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 5.5H7v5h3.5a2.5 2.5 0 1 0 0-5zM5 3h6.5v.025a5 5 0 0 1 0 9.95V13H7v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z"/></svg>
|