Comparing version 0.21.1-nightly.20241223.0 to 0.22.0
@@ -23,5 +23,4 @@ /** | ||
static importJSON(serializedLineBreakNode: SerializedLineBreakNode): LineBreakNode; | ||
exportJSON(): SerializedLexicalNode; | ||
} | ||
export declare function $createLineBreakNode(): LineBreakNode; | ||
export declare function $isLineBreakNode(node: LexicalNode | null | undefined): node is LineBreakNode; |
@@ -28,3 +28,2 @@ /** | ||
static importJSON(serializedNode: SerializedRootNode): RootNode; | ||
exportJSON(): SerializedRootNode; | ||
collapseAtStart(): true; | ||
@@ -31,0 +30,0 @@ } |
@@ -22,3 +22,2 @@ /** | ||
static importJSON(serializedTabNode: SerializedTabNode): TabNode; | ||
exportJSON(): SerializedTabNode; | ||
setTextContent(_text: string): this; | ||
@@ -25,0 +24,0 @@ setDetail(_detail: TextDetailType | number): this; |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "0.21.1-nightly.20241223.0", | ||
"version": "0.22.0", | ||
"main": "Lexical.js", | ||
@@ -15,0 +15,0 @@ "types": "index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1143023
24348