@fileverse-dev/ddoc 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ export interface DdocProps {
10
10
  toggleCollaboration?: (flag: boolean) => void;
11
11
  data?: Data | null;
12
12
  onAutoSave?: (data: Data) => void;
13
- username?: string;
14
- renderToolRightSection?: ({ editor, pluginMetaData }: {
13
+ username?: string | null;
14
+ renderToolRightSection?: ({ editor, pluginMetaData, }: {
15
15
  editor: Editor;
16
16
  pluginMetaData: PluginMetaData;
17
17
  }) => JSX.Element;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "1.2.5",
5
+ "version": "1.2.6",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {