tiptop-editor 2.3.3 → 2.3.5
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/dist/components/comment/CommentSelectionMenu.d.ts +2 -1
- package/dist/tiptop-editor.es.js +2222 -2203
- package/dist/tiptop-editor.umd.js +14 -14
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ export type TiptopEditorOptions = Omit<Partial<UseEditorOptions & {
|
|
|
43
43
|
* @default false
|
|
44
44
|
*/
|
|
45
45
|
showCommentMenu?: boolean;
|
|
46
|
+
/** Label for the "Add comment" tooltip in the selection bubble menu. @default "Add comment" */
|
|
47
|
+
commentMenuLabel?: string;
|
|
46
48
|
/**
|
|
47
49
|
* Additional Tiptap extensions to append after the built-in editor set.
|
|
48
50
|
* Use this to add feature-specific extensions like AI commands or collaboration.
|