@fileverse-dev/ddoc 2.1.0-patch-4 → 2.1.0-patch-6
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/README.md +1 -1
- package/dist/index.es.js +33973 -37689
- package/dist/package/components/editor-bubble-menu.d.ts +1 -0
- package/dist/package/components/editor-toolbar.d.ts +3 -1
- package/dist/package/components/editor-utils.d.ts +5 -2
- package/dist/package/types.d.ts +4 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -50,7 +50,7 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
|
|
50
50
|
| `setCharacterCount` (optional) | `React.Dispatch<SetStateAction<number>>` | Optional. React Set State function to update Character Count |
|
51
51
|
| `setWordCount` (optional) | `React.Dispatch<SetStateAction<number>>` | Optional. React Set State function to update Word Count |
|
52
52
|
| `scrollPosition`(optional) | `number` | User cursor position to scroll to on intitalising the content of the editor |
|
53
|
-
| `
|
53
|
+
| `editorCanvasClassNames`(optional) | `string` | Optional. Extra className for editor-canvas |
|
54
54
|
|
55
55
|
## Data Interface
|
56
56
|
|