lexical 0.33.1 → 0.33.2-nightly.20250711.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
@@ -10763,7 +10763,7 @@ class LexicalEditor {
10763
10763
  };
10764
10764
  }
10765
10765
  }
10766
- LexicalEditor.version = "0.33.1+dev.cjs";
10766
+ LexicalEditor.version = "0.33.2-nightly.20250711.0+dev.cjs";
10767
10767
 
10768
10768
  let pendingNodeToClone = null;
10769
10769
  function setPendingNodeToClone(pendingNode) {
package/Lexical.dev.mjs CHANGED
@@ -10761,7 +10761,7 @@ class LexicalEditor {
10761
10761
  };
10762
10762
  }
10763
10763
  }
10764
- LexicalEditor.version = "0.33.1+dev.esm";
10764
+ LexicalEditor.version = "0.33.2-nightly.20250711.0+dev.esm";
10765
10765
 
10766
10766
  let pendingNodeToClone = null;
10767
10767
  function setPendingNodeToClone(pendingNode) {