lexical 0.33.2-nightly.20250801.0 → 0.33.2-nightly.20250805.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 +2 -2
- package/Lexical.dev.mjs +2 -2
- package/Lexical.prod.js +1 -1
- package/Lexical.prod.mjs +1 -1
- package/LexicalCommands.d.ts +1 -1
- package/package.json +1 -1
package/Lexical.dev.js
CHANGED
|
@@ -2033,7 +2033,7 @@ const MOVE_TO_START = createCommand('MOVE_TO_START');
|
|
|
2033
2033
|
*/
|
|
2034
2034
|
const KEY_ARROW_UP_COMMAND = createCommand('KEY_ARROW_UP_COMMAND');
|
|
2035
2035
|
/**
|
|
2036
|
-
* Dispatched when the `'
|
|
2036
|
+
* Dispatched when the `'ArrowDown'` key is pressed.
|
|
2037
2037
|
* The shift and/or alt (option) modifier keys may also be down.
|
|
2038
2038
|
*/
|
|
2039
2039
|
const KEY_ARROW_DOWN_COMMAND = createCommand('KEY_ARROW_DOWN_COMMAND');
|
|
@@ -10771,7 +10771,7 @@ class LexicalEditor {
|
|
|
10771
10771
|
};
|
|
10772
10772
|
}
|
|
10773
10773
|
}
|
|
10774
|
-
LexicalEditor.version = "0.33.2-nightly.
|
|
10774
|
+
LexicalEditor.version = "0.33.2-nightly.20250805.0+dev.cjs";
|
|
10775
10775
|
|
|
10776
10776
|
let pendingNodeToClone = null;
|
|
10777
10777
|
function setPendingNodeToClone(pendingNode) {
|
package/Lexical.dev.mjs
CHANGED
|
@@ -2031,7 +2031,7 @@ const MOVE_TO_START = createCommand('MOVE_TO_START');
|
|
|
2031
2031
|
*/
|
|
2032
2032
|
const KEY_ARROW_UP_COMMAND = createCommand('KEY_ARROW_UP_COMMAND');
|
|
2033
2033
|
/**
|
|
2034
|
-
* Dispatched when the `'
|
|
2034
|
+
* Dispatched when the `'ArrowDown'` key is pressed.
|
|
2035
2035
|
* The shift and/or alt (option) modifier keys may also be down.
|
|
2036
2036
|
*/
|
|
2037
2037
|
const KEY_ARROW_DOWN_COMMAND = createCommand('KEY_ARROW_DOWN_COMMAND');
|
|
@@ -10769,7 +10769,7 @@ class LexicalEditor {
|
|
|
10769
10769
|
};
|
|
10770
10770
|
}
|
|
10771
10771
|
}
|
|
10772
|
-
LexicalEditor.version = "0.33.2-nightly.
|
|
10772
|
+
LexicalEditor.version = "0.33.2-nightly.20250805.0+dev.esm";
|
|
10773
10773
|
|
|
10774
10774
|
let pendingNodeToClone = null;
|
|
10775
10775
|
function setPendingNodeToClone(pendingNode) {
|