@payloadcms/richtext-lexical 3.0.0-canary.fb81f02 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1965) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cell/rscEntry.d.ts +12 -0
  3. package/dist/cell/rscEntry.d.ts.map +1 -0
  4. package/dist/cell/rscEntry.js +82 -0
  5. package/dist/cell/rscEntry.js.map +1 -0
  6. package/dist/exports/client/Component-DOSSWC76.js +2 -0
  7. package/dist/exports/client/Component-DOSSWC76.js.map +7 -0
  8. package/dist/exports/client/Component-MBLHTKDK.js +2 -0
  9. package/dist/exports/client/Component-MBLHTKDK.js.map +7 -0
  10. package/dist/exports/client/Field-KKSJXHR7.js +2 -0
  11. package/dist/exports/client/Field-KKSJXHR7.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -1
  15. package/dist/exports/client/chunk-2CYU43GM.js +2 -0
  16. package/dist/exports/client/chunk-2CYU43GM.js.map +7 -0
  17. package/dist/exports/client/chunk-5PBXL4HT.js +2 -0
  18. package/dist/exports/client/chunk-5PBXL4HT.js.map +7 -0
  19. package/dist/exports/client/chunk-C7S3V4EB.js +2 -0
  20. package/dist/exports/client/chunk-C7S3V4EB.js.map +7 -0
  21. package/dist/exports/client/chunk-CUIBIFW2.js +2 -0
  22. package/dist/exports/client/chunk-CUIBIFW2.js.map +7 -0
  23. package/dist/exports/client/chunk-MI5HS4QX.js +2 -0
  24. package/dist/exports/client/chunk-MI5HS4QX.js.map +7 -0
  25. package/dist/exports/client/chunk-QPPOQTHD.js +2 -0
  26. package/dist/exports/client/chunk-QPPOQTHD.js.map +7 -0
  27. package/dist/exports/client/chunk-U7O7EYCP.js +2 -0
  28. package/dist/exports/client/chunk-U7O7EYCP.js.map +7 -0
  29. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  30. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  31. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  32. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  33. package/dist/exports/client/component-H3EYQ5KG.js +2 -0
  34. package/dist/exports/client/component-H3EYQ5KG.js.map +7 -0
  35. package/dist/exports/client/componentInline-ZGO3K4TA.js +2 -0
  36. package/dist/exports/client/componentInline-ZGO3K4TA.js.map +7 -0
  37. package/dist/exports/client/index.d.ts +31 -26
  38. package/dist/exports/client/index.d.ts.map +1 -1
  39. package/dist/exports/client/index.js +11 -9
  40. package/dist/exports/client/index.js.map +4 -4
  41. package/dist/exports/server/ast/mdx.d.ts +7 -0
  42. package/dist/exports/server/ast/mdx.d.ts.map +1 -0
  43. package/dist/exports/server/ast/mdx.js +37 -0
  44. package/dist/exports/server/ast/mdx.js.map +1 -0
  45. package/dist/exports/server/migrate.d.ts +16 -0
  46. package/dist/exports/server/migrate.d.ts.map +1 -0
  47. package/dist/exports/server/migrate.js +16 -0
  48. package/dist/exports/server/migrate.js.map +1 -0
  49. package/dist/exports/server/rsc.d.ts +3 -0
  50. package/dist/exports/server/rsc.d.ts.map +1 -0
  51. package/dist/exports/server/rsc.js +3 -0
  52. package/dist/exports/server/rsc.js.map +1 -0
  53. package/dist/exports/shared.d.ts +4 -0
  54. package/dist/exports/shared.d.ts.map +1 -0
  55. package/dist/exports/shared.js +4 -0
  56. package/dist/exports/shared.js.map +1 -0
  57. package/dist/features/align/client/index.d.ts +2 -0
  58. package/dist/features/align/client/index.d.ts.map +1 -0
  59. package/dist/features/align/client/index.js +163 -0
  60. package/dist/features/align/client/index.js.map +1 -0
  61. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  62. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  63. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  64. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  65. package/dist/features/align/server/i18n.d.ts.map +1 -0
  66. package/dist/features/align/server/i18n.js +195 -0
  67. package/dist/features/align/server/i18n.js.map +1 -0
  68. package/dist/features/align/server/index.d.ts +2 -0
  69. package/dist/features/align/server/index.d.ts.map +1 -0
  70. package/dist/features/align/server/index.js +10 -0
  71. package/dist/features/align/server/index.js.map +1 -0
  72. package/dist/features/blockquote/client/index.d.ts +2 -0
  73. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  74. package/dist/features/blockquote/client/index.js +72 -0
  75. package/dist/features/blockquote/client/index.js.map +1 -0
  76. package/dist/features/blockquote/markdownTransformer.js +28 -34
  77. package/dist/features/blockquote/markdownTransformer.js.map +1 -1
  78. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  79. package/dist/features/blockquote/server/i18n.js +99 -0
  80. package/dist/features/blockquote/server/i18n.js.map +1 -0
  81. package/dist/features/blockquote/server/index.d.ts +7 -0
  82. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  83. package/dist/features/blockquote/server/index.js +51 -0
  84. package/dist/features/blockquote/server/index.js.map +1 -0
  85. package/dist/features/blocks/client/component/BlockContent.d.ts +48 -0
  86. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  87. package/dist/features/blocks/client/component/BlockContent.js +88 -0
  88. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  89. package/dist/features/blocks/client/component/components/BlockCollapsible.d.ts +11 -0
  90. package/dist/features/blocks/client/component/components/BlockCollapsible.d.ts.map +1 -0
  91. package/dist/features/blocks/client/component/components/BlockCollapsible.js +37 -0
  92. package/dist/features/blocks/client/component/components/BlockCollapsible.js.map +1 -0
  93. package/dist/features/blocks/client/component/components/BlockEditButton.d.ts +3 -0
  94. package/dist/features/blocks/client/component/components/BlockEditButton.d.ts.map +1 -0
  95. package/dist/features/blocks/client/component/components/BlockEditButton.js +22 -0
  96. package/dist/features/blocks/client/component/components/BlockEditButton.js.map +1 -0
  97. package/dist/features/blocks/client/component/components/BlockRemoveButton.d.ts +3 -0
  98. package/dist/features/blocks/client/component/components/BlockRemoveButton.d.ts.map +1 -0
  99. package/dist/features/blocks/client/component/components/BlockRemoveButton.js +22 -0
  100. package/dist/features/blocks/client/component/components/BlockRemoveButton.js.map +1 -0
  101. package/dist/features/blocks/client/component/index.d.ts +11 -0
  102. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  103. package/dist/features/blocks/client/component/index.js +346 -0
  104. package/dist/features/blocks/client/component/index.js.map +1 -0
  105. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  106. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  107. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  108. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts +5 -0
  109. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts.map +1 -0
  110. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js +28 -0
  111. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js.map +1 -0
  112. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.d.ts +3 -0
  113. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.d.ts.map +1 -0
  114. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js +22 -0
  115. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js.map +1 -0
  116. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.d.ts +3 -0
  117. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.d.ts.map +1 -0
  118. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js +22 -0
  119. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js.map +1 -0
  120. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.d.ts +3 -0
  121. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.d.ts.map +1 -0
  122. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js +22 -0
  123. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js.map +1 -0
  124. package/dist/features/blocks/client/componentInline/index.d.ts +22 -0
  125. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  126. package/dist/features/blocks/client/componentInline/index.js +296 -0
  127. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  128. package/dist/features/blocks/client/index.d.ts +2 -0
  129. package/dist/features/blocks/client/index.d.ts.map +1 -0
  130. package/dist/features/blocks/client/index.js +152 -0
  131. package/dist/features/blocks/client/index.js.map +1 -0
  132. package/dist/features/blocks/client/markdownTransformer.d.ts +16 -0
  133. package/dist/features/blocks/client/markdownTransformer.d.ts.map +1 -0
  134. package/dist/features/blocks/client/markdownTransformer.js +144 -0
  135. package/dist/features/blocks/client/markdownTransformer.js.map +1 -0
  136. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  137. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  138. package/dist/features/blocks/client/nodes/BlocksNode.js +51 -0
  139. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  140. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  141. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  142. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  143. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  144. package/dist/features/blocks/client/plugin/commands.d.ts +5 -0
  145. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  146. package/dist/features/blocks/client/plugin/commands.js +6 -0
  147. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  148. package/dist/features/blocks/client/plugin/index.d.ts +5 -0
  149. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  150. package/dist/features/blocks/client/plugin/index.js +98 -0
  151. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  152. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  153. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  154. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  155. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  156. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  157. package/dist/features/blocks/server/i18n.js +291 -0
  158. package/dist/features/blocks/server/i18n.js.map +1 -0
  159. package/dist/features/blocks/server/index.d.ts +7 -0
  160. package/dist/features/blocks/server/index.d.ts.map +1 -0
  161. package/dist/features/blocks/server/index.js +197 -0
  162. package/dist/features/blocks/server/index.js.map +1 -0
  163. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts +22 -0
  164. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.d.ts.map +1 -0
  165. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js +136 -0
  166. package/dist/features/blocks/server/linesFromMatchToContentAndPropsString.js.map +1 -0
  167. package/dist/features/blocks/server/markdownTransformer.d.ts +22 -0
  168. package/dist/features/blocks/server/markdownTransformer.d.ts.map +1 -0
  169. package/dist/features/blocks/server/markdownTransformer.js +400 -0
  170. package/dist/features/blocks/server/markdownTransformer.js.map +1 -0
  171. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  172. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  173. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  174. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  175. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  176. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  177. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  178. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  179. package/dist/features/blocks/server/validate.d.ts +6 -0
  180. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  181. package/dist/features/blocks/server/validate.js +51 -0
  182. package/dist/features/blocks/server/validate.js.map +1 -0
  183. package/dist/features/converters/html/converter/converters/linebreak.js +4 -7
  184. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -1
  185. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -1
  186. package/dist/features/converters/html/converter/converters/paragraph.js +28 -19
  187. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -1
  188. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -1
  189. package/dist/features/converters/html/converter/converters/text.js +29 -29
  190. package/dist/features/converters/html/converter/converters/text.js.map +1 -1
  191. package/dist/features/converters/html/converter/defaultConverters.js +1 -6
  192. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -1
  193. package/dist/features/converters/html/converter/index.d.ts +11 -7
  194. package/dist/features/converters/html/converter/index.d.ts.map +1 -1
  195. package/dist/features/converters/html/converter/index.js +82 -51
  196. package/dist/features/converters/html/converter/index.js.map +1 -1
  197. package/dist/features/converters/html/converter/types.d.ts +3 -1
  198. package/dist/features/converters/html/converter/types.d.ts.map +1 -1
  199. package/dist/features/converters/html/converter/types.js +1 -2
  200. package/dist/features/converters/html/converter/types.js.map +1 -1
  201. package/dist/features/converters/html/field/index.d.ts.map +1 -1
  202. package/dist/features/converters/html/field/index.js +140 -139
  203. package/dist/features/converters/html/field/index.js.map +1 -1
  204. package/dist/features/converters/html/index.d.ts +8 -0
  205. package/dist/features/converters/html/index.d.ts.map +1 -0
  206. package/dist/features/converters/html/index.js +7 -0
  207. package/dist/features/converters/html/index.js.map +1 -0
  208. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  209. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  210. package/dist/features/debug/testRecorder/client/index.js +11 -0
  211. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  212. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  213. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  214. package/dist/features/debug/testRecorder/client/plugin/index.js +422 -0
  215. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  216. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  217. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  218. package/dist/features/debug/testRecorder/server/index.js +8 -0
  219. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  220. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  221. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  222. package/dist/features/debug/treeView/client/index.js +11 -0
  223. package/dist/features/debug/treeView/client/index.js.map +1 -0
  224. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  225. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  226. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  227. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  228. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  229. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  230. package/dist/features/debug/treeView/server/index.js +8 -0
  231. package/dist/features/debug/treeView/server/index.js.map +1 -0
  232. package/dist/features/experimental_table/client/index.d.ts +2 -0
  233. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  234. package/dist/features/experimental_table/client/index.js +56 -0
  235. package/dist/features/experimental_table/client/index.js.map +1 -0
  236. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  237. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  238. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +521 -0
  239. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  240. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  241. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  242. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +321 -0
  243. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  244. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  245. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  246. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +225 -0
  247. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  248. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  249. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  250. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +152 -0
  251. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  252. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  253. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  254. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  255. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  256. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  257. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  258. package/dist/features/experimental_table/markdownTransformer.d.ts +5 -0
  259. package/dist/features/experimental_table/markdownTransformer.d.ts.map +1 -0
  260. package/dist/features/experimental_table/markdownTransformer.js +127 -0
  261. package/dist/features/experimental_table/markdownTransformer.js.map +1 -0
  262. package/dist/features/experimental_table/server/index.d.ts +13 -0
  263. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  264. package/dist/features/experimental_table/server/index.js +154 -0
  265. package/dist/features/experimental_table/server/index.js.map +1 -0
  266. package/dist/features/format/bold/feature.client.d.ts +1 -4
  267. package/dist/features/format/bold/feature.client.d.ts.map +1 -1
  268. package/dist/features/format/bold/feature.client.js +35 -35
  269. package/dist/features/format/bold/feature.client.js.map +1 -1
  270. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  271. package/dist/features/format/bold/feature.server.js +14 -20
  272. package/dist/features/format/bold/feature.server.js.map +1 -1
  273. package/dist/features/format/bold/markdownTransformers.js +14 -25
  274. package/dist/features/format/bold/markdownTransformers.js.map +1 -1
  275. package/dist/features/format/inlineCode/feature.client.d.ts +1 -4
  276. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -1
  277. package/dist/features/format/inlineCode/feature.client.js +27 -28
  278. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  279. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  280. package/dist/features/format/inlineCode/feature.server.js +5 -10
  281. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  282. package/dist/features/format/inlineCode/markdownTransformers.js +3 -6
  283. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -1
  284. package/dist/features/format/italic/feature.client.d.ts +1 -4
  285. package/dist/features/format/italic/feature.client.d.ts.map +1 -1
  286. package/dist/features/format/italic/feature.client.js +27 -29
  287. package/dist/features/format/italic/feature.client.js.map +1 -1
  288. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  289. package/dist/features/format/italic/feature.server.js +5 -11
  290. package/dist/features/format/italic/feature.server.js.map +1 -1
  291. package/dist/features/format/italic/markdownTransformers.js +7 -12
  292. package/dist/features/format/italic/markdownTransformers.js.map +1 -1
  293. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  294. package/dist/features/format/shared/toolbarFormatGroup.js +9 -8
  295. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -1
  296. package/dist/features/format/strikethrough/feature.client.d.ts +1 -4
  297. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -1
  298. package/dist/features/format/strikethrough/feature.client.js +27 -28
  299. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  300. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  301. package/dist/features/format/strikethrough/feature.server.js +5 -10
  302. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  303. package/dist/features/format/strikethrough/markdownTransformers.js +3 -6
  304. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -1
  305. package/dist/features/format/subscript/feature.client.d.ts +1 -4
  306. package/dist/features/format/subscript/feature.client.d.ts.map +1 -1
  307. package/dist/features/format/subscript/feature.client.js +26 -25
  308. package/dist/features/format/subscript/feature.client.js.map +1 -1
  309. package/dist/features/format/subscript/feature.server.d.ts.map +1 -1
  310. package/dist/features/format/subscript/feature.server.js +4 -7
  311. package/dist/features/format/subscript/feature.server.js.map +1 -1
  312. package/dist/features/format/superscript/feature.client.d.ts +1 -4
  313. package/dist/features/format/superscript/feature.client.d.ts.map +1 -1
  314. package/dist/features/format/superscript/feature.client.js +26 -25
  315. package/dist/features/format/superscript/feature.client.js.map +1 -1
  316. package/dist/features/format/superscript/feature.server.d.ts.map +1 -1
  317. package/dist/features/format/superscript/feature.server.js +4 -7
  318. package/dist/features/format/superscript/feature.server.js.map +1 -1
  319. package/dist/features/format/underline/feature.client.d.ts +1 -4
  320. package/dist/features/format/underline/feature.client.d.ts.map +1 -1
  321. package/dist/features/format/underline/feature.client.js +26 -25
  322. package/dist/features/format/underline/feature.client.js.map +1 -1
  323. package/dist/features/format/underline/feature.server.d.ts.map +1 -1
  324. package/dist/features/format/underline/feature.server.js +4 -7
  325. package/dist/features/format/underline/feature.server.js.map +1 -1
  326. package/dist/features/heading/client/index.d.ts +3 -0
  327. package/dist/features/heading/client/index.d.ts.map +1 -0
  328. package/dist/features/heading/client/index.js +108 -0
  329. package/dist/features/heading/client/index.js.map +1 -0
  330. package/dist/features/heading/markdownTransformer.js +22 -25
  331. package/dist/features/heading/markdownTransformer.js.map +1 -1
  332. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  333. package/dist/features/heading/server/i18n.js +99 -0
  334. package/dist/features/heading/server/i18n.js.map +1 -0
  335. package/dist/features/heading/server/index.d.ts +10 -0
  336. package/dist/features/heading/server/index.d.ts.map +1 -0
  337. package/dist/features/heading/server/index.js +62 -0
  338. package/dist/features/heading/server/index.js.map +1 -0
  339. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  340. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  341. package/dist/features/horizontalRule/client/component/index.js +100 -0
  342. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  343. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  344. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  345. package/dist/features/horizontalRule/client/index.js +62 -0
  346. package/dist/features/horizontalRule/client/index.js.map +1 -0
  347. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  348. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  349. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  350. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  351. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  352. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  353. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  354. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  355. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  356. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  357. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  358. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  359. package/dist/features/horizontalRule/server/i18n.js +99 -0
  360. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  361. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  362. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  363. package/dist/features/horizontalRule/server/index.js +25 -0
  364. package/dist/features/horizontalRule/server/index.js.map +1 -0
  365. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  366. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  367. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  368. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  369. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  370. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  371. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  372. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  373. package/dist/features/indent/client/index.d.ts +2 -0
  374. package/dist/features/indent/client/index.d.ts.map +1 -0
  375. package/dist/features/indent/client/index.js +62 -0
  376. package/dist/features/indent/client/index.js.map +1 -0
  377. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  378. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  379. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  380. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  381. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  382. package/dist/features/indent/server/i18n.js +131 -0
  383. package/dist/features/indent/server/i18n.js.map +1 -0
  384. package/dist/features/indent/server/index.d.ts +2 -0
  385. package/dist/features/indent/server/index.d.ts.map +1 -0
  386. package/dist/features/indent/server/index.js +10 -0
  387. package/dist/features/indent/server/index.js.map +1 -0
  388. package/dist/features/link/client/index.d.ts +4 -0
  389. package/dist/features/link/client/index.d.ts.map +1 -0
  390. package/dist/features/link/client/index.js +96 -0
  391. package/dist/features/link/client/index.js.map +1 -0
  392. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  393. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  394. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  395. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  396. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  397. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  398. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  399. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  400. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  401. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  402. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  403. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  404. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +317 -0
  405. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  406. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  407. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  408. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  409. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  410. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  411. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  412. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  413. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  414. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  415. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  416. package/dist/features/link/client/plugins/link/index.js +60 -0
  417. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  418. package/dist/features/link/markdownTransformer.js +38 -39
  419. package/dist/features/link/markdownTransformer.js.map +1 -1
  420. package/dist/features/link/nodes/AutoLinkNode.js +57 -56
  421. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  422. package/dist/features/link/nodes/LinkNode.d.ts +1 -1
  423. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  424. package/dist/features/link/nodes/LinkNode.js +283 -277
  425. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  426. package/dist/features/link/nodes/types.d.ts +3 -3
  427. package/dist/features/link/nodes/types.d.ts.map +1 -1
  428. package/dist/features/link/nodes/types.js +1 -2
  429. package/dist/features/link/nodes/types.js.map +1 -1
  430. package/dist/features/link/server/baseFields.d.ts +3 -0
  431. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  432. package/dist/features/link/server/baseFields.js +136 -0
  433. package/dist/features/link/server/baseFields.js.map +1 -0
  434. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  435. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  436. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  437. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  438. package/dist/features/link/server/i18n.d.ts.map +1 -0
  439. package/dist/features/link/server/i18n.js +131 -0
  440. package/dist/features/link/server/i18n.js.map +1 -0
  441. package/dist/features/link/server/index.d.ts +35 -0
  442. package/dist/features/link/server/index.d.ts.map +1 -0
  443. package/dist/features/link/server/index.js +151 -0
  444. package/dist/features/link/server/index.js.map +1 -0
  445. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  446. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  447. package/dist/features/link/server/transformExtraFields.js +20 -0
  448. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  449. package/dist/features/link/server/validate.d.ts +6 -0
  450. package/dist/features/link/server/validate.d.ts.map +1 -0
  451. package/dist/features/link/server/validate.js +43 -0
  452. package/dist/features/link/server/validate.js.map +1 -0
  453. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  454. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  455. package/dist/features/lists/checklist/client/index.js +92 -0
  456. package/dist/features/lists/checklist/client/index.js.map +1 -0
  457. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  458. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  459. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  460. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  461. package/dist/features/lists/checklist/markdownTransformers.js +7 -11
  462. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -1
  463. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  464. package/dist/features/lists/checklist/server/i18n.js +99 -0
  465. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  466. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  467. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  468. package/dist/features/lists/checklist/server/index.js +30 -0
  469. package/dist/features/lists/checklist/server/index.js.map +1 -0
  470. package/dist/features/lists/htmlConverter.d.ts.map +1 -1
  471. package/dist/features/lists/htmlConverter.js +62 -43
  472. package/dist/features/lists/htmlConverter.js.map +1 -1
  473. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  474. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  475. package/dist/features/lists/orderedList/client/index.js +84 -0
  476. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  477. package/dist/features/lists/orderedList/markdownTransformer.js +7 -11
  478. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -1
  479. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  480. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  481. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  482. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  483. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  484. package/dist/features/lists/orderedList/server/index.js +30 -0
  485. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  486. package/dist/features/lists/plugin/index.js +3 -3
  487. package/dist/features/lists/plugin/index.js.map +1 -1
  488. package/dist/features/lists/shared/markdown.js +48 -49
  489. package/dist/features/lists/shared/markdown.js.map +1 -1
  490. package/dist/features/lists/shared/slashMenuListGroup.js +9 -8
  491. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -1
  492. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  493. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  494. package/dist/features/lists/unorderedList/client/index.js +80 -0
  495. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  496. package/dist/features/lists/unorderedList/markdownTransformer.js +7 -11
  497. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -1
  498. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  499. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  500. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  501. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  502. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  503. package/dist/features/lists/unorderedList/server/index.js +26 -0
  504. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +1 -1
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +19 -17
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -1
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +1 -1
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -1
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +31 -29
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -1
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +1 -1
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -1
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +22 -20
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -1
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +1 -1
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  519. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +22 -19
  520. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -1
  521. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +1 -1
  522. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -1
  523. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +19 -17
  524. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -1
  525. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +1 -1
  526. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  527. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +25 -23
  528. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -1
  529. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +1 -1
  530. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  531. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +20 -21
  532. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -1
  533. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +2 -2
  534. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -1
  535. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +8 -17
  536. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -1
  537. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +5 -3
  538. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -1
  539. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +71 -56
  540. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -1
  541. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +1 -9
  542. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -1
  543. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +1 -2
  544. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -1
  545. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +1 -4
  546. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -1
  547. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +5 -22
  548. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -1
  549. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +5 -3
  550. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -1
  551. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +43 -39
  552. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -1
  553. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  554. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  555. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  556. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  557. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  558. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +64 -59
  559. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  560. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +1 -1
  561. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -1
  562. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +20 -20
  563. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -1
  564. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +1 -1
  565. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -1
  566. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +21 -26
  567. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -1
  568. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +1 -1
  569. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -1
  570. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +29 -31
  571. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -1
  572. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +1 -1
  573. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -1
  574. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +27 -27
  575. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -1
  576. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +1 -1
  577. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -1
  578. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +23 -22
  579. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -1
  580. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +1 -1
  581. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -1
  582. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +23 -23
  583. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -1
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +1 -1
  585. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -1
  586. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +13 -14
  587. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -1
  588. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +1 -1
  589. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -1
  590. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +24 -24
  591. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -1
  592. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +1 -1
  593. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -1
  594. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +23 -23
  595. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -1
  596. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +1 -1
  597. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -1
  598. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +16 -17
  599. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -1
  600. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +2 -2
  601. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -1
  602. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +11 -23
  603. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -1
  604. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -1
  605. package/dist/features/migrations/slateToLexical/converter/index.js +106 -98
  606. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -1
  607. package/dist/features/migrations/slateToLexical/converter/types.d.ts +0 -9
  608. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -1
  609. package/dist/features/migrations/slateToLexical/converter/types.js +1 -2
  610. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -1
  611. package/dist/features/migrations/slateToLexical/feature.client.d.ts +1 -4
  612. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -1
  613. package/dist/features/migrations/slateToLexical/feature.client.js +5 -22
  614. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -1
  615. package/dist/features/migrations/slateToLexical/feature.server.d.ts +6 -5
  616. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -1
  617. package/dist/features/migrations/slateToLexical/feature.server.js +44 -41
  618. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -1
  619. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -1
  620. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +11 -11
  621. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  622. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
  623. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -1
  624. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +64 -59
  625. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  626. package/dist/features/paragraph/client/index.d.ts +2 -0
  627. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  628. package/dist/features/paragraph/client/index.js +68 -0
  629. package/dist/features/paragraph/client/index.js.map +1 -0
  630. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  631. package/dist/features/paragraph/server/i18n.js +131 -0
  632. package/dist/features/paragraph/server/i18n.js.map +1 -0
  633. package/dist/features/paragraph/server/index.d.ts +2 -0
  634. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  635. package/dist/features/paragraph/server/index.js +11 -0
  636. package/dist/features/paragraph/server/index.js.map +1 -0
  637. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  638. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  639. package/dist/features/relationship/client/components/RelationshipComponent.js +176 -0
  640. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  641. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  642. package/dist/features/relationship/client/drawer/commands.js +3 -0
  643. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  644. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  645. package/dist/features/relationship/client/drawer/index.js +155 -0
  646. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  647. package/dist/features/relationship/client/index.d.ts +3 -0
  648. package/dist/features/relationship/client/index.d.ts.map +1 -0
  649. package/dist/features/relationship/client/index.js +66 -0
  650. package/dist/features/relationship/client/index.js.map +1 -0
  651. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  652. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  653. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  654. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  655. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  656. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  657. package/dist/features/relationship/client/plugins/index.js +105 -0
  658. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  659. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  660. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  661. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  662. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  663. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  664. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  665. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  666. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  667. package/dist/features/relationship/server/i18n.js +99 -0
  668. package/dist/features/relationship/server/i18n.js.map +1 -0
  669. package/dist/features/relationship/server/index.d.ts +27 -0
  670. package/dist/features/relationship/server/index.d.ts.map +1 -0
  671. package/dist/features/relationship/server/index.js +67 -0
  672. package/dist/features/relationship/server/index.js.map +1 -0
  673. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  674. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  675. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  676. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  677. package/dist/features/shared/slashMenu/basicGroup.js +9 -8
  678. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -1
  679. package/dist/features/shared/toolbar/addDropdownGroup.js +8 -9
  680. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -1
  681. package/dist/features/shared/toolbar/featureButtonsGroup.js +7 -8
  682. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -1
  683. package/dist/features/shared/toolbar/textDropdownGroup.js +8 -9
  684. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -1
  685. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  686. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  687. package/dist/features/toolbars/fixed/client/Toolbar/index.js +313 -0
  688. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  689. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  690. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  691. package/dist/features/toolbars/fixed/client/index.js +11 -0
  692. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  693. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  694. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  695. package/dist/features/toolbars/fixed/server/index.js +18 -0
  696. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  697. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  698. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  699. package/dist/features/toolbars/inline/client/Toolbar/index.js +404 -0
  700. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  701. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  702. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  703. package/dist/features/toolbars/inline/client/index.js +11 -0
  704. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  705. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  706. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  707. package/dist/features/toolbars/inline/server/index.js +8 -0
  708. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  709. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  710. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  711. package/dist/features/toolbars/shared/ToolbarButton/index.js +78 -97
  712. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  713. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +5 -4
  714. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  715. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +202 -209
  716. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  717. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +5 -6
  718. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  719. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +290 -123
  720. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  721. package/dist/features/toolbars/types.d.ts +24 -11
  722. package/dist/features/toolbars/types.d.ts.map +1 -1
  723. package/dist/features/toolbars/types.js +1 -2
  724. package/dist/features/toolbars/types.js.map +1 -1
  725. package/dist/features/typeUtilities.js +2 -3
  726. package/dist/features/typeUtilities.js.map +1 -1
  727. package/dist/features/typesClient.d.ts +22 -30
  728. package/dist/features/typesClient.d.ts.map +1 -1
  729. package/dist/features/typesClient.js +1 -2
  730. package/dist/features/typesClient.js.map +1 -1
  731. package/dist/features/typesServer.d.ts +33 -34
  732. package/dist/features/typesServer.d.ts.map +1 -1
  733. package/dist/features/typesServer.js +1 -2
  734. package/dist/features/typesServer.js.map +1 -1
  735. package/dist/features/upload/client/component/index.d.ts +9 -0
  736. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  737. package/dist/features/upload/client/component/index.js +243 -0
  738. package/dist/features/upload/client/component/index.js.map +1 -0
  739. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  740. package/dist/features/upload/client/drawer/commands.js +5 -0
  741. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  742. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  743. package/dist/features/upload/client/drawer/index.js +128 -0
  744. package/dist/features/upload/client/drawer/index.js.map +1 -0
  745. package/dist/features/upload/client/feature.client.d.ts +9 -0
  746. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  747. package/dist/features/upload/client/feature.client.js +64 -0
  748. package/dist/features/upload/client/feature.client.js.map +1 -0
  749. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  750. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  751. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  752. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  753. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  754. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  755. package/dist/features/upload/client/plugin/index.js +81 -0
  756. package/dist/features/upload/client/plugin/index.js.map +1 -0
  757. package/dist/features/upload/server/feature.server.d.ts +18 -0
  758. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  759. package/dist/features/upload/server/feature.server.js +217 -0
  760. package/dist/features/upload/server/feature.server.js.map +1 -0
  761. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  762. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  763. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  764. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  765. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  766. package/dist/features/upload/server/i18n.js +99 -0
  767. package/dist/features/upload/server/i18n.js.map +1 -0
  768. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  769. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  770. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  771. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  772. package/dist/features/upload/server/validate.d.ts +5 -0
  773. package/dist/features/upload/server/validate.d.ts.map +1 -0
  774. package/dist/features/upload/server/validate.js +61 -0
  775. package/dist/features/upload/server/validate.js.map +1 -0
  776. package/dist/field/Field.d.ts +7 -7
  777. package/dist/field/Field.d.ts.map +1 -1
  778. package/dist/field/Field.js +104 -106
  779. package/dist/field/Field.js.map +1 -1
  780. package/dist/field/bundled.css +1 -0
  781. package/dist/field/index.d.ts +2 -9
  782. package/dist/field/index.d.ts.map +1 -1
  783. package/dist/field/index.js +92 -36
  784. package/dist/field/index.js.map +1 -1
  785. package/dist/field/rscEntry.d.ts +9 -0
  786. package/dist/field/rscEntry.d.ts.map +1 -0
  787. package/dist/field/rscEntry.js +56 -0
  788. package/dist/field/rscEntry.js.map +1 -0
  789. package/dist/i18n.js +160 -161
  790. package/dist/i18n.js.map +1 -1
  791. package/dist/index.d.ts +31 -42
  792. package/dist/index.d.ts.map +1 -1
  793. package/dist/index.js +695 -637
  794. package/dist/index.js.map +1 -1
  795. package/dist/lexical/EditorPlugin.d.ts.map +1 -1
  796. package/dist/lexical/EditorPlugin.js +16 -10
  797. package/dist/lexical/EditorPlugin.js.map +1 -1
  798. package/dist/lexical/LexicalEditor.d.ts +1 -1
  799. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  800. package/dist/lexical/LexicalEditor.js +209 -164
  801. package/dist/lexical/LexicalEditor.js.map +1 -1
  802. package/dist/lexical/LexicalProvider.d.ts +3 -7
  803. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  804. package/dist/lexical/LexicalProvider.js +78 -84
  805. package/dist/lexical/LexicalProvider.js.map +1 -1
  806. package/dist/lexical/config/client/EditorConfigProvider.d.ts +6 -13
  807. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  808. package/dist/lexical/config/client/EditorConfigProvider.js +77 -79
  809. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  810. package/dist/lexical/config/client/default.js +3 -3
  811. package/dist/lexical/config/client/default.js.map +1 -1
  812. package/dist/lexical/config/client/loader.d.ts +5 -2
  813. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  814. package/dist/lexical/config/client/loader.js +36 -39
  815. package/dist/lexical/config/client/loader.js.map +1 -1
  816. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  817. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  818. package/dist/lexical/config/client/sanitize.js +166 -165
  819. package/dist/lexical/config/client/sanitize.js.map +1 -1
  820. package/dist/lexical/config/server/default.js +18 -40
  821. package/dist/lexical/config/server/default.js.map +1 -1
  822. package/dist/lexical/config/server/loader.d.ts +2 -1
  823. package/dist/lexical/config/server/loader.d.ts.map +1 -1
  824. package/dist/lexical/config/server/loader.js +105 -103
  825. package/dist/lexical/config/server/loader.js.map +1 -1
  826. package/dist/lexical/config/server/sanitize.d.ts +1 -1
  827. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  828. package/dist/lexical/config/server/sanitize.js +117 -86
  829. package/dist/lexical/config/server/sanitize.js.map +1 -1
  830. package/dist/lexical/config/types.d.ts +2 -2
  831. package/dist/lexical/config/types.d.ts.map +1 -1
  832. package/dist/lexical/config/types.js +1 -2
  833. package/dist/lexical/config/types.js.map +1 -1
  834. package/dist/lexical/nodes/index.d.ts +4 -0
  835. package/dist/lexical/nodes/index.d.ts.map +1 -1
  836. package/dist/lexical/nodes/index.js +16 -8
  837. package/dist/lexical/nodes/index.js.map +1 -1
  838. package/dist/lexical/plugins/MarkdownShortcut/index.js +17 -5
  839. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  840. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +6 -6
  841. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -1
  842. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +358 -362
  843. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -1
  844. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +2 -2
  845. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -1
  846. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +223 -160
  847. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
  848. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +7 -2
  849. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  850. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +1 -2
  851. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  852. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  853. package/dist/lexical/plugins/SlashMenu/index.js +185 -169
  854. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  855. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -1
  856. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +41 -26
  857. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -1
  858. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  859. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +128 -130
  860. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  861. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +1 -1
  862. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  863. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +11 -10
  864. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -1
  865. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -1
  866. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +11 -10
  867. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -1
  868. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -1
  869. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +27 -23
  870. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -1
  871. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  872. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +313 -300
  873. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  874. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -1
  875. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +96 -99
  876. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  877. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  878. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +23 -16
  879. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -1
  880. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -1
  881. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +20 -27
  882. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -1
  883. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -1
  884. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +15 -11
  885. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -1
  886. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -1
  887. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +132 -118
  888. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -1
  889. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -1
  890. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +3 -2
  891. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -1
  892. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -1
  893. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +3 -2
  894. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -1
  895. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -1
  896. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +24 -25
  897. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -1
  898. package/dist/lexical/theme/EditorTheme.d.ts +0 -1
  899. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  900. package/dist/lexical/theme/EditorTheme.js +96 -102
  901. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  902. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  903. package/dist/lexical/ui/ContentEditable.js +27 -10
  904. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  905. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -1
  906. package/dist/lexical/ui/icons/AI/index.js +31 -33
  907. package/dist/lexical/ui/icons/AI/index.js.map +1 -1
  908. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -1
  909. package/dist/lexical/ui/icons/Add/index.js +16 -18
  910. package/dist/lexical/ui/icons/Add/index.js.map +1 -1
  911. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -1
  912. package/dist/lexical/ui/icons/AlignCenter/index.js +25 -28
  913. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  914. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -1
  915. package/dist/lexical/ui/icons/AlignJustify/index.js +25 -28
  916. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  917. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -1
  918. package/dist/lexical/ui/icons/AlignLeft/index.js +25 -28
  919. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  920. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -1
  921. package/dist/lexical/ui/icons/AlignRight/index.js +25 -28
  922. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
  923. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -1
  924. package/dist/lexical/ui/icons/Block/index.js +34 -37
  925. package/dist/lexical/ui/icons/Block/index.js.map +1 -1
  926. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -1
  927. package/dist/lexical/ui/icons/Blockquote/index.js +16 -15
  928. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
  929. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -1
  930. package/dist/lexical/ui/icons/Bold/index.js +16 -15
  931. package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
  932. package/dist/lexical/ui/icons/Caret/index.svg +2 -2
  933. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -1
  934. package/dist/lexical/ui/icons/Checklist/index.js +24 -26
  935. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
  936. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -1
  937. package/dist/lexical/ui/icons/Code/index.js +19 -21
  938. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  939. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -1
  940. package/dist/lexical/ui/icons/CodeBlock/index.js +19 -21
  941. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  942. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -1
  943. package/dist/lexical/ui/icons/H1/index.js +16 -15
  944. package/dist/lexical/ui/icons/H1/index.js.map +1 -1
  945. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -1
  946. package/dist/lexical/ui/icons/H2/index.js +16 -15
  947. package/dist/lexical/ui/icons/H2/index.js.map +1 -1
  948. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -1
  949. package/dist/lexical/ui/icons/H3/index.js +16 -15
  950. package/dist/lexical/ui/icons/H3/index.js.map +1 -1
  951. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -1
  952. package/dist/lexical/ui/icons/H4/index.js +16 -15
  953. package/dist/lexical/ui/icons/H4/index.js.map +1 -1
  954. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -1
  955. package/dist/lexical/ui/icons/H5/index.js +16 -15
  956. package/dist/lexical/ui/icons/H5/index.js.map +1 -1
  957. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -1
  958. package/dist/lexical/ui/icons/H6/index.js +16 -15
  959. package/dist/lexical/ui/icons/H6/index.js.map +1 -1
  960. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -1
  961. package/dist/lexical/ui/icons/HorizontalRule/index.js +19 -18
  962. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  963. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -1
  964. package/dist/lexical/ui/icons/IndentDecrease/index.js +28 -32
  965. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  966. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -1
  967. package/dist/lexical/ui/icons/IndentIncrease/index.js +28 -32
  968. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  969. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -1
  970. package/dist/lexical/ui/icons/InlineBlocks/index.js +18 -17
  971. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
  972. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -1
  973. package/dist/lexical/ui/icons/Italic/index.js +16 -15
  974. package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
  975. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -1
  976. package/dist/lexical/ui/icons/Link/index.js +17 -16
  977. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  978. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -1
  979. package/dist/lexical/ui/icons/Meatballs/index.js +19 -22
  980. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
  981. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -1
  982. package/dist/lexical/ui/icons/OrderedList/index.js +31 -36
  983. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
  984. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -1
  985. package/dist/lexical/ui/icons/Relationship/index.js +31 -33
  986. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
  987. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -1
  988. package/dist/lexical/ui/icons/Strikethrough/index.js +19 -21
  989. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  990. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -1
  991. package/dist/lexical/ui/icons/Subscript/index.js +16 -15
  992. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
  993. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -1
  994. package/dist/lexical/ui/icons/Superscript/index.js +16 -15
  995. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
  996. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -1
  997. package/dist/lexical/ui/icons/Table/index.js +17 -16
  998. package/dist/lexical/ui/icons/Table/index.js.map +1 -1
  999. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -1
  1000. package/dist/lexical/ui/icons/Text/index.js +16 -15
  1001. package/dist/lexical/ui/icons/Text/index.js.map +1 -1
  1002. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -1
  1003. package/dist/lexical/ui/icons/Underline/index.js +19 -21
  1004. package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
  1005. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -1
  1006. package/dist/lexical/ui/icons/UnorderedList/index.js +46 -52
  1007. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  1008. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -1
  1009. package/dist/lexical/ui/icons/Upload/index.js +28 -31
  1010. package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
  1011. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -1
  1012. package/dist/lexical/utils/canUseDOM.js +2 -1
  1013. package/dist/lexical/utils/canUseDOM.js.map +1 -1
  1014. package/dist/lexical/utils/environment.d.ts.map +1 -1
  1015. package/dist/lexical/utils/environment.js +2 -1
  1016. package/dist/lexical/utils/environment.js.map +1 -1
  1017. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -1
  1018. package/dist/lexical/utils/getDOMRangeRect.js +13 -12
  1019. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -1
  1020. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -1
  1021. package/dist/lexical/utils/getSelectedNode.js +18 -13
  1022. package/dist/lexical/utils/getSelectedNode.js.map +1 -1
  1023. package/dist/lexical/utils/guard.d.ts.map +1 -1
  1024. package/dist/lexical/utils/guard.js +3 -2
  1025. package/dist/lexical/utils/guard.js.map +1 -1
  1026. package/dist/lexical/utils/joinClasses.d.ts.map +1 -1
  1027. package/dist/lexical/utils/joinClasses.js +3 -2
  1028. package/dist/lexical/utils/joinClasses.js.map +1 -1
  1029. package/dist/lexical/utils/markdown/createBlockNode.js +9 -10
  1030. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  1031. package/dist/lexical/utils/nodeFormat.d.ts +2 -2
  1032. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -1
  1033. package/dist/lexical/utils/nodeFormat.js +58 -59
  1034. package/dist/lexical/utils/nodeFormat.js.map +1 -1
  1035. package/dist/lexical/utils/point.d.ts.map +1 -1
  1036. package/dist/lexical/utils/point.js +40 -32
  1037. package/dist/lexical/utils/point.js.map +1 -1
  1038. package/dist/lexical/utils/rect.d.ts +4 -4
  1039. package/dist/lexical/utils/rect.d.ts.map +1 -1
  1040. package/dist/lexical/utils/rect.js +167 -134
  1041. package/dist/lexical/utils/rect.js.map +1 -1
  1042. package/dist/lexical/utils/setFloatingElemPosition.d.ts +1 -1
  1043. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -1
  1044. package/dist/lexical/utils/setFloatingElemPosition.js +57 -46
  1045. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -1
  1046. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -1
  1047. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +23 -22
  1048. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -1
  1049. package/dist/lexical/utils/swipe.d.ts.map +1 -1
  1050. package/dist/lexical/utils/swipe.js +82 -83
  1051. package/dist/lexical/utils/swipe.js.map +1 -1
  1052. package/dist/lexical/utils/url.d.ts +5 -0
  1053. package/dist/lexical/utils/url.d.ts.map +1 -1
  1054. package/dist/lexical/utils/url.js +42 -21
  1055. package/dist/lexical/utils/url.js.map +1 -1
  1056. package/dist/lexical-proxy/@lexical-headless.d.ts +2 -0
  1057. package/dist/lexical-proxy/@lexical-headless.d.ts.map +1 -0
  1058. package/dist/lexical-proxy/@lexical-headless.js +2 -0
  1059. package/dist/lexical-proxy/@lexical-headless.js.map +1 -0
  1060. package/dist/lexical-proxy/@lexical-link.d.ts +2 -0
  1061. package/dist/lexical-proxy/@lexical-link.d.ts.map +1 -0
  1062. package/dist/lexical-proxy/@lexical-link.js +2 -0
  1063. package/dist/lexical-proxy/@lexical-link.js.map +1 -0
  1064. package/dist/lexical-proxy/@lexical-list.d.ts +2 -0
  1065. package/dist/lexical-proxy/@lexical-list.d.ts.map +1 -0
  1066. package/dist/lexical-proxy/@lexical-list.js +2 -0
  1067. package/dist/lexical-proxy/@lexical-list.js.map +1 -0
  1068. package/dist/lexical-proxy/@lexical-mark.d.ts +2 -0
  1069. package/dist/lexical-proxy/@lexical-mark.d.ts.map +1 -0
  1070. package/dist/lexical-proxy/@lexical-mark.js +2 -0
  1071. package/dist/lexical-proxy/@lexical-mark.js.map +1 -0
  1072. package/dist/lexical-proxy/@lexical-markdown.d.ts +2 -0
  1073. package/dist/lexical-proxy/@lexical-markdown.d.ts.map +1 -0
  1074. package/dist/lexical-proxy/@lexical-markdown.js +2 -0
  1075. package/dist/lexical-proxy/@lexical-markdown.js.map +1 -0
  1076. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.d.ts +2 -0
  1077. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.d.ts.map +1 -0
  1078. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.js +2 -0
  1079. package/dist/lexical-proxy/@lexical-react/LexicalAutoEmbedPlugin.js.map +1 -0
  1080. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.d.ts +2 -0
  1081. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.d.ts.map +1 -0
  1082. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.js +2 -0
  1083. package/dist/lexical-proxy/@lexical-react/LexicalAutoFocusPlugin.js.map +1 -0
  1084. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.d.ts +2 -0
  1085. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.d.ts.map +1 -0
  1086. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.js +2 -0
  1087. package/dist/lexical-proxy/@lexical-react/LexicalAutoLinkPlugin.js.map +1 -0
  1088. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.d.ts +2 -0
  1089. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.d.ts.map +1 -0
  1090. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.js +2 -0
  1091. package/dist/lexical-proxy/@lexical-react/LexicalBlockWithAlignableContents.js.map +1 -0
  1092. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.d.ts +2 -0
  1093. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.d.ts.map +1 -0
  1094. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.js +2 -0
  1095. package/dist/lexical-proxy/@lexical-react/LexicalCharacterLimitPlugin.js.map +1 -0
  1096. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.d.ts +2 -0
  1097. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.d.ts.map +1 -0
  1098. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.js +2 -0
  1099. package/dist/lexical-proxy/@lexical-react/LexicalCheckListPlugin.js.map +1 -0
  1100. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.d.ts +2 -0
  1101. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.d.ts.map +1 -0
  1102. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.js +2 -0
  1103. package/dist/lexical-proxy/@lexical-react/LexicalClearEditorPlugin.js.map +1 -0
  1104. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.d.ts +2 -0
  1105. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.d.ts.map +1 -0
  1106. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.js +2 -0
  1107. package/dist/lexical-proxy/@lexical-react/LexicalClickableLinkPlugin.js.map +1 -0
  1108. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.d.ts +2 -0
  1109. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.d.ts.map +1 -0
  1110. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.js +2 -0
  1111. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationContext.js.map +1 -0
  1112. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.d.ts +2 -0
  1113. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.d.ts.map +1 -0
  1114. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.js +2 -0
  1115. package/dist/lexical-proxy/@lexical-react/LexicalCollaborationPlugin.js.map +1 -0
  1116. package/dist/lexical-proxy/@lexical-react/LexicalComposer.d.ts +2 -0
  1117. package/dist/lexical-proxy/@lexical-react/LexicalComposer.d.ts.map +1 -0
  1118. package/dist/lexical-proxy/@lexical-react/LexicalComposer.js +2 -0
  1119. package/dist/lexical-proxy/@lexical-react/LexicalComposer.js.map +1 -0
  1120. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.d.ts +2 -0
  1121. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.d.ts.map +1 -0
  1122. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.js +2 -0
  1123. package/dist/lexical-proxy/@lexical-react/LexicalComposerContext.js.map +1 -0
  1124. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.d.ts +2 -0
  1125. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.d.ts.map +1 -0
  1126. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.js +2 -0
  1127. package/dist/lexical-proxy/@lexical-react/LexicalContentEditable.js.map +1 -0
  1128. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts +2 -0
  1129. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts.map +1 -0
  1130. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js +2 -0
  1131. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js.map +1 -0
  1132. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.d.ts +2 -0
  1133. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.d.ts.map +1 -0
  1134. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.js +2 -0
  1135. package/dist/lexical-proxy/@lexical-react/LexicalDecoratorBlockNode.js.map +1 -0
  1136. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.d.ts +2 -0
  1137. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.d.ts.map +1 -0
  1138. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.js +2 -0
  1139. package/dist/lexical-proxy/@lexical-react/LexicalDraggableBlockPlugin.js.map +1 -0
  1140. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.d.ts +2 -0
  1141. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.d.ts.map +1 -0
  1142. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.js +2 -0
  1143. package/dist/lexical-proxy/@lexical-react/LexicalEditorRefPlugin.js.map +1 -0
  1144. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.d.ts +2 -0
  1145. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.d.ts.map +1 -0
  1146. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.js +2 -0
  1147. package/dist/lexical-proxy/@lexical-react/LexicalErrorBoundary.js.map +1 -0
  1148. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.d.ts +2 -0
  1149. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.d.ts.map +1 -0
  1150. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.js +2 -0
  1151. package/dist/lexical-proxy/@lexical-react/LexicalHashtagPlugin.js.map +1 -0
  1152. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.d.ts +2 -0
  1153. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.d.ts.map +1 -0
  1154. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.js +2 -0
  1155. package/dist/lexical-proxy/@lexical-react/LexicalHistoryPlugin.js.map +1 -0
  1156. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.d.ts +2 -0
  1157. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.d.ts.map +1 -0
  1158. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.js +2 -0
  1159. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRuleNode.js.map +1 -0
  1160. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.d.ts +2 -0
  1161. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.d.ts.map +1 -0
  1162. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.js +2 -0
  1163. package/dist/lexical-proxy/@lexical-react/LexicalHorizontalRulePlugin.js.map +1 -0
  1164. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.d.ts +2 -0
  1165. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.d.ts.map +1 -0
  1166. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.js +2 -0
  1167. package/dist/lexical-proxy/@lexical-react/LexicalLinkPlugin.js.map +1 -0
  1168. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.d.ts +2 -0
  1169. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.d.ts.map +1 -0
  1170. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.js +2 -0
  1171. package/dist/lexical-proxy/@lexical-react/LexicalListPlugin.js.map +1 -0
  1172. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.d.ts +2 -0
  1173. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.d.ts.map +1 -0
  1174. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.js +2 -0
  1175. package/dist/lexical-proxy/@lexical-react/LexicalMarkdownShortcutPlugin.js.map +1 -0
  1176. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.d.ts +2 -0
  1177. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.d.ts.map +1 -0
  1178. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.js +2 -0
  1179. package/dist/lexical-proxy/@lexical-react/LexicalNestedComposer.js.map +1 -0
  1180. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.d.ts +2 -0
  1181. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.d.ts.map +1 -0
  1182. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.js +2 -0
  1183. package/dist/lexical-proxy/@lexical-react/LexicalNodeEventPlugin.js.map +1 -0
  1184. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.d.ts +2 -0
  1185. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.d.ts.map +1 -0
  1186. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.js +2 -0
  1187. package/dist/lexical-proxy/@lexical-react/LexicalNodeMenuPlugin.js.map +1 -0
  1188. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.d.ts +2 -0
  1189. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.d.ts.map +1 -0
  1190. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.js +2 -0
  1191. package/dist/lexical-proxy/@lexical-react/LexicalOnChangePlugin.js.map +1 -0
  1192. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.d.ts +2 -0
  1193. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.d.ts.map +1 -0
  1194. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.js +2 -0
  1195. package/dist/lexical-proxy/@lexical-react/LexicalPlainTextPlugin.js.map +1 -0
  1196. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.d.ts +2 -0
  1197. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.d.ts.map +1 -0
  1198. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.js +2 -0
  1199. package/dist/lexical-proxy/@lexical-react/LexicalRichTextPlugin.js.map +1 -0
  1200. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.d.ts +2 -0
  1201. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.d.ts.map +1 -0
  1202. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.js +2 -0
  1203. package/dist/lexical-proxy/@lexical-react/LexicalTabIndentationPlugin.js.map +1 -0
  1204. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.d.ts +2 -0
  1205. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.d.ts.map +1 -0
  1206. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.js +2 -0
  1207. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContents.js.map +1 -0
  1208. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.d.ts +2 -0
  1209. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.d.ts.map +1 -0
  1210. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.js +2 -0
  1211. package/dist/lexical-proxy/@lexical-react/LexicalTableOfContentsPlugin.js.map +1 -0
  1212. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.d.ts +2 -0
  1213. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.d.ts.map +1 -0
  1214. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.js +2 -0
  1215. package/dist/lexical-proxy/@lexical-react/LexicalTablePlugin.js.map +1 -0
  1216. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.d.ts +2 -0
  1217. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.d.ts.map +1 -0
  1218. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.js +2 -0
  1219. package/dist/lexical-proxy/@lexical-react/LexicalTreeView.js.map +1 -0
  1220. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.d.ts +2 -0
  1221. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.d.ts.map +1 -0
  1222. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.js +2 -0
  1223. package/dist/lexical-proxy/@lexical-react/LexicalTypeaheadMenuPlugin.js.map +1 -0
  1224. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.d.ts +2 -0
  1225. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.d.ts.map +1 -0
  1226. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.js +2 -0
  1227. package/dist/lexical-proxy/@lexical-react/useLexicalEditable.js.map +1 -0
  1228. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.d.ts +2 -0
  1229. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.d.ts.map +1 -0
  1230. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.js +2 -0
  1231. package/dist/lexical-proxy/@lexical-react/useLexicalIsTextContentEmpty.js.map +1 -0
  1232. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.d.ts +2 -0
  1233. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.d.ts.map +1 -0
  1234. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.js +2 -0
  1235. package/dist/lexical-proxy/@lexical-react/useLexicalNodeSelection.js.map +1 -0
  1236. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.d.ts +2 -0
  1237. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.d.ts.map +1 -0
  1238. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.js +2 -0
  1239. package/dist/lexical-proxy/@lexical-react/useLexicalSubscription.js.map +1 -0
  1240. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.d.ts +2 -0
  1241. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.d.ts.map +1 -0
  1242. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.js +2 -0
  1243. package/dist/lexical-proxy/@lexical-react/useLexicalTextEntity.js.map +1 -0
  1244. package/dist/lexical-proxy/@lexical-rich-text.d.ts +2 -0
  1245. package/dist/lexical-proxy/@lexical-rich-text.d.ts.map +1 -0
  1246. package/dist/lexical-proxy/@lexical-rich-text.js +2 -0
  1247. package/dist/lexical-proxy/@lexical-rich-text.js.map +1 -0
  1248. package/dist/lexical-proxy/@lexical-selection.d.ts +2 -0
  1249. package/dist/lexical-proxy/@lexical-selection.d.ts.map +1 -0
  1250. package/dist/lexical-proxy/@lexical-selection.js +2 -0
  1251. package/dist/lexical-proxy/@lexical-selection.js.map +1 -0
  1252. package/dist/lexical-proxy/@lexical-utils.d.ts +2 -0
  1253. package/dist/lexical-proxy/@lexical-utils.d.ts.map +1 -0
  1254. package/dist/lexical-proxy/@lexical-utils.js +2 -0
  1255. package/dist/lexical-proxy/@lexical-utils.js.map +1 -0
  1256. package/dist/lexical-proxy/lexical.d.ts +2 -0
  1257. package/dist/lexical-proxy/lexical.d.ts.map +1 -0
  1258. package/dist/lexical-proxy/lexical.js +2 -0
  1259. package/dist/lexical-proxy/lexical.js.map +1 -0
  1260. package/dist/nodeTypes.d.ts +8 -8
  1261. package/dist/nodeTypes.d.ts.map +1 -1
  1262. package/dist/nodeTypes.js +1 -2
  1263. package/dist/nodeTypes.js.map +1 -1
  1264. package/dist/populateGraphQL/defaultValue.js +24 -29
  1265. package/dist/populateGraphQL/defaultValue.js.map +1 -1
  1266. package/dist/populateGraphQL/populate.d.ts +3 -2
  1267. package/dist/populateGraphQL/populate.d.ts.map +1 -1
  1268. package/dist/populateGraphQL/populate.js +37 -25
  1269. package/dist/populateGraphQL/populate.js.map +1 -1
  1270. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  1271. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  1272. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +48 -32
  1273. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  1274. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +39 -25
  1275. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -1
  1276. package/dist/types.d.ts +26 -13
  1277. package/dist/types.d.ts.map +1 -1
  1278. package/dist/types.js +1 -2
  1279. package/dist/types.js.map +1 -1
  1280. package/dist/utilities/buildInitialState.d.ts +27 -0
  1281. package/dist/utilities/buildInitialState.d.ts.map +1 -0
  1282. package/dist/utilities/buildInitialState.js +53 -0
  1283. package/dist/utilities/buildInitialState.js.map +1 -0
  1284. package/dist/utilities/createClientFeature.d.ts +8 -5
  1285. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  1286. package/dist/utilities/createClientFeature.js +44 -27
  1287. package/dist/utilities/createClientFeature.js.map +1 -1
  1288. package/dist/utilities/createServerFeature.d.ts +1 -0
  1289. package/dist/utilities/createServerFeature.d.ts.map +1 -1
  1290. package/dist/utilities/createServerFeature.js +48 -31
  1291. package/dist/utilities/createServerFeature.js.map +1 -1
  1292. package/dist/utilities/fieldsDrawer/Drawer.d.ts +11 -8
  1293. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  1294. package/dist/utilities/fieldsDrawer/Drawer.js +67 -13
  1295. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  1296. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  1297. package/dist/utilities/fieldsDrawer/DrawerContent.js +117 -82
  1298. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  1299. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +13 -0
  1300. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -0
  1301. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +129 -0
  1302. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -0
  1303. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts +10 -0
  1304. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -0
  1305. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js +136 -0
  1306. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js.map +1 -0
  1307. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts +16 -0
  1308. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -0
  1309. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js +144 -0
  1310. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js.map +1 -0
  1311. package/dist/utilities/forEachNodeRecursively.js +24 -19
  1312. package/dist/utilities/forEachNodeRecursively.js.map +1 -1
  1313. package/dist/utilities/generateImportMap.d.ts +6 -0
  1314. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1315. package/dist/utilities/generateImportMap.js +55 -0
  1316. package/dist/utilities/generateImportMap.js.map +1 -0
  1317. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  1318. package/dist/utilities/generateSchemaMap.js +37 -28
  1319. package/dist/utilities/generateSchemaMap.js.map +1 -1
  1320. package/dist/utilities/initLexicalFeatures.d.ts +18 -0
  1321. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -0
  1322. package/dist/utilities/initLexicalFeatures.js +96 -0
  1323. package/dist/utilities/initLexicalFeatures.js.map +1 -0
  1324. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts +52 -0
  1325. package/dist/utilities/jsx/collectTopLevelJSXInLines.d.ts.map +1 -0
  1326. package/dist/utilities/jsx/collectTopLevelJSXInLines.js +79 -0
  1327. package/dist/utilities/jsx/collectTopLevelJSXInLines.js.map +1 -0
  1328. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts +12 -0
  1329. package/dist/utilities/jsx/extractPropsFromJSXPropsString.d.ts.map +1 -0
  1330. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js +125 -0
  1331. package/dist/utilities/jsx/extractPropsFromJSXPropsString.js.map +1 -0
  1332. package/dist/utilities/jsx/jsx.d.ts +26 -0
  1333. package/dist/utilities/jsx/jsx.d.ts.map +1 -0
  1334. package/dist/utilities/jsx/jsx.js +105 -0
  1335. package/dist/utilities/jsx/jsx.js.map +1 -0
  1336. package/dist/utilities/jsx/jsx.spec.d.ts +2 -0
  1337. package/dist/utilities/jsx/jsx.spec.d.ts.map +1 -0
  1338. package/dist/utilities/jsx/jsx.spec.js +142 -0
  1339. package/dist/utilities/jsx/jsx.spec.js.map +1 -0
  1340. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts +11 -0
  1341. package/dist/utilities/jsx/lexicalMarkdownCopy.d.ts.map +1 -0
  1342. package/dist/utilities/jsx/lexicalMarkdownCopy.js +61 -0
  1343. package/dist/utilities/jsx/lexicalMarkdownCopy.js.map +1 -0
  1344. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -1
  1345. package/dist/utilities/migrateSlateToLexical/index.js +125 -81
  1346. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -1
  1347. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +1 -1
  1348. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -1
  1349. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +73 -70
  1350. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -1
  1351. package/dist/utilities/recurseNodeTree.js +25 -22
  1352. package/dist/utilities/recurseNodeTree.js.map +1 -1
  1353. package/dist/utilities/upgradeLexicalData/index.js +99 -86
  1354. package/dist/utilities/upgradeLexicalData/index.js.map +1 -1
  1355. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +1 -1
  1356. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  1357. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +75 -66
  1358. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  1359. package/dist/utilities/useLexicalFeature.d.ts.map +1 -1
  1360. package/dist/utilities/useLexicalFeature.js +18 -9
  1361. package/dist/utilities/useLexicalFeature.js.map +1 -1
  1362. package/dist/validate/index.d.ts.map +1 -1
  1363. package/dist/validate/index.js +45 -24
  1364. package/dist/validate/index.js.map +1 -1
  1365. package/dist/validate/validateNodes.d.ts +2 -2
  1366. package/dist/validate/validateNodes.d.ts.map +1 -1
  1367. package/dist/validate/validateNodes.js +31 -28
  1368. package/dist/validate/validateNodes.js.map +1 -1
  1369. package/package.json +352 -45
  1370. package/dist/cell/index.d.ts +0 -9
  1371. package/dist/cell/index.d.ts.map +0 -1
  1372. package/dist/cell/index.js +0 -145
  1373. package/dist/cell/index.js.map +0 -1
  1374. package/dist/exports/client/Component-7HS6FEJS.js +0 -2
  1375. package/dist/exports/client/Component-7HS6FEJS.js.map +0 -7
  1376. package/dist/exports/client/Component-LAKSCIDX.js +0 -2
  1377. package/dist/exports/client/Component-LAKSCIDX.js.map +0 -7
  1378. package/dist/exports/client/Field-5GGTGCKC.js +0 -2
  1379. package/dist/exports/client/Field-5GGTGCKC.js.map +0 -7
  1380. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js +0 -2
  1381. package/dist/exports/client/RelationshipComponent-ZR2OCBGL.js.map +0 -7
  1382. package/dist/exports/client/chunk-6QXGZYUK.js +0 -2
  1383. package/dist/exports/client/chunk-6QXGZYUK.js.map +0 -7
  1384. package/dist/exports/client/chunk-EBB2CEB6.js +0 -2
  1385. package/dist/exports/client/chunk-EBB2CEB6.js.map +0 -7
  1386. package/dist/exports/client/chunk-IPCJ5EVK.js +0 -2
  1387. package/dist/exports/client/chunk-IPCJ5EVK.js.map +0 -7
  1388. package/dist/exports/client/chunk-IWZVO3AI.js +0 -2
  1389. package/dist/exports/client/chunk-IWZVO3AI.js.map +0 -7
  1390. package/dist/exports/client/chunk-Q5DYR7MH.js +0 -3
  1391. package/dist/exports/client/chunk-Q5DYR7MH.js.map +0 -7
  1392. package/dist/exports/client/chunk-VUVXZJJR.js +0 -2
  1393. package/dist/exports/client/chunk-VUVXZJJR.js.map +0 -7
  1394. package/dist/exports/client/component-D4GWDXK5.js +0 -2
  1395. package/dist/exports/client/component-D4GWDXK5.js.map +0 -7
  1396. package/dist/exports/client/component-KA7FDRMA.js +0 -2
  1397. package/dist/exports/client/component-KA7FDRMA.js.map +0 -7
  1398. package/dist/exports/client/component-VM36FRT2.js +0 -2
  1399. package/dist/exports/client/component-VM36FRT2.js.map +0 -7
  1400. package/dist/exports/client/componentInline-6EKPZSCV.js +0 -2
  1401. package/dist/exports/client/componentInline-6EKPZSCV.js.map +0 -7
  1402. package/dist/features/align/feature.client.d.ts +0 -5
  1403. package/dist/features/align/feature.client.d.ts.map +0 -1
  1404. package/dist/features/align/feature.client.js +0 -146
  1405. package/dist/features/align/feature.client.js.map +0 -1
  1406. package/dist/features/align/feature.server.d.ts +0 -2
  1407. package/dist/features/align/feature.server.d.ts.map +0 -1
  1408. package/dist/features/align/feature.server.js +0 -13
  1409. package/dist/features/align/feature.server.js.map +0 -1
  1410. package/dist/features/align/i18n.d.ts.map +0 -1
  1411. package/dist/features/align/i18n.js +0 -196
  1412. package/dist/features/align/i18n.js.map +0 -1
  1413. package/dist/features/align/toolbarAlignGroup.d.ts +0 -3
  1414. package/dist/features/align/toolbarAlignGroup.d.ts.map +0 -1
  1415. package/dist/features/align/toolbarAlignGroup.js +0 -12
  1416. package/dist/features/align/toolbarAlignGroup.js.map +0 -1
  1417. package/dist/features/blockquote/feature.client.d.ts +0 -5
  1418. package/dist/features/blockquote/feature.client.d.ts.map +0 -1
  1419. package/dist/features/blockquote/feature.client.js +0 -77
  1420. package/dist/features/blockquote/feature.client.js.map +0 -1
  1421. package/dist/features/blockquote/feature.server.d.ts +0 -7
  1422. package/dist/features/blockquote/feature.server.d.ts.map +0 -1
  1423. package/dist/features/blockquote/feature.server.js +0 -48
  1424. package/dist/features/blockquote/feature.server.js.map +0 -1
  1425. package/dist/features/blockquote/i18n.d.ts.map +0 -1
  1426. package/dist/features/blockquote/i18n.js +0 -100
  1427. package/dist/features/blockquote/i18n.js.map +0 -1
  1428. package/dist/features/blocks/component/BlockContent.d.ts +0 -27
  1429. package/dist/features/blocks/component/BlockContent.d.ts.map +0 -1
  1430. package/dist/features/blocks/component/BlockContent.js +0 -196
  1431. package/dist/features/blocks/component/BlockContent.js.map +0 -1
  1432. package/dist/features/blocks/component/FormSavePlugin.d.ts +0 -11
  1433. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1434. package/dist/features/blocks/component/FormSavePlugin.js +0 -29
  1435. package/dist/features/blocks/component/FormSavePlugin.js.map +0 -1
  1436. package/dist/features/blocks/component/index.d.ts +0 -11
  1437. package/dist/features/blocks/component/index.d.ts.map +0 -1
  1438. package/dist/features/blocks/component/index.js +0 -162
  1439. package/dist/features/blocks/component/index.js.map +0 -1
  1440. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1441. package/dist/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1442. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1443. package/dist/features/blocks/componentInline/index.d.ts +0 -10
  1444. package/dist/features/blocks/componentInline/index.d.ts.map +0 -1
  1445. package/dist/features/blocks/componentInline/index.js +0 -133
  1446. package/dist/features/blocks/componentInline/index.js.map +0 -1
  1447. package/dist/features/blocks/feature.client.d.ts +0 -13
  1448. package/dist/features/blocks/feature.client.d.ts.map +0 -1
  1449. package/dist/features/blocks/feature.client.js +0 -148
  1450. package/dist/features/blocks/feature.client.js.map +0 -1
  1451. package/dist/features/blocks/feature.server.d.ts +0 -8
  1452. package/dist/features/blocks/feature.server.d.ts.map +0 -1
  1453. package/dist/features/blocks/feature.server.js +0 -160
  1454. package/dist/features/blocks/feature.server.js.map +0 -1
  1455. package/dist/features/blocks/graphQLPopulationPromise.d.ts +0 -6
  1456. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +0 -1
  1457. package/dist/features/blocks/graphQLPopulationPromise.js +0 -31
  1458. package/dist/features/blocks/graphQLPopulationPromise.js.map +0 -1
  1459. package/dist/features/blocks/i18n.d.ts.map +0 -1
  1460. package/dist/features/blocks/i18n.js +0 -292
  1461. package/dist/features/blocks/i18n.js.map +0 -1
  1462. package/dist/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1463. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1464. package/dist/features/blocks/nodes/BlocksNode.js +0 -92
  1465. package/dist/features/blocks/nodes/BlocksNode.js.map +0 -1
  1466. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts +0 -39
  1467. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts.map +0 -1
  1468. package/dist/features/blocks/nodes/InlineBlocksNode.js +0 -94
  1469. package/dist/features/blocks/nodes/InlineBlocksNode.js.map +0 -1
  1470. package/dist/features/blocks/plugin/commands.d.ts +0 -9
  1471. package/dist/features/blocks/plugin/commands.d.ts.map +0 -1
  1472. package/dist/features/blocks/plugin/commands.js +0 -6
  1473. package/dist/features/blocks/plugin/commands.js.map +0 -1
  1474. package/dist/features/blocks/plugin/index.d.ts +0 -6
  1475. package/dist/features/blocks/plugin/index.d.ts.map +0 -1
  1476. package/dist/features/blocks/plugin/index.js +0 -111
  1477. package/dist/features/blocks/plugin/index.js.map +0 -1
  1478. package/dist/features/blocks/validate.d.ts +0 -6
  1479. package/dist/features/blocks/validate.d.ts.map +0 -1
  1480. package/dist/features/blocks/validate.js +0 -37
  1481. package/dist/features/blocks/validate.js.map +0 -1
  1482. package/dist/features/converters/html/feature.server.d.ts +0 -8
  1483. package/dist/features/converters/html/feature.server.d.ts.map +0 -1
  1484. package/dist/features/converters/html/feature.server.js +0 -8
  1485. package/dist/features/converters/html/feature.server.js.map +0 -1
  1486. package/dist/features/createClientComponent.d.ts +0 -7
  1487. package/dist/features/createClientComponent.d.ts.map +0 -1
  1488. package/dist/features/createClientComponent.js +0 -12
  1489. package/dist/features/createClientComponent.js.map +0 -1
  1490. package/dist/features/createFeaturePropComponent.d.ts +0 -6
  1491. package/dist/features/createFeaturePropComponent.d.ts.map +0 -1
  1492. package/dist/features/createFeaturePropComponent.js +0 -18
  1493. package/dist/features/createFeaturePropComponent.js.map +0 -1
  1494. package/dist/features/debug/testRecorder/feature.client.d.ts +0 -5
  1495. package/dist/features/debug/testRecorder/feature.client.d.ts.map +0 -1
  1496. package/dist/features/debug/testRecorder/feature.client.js +0 -13
  1497. package/dist/features/debug/testRecorder/feature.client.js.map +0 -1
  1498. package/dist/features/debug/testRecorder/feature.server.d.ts +0 -2
  1499. package/dist/features/debug/testRecorder/feature.server.d.ts.map +0 -1
  1500. package/dist/features/debug/testRecorder/feature.server.js +0 -11
  1501. package/dist/features/debug/testRecorder/feature.server.js.map +0 -1
  1502. package/dist/features/debug/testRecorder/plugin/index.d.ts +0 -5
  1503. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +0 -1
  1504. package/dist/features/debug/testRecorder/plugin/index.js +0 -471
  1505. package/dist/features/debug/testRecorder/plugin/index.js.map +0 -1
  1506. package/dist/features/debug/treeView/feature.client.d.ts +0 -5
  1507. package/dist/features/debug/treeView/feature.client.d.ts.map +0 -1
  1508. package/dist/features/debug/treeView/feature.client.js +0 -13
  1509. package/dist/features/debug/treeView/feature.client.js.map +0 -1
  1510. package/dist/features/debug/treeView/feature.server.d.ts +0 -2
  1511. package/dist/features/debug/treeView/feature.server.d.ts.map +0 -1
  1512. package/dist/features/debug/treeView/feature.server.js +0 -11
  1513. package/dist/features/debug/treeView/feature.server.js.map +0 -1
  1514. package/dist/features/debug/treeView/plugin/index.d.ts +0 -4
  1515. package/dist/features/debug/treeView/plugin/index.d.ts.map +0 -1
  1516. package/dist/features/debug/treeView/plugin/index.js +0 -19
  1517. package/dist/features/debug/treeView/plugin/index.js.map +0 -1
  1518. package/dist/features/experimental_table/feature.client.d.ts +0 -2
  1519. package/dist/features/experimental_table/feature.client.d.ts.map +0 -1
  1520. package/dist/features/experimental_table/feature.client.js +0 -71
  1521. package/dist/features/experimental_table/feature.client.js.map +0 -1
  1522. package/dist/features/experimental_table/feature.server.d.ts +0 -13
  1523. package/dist/features/experimental_table/feature.server.d.ts.map +0 -1
  1524. package/dist/features/experimental_table/feature.server.js +0 -125
  1525. package/dist/features/experimental_table/feature.server.js.map +0 -1
  1526. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +0 -4
  1527. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +0 -1
  1528. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +0 -604
  1529. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +0 -1
  1530. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +0 -3
  1531. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +0 -1
  1532. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +0 -327
  1533. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +0 -1
  1534. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.d.ts +0 -12
  1535. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.d.ts.map +0 -1
  1536. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.js +0 -181
  1537. package/dist/features/experimental_table/plugins/TableHoverActionsPlugin/index.js.map +0 -1
  1538. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +0 -24
  1539. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +0 -1
  1540. package/dist/features/experimental_table/plugins/TablePlugin/index.js +0 -98
  1541. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +0 -1
  1542. package/dist/features/experimental_table/utils/debounce.d.ts.map +0 -1
  1543. package/dist/features/experimental_table/utils/debounce.js +0 -202
  1544. package/dist/features/experimental_table/utils/debounce.js.map +0 -1
  1545. package/dist/features/experimental_table/utils/useDebounce.d.ts.map +0 -1
  1546. package/dist/features/experimental_table/utils/useDebounce.js +0 -18
  1547. package/dist/features/experimental_table/utils/useDebounce.js.map +0 -1
  1548. package/dist/features/heading/feature.client.d.ts +0 -6
  1549. package/dist/features/heading/feature.client.d.ts.map +0 -1
  1550. package/dist/features/heading/feature.client.js +0 -112
  1551. package/dist/features/heading/feature.client.js.map +0 -1
  1552. package/dist/features/heading/feature.server.d.ts +0 -10
  1553. package/dist/features/heading/feature.server.d.ts.map +0 -1
  1554. package/dist/features/heading/feature.server.js +0 -62
  1555. package/dist/features/heading/feature.server.js.map +0 -1
  1556. package/dist/features/heading/i18n.d.ts.map +0 -1
  1557. package/dist/features/heading/i18n.js +0 -100
  1558. package/dist/features/heading/i18n.js.map +0 -1
  1559. package/dist/features/horizontalRule/component/index.d.ts +0 -10
  1560. package/dist/features/horizontalRule/component/index.d.ts.map +0 -1
  1561. package/dist/features/horizontalRule/component/index.js +0 -67
  1562. package/dist/features/horizontalRule/component/index.js.map +0 -1
  1563. package/dist/features/horizontalRule/feature.client.d.ts +0 -5
  1564. package/dist/features/horizontalRule/feature.client.d.ts.map +0 -1
  1565. package/dist/features/horizontalRule/feature.client.js +0 -70
  1566. package/dist/features/horizontalRule/feature.client.js.map +0 -1
  1567. package/dist/features/horizontalRule/feature.server.d.ts +0 -2
  1568. package/dist/features/horizontalRule/feature.server.d.ts.map +0 -1
  1569. package/dist/features/horizontalRule/feature.server.js +0 -34
  1570. package/dist/features/horizontalRule/feature.server.js.map +0 -1
  1571. package/dist/features/horizontalRule/i18n.d.ts.map +0 -1
  1572. package/dist/features/horizontalRule/i18n.js +0 -100
  1573. package/dist/features/horizontalRule/i18n.js.map +0 -1
  1574. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +0 -1
  1575. package/dist/features/horizontalRule/markdownTransformer.js +0 -23
  1576. package/dist/features/horizontalRule/markdownTransformer.js.map +0 -1
  1577. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +0 -56
  1578. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1579. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +0 -92
  1580. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +0 -1
  1581. package/dist/features/horizontalRule/plugin/index.d.ts +0 -7
  1582. package/dist/features/horizontalRule/plugin/index.d.ts.map +0 -1
  1583. package/dist/features/horizontalRule/plugin/index.js +0 -30
  1584. package/dist/features/horizontalRule/plugin/index.js.map +0 -1
  1585. package/dist/features/indent/feature.client.d.ts +0 -5
  1586. package/dist/features/indent/feature.client.d.ts.map +0 -1
  1587. package/dist/features/indent/feature.client.js +0 -56
  1588. package/dist/features/indent/feature.client.js.map +0 -1
  1589. package/dist/features/indent/feature.server.d.ts +0 -2
  1590. package/dist/features/indent/feature.server.d.ts.map +0 -1
  1591. package/dist/features/indent/feature.server.js +0 -13
  1592. package/dist/features/indent/feature.server.js.map +0 -1
  1593. package/dist/features/indent/i18n.d.ts.map +0 -1
  1594. package/dist/features/indent/i18n.js +0 -132
  1595. package/dist/features/indent/i18n.js.map +0 -1
  1596. package/dist/features/indent/toolbarIndentGroup.d.ts +0 -3
  1597. package/dist/features/indent/toolbarIndentGroup.d.ts.map +0 -1
  1598. package/dist/features/indent/toolbarIndentGroup.js +0 -10
  1599. package/dist/features/indent/toolbarIndentGroup.js.map +0 -1
  1600. package/dist/features/link/drawer/baseFields.d.ts +0 -3
  1601. package/dist/features/link/drawer/baseFields.d.ts.map +0 -1
  1602. package/dist/features/link/drawer/baseFields.js +0 -94
  1603. package/dist/features/link/drawer/baseFields.js.map +0 -1
  1604. package/dist/features/link/feature.client.d.ts +0 -16
  1605. package/dist/features/link/feature.client.d.ts.map +0 -1
  1606. package/dist/features/link/feature.client.js +0 -101
  1607. package/dist/features/link/feature.client.js.map +0 -1
  1608. package/dist/features/link/feature.server.d.ts +0 -35
  1609. package/dist/features/link/feature.server.d.ts.map +0 -1
  1610. package/dist/features/link/feature.server.js +0 -134
  1611. package/dist/features/link/feature.server.js.map +0 -1
  1612. package/dist/features/link/graphQLPopulationPromise.d.ts +0 -5
  1613. package/dist/features/link/graphQLPopulationPromise.d.ts.map +0 -1
  1614. package/dist/features/link/graphQLPopulationPromise.js +0 -31
  1615. package/dist/features/link/graphQLPopulationPromise.js.map +0 -1
  1616. package/dist/features/link/i18n.d.ts.map +0 -1
  1617. package/dist/features/link/i18n.js +0 -100
  1618. package/dist/features/link/i18n.js.map +0 -1
  1619. package/dist/features/link/plugins/autoLink/index.d.ts +0 -20
  1620. package/dist/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1621. package/dist/features/link/plugins/autoLink/index.js +0 -336
  1622. package/dist/features/link/plugins/autoLink/index.js.map +0 -1
  1623. package/dist/features/link/plugins/clickableLink/index.d.ts +0 -4
  1624. package/dist/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1625. package/dist/features/link/plugins/clickableLink/index.js +0 -9
  1626. package/dist/features/link/plugins/clickableLink/index.js.map +0 -1
  1627. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1628. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -4
  1629. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1630. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1631. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -299
  1632. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1633. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +0 -5
  1634. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1635. package/dist/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1636. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1637. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1638. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1639. package/dist/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1640. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1641. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -9
  1642. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1643. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +0 -20
  1644. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1645. package/dist/features/link/plugins/link/index.d.ts +0 -4
  1646. package/dist/features/link/plugins/link/index.d.ts.map +0 -1
  1647. package/dist/features/link/plugins/link/index.js +0 -53
  1648. package/dist/features/link/plugins/link/index.js.map +0 -1
  1649. package/dist/features/link/validate.d.ts +0 -6
  1650. package/dist/features/link/validate.d.ts.map +0 -1
  1651. package/dist/features/link/validate.js +0 -29
  1652. package/dist/features/link/validate.js.map +0 -1
  1653. package/dist/features/lists/checklist/feature.client.d.ts +0 -5
  1654. package/dist/features/lists/checklist/feature.client.d.ts.map +0 -1
  1655. package/dist/features/lists/checklist/feature.client.js +0 -100
  1656. package/dist/features/lists/checklist/feature.client.js.map +0 -1
  1657. package/dist/features/lists/checklist/feature.server.d.ts +0 -2
  1658. package/dist/features/lists/checklist/feature.server.d.ts.map +0 -1
  1659. package/dist/features/lists/checklist/feature.server.js +0 -36
  1660. package/dist/features/lists/checklist/feature.server.js.map +0 -1
  1661. package/dist/features/lists/checklist/i18n.d.ts.map +0 -1
  1662. package/dist/features/lists/checklist/i18n.js +0 -100
  1663. package/dist/features/lists/checklist/i18n.js.map +0 -1
  1664. package/dist/features/lists/checklist/plugin/index.d.ts +0 -3
  1665. package/dist/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1666. package/dist/features/lists/checklist/plugin/index.js +0 -9
  1667. package/dist/features/lists/checklist/plugin/index.js.map +0 -1
  1668. package/dist/features/lists/orderedList/feature.client.d.ts +0 -5
  1669. package/dist/features/lists/orderedList/feature.client.d.ts.map +0 -1
  1670. package/dist/features/lists/orderedList/feature.client.js +0 -90
  1671. package/dist/features/lists/orderedList/feature.client.js.map +0 -1
  1672. package/dist/features/lists/orderedList/feature.server.d.ts +0 -2
  1673. package/dist/features/lists/orderedList/feature.server.d.ts.map +0 -1
  1674. package/dist/features/lists/orderedList/feature.server.js +0 -36
  1675. package/dist/features/lists/orderedList/feature.server.js.map +0 -1
  1676. package/dist/features/lists/orderedList/i18n.d.ts.map +0 -1
  1677. package/dist/features/lists/orderedList/i18n.js +0 -100
  1678. package/dist/features/lists/orderedList/i18n.js.map +0 -1
  1679. package/dist/features/lists/unorderedList/feature.client.d.ts +0 -5
  1680. package/dist/features/lists/unorderedList/feature.client.d.ts.map +0 -1
  1681. package/dist/features/lists/unorderedList/feature.client.js +0 -88
  1682. package/dist/features/lists/unorderedList/feature.client.js.map +0 -1
  1683. package/dist/features/lists/unorderedList/feature.server.d.ts +0 -2
  1684. package/dist/features/lists/unorderedList/feature.server.d.ts.map +0 -1
  1685. package/dist/features/lists/unorderedList/feature.server.js +0 -34
  1686. package/dist/features/lists/unorderedList/feature.server.js.map +0 -1
  1687. package/dist/features/lists/unorderedList/i18n.d.ts.map +0 -1
  1688. package/dist/features/lists/unorderedList/i18n.js +0 -100
  1689. package/dist/features/lists/unorderedList/i18n.js.map +0 -1
  1690. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -5
  1691. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1692. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1693. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1694. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1695. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1696. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1697. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1698. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -5
  1699. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1700. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1701. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1702. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1703. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1704. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1705. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1706. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -5
  1707. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1708. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1709. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1710. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1711. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1712. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1713. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1714. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -5
  1715. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1716. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1717. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1718. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1719. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1720. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1721. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1722. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -5
  1723. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1724. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1725. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1726. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1727. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1728. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1729. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1730. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -5
  1731. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1732. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1733. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1734. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1735. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1736. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1737. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1738. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -5
  1739. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1740. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1741. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1742. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1743. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1744. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1745. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1746. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -5
  1747. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1748. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1749. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1750. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1751. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1752. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1753. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1754. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -5
  1755. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1756. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1757. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1758. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1759. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1760. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1761. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1762. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -5
  1763. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1764. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1765. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1766. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1767. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1768. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1769. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1770. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -5
  1771. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1772. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1773. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1774. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1775. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1776. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1777. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1778. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -5
  1779. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1780. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1781. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1782. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1783. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1784. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1785. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1786. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -5
  1787. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1788. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1789. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1790. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1791. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1792. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1793. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1794. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -5
  1795. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1796. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1797. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1798. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1799. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1800. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1801. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1802. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -5
  1803. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1804. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1805. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1806. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1807. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1808. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1809. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1810. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -5
  1811. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1812. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1813. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1814. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1815. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1816. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1817. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1818. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -5
  1819. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1820. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1821. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1822. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1823. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1824. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1825. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1826. package/dist/features/paragraph/feature.client.d.ts +0 -5
  1827. package/dist/features/paragraph/feature.client.d.ts.map +0 -1
  1828. package/dist/features/paragraph/feature.client.js +0 -71
  1829. package/dist/features/paragraph/feature.client.js.map +0 -1
  1830. package/dist/features/paragraph/feature.server.d.ts +0 -2
  1831. package/dist/features/paragraph/feature.server.d.ts.map +0 -1
  1832. package/dist/features/paragraph/feature.server.js +0 -14
  1833. package/dist/features/paragraph/feature.server.js.map +0 -1
  1834. package/dist/features/paragraph/i18n.d.ts.map +0 -1
  1835. package/dist/features/paragraph/i18n.js +0 -132
  1836. package/dist/features/paragraph/i18n.js.map +0 -1
  1837. package/dist/features/relationship/drawer/commands.d.ts.map +0 -1
  1838. package/dist/features/relationship/drawer/commands.js +0 -4
  1839. package/dist/features/relationship/drawer/commands.js.map +0 -1
  1840. package/dist/features/relationship/drawer/index.d.ts.map +0 -1
  1841. package/dist/features/relationship/drawer/index.js +0 -83
  1842. package/dist/features/relationship/drawer/index.js.map +0 -1
  1843. package/dist/features/relationship/feature.client.d.ts +0 -18
  1844. package/dist/features/relationship/feature.client.d.ts.map +0 -1
  1845. package/dist/features/relationship/feature.client.js +0 -72
  1846. package/dist/features/relationship/feature.client.js.map +0 -1
  1847. package/dist/features/relationship/feature.server.d.ts +0 -27
  1848. package/dist/features/relationship/feature.server.d.ts.map +0 -1
  1849. package/dist/features/relationship/feature.server.js +0 -55
  1850. package/dist/features/relationship/feature.server.js.map +0 -1
  1851. package/dist/features/relationship/graphQLPopulationPromise.d.ts +0 -5
  1852. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +0 -1
  1853. package/dist/features/relationship/graphQLPopulationPromise.js +0 -29
  1854. package/dist/features/relationship/graphQLPopulationPromise.js.map +0 -1
  1855. package/dist/features/relationship/i18n.d.ts.map +0 -1
  1856. package/dist/features/relationship/i18n.js +0 -100
  1857. package/dist/features/relationship/i18n.js.map +0 -1
  1858. package/dist/features/relationship/nodes/RelationshipNode.d.ts +0 -35
  1859. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1860. package/dist/features/relationship/nodes/RelationshipNode.js +0 -111
  1861. package/dist/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1862. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -13
  1863. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1864. package/dist/features/relationship/nodes/components/RelationshipComponent.js +0 -171
  1865. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1866. package/dist/features/relationship/plugins/index.d.ts +0 -7
  1867. package/dist/features/relationship/plugins/index.d.ts.map +0 -1
  1868. package/dist/features/relationship/plugins/index.js +0 -50
  1869. package/dist/features/relationship/plugins/index.js.map +0 -1
  1870. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1871. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +0 -33
  1872. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1873. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +0 -5
  1874. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +0 -1
  1875. package/dist/features/toolbars/fixed/Toolbar/index.js +0 -207
  1876. package/dist/features/toolbars/fixed/Toolbar/index.js.map +0 -1
  1877. package/dist/features/toolbars/fixed/feature.client.d.ts +0 -6
  1878. package/dist/features/toolbars/fixed/feature.client.d.ts.map +0 -1
  1879. package/dist/features/toolbars/fixed/feature.client.js +0 -13
  1880. package/dist/features/toolbars/fixed/feature.client.js.map +0 -1
  1881. package/dist/features/toolbars/fixed/feature.server.d.ts +0 -18
  1882. package/dist/features/toolbars/fixed/feature.server.d.ts.map +0 -1
  1883. package/dist/features/toolbars/fixed/feature.server.js +0 -19
  1884. package/dist/features/toolbars/fixed/feature.server.js.map +0 -1
  1885. package/dist/features/toolbars/inline/Toolbar/index.d.ts +0 -4
  1886. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +0 -1
  1887. package/dist/features/toolbars/inline/Toolbar/index.js +0 -319
  1888. package/dist/features/toolbars/inline/Toolbar/index.js.map +0 -1
  1889. package/dist/features/toolbars/inline/feature.client.d.ts +0 -5
  1890. package/dist/features/toolbars/inline/feature.client.d.ts.map +0 -1
  1891. package/dist/features/toolbars/inline/feature.client.js +0 -13
  1892. package/dist/features/toolbars/inline/feature.client.js.map +0 -1
  1893. package/dist/features/toolbars/inline/feature.server.d.ts +0 -2
  1894. package/dist/features/toolbars/inline/feature.server.d.ts.map +0 -1
  1895. package/dist/features/toolbars/inline/feature.server.js +0 -11
  1896. package/dist/features/toolbars/inline/feature.server.js.map +0 -1
  1897. package/dist/features/upload/component/index.d.ts +0 -9
  1898. package/dist/features/upload/component/index.d.ts.map +0 -1
  1899. package/dist/features/upload/component/index.js +0 -242
  1900. package/dist/features/upload/component/index.js.map +0 -1
  1901. package/dist/features/upload/drawer/commands.d.ts.map +0 -1
  1902. package/dist/features/upload/drawer/commands.js +0 -5
  1903. package/dist/features/upload/drawer/commands.js.map +0 -1
  1904. package/dist/features/upload/drawer/index.d.ts.map +0 -1
  1905. package/dist/features/upload/drawer/index.js +0 -77
  1906. package/dist/features/upload/drawer/index.js.map +0 -1
  1907. package/dist/features/upload/feature.client.d.ts +0 -12
  1908. package/dist/features/upload/feature.client.d.ts.map +0 -1
  1909. package/dist/features/upload/feature.client.js +0 -74
  1910. package/dist/features/upload/feature.client.js.map +0 -1
  1911. package/dist/features/upload/feature.server.d.ts +0 -18
  1912. package/dist/features/upload/feature.server.d.ts.map +0 -1
  1913. package/dist/features/upload/feature.server.js +0 -184
  1914. package/dist/features/upload/feature.server.js.map +0 -1
  1915. package/dist/features/upload/graphQLPopulationPromise.d.ts +0 -5
  1916. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +0 -1
  1917. package/dist/features/upload/graphQLPopulationPromise.js +0 -52
  1918. package/dist/features/upload/graphQLPopulationPromise.js.map +0 -1
  1919. package/dist/features/upload/i18n.d.ts.map +0 -1
  1920. package/dist/features/upload/i18n.js +0 -100
  1921. package/dist/features/upload/i18n.js.map +0 -1
  1922. package/dist/features/upload/nodes/UploadNode.d.ts +0 -39
  1923. package/dist/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1924. package/dist/features/upload/nodes/UploadNode.js +0 -131
  1925. package/dist/features/upload/nodes/UploadNode.js.map +0 -1
  1926. package/dist/features/upload/plugin/index.d.ts +0 -8
  1927. package/dist/features/upload/plugin/index.d.ts.map +0 -1
  1928. package/dist/features/upload/plugin/index.js +0 -53
  1929. package/dist/features/upload/plugin/index.js.map +0 -1
  1930. package/dist/features/upload/validate.d.ts +0 -5
  1931. package/dist/features/upload/validate.d.ts.map +0 -1
  1932. package/dist/features/upload/validate.js +0 -45
  1933. package/dist/features/upload/validate.js.map +0 -1
  1934. package/dist/lexical/utils/invariant.d.ts +0 -2
  1935. package/dist/lexical/utils/invariant.d.ts.map +0 -1
  1936. package/dist/lexical/utils/invariant.js +0 -12
  1937. package/dist/lexical/utils/invariant.js.map +0 -1
  1938. package/dist/utilities/generateComponentMap.d.ts +0 -6
  1939. package/dist/utilities/generateComponentMap.d.ts.map +0 -1
  1940. package/dist/utilities/generateComponentMap.js +0 -79
  1941. package/dist/utilities/generateComponentMap.js.map +0 -1
  1942. /package/dist/features/align/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1943. /package/dist/features/blockquote/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1944. /package/dist/features/blocks/{component → client/component}/removeEmptyArrayValues.d.ts +0 -0
  1945. /package/dist/features/blocks/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1946. /package/dist/features/experimental_table/{utils → client/utils}/debounce.d.ts +0 -0
  1947. /package/dist/features/experimental_table/{utils → client/utils}/useDebounce.d.ts +0 -0
  1948. /package/dist/features/heading/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1949. /package/dist/features/horizontalRule/{markdownTransformer.d.ts → client/markdownTransformer.d.ts} +0 -0
  1950. /package/dist/features/horizontalRule/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1951. /package/dist/features/indent/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1952. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  1953. /package/dist/features/link/{plugins → client/plugins}/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  1954. /package/dist/features/link/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1955. /package/dist/features/lists/checklist/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1956. /package/dist/features/lists/orderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1957. /package/dist/features/lists/unorderedList/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1958. /package/dist/features/paragraph/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1959. /package/dist/features/relationship/{drawer → client/drawer}/commands.d.ts +0 -0
  1960. /package/dist/features/relationship/{drawer → client/drawer}/index.d.ts +0 -0
  1961. /package/dist/features/relationship/{utils → client/utils}/EnabledRelationshipsCondition.d.ts +0 -0
  1962. /package/dist/features/relationship/{i18n.d.ts → server/i18n.d.ts} +0 -0
  1963. /package/dist/features/upload/{drawer → client/drawer}/commands.d.ts +0 -0
  1964. /package/dist/features/upload/{drawer → client/drawer}/index.d.ts +0 -0
  1965. /package/dist/features/upload/{i18n.d.ts → server/i18n.d.ts} +0 -0
@@ -0,0 +1,7 @@
1
+ import { fromMarkdown } from 'mdast-util-from-markdown';
2
+ export type AST = ReturnType<typeof fromMarkdown>;
3
+ export declare function parseJSXToAST({ jsxString, keepPositions, }: {
4
+ jsxString: string;
5
+ keepPositions?: boolean;
6
+ }): AST;
7
+ //# sourceMappingURL=mdx.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mdx.d.ts","sourceRoot":"","sources":["../../../../src/exports/server/ast/mdx.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIvD,MAAM,MAAM,GAAG,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAA;AAEjD,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,aAAa,GACd,EAAE;IACD,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,GAAG,GAAG,CA6BN"}
@@ -0,0 +1,37 @@
1
+ import * as acorn from 'acorn';
2
+ import { fromMarkdown } from 'mdast-util-from-markdown';
3
+ import { mdxJsxFromMarkdown } from 'mdast-util-mdx-jsx';
4
+ import { mdxJsx } from 'micromark-extension-mdx-jsx';
5
+ export function parseJSXToAST({
6
+ jsxString,
7
+ keepPositions
8
+ }) {
9
+ const treeComplex = fromMarkdown(jsxString, {
10
+ // @ts-expect-error
11
+ extensions: [mdxJsx({
12
+ acorn,
13
+ addResult: false
14
+ })],
15
+ mdastExtensions: [mdxJsxFromMarkdown()]
16
+ });
17
+ // Remove "position" keys
18
+ const parseTree = tree => {
19
+ for (const key in tree) {
20
+ if (key === 'position' && tree[key].start && tree[key].end) {
21
+ delete tree[key];
22
+ } else if (typeof tree[key] === 'object') {
23
+ parseTree(tree[key]);
24
+ } else if (Array.isArray(tree[key])) {
25
+ for (const item of tree[key]) {
26
+ parseTree(item);
27
+ }
28
+ }
29
+ }
30
+ };
31
+ const tree = treeComplex;
32
+ if (keepPositions !== true) {
33
+ parseTree(tree);
34
+ }
35
+ return tree;
36
+ }
37
+ //# sourceMappingURL=mdx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mdx.js","names":["acorn","fromMarkdown","mdxJsxFromMarkdown","mdxJsx","parseJSXToAST","jsxString","keepPositions","treeComplex","extensions","addResult","mdastExtensions","parseTree","tree","key","start","end","Array","isArray","item"],"sources":["../../../../src/exports/server/ast/mdx.ts"],"sourcesContent":["import * as acorn from 'acorn'\nimport { fromMarkdown } from 'mdast-util-from-markdown'\nimport { mdxJsxFromMarkdown } from 'mdast-util-mdx-jsx'\nimport { mdxJsx } from 'micromark-extension-mdx-jsx'\n\nexport type AST = ReturnType<typeof fromMarkdown>\n\nexport function parseJSXToAST({\n jsxString,\n keepPositions,\n}: {\n jsxString: string\n keepPositions?: boolean\n}): AST {\n const treeComplex: AST = fromMarkdown(jsxString, {\n // @ts-expect-error\n extensions: [mdxJsx({ acorn, addResult: false })],\n mdastExtensions: [mdxJsxFromMarkdown()],\n })\n\n // Remove \"position\" keys\n const parseTree = (tree: object) => {\n for (const key in tree) {\n if (key === 'position' && tree[key].start && tree[key].end) {\n delete tree[key]\n } else if (typeof tree[key] === 'object') {\n parseTree(tree[key])\n } else if (Array.isArray(tree[key])) {\n for (const item of tree[key]) {\n parseTree(item)\n }\n }\n }\n }\n\n const tree: AST = treeComplex\n\n if (keepPositions !== true) {\n parseTree(tree)\n }\n\n return tree\n}\n"],"mappings":"AAAA,YAAYA,KAAA,MAAW;AACvB,SAASC,YAAY,QAAQ;AAC7B,SAASC,kBAAkB,QAAQ;AACnC,SAASC,MAAM,QAAQ;AAIvB,OAAO,SAASC,cAAc;EAC5BC,SAAS;EACTC;AAAa,CAId;EACC,MAAMC,WAAA,GAAmBN,YAAA,CAAaI,SAAA,EAAW;IAC/C;IACAG,UAAA,EAAY,CAACL,MAAA,CAAO;MAAEH,KAAA;MAAOS,SAAA,EAAW;IAAM,GAAG;IACjDC,eAAA,EAAiB,CAACR,kBAAA;EACpB;EAEA;EACA,MAAMS,SAAA,GAAaC,IAAA;IACjB,KAAK,MAAMC,GAAA,IAAOD,IAAA,EAAM;MACtB,IAAIC,GAAA,KAAQ,cAAcD,IAAI,CAACC,GAAA,CAAI,CAACC,KAAK,IAAIF,IAAI,CAACC,GAAA,CAAI,CAACE,GAAG,EAAE;QAC1D,OAAOH,IAAI,CAACC,GAAA,CAAI;MAClB,OAAO,IAAI,OAAOD,IAAI,CAACC,GAAA,CAAI,KAAK,UAAU;QACxCF,SAAA,CAAUC,IAAI,CAACC,GAAA,CAAI;MACrB,OAAO,IAAIG,KAAA,CAAMC,OAAO,CAACL,IAAI,CAACC,GAAA,CAAI,GAAG;QACnC,KAAK,MAAMK,IAAA,IAAQN,IAAI,CAACC,GAAA,CAAI,EAAE;UAC5BF,SAAA,CAAUO,IAAA;QACZ;MACF;IACF;EACF;EAEA,MAAMN,IAAA,GAAYL,WAAA;EAElB,IAAID,aAAA,KAAkB,MAAM;IAC1BK,SAAA,CAAUC,IAAA;EACZ;EAEA,OAAOA,IAAA;AACT","ignoreList":[]}
@@ -0,0 +1,16 @@
1
+ export { LexicalPluginToLexicalFeature } from '../../features/migrations/lexicalPluginToLexical/feature.server.js';
2
+ export { SlateBlockquoteConverter } from '../../features/migrations/slateToLexical/converter/converters/blockquote/converter.js';
3
+ export { SlateHeadingConverter } from '../../features/migrations/slateToLexical/converter/converters/heading/converter.js';
4
+ export { SlateIndentConverter } from '../../features/migrations/slateToLexical/converter/converters/indent/converter.js';
5
+ export { SlateLinkConverter } from '../../features/migrations/slateToLexical/converter/converters/link/converter.js';
6
+ export { SlateListItemConverter } from '../../features/migrations/slateToLexical/converter/converters/listItem/converter.js';
7
+ export { SlateOrderedListConverter } from '../../features/migrations/slateToLexical/converter/converters/orderedList/converter.js';
8
+ export { SlateRelationshipConverter } from '../../features/migrations/slateToLexical/converter/converters/relationship/converter.js';
9
+ export { SlateUnknownConverter } from '../../features/migrations/slateToLexical/converter/converters/unknown/converter.js';
10
+ export { SlateUnorderedListConverter } from '../../features/migrations/slateToLexical/converter/converters/unorderedList/converter.js';
11
+ export { SlateUploadConverter } from '../../features/migrations/slateToLexical/converter/converters/upload/converter.js';
12
+ export { defaultSlateConverters } from '../../features/migrations/slateToLexical/converter/defaultConverters.js';
13
+ export { convertSlateNodesToLexical, convertSlateToLexical, } from '../../features/migrations/slateToLexical/converter/index.js';
14
+ export { SlateToLexicalFeature } from '../../features/migrations/slateToLexical/feature.server.js';
15
+ export { migrateSlateToLexical } from '../../utilities/migrateSlateToLexical/index.js';
16
+ //# sourceMappingURL=migrate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate.d.ts","sourceRoot":"","sources":["../../../src/exports/server/migrate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,oEAAoE,CAAA;AAClH,OAAO,EAAE,wBAAwB,EAAE,MAAM,uFAAuF,CAAA;AAChI,OAAO,EAAE,qBAAqB,EAAE,MAAM,oFAAoF,CAAA;AAC1H,OAAO,EAAE,oBAAoB,EAAE,MAAM,mFAAmF,CAAA;AACxH,OAAO,EAAE,kBAAkB,EAAE,MAAM,iFAAiF,CAAA;AACpH,OAAO,EAAE,sBAAsB,EAAE,MAAM,qFAAqF,CAAA;AAC5H,OAAO,EAAE,yBAAyB,EAAE,MAAM,wFAAwF,CAAA;AAClI,OAAO,EAAE,0BAA0B,EAAE,MAAM,yFAAyF,CAAA;AACpI,OAAO,EAAE,qBAAqB,EAAE,MAAM,oFAAoF,CAAA;AAC1H,OAAO,EAAE,2BAA2B,EAAE,MAAM,0FAA0F,CAAA;AACtI,OAAO,EAAE,oBAAoB,EAAE,MAAM,mFAAmF,CAAA;AACxH,OAAO,EAAE,sBAAsB,EAAE,MAAM,yEAAyE,CAAA;AAChH,OAAO,EACL,0BAA0B,EAC1B,qBAAqB,GACtB,MAAM,6DAA6D,CAAA;AAEpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAA;AAClG,OAAO,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAA"}
@@ -0,0 +1,16 @@
1
+ export { LexicalPluginToLexicalFeature } from '../../features/migrations/lexicalPluginToLexical/feature.server.js';
2
+ export { SlateBlockquoteConverter } from '../../features/migrations/slateToLexical/converter/converters/blockquote/converter.js';
3
+ export { SlateHeadingConverter } from '../../features/migrations/slateToLexical/converter/converters/heading/converter.js';
4
+ export { SlateIndentConverter } from '../../features/migrations/slateToLexical/converter/converters/indent/converter.js';
5
+ export { SlateLinkConverter } from '../../features/migrations/slateToLexical/converter/converters/link/converter.js';
6
+ export { SlateListItemConverter } from '../../features/migrations/slateToLexical/converter/converters/listItem/converter.js';
7
+ export { SlateOrderedListConverter } from '../../features/migrations/slateToLexical/converter/converters/orderedList/converter.js';
8
+ export { SlateRelationshipConverter } from '../../features/migrations/slateToLexical/converter/converters/relationship/converter.js';
9
+ export { SlateUnknownConverter } from '../../features/migrations/slateToLexical/converter/converters/unknown/converter.js';
10
+ export { SlateUnorderedListConverter } from '../../features/migrations/slateToLexical/converter/converters/unorderedList/converter.js';
11
+ export { SlateUploadConverter } from '../../features/migrations/slateToLexical/converter/converters/upload/converter.js';
12
+ export { defaultSlateConverters } from '../../features/migrations/slateToLexical/converter/defaultConverters.js';
13
+ export { convertSlateNodesToLexical, convertSlateToLexical } from '../../features/migrations/slateToLexical/converter/index.js';
14
+ export { SlateToLexicalFeature } from '../../features/migrations/slateToLexical/feature.server.js';
15
+ export { migrateSlateToLexical } from '../../utilities/migrateSlateToLexical/index.js';
16
+ //# sourceMappingURL=migrate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate.js","names":["LexicalPluginToLexicalFeature","SlateBlockquoteConverter","SlateHeadingConverter","SlateIndentConverter","SlateLinkConverter","SlateListItemConverter","SlateOrderedListConverter","SlateRelationshipConverter","SlateUnknownConverter","SlateUnorderedListConverter","SlateUploadConverter","defaultSlateConverters","convertSlateNodesToLexical","convertSlateToLexical","SlateToLexicalFeature","migrateSlateToLexical"],"sources":["../../../src/exports/server/migrate.ts"],"sourcesContent":["export { LexicalPluginToLexicalFeature } from '../../features/migrations/lexicalPluginToLexical/feature.server.js'\nexport { SlateBlockquoteConverter } from '../../features/migrations/slateToLexical/converter/converters/blockquote/converter.js'\nexport { SlateHeadingConverter } from '../../features/migrations/slateToLexical/converter/converters/heading/converter.js'\nexport { SlateIndentConverter } from '../../features/migrations/slateToLexical/converter/converters/indent/converter.js'\nexport { SlateLinkConverter } from '../../features/migrations/slateToLexical/converter/converters/link/converter.js'\nexport { SlateListItemConverter } from '../../features/migrations/slateToLexical/converter/converters/listItem/converter.js'\nexport { SlateOrderedListConverter } from '../../features/migrations/slateToLexical/converter/converters/orderedList/converter.js'\nexport { SlateRelationshipConverter } from '../../features/migrations/slateToLexical/converter/converters/relationship/converter.js'\nexport { SlateUnknownConverter } from '../../features/migrations/slateToLexical/converter/converters/unknown/converter.js'\nexport { SlateUnorderedListConverter } from '../../features/migrations/slateToLexical/converter/converters/unorderedList/converter.js'\nexport { SlateUploadConverter } from '../../features/migrations/slateToLexical/converter/converters/upload/converter.js'\nexport { defaultSlateConverters } from '../../features/migrations/slateToLexical/converter/defaultConverters.js'\nexport {\n convertSlateNodesToLexical,\n convertSlateToLexical,\n} from '../../features/migrations/slateToLexical/converter/index.js'\n\nexport { SlateToLexicalFeature } from '../../features/migrations/slateToLexical/feature.server.js'\nexport { migrateSlateToLexical } from '../../utilities/migrateSlateToLexical/index.js'\n"],"mappings":"AAAA,SAASA,6BAA6B,QAAQ;AAC9C,SAASC,wBAAwB,QAAQ;AACzC,SAASC,qBAAqB,QAAQ;AACtC,SAASC,oBAAoB,QAAQ;AACrC,SAASC,kBAAkB,QAAQ;AACnC,SAASC,sBAAsB,QAAQ;AACvC,SAASC,yBAAyB,QAAQ;AAC1C,SAASC,0BAA0B,QAAQ;AAC3C,SAASC,qBAAqB,QAAQ;AACtC,SAASC,2BAA2B,QAAQ;AAC5C,SAASC,oBAAoB,QAAQ;AACrC,SAASC,sBAAsB,QAAQ;AACvC,SACEC,0BAA0B,EAC1BC,qBAAqB,QAChB;AAEP,SAASC,qBAAqB,QAAQ;AACtC,SAASC,qBAAqB,QAAQ","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ export { RscEntryLexicalCell } from '../../cell/rscEntry.js';
2
+ export { RscEntryLexicalField } from '../../field/rscEntry.js';
3
+ //# sourceMappingURL=rsc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rsc.d.ts","sourceRoot":"","sources":["../../../src/exports/server/rsc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { RscEntryLexicalCell } from '../../cell/rscEntry.js';
2
+ export { RscEntryLexicalField } from '../../field/rscEntry.js';
3
+ //# sourceMappingURL=rsc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rsc.js","names":["RscEntryLexicalCell","RscEntryLexicalField"],"sources":["../../../src/exports/server/rsc.ts"],"sourcesContent":["export { RscEntryLexicalCell } from '../../cell/rscEntry.js'\nexport { RscEntryLexicalField } from '../../field/rscEntry.js'\n"],"mappings":"AAAA,SAASA,mBAAmB,QAAQ;AACpC,SAASC,oBAAoB,QAAQ","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ export { collectTopLevelJSXInLines } from '../utilities/jsx/collectTopLevelJSXInLines.js';
2
+ export { extractPropsFromJSXPropsString } from '../utilities/jsx/extractPropsFromJSXPropsString.js';
3
+ export { extractFrontmatter, frontmatterToObject, objectToFrontmatter, propsToJSXString, } from '../utilities/jsx/jsx.js';
4
+ //# sourceMappingURL=shared.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/exports/shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAA;AAEzF,OAAO,EAAE,8BAA8B,EAAE,MAAM,oDAAoD,CAAA;AACnG,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,yBAAyB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export { collectTopLevelJSXInLines } from '../utilities/jsx/collectTopLevelJSXInLines.js';
2
+ export { extractPropsFromJSXPropsString } from '../utilities/jsx/extractPropsFromJSXPropsString.js';
3
+ export { extractFrontmatter, frontmatterToObject, objectToFrontmatter, propsToJSXString } from '../utilities/jsx/jsx.js';
4
+ //# sourceMappingURL=shared.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.js","names":["collectTopLevelJSXInLines","extractPropsFromJSXPropsString","extractFrontmatter","frontmatterToObject","objectToFrontmatter","propsToJSXString"],"sources":["../../src/exports/shared.ts"],"sourcesContent":["export { collectTopLevelJSXInLines } from '../utilities/jsx/collectTopLevelJSXInLines.js'\n\nexport { extractPropsFromJSXPropsString } from '../utilities/jsx/extractPropsFromJSXPropsString.js'\nexport {\n extractFrontmatter,\n frontmatterToObject,\n objectToFrontmatter,\n propsToJSXString,\n} from '../utilities/jsx/jsx.js'\n"],"mappings":"AAAA,SAASA,yBAAyB,QAAQ;AAE1C,SAASC,8BAA8B,QAAQ;AAC/C,SACEC,kBAAkB,EAClBC,mBAAmB,EACnBC,mBAAmB,EACnBC,gBAAgB,QACX","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export declare const AlignFeatureClient: import("../../typesClient.js").FeatureProviderProviderClient<undefined, undefined>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/align/client/index.tsx"],"names":[],"mappings":"AAsJA,eAAO,MAAM,kBAAkB,oFAO7B,CAAA"}
@@ -0,0 +1,163 @@
1
+ 'use client';
2
+
3
+ import { $isElementNode, $isRangeSelection, FORMAT_ELEMENT_COMMAND } from 'lexical';
4
+ import { AlignCenterIcon } from '../../../lexical/ui/icons/AlignCenter/index.js';
5
+ import { AlignJustifyIcon } from '../../../lexical/ui/icons/AlignJustify/index.js';
6
+ import { AlignLeftIcon } from '../../../lexical/ui/icons/AlignLeft/index.js';
7
+ import { AlignRightIcon } from '../../../lexical/ui/icons/AlignRight/index.js';
8
+ import { createClientFeature } from '../../../utilities/createClientFeature.js';
9
+ import { toolbarAlignGroupWithItems } from './toolbarAlignGroup.js';
10
+ const toolbarGroups = [toolbarAlignGroupWithItems([{
11
+ ChildComponent: AlignLeftIcon,
12
+ isActive: ({
13
+ selection
14
+ }) => {
15
+ if (!$isRangeSelection(selection)) {
16
+ return false;
17
+ }
18
+ for (const node of selection.getNodes()) {
19
+ if ($isElementNode(node)) {
20
+ if (node.getFormatType() === 'left') {
21
+ continue;
22
+ }
23
+ }
24
+ const parent = node.getParent();
25
+ if ($isElementNode(parent)) {
26
+ if (parent.getFormatType() === 'left') {
27
+ continue;
28
+ }
29
+ }
30
+ return false;
31
+ }
32
+ return true;
33
+ },
34
+ key: 'alignLeft',
35
+ label: ({
36
+ i18n
37
+ }) => {
38
+ return i18n.t('lexical:align:alignLeftLabel');
39
+ },
40
+ onSelect: ({
41
+ editor
42
+ }) => {
43
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'left');
44
+ },
45
+ order: 1
46
+ }, {
47
+ ChildComponent: AlignCenterIcon,
48
+ isActive: ({
49
+ selection
50
+ }) => {
51
+ if (!$isRangeSelection(selection)) {
52
+ return false;
53
+ }
54
+ for (const node of selection.getNodes()) {
55
+ if ($isElementNode(node)) {
56
+ if (node.getFormatType() === 'center') {
57
+ continue;
58
+ }
59
+ }
60
+ const parent = node.getParent();
61
+ if ($isElementNode(parent)) {
62
+ if (parent.getFormatType() === 'center') {
63
+ continue;
64
+ }
65
+ }
66
+ return false;
67
+ }
68
+ return true;
69
+ },
70
+ key: 'alignCenter',
71
+ label: ({
72
+ i18n
73
+ }) => {
74
+ return i18n.t('lexical:align:alignCenterLabel');
75
+ },
76
+ onSelect: ({
77
+ editor
78
+ }) => {
79
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'center');
80
+ },
81
+ order: 2
82
+ }, {
83
+ ChildComponent: AlignRightIcon,
84
+ isActive: ({
85
+ selection
86
+ }) => {
87
+ if (!$isRangeSelection(selection)) {
88
+ return false;
89
+ }
90
+ for (const node of selection.getNodes()) {
91
+ if ($isElementNode(node)) {
92
+ if (node.getFormatType() === 'right') {
93
+ continue;
94
+ }
95
+ }
96
+ const parent = node.getParent();
97
+ if ($isElementNode(parent)) {
98
+ if (parent.getFormatType() === 'right') {
99
+ continue;
100
+ }
101
+ }
102
+ return false;
103
+ }
104
+ return true;
105
+ },
106
+ key: 'alignRight',
107
+ label: ({
108
+ i18n
109
+ }) => {
110
+ return i18n.t('lexical:align:alignRightLabel');
111
+ },
112
+ onSelect: ({
113
+ editor
114
+ }) => {
115
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'right');
116
+ },
117
+ order: 3
118
+ }, {
119
+ ChildComponent: AlignJustifyIcon,
120
+ isActive: ({
121
+ selection
122
+ }) => {
123
+ if (!$isRangeSelection(selection)) {
124
+ return false;
125
+ }
126
+ for (const node of selection.getNodes()) {
127
+ if ($isElementNode(node)) {
128
+ if (node.getFormatType() === 'justify') {
129
+ continue;
130
+ }
131
+ }
132
+ const parent = node.getParent();
133
+ if ($isElementNode(parent)) {
134
+ if (parent.getFormatType() === 'justify') {
135
+ continue;
136
+ }
137
+ }
138
+ return false;
139
+ }
140
+ return true;
141
+ },
142
+ key: 'alignJustify',
143
+ label: ({
144
+ i18n
145
+ }) => {
146
+ return i18n.t('lexical:align:alignJustifyLabel');
147
+ },
148
+ onSelect: ({
149
+ editor
150
+ }) => {
151
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'justify');
152
+ },
153
+ order: 4
154
+ }])];
155
+ export const AlignFeatureClient = createClientFeature({
156
+ toolbarFixed: {
157
+ groups: toolbarGroups
158
+ },
159
+ toolbarInline: {
160
+ groups: toolbarGroups
161
+ }
162
+ });
163
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["$isElementNode","$isRangeSelection","FORMAT_ELEMENT_COMMAND","AlignCenterIcon","AlignJustifyIcon","AlignLeftIcon","AlignRightIcon","createClientFeature","toolbarAlignGroupWithItems","toolbarGroups","ChildComponent","isActive","selection","node","getNodes","getFormatType","parent","getParent","key","label","i18n","t","onSelect","editor","dispatchCommand","order","AlignFeatureClient","toolbarFixed","groups","toolbarInline"],"sources":["../../../../src/features/align/client/index.tsx"],"sourcesContent":["'use client'\n\nimport { $isElementNode, $isRangeSelection, FORMAT_ELEMENT_COMMAND } from 'lexical'\n\nimport type { ToolbarGroup } from '../../toolbars/types.js'\n\nimport { AlignCenterIcon } from '../../../lexical/ui/icons/AlignCenter/index.js'\nimport { AlignJustifyIcon } from '../../../lexical/ui/icons/AlignJustify/index.js'\nimport { AlignLeftIcon } from '../../../lexical/ui/icons/AlignLeft/index.js'\nimport { AlignRightIcon } from '../../../lexical/ui/icons/AlignRight/index.js'\nimport { createClientFeature } from '../../../utilities/createClientFeature.js'\nimport { toolbarAlignGroupWithItems } from './toolbarAlignGroup.js'\n\nconst toolbarGroups: ToolbarGroup[] = [\n toolbarAlignGroupWithItems([\n {\n ChildComponent: AlignLeftIcon,\n isActive: ({ selection }) => {\n if (!$isRangeSelection(selection)) {\n return false\n }\n for (const node of selection.getNodes()) {\n if ($isElementNode(node)) {\n if (node.getFormatType() === 'left') {\n continue\n }\n }\n\n const parent = node.getParent()\n if ($isElementNode(parent)) {\n if (parent.getFormatType() === 'left') {\n continue\n }\n }\n\n return false\n }\n return true\n },\n key: 'alignLeft',\n label: ({ i18n }) => {\n return i18n.t('lexical:align:alignLeftLabel')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'left')\n },\n order: 1,\n },\n {\n ChildComponent: AlignCenterIcon,\n isActive: ({ selection }) => {\n if (!$isRangeSelection(selection)) {\n return false\n }\n for (const node of selection.getNodes()) {\n if ($isElementNode(node)) {\n if (node.getFormatType() === 'center') {\n continue\n }\n }\n\n const parent = node.getParent()\n if ($isElementNode(parent)) {\n if (parent.getFormatType() === 'center') {\n continue\n }\n }\n\n return false\n }\n return true\n },\n key: 'alignCenter',\n label: ({ i18n }) => {\n return i18n.t('lexical:align:alignCenterLabel')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'center')\n },\n order: 2,\n },\n {\n ChildComponent: AlignRightIcon,\n isActive: ({ selection }) => {\n if (!$isRangeSelection(selection)) {\n return false\n }\n for (const node of selection.getNodes()) {\n if ($isElementNode(node)) {\n if (node.getFormatType() === 'right') {\n continue\n }\n }\n\n const parent = node.getParent()\n if ($isElementNode(parent)) {\n if (parent.getFormatType() === 'right') {\n continue\n }\n }\n\n return false\n }\n return true\n },\n key: 'alignRight',\n label: ({ i18n }) => {\n return i18n.t('lexical:align:alignRightLabel')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'right')\n },\n order: 3,\n },\n {\n ChildComponent: AlignJustifyIcon,\n isActive: ({ selection }) => {\n if (!$isRangeSelection(selection)) {\n return false\n }\n for (const node of selection.getNodes()) {\n if ($isElementNode(node)) {\n if (node.getFormatType() === 'justify') {\n continue\n }\n }\n\n const parent = node.getParent()\n if ($isElementNode(parent)) {\n if (parent.getFormatType() === 'justify') {\n continue\n }\n }\n\n return false\n }\n return true\n },\n key: 'alignJustify',\n label: ({ i18n }) => {\n return i18n.t('lexical:align:alignJustifyLabel')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'justify')\n },\n order: 4,\n },\n ]),\n]\n\nexport const AlignFeatureClient = createClientFeature({\n toolbarFixed: {\n groups: toolbarGroups,\n },\n toolbarInline: {\n groups: toolbarGroups,\n },\n})\n"],"mappings":"AAAA;;AAEA,SAASA,cAAc,EAAEC,iBAAiB,EAAEC,sBAAsB,QAAQ;AAI1E,SAASC,eAAe,QAAQ;AAChC,SAASC,gBAAgB,QAAQ;AACjC,SAASC,aAAa,QAAQ;AAC9B,SAASC,cAAc,QAAQ;AAC/B,SAASC,mBAAmB,QAAQ;AACpC,SAASC,0BAA0B,QAAQ;AAE3C,MAAMC,aAAA,GAAgC,CACpCD,0BAAA,CAA2B,CACzB;EACEE,cAAA,EAAgBL,aAAA;EAChBM,QAAA,EAAUA,CAAC;IAAEC;EAAS,CAAE;IACtB,IAAI,CAACX,iBAAA,CAAkBW,SAAA,GAAY;MACjC,OAAO;IACT;IACA,KAAK,MAAMC,IAAA,IAAQD,SAAA,CAAUE,QAAQ,IAAI;MACvC,IAAId,cAAA,CAAea,IAAA,GAAO;QACxB,IAAIA,IAAA,CAAKE,aAAa,OAAO,QAAQ;UACnC;QACF;MACF;MAEA,MAAMC,MAAA,GAASH,IAAA,CAAKI,SAAS;MAC7B,IAAIjB,cAAA,CAAegB,MAAA,GAAS;QAC1B,IAAIA,MAAA,CAAOD,aAAa,OAAO,QAAQ;UACrC;QACF;MACF;MAEA,OAAO;IACT;IACA,OAAO;EACT;EACAG,GAAA,EAAK;EACLC,KAAA,EAAOA,CAAC;IAAEC;EAAI,CAAE;IACd,OAAOA,IAAA,CAAKC,CAAC,CAAC;EAChB;EACAC,QAAA,EAAUA,CAAC;IAAEC;EAAM,CAAE;IACnBA,MAAA,CAAOC,eAAe,CAACtB,sBAAA,EAAwB;EACjD;EACAuB,KAAA,EAAO;AACT,GACA;EACEf,cAAA,EAAgBP,eAAA;EAChBQ,QAAA,EAAUA,CAAC;IAAEC;EAAS,CAAE;IACtB,IAAI,CAACX,iBAAA,CAAkBW,SAAA,GAAY;MACjC,OAAO;IACT;IACA,KAAK,MAAMC,IAAA,IAAQD,SAAA,CAAUE,QAAQ,IAAI;MACvC,IAAId,cAAA,CAAea,IAAA,GAAO;QACxB,IAAIA,IAAA,CAAKE,aAAa,OAAO,UAAU;UACrC;QACF;MACF;MAEA,MAAMC,MAAA,GAASH,IAAA,CAAKI,SAAS;MAC7B,IAAIjB,cAAA,CAAegB,MAAA,GAAS;QAC1B,IAAIA,MAAA,CAAOD,aAAa,OAAO,UAAU;UACvC;QACF;MACF;MAEA,OAAO;IACT;IACA,OAAO;EACT;EACAG,GAAA,EAAK;EACLC,KAAA,EAAOA,CAAC;IAAEC;EAAI,CAAE;IACd,OAAOA,IAAA,CAAKC,CAAC,CAAC;EAChB;EACAC,QAAA,EAAUA,CAAC;IAAEC;EAAM,CAAE;IACnBA,MAAA,CAAOC,eAAe,CAACtB,sBAAA,EAAwB;EACjD;EACAuB,KAAA,EAAO;AACT,GACA;EACEf,cAAA,EAAgBJ,cAAA;EAChBK,QAAA,EAAUA,CAAC;IAAEC;EAAS,CAAE;IACtB,IAAI,CAACX,iBAAA,CAAkBW,SAAA,GAAY;MACjC,OAAO;IACT;IACA,KAAK,MAAMC,IAAA,IAAQD,SAAA,CAAUE,QAAQ,IAAI;MACvC,IAAId,cAAA,CAAea,IAAA,GAAO;QACxB,IAAIA,IAAA,CAAKE,aAAa,OAAO,SAAS;UACpC;QACF;MACF;MAEA,MAAMC,MAAA,GAASH,IAAA,CAAKI,SAAS;MAC7B,IAAIjB,cAAA,CAAegB,MAAA,GAAS;QAC1B,IAAIA,MAAA,CAAOD,aAAa,OAAO,SAAS;UACtC;QACF;MACF;MAEA,OAAO;IACT;IACA,OAAO;EACT;EACAG,GAAA,EAAK;EACLC,KAAA,EAAOA,CAAC;IAAEC;EAAI,CAAE;IACd,OAAOA,IAAA,CAAKC,CAAC,CAAC;EAChB;EACAC,QAAA,EAAUA,CAAC;IAAEC;EAAM,CAAE;IACnBA,MAAA,CAAOC,eAAe,CAACtB,sBAAA,EAAwB;EACjD;EACAuB,KAAA,EAAO;AACT,GACA;EACEf,cAAA,EAAgBN,gBAAA;EAChBO,QAAA,EAAUA,CAAC;IAAEC;EAAS,CAAE;IACtB,IAAI,CAACX,iBAAA,CAAkBW,SAAA,GAAY;MACjC,OAAO;IACT;IACA,KAAK,MAAMC,IAAA,IAAQD,SAAA,CAAUE,QAAQ,IAAI;MACvC,IAAId,cAAA,CAAea,IAAA,GAAO;QACxB,IAAIA,IAAA,CAAKE,aAAa,OAAO,WAAW;UACtC;QACF;MACF;MAEA,MAAMC,MAAA,GAASH,IAAA,CAAKI,SAAS;MAC7B,IAAIjB,cAAA,CAAegB,MAAA,GAAS;QAC1B,IAAIA,MAAA,CAAOD,aAAa,OAAO,WAAW;UACxC;QACF;MACF;MAEA,OAAO;IACT;IACA,OAAO;EACT;EACAG,GAAA,EAAK;EACLC,KAAA,EAAOA,CAAC;IAAEC;EAAI,CAAE;IACd,OAAOA,IAAA,CAAKC,CAAC,CAAC;EAChB;EACAC,QAAA,EAAUA,CAAC;IAAEC;EAAM,CAAE;IACnBA,MAAA,CAAOC,eAAe,CAACtB,sBAAA,EAAwB;EACjD;EACAuB,KAAA,EAAO;AACT,EACD,EACF;AAED,OAAO,MAAMC,kBAAA,GAAqBnB,mBAAA,CAAoB;EACpDoB,YAAA,EAAc;IACZC,MAAA,EAAQnB;EACV;EACAoB,aAAA,EAAe;IACbD,MAAA,EAAQnB;EACV;AACF","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ import type { ToolbarGroup, ToolbarGroupItem } from '../../toolbars/types.js';
2
+ export declare const toolbarAlignGroupWithItems: (items: ToolbarGroupItem[]) => ToolbarGroup;
3
+ //# sourceMappingURL=toolbarAlignGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolbarAlignGroup.d.ts","sourceRoot":"","sources":["../../../../src/features/align/client/toolbarAlignGroup.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAI7E,eAAO,MAAM,0BAA0B,UAAW,gBAAgB,EAAE,KAAG,YAQtE,CAAA"}
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+
3
+ import { AlignLeftIcon } from '../../../lexical/ui/icons/AlignLeft/index.js';
4
+ export const toolbarAlignGroupWithItems = items => {
5
+ return {
6
+ type: 'dropdown',
7
+ ChildComponent: AlignLeftIcon,
8
+ items,
9
+ key: 'align',
10
+ order: 30
11
+ };
12
+ };
13
+ //# sourceMappingURL=toolbarAlignGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolbarAlignGroup.js","names":["AlignLeftIcon","toolbarAlignGroupWithItems","items","type","ChildComponent","key","order"],"sources":["../../../../src/features/align/client/toolbarAlignGroup.ts"],"sourcesContent":["'use client'\nimport type { ToolbarGroup, ToolbarGroupItem } from '../../toolbars/types.js'\n\nimport { AlignLeftIcon } from '../../../lexical/ui/icons/AlignLeft/index.js'\n\nexport const toolbarAlignGroupWithItems = (items: ToolbarGroupItem[]): ToolbarGroup => {\n return {\n type: 'dropdown',\n ChildComponent: AlignLeftIcon,\n items,\n key: 'align',\n order: 30,\n }\n}\n"],"mappings":"AAAA;;AAGA,SAASA,aAAa,QAAQ;AAE9B,OAAO,MAAMC,0BAAA,GAA8BC,KAAA;EACzC,OAAO;IACLC,IAAA,EAAM;IACNC,cAAA,EAAgBJ,aAAA;IAChBE,KAAA;IACAG,GAAA,EAAK;IACLC,KAAA,EAAO;EACT;AACF","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../../src/features/align/server/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAiM1C,CAAA"}
@@ -0,0 +1,195 @@
1
+ export const i18n = {
2
+ ar: {
3
+ alignCenterLabel: 'محاذاة في الوسط',
4
+ alignJustifyLabel: 'محاذاة التبرير',
5
+ alignLeftLabel: 'محاذاة إلى اليسار',
6
+ alignRightLabel: 'محاذاة إلى اليمين'
7
+ },
8
+ az: {
9
+ alignCenterLabel: 'Mərkəzə Düzəlt',
10
+ alignJustifyLabel: 'Düzəldin Səsləndirin',
11
+ alignLeftLabel: 'Sola Doğru Hizalama',
12
+ alignRightLabel: 'Sağa Doğru Hizalama'
13
+ },
14
+ bg: {
15
+ alignCenterLabel: 'Центрирай',
16
+ alignJustifyLabel: 'Подравняване по двата края',
17
+ alignLeftLabel: 'Подравняване отляво',
18
+ alignRightLabel: 'Подравняване вдясно'
19
+ },
20
+ cs: {
21
+ alignCenterLabel: 'Zarovnat na střed',
22
+ alignJustifyLabel: 'Zarovnat do bloku',
23
+ alignLeftLabel: 'Zarovnat vlevo',
24
+ alignRightLabel: 'Zarovnat vpravo'
25
+ },
26
+ de: {
27
+ alignCenterLabel: 'Zentrieren',
28
+ alignJustifyLabel: 'Blocksatz',
29
+ alignLeftLabel: 'Linksbündig',
30
+ alignRightLabel: 'Rechtsbündig'
31
+ },
32
+ en: {
33
+ alignCenterLabel: 'Align Center',
34
+ alignJustifyLabel: 'Align Justify',
35
+ alignLeftLabel: 'Align Left',
36
+ alignRightLabel: 'Align Right'
37
+ },
38
+ es: {
39
+ alignCenterLabel: 'Alinear al centro',
40
+ alignJustifyLabel: 'Alinear Justificar',
41
+ alignLeftLabel: 'Alinear a la izquierda',
42
+ alignRightLabel: 'Alinear a la derecha'
43
+ },
44
+ fa: {
45
+ alignCenterLabel: 'تراز در مرکز',
46
+ alignJustifyLabel: 'تراز کردن از دو طرف',
47
+ alignLeftLabel: 'چپ تراز',
48
+ alignRightLabel: 'راست چین'
49
+ },
50
+ fr: {
51
+ alignCenterLabel: 'Aligner au centre',
52
+ alignJustifyLabel: 'Aligner Justifier',
53
+ alignLeftLabel: 'Aligner à gauche',
54
+ alignRightLabel: 'Aligner à droite'
55
+ },
56
+ he: {
57
+ alignCenterLabel: 'ממורכז',
58
+ alignJustifyLabel: 'יישור דו-צדדי',
59
+ alignLeftLabel: 'הסב לשמאל',
60
+ alignRightLabel: 'יישור לימין'
61
+ },
62
+ hr: {
63
+ alignCenterLabel: 'Poravnaj središnje',
64
+ alignJustifyLabel: 'Poravnaj opravdaj',
65
+ alignLeftLabel: 'Poravnaj lijevo',
66
+ alignRightLabel: 'Poravnaj desno'
67
+ },
68
+ hu: {
69
+ alignCenterLabel: 'Középre igazítás',
70
+ alignJustifyLabel: 'Igazítás Sorkizárás',
71
+ alignLeftLabel: 'Igazítás balra',
72
+ alignRightLabel: 'Igazítás jobbra'
73
+ },
74
+ it: {
75
+ alignCenterLabel: 'Allinea al centro',
76
+ alignJustifyLabel: 'Allinea Giustifica',
77
+ alignLeftLabel: 'Allinea a sinistra',
78
+ alignRightLabel: 'Allinea a destra'
79
+ },
80
+ ja: {
81
+ alignCenterLabel: '中央揃え',
82
+ alignJustifyLabel: '両端揃え',
83
+ alignLeftLabel: '左揃え',
84
+ alignRightLabel: '右揃え'
85
+ },
86
+ ko: {
87
+ alignCenterLabel: '중앙 정렬',
88
+ alignJustifyLabel: '정렬 맞춤',
89
+ alignLeftLabel: '왼쪽 정렬',
90
+ alignRightLabel: '오른쪽 정렬'
91
+ },
92
+ my: {
93
+ alignCenterLabel: 'Pusat Selaras',
94
+ alignJustifyLabel: 'Penjajaran Justify',
95
+ alignLeftLabel: 'ဘယ်ဘက်ဦးတည်ခြင်း',
96
+ alignRightLabel: 'Penjajaran Kanan'
97
+ },
98
+ nb: {
99
+ alignCenterLabel: 'Sentrer tekst',
100
+ alignJustifyLabel: 'Juster linje',
101
+ alignLeftLabel: 'Juster til venstre',
102
+ alignRightLabel: 'Juster til høyre'
103
+ },
104
+ nl: {
105
+ alignCenterLabel: 'Centreer uitlijnen',
106
+ alignJustifyLabel: 'Uitlijnen Rechtvaardigen',
107
+ alignLeftLabel: 'Links uitlijnen',
108
+ alignRightLabel: 'Rechts uitlijnen'
109
+ },
110
+ pl: {
111
+ alignCenterLabel: 'Wyśrodkuj',
112
+ alignJustifyLabel: 'Wyjustuj wyrównanie',
113
+ alignLeftLabel: 'Wyrównaj do lewej',
114
+ alignRightLabel: 'Wyrównaj do prawej'
115
+ },
116
+ pt: {
117
+ alignCenterLabel: 'Alinhar ao Centro',
118
+ alignJustifyLabel: 'Alinhar Justificar',
119
+ alignLeftLabel: 'Alinhar à Esquerda',
120
+ alignRightLabel: 'Alinhar à Direita'
121
+ },
122
+ ro: {
123
+ alignCenterLabel: 'Aliniați Centrul',
124
+ alignJustifyLabel: 'Aliniaza Justifica',
125
+ alignLeftLabel: 'Aliniați la stânga',
126
+ alignRightLabel: 'Aliniați la dreapta'
127
+ },
128
+ rs: {
129
+ alignCenterLabel: 'Centriraj',
130
+ alignJustifyLabel: 'Poravnaj opravdaj',
131
+ alignLeftLabel: 'Poravnaj levo',
132
+ alignRightLabel: 'Poravnaj desno'
133
+ },
134
+ 'rs-latin': {
135
+ alignCenterLabel: 'Poravnaj centar',
136
+ alignJustifyLabel: 'Poravnaj opravdanje',
137
+ alignLeftLabel: 'Poravnaj levo',
138
+ alignRightLabel: 'Poravnaj desno'
139
+ },
140
+ ru: {
141
+ alignCenterLabel: 'Выровнять по центру',
142
+ alignJustifyLabel: 'Выровнять по ширине',
143
+ alignLeftLabel: 'Выровнять по левому краю',
144
+ alignRightLabel: 'Выровнять по правому краю'
145
+ },
146
+ sk: {
147
+ alignCenterLabel: 'Vycentrovať',
148
+ alignJustifyLabel: 'Zarovnať do bloku',
149
+ alignLeftLabel: 'Zarovnať doľava',
150
+ alignRightLabel: 'Zarovnať doprava'
151
+ },
152
+ sv: {
153
+ alignCenterLabel: 'Centrera',
154
+ alignJustifyLabel: 'Justera Justify',
155
+ alignLeftLabel: 'Justera till vänster',
156
+ alignRightLabel: 'Justera till höger'
157
+ },
158
+ th: {
159
+ alignCenterLabel: 'จัดแนวกึ่งกลาง',
160
+ alignJustifyLabel: 'จัดแนวตรง',
161
+ alignLeftLabel: 'จัดชิดซ้าย',
162
+ alignRightLabel: 'จัดชิดขวา'
163
+ },
164
+ tr: {
165
+ alignCenterLabel: 'Ortaya Hizala',
166
+ alignJustifyLabel: 'Hizala Yasla',
167
+ alignLeftLabel: 'Sola Hizala',
168
+ alignRightLabel: 'Sağa Hizala'
169
+ },
170
+ uk: {
171
+ alignCenterLabel: 'Вирівняти по центру',
172
+ alignJustifyLabel: 'Вирівняти за шириною',
173
+ alignLeftLabel: 'Вирівняти по лівому краю',
174
+ alignRightLabel: 'Вирівняти по правому краю'
175
+ },
176
+ vi: {
177
+ alignCenterLabel: 'Căn giữa',
178
+ alignJustifyLabel: 'Căn đều',
179
+ alignLeftLabel: 'Căn lề trái',
180
+ alignRightLabel: 'Căn phải'
181
+ },
182
+ zh: {
183
+ alignCenterLabel: '居中对齐',
184
+ alignJustifyLabel: '对齐调整',
185
+ alignLeftLabel: '向左对齐',
186
+ alignRightLabel: '向右对齐'
187
+ },
188
+ 'zh-TW': {
189
+ alignCenterLabel: '對齊中心',
190
+ alignJustifyLabel: '對齊並排列',
191
+ alignLeftLabel: '向左對齊',
192
+ alignRightLabel: '向右對齊'
193
+ }
194
+ };
195
+ //# sourceMappingURL=i18n.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.js","names":["i18n","ar","alignCenterLabel","alignJustifyLabel","alignLeftLabel","alignRightLabel","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"],"sources":["../../../../src/features/align/server/i18n.ts"],"sourcesContent":["import type { GenericLanguages } from '@payloadcms/translations'\n\nexport const i18n: Partial<GenericLanguages> = {\n ar: {\n alignCenterLabel: 'محاذاة في الوسط',\n alignJustifyLabel: 'محاذاة التبرير',\n alignLeftLabel: 'محاذاة إلى اليسار',\n alignRightLabel: 'محاذاة إلى اليمين',\n },\n az: {\n alignCenterLabel: 'Mərkəzə Düzəlt',\n alignJustifyLabel: 'Düzəldin Səsləndirin',\n alignLeftLabel: 'Sola Doğru Hizalama',\n alignRightLabel: 'Sağa Doğru Hizalama',\n },\n bg: {\n alignCenterLabel: 'Центрирай',\n alignJustifyLabel: 'Подравняване по двата края',\n alignLeftLabel: 'Подравняване отляво',\n alignRightLabel: 'Подравняване вдясно',\n },\n cs: {\n alignCenterLabel: 'Zarovnat na střed',\n alignJustifyLabel: 'Zarovnat do bloku',\n alignLeftLabel: 'Zarovnat vlevo',\n alignRightLabel: 'Zarovnat vpravo',\n },\n de: {\n alignCenterLabel: 'Zentrieren',\n alignJustifyLabel: 'Blocksatz',\n alignLeftLabel: 'Linksbündig',\n alignRightLabel: 'Rechtsbündig',\n },\n en: {\n alignCenterLabel: 'Align Center',\n alignJustifyLabel: 'Align Justify',\n alignLeftLabel: 'Align Left',\n alignRightLabel: 'Align Right',\n },\n es: {\n alignCenterLabel: 'Alinear al centro',\n alignJustifyLabel: 'Alinear Justificar',\n alignLeftLabel: 'Alinear a la izquierda',\n alignRightLabel: 'Alinear a la derecha',\n },\n fa: {\n alignCenterLabel: 'تراز در مرکز',\n alignJustifyLabel: 'تراز کردن از دو طرف',\n alignLeftLabel: 'چپ تراز',\n alignRightLabel: 'راست چین',\n },\n fr: {\n alignCenterLabel: 'Aligner au centre',\n alignJustifyLabel: 'Aligner Justifier',\n alignLeftLabel: 'Aligner à gauche',\n alignRightLabel: 'Aligner à droite',\n },\n he: {\n alignCenterLabel: 'ממורכז',\n alignJustifyLabel: 'יישור דו-צדדי',\n alignLeftLabel: 'הסב לשמאל',\n alignRightLabel: 'יישור לימין',\n },\n hr: {\n alignCenterLabel: 'Poravnaj središnje',\n alignJustifyLabel: 'Poravnaj opravdaj',\n alignLeftLabel: 'Poravnaj lijevo',\n alignRightLabel: 'Poravnaj desno',\n },\n hu: {\n alignCenterLabel: 'Középre igazítás',\n alignJustifyLabel: 'Igazítás Sorkizárás',\n alignLeftLabel: 'Igazítás balra',\n alignRightLabel: 'Igazítás jobbra',\n },\n it: {\n alignCenterLabel: 'Allinea al centro',\n alignJustifyLabel: 'Allinea Giustifica',\n alignLeftLabel: 'Allinea a sinistra',\n alignRightLabel: 'Allinea a destra',\n },\n ja: {\n alignCenterLabel: '中央揃え',\n alignJustifyLabel: '両端揃え',\n alignLeftLabel: '左揃え',\n alignRightLabel: '右揃え',\n },\n ko: {\n alignCenterLabel: '중앙 정렬',\n alignJustifyLabel: '정렬 맞춤',\n alignLeftLabel: '왼쪽 정렬',\n alignRightLabel: '오른쪽 정렬',\n },\n my: {\n alignCenterLabel: 'Pusat Selaras',\n alignJustifyLabel: 'Penjajaran Justify',\n alignLeftLabel: 'ဘယ်ဘက်ဦးတည်ခြင်း',\n alignRightLabel: 'Penjajaran Kanan',\n },\n nb: {\n alignCenterLabel: 'Sentrer tekst',\n alignJustifyLabel: 'Juster linje',\n alignLeftLabel: 'Juster til venstre',\n alignRightLabel: 'Juster til høyre',\n },\n nl: {\n alignCenterLabel: 'Centreer uitlijnen',\n alignJustifyLabel: 'Uitlijnen Rechtvaardigen',\n alignLeftLabel: 'Links uitlijnen',\n alignRightLabel: 'Rechts uitlijnen',\n },\n pl: {\n alignCenterLabel: 'Wyśrodkuj',\n alignJustifyLabel: 'Wyjustuj wyrównanie',\n alignLeftLabel: 'Wyrównaj do lewej',\n alignRightLabel: 'Wyrównaj do prawej',\n },\n pt: {\n alignCenterLabel: 'Alinhar ao Centro',\n alignJustifyLabel: 'Alinhar Justificar',\n alignLeftLabel: 'Alinhar à Esquerda',\n alignRightLabel: 'Alinhar à Direita',\n },\n ro: {\n alignCenterLabel: 'Aliniați Centrul',\n alignJustifyLabel: 'Aliniaza Justifica',\n alignLeftLabel: 'Aliniați la stânga',\n alignRightLabel: 'Aliniați la dreapta',\n },\n rs: {\n alignCenterLabel: 'Centriraj',\n alignJustifyLabel: 'Poravnaj opravdaj',\n alignLeftLabel: 'Poravnaj levo',\n alignRightLabel: 'Poravnaj desno',\n },\n 'rs-latin': {\n alignCenterLabel: 'Poravnaj centar',\n alignJustifyLabel: 'Poravnaj opravdanje',\n alignLeftLabel: 'Poravnaj levo',\n alignRightLabel: 'Poravnaj desno',\n },\n ru: {\n alignCenterLabel: 'Выровнять по центру',\n alignJustifyLabel: 'Выровнять по ширине',\n alignLeftLabel: 'Выровнять по левому краю',\n alignRightLabel: 'Выровнять по правому краю',\n },\n sk: {\n alignCenterLabel: 'Vycentrovať',\n alignJustifyLabel: 'Zarovnať do bloku',\n alignLeftLabel: 'Zarovnať doľava',\n alignRightLabel: 'Zarovnať doprava',\n },\n sv: {\n alignCenterLabel: 'Centrera',\n alignJustifyLabel: 'Justera Justify',\n alignLeftLabel: 'Justera till vänster',\n alignRightLabel: 'Justera till höger',\n },\n th: {\n alignCenterLabel: 'จัดแนวกึ่งกลาง',\n alignJustifyLabel: 'จัดแนวตรง',\n alignLeftLabel: 'จัดชิดซ้าย',\n alignRightLabel: 'จัดชิดขวา',\n },\n tr: {\n alignCenterLabel: 'Ortaya Hizala',\n alignJustifyLabel: 'Hizala Yasla',\n alignLeftLabel: 'Sola Hizala',\n alignRightLabel: 'Sağa Hizala',\n },\n uk: {\n alignCenterLabel: 'Вирівняти по центру',\n alignJustifyLabel: 'Вирівняти за шириною',\n alignLeftLabel: 'Вирівняти по лівому краю',\n alignRightLabel: 'Вирівняти по правому краю',\n },\n vi: {\n alignCenterLabel: 'Căn giữa',\n alignJustifyLabel: 'Căn đều',\n alignLeftLabel: 'Căn lề trái',\n alignRightLabel: 'Căn phải',\n },\n zh: {\n alignCenterLabel: '居中对齐',\n alignJustifyLabel: '对齐调整',\n alignLeftLabel: '向左对齐',\n alignRightLabel: '向右对齐',\n },\n 'zh-TW': {\n alignCenterLabel: '對齊中心',\n alignJustifyLabel: '對齊並排列',\n alignLeftLabel: '向左對齊',\n alignRightLabel: '向右對齊',\n },\n}\n"],"mappings":"AAEA,OAAO,MAAMA,IAAA,GAAkC;EAC7CC,EAAA,EAAI;IACFC,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAC,EAAA,EAAI;IACFJ,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAE,EAAA,EAAI;IACFL,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAG,EAAA,EAAI;IACFN,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAI,EAAA,EAAI;IACFP,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAK,EAAA,EAAI;IACFR,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAM,EAAA,EAAI;IACFT,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAO,EAAA,EAAI;IACFV,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAQ,EAAA,EAAI;IACFX,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAS,EAAA,EAAI;IACFZ,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAU,EAAA,EAAI;IACFb,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAW,EAAA,EAAI;IACFd,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAY,EAAA,EAAI;IACFf,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAa,EAAA,EAAI;IACFhB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAc,EAAA,EAAI;IACFjB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAe,EAAA,EAAI;IACFlB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAgB,EAAA,EAAI;IACFnB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAiB,EAAA,EAAI;IACFpB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAkB,EAAA,EAAI;IACFrB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAmB,EAAA,EAAI;IACFtB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAoB,EAAA,EAAI;IACFvB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAqB,EAAA,EAAI;IACFxB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACA,YAAY;IACVH,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAsB,EAAA,EAAI;IACFzB,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAuB,EAAA,EAAI;IACF1B,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAwB,EAAA,EAAI;IACF3B,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACAyB,EAAA,EAAI;IACF5B,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACA0B,EAAA,EAAI;IACF7B,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACA2B,EAAA,EAAI;IACF9B,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACA4B,EAAA,EAAI;IACF/B,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACA6B,EAAA,EAAI;IACFhC,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;EACA,SAAS;IACPH,gBAAA,EAAkB;IAClBC,iBAAA,EAAmB;IACnBC,cAAA,EAAgB;IAChBC,eAAA,EAAiB;EACnB;AACF","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export declare const AlignFeature: import("../../typesServer.js").FeatureProviderProviderServer<undefined, undefined, undefined>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/align/server/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,+FAMvB,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { createServerFeature } from '../../../utilities/createServerFeature.js';
2
+ import { i18n } from './i18n.js';
3
+ export const AlignFeature = createServerFeature({
4
+ feature: {
5
+ ClientFeature: '@payloadcms/richtext-lexical/client#AlignFeatureClient',
6
+ i18n
7
+ },
8
+ key: 'align'
9
+ });
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["createServerFeature","i18n","AlignFeature","feature","ClientFeature","key"],"sources":["../../../../src/features/align/server/index.ts"],"sourcesContent":["import { createServerFeature } from '../../../utilities/createServerFeature.js'\nimport { i18n } from './i18n.js'\n\nexport const AlignFeature = createServerFeature({\n feature: {\n ClientFeature: '@payloadcms/richtext-lexical/client#AlignFeatureClient',\n i18n,\n },\n key: 'align',\n})\n"],"mappings":"AAAA,SAASA,mBAAmB,QAAQ;AACpC,SAASC,IAAI,QAAQ;AAErB,OAAO,MAAMC,YAAA,GAAeF,mBAAA,CAAoB;EAC9CG,OAAA,EAAS;IACPC,aAAA,EAAe;IACfH;EACF;EACAI,GAAA,EAAK;AACP","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ export declare const BlockquoteFeatureClient: import("../../typesClient.js").FeatureProviderProviderClient<undefined, undefined>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/blockquote/client/index.tsx"],"names":[],"mappings":"AA4CA,eAAO,MAAM,uBAAuB,oFA8BlC,CAAA"}