@depup/lexical__react 0.41.0-depup.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 (471) hide show
  1. package/ExtensionComponent.d.ts +42 -0
  2. package/LICENSE +21 -0
  3. package/LexicalAutoEmbedPlugin.d.ts +39 -0
  4. package/LexicalAutoEmbedPlugin.dev.js +146 -0
  5. package/LexicalAutoEmbedPlugin.dev.mjs +141 -0
  6. package/LexicalAutoEmbedPlugin.js +11 -0
  7. package/LexicalAutoEmbedPlugin.js.flow +64 -0
  8. package/LexicalAutoEmbedPlugin.mjs +15 -0
  9. package/LexicalAutoEmbedPlugin.node.mjs +13 -0
  10. package/LexicalAutoEmbedPlugin.prod.js +9 -0
  11. package/LexicalAutoEmbedPlugin.prod.mjs +9 -0
  12. package/LexicalAutoFocusPlugin.d.ts +12 -0
  13. package/LexicalAutoFocusPlugin.dev.js +47 -0
  14. package/LexicalAutoFocusPlugin.dev.mjs +45 -0
  15. package/LexicalAutoFocusPlugin.js +11 -0
  16. package/LexicalAutoFocusPlugin.js.flow +14 -0
  17. package/LexicalAutoFocusPlugin.mjs +12 -0
  18. package/LexicalAutoFocusPlugin.node.mjs +10 -0
  19. package/LexicalAutoFocusPlugin.prod.js +9 -0
  20. package/LexicalAutoFocusPlugin.prod.mjs +9 -0
  21. package/LexicalAutoLinkPlugin.d.ts +16 -0
  22. package/LexicalAutoLinkPlugin.dev.js +56 -0
  23. package/LexicalAutoLinkPlugin.dev.mjs +54 -0
  24. package/LexicalAutoLinkPlugin.js +11 -0
  25. package/LexicalAutoLinkPlugin.js.flow +18 -0
  26. package/LexicalAutoLinkPlugin.mjs +13 -0
  27. package/LexicalAutoLinkPlugin.node.mjs +11 -0
  28. package/LexicalAutoLinkPlugin.prod.js +9 -0
  29. package/LexicalAutoLinkPlugin.prod.mjs +9 -0
  30. package/LexicalBlockWithAlignableContents.d.ts +21 -0
  31. package/LexicalBlockWithAlignableContents.dev.js +81 -0
  32. package/LexicalBlockWithAlignableContents.dev.mjs +79 -0
  33. package/LexicalBlockWithAlignableContents.js +11 -0
  34. package/LexicalBlockWithAlignableContents.js.flow +28 -0
  35. package/LexicalBlockWithAlignableContents.mjs +12 -0
  36. package/LexicalBlockWithAlignableContents.node.mjs +10 -0
  37. package/LexicalBlockWithAlignableContents.prod.js +9 -0
  38. package/LexicalBlockWithAlignableContents.prod.mjs +9 -0
  39. package/LexicalCharacterLimitPlugin.d.ts +15 -0
  40. package/LexicalCharacterLimitPlugin.dev.js +292 -0
  41. package/LexicalCharacterLimitPlugin.dev.mjs +290 -0
  42. package/LexicalCharacterLimitPlugin.js +11 -0
  43. package/LexicalCharacterLimitPlugin.js.flow +12 -0
  44. package/LexicalCharacterLimitPlugin.mjs +12 -0
  45. package/LexicalCharacterLimitPlugin.node.mjs +10 -0
  46. package/LexicalCharacterLimitPlugin.prod.js +9 -0
  47. package/LexicalCharacterLimitPlugin.prod.mjs +9 -0
  48. package/LexicalCheckListPlugin.d.ts +10 -0
  49. package/LexicalCheckListPlugin.dev.js +35 -0
  50. package/LexicalCheckListPlugin.dev.mjs +33 -0
  51. package/LexicalCheckListPlugin.js +11 -0
  52. package/LexicalCheckListPlugin.js.flow +12 -0
  53. package/LexicalCheckListPlugin.mjs +12 -0
  54. package/LexicalCheckListPlugin.node.mjs +10 -0
  55. package/LexicalCheckListPlugin.prod.js +9 -0
  56. package/LexicalCheckListPlugin.prod.mjs +9 -0
  57. package/LexicalClearEditorPlugin.d.ts +13 -0
  58. package/LexicalClearEditorPlugin.dev.js +55 -0
  59. package/LexicalClearEditorPlugin.dev.mjs +53 -0
  60. package/LexicalClearEditorPlugin.js +11 -0
  61. package/LexicalClearEditorPlugin.js.flow +14 -0
  62. package/LexicalClearEditorPlugin.mjs +12 -0
  63. package/LexicalClearEditorPlugin.node.mjs +10 -0
  64. package/LexicalClearEditorPlugin.prod.js +9 -0
  65. package/LexicalClearEditorPlugin.prod.mjs +9 -0
  66. package/LexicalClickableLinkPlugin.d.ts +11 -0
  67. package/LexicalClickableLinkPlugin.dev.js +38 -0
  68. package/LexicalClickableLinkPlugin.dev.mjs +36 -0
  69. package/LexicalClickableLinkPlugin.js +11 -0
  70. package/LexicalClickableLinkPlugin.js.flow +12 -0
  71. package/LexicalClickableLinkPlugin.mjs +12 -0
  72. package/LexicalClickableLinkPlugin.node.mjs +10 -0
  73. package/LexicalClickableLinkPlugin.prod.js +9 -0
  74. package/LexicalClickableLinkPlugin.prod.mjs +9 -0
  75. package/LexicalCollaborationContext.d.ts +19 -0
  76. package/LexicalCollaborationContext.dev.js +69 -0
  77. package/LexicalCollaborationContext.dev.mjs +65 -0
  78. package/LexicalCollaborationContext.js +11 -0
  79. package/LexicalCollaborationContext.js.flow +22 -0
  80. package/LexicalCollaborationContext.mjs +14 -0
  81. package/LexicalCollaborationContext.node.mjs +12 -0
  82. package/LexicalCollaborationContext.prod.js +9 -0
  83. package/LexicalCollaborationContext.prod.mjs +9 -0
  84. package/LexicalCollaborationPlugin.d.ts +39 -0
  85. package/LexicalCollaborationPlugin.dev.js +584 -0
  86. package/LexicalCollaborationPlugin.dev.mjs +569 -0
  87. package/LexicalCollaborationPlugin.js +11 -0
  88. package/LexicalCollaborationPlugin.js.flow +50 -0
  89. package/LexicalCollaborationPlugin.mjs +13 -0
  90. package/LexicalCollaborationPlugin.node.mjs +11 -0
  91. package/LexicalCollaborationPlugin.prod.js +9 -0
  92. package/LexicalCollaborationPlugin.prod.mjs +9 -0
  93. package/LexicalComposer.d.ts +25 -0
  94. package/LexicalComposer.dev.js +134 -0
  95. package/LexicalComposer.dev.mjs +132 -0
  96. package/LexicalComposer.js +11 -0
  97. package/LexicalComposer.js.flow +40 -0
  98. package/LexicalComposer.mjs +12 -0
  99. package/LexicalComposer.node.mjs +10 -0
  100. package/LexicalComposer.prod.js +9 -0
  101. package/LexicalComposer.prod.mjs +9 -0
  102. package/LexicalComposerContext.d.ts +18 -0
  103. package/LexicalComposerContext.dev.js +55 -0
  104. package/LexicalComposerContext.dev.mjs +51 -0
  105. package/LexicalComposerContext.js +11 -0
  106. package/LexicalComposerContext.js.flow +27 -0
  107. package/LexicalComposerContext.mjs +14 -0
  108. package/LexicalComposerContext.node.mjs +12 -0
  109. package/LexicalComposerContext.prod.js +9 -0
  110. package/LexicalComposerContext.prod.mjs +9 -0
  111. package/LexicalContentEditable.d.ts +26 -0
  112. package/LexicalContentEditable.dev.js +242 -0
  113. package/LexicalContentEditable.dev.mjs +239 -0
  114. package/LexicalContentEditable.js +11 -0
  115. package/LexicalContentEditable.js.flow +80 -0
  116. package/LexicalContentEditable.mjs +13 -0
  117. package/LexicalContentEditable.node.mjs +11 -0
  118. package/LexicalContentEditable.prod.js +9 -0
  119. package/LexicalContentEditable.prod.mjs +9 -0
  120. package/LexicalContextMenuPlugin.d.ts +42 -0
  121. package/LexicalContextMenuPlugin.dev.js +526 -0
  122. package/LexicalContextMenuPlugin.dev.mjs +511 -0
  123. package/LexicalContextMenuPlugin.js +11 -0
  124. package/LexicalContextMenuPlugin.js.flow +13 -0
  125. package/LexicalContextMenuPlugin.mjs +13 -0
  126. package/LexicalContextMenuPlugin.node.mjs +11 -0
  127. package/LexicalContextMenuPlugin.prod.js +9 -0
  128. package/LexicalContextMenuPlugin.prod.mjs +9 -0
  129. package/LexicalDecoratorBlockNode.d.ts +25 -0
  130. package/LexicalDecoratorBlockNode.dev.js +59 -0
  131. package/LexicalDecoratorBlockNode.dev.mjs +56 -0
  132. package/LexicalDecoratorBlockNode.js +11 -0
  133. package/LexicalDecoratorBlockNode.js.flow +35 -0
  134. package/LexicalDecoratorBlockNode.mjs +13 -0
  135. package/LexicalDecoratorBlockNode.node.mjs +11 -0
  136. package/LexicalDecoratorBlockNode.prod.js +9 -0
  137. package/LexicalDecoratorBlockNode.prod.mjs +9 -0
  138. package/LexicalDraggableBlockPlugin.d.ts +18 -0
  139. package/LexicalDraggableBlockPlugin.dev.js +655 -0
  140. package/LexicalDraggableBlockPlugin.dev.mjs +653 -0
  141. package/LexicalDraggableBlockPlugin.js +11 -0
  142. package/LexicalDraggableBlockPlugin.js.flow +24 -0
  143. package/LexicalDraggableBlockPlugin.mjs +12 -0
  144. package/LexicalDraggableBlockPlugin.node.mjs +10 -0
  145. package/LexicalDraggableBlockPlugin.prod.js +9 -0
  146. package/LexicalDraggableBlockPlugin.prod.mjs +9 -0
  147. package/LexicalEditorRefPlugin.d.ts +20 -0
  148. package/LexicalEditorRefPlugin.dev.js +58 -0
  149. package/LexicalEditorRefPlugin.dev.mjs +43 -0
  150. package/LexicalEditorRefPlugin.js +11 -0
  151. package/LexicalEditorRefPlugin.js.flow +19 -0
  152. package/LexicalEditorRefPlugin.mjs +12 -0
  153. package/LexicalEditorRefPlugin.node.mjs +10 -0
  154. package/LexicalEditorRefPlugin.prod.js +9 -0
  155. package/LexicalEditorRefPlugin.prod.mjs +9 -0
  156. package/LexicalErrorBoundary.d.ts +13 -0
  157. package/LexicalErrorBoundary.dev.js +40 -0
  158. package/LexicalErrorBoundary.dev.mjs +38 -0
  159. package/LexicalErrorBoundary.js +11 -0
  160. package/LexicalErrorBoundary.js.flow +17 -0
  161. package/LexicalErrorBoundary.mjs +12 -0
  162. package/LexicalErrorBoundary.node.mjs +10 -0
  163. package/LexicalErrorBoundary.prod.js +9 -0
  164. package/LexicalErrorBoundary.prod.mjs +9 -0
  165. package/LexicalExtensionComponent.dev.js +53 -0
  166. package/LexicalExtensionComponent.dev.mjs +51 -0
  167. package/LexicalExtensionComponent.js +11 -0
  168. package/LexicalExtensionComponent.js.flow +12 -0
  169. package/LexicalExtensionComponent.mjs +12 -0
  170. package/LexicalExtensionComponent.node.mjs +10 -0
  171. package/LexicalExtensionComponent.prod.js +9 -0
  172. package/LexicalExtensionComponent.prod.mjs +9 -0
  173. package/LexicalExtensionComposer.d.ts +69 -0
  174. package/LexicalExtensionComposer.dev.js +105 -0
  175. package/LexicalExtensionComposer.dev.mjs +103 -0
  176. package/LexicalExtensionComposer.js +11 -0
  177. package/LexicalExtensionComposer.js.flow +20 -0
  178. package/LexicalExtensionComposer.mjs +12 -0
  179. package/LexicalExtensionComposer.node.mjs +10 -0
  180. package/LexicalExtensionComposer.prod.js +9 -0
  181. package/LexicalExtensionComposer.prod.mjs +9 -0
  182. package/LexicalHashtagPlugin.d.ts +9 -0
  183. package/LexicalHashtagPlugin.dev.js +34 -0
  184. package/LexicalHashtagPlugin.dev.mjs +32 -0
  185. package/LexicalHashtagPlugin.js +11 -0
  186. package/LexicalHashtagPlugin.js.flow +10 -0
  187. package/LexicalHashtagPlugin.mjs +12 -0
  188. package/LexicalHashtagPlugin.node.mjs +10 -0
  189. package/LexicalHashtagPlugin.prod.js +9 -0
  190. package/LexicalHashtagPlugin.prod.mjs +9 -0
  191. package/LexicalHistoryPlugin.d.ts +14 -0
  192. package/LexicalHistoryPlugin.dev.js +48 -0
  193. package/LexicalHistoryPlugin.dev.mjs +46 -0
  194. package/LexicalHistoryPlugin.js +11 -0
  195. package/LexicalHistoryPlugin.js.flow +28 -0
  196. package/LexicalHistoryPlugin.mjs +13 -0
  197. package/LexicalHistoryPlugin.node.mjs +11 -0
  198. package/LexicalHistoryPlugin.prod.js +9 -0
  199. package/LexicalHistoryPlugin.prod.mjs +9 -0
  200. package/LexicalHorizontalRuleNode.d.ts +25 -0
  201. package/LexicalHorizontalRuleNode.dev.js +102 -0
  202. package/LexicalHorizontalRuleNode.dev.mjs +98 -0
  203. package/LexicalHorizontalRuleNode.js +11 -0
  204. package/LexicalHorizontalRuleNode.js.flow +27 -0
  205. package/LexicalHorizontalRuleNode.mjs +15 -0
  206. package/LexicalHorizontalRuleNode.node.mjs +13 -0
  207. package/LexicalHorizontalRuleNode.prod.js +9 -0
  208. package/LexicalHorizontalRuleNode.prod.mjs +9 -0
  209. package/LexicalHorizontalRulePlugin.d.ts +8 -0
  210. package/LexicalHorizontalRulePlugin.dev.js +44 -0
  211. package/LexicalHorizontalRulePlugin.dev.mjs +42 -0
  212. package/LexicalHorizontalRulePlugin.js +11 -0
  213. package/LexicalHorizontalRulePlugin.js.flow +12 -0
  214. package/LexicalHorizontalRulePlugin.mjs +12 -0
  215. package/LexicalHorizontalRulePlugin.node.mjs +10 -0
  216. package/LexicalHorizontalRulePlugin.prod.js +9 -0
  217. package/LexicalHorizontalRulePlugin.prod.mjs +9 -0
  218. package/LexicalLinkPlugin.d.ts +14 -0
  219. package/LexicalLinkPlugin.dev.js +43 -0
  220. package/LexicalLinkPlugin.dev.mjs +41 -0
  221. package/LexicalLinkPlugin.js +11 -0
  222. package/LexicalLinkPlugin.js.flow +21 -0
  223. package/LexicalLinkPlugin.mjs +12 -0
  224. package/LexicalLinkPlugin.node.mjs +10 -0
  225. package/LexicalLinkPlugin.prod.js +9 -0
  226. package/LexicalLinkPlugin.prod.mjs +9 -0
  227. package/LexicalListPlugin.d.ts +20 -0
  228. package/LexicalListPlugin.dev.js +57 -0
  229. package/LexicalListPlugin.dev.mjs +55 -0
  230. package/LexicalListPlugin.js +11 -0
  231. package/LexicalListPlugin.js.flow +15 -0
  232. package/LexicalListPlugin.mjs +12 -0
  233. package/LexicalListPlugin.node.mjs +10 -0
  234. package/LexicalListPlugin.prod.js +9 -0
  235. package/LexicalListPlugin.prod.mjs +9 -0
  236. package/LexicalMarkdownShortcutPlugin.d.ts +12 -0
  237. package/LexicalMarkdownShortcutPlugin.dev.js +55 -0
  238. package/LexicalMarkdownShortcutPlugin.dev.mjs +52 -0
  239. package/LexicalMarkdownShortcutPlugin.js +11 -0
  240. package/LexicalMarkdownShortcutPlugin.js.flow +16 -0
  241. package/LexicalMarkdownShortcutPlugin.mjs +13 -0
  242. package/LexicalMarkdownShortcutPlugin.node.mjs +11 -0
  243. package/LexicalMarkdownShortcutPlugin.prod.js +9 -0
  244. package/LexicalMarkdownShortcutPlugin.prod.mjs +9 -0
  245. package/LexicalNestedComposer.d.ts +57 -0
  246. package/LexicalNestedComposer.dev.js +161 -0
  247. package/LexicalNestedComposer.dev.mjs +159 -0
  248. package/LexicalNestedComposer.js +11 -0
  249. package/LexicalNestedComposer.js.flow +26 -0
  250. package/LexicalNestedComposer.mjs +12 -0
  251. package/LexicalNestedComposer.node.mjs +10 -0
  252. package/LexicalNestedComposer.prod.js +9 -0
  253. package/LexicalNestedComposer.prod.mjs +9 -0
  254. package/LexicalNodeContextMenuPlugin.d.ts +46 -0
  255. package/LexicalNodeContextMenuPlugin.dev.js +257 -0
  256. package/LexicalNodeContextMenuPlugin.dev.mjs +253 -0
  257. package/LexicalNodeContextMenuPlugin.js +11 -0
  258. package/LexicalNodeContextMenuPlugin.js.flow +12 -0
  259. package/LexicalNodeContextMenuPlugin.mjs +14 -0
  260. package/LexicalNodeContextMenuPlugin.node.mjs +12 -0
  261. package/LexicalNodeContextMenuPlugin.prod.js +9 -0
  262. package/LexicalNodeContextMenuPlugin.prod.mjs +9 -0
  263. package/LexicalNodeEventPlugin.d.ts +13 -0
  264. package/LexicalNodeEventPlugin.dev.js +61 -0
  265. package/LexicalNodeEventPlugin.dev.mjs +59 -0
  266. package/LexicalNodeEventPlugin.js +11 -0
  267. package/LexicalNodeEventPlugin.js.flow +20 -0
  268. package/LexicalNodeEventPlugin.mjs +12 -0
  269. package/LexicalNodeEventPlugin.node.mjs +10 -0
  270. package/LexicalNodeEventPlugin.prod.js +9 -0
  271. package/LexicalNodeEventPlugin.prod.mjs +9 -0
  272. package/LexicalNodeMenuPlugin.d.ts +24 -0
  273. package/LexicalNodeMenuPlugin.dev.js +527 -0
  274. package/LexicalNodeMenuPlugin.dev.mjs +524 -0
  275. package/LexicalNodeMenuPlugin.js +11 -0
  276. package/LexicalNodeMenuPlugin.js.flow +64 -0
  277. package/LexicalNodeMenuPlugin.mjs +13 -0
  278. package/LexicalNodeMenuPlugin.node.mjs +11 -0
  279. package/LexicalNodeMenuPlugin.prod.js +9 -0
  280. package/LexicalNodeMenuPlugin.prod.mjs +9 -0
  281. package/LexicalOnChangePlugin.d.ts +13 -0
  282. package/LexicalOnChangePlugin.dev.js +72 -0
  283. package/LexicalOnChangePlugin.dev.mjs +70 -0
  284. package/LexicalOnChangePlugin.js +11 -0
  285. package/LexicalOnChangePlugin.js.flow +16 -0
  286. package/LexicalOnChangePlugin.mjs +12 -0
  287. package/LexicalOnChangePlugin.node.mjs +10 -0
  288. package/LexicalOnChangePlugin.prod.js +9 -0
  289. package/LexicalOnChangePlugin.prod.mjs +9 -0
  290. package/LexicalPlainTextPlugin.d.ts +14 -0
  291. package/LexicalPlainTextPlugin.dev.js +235 -0
  292. package/LexicalPlainTextPlugin.dev.mjs +233 -0
  293. package/LexicalPlainTextPlugin.js +11 -0
  294. package/LexicalPlainTextPlugin.js.flow +29 -0
  295. package/LexicalPlainTextPlugin.mjs +12 -0
  296. package/LexicalPlainTextPlugin.node.mjs +10 -0
  297. package/LexicalPlainTextPlugin.prod.js +9 -0
  298. package/LexicalPlainTextPlugin.prod.mjs +9 -0
  299. package/LexicalReactExtension.dev.js +187 -0
  300. package/LexicalReactExtension.dev.mjs +184 -0
  301. package/LexicalReactExtension.js +11 -0
  302. package/LexicalReactExtension.js.flow +68 -0
  303. package/LexicalReactExtension.mjs +13 -0
  304. package/LexicalReactExtension.node.mjs +11 -0
  305. package/LexicalReactExtension.prod.js +9 -0
  306. package/LexicalReactExtension.prod.mjs +9 -0
  307. package/LexicalReactPluginHostExtension.dev.js +189 -0
  308. package/LexicalReactPluginHostExtension.dev.mjs +181 -0
  309. package/LexicalReactPluginHostExtension.js +11 -0
  310. package/LexicalReactPluginHostExtension.js.flow +84 -0
  311. package/LexicalReactPluginHostExtension.mjs +18 -0
  312. package/LexicalReactPluginHostExtension.node.mjs +16 -0
  313. package/LexicalReactPluginHostExtension.prod.js +9 -0
  314. package/LexicalReactPluginHostExtension.prod.mjs +9 -0
  315. package/LexicalReactProviderExtension.dev.js +33 -0
  316. package/LexicalReactProviderExtension.dev.mjs +31 -0
  317. package/LexicalReactProviderExtension.js +11 -0
  318. package/LexicalReactProviderExtension.js.flow +12 -0
  319. package/LexicalReactProviderExtension.mjs +12 -0
  320. package/LexicalReactProviderExtension.node.mjs +10 -0
  321. package/LexicalReactProviderExtension.prod.js +9 -0
  322. package/LexicalReactProviderExtension.prod.mjs +9 -0
  323. package/LexicalRichTextPlugin.d.ts +14 -0
  324. package/LexicalRichTextPlugin.dev.js +235 -0
  325. package/LexicalRichTextPlugin.dev.mjs +233 -0
  326. package/LexicalRichTextPlugin.js +11 -0
  327. package/LexicalRichTextPlugin.js.flow +29 -0
  328. package/LexicalRichTextPlugin.mjs +12 -0
  329. package/LexicalRichTextPlugin.node.mjs +10 -0
  330. package/LexicalRichTextPlugin.prod.js +9 -0
  331. package/LexicalRichTextPlugin.prod.mjs +9 -0
  332. package/LexicalSelectionAlwaysOnDisplay.d.ts +12 -0
  333. package/LexicalSelectionAlwaysOnDisplay.dev.js +33 -0
  334. package/LexicalSelectionAlwaysOnDisplay.dev.mjs +31 -0
  335. package/LexicalSelectionAlwaysOnDisplay.js +11 -0
  336. package/LexicalSelectionAlwaysOnDisplay.js.flow +15 -0
  337. package/LexicalSelectionAlwaysOnDisplay.mjs +12 -0
  338. package/LexicalSelectionAlwaysOnDisplay.node.mjs +10 -0
  339. package/LexicalSelectionAlwaysOnDisplay.prod.js +9 -0
  340. package/LexicalSelectionAlwaysOnDisplay.prod.mjs +9 -0
  341. package/LexicalTabIndentationPlugin.d.ts +22 -0
  342. package/LexicalTabIndentationPlugin.dev.js +41 -0
  343. package/LexicalTabIndentationPlugin.dev.mjs +39 -0
  344. package/LexicalTabIndentationPlugin.js +11 -0
  345. package/LexicalTabIndentationPlugin.js.flow +21 -0
  346. package/LexicalTabIndentationPlugin.mjs +13 -0
  347. package/LexicalTabIndentationPlugin.node.mjs +11 -0
  348. package/LexicalTabIndentationPlugin.prod.js +9 -0
  349. package/LexicalTabIndentationPlugin.prod.mjs +9 -0
  350. package/LexicalTableOfContentsPlugin.d.ts +20 -0
  351. package/LexicalTableOfContentsPlugin.dev.js +209 -0
  352. package/LexicalTableOfContentsPlugin.dev.mjs +207 -0
  353. package/LexicalTableOfContentsPlugin.js +11 -0
  354. package/LexicalTableOfContentsPlugin.js.flow +18 -0
  355. package/LexicalTableOfContentsPlugin.mjs +12 -0
  356. package/LexicalTableOfContentsPlugin.node.mjs +10 -0
  357. package/LexicalTableOfContentsPlugin.prod.js +9 -0
  358. package/LexicalTableOfContentsPlugin.prod.mjs +9 -0
  359. package/LexicalTablePlugin.d.ts +46 -0
  360. package/LexicalTablePlugin.dev.js +84 -0
  361. package/LexicalTablePlugin.dev.mjs +82 -0
  362. package/LexicalTablePlugin.js +11 -0
  363. package/LexicalTablePlugin.js.flow +15 -0
  364. package/LexicalTablePlugin.mjs +12 -0
  365. package/LexicalTablePlugin.node.mjs +10 -0
  366. package/LexicalTablePlugin.prod.js +9 -0
  367. package/LexicalTablePlugin.prod.mjs +9 -0
  368. package/LexicalTreeView.d.ts +37 -0
  369. package/LexicalTreeView.dev.js +105 -0
  370. package/LexicalTreeView.dev.mjs +91 -0
  371. package/LexicalTreeView.js +11 -0
  372. package/LexicalTreeView.js.flow +21 -0
  373. package/LexicalTreeView.mjs +12 -0
  374. package/LexicalTreeView.node.mjs +10 -0
  375. package/LexicalTreeView.prod.js +9 -0
  376. package/LexicalTreeView.prod.mjs +9 -0
  377. package/LexicalTreeViewExtension.dev.js +57 -0
  378. package/LexicalTreeViewExtension.dev.mjs +54 -0
  379. package/LexicalTreeViewExtension.js +11 -0
  380. package/LexicalTreeViewExtension.js.flow +12 -0
  381. package/LexicalTreeViewExtension.mjs +13 -0
  382. package/LexicalTreeViewExtension.node.mjs +11 -0
  383. package/LexicalTreeViewExtension.prod.js +9 -0
  384. package/LexicalTreeViewExtension.prod.mjs +9 -0
  385. package/LexicalTypeaheadMenuPlugin.d.ts +40 -0
  386. package/LexicalTypeaheadMenuPlugin.dev.js +654 -0
  387. package/LexicalTypeaheadMenuPlugin.dev.mjs +646 -0
  388. package/LexicalTypeaheadMenuPlugin.js +11 -0
  389. package/LexicalTypeaheadMenuPlugin.js.flow +83 -0
  390. package/LexicalTypeaheadMenuPlugin.mjs +18 -0
  391. package/LexicalTypeaheadMenuPlugin.node.mjs +16 -0
  392. package/LexicalTypeaheadMenuPlugin.prod.js +9 -0
  393. package/LexicalTypeaheadMenuPlugin.prod.mjs +9 -0
  394. package/README.md +32 -0
  395. package/ReactExtension.d.ts +41 -0
  396. package/ReactPluginHostExtension.d.ts +56 -0
  397. package/ReactProviderExtension.d.ts +9 -0
  398. package/TreeViewExtension.d.ts +18 -0
  399. package/changes.json +14 -0
  400. package/package.json +1572 -0
  401. package/shared/LegacyDecorators.d.ts +23 -0
  402. package/shared/LexicalContentEditableElement.d.ts +43 -0
  403. package/shared/LexicalMenu.d.ts +52 -0
  404. package/shared/buildEditorComponent.d.ts +11 -0
  405. package/shared/mergeRefs.d.ts +9 -0
  406. package/shared/point.d.ts +21 -0
  407. package/shared/rect.d.ts +45 -0
  408. package/shared/types.d.ts +89 -0
  409. package/shared/useCanShowPlaceholder.d.ts +9 -0
  410. package/shared/useCharacterLimit.d.ts +16 -0
  411. package/shared/useDecorators.d.ts +17 -0
  412. package/shared/useHistory.d.ts +10 -0
  413. package/shared/useList.d.ts +9 -0
  414. package/shared/usePlainTextSetup.d.ts +9 -0
  415. package/shared/useReactDecorators.d.ts +12 -0
  416. package/shared/useRichTextSetup.d.ts +9 -0
  417. package/shared/useYjsCollaboration.d.ts +25 -0
  418. package/useExtensionComponent.d.ts +10 -0
  419. package/useLexicalEditable.d.ts +16 -0
  420. package/useLexicalEditable.dev.js +102 -0
  421. package/useLexicalEditable.dev.mjs +100 -0
  422. package/useLexicalEditable.js +11 -0
  423. package/useLexicalEditable.js.flow +12 -0
  424. package/useLexicalEditable.mjs +12 -0
  425. package/useLexicalEditable.node.mjs +10 -0
  426. package/useLexicalEditable.prod.js +9 -0
  427. package/useLexicalEditable.prod.mjs +9 -0
  428. package/useLexicalExtensionComponent.dev.js +37 -0
  429. package/useLexicalExtensionComponent.dev.mjs +34 -0
  430. package/useLexicalExtensionComponent.js +11 -0
  431. package/useLexicalExtensionComponent.js.flow +12 -0
  432. package/useLexicalExtensionComponent.mjs +13 -0
  433. package/useLexicalExtensionComponent.node.mjs +11 -0
  434. package/useLexicalExtensionComponent.prod.js +9 -0
  435. package/useLexicalExtensionComponent.prod.mjs +9 -0
  436. package/useLexicalIsTextContentEmpty.d.ts +9 -0
  437. package/useLexicalIsTextContentEmpty.dev.js +60 -0
  438. package/useLexicalIsTextContentEmpty.dev.mjs +58 -0
  439. package/useLexicalIsTextContentEmpty.js +11 -0
  440. package/useLexicalIsTextContentEmpty.js.flow +15 -0
  441. package/useLexicalIsTextContentEmpty.mjs +12 -0
  442. package/useLexicalIsTextContentEmpty.node.mjs +10 -0
  443. package/useLexicalIsTextContentEmpty.prod.js +9 -0
  444. package/useLexicalIsTextContentEmpty.prod.mjs +9 -0
  445. package/useLexicalNodeSelection.d.ts +24 -0
  446. package/useLexicalNodeSelection.dev.js +102 -0
  447. package/useLexicalNodeSelection.dev.mjs +100 -0
  448. package/useLexicalNodeSelection.js +11 -0
  449. package/useLexicalNodeSelection.js.flow +14 -0
  450. package/useLexicalNodeSelection.mjs +12 -0
  451. package/useLexicalNodeSelection.node.mjs +10 -0
  452. package/useLexicalNodeSelection.prod.js +9 -0
  453. package/useLexicalNodeSelection.prod.mjs +9 -0
  454. package/useLexicalSubscription.d.ts +17 -0
  455. package/useLexicalSubscription.dev.js +73 -0
  456. package/useLexicalSubscription.dev.mjs +71 -0
  457. package/useLexicalSubscription.js +11 -0
  458. package/useLexicalSubscription.js.flow +19 -0
  459. package/useLexicalSubscription.mjs +12 -0
  460. package/useLexicalSubscription.node.mjs +10 -0
  461. package/useLexicalSubscription.prod.js +9 -0
  462. package/useLexicalSubscription.prod.mjs +9 -0
  463. package/useLexicalTextEntity.d.ts +10 -0
  464. package/useLexicalTextEntity.dev.js +31 -0
  465. package/useLexicalTextEntity.dev.mjs +29 -0
  466. package/useLexicalTextEntity.js +11 -0
  467. package/useLexicalTextEntity.js.flow +18 -0
  468. package/useLexicalTextEntity.mjs +12 -0
  469. package/useLexicalTextEntity.node.mjs +10 -0
  470. package/useLexicalTextEntity.prod.js +9 -0
  471. package/useLexicalTextEntity.prod.mjs +9 -0
package/package.json ADDED
@@ -0,0 +1,1572 @@
1
+ {
2
+ "name": "@depup/lexical__react",
3
+ "description": "This package provides Lexical components and hooks for React applications. (with updated dependencies)",
4
+ "keywords": [
5
+ "@lexical/react",
6
+ "depup",
7
+ "updated-dependencies",
8
+ "security",
9
+ "latest",
10
+ "patched",
11
+ "react",
12
+ "lexical",
13
+ "editor",
14
+ "rich-text"
15
+ ],
16
+ "license": "MIT",
17
+ "version": "0.41.0-depup.0",
18
+ "dependencies": {
19
+ "@floating-ui/react": "^0.27.19",
20
+ "@lexical/devtools-core": "0.41.0",
21
+ "@lexical/dragon": "0.41.0",
22
+ "@lexical/extension": "0.41.0",
23
+ "@lexical/hashtag": "0.41.0",
24
+ "@lexical/history": "0.41.0",
25
+ "@lexical/link": "0.41.0",
26
+ "@lexical/list": "0.41.0",
27
+ "@lexical/mark": "0.41.0",
28
+ "@lexical/markdown": "0.41.0",
29
+ "@lexical/overflow": "0.41.0",
30
+ "@lexical/plain-text": "0.41.0",
31
+ "@lexical/rich-text": "0.41.0",
32
+ "@lexical/table": "0.41.0",
33
+ "@lexical/text": "0.41.0",
34
+ "@lexical/utils": "0.41.0",
35
+ "@lexical/yjs": "0.41.0",
36
+ "lexical": "0.41.0",
37
+ "react-error-boundary": "^6.1.1"
38
+ },
39
+ "peerDependencies": {
40
+ "react": ">=17.x",
41
+ "react-dom": ">=17.x"
42
+ },
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "git+https://github.com/facebook/lexical.git",
46
+ "directory": "packages/lexical-react"
47
+ },
48
+ "exports": {
49
+ "./ExtensionComponent": {
50
+ "import": {
51
+ "types": "./ExtensionComponent.d.ts",
52
+ "development": "./LexicalExtensionComponent.dev.mjs",
53
+ "production": "./LexicalExtensionComponent.prod.mjs",
54
+ "node": "./LexicalExtensionComponent.node.mjs",
55
+ "default": "./LexicalExtensionComponent.mjs"
56
+ },
57
+ "require": {
58
+ "types": "./ExtensionComponent.d.ts",
59
+ "development": "./LexicalExtensionComponent.dev.js",
60
+ "production": "./LexicalExtensionComponent.prod.js",
61
+ "default": "./LexicalExtensionComponent.js"
62
+ }
63
+ },
64
+ "./ExtensionComponent.js": {
65
+ "import": {
66
+ "types": "./ExtensionComponent.d.ts",
67
+ "development": "./LexicalExtensionComponent.dev.mjs",
68
+ "production": "./LexicalExtensionComponent.prod.mjs",
69
+ "node": "./LexicalExtensionComponent.node.mjs",
70
+ "default": "./LexicalExtensionComponent.mjs"
71
+ },
72
+ "require": {
73
+ "types": "./ExtensionComponent.d.ts",
74
+ "development": "./LexicalExtensionComponent.dev.js",
75
+ "production": "./LexicalExtensionComponent.prod.js",
76
+ "default": "./LexicalExtensionComponent.js"
77
+ }
78
+ },
79
+ "./LexicalAutoEmbedPlugin": {
80
+ "import": {
81
+ "types": "./LexicalAutoEmbedPlugin.d.ts",
82
+ "development": "./LexicalAutoEmbedPlugin.dev.mjs",
83
+ "production": "./LexicalAutoEmbedPlugin.prod.mjs",
84
+ "node": "./LexicalAutoEmbedPlugin.node.mjs",
85
+ "default": "./LexicalAutoEmbedPlugin.mjs"
86
+ },
87
+ "require": {
88
+ "types": "./LexicalAutoEmbedPlugin.d.ts",
89
+ "development": "./LexicalAutoEmbedPlugin.dev.js",
90
+ "production": "./LexicalAutoEmbedPlugin.prod.js",
91
+ "default": "./LexicalAutoEmbedPlugin.js"
92
+ }
93
+ },
94
+ "./LexicalAutoEmbedPlugin.js": {
95
+ "import": {
96
+ "types": "./LexicalAutoEmbedPlugin.d.ts",
97
+ "development": "./LexicalAutoEmbedPlugin.dev.mjs",
98
+ "production": "./LexicalAutoEmbedPlugin.prod.mjs",
99
+ "node": "./LexicalAutoEmbedPlugin.node.mjs",
100
+ "default": "./LexicalAutoEmbedPlugin.mjs"
101
+ },
102
+ "require": {
103
+ "types": "./LexicalAutoEmbedPlugin.d.ts",
104
+ "development": "./LexicalAutoEmbedPlugin.dev.js",
105
+ "production": "./LexicalAutoEmbedPlugin.prod.js",
106
+ "default": "./LexicalAutoEmbedPlugin.js"
107
+ }
108
+ },
109
+ "./LexicalAutoFocusPlugin": {
110
+ "import": {
111
+ "types": "./LexicalAutoFocusPlugin.d.ts",
112
+ "development": "./LexicalAutoFocusPlugin.dev.mjs",
113
+ "production": "./LexicalAutoFocusPlugin.prod.mjs",
114
+ "node": "./LexicalAutoFocusPlugin.node.mjs",
115
+ "default": "./LexicalAutoFocusPlugin.mjs"
116
+ },
117
+ "require": {
118
+ "types": "./LexicalAutoFocusPlugin.d.ts",
119
+ "development": "./LexicalAutoFocusPlugin.dev.js",
120
+ "production": "./LexicalAutoFocusPlugin.prod.js",
121
+ "default": "./LexicalAutoFocusPlugin.js"
122
+ }
123
+ },
124
+ "./LexicalAutoFocusPlugin.js": {
125
+ "import": {
126
+ "types": "./LexicalAutoFocusPlugin.d.ts",
127
+ "development": "./LexicalAutoFocusPlugin.dev.mjs",
128
+ "production": "./LexicalAutoFocusPlugin.prod.mjs",
129
+ "node": "./LexicalAutoFocusPlugin.node.mjs",
130
+ "default": "./LexicalAutoFocusPlugin.mjs"
131
+ },
132
+ "require": {
133
+ "types": "./LexicalAutoFocusPlugin.d.ts",
134
+ "development": "./LexicalAutoFocusPlugin.dev.js",
135
+ "production": "./LexicalAutoFocusPlugin.prod.js",
136
+ "default": "./LexicalAutoFocusPlugin.js"
137
+ }
138
+ },
139
+ "./LexicalAutoLinkPlugin": {
140
+ "import": {
141
+ "types": "./LexicalAutoLinkPlugin.d.ts",
142
+ "development": "./LexicalAutoLinkPlugin.dev.mjs",
143
+ "production": "./LexicalAutoLinkPlugin.prod.mjs",
144
+ "node": "./LexicalAutoLinkPlugin.node.mjs",
145
+ "default": "./LexicalAutoLinkPlugin.mjs"
146
+ },
147
+ "require": {
148
+ "types": "./LexicalAutoLinkPlugin.d.ts",
149
+ "development": "./LexicalAutoLinkPlugin.dev.js",
150
+ "production": "./LexicalAutoLinkPlugin.prod.js",
151
+ "default": "./LexicalAutoLinkPlugin.js"
152
+ }
153
+ },
154
+ "./LexicalAutoLinkPlugin.js": {
155
+ "import": {
156
+ "types": "./LexicalAutoLinkPlugin.d.ts",
157
+ "development": "./LexicalAutoLinkPlugin.dev.mjs",
158
+ "production": "./LexicalAutoLinkPlugin.prod.mjs",
159
+ "node": "./LexicalAutoLinkPlugin.node.mjs",
160
+ "default": "./LexicalAutoLinkPlugin.mjs"
161
+ },
162
+ "require": {
163
+ "types": "./LexicalAutoLinkPlugin.d.ts",
164
+ "development": "./LexicalAutoLinkPlugin.dev.js",
165
+ "production": "./LexicalAutoLinkPlugin.prod.js",
166
+ "default": "./LexicalAutoLinkPlugin.js"
167
+ }
168
+ },
169
+ "./LexicalBlockWithAlignableContents": {
170
+ "import": {
171
+ "types": "./LexicalBlockWithAlignableContents.d.ts",
172
+ "development": "./LexicalBlockWithAlignableContents.dev.mjs",
173
+ "production": "./LexicalBlockWithAlignableContents.prod.mjs",
174
+ "node": "./LexicalBlockWithAlignableContents.node.mjs",
175
+ "default": "./LexicalBlockWithAlignableContents.mjs"
176
+ },
177
+ "require": {
178
+ "types": "./LexicalBlockWithAlignableContents.d.ts",
179
+ "development": "./LexicalBlockWithAlignableContents.dev.js",
180
+ "production": "./LexicalBlockWithAlignableContents.prod.js",
181
+ "default": "./LexicalBlockWithAlignableContents.js"
182
+ }
183
+ },
184
+ "./LexicalBlockWithAlignableContents.js": {
185
+ "import": {
186
+ "types": "./LexicalBlockWithAlignableContents.d.ts",
187
+ "development": "./LexicalBlockWithAlignableContents.dev.mjs",
188
+ "production": "./LexicalBlockWithAlignableContents.prod.mjs",
189
+ "node": "./LexicalBlockWithAlignableContents.node.mjs",
190
+ "default": "./LexicalBlockWithAlignableContents.mjs"
191
+ },
192
+ "require": {
193
+ "types": "./LexicalBlockWithAlignableContents.d.ts",
194
+ "development": "./LexicalBlockWithAlignableContents.dev.js",
195
+ "production": "./LexicalBlockWithAlignableContents.prod.js",
196
+ "default": "./LexicalBlockWithAlignableContents.js"
197
+ }
198
+ },
199
+ "./LexicalCharacterLimitPlugin": {
200
+ "import": {
201
+ "types": "./LexicalCharacterLimitPlugin.d.ts",
202
+ "development": "./LexicalCharacterLimitPlugin.dev.mjs",
203
+ "production": "./LexicalCharacterLimitPlugin.prod.mjs",
204
+ "node": "./LexicalCharacterLimitPlugin.node.mjs",
205
+ "default": "./LexicalCharacterLimitPlugin.mjs"
206
+ },
207
+ "require": {
208
+ "types": "./LexicalCharacterLimitPlugin.d.ts",
209
+ "development": "./LexicalCharacterLimitPlugin.dev.js",
210
+ "production": "./LexicalCharacterLimitPlugin.prod.js",
211
+ "default": "./LexicalCharacterLimitPlugin.js"
212
+ }
213
+ },
214
+ "./LexicalCharacterLimitPlugin.js": {
215
+ "import": {
216
+ "types": "./LexicalCharacterLimitPlugin.d.ts",
217
+ "development": "./LexicalCharacterLimitPlugin.dev.mjs",
218
+ "production": "./LexicalCharacterLimitPlugin.prod.mjs",
219
+ "node": "./LexicalCharacterLimitPlugin.node.mjs",
220
+ "default": "./LexicalCharacterLimitPlugin.mjs"
221
+ },
222
+ "require": {
223
+ "types": "./LexicalCharacterLimitPlugin.d.ts",
224
+ "development": "./LexicalCharacterLimitPlugin.dev.js",
225
+ "production": "./LexicalCharacterLimitPlugin.prod.js",
226
+ "default": "./LexicalCharacterLimitPlugin.js"
227
+ }
228
+ },
229
+ "./LexicalCheckListPlugin": {
230
+ "import": {
231
+ "types": "./LexicalCheckListPlugin.d.ts",
232
+ "development": "./LexicalCheckListPlugin.dev.mjs",
233
+ "production": "./LexicalCheckListPlugin.prod.mjs",
234
+ "node": "./LexicalCheckListPlugin.node.mjs",
235
+ "default": "./LexicalCheckListPlugin.mjs"
236
+ },
237
+ "require": {
238
+ "types": "./LexicalCheckListPlugin.d.ts",
239
+ "development": "./LexicalCheckListPlugin.dev.js",
240
+ "production": "./LexicalCheckListPlugin.prod.js",
241
+ "default": "./LexicalCheckListPlugin.js"
242
+ }
243
+ },
244
+ "./LexicalCheckListPlugin.js": {
245
+ "import": {
246
+ "types": "./LexicalCheckListPlugin.d.ts",
247
+ "development": "./LexicalCheckListPlugin.dev.mjs",
248
+ "production": "./LexicalCheckListPlugin.prod.mjs",
249
+ "node": "./LexicalCheckListPlugin.node.mjs",
250
+ "default": "./LexicalCheckListPlugin.mjs"
251
+ },
252
+ "require": {
253
+ "types": "./LexicalCheckListPlugin.d.ts",
254
+ "development": "./LexicalCheckListPlugin.dev.js",
255
+ "production": "./LexicalCheckListPlugin.prod.js",
256
+ "default": "./LexicalCheckListPlugin.js"
257
+ }
258
+ },
259
+ "./LexicalClearEditorPlugin": {
260
+ "import": {
261
+ "types": "./LexicalClearEditorPlugin.d.ts",
262
+ "development": "./LexicalClearEditorPlugin.dev.mjs",
263
+ "production": "./LexicalClearEditorPlugin.prod.mjs",
264
+ "node": "./LexicalClearEditorPlugin.node.mjs",
265
+ "default": "./LexicalClearEditorPlugin.mjs"
266
+ },
267
+ "require": {
268
+ "types": "./LexicalClearEditorPlugin.d.ts",
269
+ "development": "./LexicalClearEditorPlugin.dev.js",
270
+ "production": "./LexicalClearEditorPlugin.prod.js",
271
+ "default": "./LexicalClearEditorPlugin.js"
272
+ }
273
+ },
274
+ "./LexicalClearEditorPlugin.js": {
275
+ "import": {
276
+ "types": "./LexicalClearEditorPlugin.d.ts",
277
+ "development": "./LexicalClearEditorPlugin.dev.mjs",
278
+ "production": "./LexicalClearEditorPlugin.prod.mjs",
279
+ "node": "./LexicalClearEditorPlugin.node.mjs",
280
+ "default": "./LexicalClearEditorPlugin.mjs"
281
+ },
282
+ "require": {
283
+ "types": "./LexicalClearEditorPlugin.d.ts",
284
+ "development": "./LexicalClearEditorPlugin.dev.js",
285
+ "production": "./LexicalClearEditorPlugin.prod.js",
286
+ "default": "./LexicalClearEditorPlugin.js"
287
+ }
288
+ },
289
+ "./LexicalClickableLinkPlugin": {
290
+ "import": {
291
+ "types": "./LexicalClickableLinkPlugin.d.ts",
292
+ "development": "./LexicalClickableLinkPlugin.dev.mjs",
293
+ "production": "./LexicalClickableLinkPlugin.prod.mjs",
294
+ "node": "./LexicalClickableLinkPlugin.node.mjs",
295
+ "default": "./LexicalClickableLinkPlugin.mjs"
296
+ },
297
+ "require": {
298
+ "types": "./LexicalClickableLinkPlugin.d.ts",
299
+ "development": "./LexicalClickableLinkPlugin.dev.js",
300
+ "production": "./LexicalClickableLinkPlugin.prod.js",
301
+ "default": "./LexicalClickableLinkPlugin.js"
302
+ }
303
+ },
304
+ "./LexicalClickableLinkPlugin.js": {
305
+ "import": {
306
+ "types": "./LexicalClickableLinkPlugin.d.ts",
307
+ "development": "./LexicalClickableLinkPlugin.dev.mjs",
308
+ "production": "./LexicalClickableLinkPlugin.prod.mjs",
309
+ "node": "./LexicalClickableLinkPlugin.node.mjs",
310
+ "default": "./LexicalClickableLinkPlugin.mjs"
311
+ },
312
+ "require": {
313
+ "types": "./LexicalClickableLinkPlugin.d.ts",
314
+ "development": "./LexicalClickableLinkPlugin.dev.js",
315
+ "production": "./LexicalClickableLinkPlugin.prod.js",
316
+ "default": "./LexicalClickableLinkPlugin.js"
317
+ }
318
+ },
319
+ "./LexicalCollaborationContext": {
320
+ "import": {
321
+ "types": "./LexicalCollaborationContext.d.ts",
322
+ "development": "./LexicalCollaborationContext.dev.mjs",
323
+ "production": "./LexicalCollaborationContext.prod.mjs",
324
+ "node": "./LexicalCollaborationContext.node.mjs",
325
+ "default": "./LexicalCollaborationContext.mjs"
326
+ },
327
+ "require": {
328
+ "types": "./LexicalCollaborationContext.d.ts",
329
+ "development": "./LexicalCollaborationContext.dev.js",
330
+ "production": "./LexicalCollaborationContext.prod.js",
331
+ "default": "./LexicalCollaborationContext.js"
332
+ }
333
+ },
334
+ "./LexicalCollaborationContext.js": {
335
+ "import": {
336
+ "types": "./LexicalCollaborationContext.d.ts",
337
+ "development": "./LexicalCollaborationContext.dev.mjs",
338
+ "production": "./LexicalCollaborationContext.prod.mjs",
339
+ "node": "./LexicalCollaborationContext.node.mjs",
340
+ "default": "./LexicalCollaborationContext.mjs"
341
+ },
342
+ "require": {
343
+ "types": "./LexicalCollaborationContext.d.ts",
344
+ "development": "./LexicalCollaborationContext.dev.js",
345
+ "production": "./LexicalCollaborationContext.prod.js",
346
+ "default": "./LexicalCollaborationContext.js"
347
+ }
348
+ },
349
+ "./LexicalCollaborationPlugin": {
350
+ "import": {
351
+ "types": "./LexicalCollaborationPlugin.d.ts",
352
+ "development": "./LexicalCollaborationPlugin.dev.mjs",
353
+ "production": "./LexicalCollaborationPlugin.prod.mjs",
354
+ "node": "./LexicalCollaborationPlugin.node.mjs",
355
+ "default": "./LexicalCollaborationPlugin.mjs"
356
+ },
357
+ "require": {
358
+ "types": "./LexicalCollaborationPlugin.d.ts",
359
+ "development": "./LexicalCollaborationPlugin.dev.js",
360
+ "production": "./LexicalCollaborationPlugin.prod.js",
361
+ "default": "./LexicalCollaborationPlugin.js"
362
+ }
363
+ },
364
+ "./LexicalCollaborationPlugin.js": {
365
+ "import": {
366
+ "types": "./LexicalCollaborationPlugin.d.ts",
367
+ "development": "./LexicalCollaborationPlugin.dev.mjs",
368
+ "production": "./LexicalCollaborationPlugin.prod.mjs",
369
+ "node": "./LexicalCollaborationPlugin.node.mjs",
370
+ "default": "./LexicalCollaborationPlugin.mjs"
371
+ },
372
+ "require": {
373
+ "types": "./LexicalCollaborationPlugin.d.ts",
374
+ "development": "./LexicalCollaborationPlugin.dev.js",
375
+ "production": "./LexicalCollaborationPlugin.prod.js",
376
+ "default": "./LexicalCollaborationPlugin.js"
377
+ }
378
+ },
379
+ "./LexicalComposer": {
380
+ "import": {
381
+ "types": "./LexicalComposer.d.ts",
382
+ "development": "./LexicalComposer.dev.mjs",
383
+ "production": "./LexicalComposer.prod.mjs",
384
+ "node": "./LexicalComposer.node.mjs",
385
+ "default": "./LexicalComposer.mjs"
386
+ },
387
+ "require": {
388
+ "types": "./LexicalComposer.d.ts",
389
+ "development": "./LexicalComposer.dev.js",
390
+ "production": "./LexicalComposer.prod.js",
391
+ "default": "./LexicalComposer.js"
392
+ }
393
+ },
394
+ "./LexicalComposer.js": {
395
+ "import": {
396
+ "types": "./LexicalComposer.d.ts",
397
+ "development": "./LexicalComposer.dev.mjs",
398
+ "production": "./LexicalComposer.prod.mjs",
399
+ "node": "./LexicalComposer.node.mjs",
400
+ "default": "./LexicalComposer.mjs"
401
+ },
402
+ "require": {
403
+ "types": "./LexicalComposer.d.ts",
404
+ "development": "./LexicalComposer.dev.js",
405
+ "production": "./LexicalComposer.prod.js",
406
+ "default": "./LexicalComposer.js"
407
+ }
408
+ },
409
+ "./LexicalComposerContext": {
410
+ "import": {
411
+ "types": "./LexicalComposerContext.d.ts",
412
+ "development": "./LexicalComposerContext.dev.mjs",
413
+ "production": "./LexicalComposerContext.prod.mjs",
414
+ "node": "./LexicalComposerContext.node.mjs",
415
+ "default": "./LexicalComposerContext.mjs"
416
+ },
417
+ "require": {
418
+ "types": "./LexicalComposerContext.d.ts",
419
+ "development": "./LexicalComposerContext.dev.js",
420
+ "production": "./LexicalComposerContext.prod.js",
421
+ "default": "./LexicalComposerContext.js"
422
+ }
423
+ },
424
+ "./LexicalComposerContext.js": {
425
+ "import": {
426
+ "types": "./LexicalComposerContext.d.ts",
427
+ "development": "./LexicalComposerContext.dev.mjs",
428
+ "production": "./LexicalComposerContext.prod.mjs",
429
+ "node": "./LexicalComposerContext.node.mjs",
430
+ "default": "./LexicalComposerContext.mjs"
431
+ },
432
+ "require": {
433
+ "types": "./LexicalComposerContext.d.ts",
434
+ "development": "./LexicalComposerContext.dev.js",
435
+ "production": "./LexicalComposerContext.prod.js",
436
+ "default": "./LexicalComposerContext.js"
437
+ }
438
+ },
439
+ "./LexicalContentEditable": {
440
+ "import": {
441
+ "types": "./LexicalContentEditable.d.ts",
442
+ "development": "./LexicalContentEditable.dev.mjs",
443
+ "production": "./LexicalContentEditable.prod.mjs",
444
+ "node": "./LexicalContentEditable.node.mjs",
445
+ "default": "./LexicalContentEditable.mjs"
446
+ },
447
+ "require": {
448
+ "types": "./LexicalContentEditable.d.ts",
449
+ "development": "./LexicalContentEditable.dev.js",
450
+ "production": "./LexicalContentEditable.prod.js",
451
+ "default": "./LexicalContentEditable.js"
452
+ }
453
+ },
454
+ "./LexicalContentEditable.js": {
455
+ "import": {
456
+ "types": "./LexicalContentEditable.d.ts",
457
+ "development": "./LexicalContentEditable.dev.mjs",
458
+ "production": "./LexicalContentEditable.prod.mjs",
459
+ "node": "./LexicalContentEditable.node.mjs",
460
+ "default": "./LexicalContentEditable.mjs"
461
+ },
462
+ "require": {
463
+ "types": "./LexicalContentEditable.d.ts",
464
+ "development": "./LexicalContentEditable.dev.js",
465
+ "production": "./LexicalContentEditable.prod.js",
466
+ "default": "./LexicalContentEditable.js"
467
+ }
468
+ },
469
+ "./LexicalContextMenuPlugin": {
470
+ "import": {
471
+ "types": "./LexicalContextMenuPlugin.d.ts",
472
+ "development": "./LexicalContextMenuPlugin.dev.mjs",
473
+ "production": "./LexicalContextMenuPlugin.prod.mjs",
474
+ "node": "./LexicalContextMenuPlugin.node.mjs",
475
+ "default": "./LexicalContextMenuPlugin.mjs"
476
+ },
477
+ "require": {
478
+ "types": "./LexicalContextMenuPlugin.d.ts",
479
+ "development": "./LexicalContextMenuPlugin.dev.js",
480
+ "production": "./LexicalContextMenuPlugin.prod.js",
481
+ "default": "./LexicalContextMenuPlugin.js"
482
+ }
483
+ },
484
+ "./LexicalContextMenuPlugin.js": {
485
+ "import": {
486
+ "types": "./LexicalContextMenuPlugin.d.ts",
487
+ "development": "./LexicalContextMenuPlugin.dev.mjs",
488
+ "production": "./LexicalContextMenuPlugin.prod.mjs",
489
+ "node": "./LexicalContextMenuPlugin.node.mjs",
490
+ "default": "./LexicalContextMenuPlugin.mjs"
491
+ },
492
+ "require": {
493
+ "types": "./LexicalContextMenuPlugin.d.ts",
494
+ "development": "./LexicalContextMenuPlugin.dev.js",
495
+ "production": "./LexicalContextMenuPlugin.prod.js",
496
+ "default": "./LexicalContextMenuPlugin.js"
497
+ }
498
+ },
499
+ "./LexicalDecoratorBlockNode": {
500
+ "import": {
501
+ "types": "./LexicalDecoratorBlockNode.d.ts",
502
+ "development": "./LexicalDecoratorBlockNode.dev.mjs",
503
+ "production": "./LexicalDecoratorBlockNode.prod.mjs",
504
+ "node": "./LexicalDecoratorBlockNode.node.mjs",
505
+ "default": "./LexicalDecoratorBlockNode.mjs"
506
+ },
507
+ "require": {
508
+ "types": "./LexicalDecoratorBlockNode.d.ts",
509
+ "development": "./LexicalDecoratorBlockNode.dev.js",
510
+ "production": "./LexicalDecoratorBlockNode.prod.js",
511
+ "default": "./LexicalDecoratorBlockNode.js"
512
+ }
513
+ },
514
+ "./LexicalDecoratorBlockNode.js": {
515
+ "import": {
516
+ "types": "./LexicalDecoratorBlockNode.d.ts",
517
+ "development": "./LexicalDecoratorBlockNode.dev.mjs",
518
+ "production": "./LexicalDecoratorBlockNode.prod.mjs",
519
+ "node": "./LexicalDecoratorBlockNode.node.mjs",
520
+ "default": "./LexicalDecoratorBlockNode.mjs"
521
+ },
522
+ "require": {
523
+ "types": "./LexicalDecoratorBlockNode.d.ts",
524
+ "development": "./LexicalDecoratorBlockNode.dev.js",
525
+ "production": "./LexicalDecoratorBlockNode.prod.js",
526
+ "default": "./LexicalDecoratorBlockNode.js"
527
+ }
528
+ },
529
+ "./LexicalDraggableBlockPlugin": {
530
+ "import": {
531
+ "types": "./LexicalDraggableBlockPlugin.d.ts",
532
+ "development": "./LexicalDraggableBlockPlugin.dev.mjs",
533
+ "production": "./LexicalDraggableBlockPlugin.prod.mjs",
534
+ "node": "./LexicalDraggableBlockPlugin.node.mjs",
535
+ "default": "./LexicalDraggableBlockPlugin.mjs"
536
+ },
537
+ "require": {
538
+ "types": "./LexicalDraggableBlockPlugin.d.ts",
539
+ "development": "./LexicalDraggableBlockPlugin.dev.js",
540
+ "production": "./LexicalDraggableBlockPlugin.prod.js",
541
+ "default": "./LexicalDraggableBlockPlugin.js"
542
+ }
543
+ },
544
+ "./LexicalDraggableBlockPlugin.js": {
545
+ "import": {
546
+ "types": "./LexicalDraggableBlockPlugin.d.ts",
547
+ "development": "./LexicalDraggableBlockPlugin.dev.mjs",
548
+ "production": "./LexicalDraggableBlockPlugin.prod.mjs",
549
+ "node": "./LexicalDraggableBlockPlugin.node.mjs",
550
+ "default": "./LexicalDraggableBlockPlugin.mjs"
551
+ },
552
+ "require": {
553
+ "types": "./LexicalDraggableBlockPlugin.d.ts",
554
+ "development": "./LexicalDraggableBlockPlugin.dev.js",
555
+ "production": "./LexicalDraggableBlockPlugin.prod.js",
556
+ "default": "./LexicalDraggableBlockPlugin.js"
557
+ }
558
+ },
559
+ "./LexicalEditorRefPlugin": {
560
+ "import": {
561
+ "types": "./LexicalEditorRefPlugin.d.ts",
562
+ "development": "./LexicalEditorRefPlugin.dev.mjs",
563
+ "production": "./LexicalEditorRefPlugin.prod.mjs",
564
+ "node": "./LexicalEditorRefPlugin.node.mjs",
565
+ "default": "./LexicalEditorRefPlugin.mjs"
566
+ },
567
+ "require": {
568
+ "types": "./LexicalEditorRefPlugin.d.ts",
569
+ "development": "./LexicalEditorRefPlugin.dev.js",
570
+ "production": "./LexicalEditorRefPlugin.prod.js",
571
+ "default": "./LexicalEditorRefPlugin.js"
572
+ }
573
+ },
574
+ "./LexicalEditorRefPlugin.js": {
575
+ "import": {
576
+ "types": "./LexicalEditorRefPlugin.d.ts",
577
+ "development": "./LexicalEditorRefPlugin.dev.mjs",
578
+ "production": "./LexicalEditorRefPlugin.prod.mjs",
579
+ "node": "./LexicalEditorRefPlugin.node.mjs",
580
+ "default": "./LexicalEditorRefPlugin.mjs"
581
+ },
582
+ "require": {
583
+ "types": "./LexicalEditorRefPlugin.d.ts",
584
+ "development": "./LexicalEditorRefPlugin.dev.js",
585
+ "production": "./LexicalEditorRefPlugin.prod.js",
586
+ "default": "./LexicalEditorRefPlugin.js"
587
+ }
588
+ },
589
+ "./LexicalErrorBoundary": {
590
+ "import": {
591
+ "types": "./LexicalErrorBoundary.d.ts",
592
+ "development": "./LexicalErrorBoundary.dev.mjs",
593
+ "production": "./LexicalErrorBoundary.prod.mjs",
594
+ "node": "./LexicalErrorBoundary.node.mjs",
595
+ "default": "./LexicalErrorBoundary.mjs"
596
+ },
597
+ "require": {
598
+ "types": "./LexicalErrorBoundary.d.ts",
599
+ "development": "./LexicalErrorBoundary.dev.js",
600
+ "production": "./LexicalErrorBoundary.prod.js",
601
+ "default": "./LexicalErrorBoundary.js"
602
+ }
603
+ },
604
+ "./LexicalErrorBoundary.js": {
605
+ "import": {
606
+ "types": "./LexicalErrorBoundary.d.ts",
607
+ "development": "./LexicalErrorBoundary.dev.mjs",
608
+ "production": "./LexicalErrorBoundary.prod.mjs",
609
+ "node": "./LexicalErrorBoundary.node.mjs",
610
+ "default": "./LexicalErrorBoundary.mjs"
611
+ },
612
+ "require": {
613
+ "types": "./LexicalErrorBoundary.d.ts",
614
+ "development": "./LexicalErrorBoundary.dev.js",
615
+ "production": "./LexicalErrorBoundary.prod.js",
616
+ "default": "./LexicalErrorBoundary.js"
617
+ }
618
+ },
619
+ "./LexicalExtensionComposer": {
620
+ "import": {
621
+ "types": "./LexicalExtensionComposer.d.ts",
622
+ "development": "./LexicalExtensionComposer.dev.mjs",
623
+ "production": "./LexicalExtensionComposer.prod.mjs",
624
+ "node": "./LexicalExtensionComposer.node.mjs",
625
+ "default": "./LexicalExtensionComposer.mjs"
626
+ },
627
+ "require": {
628
+ "types": "./LexicalExtensionComposer.d.ts",
629
+ "development": "./LexicalExtensionComposer.dev.js",
630
+ "production": "./LexicalExtensionComposer.prod.js",
631
+ "default": "./LexicalExtensionComposer.js"
632
+ }
633
+ },
634
+ "./LexicalExtensionComposer.js": {
635
+ "import": {
636
+ "types": "./LexicalExtensionComposer.d.ts",
637
+ "development": "./LexicalExtensionComposer.dev.mjs",
638
+ "production": "./LexicalExtensionComposer.prod.mjs",
639
+ "node": "./LexicalExtensionComposer.node.mjs",
640
+ "default": "./LexicalExtensionComposer.mjs"
641
+ },
642
+ "require": {
643
+ "types": "./LexicalExtensionComposer.d.ts",
644
+ "development": "./LexicalExtensionComposer.dev.js",
645
+ "production": "./LexicalExtensionComposer.prod.js",
646
+ "default": "./LexicalExtensionComposer.js"
647
+ }
648
+ },
649
+ "./LexicalHashtagPlugin": {
650
+ "import": {
651
+ "types": "./LexicalHashtagPlugin.d.ts",
652
+ "development": "./LexicalHashtagPlugin.dev.mjs",
653
+ "production": "./LexicalHashtagPlugin.prod.mjs",
654
+ "node": "./LexicalHashtagPlugin.node.mjs",
655
+ "default": "./LexicalHashtagPlugin.mjs"
656
+ },
657
+ "require": {
658
+ "types": "./LexicalHashtagPlugin.d.ts",
659
+ "development": "./LexicalHashtagPlugin.dev.js",
660
+ "production": "./LexicalHashtagPlugin.prod.js",
661
+ "default": "./LexicalHashtagPlugin.js"
662
+ }
663
+ },
664
+ "./LexicalHashtagPlugin.js": {
665
+ "import": {
666
+ "types": "./LexicalHashtagPlugin.d.ts",
667
+ "development": "./LexicalHashtagPlugin.dev.mjs",
668
+ "production": "./LexicalHashtagPlugin.prod.mjs",
669
+ "node": "./LexicalHashtagPlugin.node.mjs",
670
+ "default": "./LexicalHashtagPlugin.mjs"
671
+ },
672
+ "require": {
673
+ "types": "./LexicalHashtagPlugin.d.ts",
674
+ "development": "./LexicalHashtagPlugin.dev.js",
675
+ "production": "./LexicalHashtagPlugin.prod.js",
676
+ "default": "./LexicalHashtagPlugin.js"
677
+ }
678
+ },
679
+ "./LexicalHistoryPlugin": {
680
+ "import": {
681
+ "types": "./LexicalHistoryPlugin.d.ts",
682
+ "development": "./LexicalHistoryPlugin.dev.mjs",
683
+ "production": "./LexicalHistoryPlugin.prod.mjs",
684
+ "node": "./LexicalHistoryPlugin.node.mjs",
685
+ "default": "./LexicalHistoryPlugin.mjs"
686
+ },
687
+ "require": {
688
+ "types": "./LexicalHistoryPlugin.d.ts",
689
+ "development": "./LexicalHistoryPlugin.dev.js",
690
+ "production": "./LexicalHistoryPlugin.prod.js",
691
+ "default": "./LexicalHistoryPlugin.js"
692
+ }
693
+ },
694
+ "./LexicalHistoryPlugin.js": {
695
+ "import": {
696
+ "types": "./LexicalHistoryPlugin.d.ts",
697
+ "development": "./LexicalHistoryPlugin.dev.mjs",
698
+ "production": "./LexicalHistoryPlugin.prod.mjs",
699
+ "node": "./LexicalHistoryPlugin.node.mjs",
700
+ "default": "./LexicalHistoryPlugin.mjs"
701
+ },
702
+ "require": {
703
+ "types": "./LexicalHistoryPlugin.d.ts",
704
+ "development": "./LexicalHistoryPlugin.dev.js",
705
+ "production": "./LexicalHistoryPlugin.prod.js",
706
+ "default": "./LexicalHistoryPlugin.js"
707
+ }
708
+ },
709
+ "./LexicalHorizontalRuleNode": {
710
+ "import": {
711
+ "types": "./LexicalHorizontalRuleNode.d.ts",
712
+ "development": "./LexicalHorizontalRuleNode.dev.mjs",
713
+ "production": "./LexicalHorizontalRuleNode.prod.mjs",
714
+ "node": "./LexicalHorizontalRuleNode.node.mjs",
715
+ "default": "./LexicalHorizontalRuleNode.mjs"
716
+ },
717
+ "require": {
718
+ "types": "./LexicalHorizontalRuleNode.d.ts",
719
+ "development": "./LexicalHorizontalRuleNode.dev.js",
720
+ "production": "./LexicalHorizontalRuleNode.prod.js",
721
+ "default": "./LexicalHorizontalRuleNode.js"
722
+ }
723
+ },
724
+ "./LexicalHorizontalRuleNode.js": {
725
+ "import": {
726
+ "types": "./LexicalHorizontalRuleNode.d.ts",
727
+ "development": "./LexicalHorizontalRuleNode.dev.mjs",
728
+ "production": "./LexicalHorizontalRuleNode.prod.mjs",
729
+ "node": "./LexicalHorizontalRuleNode.node.mjs",
730
+ "default": "./LexicalHorizontalRuleNode.mjs"
731
+ },
732
+ "require": {
733
+ "types": "./LexicalHorizontalRuleNode.d.ts",
734
+ "development": "./LexicalHorizontalRuleNode.dev.js",
735
+ "production": "./LexicalHorizontalRuleNode.prod.js",
736
+ "default": "./LexicalHorizontalRuleNode.js"
737
+ }
738
+ },
739
+ "./LexicalHorizontalRulePlugin": {
740
+ "import": {
741
+ "types": "./LexicalHorizontalRulePlugin.d.ts",
742
+ "development": "./LexicalHorizontalRulePlugin.dev.mjs",
743
+ "production": "./LexicalHorizontalRulePlugin.prod.mjs",
744
+ "node": "./LexicalHorizontalRulePlugin.node.mjs",
745
+ "default": "./LexicalHorizontalRulePlugin.mjs"
746
+ },
747
+ "require": {
748
+ "types": "./LexicalHorizontalRulePlugin.d.ts",
749
+ "development": "./LexicalHorizontalRulePlugin.dev.js",
750
+ "production": "./LexicalHorizontalRulePlugin.prod.js",
751
+ "default": "./LexicalHorizontalRulePlugin.js"
752
+ }
753
+ },
754
+ "./LexicalHorizontalRulePlugin.js": {
755
+ "import": {
756
+ "types": "./LexicalHorizontalRulePlugin.d.ts",
757
+ "development": "./LexicalHorizontalRulePlugin.dev.mjs",
758
+ "production": "./LexicalHorizontalRulePlugin.prod.mjs",
759
+ "node": "./LexicalHorizontalRulePlugin.node.mjs",
760
+ "default": "./LexicalHorizontalRulePlugin.mjs"
761
+ },
762
+ "require": {
763
+ "types": "./LexicalHorizontalRulePlugin.d.ts",
764
+ "development": "./LexicalHorizontalRulePlugin.dev.js",
765
+ "production": "./LexicalHorizontalRulePlugin.prod.js",
766
+ "default": "./LexicalHorizontalRulePlugin.js"
767
+ }
768
+ },
769
+ "./LexicalLinkPlugin": {
770
+ "import": {
771
+ "types": "./LexicalLinkPlugin.d.ts",
772
+ "development": "./LexicalLinkPlugin.dev.mjs",
773
+ "production": "./LexicalLinkPlugin.prod.mjs",
774
+ "node": "./LexicalLinkPlugin.node.mjs",
775
+ "default": "./LexicalLinkPlugin.mjs"
776
+ },
777
+ "require": {
778
+ "types": "./LexicalLinkPlugin.d.ts",
779
+ "development": "./LexicalLinkPlugin.dev.js",
780
+ "production": "./LexicalLinkPlugin.prod.js",
781
+ "default": "./LexicalLinkPlugin.js"
782
+ }
783
+ },
784
+ "./LexicalLinkPlugin.js": {
785
+ "import": {
786
+ "types": "./LexicalLinkPlugin.d.ts",
787
+ "development": "./LexicalLinkPlugin.dev.mjs",
788
+ "production": "./LexicalLinkPlugin.prod.mjs",
789
+ "node": "./LexicalLinkPlugin.node.mjs",
790
+ "default": "./LexicalLinkPlugin.mjs"
791
+ },
792
+ "require": {
793
+ "types": "./LexicalLinkPlugin.d.ts",
794
+ "development": "./LexicalLinkPlugin.dev.js",
795
+ "production": "./LexicalLinkPlugin.prod.js",
796
+ "default": "./LexicalLinkPlugin.js"
797
+ }
798
+ },
799
+ "./LexicalListPlugin": {
800
+ "import": {
801
+ "types": "./LexicalListPlugin.d.ts",
802
+ "development": "./LexicalListPlugin.dev.mjs",
803
+ "production": "./LexicalListPlugin.prod.mjs",
804
+ "node": "./LexicalListPlugin.node.mjs",
805
+ "default": "./LexicalListPlugin.mjs"
806
+ },
807
+ "require": {
808
+ "types": "./LexicalListPlugin.d.ts",
809
+ "development": "./LexicalListPlugin.dev.js",
810
+ "production": "./LexicalListPlugin.prod.js",
811
+ "default": "./LexicalListPlugin.js"
812
+ }
813
+ },
814
+ "./LexicalListPlugin.js": {
815
+ "import": {
816
+ "types": "./LexicalListPlugin.d.ts",
817
+ "development": "./LexicalListPlugin.dev.mjs",
818
+ "production": "./LexicalListPlugin.prod.mjs",
819
+ "node": "./LexicalListPlugin.node.mjs",
820
+ "default": "./LexicalListPlugin.mjs"
821
+ },
822
+ "require": {
823
+ "types": "./LexicalListPlugin.d.ts",
824
+ "development": "./LexicalListPlugin.dev.js",
825
+ "production": "./LexicalListPlugin.prod.js",
826
+ "default": "./LexicalListPlugin.js"
827
+ }
828
+ },
829
+ "./LexicalMarkdownShortcutPlugin": {
830
+ "import": {
831
+ "types": "./LexicalMarkdownShortcutPlugin.d.ts",
832
+ "development": "./LexicalMarkdownShortcutPlugin.dev.mjs",
833
+ "production": "./LexicalMarkdownShortcutPlugin.prod.mjs",
834
+ "node": "./LexicalMarkdownShortcutPlugin.node.mjs",
835
+ "default": "./LexicalMarkdownShortcutPlugin.mjs"
836
+ },
837
+ "require": {
838
+ "types": "./LexicalMarkdownShortcutPlugin.d.ts",
839
+ "development": "./LexicalMarkdownShortcutPlugin.dev.js",
840
+ "production": "./LexicalMarkdownShortcutPlugin.prod.js",
841
+ "default": "./LexicalMarkdownShortcutPlugin.js"
842
+ }
843
+ },
844
+ "./LexicalMarkdownShortcutPlugin.js": {
845
+ "import": {
846
+ "types": "./LexicalMarkdownShortcutPlugin.d.ts",
847
+ "development": "./LexicalMarkdownShortcutPlugin.dev.mjs",
848
+ "production": "./LexicalMarkdownShortcutPlugin.prod.mjs",
849
+ "node": "./LexicalMarkdownShortcutPlugin.node.mjs",
850
+ "default": "./LexicalMarkdownShortcutPlugin.mjs"
851
+ },
852
+ "require": {
853
+ "types": "./LexicalMarkdownShortcutPlugin.d.ts",
854
+ "development": "./LexicalMarkdownShortcutPlugin.dev.js",
855
+ "production": "./LexicalMarkdownShortcutPlugin.prod.js",
856
+ "default": "./LexicalMarkdownShortcutPlugin.js"
857
+ }
858
+ },
859
+ "./LexicalNestedComposer": {
860
+ "import": {
861
+ "types": "./LexicalNestedComposer.d.ts",
862
+ "development": "./LexicalNestedComposer.dev.mjs",
863
+ "production": "./LexicalNestedComposer.prod.mjs",
864
+ "node": "./LexicalNestedComposer.node.mjs",
865
+ "default": "./LexicalNestedComposer.mjs"
866
+ },
867
+ "require": {
868
+ "types": "./LexicalNestedComposer.d.ts",
869
+ "development": "./LexicalNestedComposer.dev.js",
870
+ "production": "./LexicalNestedComposer.prod.js",
871
+ "default": "./LexicalNestedComposer.js"
872
+ }
873
+ },
874
+ "./LexicalNestedComposer.js": {
875
+ "import": {
876
+ "types": "./LexicalNestedComposer.d.ts",
877
+ "development": "./LexicalNestedComposer.dev.mjs",
878
+ "production": "./LexicalNestedComposer.prod.mjs",
879
+ "node": "./LexicalNestedComposer.node.mjs",
880
+ "default": "./LexicalNestedComposer.mjs"
881
+ },
882
+ "require": {
883
+ "types": "./LexicalNestedComposer.d.ts",
884
+ "development": "./LexicalNestedComposer.dev.js",
885
+ "production": "./LexicalNestedComposer.prod.js",
886
+ "default": "./LexicalNestedComposer.js"
887
+ }
888
+ },
889
+ "./LexicalNodeContextMenuPlugin": {
890
+ "import": {
891
+ "types": "./LexicalNodeContextMenuPlugin.d.ts",
892
+ "development": "./LexicalNodeContextMenuPlugin.dev.mjs",
893
+ "production": "./LexicalNodeContextMenuPlugin.prod.mjs",
894
+ "node": "./LexicalNodeContextMenuPlugin.node.mjs",
895
+ "default": "./LexicalNodeContextMenuPlugin.mjs"
896
+ },
897
+ "require": {
898
+ "types": "./LexicalNodeContextMenuPlugin.d.ts",
899
+ "development": "./LexicalNodeContextMenuPlugin.dev.js",
900
+ "production": "./LexicalNodeContextMenuPlugin.prod.js",
901
+ "default": "./LexicalNodeContextMenuPlugin.js"
902
+ }
903
+ },
904
+ "./LexicalNodeContextMenuPlugin.js": {
905
+ "import": {
906
+ "types": "./LexicalNodeContextMenuPlugin.d.ts",
907
+ "development": "./LexicalNodeContextMenuPlugin.dev.mjs",
908
+ "production": "./LexicalNodeContextMenuPlugin.prod.mjs",
909
+ "node": "./LexicalNodeContextMenuPlugin.node.mjs",
910
+ "default": "./LexicalNodeContextMenuPlugin.mjs"
911
+ },
912
+ "require": {
913
+ "types": "./LexicalNodeContextMenuPlugin.d.ts",
914
+ "development": "./LexicalNodeContextMenuPlugin.dev.js",
915
+ "production": "./LexicalNodeContextMenuPlugin.prod.js",
916
+ "default": "./LexicalNodeContextMenuPlugin.js"
917
+ }
918
+ },
919
+ "./LexicalNodeEventPlugin": {
920
+ "import": {
921
+ "types": "./LexicalNodeEventPlugin.d.ts",
922
+ "development": "./LexicalNodeEventPlugin.dev.mjs",
923
+ "production": "./LexicalNodeEventPlugin.prod.mjs",
924
+ "node": "./LexicalNodeEventPlugin.node.mjs",
925
+ "default": "./LexicalNodeEventPlugin.mjs"
926
+ },
927
+ "require": {
928
+ "types": "./LexicalNodeEventPlugin.d.ts",
929
+ "development": "./LexicalNodeEventPlugin.dev.js",
930
+ "production": "./LexicalNodeEventPlugin.prod.js",
931
+ "default": "./LexicalNodeEventPlugin.js"
932
+ }
933
+ },
934
+ "./LexicalNodeEventPlugin.js": {
935
+ "import": {
936
+ "types": "./LexicalNodeEventPlugin.d.ts",
937
+ "development": "./LexicalNodeEventPlugin.dev.mjs",
938
+ "production": "./LexicalNodeEventPlugin.prod.mjs",
939
+ "node": "./LexicalNodeEventPlugin.node.mjs",
940
+ "default": "./LexicalNodeEventPlugin.mjs"
941
+ },
942
+ "require": {
943
+ "types": "./LexicalNodeEventPlugin.d.ts",
944
+ "development": "./LexicalNodeEventPlugin.dev.js",
945
+ "production": "./LexicalNodeEventPlugin.prod.js",
946
+ "default": "./LexicalNodeEventPlugin.js"
947
+ }
948
+ },
949
+ "./LexicalNodeMenuPlugin": {
950
+ "import": {
951
+ "types": "./LexicalNodeMenuPlugin.d.ts",
952
+ "development": "./LexicalNodeMenuPlugin.dev.mjs",
953
+ "production": "./LexicalNodeMenuPlugin.prod.mjs",
954
+ "node": "./LexicalNodeMenuPlugin.node.mjs",
955
+ "default": "./LexicalNodeMenuPlugin.mjs"
956
+ },
957
+ "require": {
958
+ "types": "./LexicalNodeMenuPlugin.d.ts",
959
+ "development": "./LexicalNodeMenuPlugin.dev.js",
960
+ "production": "./LexicalNodeMenuPlugin.prod.js",
961
+ "default": "./LexicalNodeMenuPlugin.js"
962
+ }
963
+ },
964
+ "./LexicalNodeMenuPlugin.js": {
965
+ "import": {
966
+ "types": "./LexicalNodeMenuPlugin.d.ts",
967
+ "development": "./LexicalNodeMenuPlugin.dev.mjs",
968
+ "production": "./LexicalNodeMenuPlugin.prod.mjs",
969
+ "node": "./LexicalNodeMenuPlugin.node.mjs",
970
+ "default": "./LexicalNodeMenuPlugin.mjs"
971
+ },
972
+ "require": {
973
+ "types": "./LexicalNodeMenuPlugin.d.ts",
974
+ "development": "./LexicalNodeMenuPlugin.dev.js",
975
+ "production": "./LexicalNodeMenuPlugin.prod.js",
976
+ "default": "./LexicalNodeMenuPlugin.js"
977
+ }
978
+ },
979
+ "./LexicalOnChangePlugin": {
980
+ "import": {
981
+ "types": "./LexicalOnChangePlugin.d.ts",
982
+ "development": "./LexicalOnChangePlugin.dev.mjs",
983
+ "production": "./LexicalOnChangePlugin.prod.mjs",
984
+ "node": "./LexicalOnChangePlugin.node.mjs",
985
+ "default": "./LexicalOnChangePlugin.mjs"
986
+ },
987
+ "require": {
988
+ "types": "./LexicalOnChangePlugin.d.ts",
989
+ "development": "./LexicalOnChangePlugin.dev.js",
990
+ "production": "./LexicalOnChangePlugin.prod.js",
991
+ "default": "./LexicalOnChangePlugin.js"
992
+ }
993
+ },
994
+ "./LexicalOnChangePlugin.js": {
995
+ "import": {
996
+ "types": "./LexicalOnChangePlugin.d.ts",
997
+ "development": "./LexicalOnChangePlugin.dev.mjs",
998
+ "production": "./LexicalOnChangePlugin.prod.mjs",
999
+ "node": "./LexicalOnChangePlugin.node.mjs",
1000
+ "default": "./LexicalOnChangePlugin.mjs"
1001
+ },
1002
+ "require": {
1003
+ "types": "./LexicalOnChangePlugin.d.ts",
1004
+ "development": "./LexicalOnChangePlugin.dev.js",
1005
+ "production": "./LexicalOnChangePlugin.prod.js",
1006
+ "default": "./LexicalOnChangePlugin.js"
1007
+ }
1008
+ },
1009
+ "./LexicalPlainTextPlugin": {
1010
+ "import": {
1011
+ "types": "./LexicalPlainTextPlugin.d.ts",
1012
+ "development": "./LexicalPlainTextPlugin.dev.mjs",
1013
+ "production": "./LexicalPlainTextPlugin.prod.mjs",
1014
+ "node": "./LexicalPlainTextPlugin.node.mjs",
1015
+ "default": "./LexicalPlainTextPlugin.mjs"
1016
+ },
1017
+ "require": {
1018
+ "types": "./LexicalPlainTextPlugin.d.ts",
1019
+ "development": "./LexicalPlainTextPlugin.dev.js",
1020
+ "production": "./LexicalPlainTextPlugin.prod.js",
1021
+ "default": "./LexicalPlainTextPlugin.js"
1022
+ }
1023
+ },
1024
+ "./LexicalPlainTextPlugin.js": {
1025
+ "import": {
1026
+ "types": "./LexicalPlainTextPlugin.d.ts",
1027
+ "development": "./LexicalPlainTextPlugin.dev.mjs",
1028
+ "production": "./LexicalPlainTextPlugin.prod.mjs",
1029
+ "node": "./LexicalPlainTextPlugin.node.mjs",
1030
+ "default": "./LexicalPlainTextPlugin.mjs"
1031
+ },
1032
+ "require": {
1033
+ "types": "./LexicalPlainTextPlugin.d.ts",
1034
+ "development": "./LexicalPlainTextPlugin.dev.js",
1035
+ "production": "./LexicalPlainTextPlugin.prod.js",
1036
+ "default": "./LexicalPlainTextPlugin.js"
1037
+ }
1038
+ },
1039
+ "./LexicalRichTextPlugin": {
1040
+ "import": {
1041
+ "types": "./LexicalRichTextPlugin.d.ts",
1042
+ "development": "./LexicalRichTextPlugin.dev.mjs",
1043
+ "production": "./LexicalRichTextPlugin.prod.mjs",
1044
+ "node": "./LexicalRichTextPlugin.node.mjs",
1045
+ "default": "./LexicalRichTextPlugin.mjs"
1046
+ },
1047
+ "require": {
1048
+ "types": "./LexicalRichTextPlugin.d.ts",
1049
+ "development": "./LexicalRichTextPlugin.dev.js",
1050
+ "production": "./LexicalRichTextPlugin.prod.js",
1051
+ "default": "./LexicalRichTextPlugin.js"
1052
+ }
1053
+ },
1054
+ "./LexicalRichTextPlugin.js": {
1055
+ "import": {
1056
+ "types": "./LexicalRichTextPlugin.d.ts",
1057
+ "development": "./LexicalRichTextPlugin.dev.mjs",
1058
+ "production": "./LexicalRichTextPlugin.prod.mjs",
1059
+ "node": "./LexicalRichTextPlugin.node.mjs",
1060
+ "default": "./LexicalRichTextPlugin.mjs"
1061
+ },
1062
+ "require": {
1063
+ "types": "./LexicalRichTextPlugin.d.ts",
1064
+ "development": "./LexicalRichTextPlugin.dev.js",
1065
+ "production": "./LexicalRichTextPlugin.prod.js",
1066
+ "default": "./LexicalRichTextPlugin.js"
1067
+ }
1068
+ },
1069
+ "./LexicalSelectionAlwaysOnDisplay": {
1070
+ "import": {
1071
+ "types": "./LexicalSelectionAlwaysOnDisplay.d.ts",
1072
+ "development": "./LexicalSelectionAlwaysOnDisplay.dev.mjs",
1073
+ "production": "./LexicalSelectionAlwaysOnDisplay.prod.mjs",
1074
+ "node": "./LexicalSelectionAlwaysOnDisplay.node.mjs",
1075
+ "default": "./LexicalSelectionAlwaysOnDisplay.mjs"
1076
+ },
1077
+ "require": {
1078
+ "types": "./LexicalSelectionAlwaysOnDisplay.d.ts",
1079
+ "development": "./LexicalSelectionAlwaysOnDisplay.dev.js",
1080
+ "production": "./LexicalSelectionAlwaysOnDisplay.prod.js",
1081
+ "default": "./LexicalSelectionAlwaysOnDisplay.js"
1082
+ }
1083
+ },
1084
+ "./LexicalSelectionAlwaysOnDisplay.js": {
1085
+ "import": {
1086
+ "types": "./LexicalSelectionAlwaysOnDisplay.d.ts",
1087
+ "development": "./LexicalSelectionAlwaysOnDisplay.dev.mjs",
1088
+ "production": "./LexicalSelectionAlwaysOnDisplay.prod.mjs",
1089
+ "node": "./LexicalSelectionAlwaysOnDisplay.node.mjs",
1090
+ "default": "./LexicalSelectionAlwaysOnDisplay.mjs"
1091
+ },
1092
+ "require": {
1093
+ "types": "./LexicalSelectionAlwaysOnDisplay.d.ts",
1094
+ "development": "./LexicalSelectionAlwaysOnDisplay.dev.js",
1095
+ "production": "./LexicalSelectionAlwaysOnDisplay.prod.js",
1096
+ "default": "./LexicalSelectionAlwaysOnDisplay.js"
1097
+ }
1098
+ },
1099
+ "./LexicalTabIndentationPlugin": {
1100
+ "import": {
1101
+ "types": "./LexicalTabIndentationPlugin.d.ts",
1102
+ "development": "./LexicalTabIndentationPlugin.dev.mjs",
1103
+ "production": "./LexicalTabIndentationPlugin.prod.mjs",
1104
+ "node": "./LexicalTabIndentationPlugin.node.mjs",
1105
+ "default": "./LexicalTabIndentationPlugin.mjs"
1106
+ },
1107
+ "require": {
1108
+ "types": "./LexicalTabIndentationPlugin.d.ts",
1109
+ "development": "./LexicalTabIndentationPlugin.dev.js",
1110
+ "production": "./LexicalTabIndentationPlugin.prod.js",
1111
+ "default": "./LexicalTabIndentationPlugin.js"
1112
+ }
1113
+ },
1114
+ "./LexicalTabIndentationPlugin.js": {
1115
+ "import": {
1116
+ "types": "./LexicalTabIndentationPlugin.d.ts",
1117
+ "development": "./LexicalTabIndentationPlugin.dev.mjs",
1118
+ "production": "./LexicalTabIndentationPlugin.prod.mjs",
1119
+ "node": "./LexicalTabIndentationPlugin.node.mjs",
1120
+ "default": "./LexicalTabIndentationPlugin.mjs"
1121
+ },
1122
+ "require": {
1123
+ "types": "./LexicalTabIndentationPlugin.d.ts",
1124
+ "development": "./LexicalTabIndentationPlugin.dev.js",
1125
+ "production": "./LexicalTabIndentationPlugin.prod.js",
1126
+ "default": "./LexicalTabIndentationPlugin.js"
1127
+ }
1128
+ },
1129
+ "./LexicalTableOfContentsPlugin": {
1130
+ "import": {
1131
+ "types": "./LexicalTableOfContentsPlugin.d.ts",
1132
+ "development": "./LexicalTableOfContentsPlugin.dev.mjs",
1133
+ "production": "./LexicalTableOfContentsPlugin.prod.mjs",
1134
+ "node": "./LexicalTableOfContentsPlugin.node.mjs",
1135
+ "default": "./LexicalTableOfContentsPlugin.mjs"
1136
+ },
1137
+ "require": {
1138
+ "types": "./LexicalTableOfContentsPlugin.d.ts",
1139
+ "development": "./LexicalTableOfContentsPlugin.dev.js",
1140
+ "production": "./LexicalTableOfContentsPlugin.prod.js",
1141
+ "default": "./LexicalTableOfContentsPlugin.js"
1142
+ }
1143
+ },
1144
+ "./LexicalTableOfContentsPlugin.js": {
1145
+ "import": {
1146
+ "types": "./LexicalTableOfContentsPlugin.d.ts",
1147
+ "development": "./LexicalTableOfContentsPlugin.dev.mjs",
1148
+ "production": "./LexicalTableOfContentsPlugin.prod.mjs",
1149
+ "node": "./LexicalTableOfContentsPlugin.node.mjs",
1150
+ "default": "./LexicalTableOfContentsPlugin.mjs"
1151
+ },
1152
+ "require": {
1153
+ "types": "./LexicalTableOfContentsPlugin.d.ts",
1154
+ "development": "./LexicalTableOfContentsPlugin.dev.js",
1155
+ "production": "./LexicalTableOfContentsPlugin.prod.js",
1156
+ "default": "./LexicalTableOfContentsPlugin.js"
1157
+ }
1158
+ },
1159
+ "./LexicalTablePlugin": {
1160
+ "import": {
1161
+ "types": "./LexicalTablePlugin.d.ts",
1162
+ "development": "./LexicalTablePlugin.dev.mjs",
1163
+ "production": "./LexicalTablePlugin.prod.mjs",
1164
+ "node": "./LexicalTablePlugin.node.mjs",
1165
+ "default": "./LexicalTablePlugin.mjs"
1166
+ },
1167
+ "require": {
1168
+ "types": "./LexicalTablePlugin.d.ts",
1169
+ "development": "./LexicalTablePlugin.dev.js",
1170
+ "production": "./LexicalTablePlugin.prod.js",
1171
+ "default": "./LexicalTablePlugin.js"
1172
+ }
1173
+ },
1174
+ "./LexicalTablePlugin.js": {
1175
+ "import": {
1176
+ "types": "./LexicalTablePlugin.d.ts",
1177
+ "development": "./LexicalTablePlugin.dev.mjs",
1178
+ "production": "./LexicalTablePlugin.prod.mjs",
1179
+ "node": "./LexicalTablePlugin.node.mjs",
1180
+ "default": "./LexicalTablePlugin.mjs"
1181
+ },
1182
+ "require": {
1183
+ "types": "./LexicalTablePlugin.d.ts",
1184
+ "development": "./LexicalTablePlugin.dev.js",
1185
+ "production": "./LexicalTablePlugin.prod.js",
1186
+ "default": "./LexicalTablePlugin.js"
1187
+ }
1188
+ },
1189
+ "./LexicalTreeView": {
1190
+ "import": {
1191
+ "types": "./LexicalTreeView.d.ts",
1192
+ "development": "./LexicalTreeView.dev.mjs",
1193
+ "production": "./LexicalTreeView.prod.mjs",
1194
+ "node": "./LexicalTreeView.node.mjs",
1195
+ "default": "./LexicalTreeView.mjs"
1196
+ },
1197
+ "require": {
1198
+ "types": "./LexicalTreeView.d.ts",
1199
+ "development": "./LexicalTreeView.dev.js",
1200
+ "production": "./LexicalTreeView.prod.js",
1201
+ "default": "./LexicalTreeView.js"
1202
+ }
1203
+ },
1204
+ "./LexicalTreeView.js": {
1205
+ "import": {
1206
+ "types": "./LexicalTreeView.d.ts",
1207
+ "development": "./LexicalTreeView.dev.mjs",
1208
+ "production": "./LexicalTreeView.prod.mjs",
1209
+ "node": "./LexicalTreeView.node.mjs",
1210
+ "default": "./LexicalTreeView.mjs"
1211
+ },
1212
+ "require": {
1213
+ "types": "./LexicalTreeView.d.ts",
1214
+ "development": "./LexicalTreeView.dev.js",
1215
+ "production": "./LexicalTreeView.prod.js",
1216
+ "default": "./LexicalTreeView.js"
1217
+ }
1218
+ },
1219
+ "./LexicalTypeaheadMenuPlugin": {
1220
+ "import": {
1221
+ "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1222
+ "development": "./LexicalTypeaheadMenuPlugin.dev.mjs",
1223
+ "production": "./LexicalTypeaheadMenuPlugin.prod.mjs",
1224
+ "node": "./LexicalTypeaheadMenuPlugin.node.mjs",
1225
+ "default": "./LexicalTypeaheadMenuPlugin.mjs"
1226
+ },
1227
+ "require": {
1228
+ "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1229
+ "development": "./LexicalTypeaheadMenuPlugin.dev.js",
1230
+ "production": "./LexicalTypeaheadMenuPlugin.prod.js",
1231
+ "default": "./LexicalTypeaheadMenuPlugin.js"
1232
+ }
1233
+ },
1234
+ "./LexicalTypeaheadMenuPlugin.js": {
1235
+ "import": {
1236
+ "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1237
+ "development": "./LexicalTypeaheadMenuPlugin.dev.mjs",
1238
+ "production": "./LexicalTypeaheadMenuPlugin.prod.mjs",
1239
+ "node": "./LexicalTypeaheadMenuPlugin.node.mjs",
1240
+ "default": "./LexicalTypeaheadMenuPlugin.mjs"
1241
+ },
1242
+ "require": {
1243
+ "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1244
+ "development": "./LexicalTypeaheadMenuPlugin.dev.js",
1245
+ "production": "./LexicalTypeaheadMenuPlugin.prod.js",
1246
+ "default": "./LexicalTypeaheadMenuPlugin.js"
1247
+ }
1248
+ },
1249
+ "./ReactExtension": {
1250
+ "import": {
1251
+ "types": "./ReactExtension.d.ts",
1252
+ "development": "./LexicalReactExtension.dev.mjs",
1253
+ "production": "./LexicalReactExtension.prod.mjs",
1254
+ "node": "./LexicalReactExtension.node.mjs",
1255
+ "default": "./LexicalReactExtension.mjs"
1256
+ },
1257
+ "require": {
1258
+ "types": "./ReactExtension.d.ts",
1259
+ "development": "./LexicalReactExtension.dev.js",
1260
+ "production": "./LexicalReactExtension.prod.js",
1261
+ "default": "./LexicalReactExtension.js"
1262
+ }
1263
+ },
1264
+ "./ReactExtension.js": {
1265
+ "import": {
1266
+ "types": "./ReactExtension.d.ts",
1267
+ "development": "./LexicalReactExtension.dev.mjs",
1268
+ "production": "./LexicalReactExtension.prod.mjs",
1269
+ "node": "./LexicalReactExtension.node.mjs",
1270
+ "default": "./LexicalReactExtension.mjs"
1271
+ },
1272
+ "require": {
1273
+ "types": "./ReactExtension.d.ts",
1274
+ "development": "./LexicalReactExtension.dev.js",
1275
+ "production": "./LexicalReactExtension.prod.js",
1276
+ "default": "./LexicalReactExtension.js"
1277
+ }
1278
+ },
1279
+ "./ReactPluginHostExtension": {
1280
+ "import": {
1281
+ "types": "./ReactPluginHostExtension.d.ts",
1282
+ "development": "./LexicalReactPluginHostExtension.dev.mjs",
1283
+ "production": "./LexicalReactPluginHostExtension.prod.mjs",
1284
+ "node": "./LexicalReactPluginHostExtension.node.mjs",
1285
+ "default": "./LexicalReactPluginHostExtension.mjs"
1286
+ },
1287
+ "require": {
1288
+ "types": "./ReactPluginHostExtension.d.ts",
1289
+ "development": "./LexicalReactPluginHostExtension.dev.js",
1290
+ "production": "./LexicalReactPluginHostExtension.prod.js",
1291
+ "default": "./LexicalReactPluginHostExtension.js"
1292
+ }
1293
+ },
1294
+ "./ReactPluginHostExtension.js": {
1295
+ "import": {
1296
+ "types": "./ReactPluginHostExtension.d.ts",
1297
+ "development": "./LexicalReactPluginHostExtension.dev.mjs",
1298
+ "production": "./LexicalReactPluginHostExtension.prod.mjs",
1299
+ "node": "./LexicalReactPluginHostExtension.node.mjs",
1300
+ "default": "./LexicalReactPluginHostExtension.mjs"
1301
+ },
1302
+ "require": {
1303
+ "types": "./ReactPluginHostExtension.d.ts",
1304
+ "development": "./LexicalReactPluginHostExtension.dev.js",
1305
+ "production": "./LexicalReactPluginHostExtension.prod.js",
1306
+ "default": "./LexicalReactPluginHostExtension.js"
1307
+ }
1308
+ },
1309
+ "./ReactProviderExtension": {
1310
+ "import": {
1311
+ "types": "./ReactProviderExtension.d.ts",
1312
+ "development": "./LexicalReactProviderExtension.dev.mjs",
1313
+ "production": "./LexicalReactProviderExtension.prod.mjs",
1314
+ "node": "./LexicalReactProviderExtension.node.mjs",
1315
+ "default": "./LexicalReactProviderExtension.mjs"
1316
+ },
1317
+ "require": {
1318
+ "types": "./ReactProviderExtension.d.ts",
1319
+ "development": "./LexicalReactProviderExtension.dev.js",
1320
+ "production": "./LexicalReactProviderExtension.prod.js",
1321
+ "default": "./LexicalReactProviderExtension.js"
1322
+ }
1323
+ },
1324
+ "./ReactProviderExtension.js": {
1325
+ "import": {
1326
+ "types": "./ReactProviderExtension.d.ts",
1327
+ "development": "./LexicalReactProviderExtension.dev.mjs",
1328
+ "production": "./LexicalReactProviderExtension.prod.mjs",
1329
+ "node": "./LexicalReactProviderExtension.node.mjs",
1330
+ "default": "./LexicalReactProviderExtension.mjs"
1331
+ },
1332
+ "require": {
1333
+ "types": "./ReactProviderExtension.d.ts",
1334
+ "development": "./LexicalReactProviderExtension.dev.js",
1335
+ "production": "./LexicalReactProviderExtension.prod.js",
1336
+ "default": "./LexicalReactProviderExtension.js"
1337
+ }
1338
+ },
1339
+ "./TreeViewExtension": {
1340
+ "import": {
1341
+ "types": "./TreeViewExtension.d.ts",
1342
+ "development": "./LexicalTreeViewExtension.dev.mjs",
1343
+ "production": "./LexicalTreeViewExtension.prod.mjs",
1344
+ "node": "./LexicalTreeViewExtension.node.mjs",
1345
+ "default": "./LexicalTreeViewExtension.mjs"
1346
+ },
1347
+ "require": {
1348
+ "types": "./TreeViewExtension.d.ts",
1349
+ "development": "./LexicalTreeViewExtension.dev.js",
1350
+ "production": "./LexicalTreeViewExtension.prod.js",
1351
+ "default": "./LexicalTreeViewExtension.js"
1352
+ }
1353
+ },
1354
+ "./TreeViewExtension.js": {
1355
+ "import": {
1356
+ "types": "./TreeViewExtension.d.ts",
1357
+ "development": "./LexicalTreeViewExtension.dev.mjs",
1358
+ "production": "./LexicalTreeViewExtension.prod.mjs",
1359
+ "node": "./LexicalTreeViewExtension.node.mjs",
1360
+ "default": "./LexicalTreeViewExtension.mjs"
1361
+ },
1362
+ "require": {
1363
+ "types": "./TreeViewExtension.d.ts",
1364
+ "development": "./LexicalTreeViewExtension.dev.js",
1365
+ "production": "./LexicalTreeViewExtension.prod.js",
1366
+ "default": "./LexicalTreeViewExtension.js"
1367
+ }
1368
+ },
1369
+ "./useExtensionComponent": {
1370
+ "import": {
1371
+ "types": "./useExtensionComponent.d.ts",
1372
+ "development": "./useLexicalExtensionComponent.dev.mjs",
1373
+ "production": "./useLexicalExtensionComponent.prod.mjs",
1374
+ "node": "./useLexicalExtensionComponent.node.mjs",
1375
+ "default": "./useLexicalExtensionComponent.mjs"
1376
+ },
1377
+ "require": {
1378
+ "types": "./useExtensionComponent.d.ts",
1379
+ "development": "./useLexicalExtensionComponent.dev.js",
1380
+ "production": "./useLexicalExtensionComponent.prod.js",
1381
+ "default": "./useLexicalExtensionComponent.js"
1382
+ }
1383
+ },
1384
+ "./useExtensionComponent.js": {
1385
+ "import": {
1386
+ "types": "./useExtensionComponent.d.ts",
1387
+ "development": "./useLexicalExtensionComponent.dev.mjs",
1388
+ "production": "./useLexicalExtensionComponent.prod.mjs",
1389
+ "node": "./useLexicalExtensionComponent.node.mjs",
1390
+ "default": "./useLexicalExtensionComponent.mjs"
1391
+ },
1392
+ "require": {
1393
+ "types": "./useExtensionComponent.d.ts",
1394
+ "development": "./useLexicalExtensionComponent.dev.js",
1395
+ "production": "./useLexicalExtensionComponent.prod.js",
1396
+ "default": "./useLexicalExtensionComponent.js"
1397
+ }
1398
+ },
1399
+ "./useLexicalEditable": {
1400
+ "import": {
1401
+ "types": "./useLexicalEditable.d.ts",
1402
+ "development": "./useLexicalEditable.dev.mjs",
1403
+ "production": "./useLexicalEditable.prod.mjs",
1404
+ "node": "./useLexicalEditable.node.mjs",
1405
+ "default": "./useLexicalEditable.mjs"
1406
+ },
1407
+ "require": {
1408
+ "types": "./useLexicalEditable.d.ts",
1409
+ "development": "./useLexicalEditable.dev.js",
1410
+ "production": "./useLexicalEditable.prod.js",
1411
+ "default": "./useLexicalEditable.js"
1412
+ }
1413
+ },
1414
+ "./useLexicalEditable.js": {
1415
+ "import": {
1416
+ "types": "./useLexicalEditable.d.ts",
1417
+ "development": "./useLexicalEditable.dev.mjs",
1418
+ "production": "./useLexicalEditable.prod.mjs",
1419
+ "node": "./useLexicalEditable.node.mjs",
1420
+ "default": "./useLexicalEditable.mjs"
1421
+ },
1422
+ "require": {
1423
+ "types": "./useLexicalEditable.d.ts",
1424
+ "development": "./useLexicalEditable.dev.js",
1425
+ "production": "./useLexicalEditable.prod.js",
1426
+ "default": "./useLexicalEditable.js"
1427
+ }
1428
+ },
1429
+ "./useLexicalIsTextContentEmpty": {
1430
+ "import": {
1431
+ "types": "./useLexicalIsTextContentEmpty.d.ts",
1432
+ "development": "./useLexicalIsTextContentEmpty.dev.mjs",
1433
+ "production": "./useLexicalIsTextContentEmpty.prod.mjs",
1434
+ "node": "./useLexicalIsTextContentEmpty.node.mjs",
1435
+ "default": "./useLexicalIsTextContentEmpty.mjs"
1436
+ },
1437
+ "require": {
1438
+ "types": "./useLexicalIsTextContentEmpty.d.ts",
1439
+ "development": "./useLexicalIsTextContentEmpty.dev.js",
1440
+ "production": "./useLexicalIsTextContentEmpty.prod.js",
1441
+ "default": "./useLexicalIsTextContentEmpty.js"
1442
+ }
1443
+ },
1444
+ "./useLexicalIsTextContentEmpty.js": {
1445
+ "import": {
1446
+ "types": "./useLexicalIsTextContentEmpty.d.ts",
1447
+ "development": "./useLexicalIsTextContentEmpty.dev.mjs",
1448
+ "production": "./useLexicalIsTextContentEmpty.prod.mjs",
1449
+ "node": "./useLexicalIsTextContentEmpty.node.mjs",
1450
+ "default": "./useLexicalIsTextContentEmpty.mjs"
1451
+ },
1452
+ "require": {
1453
+ "types": "./useLexicalIsTextContentEmpty.d.ts",
1454
+ "development": "./useLexicalIsTextContentEmpty.dev.js",
1455
+ "production": "./useLexicalIsTextContentEmpty.prod.js",
1456
+ "default": "./useLexicalIsTextContentEmpty.js"
1457
+ }
1458
+ },
1459
+ "./useLexicalNodeSelection": {
1460
+ "import": {
1461
+ "types": "./useLexicalNodeSelection.d.ts",
1462
+ "development": "./useLexicalNodeSelection.dev.mjs",
1463
+ "production": "./useLexicalNodeSelection.prod.mjs",
1464
+ "node": "./useLexicalNodeSelection.node.mjs",
1465
+ "default": "./useLexicalNodeSelection.mjs"
1466
+ },
1467
+ "require": {
1468
+ "types": "./useLexicalNodeSelection.d.ts",
1469
+ "development": "./useLexicalNodeSelection.dev.js",
1470
+ "production": "./useLexicalNodeSelection.prod.js",
1471
+ "default": "./useLexicalNodeSelection.js"
1472
+ }
1473
+ },
1474
+ "./useLexicalNodeSelection.js": {
1475
+ "import": {
1476
+ "types": "./useLexicalNodeSelection.d.ts",
1477
+ "development": "./useLexicalNodeSelection.dev.mjs",
1478
+ "production": "./useLexicalNodeSelection.prod.mjs",
1479
+ "node": "./useLexicalNodeSelection.node.mjs",
1480
+ "default": "./useLexicalNodeSelection.mjs"
1481
+ },
1482
+ "require": {
1483
+ "types": "./useLexicalNodeSelection.d.ts",
1484
+ "development": "./useLexicalNodeSelection.dev.js",
1485
+ "production": "./useLexicalNodeSelection.prod.js",
1486
+ "default": "./useLexicalNodeSelection.js"
1487
+ }
1488
+ },
1489
+ "./useLexicalSubscription": {
1490
+ "import": {
1491
+ "types": "./useLexicalSubscription.d.ts",
1492
+ "development": "./useLexicalSubscription.dev.mjs",
1493
+ "production": "./useLexicalSubscription.prod.mjs",
1494
+ "node": "./useLexicalSubscription.node.mjs",
1495
+ "default": "./useLexicalSubscription.mjs"
1496
+ },
1497
+ "require": {
1498
+ "types": "./useLexicalSubscription.d.ts",
1499
+ "development": "./useLexicalSubscription.dev.js",
1500
+ "production": "./useLexicalSubscription.prod.js",
1501
+ "default": "./useLexicalSubscription.js"
1502
+ }
1503
+ },
1504
+ "./useLexicalSubscription.js": {
1505
+ "import": {
1506
+ "types": "./useLexicalSubscription.d.ts",
1507
+ "development": "./useLexicalSubscription.dev.mjs",
1508
+ "production": "./useLexicalSubscription.prod.mjs",
1509
+ "node": "./useLexicalSubscription.node.mjs",
1510
+ "default": "./useLexicalSubscription.mjs"
1511
+ },
1512
+ "require": {
1513
+ "types": "./useLexicalSubscription.d.ts",
1514
+ "development": "./useLexicalSubscription.dev.js",
1515
+ "production": "./useLexicalSubscription.prod.js",
1516
+ "default": "./useLexicalSubscription.js"
1517
+ }
1518
+ },
1519
+ "./useLexicalTextEntity": {
1520
+ "import": {
1521
+ "types": "./useLexicalTextEntity.d.ts",
1522
+ "development": "./useLexicalTextEntity.dev.mjs",
1523
+ "production": "./useLexicalTextEntity.prod.mjs",
1524
+ "node": "./useLexicalTextEntity.node.mjs",
1525
+ "default": "./useLexicalTextEntity.mjs"
1526
+ },
1527
+ "require": {
1528
+ "types": "./useLexicalTextEntity.d.ts",
1529
+ "development": "./useLexicalTextEntity.dev.js",
1530
+ "production": "./useLexicalTextEntity.prod.js",
1531
+ "default": "./useLexicalTextEntity.js"
1532
+ }
1533
+ },
1534
+ "./useLexicalTextEntity.js": {
1535
+ "import": {
1536
+ "types": "./useLexicalTextEntity.d.ts",
1537
+ "development": "./useLexicalTextEntity.dev.mjs",
1538
+ "production": "./useLexicalTextEntity.prod.mjs",
1539
+ "node": "./useLexicalTextEntity.node.mjs",
1540
+ "default": "./useLexicalTextEntity.mjs"
1541
+ },
1542
+ "require": {
1543
+ "types": "./useLexicalTextEntity.d.ts",
1544
+ "development": "./useLexicalTextEntity.dev.js",
1545
+ "production": "./useLexicalTextEntity.prod.js",
1546
+ "default": "./useLexicalTextEntity.js"
1547
+ }
1548
+ }
1549
+ },
1550
+ "sideEffects": false,
1551
+ "devDependencies": {
1552
+ "@types/jest-axe": "^3.5.9",
1553
+ "jest-axe": "^10.0.0"
1554
+ },
1555
+ "depup": {
1556
+ "changes": {
1557
+ "@floating-ui/react": {
1558
+ "from": "^0.27.16",
1559
+ "to": "^0.27.19"
1560
+ },
1561
+ "react-error-boundary": {
1562
+ "from": "^6.0.0",
1563
+ "to": "^6.1.1"
1564
+ }
1565
+ },
1566
+ "depsUpdated": 2,
1567
+ "originalPackage": "@lexical/react",
1568
+ "originalVersion": "0.41.0",
1569
+ "processedAt": "2026-03-18T22:41:06.222Z",
1570
+ "smokeTest": "failed"
1571
+ }
1572
+ }