lexical 0.35.1-nightly.20250910.0 → 0.35.1-nightly.20250911.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
@@ -10740,7 +10740,7 @@ class LexicalEditor {
10740
10740
  };
10741
10741
  }
10742
10742
  }
10743
- LexicalEditor.version = "0.35.1-nightly.20250910.0+dev.cjs";
10743
+ LexicalEditor.version = "0.35.1-nightly.20250911.0+dev.cjs";
10744
10744
 
10745
10745
  let pendingNodeToClone = null;
10746
10746
  function setPendingNodeToClone(pendingNode) {
package/Lexical.dev.mjs CHANGED
@@ -10738,7 +10738,7 @@ class LexicalEditor {
10738
10738
  };
10739
10739
  }
10740
10740
  }
10741
- LexicalEditor.version = "0.35.1-nightly.20250910.0+dev.esm";
10741
+ LexicalEditor.version = "0.35.1-nightly.20250911.0+dev.esm";
10742
10742
 
10743
10743
  let pendingNodeToClone = null;
10744
10744
  function setPendingNodeToClone(pendingNode) {