@tiptap/extension-list-item
Advanced tools
Comparing version 2.5.6 to 2.5.7
import { Node as ProseMirrorNode } from '@tiptap/pm/model'; | ||
export declare function isNodeEmpty(node: ProseMirrorNode): boolean; | ||
/** | ||
* Returns true if the given node is empty. | ||
* When `checkChildren` is true (default), it will also check if all children are empty. | ||
*/ | ||
export declare function isNodeEmpty(node: ProseMirrorNode, { checkChildren }?: { | ||
checkChildren: boolean; | ||
}): boolean; |
{ | ||
"name": "@tiptap/extension-list-item", | ||
"description": "list item extension for tiptap", | ||
"version": "2.5.6", | ||
"version": "2.5.7", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.6" | ||
"@tiptap/core": "^2.5.7" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.6" | ||
"@tiptap/core": "^2.5.7" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
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
153946
3942