@fileverse-dev/ddoc 2.0.2-patch-4 → 2.0.2-patch-5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ import { DdocProps } from './types';
3
3
  import * as Y from 'yjs';
4
4
  export declare const useDdocEditor: ({ isPreviewMode, initialContent, enableCollaboration, collaborationId, walletAddress, username, onChange, onCollaboratorChange, onCommentInteraction, onTextSelection, ensResolutionUrl, onError, setCharacterCount, setWordCount, }: Partial<DdocProps>) => {
5
5
  editor: import('@tiptap/react').Editor | null;
6
+ isContentLoading: boolean;
6
7
  ref: import('react').RefObject<HTMLDivElement>;
7
8
  connect: (username: string | null | undefined, isEns?: boolean) => () => void;
8
9
  ydoc: Y.Doc;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.0.2-patch-4",
5
+ "version": "2.0.2-patch-5",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {