lexical 0.27.1 → 0.27.2-nightly.20250306.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 CHANGED
@@ -10223,7 +10223,7 @@ class LexicalEditor {
10223
10223
  };
10224
10224
  }
10225
10225
  }
10226
- LexicalEditor.version = "0.27.1+dev.cjs";
10226
+ LexicalEditor.version = "0.27.2-nightly.20250306.0+dev.cjs";
10227
10227
 
10228
10228
  let keyCounter = 1;
10229
10229
  function resetRandomKey() {
package/Lexical.dev.mjs CHANGED
@@ -10221,7 +10221,7 @@ class LexicalEditor {
10221
10221
  };
10222
10222
  }
10223
10223
  }
10224
- LexicalEditor.version = "0.27.1+dev.esm";
10224
+ LexicalEditor.version = "0.27.2-nightly.20250306.0+dev.esm";
10225
10225
 
10226
10226
  let keyCounter = 1;
10227
10227
  function resetRandomKey() {