@payloadcms/richtext-lexical 3.0.0-beta.13 → 3.0.0-beta.131

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 (2335) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/dist/cell/rscEntry.d.ts +12 -0
  4. package/dist/cell/rscEntry.d.ts.map +1 -0
  5. package/dist/cell/rscEntry.js +82 -0
  6. package/dist/cell/rscEntry.js.map +1 -0
  7. package/dist/exports/client/Component-DOSSWC76.js +2 -0
  8. package/dist/exports/client/Component-DOSSWC76.js.map +7 -0
  9. package/dist/exports/client/Component-MBLHTKDK.js +2 -0
  10. package/dist/exports/client/Component-MBLHTKDK.js.map +7 -0
  11. package/dist/exports/client/Field-GWJ72IYP.js +2 -0
  12. package/dist/exports/client/Field-GWJ72IYP.js.map +7 -0
  13. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js +2 -0
  14. package/dist/exports/client/RelationshipComponent-2RT3YXUT.js.map +7 -0
  15. package/dist/exports/client/bundled.css +1 -0
  16. package/dist/exports/client/chunk-5PBXL4HT.js +2 -0
  17. package/dist/exports/client/chunk-5PBXL4HT.js.map +7 -0
  18. package/dist/exports/client/chunk-CUIBIFW2.js +2 -0
  19. package/dist/exports/client/chunk-CUIBIFW2.js.map +7 -0
  20. package/dist/exports/client/chunk-D7PD5DUW.js +2 -0
  21. package/dist/exports/client/chunk-D7PD5DUW.js.map +7 -0
  22. package/dist/exports/client/chunk-MI5HS4QX.js +2 -0
  23. package/dist/exports/client/chunk-MI5HS4QX.js.map +7 -0
  24. package/dist/exports/client/chunk-OOBB5GCO.js +2 -0
  25. package/dist/exports/client/chunk-OOBB5GCO.js.map +7 -0
  26. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  27. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  28. package/dist/exports/client/chunk-XDEGE6I5.js +2 -0
  29. package/dist/exports/client/chunk-XDEGE6I5.js.map +7 -0
  30. package/dist/exports/client/chunk-YGRKYSDC.js +2 -0
  31. package/dist/exports/client/chunk-YGRKYSDC.js.map +7 -0
  32. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  33. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  34. package/dist/exports/client/component-KLNTKKNE.js +2 -0
  35. package/dist/exports/client/component-KLNTKKNE.js.map +7 -0
  36. package/dist/exports/client/component-YICNYPTU.js +2 -0
  37. package/dist/exports/client/component-YICNYPTU.js.map +7 -0
  38. package/dist/exports/client/componentInline-6RPSMLNJ.js +2 -0
  39. package/dist/exports/client/componentInline-6RPSMLNJ.js.map +7 -0
  40. package/dist/exports/client/index.d.ts +61 -0
  41. package/dist/exports/client/index.d.ts.map +1 -0
  42. package/dist/exports/client/index.js +38 -0
  43. package/dist/exports/client/index.js.map +7 -0
  44. package/dist/exports/server/migrate.d.ts +16 -0
  45. package/dist/exports/server/migrate.d.ts.map +1 -0
  46. package/dist/exports/server/migrate.js +16 -0
  47. package/dist/exports/server/migrate.js.map +1 -0
  48. package/dist/exports/server/rsc.d.ts +3 -0
  49. package/dist/exports/server/rsc.d.ts.map +1 -0
  50. package/dist/exports/server/rsc.js +3 -0
  51. package/dist/exports/server/rsc.js.map +1 -0
  52. package/dist/features/align/client/index.d.ts +2 -0
  53. package/dist/features/align/client/index.d.ts.map +1 -0
  54. package/dist/features/align/client/index.js +163 -0
  55. package/dist/features/align/client/index.js.map +1 -0
  56. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  57. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  58. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  59. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  60. package/dist/features/align/server/i18n.d.ts +3 -0
  61. package/dist/features/align/server/i18n.d.ts.map +1 -0
  62. package/dist/features/align/server/i18n.js +195 -0
  63. package/dist/features/align/server/i18n.js.map +1 -0
  64. package/dist/features/align/server/index.d.ts +2 -0
  65. package/dist/features/align/server/index.d.ts.map +1 -0
  66. package/dist/features/align/server/index.js +10 -0
  67. package/dist/features/align/server/index.js.map +1 -0
  68. package/dist/features/blockquote/client/index.d.ts +2 -0
  69. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  70. package/dist/features/blockquote/client/index.js +72 -0
  71. package/dist/features/blockquote/client/index.js.map +1 -0
  72. package/dist/features/blockquote/markdownTransformer.d.ts.map +1 -0
  73. package/dist/features/blockquote/markdownTransformer.js +34 -0
  74. package/dist/features/blockquote/markdownTransformer.js.map +1 -0
  75. package/dist/features/blockquote/server/i18n.d.ts +3 -0
  76. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  77. package/dist/features/blockquote/server/i18n.js +99 -0
  78. package/dist/features/blockquote/server/i18n.js.map +1 -0
  79. package/dist/features/blockquote/server/index.d.ts +7 -0
  80. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  81. package/dist/features/blockquote/server/index.js +51 -0
  82. package/dist/features/blockquote/server/index.js.map +1 -0
  83. package/dist/features/blocks/client/component/BlockContent.d.ts +23 -0
  84. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  85. package/dist/features/blocks/client/component/BlockContent.js +183 -0
  86. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  87. package/dist/features/blocks/client/component/FormSavePlugin.d.ts +11 -0
  88. package/dist/features/blocks/client/component/FormSavePlugin.d.ts.map +1 -0
  89. package/dist/features/blocks/client/component/FormSavePlugin.js +53 -0
  90. package/dist/features/blocks/client/component/FormSavePlugin.js.map +1 -0
  91. package/dist/features/blocks/client/component/index.d.ts +11 -0
  92. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  93. package/dist/features/blocks/client/component/index.js +167 -0
  94. package/dist/features/blocks/client/component/index.js.map +1 -0
  95. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts +11 -0
  96. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  97. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  98. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  99. package/dist/features/blocks/client/componentInline/index.d.ts +10 -0
  100. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  101. package/dist/features/blocks/client/componentInline/index.js +120 -0
  102. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  103. package/dist/features/blocks/client/index.d.ts +6 -0
  104. package/dist/features/blocks/client/index.d.ts.map +1 -0
  105. package/dist/features/blocks/client/index.js +171 -0
  106. package/dist/features/blocks/client/index.js.map +1 -0
  107. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  108. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  109. package/dist/features/blocks/client/nodes/BlocksNode.js +53 -0
  110. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  111. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  112. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  113. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  114. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  115. package/dist/features/blocks/client/plugin/commands.d.ts +9 -0
  116. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  117. package/dist/features/blocks/client/plugin/commands.js +7 -0
  118. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  119. package/dist/features/blocks/client/plugin/index.d.ts +6 -0
  120. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  121. package/dist/features/blocks/client/plugin/index.js +205 -0
  122. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  123. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  124. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  125. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  126. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  127. package/dist/features/blocks/server/i18n.d.ts +3 -0
  128. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  129. package/dist/features/blocks/server/i18n.js +291 -0
  130. package/dist/features/blocks/server/i18n.js.map +1 -0
  131. package/dist/features/blocks/server/index.d.ts +8 -0
  132. package/dist/features/blocks/server/index.d.ts.map +1 -0
  133. package/dist/features/blocks/server/index.js +174 -0
  134. package/dist/features/blocks/server/index.js.map +1 -0
  135. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  136. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  137. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  138. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  139. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  140. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  141. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  142. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  143. package/dist/features/blocks/server/validate.d.ts +6 -0
  144. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  145. package/dist/features/blocks/server/validate.js +51 -0
  146. package/dist/features/blocks/server/validate.js.map +1 -0
  147. package/dist/features/converters/html/converter/converters/linebreak.d.ts.map +1 -0
  148. package/dist/features/converters/html/converter/converters/linebreak.js +7 -0
  149. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -0
  150. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -0
  151. package/dist/features/converters/html/converter/converters/paragraph.js +32 -0
  152. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -0
  153. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -0
  154. package/dist/features/converters/html/converter/converters/text.js +33 -0
  155. package/dist/features/converters/html/converter/converters/text.js.map +1 -0
  156. package/dist/features/converters/html/converter/defaultConverters.d.ts.map +1 -0
  157. package/dist/features/converters/html/converter/defaultConverters.js +5 -0
  158. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -0
  159. package/dist/features/converters/html/converter/index.d.ts +52 -0
  160. package/dist/features/converters/html/converter/index.d.ts.map +1 -0
  161. package/dist/features/converters/html/converter/index.js +88 -0
  162. package/dist/features/converters/html/converter/index.js.map +1 -0
  163. package/dist/features/converters/html/converter/types.d.ts +24 -0
  164. package/dist/features/converters/html/converter/types.d.ts.map +1 -0
  165. package/dist/features/converters/html/converter/types.js +2 -0
  166. package/dist/features/converters/html/converter/types.js.map +1 -0
  167. package/dist/features/converters/html/field/index.d.ts +35 -0
  168. package/dist/features/converters/html/field/index.d.ts.map +1 -0
  169. package/dist/features/converters/html/field/index.js +158 -0
  170. package/dist/features/converters/html/field/index.js.map +1 -0
  171. package/dist/features/converters/html/index.d.ts +8 -0
  172. package/dist/features/converters/html/index.d.ts.map +1 -0
  173. package/dist/features/converters/html/index.js +7 -0
  174. package/dist/features/converters/html/index.js.map +1 -0
  175. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  176. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  177. package/dist/features/debug/testRecorder/client/index.js +11 -0
  178. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  179. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  180. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  181. package/dist/features/debug/testRecorder/client/plugin/index.js +422 -0
  182. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  183. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  184. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  185. package/dist/features/debug/testRecorder/server/index.js +8 -0
  186. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  187. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  188. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  189. package/dist/features/debug/treeView/client/index.js +11 -0
  190. package/dist/features/debug/treeView/client/index.js.map +1 -0
  191. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  192. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  193. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  194. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  195. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  196. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  197. package/dist/features/debug/treeView/server/index.js +8 -0
  198. package/dist/features/debug/treeView/server/index.js.map +1 -0
  199. package/dist/features/experimental_table/client/index.d.ts +2 -0
  200. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  201. package/dist/features/experimental_table/client/index.js +54 -0
  202. package/dist/features/experimental_table/client/index.js.map +1 -0
  203. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  204. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  205. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +521 -0
  206. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  207. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  208. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  209. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +321 -0
  210. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  211. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  212. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  213. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +225 -0
  214. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  215. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  216. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  217. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +152 -0
  218. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  219. package/dist/features/experimental_table/client/utils/debounce.d.ts +61 -0
  220. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  221. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  222. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  223. package/dist/features/experimental_table/client/utils/useDebounce.d.ts +6 -0
  224. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  225. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  226. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  227. package/dist/features/experimental_table/server/index.d.ts +13 -0
  228. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  229. package/dist/features/experimental_table/server/index.js +152 -0
  230. package/dist/features/experimental_table/server/index.js.map +1 -0
  231. package/dist/features/format/bold/feature.client.d.ts +2 -0
  232. package/dist/features/format/bold/feature.client.d.ts.map +1 -0
  233. package/dist/features/format/bold/feature.client.js +44 -0
  234. package/dist/features/format/bold/feature.client.js.map +1 -0
  235. package/dist/features/format/bold/feature.server.d.ts +2 -0
  236. package/dist/features/format/bold/feature.server.d.ts.map +1 -0
  237. package/dist/features/format/bold/feature.server.js +19 -0
  238. package/dist/features/format/bold/feature.server.js.map +1 -0
  239. package/dist/features/format/bold/markdownTransformers.d.ts.map +1 -0
  240. package/dist/features/format/bold/markdownTransformers.js +23 -0
  241. package/dist/features/format/bold/markdownTransformers.js.map +1 -0
  242. package/dist/features/format/inlineCode/feature.client.d.ts +2 -0
  243. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -0
  244. package/dist/features/format/inlineCode/feature.client.js +36 -0
  245. package/dist/features/format/inlineCode/feature.client.js.map +1 -0
  246. package/dist/features/format/inlineCode/feature.server.d.ts +2 -0
  247. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -0
  248. package/dist/features/format/inlineCode/feature.server.js +10 -0
  249. package/dist/features/format/inlineCode/feature.server.js.map +1 -0
  250. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +1 -0
  251. package/dist/features/format/inlineCode/markdownTransformers.js +6 -0
  252. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -0
  253. package/dist/features/format/italic/feature.client.d.ts +2 -0
  254. package/dist/features/format/italic/feature.client.d.ts.map +1 -0
  255. package/dist/features/format/italic/feature.client.js +36 -0
  256. package/dist/features/format/italic/feature.client.js.map +1 -0
  257. package/dist/features/format/italic/feature.server.d.ts +2 -0
  258. package/dist/features/format/italic/feature.server.d.ts.map +1 -0
  259. package/dist/features/format/italic/feature.server.js +10 -0
  260. package/dist/features/format/italic/feature.server.js.map +1 -0
  261. package/dist/features/format/italic/markdownTransformers.d.ts.map +1 -0
  262. package/dist/features/format/italic/markdownTransformers.js +12 -0
  263. package/dist/features/format/italic/markdownTransformers.js.map +1 -0
  264. package/dist/features/format/shared/toolbarFormatGroup.d.ts +3 -0
  265. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  266. package/dist/features/format/shared/toolbarFormatGroup.js +11 -0
  267. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -0
  268. package/dist/features/format/strikethrough/feature.client.d.ts +2 -0
  269. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -0
  270. package/dist/features/format/strikethrough/feature.client.js +36 -0
  271. package/dist/features/format/strikethrough/feature.client.js.map +1 -0
  272. package/dist/features/format/strikethrough/feature.server.d.ts +2 -0
  273. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -0
  274. package/dist/features/format/strikethrough/feature.server.js +10 -0
  275. package/dist/features/format/strikethrough/feature.server.js.map +1 -0
  276. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +1 -0
  277. package/dist/features/format/strikethrough/markdownTransformers.js +6 -0
  278. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -0
  279. package/dist/features/format/subscript/feature.client.d.ts +2 -0
  280. package/dist/features/format/subscript/feature.client.d.ts.map +1 -0
  281. package/dist/features/format/subscript/feature.client.js +34 -0
  282. package/dist/features/format/subscript/feature.client.js.map +1 -0
  283. package/dist/features/format/subscript/feature.server.d.ts +2 -0
  284. package/dist/features/format/subscript/feature.server.d.ts.map +1 -0
  285. package/dist/features/format/subscript/feature.server.js +8 -0
  286. package/dist/features/format/subscript/feature.server.js.map +1 -0
  287. package/dist/features/format/superscript/feature.client.d.ts +2 -0
  288. package/dist/features/format/superscript/feature.client.d.ts.map +1 -0
  289. package/dist/features/format/superscript/feature.client.js +34 -0
  290. package/dist/features/format/superscript/feature.client.js.map +1 -0
  291. package/dist/features/format/superscript/feature.server.d.ts +2 -0
  292. package/dist/features/format/superscript/feature.server.d.ts.map +1 -0
  293. package/dist/features/format/superscript/feature.server.js +8 -0
  294. package/dist/features/format/superscript/feature.server.js.map +1 -0
  295. package/dist/features/format/underline/feature.client.d.ts +2 -0
  296. package/dist/features/format/underline/feature.client.d.ts.map +1 -0
  297. package/dist/features/format/underline/feature.client.js +34 -0
  298. package/dist/features/format/underline/feature.client.js.map +1 -0
  299. package/dist/features/format/underline/feature.server.d.ts +2 -0
  300. package/dist/features/format/underline/feature.server.d.ts.map +1 -0
  301. package/dist/features/format/underline/feature.server.js +8 -0
  302. package/dist/features/format/underline/feature.server.js.map +1 -0
  303. package/dist/features/heading/client/index.d.ts +3 -0
  304. package/dist/features/heading/client/index.d.ts.map +1 -0
  305. package/dist/features/heading/client/index.js +108 -0
  306. package/dist/features/heading/client/index.js.map +1 -0
  307. package/dist/features/heading/markdownTransformer.d.ts.map +1 -0
  308. package/dist/features/heading/markdownTransformer.js +26 -0
  309. package/dist/features/heading/markdownTransformer.js.map +1 -0
  310. package/dist/features/heading/server/i18n.d.ts +3 -0
  311. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  312. package/dist/features/heading/server/i18n.js +99 -0
  313. package/dist/features/heading/server/i18n.js.map +1 -0
  314. package/dist/features/heading/server/index.d.ts +10 -0
  315. package/dist/features/heading/server/index.d.ts.map +1 -0
  316. package/dist/features/heading/server/index.js +62 -0
  317. package/dist/features/heading/server/index.js.map +1 -0
  318. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  319. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  320. package/dist/features/horizontalRule/client/component/index.js +100 -0
  321. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  322. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  323. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  324. package/dist/features/horizontalRule/client/index.js +62 -0
  325. package/dist/features/horizontalRule/client/index.js.map +1 -0
  326. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  327. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  328. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  329. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  330. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  331. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  332. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  333. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  334. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  335. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  336. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  337. package/dist/features/horizontalRule/server/i18n.d.ts +3 -0
  338. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  339. package/dist/features/horizontalRule/server/i18n.js +99 -0
  340. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  341. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  342. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  343. package/dist/features/horizontalRule/server/index.js +25 -0
  344. package/dist/features/horizontalRule/server/index.js.map +1 -0
  345. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  346. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  347. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  348. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  349. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  350. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  351. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  352. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  353. package/dist/features/indent/client/index.d.ts +2 -0
  354. package/dist/features/indent/client/index.d.ts.map +1 -0
  355. package/dist/features/indent/client/index.js +62 -0
  356. package/dist/features/indent/client/index.js.map +1 -0
  357. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  358. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  359. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  360. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  361. package/dist/features/indent/server/i18n.d.ts +3 -0
  362. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  363. package/dist/features/indent/server/i18n.js +131 -0
  364. package/dist/features/indent/server/i18n.js.map +1 -0
  365. package/dist/features/indent/server/index.d.ts +2 -0
  366. package/dist/features/indent/server/index.d.ts.map +1 -0
  367. package/dist/features/indent/server/index.js +10 -0
  368. package/dist/features/indent/server/index.js.map +1 -0
  369. package/dist/features/link/client/index.d.ts +4 -0
  370. package/dist/features/link/client/index.d.ts.map +1 -0
  371. package/dist/features/link/client/index.js +96 -0
  372. package/dist/features/link/client/index.js.map +1 -0
  373. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  374. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  375. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  376. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  377. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  378. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  379. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  380. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  381. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  382. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  383. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  384. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  385. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +317 -0
  386. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  387. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  388. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  389. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  390. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  391. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  392. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  393. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  394. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  395. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  396. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  397. package/dist/features/link/client/plugins/link/index.js +60 -0
  398. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  399. package/dist/features/link/markdownTransformer.d.ts +6 -0
  400. package/dist/features/link/markdownTransformer.d.ts.map +1 -0
  401. package/dist/features/link/markdownTransformer.js +49 -0
  402. package/dist/features/link/markdownTransformer.js.map +1 -0
  403. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  404. package/dist/features/link/nodes/AutoLinkNode.js +69 -0
  405. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -0
  406. package/dist/features/link/nodes/LinkNode.d.ts +39 -0
  407. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -0
  408. package/dist/features/link/nodes/LinkNode.js +323 -0
  409. package/dist/features/link/nodes/LinkNode.js.map +1 -0
  410. package/dist/features/link/nodes/types.d.ts +24 -0
  411. package/dist/features/link/nodes/types.d.ts.map +1 -0
  412. package/dist/features/link/nodes/types.js +2 -0
  413. package/dist/features/link/nodes/types.js.map +1 -0
  414. package/dist/features/link/server/baseFields.d.ts +3 -0
  415. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  416. package/dist/features/link/server/baseFields.js +136 -0
  417. package/dist/features/link/server/baseFields.js.map +1 -0
  418. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  419. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  420. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  421. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  422. package/dist/features/link/server/i18n.d.ts +3 -0
  423. package/dist/features/link/server/i18n.d.ts.map +1 -0
  424. package/dist/features/link/server/i18n.js +131 -0
  425. package/dist/features/link/server/i18n.js.map +1 -0
  426. package/dist/features/link/server/index.d.ts +35 -0
  427. package/dist/features/link/server/index.d.ts.map +1 -0
  428. package/dist/features/link/server/index.js +151 -0
  429. package/dist/features/link/server/index.js.map +1 -0
  430. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  431. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  432. package/dist/features/link/server/transformExtraFields.js +20 -0
  433. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  434. package/dist/features/link/server/validate.d.ts +6 -0
  435. package/dist/features/link/server/validate.d.ts.map +1 -0
  436. package/dist/features/link/server/validate.js +43 -0
  437. package/dist/features/link/server/validate.js.map +1 -0
  438. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  439. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  440. package/dist/features/lists/checklist/client/index.js +92 -0
  441. package/dist/features/lists/checklist/client/index.js.map +1 -0
  442. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  443. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  444. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  445. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  446. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  447. package/dist/features/lists/checklist/markdownTransformers.js +12 -0
  448. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -0
  449. package/dist/features/lists/checklist/server/i18n.d.ts +3 -0
  450. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  451. package/dist/features/lists/checklist/server/i18n.js +99 -0
  452. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  453. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  454. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  455. package/dist/features/lists/checklist/server/index.js +30 -0
  456. package/dist/features/lists/checklist/server/index.js.map +1 -0
  457. package/dist/features/lists/htmlConverter.d.ts +5 -0
  458. package/dist/features/lists/htmlConverter.d.ts.map +1 -0
  459. package/dist/features/lists/htmlConverter.js +81 -0
  460. package/dist/features/lists/htmlConverter.js.map +1 -0
  461. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  462. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  463. package/dist/features/lists/orderedList/client/index.js +84 -0
  464. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  465. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  466. package/dist/features/lists/orderedList/markdownTransformer.js +12 -0
  467. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -0
  468. package/dist/features/lists/orderedList/server/i18n.d.ts +3 -0
  469. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  470. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  471. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  472. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  473. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  474. package/dist/features/lists/orderedList/server/index.js +30 -0
  475. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  476. package/dist/features/lists/plugin/index.d.ts +13 -0
  477. package/dist/features/lists/plugin/index.d.ts.map +1 -0
  478. package/dist/features/lists/plugin/index.js +9 -0
  479. package/dist/features/lists/plugin/index.js.map +1 -0
  480. package/dist/features/lists/shared/markdown.d.ts +6 -0
  481. package/dist/features/lists/shared/markdown.d.ts.map +1 -0
  482. package/dist/features/lists/shared/markdown.js +57 -0
  483. package/dist/features/lists/shared/markdown.js.map +1 -0
  484. package/dist/features/lists/shared/slashMenuListGroup.d.ts +3 -0
  485. package/dist/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  486. package/dist/features/lists/shared/slashMenuListGroup.js +12 -0
  487. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -0
  488. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  489. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  490. package/dist/features/lists/unorderedList/client/index.js +80 -0
  491. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  492. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  493. package/dist/features/lists/unorderedList/markdownTransformer.js +12 -0
  494. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  495. package/dist/features/lists/unorderedList/server/i18n.d.ts +3 -0
  496. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  497. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  498. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  499. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  500. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  501. package/dist/features/lists/unorderedList/server/index.js +26 -0
  502. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  503. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +3 -0
  504. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +22 -0
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -0
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +3 -0
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +33 -0
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -0
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +3 -0
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +24 -0
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -0
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +3 -0
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +25 -0
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -0
  519. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +3 -0
  520. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  521. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +22 -0
  522. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -0
  523. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +3 -0
  524. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  525. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +28 -0
  526. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -0
  527. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +3 -0
  528. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  529. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +22 -0
  530. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -0
  531. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +3 -0
  532. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  533. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +9 -0
  534. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -0
  535. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +19 -0
  536. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  537. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +78 -0
  538. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -0
  539. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +23 -0
  540. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  541. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +2 -0
  542. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -0
  543. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +2 -0
  544. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  545. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +10 -0
  546. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -0
  547. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +10 -0
  548. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  549. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +49 -0
  550. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -0
  551. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  552. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  553. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  554. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  555. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  556. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +74 -0
  557. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  558. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +3 -0
  559. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  560. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +23 -0
  561. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -0
  562. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +3 -0
  563. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  564. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +24 -0
  565. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -0
  566. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +3 -0
  567. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  568. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +33 -0
  569. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -0
  570. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +3 -0
  571. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  572. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +30 -0
  573. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -0
  574. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +3 -0
  575. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  576. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +26 -0
  577. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -0
  578. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +3 -0
  579. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  580. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +26 -0
  581. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -0
  582. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +3 -0
  583. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +15 -0
  585. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -0
  586. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +3 -0
  587. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  588. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +27 -0
  589. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -0
  590. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +3 -0
  591. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  592. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +26 -0
  593. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -0
  594. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +3 -0
  595. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  596. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +18 -0
  597. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -0
  598. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +3 -0
  599. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  600. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +12 -0
  601. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -0
  602. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  603. package/dist/features/migrations/slateToLexical/converter/index.js +117 -0
  604. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -0
  605. package/dist/features/migrations/slateToLexical/converter/types.d.ts +16 -0
  606. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  607. package/dist/features/migrations/slateToLexical/converter/types.js +2 -0
  608. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -0
  609. package/dist/features/migrations/slateToLexical/feature.client.d.ts +2 -0
  610. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  611. package/dist/features/migrations/slateToLexical/feature.client.js +10 -0
  612. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -0
  613. package/dist/features/migrations/slateToLexical/feature.server.d.ts +11 -0
  614. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  615. package/dist/features/migrations/slateToLexical/feature.server.js +50 -0
  616. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -0
  617. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  618. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  619. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  620. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  621. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  622. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +74 -0
  623. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  624. package/dist/features/paragraph/client/index.d.ts +2 -0
  625. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  626. package/dist/features/paragraph/client/index.js +68 -0
  627. package/dist/features/paragraph/client/index.js.map +1 -0
  628. package/dist/features/paragraph/server/i18n.d.ts +3 -0
  629. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  630. package/dist/features/paragraph/server/i18n.js +131 -0
  631. package/dist/features/paragraph/server/i18n.js.map +1 -0
  632. package/dist/features/paragraph/server/index.d.ts +2 -0
  633. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  634. package/dist/features/paragraph/server/index.js +11 -0
  635. package/dist/features/paragraph/server/index.js.map +1 -0
  636. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  637. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  638. package/dist/features/relationship/client/components/RelationshipComponent.js +176 -0
  639. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  640. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  641. package/dist/features/relationship/client/drawer/commands.js +3 -0
  642. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  643. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  644. package/dist/features/relationship/client/drawer/index.js +155 -0
  645. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  646. package/dist/features/relationship/client/index.d.ts +3 -0
  647. package/dist/features/relationship/client/index.d.ts.map +1 -0
  648. package/dist/features/relationship/client/index.js +66 -0
  649. package/dist/features/relationship/client/index.js.map +1 -0
  650. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  651. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  652. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  653. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  654. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  655. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  656. package/dist/features/relationship/client/plugins/index.js +105 -0
  657. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  658. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  659. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  660. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  661. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  662. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  663. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  664. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  665. package/dist/features/relationship/server/i18n.d.ts +3 -0
  666. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  667. package/dist/features/relationship/server/i18n.js +99 -0
  668. package/dist/features/relationship/server/i18n.js.map +1 -0
  669. package/dist/features/relationship/server/index.d.ts +27 -0
  670. package/dist/features/relationship/server/index.d.ts.map +1 -0
  671. package/dist/features/relationship/server/index.js +67 -0
  672. package/dist/features/relationship/server/index.js.map +1 -0
  673. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  674. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  675. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  676. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  677. package/dist/features/shared/slashMenu/basicGroup.d.ts +3 -0
  678. package/dist/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  679. package/dist/features/shared/slashMenu/basicGroup.js +12 -0
  680. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -0
  681. package/dist/features/shared/toolbar/addDropdownGroup.d.ts +3 -0
  682. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  683. package/dist/features/shared/toolbar/addDropdownGroup.js +11 -0
  684. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  685. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts +3 -0
  686. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  687. package/dist/features/shared/toolbar/featureButtonsGroup.js +9 -0
  688. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  689. package/dist/features/shared/toolbar/textDropdownGroup.d.ts +3 -0
  690. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  691. package/dist/features/shared/toolbar/textDropdownGroup.js +11 -0
  692. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  693. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  694. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  695. package/dist/features/toolbars/fixed/client/Toolbar/index.js +313 -0
  696. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  697. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  698. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  699. package/dist/features/toolbars/fixed/client/index.js +11 -0
  700. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  701. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  702. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  703. package/dist/features/toolbars/fixed/server/index.js +18 -0
  704. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  705. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  706. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  707. package/dist/features/toolbars/inline/client/Toolbar/index.js +404 -0
  708. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  709. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  710. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  711. package/dist/features/toolbars/inline/client/index.js +11 -0
  712. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  713. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  714. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  715. package/dist/features/toolbars/inline/server/index.js +8 -0
  716. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  717. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  718. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  719. package/dist/features/toolbars/shared/ToolbarButton/index.js +89 -0
  720. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  721. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +23 -0
  722. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  723. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +216 -0
  724. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  725. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +22 -0
  726. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  727. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +308 -0
  728. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  729. package/dist/features/toolbars/types.d.ts +93 -0
  730. package/dist/features/toolbars/types.d.ts.map +1 -0
  731. package/dist/features/toolbars/types.js +2 -0
  732. package/dist/features/toolbars/types.js.map +1 -0
  733. package/dist/features/typeUtilities.d.ts +8 -0
  734. package/dist/features/typeUtilities.d.ts.map +1 -0
  735. package/dist/features/typeUtilities.js +7 -0
  736. package/dist/features/typeUtilities.js.map +1 -0
  737. package/dist/features/typesClient.d.ts +185 -0
  738. package/dist/features/typesClient.d.ts.map +1 -0
  739. package/dist/features/typesClient.js +2 -0
  740. package/dist/features/typesClient.js.map +1 -0
  741. package/dist/features/typesServer.d.ts +311 -0
  742. package/dist/features/typesServer.d.ts.map +1 -0
  743. package/dist/features/typesServer.js +2 -0
  744. package/dist/features/typesServer.js.map +1 -0
  745. package/dist/features/upload/client/component/index.d.ts +9 -0
  746. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  747. package/dist/features/upload/client/component/index.js +243 -0
  748. package/dist/features/upload/client/component/index.js.map +1 -0
  749. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  750. package/dist/features/upload/client/drawer/commands.js +5 -0
  751. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  752. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  753. package/dist/features/upload/client/drawer/index.js +128 -0
  754. package/dist/features/upload/client/drawer/index.js.map +1 -0
  755. package/dist/features/upload/client/feature.client.d.ts +9 -0
  756. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  757. package/dist/features/upload/client/feature.client.js +64 -0
  758. package/dist/features/upload/client/feature.client.js.map +1 -0
  759. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  760. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  761. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  762. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  763. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  764. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  765. package/dist/features/upload/client/plugin/index.js +81 -0
  766. package/dist/features/upload/client/plugin/index.js.map +1 -0
  767. package/dist/features/upload/server/feature.server.d.ts +18 -0
  768. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  769. package/dist/features/upload/server/feature.server.js +217 -0
  770. package/dist/features/upload/server/feature.server.js.map +1 -0
  771. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  772. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  773. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  774. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  775. package/dist/features/upload/server/i18n.d.ts +3 -0
  776. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  777. package/dist/features/upload/server/i18n.js +99 -0
  778. package/dist/features/upload/server/i18n.js.map +1 -0
  779. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  780. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  781. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  782. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  783. package/dist/features/upload/server/validate.d.ts +5 -0
  784. package/dist/features/upload/server/validate.d.ts.map +1 -0
  785. package/dist/features/upload/server/validate.js +61 -0
  786. package/dist/features/upload/server/validate.js.map +1 -0
  787. package/dist/field/Field.d.ts +9 -10
  788. package/dist/field/Field.d.ts.map +1 -1
  789. package/dist/field/Field.js +111 -86
  790. package/dist/field/Field.js.map +1 -1
  791. package/dist/field/bundled.css +1 -0
  792. package/dist/field/index.d.ts +2 -7
  793. package/dist/field/index.d.ts.map +1 -1
  794. package/dist/field/index.js +78 -81
  795. package/dist/field/index.js.map +1 -1
  796. package/dist/field/rscEntry.d.ts +9 -0
  797. package/dist/field/rscEntry.d.ts.map +1 -0
  798. package/dist/field/rscEntry.js +34 -0
  799. package/dist/field/rscEntry.js.map +1 -0
  800. package/dist/i18n.d.ts +3 -0
  801. package/dist/i18n.d.ts.map +1 -0
  802. package/dist/i18n.js +163 -0
  803. package/dist/i18n.js.map +1 -0
  804. package/dist/index.d.ts +62 -84
  805. package/dist/index.d.ts.map +1 -1
  806. package/dist/index.js +726 -251
  807. package/dist/index.js.map +1 -1
  808. package/dist/lexical/EditorPlugin.d.ts +8 -0
  809. package/dist/lexical/EditorPlugin.d.ts.map +1 -0
  810. package/dist/lexical/EditorPlugin.js +21 -0
  811. package/dist/lexical/EditorPlugin.js.map +1 -0
  812. package/dist/lexical/LexicalEditor.d.ts +7 -0
  813. package/dist/lexical/LexicalEditor.d.ts.map +1 -0
  814. package/dist/lexical/LexicalEditor.js +231 -0
  815. package/dist/lexical/LexicalEditor.js.map +1 -0
  816. package/dist/lexical/LexicalProvider.d.ts +14 -0
  817. package/dist/lexical/LexicalProvider.d.ts.map +1 -0
  818. package/dist/lexical/LexicalProvider.js +101 -0
  819. package/dist/lexical/LexicalProvider.js.map +1 -0
  820. package/dist/lexical/config/client/EditorConfigProvider.d.ts +28 -0
  821. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  822. package/dist/lexical/config/client/EditorConfigProvider.js +89 -0
  823. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -0
  824. package/dist/lexical/config/client/default.d.ts +3 -0
  825. package/dist/lexical/config/client/default.d.ts.map +1 -0
  826. package/dist/lexical/config/client/default.js +8 -0
  827. package/dist/lexical/config/client/default.js.map +1 -0
  828. package/dist/lexical/config/client/loader.d.ts +10 -0
  829. package/dist/lexical/config/client/loader.d.ts.map +1 -0
  830. package/dist/lexical/config/client/loader.js +37 -0
  831. package/dist/lexical/config/client/loader.js.map +1 -0
  832. package/dist/lexical/config/client/sanitize.d.ts +7 -0
  833. package/dist/lexical/config/client/sanitize.d.ts.map +1 -0
  834. package/dist/lexical/config/client/sanitize.js +180 -0
  835. package/dist/lexical/config/client/sanitize.js.map +1 -0
  836. package/dist/lexical/config/server/default.d.ts +7 -0
  837. package/dist/lexical/config/server/default.d.ts.map +1 -0
  838. package/dist/lexical/config/server/default.js +31 -0
  839. package/dist/lexical/config/server/default.js.map +1 -0
  840. package/dist/lexical/config/server/loader.d.ts +11 -0
  841. package/dist/lexical/config/server/loader.d.ts.map +1 -0
  842. package/dist/lexical/config/server/loader.js +122 -0
  843. package/dist/lexical/config/server/loader.js.map +1 -0
  844. package/dist/lexical/config/server/sanitize.d.ts +6 -0
  845. package/dist/lexical/config/server/sanitize.d.ts.map +1 -0
  846. package/dist/lexical/config/server/sanitize.js +113 -0
  847. package/dist/lexical/config/server/sanitize.js.map +1 -0
  848. package/dist/lexical/config/types.d.ts +24 -0
  849. package/dist/lexical/config/types.d.ts.map +1 -0
  850. package/dist/lexical/config/types.js +2 -0
  851. package/dist/lexical/config/types.js.map +1 -0
  852. package/dist/lexical/nodes/index.d.ts +6 -0
  853. package/dist/lexical/nodes/index.d.ts.map +1 -0
  854. package/dist/lexical/nodes/index.js +11 -0
  855. package/dist/lexical/nodes/index.js.map +1 -0
  856. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -0
  857. package/dist/lexical/plugins/MarkdownShortcut/index.js +25 -0
  858. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -0
  859. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +32 -0
  860. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -0
  861. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +395 -0
  862. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -0
  863. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +24 -0
  864. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -0
  865. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +249 -0
  866. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -0
  867. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +51 -0
  868. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -0
  869. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +2 -0
  870. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -0
  871. package/dist/lexical/plugins/SlashMenu/index.d.ts +6 -0
  872. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -0
  873. package/dist/lexical/plugins/SlashMenu/index.js +205 -0
  874. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -0
  875. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -0
  876. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +48 -0
  877. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -0
  878. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +6 -0
  879. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -0
  880. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +155 -0
  881. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -0
  882. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +2 -0
  883. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -0
  884. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +15 -0
  885. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -0
  886. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -0
  887. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +15 -0
  888. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -0
  889. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +3 -0
  890. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -0
  891. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +31 -0
  892. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -0
  893. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +6 -0
  894. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -0
  895. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +355 -0
  896. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -0
  897. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +9 -0
  898. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -0
  899. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +113 -0
  900. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -0
  901. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +5 -0
  902. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  903. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +28 -0
  904. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  905. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -0
  906. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +28 -0
  907. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -0
  908. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -0
  909. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +18 -0
  910. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -0
  911. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts +31 -0
  912. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  913. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +152 -0
  914. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  915. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -0
  916. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +7 -0
  917. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -0
  918. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -0
  919. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +6 -0
  920. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -0
  921. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -0
  922. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +28 -0
  923. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -0
  924. package/dist/lexical/theme/EditorTheme.d.ts +3 -0
  925. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -0
  926. package/dist/lexical/theme/EditorTheme.js +100 -0
  927. package/dist/lexical/theme/EditorTheme.js.map +1 -0
  928. package/dist/lexical/ui/ContentEditable.d.ts +6 -0
  929. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -0
  930. package/dist/lexical/ui/ContentEditable.js +34 -0
  931. package/dist/lexical/ui/ContentEditable.js.map +1 -0
  932. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -0
  933. package/dist/lexical/ui/icons/AI/index.js +34 -0
  934. package/dist/lexical/ui/icons/AI/index.js.map +1 -0
  935. package/dist/lexical/ui/icons/Add/index.d.ts +3 -0
  936. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -0
  937. package/dist/lexical/ui/icons/Add/index.js +19 -0
  938. package/dist/lexical/ui/icons/Add/index.js.map +1 -0
  939. package/dist/lexical/ui/icons/Add/light.svg +4 -0
  940. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -0
  941. package/dist/lexical/ui/icons/AlignCenter/index.js +28 -0
  942. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -0
  943. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -0
  944. package/dist/lexical/ui/icons/AlignJustify/index.js +28 -0
  945. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -0
  946. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -0
  947. package/dist/lexical/ui/icons/AlignLeft/index.js +28 -0
  948. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -0
  949. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -0
  950. package/dist/lexical/ui/icons/AlignRight/index.js +28 -0
  951. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -0
  952. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -0
  953. package/dist/lexical/ui/icons/Block/index.js +37 -0
  954. package/dist/lexical/ui/icons/Block/index.js.map +1 -0
  955. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -0
  956. package/dist/lexical/ui/icons/Blockquote/index.js +19 -0
  957. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -0
  958. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -0
  959. package/dist/lexical/ui/icons/Bold/index.js +19 -0
  960. package/dist/lexical/ui/icons/Bold/index.js.map +1 -0
  961. package/dist/lexical/ui/icons/Caret/index.svg +3 -0
  962. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -0
  963. package/dist/lexical/ui/icons/Checklist/index.js +27 -0
  964. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -0
  965. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -0
  966. package/dist/lexical/ui/icons/Code/index.js +22 -0
  967. package/dist/lexical/ui/icons/Code/index.js.map +1 -0
  968. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -0
  969. package/dist/lexical/ui/icons/CodeBlock/index.js +22 -0
  970. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -0
  971. package/dist/lexical/ui/icons/DraggableBlock/light.svg +9 -0
  972. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -0
  973. package/dist/lexical/ui/icons/H1/index.js +19 -0
  974. package/dist/lexical/ui/icons/H1/index.js.map +1 -0
  975. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -0
  976. package/dist/lexical/ui/icons/H2/index.js +19 -0
  977. package/dist/lexical/ui/icons/H2/index.js.map +1 -0
  978. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -0
  979. package/dist/lexical/ui/icons/H3/index.js +19 -0
  980. package/dist/lexical/ui/icons/H3/index.js.map +1 -0
  981. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -0
  982. package/dist/lexical/ui/icons/H4/index.js +19 -0
  983. package/dist/lexical/ui/icons/H4/index.js.map +1 -0
  984. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -0
  985. package/dist/lexical/ui/icons/H5/index.js +19 -0
  986. package/dist/lexical/ui/icons/H5/index.js.map +1 -0
  987. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -0
  988. package/dist/lexical/ui/icons/H6/index.js +19 -0
  989. package/dist/lexical/ui/icons/H6/index.js.map +1 -0
  990. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -0
  991. package/dist/lexical/ui/icons/HorizontalRule/index.js +22 -0
  992. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -0
  993. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -0
  994. package/dist/lexical/ui/icons/IndentDecrease/index.js +31 -0
  995. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -0
  996. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -0
  997. package/dist/lexical/ui/icons/IndentIncrease/index.js +31 -0
  998. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -0
  999. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts +3 -0
  1000. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -0
  1001. package/dist/lexical/ui/icons/InlineBlocks/index.js +21 -0
  1002. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -0
  1003. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -0
  1004. package/dist/lexical/ui/icons/Italic/index.js +19 -0
  1005. package/dist/lexical/ui/icons/Italic/index.js.map +1 -0
  1006. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -0
  1007. package/dist/lexical/ui/icons/Link/index.js +20 -0
  1008. package/dist/lexical/ui/icons/Link/index.js.map +1 -0
  1009. package/dist/lexical/ui/icons/Meatballs/index.d.ts +3 -0
  1010. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -0
  1011. package/dist/lexical/ui/icons/Meatballs/index.js +22 -0
  1012. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -0
  1013. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -0
  1014. package/dist/lexical/ui/icons/OrderedList/index.js +34 -0
  1015. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -0
  1016. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -0
  1017. package/dist/lexical/ui/icons/Relationship/index.js +34 -0
  1018. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -0
  1019. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -0
  1020. package/dist/lexical/ui/icons/Strikethrough/index.js +22 -0
  1021. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -0
  1022. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -0
  1023. package/dist/lexical/ui/icons/Subscript/index.js +19 -0
  1024. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -0
  1025. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -0
  1026. package/dist/lexical/ui/icons/Superscript/index.js +19 -0
  1027. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -0
  1028. package/dist/lexical/ui/icons/Table/index.d.ts +3 -0
  1029. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -0
  1030. package/dist/lexical/ui/icons/Table/index.js +21 -0
  1031. package/dist/lexical/ui/icons/Table/index.js.map +1 -0
  1032. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -0
  1033. package/dist/lexical/ui/icons/Text/index.js +19 -0
  1034. package/dist/lexical/ui/icons/Text/index.js.map +1 -0
  1035. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -0
  1036. package/dist/lexical/ui/icons/Underline/index.js +22 -0
  1037. package/dist/lexical/ui/icons/Underline/index.js.map +1 -0
  1038. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -0
  1039. package/dist/lexical/ui/icons/UnorderedList/index.js +49 -0
  1040. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -0
  1041. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -0
  1042. package/dist/lexical/ui/icons/Upload/index.js +31 -0
  1043. package/dist/lexical/ui/icons/Upload/index.js.map +1 -0
  1044. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -0
  1045. package/dist/lexical/utils/canUseDOM.js +4 -0
  1046. package/dist/lexical/utils/canUseDOM.js.map +1 -0
  1047. package/dist/lexical/utils/environment.d.ts.map +1 -0
  1048. package/dist/lexical/utils/environment.js +15 -0
  1049. package/dist/lexical/utils/environment.js.map +1 -0
  1050. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -0
  1051. package/dist/lexical/utils/getDOMRangeRect.js +17 -0
  1052. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -0
  1053. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -0
  1054. package/dist/lexical/utils/getSelectedNode.js +22 -0
  1055. package/dist/lexical/utils/getSelectedNode.js.map +1 -0
  1056. package/dist/lexical/utils/guard.d.ts.map +1 -0
  1057. package/dist/lexical/utils/guard.js +6 -0
  1058. package/dist/lexical/utils/guard.js.map +1 -0
  1059. package/dist/lexical/utils/joinClasses.d.ts.map +1 -0
  1060. package/dist/lexical/utils/joinClasses.js +6 -0
  1061. package/dist/lexical/utils/joinClasses.js.map +1 -0
  1062. package/dist/lexical/utils/markdown/createBlockNode.d.ts +4 -0
  1063. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -0
  1064. package/dist/lexical/utils/markdown/createBlockNode.js +11 -0
  1065. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -0
  1066. package/dist/lexical/utils/nodeFormat.d.ts +41 -0
  1067. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -0
  1068. package/dist/lexical/utils/nodeFormat.js +87 -0
  1069. package/dist/lexical/utils/nodeFormat.js.map +1 -0
  1070. package/dist/lexical/utils/point.d.ts.map +1 -0
  1071. package/dist/lexical/utils/point.js +45 -0
  1072. package/dist/lexical/utils/point.js.map +1 -0
  1073. package/dist/lexical/utils/rect.d.ts +47 -0
  1074. package/dist/lexical/utils/rect.d.ts.map +1 -0
  1075. package/dist/lexical/utils/rect.js +171 -0
  1076. package/dist/lexical/utils/rect.js.map +1 -0
  1077. package/dist/lexical/utils/setFloatingElemPosition.d.ts +12 -0
  1078. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -0
  1079. package/dist/lexical/utils/setFloatingElemPosition.js +67 -0
  1080. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -0
  1081. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  1082. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +28 -0
  1083. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  1084. package/dist/lexical/utils/swipe.d.ts.map +1 -0
  1085. package/dist/lexical/utils/swipe.js +99 -0
  1086. package/dist/lexical/utils/swipe.js.map +1 -0
  1087. package/dist/lexical/utils/url.d.ts +8 -0
  1088. package/dist/lexical/utils/url.d.ts.map +1 -0
  1089. package/dist/lexical/utils/url.js +57 -0
  1090. package/dist/lexical/utils/url.js.map +1 -0
  1091. package/dist/nodeTypes.d.ts +32 -0
  1092. package/dist/nodeTypes.d.ts.map +1 -0
  1093. package/dist/nodeTypes.js +2 -0
  1094. package/dist/nodeTypes.js.map +1 -0
  1095. package/dist/populateGraphQL/defaultValue.d.ts +3 -0
  1096. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  1097. package/dist/populateGraphQL/defaultValue.js +28 -0
  1098. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  1099. package/dist/populateGraphQL/populate.d.ts +18 -0
  1100. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  1101. package/dist/populateGraphQL/populate.js +40 -0
  1102. package/dist/populateGraphQL/populate.js.map +1 -0
  1103. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  1104. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  1105. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +53 -0
  1106. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  1107. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  1108. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  1109. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +42 -0
  1110. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  1111. package/dist/types.d.ts +69 -21
  1112. package/dist/types.d.ts.map +1 -1
  1113. package/dist/types.js +1 -2
  1114. package/dist/types.js.map +1 -1
  1115. package/dist/utilities/createClientFeature.d.ts +11 -0
  1116. package/dist/utilities/createClientFeature.d.ts.map +1 -0
  1117. package/dist/utilities/createClientFeature.js +41 -0
  1118. package/dist/utilities/createClientFeature.js.map +1 -0
  1119. package/dist/utilities/createServerFeature.d.ts +17 -0
  1120. package/dist/utilities/createServerFeature.d.ts.map +1 -0
  1121. package/dist/utilities/createServerFeature.js +51 -0
  1122. package/dist/utilities/createServerFeature.js.map +1 -0
  1123. package/dist/utilities/fieldsDrawer/Drawer.d.ts +21 -0
  1124. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -0
  1125. package/dist/utilities/fieldsDrawer/Drawer.js +80 -0
  1126. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -0
  1127. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -0
  1128. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -0
  1129. package/dist/utilities/fieldsDrawer/DrawerContent.js +122 -0
  1130. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -0
  1131. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +13 -0
  1132. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -0
  1133. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +129 -0
  1134. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -0
  1135. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts +10 -0
  1136. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -0
  1137. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js +136 -0
  1138. package/dist/utilities/fieldsDrawer/useLexicalDrawer.js.map +1 -0
  1139. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts +16 -0
  1140. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -0
  1141. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js +144 -0
  1142. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js.map +1 -0
  1143. package/dist/utilities/forEachNodeRecursively.d.ts +10 -0
  1144. package/dist/utilities/forEachNodeRecursively.d.ts.map +1 -0
  1145. package/dist/utilities/forEachNodeRecursively.js +29 -0
  1146. package/dist/utilities/forEachNodeRecursively.js.map +1 -0
  1147. package/dist/utilities/generateImportMap.d.ts +6 -0
  1148. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1149. package/dist/utilities/generateImportMap.js +55 -0
  1150. package/dist/utilities/generateImportMap.js.map +1 -0
  1151. package/dist/utilities/generateSchemaMap.d.ts +6 -0
  1152. package/dist/utilities/generateSchemaMap.d.ts.map +1 -0
  1153. package/dist/utilities/generateSchemaMap.js +40 -0
  1154. package/dist/utilities/generateSchemaMap.js.map +1 -0
  1155. package/dist/utilities/initLexicalFeatures.d.ts +18 -0
  1156. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -0
  1157. package/dist/utilities/initLexicalFeatures.js +95 -0
  1158. package/dist/utilities/initLexicalFeatures.js.map +1 -0
  1159. package/dist/utilities/migrateSlateToLexical/index.d.ts +15 -0
  1160. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -0
  1161. package/dist/utilities/migrateSlateToLexical/index.js +149 -0
  1162. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -0
  1163. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +9 -0
  1164. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -0
  1165. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +80 -0
  1166. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -0
  1167. package/dist/utilities/recurseNodeTree.d.ts +9 -0
  1168. package/dist/utilities/recurseNodeTree.d.ts.map +1 -0
  1169. package/dist/utilities/recurseNodeTree.js +30 -0
  1170. package/dist/utilities/recurseNodeTree.js.map +1 -0
  1171. package/dist/utilities/upgradeLexicalData/index.d.ts +11 -0
  1172. package/dist/utilities/upgradeLexicalData/index.d.ts.map +1 -0
  1173. package/dist/utilities/upgradeLexicalData/index.js +114 -0
  1174. package/dist/utilities/upgradeLexicalData/index.js.map +1 -0
  1175. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +9 -0
  1176. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -0
  1177. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +83 -0
  1178. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -0
  1179. package/dist/utilities/useLexicalFeature.d.ts +3 -0
  1180. package/dist/utilities/useLexicalFeature.d.ts.map +1 -0
  1181. package/dist/utilities/useLexicalFeature.js +21 -0
  1182. package/dist/utilities/useLexicalFeature.js.map +1 -0
  1183. package/dist/validate/index.d.ts +3 -3
  1184. package/dist/validate/index.d.ts.map +1 -1
  1185. package/dist/validate/index.js +45 -23
  1186. package/dist/validate/index.js.map +1 -1
  1187. package/dist/validate/validateNodes.d.ts +5 -5
  1188. package/dist/validate/validateNodes.d.ts.map +1 -1
  1189. package/dist/validate/validateNodes.js +31 -28
  1190. package/dist/validate/validateNodes.js.map +1 -1
  1191. package/package.json +106 -57
  1192. package/dist/cell/index.d.ts +0 -6
  1193. package/dist/cell/index.d.ts.map +0 -1
  1194. package/dist/cell/index.js +0 -131
  1195. package/dist/cell/index.js.map +0 -1
  1196. package/dist/exports/components.d.ts +0 -6
  1197. package/dist/exports/components.d.ts.map +0 -1
  1198. package/dist/exports/components.js +0 -7
  1199. package/dist/exports/components.js.map +0 -1
  1200. package/dist/field/features/align/feature.client.d.ts +0 -3
  1201. package/dist/field/features/align/feature.client.d.ts.map +0 -1
  1202. package/dist/field/features/align/feature.client.js +0 -72
  1203. package/dist/field/features/align/feature.client.js.map +0 -1
  1204. package/dist/field/features/align/feature.server.d.ts +0 -3
  1205. package/dist/field/features/align/feature.server.d.ts.map +0 -1
  1206. package/dist/field/features/align/feature.server.js +0 -16
  1207. package/dist/field/features/align/feature.server.js.map +0 -1
  1208. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts +0 -3
  1209. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +0 -1
  1210. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +0 -12
  1211. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js.map +0 -1
  1212. package/dist/field/features/blockquote/feature.client.d.ts +0 -3
  1213. package/dist/field/features/blockquote/feature.client.d.ts.map +0 -1
  1214. package/dist/field/features/blockquote/feature.client.js +0 -70
  1215. package/dist/field/features/blockquote/feature.client.js.map +0 -1
  1216. package/dist/field/features/blockquote/feature.server.d.ts +0 -3
  1217. package/dist/field/features/blockquote/feature.server.d.ts.map +0 -1
  1218. package/dist/field/features/blockquote/feature.server.js +0 -47
  1219. package/dist/field/features/blockquote/feature.server.js.map +0 -1
  1220. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +0 -1
  1221. package/dist/field/features/blockquote/markdownTransformer.js +0 -42
  1222. package/dist/field/features/blockquote/markdownTransformer.js.map +0 -1
  1223. package/dist/field/features/blocks/component/BlockContent.d.ts +0 -27
  1224. package/dist/field/features/blocks/component/BlockContent.d.ts.map +0 -1
  1225. package/dist/field/features/blocks/component/BlockContent.js +0 -183
  1226. package/dist/field/features/blocks/component/BlockContent.js.map +0 -1
  1227. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +0 -12
  1228. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1229. package/dist/field/features/blocks/component/FormSavePlugin.js +0 -29
  1230. package/dist/field/features/blocks/component/FormSavePlugin.js.map +0 -1
  1231. package/dist/field/features/blocks/component/index.d.ts +0 -16
  1232. package/dist/field/features/blocks/component/index.d.ts.map +0 -1
  1233. package/dist/field/features/blocks/component/index.js +0 -131
  1234. package/dist/field/features/blocks/component/index.js.map +0 -1
  1235. package/dist/field/features/blocks/component/index.scss +0 -153
  1236. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +0 -11
  1237. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1238. package/dist/field/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1239. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1240. package/dist/field/features/blocks/drawer/index.d.ts +0 -9
  1241. package/dist/field/features/blocks/drawer/index.d.ts.map +0 -1
  1242. package/dist/field/features/blocks/drawer/index.js +0 -84
  1243. package/dist/field/features/blocks/drawer/index.js.map +0 -1
  1244. package/dist/field/features/blocks/feature.client.d.ts +0 -7
  1245. package/dist/field/features/blocks/feature.client.d.ts.map +0 -1
  1246. package/dist/field/features/blocks/feature.client.js +0 -61
  1247. package/dist/field/features/blocks/feature.client.js.map +0 -1
  1248. package/dist/field/features/blocks/feature.server.d.ts +0 -11
  1249. package/dist/field/features/blocks/feature.server.d.ts.map +0 -1
  1250. package/dist/field/features/blocks/feature.server.js +0 -112
  1251. package/dist/field/features/blocks/feature.server.js.map +0 -1
  1252. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1253. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1254. package/dist/field/features/blocks/nodes/BlocksNode.js +0 -92
  1255. package/dist/field/features/blocks/nodes/BlocksNode.js.map +0 -1
  1256. package/dist/field/features/blocks/plugin/commands.d.ts +0 -4
  1257. package/dist/field/features/blocks/plugin/commands.d.ts.map +0 -1
  1258. package/dist/field/features/blocks/plugin/commands.js +0 -5
  1259. package/dist/field/features/blocks/plugin/commands.js.map +0 -1
  1260. package/dist/field/features/blocks/plugin/index.d.ts +0 -5
  1261. package/dist/field/features/blocks/plugin/index.d.ts.map +0 -1
  1262. package/dist/field/features/blocks/plugin/index.js +0 -43
  1263. package/dist/field/features/blocks/plugin/index.js.map +0 -1
  1264. package/dist/field/features/blocks/populationPromise.d.ts +0 -5
  1265. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  1266. package/dist/field/features/blocks/populationPromise.js +0 -46
  1267. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  1268. package/dist/field/features/blocks/validate.d.ts +0 -5
  1269. package/dist/field/features/blocks/validate.d.ts.map +0 -1
  1270. package/dist/field/features/blocks/validate.js +0 -50
  1271. package/dist/field/features/blocks/validate.js.map +0 -1
  1272. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts +0 -3
  1273. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts.map +0 -1
  1274. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +0 -10
  1275. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js.map +0 -1
  1276. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts +0 -3
  1277. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +0 -1
  1278. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +0 -12
  1279. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js.map +0 -1
  1280. package/dist/field/features/converters/html/converter/converters/linebreak.d.ts.map +0 -1
  1281. package/dist/field/features/converters/html/converter/converters/linebreak.js +0 -10
  1282. package/dist/field/features/converters/html/converter/converters/linebreak.js.map +0 -1
  1283. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +0 -1
  1284. package/dist/field/features/converters/html/converter/converters/paragraph.js +0 -20
  1285. package/dist/field/features/converters/html/converter/converters/paragraph.js.map +0 -1
  1286. package/dist/field/features/converters/html/converter/converters/text.d.ts.map +0 -1
  1287. package/dist/field/features/converters/html/converter/converters/text.js +0 -33
  1288. package/dist/field/features/converters/html/converter/converters/text.js.map +0 -1
  1289. package/dist/field/features/converters/html/converter/defaultConverters.d.ts.map +0 -1
  1290. package/dist/field/features/converters/html/converter/defaultConverters.js +0 -10
  1291. package/dist/field/features/converters/html/converter/defaultConverters.js.map +0 -1
  1292. package/dist/field/features/converters/html/converter/index.d.ts +0 -21
  1293. package/dist/field/features/converters/html/converter/index.d.ts.map +0 -1
  1294. package/dist/field/features/converters/html/converter/index.js +0 -44
  1295. package/dist/field/features/converters/html/converter/index.js.map +0 -1
  1296. package/dist/field/features/converters/html/converter/types.d.ts +0 -19
  1297. package/dist/field/features/converters/html/converter/types.d.ts.map +0 -1
  1298. package/dist/field/features/converters/html/converter/types.js +0 -3
  1299. package/dist/field/features/converters/html/converter/types.js.map +0 -1
  1300. package/dist/field/features/converters/html/feature.server.d.ts +0 -9
  1301. package/dist/field/features/converters/html/feature.server.d.ts.map +0 -1
  1302. package/dist/field/features/converters/html/feature.server.js +0 -14
  1303. package/dist/field/features/converters/html/feature.server.js.map +0 -1
  1304. package/dist/field/features/converters/html/field/index.d.ts +0 -29
  1305. package/dist/field/features/converters/html/field/index.d.ts.map +0 -1
  1306. package/dist/field/features/converters/html/field/index.js +0 -117
  1307. package/dist/field/features/converters/html/field/index.js.map +0 -1
  1308. package/dist/field/features/createClientComponent.d.ts +0 -6
  1309. package/dist/field/features/createClientComponent.d.ts.map +0 -1
  1310. package/dist/field/features/createClientComponent.js +0 -12
  1311. package/dist/field/features/createClientComponent.js.map +0 -1
  1312. package/dist/field/features/createFeaturePropComponent.d.ts +0 -6
  1313. package/dist/field/features/createFeaturePropComponent.d.ts.map +0 -1
  1314. package/dist/field/features/createFeaturePropComponent.js +0 -15
  1315. package/dist/field/features/createFeaturePropComponent.js.map +0 -1
  1316. package/dist/field/features/debug/testrecorder/feature.client.d.ts +0 -3
  1317. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +0 -1
  1318. package/dist/field/features/debug/testrecorder/feature.client.js +0 -20
  1319. package/dist/field/features/debug/testrecorder/feature.client.js.map +0 -1
  1320. package/dist/field/features/debug/testrecorder/feature.server.d.ts +0 -3
  1321. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +0 -1
  1322. package/dist/field/features/debug/testrecorder/feature.server.js +0 -15
  1323. package/dist/field/features/debug/testrecorder/feature.server.js.map +0 -1
  1324. package/dist/field/features/debug/testrecorder/plugin/index.d.ts +0 -5
  1325. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +0 -1
  1326. package/dist/field/features/debug/testrecorder/plugin/index.js +0 -448
  1327. package/dist/field/features/debug/testrecorder/plugin/index.js.map +0 -1
  1328. package/dist/field/features/debug/testrecorder/plugin/index.scss +0 -49
  1329. package/dist/field/features/debug/treeview/feature.client.d.ts +0 -3
  1330. package/dist/field/features/debug/treeview/feature.client.d.ts.map +0 -1
  1331. package/dist/field/features/debug/treeview/feature.client.js +0 -20
  1332. package/dist/field/features/debug/treeview/feature.client.js.map +0 -1
  1333. package/dist/field/features/debug/treeview/feature.server.d.ts +0 -3
  1334. package/dist/field/features/debug/treeview/feature.server.d.ts.map +0 -1
  1335. package/dist/field/features/debug/treeview/feature.server.js +0 -15
  1336. package/dist/field/features/debug/treeview/feature.server.js.map +0 -1
  1337. package/dist/field/features/debug/treeview/plugin/index.d.ts +0 -4
  1338. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +0 -1
  1339. package/dist/field/features/debug/treeview/plugin/index.js +0 -21
  1340. package/dist/field/features/debug/treeview/plugin/index.js.map +0 -1
  1341. package/dist/field/features/debug/treeview/plugin/index.scss +0 -78
  1342. package/dist/field/features/format/bold/feature.client.d.ts +0 -3
  1343. package/dist/field/features/format/bold/feature.client.d.ts.map +0 -1
  1344. package/dist/field/features/format/bold/feature.client.js +0 -48
  1345. package/dist/field/features/format/bold/feature.client.js.map +0 -1
  1346. package/dist/field/features/format/bold/feature.server.d.ts +0 -3
  1347. package/dist/field/features/format/bold/feature.server.d.ts.map +0 -1
  1348. package/dist/field/features/format/bold/feature.server.js +0 -27
  1349. package/dist/field/features/format/bold/feature.server.js.map +0 -1
  1350. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +0 -1
  1351. package/dist/field/features/format/bold/markdownTransformers.js +0 -34
  1352. package/dist/field/features/format/bold/markdownTransformers.js.map +0 -1
  1353. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts +0 -3
  1354. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts.map +0 -1
  1355. package/dist/field/features/format/common/floatingSelectToolbarSection.js +0 -10
  1356. package/dist/field/features/format/common/floatingSelectToolbarSection.js.map +0 -1
  1357. package/dist/field/features/format/inlinecode/feature.client.d.ts +0 -3
  1358. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +0 -1
  1359. package/dist/field/features/format/inlinecode/feature.client.js +0 -43
  1360. package/dist/field/features/format/inlinecode/feature.client.js.map +0 -1
  1361. package/dist/field/features/format/inlinecode/feature.server.d.ts +0 -3
  1362. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +0 -1
  1363. package/dist/field/features/format/inlinecode/feature.server.js +0 -19
  1364. package/dist/field/features/format/inlinecode/feature.server.js.map +0 -1
  1365. package/dist/field/features/format/inlinecode/markdownTransformers.d.ts.map +0 -1
  1366. package/dist/field/features/format/inlinecode/markdownTransformers.js +0 -9
  1367. package/dist/field/features/format/inlinecode/markdownTransformers.js.map +0 -1
  1368. package/dist/field/features/format/italic/feature.client.d.ts +0 -3
  1369. package/dist/field/features/format/italic/feature.client.d.ts.map +0 -1
  1370. package/dist/field/features/format/italic/feature.client.js +0 -44
  1371. package/dist/field/features/format/italic/feature.client.js.map +0 -1
  1372. package/dist/field/features/format/italic/feature.server.d.ts +0 -3
  1373. package/dist/field/features/format/italic/feature.server.d.ts.map +0 -1
  1374. package/dist/field/features/format/italic/feature.server.js +0 -20
  1375. package/dist/field/features/format/italic/feature.server.js.map +0 -1
  1376. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +0 -1
  1377. package/dist/field/features/format/italic/markdownTransformers.js +0 -17
  1378. package/dist/field/features/format/italic/markdownTransformers.js.map +0 -1
  1379. package/dist/field/features/format/strikethrough/feature.client.d.ts +0 -3
  1380. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +0 -1
  1381. package/dist/field/features/format/strikethrough/feature.client.js +0 -43
  1382. package/dist/field/features/format/strikethrough/feature.client.js.map +0 -1
  1383. package/dist/field/features/format/strikethrough/feature.server.d.ts +0 -3
  1384. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +0 -1
  1385. package/dist/field/features/format/strikethrough/feature.server.js +0 -19
  1386. package/dist/field/features/format/strikethrough/feature.server.js.map +0 -1
  1387. package/dist/field/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  1388. package/dist/field/features/format/strikethrough/markdownTransformers.js +0 -9
  1389. package/dist/field/features/format/strikethrough/markdownTransformers.js.map +0 -1
  1390. package/dist/field/features/format/subscript/feature.client.d.ts +0 -3
  1391. package/dist/field/features/format/subscript/feature.client.d.ts.map +0 -1
  1392. package/dist/field/features/format/subscript/feature.client.js +0 -39
  1393. package/dist/field/features/format/subscript/feature.client.js.map +0 -1
  1394. package/dist/field/features/format/subscript/feature.server.d.ts +0 -3
  1395. package/dist/field/features/format/subscript/feature.server.d.ts.map +0 -1
  1396. package/dist/field/features/format/subscript/feature.server.js +0 -15
  1397. package/dist/field/features/format/subscript/feature.server.js.map +0 -1
  1398. package/dist/field/features/format/superscript/feature.client.d.ts +0 -3
  1399. package/dist/field/features/format/superscript/feature.client.d.ts.map +0 -1
  1400. package/dist/field/features/format/superscript/feature.client.js +0 -39
  1401. package/dist/field/features/format/superscript/feature.client.js.map +0 -1
  1402. package/dist/field/features/format/superscript/feature.server.d.ts +0 -3
  1403. package/dist/field/features/format/superscript/feature.server.d.ts.map +0 -1
  1404. package/dist/field/features/format/superscript/feature.server.js +0 -15
  1405. package/dist/field/features/format/superscript/feature.server.js.map +0 -1
  1406. package/dist/field/features/format/underline/feature.client.d.ts +0 -3
  1407. package/dist/field/features/format/underline/feature.client.d.ts.map +0 -1
  1408. package/dist/field/features/format/underline/feature.client.js +0 -39
  1409. package/dist/field/features/format/underline/feature.client.js.map +0 -1
  1410. package/dist/field/features/format/underline/feature.server.d.ts +0 -3
  1411. package/dist/field/features/format/underline/feature.server.d.ts.map +0 -1
  1412. package/dist/field/features/format/underline/feature.server.js +0 -15
  1413. package/dist/field/features/format/underline/feature.server.js.map +0 -1
  1414. package/dist/field/features/heading/feature.client.d.ts +0 -4
  1415. package/dist/field/features/heading/feature.client.d.ts.map +0 -1
  1416. package/dist/field/features/heading/feature.client.js +0 -97
  1417. package/dist/field/features/heading/feature.client.js.map +0 -1
  1418. package/dist/field/features/heading/feature.server.d.ts +0 -7
  1419. package/dist/field/features/heading/feature.server.d.ts.map +0 -1
  1420. package/dist/field/features/heading/feature.server.js +0 -58
  1421. package/dist/field/features/heading/feature.server.js.map +0 -1
  1422. package/dist/field/features/heading/markdownTransformer.d.ts.map +0 -1
  1423. package/dist/field/features/heading/markdownTransformer.js +0 -30
  1424. package/dist/field/features/heading/markdownTransformer.js.map +0 -1
  1425. package/dist/field/features/horizontalrule/component/index.d.ts +0 -10
  1426. package/dist/field/features/horizontalrule/component/index.d.ts.map +0 -1
  1427. package/dist/field/features/horizontalrule/component/index.js +0 -64
  1428. package/dist/field/features/horizontalrule/component/index.js.map +0 -1
  1429. package/dist/field/features/horizontalrule/feature.client.d.ts +0 -3
  1430. package/dist/field/features/horizontalrule/feature.client.d.ts.map +0 -1
  1431. package/dist/field/features/horizontalrule/feature.client.js +0 -53
  1432. package/dist/field/features/horizontalrule/feature.client.js.map +0 -1
  1433. package/dist/field/features/horizontalrule/feature.server.d.ts +0 -3
  1434. package/dist/field/features/horizontalrule/feature.server.d.ts.map +0 -1
  1435. package/dist/field/features/horizontalrule/feature.server.js +0 -36
  1436. package/dist/field/features/horizontalrule/feature.server.js.map +0 -1
  1437. package/dist/field/features/horizontalrule/markdownTransformer.d.ts.map +0 -1
  1438. package/dist/field/features/horizontalrule/markdownTransformer.js +0 -23
  1439. package/dist/field/features/horizontalrule/markdownTransformer.js.map +0 -1
  1440. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts +0 -55
  1441. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1442. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js +0 -89
  1443. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js.map +0 -1
  1444. package/dist/field/features/horizontalrule/plugin/index.d.ts +0 -6
  1445. package/dist/field/features/horizontalrule/plugin/index.d.ts.map +0 -1
  1446. package/dist/field/features/horizontalrule/plugin/index.js +0 -34
  1447. package/dist/field/features/horizontalrule/plugin/index.js.map +0 -1
  1448. package/dist/field/features/horizontalrule/plugin/index.scss +0 -20
  1449. package/dist/field/features/indent/feature.client.d.ts +0 -3
  1450. package/dist/field/features/indent/feature.client.d.ts.map +0 -1
  1451. package/dist/field/features/indent/feature.client.js +0 -58
  1452. package/dist/field/features/indent/feature.client.js.map +0 -1
  1453. package/dist/field/features/indent/feature.server.d.ts +0 -3
  1454. package/dist/field/features/indent/feature.server.d.ts.map +0 -1
  1455. package/dist/field/features/indent/feature.server.js +0 -16
  1456. package/dist/field/features/indent/feature.server.js.map +0 -1
  1457. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts +0 -3
  1458. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts.map +0 -1
  1459. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +0 -10
  1460. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js.map +0 -1
  1461. package/dist/field/features/indent/index.scss +0 -4
  1462. package/dist/field/features/link/drawer/baseFields.d.ts +0 -4
  1463. package/dist/field/features/link/drawer/baseFields.d.ts.map +0 -1
  1464. package/dist/field/features/link/drawer/baseFields.js +0 -107
  1465. package/dist/field/features/link/drawer/baseFields.js.map +0 -1
  1466. package/dist/field/features/link/drawer/index.d.ts +0 -5
  1467. package/dist/field/features/link/drawer/index.d.ts.map +0 -1
  1468. package/dist/field/features/link/drawer/index.js +0 -94
  1469. package/dist/field/features/link/drawer/index.js.map +0 -1
  1470. package/dist/field/features/link/drawer/index.scss +0 -50
  1471. package/dist/field/features/link/drawer/types.d.ts +0 -8
  1472. package/dist/field/features/link/drawer/types.d.ts.map +0 -1
  1473. package/dist/field/features/link/drawer/types.js +0 -3
  1474. package/dist/field/features/link/drawer/types.js.map +0 -1
  1475. package/dist/field/features/link/feature.client.d.ts +0 -5
  1476. package/dist/field/features/link/feature.client.d.ts.map +0 -1
  1477. package/dist/field/features/link/feature.client.js +0 -90
  1478. package/dist/field/features/link/feature.client.js.map +0 -1
  1479. package/dist/field/features/link/feature.server.d.ts +0 -33
  1480. package/dist/field/features/link/feature.server.d.ts.map +0 -1
  1481. package/dist/field/features/link/feature.server.js +0 -105
  1482. package/dist/field/features/link/feature.server.js.map +0 -1
  1483. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +0 -1
  1484. package/dist/field/features/link/nodes/AutoLinkNode.js +0 -61
  1485. package/dist/field/features/link/nodes/AutoLinkNode.js.map +0 -1
  1486. package/dist/field/features/link/nodes/LinkNode.d.ts +0 -38
  1487. package/dist/field/features/link/nodes/LinkNode.d.ts.map +0 -1
  1488. package/dist/field/features/link/nodes/LinkNode.js +0 -301
  1489. package/dist/field/features/link/nodes/LinkNode.js.map +0 -1
  1490. package/dist/field/features/link/nodes/types.d.ts +0 -19
  1491. package/dist/field/features/link/nodes/types.d.ts.map +0 -1
  1492. package/dist/field/features/link/nodes/types.js +0 -3
  1493. package/dist/field/features/link/nodes/types.js.map +0 -1
  1494. package/dist/field/features/link/plugins/autoLink/index.d.ts +0 -19
  1495. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1496. package/dist/field/features/link/plugins/autoLink/index.js +0 -321
  1497. package/dist/field/features/link/plugins/autoLink/index.js.map +0 -1
  1498. package/dist/field/features/link/plugins/clickableLink/index.d.ts +0 -3
  1499. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1500. package/dist/field/features/link/plugins/clickableLink/index.js +0 -10
  1501. package/dist/field/features/link/plugins/clickableLink/index.js.map +0 -1
  1502. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1503. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -5
  1504. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1505. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1506. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -259
  1507. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1508. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +0 -6
  1509. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1510. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1511. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1512. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -78
  1513. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1514. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1515. package/dist/field/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1516. package/dist/field/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1517. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -12
  1518. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1519. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +0 -38
  1520. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1521. package/dist/field/features/link/plugins/link/index.d.ts +0 -2
  1522. package/dist/field/features/link/plugins/link/index.d.ts.map +0 -1
  1523. package/dist/field/features/link/plugins/link/index.js +0 -62
  1524. package/dist/field/features/link/plugins/link/index.js.map +0 -1
  1525. package/dist/field/features/link/populationPromise.d.ts +0 -5
  1526. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  1527. package/dist/field/features/link/populationPromise.js +0 -46
  1528. package/dist/field/features/link/populationPromise.js.map +0 -1
  1529. package/dist/field/features/lists/checklist/feature.client.d.ts +0 -3
  1530. package/dist/field/features/lists/checklist/feature.client.d.ts.map +0 -1
  1531. package/dist/field/features/lists/checklist/feature.client.js +0 -82
  1532. package/dist/field/features/lists/checklist/feature.client.js.map +0 -1
  1533. package/dist/field/features/lists/checklist/feature.server.d.ts +0 -3
  1534. package/dist/field/features/lists/checklist/feature.server.d.ts.map +0 -1
  1535. package/dist/field/features/lists/checklist/feature.server.js +0 -36
  1536. package/dist/field/features/lists/checklist/feature.server.js.map +0 -1
  1537. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  1538. package/dist/field/features/lists/checklist/markdownTransformers.js +0 -17
  1539. package/dist/field/features/lists/checklist/markdownTransformers.js.map +0 -1
  1540. package/dist/field/features/lists/checklist/plugin/index.d.ts +0 -3
  1541. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1542. package/dist/field/features/lists/checklist/plugin/index.js +0 -9
  1543. package/dist/field/features/lists/checklist/plugin/index.js.map +0 -1
  1544. package/dist/field/features/lists/common/markdown.d.ts +0 -6
  1545. package/dist/field/features/lists/common/markdown.d.ts.map +0 -1
  1546. package/dist/field/features/lists/common/markdown.js +0 -59
  1547. package/dist/field/features/lists/common/markdown.js.map +0 -1
  1548. package/dist/field/features/lists/htmlConverter.d.ts +0 -5
  1549. package/dist/field/features/lists/htmlConverter.d.ts.map +0 -1
  1550. package/dist/field/features/lists/htmlConverter.js +0 -57
  1551. package/dist/field/features/lists/htmlConverter.js.map +0 -1
  1552. package/dist/field/features/lists/orderedlist/feature.client.d.ts +0 -3
  1553. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +0 -1
  1554. package/dist/field/features/lists/orderedlist/feature.client.js +0 -72
  1555. package/dist/field/features/lists/orderedlist/feature.client.js.map +0 -1
  1556. package/dist/field/features/lists/orderedlist/feature.server.d.ts +0 -3
  1557. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +0 -1
  1558. package/dist/field/features/lists/orderedlist/feature.server.js +0 -36
  1559. package/dist/field/features/lists/orderedlist/feature.server.js.map +0 -1
  1560. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +0 -1
  1561. package/dist/field/features/lists/orderedlist/markdownTransformer.js +0 -17
  1562. package/dist/field/features/lists/orderedlist/markdownTransformer.js.map +0 -1
  1563. package/dist/field/features/lists/plugin/index.d.ts +0 -3
  1564. package/dist/field/features/lists/plugin/index.d.ts.map +0 -1
  1565. package/dist/field/features/lists/plugin/index.js +0 -9
  1566. package/dist/field/features/lists/plugin/index.js.map +0 -1
  1567. package/dist/field/features/lists/unorderedlist/feature.client.d.ts +0 -3
  1568. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +0 -1
  1569. package/dist/field/features/lists/unorderedlist/feature.client.js +0 -72
  1570. package/dist/field/features/lists/unorderedlist/feature.client.js.map +0 -1
  1571. package/dist/field/features/lists/unorderedlist/feature.server.d.ts +0 -3
  1572. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +0 -1
  1573. package/dist/field/features/lists/unorderedlist/feature.server.js +0 -36
  1574. package/dist/field/features/lists/unorderedlist/feature.server.js.map +0 -1
  1575. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +0 -1
  1576. package/dist/field/features/lists/unorderedlist/markdownTransformer.js +0 -17
  1577. package/dist/field/features/lists/unorderedlist/markdownTransformer.js.map +0 -1
  1578. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -6
  1579. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1580. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1581. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1582. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -3
  1583. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1584. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -20
  1585. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  1586. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1587. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1588. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1589. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1590. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -6
  1591. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1592. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1593. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1594. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -3
  1595. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1596. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -31
  1597. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  1598. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1599. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1600. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1601. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1602. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -6
  1603. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1604. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1605. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1606. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -3
  1607. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  1608. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -22
  1609. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  1610. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1611. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1612. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1613. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1614. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -6
  1615. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1616. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1617. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1618. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -3
  1619. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1620. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -22
  1621. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  1622. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1623. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1624. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1625. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1626. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -6
  1627. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1628. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1629. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1630. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -3
  1631. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  1632. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -20
  1633. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  1634. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1635. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1636. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1637. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1638. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -6
  1639. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1640. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1641. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1642. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -3
  1643. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1644. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -26
  1645. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  1646. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1647. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1648. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1649. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1650. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -6
  1651. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1652. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1653. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1654. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -3
  1655. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1656. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -25
  1657. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  1658. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1659. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1660. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1661. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1662. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -3
  1663. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  1664. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -18
  1665. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  1666. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -17
  1667. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  1668. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js +0 -63
  1669. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  1670. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -31
  1671. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  1672. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js +0 -3
  1673. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  1674. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -3
  1675. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  1676. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +0 -34
  1677. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  1678. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -9
  1679. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  1680. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +0 -47
  1681. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  1682. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1683. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1684. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1685. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1686. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1687. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1688. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1689. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1690. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -6
  1691. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1692. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1693. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1694. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -3
  1695. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  1696. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -23
  1697. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  1698. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1699. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1700. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1701. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1702. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -6
  1703. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1704. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1705. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1706. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -3
  1707. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1708. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js +0 -29
  1709. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  1710. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1711. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1712. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1713. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1714. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -6
  1715. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1716. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1717. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1718. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -3
  1719. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  1720. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js +0 -35
  1721. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  1722. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1723. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1724. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1725. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1726. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -6
  1727. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1728. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1729. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1730. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -3
  1731. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1732. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js +0 -30
  1733. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  1734. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1735. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1736. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1737. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1738. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -6
  1739. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1740. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1741. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1742. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -3
  1743. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1744. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -25
  1745. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  1746. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1747. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1748. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1749. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1750. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -6
  1751. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1752. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1753. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1754. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -3
  1755. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  1756. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -26
  1757. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  1758. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1759. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1760. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1761. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1762. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -6
  1763. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1764. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1765. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1766. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -3
  1767. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  1768. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -18
  1769. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  1770. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1771. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1772. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1773. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1774. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -6
  1775. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1776. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1777. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1778. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -3
  1779. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1780. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -27
  1781. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  1782. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1783. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1784. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1785. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1786. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -6
  1787. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1788. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1789. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1790. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -3
  1791. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  1792. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -26
  1793. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  1794. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1795. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1796. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1797. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1798. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -6
  1799. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1800. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1801. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1802. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -3
  1803. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1804. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -21
  1805. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  1806. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1807. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1808. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1809. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1810. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -3
  1811. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  1812. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js +0 -24
  1813. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  1814. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  1815. package/dist/field/features/migrations/slateToLexical/converter/index.js +0 -107
  1816. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +0 -1
  1817. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +0 -25
  1818. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  1819. package/dist/field/features/migrations/slateToLexical/converter/types.js +0 -3
  1820. package/dist/field/features/migrations/slateToLexical/converter/types.js.map +0 -1
  1821. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +0 -3
  1822. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  1823. package/dist/field/features/migrations/slateToLexical/feature.client.js +0 -34
  1824. package/dist/field/features/migrations/slateToLexical/feature.client.js.map +0 -1
  1825. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +0 -9
  1826. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  1827. package/dist/field/features/migrations/slateToLexical/feature.server.js +0 -47
  1828. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +0 -1
  1829. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1830. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1831. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1832. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1833. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1834. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1835. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1836. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1837. package/dist/field/features/paragraph/feature.client.d.ts +0 -3
  1838. package/dist/field/features/paragraph/feature.client.d.ts.map +0 -1
  1839. package/dist/field/features/paragraph/feature.client.js +0 -65
  1840. package/dist/field/features/paragraph/feature.client.js.map +0 -1
  1841. package/dist/field/features/paragraph/feature.server.d.ts +0 -3
  1842. package/dist/field/features/paragraph/feature.server.d.ts.map +0 -1
  1843. package/dist/field/features/paragraph/feature.server.js +0 -16
  1844. package/dist/field/features/paragraph/feature.server.js.map +0 -1
  1845. package/dist/field/features/relationship/drawer/commands.d.ts.map +0 -1
  1846. package/dist/field/features/relationship/drawer/commands.js +0 -5
  1847. package/dist/field/features/relationship/drawer/commands.js.map +0 -1
  1848. package/dist/field/features/relationship/drawer/index.d.ts.map +0 -1
  1849. package/dist/field/features/relationship/drawer/index.js +0 -81
  1850. package/dist/field/features/relationship/drawer/index.js.map +0 -1
  1851. package/dist/field/features/relationship/feature.client.d.ts +0 -4
  1852. package/dist/field/features/relationship/feature.client.d.ts.map +0 -1
  1853. package/dist/field/features/relationship/feature.client.js +0 -56
  1854. package/dist/field/features/relationship/feature.client.js.map +0 -1
  1855. package/dist/field/features/relationship/feature.server.d.ts +0 -18
  1856. package/dist/field/features/relationship/feature.server.d.ts.map +0 -1
  1857. package/dist/field/features/relationship/feature.server.js +0 -26
  1858. package/dist/field/features/relationship/feature.server.js.map +0 -1
  1859. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +0 -36
  1860. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1861. package/dist/field/features/relationship/nodes/RelationshipNode.js +0 -110
  1862. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1863. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -14
  1864. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1865. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +0 -109
  1866. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1867. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  1868. package/dist/field/features/relationship/plugins/index.d.ts +0 -7
  1869. package/dist/field/features/relationship/plugins/index.d.ts.map +0 -1
  1870. package/dist/field/features/relationship/plugins/index.js +0 -52
  1871. package/dist/field/features/relationship/plugins/index.js.map +0 -1
  1872. package/dist/field/features/relationship/populationPromise.d.ts +0 -4
  1873. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  1874. package/dist/field/features/relationship/populationPromise.js +0 -24
  1875. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  1876. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1877. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +0 -35
  1878. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1879. package/dist/field/features/types.d.ts +0 -274
  1880. package/dist/field/features/types.d.ts.map +0 -1
  1881. package/dist/field/features/types.js +0 -3
  1882. package/dist/field/features/types.js.map +0 -1
  1883. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +0 -12
  1884. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  1885. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +0 -126
  1886. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +0 -1
  1887. package/dist/field/features/upload/component/index.d.ts +0 -9
  1888. package/dist/field/features/upload/component/index.d.ts.map +0 -1
  1889. package/dist/field/features/upload/component/index.js +0 -144
  1890. package/dist/field/features/upload/component/index.js.map +0 -1
  1891. package/dist/field/features/upload/component/index.scss +0 -152
  1892. package/dist/field/features/upload/drawer/commands.d.ts.map +0 -1
  1893. package/dist/field/features/upload/drawer/commands.js +0 -6
  1894. package/dist/field/features/upload/drawer/commands.js.map +0 -1
  1895. package/dist/field/features/upload/drawer/index.d.ts.map +0 -1
  1896. package/dist/field/features/upload/drawer/index.js +0 -78
  1897. package/dist/field/features/upload/drawer/index.js.map +0 -1
  1898. package/dist/field/features/upload/feature.client.d.ts +0 -10
  1899. package/dist/field/features/upload/feature.client.d.ts.map +0 -1
  1900. package/dist/field/features/upload/feature.client.js +0 -55
  1901. package/dist/field/features/upload/feature.client.js.map +0 -1
  1902. package/dist/field/features/upload/feature.server.d.ts +0 -12
  1903. package/dist/field/features/upload/feature.server.d.ts.map +0 -1
  1904. package/dist/field/features/upload/feature.server.js +0 -122
  1905. package/dist/field/features/upload/feature.server.js.map +0 -1
  1906. package/dist/field/features/upload/nodes/UploadNode.d.ts +0 -49
  1907. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1908. package/dist/field/features/upload/nodes/UploadNode.js +0 -102
  1909. package/dist/field/features/upload/nodes/UploadNode.js.map +0 -1
  1910. package/dist/field/features/upload/plugin/index.d.ts +0 -7
  1911. package/dist/field/features/upload/plugin/index.d.ts.map +0 -1
  1912. package/dist/field/features/upload/plugin/index.js +0 -55
  1913. package/dist/field/features/upload/plugin/index.js.map +0 -1
  1914. package/dist/field/features/upload/populationPromise.d.ts +0 -5
  1915. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  1916. package/dist/field/features/upload/populationPromise.js +0 -46
  1917. package/dist/field/features/upload/populationPromise.js.map +0 -1
  1918. package/dist/field/features/upload/validate.d.ts +0 -4
  1919. package/dist/field/features/upload/validate.d.ts.map +0 -1
  1920. package/dist/field/features/upload/validate.js +0 -17
  1921. package/dist/field/features/upload/validate.js.map +0 -1
  1922. package/dist/field/index.scss +0 -46
  1923. package/dist/field/lexical/EditorPlugin.d.ts +0 -7
  1924. package/dist/field/lexical/EditorPlugin.d.ts.map +0 -1
  1925. package/dist/field/lexical/EditorPlugin.js +0 -11
  1926. package/dist/field/lexical/EditorPlugin.js.map +0 -1
  1927. package/dist/field/lexical/LexicalEditor.d.ts +0 -5
  1928. package/dist/field/lexical/LexicalEditor.d.ts.map +0 -1
  1929. package/dist/field/lexical/LexicalEditor.js +0 -112
  1930. package/dist/field/lexical/LexicalEditor.js.map +0 -1
  1931. package/dist/field/lexical/LexicalEditor.scss +0 -56
  1932. package/dist/field/lexical/LexicalProvider.d.ts +0 -19
  1933. package/dist/field/lexical/LexicalProvider.d.ts.map +0 -1
  1934. package/dist/field/lexical/LexicalProvider.js +0 -67
  1935. package/dist/field/lexical/LexicalProvider.js.map +0 -1
  1936. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +0 -24
  1937. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +0 -1
  1938. package/dist/field/lexical/config/client/EditorConfigProvider.js +0 -41
  1939. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +0 -1
  1940. package/dist/field/lexical/config/client/default.d.ts +0 -3
  1941. package/dist/field/lexical/config/client/default.d.ts.map +0 -1
  1942. package/dist/field/lexical/config/client/default.js +0 -8
  1943. package/dist/field/lexical/config/client/default.js.map +0 -1
  1944. package/dist/field/lexical/config/client/loader.d.ts +0 -12
  1945. package/dist/field/lexical/config/client/loader.d.ts.map +0 -1
  1946. package/dist/field/lexical/config/client/loader.js +0 -46
  1947. package/dist/field/lexical/config/client/loader.js.map +0 -1
  1948. package/dist/field/lexical/config/client/sanitize.d.ts +0 -6
  1949. package/dist/field/lexical/config/client/sanitize.d.ts.map +0 -1
  1950. package/dist/field/lexical/config/client/sanitize.js +0 -126
  1951. package/dist/field/lexical/config/client/sanitize.js.map +0 -1
  1952. package/dist/field/lexical/config/server/default.d.ts +0 -8
  1953. package/dist/field/lexical/config/server/default.d.ts.map +0 -1
  1954. package/dist/field/lexical/config/server/default.js +0 -53
  1955. package/dist/field/lexical/config/server/default.js.map +0 -1
  1956. package/dist/field/lexical/config/server/loader.d.ts +0 -7
  1957. package/dist/field/lexical/config/server/loader.d.ts.map +0 -1
  1958. package/dist/field/lexical/config/server/loader.js +0 -118
  1959. package/dist/field/lexical/config/server/loader.js.map +0 -1
  1960. package/dist/field/lexical/config/server/sanitize.d.ts +0 -5
  1961. package/dist/field/lexical/config/server/sanitize.d.ts.map +0 -1
  1962. package/dist/field/lexical/config/server/sanitize.js +0 -65
  1963. package/dist/field/lexical/config/server/sanitize.js.map +0 -1
  1964. package/dist/field/lexical/config/types.d.ts +0 -21
  1965. package/dist/field/lexical/config/types.d.ts.map +0 -1
  1966. package/dist/field/lexical/config/types.js +0 -3
  1967. package/dist/field/lexical/config/types.js.map +0 -1
  1968. package/dist/field/lexical/nodes/index.d.ts +0 -7
  1969. package/dist/field/lexical/nodes/index.d.ts.map +0 -1
  1970. package/dist/field/lexical/nodes/index.js +0 -10
  1971. package/dist/field/lexical/nodes/index.js.map +0 -1
  1972. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts +0 -8
  1973. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts.map +0 -1
  1974. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js +0 -97
  1975. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js.map +0 -1
  1976. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -37
  1977. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +0 -17
  1978. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +0 -1
  1979. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js +0 -251
  1980. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js.map +0 -1
  1981. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts +0 -18
  1982. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +0 -1
  1983. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +0 -42
  1984. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js.map +0 -1
  1985. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +0 -100
  1986. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +0 -6
  1987. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +0 -1
  1988. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +0 -270
  1989. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js.map +0 -1
  1990. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +0 -57
  1991. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +0 -40
  1992. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +0 -1
  1993. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js +0 -3
  1994. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js.map +0 -1
  1995. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +0 -1
  1996. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +0 -13
  1997. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +0 -1
  1998. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -32
  1999. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +0 -1
  2000. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +0 -404
  2001. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +0 -1
  2002. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +0 -25
  2003. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +0 -1
  2004. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +0 -207
  2005. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +0 -1
  2006. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +0 -39
  2007. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +0 -1
  2008. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +0 -39
  2009. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +0 -1
  2010. package/dist/field/lexical/plugins/SlashMenu/index.d.ts +0 -6
  2011. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +0 -1
  2012. package/dist/field/lexical/plugins/SlashMenu/index.js +0 -172
  2013. package/dist/field/lexical/plugins/SlashMenu/index.js.map +0 -1
  2014. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  2015. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +0 -1
  2016. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +0 -33
  2017. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +0 -1
  2018. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +0 -6
  2019. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +0 -1
  2020. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +0 -241
  2021. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +0 -1
  2022. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  2023. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +0 -2
  2024. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +0 -1
  2025. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +0 -14
  2026. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +0 -1
  2027. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +0 -1
  2028. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +0 -14
  2029. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +0 -1
  2030. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts +0 -27
  2031. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts.map +0 -1
  2032. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js +0 -151
  2033. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js.map +0 -1
  2034. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +0 -3
  2035. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +0 -1
  2036. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +0 -27
  2037. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +0 -1
  2038. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +0 -6
  2039. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +0 -1
  2040. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +0 -298
  2041. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +0 -1
  2042. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -55
  2043. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +0 -3
  2044. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +0 -1
  2045. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +0 -49
  2046. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +0 -1
  2047. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +0 -1
  2048. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +0 -35
  2049. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +0 -1
  2050. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +0 -1
  2051. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js +0 -14
  2052. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js.map +0 -1
  2053. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +0 -1
  2054. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +0 -7
  2055. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +0 -1
  2056. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +0 -1
  2057. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js +0 -5
  2058. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js.map +0 -1
  2059. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +0 -1
  2060. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +0 -27
  2061. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +0 -1
  2062. package/dist/field/lexical/theme/EditorTheme.d.ts +0 -4
  2063. package/dist/field/lexical/theme/EditorTheme.d.ts.map +0 -1
  2064. package/dist/field/lexical/theme/EditorTheme.js +0 -106
  2065. package/dist/field/lexical/theme/EditorTheme.js.map +0 -1
  2066. package/dist/field/lexical/theme/EditorTheme.scss +0 -509
  2067. package/dist/field/lexical/ui/ContentEditable.d.ts +0 -6
  2068. package/dist/field/lexical/ui/ContentEditable.d.ts.map +0 -1
  2069. package/dist/field/lexical/ui/ContentEditable.js +0 -11
  2070. package/dist/field/lexical/ui/ContentEditable.js.map +0 -1
  2071. package/dist/field/lexical/ui/ContentEditable.scss +0 -25
  2072. package/dist/field/lexical/ui/icons/AI/index.d.ts.map +0 -1
  2073. package/dist/field/lexical/ui/icons/AI/index.js +0 -27
  2074. package/dist/field/lexical/ui/icons/AI/index.js.map +0 -1
  2075. package/dist/field/lexical/ui/icons/AlignCenter/index.d.ts.map +0 -1
  2076. package/dist/field/lexical/ui/icons/AlignCenter/index.js +0 -25
  2077. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +0 -1
  2078. package/dist/field/lexical/ui/icons/AlignJustify/index.d.ts.map +0 -1
  2079. package/dist/field/lexical/ui/icons/AlignJustify/index.js +0 -25
  2080. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +0 -1
  2081. package/dist/field/lexical/ui/icons/AlignLeft/index.d.ts.map +0 -1
  2082. package/dist/field/lexical/ui/icons/AlignLeft/index.js +0 -25
  2083. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +0 -1
  2084. package/dist/field/lexical/ui/icons/AlignRight/index.d.ts.map +0 -1
  2085. package/dist/field/lexical/ui/icons/AlignRight/index.js +0 -25
  2086. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +0 -1
  2087. package/dist/field/lexical/ui/icons/Block/index.d.ts.map +0 -1
  2088. package/dist/field/lexical/ui/icons/Block/index.js +0 -34
  2089. package/dist/field/lexical/ui/icons/Block/index.js.map +0 -1
  2090. package/dist/field/lexical/ui/icons/Blockquote/index.d.ts.map +0 -1
  2091. package/dist/field/lexical/ui/icons/Blockquote/index.js +0 -16
  2092. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +0 -1
  2093. package/dist/field/lexical/ui/icons/Bold/index.d.ts.map +0 -1
  2094. package/dist/field/lexical/ui/icons/Bold/index.js +0 -16
  2095. package/dist/field/lexical/ui/icons/Bold/index.js.map +0 -1
  2096. package/dist/field/lexical/ui/icons/Caret/index.svg +0 -3
  2097. package/dist/field/lexical/ui/icons/Checklist/index.d.ts.map +0 -1
  2098. package/dist/field/lexical/ui/icons/Checklist/index.js +0 -24
  2099. package/dist/field/lexical/ui/icons/Checklist/index.js.map +0 -1
  2100. package/dist/field/lexical/ui/icons/Code/index.d.ts.map +0 -1
  2101. package/dist/field/lexical/ui/icons/Code/index.js +0 -19
  2102. package/dist/field/lexical/ui/icons/Code/index.js.map +0 -1
  2103. package/dist/field/lexical/ui/icons/CodeBlock/index.d.ts.map +0 -1
  2104. package/dist/field/lexical/ui/icons/CodeBlock/index.js +0 -19
  2105. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +0 -1
  2106. package/dist/field/lexical/ui/icons/H1/index.d.ts.map +0 -1
  2107. package/dist/field/lexical/ui/icons/H1/index.js +0 -16
  2108. package/dist/field/lexical/ui/icons/H1/index.js.map +0 -1
  2109. package/dist/field/lexical/ui/icons/H2/index.d.ts.map +0 -1
  2110. package/dist/field/lexical/ui/icons/H2/index.js +0 -16
  2111. package/dist/field/lexical/ui/icons/H2/index.js.map +0 -1
  2112. package/dist/field/lexical/ui/icons/H3/index.d.ts.map +0 -1
  2113. package/dist/field/lexical/ui/icons/H3/index.js +0 -16
  2114. package/dist/field/lexical/ui/icons/H3/index.js.map +0 -1
  2115. package/dist/field/lexical/ui/icons/H4/index.d.ts.map +0 -1
  2116. package/dist/field/lexical/ui/icons/H4/index.js +0 -16
  2117. package/dist/field/lexical/ui/icons/H4/index.js.map +0 -1
  2118. package/dist/field/lexical/ui/icons/H5/index.d.ts.map +0 -1
  2119. package/dist/field/lexical/ui/icons/H5/index.js +0 -16
  2120. package/dist/field/lexical/ui/icons/H5/index.js.map +0 -1
  2121. package/dist/field/lexical/ui/icons/H6/index.d.ts.map +0 -1
  2122. package/dist/field/lexical/ui/icons/H6/index.js +0 -16
  2123. package/dist/field/lexical/ui/icons/H6/index.js.map +0 -1
  2124. package/dist/field/lexical/ui/icons/HorizontalRule/index.d.ts.map +0 -1
  2125. package/dist/field/lexical/ui/icons/HorizontalRule/index.js +0 -19
  2126. package/dist/field/lexical/ui/icons/HorizontalRule/index.js.map +0 -1
  2127. package/dist/field/lexical/ui/icons/IndentDecrease/index.d.ts.map +0 -1
  2128. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +0 -28
  2129. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +0 -1
  2130. package/dist/field/lexical/ui/icons/IndentIncrease/index.d.ts.map +0 -1
  2131. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +0 -28
  2132. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +0 -1
  2133. package/dist/field/lexical/ui/icons/Italic/index.d.ts.map +0 -1
  2134. package/dist/field/lexical/ui/icons/Italic/index.js +0 -16
  2135. package/dist/field/lexical/ui/icons/Italic/index.js.map +0 -1
  2136. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +0 -1
  2137. package/dist/field/lexical/ui/icons/Link/index.js +0 -27
  2138. package/dist/field/lexical/ui/icons/Link/index.js.map +0 -1
  2139. package/dist/field/lexical/ui/icons/OrderedList/index.d.ts.map +0 -1
  2140. package/dist/field/lexical/ui/icons/OrderedList/index.js +0 -31
  2141. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +0 -1
  2142. package/dist/field/lexical/ui/icons/Relationship/index.d.ts.map +0 -1
  2143. package/dist/field/lexical/ui/icons/Relationship/index.js +0 -27
  2144. package/dist/field/lexical/ui/icons/Relationship/index.js.map +0 -1
  2145. package/dist/field/lexical/ui/icons/Strikethrough/index.d.ts.map +0 -1
  2146. package/dist/field/lexical/ui/icons/Strikethrough/index.js +0 -19
  2147. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +0 -1
  2148. package/dist/field/lexical/ui/icons/Subscript/index.d.ts.map +0 -1
  2149. package/dist/field/lexical/ui/icons/Subscript/index.js +0 -16
  2150. package/dist/field/lexical/ui/icons/Subscript/index.js.map +0 -1
  2151. package/dist/field/lexical/ui/icons/Superscript/index.d.ts.map +0 -1
  2152. package/dist/field/lexical/ui/icons/Superscript/index.js +0 -16
  2153. package/dist/field/lexical/ui/icons/Superscript/index.js.map +0 -1
  2154. package/dist/field/lexical/ui/icons/Text/index.d.ts.map +0 -1
  2155. package/dist/field/lexical/ui/icons/Text/index.js +0 -16
  2156. package/dist/field/lexical/ui/icons/Text/index.js.map +0 -1
  2157. package/dist/field/lexical/ui/icons/Underline/index.d.ts.map +0 -1
  2158. package/dist/field/lexical/ui/icons/Underline/index.js +0 -19
  2159. package/dist/field/lexical/ui/icons/Underline/index.js.map +0 -1
  2160. package/dist/field/lexical/ui/icons/UnorderedList/index.d.ts.map +0 -1
  2161. package/dist/field/lexical/ui/icons/UnorderedList/index.js +0 -46
  2162. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +0 -1
  2163. package/dist/field/lexical/ui/icons/Upload/index.d.ts.map +0 -1
  2164. package/dist/field/lexical/ui/icons/Upload/index.js +0 -28
  2165. package/dist/field/lexical/ui/icons/Upload/index.js.map +0 -1
  2166. package/dist/field/lexical/utils/canUseDOM.d.ts.map +0 -1
  2167. package/dist/field/lexical/utils/canUseDOM.js +0 -3
  2168. package/dist/field/lexical/utils/canUseDOM.js.map +0 -1
  2169. package/dist/field/lexical/utils/cloneDeep.d.ts +0 -2
  2170. package/dist/field/lexical/utils/cloneDeep.d.ts.map +0 -1
  2171. package/dist/field/lexical/utils/cloneDeep.js +0 -50
  2172. package/dist/field/lexical/utils/cloneDeep.js.map +0 -1
  2173. package/dist/field/lexical/utils/environment.d.ts.map +0 -1
  2174. package/dist/field/lexical/utils/environment.js +0 -14
  2175. package/dist/field/lexical/utils/environment.js.map +0 -1
  2176. package/dist/field/lexical/utils/getDOMRangeRect.d.ts.map +0 -1
  2177. package/dist/field/lexical/utils/getDOMRangeRect.js +0 -16
  2178. package/dist/field/lexical/utils/getDOMRangeRect.js.map +0 -1
  2179. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +0 -1
  2180. package/dist/field/lexical/utils/getSelectedNode.js +0 -18
  2181. package/dist/field/lexical/utils/getSelectedNode.js.map +0 -1
  2182. package/dist/field/lexical/utils/guard.d.ts.map +0 -1
  2183. package/dist/field/lexical/utils/guard.js +0 -5
  2184. package/dist/field/lexical/utils/guard.js.map +0 -1
  2185. package/dist/field/lexical/utils/invariant.d.ts +0 -2
  2186. package/dist/field/lexical/utils/invariant.d.ts.map +0 -1
  2187. package/dist/field/lexical/utils/invariant.js +0 -12
  2188. package/dist/field/lexical/utils/invariant.js.map +0 -1
  2189. package/dist/field/lexical/utils/joinClasses.d.ts.map +0 -1
  2190. package/dist/field/lexical/utils/joinClasses.js +0 -5
  2191. package/dist/field/lexical/utils/joinClasses.js.map +0 -1
  2192. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts +0 -4
  2193. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts.map +0 -1
  2194. package/dist/field/lexical/utils/markdown/createBlockNode.js +0 -12
  2195. package/dist/field/lexical/utils/markdown/createBlockNode.js.map +0 -1
  2196. package/dist/field/lexical/utils/nodeFormat.d.ts +0 -41
  2197. package/dist/field/lexical/utils/nodeFormat.d.ts.map +0 -1
  2198. package/dist/field/lexical/utils/nodeFormat.js +0 -88
  2199. package/dist/field/lexical/utils/nodeFormat.js.map +0 -1
  2200. package/dist/field/lexical/utils/point.d.ts.map +0 -1
  2201. package/dist/field/lexical/utils/point.js +0 -37
  2202. package/dist/field/lexical/utils/point.js.map +0 -1
  2203. package/dist/field/lexical/utils/rect.d.ts +0 -47
  2204. package/dist/field/lexical/utils/rect.d.ts.map +0 -1
  2205. package/dist/field/lexical/utils/rect.js +0 -138
  2206. package/dist/field/lexical/utils/rect.js.map +0 -1
  2207. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +0 -2
  2208. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +0 -1
  2209. package/dist/field/lexical/utils/setFloatingElemPosition.js +0 -53
  2210. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +0 -1
  2211. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +0 -1
  2212. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js +0 -27
  2213. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +0 -1
  2214. package/dist/field/lexical/utils/swipe.d.ts.map +0 -1
  2215. package/dist/field/lexical/utils/swipe.js +0 -100
  2216. package/dist/field/lexical/utils/swipe.js.map +0 -1
  2217. package/dist/field/lexical/utils/url.d.ts +0 -3
  2218. package/dist/field/lexical/utils/url.d.ts.map +0 -1
  2219. package/dist/field/lexical/utils/url.js +0 -25
  2220. package/dist/field/lexical/utils/url.js.map +0 -1
  2221. package/dist/generateComponentMap.d.ts +0 -6
  2222. package/dist/generateComponentMap.d.ts.map +0 -1
  2223. package/dist/generateComponentMap.js +0 -86
  2224. package/dist/generateComponentMap.js.map +0 -1
  2225. package/dist/generateSchemaMap.d.ts +0 -6
  2226. package/dist/generateSchemaMap.d.ts.map +0 -1
  2227. package/dist/generateSchemaMap.js +0 -31
  2228. package/dist/generateSchemaMap.js.map +0 -1
  2229. package/dist/populate/defaultValue.d.ts +0 -4
  2230. package/dist/populate/defaultValue.d.ts.map +0 -1
  2231. package/dist/populate/defaultValue.js +0 -50
  2232. package/dist/populate/defaultValue.js.map +0 -1
  2233. package/dist/populate/populate.d.ts +0 -21
  2234. package/dist/populate/populate.d.ts.map +0 -1
  2235. package/dist/populate/populate.js +0 -21
  2236. package/dist/populate/populate.js.map +0 -1
  2237. package/dist/populate/recurseNestedFields.d.ts +0 -25
  2238. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  2239. package/dist/populate/recurseNestedFields.js +0 -26
  2240. package/dist/populate/recurseNestedFields.js.map +0 -1
  2241. package/dist/populate/richTextRelationshipPromise.d.ts +0 -23
  2242. package/dist/populate/richTextRelationshipPromise.d.ts.map +0 -1
  2243. package/dist/populate/richTextRelationshipPromise.js +0 -68
  2244. package/dist/populate/richTextRelationshipPromise.js.map +0 -1
  2245. package/dist/scss/app.scss +0 -208
  2246. package/dist/scss/colors.scss +0 -269
  2247. package/dist/scss/queries.scss +0 -27
  2248. package/dist/scss/resets.scss +0 -17
  2249. package/dist/scss/styles.scss +0 -11
  2250. package/dist/scss/svg.scss +0 -10
  2251. package/dist/scss/toastify.scss +0 -58
  2252. package/dist/scss/type.scss +0 -117
  2253. package/dist/scss/vars.scss +0 -213
  2254. package/dist/scss/z-index.scss +0 -9
  2255. package/dist/useLexicalFeature.d.ts +0 -3
  2256. package/dist/useLexicalFeature.d.ts.map +0 -1
  2257. package/dist/useLexicalFeature.js +0 -9
  2258. package/dist/useLexicalFeature.js.map +0 -1
  2259. /package/dist/{field/features → features}/blockquote/markdownTransformer.d.ts +0 -0
  2260. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.d.ts +0 -0
  2261. /package/dist/{field/features → features}/converters/html/converter/converters/paragraph.d.ts +0 -0
  2262. /package/dist/{field/features → features}/converters/html/converter/converters/text.d.ts +0 -0
  2263. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.d.ts +0 -0
  2264. /package/dist/{field/features → features}/format/bold/markdownTransformers.d.ts +0 -0
  2265. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.d.ts +0 -0
  2266. /package/dist/{field/features → features}/format/italic/markdownTransformers.d.ts +0 -0
  2267. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.d.ts +0 -0
  2268. /package/dist/{field/features → features}/heading/markdownTransformer.d.ts +0 -0
  2269. /package/dist/{field/features/horizontalrule → features/horizontalRule/client}/markdownTransformer.d.ts +0 -0
  2270. /package/dist/{field/features/link → features/link/client}/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  2271. /package/dist/{field/features/link → features/link/client}/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  2272. /package/dist/{field/features → features}/link/nodes/AutoLinkNode.d.ts +0 -0
  2273. /package/dist/{field/features → features}/lists/checklist/markdownTransformers.d.ts +0 -0
  2274. /package/dist/{field/features/lists/orderedlist → features/lists/orderedList}/markdownTransformer.d.ts +0 -0
  2275. /package/dist/{field/features/lists/unorderedlist → features/lists/unorderedList}/markdownTransformer.d.ts +0 -0
  2276. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2277. /package/dist/{field/features → features}/migrations/slateToLexical/converter/index.d.ts +0 -0
  2278. /package/dist/{field/features → features}/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2279. /package/dist/{field/features/relationship → features/relationship/client}/drawer/commands.d.ts +0 -0
  2280. /package/dist/{field/features/relationship → features/relationship/client}/drawer/index.d.ts +0 -0
  2281. /package/dist/{field/features/relationship → features/relationship/client}/utils/EnabledRelationshipsCondition.d.ts +0 -0
  2282. /package/dist/{field/features/upload → features/upload/client}/drawer/commands.d.ts +0 -0
  2283. /package/dist/{field/features/upload → features/upload/client}/drawer/index.d.ts +0 -0
  2284. /package/dist/{field/lexical → lexical}/plugins/MarkdownShortcut/index.d.ts +0 -0
  2285. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.d.ts +0 -0
  2286. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts +0 -0
  2287. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.d.ts +0 -0
  2288. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.d.ts +0 -0
  2289. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getTopLevelNodeKeys.d.ts +0 -0
  2290. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.d.ts +0 -0
  2291. /package/dist/{field/lexical → lexical}/plugins/handles/utils/setHandlePosition.d.ts +0 -0
  2292. /package/dist/{field/lexical → lexical}/ui/icons/AI/index.d.ts +0 -0
  2293. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.svg +0 -0
  2294. /package/dist/{field/lexical → lexical}/ui/icons/AlignCenter/index.d.ts +0 -0
  2295. /package/dist/{field/lexical → lexical}/ui/icons/AlignJustify/index.d.ts +0 -0
  2296. /package/dist/{field/lexical → lexical}/ui/icons/AlignLeft/index.d.ts +0 -0
  2297. /package/dist/{field/lexical → lexical}/ui/icons/AlignRight/index.d.ts +0 -0
  2298. /package/dist/{field/lexical → lexical}/ui/icons/Block/index.d.ts +0 -0
  2299. /package/dist/{field/lexical → lexical}/ui/icons/Blockquote/index.d.ts +0 -0
  2300. /package/dist/{field/lexical → lexical}/ui/icons/Bold/index.d.ts +0 -0
  2301. /package/dist/{field/lexical → lexical}/ui/icons/Checklist/index.d.ts +0 -0
  2302. /package/dist/{field/lexical → lexical}/ui/icons/Code/index.d.ts +0 -0
  2303. /package/dist/{field/lexical → lexical}/ui/icons/CodeBlock/index.d.ts +0 -0
  2304. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/index.svg +0 -0
  2305. /package/dist/{field/lexical → lexical}/ui/icons/Edit/index.svg +0 -0
  2306. /package/dist/{field/lexical → lexical}/ui/icons/H1/index.d.ts +0 -0
  2307. /package/dist/{field/lexical → lexical}/ui/icons/H2/index.d.ts +0 -0
  2308. /package/dist/{field/lexical → lexical}/ui/icons/H3/index.d.ts +0 -0
  2309. /package/dist/{field/lexical → lexical}/ui/icons/H4/index.d.ts +0 -0
  2310. /package/dist/{field/lexical → lexical}/ui/icons/H5/index.d.ts +0 -0
  2311. /package/dist/{field/lexical → lexical}/ui/icons/H6/index.d.ts +0 -0
  2312. /package/dist/{field/lexical → lexical}/ui/icons/HorizontalRule/index.d.ts +0 -0
  2313. /package/dist/{field/lexical → lexical}/ui/icons/IndentDecrease/index.d.ts +0 -0
  2314. /package/dist/{field/lexical → lexical}/ui/icons/IndentIncrease/index.d.ts +0 -0
  2315. /package/dist/{field/lexical → lexical}/ui/icons/Italic/index.d.ts +0 -0
  2316. /package/dist/{field/lexical → lexical}/ui/icons/Link/index.d.ts +0 -0
  2317. /package/dist/{field/lexical → lexical}/ui/icons/OrderedList/index.d.ts +0 -0
  2318. /package/dist/{field/lexical → lexical}/ui/icons/Relationship/index.d.ts +0 -0
  2319. /package/dist/{field/lexical → lexical}/ui/icons/Remove/index.svg +0 -0
  2320. /package/dist/{field/lexical → lexical}/ui/icons/Strikethrough/index.d.ts +0 -0
  2321. /package/dist/{field/lexical → lexical}/ui/icons/Subscript/index.d.ts +0 -0
  2322. /package/dist/{field/lexical → lexical}/ui/icons/Superscript/index.d.ts +0 -0
  2323. /package/dist/{field/lexical → lexical}/ui/icons/Text/index.d.ts +0 -0
  2324. /package/dist/{field/lexical → lexical}/ui/icons/Underline/index.d.ts +0 -0
  2325. /package/dist/{field/lexical → lexical}/ui/icons/UnorderedList/index.d.ts +0 -0
  2326. /package/dist/{field/lexical → lexical}/ui/icons/Upload/index.d.ts +0 -0
  2327. /package/dist/{field/lexical → lexical}/utils/canUseDOM.d.ts +0 -0
  2328. /package/dist/{field/lexical → lexical}/utils/environment.d.ts +0 -0
  2329. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.d.ts +0 -0
  2330. /package/dist/{field/lexical → lexical}/utils/getSelectedNode.d.ts +0 -0
  2331. /package/dist/{field/lexical → lexical}/utils/guard.d.ts +0 -0
  2332. /package/dist/{field/lexical → lexical}/utils/joinClasses.d.ts +0 -0
  2333. /package/dist/{field/lexical → lexical}/utils/point.d.ts +0 -0
  2334. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -0
  2335. /package/dist/{field/lexical → lexical}/utils/swipe.d.ts +0 -0
@@ -0,0 +1,40 @@
1
+ import { traverseFields } from '@payloadcms/ui/utilities/buildFieldSchemaMap/traverseFields';
2
+ export const getGenerateSchemaMap = args => ({
3
+ config,
4
+ field,
5
+ i18n,
6
+ schemaMap,
7
+ schemaPath
8
+ }) => {
9
+ for (const [featureKey, resolvedFeature] of args.resolvedFeatureMap.entries()) {
10
+ if (!('generateSchemaMap' in resolvedFeature) || typeof resolvedFeature.generateSchemaMap !== 'function') {
11
+ continue;
12
+ }
13
+ const schemas = resolvedFeature.generateSchemaMap({
14
+ config,
15
+ field,
16
+ i18n,
17
+ props: resolvedFeature.sanitizedServerFeatureProps,
18
+ schemaMap,
19
+ schemaPath
20
+ });
21
+ if (schemas) {
22
+ for (const [schemaKey, field] of schemas.entries()) {
23
+ if ('fields' in field) {
24
+ // generate schema map entries for sub-fields using traverseFields
25
+ traverseFields({
26
+ config,
27
+ fields: field.fields,
28
+ i18n,
29
+ parentIndexPath: '',
30
+ parentSchemaPath: `${schemaPath}.lexical_internal_feature.${featureKey}.${schemaKey}`,
31
+ schemaMap
32
+ });
33
+ }
34
+ schemaMap.set(`${schemaPath}.lexical_internal_feature.${featureKey}.${schemaKey}`, field);
35
+ }
36
+ }
37
+ }
38
+ return schemaMap;
39
+ };
40
+ //# sourceMappingURL=generateSchemaMap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generateSchemaMap.js","names":["traverseFields","getGenerateSchemaMap","args","config","field","i18n","schemaMap","schemaPath","featureKey","resolvedFeature","resolvedFeatureMap","entries","generateSchemaMap","schemas","props","sanitizedServerFeatureProps","schemaKey","fields","parentIndexPath","parentSchemaPath","set"],"sources":["../../src/utilities/generateSchemaMap.ts"],"sourcesContent":["import type { RichTextAdapter } from 'payload'\n\nimport { traverseFields } from '@payloadcms/ui/utilities/buildFieldSchemaMap/traverseFields'\n\nimport type { ResolvedServerFeatureMap } from '../features/typesServer.js'\n\nexport const getGenerateSchemaMap =\n (args: { resolvedFeatureMap: ResolvedServerFeatureMap }): RichTextAdapter['generateSchemaMap'] =>\n ({ config, field, i18n, schemaMap, schemaPath }) => {\n for (const [featureKey, resolvedFeature] of args.resolvedFeatureMap.entries()) {\n if (\n !('generateSchemaMap' in resolvedFeature) ||\n typeof resolvedFeature.generateSchemaMap !== 'function'\n ) {\n continue\n }\n const schemas = resolvedFeature.generateSchemaMap({\n config,\n field,\n i18n,\n props: resolvedFeature.sanitizedServerFeatureProps,\n schemaMap,\n schemaPath,\n })\n\n if (schemas) {\n for (const [schemaKey, field] of schemas.entries()) {\n if ('fields' in field) {\n // generate schema map entries for sub-fields using traverseFields\n traverseFields({\n config,\n fields: field.fields,\n i18n,\n parentIndexPath: '',\n parentSchemaPath: `${schemaPath}.lexical_internal_feature.${featureKey}.${schemaKey}`,\n schemaMap,\n })\n }\n\n schemaMap.set(`${schemaPath}.lexical_internal_feature.${featureKey}.${schemaKey}`, field)\n }\n }\n }\n\n return schemaMap\n }\n"],"mappings":"AAEA,SAASA,cAAc,QAAQ;AAI/B,OAAO,MAAMC,oBAAA,GACVC,IAAA,IACD,CAAC;EAAEC,MAAM;EAAEC,KAAK;EAAEC,IAAI;EAAEC,SAAS;EAAEC;AAAU,CAAE;EAC7C,KAAK,MAAM,CAACC,UAAA,EAAYC,eAAA,CAAgB,IAAIP,IAAA,CAAKQ,kBAAkB,CAACC,OAAO,IAAI;IAC7E,IACE,EAAE,uBAAuBF,eAAc,KACvC,OAAOA,eAAA,CAAgBG,iBAAiB,KAAK,YAC7C;MACA;IACF;IACA,MAAMC,OAAA,GAAUJ,eAAA,CAAgBG,iBAAiB,CAAC;MAChDT,MAAA;MACAC,KAAA;MACAC,IAAA;MACAS,KAAA,EAAOL,eAAA,CAAgBM,2BAA2B;MAClDT,SAAA;MACAC;IACF;IAEA,IAAIM,OAAA,EAAS;MACX,KAAK,MAAM,CAACG,SAAA,EAAWZ,KAAA,CAAM,IAAIS,OAAA,CAAQF,OAAO,IAAI;QAClD,IAAI,YAAYP,KAAA,EAAO;UACrB;UACAJ,cAAA,CAAe;YACbG,MAAA;YACAc,MAAA,EAAQb,KAAA,CAAMa,MAAM;YACpBZ,IAAA;YACAa,eAAA,EAAiB;YACjBC,gBAAA,EAAkB,GAAGZ,UAAA,6BAAuCC,UAAA,IAAcQ,SAAA,EAAW;YACrFV;UACF;QACF;QAEAA,SAAA,CAAUc,GAAG,CAAC,GAAGb,UAAA,6BAAuCC,UAAA,IAAcQ,SAAA,EAAW,EAAEZ,KAAA;MACrF;IACF;EACF;EAEA,OAAOE,SAAA;AACT","ignoreList":[]}
@@ -0,0 +1,18 @@
1
+ import type { I18nClient } from '@payloadcms/translations';
2
+ import { type FieldSchemaMap, type Payload } from 'payload';
3
+ import type { SanitizedServerEditorConfig } from '../lexical/config/types.js';
4
+ import type { FeatureClientSchemaMap, LexicalRichTextFieldProps } from '../types.js';
5
+ type Args = {
6
+ fieldSchemaMap: FieldSchemaMap;
7
+ i18n: I18nClient;
8
+ path: string;
9
+ payload: Payload;
10
+ sanitizedEditorConfig: SanitizedServerEditorConfig;
11
+ schemaPath: string;
12
+ };
13
+ export declare function initLexicalFeatures(args: Args): {
14
+ clientFeatures: LexicalRichTextFieldProps['clientFeatures'];
15
+ featureClientSchemaMap: FeatureClientSchemaMap;
16
+ };
17
+ export {};
18
+ //# sourceMappingURL=initLexicalFeatures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initLexicalFeatures.d.ts","sourceRoot":"","sources":["../../src/utilities/initLexicalFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAG1D,OAAO,EAIL,KAAK,cAAc,EACnB,KAAK,OAAO,EACb,MAAM,SAAS,CAAA;AAGhB,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAA;AAC7E,OAAO,KAAK,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;AACpF,KAAK,IAAI,GAAG;IACV,cAAc,EAAE,cAAc,CAAA;IAC9B,IAAI,EAAE,UAAU,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,OAAO,CAAA;IAChB,qBAAqB,EAAE,2BAA2B,CAAA;IAClD,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG;IAC/C,cAAc,EAAE,yBAAyB,CAAC,gBAAgB,CAAC,CAAA;IAC3D,sBAAsB,EAAE,sBAAsB,CAAA;CAC/C,CA2HA"}
@@ -0,0 +1,95 @@
1
+ import { getFromImportMap } from '@payloadcms/ui/elements/RenderServerComponent';
2
+ import { createClientFields, deepCopyObjectSimple } from 'payload';
3
+ export function initLexicalFeatures(args) {
4
+ const clientFeatures = {};
5
+ const fieldSchemaMap = Object.fromEntries(new Map(args.fieldSchemaMap));
6
+ //&const value = deepCopyObjectSimple(args.fieldState.value)
7
+ // turn args.resolvedFeatureMap into an array of [key, value] pairs, ordered by value.order, lowest order first:
8
+ const resolvedFeatureMapArray = Array.from(args.sanitizedEditorConfig.resolvedFeatureMap.entries()).sort((a, b) => a[1].order - b[1].order);
9
+ const featureClientSchemaMap = {};
10
+ for (const [featureKey, resolvedFeature] of resolvedFeatureMapArray) {
11
+ clientFeatures[featureKey] = {};
12
+ /**
13
+ * Handle client features
14
+ */
15
+ const ClientFeaturePayloadComponent = resolvedFeature.ClientFeature;
16
+ if (ClientFeaturePayloadComponent) {
17
+ const clientFeatureProvider = getFromImportMap({
18
+ importMap: args.payload.importMap,
19
+ PayloadComponent: ClientFeaturePayloadComponent,
20
+ schemaPath: 'lexical-clientComponent',
21
+ silent: true
22
+ });
23
+ if (!clientFeatureProvider) {
24
+ continue;
25
+ }
26
+ const clientFeatureProps = resolvedFeature.clientFeatureProps ?? {};
27
+ clientFeatureProps.featureKey = resolvedFeature.key;
28
+ clientFeatureProps.order = resolvedFeature.order;
29
+ if (typeof ClientFeaturePayloadComponent === 'object' && ClientFeaturePayloadComponent.clientProps) {
30
+ clientFeatureProps.clientProps = ClientFeaturePayloadComponent.clientProps;
31
+ }
32
+ // As clientFeatureProvider is a client function, we cannot execute it on the server here. Thus, the client will have to execute clientFeatureProvider with its props
33
+ clientFeatures[featureKey] = {
34
+ clientFeatureProps,
35
+ clientFeatureProvider
36
+ };
37
+ }
38
+ /**
39
+ * Handle sub-fields (formstate of those)ttt
40
+ */ // The args.fieldSchemaMap generated before in buildFormState should contain all of lexical features' sub-field schemas
41
+ // as well, as it already called feature.generateSchemaMap for each feature.
42
+ // We will check for the existance resolvedFeature.generateSchemaMap to skip unnecessary loops for constructing featureSchemaMap, but we don't run it here
43
+ if (resolvedFeature.generateSchemaMap) {
44
+ const featureSchemaPath = [...args.schemaPath.split('.'), 'lexical_internal_feature', featureKey].join('.');
45
+ const featurePath = [...args.path.split('.'), 'lexical_internal_feature', featureKey].join('.');
46
+ // Like args.fieldSchemaMap, we only want to include the sub-fields of the current feature
47
+ const featureSchemaMap = {};
48
+ for (const key in fieldSchemaMap) {
49
+ const state = fieldSchemaMap[key];
50
+ if (key.startsWith(featureSchemaPath)) {
51
+ featureSchemaMap[key] = state;
52
+ }
53
+ }
54
+ featureClientSchemaMap[featureKey] = {};
55
+ for (const key in featureSchemaMap) {
56
+ const state = featureSchemaMap[key];
57
+ const clientFields = createClientFields({
58
+ clientFields: 'fields' in state ? deepCopyObjectSimple(state.fields) : [deepCopyObjectSimple(state)],
59
+ defaultIDType: args.payload.config.db.defaultIDType,
60
+ disableAddingID: true,
61
+ fields: 'fields' in state ? state.fields : [state],
62
+ i18n: args.i18n
63
+ });
64
+ featureClientSchemaMap[featureKey][key] = clientFields;
65
+ }
66
+ /*
67
+ This is for providing an initial form state. Right now we only want to provide the clientfields though
68
+ const schemaMap: {
69
+ [key: string]: FieldState
70
+ } = {}
71
+ const lexicalDeepIterate = (editorState) => {
72
+ console.log('STATE', editorState)
73
+ if (
74
+ editorState &&
75
+ typeof editorState === 'object' &&
76
+ 'children' in editorState &&
77
+ Array.isArray(editorState.children)
78
+ ) {
79
+ for (const childKey in editorState.children) {
80
+ const childState = editorState.children[childKey]
81
+ if (childState && typeof childState === 'object') {
82
+ lexicalDeepIterate(childState)
83
+ }
84
+ }
85
+ }
86
+ }
87
+ lexicalDeepIterate(value.root)*/
88
+ }
89
+ }
90
+ return {
91
+ clientFeatures,
92
+ featureClientSchemaMap
93
+ };
94
+ }
95
+ //# sourceMappingURL=initLexicalFeatures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initLexicalFeatures.js","names":["getFromImportMap","createClientFields","deepCopyObjectSimple","initLexicalFeatures","args","clientFeatures","fieldSchemaMap","Object","fromEntries","Map","resolvedFeatureMapArray","Array","from","sanitizedEditorConfig","resolvedFeatureMap","entries","sort","a","b","order","featureClientSchemaMap","featureKey","resolvedFeature","ClientFeaturePayloadComponent","ClientFeature","clientFeatureProvider","importMap","payload","PayloadComponent","schemaPath","silent","clientFeatureProps","key","clientProps","generateSchemaMap","featureSchemaPath","split","join","featurePath","path","featureSchemaMap","state","startsWith","clientFields","fields","defaultIDType","config","db","disableAddingID","i18n"],"sources":["../../src/utilities/initLexicalFeatures.ts"],"sourcesContent":["import type { I18nClient } from '@payloadcms/translations'\n\nimport { getFromImportMap } from '@payloadcms/ui/elements/RenderServerComponent'\nimport {\n type ClientField,\n createClientFields,\n deepCopyObjectSimple,\n type FieldSchemaMap,\n type Payload,\n} from 'payload'\n\nimport type { FeatureProviderProviderClient } from '../features/typesClient.js'\nimport type { SanitizedServerEditorConfig } from '../lexical/config/types.js'\nimport type { FeatureClientSchemaMap, LexicalRichTextFieldProps } from '../types.js'\ntype Args = {\n fieldSchemaMap: FieldSchemaMap\n i18n: I18nClient\n path: string\n payload: Payload\n sanitizedEditorConfig: SanitizedServerEditorConfig\n schemaPath: string\n}\n\nexport function initLexicalFeatures(args: Args): {\n clientFeatures: LexicalRichTextFieldProps['clientFeatures']\n featureClientSchemaMap: FeatureClientSchemaMap\n} {\n const clientFeatures: LexicalRichTextFieldProps['clientFeatures'] = {}\n\n const fieldSchemaMap = Object.fromEntries(new Map(args.fieldSchemaMap))\n //&const value = deepCopyObjectSimple(args.fieldState.value)\n\n // turn args.resolvedFeatureMap into an array of [key, value] pairs, ordered by value.order, lowest order first:\n const resolvedFeatureMapArray = Array.from(\n args.sanitizedEditorConfig.resolvedFeatureMap.entries(),\n ).sort((a, b) => a[1].order - b[1].order)\n\n const featureClientSchemaMap: FeatureClientSchemaMap = {}\n\n for (const [featureKey, resolvedFeature] of resolvedFeatureMapArray) {\n clientFeatures[featureKey] = {}\n\n /**\n * Handle client features\n */\n const ClientFeaturePayloadComponent = resolvedFeature.ClientFeature\n\n if (ClientFeaturePayloadComponent) {\n const clientFeatureProvider = getFromImportMap<FeatureProviderProviderClient>({\n importMap: args.payload.importMap,\n PayloadComponent: ClientFeaturePayloadComponent,\n schemaPath: 'lexical-clientComponent',\n silent: true,\n })\n\n if (!clientFeatureProvider) {\n continue\n }\n\n const clientFeatureProps = resolvedFeature.clientFeatureProps ?? {}\n clientFeatureProps.featureKey = resolvedFeature.key\n clientFeatureProps.order = resolvedFeature.order\n if (\n typeof ClientFeaturePayloadComponent === 'object' &&\n ClientFeaturePayloadComponent.clientProps\n ) {\n clientFeatureProps.clientProps = ClientFeaturePayloadComponent.clientProps\n }\n\n // As clientFeatureProvider is a client function, we cannot execute it on the server here. Thus, the client will have to execute clientFeatureProvider with its props\n clientFeatures[featureKey] = { clientFeatureProps, clientFeatureProvider }\n }\n\n /**\n * Handle sub-fields (formstate of those)ttt\n */\n // The args.fieldSchemaMap generated before in buildFormState should contain all of lexical features' sub-field schemas\n // as well, as it already called feature.generateSchemaMap for each feature.\n // We will check for the existance resolvedFeature.generateSchemaMap to skip unnecessary loops for constructing featureSchemaMap, but we don't run it here\n if (resolvedFeature.generateSchemaMap) {\n const featureSchemaPath = [\n ...args.schemaPath.split('.'),\n 'lexical_internal_feature',\n featureKey,\n ].join('.')\n\n const featurePath = [...args.path.split('.'), 'lexical_internal_feature', featureKey].join(\n '.',\n )\n\n // Like args.fieldSchemaMap, we only want to include the sub-fields of the current feature\n const featureSchemaMap: typeof fieldSchemaMap = {}\n for (const key in fieldSchemaMap) {\n const state = fieldSchemaMap[key]\n\n if (key.startsWith(featureSchemaPath)) {\n featureSchemaMap[key] = state\n }\n }\n\n featureClientSchemaMap[featureKey] = {}\n\n for (const key in featureSchemaMap) {\n const state = featureSchemaMap[key]\n\n const clientFields = createClientFields({\n clientFields: ('fields' in state\n ? deepCopyObjectSimple(state.fields)\n : [deepCopyObjectSimple(state)]) as ClientField[],\n defaultIDType: args.payload.config.db.defaultIDType,\n disableAddingID: true,\n fields: 'fields' in state ? state.fields : [state],\n i18n: args.i18n,\n })\n featureClientSchemaMap[featureKey][key] = clientFields\n }\n\n /*\n This is for providing an initial form state. Right now we only want to provide the clientfields though\n const schemaMap: {\n [key: string]: FieldState\n } = {}\n\n const lexicalDeepIterate = (editorState) => {\n console.log('STATE', editorState)\n\n if (\n editorState &&\n typeof editorState === 'object' &&\n 'children' in editorState &&\n Array.isArray(editorState.children)\n ) {\n for (const childKey in editorState.children) {\n const childState = editorState.children[childKey]\n\n if (childState && typeof childState === 'object') {\n lexicalDeepIterate(childState)\n }\n }\n }\n }\n\n lexicalDeepIterate(value.root)*/\n }\n }\n return {\n clientFeatures,\n featureClientSchemaMap,\n }\n}\n"],"mappings":"AAEA,SAASA,gBAAgB,QAAQ;AACjC,SAEEC,kBAAkB,EAClBC,oBAAoB,QAGf;AAcP,OAAO,SAASC,oBAAoBC,IAAU;EAI5C,MAAMC,cAAA,GAA8D,CAAC;EAErE,MAAMC,cAAA,GAAiBC,MAAA,CAAOC,WAAW,CAAC,IAAIC,GAAA,CAAIL,IAAA,CAAKE,cAAc;EACrE;EAEA;EACA,MAAMI,uBAAA,GAA0BC,KAAA,CAAMC,IAAI,CACxCR,IAAA,CAAKS,qBAAqB,CAACC,kBAAkB,CAACC,OAAO,IACrDC,IAAI,CAAC,CAACC,CAAA,EAAGC,CAAA,KAAMD,CAAC,CAAC,EAAE,CAACE,KAAK,GAAGD,CAAC,CAAC,EAAE,CAACC,KAAK;EAExC,MAAMC,sBAAA,GAAiD,CAAC;EAExD,KAAK,MAAM,CAACC,UAAA,EAAYC,eAAA,CAAgB,IAAIZ,uBAAA,EAAyB;IACnEL,cAAc,CAACgB,UAAA,CAAW,GAAG,CAAC;IAE9B;;;IAGA,MAAME,6BAAA,GAAgCD,eAAA,CAAgBE,aAAa;IAEnE,IAAID,6BAAA,EAA+B;MACjC,MAAME,qBAAA,GAAwBzB,gBAAA,CAAgD;QAC5E0B,SAAA,EAAWtB,IAAA,CAAKuB,OAAO,CAACD,SAAS;QACjCE,gBAAA,EAAkBL,6BAAA;QAClBM,UAAA,EAAY;QACZC,MAAA,EAAQ;MACV;MAEA,IAAI,CAACL,qBAAA,EAAuB;QAC1B;MACF;MAEA,MAAMM,kBAAA,GAAqBT,eAAA,CAAgBS,kBAAkB,IAAI,CAAC;MAClEA,kBAAA,CAAmBV,UAAU,GAAGC,eAAA,CAAgBU,GAAG;MACnDD,kBAAA,CAAmBZ,KAAK,GAAGG,eAAA,CAAgBH,KAAK;MAChD,IACE,OAAOI,6BAAA,KAAkC,YACzCA,6BAAA,CAA8BU,WAAW,EACzC;QACAF,kBAAA,CAAmBE,WAAW,GAAGV,6BAAA,CAA8BU,WAAW;MAC5E;MAEA;MACA5B,cAAc,CAACgB,UAAA,CAAW,GAAG;QAAEU,kBAAA;QAAoBN;MAAsB;IAC3E;IAEA;;MAAA,CAGA;IACA;IACA;IACA,IAAIH,eAAA,CAAgBY,iBAAiB,EAAE;MACrC,MAAMC,iBAAA,GAAoB,C,GACrB/B,IAAA,CAAKyB,UAAU,CAACO,KAAK,CAAC,MACzB,4BACAf,UAAA,CACD,CAACgB,IAAI,CAAC;MAEP,MAAMC,WAAA,GAAc,C,GAAIlC,IAAA,CAAKmC,IAAI,CAACH,KAAK,CAAC,MAAM,4BAA4Bf,UAAA,CAAW,CAACgB,IAAI,CACxF;MAGF;MACA,MAAMG,gBAAA,GAA0C,CAAC;MACjD,KAAK,MAAMR,GAAA,IAAO1B,cAAA,EAAgB;QAChC,MAAMmC,KAAA,GAAQnC,cAAc,CAAC0B,GAAA,CAAI;QAEjC,IAAIA,GAAA,CAAIU,UAAU,CAACP,iBAAA,GAAoB;UACrCK,gBAAgB,CAACR,GAAA,CAAI,GAAGS,KAAA;QAC1B;MACF;MAEArB,sBAAsB,CAACC,UAAA,CAAW,GAAG,CAAC;MAEtC,KAAK,MAAMW,GAAA,IAAOQ,gBAAA,EAAkB;QAClC,MAAMC,KAAA,GAAQD,gBAAgB,CAACR,GAAA,CAAI;QAEnC,MAAMW,YAAA,GAAe1C,kBAAA,CAAmB;UACtC0C,YAAA,EAAe,YAAYF,KAAA,GACvBvC,oBAAA,CAAqBuC,KAAA,CAAMG,MAAM,IACjC,CAAC1C,oBAAA,CAAqBuC,KAAA,EAAO;UACjCI,aAAA,EAAezC,IAAA,CAAKuB,OAAO,CAACmB,MAAM,CAACC,EAAE,CAACF,aAAa;UACnDG,eAAA,EAAiB;UACjBJ,MAAA,EAAQ,YAAYH,KAAA,GAAQA,KAAA,CAAMG,MAAM,GAAG,CAACH,KAAA,CAAM;UAClDQ,IAAA,EAAM7C,IAAA,CAAK6C;QACb;QACA7B,sBAAsB,CAACC,UAAA,CAAW,CAACW,GAAA,CAAI,GAAGW,YAAA;MAC5C;MAEA;;;;;;;;;;;;;;;;;;;;;;IA0BF;EACF;EACA,OAAO;IACLtC,cAAA;IACAe;EACF;AACF","ignoreList":[]}
@@ -0,0 +1,15 @@
1
+ import type { Payload } from 'payload';
2
+ /**
3
+ * This goes through every single collection and field in the payload config, and migrates its data from Slate to Lexical. This does not support sub-fields within slate.
4
+ *
5
+ * It will only translate fields fulfilling all these requirements:
6
+ * - field schema uses lexical editor
7
+ * - lexical editor has SlateToLexicalFeature added
8
+ * - saved field data is in Slate format
9
+ *
10
+ * @param payload
11
+ */
12
+ export declare function migrateSlateToLexical({ payload }: {
13
+ payload: Payload;
14
+ }): Promise<void>;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/migrateSlateToLexical/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAyC,OAAO,EAAE,MAAM,SAAS,CAAA;AAI7E;;;;;;;;;GASG;AACH,wBAAsB,qBAAqB,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,iBAoC5E"}
@@ -0,0 +1,149 @@
1
+ import { migrateDocumentFieldsRecursively } from './migrateDocumentFieldsRecursively.js';
2
+ /**
3
+ * This goes through every single collection and field in the payload config, and migrates its data from Slate to Lexical. This does not support sub-fields within slate.
4
+ *
5
+ * It will only translate fields fulfilling all these requirements:
6
+ * - field schema uses lexical editor
7
+ * - lexical editor has SlateToLexicalFeature added
8
+ * - saved field data is in Slate format
9
+ *
10
+ * @param payload
11
+ */
12
+ export async function migrateSlateToLexical({
13
+ payload
14
+ }) {
15
+ const collections = payload.config.collections;
16
+ const errors = [];
17
+ const allLocales = payload.config.localization ? payload.config.localization.localeCodes : [null];
18
+ const totalCollections = collections.length;
19
+ for (const locale of allLocales) {
20
+ let curCollection = 0;
21
+ for (const collection of collections) {
22
+ curCollection++;
23
+ await migrateCollection({
24
+ collection,
25
+ cur: curCollection,
26
+ errors,
27
+ locale,
28
+ max: totalCollections,
29
+ payload
30
+ });
31
+ }
32
+ for (const global of payload.config.globals) {
33
+ await migrateGlobal({
34
+ errors,
35
+ global,
36
+ locale,
37
+ payload
38
+ });
39
+ }
40
+ }
41
+ if (errors.length) {
42
+ console.error(`Found ${errors.length} errors::`, JSON.stringify(errors, null, 2));
43
+ } else {
44
+ console.log('Migration successful - no errors');
45
+ }
46
+ }
47
+ async function migrateGlobal({
48
+ errors,
49
+ global,
50
+ locale,
51
+ payload
52
+ }) {
53
+ console.log(`SlateToLexical: ${locale}: Migrating global:`, global.slug);
54
+ const document = await payload.findGlobal({
55
+ slug: global.slug,
56
+ depth: 0,
57
+ draft: true,
58
+ locale: locale || undefined,
59
+ overrideAccess: true
60
+ });
61
+ const found = migrateDocument({
62
+ document,
63
+ fields: global.fields
64
+ });
65
+ if (found) {
66
+ try {
67
+ await payload.updateGlobal({
68
+ slug: global.slug,
69
+ data: document,
70
+ depth: 0,
71
+ draft: document?._status === 'draft',
72
+ locale: locale || undefined
73
+ });
74
+ // Catch it, because some errors were caused by the user previously (e.g. invalid relationships) and will throw an error now, even though they are not related to the migration
75
+ } catch (e) {
76
+ console.log('Error updating global', e, {
77
+ slug: global.slug
78
+ });
79
+ errors.push(e);
80
+ }
81
+ }
82
+ }
83
+ async function migrateCollection({
84
+ collection,
85
+ cur,
86
+ errors,
87
+ locale,
88
+ max,
89
+ payload
90
+ }) {
91
+ console.log(`SlateToLexical: ${locale}: Migrating collection:`, collection.slug, '(' + cur + '/' + max + ')');
92
+ const documentCount = (await payload.count({
93
+ collection: collection.slug,
94
+ depth: 0,
95
+ locale: locale || undefined
96
+ })).totalDocs;
97
+ let page = 1;
98
+ let migrated = 0;
99
+ while (migrated < documentCount) {
100
+ const documents = await payload.find({
101
+ collection: collection.slug,
102
+ depth: 0,
103
+ draft: true,
104
+ locale: locale || undefined,
105
+ overrideAccess: true,
106
+ page,
107
+ pagination: true
108
+ });
109
+ for (const document of documents.docs) {
110
+ migrated++;
111
+ console.log(`SlateToLexical: ${locale}: Migrating collection:`, collection.slug, '(' + cur + '/' + max + ') - Migrating Document: ' + document.id + ' (' + migrated + '/' + documentCount + ')');
112
+ const found = migrateDocument({
113
+ document,
114
+ fields: collection.fields
115
+ });
116
+ if (found) {
117
+ try {
118
+ await payload.update({
119
+ id: document.id,
120
+ collection: collection.slug,
121
+ data: document,
122
+ depth: 0,
123
+ draft: document?._status === 'draft',
124
+ locale: locale || undefined
125
+ });
126
+ // Catch it, because some errors were caused by the user previously (e.g. invalid relationships) and will throw an error now, even though they are not related to the migration
127
+ } catch (e) {
128
+ errors.push(e);
129
+ console.log('Error updating collection', e, {
130
+ id: document.id,
131
+ slug: collection.slug
132
+ });
133
+ }
134
+ }
135
+ }
136
+ page++;
137
+ }
138
+ }
139
+ function migrateDocument({
140
+ document,
141
+ fields
142
+ }) {
143
+ return !!migrateDocumentFieldsRecursively({
144
+ data: document,
145
+ fields,
146
+ found: 0
147
+ });
148
+ }
149
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["migrateDocumentFieldsRecursively","migrateSlateToLexical","payload","collections","config","errors","allLocales","localization","localeCodes","totalCollections","length","locale","curCollection","collection","migrateCollection","cur","max","global","globals","migrateGlobal","console","error","JSON","stringify","log","slug","document","findGlobal","depth","draft","undefined","overrideAccess","found","migrateDocument","fields","updateGlobal","data","_status","e","push","documentCount","count","totalDocs","page","migrated","documents","find","pagination","docs","id","update"],"sources":["../../../src/utilities/migrateSlateToLexical/index.ts"],"sourcesContent":["import type { CollectionConfig, Field, GlobalConfig, Payload } from 'payload'\n\nimport { migrateDocumentFieldsRecursively } from './migrateDocumentFieldsRecursively.js'\n\n/**\n * This goes through every single collection and field in the payload config, and migrates its data from Slate to Lexical. This does not support sub-fields within slate.\n *\n * It will only translate fields fulfilling all these requirements:\n * - field schema uses lexical editor\n * - lexical editor has SlateToLexicalFeature added\n * - saved field data is in Slate format\n *\n * @param payload\n */\nexport async function migrateSlateToLexical({ payload }: { payload: Payload }) {\n const collections = payload.config.collections\n\n const errors = []\n\n const allLocales = payload.config.localization ? payload.config.localization.localeCodes : [null]\n\n const totalCollections = collections.length\n for (const locale of allLocales) {\n let curCollection = 0\n for (const collection of collections) {\n curCollection++\n await migrateCollection({\n collection,\n cur: curCollection,\n errors,\n locale,\n max: totalCollections,\n payload,\n })\n }\n for (const global of payload.config.globals) {\n await migrateGlobal({\n errors,\n global,\n locale,\n payload,\n })\n }\n }\n\n if (errors.length) {\n console.error(`Found ${errors.length} errors::`, JSON.stringify(errors, null, 2))\n } else {\n console.log('Migration successful - no errors')\n }\n}\n\nasync function migrateGlobal({\n errors,\n global,\n locale,\n payload,\n}: {\n errors: any[]\n global: GlobalConfig\n locale: null | string\n payload: Payload\n}) {\n console.log(`SlateToLexical: ${locale}: Migrating global:`, global.slug)\n\n const document = await payload.findGlobal({\n slug: global.slug,\n depth: 0,\n draft: true,\n locale: locale || undefined,\n overrideAccess: true,\n })\n\n const found = migrateDocument({\n document,\n fields: global.fields,\n })\n\n if (found) {\n try {\n await payload.updateGlobal({\n slug: global.slug,\n data: document,\n depth: 0,\n draft: document?._status === 'draft',\n locale: locale || undefined,\n })\n // Catch it, because some errors were caused by the user previously (e.g. invalid relationships) and will throw an error now, even though they are not related to the migration\n } catch (e) {\n console.log('Error updating global', e, {\n slug: global.slug,\n })\n errors.push(e)\n }\n }\n}\n\nasync function migrateCollection({\n collection,\n cur,\n errors,\n locale,\n max,\n payload,\n}: {\n collection: CollectionConfig\n cur: number\n errors: any[]\n locale: null | string\n max: number\n payload: Payload\n}) {\n console.log(\n `SlateToLexical: ${locale}: Migrating collection:`,\n collection.slug,\n '(' + cur + '/' + max + ')',\n )\n\n const documentCount = (\n await payload.count({\n collection: collection.slug,\n depth: 0,\n locale: locale || undefined,\n })\n ).totalDocs\n\n let page = 1\n let migrated = 0\n\n while (migrated < documentCount) {\n const documents = await payload.find({\n collection: collection.slug,\n depth: 0,\n draft: true,\n locale: locale || undefined,\n overrideAccess: true,\n page,\n pagination: true,\n })\n\n for (const document of documents.docs) {\n migrated++\n console.log(\n `SlateToLexical: ${locale}: Migrating collection:`,\n collection.slug,\n '(' +\n cur +\n '/' +\n max +\n ') - Migrating Document: ' +\n document.id +\n ' (' +\n migrated +\n '/' +\n documentCount +\n ')',\n )\n const found = migrateDocument({\n document,\n fields: collection.fields,\n })\n\n if (found) {\n try {\n await payload.update({\n id: document.id,\n collection: collection.slug,\n data: document,\n depth: 0,\n draft: document?._status === 'draft',\n locale: locale || undefined,\n })\n // Catch it, because some errors were caused by the user previously (e.g. invalid relationships) and will throw an error now, even though they are not related to the migration\n } catch (e) {\n errors.push(e)\n\n console.log('Error updating collection', e, {\n id: document.id,\n slug: collection.slug,\n })\n }\n }\n }\n page++\n }\n}\n\nfunction migrateDocument({\n document,\n fields,\n}: {\n document: Record<string, unknown>\n fields: Field[]\n}): boolean {\n return !!migrateDocumentFieldsRecursively({\n data: document,\n fields,\n found: 0,\n })\n}\n"],"mappings":"AAEA,SAASA,gCAAgC,QAAQ;AAEjD;;;;;;;;;;AAUA,OAAO,eAAeC,sBAAsB;EAAEC;AAAO,CAAwB;EAC3E,MAAMC,WAAA,GAAcD,OAAA,CAAQE,MAAM,CAACD,WAAW;EAE9C,MAAME,MAAA,GAAS,EAAE;EAEjB,MAAMC,UAAA,GAAaJ,OAAA,CAAQE,MAAM,CAACG,YAAY,GAAGL,OAAA,CAAQE,MAAM,CAACG,YAAY,CAACC,WAAW,GAAG,CAAC,KAAK;EAEjG,MAAMC,gBAAA,GAAmBN,WAAA,CAAYO,MAAM;EAC3C,KAAK,MAAMC,MAAA,IAAUL,UAAA,EAAY;IAC/B,IAAIM,aAAA,GAAgB;IACpB,KAAK,MAAMC,UAAA,IAAcV,WAAA,EAAa;MACpCS,aAAA;MACA,MAAME,iBAAA,CAAkB;QACtBD,UAAA;QACAE,GAAA,EAAKH,aAAA;QACLP,MAAA;QACAM,MAAA;QACAK,GAAA,EAAKP,gBAAA;QACLP;MACF;IACF;IACA,KAAK,MAAMe,MAAA,IAAUf,OAAA,CAAQE,MAAM,CAACc,OAAO,EAAE;MAC3C,MAAMC,aAAA,CAAc;QAClBd,MAAA;QACAY,MAAA;QACAN,MAAA;QACAT;MACF;IACF;EACF;EAEA,IAAIG,MAAA,CAAOK,MAAM,EAAE;IACjBU,OAAA,CAAQC,KAAK,CAAC,SAAShB,MAAA,CAAOK,MAAM,WAAW,EAAEY,IAAA,CAAKC,SAAS,CAAClB,MAAA,EAAQ,MAAM;EAChF,OAAO;IACLe,OAAA,CAAQI,GAAG,CAAC;EACd;AACF;AAEA,eAAeL,cAAc;EAC3Bd,MAAM;EACNY,MAAM;EACNN,MAAM;EACNT;AAAO,CAMR;EACCkB,OAAA,CAAQI,GAAG,CAAC,mBAAmBb,MAAA,qBAA2B,EAAEM,MAAA,CAAOQ,IAAI;EAEvE,MAAMC,QAAA,GAAW,MAAMxB,OAAA,CAAQyB,UAAU,CAAC;IACxCF,IAAA,EAAMR,MAAA,CAAOQ,IAAI;IACjBG,KAAA,EAAO;IACPC,KAAA,EAAO;IACPlB,MAAA,EAAQA,MAAA,IAAUmB,SAAA;IAClBC,cAAA,EAAgB;EAClB;EAEA,MAAMC,KAAA,GAAQC,eAAA,CAAgB;IAC5BP,QAAA;IACAQ,MAAA,EAAQjB,MAAA,CAAOiB;EACjB;EAEA,IAAIF,KAAA,EAAO;IACT,IAAI;MACF,MAAM9B,OAAA,CAAQiC,YAAY,CAAC;QACzBV,IAAA,EAAMR,MAAA,CAAOQ,IAAI;QACjBW,IAAA,EAAMV,QAAA;QACNE,KAAA,EAAO;QACPC,KAAA,EAAOH,QAAA,EAAUW,OAAA,KAAY;QAC7B1B,MAAA,EAAQA,MAAA,IAAUmB;MACpB;MACA;IACF,EAAE,OAAOQ,CAAA,EAAG;MACVlB,OAAA,CAAQI,GAAG,CAAC,yBAAyBc,CAAA,EAAG;QACtCb,IAAA,EAAMR,MAAA,CAAOQ;MACf;MACApB,MAAA,CAAOkC,IAAI,CAACD,CAAA;IACd;EACF;AACF;AAEA,eAAexB,kBAAkB;EAC/BD,UAAU;EACVE,GAAG;EACHV,MAAM;EACNM,MAAM;EACNK,GAAG;EACHd;AAAO,CAQR;EACCkB,OAAA,CAAQI,GAAG,CACT,mBAAmBb,MAAA,yBAA+B,EAClDE,UAAA,CAAWY,IAAI,EACf,MAAMV,GAAA,GAAM,MAAMC,GAAA,GAAM;EAG1B,MAAMwB,aAAA,GAAgB,CACpB,MAAMtC,OAAA,CAAQuC,KAAK,CAAC;IAClB5B,UAAA,EAAYA,UAAA,CAAWY,IAAI;IAC3BG,KAAA,EAAO;IACPjB,MAAA,EAAQA,MAAA,IAAUmB;EACpB,EAAC,EACDY,SAAS;EAEX,IAAIC,IAAA,GAAO;EACX,IAAIC,QAAA,GAAW;EAEf,OAAOA,QAAA,GAAWJ,aAAA,EAAe;IAC/B,MAAMK,SAAA,GAAY,MAAM3C,OAAA,CAAQ4C,IAAI,CAAC;MACnCjC,UAAA,EAAYA,UAAA,CAAWY,IAAI;MAC3BG,KAAA,EAAO;MACPC,KAAA,EAAO;MACPlB,MAAA,EAAQA,MAAA,IAAUmB,SAAA;MAClBC,cAAA,EAAgB;MAChBY,IAAA;MACAI,UAAA,EAAY;IACd;IAEA,KAAK,MAAMrB,QAAA,IAAYmB,SAAA,CAAUG,IAAI,EAAE;MACrCJ,QAAA;MACAxB,OAAA,CAAQI,GAAG,CACT,mBAAmBb,MAAA,yBAA+B,EAClDE,UAAA,CAAWY,IAAI,EACf,MACEV,GAAA,GACA,MACAC,GAAA,GACA,6BACAU,QAAA,CAASuB,EAAE,GACX,OACAL,QAAA,GACA,MACAJ,aAAA,GACA;MAEJ,MAAMR,KAAA,GAAQC,eAAA,CAAgB;QAC5BP,QAAA;QACAQ,MAAA,EAAQrB,UAAA,CAAWqB;MACrB;MAEA,IAAIF,KAAA,EAAO;QACT,IAAI;UACF,MAAM9B,OAAA,CAAQgD,MAAM,CAAC;YACnBD,EAAA,EAAIvB,QAAA,CAASuB,EAAE;YACfpC,UAAA,EAAYA,UAAA,CAAWY,IAAI;YAC3BW,IAAA,EAAMV,QAAA;YACNE,KAAA,EAAO;YACPC,KAAA,EAAOH,QAAA,EAAUW,OAAA,KAAY;YAC7B1B,MAAA,EAAQA,MAAA,IAAUmB;UACpB;UACA;QACF,EAAE,OAAOQ,CAAA,EAAG;UACVjC,MAAA,CAAOkC,IAAI,CAACD,CAAA;UAEZlB,OAAA,CAAQI,GAAG,CAAC,6BAA6Bc,CAAA,EAAG;YAC1CW,EAAA,EAAIvB,QAAA,CAASuB,EAAE;YACfxB,IAAA,EAAMZ,UAAA,CAAWY;UACnB;QACF;MACF;IACF;IACAkB,IAAA;EACF;AACF;AAEA,SAASV,gBAAgB;EACvBP,QAAQ;EACRQ;AAAM,CAIP;EACC,OAAO,CAAC,CAAClC,gCAAA,CAAiC;IACxCoC,IAAA,EAAMV,QAAA;IACNQ,MAAA;IACAF,KAAA,EAAO;EACT;AACF","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ import type { Field } from 'payload';
2
+ type NestedRichTextFieldsArgs = {
3
+ data: Record<string, unknown>;
4
+ fields: Field[];
5
+ found: number;
6
+ };
7
+ export declare const migrateDocumentFieldsRecursively: ({ data, fields, found, }: NestedRichTextFieldsArgs) => number;
8
+ export {};
9
+ //# sourceMappingURL=migrateDocumentFieldsRecursively.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrateDocumentFieldsRecursively.d.ts","sourceRoot":"","sources":["../../../src/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAYpC,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAE7B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,gCAAgC,6BAI1C,wBAAwB,KAAG,MA4E7B,CAAA"}
@@ -0,0 +1,80 @@
1
+ import { fieldAffectsData, fieldHasSubFields, fieldIsArrayType, tabHasName } from 'payload/shared';
2
+ import { convertSlateToLexical } from '../../features/migrations/slateToLexical/converter/index.js';
3
+ export const migrateDocumentFieldsRecursively = ({
4
+ data,
5
+ fields,
6
+ found
7
+ }) => {
8
+ for (const field of fields) {
9
+ if (fieldHasSubFields(field) && !fieldIsArrayType(field)) {
10
+ if (fieldAffectsData(field) && typeof data[field.name] === 'object') {
11
+ found += migrateDocumentFieldsRecursively({
12
+ data: data[field.name],
13
+ fields: field.fields,
14
+ found
15
+ });
16
+ } else {
17
+ found += migrateDocumentFieldsRecursively({
18
+ data,
19
+ fields: field.fields,
20
+ found
21
+ });
22
+ }
23
+ } else if (field.type === 'tabs') {
24
+ field.tabs.forEach(tab => {
25
+ found += migrateDocumentFieldsRecursively({
26
+ data: tabHasName(tab) ? data[tab.name] : data,
27
+ fields: tab.fields,
28
+ found
29
+ });
30
+ });
31
+ } else if (Array.isArray(data[field.name])) {
32
+ if (field.type === 'blocks') {
33
+ data[field.name].forEach((row, i) => {
34
+ const block = field.blocks.find(({
35
+ slug
36
+ }) => slug === row?.blockType);
37
+ if (block) {
38
+ found += migrateDocumentFieldsRecursively({
39
+ data: data[field.name][i],
40
+ fields: block.fields,
41
+ found
42
+ });
43
+ }
44
+ });
45
+ }
46
+ if (field.type === 'array') {
47
+ data[field.name].forEach((_, i) => {
48
+ found += migrateDocumentFieldsRecursively({
49
+ data: data[field.name][i],
50
+ fields: field.fields,
51
+ found
52
+ });
53
+ });
54
+ }
55
+ }
56
+ if (field.type === 'richText' && Array.isArray(data[field.name])) {
57
+ // Slate richText
58
+ const editor = field.editor;
59
+ if (editor && typeof editor === 'object') {
60
+ if ('features' in editor && editor.features?.length) {
61
+ // find slatetolexical feature
62
+ const slateToLexicalFeature = editor.editorConfig.resolvedFeatureMap.get('slateToLexical');
63
+ if (slateToLexicalFeature) {
64
+ // DO CONVERSION
65
+ const {
66
+ converters
67
+ } = slateToLexicalFeature.sanitizedServerFeatureProps;
68
+ data[field.name] = convertSlateToLexical({
69
+ converters: converters,
70
+ slateData: data[field.name]
71
+ });
72
+ found++;
73
+ }
74
+ }
75
+ }
76
+ }
77
+ }
78
+ return found;
79
+ };
80
+ //# sourceMappingURL=migrateDocumentFieldsRecursively.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrateDocumentFieldsRecursively.js","names":["fieldAffectsData","fieldHasSubFields","fieldIsArrayType","tabHasName","convertSlateToLexical","migrateDocumentFieldsRecursively","data","fields","found","field","name","type","tabs","forEach","tab","Array","isArray","row","i","block","blocks","find","slug","blockType","_","editor","features","length","slateToLexicalFeature","editorConfig","resolvedFeatureMap","get","converters","sanitizedServerFeatureProps","slateData"],"sources":["../../../src/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.ts"],"sourcesContent":["import type { Field } from 'payload'\n\nimport { fieldAffectsData, fieldHasSubFields, fieldIsArrayType, tabHasName } from 'payload/shared'\n\nimport type {\n SlateNode,\n SlateNodeConverter,\n} from '../../features/migrations/slateToLexical/converter/types.js'\nimport type { LexicalRichTextAdapter } from '../../types.js'\n\nimport { convertSlateToLexical } from '../../features/migrations/slateToLexical/converter/index.js'\n\ntype NestedRichTextFieldsArgs = {\n data: Record<string, unknown>\n\n fields: Field[]\n found: number\n}\n\nexport const migrateDocumentFieldsRecursively = ({\n data,\n fields,\n found,\n}: NestedRichTextFieldsArgs): number => {\n for (const field of fields) {\n if (fieldHasSubFields(field) && !fieldIsArrayType(field)) {\n if (fieldAffectsData(field) && typeof data[field.name] === 'object') {\n found += migrateDocumentFieldsRecursively({\n data: data[field.name] as Record<string, unknown>,\n fields: field.fields,\n found,\n })\n } else {\n found += migrateDocumentFieldsRecursively({\n data,\n fields: field.fields,\n found,\n })\n }\n } else if (field.type === 'tabs') {\n field.tabs.forEach((tab) => {\n found += migrateDocumentFieldsRecursively({\n data: (tabHasName(tab) ? data[tab.name] : data) as Record<string, unknown>,\n fields: tab.fields,\n found,\n })\n })\n } else if (Array.isArray(data[field.name])) {\n if (field.type === 'blocks') {\n ;(data[field.name] as Array<Record<string, unknown>>).forEach((row, i) => {\n const block = field.blocks.find(({ slug }) => slug === row?.blockType)\n if (block) {\n found += migrateDocumentFieldsRecursively({\n data: (data[field.name] as Array<Record<string, unknown>>)[i],\n fields: block.fields,\n found,\n })\n }\n })\n }\n\n if (field.type === 'array') {\n ;(data[field.name] as Array<Record<string, unknown>>).forEach((_, i) => {\n found += migrateDocumentFieldsRecursively({\n data: (data[field.name] as Array<Record<string, unknown>>)[i],\n fields: field.fields,\n found,\n })\n })\n }\n }\n\n if (field.type === 'richText' && Array.isArray(data[field.name])) {\n // Slate richText\n const editor: LexicalRichTextAdapter = field.editor as LexicalRichTextAdapter\n if (editor && typeof editor === 'object') {\n if ('features' in editor && editor.features?.length) {\n // find slatetolexical feature\n const slateToLexicalFeature = editor.editorConfig.resolvedFeatureMap.get('slateToLexical')\n if (slateToLexicalFeature) {\n // DO CONVERSION\n\n const { converters } = slateToLexicalFeature.sanitizedServerFeatureProps as {\n converters?: SlateNodeConverter[]\n }\n\n data[field.name] = convertSlateToLexical({\n converters: converters!,\n slateData: data[field.name] as SlateNode[],\n })\n\n found++\n }\n }\n }\n }\n }\n\n return found\n}\n"],"mappings":"AAEA,SAASA,gBAAgB,EAAEC,iBAAiB,EAAEC,gBAAgB,EAAEC,UAAU,QAAQ;AAQlF,SAASC,qBAAqB,QAAQ;AAStC,OAAO,MAAMC,gCAAA,GAAmCA,CAAC;EAC/CC,IAAI;EACJC,MAAM;EACNC;AAAK,CACoB;EACzB,KAAK,MAAMC,KAAA,IAASF,MAAA,EAAQ;IAC1B,IAAIN,iBAAA,CAAkBQ,KAAA,KAAU,CAACP,gBAAA,CAAiBO,KAAA,GAAQ;MACxD,IAAIT,gBAAA,CAAiBS,KAAA,KAAU,OAAOH,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,KAAK,UAAU;QACnEF,KAAA,IAASH,gCAAA,CAAiC;UACxCC,IAAA,EAAMA,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC;UACtBH,MAAA,EAAQE,KAAA,CAAMF,MAAM;UACpBC;QACF;MACF,OAAO;QACLA,KAAA,IAASH,gCAAA,CAAiC;UACxCC,IAAA;UACAC,MAAA,EAAQE,KAAA,CAAMF,MAAM;UACpBC;QACF;MACF;IACF,OAAO,IAAIC,KAAA,CAAME,IAAI,KAAK,QAAQ;MAChCF,KAAA,CAAMG,IAAI,CAACC,OAAO,CAAEC,GAAA;QAClBN,KAAA,IAASH,gCAAA,CAAiC;UACxCC,IAAA,EAAOH,UAAA,CAAWW,GAAA,IAAOR,IAAI,CAACQ,GAAA,CAAIJ,IAAI,CAAC,GAAGJ,IAAA;UAC1CC,MAAA,EAAQO,GAAA,CAAIP,MAAM;UAClBC;QACF;MACF;IACF,OAAO,IAAIO,KAAA,CAAMC,OAAO,CAACV,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,GAAG;MAC1C,IAAID,KAAA,CAAME,IAAI,KAAK,UAAU;QACzBL,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,CAAoCG,OAAO,CAAC,CAACI,GAAA,EAAKC,CAAA;UAClE,MAAMC,KAAA,GAAQV,KAAA,CAAMW,MAAM,CAACC,IAAI,CAAC,CAAC;YAAEC;UAAI,CAAE,KAAKA,IAAA,KAASL,GAAA,EAAKM,SAAA;UAC5D,IAAIJ,KAAA,EAAO;YACTX,KAAA,IAASH,gCAAA,CAAiC;cACxCC,IAAA,EAAMA,IAAK,CAACG,KAAA,CAAMC,IAAI,CAAC,CAAoCQ,CAAA,CAAE;cAC7DX,MAAA,EAAQY,KAAA,CAAMZ,MAAM;cACpBC;YACF;UACF;QACF;MACF;MAEA,IAAIC,KAAA,CAAME,IAAI,KAAK,SAAS;QACxBL,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,CAAoCG,OAAO,CAAC,CAACW,CAAA,EAAGN,CAAA;UAChEV,KAAA,IAASH,gCAAA,CAAiC;YACxCC,IAAA,EAAMA,IAAK,CAACG,KAAA,CAAMC,IAAI,CAAC,CAAoCQ,CAAA,CAAE;YAC7DX,MAAA,EAAQE,KAAA,CAAMF,MAAM;YACpBC;UACF;QACF;MACF;IACF;IAEA,IAAIC,KAAA,CAAME,IAAI,KAAK,cAAcI,KAAA,CAAMC,OAAO,CAACV,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,GAAG;MAChE;MACA,MAAMe,MAAA,GAAiChB,KAAA,CAAMgB,MAAM;MACnD,IAAIA,MAAA,IAAU,OAAOA,MAAA,KAAW,UAAU;QACxC,IAAI,cAAcA,MAAA,IAAUA,MAAA,CAAOC,QAAQ,EAAEC,MAAA,EAAQ;UACnD;UACA,MAAMC,qBAAA,GAAwBH,MAAA,CAAOI,YAAY,CAACC,kBAAkB,CAACC,GAAG,CAAC;UACzE,IAAIH,qBAAA,EAAuB;YACzB;YAEA,MAAM;cAAEI;YAAU,CAAE,GAAGJ,qBAAA,CAAsBK,2BAA2B;YAIxE3B,IAAI,CAACG,KAAA,CAAMC,IAAI,CAAC,GAAGN,qBAAA,CAAsB;cACvC4B,UAAA,EAAYA,UAAA;cACZE,SAAA,EAAW5B,IAAI,CAACG,KAAA,CAAMC,IAAI;YAC5B;YAEAF,KAAA;UACF;QACF;MACF;IACF;EACF;EAEA,OAAOA,KAAA;AACT","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ import type { SerializedLexicalNode } from 'lexical';
2
+ export declare const recurseNodeTree: ({ flattenedNodes, nodeIDMap, nodes, }: {
3
+ flattenedNodes?: SerializedLexicalNode[];
4
+ nodeIDMap?: {
5
+ [key: string]: SerializedLexicalNode;
6
+ };
7
+ nodes: SerializedLexicalNode[];
8
+ }) => void;
9
+ //# sourceMappingURL=recurseNodeTree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recurseNodeTree.d.ts","sourceRoot":"","sources":["../../src/utilities/recurseNodeTree.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAGpD,eAAO,MAAM,eAAe,0CAIzB;IACD,cAAc,CAAC,EAAE,qBAAqB,EAAE,CAAA;IACxC,SAAS,CAAC,EAAE;QACV,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,CAAA;KACrC,CAAA;IACD,KAAK,EAAE,qBAAqB,EAAE,CAAA;CAC/B,KAAG,IA+BH,CAAA"}
@@ -0,0 +1,30 @@
1
+ // Initialize both flattenedNodes and nodeIDMap
2
+ export const recurseNodeTree = ({
3
+ flattenedNodes,
4
+ nodeIDMap,
5
+ nodes
6
+ }) => {
7
+ if (!nodes?.length) {
8
+ return;
9
+ }
10
+ for (const node of nodes) {
11
+ if (flattenedNodes) {
12
+ flattenedNodes.push(node);
13
+ }
14
+ if (nodeIDMap) {
15
+ if (node && 'id' in node && node.id) {
16
+ nodeIDMap[node.id] = node;
17
+ } else if ('fields' in node && typeof node.fields === 'object' && node.fields && 'id' in node.fields && node?.fields?.id) {
18
+ nodeIDMap[node.fields.id] = node;
19
+ }
20
+ }
21
+ if ('children' in node && Array.isArray(node?.children) && node?.children?.length) {
22
+ recurseNodeTree({
23
+ flattenedNodes,
24
+ nodeIDMap,
25
+ nodes: node.children
26
+ });
27
+ }
28
+ }
29
+ };
30
+ //# sourceMappingURL=recurseNodeTree.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recurseNodeTree.js","names":["recurseNodeTree","flattenedNodes","nodeIDMap","nodes","length","node","push","id","fields","Array","isArray","children"],"sources":["../../src/utilities/recurseNodeTree.ts"],"sourcesContent":["import type { SerializedLexicalNode } from 'lexical'\n\n// Initialize both flattenedNodes and nodeIDMap\nexport const recurseNodeTree = ({\n flattenedNodes,\n nodeIDMap,\n nodes,\n}: {\n flattenedNodes?: SerializedLexicalNode[]\n nodeIDMap?: {\n [key: string]: SerializedLexicalNode\n }\n nodes: SerializedLexicalNode[]\n}): void => {\n if (!nodes?.length) {\n return\n }\n\n for (const node of nodes) {\n if (flattenedNodes) {\n flattenedNodes.push(node)\n }\n if (nodeIDMap) {\n if (node && 'id' in node && node.id) {\n nodeIDMap[node.id as string] = node\n } else if (\n 'fields' in node &&\n typeof node.fields === 'object' &&\n node.fields &&\n 'id' in node.fields &&\n node?.fields?.id\n ) {\n nodeIDMap[node.fields.id as string] = node\n }\n }\n\n if ('children' in node && Array.isArray(node?.children) && node?.children?.length) {\n recurseNodeTree({\n flattenedNodes,\n nodeIDMap,\n nodes: node.children as SerializedLexicalNode[],\n })\n }\n }\n}\n"],"mappings":"AAEA;AACA,OAAO,MAAMA,eAAA,GAAkBA,CAAC;EAC9BC,cAAc;EACdC,SAAS;EACTC;AAAK,CAON;EACC,IAAI,CAACA,KAAA,EAAOC,MAAA,EAAQ;IAClB;EACF;EAEA,KAAK,MAAMC,IAAA,IAAQF,KAAA,EAAO;IACxB,IAAIF,cAAA,EAAgB;MAClBA,cAAA,CAAeK,IAAI,CAACD,IAAA;IACtB;IACA,IAAIH,SAAA,EAAW;MACb,IAAIG,IAAA,IAAQ,QAAQA,IAAA,IAAQA,IAAA,CAAKE,EAAE,EAAE;QACnCL,SAAS,CAACG,IAAA,CAAKE,EAAE,CAAW,GAAGF,IAAA;MACjC,OAAO,IACL,YAAYA,IAAA,IACZ,OAAOA,IAAA,CAAKG,MAAM,KAAK,YACvBH,IAAA,CAAKG,MAAM,IACX,QAAQH,IAAA,CAAKG,MAAM,IACnBH,IAAA,EAAMG,MAAA,EAAQD,EAAA,EACd;QACAL,SAAS,CAACG,IAAA,CAAKG,MAAM,CAACD,EAAE,CAAW,GAAGF,IAAA;MACxC;IACF;IAEA,IAAI,cAAcA,IAAA,IAAQI,KAAA,CAAMC,OAAO,CAACL,IAAA,EAAMM,QAAA,KAAaN,IAAA,EAAMM,QAAA,EAAUP,MAAA,EAAQ;MACjFJ,eAAA,CAAgB;QACdC,cAAA;QACAC,SAAA;QACAC,KAAA,EAAOE,IAAA,CAAKM;MACd;IACF;EACF;AACF","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ import type { Payload } from 'payload';
2
+ /**
3
+ * This goes through every single document in your payload app and re-saves it, if it has a lexical editor.
4
+ * This way, the data is automatically converted to the new format, and that automatic conversion gets applied to every single document in your app.
5
+ *
6
+ * @param payload
7
+ */
8
+ export declare function upgradeLexicalData({ payload }: {
9
+ payload: Payload;
10
+ }): Promise<void>;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/upgradeLexicalData/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAyC,OAAO,EAAE,MAAM,SAAS,CAAA;AAI7E;;;;;GAKG;AACH,wBAAsB,kBAAkB,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,iBA0BzE"}