@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
@@ -1,112 +0,0 @@
1
- 'use client';
2
- import { $createHeadingNode, $isHeadingNode, HeadingNode } from '@lexical/rich-text';
3
- import { $setBlocksType } from '@lexical/selection';
4
- import { $getSelection, $isRangeSelection } from 'lexical';
5
- import { H1Icon } from '../../lexical/ui/icons/H1/index.js';
6
- import { H2Icon } from '../../lexical/ui/icons/H2/index.js';
7
- import { H3Icon } from '../../lexical/ui/icons/H3/index.js';
8
- import { H4Icon } from '../../lexical/ui/icons/H4/index.js';
9
- import { H5Icon } from '../../lexical/ui/icons/H5/index.js';
10
- import { H6Icon } from '../../lexical/ui/icons/H6/index.js';
11
- import { createClientFeature } from '../../utilities/createClientFeature.js';
12
- import { slashMenuBasicGroupWithItems } from '../shared/slashMenu/basicGroup.js';
13
- import { toolbarTextDropdownGroupWithItems } from '../shared/toolbar/textDropdownGroup.js';
14
- import { MarkdownTransformer } from './markdownTransformer.js';
15
- const $setHeading = (headingSize)=>{
16
- const selection = $getSelection();
17
- $setBlocksType(selection, ()=>$createHeadingNode(headingSize));
18
- };
19
- const iconImports = {
20
- h1: H1Icon,
21
- h2: H2Icon,
22
- h3: H3Icon,
23
- h4: H4Icon,
24
- h5: H5Icon,
25
- h6: H6Icon
26
- };
27
- export const HeadingFeatureClient = createClientFeature(({ props })=>{
28
- const { enabledHeadingSizes = [
29
- 'h1',
30
- 'h2',
31
- 'h3',
32
- 'h4',
33
- 'h5',
34
- 'h6'
35
- ] } = props;
36
- const toolbarGroups = [
37
- toolbarTextDropdownGroupWithItems(enabledHeadingSizes.map((headingSize, i)=>{
38
- return {
39
- ChildComponent: iconImports[headingSize],
40
- isActive: ({ selection })=>{
41
- if (!$isRangeSelection(selection)) {
42
- return false;
43
- }
44
- for (const node of selection.getNodes()){
45
- if ($isHeadingNode(node) && node.getTag() === headingSize) {
46
- continue;
47
- }
48
- const parent = node.getParent();
49
- if ($isHeadingNode(parent) && parent.getTag() === headingSize) {
50
- continue;
51
- }
52
- return false;
53
- }
54
- return true;
55
- },
56
- key: headingSize,
57
- label: ({ i18n })=>{
58
- return i18n.t('lexical:heading:label', {
59
- headingLevel: headingSize.charAt(1)
60
- });
61
- },
62
- onSelect: ({ editor })=>{
63
- editor.update(()=>{
64
- $setHeading(headingSize);
65
- });
66
- },
67
- order: i + 2
68
- };
69
- }))
70
- ];
71
- return {
72
- markdownTransformers: [
73
- MarkdownTransformer(enabledHeadingSizes)
74
- ],
75
- nodes: [
76
- HeadingNode
77
- ],
78
- sanitizedClientFeatureProps: props,
79
- slashMenu: {
80
- groups: enabledHeadingSizes?.length ? [
81
- slashMenuBasicGroupWithItems(enabledHeadingSizes.map((headingSize)=>{
82
- return {
83
- Icon: iconImports[headingSize],
84
- key: `heading-${headingSize.charAt(1)}`,
85
- keywords: [
86
- 'heading',
87
- headingSize
88
- ],
89
- label: ({ i18n })=>{
90
- return i18n.t('lexical:heading:label', {
91
- headingLevel: headingSize.charAt(1)
92
- });
93
- },
94
- onSelect: ({ editor })=>{
95
- editor.update(()=>{
96
- $setHeading(headingSize);
97
- });
98
- }
99
- };
100
- }))
101
- ] : []
102
- },
103
- toolbarFixed: {
104
- groups: enabledHeadingSizes?.length ? toolbarGroups : []
105
- },
106
- toolbarInline: {
107
- groups: enabledHeadingSizes?.length ? toolbarGroups : []
108
- }
109
- };
110
- });
111
-
112
- //# sourceMappingURL=feature.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/features/heading/feature.client.tsx"],"sourcesContent":["'use client'\n\nimport type { HeadingTagType } from '@lexical/rich-text'\n\nimport { $createHeadingNode, $isHeadingNode, HeadingNode } from '@lexical/rich-text'\nimport { $setBlocksType } from '@lexical/selection'\nimport { $getSelection, $isRangeSelection } from 'lexical'\n\nimport type { ToolbarGroup } from '../toolbars/types.js'\nimport type { HeadingFeatureProps } from './feature.server.js'\n\nimport { H1Icon } from '../../lexical/ui/icons/H1/index.js'\nimport { H2Icon } from '../../lexical/ui/icons/H2/index.js'\nimport { H3Icon } from '../../lexical/ui/icons/H3/index.js'\nimport { H4Icon } from '../../lexical/ui/icons/H4/index.js'\nimport { H5Icon } from '../../lexical/ui/icons/H5/index.js'\nimport { H6Icon } from '../../lexical/ui/icons/H6/index.js'\nimport { createClientFeature } from '../../utilities/createClientFeature.js'\nimport { slashMenuBasicGroupWithItems } from '../shared/slashMenu/basicGroup.js'\nimport { toolbarTextDropdownGroupWithItems } from '../shared/toolbar/textDropdownGroup.js'\nimport { MarkdownTransformer } from './markdownTransformer.js'\n\nconst $setHeading = (headingSize: HeadingTagType) => {\n const selection = $getSelection()\n $setBlocksType(selection, () => $createHeadingNode(headingSize))\n}\n\nconst iconImports = {\n h1: H1Icon,\n h2: H2Icon,\n h3: H3Icon,\n h4: H4Icon,\n h5: H5Icon,\n h6: H6Icon,\n}\n\nexport const HeadingFeatureClient = createClientFeature<HeadingFeatureProps>(({ props }) => {\n const { enabledHeadingSizes = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] } = props\n\n const toolbarGroups: ToolbarGroup[] = [\n toolbarTextDropdownGroupWithItems(\n enabledHeadingSizes.map((headingSize, i) => {\n return {\n ChildComponent: iconImports[headingSize],\n isActive: ({ selection }) => {\n if (!$isRangeSelection(selection)) {\n return false\n }\n for (const node of selection.getNodes()) {\n if ($isHeadingNode(node) && node.getTag() === headingSize) {\n continue\n }\n\n const parent = node.getParent()\n if ($isHeadingNode(parent) && parent.getTag() === headingSize) {\n continue\n }\n\n return false\n }\n return true\n },\n key: headingSize,\n label: ({ i18n }) => {\n return i18n.t('lexical:heading:label', { headingLevel: headingSize.charAt(1) })\n },\n onSelect: ({ editor }) => {\n editor.update(() => {\n $setHeading(headingSize)\n })\n },\n order: i + 2,\n }\n }),\n ),\n ]\n\n return {\n markdownTransformers: [MarkdownTransformer(enabledHeadingSizes)],\n nodes: [HeadingNode],\n sanitizedClientFeatureProps: props,\n slashMenu: {\n groups: enabledHeadingSizes?.length\n ? [\n slashMenuBasicGroupWithItems(\n enabledHeadingSizes.map((headingSize) => {\n return {\n Icon: iconImports[headingSize],\n key: `heading-${headingSize.charAt(1)}`,\n keywords: ['heading', headingSize],\n label: ({ i18n }) => {\n return i18n.t('lexical:heading:label', {\n headingLevel: headingSize.charAt(1),\n })\n },\n onSelect: ({ editor }) => {\n editor.update(() => {\n $setHeading(headingSize)\n })\n },\n }\n }),\n ),\n ]\n : [],\n },\n toolbarFixed: {\n groups: enabledHeadingSizes?.length ? toolbarGroups : [],\n },\n toolbarInline: {\n groups: enabledHeadingSizes?.length ? toolbarGroups : [],\n },\n }\n})\n"],"names":["$createHeadingNode","$isHeadingNode","HeadingNode","$setBlocksType","$getSelection","$isRangeSelection","H1Icon","H2Icon","H3Icon","H4Icon","H5Icon","H6Icon","createClientFeature","slashMenuBasicGroupWithItems","toolbarTextDropdownGroupWithItems","MarkdownTransformer","$setHeading","headingSize","selection","iconImports","h1","h2","h3","h4","h5","h6","HeadingFeatureClient","props","enabledHeadingSizes","toolbarGroups","map","i","ChildComponent","isActive","node","getNodes","getTag","parent","getParent","key","label","i18n","t","headingLevel","charAt","onSelect","editor","update","order","markdownTransformers","nodes","sanitizedClientFeatureProps","slashMenu","groups","length","Icon","keywords","toolbarFixed","toolbarInline"],"mappings":"AAAA;AAIA,SAASA,kBAAkB,EAAEC,cAAc,EAAEC,WAAW,QAAQ,qBAAoB;AACpF,SAASC,cAAc,QAAQ,qBAAoB;AACnD,SAASC,aAAa,EAAEC,iBAAiB,QAAQ,UAAS;AAK1D,SAASC,MAAM,QAAQ,qCAAoC;AAC3D,SAASC,MAAM,QAAQ,qCAAoC;AAC3D,SAASC,MAAM,QAAQ,qCAAoC;AAC3D,SAASC,MAAM,QAAQ,qCAAoC;AAC3D,SAASC,MAAM,QAAQ,qCAAoC;AAC3D,SAASC,MAAM,QAAQ,qCAAoC;AAC3D,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,4BAA4B,QAAQ,oCAAmC;AAChF,SAASC,iCAAiC,QAAQ,yCAAwC;AAC1F,SAASC,mBAAmB,QAAQ,2BAA0B;AAE9D,MAAMC,cAAc,CAACC;IACnB,MAAMC,YAAYd;IAClBD,eAAee,WAAW,IAAMlB,mBAAmBiB;AACrD;AAEA,MAAME,cAAc;IAClBC,IAAId;IACJe,IAAId;IACJe,IAAId;IACJe,IAAId;IACJe,IAAId;IACJe,IAAId;AACN;AAEA,OAAO,MAAMe,uBAAuBd,oBAAyC,CAAC,EAAEe,KAAK,EAAE;IACrF,MAAM,EAAEC,sBAAsB;QAAC;QAAM;QAAM;QAAM;QAAM;QAAM;KAAK,EAAE,GAAGD;IAEvE,MAAME,gBAAgC;QACpCf,kCACEc,oBAAoBE,GAAG,CAAC,CAACb,aAAac;YACpC,OAAO;gBACLC,gBAAgBb,WAAW,CAACF,YAAY;gBACxCgB,UAAU,CAAC,EAAEf,SAAS,EAAE;oBACtB,IAAI,CAACb,kBAAkBa,YAAY;wBACjC,OAAO;oBACT;oBACA,KAAK,MAAMgB,QAAQhB,UAAUiB,QAAQ,GAAI;wBACvC,IAAIlC,eAAeiC,SAASA,KAAKE,MAAM,OAAOnB,aAAa;4BACzD;wBACF;wBAEA,MAAMoB,SAASH,KAAKI,SAAS;wBAC7B,IAAIrC,eAAeoC,WAAWA,OAAOD,MAAM,OAAOnB,aAAa;4BAC7D;wBACF;wBAEA,OAAO;oBACT;oBACA,OAAO;gBACT;gBACAsB,KAAKtB;gBACLuB,OAAO,CAAC,EAAEC,IAAI,EAAE;oBACd,OAAOA,KAAKC,CAAC,CAAC,yBAAyB;wBAAEC,cAAc1B,YAAY2B,MAAM,CAAC;oBAAG;gBAC/E;gBACAC,UAAU,CAAC,EAAEC,MAAM,EAAE;oBACnBA,OAAOC,MAAM,CAAC;wBACZ/B,YAAYC;oBACd;gBACF;gBACA+B,OAAOjB,IAAI;YACb;QACF;KAEH;IAED,OAAO;QACLkB,sBAAsB;YAAClC,oBAAoBa;SAAqB;QAChEsB,OAAO;YAAChD;SAAY;QACpBiD,6BAA6BxB;QAC7ByB,WAAW;YACTC,QAAQzB,qBAAqB0B,SACzB;gBACEzC,6BACEe,oBAAoBE,GAAG,CAAC,CAACb;oBACvB,OAAO;wBACLsC,MAAMpC,WAAW,CAACF,YAAY;wBAC9BsB,KAAK,CAAC,QAAQ,EAAEtB,YAAY2B,MAAM,CAAC,GAAG,CAAC;wBACvCY,UAAU;4BAAC;4BAAWvC;yBAAY;wBAClCuB,OAAO,CAAC,EAAEC,IAAI,EAAE;4BACd,OAAOA,KAAKC,CAAC,CAAC,yBAAyB;gCACrCC,cAAc1B,YAAY2B,MAAM,CAAC;4BACnC;wBACF;wBACAC,UAAU,CAAC,EAAEC,MAAM,EAAE;4BACnBA,OAAOC,MAAM,CAAC;gCACZ/B,YAAYC;4BACd;wBACF;oBACF;gBACF;aAEH,GACD,EAAE;QACR;QACAwC,cAAc;YACZJ,QAAQzB,qBAAqB0B,SAASzB,gBAAgB,EAAE;QAC1D;QACA6B,eAAe;YACbL,QAAQzB,qBAAqB0B,SAASzB,gBAAgB,EAAE;QAC1D;IACF;AACF,GAAE"}
@@ -1,10 +0,0 @@
1
- import type { SerializedHeadingNode as _SerializedHeadingNode, HeadingTagType } from '@lexical/rich-text';
2
- import type { Spread } from 'lexical';
3
- export type SerializedHeadingNode = Spread<{
4
- type: 'heading';
5
- }, _SerializedHeadingNode>;
6
- export type HeadingFeatureProps = {
7
- enabledHeadingSizes?: HeadingTagType[];
8
- };
9
- export declare const HeadingFeature: import("../typesServer.js").FeatureProviderProviderServer<HeadingFeatureProps, HeadingFeatureProps, HeadingFeatureProps>;
10
- //# sourceMappingURL=feature.server.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature.server.d.ts","sourceRoot":"","sources":["../../../src/features/heading/feature.server.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,IAAI,sBAAsB,EAC/C,cAAc,EACf,MAAM,oBAAoB,CAAA;AAC3B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAYrC,MAAM,MAAM,qBAAqB,GAAG,MAAM,CACxC;IACE,IAAI,EAAE,SAAS,CAAA;CAChB,EACD,sBAAsB,CACvB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,mBAAmB,CAAC,EAAE,cAAc,EAAE,CAAA;CACvC,CAAA;AAED,eAAO,MAAM,cAAc,0HAuDzB,CAAA"}
@@ -1,62 +0,0 @@
1
- import { HeadingNode } from '@lexical/rich-text';
2
- // eslint-disable-next-line payload/no-imports-from-exports-dir
3
- import { HeadingFeatureClient } from '../../exports/client/index.js';
4
- import { createServerFeature } from '../../utilities/createServerFeature.js';
5
- import { convertLexicalNodesToHTML } from '../converters/html/converter/index.js';
6
- import { createNode } from '../typeUtilities.js';
7
- import { i18n } from './i18n.js';
8
- import { MarkdownTransformer } from './markdownTransformer.js';
9
- export const HeadingFeature = createServerFeature({
10
- feature: ({ props })=>{
11
- if (!props) {
12
- props = {};
13
- }
14
- const { enabledHeadingSizes = [
15
- 'h1',
16
- 'h2',
17
- 'h3',
18
- 'h4',
19
- 'h5',
20
- 'h6'
21
- ] } = props;
22
- return {
23
- ClientFeature: HeadingFeatureClient,
24
- clientFeatureProps: props,
25
- i18n,
26
- markdownTransformers: [
27
- MarkdownTransformer(enabledHeadingSizes)
28
- ],
29
- nodes: [
30
- createNode({
31
- converters: {
32
- html: {
33
- converter: async ({ converters, draft, node, overrideAccess, parent, req, showHiddenFields })=>{
34
- const childrenText = await convertLexicalNodesToHTML({
35
- converters,
36
- draft,
37
- lexicalNodes: node.children,
38
- overrideAccess,
39
- parent: {
40
- ...node,
41
- parent
42
- },
43
- req,
44
- showHiddenFields
45
- });
46
- return '<' + node?.tag + '>' + childrenText + '</' + node?.tag + '>';
47
- },
48
- nodeTypes: [
49
- HeadingNode.getType()
50
- ]
51
- }
52
- },
53
- node: HeadingNode
54
- })
55
- ],
56
- sanitizedServerFeatureProps: props
57
- };
58
- },
59
- key: 'heading'
60
- });
61
-
62
- //# sourceMappingURL=feature.server.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/features/heading/feature.server.ts"],"sourcesContent":["import type {\n SerializedHeadingNode as _SerializedHeadingNode,\n HeadingTagType,\n} from '@lexical/rich-text'\nimport type { Spread } from 'lexical'\n\nimport { HeadingNode } from '@lexical/rich-text'\n\n// eslint-disable-next-line payload/no-imports-from-exports-dir\nimport { HeadingFeatureClient } from '../../exports/client/index.js'\nimport { createServerFeature } from '../../utilities/createServerFeature.js'\nimport { convertLexicalNodesToHTML } from '../converters/html/converter/index.js'\nimport { createNode } from '../typeUtilities.js'\nimport { i18n } from './i18n.js'\nimport { MarkdownTransformer } from './markdownTransformer.js'\n\nexport type SerializedHeadingNode = Spread<\n {\n type: 'heading'\n },\n _SerializedHeadingNode\n>\n\nexport type HeadingFeatureProps = {\n enabledHeadingSizes?: HeadingTagType[]\n}\n\nexport const HeadingFeature = createServerFeature<\n HeadingFeatureProps,\n HeadingFeatureProps,\n HeadingFeatureProps\n>({\n feature: ({ props }) => {\n if (!props) {\n props = {}\n }\n\n const { enabledHeadingSizes = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] } = props\n\n return {\n ClientFeature: HeadingFeatureClient,\n clientFeatureProps: props,\n i18n,\n markdownTransformers: [MarkdownTransformer(enabledHeadingSizes)],\n nodes: [\n createNode({\n converters: {\n html: {\n converter: async ({\n converters,\n draft,\n node,\n overrideAccess,\n parent,\n req,\n showHiddenFields,\n }) => {\n const childrenText = await convertLexicalNodesToHTML({\n converters,\n draft,\n lexicalNodes: node.children,\n overrideAccess,\n parent: {\n ...node,\n parent,\n },\n req,\n showHiddenFields,\n })\n\n return '<' + node?.tag + '>' + childrenText + '</' + node?.tag + '>'\n },\n nodeTypes: [HeadingNode.getType()],\n },\n },\n node: HeadingNode,\n }),\n ],\n sanitizedServerFeatureProps: props,\n }\n },\n key: 'heading',\n})\n"],"names":["HeadingNode","HeadingFeatureClient","createServerFeature","convertLexicalNodesToHTML","createNode","i18n","MarkdownTransformer","HeadingFeature","feature","props","enabledHeadingSizes","ClientFeature","clientFeatureProps","markdownTransformers","nodes","converters","html","converter","draft","node","overrideAccess","parent","req","showHiddenFields","childrenText","lexicalNodes","children","tag","nodeTypes","getType","sanitizedServerFeatureProps","key"],"mappings":"AAMA,SAASA,WAAW,QAAQ,qBAAoB;AAEhD,+DAA+D;AAC/D,SAASC,oBAAoB,QAAQ,gCAA+B;AACpE,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,yBAAyB,QAAQ,wCAAuC;AACjF,SAASC,UAAU,QAAQ,sBAAqB;AAChD,SAASC,IAAI,QAAQ,YAAW;AAChC,SAASC,mBAAmB,QAAQ,2BAA0B;AAa9D,OAAO,MAAMC,iBAAiBL,oBAI5B;IACAM,SAAS,CAAC,EAAEC,KAAK,EAAE;QACjB,IAAI,CAACA,OAAO;YACVA,QAAQ,CAAC;QACX;QAEA,MAAM,EAAEC,sBAAsB;YAAC;YAAM;YAAM;YAAM;YAAM;YAAM;SAAK,EAAE,GAAGD;QAEvE,OAAO;YACLE,eAAeV;YACfW,oBAAoBH;YACpBJ;YACAQ,sBAAsB;gBAACP,oBAAoBI;aAAqB;YAChEI,OAAO;gBACLV,WAAW;oBACTW,YAAY;wBACVC,MAAM;4BACJC,WAAW,OAAO,EAChBF,UAAU,EACVG,KAAK,EACLC,IAAI,EACJC,cAAc,EACdC,MAAM,EACNC,GAAG,EACHC,gBAAgB,EACjB;gCACC,MAAMC,eAAe,MAAMrB,0BAA0B;oCACnDY;oCACAG;oCACAO,cAAcN,KAAKO,QAAQ;oCAC3BN;oCACAC,QAAQ;wCACN,GAAGF,IAAI;wCACPE;oCACF;oCACAC;oCACAC;gCACF;gCAEA,OAAO,MAAMJ,MAAMQ,MAAM,MAAMH,eAAe,OAAOL,MAAMQ,MAAM;4BACnE;4BACAC,WAAW;gCAAC5B,YAAY6B,OAAO;6BAAG;wBACpC;oBACF;oBACAV,MAAMnB;gBACR;aACD;YACD8B,6BAA6BrB;QAC/B;IACF;IACAsB,KAAK;AACP,GAAE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/features/heading/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAiG1C,CAAA"}
@@ -1,100 +0,0 @@
1
- export const i18n = {
2
- ar: {
3
- label: 'العنوان {{headingLevel}}'
4
- },
5
- az: {
6
- label: 'Başlıq {{headingLevel}}'
7
- },
8
- bg: {
9
- label: 'Заглавие {{headingLevel}}'
10
- },
11
- cs: {
12
- label: 'Nadpis {{headingLevel}}'
13
- },
14
- de: {
15
- label: 'Überschrift {{headingLevel}}'
16
- },
17
- en: {
18
- label: 'Heading {{headingLevel}}'
19
- },
20
- es: {
21
- label: 'Encabezado {{headingLevel}}'
22
- },
23
- fa: {
24
- label: '[SKIPPED]'
25
- },
26
- fr: {
27
- label: 'En-tête {{headingLevel}}'
28
- },
29
- he: {
30
- label: 'כותרת {{רמת כותרת}}'
31
- },
32
- hr: {
33
- label: 'Naslov {{headingLevel}}'
34
- },
35
- hu: {
36
- label: 'Címsor {{headingLevel}}'
37
- },
38
- it: {
39
- label: 'Intestazione {{headingLevel}}'
40
- },
41
- ja: {
42
- label: '見出し{{headingLevel}}'
43
- },
44
- ko: {
45
- label: '제목 {{headingLevel}}'
46
- },
47
- my: {
48
- label: '[SURAT]\n\nKepala {{headingLevel}}'
49
- },
50
- nb: {
51
- label: 'Overskrift {{headingLevel}}'
52
- },
53
- nl: {
54
- label: 'Kop {{headingLevel}}'
55
- },
56
- pl: {
57
- label: 'Nagłówek {{headingLevel}}'
58
- },
59
- pt: {
60
- label: 'Cabeçalho {{headingLevel}}'
61
- },
62
- ro: {
63
- label: 'Titlu {{headingLevel}}'
64
- },
65
- rs: {
66
- label: 'Naslov {{headingLevel}}'
67
- },
68
- 'rs-latin': {
69
- label: 'Naslov {{headingLevel}}'
70
- },
71
- ru: {
72
- label: 'Заголовок {{headingLevel}}'
73
- },
74
- sk: {
75
- label: 'Nadpis {{headingLevel}}'
76
- },
77
- sv: {
78
- label: 'Rubrik {{headingLevel}}'
79
- },
80
- th: {
81
- label: 'หัวข้อ {{headingLevel}}'
82
- },
83
- tr: {
84
- label: 'Başlık {{headingLevel}}'
85
- },
86
- uk: {
87
- label: 'Заголовок {{headingLevel}}'
88
- },
89
- vi: {
90
- label: 'Tiêu đề {{headingLevel}}'
91
- },
92
- zh: {
93
- label: '标题 {{headingLevel}}'
94
- },
95
- 'zh-TW': {
96
- label: '標題 {{headingLevel}}'
97
- }
98
- };
99
-
100
- //# sourceMappingURL=i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/features/heading/i18n.ts"],"sourcesContent":["import type { GenericLanguages } from '@payloadcms/translations'\n\nexport const i18n: Partial<GenericLanguages> = {\n ar: {\n label: 'العنوان {{headingLevel}}',\n },\n az: {\n label: 'Başlıq {{headingLevel}}',\n },\n bg: {\n label: 'Заглавие {{headingLevel}}',\n },\n cs: {\n label: 'Nadpis {{headingLevel}}',\n },\n de: {\n label: 'Überschrift {{headingLevel}}',\n },\n en: {\n label: 'Heading {{headingLevel}}',\n },\n es: {\n label: 'Encabezado {{headingLevel}}',\n },\n fa: {\n label: '[SKIPPED]',\n },\n fr: {\n label: 'En-tête {{headingLevel}}',\n },\n he: {\n label: 'כותרת {{רמת כותרת}}',\n },\n hr: {\n label: 'Naslov {{headingLevel}}',\n },\n hu: {\n label: 'Címsor {{headingLevel}}',\n },\n it: {\n label: 'Intestazione {{headingLevel}}',\n },\n ja: {\n label: '見出し{{headingLevel}}',\n },\n ko: {\n label: '제목 {{headingLevel}}',\n },\n my: {\n label: '[SURAT]\\n\\nKepala {{headingLevel}}',\n },\n nb: {\n label: 'Overskrift {{headingLevel}}',\n },\n nl: {\n label: 'Kop {{headingLevel}}',\n },\n pl: {\n label: 'Nagłówek {{headingLevel}}',\n },\n pt: {\n label: 'Cabeçalho {{headingLevel}}',\n },\n ro: {\n label: 'Titlu {{headingLevel}}',\n },\n rs: {\n label: 'Naslov {{headingLevel}}',\n },\n 'rs-latin': {\n label: 'Naslov {{headingLevel}}',\n },\n ru: {\n label: 'Заголовок {{headingLevel}}',\n },\n sk: {\n label: 'Nadpis {{headingLevel}}',\n },\n sv: {\n label: 'Rubrik {{headingLevel}}',\n },\n th: {\n label: 'หัวข้อ {{headingLevel}}',\n },\n tr: {\n label: 'Başlık {{headingLevel}}',\n },\n uk: {\n label: 'Заголовок {{headingLevel}}',\n },\n vi: {\n label: 'Tiêu đề {{headingLevel}}',\n },\n zh: {\n label: '标题 {{headingLevel}}',\n },\n 'zh-TW': {\n label: '標題 {{headingLevel}}',\n },\n}\n"],"names":["i18n","ar","label","az","bg","cs","de","en","es","fa","fr","he","hr","hu","it","ja","ko","my","nb","nl","pl","pt","ro","rs","ru","sk","sv","th","tr","uk","vi","zh"],"mappings":"AAEA,OAAO,MAAMA,OAAkC;IAC7CC,IAAI;QACFC,OAAO;IACT;IACAC,IAAI;QACFD,OAAO;IACT;IACAE,IAAI;QACFF,OAAO;IACT;IACAG,IAAI;QACFH,OAAO;IACT;IACAI,IAAI;QACFJ,OAAO;IACT;IACAK,IAAI;QACFL,OAAO;IACT;IACAM,IAAI;QACFN,OAAO;IACT;IACAO,IAAI;QACFP,OAAO;IACT;IACAQ,IAAI;QACFR,OAAO;IACT;IACAS,IAAI;QACFT,OAAO;IACT;IACAU,IAAI;QACFV,OAAO;IACT;IACAW,IAAI;QACFX,OAAO;IACT;IACAY,IAAI;QACFZ,OAAO;IACT;IACAa,IAAI;QACFb,OAAO;IACT;IACAc,IAAI;QACFd,OAAO;IACT;IACAe,IAAI;QACFf,OAAO;IACT;IACAgB,IAAI;QACFhB,OAAO;IACT;IACAiB,IAAI;QACFjB,OAAO;IACT;IACAkB,IAAI;QACFlB,OAAO;IACT;IACAmB,IAAI;QACFnB,OAAO;IACT;IACAoB,IAAI;QACFpB,OAAO;IACT;IACAqB,IAAI;QACFrB,OAAO;IACT;IACA,YAAY;QACVA,OAAO;IACT;IACAsB,IAAI;QACFtB,OAAO;IACT;IACAuB,IAAI;QACFvB,OAAO;IACT;IACAwB,IAAI;QACFxB,OAAO;IACT;IACAyB,IAAI;QACFzB,OAAO;IACT;IACA0B,IAAI;QACF1B,OAAO;IACT;IACA2B,IAAI;QACF3B,OAAO;IACT;IACA4B,IAAI;QACF5B,OAAO;IACT;IACA6B,IAAI;QACF7B,OAAO;IACT;IACA,SAAS;QACPA,OAAO;IACT;AACF,EAAC"}
@@ -1,10 +0,0 @@
1
- import type { NodeKey } from 'lexical';
2
- /**
3
- * React component rendered in the lexical editor, WITHIN the hr element created by createDOM of the HorizontalRuleNode.
4
- *
5
- * @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
6
- */
7
- export declare function HorizontalRuleComponent({ nodeKey }: {
8
- nodeKey: NodeKey;
9
- }): any;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/horizontalRule/component/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAoBtC;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,OAuDxE"}
@@ -1,67 +0,0 @@
1
- 'use client';
2
- import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js';
3
- import { useLexicalNodeSelection } from '@lexical/react/useLexicalNodeSelection.js';
4
- import { addClassNamesToElement, mergeRegister, removeClassNamesFromElement } from '@lexical/utils';
5
- import { $getNodeByKey, $getSelection, $isNodeSelection, CLICK_COMMAND, COMMAND_PRIORITY_LOW, KEY_BACKSPACE_COMMAND, KEY_DELETE_COMMAND } from 'lexical';
6
- import { useCallback, useEffect } from 'react';
7
- import { $isHorizontalRuleNode } from '../nodes/HorizontalRuleNode.js';
8
- const isSelectedClassName = 'selected';
9
- /**
10
- * React component rendered in the lexical editor, WITHIN the hr element created by createDOM of the HorizontalRuleNode.
11
- *
12
- * @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
13
- */ export function HorizontalRuleComponent({ nodeKey }) {
14
- const [editor] = useLexicalComposerContext();
15
- const [isSelected, setSelected, clearSelection] = useLexicalNodeSelection(nodeKey);
16
- const $onDelete = useCallback((event)=>{
17
- if (isSelected && $isNodeSelection($getSelection())) {
18
- event.preventDefault();
19
- const node = $getNodeByKey(nodeKey);
20
- if ($isHorizontalRuleNode(node)) {
21
- node.remove();
22
- return true;
23
- }
24
- }
25
- return false;
26
- }, [
27
- isSelected,
28
- nodeKey
29
- ]);
30
- useEffect(()=>{
31
- return mergeRegister(editor.registerCommand(CLICK_COMMAND, (event)=>{
32
- const hrElem = editor.getElementByKey(nodeKey);
33
- if (event.target === hrElem) {
34
- if (!event.shiftKey) {
35
- clearSelection();
36
- }
37
- setSelected(!isSelected);
38
- return true;
39
- }
40
- return false;
41
- }, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_DELETE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW), editor.registerCommand(KEY_BACKSPACE_COMMAND, $onDelete, COMMAND_PRIORITY_LOW));
42
- }, [
43
- clearSelection,
44
- editor,
45
- isSelected,
46
- nodeKey,
47
- $onDelete,
48
- setSelected
49
- ]);
50
- useEffect(()=>{
51
- const hrElem = editor.getElementByKey(nodeKey);
52
- if (hrElem !== null) {
53
- if (isSelected) {
54
- addClassNamesToElement(hrElem, isSelectedClassName);
55
- } else {
56
- removeClassNamesFromElement(hrElem, isSelectedClassName);
57
- }
58
- }
59
- }, [
60
- editor,
61
- isSelected,
62
- nodeKey
63
- ]);
64
- return null;
65
- }
66
-
67
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/features/horizontalRule/component/index.tsx"],"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 $getNodeByKey,\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 if (isSelected && $isNodeSelection($getSelection())) {\n event.preventDefault()\n const node = $getNodeByKey(nodeKey)\n if ($isHorizontalRuleNode(node)) {\n node.remove()\n return true\n }\n }\n return false\n },\n [isSelected, nodeKey],\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"],"names":["useLexicalComposerContext","useLexicalNodeSelection","addClassNamesToElement","mergeRegister","removeClassNamesFromElement","$getNodeByKey","$getSelection","$isNodeSelection","CLICK_COMMAND","COMMAND_PRIORITY_LOW","KEY_BACKSPACE_COMMAND","KEY_DELETE_COMMAND","useCallback","useEffect","$isHorizontalRuleNode","isSelectedClassName","HorizontalRuleComponent","nodeKey","editor","isSelected","setSelected","clearSelection","$onDelete","event","preventDefault","node","remove","registerCommand","hrElem","getElementByKey","target","shiftKey"],"mappings":"AAAA;AAIA,SAASA,yBAAyB,QAAQ,2CAA0C;AACpF,SAASC,uBAAuB,QAAQ,4CAA2C;AACnF,SAASC,sBAAsB,EAAEC,aAAa,EAAEC,2BAA2B,QAAQ,iBAAgB;AACnG,SACEC,aAAa,EACbC,aAAa,EACbC,gBAAgB,EAChBC,aAAa,EACbC,oBAAoB,EACpBC,qBAAqB,EACrBC,kBAAkB,QACb,UAAS;AAChB,SAASC,WAAW,EAAEC,SAAS,QAAQ,QAAO;AAE9C,SAASC,qBAAqB,QAAQ,iCAAgC;AAEtE,MAAMC,sBAAsB;AAE5B;;;;CAIC,GACD,OAAO,SAASC,wBAAwB,EAAEC,OAAO,EAAwB;IACvE,MAAM,CAACC,OAAO,GAAGlB;IACjB,MAAM,CAACmB,YAAYC,aAAaC,eAAe,GAAGpB,wBAAwBgB;IAE1E,MAAMK,YAAYV,YAChB,CAACW;QACC,IAAIJ,cAAcZ,iBAAiBD,kBAAkB;YACnDiB,MAAMC,cAAc;YACpB,MAAMC,OAAOpB,cAAcY;YAC3B,IAAIH,sBAAsBW,OAAO;gBAC/BA,KAAKC,MAAM;gBACX,OAAO;YACT;QACF;QACA,OAAO;IACT,GACA;QAACP;QAAYF;KAAQ;IAGvBJ,UAAU;QACR,OAAOV,cACLe,OAAOS,eAAe,CACpBnB,eACA,CAACe;YACC,MAAMK,SAASV,OAAOW,eAAe,CAACZ;YAEtC,IAAIM,MAAMO,MAAM,KAAKF,QAAQ;gBAC3B,IAAI,CAACL,MAAMQ,QAAQ,EAAE;oBACnBV;gBACF;gBACAD,YAAY,CAACD;gBACb,OAAO;YACT;YAEA,OAAO;QACT,GACAV,uBAEFS,OAAOS,eAAe,CAAChB,oBAAoBW,WAAWb,uBACtDS,OAAOS,eAAe,CAACjB,uBAAuBY,WAAWb;IAE7D,GAAG;QAACY;QAAgBH;QAAQC;QAAYF;QAASK;QAAWF;KAAY;IAExEP,UAAU;QACR,MAAMe,SAASV,OAAOW,eAAe,CAACZ;QACtC,IAAIW,WAAW,MAAM;YACnB,IAAIT,YAAY;gBACdjB,uBAAuB0B,QAAQb;YACjC,OAAO;gBACLX,4BAA4BwB,QAAQb;YACtC;QACF;IACF,GAAG;QAACG;QAAQC;QAAYF;KAAQ;IAEhC,OAAO;AACT"}
@@ -1,5 +0,0 @@
1
- export declare const HorizontalRuleFeatureClient: import("react").FC<{
2
- featureKey: string;
3
- order: number;
4
- }>;
5
- //# sourceMappingURL=feature.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature.client.d.ts","sourceRoot":"","sources":["../../../src/features/horizontalRule/feature.client.tsx"],"names":[],"mappings":"AAgBA,eAAO,MAAM,2BAA2B;;;EAmDtC,CAAA"}
@@ -1,70 +0,0 @@
1
- 'use client';
2
- import { $isNodeSelection } from 'lexical';
3
- import { HorizontalRuleIcon } from '../../lexical/ui/icons/HorizontalRule/index.js';
4
- import { createClientFeature } from '../../utilities/createClientFeature.js';
5
- import { slashMenuBasicGroupWithItems } from '../shared/slashMenu/basicGroup.js';
6
- import { toolbarAddDropdownGroupWithItems } from '../shared/toolbar/addDropdownGroup.js';
7
- import { MarkdownTransformer } from './markdownTransformer.js';
8
- import { $isHorizontalRuleNode, HorizontalRuleNode, INSERT_HORIZONTAL_RULE_COMMAND } from './nodes/HorizontalRuleNode.js';
9
- import { HorizontalRulePlugin } from './plugin/index.js';
10
- export const HorizontalRuleFeatureClient = createClientFeature({
11
- markdownTransformers: [
12
- MarkdownTransformer
13
- ],
14
- nodes: [
15
- HorizontalRuleNode
16
- ],
17
- plugins: [
18
- {
19
- Component: HorizontalRulePlugin,
20
- position: 'normal'
21
- }
22
- ],
23
- slashMenu: {
24
- groups: [
25
- slashMenuBasicGroupWithItems([
26
- {
27
- Icon: HorizontalRuleIcon,
28
- key: 'horizontalRule',
29
- keywords: [
30
- 'hr',
31
- 'horizontal rule',
32
- 'line',
33
- 'separator'
34
- ],
35
- label: ({ i18n })=>{
36
- return i18n.t('lexical:horizontalRule:label');
37
- },
38
- onSelect: ({ editor })=>{
39
- editor.dispatchCommand(INSERT_HORIZONTAL_RULE_COMMAND, undefined);
40
- }
41
- }
42
- ])
43
- ]
44
- },
45
- toolbarFixed: {
46
- groups: [
47
- toolbarAddDropdownGroupWithItems([
48
- {
49
- ChildComponent: HorizontalRuleIcon,
50
- isActive: ({ selection })=>{
51
- if (!$isNodeSelection(selection) || !selection.getNodes().length) {
52
- return false;
53
- }
54
- const firstNode = selection.getNodes()[0];
55
- return $isHorizontalRuleNode(firstNode);
56
- },
57
- key: 'horizontalRule',
58
- label: ({ i18n })=>{
59
- return i18n.t('lexical:horizontalRule:label');
60
- },
61
- onSelect: ({ editor })=>{
62
- editor.dispatchCommand(INSERT_HORIZONTAL_RULE_COMMAND, undefined);
63
- }
64
- }
65
- ])
66
- ]
67
- }
68
- });
69
-
70
- //# sourceMappingURL=feature.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/features/horizontalRule/feature.client.tsx"],"sourcesContent":["'use client'\n\nimport { $isNodeSelection } from 'lexical'\n\nimport { HorizontalRuleIcon } from '../../lexical/ui/icons/HorizontalRule/index.js'\nimport { createClientFeature } from '../../utilities/createClientFeature.js'\nimport { slashMenuBasicGroupWithItems } from '../shared/slashMenu/basicGroup.js'\nimport { toolbarAddDropdownGroupWithItems } from '../shared/toolbar/addDropdownGroup.js'\nimport { MarkdownTransformer } from './markdownTransformer.js'\nimport {\n $isHorizontalRuleNode,\n HorizontalRuleNode,\n INSERT_HORIZONTAL_RULE_COMMAND,\n} from './nodes/HorizontalRuleNode.js'\nimport { HorizontalRulePlugin } from './plugin/index.js'\n\nexport const HorizontalRuleFeatureClient = createClientFeature({\n markdownTransformers: [MarkdownTransformer],\n nodes: [HorizontalRuleNode],\n plugins: [\n {\n Component: HorizontalRulePlugin,\n position: 'normal',\n },\n ],\n slashMenu: {\n groups: [\n slashMenuBasicGroupWithItems([\n {\n Icon: HorizontalRuleIcon,\n key: 'horizontalRule',\n keywords: ['hr', 'horizontal rule', 'line', 'separator'],\n label: ({ i18n }) => {\n return i18n.t('lexical:horizontalRule:label')\n },\n\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INSERT_HORIZONTAL_RULE_COMMAND, undefined)\n },\n },\n ]),\n ],\n },\n toolbarFixed: {\n groups: [\n toolbarAddDropdownGroupWithItems([\n {\n ChildComponent: HorizontalRuleIcon,\n isActive: ({ selection }) => {\n if (!$isNodeSelection(selection) || !selection.getNodes().length) {\n return false\n }\n\n const firstNode = selection.getNodes()[0]\n return $isHorizontalRuleNode(firstNode)\n },\n key: 'horizontalRule',\n label: ({ i18n }) => {\n return i18n.t('lexical:horizontalRule:label')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INSERT_HORIZONTAL_RULE_COMMAND, undefined)\n },\n },\n ]),\n ],\n },\n})\n"],"names":["$isNodeSelection","HorizontalRuleIcon","createClientFeature","slashMenuBasicGroupWithItems","toolbarAddDropdownGroupWithItems","MarkdownTransformer","$isHorizontalRuleNode","HorizontalRuleNode","INSERT_HORIZONTAL_RULE_COMMAND","HorizontalRulePlugin","HorizontalRuleFeatureClient","markdownTransformers","nodes","plugins","Component","position","slashMenu","groups","Icon","key","keywords","label","i18n","t","onSelect","editor","dispatchCommand","undefined","toolbarFixed","ChildComponent","isActive","selection","getNodes","length","firstNode"],"mappings":"AAAA;AAEA,SAASA,gBAAgB,QAAQ,UAAS;AAE1C,SAASC,kBAAkB,QAAQ,iDAAgD;AACnF,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,4BAA4B,QAAQ,oCAAmC;AAChF,SAASC,gCAAgC,QAAQ,wCAAuC;AACxF,SAASC,mBAAmB,QAAQ,2BAA0B;AAC9D,SACEC,qBAAqB,EACrBC,kBAAkB,EAClBC,8BAA8B,QACzB,gCAA+B;AACtC,SAASC,oBAAoB,QAAQ,oBAAmB;AAExD,OAAO,MAAMC,8BAA8BR,oBAAoB;IAC7DS,sBAAsB;QAACN;KAAoB;IAC3CO,OAAO;QAACL;KAAmB;IAC3BM,SAAS;QACP;YACEC,WAAWL;YACXM,UAAU;QACZ;KACD;IACDC,WAAW;QACTC,QAAQ;YACNd,6BAA6B;gBAC3B;oBACEe,MAAMjB;oBACNkB,KAAK;oBACLC,UAAU;wBAAC;wBAAM;wBAAmB;wBAAQ;qBAAY;oBACxDC,OAAO,CAAC,EAAEC,IAAI,EAAE;wBACd,OAAOA,KAAKC,CAAC,CAAC;oBAChB;oBAEAC,UAAU,CAAC,EAAEC,MAAM,EAAE;wBACnBA,OAAOC,eAAe,CAAClB,gCAAgCmB;oBACzD;gBACF;aACD;SACF;IACH;IACAC,cAAc;QACZX,QAAQ;YACNb,iCAAiC;gBAC/B;oBACEyB,gBAAgB5B;oBAChB6B,UAAU,CAAC,EAAEC,SAAS,EAAE;wBACtB,IAAI,CAAC/B,iBAAiB+B,cAAc,CAACA,UAAUC,QAAQ,GAAGC,MAAM,EAAE;4BAChE,OAAO;wBACT;wBAEA,MAAMC,YAAYH,UAAUC,QAAQ,EAAE,CAAC,EAAE;wBACzC,OAAO1B,sBAAsB4B;oBAC/B;oBACAf,KAAK;oBACLE,OAAO,CAAC,EAAEC,IAAI,EAAE;wBACd,OAAOA,KAAKC,CAAC,CAAC;oBAChB;oBACAC,UAAU,CAAC,EAAEC,MAAM,EAAE;wBACnBA,OAAOC,eAAe,CAAClB,gCAAgCmB;oBACzD;gBACF;aACD;SACF;IACH;AACF,GAAE"}
@@ -1,2 +0,0 @@
1
- export declare const HorizontalRuleFeature: import("../typesServer.js").FeatureProviderProviderServer<undefined, undefined, undefined>;
2
- //# sourceMappingURL=feature.server.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature.server.d.ts","sourceRoot":"","sources":["../../../src/features/horizontalRule/feature.server.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,qBAAqB,4FAoBhC,CAAA"}
@@ -1,34 +0,0 @@
1
- // eslint-disable-next-line payload/no-imports-from-exports-dir
2
- import { HorizontalRuleFeatureClient } from '../../exports/client/index.js';
3
- import { createServerFeature } from '../../utilities/createServerFeature.js';
4
- import { createNode } from '../typeUtilities.js';
5
- import { i18n } from './i18n.js';
6
- import { MarkdownTransformer } from './markdownTransformer.js';
7
- import { HorizontalRuleNode } from './nodes/HorizontalRuleNode.js';
8
- export const HorizontalRuleFeature = createServerFeature({
9
- feature: {
10
- ClientFeature: HorizontalRuleFeatureClient,
11
- i18n,
12
- markdownTransformers: [
13
- MarkdownTransformer
14
- ],
15
- nodes: [
16
- createNode({
17
- converters: {
18
- html: {
19
- converter: ()=>{
20
- return `<hr/>`;
21
- },
22
- nodeTypes: [
23
- HorizontalRuleNode.getType()
24
- ]
25
- }
26
- },
27
- node: HorizontalRuleNode
28
- })
29
- ]
30
- },
31
- key: 'horizontalRule'
32
- });
33
-
34
- //# sourceMappingURL=feature.server.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/features/horizontalRule/feature.server.ts"],"sourcesContent":["// eslint-disable-next-line payload/no-imports-from-exports-dir\nimport { HorizontalRuleFeatureClient } from '../../exports/client/index.js'\nimport { createServerFeature } from '../../utilities/createServerFeature.js'\nimport { createNode } from '../typeUtilities.js'\nimport { i18n } from './i18n.js'\nimport { MarkdownTransformer } from './markdownTransformer.js'\nimport { HorizontalRuleNode } from './nodes/HorizontalRuleNode.js'\n\nexport const HorizontalRuleFeature = createServerFeature({\n feature: {\n ClientFeature: HorizontalRuleFeatureClient,\n i18n,\n markdownTransformers: [MarkdownTransformer],\n nodes: [\n createNode({\n converters: {\n html: {\n converter: () => {\n return `<hr/>`\n },\n nodeTypes: [HorizontalRuleNode.getType()],\n },\n },\n node: HorizontalRuleNode,\n }),\n ],\n },\n key: 'horizontalRule',\n})\n"],"names":["HorizontalRuleFeatureClient","createServerFeature","createNode","i18n","MarkdownTransformer","HorizontalRuleNode","HorizontalRuleFeature","feature","ClientFeature","markdownTransformers","nodes","converters","html","converter","nodeTypes","getType","node","key"],"mappings":"AAAA,+DAA+D;AAC/D,SAASA,2BAA2B,QAAQ,gCAA+B;AAC3E,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,UAAU,QAAQ,sBAAqB;AAChD,SAASC,IAAI,QAAQ,YAAW;AAChC,SAASC,mBAAmB,QAAQ,2BAA0B;AAC9D,SAASC,kBAAkB,QAAQ,gCAA+B;AAElE,OAAO,MAAMC,wBAAwBL,oBAAoB;IACvDM,SAAS;QACPC,eAAeR;QACfG;QACAM,sBAAsB;YAACL;SAAoB;QAC3CM,OAAO;YACLR,WAAW;gBACTS,YAAY;oBACVC,MAAM;wBACJC,WAAW;4BACT,OAAO,CAAC,KAAK,CAAC;wBAChB;wBACAC,WAAW;4BAACT,mBAAmBU,OAAO;yBAAG;oBAC3C;gBACF;gBACAC,MAAMX;YACR;SACD;IACH;IACAY,KAAK;AACP,GAAE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/features/horizontalRule/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAiG1C,CAAA"}