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/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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiptop-editor",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
4
4
  "description": "Notion-like editor built with Tiptap v3 and HeroUI",
5
5
  "type": "module",
6
6
  "main": "./dist/tiptop-editor.umd.js",