@tiptap/extension-floating-menu
Advanced tools
Comparing version 2.0.0-beta.30 to 2.0.0-beta.31
@@ -1,2 +0,2 @@ | ||
import { Node, Schema } from 'prosemirror-model'; | ||
export default function getHTMLFromFragment(doc: Node, schema: Schema): string; | ||
import { Schema, Fragment } from 'prosemirror-model'; | ||
export default function getHTMLFromFragment(fragment: Fragment, schema: Schema): string; |
@@ -34,2 +34,3 @@ import { PropType } from 'vue'; | ||
} & { | ||
editor: import("@tiptap/core").Editor; | ||
shouldShow: (props: { | ||
@@ -43,3 +44,2 @@ editor: import("@tiptap/core").Editor; | ||
}) => boolean; | ||
editor: import("@tiptap/core").Editor; | ||
tippyOptions: Partial<import("tippy.js").Props> | undefined; | ||
@@ -46,0 +46,0 @@ pluginKey: any; |
@@ -32,2 +32,3 @@ import { PropType } from 'vue'; | ||
} & { | ||
editor: import("@tiptap/core").Editor; | ||
shouldShow: (props: { | ||
@@ -39,3 +40,2 @@ editor: import("@tiptap/core").Editor; | ||
}) => boolean; | ||
editor: import("@tiptap/core").Editor; | ||
tippyOptions: Partial<import("tippy.js").Props> | undefined; | ||
@@ -42,0 +42,0 @@ pluginKey: any; |
{ | ||
"name": "@tiptap/extension-floating-menu", | ||
"description": "floating-menu extension for tiptap", | ||
"version": "2.0.0-beta.30", | ||
"version": "2.0.0-beta.31", | ||
"homepage": "https://tiptap.dev", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "27a1acab5c3c72ec02d63ecb0a44649600a76ec7" | ||
"gitHead": "50ed44b2df75ad7f0a66e83cbdbe9a6173b37fca" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197539