@lexical/react 0.13.1 → 0.14.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.
Files changed (179) hide show
  1. package/LexicalAutoEmbedPlugin.dev.esm.js +131 -0
  2. package/LexicalAutoEmbedPlugin.esm.js +13 -0
  3. package/LexicalAutoEmbedPlugin.js +1 -1
  4. package/LexicalAutoEmbedPlugin.prod.esm.js +7 -0
  5. package/LexicalAutoFocusPlugin.dev.esm.js +42 -0
  6. package/LexicalAutoFocusPlugin.esm.js +10 -0
  7. package/LexicalAutoFocusPlugin.js +1 -1
  8. package/LexicalAutoFocusPlugin.prod.esm.js +7 -0
  9. package/LexicalAutoLinkPlugin.dev.esm.js +312 -0
  10. package/LexicalAutoLinkPlugin.dev.js +3 -1
  11. package/LexicalAutoLinkPlugin.esm.js +11 -0
  12. package/LexicalAutoLinkPlugin.js +1 -1
  13. package/LexicalAutoLinkPlugin.prod.esm.js +7 -0
  14. package/LexicalBlockWithAlignableContents.dev.esm.js +86 -0
  15. package/LexicalBlockWithAlignableContents.dev.js +1 -0
  16. package/LexicalBlockWithAlignableContents.esm.js +10 -0
  17. package/LexicalBlockWithAlignableContents.js +1 -1
  18. package/LexicalBlockWithAlignableContents.prod.esm.js +7 -0
  19. package/LexicalBlockWithAlignableContents.prod.js +1 -1
  20. package/LexicalCharacterLimitPlugin.d.ts +4 -1
  21. package/LexicalCharacterLimitPlugin.dev.esm.js +272 -0
  22. package/LexicalCharacterLimitPlugin.dev.js +12 -4
  23. package/LexicalCharacterLimitPlugin.esm.js +10 -0
  24. package/LexicalCharacterLimitPlugin.js +1 -1
  25. package/LexicalCharacterLimitPlugin.prod.esm.js +7 -0
  26. package/LexicalCharacterLimitPlugin.prod.js +9 -9
  27. package/LexicalCheckListPlugin.dev.esm.js +203 -0
  28. package/LexicalCheckListPlugin.esm.js +10 -0
  29. package/LexicalCheckListPlugin.js +1 -1
  30. package/LexicalCheckListPlugin.prod.esm.js +7 -0
  31. package/LexicalClearEditorPlugin.dev.esm.js +64 -0
  32. package/LexicalClearEditorPlugin.esm.js +10 -0
  33. package/LexicalClearEditorPlugin.js +1 -1
  34. package/LexicalClearEditorPlugin.prod.esm.js +7 -0
  35. package/LexicalClickableLinkPlugin.dev.esm.js +95 -0
  36. package/LexicalClickableLinkPlugin.esm.js +10 -0
  37. package/LexicalClickableLinkPlugin.js +1 -1
  38. package/LexicalClickableLinkPlugin.prod.esm.js +7 -0
  39. package/LexicalCollaborationContext.dev.esm.js +36 -0
  40. package/LexicalCollaborationContext.esm.js +11 -0
  41. package/LexicalCollaborationContext.js +1 -1
  42. package/LexicalCollaborationContext.prod.esm.js +7 -0
  43. package/LexicalCollaborationPlugin.dev.esm.js +308 -0
  44. package/LexicalCollaborationPlugin.esm.js +10 -0
  45. package/LexicalCollaborationPlugin.js +1 -1
  46. package/LexicalCollaborationPlugin.prod.esm.js +7 -0
  47. package/LexicalComposer.dev.esm.js +129 -0
  48. package/LexicalComposer.esm.js +10 -0
  49. package/LexicalComposer.js +1 -1
  50. package/LexicalComposer.prod.esm.js +7 -0
  51. package/LexicalComposerContext.dev.esm.js +42 -0
  52. package/LexicalComposerContext.esm.js +12 -0
  53. package/LexicalComposerContext.js +1 -1
  54. package/LexicalComposerContext.prod.esm.js +7 -0
  55. package/LexicalContentEditable.dev.esm.js +107 -0
  56. package/LexicalContentEditable.dev.js +5 -1
  57. package/LexicalContentEditable.esm.js +10 -0
  58. package/LexicalContentEditable.js +1 -1
  59. package/LexicalContentEditable.prod.esm.js +7 -0
  60. package/LexicalContentEditable.prod.js +3 -3
  61. package/LexicalContextMenuPlugin.dev.esm.js +455 -0
  62. package/LexicalContextMenuPlugin.dev.js +3 -1
  63. package/LexicalContextMenuPlugin.esm.js +11 -0
  64. package/LexicalContextMenuPlugin.js +1 -1
  65. package/LexicalContextMenuPlugin.prod.esm.js +7 -0
  66. package/LexicalDecoratorBlockNode.dev.esm.js +46 -0
  67. package/LexicalDecoratorBlockNode.esm.js +11 -0
  68. package/LexicalDecoratorBlockNode.js +1 -1
  69. package/LexicalDecoratorBlockNode.prod.esm.js +7 -0
  70. package/LexicalEditorRefPlugin.dev.esm.js +40 -0
  71. package/LexicalEditorRefPlugin.dev.js +10 -5
  72. package/LexicalEditorRefPlugin.esm.js +10 -0
  73. package/LexicalEditorRefPlugin.js +1 -1
  74. package/LexicalEditorRefPlugin.prod.esm.js +7 -0
  75. package/LexicalEditorRefPlugin.prod.js +1 -1
  76. package/LexicalErrorBoundary.dev.esm.js +157 -0
  77. package/LexicalErrorBoundary.esm.js +10 -0
  78. package/LexicalErrorBoundary.js +1 -1
  79. package/LexicalErrorBoundary.prod.esm.js +7 -0
  80. package/LexicalHashtagPlugin.dev.esm.js +163 -0
  81. package/LexicalHashtagPlugin.esm.js +10 -0
  82. package/LexicalHashtagPlugin.js +1 -1
  83. package/LexicalHashtagPlugin.prod.esm.js +7 -0
  84. package/LexicalHistoryPlugin.dev.esm.js +41 -0
  85. package/LexicalHistoryPlugin.esm.js +11 -0
  86. package/LexicalHistoryPlugin.js +1 -1
  87. package/LexicalHistoryPlugin.prod.esm.js +7 -0
  88. package/LexicalHorizontalRuleNode.dev.esm.js +118 -0
  89. package/LexicalHorizontalRuleNode.dev.js +1 -0
  90. package/LexicalHorizontalRuleNode.esm.js +13 -0
  91. package/LexicalHorizontalRuleNode.js +1 -1
  92. package/LexicalHorizontalRuleNode.prod.esm.js +7 -0
  93. package/LexicalHorizontalRuleNode.prod.js +1 -1
  94. package/LexicalHorizontalRulePlugin.dev.esm.js +39 -0
  95. package/LexicalHorizontalRulePlugin.esm.js +10 -0
  96. package/LexicalHorizontalRulePlugin.js +1 -1
  97. package/LexicalHorizontalRulePlugin.prod.esm.js +7 -0
  98. package/LexicalLinkPlugin.dev.esm.js +79 -0
  99. package/LexicalLinkPlugin.dev.js +6 -2
  100. package/LexicalLinkPlugin.esm.js +10 -0
  101. package/LexicalLinkPlugin.js +1 -1
  102. package/LexicalLinkPlugin.prod.esm.js +7 -0
  103. package/LexicalLinkPlugin.prod.js +1 -1
  104. package/LexicalListPlugin.dev.esm.js +59 -0
  105. package/LexicalListPlugin.esm.js +10 -0
  106. package/LexicalListPlugin.js +1 -1
  107. package/LexicalListPlugin.prod.esm.js +7 -0
  108. package/LexicalMarkdownShortcutPlugin.dev.esm.js +49 -0
  109. package/LexicalMarkdownShortcutPlugin.esm.js +11 -0
  110. package/LexicalMarkdownShortcutPlugin.js +1 -1
  111. package/LexicalMarkdownShortcutPlugin.prod.esm.js +7 -0
  112. package/LexicalNestedComposer.dev.esm.js +105 -0
  113. package/LexicalNestedComposer.esm.js +10 -0
  114. package/LexicalNestedComposer.js +1 -1
  115. package/LexicalNestedComposer.prod.esm.js +7 -0
  116. package/LexicalNodeEventPlugin.dev.esm.js +56 -0
  117. package/LexicalNodeEventPlugin.esm.js +10 -0
  118. package/LexicalNodeEventPlugin.js +1 -1
  119. package/LexicalNodeEventPlugin.prod.esm.js +7 -0
  120. package/LexicalNodeMenuPlugin.dev.esm.js +466 -0
  121. package/LexicalNodeMenuPlugin.dev.js +3 -1
  122. package/LexicalNodeMenuPlugin.esm.js +11 -0
  123. package/LexicalNodeMenuPlugin.js +1 -1
  124. package/LexicalNodeMenuPlugin.prod.esm.js +7 -0
  125. package/LexicalOnChangePlugin.dev.esm.js +62 -0
  126. package/LexicalOnChangePlugin.esm.js +10 -0
  127. package/LexicalOnChangePlugin.js +1 -1
  128. package/LexicalOnChangePlugin.prod.esm.js +7 -0
  129. package/LexicalPlainTextPlugin.dev.esm.js +161 -0
  130. package/LexicalPlainTextPlugin.esm.js +10 -0
  131. package/LexicalPlainTextPlugin.js +1 -1
  132. package/LexicalPlainTextPlugin.prod.esm.js +7 -0
  133. package/LexicalRichTextPlugin.dev.esm.js +161 -0
  134. package/LexicalRichTextPlugin.esm.js +10 -0
  135. package/LexicalRichTextPlugin.js +1 -1
  136. package/LexicalRichTextPlugin.prod.esm.js +7 -0
  137. package/LexicalTabIndentationPlugin.dev.esm.js +76 -0
  138. package/LexicalTabIndentationPlugin.esm.js +11 -0
  139. package/LexicalTabIndentationPlugin.js +1 -1
  140. package/LexicalTabIndentationPlugin.prod.esm.js +7 -0
  141. package/LexicalTableOfContents.dev.esm.js +157 -0
  142. package/LexicalTableOfContents.esm.js +10 -0
  143. package/LexicalTableOfContents.js +1 -1
  144. package/LexicalTableOfContents.prod.esm.js +7 -0
  145. package/LexicalTablePlugin.dev.esm.js +163 -0
  146. package/LexicalTablePlugin.esm.js +10 -0
  147. package/LexicalTablePlugin.js +1 -1
  148. package/LexicalTablePlugin.prod.esm.js +7 -0
  149. package/LexicalTreeView.dev.esm.js +483 -0
  150. package/LexicalTreeView.dev.js +3 -1
  151. package/LexicalTreeView.esm.js +10 -0
  152. package/LexicalTreeView.js +1 -1
  153. package/LexicalTreeView.prod.esm.js +7 -0
  154. package/LexicalTypeaheadMenuPlugin.dev.esm.js +569 -0
  155. package/LexicalTypeaheadMenuPlugin.dev.js +3 -1
  156. package/LexicalTypeaheadMenuPlugin.esm.js +16 -0
  157. package/LexicalTypeaheadMenuPlugin.js +1 -1
  158. package/LexicalTypeaheadMenuPlugin.prod.esm.js +7 -0
  159. package/package.json +583 -20
  160. package/useLexicalEditable.dev.esm.js +82 -0
  161. package/useLexicalEditable.esm.js +10 -0
  162. package/useLexicalEditable.js +1 -1
  163. package/useLexicalEditable.prod.esm.js +7 -0
  164. package/useLexicalIsTextContentEmpty.dev.esm.js +51 -0
  165. package/useLexicalIsTextContentEmpty.esm.js +10 -0
  166. package/useLexicalIsTextContentEmpty.js +1 -1
  167. package/useLexicalIsTextContentEmpty.prod.esm.js +7 -0
  168. package/useLexicalNodeSelection.dev.esm.js +69 -0
  169. package/useLexicalNodeSelection.esm.js +10 -0
  170. package/useLexicalNodeSelection.js +1 -1
  171. package/useLexicalNodeSelection.prod.esm.js +7 -0
  172. package/useLexicalSubscription.dev.esm.js +63 -0
  173. package/useLexicalSubscription.esm.js +10 -0
  174. package/useLexicalSubscription.js +1 -1
  175. package/useLexicalSubscription.prod.esm.js +7 -0
  176. package/useLexicalTextEntity.dev.esm.js +26 -0
  177. package/useLexicalTextEntity.esm.js +10 -0
  178. package/useLexicalTextEntity.js +1 -1
  179. package/useLexicalTextEntity.prod.esm.js +7 -0
package/package.json CHANGED
@@ -8,29 +8,29 @@
8
8
  "rich-text"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.13.1",
11
+ "version": "0.14.0",
12
12
  "dependencies": {
13
- "@lexical/clipboard": "0.13.1",
14
- "@lexical/code": "0.13.1",
15
- "@lexical/dragon": "0.13.1",
16
- "@lexical/hashtag": "0.13.1",
17
- "@lexical/history": "0.13.1",
18
- "@lexical/link": "0.13.1",
19
- "@lexical/list": "0.13.1",
20
- "@lexical/mark": "0.13.1",
21
- "@lexical/markdown": "0.13.1",
22
- "@lexical/overflow": "0.13.1",
23
- "@lexical/plain-text": "0.13.1",
24
- "@lexical/rich-text": "0.13.1",
25
- "@lexical/selection": "0.13.1",
26
- "@lexical/table": "0.13.1",
27
- "@lexical/text": "0.13.1",
28
- "@lexical/utils": "0.13.1",
29
- "@lexical/yjs": "0.13.1",
13
+ "@lexical/clipboard": "0.14.0",
14
+ "@lexical/code": "0.14.0",
15
+ "@lexical/dragon": "0.14.0",
16
+ "@lexical/hashtag": "0.14.0",
17
+ "@lexical/history": "0.14.0",
18
+ "@lexical/link": "0.14.0",
19
+ "@lexical/list": "0.14.0",
20
+ "@lexical/mark": "0.14.0",
21
+ "@lexical/markdown": "0.14.0",
22
+ "@lexical/overflow": "0.14.0",
23
+ "@lexical/plain-text": "0.14.0",
24
+ "@lexical/rich-text": "0.14.0",
25
+ "@lexical/selection": "0.14.0",
26
+ "@lexical/table": "0.14.0",
27
+ "@lexical/text": "0.14.0",
28
+ "@lexical/utils": "0.14.0",
29
+ "@lexical/yjs": "0.14.0",
30
30
  "react-error-boundary": "^3.1.4"
31
31
  },
32
32
  "peerDependencies": {
33
- "lexical": "0.13.1",
33
+ "lexical": "0.14.0",
34
34
  "react": ">=17.x",
35
35
  "react-dom": ">=17.x"
36
36
  },
@@ -38,5 +38,568 @@
38
38
  "type": "git",
39
39
  "url": "https://github.com/facebook/lexical",
40
40
  "directory": "packages/lexical-react"
41
- }
41
+ },
42
+ "exports": {
43
+ "./LexicalAutoEmbedPlugin": {
44
+ "import": {
45
+ "default": "./LexicalAutoEmbedPlugin.esm.js",
46
+ "types": "./LexicalAutoEmbedPlugin.d.ts"
47
+ },
48
+ "require": "./LexicalAutoEmbedPlugin.js"
49
+ },
50
+ "./LexicalAutoEmbedPlugin.js": {
51
+ "import": {
52
+ "default": "./LexicalAutoEmbedPlugin.esm.js",
53
+ "types": "./LexicalAutoEmbedPlugin.d.ts"
54
+ },
55
+ "require": "./LexicalAutoEmbedPlugin.js"
56
+ },
57
+ "./LexicalAutoFocusPlugin": {
58
+ "import": {
59
+ "default": "./LexicalAutoFocusPlugin.esm.js",
60
+ "types": "./LexicalAutoFocusPlugin.d.ts"
61
+ },
62
+ "require": "./LexicalAutoFocusPlugin.js"
63
+ },
64
+ "./LexicalAutoFocusPlugin.js": {
65
+ "import": {
66
+ "default": "./LexicalAutoFocusPlugin.esm.js",
67
+ "types": "./LexicalAutoFocusPlugin.d.ts"
68
+ },
69
+ "require": "./LexicalAutoFocusPlugin.js"
70
+ },
71
+ "./LexicalAutoLinkPlugin": {
72
+ "import": {
73
+ "default": "./LexicalAutoLinkPlugin.esm.js",
74
+ "types": "./LexicalAutoLinkPlugin.d.ts"
75
+ },
76
+ "require": "./LexicalAutoLinkPlugin.js"
77
+ },
78
+ "./LexicalAutoLinkPlugin.js": {
79
+ "import": {
80
+ "default": "./LexicalAutoLinkPlugin.esm.js",
81
+ "types": "./LexicalAutoLinkPlugin.d.ts"
82
+ },
83
+ "require": "./LexicalAutoLinkPlugin.js"
84
+ },
85
+ "./LexicalBlockWithAlignableContents": {
86
+ "import": {
87
+ "default": "./LexicalBlockWithAlignableContents.esm.js",
88
+ "types": "./LexicalBlockWithAlignableContents.d.ts"
89
+ },
90
+ "require": "./LexicalBlockWithAlignableContents.js"
91
+ },
92
+ "./LexicalBlockWithAlignableContents.js": {
93
+ "import": {
94
+ "default": "./LexicalBlockWithAlignableContents.esm.js",
95
+ "types": "./LexicalBlockWithAlignableContents.d.ts"
96
+ },
97
+ "require": "./LexicalBlockWithAlignableContents.js"
98
+ },
99
+ "./LexicalCharacterLimitPlugin": {
100
+ "import": {
101
+ "default": "./LexicalCharacterLimitPlugin.esm.js",
102
+ "types": "./LexicalCharacterLimitPlugin.d.ts"
103
+ },
104
+ "require": "./LexicalCharacterLimitPlugin.js"
105
+ },
106
+ "./LexicalCharacterLimitPlugin.js": {
107
+ "import": {
108
+ "default": "./LexicalCharacterLimitPlugin.esm.js",
109
+ "types": "./LexicalCharacterLimitPlugin.d.ts"
110
+ },
111
+ "require": "./LexicalCharacterLimitPlugin.js"
112
+ },
113
+ "./LexicalCheckListPlugin": {
114
+ "import": {
115
+ "default": "./LexicalCheckListPlugin.esm.js",
116
+ "types": "./LexicalCheckListPlugin.d.ts"
117
+ },
118
+ "require": "./LexicalCheckListPlugin.js"
119
+ },
120
+ "./LexicalCheckListPlugin.js": {
121
+ "import": {
122
+ "default": "./LexicalCheckListPlugin.esm.js",
123
+ "types": "./LexicalCheckListPlugin.d.ts"
124
+ },
125
+ "require": "./LexicalCheckListPlugin.js"
126
+ },
127
+ "./LexicalClearEditorPlugin": {
128
+ "import": {
129
+ "default": "./LexicalClearEditorPlugin.esm.js",
130
+ "types": "./LexicalClearEditorPlugin.d.ts"
131
+ },
132
+ "require": "./LexicalClearEditorPlugin.js"
133
+ },
134
+ "./LexicalClearEditorPlugin.js": {
135
+ "import": {
136
+ "default": "./LexicalClearEditorPlugin.esm.js",
137
+ "types": "./LexicalClearEditorPlugin.d.ts"
138
+ },
139
+ "require": "./LexicalClearEditorPlugin.js"
140
+ },
141
+ "./LexicalClickableLinkPlugin": {
142
+ "import": {
143
+ "default": "./LexicalClickableLinkPlugin.esm.js",
144
+ "types": "./LexicalClickableLinkPlugin.d.ts"
145
+ },
146
+ "require": "./LexicalClickableLinkPlugin.js"
147
+ },
148
+ "./LexicalClickableLinkPlugin.js": {
149
+ "import": {
150
+ "default": "./LexicalClickableLinkPlugin.esm.js",
151
+ "types": "./LexicalClickableLinkPlugin.d.ts"
152
+ },
153
+ "require": "./LexicalClickableLinkPlugin.js"
154
+ },
155
+ "./LexicalCollaborationContext": {
156
+ "import": {
157
+ "default": "./LexicalCollaborationContext.esm.js",
158
+ "types": "./LexicalCollaborationContext.d.ts"
159
+ },
160
+ "require": "./LexicalCollaborationContext.js"
161
+ },
162
+ "./LexicalCollaborationContext.js": {
163
+ "import": {
164
+ "default": "./LexicalCollaborationContext.esm.js",
165
+ "types": "./LexicalCollaborationContext.d.ts"
166
+ },
167
+ "require": "./LexicalCollaborationContext.js"
168
+ },
169
+ "./LexicalCollaborationPlugin": {
170
+ "import": {
171
+ "default": "./LexicalCollaborationPlugin.esm.js",
172
+ "types": "./LexicalCollaborationPlugin.d.ts"
173
+ },
174
+ "require": "./LexicalCollaborationPlugin.js"
175
+ },
176
+ "./LexicalCollaborationPlugin.js": {
177
+ "import": {
178
+ "default": "./LexicalCollaborationPlugin.esm.js",
179
+ "types": "./LexicalCollaborationPlugin.d.ts"
180
+ },
181
+ "require": "./LexicalCollaborationPlugin.js"
182
+ },
183
+ "./LexicalComposer": {
184
+ "import": {
185
+ "default": "./LexicalComposer.esm.js",
186
+ "types": "./LexicalComposer.d.ts"
187
+ },
188
+ "require": "./LexicalComposer.js"
189
+ },
190
+ "./LexicalComposer.js": {
191
+ "import": {
192
+ "default": "./LexicalComposer.esm.js",
193
+ "types": "./LexicalComposer.d.ts"
194
+ },
195
+ "require": "./LexicalComposer.js"
196
+ },
197
+ "./LexicalComposerContext": {
198
+ "import": {
199
+ "default": "./LexicalComposerContext.esm.js",
200
+ "types": "./LexicalComposerContext.d.ts"
201
+ },
202
+ "require": "./LexicalComposerContext.js"
203
+ },
204
+ "./LexicalComposerContext.js": {
205
+ "import": {
206
+ "default": "./LexicalComposerContext.esm.js",
207
+ "types": "./LexicalComposerContext.d.ts"
208
+ },
209
+ "require": "./LexicalComposerContext.js"
210
+ },
211
+ "./LexicalContentEditable": {
212
+ "import": {
213
+ "default": "./LexicalContentEditable.esm.js",
214
+ "types": "./LexicalContentEditable.d.ts"
215
+ },
216
+ "require": "./LexicalContentEditable.js"
217
+ },
218
+ "./LexicalContentEditable.js": {
219
+ "import": {
220
+ "default": "./LexicalContentEditable.esm.js",
221
+ "types": "./LexicalContentEditable.d.ts"
222
+ },
223
+ "require": "./LexicalContentEditable.js"
224
+ },
225
+ "./LexicalContextMenuPlugin": {
226
+ "import": {
227
+ "default": "./LexicalContextMenuPlugin.esm.js",
228
+ "types": "./LexicalContextMenuPlugin.d.ts"
229
+ },
230
+ "require": "./LexicalContextMenuPlugin.js"
231
+ },
232
+ "./LexicalContextMenuPlugin.js": {
233
+ "import": {
234
+ "default": "./LexicalContextMenuPlugin.esm.js",
235
+ "types": "./LexicalContextMenuPlugin.d.ts"
236
+ },
237
+ "require": "./LexicalContextMenuPlugin.js"
238
+ },
239
+ "./LexicalDecoratorBlockNode": {
240
+ "import": {
241
+ "default": "./LexicalDecoratorBlockNode.esm.js",
242
+ "types": "./LexicalDecoratorBlockNode.d.ts"
243
+ },
244
+ "require": "./LexicalDecoratorBlockNode.js"
245
+ },
246
+ "./LexicalDecoratorBlockNode.js": {
247
+ "import": {
248
+ "default": "./LexicalDecoratorBlockNode.esm.js",
249
+ "types": "./LexicalDecoratorBlockNode.d.ts"
250
+ },
251
+ "require": "./LexicalDecoratorBlockNode.js"
252
+ },
253
+ "./LexicalEditorRefPlugin": {
254
+ "import": {
255
+ "default": "./LexicalEditorRefPlugin.esm.js",
256
+ "types": "./LexicalEditorRefPlugin.d.ts"
257
+ },
258
+ "require": "./LexicalEditorRefPlugin.js"
259
+ },
260
+ "./LexicalEditorRefPlugin.js": {
261
+ "import": {
262
+ "default": "./LexicalEditorRefPlugin.esm.js",
263
+ "types": "./LexicalEditorRefPlugin.d.ts"
264
+ },
265
+ "require": "./LexicalEditorRefPlugin.js"
266
+ },
267
+ "./LexicalErrorBoundary": {
268
+ "import": {
269
+ "default": "./LexicalErrorBoundary.esm.js",
270
+ "types": "./LexicalErrorBoundary.d.ts"
271
+ },
272
+ "require": "./LexicalErrorBoundary.js"
273
+ },
274
+ "./LexicalErrorBoundary.js": {
275
+ "import": {
276
+ "default": "./LexicalErrorBoundary.esm.js",
277
+ "types": "./LexicalErrorBoundary.d.ts"
278
+ },
279
+ "require": "./LexicalErrorBoundary.js"
280
+ },
281
+ "./LexicalHashtagPlugin": {
282
+ "import": {
283
+ "default": "./LexicalHashtagPlugin.esm.js",
284
+ "types": "./LexicalHashtagPlugin.d.ts"
285
+ },
286
+ "require": "./LexicalHashtagPlugin.js"
287
+ },
288
+ "./LexicalHashtagPlugin.js": {
289
+ "import": {
290
+ "default": "./LexicalHashtagPlugin.esm.js",
291
+ "types": "./LexicalHashtagPlugin.d.ts"
292
+ },
293
+ "require": "./LexicalHashtagPlugin.js"
294
+ },
295
+ "./LexicalHistoryPlugin": {
296
+ "import": {
297
+ "default": "./LexicalHistoryPlugin.esm.js",
298
+ "types": "./LexicalHistoryPlugin.d.ts"
299
+ },
300
+ "require": "./LexicalHistoryPlugin.js"
301
+ },
302
+ "./LexicalHistoryPlugin.js": {
303
+ "import": {
304
+ "default": "./LexicalHistoryPlugin.esm.js",
305
+ "types": "./LexicalHistoryPlugin.d.ts"
306
+ },
307
+ "require": "./LexicalHistoryPlugin.js"
308
+ },
309
+ "./LexicalHorizontalRuleNode": {
310
+ "import": {
311
+ "default": "./LexicalHorizontalRuleNode.esm.js",
312
+ "types": "./LexicalHorizontalRuleNode.d.ts"
313
+ },
314
+ "require": "./LexicalHorizontalRuleNode.js"
315
+ },
316
+ "./LexicalHorizontalRuleNode.js": {
317
+ "import": {
318
+ "default": "./LexicalHorizontalRuleNode.esm.js",
319
+ "types": "./LexicalHorizontalRuleNode.d.ts"
320
+ },
321
+ "require": "./LexicalHorizontalRuleNode.js"
322
+ },
323
+ "./LexicalHorizontalRulePlugin": {
324
+ "import": {
325
+ "default": "./LexicalHorizontalRulePlugin.esm.js",
326
+ "types": "./LexicalHorizontalRulePlugin.d.ts"
327
+ },
328
+ "require": "./LexicalHorizontalRulePlugin.js"
329
+ },
330
+ "./LexicalHorizontalRulePlugin.js": {
331
+ "import": {
332
+ "default": "./LexicalHorizontalRulePlugin.esm.js",
333
+ "types": "./LexicalHorizontalRulePlugin.d.ts"
334
+ },
335
+ "require": "./LexicalHorizontalRulePlugin.js"
336
+ },
337
+ "./LexicalLinkPlugin": {
338
+ "import": {
339
+ "default": "./LexicalLinkPlugin.esm.js",
340
+ "types": "./LexicalLinkPlugin.d.ts"
341
+ },
342
+ "require": "./LexicalLinkPlugin.js"
343
+ },
344
+ "./LexicalLinkPlugin.js": {
345
+ "import": {
346
+ "default": "./LexicalLinkPlugin.esm.js",
347
+ "types": "./LexicalLinkPlugin.d.ts"
348
+ },
349
+ "require": "./LexicalLinkPlugin.js"
350
+ },
351
+ "./LexicalListPlugin": {
352
+ "import": {
353
+ "default": "./LexicalListPlugin.esm.js",
354
+ "types": "./LexicalListPlugin.d.ts"
355
+ },
356
+ "require": "./LexicalListPlugin.js"
357
+ },
358
+ "./LexicalListPlugin.js": {
359
+ "import": {
360
+ "default": "./LexicalListPlugin.esm.js",
361
+ "types": "./LexicalListPlugin.d.ts"
362
+ },
363
+ "require": "./LexicalListPlugin.js"
364
+ },
365
+ "./LexicalMarkdownShortcutPlugin": {
366
+ "import": {
367
+ "default": "./LexicalMarkdownShortcutPlugin.esm.js",
368
+ "types": "./LexicalMarkdownShortcutPlugin.d.ts"
369
+ },
370
+ "require": "./LexicalMarkdownShortcutPlugin.js"
371
+ },
372
+ "./LexicalMarkdownShortcutPlugin.js": {
373
+ "import": {
374
+ "default": "./LexicalMarkdownShortcutPlugin.esm.js",
375
+ "types": "./LexicalMarkdownShortcutPlugin.d.ts"
376
+ },
377
+ "require": "./LexicalMarkdownShortcutPlugin.js"
378
+ },
379
+ "./LexicalNestedComposer": {
380
+ "import": {
381
+ "default": "./LexicalNestedComposer.esm.js",
382
+ "types": "./LexicalNestedComposer.d.ts"
383
+ },
384
+ "require": "./LexicalNestedComposer.js"
385
+ },
386
+ "./LexicalNestedComposer.js": {
387
+ "import": {
388
+ "default": "./LexicalNestedComposer.esm.js",
389
+ "types": "./LexicalNestedComposer.d.ts"
390
+ },
391
+ "require": "./LexicalNestedComposer.js"
392
+ },
393
+ "./LexicalNodeEventPlugin": {
394
+ "import": {
395
+ "default": "./LexicalNodeEventPlugin.esm.js",
396
+ "types": "./LexicalNodeEventPlugin.d.ts"
397
+ },
398
+ "require": "./LexicalNodeEventPlugin.js"
399
+ },
400
+ "./LexicalNodeEventPlugin.js": {
401
+ "import": {
402
+ "default": "./LexicalNodeEventPlugin.esm.js",
403
+ "types": "./LexicalNodeEventPlugin.d.ts"
404
+ },
405
+ "require": "./LexicalNodeEventPlugin.js"
406
+ },
407
+ "./LexicalNodeMenuPlugin": {
408
+ "import": {
409
+ "default": "./LexicalNodeMenuPlugin.esm.js",
410
+ "types": "./LexicalNodeMenuPlugin.d.ts"
411
+ },
412
+ "require": "./LexicalNodeMenuPlugin.js"
413
+ },
414
+ "./LexicalNodeMenuPlugin.js": {
415
+ "import": {
416
+ "default": "./LexicalNodeMenuPlugin.esm.js",
417
+ "types": "./LexicalNodeMenuPlugin.d.ts"
418
+ },
419
+ "require": "./LexicalNodeMenuPlugin.js"
420
+ },
421
+ "./LexicalOnChangePlugin": {
422
+ "import": {
423
+ "default": "./LexicalOnChangePlugin.esm.js",
424
+ "types": "./LexicalOnChangePlugin.d.ts"
425
+ },
426
+ "require": "./LexicalOnChangePlugin.js"
427
+ },
428
+ "./LexicalOnChangePlugin.js": {
429
+ "import": {
430
+ "default": "./LexicalOnChangePlugin.esm.js",
431
+ "types": "./LexicalOnChangePlugin.d.ts"
432
+ },
433
+ "require": "./LexicalOnChangePlugin.js"
434
+ },
435
+ "./LexicalPlainTextPlugin": {
436
+ "import": {
437
+ "default": "./LexicalPlainTextPlugin.esm.js",
438
+ "types": "./LexicalPlainTextPlugin.d.ts"
439
+ },
440
+ "require": "./LexicalPlainTextPlugin.js"
441
+ },
442
+ "./LexicalPlainTextPlugin.js": {
443
+ "import": {
444
+ "default": "./LexicalPlainTextPlugin.esm.js",
445
+ "types": "./LexicalPlainTextPlugin.d.ts"
446
+ },
447
+ "require": "./LexicalPlainTextPlugin.js"
448
+ },
449
+ "./LexicalRichTextPlugin": {
450
+ "import": {
451
+ "default": "./LexicalRichTextPlugin.esm.js",
452
+ "types": "./LexicalRichTextPlugin.d.ts"
453
+ },
454
+ "require": "./LexicalRichTextPlugin.js"
455
+ },
456
+ "./LexicalRichTextPlugin.js": {
457
+ "import": {
458
+ "default": "./LexicalRichTextPlugin.esm.js",
459
+ "types": "./LexicalRichTextPlugin.d.ts"
460
+ },
461
+ "require": "./LexicalRichTextPlugin.js"
462
+ },
463
+ "./LexicalTabIndentationPlugin": {
464
+ "import": {
465
+ "default": "./LexicalTabIndentationPlugin.esm.js",
466
+ "types": "./LexicalTabIndentationPlugin.d.ts"
467
+ },
468
+ "require": "./LexicalTabIndentationPlugin.js"
469
+ },
470
+ "./LexicalTabIndentationPlugin.js": {
471
+ "import": {
472
+ "default": "./LexicalTabIndentationPlugin.esm.js",
473
+ "types": "./LexicalTabIndentationPlugin.d.ts"
474
+ },
475
+ "require": "./LexicalTabIndentationPlugin.js"
476
+ },
477
+ "./LexicalTableOfContents": {
478
+ "import": {
479
+ "default": "./LexicalTableOfContents.esm.js",
480
+ "types": "./LexicalTableOfContents.d.ts"
481
+ },
482
+ "require": "./LexicalTableOfContents.js"
483
+ },
484
+ "./LexicalTableOfContents.js": {
485
+ "import": {
486
+ "default": "./LexicalTableOfContents.esm.js",
487
+ "types": "./LexicalTableOfContents.d.ts"
488
+ },
489
+ "require": "./LexicalTableOfContents.js"
490
+ },
491
+ "./LexicalTablePlugin": {
492
+ "import": {
493
+ "default": "./LexicalTablePlugin.esm.js",
494
+ "types": "./LexicalTablePlugin.d.ts"
495
+ },
496
+ "require": "./LexicalTablePlugin.js"
497
+ },
498
+ "./LexicalTablePlugin.js": {
499
+ "import": {
500
+ "default": "./LexicalTablePlugin.esm.js",
501
+ "types": "./LexicalTablePlugin.d.ts"
502
+ },
503
+ "require": "./LexicalTablePlugin.js"
504
+ },
505
+ "./LexicalTreeView": {
506
+ "import": {
507
+ "default": "./LexicalTreeView.esm.js",
508
+ "types": "./LexicalTreeView.d.ts"
509
+ },
510
+ "require": "./LexicalTreeView.js"
511
+ },
512
+ "./LexicalTreeView.js": {
513
+ "import": {
514
+ "default": "./LexicalTreeView.esm.js",
515
+ "types": "./LexicalTreeView.d.ts"
516
+ },
517
+ "require": "./LexicalTreeView.js"
518
+ },
519
+ "./LexicalTypeaheadMenuPlugin": {
520
+ "import": {
521
+ "default": "./LexicalTypeaheadMenuPlugin.esm.js",
522
+ "types": "./LexicalTypeaheadMenuPlugin.d.ts"
523
+ },
524
+ "require": "./LexicalTypeaheadMenuPlugin.js"
525
+ },
526
+ "./LexicalTypeaheadMenuPlugin.js": {
527
+ "import": {
528
+ "default": "./LexicalTypeaheadMenuPlugin.esm.js",
529
+ "types": "./LexicalTypeaheadMenuPlugin.d.ts"
530
+ },
531
+ "require": "./LexicalTypeaheadMenuPlugin.js"
532
+ },
533
+ "./useLexicalEditable": {
534
+ "import": {
535
+ "default": "./useLexicalEditable.esm.js",
536
+ "types": "./useLexicalEditable.d.ts"
537
+ },
538
+ "require": "./useLexicalEditable.js"
539
+ },
540
+ "./useLexicalEditable.js": {
541
+ "import": {
542
+ "default": "./useLexicalEditable.esm.js",
543
+ "types": "./useLexicalEditable.d.ts"
544
+ },
545
+ "require": "./useLexicalEditable.js"
546
+ },
547
+ "./useLexicalIsTextContentEmpty": {
548
+ "import": {
549
+ "default": "./useLexicalIsTextContentEmpty.esm.js",
550
+ "types": "./useLexicalIsTextContentEmpty.d.ts"
551
+ },
552
+ "require": "./useLexicalIsTextContentEmpty.js"
553
+ },
554
+ "./useLexicalIsTextContentEmpty.js": {
555
+ "import": {
556
+ "default": "./useLexicalIsTextContentEmpty.esm.js",
557
+ "types": "./useLexicalIsTextContentEmpty.d.ts"
558
+ },
559
+ "require": "./useLexicalIsTextContentEmpty.js"
560
+ },
561
+ "./useLexicalNodeSelection": {
562
+ "import": {
563
+ "default": "./useLexicalNodeSelection.esm.js",
564
+ "types": "./useLexicalNodeSelection.d.ts"
565
+ },
566
+ "require": "./useLexicalNodeSelection.js"
567
+ },
568
+ "./useLexicalNodeSelection.js": {
569
+ "import": {
570
+ "default": "./useLexicalNodeSelection.esm.js",
571
+ "types": "./useLexicalNodeSelection.d.ts"
572
+ },
573
+ "require": "./useLexicalNodeSelection.js"
574
+ },
575
+ "./useLexicalSubscription": {
576
+ "import": {
577
+ "default": "./useLexicalSubscription.esm.js",
578
+ "types": "./useLexicalSubscription.d.ts"
579
+ },
580
+ "require": "./useLexicalSubscription.js"
581
+ },
582
+ "./useLexicalSubscription.js": {
583
+ "import": {
584
+ "default": "./useLexicalSubscription.esm.js",
585
+ "types": "./useLexicalSubscription.d.ts"
586
+ },
587
+ "require": "./useLexicalSubscription.js"
588
+ },
589
+ "./useLexicalTextEntity": {
590
+ "import": {
591
+ "default": "./useLexicalTextEntity.esm.js",
592
+ "types": "./useLexicalTextEntity.d.ts"
593
+ },
594
+ "require": "./useLexicalTextEntity.js"
595
+ },
596
+ "./useLexicalTextEntity.js": {
597
+ "import": {
598
+ "default": "./useLexicalTextEntity.esm.js",
599
+ "types": "./useLexicalTextEntity.d.ts"
600
+ },
601
+ "require": "./useLexicalTextEntity.js"
602
+ }
603
+ },
604
+ "sideEffects": false
42
605
  }