@payloadcms/richtext-lexical 3.0.0-canary.fb81f02 → 3.0.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 (1965) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cell/rscEntry.d.ts +12 -0
  3. package/dist/cell/rscEntry.d.ts.map +1 -0
  4. package/dist/cell/rscEntry.js +82 -0
  5. package/dist/cell/rscEntry.js.map +1 -0
  6. package/dist/exports/client/Component-DOSSWC76.js +2 -0
  7. package/dist/exports/client/Component-DOSSWC76.js.map +7 -0
  8. package/dist/exports/client/Component-MBLHTKDK.js +2 -0
  9. package/dist/exports/client/Component-MBLHTKDK.js.map +7 -0
  10. package/dist/exports/client/Field-KKSJXHR7.js +2 -0
  11. package/dist/exports/client/Field-KKSJXHR7.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -1
  15. package/dist/exports/client/chunk-2CYU43GM.js +2 -0
  16. package/dist/exports/client/chunk-2CYU43GM.js.map +7 -0
  17. package/dist/exports/client/chunk-5PBXL4HT.js +2 -0
  18. package/dist/exports/client/chunk-5PBXL4HT.js.map +7 -0
  19. package/dist/exports/client/chunk-C7S3V4EB.js +2 -0
  20. package/dist/exports/client/chunk-C7S3V4EB.js.map +7 -0
  21. package/dist/exports/client/chunk-CUIBIFW2.js +2 -0
  22. package/dist/exports/client/chunk-CUIBIFW2.js.map +7 -0
  23. package/dist/exports/client/chunk-MI5HS4QX.js +2 -0
  24. package/dist/exports/client/chunk-MI5HS4QX.js.map +7 -0
  25. package/dist/exports/client/chunk-QPPOQTHD.js +2 -0
  26. package/dist/exports/client/chunk-QPPOQTHD.js.map +7 -0
  27. package/dist/exports/client/chunk-U7O7EYCP.js +2 -0
  28. package/dist/exports/client/chunk-U7O7EYCP.js.map +7 -0
  29. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  30. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  31. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  32. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  33. package/dist/exports/client/component-H3EYQ5KG.js +2 -0
  34. package/dist/exports/client/component-H3EYQ5KG.js.map +7 -0
  35. package/dist/exports/client/componentInline-ZGO3K4TA.js +2 -0
  36. package/dist/exports/client/componentInline-ZGO3K4TA.js.map +7 -0
  37. package/dist/exports/client/index.d.ts +31 -26
  38. package/dist/exports/client/index.d.ts.map +1 -1
  39. package/dist/exports/client/index.js +11 -9
  40. package/dist/exports/client/index.js.map +4 -4
  41. package/dist/exports/server/ast/mdx.d.ts +7 -0
  42. package/dist/exports/server/ast/mdx.d.ts.map +1 -0
  43. package/dist/exports/server/ast/mdx.js +37 -0
  44. package/dist/exports/server/ast/mdx.js.map +1 -0
  45. package/dist/exports/server/migrate.d.ts +16 -0
  46. package/dist/exports/server/migrate.d.ts.map +1 -0
  47. package/dist/exports/server/migrate.js +16 -0
  48. package/dist/exports/server/migrate.js.map +1 -0
  49. package/dist/exports/server/rsc.d.ts +3 -0
  50. package/dist/exports/server/rsc.d.ts.map +1 -0
  51. package/dist/exports/server/rsc.js +3 -0
  52. package/dist/exports/server/rsc.js.map +1 -0
  53. package/dist/exports/shared.d.ts +4 -0
  54. package/dist/exports/shared.d.ts.map +1 -0
  55. package/dist/exports/shared.js +4 -0
  56. package/dist/exports/shared.js.map +1 -0
  57. package/dist/features/align/client/index.d.ts +2 -0
  58. package/dist/features/align/client/index.d.ts.map +1 -0
  59. package/dist/features/align/client/index.js +163 -0
  60. package/dist/features/align/client/index.js.map +1 -0
  61. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  62. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  63. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  64. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  65. package/dist/features/align/server/i18n.d.ts.map +1 -0
  66. package/dist/features/align/server/i18n.js +195 -0
  67. package/dist/features/align/server/i18n.js.map +1 -0
  68. package/dist/features/align/server/index.d.ts +2 -0
  69. package/dist/features/align/server/index.d.ts.map +1 -0
  70. package/dist/features/align/server/index.js +10 -0
  71. package/dist/features/align/server/index.js.map +1 -0
  72. package/dist/features/blockquote/client/index.d.ts +2 -0
  73. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  74. package/dist/features/blockquote/client/index.js +72 -0
  75. package/dist/features/blockquote/client/index.js.map +1 -0
  76. package/dist/features/blockquote/markdownTransformer.js +28 -34
  77. package/dist/features/blockquote/markdownTransformer.js.map +1 -1
  78. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  79. package/dist/features/blockquote/server/i18n.js +99 -0
  80. package/dist/features/blockquote/server/i18n.js.map +1 -0
  81. package/dist/features/blockquote/server/index.d.ts +7 -0
  82. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  83. package/dist/features/blockquote/server/index.js +51 -0
  84. package/dist/features/blockquote/server/index.js.map +1 -0
  85. package/dist/features/blocks/client/component/BlockContent.d.ts +48 -0
  86. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  87. package/dist/features/blocks/client/component/BlockContent.js +88 -0
  88. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  89. package/dist/features/blocks/client/component/components/BlockCollapsible.d.ts +11 -0
  90. package/dist/features/blocks/client/component/components/BlockCollapsible.d.ts.map +1 -0
  91. package/dist/features/blocks/client/component/components/BlockCollapsible.js +37 -0
  92. package/dist/features/blocks/client/component/components/BlockCollapsible.js.map +1 -0
  93. package/dist/features/blocks/client/component/components/BlockEditButton.d.ts +3 -0
  94. package/dist/features/blocks/client/component/components/BlockEditButton.d.ts.map +1 -0
  95. package/dist/features/blocks/client/component/components/BlockEditButton.js +22 -0
  96. package/dist/features/blocks/client/component/components/BlockEditButton.js.map +1 -0
  97. package/dist/features/blocks/client/component/components/BlockRemoveButton.d.ts +3 -0
  98. package/dist/features/blocks/client/component/components/BlockRemoveButton.d.ts.map +1 -0
  99. package/dist/features/blocks/client/component/components/BlockRemoveButton.js +22 -0
  100. package/dist/features/blocks/client/component/components/BlockRemoveButton.js.map +1 -0
  101. package/dist/features/blocks/client/component/index.d.ts +11 -0
  102. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  103. package/dist/features/blocks/client/component/index.js +346 -0
  104. package/dist/features/blocks/client/component/index.js.map +1 -0
  105. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  106. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  107. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  108. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts +5 -0
  109. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts.map +1 -0
  110. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js +28 -0
  111. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js.map +1 -0
  112. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.d.ts +3 -0
  113. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.d.ts.map +1 -0
  114. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js +22 -0
  115. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js.map +1 -0
  116. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.d.ts +3 -0
  117. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.d.ts.map +1 -0
  118. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js +22 -0
  119. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js.map +1 -0
  120. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.d.ts +3 -0
  121. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.d.ts.map +1 -0
  122. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js +22 -0
  123. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js.map +1 -0
  124. package/dist/features/blocks/client/componentInline/index.d.ts +22 -0
  125. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  126. package/dist/features/blocks/client/componentInline/index.js +296 -0
  127. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  128. package/dist/features/blocks/client/index.d.ts +2 -0
  129. package/dist/features/blocks/client/index.d.ts.map +1 -0
  130. package/dist/features/blocks/client/index.js +152 -0
  131. package/dist/features/blocks/client/index.js.map +1 -0
  132. package/dist/features/blocks/client/markdownTransformer.d.ts +16 -0
  133. package/dist/features/blocks/client/markdownTransformer.d.ts.map +1 -0
  134. package/dist/features/blocks/client/markdownTransformer.js +144 -0
  135. package/dist/features/blocks/client/markdownTransformer.js.map +1 -0
  136. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  137. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  138. package/dist/features/blocks/client/nodes/BlocksNode.js +51 -0
  139. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  140. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  141. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  142. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  143. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  144. package/dist/features/blocks/client/plugin/commands.d.ts +5 -0
  145. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  146. package/dist/features/blocks/client/plugin/commands.js +6 -0
  147. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  148. package/dist/features/blocks/client/plugin/index.d.ts +5 -0
  149. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  150. package/dist/features/blocks/client/plugin/index.js +98 -0
  151. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  152. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  153. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  154. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  155. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  156. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  157. package/dist/features/blocks/server/i18n.js +291 -0
  158. package/dist/features/blocks/server/i18n.js.map +1 -0
  159. package/dist/features/blocks/server/index.d.ts +7 -0
  160. package/dist/features/blocks/server/index.d.ts.map +1 -0
  161. package/dist/features/blocks/server/index.js +197 -0
  162. package/dist/features/blocks/server/index.js.map +1 -0
  163. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts +22 -0
  164. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts.map +1 -0
  165. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js +136 -0
  166. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js.map +1 -0
  167. package/dist/features/blocks/server/markdownTransformer.d.ts +22 -0
  168. package/dist/features/blocks/server/markdownTransformer.d.ts.map +1 -0
  169. package/dist/features/blocks/server/markdownTransformer.js +400 -0
  170. package/dist/features/blocks/server/markdownTransformer.js.map +1 -0
  171. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  172. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  173. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  174. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  175. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  176. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  177. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  178. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  179. package/dist/features/blocks/server/validate.d.ts +6 -0
  180. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  181. package/dist/features/blocks/server/validate.js +51 -0
  182. package/dist/features/blocks/server/validate.js.map +1 -0
  183. package/dist/features/converters/html/converter/converters/linebreak.js +4 -7
  184. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -1
  185. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -1
  186. package/dist/features/converters/html/converter/converters/paragraph.js +28 -19
  187. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -1
  188. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -1
  189. package/dist/features/converters/html/converter/converters/text.js +29 -29
  190. package/dist/features/converters/html/converter/converters/text.js.map +1 -1
  191. package/dist/features/converters/html/converter/defaultConverters.js +1 -6
  192. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -1
  193. package/dist/features/converters/html/converter/index.d.ts +11 -7
  194. package/dist/features/converters/html/converter/index.d.ts.map +1 -1
  195. package/dist/features/converters/html/converter/index.js +82 -51
  196. package/dist/features/converters/html/converter/index.js.map +1 -1
  197. package/dist/features/converters/html/converter/types.d.ts +3 -1
  198. package/dist/features/converters/html/converter/types.d.ts.map +1 -1
  199. package/dist/features/converters/html/converter/types.js +1 -2
  200. package/dist/features/converters/html/converter/types.js.map +1 -1
  201. package/dist/features/converters/html/field/index.d.ts.map +1 -1
  202. package/dist/features/converters/html/field/index.js +140 -139
  203. package/dist/features/converters/html/field/index.js.map +1 -1
  204. package/dist/features/converters/html/index.d.ts +8 -0
  205. package/dist/features/converters/html/index.d.ts.map +1 -0
  206. package/dist/features/converters/html/index.js +7 -0
  207. package/dist/features/converters/html/index.js.map +1 -0
  208. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  209. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  210. package/dist/features/debug/testRecorder/client/index.js +11 -0
  211. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  212. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  213. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  214. package/dist/features/debug/testRecorder/client/plugin/index.js +422 -0
  215. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  216. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  217. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  218. package/dist/features/debug/testRecorder/server/index.js +8 -0
  219. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  220. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  221. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  222. package/dist/features/debug/treeView/client/index.js +11 -0
  223. package/dist/features/debug/treeView/client/index.js.map +1 -0
  224. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  225. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  226. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  227. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  228. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  229. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  230. package/dist/features/debug/treeView/server/index.js +8 -0
  231. package/dist/features/debug/treeView/server/index.js.map +1 -0
  232. package/dist/features/experimental_table/client/index.d.ts +2 -0
  233. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  234. package/dist/features/experimental_table/client/index.js +56 -0
  235. package/dist/features/experimental_table/client/index.js.map +1 -0
  236. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  237. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  238. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +521 -0
  239. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  240. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  241. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  242. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +321 -0
  243. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  244. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  245. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  246. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +225 -0
  247. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  248. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  249. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  250. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +152 -0
  251. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  252. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  253. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  254. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  255. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  256. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  257. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  258. package/dist/features/experimental_table/markdownTransformer.d.ts +5 -0
  259. package/dist/features/experimental_table/markdownTransformer.d.ts.map +1 -0
  260. package/dist/features/experimental_table/markdownTransformer.js +127 -0
  261. package/dist/features/experimental_table/markdownTransformer.js.map +1 -0
  262. package/dist/features/experimental_table/server/index.d.ts +13 -0
  263. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  264. package/dist/features/experimental_table/server/index.js +154 -0
  265. package/dist/features/experimental_table/server/index.js.map +1 -0
  266. package/dist/features/format/bold/feature.client.d.ts +1 -4
  267. package/dist/features/format/bold/feature.client.d.ts.map +1 -1
  268. package/dist/features/format/bold/feature.client.js +35 -35
  269. package/dist/features/format/bold/feature.client.js.map +1 -1
  270. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  271. package/dist/features/format/bold/feature.server.js +14 -20
  272. package/dist/features/format/bold/feature.server.js.map +1 -1
  273. package/dist/features/format/bold/markdownTransformers.js +14 -25
  274. package/dist/features/format/bold/markdownTransformers.js.map +1 -1
  275. package/dist/features/format/inlineCode/feature.client.d.ts +1 -4
  276. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -1
  277. package/dist/features/format/inlineCode/feature.client.js +27 -28
  278. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  279. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  280. package/dist/features/format/inlineCode/feature.server.js +5 -10
  281. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  282. package/dist/features/format/inlineCode/markdownTransformers.js +3 -6
  283. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -1
  284. package/dist/features/format/italic/feature.client.d.ts +1 -4
  285. package/dist/features/format/italic/feature.client.d.ts.map +1 -1
  286. package/dist/features/format/italic/feature.client.js +27 -29
  287. package/dist/features/format/italic/feature.client.js.map +1 -1
  288. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  289. package/dist/features/format/italic/feature.server.js +5 -11
  290. package/dist/features/format/italic/feature.server.js.map +1 -1
  291. package/dist/features/format/italic/markdownTransformers.js +7 -12
  292. package/dist/features/format/italic/markdownTransformers.js.map +1 -1
  293. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  294. package/dist/features/format/shared/toolbarFormatGroup.js +9 -8
  295. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -1
  296. package/dist/features/format/strikethrough/feature.client.d.ts +1 -4
  297. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -1
  298. package/dist/features/format/strikethrough/feature.client.js +27 -28
  299. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  300. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  301. package/dist/features/format/strikethrough/feature.server.js +5 -10
  302. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  303. package/dist/features/format/strikethrough/markdownTransformers.js +3 -6
  304. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -1
  305. package/dist/features/format/subscript/feature.client.d.ts +1 -4
  306. package/dist/features/format/subscript/feature.client.d.ts.map +1 -1
  307. package/dist/features/format/subscript/feature.client.js +26 -25
  308. package/dist/features/format/subscript/feature.client.js.map +1 -1
  309. package/dist/features/format/subscript/feature.server.d.ts.map +1 -1
  310. package/dist/features/format/subscript/feature.server.js +4 -7
  311. package/dist/features/format/subscript/feature.server.js.map +1 -1
  312. package/dist/features/format/superscript/feature.client.d.ts +1 -4
  313. package/dist/features/format/superscript/feature.client.d.ts.map +1 -1
  314. package/dist/features/format/superscript/feature.client.js +26 -25
  315. package/dist/features/format/superscript/feature.client.js.map +1 -1
  316. package/dist/features/format/superscript/feature.server.d.ts.map +1 -1
  317. package/dist/features/format/superscript/feature.server.js +4 -7
  318. package/dist/features/format/superscript/feature.server.js.map +1 -1
  319. package/dist/features/format/underline/feature.client.d.ts +1 -4
  320. package/dist/features/format/underline/feature.client.d.ts.map +1 -1
  321. package/dist/features/format/underline/feature.client.js +26 -25
  322. package/dist/features/format/underline/feature.client.js.map +1 -1
  323. package/dist/features/format/underline/feature.server.d.ts.map +1 -1
  324. package/dist/features/format/underline/feature.server.js +4 -7
  325. package/dist/features/format/underline/feature.server.js.map +1 -1
  326. package/dist/features/heading/client/index.d.ts +3 -0
  327. package/dist/features/heading/client/index.d.ts.map +1 -0
  328. package/dist/features/heading/client/index.js +108 -0
  329. package/dist/features/heading/client/index.js.map +1 -0
  330. package/dist/features/heading/markdownTransformer.js +22 -25
  331. package/dist/features/heading/markdownTransformer.js.map +1 -1
  332. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  333. package/dist/features/heading/server/i18n.js +99 -0
  334. package/dist/features/heading/server/i18n.js.map +1 -0
  335. package/dist/features/heading/server/index.d.ts +10 -0
  336. package/dist/features/heading/server/index.d.ts.map +1 -0
  337. package/dist/features/heading/server/index.js +62 -0
  338. package/dist/features/heading/server/index.js.map +1 -0
  339. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  340. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  341. package/dist/features/horizontalRule/client/component/index.js +100 -0
  342. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  343. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  344. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  345. package/dist/features/horizontalRule/client/index.js +62 -0
  346. package/dist/features/horizontalRule/client/index.js.map +1 -0
  347. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  348. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  349. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  350. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  351. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  352. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  353. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  354. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  355. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  356. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  357. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  358. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  359. package/dist/features/horizontalRule/server/i18n.js +99 -0
  360. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  361. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  362. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  363. package/dist/features/horizontalRule/server/index.js +25 -0
  364. package/dist/features/horizontalRule/server/index.js.map +1 -0
  365. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  366. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  367. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  368. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  369. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  370. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  371. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  372. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  373. package/dist/features/indent/client/index.d.ts +2 -0
  374. package/dist/features/indent/client/index.d.ts.map +1 -0
  375. package/dist/features/indent/client/index.js +62 -0
  376. package/dist/features/indent/client/index.js.map +1 -0
  377. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  378. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  379. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  380. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  381. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  382. package/dist/features/indent/server/i18n.js +131 -0
  383. package/dist/features/indent/server/i18n.js.map +1 -0
  384. package/dist/features/indent/server/index.d.ts +2 -0
  385. package/dist/features/indent/server/index.d.ts.map +1 -0
  386. package/dist/features/indent/server/index.js +10 -0
  387. package/dist/features/indent/server/index.js.map +1 -0
  388. package/dist/features/link/client/index.d.ts +4 -0
  389. package/dist/features/link/client/index.d.ts.map +1 -0
  390. package/dist/features/link/client/index.js +96 -0
  391. package/dist/features/link/client/index.js.map +1 -0
  392. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  393. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  394. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  395. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  396. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  397. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  398. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  399. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  400. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  401. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  402. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  403. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  404. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +317 -0
  405. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  406. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  407. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  408. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  409. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  410. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  411. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  412. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  413. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  414. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  415. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  416. package/dist/features/link/client/plugins/link/index.js +60 -0
  417. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  418. package/dist/features/link/markdownTransformer.js +38 -39
  419. package/dist/features/link/markdownTransformer.js.map +1 -1
  420. package/dist/features/link/nodes/AutoLinkNode.js +57 -56
  421. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  422. package/dist/features/link/nodes/LinkNode.d.ts +1 -1
  423. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  424. package/dist/features/link/nodes/LinkNode.js +283 -277
  425. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  426. package/dist/features/link/nodes/types.d.ts +3 -3
  427. package/dist/features/link/nodes/types.d.ts.map +1 -1
  428. package/dist/features/link/nodes/types.js +1 -2
  429. package/dist/features/link/nodes/types.js.map +1 -1
  430. package/dist/features/link/server/baseFields.d.ts +3 -0
  431. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  432. package/dist/features/link/server/baseFields.js +136 -0
  433. package/dist/features/link/server/baseFields.js.map +1 -0
  434. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  435. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  436. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  437. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  438. package/dist/features/link/server/i18n.d.ts.map +1 -0
  439. package/dist/features/link/server/i18n.js +131 -0
  440. package/dist/features/link/server/i18n.js.map +1 -0
  441. package/dist/features/link/server/index.d.ts +35 -0
  442. package/dist/features/link/server/index.d.ts.map +1 -0
  443. package/dist/features/link/server/index.js +151 -0
  444. package/dist/features/link/server/index.js.map +1 -0
  445. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  446. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  447. package/dist/features/link/server/transformExtraFields.js +20 -0
  448. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  449. package/dist/features/link/server/validate.d.ts +6 -0
  450. package/dist/features/link/server/validate.d.ts.map +1 -0
  451. package/dist/features/link/server/validate.js +43 -0
  452. package/dist/features/link/server/validate.js.map +1 -0
  453. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  454. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  455. package/dist/features/lists/checklist/client/index.js +92 -0
  456. package/dist/features/lists/checklist/client/index.js.map +1 -0
  457. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  458. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  459. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  460. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  461. package/dist/features/lists/checklist/markdownTransformers.js +7 -11
  462. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -1
  463. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  464. package/dist/features/lists/checklist/server/i18n.js +99 -0
  465. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  466. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  467. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  468. package/dist/features/lists/checklist/server/index.js +30 -0
  469. package/dist/features/lists/checklist/server/index.js.map +1 -0
  470. package/dist/features/lists/htmlConverter.d.ts.map +1 -1
  471. package/dist/features/lists/htmlConverter.js +62 -43
  472. package/dist/features/lists/htmlConverter.js.map +1 -1
  473. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  474. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  475. package/dist/features/lists/orderedList/client/index.js +84 -0
  476. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  477. package/dist/features/lists/orderedList/markdownTransformer.js +7 -11
  478. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -1
  479. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  480. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  481. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  482. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  483. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  484. package/dist/features/lists/orderedList/server/index.js +30 -0
  485. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  486. package/dist/features/lists/plugin/index.js +3 -3
  487. package/dist/features/lists/plugin/index.js.map +1 -1
  488. package/dist/features/lists/shared/markdown.js +48 -49
  489. package/dist/features/lists/shared/markdown.js.map +1 -1
  490. package/dist/features/lists/shared/slashMenuListGroup.js +9 -8
  491. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -1
  492. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  493. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  494. package/dist/features/lists/unorderedList/client/index.js +80 -0
  495. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  496. package/dist/features/lists/unorderedList/markdownTransformer.js +7 -11
  497. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -1
  498. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  499. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  500. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  501. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  502. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  503. package/dist/features/lists/unorderedList/server/index.js +26 -0
  504. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +1 -1
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +19 -17
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -1
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +1 -1
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -1
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +31 -29
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -1
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +1 -1
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -1
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +22 -20
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -1
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +1 -1
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  519. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +22 -19
  520. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -1
  521. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +1 -1
  522. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -1
  523. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +19 -17
  524. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -1
  525. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +1 -1
  526. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  527. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +25 -23
  528. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -1
  529. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +1 -1
  530. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  531. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +20 -21
  532. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -1
  533. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +2 -2
  534. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -1
  535. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +8 -17
  536. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -1
  537. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +5 -3
  538. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -1
  539. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +71 -56
  540. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -1
  541. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +1 -9
  542. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -1
  543. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +1 -2
  544. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -1
  545. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +1 -4
  546. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -1
  547. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +5 -22
  548. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -1
  549. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +5 -3
  550. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -1
  551. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +43 -39
  552. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -1
  553. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  554. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  555. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  556. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  557. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  558. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +64 -59
  559. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  560. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +1 -1
  561. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -1
  562. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +20 -20
  563. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -1
  564. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +1 -1
  565. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  566. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +21 -26
  567. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -1
  568. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +1 -1
  569. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -1
  570. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +29 -31
  571. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -1
  572. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +1 -1
  573. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -1
  574. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +27 -27
  575. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -1
  576. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +1 -1
  577. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  578. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +23 -22
  579. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -1
  580. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +1 -1
  581. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -1
  582. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +23 -23
  583. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -1
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +1 -1
  585. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -1
  586. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +13 -14
  587. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -1
  588. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +1 -1
  589. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  590. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +24 -24
  591. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -1
  592. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +1 -1
  593. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -1
  594. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +23 -23
  595. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -1
  596. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +1 -1
  597. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  598. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +16 -17
  599. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -1
  600. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +2 -2
  601. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -1
  602. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +11 -23
  603. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -1
  604. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -1
  605. package/dist/features/migrations/slateToLexical/converter/index.js +106 -98
  606. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -1
  607. package/dist/features/migrations/slateToLexical/converter/types.d.ts +0 -9
  608. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -1
  609. package/dist/features/migrations/slateToLexical/converter/types.js +1 -2
  610. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -1
  611. package/dist/features/migrations/slateToLexical/feature.client.d.ts +1 -4
  612. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -1
  613. package/dist/features/migrations/slateToLexical/feature.client.js +5 -22
  614. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -1
  615. package/dist/features/migrations/slateToLexical/feature.server.d.ts +6 -5
  616. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -1
  617. package/dist/features/migrations/slateToLexical/feature.server.js +44 -41
  618. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -1
  619. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  620. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  621. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  622. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  623. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  624. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +64 -59
  625. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  626. package/dist/features/paragraph/client/index.d.ts +2 -0
  627. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  628. package/dist/features/paragraph/client/index.js +68 -0
  629. package/dist/features/paragraph/client/index.js.map +1 -0
  630. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  631. package/dist/features/paragraph/server/i18n.js +131 -0
  632. package/dist/features/paragraph/server/i18n.js.map +1 -0
  633. package/dist/features/paragraph/server/index.d.ts +2 -0
  634. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  635. package/dist/features/paragraph/server/index.js +11 -0
  636. package/dist/features/paragraph/server/index.js.map +1 -0
  637. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  638. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  639. package/dist/features/relationship/client/components/RelationshipComponent.js +176 -0
  640. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  641. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  642. package/dist/features/relationship/client/drawer/commands.js +3 -0
  643. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  644. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  645. package/dist/features/relationship/client/drawer/index.js +155 -0
  646. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  647. package/dist/features/relationship/client/index.d.ts +3 -0
  648. package/dist/features/relationship/client/index.d.ts.map +1 -0
  649. package/dist/features/relationship/client/index.js +66 -0
  650. package/dist/features/relationship/client/index.js.map +1 -0
  651. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  652. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  653. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  654. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  655. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  656. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  657. package/dist/features/relationship/client/plugins/index.js +105 -0
  658. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  659. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  660. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  661. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  662. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  663. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  664. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  665. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  666. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  667. package/dist/features/relationship/server/i18n.js +99 -0
  668. package/dist/features/relationship/server/i18n.js.map +1 -0
  669. package/dist/features/relationship/server/index.d.ts +27 -0
  670. package/dist/features/relationship/server/index.d.ts.map +1 -0
  671. package/dist/features/relationship/server/index.js +67 -0
  672. package/dist/features/relationship/server/index.js.map +1 -0
  673. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  674. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  675. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  676. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  677. package/dist/features/shared/slashMenu/basicGroup.js +9 -8
  678. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -1
  679. package/dist/features/shared/toolbar/addDropdownGroup.js +8 -9
  680. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -1
  681. package/dist/features/shared/toolbar/featureButtonsGroup.js +7 -8
  682. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -1
  683. package/dist/features/shared/toolbar/textDropdownGroup.js +8 -9
  684. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -1
  685. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  686. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  687. package/dist/features/toolbars/fixed/client/Toolbar/index.js +313 -0
  688. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  689. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  690. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  691. package/dist/features/toolbars/fixed/client/index.js +11 -0
  692. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  693. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  694. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  695. package/dist/features/toolbars/fixed/server/index.js +18 -0
  696. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  697. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  698. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  699. package/dist/features/toolbars/inline/client/Toolbar/index.js +404 -0
  700. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  701. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  702. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  703. package/dist/features/toolbars/inline/client/index.js +11 -0
  704. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  705. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  706. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  707. package/dist/features/toolbars/inline/server/index.js +8 -0
  708. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  709. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  710. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  711. package/dist/features/toolbars/shared/ToolbarButton/index.js +78 -97
  712. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  713. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +5 -4
  714. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  715. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +202 -209
  716. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  717. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +5 -6
  718. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  719. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +290 -123
  720. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  721. package/dist/features/toolbars/types.d.ts +24 -11
  722. package/dist/features/toolbars/types.d.ts.map +1 -1
  723. package/dist/features/toolbars/types.js +1 -2
  724. package/dist/features/toolbars/types.js.map +1 -1
  725. package/dist/features/typeUtilities.js +2 -3
  726. package/dist/features/typeUtilities.js.map +1 -1
  727. package/dist/features/typesClient.d.ts +22 -30
  728. package/dist/features/typesClient.d.ts.map +1 -1
  729. package/dist/features/typesClient.js +1 -2
  730. package/dist/features/typesClient.js.map +1 -1
  731. package/dist/features/typesServer.d.ts +33 -34
  732. package/dist/features/typesServer.d.ts.map +1 -1
  733. package/dist/features/typesServer.js +1 -2
  734. package/dist/features/typesServer.js.map +1 -1
  735. package/dist/features/upload/client/component/index.d.ts +9 -0
  736. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  737. package/dist/features/upload/client/component/index.js +243 -0
  738. package/dist/features/upload/client/component/index.js.map +1 -0
  739. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  740. package/dist/features/upload/client/drawer/commands.js +5 -0
  741. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  742. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  743. package/dist/features/upload/client/drawer/index.js +128 -0
  744. package/dist/features/upload/client/drawer/index.js.map +1 -0
  745. package/dist/features/upload/client/feature.client.d.ts +9 -0
  746. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  747. package/dist/features/upload/client/feature.client.js +64 -0
  748. package/dist/features/upload/client/feature.client.js.map +1 -0
  749. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  750. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  751. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  752. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  753. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  754. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  755. package/dist/features/upload/client/plugin/index.js +81 -0
  756. package/dist/features/upload/client/plugin/index.js.map +1 -0
  757. package/dist/features/upload/server/feature.server.d.ts +18 -0
  758. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  759. package/dist/features/upload/server/feature.server.js +217 -0
  760. package/dist/features/upload/server/feature.server.js.map +1 -0
  761. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  762. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  763. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  764. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  765. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  766. package/dist/features/upload/server/i18n.js +99 -0
  767. package/dist/features/upload/server/i18n.js.map +1 -0
  768. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  769. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  770. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  771. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  772. package/dist/features/upload/server/validate.d.ts +5 -0
  773. package/dist/features/upload/server/validate.d.ts.map +1 -0
  774. package/dist/features/upload/server/validate.js +61 -0
  775. package/dist/features/upload/server/validate.js.map +1 -0
  776. package/dist/field/Field.d.ts +7 -7
  777. package/dist/field/Field.d.ts.map +1 -1
  778. package/dist/field/Field.js +104 -106
  779. package/dist/field/Field.js.map +1 -1
  780. package/dist/field/bundled.css +1 -0
  781. package/dist/field/index.d.ts +2 -9
  782. package/dist/field/index.d.ts.map +1 -1
  783. package/dist/field/index.js +92 -36
  784. package/dist/field/index.js.map +1 -1
  785. package/dist/field/rscEntry.d.ts +9 -0
  786. package/dist/field/rscEntry.d.ts.map +1 -0
  787. package/dist/field/rscEntry.js +56 -0
  788. package/dist/field/rscEntry.js.map +1 -0
  789. package/dist/i18n.js +160 -161
  790. package/dist/i18n.js.map +1 -1
  791. package/dist/index.d.ts +31 -42
  792. package/dist/index.d.ts.map +1 -1
  793. package/dist/index.js +695 -637
  794. package/dist/index.js.map +1 -1
  795. package/dist/lexical/EditorPlugin.d.ts.map +1 -1
  796. package/dist/lexical/EditorPlugin.js +16 -10
  797. package/dist/lexical/EditorPlugin.js.map +1 -1
  798. package/dist/lexical/LexicalEditor.d.ts +1 -1
  799. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  800. package/dist/lexical/LexicalEditor.js +209 -164
  801. package/dist/lexical/LexicalEditor.js.map +1 -1
  802. package/dist/lexical/LexicalProvider.d.ts +3 -7
  803. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  804. package/dist/lexical/LexicalProvider.js +78 -84
  805. package/dist/lexical/LexicalProvider.js.map +1 -1
  806. package/dist/lexical/config/client/EditorConfigProvider.d.ts +6 -13
  807. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  808. package/dist/lexical/config/client/EditorConfigProvider.js +77 -79
  809. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  810. package/dist/lexical/config/client/default.js +3 -3
  811. package/dist/lexical/config/client/default.js.map +1 -1
  812. package/dist/lexical/config/client/loader.d.ts +5 -2
  813. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  814. package/dist/lexical/config/client/loader.js +36 -39
  815. package/dist/lexical/config/client/loader.js.map +1 -1
  816. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  817. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  818. package/dist/lexical/config/client/sanitize.js +166 -165
  819. package/dist/lexical/config/client/sanitize.js.map +1 -1
  820. package/dist/lexical/config/server/default.js +18 -40
  821. package/dist/lexical/config/server/default.js.map +1 -1
  822. package/dist/lexical/config/server/loader.d.ts +2 -1
  823. package/dist/lexical/config/server/loader.d.ts.map +1 -1
  824. package/dist/lexical/config/server/loader.js +105 -103
  825. package/dist/lexical/config/server/loader.js.map +1 -1
  826. package/dist/lexical/config/server/sanitize.d.ts +1 -1
  827. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  828. package/dist/lexical/config/server/sanitize.js +117 -86
  829. package/dist/lexical/config/server/sanitize.js.map +1 -1
  830. package/dist/lexical/config/types.d.ts +2 -2
  831. package/dist/lexical/config/types.d.ts.map +1 -1
  832. package/dist/lexical/config/types.js +1 -2
  833. package/dist/lexical/config/types.js.map +1 -1
  834. package/dist/lexical/nodes/index.d.ts +4 -0
  835. package/dist/lexical/nodes/index.d.ts.map +1 -1
  836. package/dist/lexical/nodes/index.js +16 -8
  837. package/dist/lexical/nodes/index.js.map +1 -1
  838. package/dist/lexical/plugins/MarkdownShortcut/index.js +17 -5
  839. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  840. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +6 -6
  841. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -1
  842. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +358 -362
  843. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -1
  844. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +2 -2
  845. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -1
  846. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +223 -160
  847. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
  848. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +7 -2
  849. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  850. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +1 -2
  851. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  852. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  853. package/dist/lexical/plugins/SlashMenu/index.js +185 -169
  854. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  855. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -1
  856. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +41 -26
  857. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -1
  858. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  859. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +128 -130
  860. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  861. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +1 -1
  862. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  863. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +11 -10
  864. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -1
  865. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -1
  866. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +11 -10
  867. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -1
  868. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -1
  869. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +27 -23
  870. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -1
  871. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  872. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +313 -300
  873. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  874. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -1
  875. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +96 -99
  876. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  877. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  878. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +23 -16
  879. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -1
  880. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -1
  881. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +20 -27
  882. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -1
  883. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -1
  884. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +15 -11
  885. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -1
  886. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -1
  887. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +132 -118
  888. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -1
  889. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -1
  890. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +3 -2
  891. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -1
  892. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -1
  893. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +3 -2
  894. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -1
  895. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -1
  896. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +24 -25
  897. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -1
  898. package/dist/lexical/theme/EditorTheme.d.ts +0 -1
  899. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  900. package/dist/lexical/theme/EditorTheme.js +96 -102
  901. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  902. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  903. package/dist/lexical/ui/ContentEditable.js +27 -10
  904. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  905. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -1
  906. package/dist/lexical/ui/icons/AI/index.js +31 -33
  907. package/dist/lexical/ui/icons/AI/index.js.map +1 -1
  908. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -1
  909. package/dist/lexical/ui/icons/Add/index.js +16 -18
  910. package/dist/lexical/ui/icons/Add/index.js.map +1 -1
  911. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -1
  912. package/dist/lexical/ui/icons/AlignCenter/index.js +25 -28
  913. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  914. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -1
  915. package/dist/lexical/ui/icons/AlignJustify/index.js +25 -28
  916. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  917. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -1
  918. package/dist/lexical/ui/icons/AlignLeft/index.js +25 -28
  919. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  920. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -1
  921. package/dist/lexical/ui/icons/AlignRight/index.js +25 -28
  922. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
  923. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -1
  924. package/dist/lexical/ui/icons/Block/index.js +34 -37
  925. package/dist/lexical/ui/icons/Block/index.js.map +1 -1
  926. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -1
  927. package/dist/lexical/ui/icons/Blockquote/index.js +16 -15
  928. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
  929. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -1
  930. package/dist/lexical/ui/icons/Bold/index.js +16 -15
  931. package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
  932. package/dist/lexical/ui/icons/Caret/index.svg +2 -2
  933. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -1
  934. package/dist/lexical/ui/icons/Checklist/index.js +24 -26
  935. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
  936. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -1
  937. package/dist/lexical/ui/icons/Code/index.js +19 -21
  938. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  939. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -1
  940. package/dist/lexical/ui/icons/CodeBlock/index.js +19 -21
  941. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  942. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -1
  943. package/dist/lexical/ui/icons/H1/index.js +16 -15
  944. package/dist/lexical/ui/icons/H1/index.js.map +1 -1
  945. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -1
  946. package/dist/lexical/ui/icons/H2/index.js +16 -15
  947. package/dist/lexical/ui/icons/H2/index.js.map +1 -1
  948. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -1
  949. package/dist/lexical/ui/icons/H3/index.js +16 -15
  950. package/dist/lexical/ui/icons/H3/index.js.map +1 -1
  951. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -1
  952. package/dist/lexical/ui/icons/H4/index.js +16 -15
  953. package/dist/lexical/ui/icons/H4/index.js.map +1 -1
  954. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -1
  955. package/dist/lexical/ui/icons/H5/index.js +16 -15
  956. package/dist/lexical/ui/icons/H5/index.js.map +1 -1
  957. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -1
  958. package/dist/lexical/ui/icons/H6/index.js +16 -15
  959. package/dist/lexical/ui/icons/H6/index.js.map +1 -1
  960. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -1
  961. package/dist/lexical/ui/icons/HorizontalRule/index.js +19 -18
  962. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  963. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -1
  964. package/dist/lexical/ui/icons/IndentDecrease/index.js +28 -32
  965. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  966. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -1
  967. package/dist/lexical/ui/icons/IndentIncrease/index.js +28 -32
  968. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  969. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -1
  970. package/dist/lexical/ui/icons/InlineBlocks/index.js +18 -17
  971. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
  972. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -1
  973. package/dist/lexical/ui/icons/Italic/index.js +16 -15
  974. package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
  975. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -1
  976. package/dist/lexical/ui/icons/Link/index.js +17 -16
  977. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  978. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -1
  979. package/dist/lexical/ui/icons/Meatballs/index.js +19 -22
  980. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
  981. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -1
  982. package/dist/lexical/ui/icons/OrderedList/index.js +31 -36
  983. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
  984. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -1
  985. package/dist/lexical/ui/icons/Relationship/index.js +31 -33
  986. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
  987. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -1
  988. package/dist/lexical/ui/icons/Strikethrough/index.js +19 -21
  989. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  990. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -1
  991. package/dist/lexical/ui/icons/Subscript/index.js +16 -15
  992. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
  993. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -1
  994. package/dist/lexical/ui/icons/Superscript/index.js +16 -15
  995. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
  996. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -1
  997. package/dist/lexical/ui/icons/Table/index.js +17 -16
  998. package/dist/lexical/ui/icons/Table/index.js.map +1 -1
  999. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -1
  1000. package/dist/lexical/ui/icons/Text/index.js +16 -15
  1001. package/dist/lexical/ui/icons/Text/index.js.map +1 -1
  1002. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -1
  1003. package/dist/lexical/ui/icons/Underline/index.js +19 -21
  1004. package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
  1005. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -1
  1006. package/dist/lexical/ui/icons/UnorderedList/index.js +46 -52
  1007. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  1008. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -1
  1009. package/dist/lexical/ui/icons/Upload/index.js +28 -31
  1010. package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
  1011. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -1
  1012. package/dist/lexical/utils/canUseDOM.js +2 -1
  1013. package/dist/lexical/utils/canUseDOM.js.map +1 -1
  1014. package/dist/lexical/utils/environment.d.ts.map +1 -1
  1015. package/dist/lexical/utils/environment.js +2 -1
  1016. package/dist/lexical/utils/environment.js.map +1 -1
  1017. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -1
  1018. package/dist/lexical/utils/getDOMRangeRect.js +13 -12
  1019. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -1
  1020. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -1
  1021. package/dist/lexical/utils/getSelectedNode.js +18 -13
  1022. package/dist/lexical/utils/getSelectedNode.js.map +1 -1
  1023. package/dist/lexical/utils/guard.d.ts.map +1 -1
  1024. package/dist/lexical/utils/guard.js +3 -2
  1025. package/dist/lexical/utils/guard.js.map +1 -1
  1026. package/dist/lexical/utils/joinClasses.d.ts.map +1 -1
  1027. package/dist/lexical/utils/joinClasses.js +3 -2
  1028. package/dist/lexical/utils/joinClasses.js.map +1 -1
  1029. package/dist/lexical/utils/markdown/createBlockNode.js +9 -10
  1030. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  1031. package/dist/lexical/utils/nodeFormat.d.ts +2 -2
  1032. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -1
  1033. package/dist/lexical/utils/nodeFormat.js +58 -59
  1034. package/dist/lexical/utils/nodeFormat.js.map +1 -1
  1035. package/dist/lexical/utils/point.d.ts.map +1 -1
  1036. package/dist/lexical/utils/point.js +40 -32
  1037. package/dist/lexical/utils/point.js.map +1 -1
  1038. package/dist/lexical/utils/rect.d.ts +4 -4
  1039. package/dist/lexical/utils/rect.d.ts.map +1 -1
  1040. package/dist/lexical/utils/rect.js +167 -134
  1041. package/dist/lexical/utils/rect.js.map +1 -1
  1042. package/dist/lexical/utils/setFloatingElemPosition.d.ts +1 -1
  1043. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -1
  1044. package/dist/lexical/utils/setFloatingElemPosition.js +57 -46
  1045. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -1
  1046. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -1
  1047. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +23 -22
  1048. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -1
  1049. package/dist/lexical/utils/swipe.d.ts.map +1 -1
  1050. package/dist/lexical/utils/swipe.js +82 -83
  1051. package/dist/lexical/utils/swipe.js.map +1 -1
  1052. package/dist/lexical/utils/url.d.ts +5 -0
  1053. package/dist/lexical/utils/url.d.ts.map +1 -1
  1054. package/dist/lexical/utils/url.js +42 -21
  1055. package/dist/lexical/utils/url.js.map +1 -1
  1056. package/dist/lexical-proxy/@lexical-headless.d.ts +2 -0
  1057. package/dist/lexical-proxy/@lexical-headless.d.ts.map +1 -0
  1058. package/dist/lexical-proxy/@lexical-headless.js +2 -0
  1059. package/dist/lexical-proxy/@lexical-headless.js.map +1 -0
  1060. package/dist/lexical-proxy/@lexical-link.d.ts +2 -0
  1061. package/dist/lexical-proxy/@lexical-link.d.ts.map +1 -0
  1062. package/dist/lexical-proxy/@lexical-link.js +2 -0
  1063. package/dist/lexical-proxy/@lexical-link.js.map +1 -0
  1064. package/dist/lexical-proxy/@lexical-list.d.ts +2 -0
  1065. package/dist/lexical-proxy/@lexical-list.d.ts.map +1 -0
  1066. package/dist/lexical-proxy/@lexical-list.js +2 -0
  1067. package/dist/lexical-proxy/@lexical-list.js.map +1 -0
  1068. package/dist/lexical-proxy/@lexical-mark.d.ts +2 -0
  1069. package/dist/lexical-proxy/@lexical-mark.d.ts.map +1 -0
  1070. package/dist/lexical-proxy/@lexical-mark.js +2 -0
  1071. package/dist/lexical-proxy/@lexical-mark.js.map +1 -0
  1072. package/dist/lexical-proxy/@lexical-markdown.d.ts +2 -0
  1073. package/dist/lexical-proxy/@lexical-markdown.d.ts.map +1 -0
  1074. package/dist/lexical-proxy/@lexical-markdown.js +2 -0
  1075. package/dist/lexical-proxy/@lexical-markdown.js.map +1 -0
  1076. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.d.ts +2 -0
  1077. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.d.ts.map +1 -0
  1078. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.js +2 -0
  1079. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.js.map +1 -0
  1080. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.d.ts +2 -0
  1081. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.d.ts.map +1 -0
  1082. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.js +2 -0
  1083. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.js.map +1 -0
  1084. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.d.ts +2 -0
  1085. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.d.ts.map +1 -0
  1086. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.js +2 -0
  1087. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.js.map +1 -0
  1088. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.d.ts +2 -0
  1089. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.d.ts.map +1 -0
  1090. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.js +2 -0
  1091. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.js.map +1 -0
  1092. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.d.ts +2 -0
  1093. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.d.ts.map +1 -0
  1094. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.js +2 -0
  1095. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.js.map +1 -0
  1096. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.d.ts +2 -0
  1097. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.d.ts.map +1 -0
  1098. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.js +2 -0
  1099. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.js.map +1 -0
  1100. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.d.ts +2 -0
  1101. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.d.ts.map +1 -0
  1102. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.js +2 -0
  1103. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.js.map +1 -0
  1104. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.d.ts +2 -0
  1105. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.d.ts.map +1 -0
  1106. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.js +2 -0
  1107. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.js.map +1 -0
  1108. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.d.ts +2 -0
  1109. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.d.ts.map +1 -0
  1110. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.js +2 -0
  1111. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.js.map +1 -0
  1112. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.d.ts +2 -0
  1113. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.d.ts.map +1 -0
  1114. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.js +2 -0
  1115. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.js.map +1 -0
  1116. package/dist/lexical-proxy/@lexical-react/LexicalComposer.d.ts +2 -0
  1117. package/dist/lexical-proxy/@lexical-react/LexicalComposer.d.ts.map +1 -0
  1118. package/dist/lexical-proxy/@lexical-react/LexicalComposer.js +2 -0
  1119. package/dist/lexical-proxy/@lexical-react/LexicalComposer.js.map +1 -0
  1120. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.d.ts +2 -0
  1121. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.d.ts.map +1 -0
  1122. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.js +2 -0
  1123. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.js.map +1 -0
  1124. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.d.ts +2 -0
  1125. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.d.ts.map +1 -0
  1126. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.js +2 -0
  1127. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.js.map +1 -0
  1128. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts +2 -0
  1129. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts.map +1 -0
  1130. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js +2 -0
  1131. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js.map +1 -0
  1132. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.d.ts +2 -0
  1133. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.d.ts.map +1 -0
  1134. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.js +2 -0
  1135. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.js.map +1 -0
  1136. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.d.ts +2 -0
  1137. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.d.ts.map +1 -0
  1138. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.js +2 -0
  1139. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.js.map +1 -0
  1140. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.d.ts +2 -0
  1141. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.d.ts.map +1 -0
  1142. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.js +2 -0
  1143. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.js.map +1 -0
  1144. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.d.ts +2 -0
  1145. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.d.ts.map +1 -0
  1146. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.js +2 -0
  1147. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.js.map +1 -0
  1148. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.d.ts +2 -0
  1149. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.d.ts.map +1 -0
  1150. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.js +2 -0
  1151. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.js.map +1 -0
  1152. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.d.ts +2 -0
  1153. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.d.ts.map +1 -0
  1154. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.js +2 -0
  1155. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.js.map +1 -0
  1156. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.d.ts +2 -0
  1157. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.d.ts.map +1 -0
  1158. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.js +2 -0
  1159. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.js.map +1 -0
  1160. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.d.ts +2 -0
  1161. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.d.ts.map +1 -0
  1162. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.js +2 -0
  1163. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.js.map +1 -0
  1164. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.d.ts +2 -0
  1165. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.d.ts.map +1 -0
  1166. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.js +2 -0
  1167. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.js.map +1 -0
  1168. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.d.ts +2 -0
  1169. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.d.ts.map +1 -0
  1170. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.js +2 -0
  1171. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.js.map +1 -0
  1172. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.d.ts +2 -0
  1173. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.d.ts.map +1 -0
  1174. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.js +2 -0
  1175. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.js.map +1 -0
  1176. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.d.ts +2 -0
  1177. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.d.ts.map +1 -0
  1178. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.js +2 -0
  1179. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.js.map +1 -0
  1180. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.d.ts +2 -0
  1181. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.d.ts.map +1 -0
  1182. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.js +2 -0
  1183. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.js.map +1 -0
  1184. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.d.ts +2 -0
  1185. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.d.ts.map +1 -0
  1186. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.js +2 -0
  1187. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.js.map +1 -0
  1188. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.d.ts +2 -0
  1189. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.d.ts.map +1 -0
  1190. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.js +2 -0
  1191. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.js.map +1 -0
  1192. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.d.ts +2 -0
  1193. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.d.ts.map +1 -0
  1194. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.js +2 -0
  1195. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.js.map +1 -0
  1196. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.d.ts +2 -0
  1197. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.d.ts.map +1 -0
  1198. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.js +2 -0
  1199. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.js.map +1 -0
  1200. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.d.ts +2 -0
  1201. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.d.ts.map +1 -0
  1202. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.js +2 -0
  1203. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.js.map +1 -0
  1204. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.d.ts +2 -0
  1205. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.d.ts.map +1 -0
  1206. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.js +2 -0
  1207. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.js.map +1 -0
  1208. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.d.ts +2 -0
  1209. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.d.ts.map +1 -0
  1210. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.js +2 -0
  1211. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.js.map +1 -0
  1212. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.d.ts +2 -0
  1213. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.d.ts.map +1 -0
  1214. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.js +2 -0
  1215. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.js.map +1 -0
  1216. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.d.ts +2 -0
  1217. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.d.ts.map +1 -0
  1218. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.js +2 -0
  1219. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.js.map +1 -0
  1220. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.d.ts +2 -0
  1221. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.d.ts.map +1 -0
  1222. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.js +2 -0
  1223. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.js.map +1 -0
  1224. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.d.ts +2 -0
  1225. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.d.ts.map +1 -0
  1226. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.js +2 -0
  1227. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.js.map +1 -0
  1228. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.d.ts +2 -0
  1229. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.d.ts.map +1 -0
  1230. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.js +2 -0
  1231. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.js.map +1 -0
  1232. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.d.ts +2 -0
  1233. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.d.ts.map +1 -0
  1234. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.js +2 -0
  1235. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.js.map +1 -0
  1236. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.d.ts +2 -0
  1237. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.d.ts.map +1 -0
  1238. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.js +2 -0
  1239. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.js.map +1 -0
  1240. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.d.ts +2 -0
  1241. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.d.ts.map +1 -0
  1242. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.js +2 -0
  1243. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.js.map +1 -0
  1244. package/dist/lexical-proxy/@lexical-rich-text.d.ts +2 -0
  1245. package/dist/lexical-proxy/@lexical-rich-text.d.ts.map +1 -0
  1246. package/dist/lexical-proxy/@lexical-rich-text.js +2 -0
  1247. package/dist/lexical-proxy/@lexical-rich-text.js.map +1 -0
  1248. package/dist/lexical-proxy/@lexical-selection.d.ts +2 -0
  1249. package/dist/lexical-proxy/@lexical-selection.d.ts.map +1 -0
  1250. package/dist/lexical-proxy/@lexical-selection.js +2 -0
  1251. package/dist/lexical-proxy/@lexical-selection.js.map +1 -0
  1252. package/dist/lexical-proxy/@lexical-utils.d.ts +2 -0
  1253. package/dist/lexical-proxy/@lexical-utils.d.ts.map +1 -0
  1254. package/dist/lexical-proxy/@lexical-utils.js +2 -0
  1255. package/dist/lexical-proxy/@lexical-utils.js.map +1 -0
  1256. package/dist/lexical-proxy/lexical.d.ts +2 -0
  1257. package/dist/lexical-proxy/lexical.d.ts.map +1 -0
  1258. package/dist/lexical-proxy/lexical.js +2 -0
  1259. package/dist/lexical-proxy/lexical.js.map +1 -0
  1260. package/dist/nodeTypes.d.ts +8 -8
  1261. package/dist/nodeTypes.d.ts.map +1 -1
  1262. package/dist/nodeTypes.js +1 -2
  1263. package/dist/nodeTypes.js.map +1 -1
  1264. package/dist/populateGraphQL/defaultValue.js +24 -29
  1265. package/dist/populateGraphQL/defaultValue.js.map +1 -1
  1266. package/dist/populateGraphQL/populate.d.ts +3 -2
  1267. package/dist/populateGraphQL/populate.d.ts.map +1 -1
  1268. package/dist/populateGraphQL/populate.js +37 -25
  1269. package/dist/populateGraphQL/populate.js.map +1 -1
  1270. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  1271. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  1272. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +48 -32
  1273. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  1274. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +39 -25
  1275. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -1
  1276. package/dist/types.d.ts +26 -13
  1277. package/dist/types.d.ts.map +1 -1
  1278. package/dist/types.js +1 -2
  1279. package/dist/types.js.map +1 -1
  1280. package/dist/utilities/buildInitialState.d.ts +27 -0
  1281. package/dist/utilities/buildInitialState.d.ts.map +1 -0
  1282. package/dist/utilities/buildInitialState.js +53 -0
  1283. package/dist/utilities/buildInitialState.js.map +1 -0
  1284. package/dist/utilities/createClientFeature.d.ts +8 -5
  1285. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  1286. package/dist/utilities/createClientFeature.js +44 -27
  1287. package/dist/utilities/createClientFeature.js.map +1 -1
  1288. package/dist/utilities/createServerFeature.d.ts +1 -0
  1289. package/dist/utilities/createServerFeature.d.ts.map +1 -1
  1290. package/dist/utilities/createServerFeature.js +48 -31
  1291. package/dist/utilities/createServerFeature.js.map +1 -1
  1292. package/dist/utilities/fieldsDrawer/Drawer.d.ts +11 -8
  1293. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  1294. package/dist/utilities/fieldsDrawer/Drawer.js +67 -13
  1295. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  1296. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  1297. package/dist/utilities/fieldsDrawer/DrawerContent.js +117 -82
  1298. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  1299. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +13 -0
  1300. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -0
  1301. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +129 -0
  1302. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -0
  1303. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts +10 -0
  1304. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -0
  1305. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js +136 -0
  1306. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js.map +1 -0
  1307. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts +16 -0
  1308. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -0
  1309. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js +144 -0
  1310. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js.map +1 -0
  1311. package/dist/utilities/forEachNodeRecursively.js +24 -19
  1312. package/dist/utilities/forEachNodeRecursively.js.map +1 -1
  1313. package/dist/utilities/generateImportMap.d.ts +6 -0
  1314. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1315. package/dist/utilities/generateImportMap.js +55 -0
  1316. package/dist/utilities/generateImportMap.js.map +1 -0
  1317. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  1318. package/dist/utilities/generateSchemaMap.js +37 -28
  1319. package/dist/utilities/generateSchemaMap.js.map +1 -1
  1320. package/dist/utilities/initLexicalFeatures.d.ts +18 -0
  1321. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -0
  1322. package/dist/utilities/initLexicalFeatures.js +96 -0
  1323. package/dist/utilities/initLexicalFeatures.js.map +1 -0
  1324. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts +52 -0
  1325. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts.map +1 -0
  1326. package/dist/utilities/jsx/collectTopLevelJSXInLines.js +79 -0
  1327. package/dist/utilities/jsx/collectTopLevelJSXInLines.js.map +1 -0
  1328. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts +12 -0
  1329. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts.map +1 -0
  1330. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js +125 -0
  1331. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js.map +1 -0
  1332. package/dist/utilities/jsx/jsx.d.ts +26 -0
  1333. package/dist/utilities/jsx/jsx.d.ts.map +1 -0
  1334. package/dist/utilities/jsx/jsx.js +105 -0
  1335. package/dist/utilities/jsx/jsx.js.map +1 -0
  1336. package/dist/utilities/jsx/jsx.spec.d.ts +2 -0
  1337. package/dist/utilities/jsx/jsx.spec.d.ts.map +1 -0
  1338. package/dist/utilities/jsx/jsx.spec.js +142 -0
  1339. package/dist/utilities/jsx/jsx.spec.js.map +1 -0
  1340. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts +11 -0
  1341. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts.map +1 -0
  1342. package/dist/utilities/jsx/lexicalMarkdownCopy.js +61 -0
  1343. package/dist/utilities/jsx/lexicalMarkdownCopy.js.map +1 -0
  1344. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -1
  1345. package/dist/utilities/migrateSlateToLexical/index.js +125 -81
  1346. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -1
  1347. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +1 -1
  1348. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -1
  1349. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +73 -70
  1350. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -1
  1351. package/dist/utilities/recurseNodeTree.js +25 -22
  1352. package/dist/utilities/recurseNodeTree.js.map +1 -1
  1353. package/dist/utilities/upgradeLexicalData/index.js +99 -86
  1354. package/dist/utilities/upgradeLexicalData/index.js.map +1 -1
  1355. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +1 -1
  1356. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  1357. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +75 -66
  1358. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  1359. package/dist/utilities/useLexicalFeature.d.ts.map +1 -1
  1360. package/dist/utilities/useLexicalFeature.js +18 -9
  1361. package/dist/utilities/useLexicalFeature.js.map +1 -1
  1362. package/dist/validate/index.d.ts.map +1 -1
  1363. package/dist/validate/index.js +45 -24
  1364. package/dist/validate/index.js.map +1 -1
  1365. package/dist/validate/validateNodes.d.ts +2 -2
  1366. package/dist/validate/validateNodes.d.ts.map +1 -1
  1367. package/dist/validate/validateNodes.js +31 -28
  1368. package/dist/validate/validateNodes.js.map +1 -1
  1369. package/package.json +352 -45
  1370. package/dist/cell/index.d.ts +0 -9
  1371. package/dist/cell/index.d.ts.map +0 -1
  1372. package/dist/cell/index.js +0 -145
  1373. package/dist/cell/index.js.map +0 -1
  1374. package/dist/exports/client/Component-7HS6FEJS.js +0 -2
  1375. package/dist/exports/client/Component-7HS6FEJS.js.map +0 -7
  1376. package/dist/exports/client/Component-LAKSCIDX.js +0 -2
  1377. package/dist/exports/client/Component-LAKSCIDX.js.map +0 -7
  1378. package/dist/exports/client/Field-5GGTGCKC.js +0 -2
  1379. package/dist/exports/client/Field-5GGTGCKC.js.map +0 -7
  1380. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js +0 -2
  1381. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js.map +0 -7
  1382. package/dist/exports/client/chunk-6QXGZYUK.js +0 -2
  1383. package/dist/exports/client/chunk-6QXGZYUK.js.map +0 -7
  1384. package/dist/exports/client/chunk-EBB2CEB6.js +0 -2
  1385. package/dist/exports/client/chunk-EBB2CEB6.js.map +0 -7
  1386. package/dist/exports/client/chunk-IPCJ5EVK.js +0 -2
  1387. package/dist/exports/client/chunk-IPCJ5EVK.js.map +0 -7
  1388. package/dist/exports/client/chunk-IWZVO3AI.js +0 -2
  1389. package/dist/exports/client/chunk-IWZVO3AI.js.map +0 -7
  1390. package/dist/exports/client/chunk-Q5DYR7MH.js +0 -3
  1391. package/dist/exports/client/chunk-Q5DYR7MH.js.map +0 -7
  1392. package/dist/exports/client/chunk-VUVXZJJR.js +0 -2
  1393. package/dist/exports/client/chunk-VUVXZJJR.js.map +0 -7
  1394. package/dist/exports/client/component-D4GWDXK5.js +0 -2
  1395. package/dist/exports/client/component-D4GWDXK5.js.map +0 -7
  1396. package/dist/exports/client/component-KA7FDRMA.js +0 -2
  1397. package/dist/exports/client/component-KA7FDRMA.js.map +0 -7
  1398. package/dist/exports/client/component-VM36FRT2.js +0 -2
  1399. package/dist/exports/client/component-VM36FRT2.js.map +0 -7
  1400. package/dist/exports/client/componentInline-6EKPZSCV.js +0 -2
  1401. package/dist/exports/client/componentInline-6EKPZSCV.js.map +0 -7
  1402. package/dist/features/align/feature.client.d.ts +0 -5
  1403. package/dist/features/align/feature.client.d.ts.map +0 -1
  1404. package/dist/features/align/feature.client.js +0 -146
  1405. package/dist/features/align/feature.client.js.map +0 -1
  1406. package/dist/features/align/feature.server.d.ts +0 -2
  1407. package/dist/features/align/feature.server.d.ts.map +0 -1
  1408. package/dist/features/align/feature.server.js +0 -13
  1409. package/dist/features/align/feature.server.js.map +0 -1
  1410. package/dist/features/align/i18n.d.ts.map +0 -1
  1411. package/dist/features/align/i18n.js +0 -196
  1412. package/dist/features/align/i18n.js.map +0 -1
  1413. package/dist/features/align/toolbarAlignGroup.d.ts +0 -3
  1414. package/dist/features/align/toolbarAlignGroup.d.ts.map +0 -1
  1415. package/dist/features/align/toolbarAlignGroup.js +0 -12
  1416. package/dist/features/align/toolbarAlignGroup.js.map +0 -1
  1417. package/dist/features/blockquote/feature.client.d.ts +0 -5
  1418. package/dist/features/blockquote/feature.client.d.ts.map +0 -1
  1419. package/dist/features/blockquote/feature.client.js +0 -77
  1420. package/dist/features/blockquote/feature.client.js.map +0 -1
  1421. package/dist/features/blockquote/feature.server.d.ts +0 -7
  1422. package/dist/features/blockquote/feature.server.d.ts.map +0 -1
  1423. package/dist/features/blockquote/feature.server.js +0 -48
  1424. package/dist/features/blockquote/feature.server.js.map +0 -1
  1425. package/dist/features/blockquote/i18n.d.ts.map +0 -1
  1426. package/dist/features/blockquote/i18n.js +0 -100
  1427. package/dist/features/blockquote/i18n.js.map +0 -1
  1428. package/dist/features/blocks/component/BlockContent.d.ts +0 -27
  1429. package/dist/features/blocks/component/BlockContent.d.ts.map +0 -1
  1430. package/dist/features/blocks/component/BlockContent.js +0 -196
  1431. package/dist/features/blocks/component/BlockContent.js.map +0 -1
  1432. package/dist/features/blocks/component/FormSavePlugin.d.ts +0 -11
  1433. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1434. package/dist/features/blocks/component/FormSavePlugin.js +0 -29
  1435. package/dist/features/blocks/component/FormSavePlugin.js.map +0 -1
  1436. package/dist/features/blocks/component/index.d.ts +0 -11
  1437. package/dist/features/blocks/component/index.d.ts.map +0 -1
  1438. package/dist/features/blocks/component/index.js +0 -162
  1439. package/dist/features/blocks/component/index.js.map +0 -1
  1440. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1441. package/dist/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1442. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1443. package/dist/features/blocks/componentInline/index.d.ts +0 -10
  1444. package/dist/features/blocks/componentInline/index.d.ts.map +0 -1
  1445. package/dist/features/blocks/componentInline/index.js +0 -133
  1446. package/dist/features/blocks/componentInline/index.js.map +0 -1
  1447. package/dist/features/blocks/feature.client.d.ts +0 -13
  1448. package/dist/features/blocks/feature.client.d.ts.map +0 -1
  1449. package/dist/features/blocks/feature.client.js +0 -148
  1450. package/dist/features/blocks/feature.client.js.map +0 -1
  1451. package/dist/features/blocks/feature.server.d.ts +0 -8
  1452. package/dist/features/blocks/feature.server.d.ts.map +0 -1
  1453. package/dist/features/blocks/feature.server.js +0 -160
  1454. package/dist/features/blocks/feature.server.js.map +0 -1
  1455. package/dist/features/blocks/graphQLPopulationPromise.d.ts +0 -6
  1456. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +0 -1
  1457. package/dist/features/blocks/graphQLPopulationPromise.js +0 -31
  1458. package/dist/features/blocks/graphQLPopulationPromise.js.map +0 -1
  1459. package/dist/features/blocks/i18n.d.ts.map +0 -1
  1460. package/dist/features/blocks/i18n.js +0 -292
  1461. package/dist/features/blocks/i18n.js.map +0 -1
  1462. package/dist/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1463. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1464. package/dist/features/blocks/nodes/BlocksNode.js +0 -92
  1465. package/dist/features/blocks/nodes/BlocksNode.js.map +0 -1
  1466. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts +0 -39
  1467. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts.map +0 -1
  1468. package/dist/features/blocks/nodes/InlineBlocksNode.js +0 -94
  1469. package/dist/features/blocks/nodes/InlineBlocksNode.js.map +0 -1
  1470. package/dist/features/blocks/plugin/commands.d.ts +0 -9
  1471. package/dist/features/blocks/plugin/commands.d.ts.map +0 -1
  1472. package/dist/features/blocks/plugin/commands.js +0 -6
  1473. package/dist/features/blocks/plugin/commands.js.map +0 -1
  1474. package/dist/features/blocks/plugin/index.d.ts +0 -6
  1475. package/dist/features/blocks/plugin/index.d.ts.map +0 -1
  1476. package/dist/features/blocks/plugin/index.js +0 -111
  1477. package/dist/features/blocks/plugin/index.js.map +0 -1
  1478. package/dist/features/blocks/validate.d.ts +0 -6
  1479. package/dist/features/blocks/validate.d.ts.map +0 -1
  1480. package/dist/features/blocks/validate.js +0 -37
  1481. package/dist/features/blocks/validate.js.map +0 -1
  1482. package/dist/features/converters/html/feature.server.d.ts +0 -8
  1483. package/dist/features/converters/html/feature.server.d.ts.map +0 -1
  1484. package/dist/features/converters/html/feature.server.js +0 -8
  1485. package/dist/features/converters/html/feature.server.js.map +0 -1
  1486. package/dist/features/createClientComponent.d.ts +0 -7
  1487. package/dist/features/createClientComponent.d.ts.map +0 -1
  1488. package/dist/features/createClientComponent.js +0 -12
  1489. package/dist/features/createClientComponent.js.map +0 -1
  1490. package/dist/features/createFeaturePropComponent.d.ts +0 -6
  1491. package/dist/features/createFeaturePropComponent.d.ts.map +0 -1
  1492. package/dist/features/createFeaturePropComponent.js +0 -18
  1493. package/dist/features/createFeaturePropComponent.js.map +0 -1
  1494. package/dist/features/debug/testRecorder/feature.client.d.ts +0 -5
  1495. package/dist/features/debug/testRecorder/feature.client.d.ts.map +0 -1
  1496. package/dist/features/debug/testRecorder/feature.client.js +0 -13
  1497. package/dist/features/debug/testRecorder/feature.client.js.map +0 -1
  1498. package/dist/features/debug/testRecorder/feature.server.d.ts +0 -2
  1499. package/dist/features/debug/testRecorder/feature.server.d.ts.map +0 -1
  1500. package/dist/features/debug/testRecorder/feature.server.js +0 -11
  1501. package/dist/features/debug/testRecorder/feature.server.js.map +0 -1
  1502. package/dist/features/debug/testRecorder/plugin/index.d.ts +0 -5
  1503. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +0 -1
  1504. package/dist/features/debug/testRecorder/plugin/index.js +0 -471
  1505. package/dist/features/debug/testRecorder/plugin/index.js.map +0 -1
  1506. package/dist/features/debug/treeView/feature.client.d.ts +0 -5
  1507. package/dist/features/debug/treeView/feature.client.d.ts.map +0 -1
  1508. package/dist/features/debug/treeView/feature.client.js +0 -13
  1509. package/dist/features/debug/treeView/feature.client.js.map +0 -1
  1510. package/dist/features/debug/treeView/feature.server.d.ts +0 -2
  1511. package/dist/features/debug/treeView/feature.server.d.ts.map +0 -1
  1512. package/dist/features/debug/treeView/feature.server.js +0 -11
  1513. package/dist/features/debug/treeView/feature.server.js.map +0 -1
  1514. package/dist/features/debug/treeView/plugin/index.d.ts +0 -4
  1515. package/dist/features/debug/treeView/plugin/index.d.ts.map +0 -1
  1516. package/dist/features/debug/treeView/plugin/index.js +0 -19
  1517. package/dist/features/debug/treeView/plugin/index.js.map +0 -1
  1518. package/dist/features/experimental_table/feature.client.d.ts +0 -2
  1519. package/dist/features/experimental_table/feature.client.d.ts.map +0 -1
  1520. package/dist/features/experimental_table/feature.client.js +0 -71
  1521. package/dist/features/experimental_table/feature.client.js.map +0 -1
  1522. package/dist/features/experimental_table/feature.server.d.ts +0 -13
  1523. package/dist/features/experimental_table/feature.server.d.ts.map +0 -1
  1524. package/dist/features/experimental_table/feature.server.js +0 -125
  1525. package/dist/features/experimental_table/feature.server.js.map +0 -1
  1526. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +0 -4
  1527. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +0 -1
  1528. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +0 -604
  1529. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +0 -1
  1530. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +0 -3
  1531. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +0 -1
  1532. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +0 -327
  1533. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +0 -1
  1534. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.d.ts +0 -12
  1535. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.d.ts.map +0 -1
  1536. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.js +0 -181
  1537. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.js.map +0 -1
  1538. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +0 -24
  1539. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +0 -1
  1540. package/dist/features/experimental_table/plugins/TablePlugin/index.js +0 -98
  1541. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +0 -1
  1542. package/dist/features/experimental_table/utils/debounce.d.ts.map +0 -1
  1543. package/dist/features/experimental_table/utils/debounce.js +0 -202
  1544. package/dist/features/experimental_table/utils/debounce.js.map +0 -1
  1545. package/dist/features/experimental_table/utils/useDebounce.d.ts.map +0 -1
  1546. package/dist/features/experimental_table/utils/useDebounce.js +0 -18
  1547. package/dist/features/experimental_table/utils/useDebounce.js.map +0 -1
  1548. package/dist/features/heading/feature.client.d.ts +0 -6
  1549. package/dist/features/heading/feature.client.d.ts.map +0 -1
  1550. package/dist/features/heading/feature.client.js +0 -112
  1551. package/dist/features/heading/feature.client.js.map +0 -1
  1552. package/dist/features/heading/feature.server.d.ts +0 -10
  1553. package/dist/features/heading/feature.server.d.ts.map +0 -1
  1554. package/dist/features/heading/feature.server.js +0 -62
  1555. package/dist/features/heading/feature.server.js.map +0 -1
  1556. package/dist/features/heading/i18n.d.ts.map +0 -1
  1557. package/dist/features/heading/i18n.js +0 -100
  1558. package/dist/features/heading/i18n.js.map +0 -1
  1559. package/dist/features/horizontalRule/component/index.d.ts +0 -10
  1560. package/dist/features/horizontalRule/component/index.d.ts.map +0 -1
  1561. package/dist/features/horizontalRule/component/index.js +0 -67
  1562. package/dist/features/horizontalRule/component/index.js.map +0 -1
  1563. package/dist/features/horizontalRule/feature.client.d.ts +0 -5
  1564. package/dist/features/horizontalRule/feature.client.d.ts.map +0 -1
  1565. package/dist/features/horizontalRule/feature.client.js +0 -70
  1566. package/dist/features/horizontalRule/feature.client.js.map +0 -1
  1567. package/dist/features/horizontalRule/feature.server.d.ts +0 -2
  1568. package/dist/features/horizontalRule/feature.server.d.ts.map +0 -1
  1569. package/dist/features/horizontalRule/feature.server.js +0 -34
  1570. package/dist/features/horizontalRule/feature.server.js.map +0 -1
  1571. package/dist/features/horizontalRule/i18n.d.ts.map +0 -1
  1572. package/dist/features/horizontalRule/i18n.js +0 -100
  1573. package/dist/features/horizontalRule/i18n.js.map +0 -1
  1574. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +0 -1
  1575. package/dist/features/horizontalRule/markdownTransformer.js +0 -23
  1576. package/dist/features/horizontalRule/markdownTransformer.js.map +0 -1
  1577. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +0 -56
  1578. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1579. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +0 -92
  1580. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +0 -1
  1581. package/dist/features/horizontalRule/plugin/index.d.ts +0 -7
  1582. package/dist/features/horizontalRule/plugin/index.d.ts.map +0 -1
  1583. package/dist/features/horizontalRule/plugin/index.js +0 -30
  1584. package/dist/features/horizontalRule/plugin/index.js.map +0 -1
  1585. package/dist/features/indent/feature.client.d.ts +0 -5
  1586. package/dist/features/indent/feature.client.d.ts.map +0 -1
  1587. package/dist/features/indent/feature.client.js +0 -56
  1588. package/dist/features/indent/feature.client.js.map +0 -1
  1589. package/dist/features/indent/feature.server.d.ts +0 -2
  1590. package/dist/features/indent/feature.server.d.ts.map +0 -1
  1591. package/dist/features/indent/feature.server.js +0 -13
  1592. package/dist/features/indent/feature.server.js.map +0 -1
  1593. package/dist/features/indent/i18n.d.ts.map +0 -1
  1594. package/dist/features/indent/i18n.js +0 -132
  1595. package/dist/features/indent/i18n.js.map +0 -1
  1596. package/dist/features/indent/toolbarIndentGroup.d.ts +0 -3
  1597. package/dist/features/indent/toolbarIndentGroup.d.ts.map +0 -1
  1598. package/dist/features/indent/toolbarIndentGroup.js +0 -10
  1599. package/dist/features/indent/toolbarIndentGroup.js.map +0 -1
  1600. package/dist/features/link/drawer/baseFields.d.ts +0 -3
  1601. package/dist/features/link/drawer/baseFields.d.ts.map +0 -1
  1602. package/dist/features/link/drawer/baseFields.js +0 -94
  1603. package/dist/features/link/drawer/baseFields.js.map +0 -1
  1604. package/dist/features/link/feature.client.d.ts +0 -16
  1605. package/dist/features/link/feature.client.d.ts.map +0 -1
  1606. package/dist/features/link/feature.client.js +0 -101
  1607. package/dist/features/link/feature.client.js.map +0 -1
  1608. package/dist/features/link/feature.server.d.ts +0 -35
  1609. package/dist/features/link/feature.server.d.ts.map +0 -1
  1610. package/dist/features/link/feature.server.js +0 -134
  1611. package/dist/features/link/feature.server.js.map +0 -1
  1612. package/dist/features/link/graphQLPopulationPromise.d.ts +0 -5
  1613. package/dist/features/link/graphQLPopulationPromise.d.ts.map +0 -1
  1614. package/dist/features/link/graphQLPopulationPromise.js +0 -31
  1615. package/dist/features/link/graphQLPopulationPromise.js.map +0 -1
  1616. package/dist/features/link/i18n.d.ts.map +0 -1
  1617. package/dist/features/link/i18n.js +0 -100
  1618. package/dist/features/link/i18n.js.map +0 -1
  1619. package/dist/features/link/plugins/autoLink/index.d.ts +0 -20
  1620. package/dist/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1621. package/dist/features/link/plugins/autoLink/index.js +0 -336
  1622. package/dist/features/link/plugins/autoLink/index.js.map +0 -1
  1623. package/dist/features/link/plugins/clickableLink/index.d.ts +0 -4
  1624. package/dist/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1625. package/dist/features/link/plugins/clickableLink/index.js +0 -9
  1626. package/dist/features/link/plugins/clickableLink/index.js.map +0 -1
  1627. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1628. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -4
  1629. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1630. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1631. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -299
  1632. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1633. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +0 -5
  1634. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1635. package/dist/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1636. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1637. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1638. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1639. package/dist/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1640. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1641. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -9
  1642. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1643. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +0 -20
  1644. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1645. package/dist/features/link/plugins/link/index.d.ts +0 -4
  1646. package/dist/features/link/plugins/link/index.d.ts.map +0 -1
  1647. package/dist/features/link/plugins/link/index.js +0 -53
  1648. package/dist/features/link/plugins/link/index.js.map +0 -1
  1649. package/dist/features/link/validate.d.ts +0 -6
  1650. package/dist/features/link/validate.d.ts.map +0 -1
  1651. package/dist/features/link/validate.js +0 -29
  1652. package/dist/features/link/validate.js.map +0 -1
  1653. package/dist/features/lists/checklist/feature.client.d.ts +0 -5
  1654. package/dist/features/lists/checklist/feature.client.d.ts.map +0 -1
  1655. package/dist/features/lists/checklist/feature.client.js +0 -100
  1656. package/dist/features/lists/checklist/feature.client.js.map +0 -1
  1657. package/dist/features/lists/checklist/feature.server.d.ts +0 -2
  1658. package/dist/features/lists/checklist/feature.server.d.ts.map +0 -1
  1659. package/dist/features/lists/checklist/feature.server.js +0 -36
  1660. package/dist/features/lists/checklist/feature.server.js.map +0 -1
  1661. package/dist/features/lists/checklist/i18n.d.ts.map +0 -1
  1662. package/dist/features/lists/checklist/i18n.js +0 -100
  1663. package/dist/features/lists/checklist/i18n.js.map +0 -1
  1664. package/dist/features/lists/checklist/plugin/index.d.ts +0 -3
  1665. package/dist/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1666. package/dist/features/lists/checklist/plugin/index.js +0 -9
  1667. package/dist/features/lists/checklist/plugin/index.js.map +0 -1
  1668. package/dist/features/lists/orderedList/feature.client.d.ts +0 -5
  1669. package/dist/features/lists/orderedList/feature.client.d.ts.map +0 -1
  1670. package/dist/features/lists/orderedList/feature.client.js +0 -90
  1671. package/dist/features/lists/orderedList/feature.client.js.map +0 -1
  1672. package/dist/features/lists/orderedList/feature.server.d.ts +0 -2
  1673. package/dist/features/lists/orderedList/feature.server.d.ts.map +0 -1
  1674. package/dist/features/lists/orderedList/feature.server.js +0 -36
  1675. package/dist/features/lists/orderedList/feature.server.js.map +0 -1
  1676. package/dist/features/lists/orderedList/i18n.d.ts.map +0 -1
  1677. package/dist/features/lists/orderedList/i18n.js +0 -100
  1678. package/dist/features/lists/orderedList/i18n.js.map +0 -1
  1679. package/dist/features/lists/unorderedList/feature.client.d.ts +0 -5
  1680. package/dist/features/lists/unorderedList/feature.client.d.ts.map +0 -1
  1681. package/dist/features/lists/unorderedList/feature.client.js +0 -88
  1682. package/dist/features/lists/unorderedList/feature.client.js.map +0 -1
  1683. package/dist/features/lists/unorderedList/feature.server.d.ts +0 -2
  1684. package/dist/features/lists/unorderedList/feature.server.d.ts.map +0 -1
  1685. package/dist/features/lists/unorderedList/feature.server.js +0 -34
  1686. package/dist/features/lists/unorderedList/feature.server.js.map +0 -1
  1687. package/dist/features/lists/unorderedList/i18n.d.ts.map +0 -1
  1688. package/dist/features/lists/unorderedList/i18n.js +0 -100
  1689. package/dist/features/lists/unorderedList/i18n.js.map +0 -1
  1690. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -5
  1691. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1692. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1693. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1694. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1695. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1696. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1697. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1698. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -5
  1699. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1700. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1701. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1702. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1703. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1704. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1705. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1706. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -5
  1707. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1708. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1709. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1710. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1711. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1712. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1713. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1714. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -5
  1715. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1716. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1717. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1718. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1719. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1720. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1721. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1722. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -5
  1723. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1724. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1725. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1726. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1727. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1728. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1729. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1730. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -5
  1731. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1732. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1733. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1734. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1735. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1736. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1737. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1738. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -5
  1739. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1740. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1741. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1742. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1743. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1744. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1745. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1746. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -5
  1747. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1748. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1749. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1750. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1751. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1752. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1753. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1754. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -5
  1755. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1756. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1757. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1758. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1759. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1760. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1761. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1762. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -5
  1763. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1764. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1765. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1766. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1767. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1768. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1769. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1770. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -5
  1771. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1772. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1773. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1774. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1775. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1776. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1777. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1778. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -5
  1779. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1780. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1781. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1782. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1783. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1784. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1785. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1786. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -5
  1787. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1788. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1789. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1790. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1791. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1792. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1793. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1794. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -5
  1795. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1796. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1797. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1798. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1799. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1800. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1801. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1802. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -5
  1803. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1804. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1805. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1806. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1807. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1808. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1809. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1810. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -5
  1811. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1812. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1813. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1814. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1815. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1816. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1817. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1818. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -5
  1819. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1820. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1821. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1822. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1823. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1824. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1825. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1826. package/dist/features/paragraph/feature.client.d.ts +0 -5
  1827. package/dist/features/paragraph/feature.client.d.ts.map +0 -1
  1828. package/dist/features/paragraph/feature.client.js +0 -71
  1829. package/dist/features/paragraph/feature.client.js.map +0 -1
  1830. package/dist/features/paragraph/feature.server.d.ts +0 -2
  1831. package/dist/features/paragraph/feature.server.d.ts.map +0 -1
  1832. package/dist/features/paragraph/feature.server.js +0 -14
  1833. package/dist/features/paragraph/feature.server.js.map +0 -1
  1834. package/dist/features/paragraph/i18n.d.ts.map +0 -1
  1835. package/dist/features/paragraph/i18n.js +0 -132
  1836. package/dist/features/paragraph/i18n.js.map +0 -1
  1837. package/dist/features/relationship/drawer/commands.d.ts.map +0 -1
  1838. package/dist/features/relationship/drawer/commands.js +0 -4
  1839. package/dist/features/relationship/drawer/commands.js.map +0 -1
  1840. package/dist/features/relationship/drawer/index.d.ts.map +0 -1
  1841. package/dist/features/relationship/drawer/index.js +0 -83
  1842. package/dist/features/relationship/drawer/index.js.map +0 -1
  1843. package/dist/features/relationship/feature.client.d.ts +0 -18
  1844. package/dist/features/relationship/feature.client.d.ts.map +0 -1
  1845. package/dist/features/relationship/feature.client.js +0 -72
  1846. package/dist/features/relationship/feature.client.js.map +0 -1
  1847. package/dist/features/relationship/feature.server.d.ts +0 -27
  1848. package/dist/features/relationship/feature.server.d.ts.map +0 -1
  1849. package/dist/features/relationship/feature.server.js +0 -55
  1850. package/dist/features/relationship/feature.server.js.map +0 -1
  1851. package/dist/features/relationship/graphQLPopulationPromise.d.ts +0 -5
  1852. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +0 -1
  1853. package/dist/features/relationship/graphQLPopulationPromise.js +0 -29
  1854. package/dist/features/relationship/graphQLPopulationPromise.js.map +0 -1
  1855. package/dist/features/relationship/i18n.d.ts.map +0 -1
  1856. package/dist/features/relationship/i18n.js +0 -100
  1857. package/dist/features/relationship/i18n.js.map +0 -1
  1858. package/dist/features/relationship/nodes/RelationshipNode.d.ts +0 -35
  1859. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1860. package/dist/features/relationship/nodes/RelationshipNode.js +0 -111
  1861. package/dist/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1862. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -13
  1863. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1864. package/dist/features/relationship/nodes/components/RelationshipComponent.js +0 -171
  1865. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1866. package/dist/features/relationship/plugins/index.d.ts +0 -7
  1867. package/dist/features/relationship/plugins/index.d.ts.map +0 -1
  1868. package/dist/features/relationship/plugins/index.js +0 -50
  1869. package/dist/features/relationship/plugins/index.js.map +0 -1
  1870. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1871. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +0 -33
  1872. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1873. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +0 -5
  1874. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +0 -1
  1875. package/dist/features/toolbars/fixed/Toolbar/index.js +0 -207
  1876. package/dist/features/toolbars/fixed/Toolbar/index.js.map +0 -1
  1877. package/dist/features/toolbars/fixed/feature.client.d.ts +0 -6
  1878. package/dist/features/toolbars/fixed/feature.client.d.ts.map +0 -1
  1879. package/dist/features/toolbars/fixed/feature.client.js +0 -13
  1880. package/dist/features/toolbars/fixed/feature.client.js.map +0 -1
  1881. package/dist/features/toolbars/fixed/feature.server.d.ts +0 -18
  1882. package/dist/features/toolbars/fixed/feature.server.d.ts.map +0 -1
  1883. package/dist/features/toolbars/fixed/feature.server.js +0 -19
  1884. package/dist/features/toolbars/fixed/feature.server.js.map +0 -1
  1885. package/dist/features/toolbars/inline/Toolbar/index.d.ts +0 -4
  1886. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +0 -1
  1887. package/dist/features/toolbars/inline/Toolbar/index.js +0 -319
  1888. package/dist/features/toolbars/inline/Toolbar/index.js.map +0 -1
  1889. package/dist/features/toolbars/inline/feature.client.d.ts +0 -5
  1890. package/dist/features/toolbars/inline/feature.client.d.ts.map +0 -1
  1891. package/dist/features/toolbars/inline/feature.client.js +0 -13
  1892. package/dist/features/toolbars/inline/feature.client.js.map +0 -1
  1893. package/dist/features/toolbars/inline/feature.server.d.ts +0 -2
  1894. package/dist/features/toolbars/inline/feature.server.d.ts.map +0 -1
  1895. package/dist/features/toolbars/inline/feature.server.js +0 -11
  1896. package/dist/features/toolbars/inline/feature.server.js.map +0 -1
  1897. package/dist/features/upload/component/index.d.ts +0 -9
  1898. package/dist/features/upload/component/index.d.ts.map +0 -1
  1899. package/dist/features/upload/component/index.js +0 -242
  1900. package/dist/features/upload/component/index.js.map +0 -1
  1901. package/dist/features/upload/drawer/commands.d.ts.map +0 -1
  1902. package/dist/features/upload/drawer/commands.js +0 -5
  1903. package/dist/features/upload/drawer/commands.js.map +0 -1
  1904. package/dist/features/upload/drawer/index.d.ts.map +0 -1
  1905. package/dist/features/upload/drawer/index.js +0 -77
  1906. package/dist/features/upload/drawer/index.js.map +0 -1
  1907. package/dist/features/upload/feature.client.d.ts +0 -12
  1908. package/dist/features/upload/feature.client.d.ts.map +0 -1
  1909. package/dist/features/upload/feature.client.js +0 -74
  1910. package/dist/features/upload/feature.client.js.map +0 -1
  1911. package/dist/features/upload/feature.server.d.ts +0 -18
  1912. package/dist/features/upload/feature.server.d.ts.map +0 -1
  1913. package/dist/features/upload/feature.server.js +0 -184
  1914. package/dist/features/upload/feature.server.js.map +0 -1
  1915. package/dist/features/upload/graphQLPopulationPromise.d.ts +0 -5
  1916. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +0 -1
  1917. package/dist/features/upload/graphQLPopulationPromise.js +0 -52
  1918. package/dist/features/upload/graphQLPopulationPromise.js.map +0 -1
  1919. package/dist/features/upload/i18n.d.ts.map +0 -1
  1920. package/dist/features/upload/i18n.js +0 -100
  1921. package/dist/features/upload/i18n.js.map +0 -1
  1922. package/dist/features/upload/nodes/UploadNode.d.ts +0 -39
  1923. package/dist/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1924. package/dist/features/upload/nodes/UploadNode.js +0 -131
  1925. package/dist/features/upload/nodes/UploadNode.js.map +0 -1
  1926. package/dist/features/upload/plugin/index.d.ts +0 -8
  1927. package/dist/features/upload/plugin/index.d.ts.map +0 -1
  1928. package/dist/features/upload/plugin/index.js +0 -53
  1929. package/dist/features/upload/plugin/index.js.map +0 -1
  1930. package/dist/features/upload/validate.d.ts +0 -5
  1931. package/dist/features/upload/validate.d.ts.map +0 -1
  1932. package/dist/features/upload/validate.js +0 -45
  1933. package/dist/features/upload/validate.js.map +0 -1
  1934. package/dist/lexical/utils/invariant.d.ts +0 -2
  1935. package/dist/lexical/utils/invariant.d.ts.map +0 -1
  1936. package/dist/lexical/utils/invariant.js +0 -12
  1937. package/dist/lexical/utils/invariant.js.map +0 -1
  1938. package/dist/utilities/generateComponentMap.d.ts +0 -6
  1939. package/dist/utilities/generateComponentMap.d.ts.map +0 -1
  1940. package/dist/utilities/generateComponentMap.js +0 -79
  1941. package/dist/utilities/generateComponentMap.js.map +0 -1
  1942. /package/dist/features/align/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1943. /package/dist/features/blockquote/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1944. /package/dist/features/blocks/{component → client/component}/removeEmptyArrayValues.d.ts +0 -0
  1945. /package/dist/features/blocks/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1946. /package/dist/features/experimental_table/{utils → client/utils}/debounce.d.ts +0 -0
  1947. /package/dist/features/experimental_table/{utils → client/utils}/useDebounce.d.ts +0 -0
  1948. /package/dist/features/heading/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1949. /package/dist/features/horizontalRule/{markdownTransformer.d.ts → client/markdownTransformer.d.ts} +0 -0
  1950. /package/dist/features/horizontalRule/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1951. /package/dist/features/indent/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1952. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  1953. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  1954. /package/dist/features/link/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1955. /package/dist/features/lists/checklist/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1956. /package/dist/features/lists/orderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1957. /package/dist/features/lists/unorderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1958. /package/dist/features/paragraph/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1959. /package/dist/features/relationship/{drawer → client/drawer}/commands.d.ts +0 -0
  1960. /package/dist/features/relationship/{drawer → client/drawer}/index.d.ts +0 -0
  1961. /package/dist/features/relationship/{utils → client/utils}/EnabledRelationshipsCondition.d.ts +0 -0
  1962. /package/dist/features/relationship/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1963. /package/dist/features/upload/{drawer → client/drawer}/commands.d.ts +0 -0
  1964. /package/dist/features/upload/{drawer → client/drawer}/index.d.ts +0 -0
  1965. /package/dist/features/upload/{i18n.d.ts → server/i18n.d.ts} +0 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/features/horizontalRule/client/component/index.tsx"],
4
+ "sourcesContent": ["'use client'\n\nimport type { NodeKey } from 'lexical'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js'\nimport { useLexicalNodeSelection } from '@lexical/react/useLexicalNodeSelection.js'\nimport { addClassNamesToElement, mergeRegister, removeClassNamesFromElement } from '@lexical/utils'\nimport {\n $getSelection,\n $isNodeSelection,\n CLICK_COMMAND,\n COMMAND_PRIORITY_LOW,\n KEY_BACKSPACE_COMMAND,\n KEY_DELETE_COMMAND,\n} from 'lexical'\nimport { useCallback, useEffect } from 'react'\n\nimport { $isHorizontalRuleNode } from '../nodes/HorizontalRuleNode.js'\n\nconst isSelectedClassName = 'selected'\n\n/**\n * React component rendered in the lexical editor, WITHIN the hr element created by createDOM of the HorizontalRuleNode.\n *\n * @param nodeKey every node has a unique key (this key is not saved to the database and thus may differ between sessions). It's useful for working with the CURRENT lexical editor state\n */\nexport function HorizontalRuleComponent({ nodeKey }: { nodeKey: NodeKey }) {\n const [editor] = useLexicalComposerContext()\n const [isSelected, setSelected, clearSelection] = useLexicalNodeSelection(nodeKey)\n\n const $onDelete = useCallback(\n (event: KeyboardEvent) => {\n const deleteSelection = $getSelection()\n if (isSelected && $isNodeSelection(deleteSelection)) {\n event.preventDefault()\n editor.update(() => {\n deleteSelection.getNodes().forEach((node) => {\n if ($isHorizontalRuleNode(node)) {\n node.remove()\n }\n })\n })\n }\n return false\n },\n [editor, isSelected],\n )\n\n useEffect(() => {\n return mergeRegister(\n editor.registerCommand(\n CLICK_COMMAND,\n (event: MouseEvent) => {\n const hrElem = editor.getElementByKey(nodeKey)\n\n if (event.target === hrElem) {\n if (!event.shiftKey) {\n clearSelection()\n }\n setSelected(!isSelected)\n return true\n }\n\n return false\n },\n COMMAND_PRIORITY_LOW,\n ),\n editor.registerCommand(KEY_DELETE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW),\n editor.registerCommand(KEY_BACKSPACE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW),\n )\n }, [clearSelection, editor, isSelected, nodeKey, $onDelete, setSelected])\n\n useEffect(() => {\n const hrElem = editor.getElementByKey(nodeKey)\n if (hrElem !== null) {\n if (isSelected) {\n addClassNamesToElement(hrElem, isSelectedClassName)\n } else {\n removeClassNamesFromElement(hrElem, isSelectedClassName)\n }\n }\n }, [editor, isSelected, nodeKey])\n\n return null\n}\n"],
5
+ "mappings": "qDAAA,OAAAA,KAAAC,MAAA,yBAIA,OAASC,6BAAAA,MAAiC,2CAC1C,OAASC,2BAAAA,MAA+B,4CACxC,OAASC,0BAAAA,EAAwBC,iBAAAA,EAAeC,+BAAAA,MAAmC,iBACnF,OACEC,iBAAAA,EACAC,oBAAAA,EACAC,iBAAAA,EACAC,wBAAAA,EACAC,yBAAAA,EACAC,sBAAAA,MACK,UACP,OAAsBC,aAAAA,MAAiB,QAIvC,IAAMC,EAAsB,WAOrB,SAAAC,EAAAC,EAAA,CAAA,IAAAC,EAAAC,EAAA,EAAA,EAAiC,CAAAC,QAAAA,CAAA,EAAAH,EACtC,CAAAI,CAAA,EAAiBC,EAAA,EACjB,CAAAC,EAAAC,EAAAC,CAAA,EAAkDC,EAAwBN,CAAA,EAAAO,EAAAT,EAAA,CAAA,IAAAK,GAAAL,EAAA,CAAA,IAAAG,GAGxEM,EAAAC,GAAA,CACE,IAAAC,EAAwBC,EAAA,EAAA,OACpBP,GAAcQ,EAAiBF,CAAA,IACjCD,EAAAI,eAAoB,EACpBX,EAAAY,OAAA,IAAA,CACEJ,EAAAK,SAAwB,EAAAC,QAAAC,GAAA,CAClBC,EAAsBD,CAAA,GACxBA,EAAAE,OAAW,CAAA,CAEf,CAAA,CACF,GAAA,EAAA,EAGJpB,EAAA,CAAA,EAAAK,EAAAL,EAAA,CAAA,EAAAG,EAAAH,EAAA,CAAA,EAAAS,GAAAA,EAAAT,EAAA,CAAA,EAdF,IAAAqB,EAAkBZ,EAeIa,EAAAC,EAAAvB,EAAA,CAAA,IAAAG,GAAAH,EAAA,CAAA,IAAAE,GAAAF,EAAA,CAAA,IAAAO,GAAAP,EAAA,CAAA,IAAAM,GAAAN,EAAA,CAAA,IAAAK,GAAAL,EAAA,CAAA,IAAAqB,GAGZC,EAAAA,IACDE,EACLrB,EAAAsB,gBAAAC,EAAAC,GAAA,CAGI,IAAAC,EAAezB,EAAA0B,gBAAuB3B,CAAA,EAAA,OAElCQ,EAAAoB,SAAiBF,GACdlB,EAAAqB,UACHxB,EAAA,EAEFD,EAAA,CAAaD,CAAA,EAAA,IAAA,EAAA,EAAA2B,CAMjB,EAEF7B,EAAAsB,gBAAAQ,EAA2CZ,EAAAW,CAAW,EACtD7B,EAAAsB,gBAAAS,EAA8Cb,EAAAW,CAAW,CAAA,EAE1DT,EAAA,CAAChB,EAAgBJ,EAAQE,EAAYH,EAASmB,EAAWf,CAAA,EAAYN,EAAA,CAAA,EAAAG,EAAAH,EAAA,CAAA,EAAAE,EAAAF,EAAA,CAAA,EAAAO,EAAAP,EAAA,CAAA,EAAAM,EAAAN,EAAA,CAAA,EAAAK,EAAAL,EAAA,CAAA,EAAAqB,EAAArB,EAAA,CAAA,EAAAsB,EAAAtB,EAAA,EAAA,EAAAuB,IAAAD,EAAAtB,EAAA,CAAA,EAAAuB,EAAAvB,EAAA,EAAA,GAtBxEmC,EAAUb,EAsBPC,CAAqE,EAAA,IAAAa,EAAAC,EAAA,OAAArC,EAAA,EAAA,IAAAG,GAAAH,EAAA,EAAA,IAAAE,GAAAF,EAAA,EAAA,IAAAK,GAE9D+B,EAAAA,IAAA,CACR,IAAAE,EAAenC,EAAA0B,gBAAuB3B,CAAA,EAClC0B,IAAA,OACEvB,EACFkC,EAAuBX,EAAA/B,CAAQ,EAE/B2C,EAA4BZ,EAAA/B,CAAQ,EAAA,EAGvCwC,EAAA,CAAClC,EAAQE,EAAYH,CAAA,EAAQF,EAAA,EAAA,EAAAG,EAAAH,EAAA,EAAA,EAAAE,EAAAF,EAAA,EAAA,EAAAK,EAAAL,EAAA,EAAA,EAAAoC,EAAApC,EAAA,EAAA,EAAAqC,IAAAD,EAAApC,EAAA,EAAA,EAAAqC,EAAArC,EAAA,EAAA,GAThCmC,EAAUC,EASPC,CAA6B,EAAA,IAAA",
6
+ "names": ["c", "_c", "useLexicalComposerContext", "useLexicalNodeSelection", "addClassNamesToElement", "mergeRegister", "removeClassNamesFromElement", "$getSelection", "$isNodeSelection", "CLICK_COMMAND", "COMMAND_PRIORITY_LOW", "KEY_BACKSPACE_COMMAND", "KEY_DELETE_COMMAND", "useEffect", "isSelectedClassName", "HorizontalRuleComponent", "t0", "$", "_c", "nodeKey", "editor", "useLexicalComposerContext", "isSelected", "setSelected", "clearSelection", "useLexicalNodeSelection", "t1", "event", "deleteSelection", "$getSelection", "$isNodeSelection", "preventDefault", "update", "getNodes", "forEach", "node", "$isHorizontalRuleNode", "remove", "$onDelete", "t2", "t3", "mergeRegister", "registerCommand", "CLICK_COMMAND", "event_0", "hrElem", "getElementByKey", "target", "shiftKey", "COMMAND_PRIORITY_LOW", "KEY_DELETE_COMMAND", "KEY_BACKSPACE_COMMAND", "useEffect", "t4", "t5", "hrElem_0", "addClassNamesToElement", "removeClassNamesFromElement"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use client";import{a as M,b as A,c as T,f as O}from"./chunk-C7S3V4EB.js";import{a as y}from"./chunk-2CYU43GM.js";import{a as U}from"./chunk-5PBXL4HT.js";import{b}from"./chunk-CUIBIFW2.js";import{jsx as e,jsxs as c}from"react/jsx-runtime";import{useLexicalComposerContext as ae}from"@lexical/react/LexicalComposerContext.js";import{useLexicalNodeSelection as le}from"@lexical/react/useLexicalNodeSelection.js";import{mergeRegister as re}from"@lexical/utils";import{getTranslation as F}from"@payloadcms/translations";import{Button as C,File as se,formatDrawerSlug as ie,useConfig as ne,useEditDepth as ce,usePayloadAPI as de,useTranslation as ue}from"@payloadcms/ui";import{$getNodeByKey as I,$getSelection as me,$isNodeSelection as pe,CLICK_COMMAND as fe,COMMAND_PRIORITY_LOW as w,KEY_BACKSPACE_COMMAND as ge,KEY_DELETE_COMMAND as he}from"lexical";import{useCallback as f,useEffect as _e,useId as De,useReducer as be,useRef as Ce,useState as we}from"react";var o="lexical-upload",K={depth:0},Ne=d=>{let{data:{fields:j,relationTo:N,value:n},nodeKey:l}=d;if(typeof n=="object")throw new Error("Upload value should be a string or number. The Lexical Upload component should not receive the populated value object.");let{config:{collections:B,routes:{api:k},serverURL:W}}=ne(),g=Ce(null),{uuid:Y}=b(),z=ce(),[a]=ae(),[r,h,x]=le(l),{editorConfig:H,fieldProps:{readOnly:_,schemaPath:q}}=b(),{i18n:S,t:u}=ue(),[$,G]=be(t=>t+1,0),[s]=we(()=>B.find(t=>t.slug===N)),J=De(),v=ie({slug:"lexical-upload-drawer-"+Y+J,depth:z}),{toggleDrawer:Q}=y(v,!0),{closeDocumentDrawer:E,DocumentDrawer:V,DocumentDrawerToggler:X}=U({id:n,collectionSlug:s.slug}),[{data:m},{setParams:R}]=de(`${W}${k}/${s.slug}/${n}`,{initialParams:K}),L=m?.thumbnailURL||m?.url,Z=f(()=>{a.update(()=>{I(l)?.remove()})},[a,l]),ee=f(t=>{R({...K,cacheBust:$}),G(),E()},[R,$,E]),D=f(t=>{let p=me();return r&&pe(p)&&(t.preventDefault(),a.update(()=>{p.getNodes().forEach(i=>{O(i)&&i.remove()})})),!1},[a,r]);_e(()=>re(a.registerCommand(fe,t=>t.target===g.current||g.current?.contains(t.target)?(t.shiftKey?h(!r):r||(x(),h(!0)),!0):!1,w),a.registerCommand(he,D,w),a.registerCommand(ge,D,w)),[x,a,r,l,D,h]);let P=H?.resolvedFeatureMap?.get("upload")?.sanitizedClientFeatureProps.collections?.[s.slug]?.hasExtraFields,te=f((t,p)=>{a.update(()=>{let i=I(l);if(i){let oe={...i.getData(),fields:p};i.setData(oe)}})},[a,l]);return c("div",{className:[o,r&&`${o}--selected`].filter(Boolean).join(" "),contentEditable:!1,ref:g,children:[c("div",{className:`${o}__card`,children:[c("div",{className:`${o}__topRow`,children:[e("div",{className:`${o}__thumbnail`,children:L?e("img",{alt:m?.filename,"data-lexical-upload-id":n,"data-lexical-upload-relation-to":N,src:L}):e(se,{})}),c("div",{className:`${o}__topRowRightPanel`,children:[e("div",{className:`${o}__collectionLabel`,children:F(s.labels.singular,S)}),a.isEditable()&&c("div",{className:`${o}__actions`,children:[P?e(C,{buttonStyle:"icon-label",className:`${o}__upload-drawer-toggler`,disabled:_,el:"button",icon:"edit",onClick:()=>{Q()},round:!0,tooltip:u("fields:editRelationship")}):null,e(C,{buttonStyle:"icon-label",className:`${o}__swap-drawer-toggler`,disabled:_,el:"button",icon:"swap",onClick:()=>{a.dispatchCommand(T,{replace:{nodeKey:l}})},round:!0,tooltip:u("fields:swapUpload")}),e(C,{buttonStyle:"icon-label",className:`${o}__removeButton`,disabled:_,icon:"x",onClick:t=>{t.preventDefault(),Z()},round:!0,tooltip:u("fields:removeUpload")})]})]})]}),e("div",{className:`${o}__bottomRow`,children:e(X,{className:`${o}__doc-drawer-toggler`,children:e("strong",{children:m?.filename})})})]}),n?e(V,{onSave:ee}):null,P?e(M,{data:j,drawerSlug:v,drawerTitle:u("general:editLabel",{label:F(s.labels.singular,S)}),featureKey:"upload",handleDrawerSubmit:te,schemaPath:q,schemaPathSuffix:s.slug}):null]})},Ke=d=>e(A,{...d,uploads:!0,children:e(Ne,{...d})});export{Ke as UploadComponent};
2
+ //# sourceMappingURL=component-H3EYQ5KG.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/features/upload/client/component/index.tsx"],
4
+ "sourcesContent": ["'use client'\nimport type { ClientCollectionConfig, Data } from 'payload'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js'\nimport { useLexicalNodeSelection } from '@lexical/react/useLexicalNodeSelection.js'\nimport { mergeRegister } from '@lexical/utils'\nimport { getTranslation } from '@payloadcms/translations'\nimport {\n Button,\n File,\n formatDrawerSlug,\n useConfig,\n useEditDepth,\n usePayloadAPI,\n useTranslation,\n} from '@payloadcms/ui'\nimport {\n $getNodeByKey,\n $getSelection,\n $isNodeSelection,\n CLICK_COMMAND,\n COMMAND_PRIORITY_LOW,\n KEY_BACKSPACE_COMMAND,\n KEY_DELETE_COMMAND,\n} from 'lexical'\nimport React, { useCallback, useEffect, useId, useReducer, useRef, useState } from 'react'\n\nimport type { BaseClientFeatureProps } from '../../../typesClient.js'\nimport type { UploadData } from '../../server/nodes/UploadNode.js'\nimport type { UploadFeaturePropsClient } from '../feature.client.js'\nimport type { UploadNode } from '../nodes/UploadNode.js'\n\nimport { useEditorConfigContext } from '../../../../lexical/config/client/EditorConfigProvider.js'\nimport { FieldsDrawer } from '../../../../utilities/fieldsDrawer/Drawer.js'\nimport { useLexicalDocumentDrawer } from '../../../../utilities/fieldsDrawer/useLexicalDocumentDrawer.js'\nimport { useLexicalDrawer } from '../../../../utilities/fieldsDrawer/useLexicalDrawer.js'\nimport { EnabledRelationshipsCondition } from '../../../relationship/client/utils/EnabledRelationshipsCondition.js'\nimport { INSERT_UPLOAD_WITH_DRAWER_COMMAND } from '../drawer/commands.js'\nimport { $isUploadNode } from '../nodes/UploadNode.js'\nimport './index.scss'\n\nconst baseClass = 'lexical-upload'\n\nconst initialParams = {\n depth: 0,\n}\n\nexport type ElementProps = {\n data: UploadData\n nodeKey: string\n}\n\nconst Component: React.FC<ElementProps> = (props) => {\n const {\n data: { fields, relationTo, value },\n nodeKey,\n } = props\n\n if (typeof value === 'object') {\n throw new Error(\n 'Upload value should be a string or number. The Lexical Upload component should not receive the populated value object.',\n )\n }\n\n const {\n config: {\n collections,\n routes: { api },\n serverURL,\n },\n } = useConfig()\n const uploadRef = useRef<HTMLDivElement | null>(null)\n const { uuid } = useEditorConfigContext()\n const editDepth = useEditDepth()\n const [editor] = useLexicalComposerContext()\n const [isSelected, setSelected, clearSelection] = useLexicalNodeSelection(nodeKey)\n\n const {\n editorConfig,\n fieldProps: { readOnly, schemaPath },\n } = useEditorConfigContext()\n\n const { i18n, t } = useTranslation()\n const [cacheBust, dispatchCacheBust] = useReducer((state) => state + 1, 0)\n const [relatedCollection] = useState<ClientCollectionConfig>(\n () => collections.find((coll) => coll.slug === relationTo)!,\n )\n\n const componentID = useId()\n\n const extraFieldsDrawerSlug = formatDrawerSlug({\n slug: `lexical-upload-drawer-` + uuid + componentID, // There can be multiple upload components, each with their own drawer, in one single editor => separate them by componentID\n depth: editDepth,\n })\n\n // Need to use hook to initialize useEffect that restores cursor position\n const { toggleDrawer } = useLexicalDrawer(extraFieldsDrawerSlug, true)\n\n const { closeDocumentDrawer, DocumentDrawer, DocumentDrawerToggler } = useLexicalDocumentDrawer({\n id: value,\n collectionSlug: relatedCollection.slug,\n })\n\n // Get the referenced document\n const [{ data }, { setParams }] = usePayloadAPI(\n `${serverURL}${api}/${relatedCollection.slug}/${value}`,\n { initialParams },\n )\n\n const thumbnailSRC = data?.thumbnailURL || data?.url\n\n const removeUpload = useCallback(() => {\n editor.update(() => {\n $getNodeByKey(nodeKey)?.remove()\n })\n }, [editor, nodeKey])\n\n const updateUpload = useCallback(\n (data: Data) => {\n setParams({\n ...initialParams,\n cacheBust, // do this to get the usePayloadAPI to re-fetch the data even though the URL string hasn't changed\n })\n\n dispatchCacheBust()\n closeDocumentDrawer()\n },\n [setParams, cacheBust, closeDocumentDrawer],\n )\n\n const $onDelete = useCallback(\n (event: KeyboardEvent) => {\n const deleteSelection = $getSelection()\n if (isSelected && $isNodeSelection(deleteSelection)) {\n event.preventDefault()\n editor.update(() => {\n deleteSelection.getNodes().forEach((node) => {\n if ($isUploadNode(node)) {\n node.remove()\n }\n })\n })\n }\n return false\n },\n [editor, isSelected],\n )\n\n useEffect(() => {\n return mergeRegister(\n editor.registerCommand<MouseEvent>(\n CLICK_COMMAND,\n (event: MouseEvent) => {\n // Check if uploadRef.target or anything WITHIN uploadRef.target was clicked\n if (\n event.target === uploadRef.current ||\n uploadRef.current?.contains(event.target as Node)\n ) {\n if (event.shiftKey) {\n setSelected(!isSelected)\n } else {\n if (!isSelected) {\n clearSelection()\n setSelected(true)\n }\n }\n return true\n }\n\n return false\n },\n COMMAND_PRIORITY_LOW,\n ),\n\n editor.registerCommand(KEY_DELETE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW),\n editor.registerCommand(KEY_BACKSPACE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW),\n )\n }, [clearSelection, editor, isSelected, nodeKey, $onDelete, setSelected])\n\n const hasExtraFields = (\n editorConfig?.resolvedFeatureMap?.get('upload')\n ?.sanitizedClientFeatureProps as BaseClientFeatureProps<UploadFeaturePropsClient>\n ).collections?.[relatedCollection.slug]?.hasExtraFields\n\n const onExtraFieldsDrawerSubmit = useCallback(\n (_, data) => {\n // Update lexical node (with key nodeKey) with new data\n editor.update(() => {\n const uploadNode: null | UploadNode = $getNodeByKey(nodeKey)\n if (uploadNode) {\n const newData: UploadData = {\n ...uploadNode.getData(),\n fields: data,\n }\n uploadNode.setData(newData)\n }\n })\n },\n [editor, nodeKey],\n )\n\n return (\n <div\n className={[baseClass, isSelected && `${baseClass}--selected`].filter(Boolean).join(' ')}\n contentEditable={false}\n ref={uploadRef}\n >\n <div className={`${baseClass}__card`}>\n <div className={`${baseClass}__topRow`}>\n {/* TODO: migrate to use @payloadcms/ui/elements/Thumbnail component */}\n <div className={`${baseClass}__thumbnail`}>\n {thumbnailSRC ? (\n <img\n alt={data?.filename}\n data-lexical-upload-id={value}\n data-lexical-upload-relation-to={relationTo}\n src={thumbnailSRC}\n />\n ) : (\n <File />\n )}\n </div>\n <div className={`${baseClass}__topRowRightPanel`}>\n <div className={`${baseClass}__collectionLabel`}>\n {getTranslation(relatedCollection.labels.singular, i18n)}\n </div>\n {editor.isEditable() && (\n <div className={`${baseClass}__actions`}>\n {hasExtraFields ? (\n <Button\n buttonStyle=\"icon-label\"\n className={`${baseClass}__upload-drawer-toggler`}\n disabled={readOnly}\n el=\"button\"\n icon=\"edit\"\n onClick={() => {\n toggleDrawer()\n }}\n round\n tooltip={t('fields:editRelationship')}\n />\n ) : null}\n\n <Button\n buttonStyle=\"icon-label\"\n className={`${baseClass}__swap-drawer-toggler`}\n disabled={readOnly}\n el=\"button\"\n icon=\"swap\"\n onClick={() => {\n editor.dispatchCommand(INSERT_UPLOAD_WITH_DRAWER_COMMAND, {\n replace: { nodeKey },\n })\n }}\n round\n tooltip={t('fields:swapUpload')}\n />\n <Button\n buttonStyle=\"icon-label\"\n className={`${baseClass}__removeButton`}\n disabled={readOnly}\n icon=\"x\"\n onClick={(e) => {\n e.preventDefault()\n removeUpload()\n }}\n round\n tooltip={t('fields:removeUpload')}\n />\n </div>\n )}\n </div>\n </div>\n <div className={`${baseClass}__bottomRow`}>\n <DocumentDrawerToggler className={`${baseClass}__doc-drawer-toggler`}>\n <strong>{data?.filename}</strong>\n </DocumentDrawerToggler>\n </div>\n </div>\n {value ? <DocumentDrawer onSave={updateUpload} /> : null}\n {hasExtraFields ? (\n <FieldsDrawer\n data={fields}\n drawerSlug={extraFieldsDrawerSlug}\n drawerTitle={t('general:editLabel', {\n label: getTranslation(relatedCollection.labels.singular, i18n),\n })}\n featureKey=\"upload\"\n handleDrawerSubmit={onExtraFieldsDrawerSubmit}\n schemaPath={schemaPath}\n schemaPathSuffix={relatedCollection.slug}\n />\n ) : null}\n </div>\n )\n}\n\nexport const UploadComponent = (props: ElementProps): React.ReactNode => {\n return (\n <EnabledRelationshipsCondition {...props} uploads>\n <Component {...props} />\n </EnabledRelationshipsCondition>\n )\n}\n"],
5
+ "mappings": "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",
6
+ "names": ["useLexicalComposerContext", "useLexicalNodeSelection", "mergeRegister", "getTranslation", "Button", "File", "formatDrawerSlug", "useConfig", "useEditDepth", "usePayloadAPI", "useTranslation", "$getNodeByKey", "$getSelection", "$isNodeSelection", "CLICK_COMMAND", "COMMAND_PRIORITY_LOW", "KEY_BACKSPACE_COMMAND", "KEY_DELETE_COMMAND", "useCallback", "useEffect", "useId", "useReducer", "useRef", "useState", "baseClass", "initialParams", "depth", "Component", "props", "data", "fields", "relationTo", "value", "nodeKey", "Error", "config", "collections", "routes", "api", "serverURL", "useConfig", "uploadRef", "useRef", "uuid", "useEditorConfigContext", "editDepth", "useEditDepth", "editor", "useLexicalComposerContext", "isSelected", "setSelected", "clearSelection", "useLexicalNodeSelection", "editorConfig", "fieldProps", "readOnly", "schemaPath", "i18n", "t", "useTranslation", "cacheBust", "dispatchCacheBust", "useReducer", "state", "relatedCollection", "useState", "find", "coll", "slug", "componentID", "useId", "extraFieldsDrawerSlug", "formatDrawerSlug", "toggleDrawer", "useLexicalDrawer", "closeDocumentDrawer", "DocumentDrawer", "DocumentDrawerToggler", "useLexicalDocumentDrawer", "id", "collectionSlug", "setParams", "usePayloadAPI", "thumbnailSRC", "thumbnailURL", "url", "removeUpload", "useCallback", "update", "$getNodeByKey", "remove", "updateUpload", "$onDelete", "event", "deleteSelection", "$getSelection", "$isNodeSelection", "preventDefault", "getNodes", "forEach", "node", "$isUploadNode", "useEffect", "mergeRegister", "registerCommand", "CLICK_COMMAND", "target", "current", "contains", "shiftKey", "COMMAND_PRIORITY_LOW", "KEY_DELETE_COMMAND", "KEY_BACKSPACE_COMMAND", "hasExtraFields", "resolvedFeatureMap", "get", "sanitizedClientFeatureProps", "onExtraFieldsDrawerSubmit", "_", "uploadNode", "newData", "getData", "setData", "_jsxs", "className", "filter", "Boolean", "join", "contentEditable", "ref", "_jsx", "alt", "filename", "src", "File", "getTranslation", "labels", "singular", "isEditable", "Button", "buttonStyle", "disabled", "el", "icon", "onClick", "round", "tooltip", "dispatchCommand", "INSERT_UPLOAD_WITH_DRAWER_COMMAND", "replace", "e", "onSave", "FieldsDrawer", "drawerSlug", "drawerTitle", "label", "featureKey", "handleDrawerSubmit", "schemaPathSuffix", "UploadComponent", "EnabledRelationshipsCondition", "uploads"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use client";import{a,b}from"./chunk-U7O7EYCP.js";import"./chunk-2CYU43GM.js";import"./chunk-CUIBIFW2.js";export{b as InlineBlockComponent,a as useInlineBlockComponentContext};
2
+ //# sourceMappingURL=componentInline-ZGO3K4TA.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -1,11 +1,9 @@
1
1
  export { slashMenuBasicGroupWithItems } from '../../features/shared/slashMenu/basicGroup.js';
2
- export { RichTextCell } from '../../cell/index.js';
3
- export { AlignFeatureClient } from '../../features/align/feature.client.js';
4
- export { BlockquoteFeatureClient } from '../../features/blockquote/feature.client.js';
5
- export { BlocksFeatureClient } from '../../features/blocks/feature.client.js';
6
- export { createClientComponent } from '../../features/createClientComponent.js';
7
- export { TestRecorderFeatureClient } from '../../features/debug/testRecorder/feature.client.js';
8
- export { TreeViewFeatureClient } from '../../features/debug/treeView/feature.client.js';
2
+ export { AlignFeatureClient } from '../../features/align/client/index.js';
3
+ export { BlockquoteFeatureClient } from '../../features/blockquote/client/index.js';
4
+ export { BlocksFeatureClient } from '../../features/blocks/client/index.js';
5
+ export { TestRecorderFeatureClient } from '../../features/debug/testRecorder/client/index.js';
6
+ export { TreeViewFeatureClient } from '../../features/debug/treeView/client/index.js';
9
7
  export { BoldFeatureClient } from '../../features/format/bold/feature.client.js';
10
8
  export { InlineCodeFeatureClient } from '../../features/format/inlineCode/feature.client.js';
11
9
  export { ItalicFeatureClient } from '../../features/format/italic/feature.client.js';
@@ -13,27 +11,27 @@ export { StrikethroughFeatureClient } from '../../features/format/strikethrough/
13
11
  export { SubscriptFeatureClient } from '../../features/format/subscript/feature.client.js';
14
12
  export { SuperscriptFeatureClient } from '../../features/format/superscript/feature.client.js';
15
13
  export { UnderlineFeatureClient } from '../../features/format/underline/feature.client.js';
16
- export { HeadingFeatureClient } from '../../features/heading/feature.client.js';
17
- export { HorizontalRuleFeatureClient } from '../../features/horizontalRule/feature.client.js';
18
- export { IndentFeatureClient } from '../../features/indent/feature.client.js';
19
- export { LinkFeatureClient } from '../../features/link/feature.client.js';
20
- export { ChecklistFeatureClient } from '../../features/lists/checklist/feature.client.js';
21
- export { OrderedListFeatureClient } from '../../features/lists/orderedList/feature.client.js';
22
- export { UnorderedListFeatureClient } from '../../features/lists/unorderedList/feature.client.js';
14
+ export { HeadingFeatureClient } from '../../features/heading/client/index.js';
15
+ export { HorizontalRuleFeatureClient } from '../../features/horizontalRule/client/index.js';
16
+ export { IndentFeatureClient } from '../../features/indent/client/index.js';
17
+ export { LinkFeatureClient } from '../../features/link/client/index.js';
18
+ export { ChecklistFeatureClient } from '../../features/lists/checklist/client/index.js';
19
+ export { OrderedListFeatureClient } from '../../features/lists/orderedList/client/index.js';
20
+ export { UnorderedListFeatureClient } from '../../features/lists/unorderedList/client/index.js';
23
21
  export { LexicalPluginToLexicalFeatureClient } from '../../features/migrations/lexicalPluginToLexical/feature.client.js';
24
22
  export { SlateToLexicalFeatureClient } from '../../features/migrations/slateToLexical/feature.client.js';
25
- export { ParagraphFeatureClient } from '../../features/paragraph/feature.client.js';
26
- export { RelationshipFeatureClient } from '../../features/relationship/feature.client.js';
23
+ export { ParagraphFeatureClient } from '../../features/paragraph/client/index.js';
24
+ export { RelationshipFeatureClient } from '../../features/relationship/client/index.js';
27
25
  export { toolbarFormatGroupWithItems } from '../../features/format/shared/toolbarFormatGroup.js';
28
26
  export { toolbarAddDropdownGroupWithItems } from '../../features/shared/toolbar/addDropdownGroup.js';
29
27
  export { toolbarFeatureButtonsGroupWithItems } from '../../features/shared/toolbar/featureButtonsGroup.js';
30
28
  export { toolbarTextDropdownGroupWithItems } from '../../features/shared/toolbar/textDropdownGroup.js';
31
- export { FixedToolbarFeatureClient } from '../../features/toolbars/fixed/feature.client.js';
32
- export { InlineToolbarFeatureClient } from '../../features/toolbars/inline/feature.client.js';
29
+ export { FixedToolbarFeatureClient } from '../../features/toolbars/fixed/client/index.js';
30
+ export { InlineToolbarFeatureClient } from '../../features/toolbars/inline/client/index.js';
33
31
  export { ToolbarButton } from '../../features/toolbars/shared/ToolbarButton/index.js';
34
- export { TableFeatureClient } from '../../features/experimental_table/feature.client.js';
32
+ export { TableFeatureClient } from '../../features/experimental_table/client/index.js';
35
33
  export { ToolbarDropdown } from '../../features/toolbars/shared/ToolbarDropdown/index.js';
36
- export { UploadFeatureClient } from '../../features/upload/feature.client.js';
34
+ export { UploadFeatureClient } from '../../features/upload/client/feature.client.js';
37
35
  export { RichTextField } from '../../field/index.js';
38
36
  export { EditorConfigProvider, useEditorConfigContext, } from '../../lexical/config/client/EditorConfigProvider.js';
39
37
  export { defaultEditorLexicalConfig } from '../../lexical/config/client/default.js';
@@ -42,22 +40,29 @@ export { CAN_USE_DOM } from '../../lexical/utils/canUseDOM.js';
42
40
  export { getDOMRangeRect } from '../../lexical/utils/getDOMRangeRect.js';
43
41
  export { getSelectedNode } from '../../lexical/utils/getSelectedNode.js';
44
42
  export { isHTMLElement } from '../../lexical/utils/guard.js';
45
- export { invariant } from '../../lexical/utils/invariant.js';
46
43
  export { joinClasses } from '../../lexical/utils/joinClasses.js';
47
44
  export { createBlockNode } from '../../lexical/utils/markdown/createBlockNode.js';
48
- export { Point, isPoint } from '../../lexical/utils/point.js';
45
+ export { isPoint, Point } from '../../lexical/utils/point.js';
49
46
  export { Rect } from '../../lexical/utils/rect.js';
50
47
  export { setFloatingElemPosition } from '../../lexical/utils/setFloatingElemPosition.js';
51
48
  export { setFloatingElemPositionForLinkEditor } from '../../lexical/utils/setFloatingElemPositionForLinkEditor.js';
52
49
  export { addSwipeDownListener, addSwipeLeftListener, addSwipeRightListener, addSwipeUpListener, } from '../../lexical/utils/swipe.js';
53
50
  export { createClientFeature } from '../../utilities/createClientFeature.js';
54
- export { DETAIL_TYPE_TO_DETAIL, DOUBLE_LINE_BREAK, ELEMENT_FORMAT_TO_TYPE, ELEMENT_TYPE_TO_FORMAT, IS_ALL_FORMATTING, LTR_REGEX, NON_BREAKING_SPACE, NodeFormat, RTL_REGEX, TEXT_MODE_TO_TYPE, TEXT_TYPE_TO_FORMAT, TEXT_TYPE_TO_MODE, } from '../../lexical/utils/nodeFormat.js';
51
+ export { DETAIL_TYPE_TO_DETAIL, DOUBLE_LINE_BREAK, ELEMENT_FORMAT_TO_TYPE, ELEMENT_TYPE_TO_FORMAT, IS_ALL_FORMATTING, LTR_REGEX, NodeFormat, NON_BREAKING_SPACE, RTL_REGEX, TEXT_MODE_TO_TYPE, TEXT_TYPE_TO_FORMAT, TEXT_TYPE_TO_MODE, } from '../../lexical/utils/nodeFormat.js';
55
52
  export { ENABLE_SLASH_MENU_COMMAND } from '../../lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js';
56
53
  export { getEnabledNodes } from '../../lexical/nodes/index.js';
57
- export { $createUploadNode, $isUploadNode, UploadNode, } from '../../features/upload/nodes/UploadNode.js';
58
- export { $createRelationshipNode, $isRelationshipNode, RelationshipNode, } from '../../features/relationship/nodes/RelationshipNode.js';
54
+ export { $createUploadNode, $isUploadNode, UploadNode, } from '../../features/upload/client/nodes/UploadNode.js';
55
+ export { $createRelationshipNode, $isRelationshipNode, RelationshipNode, } from '../../features/relationship/client/nodes/RelationshipNode.js';
59
56
  export { $createLinkNode, $isLinkNode, LinkNode, TOGGLE_LINK_COMMAND, } from '../../features/link/nodes/LinkNode.js';
60
57
  export { $createAutoLinkNode, $isAutoLinkNode, AutoLinkNode, } from '../../features/link/nodes/AutoLinkNode.js';
61
- export { $createBlockNode, $isBlockNode, BlockNode, } from '../../features/blocks/nodes/BlocksNode.js';
58
+ export { $createBlockNode, $isBlockNode, BlockNode, } from '../../features/blocks/client/nodes/BlocksNode.js';
59
+ export { $createInlineBlockNode, $isInlineBlockNode, InlineBlockNode, } from '../../features/blocks/client/nodes/InlineBlocksNode.js';
62
60
  export { FieldsDrawer } from '../../utilities/fieldsDrawer/Drawer.js';
61
+ export { InlineBlockEditButton } from '../../features/blocks/client/componentInline/components/InlineBlockEditButton.js';
62
+ export { InlineBlockRemoveButton } from '../../features/blocks/client/componentInline/components/InlineBlockRemoveButton.js';
63
+ export { InlineBlockLabel } from '../../features/blocks/client/componentInline/components/InlineBlockLabel.js';
64
+ export { InlineBlockContainer } from '../../features/blocks/client/componentInline/components/InlineBlockContainer.js';
65
+ export { BlockCollapsible } from '../../features/blocks/client/component/components/BlockCollapsible.js';
66
+ export { BlockEditButton } from '../../features/blocks/client/component/components/BlockEditButton.js';
67
+ export { BlockRemoveButton } from '../../features/blocks/client/component/components/BlockRemoveButton.js';
63
68
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exports/client/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exports/client/index.ts"],"names":[],"mappings":"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"}