@lexical/react 0.14.2 → 0.14.4
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/LexicalAutoEmbedPlugin.dev.js +2 -2
- package/{LexicalAutoEmbedPlugin.dev.esm.js → LexicalAutoEmbedPlugin.dev.mjs} +2 -2
- package/{LexicalAutoEmbedPlugin.esm.js → LexicalAutoEmbedPlugin.mjs} +2 -2
- package/LexicalAutoEmbedPlugin.node.mjs +11 -0
- package/LexicalAutoEmbedPlugin.prod.js +2 -2
- package/{LexicalAutoEmbedPlugin.prod.esm.js → LexicalAutoEmbedPlugin.prod.mjs} +1 -1
- package/{LexicalHashtagPlugin.esm.js → LexicalAutoFocusPlugin.mjs} +3 -3
- package/LexicalAutoFocusPlugin.node.mjs +8 -0
- package/{LexicalAutoLinkPlugin.esm.js → LexicalAutoLinkPlugin.mjs} +2 -2
- package/LexicalAutoLinkPlugin.node.mjs +9 -0
- package/{LexicalBlockWithAlignableContents.esm.js → LexicalBlockWithAlignableContents.mjs} +2 -2
- package/LexicalBlockWithAlignableContents.node.mjs +8 -0
- package/{LexicalClearEditorPlugin.esm.js → LexicalCharacterLimitPlugin.mjs} +3 -3
- package/LexicalCharacterLimitPlugin.node.mjs +8 -0
- package/LexicalCheckListPlugin.dev.js +1 -1
- package/{LexicalCheckListPlugin.dev.esm.js → LexicalCheckListPlugin.dev.mjs} +2 -2
- package/LexicalCheckListPlugin.mjs +10 -0
- package/LexicalCheckListPlugin.node.mjs +8 -0
- package/LexicalCheckListPlugin.prod.js +1 -1
- package/LexicalCheckListPlugin.prod.mjs +7 -0
- package/LexicalClearEditorPlugin.dev.js +3 -0
- package/{LexicalClearEditorPlugin.dev.esm.js → LexicalClearEditorPlugin.dev.mjs} +4 -1
- package/{LexicalCheckListPlugin.esm.js → LexicalClearEditorPlugin.mjs} +3 -3
- package/LexicalClearEditorPlugin.node.mjs +8 -0
- package/LexicalClearEditorPlugin.prod.js +2 -2
- package/LexicalClearEditorPlugin.prod.mjs +7 -0
- package/LexicalClickableLinkPlugin.d.ts +2 -1
- package/LexicalClickableLinkPlugin.dev.js +8 -3
- package/{LexicalClickableLinkPlugin.dev.esm.js → LexicalClickableLinkPlugin.dev.mjs} +8 -3
- package/LexicalClickableLinkPlugin.mjs +10 -0
- package/LexicalClickableLinkPlugin.node.mjs +8 -0
- package/LexicalClickableLinkPlugin.prod.js +4 -3
- package/LexicalClickableLinkPlugin.prod.mjs +7 -0
- package/{LexicalCollaborationContext.esm.js → LexicalCollaborationContext.mjs} +2 -2
- package/LexicalCollaborationContext.node.mjs +9 -0
- package/LexicalCollaborationPlugin.mjs +10 -0
- package/LexicalCollaborationPlugin.node.mjs +8 -0
- package/{LexicalListPlugin.esm.js → LexicalComposer.mjs} +3 -3
- package/LexicalComposer.node.mjs +8 -0
- package/{LexicalComposerContext.esm.js → LexicalComposerContext.mjs} +2 -2
- package/LexicalComposerContext.node.mjs +10 -0
- package/LexicalContentEditable.mjs +10 -0
- package/LexicalContentEditable.node.mjs +8 -0
- package/LexicalContextMenuPlugin.d.ts +2 -1
- package/LexicalContextMenuPlugin.dev.js +8 -3
- package/{LexicalContextMenuPlugin.dev.esm.js → LexicalContextMenuPlugin.dev.mjs} +8 -3
- package/{LexicalContextMenuPlugin.esm.js → LexicalContextMenuPlugin.mjs} +2 -2
- package/LexicalContextMenuPlugin.node.mjs +9 -0
- package/LexicalContextMenuPlugin.prod.js +16 -16
- package/LexicalContextMenuPlugin.prod.mjs +7 -0
- package/{LexicalDecoratorBlockNode.esm.js → LexicalDecoratorBlockNode.mjs} +2 -2
- package/LexicalDecoratorBlockNode.node.mjs +9 -0
- package/LexicalEditorRefPlugin.mjs +10 -0
- package/LexicalEditorRefPlugin.node.mjs +8 -0
- package/{useLexicalEditable.esm.js → LexicalErrorBoundary.mjs} +2 -2
- package/LexicalErrorBoundary.node.mjs +8 -0
- package/{LexicalClickableLinkPlugin.esm.js → LexicalHashtagPlugin.mjs} +3 -3
- package/LexicalHashtagPlugin.node.mjs +8 -0
- package/{LexicalHistoryPlugin.esm.js → LexicalHistoryPlugin.mjs} +2 -2
- package/LexicalHistoryPlugin.node.mjs +9 -0
- package/{LexicalHorizontalRuleNode.esm.js → LexicalHorizontalRuleNode.mjs} +2 -2
- package/LexicalHorizontalRuleNode.node.mjs +11 -0
- package/{LexicalCollaborationPlugin.esm.js → LexicalHorizontalRulePlugin.mjs} +3 -3
- package/LexicalHorizontalRulePlugin.node.mjs +8 -0
- package/{LexicalTableOfContents.esm.js → LexicalLinkPlugin.mjs} +3 -3
- package/LexicalLinkPlugin.node.mjs +8 -0
- package/LexicalListPlugin.mjs +10 -0
- package/LexicalListPlugin.node.mjs +8 -0
- package/{LexicalMarkdownShortcutPlugin.esm.js → LexicalMarkdownShortcutPlugin.mjs} +2 -2
- package/LexicalMarkdownShortcutPlugin.node.mjs +9 -0
- package/LexicalNestedComposer.dev.js +6 -2
- package/{LexicalNestedComposer.dev.esm.js → LexicalNestedComposer.dev.mjs} +6 -2
- package/LexicalNestedComposer.mjs +10 -0
- package/LexicalNestedComposer.node.mjs +8 -0
- package/LexicalNestedComposer.prod.js +5 -4
- package/LexicalNestedComposer.prod.mjs +7 -0
- package/LexicalNodeEventPlugin.mjs +10 -0
- package/LexicalNodeEventPlugin.node.mjs +8 -0
- package/{LexicalNodeMenuPlugin.esm.js → LexicalNodeMenuPlugin.mjs} +2 -2
- package/LexicalNodeMenuPlugin.node.mjs +9 -0
- package/{LexicalComposer.esm.js → LexicalOnChangePlugin.mjs} +3 -3
- package/LexicalOnChangePlugin.node.mjs +8 -0
- package/LexicalPlainTextPlugin.mjs +10 -0
- package/LexicalPlainTextPlugin.node.mjs +8 -0
- package/{LexicalLinkPlugin.esm.js → LexicalRichTextPlugin.mjs} +3 -3
- package/LexicalRichTextPlugin.node.mjs +8 -0
- package/{LexicalTabIndentationPlugin.esm.js → LexicalTabIndentationPlugin.mjs} +2 -2
- package/LexicalTabIndentationPlugin.node.mjs +9 -0
- package/{LexicalErrorBoundary.esm.js → LexicalTableOfContents.mjs} +2 -2
- package/LexicalTableOfContents.node.mjs +8 -0
- package/LexicalTablePlugin.mjs +10 -0
- package/LexicalTablePlugin.node.mjs +8 -0
- package/LexicalTreeView.dev.js +26 -434
- package/LexicalTreeView.dev.mjs +75 -0
- package/{LexicalTreeView.esm.js → LexicalTreeView.mjs} +2 -2
- package/LexicalTreeView.node.mjs +8 -0
- package/LexicalTreeView.prod.js +3 -17
- package/LexicalTreeView.prod.mjs +7 -0
- package/{LexicalTypeaheadMenuPlugin.esm.js → LexicalTypeaheadMenuPlugin.mjs} +2 -2
- package/LexicalTypeaheadMenuPlugin.node.mjs +14 -0
- package/package.json +819 -179
- package/useLexicalEditable.mjs +10 -0
- package/useLexicalEditable.node.mjs +8 -0
- package/{useLexicalIsTextContentEmpty.esm.js → useLexicalIsTextContentEmpty.mjs} +2 -2
- package/useLexicalIsTextContentEmpty.node.mjs +8 -0
- package/{useLexicalNodeSelection.esm.js → useLexicalNodeSelection.mjs} +2 -2
- package/useLexicalNodeSelection.node.mjs +8 -0
- package/useLexicalSubscription.mjs +10 -0
- package/useLexicalSubscription.node.mjs +8 -0
- package/{LexicalAutoFocusPlugin.esm.js → useLexicalTextEntity.mjs} +3 -3
- package/useLexicalTextEntity.node.mjs +8 -0
- package/LexicalCharacterLimitPlugin.esm.js +0 -10
- package/LexicalCheckListPlugin.prod.esm.js +0 -7
- package/LexicalClearEditorPlugin.prod.esm.js +0 -7
- package/LexicalClickableLinkPlugin.prod.esm.js +0 -7
- package/LexicalContentEditable.esm.js +0 -10
- package/LexicalContextMenuPlugin.prod.esm.js +0 -7
- package/LexicalEditorRefPlugin.esm.js +0 -10
- package/LexicalHorizontalRulePlugin.esm.js +0 -10
- package/LexicalNestedComposer.esm.js +0 -10
- package/LexicalNestedComposer.prod.esm.js +0 -7
- package/LexicalNodeEventPlugin.esm.js +0 -10
- package/LexicalOnChangePlugin.esm.js +0 -10
- package/LexicalPlainTextPlugin.esm.js +0 -10
- package/LexicalRichTextPlugin.esm.js +0 -10
- package/LexicalTablePlugin.esm.js +0 -10
- package/LexicalTreeView.dev.esm.js +0 -483
- package/LexicalTreeView.prod.esm.js +0 -7
- package/useLexicalSubscription.esm.js +0 -10
- package/useLexicalTextEntity.esm.js +0 -10
- /package/{LexicalAutoFocusPlugin.dev.esm.js → LexicalAutoFocusPlugin.dev.mjs} +0 -0
- /package/{LexicalAutoFocusPlugin.prod.esm.js → LexicalAutoFocusPlugin.prod.mjs} +0 -0
- /package/{LexicalAutoLinkPlugin.dev.esm.js → LexicalAutoLinkPlugin.dev.mjs} +0 -0
- /package/{LexicalAutoLinkPlugin.prod.esm.js → LexicalAutoLinkPlugin.prod.mjs} +0 -0
- /package/{LexicalBlockWithAlignableContents.dev.esm.js → LexicalBlockWithAlignableContents.dev.mjs} +0 -0
- /package/{LexicalBlockWithAlignableContents.prod.esm.js → LexicalBlockWithAlignableContents.prod.mjs} +0 -0
- /package/{LexicalCharacterLimitPlugin.dev.esm.js → LexicalCharacterLimitPlugin.dev.mjs} +0 -0
- /package/{LexicalCharacterLimitPlugin.prod.esm.js → LexicalCharacterLimitPlugin.prod.mjs} +0 -0
- /package/{LexicalCollaborationContext.dev.esm.js → LexicalCollaborationContext.dev.mjs} +0 -0
- /package/{LexicalCollaborationContext.prod.esm.js → LexicalCollaborationContext.prod.mjs} +0 -0
- /package/{LexicalCollaborationPlugin.dev.esm.js → LexicalCollaborationPlugin.dev.mjs} +0 -0
- /package/{LexicalCollaborationPlugin.prod.esm.js → LexicalCollaborationPlugin.prod.mjs} +0 -0
- /package/{LexicalComposer.dev.esm.js → LexicalComposer.dev.mjs} +0 -0
- /package/{LexicalComposer.prod.esm.js → LexicalComposer.prod.mjs} +0 -0
- /package/{LexicalComposerContext.dev.esm.js → LexicalComposerContext.dev.mjs} +0 -0
- /package/{LexicalComposerContext.prod.esm.js → LexicalComposerContext.prod.mjs} +0 -0
- /package/{LexicalContentEditable.dev.esm.js → LexicalContentEditable.dev.mjs} +0 -0
- /package/{LexicalContentEditable.prod.esm.js → LexicalContentEditable.prod.mjs} +0 -0
- /package/{LexicalDecoratorBlockNode.dev.esm.js → LexicalDecoratorBlockNode.dev.mjs} +0 -0
- /package/{LexicalDecoratorBlockNode.prod.esm.js → LexicalDecoratorBlockNode.prod.mjs} +0 -0
- /package/{LexicalEditorRefPlugin.dev.esm.js → LexicalEditorRefPlugin.dev.mjs} +0 -0
- /package/{LexicalEditorRefPlugin.prod.esm.js → LexicalEditorRefPlugin.prod.mjs} +0 -0
- /package/{LexicalErrorBoundary.dev.esm.js → LexicalErrorBoundary.dev.mjs} +0 -0
- /package/{LexicalErrorBoundary.prod.esm.js → LexicalErrorBoundary.prod.mjs} +0 -0
- /package/{LexicalHashtagPlugin.dev.esm.js → LexicalHashtagPlugin.dev.mjs} +0 -0
- /package/{LexicalHashtagPlugin.prod.esm.js → LexicalHashtagPlugin.prod.mjs} +0 -0
- /package/{LexicalHistoryPlugin.dev.esm.js → LexicalHistoryPlugin.dev.mjs} +0 -0
- /package/{LexicalHistoryPlugin.prod.esm.js → LexicalHistoryPlugin.prod.mjs} +0 -0
- /package/{LexicalHorizontalRuleNode.dev.esm.js → LexicalHorizontalRuleNode.dev.mjs} +0 -0
- /package/{LexicalHorizontalRuleNode.prod.esm.js → LexicalHorizontalRuleNode.prod.mjs} +0 -0
- /package/{LexicalHorizontalRulePlugin.dev.esm.js → LexicalHorizontalRulePlugin.dev.mjs} +0 -0
- /package/{LexicalHorizontalRulePlugin.prod.esm.js → LexicalHorizontalRulePlugin.prod.mjs} +0 -0
- /package/{LexicalLinkPlugin.dev.esm.js → LexicalLinkPlugin.dev.mjs} +0 -0
- /package/{LexicalLinkPlugin.prod.esm.js → LexicalLinkPlugin.prod.mjs} +0 -0
- /package/{LexicalListPlugin.dev.esm.js → LexicalListPlugin.dev.mjs} +0 -0
- /package/{LexicalListPlugin.prod.esm.js → LexicalListPlugin.prod.mjs} +0 -0
- /package/{LexicalMarkdownShortcutPlugin.dev.esm.js → LexicalMarkdownShortcutPlugin.dev.mjs} +0 -0
- /package/{LexicalMarkdownShortcutPlugin.prod.esm.js → LexicalMarkdownShortcutPlugin.prod.mjs} +0 -0
- /package/{LexicalNodeEventPlugin.dev.esm.js → LexicalNodeEventPlugin.dev.mjs} +0 -0
- /package/{LexicalNodeEventPlugin.prod.esm.js → LexicalNodeEventPlugin.prod.mjs} +0 -0
- /package/{LexicalNodeMenuPlugin.dev.esm.js → LexicalNodeMenuPlugin.dev.mjs} +0 -0
- /package/{LexicalNodeMenuPlugin.prod.esm.js → LexicalNodeMenuPlugin.prod.mjs} +0 -0
- /package/{LexicalOnChangePlugin.dev.esm.js → LexicalOnChangePlugin.dev.mjs} +0 -0
- /package/{LexicalOnChangePlugin.prod.esm.js → LexicalOnChangePlugin.prod.mjs} +0 -0
- /package/{LexicalPlainTextPlugin.dev.esm.js → LexicalPlainTextPlugin.dev.mjs} +0 -0
- /package/{LexicalPlainTextPlugin.prod.esm.js → LexicalPlainTextPlugin.prod.mjs} +0 -0
- /package/{LexicalRichTextPlugin.dev.esm.js → LexicalRichTextPlugin.dev.mjs} +0 -0
- /package/{LexicalRichTextPlugin.prod.esm.js → LexicalRichTextPlugin.prod.mjs} +0 -0
- /package/{LexicalTabIndentationPlugin.dev.esm.js → LexicalTabIndentationPlugin.dev.mjs} +0 -0
- /package/{LexicalTabIndentationPlugin.prod.esm.js → LexicalTabIndentationPlugin.prod.mjs} +0 -0
- /package/{LexicalTableOfContents.dev.esm.js → LexicalTableOfContents.dev.mjs} +0 -0
- /package/{LexicalTableOfContents.prod.esm.js → LexicalTableOfContents.prod.mjs} +0 -0
- /package/{LexicalTablePlugin.dev.esm.js → LexicalTablePlugin.dev.mjs} +0 -0
- /package/{LexicalTablePlugin.prod.esm.js → LexicalTablePlugin.prod.mjs} +0 -0
- /package/{LexicalTypeaheadMenuPlugin.dev.esm.js → LexicalTypeaheadMenuPlugin.dev.mjs} +0 -0
- /package/{LexicalTypeaheadMenuPlugin.prod.esm.js → LexicalTypeaheadMenuPlugin.prod.mjs} +0 -0
- /package/{useLexicalEditable.dev.esm.js → useLexicalEditable.dev.mjs} +0 -0
- /package/{useLexicalEditable.prod.esm.js → useLexicalEditable.prod.mjs} +0 -0
- /package/{useLexicalIsTextContentEmpty.dev.esm.js → useLexicalIsTextContentEmpty.dev.mjs} +0 -0
- /package/{useLexicalIsTextContentEmpty.prod.esm.js → useLexicalIsTextContentEmpty.prod.mjs} +0 -0
- /package/{useLexicalNodeSelection.dev.esm.js → useLexicalNodeSelection.dev.mjs} +0 -0
- /package/{useLexicalNodeSelection.prod.esm.js → useLexicalNodeSelection.prod.mjs} +0 -0
- /package/{useLexicalSubscription.dev.esm.js → useLexicalSubscription.dev.mjs} +0 -0
- /package/{useLexicalSubscription.prod.esm.js → useLexicalSubscription.prod.mjs} +0 -0
- /package/{useLexicalTextEntity.dev.esm.js → useLexicalTextEntity.dev.mjs} +0 -0
- /package/{useLexicalTextEntity.prod.esm.js → useLexicalTextEntity.prod.mjs} +0 -0
package/package.json
CHANGED
|
@@ -8,29 +8,29 @@
|
|
|
8
8
|
"rich-text"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.14.
|
|
11
|
+
"version": "0.14.4",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@lexical/clipboard": "0.14.
|
|
14
|
-
"@lexical/code": "0.14.
|
|
15
|
-
"@lexical/dragon": "0.14.
|
|
16
|
-
"@lexical/hashtag": "0.14.
|
|
17
|
-
"@lexical/history": "0.14.
|
|
18
|
-
"@lexical/link": "0.14.
|
|
19
|
-
"@lexical/list": "0.14.
|
|
20
|
-
"@lexical/mark": "0.14.
|
|
21
|
-
"@lexical/markdown": "0.14.
|
|
22
|
-
"@lexical/overflow": "0.14.
|
|
23
|
-
"@lexical/plain-text": "0.14.
|
|
24
|
-
"@lexical/rich-text": "0.14.
|
|
25
|
-
"@lexical/selection": "0.14.
|
|
26
|
-
"@lexical/table": "0.14.
|
|
27
|
-
"@lexical/text": "0.14.
|
|
28
|
-
"@lexical/utils": "0.14.
|
|
29
|
-
"@lexical/yjs": "0.14.
|
|
13
|
+
"@lexical/clipboard": "0.14.4",
|
|
14
|
+
"@lexical/code": "0.14.4",
|
|
15
|
+
"@lexical/dragon": "0.14.4",
|
|
16
|
+
"@lexical/hashtag": "0.14.4",
|
|
17
|
+
"@lexical/history": "0.14.4",
|
|
18
|
+
"@lexical/link": "0.14.4",
|
|
19
|
+
"@lexical/list": "0.14.4",
|
|
20
|
+
"@lexical/mark": "0.14.4",
|
|
21
|
+
"@lexical/markdown": "0.14.4",
|
|
22
|
+
"@lexical/overflow": "0.14.4",
|
|
23
|
+
"@lexical/plain-text": "0.14.4",
|
|
24
|
+
"@lexical/rich-text": "0.14.4",
|
|
25
|
+
"@lexical/selection": "0.14.4",
|
|
26
|
+
"@lexical/table": "0.14.4",
|
|
27
|
+
"@lexical/text": "0.14.4",
|
|
28
|
+
"@lexical/utils": "0.14.4",
|
|
29
|
+
"@lexical/yjs": "0.14.4",
|
|
30
|
+
"lexical": "0.14.4",
|
|
30
31
|
"react-error-boundary": "^3.1.4"
|
|
31
32
|
},
|
|
32
33
|
"peerDependencies": {
|
|
33
|
-
"lexical": "0.14.2",
|
|
34
34
|
"react": ">=17.x",
|
|
35
35
|
"react-dom": ">=17.x"
|
|
36
36
|
},
|
|
@@ -43,562 +43,1202 @@
|
|
|
43
43
|
"./LexicalAutoEmbedPlugin": {
|
|
44
44
|
"import": {
|
|
45
45
|
"types": "./LexicalAutoEmbedPlugin.d.ts",
|
|
46
|
-
"
|
|
46
|
+
"development": "./LexicalAutoEmbedPlugin.dev.mjs",
|
|
47
|
+
"production": "./LexicalAutoEmbedPlugin.prod.mjs",
|
|
48
|
+
"node": "./LexicalAutoEmbedPlugin.node.mjs",
|
|
49
|
+
"default": "./LexicalAutoEmbedPlugin.mjs"
|
|
47
50
|
},
|
|
48
|
-
"require":
|
|
51
|
+
"require": {
|
|
52
|
+
"types": "./LexicalAutoEmbedPlugin.d.ts",
|
|
53
|
+
"development": "./LexicalAutoEmbedPlugin.dev.js",
|
|
54
|
+
"production": "./LexicalAutoEmbedPlugin.prod.js",
|
|
55
|
+
"default": "./LexicalAutoEmbedPlugin.js"
|
|
56
|
+
}
|
|
49
57
|
},
|
|
50
58
|
"./LexicalAutoEmbedPlugin.js": {
|
|
51
59
|
"import": {
|
|
52
60
|
"types": "./LexicalAutoEmbedPlugin.d.ts",
|
|
53
|
-
"
|
|
61
|
+
"development": "./LexicalAutoEmbedPlugin.dev.mjs",
|
|
62
|
+
"production": "./LexicalAutoEmbedPlugin.prod.mjs",
|
|
63
|
+
"node": "./LexicalAutoEmbedPlugin.node.mjs",
|
|
64
|
+
"default": "./LexicalAutoEmbedPlugin.mjs"
|
|
54
65
|
},
|
|
55
|
-
"require":
|
|
66
|
+
"require": {
|
|
67
|
+
"types": "./LexicalAutoEmbedPlugin.d.ts",
|
|
68
|
+
"development": "./LexicalAutoEmbedPlugin.dev.js",
|
|
69
|
+
"production": "./LexicalAutoEmbedPlugin.prod.js",
|
|
70
|
+
"default": "./LexicalAutoEmbedPlugin.js"
|
|
71
|
+
}
|
|
56
72
|
},
|
|
57
73
|
"./LexicalAutoFocusPlugin": {
|
|
58
74
|
"import": {
|
|
59
75
|
"types": "./LexicalAutoFocusPlugin.d.ts",
|
|
60
|
-
"
|
|
76
|
+
"development": "./LexicalAutoFocusPlugin.dev.mjs",
|
|
77
|
+
"production": "./LexicalAutoFocusPlugin.prod.mjs",
|
|
78
|
+
"node": "./LexicalAutoFocusPlugin.node.mjs",
|
|
79
|
+
"default": "./LexicalAutoFocusPlugin.mjs"
|
|
61
80
|
},
|
|
62
|
-
"require":
|
|
81
|
+
"require": {
|
|
82
|
+
"types": "./LexicalAutoFocusPlugin.d.ts",
|
|
83
|
+
"development": "./LexicalAutoFocusPlugin.dev.js",
|
|
84
|
+
"production": "./LexicalAutoFocusPlugin.prod.js",
|
|
85
|
+
"default": "./LexicalAutoFocusPlugin.js"
|
|
86
|
+
}
|
|
63
87
|
},
|
|
64
88
|
"./LexicalAutoFocusPlugin.js": {
|
|
65
89
|
"import": {
|
|
66
90
|
"types": "./LexicalAutoFocusPlugin.d.ts",
|
|
67
|
-
"
|
|
91
|
+
"development": "./LexicalAutoFocusPlugin.dev.mjs",
|
|
92
|
+
"production": "./LexicalAutoFocusPlugin.prod.mjs",
|
|
93
|
+
"node": "./LexicalAutoFocusPlugin.node.mjs",
|
|
94
|
+
"default": "./LexicalAutoFocusPlugin.mjs"
|
|
68
95
|
},
|
|
69
|
-
"require":
|
|
96
|
+
"require": {
|
|
97
|
+
"types": "./LexicalAutoFocusPlugin.d.ts",
|
|
98
|
+
"development": "./LexicalAutoFocusPlugin.dev.js",
|
|
99
|
+
"production": "./LexicalAutoFocusPlugin.prod.js",
|
|
100
|
+
"default": "./LexicalAutoFocusPlugin.js"
|
|
101
|
+
}
|
|
70
102
|
},
|
|
71
103
|
"./LexicalAutoLinkPlugin": {
|
|
72
104
|
"import": {
|
|
73
105
|
"types": "./LexicalAutoLinkPlugin.d.ts",
|
|
74
|
-
"
|
|
106
|
+
"development": "./LexicalAutoLinkPlugin.dev.mjs",
|
|
107
|
+
"production": "./LexicalAutoLinkPlugin.prod.mjs",
|
|
108
|
+
"node": "./LexicalAutoLinkPlugin.node.mjs",
|
|
109
|
+
"default": "./LexicalAutoLinkPlugin.mjs"
|
|
75
110
|
},
|
|
76
|
-
"require":
|
|
111
|
+
"require": {
|
|
112
|
+
"types": "./LexicalAutoLinkPlugin.d.ts",
|
|
113
|
+
"development": "./LexicalAutoLinkPlugin.dev.js",
|
|
114
|
+
"production": "./LexicalAutoLinkPlugin.prod.js",
|
|
115
|
+
"default": "./LexicalAutoLinkPlugin.js"
|
|
116
|
+
}
|
|
77
117
|
},
|
|
78
118
|
"./LexicalAutoLinkPlugin.js": {
|
|
79
119
|
"import": {
|
|
80
120
|
"types": "./LexicalAutoLinkPlugin.d.ts",
|
|
81
|
-
"
|
|
121
|
+
"development": "./LexicalAutoLinkPlugin.dev.mjs",
|
|
122
|
+
"production": "./LexicalAutoLinkPlugin.prod.mjs",
|
|
123
|
+
"node": "./LexicalAutoLinkPlugin.node.mjs",
|
|
124
|
+
"default": "./LexicalAutoLinkPlugin.mjs"
|
|
82
125
|
},
|
|
83
|
-
"require":
|
|
126
|
+
"require": {
|
|
127
|
+
"types": "./LexicalAutoLinkPlugin.d.ts",
|
|
128
|
+
"development": "./LexicalAutoLinkPlugin.dev.js",
|
|
129
|
+
"production": "./LexicalAutoLinkPlugin.prod.js",
|
|
130
|
+
"default": "./LexicalAutoLinkPlugin.js"
|
|
131
|
+
}
|
|
84
132
|
},
|
|
85
133
|
"./LexicalBlockWithAlignableContents": {
|
|
86
134
|
"import": {
|
|
87
135
|
"types": "./LexicalBlockWithAlignableContents.d.ts",
|
|
88
|
-
"
|
|
136
|
+
"development": "./LexicalBlockWithAlignableContents.dev.mjs",
|
|
137
|
+
"production": "./LexicalBlockWithAlignableContents.prod.mjs",
|
|
138
|
+
"node": "./LexicalBlockWithAlignableContents.node.mjs",
|
|
139
|
+
"default": "./LexicalBlockWithAlignableContents.mjs"
|
|
89
140
|
},
|
|
90
|
-
"require":
|
|
141
|
+
"require": {
|
|
142
|
+
"types": "./LexicalBlockWithAlignableContents.d.ts",
|
|
143
|
+
"development": "./LexicalBlockWithAlignableContents.dev.js",
|
|
144
|
+
"production": "./LexicalBlockWithAlignableContents.prod.js",
|
|
145
|
+
"default": "./LexicalBlockWithAlignableContents.js"
|
|
146
|
+
}
|
|
91
147
|
},
|
|
92
148
|
"./LexicalBlockWithAlignableContents.js": {
|
|
93
149
|
"import": {
|
|
94
150
|
"types": "./LexicalBlockWithAlignableContents.d.ts",
|
|
95
|
-
"
|
|
151
|
+
"development": "./LexicalBlockWithAlignableContents.dev.mjs",
|
|
152
|
+
"production": "./LexicalBlockWithAlignableContents.prod.mjs",
|
|
153
|
+
"node": "./LexicalBlockWithAlignableContents.node.mjs",
|
|
154
|
+
"default": "./LexicalBlockWithAlignableContents.mjs"
|
|
96
155
|
},
|
|
97
|
-
"require":
|
|
156
|
+
"require": {
|
|
157
|
+
"types": "./LexicalBlockWithAlignableContents.d.ts",
|
|
158
|
+
"development": "./LexicalBlockWithAlignableContents.dev.js",
|
|
159
|
+
"production": "./LexicalBlockWithAlignableContents.prod.js",
|
|
160
|
+
"default": "./LexicalBlockWithAlignableContents.js"
|
|
161
|
+
}
|
|
98
162
|
},
|
|
99
163
|
"./LexicalCharacterLimitPlugin": {
|
|
100
164
|
"import": {
|
|
101
165
|
"types": "./LexicalCharacterLimitPlugin.d.ts",
|
|
102
|
-
"
|
|
166
|
+
"development": "./LexicalCharacterLimitPlugin.dev.mjs",
|
|
167
|
+
"production": "./LexicalCharacterLimitPlugin.prod.mjs",
|
|
168
|
+
"node": "./LexicalCharacterLimitPlugin.node.mjs",
|
|
169
|
+
"default": "./LexicalCharacterLimitPlugin.mjs"
|
|
103
170
|
},
|
|
104
|
-
"require":
|
|
171
|
+
"require": {
|
|
172
|
+
"types": "./LexicalCharacterLimitPlugin.d.ts",
|
|
173
|
+
"development": "./LexicalCharacterLimitPlugin.dev.js",
|
|
174
|
+
"production": "./LexicalCharacterLimitPlugin.prod.js",
|
|
175
|
+
"default": "./LexicalCharacterLimitPlugin.js"
|
|
176
|
+
}
|
|
105
177
|
},
|
|
106
178
|
"./LexicalCharacterLimitPlugin.js": {
|
|
107
179
|
"import": {
|
|
108
180
|
"types": "./LexicalCharacterLimitPlugin.d.ts",
|
|
109
|
-
"
|
|
181
|
+
"development": "./LexicalCharacterLimitPlugin.dev.mjs",
|
|
182
|
+
"production": "./LexicalCharacterLimitPlugin.prod.mjs",
|
|
183
|
+
"node": "./LexicalCharacterLimitPlugin.node.mjs",
|
|
184
|
+
"default": "./LexicalCharacterLimitPlugin.mjs"
|
|
110
185
|
},
|
|
111
|
-
"require":
|
|
186
|
+
"require": {
|
|
187
|
+
"types": "./LexicalCharacterLimitPlugin.d.ts",
|
|
188
|
+
"development": "./LexicalCharacterLimitPlugin.dev.js",
|
|
189
|
+
"production": "./LexicalCharacterLimitPlugin.prod.js",
|
|
190
|
+
"default": "./LexicalCharacterLimitPlugin.js"
|
|
191
|
+
}
|
|
112
192
|
},
|
|
113
193
|
"./LexicalCheckListPlugin": {
|
|
114
194
|
"import": {
|
|
115
195
|
"types": "./LexicalCheckListPlugin.d.ts",
|
|
116
|
-
"
|
|
196
|
+
"development": "./LexicalCheckListPlugin.dev.mjs",
|
|
197
|
+
"production": "./LexicalCheckListPlugin.prod.mjs",
|
|
198
|
+
"node": "./LexicalCheckListPlugin.node.mjs",
|
|
199
|
+
"default": "./LexicalCheckListPlugin.mjs"
|
|
117
200
|
},
|
|
118
|
-
"require":
|
|
201
|
+
"require": {
|
|
202
|
+
"types": "./LexicalCheckListPlugin.d.ts",
|
|
203
|
+
"development": "./LexicalCheckListPlugin.dev.js",
|
|
204
|
+
"production": "./LexicalCheckListPlugin.prod.js",
|
|
205
|
+
"default": "./LexicalCheckListPlugin.js"
|
|
206
|
+
}
|
|
119
207
|
},
|
|
120
208
|
"./LexicalCheckListPlugin.js": {
|
|
121
209
|
"import": {
|
|
122
210
|
"types": "./LexicalCheckListPlugin.d.ts",
|
|
123
|
-
"
|
|
211
|
+
"development": "./LexicalCheckListPlugin.dev.mjs",
|
|
212
|
+
"production": "./LexicalCheckListPlugin.prod.mjs",
|
|
213
|
+
"node": "./LexicalCheckListPlugin.node.mjs",
|
|
214
|
+
"default": "./LexicalCheckListPlugin.mjs"
|
|
124
215
|
},
|
|
125
|
-
"require":
|
|
216
|
+
"require": {
|
|
217
|
+
"types": "./LexicalCheckListPlugin.d.ts",
|
|
218
|
+
"development": "./LexicalCheckListPlugin.dev.js",
|
|
219
|
+
"production": "./LexicalCheckListPlugin.prod.js",
|
|
220
|
+
"default": "./LexicalCheckListPlugin.js"
|
|
221
|
+
}
|
|
126
222
|
},
|
|
127
223
|
"./LexicalClearEditorPlugin": {
|
|
128
224
|
"import": {
|
|
129
225
|
"types": "./LexicalClearEditorPlugin.d.ts",
|
|
130
|
-
"
|
|
226
|
+
"development": "./LexicalClearEditorPlugin.dev.mjs",
|
|
227
|
+
"production": "./LexicalClearEditorPlugin.prod.mjs",
|
|
228
|
+
"node": "./LexicalClearEditorPlugin.node.mjs",
|
|
229
|
+
"default": "./LexicalClearEditorPlugin.mjs"
|
|
131
230
|
},
|
|
132
|
-
"require":
|
|
231
|
+
"require": {
|
|
232
|
+
"types": "./LexicalClearEditorPlugin.d.ts",
|
|
233
|
+
"development": "./LexicalClearEditorPlugin.dev.js",
|
|
234
|
+
"production": "./LexicalClearEditorPlugin.prod.js",
|
|
235
|
+
"default": "./LexicalClearEditorPlugin.js"
|
|
236
|
+
}
|
|
133
237
|
},
|
|
134
238
|
"./LexicalClearEditorPlugin.js": {
|
|
135
239
|
"import": {
|
|
136
240
|
"types": "./LexicalClearEditorPlugin.d.ts",
|
|
137
|
-
"
|
|
241
|
+
"development": "./LexicalClearEditorPlugin.dev.mjs",
|
|
242
|
+
"production": "./LexicalClearEditorPlugin.prod.mjs",
|
|
243
|
+
"node": "./LexicalClearEditorPlugin.node.mjs",
|
|
244
|
+
"default": "./LexicalClearEditorPlugin.mjs"
|
|
138
245
|
},
|
|
139
|
-
"require":
|
|
246
|
+
"require": {
|
|
247
|
+
"types": "./LexicalClearEditorPlugin.d.ts",
|
|
248
|
+
"development": "./LexicalClearEditorPlugin.dev.js",
|
|
249
|
+
"production": "./LexicalClearEditorPlugin.prod.js",
|
|
250
|
+
"default": "./LexicalClearEditorPlugin.js"
|
|
251
|
+
}
|
|
140
252
|
},
|
|
141
253
|
"./LexicalClickableLinkPlugin": {
|
|
142
254
|
"import": {
|
|
143
255
|
"types": "./LexicalClickableLinkPlugin.d.ts",
|
|
144
|
-
"
|
|
256
|
+
"development": "./LexicalClickableLinkPlugin.dev.mjs",
|
|
257
|
+
"production": "./LexicalClickableLinkPlugin.prod.mjs",
|
|
258
|
+
"node": "./LexicalClickableLinkPlugin.node.mjs",
|
|
259
|
+
"default": "./LexicalClickableLinkPlugin.mjs"
|
|
145
260
|
},
|
|
146
|
-
"require":
|
|
261
|
+
"require": {
|
|
262
|
+
"types": "./LexicalClickableLinkPlugin.d.ts",
|
|
263
|
+
"development": "./LexicalClickableLinkPlugin.dev.js",
|
|
264
|
+
"production": "./LexicalClickableLinkPlugin.prod.js",
|
|
265
|
+
"default": "./LexicalClickableLinkPlugin.js"
|
|
266
|
+
}
|
|
147
267
|
},
|
|
148
268
|
"./LexicalClickableLinkPlugin.js": {
|
|
149
269
|
"import": {
|
|
150
270
|
"types": "./LexicalClickableLinkPlugin.d.ts",
|
|
151
|
-
"
|
|
271
|
+
"development": "./LexicalClickableLinkPlugin.dev.mjs",
|
|
272
|
+
"production": "./LexicalClickableLinkPlugin.prod.mjs",
|
|
273
|
+
"node": "./LexicalClickableLinkPlugin.node.mjs",
|
|
274
|
+
"default": "./LexicalClickableLinkPlugin.mjs"
|
|
152
275
|
},
|
|
153
|
-
"require":
|
|
276
|
+
"require": {
|
|
277
|
+
"types": "./LexicalClickableLinkPlugin.d.ts",
|
|
278
|
+
"development": "./LexicalClickableLinkPlugin.dev.js",
|
|
279
|
+
"production": "./LexicalClickableLinkPlugin.prod.js",
|
|
280
|
+
"default": "./LexicalClickableLinkPlugin.js"
|
|
281
|
+
}
|
|
154
282
|
},
|
|
155
283
|
"./LexicalCollaborationContext": {
|
|
156
284
|
"import": {
|
|
157
285
|
"types": "./LexicalCollaborationContext.d.ts",
|
|
158
|
-
"
|
|
286
|
+
"development": "./LexicalCollaborationContext.dev.mjs",
|
|
287
|
+
"production": "./LexicalCollaborationContext.prod.mjs",
|
|
288
|
+
"node": "./LexicalCollaborationContext.node.mjs",
|
|
289
|
+
"default": "./LexicalCollaborationContext.mjs"
|
|
159
290
|
},
|
|
160
|
-
"require":
|
|
291
|
+
"require": {
|
|
292
|
+
"types": "./LexicalCollaborationContext.d.ts",
|
|
293
|
+
"development": "./LexicalCollaborationContext.dev.js",
|
|
294
|
+
"production": "./LexicalCollaborationContext.prod.js",
|
|
295
|
+
"default": "./LexicalCollaborationContext.js"
|
|
296
|
+
}
|
|
161
297
|
},
|
|
162
298
|
"./LexicalCollaborationContext.js": {
|
|
163
299
|
"import": {
|
|
164
300
|
"types": "./LexicalCollaborationContext.d.ts",
|
|
165
|
-
"
|
|
301
|
+
"development": "./LexicalCollaborationContext.dev.mjs",
|
|
302
|
+
"production": "./LexicalCollaborationContext.prod.mjs",
|
|
303
|
+
"node": "./LexicalCollaborationContext.node.mjs",
|
|
304
|
+
"default": "./LexicalCollaborationContext.mjs"
|
|
166
305
|
},
|
|
167
|
-
"require":
|
|
306
|
+
"require": {
|
|
307
|
+
"types": "./LexicalCollaborationContext.d.ts",
|
|
308
|
+
"development": "./LexicalCollaborationContext.dev.js",
|
|
309
|
+
"production": "./LexicalCollaborationContext.prod.js",
|
|
310
|
+
"default": "./LexicalCollaborationContext.js"
|
|
311
|
+
}
|
|
168
312
|
},
|
|
169
313
|
"./LexicalCollaborationPlugin": {
|
|
170
314
|
"import": {
|
|
171
315
|
"types": "./LexicalCollaborationPlugin.d.ts",
|
|
172
|
-
"
|
|
316
|
+
"development": "./LexicalCollaborationPlugin.dev.mjs",
|
|
317
|
+
"production": "./LexicalCollaborationPlugin.prod.mjs",
|
|
318
|
+
"node": "./LexicalCollaborationPlugin.node.mjs",
|
|
319
|
+
"default": "./LexicalCollaborationPlugin.mjs"
|
|
173
320
|
},
|
|
174
|
-
"require":
|
|
321
|
+
"require": {
|
|
322
|
+
"types": "./LexicalCollaborationPlugin.d.ts",
|
|
323
|
+
"development": "./LexicalCollaborationPlugin.dev.js",
|
|
324
|
+
"production": "./LexicalCollaborationPlugin.prod.js",
|
|
325
|
+
"default": "./LexicalCollaborationPlugin.js"
|
|
326
|
+
}
|
|
175
327
|
},
|
|
176
328
|
"./LexicalCollaborationPlugin.js": {
|
|
177
329
|
"import": {
|
|
178
330
|
"types": "./LexicalCollaborationPlugin.d.ts",
|
|
179
|
-
"
|
|
331
|
+
"development": "./LexicalCollaborationPlugin.dev.mjs",
|
|
332
|
+
"production": "./LexicalCollaborationPlugin.prod.mjs",
|
|
333
|
+
"node": "./LexicalCollaborationPlugin.node.mjs",
|
|
334
|
+
"default": "./LexicalCollaborationPlugin.mjs"
|
|
180
335
|
},
|
|
181
|
-
"require":
|
|
336
|
+
"require": {
|
|
337
|
+
"types": "./LexicalCollaborationPlugin.d.ts",
|
|
338
|
+
"development": "./LexicalCollaborationPlugin.dev.js",
|
|
339
|
+
"production": "./LexicalCollaborationPlugin.prod.js",
|
|
340
|
+
"default": "./LexicalCollaborationPlugin.js"
|
|
341
|
+
}
|
|
182
342
|
},
|
|
183
343
|
"./LexicalComposer": {
|
|
184
344
|
"import": {
|
|
185
345
|
"types": "./LexicalComposer.d.ts",
|
|
186
|
-
"
|
|
346
|
+
"development": "./LexicalComposer.dev.mjs",
|
|
347
|
+
"production": "./LexicalComposer.prod.mjs",
|
|
348
|
+
"node": "./LexicalComposer.node.mjs",
|
|
349
|
+
"default": "./LexicalComposer.mjs"
|
|
187
350
|
},
|
|
188
|
-
"require":
|
|
351
|
+
"require": {
|
|
352
|
+
"types": "./LexicalComposer.d.ts",
|
|
353
|
+
"development": "./LexicalComposer.dev.js",
|
|
354
|
+
"production": "./LexicalComposer.prod.js",
|
|
355
|
+
"default": "./LexicalComposer.js"
|
|
356
|
+
}
|
|
189
357
|
},
|
|
190
358
|
"./LexicalComposer.js": {
|
|
191
359
|
"import": {
|
|
192
360
|
"types": "./LexicalComposer.d.ts",
|
|
193
|
-
"
|
|
361
|
+
"development": "./LexicalComposer.dev.mjs",
|
|
362
|
+
"production": "./LexicalComposer.prod.mjs",
|
|
363
|
+
"node": "./LexicalComposer.node.mjs",
|
|
364
|
+
"default": "./LexicalComposer.mjs"
|
|
194
365
|
},
|
|
195
|
-
"require":
|
|
366
|
+
"require": {
|
|
367
|
+
"types": "./LexicalComposer.d.ts",
|
|
368
|
+
"development": "./LexicalComposer.dev.js",
|
|
369
|
+
"production": "./LexicalComposer.prod.js",
|
|
370
|
+
"default": "./LexicalComposer.js"
|
|
371
|
+
}
|
|
196
372
|
},
|
|
197
373
|
"./LexicalComposerContext": {
|
|
198
374
|
"import": {
|
|
199
375
|
"types": "./LexicalComposerContext.d.ts",
|
|
200
|
-
"
|
|
376
|
+
"development": "./LexicalComposerContext.dev.mjs",
|
|
377
|
+
"production": "./LexicalComposerContext.prod.mjs",
|
|
378
|
+
"node": "./LexicalComposerContext.node.mjs",
|
|
379
|
+
"default": "./LexicalComposerContext.mjs"
|
|
201
380
|
},
|
|
202
|
-
"require":
|
|
381
|
+
"require": {
|
|
382
|
+
"types": "./LexicalComposerContext.d.ts",
|
|
383
|
+
"development": "./LexicalComposerContext.dev.js",
|
|
384
|
+
"production": "./LexicalComposerContext.prod.js",
|
|
385
|
+
"default": "./LexicalComposerContext.js"
|
|
386
|
+
}
|
|
203
387
|
},
|
|
204
388
|
"./LexicalComposerContext.js": {
|
|
205
389
|
"import": {
|
|
206
390
|
"types": "./LexicalComposerContext.d.ts",
|
|
207
|
-
"
|
|
391
|
+
"development": "./LexicalComposerContext.dev.mjs",
|
|
392
|
+
"production": "./LexicalComposerContext.prod.mjs",
|
|
393
|
+
"node": "./LexicalComposerContext.node.mjs",
|
|
394
|
+
"default": "./LexicalComposerContext.mjs"
|
|
208
395
|
},
|
|
209
|
-
"require":
|
|
396
|
+
"require": {
|
|
397
|
+
"types": "./LexicalComposerContext.d.ts",
|
|
398
|
+
"development": "./LexicalComposerContext.dev.js",
|
|
399
|
+
"production": "./LexicalComposerContext.prod.js",
|
|
400
|
+
"default": "./LexicalComposerContext.js"
|
|
401
|
+
}
|
|
210
402
|
},
|
|
211
403
|
"./LexicalContentEditable": {
|
|
212
404
|
"import": {
|
|
213
405
|
"types": "./LexicalContentEditable.d.ts",
|
|
214
|
-
"
|
|
406
|
+
"development": "./LexicalContentEditable.dev.mjs",
|
|
407
|
+
"production": "./LexicalContentEditable.prod.mjs",
|
|
408
|
+
"node": "./LexicalContentEditable.node.mjs",
|
|
409
|
+
"default": "./LexicalContentEditable.mjs"
|
|
215
410
|
},
|
|
216
|
-
"require":
|
|
411
|
+
"require": {
|
|
412
|
+
"types": "./LexicalContentEditable.d.ts",
|
|
413
|
+
"development": "./LexicalContentEditable.dev.js",
|
|
414
|
+
"production": "./LexicalContentEditable.prod.js",
|
|
415
|
+
"default": "./LexicalContentEditable.js"
|
|
416
|
+
}
|
|
217
417
|
},
|
|
218
418
|
"./LexicalContentEditable.js": {
|
|
219
419
|
"import": {
|
|
220
420
|
"types": "./LexicalContentEditable.d.ts",
|
|
221
|
-
"
|
|
421
|
+
"development": "./LexicalContentEditable.dev.mjs",
|
|
422
|
+
"production": "./LexicalContentEditable.prod.mjs",
|
|
423
|
+
"node": "./LexicalContentEditable.node.mjs",
|
|
424
|
+
"default": "./LexicalContentEditable.mjs"
|
|
222
425
|
},
|
|
223
|
-
"require":
|
|
426
|
+
"require": {
|
|
427
|
+
"types": "./LexicalContentEditable.d.ts",
|
|
428
|
+
"development": "./LexicalContentEditable.dev.js",
|
|
429
|
+
"production": "./LexicalContentEditable.prod.js",
|
|
430
|
+
"default": "./LexicalContentEditable.js"
|
|
431
|
+
}
|
|
224
432
|
},
|
|
225
433
|
"./LexicalContextMenuPlugin": {
|
|
226
434
|
"import": {
|
|
227
435
|
"types": "./LexicalContextMenuPlugin.d.ts",
|
|
228
|
-
"
|
|
436
|
+
"development": "./LexicalContextMenuPlugin.dev.mjs",
|
|
437
|
+
"production": "./LexicalContextMenuPlugin.prod.mjs",
|
|
438
|
+
"node": "./LexicalContextMenuPlugin.node.mjs",
|
|
439
|
+
"default": "./LexicalContextMenuPlugin.mjs"
|
|
229
440
|
},
|
|
230
|
-
"require":
|
|
441
|
+
"require": {
|
|
442
|
+
"types": "./LexicalContextMenuPlugin.d.ts",
|
|
443
|
+
"development": "./LexicalContextMenuPlugin.dev.js",
|
|
444
|
+
"production": "./LexicalContextMenuPlugin.prod.js",
|
|
445
|
+
"default": "./LexicalContextMenuPlugin.js"
|
|
446
|
+
}
|
|
231
447
|
},
|
|
232
448
|
"./LexicalContextMenuPlugin.js": {
|
|
233
449
|
"import": {
|
|
234
450
|
"types": "./LexicalContextMenuPlugin.d.ts",
|
|
235
|
-
"
|
|
451
|
+
"development": "./LexicalContextMenuPlugin.dev.mjs",
|
|
452
|
+
"production": "./LexicalContextMenuPlugin.prod.mjs",
|
|
453
|
+
"node": "./LexicalContextMenuPlugin.node.mjs",
|
|
454
|
+
"default": "./LexicalContextMenuPlugin.mjs"
|
|
236
455
|
},
|
|
237
|
-
"require":
|
|
456
|
+
"require": {
|
|
457
|
+
"types": "./LexicalContextMenuPlugin.d.ts",
|
|
458
|
+
"development": "./LexicalContextMenuPlugin.dev.js",
|
|
459
|
+
"production": "./LexicalContextMenuPlugin.prod.js",
|
|
460
|
+
"default": "./LexicalContextMenuPlugin.js"
|
|
461
|
+
}
|
|
238
462
|
},
|
|
239
463
|
"./LexicalDecoratorBlockNode": {
|
|
240
464
|
"import": {
|
|
241
465
|
"types": "./LexicalDecoratorBlockNode.d.ts",
|
|
242
|
-
"
|
|
466
|
+
"development": "./LexicalDecoratorBlockNode.dev.mjs",
|
|
467
|
+
"production": "./LexicalDecoratorBlockNode.prod.mjs",
|
|
468
|
+
"node": "./LexicalDecoratorBlockNode.node.mjs",
|
|
469
|
+
"default": "./LexicalDecoratorBlockNode.mjs"
|
|
243
470
|
},
|
|
244
|
-
"require":
|
|
471
|
+
"require": {
|
|
472
|
+
"types": "./LexicalDecoratorBlockNode.d.ts",
|
|
473
|
+
"development": "./LexicalDecoratorBlockNode.dev.js",
|
|
474
|
+
"production": "./LexicalDecoratorBlockNode.prod.js",
|
|
475
|
+
"default": "./LexicalDecoratorBlockNode.js"
|
|
476
|
+
}
|
|
245
477
|
},
|
|
246
478
|
"./LexicalDecoratorBlockNode.js": {
|
|
247
479
|
"import": {
|
|
248
480
|
"types": "./LexicalDecoratorBlockNode.d.ts",
|
|
249
|
-
"
|
|
481
|
+
"development": "./LexicalDecoratorBlockNode.dev.mjs",
|
|
482
|
+
"production": "./LexicalDecoratorBlockNode.prod.mjs",
|
|
483
|
+
"node": "./LexicalDecoratorBlockNode.node.mjs",
|
|
484
|
+
"default": "./LexicalDecoratorBlockNode.mjs"
|
|
250
485
|
},
|
|
251
|
-
"require":
|
|
486
|
+
"require": {
|
|
487
|
+
"types": "./LexicalDecoratorBlockNode.d.ts",
|
|
488
|
+
"development": "./LexicalDecoratorBlockNode.dev.js",
|
|
489
|
+
"production": "./LexicalDecoratorBlockNode.prod.js",
|
|
490
|
+
"default": "./LexicalDecoratorBlockNode.js"
|
|
491
|
+
}
|
|
252
492
|
},
|
|
253
493
|
"./LexicalEditorRefPlugin": {
|
|
254
494
|
"import": {
|
|
255
495
|
"types": "./LexicalEditorRefPlugin.d.ts",
|
|
256
|
-
"
|
|
496
|
+
"development": "./LexicalEditorRefPlugin.dev.mjs",
|
|
497
|
+
"production": "./LexicalEditorRefPlugin.prod.mjs",
|
|
498
|
+
"node": "./LexicalEditorRefPlugin.node.mjs",
|
|
499
|
+
"default": "./LexicalEditorRefPlugin.mjs"
|
|
257
500
|
},
|
|
258
|
-
"require":
|
|
501
|
+
"require": {
|
|
502
|
+
"types": "./LexicalEditorRefPlugin.d.ts",
|
|
503
|
+
"development": "./LexicalEditorRefPlugin.dev.js",
|
|
504
|
+
"production": "./LexicalEditorRefPlugin.prod.js",
|
|
505
|
+
"default": "./LexicalEditorRefPlugin.js"
|
|
506
|
+
}
|
|
259
507
|
},
|
|
260
508
|
"./LexicalEditorRefPlugin.js": {
|
|
261
509
|
"import": {
|
|
262
510
|
"types": "./LexicalEditorRefPlugin.d.ts",
|
|
263
|
-
"
|
|
511
|
+
"development": "./LexicalEditorRefPlugin.dev.mjs",
|
|
512
|
+
"production": "./LexicalEditorRefPlugin.prod.mjs",
|
|
513
|
+
"node": "./LexicalEditorRefPlugin.node.mjs",
|
|
514
|
+
"default": "./LexicalEditorRefPlugin.mjs"
|
|
264
515
|
},
|
|
265
|
-
"require":
|
|
516
|
+
"require": {
|
|
517
|
+
"types": "./LexicalEditorRefPlugin.d.ts",
|
|
518
|
+
"development": "./LexicalEditorRefPlugin.dev.js",
|
|
519
|
+
"production": "./LexicalEditorRefPlugin.prod.js",
|
|
520
|
+
"default": "./LexicalEditorRefPlugin.js"
|
|
521
|
+
}
|
|
266
522
|
},
|
|
267
523
|
"./LexicalErrorBoundary": {
|
|
268
524
|
"import": {
|
|
269
525
|
"types": "./LexicalErrorBoundary.d.ts",
|
|
270
|
-
"
|
|
526
|
+
"development": "./LexicalErrorBoundary.dev.mjs",
|
|
527
|
+
"production": "./LexicalErrorBoundary.prod.mjs",
|
|
528
|
+
"node": "./LexicalErrorBoundary.node.mjs",
|
|
529
|
+
"default": "./LexicalErrorBoundary.mjs"
|
|
271
530
|
},
|
|
272
|
-
"require":
|
|
531
|
+
"require": {
|
|
532
|
+
"types": "./LexicalErrorBoundary.d.ts",
|
|
533
|
+
"development": "./LexicalErrorBoundary.dev.js",
|
|
534
|
+
"production": "./LexicalErrorBoundary.prod.js",
|
|
535
|
+
"default": "./LexicalErrorBoundary.js"
|
|
536
|
+
}
|
|
273
537
|
},
|
|
274
538
|
"./LexicalErrorBoundary.js": {
|
|
275
539
|
"import": {
|
|
276
540
|
"types": "./LexicalErrorBoundary.d.ts",
|
|
277
|
-
"
|
|
541
|
+
"development": "./LexicalErrorBoundary.dev.mjs",
|
|
542
|
+
"production": "./LexicalErrorBoundary.prod.mjs",
|
|
543
|
+
"node": "./LexicalErrorBoundary.node.mjs",
|
|
544
|
+
"default": "./LexicalErrorBoundary.mjs"
|
|
278
545
|
},
|
|
279
|
-
"require":
|
|
546
|
+
"require": {
|
|
547
|
+
"types": "./LexicalErrorBoundary.d.ts",
|
|
548
|
+
"development": "./LexicalErrorBoundary.dev.js",
|
|
549
|
+
"production": "./LexicalErrorBoundary.prod.js",
|
|
550
|
+
"default": "./LexicalErrorBoundary.js"
|
|
551
|
+
}
|
|
280
552
|
},
|
|
281
553
|
"./LexicalHashtagPlugin": {
|
|
282
554
|
"import": {
|
|
283
555
|
"types": "./LexicalHashtagPlugin.d.ts",
|
|
284
|
-
"
|
|
556
|
+
"development": "./LexicalHashtagPlugin.dev.mjs",
|
|
557
|
+
"production": "./LexicalHashtagPlugin.prod.mjs",
|
|
558
|
+
"node": "./LexicalHashtagPlugin.node.mjs",
|
|
559
|
+
"default": "./LexicalHashtagPlugin.mjs"
|
|
285
560
|
},
|
|
286
|
-
"require":
|
|
561
|
+
"require": {
|
|
562
|
+
"types": "./LexicalHashtagPlugin.d.ts",
|
|
563
|
+
"development": "./LexicalHashtagPlugin.dev.js",
|
|
564
|
+
"production": "./LexicalHashtagPlugin.prod.js",
|
|
565
|
+
"default": "./LexicalHashtagPlugin.js"
|
|
566
|
+
}
|
|
287
567
|
},
|
|
288
568
|
"./LexicalHashtagPlugin.js": {
|
|
289
569
|
"import": {
|
|
290
570
|
"types": "./LexicalHashtagPlugin.d.ts",
|
|
291
|
-
"
|
|
571
|
+
"development": "./LexicalHashtagPlugin.dev.mjs",
|
|
572
|
+
"production": "./LexicalHashtagPlugin.prod.mjs",
|
|
573
|
+
"node": "./LexicalHashtagPlugin.node.mjs",
|
|
574
|
+
"default": "./LexicalHashtagPlugin.mjs"
|
|
292
575
|
},
|
|
293
|
-
"require":
|
|
576
|
+
"require": {
|
|
577
|
+
"types": "./LexicalHashtagPlugin.d.ts",
|
|
578
|
+
"development": "./LexicalHashtagPlugin.dev.js",
|
|
579
|
+
"production": "./LexicalHashtagPlugin.prod.js",
|
|
580
|
+
"default": "./LexicalHashtagPlugin.js"
|
|
581
|
+
}
|
|
294
582
|
},
|
|
295
583
|
"./LexicalHistoryPlugin": {
|
|
296
584
|
"import": {
|
|
297
585
|
"types": "./LexicalHistoryPlugin.d.ts",
|
|
298
|
-
"
|
|
586
|
+
"development": "./LexicalHistoryPlugin.dev.mjs",
|
|
587
|
+
"production": "./LexicalHistoryPlugin.prod.mjs",
|
|
588
|
+
"node": "./LexicalHistoryPlugin.node.mjs",
|
|
589
|
+
"default": "./LexicalHistoryPlugin.mjs"
|
|
299
590
|
},
|
|
300
|
-
"require":
|
|
591
|
+
"require": {
|
|
592
|
+
"types": "./LexicalHistoryPlugin.d.ts",
|
|
593
|
+
"development": "./LexicalHistoryPlugin.dev.js",
|
|
594
|
+
"production": "./LexicalHistoryPlugin.prod.js",
|
|
595
|
+
"default": "./LexicalHistoryPlugin.js"
|
|
596
|
+
}
|
|
301
597
|
},
|
|
302
598
|
"./LexicalHistoryPlugin.js": {
|
|
303
599
|
"import": {
|
|
304
600
|
"types": "./LexicalHistoryPlugin.d.ts",
|
|
305
|
-
"
|
|
601
|
+
"development": "./LexicalHistoryPlugin.dev.mjs",
|
|
602
|
+
"production": "./LexicalHistoryPlugin.prod.mjs",
|
|
603
|
+
"node": "./LexicalHistoryPlugin.node.mjs",
|
|
604
|
+
"default": "./LexicalHistoryPlugin.mjs"
|
|
306
605
|
},
|
|
307
|
-
"require":
|
|
606
|
+
"require": {
|
|
607
|
+
"types": "./LexicalHistoryPlugin.d.ts",
|
|
608
|
+
"development": "./LexicalHistoryPlugin.dev.js",
|
|
609
|
+
"production": "./LexicalHistoryPlugin.prod.js",
|
|
610
|
+
"default": "./LexicalHistoryPlugin.js"
|
|
611
|
+
}
|
|
308
612
|
},
|
|
309
613
|
"./LexicalHorizontalRuleNode": {
|
|
310
614
|
"import": {
|
|
311
615
|
"types": "./LexicalHorizontalRuleNode.d.ts",
|
|
312
|
-
"
|
|
616
|
+
"development": "./LexicalHorizontalRuleNode.dev.mjs",
|
|
617
|
+
"production": "./LexicalHorizontalRuleNode.prod.mjs",
|
|
618
|
+
"node": "./LexicalHorizontalRuleNode.node.mjs",
|
|
619
|
+
"default": "./LexicalHorizontalRuleNode.mjs"
|
|
313
620
|
},
|
|
314
|
-
"require":
|
|
621
|
+
"require": {
|
|
622
|
+
"types": "./LexicalHorizontalRuleNode.d.ts",
|
|
623
|
+
"development": "./LexicalHorizontalRuleNode.dev.js",
|
|
624
|
+
"production": "./LexicalHorizontalRuleNode.prod.js",
|
|
625
|
+
"default": "./LexicalHorizontalRuleNode.js"
|
|
626
|
+
}
|
|
315
627
|
},
|
|
316
628
|
"./LexicalHorizontalRuleNode.js": {
|
|
317
629
|
"import": {
|
|
318
630
|
"types": "./LexicalHorizontalRuleNode.d.ts",
|
|
319
|
-
"
|
|
631
|
+
"development": "./LexicalHorizontalRuleNode.dev.mjs",
|
|
632
|
+
"production": "./LexicalHorizontalRuleNode.prod.mjs",
|
|
633
|
+
"node": "./LexicalHorizontalRuleNode.node.mjs",
|
|
634
|
+
"default": "./LexicalHorizontalRuleNode.mjs"
|
|
320
635
|
},
|
|
321
|
-
"require":
|
|
636
|
+
"require": {
|
|
637
|
+
"types": "./LexicalHorizontalRuleNode.d.ts",
|
|
638
|
+
"development": "./LexicalHorizontalRuleNode.dev.js",
|
|
639
|
+
"production": "./LexicalHorizontalRuleNode.prod.js",
|
|
640
|
+
"default": "./LexicalHorizontalRuleNode.js"
|
|
641
|
+
}
|
|
322
642
|
},
|
|
323
643
|
"./LexicalHorizontalRulePlugin": {
|
|
324
644
|
"import": {
|
|
325
645
|
"types": "./LexicalHorizontalRulePlugin.d.ts",
|
|
326
|
-
"
|
|
646
|
+
"development": "./LexicalHorizontalRulePlugin.dev.mjs",
|
|
647
|
+
"production": "./LexicalHorizontalRulePlugin.prod.mjs",
|
|
648
|
+
"node": "./LexicalHorizontalRulePlugin.node.mjs",
|
|
649
|
+
"default": "./LexicalHorizontalRulePlugin.mjs"
|
|
327
650
|
},
|
|
328
|
-
"require":
|
|
651
|
+
"require": {
|
|
652
|
+
"types": "./LexicalHorizontalRulePlugin.d.ts",
|
|
653
|
+
"development": "./LexicalHorizontalRulePlugin.dev.js",
|
|
654
|
+
"production": "./LexicalHorizontalRulePlugin.prod.js",
|
|
655
|
+
"default": "./LexicalHorizontalRulePlugin.js"
|
|
656
|
+
}
|
|
329
657
|
},
|
|
330
658
|
"./LexicalHorizontalRulePlugin.js": {
|
|
331
659
|
"import": {
|
|
332
660
|
"types": "./LexicalHorizontalRulePlugin.d.ts",
|
|
333
|
-
"
|
|
661
|
+
"development": "./LexicalHorizontalRulePlugin.dev.mjs",
|
|
662
|
+
"production": "./LexicalHorizontalRulePlugin.prod.mjs",
|
|
663
|
+
"node": "./LexicalHorizontalRulePlugin.node.mjs",
|
|
664
|
+
"default": "./LexicalHorizontalRulePlugin.mjs"
|
|
334
665
|
},
|
|
335
|
-
"require":
|
|
666
|
+
"require": {
|
|
667
|
+
"types": "./LexicalHorizontalRulePlugin.d.ts",
|
|
668
|
+
"development": "./LexicalHorizontalRulePlugin.dev.js",
|
|
669
|
+
"production": "./LexicalHorizontalRulePlugin.prod.js",
|
|
670
|
+
"default": "./LexicalHorizontalRulePlugin.js"
|
|
671
|
+
}
|
|
336
672
|
},
|
|
337
673
|
"./LexicalLinkPlugin": {
|
|
338
674
|
"import": {
|
|
339
675
|
"types": "./LexicalLinkPlugin.d.ts",
|
|
340
|
-
"
|
|
676
|
+
"development": "./LexicalLinkPlugin.dev.mjs",
|
|
677
|
+
"production": "./LexicalLinkPlugin.prod.mjs",
|
|
678
|
+
"node": "./LexicalLinkPlugin.node.mjs",
|
|
679
|
+
"default": "./LexicalLinkPlugin.mjs"
|
|
341
680
|
},
|
|
342
|
-
"require":
|
|
681
|
+
"require": {
|
|
682
|
+
"types": "./LexicalLinkPlugin.d.ts",
|
|
683
|
+
"development": "./LexicalLinkPlugin.dev.js",
|
|
684
|
+
"production": "./LexicalLinkPlugin.prod.js",
|
|
685
|
+
"default": "./LexicalLinkPlugin.js"
|
|
686
|
+
}
|
|
343
687
|
},
|
|
344
688
|
"./LexicalLinkPlugin.js": {
|
|
345
689
|
"import": {
|
|
346
690
|
"types": "./LexicalLinkPlugin.d.ts",
|
|
347
|
-
"
|
|
691
|
+
"development": "./LexicalLinkPlugin.dev.mjs",
|
|
692
|
+
"production": "./LexicalLinkPlugin.prod.mjs",
|
|
693
|
+
"node": "./LexicalLinkPlugin.node.mjs",
|
|
694
|
+
"default": "./LexicalLinkPlugin.mjs"
|
|
348
695
|
},
|
|
349
|
-
"require":
|
|
696
|
+
"require": {
|
|
697
|
+
"types": "./LexicalLinkPlugin.d.ts",
|
|
698
|
+
"development": "./LexicalLinkPlugin.dev.js",
|
|
699
|
+
"production": "./LexicalLinkPlugin.prod.js",
|
|
700
|
+
"default": "./LexicalLinkPlugin.js"
|
|
701
|
+
}
|
|
350
702
|
},
|
|
351
703
|
"./LexicalListPlugin": {
|
|
352
704
|
"import": {
|
|
353
705
|
"types": "./LexicalListPlugin.d.ts",
|
|
354
|
-
"
|
|
706
|
+
"development": "./LexicalListPlugin.dev.mjs",
|
|
707
|
+
"production": "./LexicalListPlugin.prod.mjs",
|
|
708
|
+
"node": "./LexicalListPlugin.node.mjs",
|
|
709
|
+
"default": "./LexicalListPlugin.mjs"
|
|
355
710
|
},
|
|
356
|
-
"require":
|
|
711
|
+
"require": {
|
|
712
|
+
"types": "./LexicalListPlugin.d.ts",
|
|
713
|
+
"development": "./LexicalListPlugin.dev.js",
|
|
714
|
+
"production": "./LexicalListPlugin.prod.js",
|
|
715
|
+
"default": "./LexicalListPlugin.js"
|
|
716
|
+
}
|
|
357
717
|
},
|
|
358
718
|
"./LexicalListPlugin.js": {
|
|
359
719
|
"import": {
|
|
360
720
|
"types": "./LexicalListPlugin.d.ts",
|
|
361
|
-
"
|
|
721
|
+
"development": "./LexicalListPlugin.dev.mjs",
|
|
722
|
+
"production": "./LexicalListPlugin.prod.mjs",
|
|
723
|
+
"node": "./LexicalListPlugin.node.mjs",
|
|
724
|
+
"default": "./LexicalListPlugin.mjs"
|
|
362
725
|
},
|
|
363
|
-
"require":
|
|
726
|
+
"require": {
|
|
727
|
+
"types": "./LexicalListPlugin.d.ts",
|
|
728
|
+
"development": "./LexicalListPlugin.dev.js",
|
|
729
|
+
"production": "./LexicalListPlugin.prod.js",
|
|
730
|
+
"default": "./LexicalListPlugin.js"
|
|
731
|
+
}
|
|
364
732
|
},
|
|
365
733
|
"./LexicalMarkdownShortcutPlugin": {
|
|
366
734
|
"import": {
|
|
367
735
|
"types": "./LexicalMarkdownShortcutPlugin.d.ts",
|
|
368
|
-
"
|
|
736
|
+
"development": "./LexicalMarkdownShortcutPlugin.dev.mjs",
|
|
737
|
+
"production": "./LexicalMarkdownShortcutPlugin.prod.mjs",
|
|
738
|
+
"node": "./LexicalMarkdownShortcutPlugin.node.mjs",
|
|
739
|
+
"default": "./LexicalMarkdownShortcutPlugin.mjs"
|
|
369
740
|
},
|
|
370
|
-
"require":
|
|
741
|
+
"require": {
|
|
742
|
+
"types": "./LexicalMarkdownShortcutPlugin.d.ts",
|
|
743
|
+
"development": "./LexicalMarkdownShortcutPlugin.dev.js",
|
|
744
|
+
"production": "./LexicalMarkdownShortcutPlugin.prod.js",
|
|
745
|
+
"default": "./LexicalMarkdownShortcutPlugin.js"
|
|
746
|
+
}
|
|
371
747
|
},
|
|
372
748
|
"./LexicalMarkdownShortcutPlugin.js": {
|
|
373
749
|
"import": {
|
|
374
750
|
"types": "./LexicalMarkdownShortcutPlugin.d.ts",
|
|
375
|
-
"
|
|
751
|
+
"development": "./LexicalMarkdownShortcutPlugin.dev.mjs",
|
|
752
|
+
"production": "./LexicalMarkdownShortcutPlugin.prod.mjs",
|
|
753
|
+
"node": "./LexicalMarkdownShortcutPlugin.node.mjs",
|
|
754
|
+
"default": "./LexicalMarkdownShortcutPlugin.mjs"
|
|
376
755
|
},
|
|
377
|
-
"require":
|
|
756
|
+
"require": {
|
|
757
|
+
"types": "./LexicalMarkdownShortcutPlugin.d.ts",
|
|
758
|
+
"development": "./LexicalMarkdownShortcutPlugin.dev.js",
|
|
759
|
+
"production": "./LexicalMarkdownShortcutPlugin.prod.js",
|
|
760
|
+
"default": "./LexicalMarkdownShortcutPlugin.js"
|
|
761
|
+
}
|
|
378
762
|
},
|
|
379
763
|
"./LexicalNestedComposer": {
|
|
380
764
|
"import": {
|
|
381
765
|
"types": "./LexicalNestedComposer.d.ts",
|
|
382
|
-
"
|
|
766
|
+
"development": "./LexicalNestedComposer.dev.mjs",
|
|
767
|
+
"production": "./LexicalNestedComposer.prod.mjs",
|
|
768
|
+
"node": "./LexicalNestedComposer.node.mjs",
|
|
769
|
+
"default": "./LexicalNestedComposer.mjs"
|
|
383
770
|
},
|
|
384
|
-
"require":
|
|
771
|
+
"require": {
|
|
772
|
+
"types": "./LexicalNestedComposer.d.ts",
|
|
773
|
+
"development": "./LexicalNestedComposer.dev.js",
|
|
774
|
+
"production": "./LexicalNestedComposer.prod.js",
|
|
775
|
+
"default": "./LexicalNestedComposer.js"
|
|
776
|
+
}
|
|
385
777
|
},
|
|
386
778
|
"./LexicalNestedComposer.js": {
|
|
387
779
|
"import": {
|
|
388
780
|
"types": "./LexicalNestedComposer.d.ts",
|
|
389
|
-
"
|
|
781
|
+
"development": "./LexicalNestedComposer.dev.mjs",
|
|
782
|
+
"production": "./LexicalNestedComposer.prod.mjs",
|
|
783
|
+
"node": "./LexicalNestedComposer.node.mjs",
|
|
784
|
+
"default": "./LexicalNestedComposer.mjs"
|
|
390
785
|
},
|
|
391
|
-
"require":
|
|
786
|
+
"require": {
|
|
787
|
+
"types": "./LexicalNestedComposer.d.ts",
|
|
788
|
+
"development": "./LexicalNestedComposer.dev.js",
|
|
789
|
+
"production": "./LexicalNestedComposer.prod.js",
|
|
790
|
+
"default": "./LexicalNestedComposer.js"
|
|
791
|
+
}
|
|
392
792
|
},
|
|
393
793
|
"./LexicalNodeEventPlugin": {
|
|
394
794
|
"import": {
|
|
395
795
|
"types": "./LexicalNodeEventPlugin.d.ts",
|
|
396
|
-
"
|
|
796
|
+
"development": "./LexicalNodeEventPlugin.dev.mjs",
|
|
797
|
+
"production": "./LexicalNodeEventPlugin.prod.mjs",
|
|
798
|
+
"node": "./LexicalNodeEventPlugin.node.mjs",
|
|
799
|
+
"default": "./LexicalNodeEventPlugin.mjs"
|
|
397
800
|
},
|
|
398
|
-
"require":
|
|
801
|
+
"require": {
|
|
802
|
+
"types": "./LexicalNodeEventPlugin.d.ts",
|
|
803
|
+
"development": "./LexicalNodeEventPlugin.dev.js",
|
|
804
|
+
"production": "./LexicalNodeEventPlugin.prod.js",
|
|
805
|
+
"default": "./LexicalNodeEventPlugin.js"
|
|
806
|
+
}
|
|
399
807
|
},
|
|
400
808
|
"./LexicalNodeEventPlugin.js": {
|
|
401
809
|
"import": {
|
|
402
810
|
"types": "./LexicalNodeEventPlugin.d.ts",
|
|
403
|
-
"
|
|
811
|
+
"development": "./LexicalNodeEventPlugin.dev.mjs",
|
|
812
|
+
"production": "./LexicalNodeEventPlugin.prod.mjs",
|
|
813
|
+
"node": "./LexicalNodeEventPlugin.node.mjs",
|
|
814
|
+
"default": "./LexicalNodeEventPlugin.mjs"
|
|
404
815
|
},
|
|
405
|
-
"require":
|
|
816
|
+
"require": {
|
|
817
|
+
"types": "./LexicalNodeEventPlugin.d.ts",
|
|
818
|
+
"development": "./LexicalNodeEventPlugin.dev.js",
|
|
819
|
+
"production": "./LexicalNodeEventPlugin.prod.js",
|
|
820
|
+
"default": "./LexicalNodeEventPlugin.js"
|
|
821
|
+
}
|
|
406
822
|
},
|
|
407
823
|
"./LexicalNodeMenuPlugin": {
|
|
408
824
|
"import": {
|
|
409
825
|
"types": "./LexicalNodeMenuPlugin.d.ts",
|
|
410
|
-
"
|
|
826
|
+
"development": "./LexicalNodeMenuPlugin.dev.mjs",
|
|
827
|
+
"production": "./LexicalNodeMenuPlugin.prod.mjs",
|
|
828
|
+
"node": "./LexicalNodeMenuPlugin.node.mjs",
|
|
829
|
+
"default": "./LexicalNodeMenuPlugin.mjs"
|
|
411
830
|
},
|
|
412
|
-
"require":
|
|
831
|
+
"require": {
|
|
832
|
+
"types": "./LexicalNodeMenuPlugin.d.ts",
|
|
833
|
+
"development": "./LexicalNodeMenuPlugin.dev.js",
|
|
834
|
+
"production": "./LexicalNodeMenuPlugin.prod.js",
|
|
835
|
+
"default": "./LexicalNodeMenuPlugin.js"
|
|
836
|
+
}
|
|
413
837
|
},
|
|
414
838
|
"./LexicalNodeMenuPlugin.js": {
|
|
415
839
|
"import": {
|
|
416
840
|
"types": "./LexicalNodeMenuPlugin.d.ts",
|
|
417
|
-
"
|
|
841
|
+
"development": "./LexicalNodeMenuPlugin.dev.mjs",
|
|
842
|
+
"production": "./LexicalNodeMenuPlugin.prod.mjs",
|
|
843
|
+
"node": "./LexicalNodeMenuPlugin.node.mjs",
|
|
844
|
+
"default": "./LexicalNodeMenuPlugin.mjs"
|
|
418
845
|
},
|
|
419
|
-
"require":
|
|
846
|
+
"require": {
|
|
847
|
+
"types": "./LexicalNodeMenuPlugin.d.ts",
|
|
848
|
+
"development": "./LexicalNodeMenuPlugin.dev.js",
|
|
849
|
+
"production": "./LexicalNodeMenuPlugin.prod.js",
|
|
850
|
+
"default": "./LexicalNodeMenuPlugin.js"
|
|
851
|
+
}
|
|
420
852
|
},
|
|
421
853
|
"./LexicalOnChangePlugin": {
|
|
422
854
|
"import": {
|
|
423
855
|
"types": "./LexicalOnChangePlugin.d.ts",
|
|
424
|
-
"
|
|
856
|
+
"development": "./LexicalOnChangePlugin.dev.mjs",
|
|
857
|
+
"production": "./LexicalOnChangePlugin.prod.mjs",
|
|
858
|
+
"node": "./LexicalOnChangePlugin.node.mjs",
|
|
859
|
+
"default": "./LexicalOnChangePlugin.mjs"
|
|
425
860
|
},
|
|
426
|
-
"require":
|
|
861
|
+
"require": {
|
|
862
|
+
"types": "./LexicalOnChangePlugin.d.ts",
|
|
863
|
+
"development": "./LexicalOnChangePlugin.dev.js",
|
|
864
|
+
"production": "./LexicalOnChangePlugin.prod.js",
|
|
865
|
+
"default": "./LexicalOnChangePlugin.js"
|
|
866
|
+
}
|
|
427
867
|
},
|
|
428
868
|
"./LexicalOnChangePlugin.js": {
|
|
429
869
|
"import": {
|
|
430
870
|
"types": "./LexicalOnChangePlugin.d.ts",
|
|
431
|
-
"
|
|
871
|
+
"development": "./LexicalOnChangePlugin.dev.mjs",
|
|
872
|
+
"production": "./LexicalOnChangePlugin.prod.mjs",
|
|
873
|
+
"node": "./LexicalOnChangePlugin.node.mjs",
|
|
874
|
+
"default": "./LexicalOnChangePlugin.mjs"
|
|
432
875
|
},
|
|
433
|
-
"require":
|
|
876
|
+
"require": {
|
|
877
|
+
"types": "./LexicalOnChangePlugin.d.ts",
|
|
878
|
+
"development": "./LexicalOnChangePlugin.dev.js",
|
|
879
|
+
"production": "./LexicalOnChangePlugin.prod.js",
|
|
880
|
+
"default": "./LexicalOnChangePlugin.js"
|
|
881
|
+
}
|
|
434
882
|
},
|
|
435
883
|
"./LexicalPlainTextPlugin": {
|
|
436
884
|
"import": {
|
|
437
885
|
"types": "./LexicalPlainTextPlugin.d.ts",
|
|
438
|
-
"
|
|
886
|
+
"development": "./LexicalPlainTextPlugin.dev.mjs",
|
|
887
|
+
"production": "./LexicalPlainTextPlugin.prod.mjs",
|
|
888
|
+
"node": "./LexicalPlainTextPlugin.node.mjs",
|
|
889
|
+
"default": "./LexicalPlainTextPlugin.mjs"
|
|
439
890
|
},
|
|
440
|
-
"require":
|
|
891
|
+
"require": {
|
|
892
|
+
"types": "./LexicalPlainTextPlugin.d.ts",
|
|
893
|
+
"development": "./LexicalPlainTextPlugin.dev.js",
|
|
894
|
+
"production": "./LexicalPlainTextPlugin.prod.js",
|
|
895
|
+
"default": "./LexicalPlainTextPlugin.js"
|
|
896
|
+
}
|
|
441
897
|
},
|
|
442
898
|
"./LexicalPlainTextPlugin.js": {
|
|
443
899
|
"import": {
|
|
444
900
|
"types": "./LexicalPlainTextPlugin.d.ts",
|
|
445
|
-
"
|
|
901
|
+
"development": "./LexicalPlainTextPlugin.dev.mjs",
|
|
902
|
+
"production": "./LexicalPlainTextPlugin.prod.mjs",
|
|
903
|
+
"node": "./LexicalPlainTextPlugin.node.mjs",
|
|
904
|
+
"default": "./LexicalPlainTextPlugin.mjs"
|
|
446
905
|
},
|
|
447
|
-
"require":
|
|
906
|
+
"require": {
|
|
907
|
+
"types": "./LexicalPlainTextPlugin.d.ts",
|
|
908
|
+
"development": "./LexicalPlainTextPlugin.dev.js",
|
|
909
|
+
"production": "./LexicalPlainTextPlugin.prod.js",
|
|
910
|
+
"default": "./LexicalPlainTextPlugin.js"
|
|
911
|
+
}
|
|
448
912
|
},
|
|
449
913
|
"./LexicalRichTextPlugin": {
|
|
450
914
|
"import": {
|
|
451
915
|
"types": "./LexicalRichTextPlugin.d.ts",
|
|
452
|
-
"
|
|
916
|
+
"development": "./LexicalRichTextPlugin.dev.mjs",
|
|
917
|
+
"production": "./LexicalRichTextPlugin.prod.mjs",
|
|
918
|
+
"node": "./LexicalRichTextPlugin.node.mjs",
|
|
919
|
+
"default": "./LexicalRichTextPlugin.mjs"
|
|
453
920
|
},
|
|
454
|
-
"require":
|
|
921
|
+
"require": {
|
|
922
|
+
"types": "./LexicalRichTextPlugin.d.ts",
|
|
923
|
+
"development": "./LexicalRichTextPlugin.dev.js",
|
|
924
|
+
"production": "./LexicalRichTextPlugin.prod.js",
|
|
925
|
+
"default": "./LexicalRichTextPlugin.js"
|
|
926
|
+
}
|
|
455
927
|
},
|
|
456
928
|
"./LexicalRichTextPlugin.js": {
|
|
457
929
|
"import": {
|
|
458
930
|
"types": "./LexicalRichTextPlugin.d.ts",
|
|
459
|
-
"
|
|
931
|
+
"development": "./LexicalRichTextPlugin.dev.mjs",
|
|
932
|
+
"production": "./LexicalRichTextPlugin.prod.mjs",
|
|
933
|
+
"node": "./LexicalRichTextPlugin.node.mjs",
|
|
934
|
+
"default": "./LexicalRichTextPlugin.mjs"
|
|
460
935
|
},
|
|
461
|
-
"require":
|
|
936
|
+
"require": {
|
|
937
|
+
"types": "./LexicalRichTextPlugin.d.ts",
|
|
938
|
+
"development": "./LexicalRichTextPlugin.dev.js",
|
|
939
|
+
"production": "./LexicalRichTextPlugin.prod.js",
|
|
940
|
+
"default": "./LexicalRichTextPlugin.js"
|
|
941
|
+
}
|
|
462
942
|
},
|
|
463
943
|
"./LexicalTabIndentationPlugin": {
|
|
464
944
|
"import": {
|
|
465
945
|
"types": "./LexicalTabIndentationPlugin.d.ts",
|
|
466
|
-
"
|
|
946
|
+
"development": "./LexicalTabIndentationPlugin.dev.mjs",
|
|
947
|
+
"production": "./LexicalTabIndentationPlugin.prod.mjs",
|
|
948
|
+
"node": "./LexicalTabIndentationPlugin.node.mjs",
|
|
949
|
+
"default": "./LexicalTabIndentationPlugin.mjs"
|
|
467
950
|
},
|
|
468
|
-
"require":
|
|
951
|
+
"require": {
|
|
952
|
+
"types": "./LexicalTabIndentationPlugin.d.ts",
|
|
953
|
+
"development": "./LexicalTabIndentationPlugin.dev.js",
|
|
954
|
+
"production": "./LexicalTabIndentationPlugin.prod.js",
|
|
955
|
+
"default": "./LexicalTabIndentationPlugin.js"
|
|
956
|
+
}
|
|
469
957
|
},
|
|
470
958
|
"./LexicalTabIndentationPlugin.js": {
|
|
471
959
|
"import": {
|
|
472
960
|
"types": "./LexicalTabIndentationPlugin.d.ts",
|
|
473
|
-
"
|
|
961
|
+
"development": "./LexicalTabIndentationPlugin.dev.mjs",
|
|
962
|
+
"production": "./LexicalTabIndentationPlugin.prod.mjs",
|
|
963
|
+
"node": "./LexicalTabIndentationPlugin.node.mjs",
|
|
964
|
+
"default": "./LexicalTabIndentationPlugin.mjs"
|
|
474
965
|
},
|
|
475
|
-
"require":
|
|
966
|
+
"require": {
|
|
967
|
+
"types": "./LexicalTabIndentationPlugin.d.ts",
|
|
968
|
+
"development": "./LexicalTabIndentationPlugin.dev.js",
|
|
969
|
+
"production": "./LexicalTabIndentationPlugin.prod.js",
|
|
970
|
+
"default": "./LexicalTabIndentationPlugin.js"
|
|
971
|
+
}
|
|
476
972
|
},
|
|
477
973
|
"./LexicalTableOfContents": {
|
|
478
974
|
"import": {
|
|
479
975
|
"types": "./LexicalTableOfContents.d.ts",
|
|
480
|
-
"
|
|
976
|
+
"development": "./LexicalTableOfContents.dev.mjs",
|
|
977
|
+
"production": "./LexicalTableOfContents.prod.mjs",
|
|
978
|
+
"node": "./LexicalTableOfContents.node.mjs",
|
|
979
|
+
"default": "./LexicalTableOfContents.mjs"
|
|
481
980
|
},
|
|
482
|
-
"require":
|
|
981
|
+
"require": {
|
|
982
|
+
"types": "./LexicalTableOfContents.d.ts",
|
|
983
|
+
"development": "./LexicalTableOfContents.dev.js",
|
|
984
|
+
"production": "./LexicalTableOfContents.prod.js",
|
|
985
|
+
"default": "./LexicalTableOfContents.js"
|
|
986
|
+
}
|
|
483
987
|
},
|
|
484
988
|
"./LexicalTableOfContents.js": {
|
|
485
989
|
"import": {
|
|
486
990
|
"types": "./LexicalTableOfContents.d.ts",
|
|
487
|
-
"
|
|
991
|
+
"development": "./LexicalTableOfContents.dev.mjs",
|
|
992
|
+
"production": "./LexicalTableOfContents.prod.mjs",
|
|
993
|
+
"node": "./LexicalTableOfContents.node.mjs",
|
|
994
|
+
"default": "./LexicalTableOfContents.mjs"
|
|
488
995
|
},
|
|
489
|
-
"require":
|
|
996
|
+
"require": {
|
|
997
|
+
"types": "./LexicalTableOfContents.d.ts",
|
|
998
|
+
"development": "./LexicalTableOfContents.dev.js",
|
|
999
|
+
"production": "./LexicalTableOfContents.prod.js",
|
|
1000
|
+
"default": "./LexicalTableOfContents.js"
|
|
1001
|
+
}
|
|
490
1002
|
},
|
|
491
1003
|
"./LexicalTablePlugin": {
|
|
492
1004
|
"import": {
|
|
493
1005
|
"types": "./LexicalTablePlugin.d.ts",
|
|
494
|
-
"
|
|
1006
|
+
"development": "./LexicalTablePlugin.dev.mjs",
|
|
1007
|
+
"production": "./LexicalTablePlugin.prod.mjs",
|
|
1008
|
+
"node": "./LexicalTablePlugin.node.mjs",
|
|
1009
|
+
"default": "./LexicalTablePlugin.mjs"
|
|
495
1010
|
},
|
|
496
|
-
"require":
|
|
1011
|
+
"require": {
|
|
1012
|
+
"types": "./LexicalTablePlugin.d.ts",
|
|
1013
|
+
"development": "./LexicalTablePlugin.dev.js",
|
|
1014
|
+
"production": "./LexicalTablePlugin.prod.js",
|
|
1015
|
+
"default": "./LexicalTablePlugin.js"
|
|
1016
|
+
}
|
|
497
1017
|
},
|
|
498
1018
|
"./LexicalTablePlugin.js": {
|
|
499
1019
|
"import": {
|
|
500
1020
|
"types": "./LexicalTablePlugin.d.ts",
|
|
501
|
-
"
|
|
1021
|
+
"development": "./LexicalTablePlugin.dev.mjs",
|
|
1022
|
+
"production": "./LexicalTablePlugin.prod.mjs",
|
|
1023
|
+
"node": "./LexicalTablePlugin.node.mjs",
|
|
1024
|
+
"default": "./LexicalTablePlugin.mjs"
|
|
502
1025
|
},
|
|
503
|
-
"require":
|
|
1026
|
+
"require": {
|
|
1027
|
+
"types": "./LexicalTablePlugin.d.ts",
|
|
1028
|
+
"development": "./LexicalTablePlugin.dev.js",
|
|
1029
|
+
"production": "./LexicalTablePlugin.prod.js",
|
|
1030
|
+
"default": "./LexicalTablePlugin.js"
|
|
1031
|
+
}
|
|
504
1032
|
},
|
|
505
1033
|
"./LexicalTreeView": {
|
|
506
1034
|
"import": {
|
|
507
1035
|
"types": "./LexicalTreeView.d.ts",
|
|
508
|
-
"
|
|
1036
|
+
"development": "./LexicalTreeView.dev.mjs",
|
|
1037
|
+
"production": "./LexicalTreeView.prod.mjs",
|
|
1038
|
+
"node": "./LexicalTreeView.node.mjs",
|
|
1039
|
+
"default": "./LexicalTreeView.mjs"
|
|
509
1040
|
},
|
|
510
|
-
"require":
|
|
1041
|
+
"require": {
|
|
1042
|
+
"types": "./LexicalTreeView.d.ts",
|
|
1043
|
+
"development": "./LexicalTreeView.dev.js",
|
|
1044
|
+
"production": "./LexicalTreeView.prod.js",
|
|
1045
|
+
"default": "./LexicalTreeView.js"
|
|
1046
|
+
}
|
|
511
1047
|
},
|
|
512
1048
|
"./LexicalTreeView.js": {
|
|
513
1049
|
"import": {
|
|
514
1050
|
"types": "./LexicalTreeView.d.ts",
|
|
515
|
-
"
|
|
1051
|
+
"development": "./LexicalTreeView.dev.mjs",
|
|
1052
|
+
"production": "./LexicalTreeView.prod.mjs",
|
|
1053
|
+
"node": "./LexicalTreeView.node.mjs",
|
|
1054
|
+
"default": "./LexicalTreeView.mjs"
|
|
516
1055
|
},
|
|
517
|
-
"require":
|
|
1056
|
+
"require": {
|
|
1057
|
+
"types": "./LexicalTreeView.d.ts",
|
|
1058
|
+
"development": "./LexicalTreeView.dev.js",
|
|
1059
|
+
"production": "./LexicalTreeView.prod.js",
|
|
1060
|
+
"default": "./LexicalTreeView.js"
|
|
1061
|
+
}
|
|
518
1062
|
},
|
|
519
1063
|
"./LexicalTypeaheadMenuPlugin": {
|
|
520
1064
|
"import": {
|
|
521
1065
|
"types": "./LexicalTypeaheadMenuPlugin.d.ts",
|
|
522
|
-
"
|
|
1066
|
+
"development": "./LexicalTypeaheadMenuPlugin.dev.mjs",
|
|
1067
|
+
"production": "./LexicalTypeaheadMenuPlugin.prod.mjs",
|
|
1068
|
+
"node": "./LexicalTypeaheadMenuPlugin.node.mjs",
|
|
1069
|
+
"default": "./LexicalTypeaheadMenuPlugin.mjs"
|
|
523
1070
|
},
|
|
524
|
-
"require":
|
|
1071
|
+
"require": {
|
|
1072
|
+
"types": "./LexicalTypeaheadMenuPlugin.d.ts",
|
|
1073
|
+
"development": "./LexicalTypeaheadMenuPlugin.dev.js",
|
|
1074
|
+
"production": "./LexicalTypeaheadMenuPlugin.prod.js",
|
|
1075
|
+
"default": "./LexicalTypeaheadMenuPlugin.js"
|
|
1076
|
+
}
|
|
525
1077
|
},
|
|
526
1078
|
"./LexicalTypeaheadMenuPlugin.js": {
|
|
527
1079
|
"import": {
|
|
528
1080
|
"types": "./LexicalTypeaheadMenuPlugin.d.ts",
|
|
529
|
-
"
|
|
1081
|
+
"development": "./LexicalTypeaheadMenuPlugin.dev.mjs",
|
|
1082
|
+
"production": "./LexicalTypeaheadMenuPlugin.prod.mjs",
|
|
1083
|
+
"node": "./LexicalTypeaheadMenuPlugin.node.mjs",
|
|
1084
|
+
"default": "./LexicalTypeaheadMenuPlugin.mjs"
|
|
530
1085
|
},
|
|
531
|
-
"require":
|
|
1086
|
+
"require": {
|
|
1087
|
+
"types": "./LexicalTypeaheadMenuPlugin.d.ts",
|
|
1088
|
+
"development": "./LexicalTypeaheadMenuPlugin.dev.js",
|
|
1089
|
+
"production": "./LexicalTypeaheadMenuPlugin.prod.js",
|
|
1090
|
+
"default": "./LexicalTypeaheadMenuPlugin.js"
|
|
1091
|
+
}
|
|
532
1092
|
},
|
|
533
1093
|
"./useLexicalEditable": {
|
|
534
1094
|
"import": {
|
|
535
1095
|
"types": "./useLexicalEditable.d.ts",
|
|
536
|
-
"
|
|
1096
|
+
"development": "./useLexicalEditable.dev.mjs",
|
|
1097
|
+
"production": "./useLexicalEditable.prod.mjs",
|
|
1098
|
+
"node": "./useLexicalEditable.node.mjs",
|
|
1099
|
+
"default": "./useLexicalEditable.mjs"
|
|
537
1100
|
},
|
|
538
|
-
"require":
|
|
1101
|
+
"require": {
|
|
1102
|
+
"types": "./useLexicalEditable.d.ts",
|
|
1103
|
+
"development": "./useLexicalEditable.dev.js",
|
|
1104
|
+
"production": "./useLexicalEditable.prod.js",
|
|
1105
|
+
"default": "./useLexicalEditable.js"
|
|
1106
|
+
}
|
|
539
1107
|
},
|
|
540
1108
|
"./useLexicalEditable.js": {
|
|
541
1109
|
"import": {
|
|
542
1110
|
"types": "./useLexicalEditable.d.ts",
|
|
543
|
-
"
|
|
1111
|
+
"development": "./useLexicalEditable.dev.mjs",
|
|
1112
|
+
"production": "./useLexicalEditable.prod.mjs",
|
|
1113
|
+
"node": "./useLexicalEditable.node.mjs",
|
|
1114
|
+
"default": "./useLexicalEditable.mjs"
|
|
544
1115
|
},
|
|
545
|
-
"require":
|
|
1116
|
+
"require": {
|
|
1117
|
+
"types": "./useLexicalEditable.d.ts",
|
|
1118
|
+
"development": "./useLexicalEditable.dev.js",
|
|
1119
|
+
"production": "./useLexicalEditable.prod.js",
|
|
1120
|
+
"default": "./useLexicalEditable.js"
|
|
1121
|
+
}
|
|
546
1122
|
},
|
|
547
1123
|
"./useLexicalIsTextContentEmpty": {
|
|
548
1124
|
"import": {
|
|
549
1125
|
"types": "./useLexicalIsTextContentEmpty.d.ts",
|
|
550
|
-
"
|
|
1126
|
+
"development": "./useLexicalIsTextContentEmpty.dev.mjs",
|
|
1127
|
+
"production": "./useLexicalIsTextContentEmpty.prod.mjs",
|
|
1128
|
+
"node": "./useLexicalIsTextContentEmpty.node.mjs",
|
|
1129
|
+
"default": "./useLexicalIsTextContentEmpty.mjs"
|
|
551
1130
|
},
|
|
552
|
-
"require":
|
|
1131
|
+
"require": {
|
|
1132
|
+
"types": "./useLexicalIsTextContentEmpty.d.ts",
|
|
1133
|
+
"development": "./useLexicalIsTextContentEmpty.dev.js",
|
|
1134
|
+
"production": "./useLexicalIsTextContentEmpty.prod.js",
|
|
1135
|
+
"default": "./useLexicalIsTextContentEmpty.js"
|
|
1136
|
+
}
|
|
553
1137
|
},
|
|
554
1138
|
"./useLexicalIsTextContentEmpty.js": {
|
|
555
1139
|
"import": {
|
|
556
1140
|
"types": "./useLexicalIsTextContentEmpty.d.ts",
|
|
557
|
-
"
|
|
1141
|
+
"development": "./useLexicalIsTextContentEmpty.dev.mjs",
|
|
1142
|
+
"production": "./useLexicalIsTextContentEmpty.prod.mjs",
|
|
1143
|
+
"node": "./useLexicalIsTextContentEmpty.node.mjs",
|
|
1144
|
+
"default": "./useLexicalIsTextContentEmpty.mjs"
|
|
558
1145
|
},
|
|
559
|
-
"require":
|
|
1146
|
+
"require": {
|
|
1147
|
+
"types": "./useLexicalIsTextContentEmpty.d.ts",
|
|
1148
|
+
"development": "./useLexicalIsTextContentEmpty.dev.js",
|
|
1149
|
+
"production": "./useLexicalIsTextContentEmpty.prod.js",
|
|
1150
|
+
"default": "./useLexicalIsTextContentEmpty.js"
|
|
1151
|
+
}
|
|
560
1152
|
},
|
|
561
1153
|
"./useLexicalNodeSelection": {
|
|
562
1154
|
"import": {
|
|
563
1155
|
"types": "./useLexicalNodeSelection.d.ts",
|
|
564
|
-
"
|
|
1156
|
+
"development": "./useLexicalNodeSelection.dev.mjs",
|
|
1157
|
+
"production": "./useLexicalNodeSelection.prod.mjs",
|
|
1158
|
+
"node": "./useLexicalNodeSelection.node.mjs",
|
|
1159
|
+
"default": "./useLexicalNodeSelection.mjs"
|
|
565
1160
|
},
|
|
566
|
-
"require":
|
|
1161
|
+
"require": {
|
|
1162
|
+
"types": "./useLexicalNodeSelection.d.ts",
|
|
1163
|
+
"development": "./useLexicalNodeSelection.dev.js",
|
|
1164
|
+
"production": "./useLexicalNodeSelection.prod.js",
|
|
1165
|
+
"default": "./useLexicalNodeSelection.js"
|
|
1166
|
+
}
|
|
567
1167
|
},
|
|
568
1168
|
"./useLexicalNodeSelection.js": {
|
|
569
1169
|
"import": {
|
|
570
1170
|
"types": "./useLexicalNodeSelection.d.ts",
|
|
571
|
-
"
|
|
1171
|
+
"development": "./useLexicalNodeSelection.dev.mjs",
|
|
1172
|
+
"production": "./useLexicalNodeSelection.prod.mjs",
|
|
1173
|
+
"node": "./useLexicalNodeSelection.node.mjs",
|
|
1174
|
+
"default": "./useLexicalNodeSelection.mjs"
|
|
572
1175
|
},
|
|
573
|
-
"require":
|
|
1176
|
+
"require": {
|
|
1177
|
+
"types": "./useLexicalNodeSelection.d.ts",
|
|
1178
|
+
"development": "./useLexicalNodeSelection.dev.js",
|
|
1179
|
+
"production": "./useLexicalNodeSelection.prod.js",
|
|
1180
|
+
"default": "./useLexicalNodeSelection.js"
|
|
1181
|
+
}
|
|
574
1182
|
},
|
|
575
1183
|
"./useLexicalSubscription": {
|
|
576
1184
|
"import": {
|
|
577
1185
|
"types": "./useLexicalSubscription.d.ts",
|
|
578
|
-
"
|
|
1186
|
+
"development": "./useLexicalSubscription.dev.mjs",
|
|
1187
|
+
"production": "./useLexicalSubscription.prod.mjs",
|
|
1188
|
+
"node": "./useLexicalSubscription.node.mjs",
|
|
1189
|
+
"default": "./useLexicalSubscription.mjs"
|
|
579
1190
|
},
|
|
580
|
-
"require":
|
|
1191
|
+
"require": {
|
|
1192
|
+
"types": "./useLexicalSubscription.d.ts",
|
|
1193
|
+
"development": "./useLexicalSubscription.dev.js",
|
|
1194
|
+
"production": "./useLexicalSubscription.prod.js",
|
|
1195
|
+
"default": "./useLexicalSubscription.js"
|
|
1196
|
+
}
|
|
581
1197
|
},
|
|
582
1198
|
"./useLexicalSubscription.js": {
|
|
583
1199
|
"import": {
|
|
584
1200
|
"types": "./useLexicalSubscription.d.ts",
|
|
585
|
-
"
|
|
1201
|
+
"development": "./useLexicalSubscription.dev.mjs",
|
|
1202
|
+
"production": "./useLexicalSubscription.prod.mjs",
|
|
1203
|
+
"node": "./useLexicalSubscription.node.mjs",
|
|
1204
|
+
"default": "./useLexicalSubscription.mjs"
|
|
586
1205
|
},
|
|
587
|
-
"require":
|
|
1206
|
+
"require": {
|
|
1207
|
+
"types": "./useLexicalSubscription.d.ts",
|
|
1208
|
+
"development": "./useLexicalSubscription.dev.js",
|
|
1209
|
+
"production": "./useLexicalSubscription.prod.js",
|
|
1210
|
+
"default": "./useLexicalSubscription.js"
|
|
1211
|
+
}
|
|
588
1212
|
},
|
|
589
1213
|
"./useLexicalTextEntity": {
|
|
590
1214
|
"import": {
|
|
591
1215
|
"types": "./useLexicalTextEntity.d.ts",
|
|
592
|
-
"
|
|
1216
|
+
"development": "./useLexicalTextEntity.dev.mjs",
|
|
1217
|
+
"production": "./useLexicalTextEntity.prod.mjs",
|
|
1218
|
+
"node": "./useLexicalTextEntity.node.mjs",
|
|
1219
|
+
"default": "./useLexicalTextEntity.mjs"
|
|
593
1220
|
},
|
|
594
|
-
"require":
|
|
1221
|
+
"require": {
|
|
1222
|
+
"types": "./useLexicalTextEntity.d.ts",
|
|
1223
|
+
"development": "./useLexicalTextEntity.dev.js",
|
|
1224
|
+
"production": "./useLexicalTextEntity.prod.js",
|
|
1225
|
+
"default": "./useLexicalTextEntity.js"
|
|
1226
|
+
}
|
|
595
1227
|
},
|
|
596
1228
|
"./useLexicalTextEntity.js": {
|
|
597
1229
|
"import": {
|
|
598
1230
|
"types": "./useLexicalTextEntity.d.ts",
|
|
599
|
-
"
|
|
1231
|
+
"development": "./useLexicalTextEntity.dev.mjs",
|
|
1232
|
+
"production": "./useLexicalTextEntity.prod.mjs",
|
|
1233
|
+
"node": "./useLexicalTextEntity.node.mjs",
|
|
1234
|
+
"default": "./useLexicalTextEntity.mjs"
|
|
600
1235
|
},
|
|
601
|
-
"require":
|
|
1236
|
+
"require": {
|
|
1237
|
+
"types": "./useLexicalTextEntity.d.ts",
|
|
1238
|
+
"development": "./useLexicalTextEntity.dev.js",
|
|
1239
|
+
"production": "./useLexicalTextEntity.prod.js",
|
|
1240
|
+
"default": "./useLexicalTextEntity.js"
|
|
1241
|
+
}
|
|
602
1242
|
}
|
|
603
1243
|
},
|
|
604
1244
|
"sideEffects": false
|