@lexical/code
Advanced tools
Comparing version 0.21.1-nightly.20241213.0 to 0.21.1-nightly.20241216.0
@@ -30,3 +30,3 @@ /** | ||
createDOM(config: EditorConfig): HTMLElement; | ||
updateDOM(prevNode: CodeHighlightNode, dom: HTMLElement, config: EditorConfig): boolean; | ||
updateDOM(prevNode: this, dom: HTMLElement, config: EditorConfig): boolean; | ||
static importJSON(serializedNode: SerializedCodeHighlightNode): CodeHighlightNode; | ||
@@ -33,0 +33,0 @@ exportJSON(): SerializedCodeHighlightNode; |
@@ -24,3 +24,3 @@ /** | ||
createDOM(config: EditorConfig): HTMLElement; | ||
updateDOM(prevNode: CodeNode, dom: HTMLElement, config: EditorConfig): boolean; | ||
updateDOM(prevNode: this, dom: HTMLElement, config: EditorConfig): boolean; | ||
exportDOM(editor: LexicalEditor): DOMExportOutput; | ||
@@ -27,0 +27,0 @@ static importDOM(): DOMConversionMap | null; |
@@ -11,8 +11,8 @@ { | ||
"license": "MIT", | ||
"version": "0.21.1-nightly.20241213.0", | ||
"version": "0.21.1-nightly.20241216.0", | ||
"main": "LexicalCode.js", | ||
"types": "index.d.ts", | ||
"dependencies": { | ||
"@lexical/utils": "0.21.1-nightly.20241213.0", | ||
"lexical": "0.21.1-nightly.20241213.0", | ||
"@lexical/utils": "0.21.1-nightly.20241216.0", | ||
"lexical": "0.21.1-nightly.20241216.0", | ||
"prismjs": "^1.27.0" | ||
@@ -19,0 +19,0 @@ }, |
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
124558
+ Added@lexical/clipboard@0.21.1-nightly.20241216.0(transitive)
+ Added@lexical/html@0.21.1-nightly.20241216.0(transitive)
+ Added@lexical/list@0.21.1-nightly.20241216.0(transitive)
+ Added@lexical/selection@0.21.1-nightly.20241216.0(transitive)
+ Added@lexical/table@0.21.1-nightly.20241216.0(transitive)
+ Added@lexical/utils@0.21.1-nightly.20241216.0(transitive)
+ Addedlexical@0.21.1-nightly.20241216.0(transitive)
- Removed@lexical/clipboard@0.21.1-nightly.20241213.0(transitive)
- Removed@lexical/html@0.21.1-nightly.20241213.0(transitive)
- Removed@lexical/list@0.21.1-nightly.20241213.0(transitive)
- Removed@lexical/selection@0.21.1-nightly.20241213.0(transitive)
- Removed@lexical/table@0.21.1-nightly.20241213.0(transitive)
- Removed@lexical/utils@0.21.1-nightly.20241213.0(transitive)
- Removedlexical@0.21.1-nightly.20241213.0(transitive)