@fileverse-dev/dsheet 1.1.1-patch-1 → 1.1.1-patch-2

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.
@@ -57,6 +57,7 @@ interface EditorProviderProps {
57
57
  editorStateRef?: React.MutableRefObject<{
58
58
  refreshIndexedDB: () => Promise<void>;
59
59
  } | null>;
60
+ isLoadedPortalContent: boolean;
60
61
  }
61
62
  export declare const EditorProvider: React.FC<EditorProviderProps>;
62
63
  export declare const useEditor: () => EditorContextType;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.1.1-patch-1",
5
+ "version": "1.1.1-patch-2",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {