@team-monolith/cds 0.29.8 → 0.29.10
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.
|
@@ -14,7 +14,7 @@ import Layout from "./Layout";
|
|
|
14
14
|
import TOOLS from "./tools";
|
|
15
15
|
import I18n from "./i18n";
|
|
16
16
|
export function ReactEditorJS(props) {
|
|
17
|
-
const { className, readOnly = false, blocks, onChange, onError, onInitialize } = props;
|
|
17
|
+
const { className, readOnly = false, blocks, onChange, onError, onInitialize, } = props;
|
|
18
18
|
const ReactEditorJS = createReactEditorJS();
|
|
19
19
|
const editorCore = useRef(null);
|
|
20
20
|
const handleInitialize = useCallback((instance) => __awaiter(this, void 0, void 0, function* () {
|
package/package.json
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@team-monolith/cds",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.10",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@editorjs/delimiter": "^1.4.0",
|
|
9
|
+
"@editorjs/editorjs": "2.28.2",
|
|
9
10
|
"@editorjs/header": "^2.8.1",
|
|
10
11
|
"@editorjs/image": "^2.9.0",
|
|
11
12
|
"@editorjs/inline-code": "^1.5.0",
|
|
12
13
|
"@editorjs/nested-list": "^1.4.1",
|
|
14
|
+
"@editorjs/paragraph": "2.11.3",
|
|
13
15
|
"@editorjs/quote": "^2.6.0",
|
|
14
16
|
"@editorjs/raw": "^2.5.0",
|
|
15
17
|
"@editorjs/table": "^2.3.0",
|