@lexical/overflow
Advanced tools
Comparing version 0.21.1-nightly.20241213.0 to 0.21.1-nightly.20241216.0
@@ -20,3 +20,3 @@ /** | ||
createDOM(config: EditorConfig): HTMLElement; | ||
updateDOM(prevNode: OverflowNode, dom: HTMLElement): boolean; | ||
updateDOM(prevNode: this, dom: HTMLElement): boolean; | ||
insertNewAfter(selection: RangeSelection, restoreSelection?: boolean): null | LexicalNode; | ||
@@ -23,0 +23,0 @@ excludeFromCopy(): boolean; |
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "0.21.1-nightly.20241213.0", | ||
"version": "0.21.1-nightly.20241216.0", | ||
"main": "LexicalOverflow.js", | ||
@@ -40,4 +40,4 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"lexical": "0.21.1-nightly.20241213.0" | ||
"lexical": "0.21.1-nightly.20241216.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
12486
+ Addedlexical@0.21.1-nightly.20241216.0(transitive)
- Removedlexical@0.21.1-nightly.20241213.0(transitive)