lexical 0.26.1-nightly.20250303.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Lexical.dev.js +1 -1
- package/Lexical.dev.mjs +1 -1
- package/Lexical.prod.js +1 -1
- package/Lexical.prod.mjs +1 -1
- package/LexicalEditor.d.ts +1 -0
- package/nodes/LexicalDecoratorNode.d.ts +1 -1
- package/package.json +1 -1
package/Lexical.dev.js
CHANGED
|
@@ -10221,7 +10221,7 @@ class LexicalEditor {
|
|
|
10221
10221
|
};
|
|
10222
10222
|
}
|
|
10223
10223
|
}
|
|
10224
|
-
LexicalEditor.version = "0.
|
|
10224
|
+
LexicalEditor.version = "0.27.0+dev.cjs";
|
|
10225
10225
|
|
|
10226
10226
|
let keyCounter = 1;
|
|
10227
10227
|
function resetRandomKey() {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -10219,7 +10219,7 @@ class LexicalEditor {
|
|
|
10219
10219
|
};
|
|
10220
10220
|
}
|
|
10221
10221
|
}
|
|
10222
|
-
LexicalEditor.version = "0.
|
|
10222
|
+
LexicalEditor.version = "0.27.0+dev.esm";
|
|
10223
10223
|
|
|
10224
10224
|
let keyCounter = 1;
|
|
10225
10225
|
function resetRandomKey() {
|