@ckeditor/ckeditor5-ui 38.0.0 → 38.0.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.
- package/package.json +22 -22
- package/src/index.d.ts +3 -1
- package/src/index.js +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-ui",
|
|
3
|
-
"version": "38.0.
|
|
3
|
+
"version": "38.0.1",
|
|
4
4
|
"description": "The UI framework and standard UI library of CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@ckeditor/ckeditor5-core": "^38.0.
|
|
15
|
-
"@ckeditor/ckeditor5-utils": "^38.0.
|
|
14
|
+
"@ckeditor/ckeditor5-core": "^38.0.1",
|
|
15
|
+
"@ckeditor/ckeditor5-utils": "^38.0.1",
|
|
16
16
|
"color-convert": "2.0.1",
|
|
17
17
|
"color-parse": "1.4.2",
|
|
18
18
|
"lodash-es": "^4.17.15",
|
|
19
19
|
"vanilla-colorful": "0.7.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@ckeditor/ckeditor5-basic-styles": "^38.0.
|
|
23
|
-
"@ckeditor/ckeditor5-block-quote": "^38.0.
|
|
24
|
-
"@ckeditor/ckeditor5-editor-balloon": "^38.0.
|
|
25
|
-
"@ckeditor/ckeditor5-editor-classic": "^38.0.
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "^38.0.
|
|
27
|
-
"@ckeditor/ckeditor5-enter": "^38.0.
|
|
28
|
-
"@ckeditor/ckeditor5-essentials": "^38.0.
|
|
29
|
-
"@ckeditor/ckeditor5-find-and-replace": "^38.0.
|
|
30
|
-
"@ckeditor/ckeditor5-font": "^38.0.
|
|
31
|
-
"@ckeditor/ckeditor5-heading": "^38.0.
|
|
32
|
-
"@ckeditor/ckeditor5-horizontal-line": "^38.0.
|
|
33
|
-
"@ckeditor/ckeditor5-image": "^38.0.
|
|
34
|
-
"@ckeditor/ckeditor5-link": "^38.0.
|
|
35
|
-
"@ckeditor/ckeditor5-list": "^38.0.
|
|
36
|
-
"@ckeditor/ckeditor5-mention": "^38.0.
|
|
37
|
-
"@ckeditor/ckeditor5-paragraph": "^38.0.
|
|
38
|
-
"@ckeditor/ckeditor5-source-editing": "^38.0.
|
|
39
|
-
"@ckeditor/ckeditor5-table": "^38.0.
|
|
40
|
-
"@ckeditor/ckeditor5-typing": "^38.0.
|
|
22
|
+
"@ckeditor/ckeditor5-basic-styles": "^38.0.1",
|
|
23
|
+
"@ckeditor/ckeditor5-block-quote": "^38.0.1",
|
|
24
|
+
"@ckeditor/ckeditor5-editor-balloon": "^38.0.1",
|
|
25
|
+
"@ckeditor/ckeditor5-editor-classic": "^38.0.1",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "^38.0.1",
|
|
27
|
+
"@ckeditor/ckeditor5-enter": "^38.0.1",
|
|
28
|
+
"@ckeditor/ckeditor5-essentials": "^38.0.1",
|
|
29
|
+
"@ckeditor/ckeditor5-find-and-replace": "^38.0.1",
|
|
30
|
+
"@ckeditor/ckeditor5-font": "^38.0.1",
|
|
31
|
+
"@ckeditor/ckeditor5-heading": "^38.0.1",
|
|
32
|
+
"@ckeditor/ckeditor5-horizontal-line": "^38.0.1",
|
|
33
|
+
"@ckeditor/ckeditor5-image": "^38.0.1",
|
|
34
|
+
"@ckeditor/ckeditor5-link": "^38.0.1",
|
|
35
|
+
"@ckeditor/ckeditor5-list": "^38.0.1",
|
|
36
|
+
"@ckeditor/ckeditor5-mention": "^38.0.1",
|
|
37
|
+
"@ckeditor/ckeditor5-paragraph": "^38.0.1",
|
|
38
|
+
"@ckeditor/ckeditor5-source-editing": "^38.0.1",
|
|
39
|
+
"@ckeditor/ckeditor5-table": "^38.0.1",
|
|
40
|
+
"@ckeditor/ckeditor5-typing": "^38.0.1",
|
|
41
41
|
"@types/color-convert": "2.0.0",
|
|
42
42
|
"typescript": "^4.8.4",
|
|
43
43
|
"webpack": "^5.58.1",
|
package/src/index.d.ts
CHANGED
|
@@ -55,5 +55,7 @@ export { default as BalloonToolbar, type BalloonToolbarShowEvent } from './toolb
|
|
|
55
55
|
export { default as BlockToolbar } from './toolbar/block/blocktoolbar';
|
|
56
56
|
export { default as View, type UIViewRenderEvent } from './view';
|
|
57
57
|
export { default as ViewCollection } from './viewcollection';
|
|
58
|
-
export
|
|
58
|
+
export declare const icons: {
|
|
59
|
+
colorPaletteIcon: string;
|
|
60
|
+
};
|
|
59
61
|
import './augmentation';
|
package/src/index.js
CHANGED
|
@@ -53,5 +53,8 @@ export { default as BalloonToolbar } from './toolbar/balloon/balloontoolbar';
|
|
|
53
53
|
export { default as BlockToolbar } from './toolbar/block/blocktoolbar';
|
|
54
54
|
export { default as View } from './view';
|
|
55
55
|
export { default as ViewCollection } from './viewcollection';
|
|
56
|
-
|
|
56
|
+
import { default as colorPaletteIcon } from '../theme/icons/color-palette.svg';
|
|
57
|
+
export const icons = {
|
|
58
|
+
colorPaletteIcon
|
|
59
|
+
};
|
|
57
60
|
import './augmentation';
|