@lexical/list
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -9,4 +9,2 @@ /** | ||
import {ListNodeTagType} from './src/LexicalListNode'; | ||
import { | ||
@@ -23,2 +21,3 @@ ElementNode, | ||
export type ListNodeTagType = 'ul' | 'ol'; | ||
export type ListType = 'number' | 'bullet' | 'check'; | ||
@@ -46,3 +45,3 @@ export function $createListItemNode(checked?: boolean | void): ListItemNode; | ||
getChecked(): boolean | void; | ||
setChecked(boolean): this; | ||
setChecked(boolean: boolean): this; | ||
toggleChecked(): void; | ||
@@ -49,0 +48,0 @@ static importJSON(serializedNode: SerializedListItemNode): ListItemNode; |
@@ -11,9 +11,9 @@ { | ||
"license": "MIT", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"main": "LexicalList.js", | ||
"peerDependencies": { | ||
"lexical": "0.3.1" | ||
"lexical": "0.3.2" | ||
}, | ||
"dependencies": { | ||
"@lexical/utils": "0.3.1" | ||
"@lexical/utils": "0.3.2" | ||
}, | ||
@@ -20,0 +20,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
52721
+ Added@lexical/table@0.3.2(transitive)
+ Added@lexical/utils@0.3.2(transitive)
+ Addedlexical@0.3.2(transitive)
- Removed@lexical/table@0.3.1(transitive)
- Removed@lexical/utils@0.3.1(transitive)
- Removedlexical@0.3.1(transitive)
Updated@lexical/utils@0.3.2