@payloadcms/richtext-lexical 4.0.0-internal.38b7f1d → 4.0.0-internal.3aa3d85

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 (771) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cell/rscEntry.d.ts +1 -1
  3. package/dist/cell/rscEntry.d.ts.map +1 -1
  4. package/dist/cell/rscEntry.js +5 -5
  5. package/dist/cell/rscEntry.js.map +1 -1
  6. package/dist/exports/client/Field-XH5C4HFU.js +2 -0
  7. package/dist/exports/client/Field-XH5C4HFU.js.map +7 -0
  8. package/dist/exports/client/{RelationshipComponent-5RONAYJM.js → RelationshipComponent-YCPAKOL7.js} +2 -2
  9. package/dist/exports/client/RelationshipComponent-YCPAKOL7.js.map +7 -0
  10. package/dist/exports/client/bundled.css +1 -1
  11. package/dist/exports/client/chunk-5VIL27GI.js +2 -0
  12. package/dist/exports/client/chunk-5VIL27GI.js.map +7 -0
  13. package/dist/exports/client/chunk-ESITTE3C.js +2 -0
  14. package/dist/exports/client/chunk-ESITTE3C.js.map +7 -0
  15. package/dist/exports/client/{chunk-BZZVLW4U.js → chunk-RJ5MAOKZ.js} +1 -1
  16. package/dist/exports/client/chunk-RJ5MAOKZ.js.map +7 -0
  17. package/dist/exports/client/chunk-UD4DQ4AK.js +2 -0
  18. package/dist/exports/client/chunk-UD4DQ4AK.js.map +7 -0
  19. package/dist/exports/client/chunk-X3D4LZS7.js +2 -0
  20. package/dist/exports/client/chunk-X3D4LZS7.js.map +7 -0
  21. package/dist/exports/client/component-PHZQBOJE.js +2 -0
  22. package/dist/exports/client/component-PHZQBOJE.js.map +7 -0
  23. package/dist/exports/client/componentInline-H24N7GUG.js +2 -0
  24. package/dist/exports/client/index.d.ts +0 -1
  25. package/dist/exports/client/index.d.ts.map +1 -1
  26. package/dist/exports/client/index.js +20 -21
  27. package/dist/exports/client/index.js.map +4 -4
  28. package/dist/exports/react/index.d.ts +1 -1
  29. package/dist/exports/react/index.d.ts.map +1 -1
  30. package/dist/exports/react/index.js.map +1 -1
  31. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -1
  32. package/dist/features/blockquote/client/index.js +2 -2
  33. package/dist/features/blockquote/client/index.js.map +1 -1
  34. package/dist/features/blockquote/server/index.d.ts +1 -4
  35. package/dist/features/blockquote/server/index.d.ts.map +1 -1
  36. package/dist/features/blockquote/server/index.js +4 -2
  37. package/dist/features/blockquote/server/index.js.map +1 -1
  38. package/dist/features/blockquote/server/schema.d.ts +8 -0
  39. package/dist/features/blockquote/server/schema.d.ts.map +1 -0
  40. package/dist/features/blockquote/server/schema.js +15 -0
  41. package/dist/features/blockquote/server/schema.js.map +1 -0
  42. package/dist/features/blocks/client/component/index.css +2 -2
  43. package/dist/features/blocks/client/component/index.d.ts +3 -2
  44. package/dist/features/blocks/client/component/index.d.ts.map +1 -1
  45. package/dist/features/blocks/client/component/index.js +18 -10
  46. package/dist/features/blocks/client/component/index.js.map +1 -1
  47. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts.map +1 -1
  48. package/dist/features/blocks/client/componentInline/index.css +8 -8
  49. package/dist/features/blocks/client/componentInline/index.d.ts +3 -2
  50. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -1
  51. package/dist/features/blocks/client/componentInline/index.js +17 -9
  52. package/dist/features/blocks/client/componentInline/index.js.map +1 -1
  53. package/dist/features/blocks/client/index.d.ts.map +1 -1
  54. package/dist/features/blocks/client/index.js +4 -2
  55. package/dist/features/blocks/client/index.js.map +1 -1
  56. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.d.ts +1 -1
  57. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.d.ts.map +1 -1
  58. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.js +1 -1
  59. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.js.map +1 -1
  60. package/dist/features/blocks/client/markdown/getMarkdownToLexical.d.ts +1 -1
  61. package/dist/features/blocks/client/markdown/getMarkdownToLexical.d.ts.map +1 -1
  62. package/dist/features/blocks/client/markdown/getMarkdownToLexical.js +5 -2
  63. package/dist/features/blocks/client/markdown/getMarkdownToLexical.js.map +1 -1
  64. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts +1 -2
  65. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts.map +1 -1
  66. package/dist/features/blocks/client/markdown/markdownTransformer.js +4 -4
  67. package/dist/features/blocks/client/markdown/markdownTransformer.js.map +1 -1
  68. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +2 -2
  69. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -1
  70. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -1
  71. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +2 -2
  72. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -1
  73. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -1
  74. package/dist/features/blocks/client/plugin/index.d.ts +1 -1
  75. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -1
  76. package/dist/features/blocks/client/plugin/index.js.map +1 -1
  77. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts.map +1 -1
  78. package/dist/features/blocks/premade/CodeBlock/Component/Block.js +1 -0
  79. package/dist/features/blocks/premade/CodeBlock/Component/Block.js.map +1 -1
  80. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.css +1 -1
  81. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.css +2 -4
  82. package/dist/features/blocks/premade/CodeBlock/Component/index.css +5 -5
  83. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +1 -2
  84. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -1
  85. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -1
  86. package/dist/features/blocks/server/index.d.ts +1 -0
  87. package/dist/features/blocks/server/index.d.ts.map +1 -1
  88. package/dist/features/blocks/server/index.js +24 -72
  89. package/dist/features/blocks/server/index.js.map +1 -1
  90. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts +1 -1
  91. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts.map +1 -1
  92. package/dist/features/blocks/server/markdown/markdownTransformer.js +4 -4
  93. package/dist/features/blocks/server/markdown/markdownTransformer.js.map +1 -1
  94. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +1 -18
  95. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -1
  96. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -1
  97. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +2 -10
  98. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -1
  99. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -1
  100. package/dist/features/blocks/server/schema.d.ts +45 -0
  101. package/dist/features/blocks/server/schema.d.ts.map +1 -0
  102. package/dist/features/blocks/server/schema.js +140 -0
  103. package/dist/features/blocks/server/schema.js.map +1 -0
  104. package/dist/features/blocks/server/validate.d.ts +1 -2
  105. package/dist/features/blocks/server/validate.d.ts.map +1 -1
  106. package/dist/features/blocks/server/validate.js.map +1 -1
  107. package/dist/features/converters/htmlToLexical/index.d.ts +1 -1
  108. package/dist/features/converters/htmlToLexical/index.d.ts.map +1 -1
  109. package/dist/features/converters/htmlToLexical/index.js.map +1 -1
  110. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts +1 -1
  111. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts.map +1 -1
  112. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.js.map +1 -1
  113. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts +1 -1
  114. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts.map +1 -1
  115. package/dist/features/converters/lexicalToHtml/async/converters/heading.js.map +1 -1
  116. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts +1 -1
  117. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts.map +1 -1
  118. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.js.map +1 -1
  119. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts +1 -1
  120. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts.map +1 -1
  121. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.js.map +1 -1
  122. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts +1 -1
  123. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts.map +1 -1
  124. package/dist/features/converters/lexicalToHtml/async/converters/link.js.map +1 -1
  125. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts +1 -1
  126. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts.map +1 -1
  127. package/dist/features/converters/lexicalToHtml/async/converters/list.js.map +1 -1
  128. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts +1 -1
  129. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts.map +1 -1
  130. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.js.map +1 -1
  131. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts +1 -1
  132. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts.map +1 -1
  133. package/dist/features/converters/lexicalToHtml/async/converters/tab.js.map +1 -1
  134. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts +1 -1
  135. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts.map +1 -1
  136. package/dist/features/converters/lexicalToHtml/async/converters/table.js +1 -1
  137. package/dist/features/converters/lexicalToHtml/async/converters/table.js.map +1 -1
  138. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts +1 -1
  139. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts.map +1 -1
  140. package/dist/features/converters/lexicalToHtml/async/converters/text.js.map +1 -1
  141. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts +1 -1
  142. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts.map +1 -1
  143. package/dist/features/converters/lexicalToHtml/async/converters/upload.js.map +1 -1
  144. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts +1 -1
  145. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts.map +1 -1
  146. package/dist/features/converters/lexicalToHtml/async/defaultConverters.js.map +1 -1
  147. package/dist/features/converters/lexicalToHtml/async/types.d.ts +15 -16
  148. package/dist/features/converters/lexicalToHtml/async/types.d.ts.map +1 -1
  149. package/dist/features/converters/lexicalToHtml/async/types.js.map +1 -1
  150. package/dist/features/converters/lexicalToHtml/shared/cssColors.d.ts.map +1 -1
  151. package/dist/features/converters/lexicalToHtml/shared/findConverterForNode.js.map +1 -1
  152. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts +1 -1
  153. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts.map +1 -1
  154. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.js.map +1 -1
  155. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts +1 -1
  156. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts.map +1 -1
  157. package/dist/features/converters/lexicalToHtml/sync/converters/heading.js.map +1 -1
  158. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts +1 -1
  159. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts.map +1 -1
  160. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.js.map +1 -1
  161. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts +1 -1
  162. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts.map +1 -1
  163. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.js.map +1 -1
  164. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts +1 -1
  165. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts.map +1 -1
  166. package/dist/features/converters/lexicalToHtml/sync/converters/link.js.map +1 -1
  167. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts +1 -1
  168. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts.map +1 -1
  169. package/dist/features/converters/lexicalToHtml/sync/converters/list.js.map +1 -1
  170. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts +1 -1
  171. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts.map +1 -1
  172. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.js.map +1 -1
  173. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts +1 -1
  174. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts.map +1 -1
  175. package/dist/features/converters/lexicalToHtml/sync/converters/tab.js.map +1 -1
  176. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts +1 -1
  177. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts.map +1 -1
  178. package/dist/features/converters/lexicalToHtml/sync/converters/table.js +1 -1
  179. package/dist/features/converters/lexicalToHtml/sync/converters/table.js.map +1 -1
  180. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts +1 -1
  181. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts.map +1 -1
  182. package/dist/features/converters/lexicalToHtml/sync/converters/text.js.map +1 -1
  183. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts +1 -1
  184. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts.map +1 -1
  185. package/dist/features/converters/lexicalToHtml/sync/converters/upload.js.map +1 -1
  186. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts +1 -1
  187. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts.map +1 -1
  188. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.js.map +1 -1
  189. package/dist/features/converters/lexicalToHtml/sync/types.d.ts +15 -16
  190. package/dist/features/converters/lexicalToHtml/sync/types.d.ts.map +1 -1
  191. package/dist/features/converters/lexicalToHtml/sync/types.js.map +1 -1
  192. package/dist/features/converters/lexicalToJSX/Component/index.d.ts +6 -4
  193. package/dist/features/converters/lexicalToJSX/Component/index.d.ts.map +1 -1
  194. package/dist/features/converters/lexicalToJSX/Component/index.js +5 -4
  195. package/dist/features/converters/lexicalToJSX/Component/index.js.map +1 -1
  196. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts +1 -1
  197. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts.map +1 -1
  198. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js.map +1 -1
  199. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts +1 -1
  200. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts.map +1 -1
  201. package/dist/features/converters/lexicalToJSX/converter/converters/heading.js.map +1 -1
  202. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts +1 -1
  203. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts.map +1 -1
  204. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js.map +1 -1
  205. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts +1 -1
  206. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts.map +1 -1
  207. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js.map +1 -1
  208. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts +1 -1
  209. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts.map +1 -1
  210. package/dist/features/converters/lexicalToJSX/converter/converters/link.js.map +1 -1
  211. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts +1 -1
  212. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts.map +1 -1
  213. package/dist/features/converters/lexicalToJSX/converter/converters/list.js.map +1 -1
  214. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts +1 -1
  215. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts.map +1 -1
  216. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js.map +1 -1
  217. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts +1 -1
  218. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts.map +1 -1
  219. package/dist/features/converters/lexicalToJSX/converter/converters/tab.js.map +1 -1
  220. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts +1 -1
  221. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts.map +1 -1
  222. package/dist/features/converters/lexicalToJSX/converter/converters/table.js.map +1 -1
  223. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts +1 -1
  224. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts.map +1 -1
  225. package/dist/features/converters/lexicalToJSX/converter/converters/text.js.map +1 -1
  226. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts +1 -1
  227. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts.map +1 -1
  228. package/dist/features/converters/lexicalToJSX/converter/converters/upload.js.map +1 -1
  229. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts +1 -1
  230. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts.map +1 -1
  231. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.js.map +1 -1
  232. package/dist/features/converters/lexicalToJSX/converter/index.d.ts +1 -1
  233. package/dist/features/converters/lexicalToJSX/converter/index.d.ts.map +1 -1
  234. package/dist/features/converters/lexicalToJSX/converter/index.js.map +1 -1
  235. package/dist/features/converters/lexicalToJSX/converter/types.d.ts +13 -15
  236. package/dist/features/converters/lexicalToJSX/converter/types.d.ts.map +1 -1
  237. package/dist/features/converters/lexicalToJSX/converter/types.js.map +1 -1
  238. package/dist/features/converters/lexicalToMarkdown/index.d.ts.map +1 -1
  239. package/dist/features/converters/lexicalToMarkdown/index.js +1 -1
  240. package/dist/features/converters/lexicalToMarkdown/index.js.map +1 -1
  241. package/dist/features/converters/lexicalToPlaintext/convertLexicalToPlaintext.spec.js.map +1 -1
  242. package/dist/features/converters/lexicalToPlaintext/shared/findConverterForNode.js.map +1 -1
  243. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts +13 -15
  244. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts.map +1 -1
  245. package/dist/features/converters/lexicalToPlaintext/sync/types.js.map +1 -1
  246. package/dist/features/converters/markdownToLexical/index.d.ts +1 -1
  247. package/dist/features/converters/markdownToLexical/index.d.ts.map +1 -1
  248. package/dist/features/converters/markdownToLexical/index.js +5 -2
  249. package/dist/features/converters/markdownToLexical/index.js.map +1 -1
  250. package/dist/features/debug/jsxConverter/client/plugin/style.css +2 -2
  251. package/dist/features/experimental_table/client/index.js +2 -2
  252. package/dist/features/experimental_table/client/index.js.map +1 -1
  253. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.css +4 -4
  254. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.css +1 -1
  255. package/dist/features/experimental_table/markdownTransformer.d.ts +2 -2
  256. package/dist/features/experimental_table/markdownTransformer.d.ts.map +1 -1
  257. package/dist/features/experimental_table/markdownTransformer.js +6 -3
  258. package/dist/features/experimental_table/markdownTransformer.js.map +1 -1
  259. package/dist/features/experimental_table/server/index.d.ts +1 -6
  260. package/dist/features/experimental_table/server/index.d.ts.map +1 -1
  261. package/dist/features/experimental_table/server/index.js +6 -2
  262. package/dist/features/experimental_table/server/index.js.map +1 -1
  263. package/dist/features/experimental_table/server/schema.d.ts +27 -0
  264. package/dist/features/experimental_table/server/schema.d.ts.map +1 -0
  265. package/dist/features/experimental_table/server/schema.js +107 -0
  266. package/dist/features/experimental_table/server/schema.js.map +1 -0
  267. package/dist/features/format/bold/feature.client.js +1 -1
  268. package/dist/features/format/bold/feature.client.js.map +1 -1
  269. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  270. package/dist/features/format/bold/feature.server.js +1 -1
  271. package/dist/features/format/bold/feature.server.js.map +1 -1
  272. package/dist/features/format/inlineCode/feature.client.js +1 -1
  273. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  274. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  275. package/dist/features/format/inlineCode/feature.server.js +1 -1
  276. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  277. package/dist/features/format/italic/feature.client.js +1 -1
  278. package/dist/features/format/italic/feature.client.js.map +1 -1
  279. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  280. package/dist/features/format/italic/feature.server.js +1 -1
  281. package/dist/features/format/italic/feature.server.js.map +1 -1
  282. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  283. package/dist/features/format/strikethrough/feature.client.js +1 -1
  284. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  285. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  286. package/dist/features/format/strikethrough/feature.server.js +1 -1
  287. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  288. package/dist/features/heading/client/index.js +2 -2
  289. package/dist/features/heading/client/index.js.map +1 -1
  290. package/dist/features/heading/markdownTransformer.d.ts +2 -2
  291. package/dist/features/heading/markdownTransformer.d.ts.map +1 -1
  292. package/dist/features/heading/markdownTransformer.js +6 -19
  293. package/dist/features/heading/markdownTransformer.js.map +1 -1
  294. package/dist/features/heading/server/index.d.ts +2 -4
  295. package/dist/features/heading/server/index.d.ts.map +1 -1
  296. package/dist/features/heading/server/index.js +4 -2
  297. package/dist/features/heading/server/index.js.map +1 -1
  298. package/dist/features/heading/server/schema.d.ts +10 -0
  299. package/dist/features/heading/server/schema.d.ts.map +1 -0
  300. package/dist/features/heading/server/schema.js +37 -0
  301. package/dist/features/heading/server/schema.js.map +1 -0
  302. package/dist/features/horizontalRule/client/index.js +2 -2
  303. package/dist/features/horizontalRule/client/index.js.map +1 -1
  304. package/dist/features/horizontalRule/client/markdownTransformer.d.ts +2 -2
  305. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -1
  306. package/dist/features/horizontalRule/client/markdownTransformer.js +1 -1
  307. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -1
  308. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +1 -1
  309. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -1
  310. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -1
  311. package/dist/features/horizontalRule/client/plugin/index.css +2 -2
  312. package/dist/features/horizontalRule/server/index.d.ts +1 -0
  313. package/dist/features/horizontalRule/server/index.d.ts.map +1 -1
  314. package/dist/features/horizontalRule/server/index.js +4 -2
  315. package/dist/features/horizontalRule/server/index.js.map +1 -1
  316. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +2 -2
  317. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -1
  318. package/dist/features/horizontalRule/server/markdownTransformer.js +1 -1
  319. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -1
  320. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +1 -5
  321. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -1
  322. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -1
  323. package/dist/features/horizontalRule/server/schema.d.ts +7 -0
  324. package/dist/features/horizontalRule/server/schema.d.ts.map +1 -0
  325. package/dist/features/horizontalRule/server/schema.js +25 -0
  326. package/dist/features/horizontalRule/server/schema.js.map +1 -0
  327. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -1
  328. package/dist/features/link/client/index.d.ts.map +1 -1
  329. package/dist/features/link/client/index.js +2 -2
  330. package/dist/features/link/client/index.js.map +1 -1
  331. package/dist/features/link/client/plugins/autoLink/index.d.ts +1 -1
  332. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -1
  333. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -1
  334. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +3 -3
  335. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
  336. package/dist/features/link/client/plugins/floatingLinkEditor/index.css +7 -11
  337. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +1 -1
  338. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -1
  339. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -1
  340. package/dist/features/link/client/plugins/link/index.js.map +1 -1
  341. package/dist/features/link/markdownTransformer.d.ts +5 -5
  342. package/dist/features/link/markdownTransformer.d.ts.map +1 -1
  343. package/dist/features/link/markdownTransformer.js +2 -2
  344. package/dist/features/link/markdownTransformer.js.map +1 -1
  345. package/dist/features/link/markdownTransformer.spec.js +10 -10
  346. package/dist/features/link/markdownTransformer.spec.js.map +1 -1
  347. package/dist/features/link/nodes/AutoLinkNode.d.ts +3 -3
  348. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -1
  349. package/dist/features/link/nodes/AutoLinkNode.js +2 -1
  350. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  351. package/dist/features/link/nodes/LinkNode.d.ts +3 -3
  352. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  353. package/dist/features/link/nodes/LinkNode.js +2 -1
  354. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  355. package/dist/features/link/server/baseFields.d.ts.map +1 -1
  356. package/dist/features/link/server/baseFields.js.map +1 -1
  357. package/dist/features/link/server/graphQLPopulationPromise.d.ts +1 -1
  358. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -1
  359. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -1
  360. package/dist/features/link/server/index.d.ts +2 -1
  361. package/dist/features/link/server/index.d.ts.map +1 -1
  362. package/dist/features/link/server/index.js +5 -2
  363. package/dist/features/link/server/index.js.map +1 -1
  364. package/dist/features/link/server/schema.d.ts +32 -0
  365. package/dist/features/link/server/schema.d.ts.map +1 -0
  366. package/dist/features/link/server/schema.js +171 -0
  367. package/dist/features/link/server/schema.js.map +1 -0
  368. package/dist/features/link/server/validate.d.ts +1 -1
  369. package/dist/features/link/server/validate.d.ts.map +1 -1
  370. package/dist/features/link/server/validate.js.map +1 -1
  371. package/dist/features/lists/checklist/client/index.js +1 -1
  372. package/dist/features/lists/checklist/client/index.js.map +1 -1
  373. package/dist/features/lists/checklist/server/index.d.ts.map +1 -1
  374. package/dist/features/lists/checklist/server/index.js +4 -1
  375. package/dist/features/lists/checklist/server/index.js.map +1 -1
  376. package/dist/features/lists/orderedList/client/index.js +1 -1
  377. package/dist/features/lists/orderedList/client/index.js.map +1 -1
  378. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -1
  379. package/dist/features/lists/orderedList/server/index.js +4 -1
  380. package/dist/features/lists/orderedList/server/index.js.map +1 -1
  381. package/dist/features/lists/plugin/index.d.ts +0 -9
  382. package/dist/features/lists/plugin/index.d.ts.map +1 -1
  383. package/dist/features/lists/plugin/index.js.map +1 -1
  384. package/dist/features/lists/shared/schema.d.ts +18 -0
  385. package/dist/features/lists/shared/schema.d.ts.map +1 -0
  386. package/dist/features/lists/shared/schema.js +62 -0
  387. package/dist/features/lists/shared/schema.js.map +1 -0
  388. package/dist/features/lists/unorderedList/client/index.js +1 -1
  389. package/dist/features/lists/unorderedList/client/index.js.map +1 -1
  390. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -1
  391. package/dist/features/lists/unorderedList/server/index.js +4 -1
  392. package/dist/features/lists/unorderedList/server/index.js.map +1 -1
  393. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +1 -1
  394. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -1
  395. package/dist/features/relationship/client/components/RelationshipComponent.js +2 -2
  396. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -1
  397. package/dist/features/relationship/client/components/index.css +2 -2
  398. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -1
  399. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +1 -1
  400. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -1
  401. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -1
  402. package/dist/features/relationship/client/plugins/index.d.ts +1 -1
  403. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -1
  404. package/dist/features/relationship/client/plugins/index.js.map +1 -1
  405. package/dist/features/relationship/client/utils/useEnabledRelationships.d.ts.map +1 -1
  406. package/dist/features/relationship/client/utils/useEnabledRelationships.js +9 -40
  407. package/dist/features/relationship/client/utils/useEnabledRelationships.js.map +1 -1
  408. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +1 -1
  409. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -1
  410. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -1
  411. package/dist/features/relationship/server/index.d.ts +1 -0
  412. package/dist/features/relationship/server/index.d.ts.map +1 -1
  413. package/dist/features/relationship/server/index.js +2 -0
  414. package/dist/features/relationship/server/index.js.map +1 -1
  415. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +1 -10
  416. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -1
  417. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -1
  418. package/dist/features/relationship/server/schema.d.ts +28 -0
  419. package/dist/features/relationship/server/schema.d.ts.map +1 -0
  420. package/dist/features/relationship/server/schema.js +97 -0
  421. package/dist/features/relationship/server/schema.js.map +1 -0
  422. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.d.ts +23 -0
  423. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.d.ts.map +1 -0
  424. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.js +34 -0
  425. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.js.map +1 -0
  426. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -1
  427. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -1
  428. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -1
  429. package/dist/features/textState/feature.client.js +1 -1
  430. package/dist/features/textState/feature.client.js.map +1 -1
  431. package/dist/features/toolbars/fixed/client/Toolbar/index.css +2 -2
  432. package/dist/features/toolbars/inline/client/Toolbar/index.css +2 -13
  433. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  434. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  435. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +1 -2
  436. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  437. package/dist/features/toolbars/shared/ToolbarDropdown/index.css +8 -12
  438. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  439. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  440. package/dist/features/toolbars/shared/useToolbarStates.d.ts.map +1 -1
  441. package/dist/features/toolbars/shared/useToolbarStates.js +3 -1
  442. package/dist/features/toolbars/shared/useToolbarStates.js.map +1 -1
  443. package/dist/features/toolbars/types.d.ts +1 -1
  444. package/dist/features/toolbars/types.d.ts.map +1 -1
  445. package/dist/features/toolbars/types.js.map +1 -1
  446. package/dist/features/typesClient.d.ts +2 -2
  447. package/dist/features/typesClient.d.ts.map +1 -1
  448. package/dist/features/typesClient.js.map +1 -1
  449. package/dist/features/typesServer.d.ts +19 -42
  450. package/dist/features/typesServer.d.ts.map +1 -1
  451. package/dist/features/typesServer.js.map +1 -1
  452. package/dist/features/upload/client/component/index.css +22 -26
  453. package/dist/features/upload/client/component/index.d.ts +1 -1
  454. package/dist/features/upload/client/component/index.d.ts.map +1 -1
  455. package/dist/features/upload/client/component/index.js +4 -4
  456. package/dist/features/upload/client/component/index.js.map +1 -1
  457. package/dist/features/upload/client/drawer/index.d.ts.map +1 -1
  458. package/dist/features/upload/client/nodes/UploadNode.d.ts +1 -1
  459. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -1
  460. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -1
  461. package/dist/features/upload/client/plugin/index.d.ts +1 -1
  462. package/dist/features/upload/client/plugin/index.d.ts.map +1 -1
  463. package/dist/features/upload/client/plugin/index.js +5 -5
  464. package/dist/features/upload/client/plugin/index.js.map +1 -1
  465. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +1 -1
  466. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -1
  467. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -1
  468. package/dist/features/upload/server/index.d.ts +1 -0
  469. package/dist/features/upload/server/index.d.ts.map +1 -1
  470. package/dist/features/upload/server/index.js +5 -4
  471. package/dist/features/upload/server/index.js.map +1 -1
  472. package/dist/features/upload/server/markdownTransformer.d.ts +2 -2
  473. package/dist/features/upload/server/markdownTransformer.d.ts.map +1 -1
  474. package/dist/features/upload/server/markdownTransformer.js +1 -1
  475. package/dist/features/upload/server/markdownTransformer.js.map +1 -1
  476. package/dist/features/upload/server/nodes/UploadNode.d.ts +1 -55
  477. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -1
  478. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -1
  479. package/dist/features/upload/server/nodes/conversions.d.ts.map +1 -1
  480. package/dist/features/upload/server/nodes/conversions.js.map +1 -1
  481. package/dist/features/upload/server/schema.d.ts +52 -0
  482. package/dist/features/upload/server/schema.d.ts.map +1 -0
  483. package/dist/features/upload/server/schema.js +149 -0
  484. package/dist/features/upload/server/schema.js.map +1 -0
  485. package/dist/features/upload/server/validate.d.ts +1 -1
  486. package/dist/features/upload/server/validate.d.ts.map +1 -1
  487. package/dist/features/upload/server/validate.js.map +1 -1
  488. package/dist/field/Diff/converters/link.d.ts +1 -1
  489. package/dist/field/Diff/converters/link.d.ts.map +1 -1
  490. package/dist/field/Diff/converters/link.js.map +1 -1
  491. package/dist/field/Diff/converters/listitem/index.css +44 -8
  492. package/dist/field/Diff/converters/listitem/index.d.ts +1 -1
  493. package/dist/field/Diff/converters/listitem/index.d.ts.map +1 -1
  494. package/dist/field/Diff/converters/listitem/index.js.map +1 -1
  495. package/dist/field/Diff/converters/relationship/index.css +76 -36
  496. package/dist/field/Diff/converters/relationship/index.d.ts +1 -1
  497. package/dist/field/Diff/converters/relationship/index.d.ts.map +1 -1
  498. package/dist/field/Diff/converters/relationship/index.js +10 -28
  499. package/dist/field/Diff/converters/relationship/index.js.map +1 -1
  500. package/dist/field/Diff/converters/unknown/index.css +1 -1
  501. package/dist/field/Diff/converters/unknown/index.js.map +1 -1
  502. package/dist/field/Diff/converters/upload/index.css +106 -43
  503. package/dist/field/Diff/converters/upload/index.d.ts +1 -1
  504. package/dist/field/Diff/converters/upload/index.d.ts.map +1 -1
  505. package/dist/field/Diff/converters/upload/index.js +6 -2
  506. package/dist/field/Diff/converters/upload/index.js.map +1 -1
  507. package/dist/field/Diff/index.css +116 -61
  508. package/dist/field/Diff/index.js.map +1 -1
  509. package/dist/field/Field.d.ts +1 -1
  510. package/dist/field/Field.d.ts.map +1 -1
  511. package/dist/field/Field.js +4 -5
  512. package/dist/field/Field.js.map +1 -1
  513. package/dist/field/RenderLexical/index.d.ts +2 -2
  514. package/dist/field/RenderLexical/index.d.ts.map +1 -1
  515. package/dist/field/RenderLexical/index.js.map +1 -1
  516. package/dist/field/RichTextViewProvider.d.ts +1 -1
  517. package/dist/field/RichTextViewProvider.d.ts.map +1 -1
  518. package/dist/field/RichTextViewProvider.js.map +1 -1
  519. package/dist/field/ViewSelector.css +1 -1
  520. package/dist/field/bundled.css +1 -1
  521. package/dist/field/index.css +5 -5
  522. package/dist/field/index.d.ts +1 -1
  523. package/dist/field/index.d.ts.map +1 -1
  524. package/dist/field/index.js +1 -1
  525. package/dist/field/index.js.map +1 -1
  526. package/dist/field/rscEntry.d.ts +1 -1
  527. package/dist/field/rscEntry.d.ts.map +1 -1
  528. package/dist/field/rscEntry.js +2 -0
  529. package/dist/field/rscEntry.js.map +1 -1
  530. package/dist/hooks.d.ts +6 -0
  531. package/dist/hooks.d.ts.map +1 -0
  532. package/dist/hooks.js +548 -0
  533. package/dist/hooks.js.map +1 -0
  534. package/dist/index.d.ts +13 -10
  535. package/dist/index.d.ts.map +1 -1
  536. package/dist/index.js +12 -621
  537. package/dist/index.js.map +1 -1
  538. package/dist/lexical/LexicalEditor.css +2 -2
  539. package/dist/lexical/LexicalProvider.d.ts +1 -1
  540. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  541. package/dist/lexical/LexicalProvider.js.map +1 -1
  542. package/dist/lexical/config/client/EditorConfigProvider.d.ts +1 -1
  543. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  544. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  545. package/dist/lexical/config/client/loader.d.ts +1 -1
  546. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  547. package/dist/lexical/config/client/loader.js +5 -1
  548. package/dist/lexical/config/client/loader.js.map +1 -1
  549. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  550. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  551. package/dist/lexical/config/client/sanitize.js.map +1 -1
  552. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  553. package/dist/lexical/config/server/sanitize.js +9 -11
  554. package/dist/lexical/config/server/sanitize.js.map +1 -1
  555. package/dist/lexical/config/types.d.ts +1 -1
  556. package/dist/lexical/config/types.d.ts.map +1 -1
  557. package/dist/lexical/config/types.js.map +1 -1
  558. package/dist/lexical/nodes/index.d.ts +1 -1
  559. package/dist/lexical/nodes/index.d.ts.map +1 -1
  560. package/dist/lexical/nodes/index.js.map +1 -1
  561. package/dist/lexical/plugins/DecoratorPlugin/index.css +1 -1
  562. package/dist/lexical/plugins/DecoratorPlugin/index.js.map +1 -1
  563. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -1
  564. package/dist/lexical/plugins/MarkdownShortcut/index.js +1 -1
  565. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  566. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +1 -1
  567. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  568. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  569. package/dist/lexical/plugins/SlashMenu/index.css +1 -5
  570. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.css +1 -1
  571. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  572. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.css +3 -3
  573. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +1 -1
  574. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  575. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  576. package/dist/lexical/theme/EditorTheme.css +20 -21
  577. package/dist/lexical/ui/ContentEditable.css +5 -5
  578. package/dist/lexical/utils/markdown/convertFromMarkdownString.d.ts +17 -0
  579. package/dist/lexical/utils/markdown/convertFromMarkdownString.d.ts.map +1 -0
  580. package/dist/lexical/utils/markdown/convertFromMarkdownString.js +27 -0
  581. package/dist/lexical/utils/markdown/convertFromMarkdownString.js.map +1 -0
  582. package/dist/lexical/utils/markdown/convertFromMarkdownString.spec.js +88 -0
  583. package/dist/lexical/utils/markdown/convertFromMarkdownString.spec.js.map +1 -0
  584. package/dist/lexical/utils/markdown/createBlockNode.d.ts +1 -1
  585. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -1
  586. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  587. package/dist/lexical/utils/markdown/normalizeMarkdown.d.ts +25 -0
  588. package/dist/lexical/utils/markdown/normalizeMarkdown.d.ts.map +1 -0
  589. package/dist/lexical/utils/markdown/normalizeMarkdown.js +91 -0
  590. package/dist/lexical/utils/markdown/normalizeMarkdown.js.map +1 -0
  591. package/dist/lexical-proxy/@lexical-markdown.d.ts +1 -1
  592. package/dist/lexical-proxy/@lexical-markdown.d.ts.map +1 -1
  593. package/dist/lexical-proxy/@lexical-markdown.js +1 -1
  594. package/dist/lexical-proxy/@lexical-markdown.js.map +1 -1
  595. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  596. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  597. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  598. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -1
  599. package/dist/types/builtInNodes.d.ts +14 -0
  600. package/dist/types/builtInNodes.d.ts.map +1 -0
  601. package/dist/types/builtInNodes.js +203 -0
  602. package/dist/types/builtInNodes.js.map +1 -0
  603. package/dist/{types.d.ts → types/index.d.ts} +25 -26
  604. package/dist/types/index.d.ts.map +1 -0
  605. package/dist/types/index.js +2 -0
  606. package/dist/types/index.js.map +1 -0
  607. package/dist/types/jsonSchemaHelpers.d.ts +30 -0
  608. package/dist/types/jsonSchemaHelpers.d.ts.map +1 -0
  609. package/dist/types/jsonSchemaHelpers.js +58 -0
  610. package/dist/types/jsonSchemaHelpers.js.map +1 -0
  611. package/dist/types/nodeTypes.d.ts +128 -0
  612. package/dist/types/nodeTypes.d.ts.map +1 -0
  613. package/dist/types/nodeTypes.js +6 -0
  614. package/dist/types/nodeTypes.js.map +1 -0
  615. package/dist/types/schema.d.ts +6 -0
  616. package/dist/types/schema.d.ts.map +1 -0
  617. package/dist/types/schema.js +90 -0
  618. package/dist/types/schema.js.map +1 -0
  619. package/dist/utilities/applyBaseFilterToFields.d.ts.map +1 -1
  620. package/dist/utilities/applyBaseFilterToFields.js +1 -2
  621. package/dist/utilities/applyBaseFilterToFields.js.map +1 -1
  622. package/dist/utilities/buildEditorState.d.ts +18 -4
  623. package/dist/utilities/buildEditorState.d.ts.map +1 -1
  624. package/dist/utilities/buildEditorState.js +8 -0
  625. package/dist/utilities/buildEditorState.js.map +1 -1
  626. package/dist/utilities/buildInitialState.d.ts +2 -1
  627. package/dist/utilities/buildInitialState.d.ts.map +1 -1
  628. package/dist/utilities/buildInitialState.js.map +1 -1
  629. package/dist/utilities/createClientFeature.d.ts +1 -1
  630. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  631. package/dist/utilities/createClientFeature.js.map +1 -1
  632. package/dist/utilities/editorConfigFactory.d.ts +1 -1
  633. package/dist/utilities/editorConfigFactory.d.ts.map +1 -1
  634. package/dist/utilities/editorConfigFactory.js.map +1 -1
  635. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  636. package/dist/utilities/fieldsDrawer/Drawer.js +19 -10
  637. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  638. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -1
  639. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  640. package/dist/utilities/fieldsDrawer/DrawerContent.js +8 -7
  641. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  642. package/dist/utilities/fieldsDrawer/index.css +12 -0
  643. package/dist/utilities/fieldsDrawer/useDrawerSubmit.d.ts +29 -0
  644. package/dist/utilities/fieldsDrawer/useDrawerSubmit.d.ts.map +1 -0
  645. package/dist/utilities/fieldsDrawer/useDrawerSubmit.js +97 -0
  646. package/dist/utilities/fieldsDrawer/useDrawerSubmit.js.map +1 -0
  647. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -1
  648. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -1
  649. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -1
  650. package/dist/utilities/generateImportMap.d.ts +1 -1
  651. package/dist/utilities/generateImportMap.d.ts.map +1 -1
  652. package/dist/utilities/generateImportMap.js.map +1 -1
  653. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  654. package/dist/utilities/getDefaultSanitizedEditorConfig.d.ts.map +1 -1
  655. package/dist/utilities/initLexicalFeatures.d.ts +1 -1
  656. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -1
  657. package/dist/utilities/initLexicalFeatures.js.map +1 -1
  658. package/dist/utilities/recurseNodeTree.d.ts.map +1 -1
  659. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  660. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +1 -1
  661. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  662. package/dist/utilities/useLexicalFeature.d.ts.map +1 -1
  663. package/dist/validate/index.d.ts.map +1 -1
  664. package/package.json +29 -33
  665. package/dist/exports/client/Field-PJW7KUJG.js +0 -2
  666. package/dist/exports/client/Field-PJW7KUJG.js.map +0 -7
  667. package/dist/exports/client/RelationshipComponent-5RONAYJM.js.map +0 -7
  668. package/dist/exports/client/chunk-44G3K3W7.js +0 -2
  669. package/dist/exports/client/chunk-44G3K3W7.js.map +0 -7
  670. package/dist/exports/client/chunk-BZZVLW4U.js.map +0 -7
  671. package/dist/exports/client/chunk-FTT5KJ6W.js +0 -12
  672. package/dist/exports/client/chunk-FTT5KJ6W.js.map +0 -7
  673. package/dist/exports/client/chunk-INBEEENE.js +0 -2
  674. package/dist/exports/client/chunk-INBEEENE.js.map +0 -7
  675. package/dist/exports/client/chunk-QJ5EETIB.js +0 -2
  676. package/dist/exports/client/chunk-QJ5EETIB.js.map +0 -7
  677. package/dist/exports/client/component-53Y3RYR5.js +0 -2
  678. package/dist/exports/client/component-53Y3RYR5.js.map +0 -7
  679. package/dist/exports/client/componentInline-PM4PLNUK.js +0 -2
  680. package/dist/features/blockquote/markdownTransformer.d.ts +0 -3
  681. package/dist/features/blockquote/markdownTransformer.d.ts.map +0 -1
  682. package/dist/features/blockquote/markdownTransformer.js +0 -33
  683. package/dist/features/blockquote/markdownTransformer.js.map +0 -1
  684. package/dist/features/format/bold/markdownTransformers.d.ts +0 -6
  685. package/dist/features/format/bold/markdownTransformers.d.ts.map +0 -1
  686. package/dist/features/format/bold/markdownTransformers.js +0 -23
  687. package/dist/features/format/bold/markdownTransformers.js.map +0 -1
  688. package/dist/features/format/inlineCode/markdownTransformers.d.ts +0 -3
  689. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +0 -1
  690. package/dist/features/format/inlineCode/markdownTransformers.js +0 -6
  691. package/dist/features/format/inlineCode/markdownTransformers.js.map +0 -1
  692. package/dist/features/format/italic/markdownTransformers.d.ts +0 -4
  693. package/dist/features/format/italic/markdownTransformers.d.ts.map +0 -1
  694. package/dist/features/format/italic/markdownTransformers.js +0 -12
  695. package/dist/features/format/italic/markdownTransformers.js.map +0 -1
  696. package/dist/features/format/strikethrough/markdownTransformers.d.ts +0 -3
  697. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  698. package/dist/features/format/strikethrough/markdownTransformers.js +0 -6
  699. package/dist/features/format/strikethrough/markdownTransformers.js.map +0 -1
  700. package/dist/features/link/nodes/types.d.ts +0 -27
  701. package/dist/features/link/nodes/types.d.ts.map +0 -1
  702. package/dist/features/link/nodes/types.js +0 -2
  703. package/dist/features/link/nodes/types.js.map +0 -1
  704. package/dist/features/lists/checklist/markdownTransformers.d.ts +0 -3
  705. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  706. package/dist/features/lists/checklist/markdownTransformers.js +0 -12
  707. package/dist/features/lists/checklist/markdownTransformers.js.map +0 -1
  708. package/dist/features/lists/orderedList/markdownTransformer.d.ts +0 -3
  709. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +0 -1
  710. package/dist/features/lists/orderedList/markdownTransformer.js +0 -12
  711. package/dist/features/lists/orderedList/markdownTransformer.js.map +0 -1
  712. package/dist/features/lists/shared/markdown.d.ts +0 -6
  713. package/dist/features/lists/shared/markdown.d.ts.map +0 -1
  714. package/dist/features/lists/shared/markdown.js +0 -57
  715. package/dist/features/lists/shared/markdown.js.map +0 -1
  716. package/dist/features/lists/unorderedList/markdownTransformer.d.ts +0 -3
  717. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +0 -1
  718. package/dist/features/lists/unorderedList/markdownTransformer.js +0 -12
  719. package/dist/features/lists/unorderedList/markdownTransformer.js.map +0 -1
  720. package/dist/lexical/utils/guard.d.ts +0 -5
  721. package/dist/lexical/utils/guard.d.ts.map +0 -1
  722. package/dist/lexical/utils/guard.js +0 -9
  723. package/dist/lexical/utils/guard.js.map +0 -1
  724. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts +0 -2
  725. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts.map +0 -1
  726. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js +0 -2
  727. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js.map +0 -1
  728. package/dist/nodeTypes.d.ts +0 -74
  729. package/dist/nodeTypes.d.ts.map +0 -1
  730. package/dist/nodeTypes.js +0 -5
  731. package/dist/nodeTypes.js.map +0 -1
  732. package/dist/packages/@lexical/markdown/MarkdownExport.d.ts +0 -14
  733. package/dist/packages/@lexical/markdown/MarkdownExport.d.ts.map +0 -1
  734. package/dist/packages/@lexical/markdown/MarkdownExport.js +0 -213
  735. package/dist/packages/@lexical/markdown/MarkdownExport.js.map +0 -1
  736. package/dist/packages/@lexical/markdown/MarkdownImport.d.ts +0 -19
  737. package/dist/packages/@lexical/markdown/MarkdownImport.d.ts.map +0 -1
  738. package/dist/packages/@lexical/markdown/MarkdownImport.js +0 -198
  739. package/dist/packages/@lexical/markdown/MarkdownImport.js.map +0 -1
  740. package/dist/packages/@lexical/markdown/MarkdownShortcuts.d.ts +0 -11
  741. package/dist/packages/@lexical/markdown/MarkdownShortcuts.d.ts.map +0 -1
  742. package/dist/packages/@lexical/markdown/MarkdownShortcuts.js +0 -304
  743. package/dist/packages/@lexical/markdown/MarkdownShortcuts.js.map +0 -1
  744. package/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts +0 -147
  745. package/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts.map +0 -1
  746. package/dist/packages/@lexical/markdown/MarkdownTransformers.js +0 -268
  747. package/dist/packages/@lexical/markdown/MarkdownTransformers.js.map +0 -1
  748. package/dist/packages/@lexical/markdown/importTextFormatTransformer.d.ts +0 -22
  749. package/dist/packages/@lexical/markdown/importTextFormatTransformer.d.ts.map +0 -1
  750. package/dist/packages/@lexical/markdown/importTextFormatTransformer.js +0 -91
  751. package/dist/packages/@lexical/markdown/importTextFormatTransformer.js.map +0 -1
  752. package/dist/packages/@lexical/markdown/importTextMatchTransformer.d.ts +0 -21
  753. package/dist/packages/@lexical/markdown/importTextMatchTransformer.d.ts.map +0 -1
  754. package/dist/packages/@lexical/markdown/importTextMatchTransformer.js +0 -54
  755. package/dist/packages/@lexical/markdown/importTextMatchTransformer.js.map +0 -1
  756. package/dist/packages/@lexical/markdown/importTextTransformers.d.ts +0 -18
  757. package/dist/packages/@lexical/markdown/importTextTransformers.d.ts.map +0 -1
  758. package/dist/packages/@lexical/markdown/importTextTransformers.js +0 -54
  759. package/dist/packages/@lexical/markdown/importTextTransformers.js.map +0 -1
  760. package/dist/packages/@lexical/markdown/index.d.ts +0 -29
  761. package/dist/packages/@lexical/markdown/index.d.ts.map +0 -1
  762. package/dist/packages/@lexical/markdown/index.js +0 -39
  763. package/dist/packages/@lexical/markdown/index.js.map +0 -1
  764. package/dist/packages/@lexical/markdown/utils.d.ts +0 -34
  765. package/dist/packages/@lexical/markdown/utils.d.ts.map +0 -1
  766. package/dist/packages/@lexical/markdown/utils.js +0 -267
  767. package/dist/packages/@lexical/markdown/utils.js.map +0 -1
  768. package/dist/types.d.ts.map +0 -1
  769. package/dist/types.js +0 -2
  770. package/dist/types.js.map +0 -1
  771. /package/dist/exports/client/{componentInline-PM4PLNUK.js.map → componentInline-H24N7GUG.js.map} +0 -0
@@ -6,7 +6,7 @@
6
6
  --lexical-h1-font-size: 2rem; /* 32px */
7
7
  --lexical-h1-letter-spacing: -0.544px;
8
8
  --lexical-h2-font-size: 1.5rem; /* 24px */
9
- --lexical-h2-letter-spacing: -0.408px;
9
+ --lexical-h2-letter-spacing: var(--text-heading-large-letter-spacing);
10
10
  --lexical-h2-line-height: 2rem; /* 32px */
11
11
  --lexical-h3-font-size: 1.25rem; /* 20px */
12
12
  --lexical-h3-letter-spacing: -0.34px;
@@ -131,8 +131,7 @@
131
131
  .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderline::after {
132
132
  content: '';
133
133
  position: absolute;
134
- left: 0;
135
- right: 0;
134
+ inset-inline: 0;
136
135
  bottom: 0.15em;
137
136
  border-bottom: 0.1em solid currentColor;
138
137
  }
@@ -140,8 +139,7 @@
140
139
  .LexicalEditorTheme__tabNode.LexicalEditorTheme__textStrikethrough::before {
141
140
  content: '';
142
141
  position: absolute;
143
- left: 0;
144
- right: 0;
142
+ inset-inline: 0;
145
143
  top: 0.69em;
146
144
  border-top: 0.1em solid currentColor;
147
145
  }
@@ -150,8 +148,7 @@
150
148
  .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderlineStrikethrough::after {
151
149
  content: '';
152
150
  position: absolute;
153
- left: 0;
154
- right: 0;
151
+ inset-inline: 0;
155
152
  }
156
153
 
157
154
  .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderlineStrikethrough::before {
@@ -201,7 +198,7 @@
201
198
  content: '';
202
199
  display: block;
203
200
  position: absolute;
204
- top: -2px;
201
+ top: calc(var(--stroke-width-medium) * -1);
205
202
  width: var(--spacer-3);
206
203
  border-top: var(--stroke-width-small) solid var(--color-text);
207
204
  animation: CursorBlink 1.1s steps(2, start) infinite;
@@ -263,7 +260,8 @@
263
260
  .LexicalEditorTheme__listItem {
264
261
  font-family: var(--text-body-large-font-family);
265
262
  font-size: var(--text-body-large-font-size);
266
- margin: 0 0 var(--spacer-3) var(--spacer-6);
263
+ margin-block-end: var(--spacer-3);
264
+ margin-inline-start: var(--spacer-6);
267
265
  }
268
266
 
269
267
  .LexicalEditorTheme__listItem[style*='text-align: center'],
@@ -280,24 +278,25 @@
280
278
  }
281
279
 
282
280
  .LexicalEditorTheme__listItem[dir='rtl'] {
283
- margin: 0 var(--spacer-6) 0.4em 0;
281
+ margin-block-end: 0.4em;
282
+ margin-inline-end: var(--spacer-6);
284
283
  }
285
284
 
286
285
  .LexicalEditorTheme__listItemChecked,
287
286
  .LexicalEditorTheme__listItemUnchecked {
288
287
  position: relative;
289
- padding-right: var(--spacer-4);
290
- margin-right: var(--spacer-3);
288
+ padding-inline-start: var(--spacer-4);
289
+ margin-inline-start: var(--spacer-3);
291
290
  list-style-type: none;
292
291
  outline: none;
293
292
  }
294
293
 
295
294
  .LexicalEditorTheme__listItemUnchecked[dir='rtl'],
296
295
  .LexicalEditorTheme__listItemChecked[dir='rtl'] {
297
- margin-left: 0;
298
- padding-left: 0;
299
- padding-right: var(--spacer-4);
300
- margin-right: var(--spacer-3);
296
+ margin-inline-start: 0;
297
+ padding-inline-start: 0;
298
+ padding-inline-end: var(--spacer-4);
299
+ margin-inline-end: var(--spacer-3);
301
300
  }
302
301
 
303
302
  .LexicalEditorTheme__listItemChecked {
@@ -310,7 +309,7 @@
310
309
  width: var(--spacer-3);
311
310
  height: var(--spacer-3);
312
311
  top: 0;
313
- left: 0;
312
+ inset-inline-start: 0;
314
313
  cursor: pointer;
315
314
  display: block;
316
315
  position: absolute;
@@ -320,18 +319,18 @@
320
319
 
321
320
  .LexicalEditorTheme__listItemUnchecked[dir='rtl']:before,
322
321
  .LexicalEditorTheme__listItemChecked[dir='rtl']:before {
323
- left: auto;
324
- right: 0;
322
+ inset-inline-start: auto;
323
+ inset-inline-end: 0;
325
324
  }
326
325
 
327
326
  .LexicalEditorTheme__listItemUnchecked:focus:before,
328
327
  .LexicalEditorTheme__listItemChecked:focus:before {
329
328
  outline: 0;
330
- box-shadow: 0 0 0 2px var(--color-border-selected);
329
+ box-shadow: 0 0 0 var(--stroke-width-medium) var(--color-border-selected);
331
330
  }
332
331
 
333
332
  .LexicalEditorTheme__listItemUnchecked:before {
334
- border: 1px solid var(--color-text);
333
+ border: var(--stroke-width-small) solid var(--color-text);
335
334
  background-color: var(--color-bg);
336
335
  }
337
336
 
@@ -7,8 +7,8 @@
7
7
  outline: 0;
8
8
  padding-top: var(--spacer-2);
9
9
  padding-bottom: var(--spacer-2);
10
- padding-left: 0;
11
- padding-right: 0;
10
+ padding-inline-start: 0;
11
+ padding-inline-end: 0;
12
12
 
13
13
  &:focus-visible {
14
14
  outline: none !important;
@@ -37,7 +37,7 @@
37
37
  > .editor-scroller
38
38
  > .editor
39
39
  > .ContentEditable__root::before {
40
- border-left: 2px solid var(--color-border-danger);
40
+ border-inline-start: var(--stroke-width-medium) solid var(--color-border-danger);
41
41
  }
42
42
  }
43
43
 
@@ -47,7 +47,7 @@
47
47
  > .editor-scroller
48
48
  > .editor
49
49
  > .ContentEditable__root::before {
50
- border-left: 2px solid var(--color-border-danger);
50
+ border-inline-start: var(--stroke-width-medium) solid var(--color-border-danger);
51
51
  }
52
52
  }
53
53
  }
@@ -72,7 +72,7 @@
72
72
  > .editor-scroller
73
73
  > .editor
74
74
  > .ContentEditable__root::before {
75
- border-left: 2px solid var(--color-border-danger);
75
+ border-inline-start: var(--stroke-width-medium) solid var(--color-border-danger);
76
76
  }
77
77
  }
78
78
  }
@@ -0,0 +1,17 @@
1
+ import type { Transformer } from '@lexical/markdown';
2
+ import type { ElementNode } from 'lexical';
3
+ /**
4
+ * Payload's markdown import. Wraps `@lexical/markdown`'s `$convertFromMarkdownString`
5
+ * with Payload's `normalizeMarkdown` preprocessing (nested code fences + table-row
6
+ * whitespace handling).
7
+ *
8
+ * TODO: Remove this wrapper and the `normalizeMarkdown` import once
9
+ * https://github.com/facebook/lexical/pull/8734 is merged and we upgrade to a
10
+ * release that includes it. At that point callers can use `@lexical/markdown`'s
11
+ * `$convertFromMarkdownString` directly.
12
+ *
13
+ * @param shouldPreserveNewLines By setting this to true, new lines will be preserved between conversions.
14
+ * @param shouldMergeAdjacentLines By setting this to true, adjacent non empty lines will be merged according to commonmark spec: https://spec.commonmark.org/0.24/#example-177. Not applicable if shouldPreserveNewLines = true.
15
+ */
16
+ export declare function $convertFromMarkdownString(markdown: string, transformers?: Array<Transformer>, node?: ElementNode, shouldPreserveNewLines?: boolean, shouldMergeAdjacentLines?: boolean): void;
17
+ //# sourceMappingURL=convertFromMarkdownString.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convertFromMarkdownString.d.ts","sourceRoot":"","sources":["../../../../src/lexical/utils/markdown/convertFromMarkdownString.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAU1C;;;;;;;;;;;;GAYG;AACH,wBAAgB,0BAA0B,CACxC,QAAQ,EAAE,MAAM,EAChB,YAAY,GAAE,KAAK,CAAC,WAAW,CAAgB,EAC/C,IAAI,CAAC,EAAE,WAAW,EAClB,sBAAsB,UAAQ,EAC9B,wBAAwB,UAAQ,GAC/B,IAAI,CASN"}
@@ -0,0 +1,27 @@
1
+ import { $convertFromMarkdownString as $convertFromMarkdownStringUpstream,
2
+ // eslint-disable-next-line payload/no-conflicting-lexical-markdown-imports -- this wrapper intentionally uses upstream's default transformer set
3
+ TRANSFORMERS } from '@lexical/markdown';
4
+ import { normalizeMarkdown } from './normalizeMarkdown.js';
5
+ /**
6
+ * Payload's markdown import. Wraps `@lexical/markdown`'s `$convertFromMarkdownString`
7
+ * with Payload's `normalizeMarkdown` preprocessing (nested code fences + table-row
8
+ * whitespace handling).
9
+ *
10
+ * TODO: Remove this wrapper and the `normalizeMarkdown` import once
11
+ * https://github.com/facebook/lexical/pull/8734 is merged and we upgrade to a
12
+ * release that includes it. At that point callers can use `@lexical/markdown`'s
13
+ * `$convertFromMarkdownString` directly.
14
+ *
15
+ * @param shouldPreserveNewLines By setting this to true, new lines will be preserved between conversions.
16
+ * @param shouldMergeAdjacentLines By setting this to true, adjacent non empty lines will be merged according to commonmark spec: https://spec.commonmark.org/0.24/#example-177. Not applicable if shouldPreserveNewLines = true.
17
+ */
18
+ export function $convertFromMarkdownString(markdown, transformers = TRANSFORMERS, node, shouldPreserveNewLines = false, shouldMergeAdjacentLines = false) {
19
+ if (shouldPreserveNewLines) {
20
+ return $convertFromMarkdownStringUpstream(markdown, transformers, node, true);
21
+ }
22
+ // Passing shouldMergeAdjacentLines = false to upstream stops it from
23
+ // re-normalizing markdown that normalizeMarkdown has already normalized.
24
+ const sanitizedMarkdown = normalizeMarkdown(markdown, shouldMergeAdjacentLines);
25
+ return $convertFromMarkdownStringUpstream(sanitizedMarkdown, transformers, node, false, false);
26
+ }
27
+ //# sourceMappingURL=convertFromMarkdownString.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convertFromMarkdownString.js","names":["$convertFromMarkdownString","$convertFromMarkdownStringUpstream","TRANSFORMERS","normalizeMarkdown","markdown","transformers","node","shouldPreserveNewLines","shouldMergeAdjacentLines","sanitizedMarkdown"],"sources":["../../../../src/lexical/utils/markdown/convertFromMarkdownString.ts"],"sourcesContent":["import type { Transformer } from '@lexical/markdown'\nimport type { ElementNode } from 'lexical'\n\nimport {\n $convertFromMarkdownString as $convertFromMarkdownStringUpstream,\n // eslint-disable-next-line payload/no-conflicting-lexical-markdown-imports -- this wrapper intentionally uses upstream's default transformer set\n TRANSFORMERS,\n} from '@lexical/markdown'\n\nimport { normalizeMarkdown } from './normalizeMarkdown.js'\n\n/**\n * Payload's markdown import. Wraps `@lexical/markdown`'s `$convertFromMarkdownString`\n * with Payload's `normalizeMarkdown` preprocessing (nested code fences + table-row\n * whitespace handling).\n *\n * TODO: Remove this wrapper and the `normalizeMarkdown` import once\n * https://github.com/facebook/lexical/pull/8734 is merged and we upgrade to a\n * release that includes it. At that point callers can use `@lexical/markdown`'s\n * `$convertFromMarkdownString` directly.\n *\n * @param shouldPreserveNewLines By setting this to true, new lines will be preserved between conversions.\n * @param shouldMergeAdjacentLines By setting this to true, adjacent non empty lines will be merged according to commonmark spec: https://spec.commonmark.org/0.24/#example-177. Not applicable if shouldPreserveNewLines = true.\n */\nexport function $convertFromMarkdownString(\n markdown: string,\n transformers: Array<Transformer> = TRANSFORMERS,\n node?: ElementNode,\n shouldPreserveNewLines = false,\n shouldMergeAdjacentLines = false,\n): void {\n if (shouldPreserveNewLines) {\n return $convertFromMarkdownStringUpstream(markdown, transformers, node, true)\n }\n\n // Passing shouldMergeAdjacentLines = false to upstream stops it from\n // re-normalizing markdown that normalizeMarkdown has already normalized.\n const sanitizedMarkdown = normalizeMarkdown(markdown, shouldMergeAdjacentLines)\n return $convertFromMarkdownStringUpstream(sanitizedMarkdown, transformers, node, false, false)\n}\n"],"mappings":"AAGA,SACEA,0BAAA,IAA8BC,kCAAkC;AAEhE;AAAAC,YAAY,QACP;AAEP,SAASC,iBAAiB,QAAQ;AAElC;;;;;;;;;;;;;AAaA,OAAO,SAASH,2BACdI,QAAgB,EAChBC,YAAA,GAAmCH,YAAY,EAC/CI,IAAkB,EAClBC,sBAAA,GAAyB,KAAK,EAC9BC,wBAAA,GAA2B,KAAK;EAEhC,IAAID,sBAAA,EAAwB;IAC1B,OAAON,kCAAA,CAAmCG,QAAA,EAAUC,YAAA,EAAcC,IAAA,EAAM;EAC1E;EAEA;EACA;EACA,MAAMG,iBAAA,GAAoBN,iBAAA,CAAkBC,QAAA,EAAUI,wBAAA;EACtD,OAAOP,kCAAA,CAAmCQ,iBAAA,EAAmBJ,YAAA,EAAcC,IAAA,EAAM,OAAO;AAC1F","ignoreList":[]}
@@ -0,0 +1,88 @@
1
+ import { createHeadlessEditor } from '@lexical/headless';
2
+ import { LinkNode } from '@lexical/link';
3
+ import { ListItemNode, ListNode } from '@lexical/list';
4
+ import { $convertToMarkdownString } from '@lexical/markdown';
5
+ import { HeadingNode, QuoteNode } from '@lexical/rich-text';
6
+ import { $getRoot, $isElementNode, $isLineBreakNode } from 'lexical';
7
+ import { describe, expect, it } from 'vitest';
8
+ import { $convertFromMarkdownString } from './convertFromMarkdownString.js';
9
+ function createEditor() {
10
+ return createHeadlessEditor({
11
+ nodes: [HeadingNode, QuoteNode, ListNode, ListItemNode, LinkNode]
12
+ });
13
+ }
14
+ // Payload's editor imports markdown with shouldMergeAdjacentLines = true, so the
15
+ // specs exercise that path: hard line breaks must survive even when adjacent lines
16
+ // are merged, while soft wraps collapse to a single space.
17
+ function importMarkdown(markdown) {
18
+ const editor = createEditor();
19
+ editor.update(() => $convertFromMarkdownString(markdown, undefined, undefined, false, true), {
20
+ discrete: true
21
+ });
22
+ let result = {
23
+ hasLineBreak: false,
24
+ textContent: ''
25
+ };
26
+ editor.getEditorState().read(() => {
27
+ const firstChild = $getRoot().getFirstChild();
28
+ if (!$isElementNode(firstChild)) {
29
+ throw new Error('Expected an element block');
30
+ }
31
+ result = {
32
+ hasLineBreak: firstChild.getChildren().some(child => $isLineBreakNode(child)),
33
+ textContent: firstChild.getTextContent()
34
+ };
35
+ });
36
+ return result;
37
+ }
38
+ function roundTrip(markdown) {
39
+ const editor = createEditor();
40
+ editor.update(() => $convertFromMarkdownString(markdown, undefined, undefined, false, true), {
41
+ discrete: true
42
+ });
43
+ let output = '';
44
+ editor.getEditorState().read(() => {
45
+ output = $convertToMarkdownString();
46
+ });
47
+ return output;
48
+ }
49
+ describe('markdown hard line break import', () => {
50
+ it('should import a trailing-space hard break as a line break node with the marker stripped', () => {
51
+ const {
52
+ hasLineBreak,
53
+ textContent
54
+ } = importMarkdown(['foo ', 'bar'].join('\n'));
55
+ expect(hasLineBreak).toBe(true);
56
+ expect(textContent).toBe('foo\nbar');
57
+ });
58
+ it('should import a backslash hard break as a line break node with the marker stripped', () => {
59
+ const {
60
+ hasLineBreak,
61
+ textContent
62
+ } = importMarkdown('foo\\\nbar');
63
+ expect(hasLineBreak).toBe(true);
64
+ expect(textContent).toBe('foo\nbar');
65
+ });
66
+ });
67
+ describe('markdown hard line break round trip', () => {
68
+ it('should round trip a trailing-space hard break', () => {
69
+ const md = ['foo ', 'bar'].join('\n');
70
+ expect(roundTrip(md)).toBe(md);
71
+ });
72
+ it('should round trip a backslash hard break', () => {
73
+ const md = 'foo\\\nbar';
74
+ expect(roundTrip(md)).toBe(md);
75
+ });
76
+ it('should not introduce a hard break for a soft wrap', () => {
77
+ expect(roundTrip(['foo', 'bar'].join('\n'))).toBe('foo bar');
78
+ });
79
+ it('should round trip a hard break after formatted text', () => {
80
+ const md = '**foo** \nbar';
81
+ expect(roundTrip(md)).toBe(md);
82
+ });
83
+ it('should round trip a hard break after a link', () => {
84
+ const md = '[foo](https://payloadcms.com) \nbar';
85
+ expect(roundTrip(md)).toBe(md);
86
+ });
87
+ });
88
+ //# sourceMappingURL=convertFromMarkdownString.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convertFromMarkdownString.spec.js","names":["createHeadlessEditor","LinkNode","ListItemNode","ListNode","$convertToMarkdownString","HeadingNode","QuoteNode","$getRoot","$isElementNode","$isLineBreakNode","describe","expect","it","$convertFromMarkdownString","createEditor","nodes","importMarkdown","markdown","editor","update","undefined","discrete","result","hasLineBreak","textContent","getEditorState","read","firstChild","getFirstChild","Error","getChildren","some","child","getTextContent","roundTrip","output","join","toBe","md"],"sources":["../../../../src/lexical/utils/markdown/convertFromMarkdownString.spec.ts"],"sourcesContent":["import { createHeadlessEditor } from '@lexical/headless'\nimport { LinkNode } from '@lexical/link'\nimport { ListItemNode, ListNode } from '@lexical/list'\nimport { $convertToMarkdownString } from '@lexical/markdown'\nimport { HeadingNode, QuoteNode } from '@lexical/rich-text'\nimport { $getRoot, $isElementNode, $isLineBreakNode } from 'lexical'\nimport { describe, expect, it } from 'vitest'\n\nimport { $convertFromMarkdownString } from './convertFromMarkdownString.js'\n\nfunction createEditor() {\n return createHeadlessEditor({\n nodes: [HeadingNode, QuoteNode, ListNode, ListItemNode, LinkNode],\n })\n}\n\n// Payload's editor imports markdown with shouldMergeAdjacentLines = true, so the\n// specs exercise that path: hard line breaks must survive even when adjacent lines\n// are merged, while soft wraps collapse to a single space.\nfunction importMarkdown(markdown: string): { hasLineBreak: boolean; textContent: string } {\n const editor = createEditor()\n editor.update(() => $convertFromMarkdownString(markdown, undefined, undefined, false, true), {\n discrete: true,\n })\n let result = { hasLineBreak: false, textContent: '' }\n editor.getEditorState().read(() => {\n const firstChild = $getRoot().getFirstChild()\n if (!$isElementNode(firstChild)) {\n throw new Error('Expected an element block')\n }\n result = {\n hasLineBreak: firstChild.getChildren().some((child) => $isLineBreakNode(child)),\n textContent: firstChild.getTextContent(),\n }\n })\n return result\n}\n\nfunction roundTrip(markdown: string): string {\n const editor = createEditor()\n editor.update(() => $convertFromMarkdownString(markdown, undefined, undefined, false, true), {\n discrete: true,\n })\n let output = ''\n editor.getEditorState().read(() => {\n output = $convertToMarkdownString()\n })\n return output\n}\n\ndescribe('markdown hard line break import', () => {\n it('should import a trailing-space hard break as a line break node with the marker stripped', () => {\n const { hasLineBreak, textContent } = importMarkdown(['foo ', 'bar'].join('\\n'))\n\n expect(hasLineBreak).toBe(true)\n expect(textContent).toBe('foo\\nbar')\n })\n\n it('should import a backslash hard break as a line break node with the marker stripped', () => {\n const { hasLineBreak, textContent } = importMarkdown('foo\\\\\\nbar')\n\n expect(hasLineBreak).toBe(true)\n expect(textContent).toBe('foo\\nbar')\n })\n})\n\ndescribe('markdown hard line break round trip', () => {\n it('should round trip a trailing-space hard break', () => {\n const md = ['foo ', 'bar'].join('\\n')\n expect(roundTrip(md)).toBe(md)\n })\n\n it('should round trip a backslash hard break', () => {\n const md = 'foo\\\\\\nbar'\n expect(roundTrip(md)).toBe(md)\n })\n\n it('should not introduce a hard break for a soft wrap', () => {\n expect(roundTrip(['foo', 'bar'].join('\\n'))).toBe('foo bar')\n })\n\n it('should round trip a hard break after formatted text', () => {\n const md = '**foo** \\nbar'\n expect(roundTrip(md)).toBe(md)\n })\n\n it('should round trip a hard break after a link', () => {\n const md = '[foo](https://payloadcms.com) \\nbar'\n expect(roundTrip(md)).toBe(md)\n })\n})\n"],"mappings":"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","ignoreList":[]}
@@ -1,4 +1,4 @@
1
+ import type { ElementTransformer } from '@lexical/markdown';
1
2
  import type { ElementNode } from 'lexical';
2
- import type { ElementTransformer } from '../../../packages/@lexical/markdown/MarkdownTransformers.js';
3
3
  export declare const createBlockNode: (createNode: (match: Array<string>) => ElementNode) => ElementTransformer["replace"];
4
4
  //# sourceMappingURL=createBlockNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createBlockNode.d.ts","sourceRoot":"","sources":["../../../../src/lexical/utils/markdown/createBlockNode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6DAA6D,CAAA;AAErG,eAAO,MAAM,eAAe,eACd,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,WAAW,KAChD,kBAAkB,CAAC,SAAS,CAS9B,CAAA"}
1
+ {"version":3,"file":"createBlockNode.d.ts","sourceRoot":"","sources":["../../../../src/lexical/utils/markdown/createBlockNode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,eAAe,GAC1B,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,WAAW,KAChD,kBAAkB,CAAC,SAAS,CAS9B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"createBlockNode.js","names":["createBlockNode","createNode","parentNode","children","match","node","append","replace","select"],"sources":["../../../../src/lexical/utils/markdown/createBlockNode.ts"],"sourcesContent":["import type { ElementNode } from 'lexical'\n\nimport type { ElementTransformer } from '../../../packages/@lexical/markdown/MarkdownTransformers.js'\n\nexport const createBlockNode = (\n createNode: (match: Array<string>) => ElementNode,\n): ElementTransformer['replace'] => {\n return (parentNode, children, match) => {\n const node = createNode(match)\n if (node) {\n node.append(...children)\n parentNode.replace(node)\n node.select(0, 0)\n }\n }\n}\n"],"mappings":"AAIA,OAAO,MAAMA,eAAA,GACXC,UAAA;EAEA,OAAO,CAACC,UAAA,EAAYC,QAAA,EAAUC,KAAA;IAC5B,MAAMC,IAAA,GAAOJ,UAAA,CAAWG,KAAA;IACxB,IAAIC,IAAA,EAAM;MACRA,IAAA,CAAKC,MAAM,IAAIH,QAAA;MACfD,UAAA,CAAWK,OAAO,CAACF,IAAA;MACnBA,IAAA,CAAKG,MAAM,CAAC,GAAG;IACjB;EACF;AACF","ignoreList":[]}
1
+ {"version":3,"file":"createBlockNode.js","names":["createBlockNode","createNode","parentNode","children","match","node","append","replace","select"],"sources":["../../../../src/lexical/utils/markdown/createBlockNode.ts"],"sourcesContent":["import type { ElementTransformer } from '@lexical/markdown'\nimport type { ElementNode } from 'lexical'\n\nexport const createBlockNode = (\n createNode: (match: Array<string>) => ElementNode,\n): ElementTransformer['replace'] => {\n return (parentNode, children, match) => {\n const node = createNode(match)\n if (node) {\n node.append(...children)\n parentNode.replace(node)\n node.select(0, 0)\n }\n }\n}\n"],"mappings":"AAGA,OAAO,MAAMA,eAAA,GACXC,UAAA;EAEA,OAAO,CAACC,UAAA,EAAYC,QAAA,EAAUC,KAAA;IAC5B,MAAMC,IAAA,GAAOJ,UAAA,CAAWG,KAAA;IACxB,IAAIC,IAAA,EAAM;MACRA,IAAA,CAAKC,MAAM,IAAIH,QAAA;MACfD,UAAA,CAAWK,OAAO,CAACF,IAAA;MACnBA,IAAA,CAAKG,MAAM,CAAC,GAAG;IACjB;EACF;AACF","ignoreList":[]}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Payload-specific markdown normalization, run by `$convertFromMarkdownString`
3
+ * before delegating the import to `@lexical/markdown`. Handles nested code
4
+ * fences and preserves table-row whitespace.
5
+ *
6
+ * TODO: Remove this file once https://github.com/facebook/lexical/pull/8734 is
7
+ * merged and we upgrade to a release that includes it. That PR fixes the nested
8
+ * code fence handling upstream, so `$convertFromMarkdownString` can call
9
+ * `@lexical/markdown` directly instead of pre-normalizing here.
10
+ */
11
+ /**
12
+ * Represents a CommonMark hard line break marker: either a trailing backslash
13
+ * or two-or-more trailing spaces.
14
+ *
15
+ * See https://spec.commonmark.org/0.31.2/#hard-line-breaks
16
+ */
17
+ export type MarkdownHardLineBreak = string;
18
+ /**
19
+ * Detects a CommonMark hard line break marker at the end of a raw line.
20
+ *
21
+ * @returns a tuple of `[textWithoutMarker, marker]` when a marker is found, otherwise null.
22
+ */
23
+ export declare function parseMarkdownHardLineBreak(line: string): [string, MarkdownHardLineBreak] | null;
24
+ export declare function normalizeMarkdown(input: string, shouldMergeAdjacentLines: boolean): string;
25
+ //# sourceMappingURL=normalizeMarkdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalizeMarkdown.d.ts","sourceRoot":"","sources":["../../../../src/lexical/utils/markdown/normalizeMarkdown.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAoBH;;;;;GAKG;AACH,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAA;AAE1C;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAAG,IAAI,CAO/F;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,wBAAwB,EAAE,OAAO,GAAG,MAAM,CAgF1F"}
@@ -0,0 +1,91 @@
1
+ /**
2
+ * Payload-specific markdown normalization, run by `$convertFromMarkdownString`
3
+ * before delegating the import to `@lexical/markdown`. Handles nested code
4
+ * fences and preserves table-row whitespace.
5
+ *
6
+ * TODO: Remove this file once https://github.com/facebook/lexical/pull/8734 is
7
+ * merged and we upgrade to a release that includes it. That PR fixes the nested
8
+ * code fence handling upstream, so `$convertFromMarkdownString` can call
9
+ * `@lexical/markdown` directly instead of pre-normalizing here.
10
+ */ // These regexes are only used with `.test()` here, so their capturing groups
11
+ // are unused in this module.
12
+ /* eslint-disable regexp/no-unused-capturing-group */const EMPTY_OR_WHITESPACE_ONLY = /^[\t ]*$/;
13
+ const ORDERED_LIST_REGEX = /^(\s*)(\d+)\.\s/;
14
+ const UNORDERED_LIST_REGEX = /^(\s*)[-*+]\s/;
15
+ const CHECK_LIST_REGEX = /^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i;
16
+ const HEADING_REGEX = /^(#{1,6})\s/;
17
+ const QUOTE_REGEX = /^>\s/;
18
+ const CODE_START_REGEX = /^[ \t]*(\\`\\`\\`|```)(\w+)?/;
19
+ const CODE_END_REGEX = /[ \t]*(\\`\\`\\`|```)$/;
20
+ const CODE_SINGLE_LINE_REGEX = /^[ \t]*```[^`]+(?:(?:`{1,2}|`{4,})[^`]+)*```(?:[^`]|$)/;
21
+ const TABLE_ROW_REG_EXP = /^\|(.+)\|\s?$/;
22
+ const TABLE_ROW_DIVIDER_REG_EXP = /^(\| ?:?-*:? ?)+\|\s?$/;
23
+ const TAG_START_REGEX = /^[ \t]*<[a-z_][\w-]*(?:\s[^<>]*)?\/?>/i;
24
+ const TAG_END_REGEX = /^[ \t]*<\/[a-z_][\w-]*\s*>/i;
25
+ /**
26
+ * Detects a CommonMark hard line break marker at the end of a raw line.
27
+ *
28
+ * @returns a tuple of `[textWithoutMarker, marker]` when a marker is found, otherwise null.
29
+ */
30
+ export function parseMarkdownHardLineBreak(line) {
31
+ if (line.endsWith('\\')) {
32
+ return [line.slice(0, -1), '\\'];
33
+ }
34
+ const spaces = line.match(/^(.*?\S)( {2,})$/);
35
+ return spaces ? [spaces[1], spaces[2]] : null;
36
+ }
37
+ export function normalizeMarkdown(input, shouldMergeAdjacentLines) {
38
+ const lines = input.split('\n');
39
+ let inCodeBlock = false;
40
+ const sanitizedLines = [];
41
+ let nestedDeepCodeBlock = 0;
42
+ for (let i = 0; i < lines.length; i++) {
43
+ const line = lines[i];
44
+ const lastLine = sanitizedLines[sanitizedLines.length - 1];
45
+ // A hard line break marker on the current line only matters if another line follows it.
46
+ const hardLineBreak = i < lines.length - 1 ? parseMarkdownHardLineBreak(line) : null;
47
+ const lastLineHasHardLineBreak = lastLine !== undefined && parseMarkdownHardLineBreak(lastLine) !== null;
48
+ // Code blocks of ```single line``` don't toggle the inCodeBlock flag
49
+ if (CODE_SINGLE_LINE_REGEX.test(line)) {
50
+ sanitizedLines.push(line);
51
+ continue;
52
+ }
53
+ if (CODE_END_REGEX.test(line)) {
54
+ if (nestedDeepCodeBlock === 0) {
55
+ inCodeBlock = true;
56
+ }
57
+ if (nestedDeepCodeBlock === 1) {
58
+ inCodeBlock = false;
59
+ }
60
+ if (nestedDeepCodeBlock > 0) {
61
+ nestedDeepCodeBlock--;
62
+ }
63
+ sanitizedLines.push(line);
64
+ continue;
65
+ }
66
+ // Toggle inCodeBlock state when encountering start or end of a code block
67
+ if (CODE_START_REGEX.test(line)) {
68
+ inCodeBlock = true;
69
+ nestedDeepCodeBlock++;
70
+ sanitizedLines.push(line);
71
+ continue;
72
+ }
73
+ // If we are inside a code block, keep the line unchanged
74
+ if (inCodeBlock) {
75
+ sanitizedLines.push(line);
76
+ continue;
77
+ }
78
+ // In markdown the concept of "empty paragraphs" does not exist.
79
+ // Blocks must be separated by an empty line. Non-empty adjacent lines must be merged.
80
+ if (EMPTY_OR_WHITESPACE_ONLY.test(line) || EMPTY_OR_WHITESPACE_ONLY.test(lastLine) || !lastLine || HEADING_REGEX.test(lastLine) || HEADING_REGEX.test(line) || QUOTE_REGEX.test(line) || ORDERED_LIST_REGEX.test(line) || UNORDERED_LIST_REGEX.test(line) || CHECK_LIST_REGEX.test(line) || TABLE_ROW_REG_EXP.test(line) || TABLE_ROW_DIVIDER_REG_EXP.test(line) ||
81
+ // Don't merge the next line into a line that ends with a hard line break marker.
82
+ lastLineHasHardLineBreak || !shouldMergeAdjacentLines || TAG_START_REGEX.test(line) || TAG_END_REGEX.test(line) || TAG_START_REGEX.test(lastLine) || TAG_END_REGEX.test(lastLine) || CODE_END_REGEX.test(lastLine)) {
83
+ sanitizedLines.push(line);
84
+ } else {
85
+ // Preserve a trailing hard line break marker on the merged line so it survives import.
86
+ sanitizedLines[sanitizedLines.length - 1] = lastLine + ' ' + (hardLineBreak === null ? line.trim() : line.trimStart());
87
+ }
88
+ }
89
+ return sanitizedLines.join('\n');
90
+ }
91
+ //# sourceMappingURL=normalizeMarkdown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalizeMarkdown.js","names":["EMPTY_OR_WHITESPACE_ONLY","ORDERED_LIST_REGEX","UNORDERED_LIST_REGEX","CHECK_LIST_REGEX","HEADING_REGEX","QUOTE_REGEX","CODE_START_REGEX","CODE_END_REGEX","CODE_SINGLE_LINE_REGEX","TABLE_ROW_REG_EXP","TABLE_ROW_DIVIDER_REG_EXP","TAG_START_REGEX","TAG_END_REGEX","parseMarkdownHardLineBreak","line","endsWith","slice","spaces","match","normalizeMarkdown","input","shouldMergeAdjacentLines","lines","split","inCodeBlock","sanitizedLines","nestedDeepCodeBlock","i","length","lastLine","hardLineBreak","lastLineHasHardLineBreak","undefined","test","push","trim","trimStart","join"],"sources":["../../../../src/lexical/utils/markdown/normalizeMarkdown.ts"],"sourcesContent":["/**\n * Payload-specific markdown normalization, run by `$convertFromMarkdownString`\n * before delegating the import to `@lexical/markdown`. Handles nested code\n * fences and preserves table-row whitespace.\n *\n * TODO: Remove this file once https://github.com/facebook/lexical/pull/8734 is\n * merged and we upgrade to a release that includes it. That PR fixes the nested\n * code fence handling upstream, so `$convertFromMarkdownString` can call\n * `@lexical/markdown` directly instead of pre-normalizing here.\n */\n\n// These regexes are only used with `.test()` here, so their capturing groups\n// are unused in this module.\n/* eslint-disable regexp/no-unused-capturing-group */\n\nconst EMPTY_OR_WHITESPACE_ONLY = /^[\\t ]*$/\nconst ORDERED_LIST_REGEX = /^(\\s*)(\\d+)\\.\\s/\nconst UNORDERED_LIST_REGEX = /^(\\s*)[-*+]\\s/\nconst CHECK_LIST_REGEX = /^(\\s*)(?:-\\s)?\\s?(\\[(\\s|x)?\\])\\s/i\nconst HEADING_REGEX = /^(#{1,6})\\s/\nconst QUOTE_REGEX = /^>\\s/\nconst CODE_START_REGEX = /^[ \\t]*(\\\\`\\\\`\\\\`|```)(\\w+)?/\nconst CODE_END_REGEX = /[ \\t]*(\\\\`\\\\`\\\\`|```)$/\nconst CODE_SINGLE_LINE_REGEX = /^[ \\t]*```[^`]+(?:(?:`{1,2}|`{4,})[^`]+)*```(?:[^`]|$)/\nconst TABLE_ROW_REG_EXP = /^\\|(.+)\\|\\s?$/\nconst TABLE_ROW_DIVIDER_REG_EXP = /^(\\| ?:?-*:? ?)+\\|\\s?$/\nconst TAG_START_REGEX = /^[ \\t]*<[a-z_][\\w-]*(?:\\s[^<>]*)?\\/?>/i\nconst TAG_END_REGEX = /^[ \\t]*<\\/[a-z_][\\w-]*\\s*>/i\n\n/**\n * Represents a CommonMark hard line break marker: either a trailing backslash\n * or two-or-more trailing spaces.\n *\n * See https://spec.commonmark.org/0.31.2/#hard-line-breaks\n */\nexport type MarkdownHardLineBreak = string\n\n/**\n * Detects a CommonMark hard line break marker at the end of a raw line.\n *\n * @returns a tuple of `[textWithoutMarker, marker]` when a marker is found, otherwise null.\n */\nexport function parseMarkdownHardLineBreak(line: string): [string, MarkdownHardLineBreak] | null {\n if (line.endsWith('\\\\')) {\n return [line.slice(0, -1), '\\\\']\n }\n\n const spaces = line.match(/^(.*?\\S)( {2,})$/)\n return spaces ? [spaces[1]!, spaces[2]!] : null\n}\n\nexport function normalizeMarkdown(input: string, shouldMergeAdjacentLines: boolean): string {\n const lines = input.split('\\n')\n let inCodeBlock = false\n const sanitizedLines: string[] = []\n let nestedDeepCodeBlock = 0\n\n for (let i = 0; i < lines.length; i++) {\n const line = lines[i]!\n const lastLine = sanitizedLines[sanitizedLines.length - 1]\n // A hard line break marker on the current line only matters if another line follows it.\n const hardLineBreak = i < lines.length - 1 ? parseMarkdownHardLineBreak(line) : null\n const lastLineHasHardLineBreak =\n lastLine !== undefined && parseMarkdownHardLineBreak(lastLine) !== null\n\n // Code blocks of ```single line``` don't toggle the inCodeBlock flag\n if (CODE_SINGLE_LINE_REGEX.test(line)) {\n sanitizedLines.push(line)\n continue\n }\n\n if (CODE_END_REGEX.test(line)) {\n if (nestedDeepCodeBlock === 0) {\n inCodeBlock = true\n }\n if (nestedDeepCodeBlock === 1) {\n inCodeBlock = false\n }\n if (nestedDeepCodeBlock > 0) {\n nestedDeepCodeBlock--\n }\n sanitizedLines.push(line)\n continue\n }\n\n // Toggle inCodeBlock state when encountering start or end of a code block\n if (CODE_START_REGEX.test(line)) {\n inCodeBlock = true\n nestedDeepCodeBlock++\n sanitizedLines.push(line)\n continue\n }\n\n // If we are inside a code block, keep the line unchanged\n if (inCodeBlock) {\n sanitizedLines.push(line)\n continue\n }\n\n // In markdown the concept of \"empty paragraphs\" does not exist.\n // Blocks must be separated by an empty line. Non-empty adjacent lines must be merged.\n if (\n EMPTY_OR_WHITESPACE_ONLY.test(line) ||\n EMPTY_OR_WHITESPACE_ONLY.test(lastLine!) ||\n !lastLine ||\n HEADING_REGEX.test(lastLine) ||\n HEADING_REGEX.test(line) ||\n QUOTE_REGEX.test(line) ||\n ORDERED_LIST_REGEX.test(line) ||\n UNORDERED_LIST_REGEX.test(line) ||\n CHECK_LIST_REGEX.test(line) ||\n TABLE_ROW_REG_EXP.test(line) ||\n TABLE_ROW_DIVIDER_REG_EXP.test(line) ||\n // Don't merge the next line into a line that ends with a hard line break marker.\n lastLineHasHardLineBreak ||\n !shouldMergeAdjacentLines ||\n TAG_START_REGEX.test(line) ||\n TAG_END_REGEX.test(line) ||\n TAG_START_REGEX.test(lastLine) ||\n TAG_END_REGEX.test(lastLine) ||\n CODE_END_REGEX.test(lastLine)\n ) {\n sanitizedLines.push(line)\n } else {\n // Preserve a trailing hard line break marker on the merged line so it survives import.\n sanitizedLines[sanitizedLines.length - 1] =\n lastLine + ' ' + (hardLineBreak === null ? line.trim() : line.trimStart())\n }\n }\n\n return sanitizedLines.join('\\n')\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export * from '../packages/@lexical/markdown/index.js';
1
+ export * from '@lexical/markdown';
2
2
  //# sourceMappingURL=@lexical-markdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"@lexical-markdown.d.ts","sourceRoot":"","sources":["../../src/lexical-proxy/@lexical-markdown.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAA"}
1
+ {"version":3,"file":"@lexical-markdown.d.ts","sourceRoot":"","sources":["../../src/lexical-proxy/@lexical-markdown.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -1,2 +1,2 @@
1
- export * from '../packages/@lexical/markdown/index.js';
1
+ export * from '@lexical/markdown';
2
2
  //# sourceMappingURL=@lexical-markdown.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"@lexical-markdown.js","names":[],"sources":["../../src/lexical-proxy/@lexical-markdown.ts"],"sourcesContent":["export * from '../packages/@lexical/markdown/index.js'\n"],"mappings":"AAAA,cAAc","ignoreList":[]}
1
+ {"version":3,"file":"@lexical-markdown.js","names":[],"sources":["../../src/lexical-proxy/@lexical-markdown.ts"],"sourcesContent":["export * from '@lexical/markdown'\n"],"mappings":"AAAA,cAAc","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  import type { SerializedEditorState } from 'lexical';
2
2
  import type { RichTextAdapter } from 'payload';
3
3
  import type { PopulationPromise } from '../features/typesServer.js';
4
- import type { AdapterProps } from '../types.js';
4
+ import type { AdapterProps } from '../types/index.js';
5
5
  export type Args = {
6
6
  editorPopulationPromises: Map<string, Array<PopulationPromise>>;
7
7
  parentIsLocalized: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"populateLexicalPopulationPromises.d.ts","sourceRoot":"","sources":["../../src/populateGraphQL/populateLexicalPopulationPromises.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAI/C,MAAM,MAAM,IAAI,GAAG;IACjB,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAA;IAC/D,iBAAiB,EAAE,OAAO,CAAA;CAC3B,GAAG,UAAU,CACZ,WAAW,CAAC,eAAe,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC,2BAA2B,CAAC,CAAC,CAC/F,CAAC,CAAC,CAAC,CAAA;AAEJ;;GAEG;AACH,eAAO,MAAM,iCAAiC,iNAgB3C,IAAI,SAoCN,CAAA"}
1
+ {"version":3,"file":"populateLexicalPopulationPromises.d.ts","sourceRoot":"","sources":["../../src/populateGraphQL/populateLexicalPopulationPromises.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAIrD,MAAM,MAAM,IAAI,GAAG;IACjB,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAA;IAC/D,iBAAiB,EAAE,OAAO,CAAA;CAC3B,GAAG,UAAU,CACZ,WAAW,CAAC,eAAe,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC,2BAA2B,CAAC,CAAC,CAC/F,CAAC,CAAC,CAAC,CAAA;AAEJ;;GAEG;AACH,eAAO,MAAM,iCAAiC,GAAI,8MAgB/C,IAAI,SAoCN,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"populateLexicalPopulationPromises.js","names":["recurseNodes","populateLexicalPopulationPromises","context","currentDepth","depth","draft","editorPopulationPromises","field","fieldPromises","findMany","flattenLocales","overrideAccess","parentIsLocalized","populationPromises","req","showHiddenFields","siblingDoc","shouldPopulate","callback","node","editorPopulationPromisesOfNodeType","get","type","promise","nodes","name","root","children"],"sources":["../../src/populateGraphQL/populateLexicalPopulationPromises.ts"],"sourcesContent":["import type { SerializedEditorState } from 'lexical'\nimport type { RichTextAdapter } from 'payload'\n\nimport type { PopulationPromise } from '../features/typesServer.js'\nimport type { AdapterProps } from '../types.js'\n\nimport { recurseNodes } from '../utilities/forEachNodeRecursively.js'\n\nexport type Args = {\n editorPopulationPromises: Map<string, Array<PopulationPromise>>\n parentIsLocalized: boolean\n} & Parameters<\n NonNullable<RichTextAdapter<SerializedEditorState, AdapterProps>['graphQLPopulationPromises']>\n>[0]\n\n/**\n * Appends all new populationPromises to the populationPromises prop\n */\nexport const populateLexicalPopulationPromises = ({\n context,\n currentDepth,\n depth,\n draft,\n editorPopulationPromises,\n field,\n fieldPromises,\n findMany,\n flattenLocales,\n overrideAccess,\n parentIsLocalized,\n populationPromises,\n req,\n showHiddenFields,\n siblingDoc,\n}: Args) => {\n const shouldPopulate = depth && currentDepth! <= depth\n\n if (!shouldPopulate) {\n return\n }\n\n recurseNodes({\n callback: (node) => {\n const editorPopulationPromisesOfNodeType = editorPopulationPromises?.get(node.type)\n if (editorPopulationPromisesOfNodeType) {\n for (const promise of editorPopulationPromisesOfNodeType) {\n promise({\n context,\n currentDepth: currentDepth!,\n depth,\n draft,\n editorPopulationPromises,\n field,\n fieldPromises,\n findMany,\n flattenLocales,\n node,\n overrideAccess: overrideAccess!,\n parentIsLocalized,\n populationPromises,\n req,\n showHiddenFields,\n siblingDoc,\n })\n }\n }\n },\n\n nodes: (siblingDoc[field?.name] as SerializedEditorState)?.root?.children ?? [],\n })\n}\n"],"mappings":"AAMA,SAASA,YAAY,QAAQ;AAS7B;;;AAGA,OAAO,MAAMC,iCAAA,GAAoCA,CAAC;EAChDC,OAAO;EACPC,YAAY;EACZC,KAAK;EACLC,KAAK;EACLC,wBAAwB;EACxBC,KAAK;EACLC,aAAa;EACbC,QAAQ;EACRC,cAAc;EACdC,cAAc;EACdC,iBAAiB;EACjBC,kBAAkB;EAClBC,GAAG;EACHC,gBAAgB;EAChBC;AAAU,CACL;EACL,MAAMC,cAAA,GAAiBb,KAAA,IAASD,YAAA,IAAiBC,KAAA;EAEjD,IAAI,CAACa,cAAA,EAAgB;IACnB;EACF;EAEAjB,YAAA,CAAa;IACXkB,QAAA,EAAWC,IAAA;MACT,MAAMC,kCAAA,GAAqCd,wBAAA,EAA0Be,GAAA,CAAIF,IAAA,CAAKG,IAAI;MAClF,IAAIF,kCAAA,EAAoC;QACtC,KAAK,MAAMG,OAAA,IAAWH,kCAAA,EAAoC;UACxDG,OAAA,CAAQ;YACNrB,OAAA;YACAC,YAAA,EAAcA,YAAA;YACdC,KAAA;YACAC,KAAA;YACAC,wBAAA;YACAC,KAAA;YACAC,aAAA;YACAC,QAAA;YACAC,cAAA;YACAS,IAAA;YACAR,cAAA,EAAgBA,cAAA;YAChBC,iBAAA;YACAC,kBAAA;YACAC,GAAA;YACAC,gBAAA;YACAC;UACF;QACF;MACF;IACF;IAEAQ,KAAA,EAAOR,UAAW,CAACT,KAAA,EAAOkB,IAAA,CAAK,EAA4BC,IAAA,EAAMC,QAAA,IAAY;EAC/E;AACF","ignoreList":[]}
1
+ {"version":3,"file":"populateLexicalPopulationPromises.js","names":["recurseNodes","populateLexicalPopulationPromises","context","currentDepth","depth","draft","editorPopulationPromises","field","fieldPromises","findMany","flattenLocales","overrideAccess","parentIsLocalized","populationPromises","req","showHiddenFields","siblingDoc","shouldPopulate","callback","node","editorPopulationPromisesOfNodeType","get","type","promise","nodes","name","root","children"],"sources":["../../src/populateGraphQL/populateLexicalPopulationPromises.ts"],"sourcesContent":["import type { SerializedEditorState } from 'lexical'\nimport type { RichTextAdapter } from 'payload'\n\nimport type { PopulationPromise } from '../features/typesServer.js'\nimport type { AdapterProps } from '../types/index.js'\n\nimport { recurseNodes } from '../utilities/forEachNodeRecursively.js'\n\nexport type Args = {\n editorPopulationPromises: Map<string, Array<PopulationPromise>>\n parentIsLocalized: boolean\n} & Parameters<\n NonNullable<RichTextAdapter<SerializedEditorState, AdapterProps>['graphQLPopulationPromises']>\n>[0]\n\n/**\n * Appends all new populationPromises to the populationPromises prop\n */\nexport const populateLexicalPopulationPromises = ({\n context,\n currentDepth,\n depth,\n draft,\n editorPopulationPromises,\n field,\n fieldPromises,\n findMany,\n flattenLocales,\n overrideAccess,\n parentIsLocalized,\n populationPromises,\n req,\n showHiddenFields,\n siblingDoc,\n}: Args) => {\n const shouldPopulate = depth && currentDepth! <= depth\n\n if (!shouldPopulate) {\n return\n }\n\n recurseNodes({\n callback: (node) => {\n const editorPopulationPromisesOfNodeType = editorPopulationPromises?.get(node.type)\n if (editorPopulationPromisesOfNodeType) {\n for (const promise of editorPopulationPromisesOfNodeType) {\n promise({\n context,\n currentDepth: currentDepth!,\n depth,\n draft,\n editorPopulationPromises,\n field,\n fieldPromises,\n findMany,\n flattenLocales,\n node,\n overrideAccess: overrideAccess!,\n parentIsLocalized,\n populationPromises,\n req,\n showHiddenFields,\n siblingDoc,\n })\n }\n }\n },\n\n nodes: (siblingDoc[field?.name] as SerializedEditorState)?.root?.children ?? [],\n })\n}\n"],"mappings":"AAMA,SAASA,YAAY,QAAQ;AAS7B;;;AAGA,OAAO,MAAMC,iCAAA,GAAoCA,CAAC;EAChDC,OAAO;EACPC,YAAY;EACZC,KAAK;EACLC,KAAK;EACLC,wBAAwB;EACxBC,KAAK;EACLC,aAAa;EACbC,QAAQ;EACRC,cAAc;EACdC,cAAc;EACdC,iBAAiB;EACjBC,kBAAkB;EAClBC,GAAG;EACHC,gBAAgB;EAChBC;AAAU,CACL;EACL,MAAMC,cAAA,GAAiBb,KAAA,IAASD,YAAA,IAAiBC,KAAA;EAEjD,IAAI,CAACa,cAAA,EAAgB;IACnB;EACF;EAEAjB,YAAA,CAAa;IACXkB,QAAA,EAAWC,IAAA;MACT,MAAMC,kCAAA,GAAqCd,wBAAA,EAA0Be,GAAA,CAAIF,IAAA,CAAKG,IAAI;MAClF,IAAIF,kCAAA,EAAoC;QACtC,KAAK,MAAMG,OAAA,IAAWH,kCAAA,EAAoC;UACxDG,OAAA,CAAQ;YACNrB,OAAA;YACAC,YAAA,EAAcA,YAAA;YACdC,KAAA;YACAC,KAAA;YACAC,wBAAA;YACAC,KAAA;YACAC,aAAA;YACAC,QAAA;YACAC,cAAA;YACAS,IAAA;YACAR,cAAA,EAAgBA,cAAA;YAChBC,iBAAA;YACAC,kBAAA;YACAC,GAAA;YACAC,gBAAA;YACAC;UACF;QACF;MACF;IACF;IAEAQ,KAAA,EAAOR,UAAW,CAACT,KAAA,EAAOkB,IAAA,CAAK,EAA4BC,IAAA,EAAMC,QAAA,IAAY;EAC/E;AACF","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"recursivelyPopulateFieldsForGraphQL.d.ts","sourceRoot":"","sources":["../../src/populateGraphQL/recursivelyPopulateFieldsForGraphQL.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAIhF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAEnE,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,cAAc,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd;;OAEG;IACH,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAA;IAC/D;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IAC9B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,QAAQ,EAAE,OAAO,CAAA;IACjB,cAAc,EAAE,OAAO,CAAA;IACvB,cAAc,EAAE,OAAO,CAAA;IACvB,iBAAiB,EAAE,OAAO,CAAA;IAC1B,kBAAkB,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IACnC,GAAG,EAAE,cAAc,CAAA;IACnB,gBAAgB,EAAE,OAAO,CAAA;IACzB,UAAU,EAAE,UAAU,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,mCAAmC,8LAgB7C,wBAAwB,KAAG,IA0B7B,CAAA"}
1
+ {"version":3,"file":"recursivelyPopulateFieldsForGraphQL.d.ts","sourceRoot":"","sources":["../../src/populateGraphQL/recursivelyPopulateFieldsForGraphQL.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAIhF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAEnE,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,cAAc,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd;;OAEG;IACH,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAA;IAC/D;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IAC9B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,QAAQ,EAAE,OAAO,CAAA;IACjB,cAAc,EAAE,OAAO,CAAA;IACvB,cAAc,EAAE,OAAO,CAAA;IACvB,iBAAiB,EAAE,OAAO,CAAA;IAC1B,kBAAkB,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IACnC,GAAG,EAAE,cAAc,CAAA;IACnB,gBAAgB,EAAE,OAAO,CAAA;IACzB,UAAU,EAAE,UAAU,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,mCAAmC,GAAI,2LAgBjD,wBAAwB,KAAG,IA0B7B,CAAA"}
@@ -0,0 +1,14 @@
1
+ import type { JSONSchemaFn } from '../features/typesServer.js';
2
+ /**
3
+ * Cross-cutting Lexical types shared by every element node. Inlined into
4
+ * `payload-types.ts`. Must stay byte-for-byte in sync with the runtime twins
5
+ * in `types/nodeTypes.ts` (`LexicalElementFormat`, `LexicalElementDirection`,
6
+ * `SerializedLexicalElementBase`) — cross-module assignability depends on it.
7
+ */
8
+ export declare const CORE_LEXICAL_TYPE_STRING = "/** @internal Core Lexical types \u2014 see @payloadcms/richtext-lexical. */\nexport type LexicalElementFormat = 'left' | 'start' | 'center' | 'right' | 'end' | 'justify' | '';\nexport type LexicalElementDirection = ('ltr' | 'rtl') | null;\n\nexport interface SerializedLexicalElementBase<TChildren> {\n children: TChildren[];\n direction: LexicalElementDirection;\n format: LexicalElementFormat;\n indent: number;\n textFormat?: number;\n textStyle?: string;\n version: number;\n}";
9
+ export declare const textNodeJSONSchema: JSONSchemaFn;
10
+ export declare const tabNodeJSONSchema: JSONSchemaFn;
11
+ export declare const lineBreakNodeJSONSchema: JSONSchemaFn;
12
+ export declare const paragraphNodeJSONSchema: JSONSchemaFn;
13
+ export declare const rootNodeJSONSchema: JSONSchemaFn;
14
+ //# sourceMappingURL=builtInNodes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"builtInNodes.d.ts","sourceRoot":"","sources":["../../src/types/builtInNodes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AAI9D;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,6eAYnC,CAAA;AA4DF,eAAO,MAAM,kBAAkB,EAAE,YAkBhC,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,YAoB/B,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,YAYrC,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,YAerC,CAAA;AAeD,eAAO,MAAM,kBAAkB,EAAE,YAoBhC,CAAA"}