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