@payloadcms/richtext-lexical 3.0.0-beta.7 → 3.0.0-beta.70

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 (2293) hide show
  1. package/README.md +1 -1
  2. package/dist/cell/index.d.ts +5 -2
  3. package/dist/cell/index.d.ts.map +1 -1
  4. package/dist/cell/index.js +50 -36
  5. package/dist/cell/index.js.map +1 -1
  6. package/dist/exports/client/Component-7HS6FEJS.js +2 -0
  7. package/dist/exports/client/Component-7HS6FEJS.js.map +7 -0
  8. package/dist/exports/client/Component-LAKSCIDX.js +2 -0
  9. package/dist/exports/client/Component-LAKSCIDX.js.map +7 -0
  10. package/dist/exports/client/Field-6VQ73D3D.js +2 -0
  11. package/dist/exports/client/Field-6VQ73D3D.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-FFJCVTWM.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-FFJCVTWM.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -0
  15. package/dist/exports/client/chunk-EBB2CEB6.js +2 -0
  16. package/dist/exports/client/chunk-EBB2CEB6.js.map +7 -0
  17. package/dist/exports/client/chunk-HO42U3IJ.js +2 -0
  18. package/dist/exports/client/chunk-HO42U3IJ.js.map +7 -0
  19. package/dist/exports/client/chunk-KTD7OXVC.js +2 -0
  20. package/dist/exports/client/chunk-KTD7OXVC.js.map +7 -0
  21. package/dist/exports/client/chunk-Q5DYR7MH.js +3 -0
  22. package/dist/exports/client/chunk-Q5DYR7MH.js.map +7 -0
  23. package/dist/exports/client/chunk-QZIAQPM7.js +2 -0
  24. package/dist/exports/client/chunk-QZIAQPM7.js.map +7 -0
  25. package/dist/exports/client/chunk-SFUMQAVE.js +2 -0
  26. package/dist/exports/client/chunk-SFUMQAVE.js.map +7 -0
  27. package/dist/exports/client/component-5K355FZZ.js +2 -0
  28. package/dist/exports/client/component-5K355FZZ.js.map +7 -0
  29. package/dist/exports/client/component-TYPMHBL7.js +2 -0
  30. package/dist/exports/client/component-TYPMHBL7.js.map +7 -0
  31. package/dist/exports/client/component-VM36FRT2.js +2 -0
  32. package/dist/exports/client/component-VM36FRT2.js.map +7 -0
  33. package/dist/exports/client/componentInline-3JDU4HVQ.js +2 -0
  34. package/dist/exports/client/componentInline-3JDU4HVQ.js.map +7 -0
  35. package/dist/exports/client/index.d.ts +63 -0
  36. package/dist/exports/client/index.d.ts.map +1 -0
  37. package/dist/exports/client/index.js +38 -0
  38. package/dist/exports/client/index.js.map +7 -0
  39. package/dist/features/align/feature.client.d.ts +5 -0
  40. package/dist/features/align/feature.client.d.ts.map +1 -0
  41. package/dist/features/align/feature.client.js +146 -0
  42. package/dist/features/align/feature.client.js.map +1 -0
  43. package/dist/features/align/feature.server.d.ts +2 -0
  44. package/dist/features/align/feature.server.d.ts.map +1 -0
  45. package/dist/features/align/feature.server.js +13 -0
  46. package/dist/features/align/feature.server.js.map +1 -0
  47. package/dist/features/align/i18n.d.ts +3 -0
  48. package/dist/features/align/i18n.d.ts.map +1 -0
  49. package/dist/features/align/i18n.js +196 -0
  50. package/dist/features/align/i18n.js.map +1 -0
  51. package/dist/features/align/toolbarAlignGroup.d.ts +3 -0
  52. package/dist/features/align/toolbarAlignGroup.d.ts.map +1 -0
  53. package/dist/features/align/toolbarAlignGroup.js +12 -0
  54. package/dist/features/align/toolbarAlignGroup.js.map +1 -0
  55. package/dist/features/blockquote/feature.client.d.ts +5 -0
  56. package/dist/features/blockquote/feature.client.d.ts.map +1 -0
  57. package/dist/features/blockquote/feature.client.js +77 -0
  58. package/dist/features/blockquote/feature.client.js.map +1 -0
  59. package/dist/features/blockquote/feature.server.d.ts +7 -0
  60. package/dist/features/blockquote/feature.server.d.ts.map +1 -0
  61. package/dist/features/blockquote/feature.server.js +45 -0
  62. package/dist/features/blockquote/feature.server.js.map +1 -0
  63. package/dist/features/blockquote/i18n.d.ts +3 -0
  64. package/dist/features/blockquote/i18n.d.ts.map +1 -0
  65. package/dist/features/blockquote/i18n.js +100 -0
  66. package/dist/features/blockquote/i18n.js.map +1 -0
  67. package/dist/features/blockquote/markdownTransformer.d.ts.map +1 -0
  68. package/dist/features/blockquote/markdownTransformer.js +40 -0
  69. package/dist/features/blockquote/markdownTransformer.js.map +1 -0
  70. package/dist/features/blocks/component/BlockContent.d.ts +28 -0
  71. package/dist/features/blocks/component/BlockContent.d.ts.map +1 -0
  72. package/dist/features/blocks/component/BlockContent.js +196 -0
  73. package/dist/features/blocks/component/BlockContent.js.map +1 -0
  74. package/dist/features/blocks/component/FormSavePlugin.d.ts +11 -0
  75. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +1 -0
  76. package/dist/features/blocks/component/FormSavePlugin.js +29 -0
  77. package/dist/features/blocks/component/FormSavePlugin.js.map +1 -0
  78. package/dist/features/blocks/component/index.d.ts +11 -0
  79. package/dist/features/blocks/component/index.d.ts.map +1 -0
  80. package/dist/features/blocks/component/index.js +162 -0
  81. package/dist/features/blocks/component/index.js.map +1 -0
  82. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts +11 -0
  83. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +1 -0
  84. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +1 -0
  85. package/dist/features/blocks/componentInline/index.d.ts +10 -0
  86. package/dist/features/blocks/componentInline/index.d.ts.map +1 -0
  87. package/dist/features/blocks/componentInline/index.js +133 -0
  88. package/dist/features/blocks/componentInline/index.js.map +1 -0
  89. package/dist/features/blocks/feature.client.d.ts +14 -0
  90. package/dist/features/blocks/feature.client.d.ts.map +1 -0
  91. package/dist/features/blocks/feature.client.js +148 -0
  92. package/dist/features/blocks/feature.client.js.map +1 -0
  93. package/dist/features/blocks/feature.server.d.ts +8 -0
  94. package/dist/features/blocks/feature.server.d.ts.map +1 -0
  95. package/dist/features/blocks/feature.server.js +160 -0
  96. package/dist/features/blocks/feature.server.js.map +1 -0
  97. package/dist/features/blocks/graphQLPopulationPromise.d.ts +6 -0
  98. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +1 -0
  99. package/dist/features/blocks/graphQLPopulationPromise.js +31 -0
  100. package/dist/features/blocks/graphQLPopulationPromise.js.map +1 -0
  101. package/dist/features/blocks/i18n.d.ts +3 -0
  102. package/dist/features/blocks/i18n.d.ts.map +1 -0
  103. package/dist/features/blocks/i18n.js +292 -0
  104. package/dist/features/blocks/i18n.js.map +1 -0
  105. package/dist/features/blocks/nodes/BlocksNode.d.ts +38 -0
  106. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +1 -0
  107. package/dist/features/blocks/nodes/BlocksNode.js +92 -0
  108. package/dist/features/blocks/nodes/BlocksNode.js.map +1 -0
  109. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts +39 -0
  110. package/dist/features/blocks/nodes/InlineBlocksNode.d.ts.map +1 -0
  111. package/dist/features/blocks/nodes/InlineBlocksNode.js +94 -0
  112. package/dist/features/blocks/nodes/InlineBlocksNode.js.map +1 -0
  113. package/dist/features/blocks/plugin/commands.d.ts +9 -0
  114. package/dist/features/blocks/plugin/commands.d.ts.map +1 -0
  115. package/dist/features/blocks/plugin/commands.js +6 -0
  116. package/dist/features/blocks/plugin/commands.js.map +1 -0
  117. package/dist/features/blocks/plugin/index.d.ts +6 -0
  118. package/dist/features/blocks/plugin/index.d.ts.map +1 -0
  119. package/dist/features/blocks/plugin/index.js +111 -0
  120. package/dist/features/blocks/plugin/index.js.map +1 -0
  121. package/dist/features/blocks/validate.d.ts +6 -0
  122. package/dist/features/blocks/validate.d.ts.map +1 -0
  123. package/dist/features/blocks/validate.js +36 -0
  124. package/dist/features/blocks/validate.js.map +1 -0
  125. package/dist/features/converters/html/converter/converters/linebreak.d.ts.map +1 -0
  126. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -0
  127. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -0
  128. package/dist/features/converters/html/converter/converters/paragraph.js +20 -0
  129. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -0
  130. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -0
  131. package/dist/features/converters/html/converter/converters/text.js.map +1 -0
  132. package/dist/features/converters/html/converter/defaultConverters.d.ts.map +1 -0
  133. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -0
  134. package/dist/features/converters/html/converter/index.d.ts +42 -0
  135. package/dist/features/converters/html/converter/index.d.ts.map +1 -0
  136. package/dist/features/converters/html/converter/index.js +48 -0
  137. package/dist/features/converters/html/converter/index.js.map +1 -0
  138. package/dist/features/converters/html/converter/types.d.ts +19 -0
  139. package/dist/features/converters/html/converter/types.d.ts.map +1 -0
  140. package/dist/features/converters/html/converter/types.js.map +1 -0
  141. package/dist/features/converters/html/feature.server.d.ts +8 -0
  142. package/dist/features/converters/html/feature.server.d.ts.map +1 -0
  143. package/dist/features/converters/html/feature.server.js +8 -0
  144. package/dist/features/converters/html/feature.server.js.map +1 -0
  145. package/dist/features/converters/html/field/index.d.ts +35 -0
  146. package/dist/features/converters/html/field/index.d.ts.map +1 -0
  147. package/dist/features/converters/html/field/index.js +154 -0
  148. package/dist/features/converters/html/field/index.js.map +1 -0
  149. package/dist/features/createClientComponent.d.ts +7 -0
  150. package/dist/features/createClientComponent.d.ts.map +1 -0
  151. package/dist/features/createClientComponent.js +12 -0
  152. package/dist/features/createClientComponent.js.map +1 -0
  153. package/dist/features/createFeaturePropComponent.d.ts.map +1 -0
  154. package/dist/features/createFeaturePropComponent.js +18 -0
  155. package/dist/features/createFeaturePropComponent.js.map +1 -0
  156. package/dist/features/debug/testRecorder/feature.client.d.ts +5 -0
  157. package/dist/features/debug/testRecorder/feature.client.d.ts.map +1 -0
  158. package/dist/features/debug/testRecorder/feature.client.js +13 -0
  159. package/dist/features/debug/testRecorder/feature.client.js.map +1 -0
  160. package/dist/features/debug/testRecorder/feature.server.d.ts +2 -0
  161. package/dist/features/debug/testRecorder/feature.server.d.ts.map +1 -0
  162. package/dist/features/debug/testRecorder/feature.server.js +11 -0
  163. package/dist/features/debug/testRecorder/feature.server.js.map +1 -0
  164. package/dist/features/debug/testRecorder/plugin/index.d.ts +5 -0
  165. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +1 -0
  166. package/dist/features/debug/testRecorder/plugin/index.js +471 -0
  167. package/dist/features/debug/testRecorder/plugin/index.js.map +1 -0
  168. package/dist/features/debug/treeView/feature.client.d.ts +5 -0
  169. package/dist/features/debug/treeView/feature.client.d.ts.map +1 -0
  170. package/dist/features/debug/treeView/feature.client.js +13 -0
  171. package/dist/features/debug/treeView/feature.client.js.map +1 -0
  172. package/dist/features/debug/treeView/feature.server.d.ts +2 -0
  173. package/dist/features/debug/treeView/feature.server.d.ts.map +1 -0
  174. package/dist/features/debug/treeView/feature.server.js +11 -0
  175. package/dist/features/debug/treeView/feature.server.js.map +1 -0
  176. package/dist/features/debug/treeView/plugin/index.d.ts +4 -0
  177. package/dist/features/debug/treeView/plugin/index.d.ts.map +1 -0
  178. package/dist/features/debug/treeView/plugin/index.js +19 -0
  179. package/dist/features/debug/treeView/plugin/index.js.map +1 -0
  180. package/dist/features/experimental_table/feature.client.d.ts +2 -0
  181. package/dist/features/experimental_table/feature.client.d.ts.map +1 -0
  182. package/dist/features/experimental_table/feature.client.js +66 -0
  183. package/dist/features/experimental_table/feature.client.js.map +1 -0
  184. package/dist/features/experimental_table/feature.server.d.ts +2 -0
  185. package/dist/features/experimental_table/feature.server.d.ts.map +1 -0
  186. package/dist/features/experimental_table/feature.server.js +52 -0
  187. package/dist/features/experimental_table/feature.server.js.map +1 -0
  188. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  189. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  190. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +602 -0
  191. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +1 -0
  192. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +4 -0
  193. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  194. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +322 -0
  195. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +1 -0
  196. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +24 -0
  197. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +1 -0
  198. package/dist/features/experimental_table/plugins/TablePlugin/index.js +98 -0
  199. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +1 -0
  200. package/dist/features/format/bold/feature.client.d.ts +5 -0
  201. package/dist/features/format/bold/feature.client.d.ts.map +1 -0
  202. package/dist/features/format/bold/feature.client.js +44 -0
  203. package/dist/features/format/bold/feature.client.js.map +1 -0
  204. package/dist/features/format/bold/feature.server.d.ts +2 -0
  205. package/dist/features/format/bold/feature.server.d.ts.map +1 -0
  206. package/dist/features/format/bold/feature.server.js +25 -0
  207. package/dist/features/format/bold/feature.server.js.map +1 -0
  208. package/dist/features/format/bold/markdownTransformers.d.ts.map +1 -0
  209. package/dist/features/format/bold/markdownTransformers.js.map +1 -0
  210. package/dist/features/format/inlineCode/feature.client.d.ts +5 -0
  211. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -0
  212. package/dist/features/format/inlineCode/feature.client.js +37 -0
  213. package/dist/features/format/inlineCode/feature.client.js.map +1 -0
  214. package/dist/features/format/inlineCode/feature.server.d.ts +2 -0
  215. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -0
  216. package/dist/features/format/inlineCode/feature.server.js +15 -0
  217. package/dist/features/format/inlineCode/feature.server.js.map +1 -0
  218. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +1 -0
  219. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -0
  220. package/dist/features/format/italic/feature.client.d.ts +5 -0
  221. package/dist/features/format/italic/feature.client.d.ts.map +1 -0
  222. package/dist/features/format/italic/feature.client.js +38 -0
  223. package/dist/features/format/italic/feature.client.js.map +1 -0
  224. package/dist/features/format/italic/feature.server.d.ts +2 -0
  225. package/dist/features/format/italic/feature.server.d.ts.map +1 -0
  226. package/dist/features/format/italic/feature.server.js +16 -0
  227. package/dist/features/format/italic/feature.server.js.map +1 -0
  228. package/dist/features/format/italic/markdownTransformers.d.ts.map +1 -0
  229. package/dist/features/format/italic/markdownTransformers.js.map +1 -0
  230. package/dist/features/format/shared/toolbarFormatGroup.d.ts +3 -0
  231. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  232. package/dist/features/format/shared/toolbarFormatGroup.js +10 -0
  233. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -0
  234. package/dist/features/format/strikethrough/feature.client.d.ts +5 -0
  235. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -0
  236. package/dist/features/format/strikethrough/feature.client.js +37 -0
  237. package/dist/features/format/strikethrough/feature.client.js.map +1 -0
  238. package/dist/features/format/strikethrough/feature.server.d.ts +2 -0
  239. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -0
  240. package/dist/features/format/strikethrough/feature.server.js +15 -0
  241. package/dist/features/format/strikethrough/feature.server.js.map +1 -0
  242. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +1 -0
  243. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -0
  244. package/dist/features/format/subscript/feature.client.d.ts +5 -0
  245. package/dist/features/format/subscript/feature.client.d.ts.map +1 -0
  246. package/dist/features/format/subscript/feature.client.js +33 -0
  247. package/dist/features/format/subscript/feature.client.js.map +1 -0
  248. package/dist/features/format/subscript/feature.server.d.ts +2 -0
  249. package/dist/features/format/subscript/feature.server.d.ts.map +1 -0
  250. package/dist/features/format/subscript/feature.server.js +11 -0
  251. package/dist/features/format/subscript/feature.server.js.map +1 -0
  252. package/dist/features/format/superscript/feature.client.d.ts +5 -0
  253. package/dist/features/format/superscript/feature.client.d.ts.map +1 -0
  254. package/dist/features/format/superscript/feature.client.js +33 -0
  255. package/dist/features/format/superscript/feature.client.js.map +1 -0
  256. package/dist/features/format/superscript/feature.server.d.ts +2 -0
  257. package/dist/features/format/superscript/feature.server.d.ts.map +1 -0
  258. package/dist/features/format/superscript/feature.server.js +11 -0
  259. package/dist/features/format/superscript/feature.server.js.map +1 -0
  260. package/dist/features/format/underline/feature.client.d.ts +5 -0
  261. package/dist/features/format/underline/feature.client.d.ts.map +1 -0
  262. package/dist/features/format/underline/feature.client.js +33 -0
  263. package/dist/features/format/underline/feature.client.js.map +1 -0
  264. package/dist/features/format/underline/feature.server.d.ts +2 -0
  265. package/dist/features/format/underline/feature.server.d.ts.map +1 -0
  266. package/dist/features/format/underline/feature.server.js +11 -0
  267. package/dist/features/format/underline/feature.server.js.map +1 -0
  268. package/dist/features/heading/feature.client.d.ts +6 -0
  269. package/dist/features/heading/feature.client.d.ts.map +1 -0
  270. package/dist/features/heading/feature.client.js +112 -0
  271. package/dist/features/heading/feature.client.js.map +1 -0
  272. package/dist/features/heading/feature.server.d.ts +10 -0
  273. package/dist/features/heading/feature.server.d.ts.map +1 -0
  274. package/dist/features/heading/feature.server.js +59 -0
  275. package/dist/features/heading/feature.server.js.map +1 -0
  276. package/dist/features/heading/i18n.d.ts +3 -0
  277. package/dist/features/heading/i18n.d.ts.map +1 -0
  278. package/dist/features/heading/i18n.js +100 -0
  279. package/dist/features/heading/i18n.js.map +1 -0
  280. package/dist/features/heading/markdownTransformer.d.ts.map +1 -0
  281. package/dist/features/heading/markdownTransformer.js +29 -0
  282. package/dist/features/heading/markdownTransformer.js.map +1 -0
  283. package/dist/features/horizontalRule/component/index.d.ts.map +1 -0
  284. package/dist/features/horizontalRule/component/index.js +67 -0
  285. package/dist/features/horizontalRule/component/index.js.map +1 -0
  286. package/dist/features/horizontalRule/feature.client.d.ts +5 -0
  287. package/dist/features/horizontalRule/feature.client.d.ts.map +1 -0
  288. package/dist/features/horizontalRule/feature.client.js +70 -0
  289. package/dist/features/horizontalRule/feature.client.js.map +1 -0
  290. package/dist/features/horizontalRule/feature.server.d.ts +2 -0
  291. package/dist/features/horizontalRule/feature.server.d.ts.map +1 -0
  292. package/dist/features/horizontalRule/feature.server.js +34 -0
  293. package/dist/features/horizontalRule/feature.server.js.map +1 -0
  294. package/dist/features/horizontalRule/i18n.d.ts +3 -0
  295. package/dist/features/horizontalRule/i18n.d.ts.map +1 -0
  296. package/dist/features/horizontalRule/i18n.js +100 -0
  297. package/dist/features/horizontalRule/i18n.js.map +1 -0
  298. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +1 -0
  299. package/dist/features/horizontalRule/markdownTransformer.js.map +1 -0
  300. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +56 -0
  301. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +1 -0
  302. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +92 -0
  303. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +1 -0
  304. package/dist/features/horizontalRule/plugin/index.d.ts +7 -0
  305. package/dist/features/horizontalRule/plugin/index.d.ts.map +1 -0
  306. package/dist/features/horizontalRule/plugin/index.js +30 -0
  307. package/dist/features/horizontalRule/plugin/index.js.map +1 -0
  308. package/dist/features/indent/feature.client.d.ts +5 -0
  309. package/dist/features/indent/feature.client.d.ts.map +1 -0
  310. package/dist/features/indent/feature.client.js +56 -0
  311. package/dist/features/indent/feature.client.js.map +1 -0
  312. package/dist/features/indent/feature.server.d.ts +2 -0
  313. package/dist/features/indent/feature.server.d.ts.map +1 -0
  314. package/dist/features/indent/feature.server.js +13 -0
  315. package/dist/features/indent/feature.server.js.map +1 -0
  316. package/dist/features/indent/i18n.d.ts +3 -0
  317. package/dist/features/indent/i18n.d.ts.map +1 -0
  318. package/dist/features/indent/i18n.js +132 -0
  319. package/dist/features/indent/i18n.js.map +1 -0
  320. package/dist/features/indent/toolbarIndentGroup.d.ts +3 -0
  321. package/dist/features/indent/toolbarIndentGroup.d.ts.map +1 -0
  322. package/dist/features/indent/toolbarIndentGroup.js +10 -0
  323. package/dist/features/indent/toolbarIndentGroup.js.map +1 -0
  324. package/dist/features/link/drawer/baseFields.d.ts +3 -0
  325. package/dist/features/link/drawer/baseFields.d.ts.map +1 -0
  326. package/dist/features/link/drawer/baseFields.js +94 -0
  327. package/dist/features/link/drawer/baseFields.js.map +1 -0
  328. package/dist/features/link/feature.client.d.ts +16 -0
  329. package/dist/features/link/feature.client.d.ts.map +1 -0
  330. package/dist/features/link/feature.client.js +101 -0
  331. package/dist/features/link/feature.client.js.map +1 -0
  332. package/dist/features/link/feature.server.d.ts +35 -0
  333. package/dist/features/link/feature.server.d.ts.map +1 -0
  334. package/dist/features/link/feature.server.js +128 -0
  335. package/dist/features/link/feature.server.js.map +1 -0
  336. package/dist/features/link/graphQLPopulationPromise.d.ts +5 -0
  337. package/dist/features/link/graphQLPopulationPromise.d.ts.map +1 -0
  338. package/dist/features/link/graphQLPopulationPromise.js +31 -0
  339. package/dist/features/link/graphQLPopulationPromise.js.map +1 -0
  340. package/dist/features/link/i18n.d.ts +3 -0
  341. package/dist/features/link/i18n.d.ts.map +1 -0
  342. package/dist/features/link/i18n.js +100 -0
  343. package/dist/features/link/i18n.js.map +1 -0
  344. package/dist/features/link/markdownTransformer.d.ts +6 -0
  345. package/dist/features/link/markdownTransformer.d.ts.map +1 -0
  346. package/dist/features/link/markdownTransformer.js +50 -0
  347. package/dist/features/link/markdownTransformer.js.map +1 -0
  348. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  349. package/dist/features/link/nodes/AutoLinkNode.js +68 -0
  350. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -0
  351. package/dist/features/link/nodes/LinkNode.d.ts +39 -0
  352. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -0
  353. package/dist/features/link/nodes/LinkNode.js +317 -0
  354. package/dist/features/link/nodes/LinkNode.js.map +1 -0
  355. package/dist/features/link/nodes/types.d.ts +24 -0
  356. package/dist/features/link/nodes/types.d.ts.map +1 -0
  357. package/dist/features/link/nodes/types.js.map +1 -0
  358. package/dist/features/link/plugins/autoLink/index.d.ts +20 -0
  359. package/dist/features/link/plugins/autoLink/index.d.ts.map +1 -0
  360. package/dist/features/link/plugins/autoLink/index.js +323 -0
  361. package/dist/features/link/plugins/autoLink/index.js.map +1 -0
  362. package/dist/features/link/plugins/clickableLink/index.d.ts +4 -0
  363. package/dist/features/link/plugins/clickableLink/index.d.ts.map +1 -0
  364. package/dist/features/link/plugins/clickableLink/index.js +9 -0
  365. package/dist/features/link/plugins/clickableLink/index.js.map +1 -0
  366. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  367. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +4 -0
  368. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  369. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  370. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +299 -0
  371. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  372. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +5 -0
  373. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  374. package/dist/features/link/plugins/floatingLinkEditor/index.js +13 -0
  375. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +1 -0
  376. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  377. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +1 -0
  378. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +9 -0
  379. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +1 -0
  380. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +20 -0
  381. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +1 -0
  382. package/dist/features/link/plugins/link/index.d.ts +4 -0
  383. package/dist/features/link/plugins/link/index.d.ts.map +1 -0
  384. package/dist/features/link/plugins/link/index.js +53 -0
  385. package/dist/features/link/plugins/link/index.js.map +1 -0
  386. package/dist/features/link/validate.d.ts +6 -0
  387. package/dist/features/link/validate.d.ts.map +1 -0
  388. package/dist/features/link/validate.js +28 -0
  389. package/dist/features/link/validate.js.map +1 -0
  390. package/dist/features/lists/checklist/feature.client.d.ts +5 -0
  391. package/dist/features/lists/checklist/feature.client.d.ts.map +1 -0
  392. package/dist/features/lists/checklist/feature.client.js +100 -0
  393. package/dist/features/lists/checklist/feature.client.js.map +1 -0
  394. package/dist/features/lists/checklist/feature.server.d.ts +2 -0
  395. package/dist/features/lists/checklist/feature.server.d.ts.map +1 -0
  396. package/dist/features/lists/checklist/feature.server.js +36 -0
  397. package/dist/features/lists/checklist/feature.server.js.map +1 -0
  398. package/dist/features/lists/checklist/i18n.d.ts +3 -0
  399. package/dist/features/lists/checklist/i18n.d.ts.map +1 -0
  400. package/dist/features/lists/checklist/i18n.js +100 -0
  401. package/dist/features/lists/checklist/i18n.js.map +1 -0
  402. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  403. package/dist/features/lists/checklist/markdownTransformers.js +16 -0
  404. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -0
  405. package/dist/features/lists/checklist/plugin/index.d.ts +3 -0
  406. package/dist/features/lists/checklist/plugin/index.d.ts.map +1 -0
  407. package/dist/features/lists/checklist/plugin/index.js +9 -0
  408. package/dist/features/lists/checklist/plugin/index.js.map +1 -0
  409. package/dist/features/lists/htmlConverter.d.ts +5 -0
  410. package/dist/features/lists/htmlConverter.d.ts.map +1 -0
  411. package/dist/features/lists/htmlConverter.js +56 -0
  412. package/dist/features/lists/htmlConverter.js.map +1 -0
  413. package/dist/features/lists/orderedList/feature.client.d.ts +5 -0
  414. package/dist/features/lists/orderedList/feature.client.d.ts.map +1 -0
  415. package/dist/features/lists/orderedList/feature.client.js +90 -0
  416. package/dist/features/lists/orderedList/feature.client.js.map +1 -0
  417. package/dist/features/lists/orderedList/feature.server.d.ts +2 -0
  418. package/dist/features/lists/orderedList/feature.server.d.ts.map +1 -0
  419. package/dist/features/lists/orderedList/feature.server.js +36 -0
  420. package/dist/features/lists/orderedList/feature.server.js.map +1 -0
  421. package/dist/features/lists/orderedList/i18n.d.ts +3 -0
  422. package/dist/features/lists/orderedList/i18n.d.ts.map +1 -0
  423. package/dist/features/lists/orderedList/i18n.js +100 -0
  424. package/dist/features/lists/orderedList/i18n.js.map +1 -0
  425. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  426. package/dist/features/lists/orderedList/markdownTransformer.js +16 -0
  427. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -0
  428. package/dist/features/lists/plugin/index.d.ts +13 -0
  429. package/dist/features/lists/plugin/index.d.ts.map +1 -0
  430. package/dist/features/lists/plugin/index.js +9 -0
  431. package/dist/features/lists/plugin/index.js.map +1 -0
  432. package/dist/features/lists/shared/markdown.d.ts +6 -0
  433. package/dist/features/lists/shared/markdown.d.ts.map +1 -0
  434. package/dist/features/lists/shared/markdown.js +58 -0
  435. package/dist/features/lists/shared/markdown.js.map +1 -0
  436. package/dist/features/lists/shared/slashMenuListGroup.d.ts +3 -0
  437. package/dist/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  438. package/dist/features/lists/shared/slashMenuListGroup.js +11 -0
  439. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -0
  440. package/dist/features/lists/unorderedList/feature.client.d.ts +5 -0
  441. package/dist/features/lists/unorderedList/feature.client.d.ts.map +1 -0
  442. package/dist/features/lists/unorderedList/feature.client.js +88 -0
  443. package/dist/features/lists/unorderedList/feature.client.js.map +1 -0
  444. package/dist/features/lists/unorderedList/feature.server.d.ts +2 -0
  445. package/dist/features/lists/unorderedList/feature.server.d.ts.map +1 -0
  446. package/dist/features/lists/unorderedList/feature.server.js +34 -0
  447. package/dist/features/lists/unorderedList/feature.server.js.map +1 -0
  448. package/dist/features/lists/unorderedList/i18n.d.ts +3 -0
  449. package/dist/features/lists/unorderedList/i18n.d.ts.map +1 -0
  450. package/dist/features/lists/unorderedList/i18n.js +100 -0
  451. package/dist/features/lists/unorderedList/i18n.js.map +1 -0
  452. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  453. package/dist/features/lists/unorderedList/markdownTransformer.js +16 -0
  454. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  455. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +5 -0
  456. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +1 -0
  457. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +1 -0
  458. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  459. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -0
  460. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +1 -0
  461. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +8 -0
  462. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +1 -0
  463. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +5 -0
  464. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +1 -0
  465. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +1 -0
  466. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  467. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -0
  468. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +1 -0
  469. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +8 -0
  470. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +1 -0
  471. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +5 -0
  472. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +1 -0
  473. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +1 -0
  474. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  475. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -0
  476. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +1 -0
  477. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +8 -0
  478. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +1 -0
  479. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +5 -0
  480. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  481. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +1 -0
  482. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  483. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -0
  484. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  485. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +8 -0
  486. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +1 -0
  487. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +5 -0
  488. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +1 -0
  489. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +1 -0
  490. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  491. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -0
  492. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +1 -0
  493. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +8 -0
  494. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +1 -0
  495. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +5 -0
  496. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  497. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +1 -0
  498. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  499. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -0
  500. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  501. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +8 -0
  502. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +1 -0
  503. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +5 -0
  504. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +1 -0
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +23 -0
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -0
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +1 -0
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +8 -0
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +1 -0
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -0
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -0
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +31 -0
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -0
  519. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +5 -0
  520. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  521. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +27 -0
  522. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -0
  523. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +8 -0
  524. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  525. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +45 -0
  526. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -0
  527. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  528. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  529. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  530. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  531. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  532. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +69 -0
  533. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  534. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +5 -0
  535. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +1 -0
  536. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +6 -0
  537. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +1 -0
  538. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  539. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -0
  540. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +1 -0
  541. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +8 -0
  542. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +1 -0
  543. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +5 -0
  544. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +1 -0
  545. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +1 -0
  546. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  547. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -0
  548. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +1 -0
  549. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +8 -0
  550. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +1 -0
  551. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +5 -0
  552. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +1 -0
  553. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +1 -0
  554. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  555. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -0
  556. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +1 -0
  557. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +8 -0
  558. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +1 -0
  559. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +5 -0
  560. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +1 -0
  561. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +1 -0
  562. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  563. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -0
  564. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +1 -0
  565. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +8 -0
  566. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +1 -0
  567. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +5 -0
  568. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  569. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +1 -0
  570. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  571. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -0
  572. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  573. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +8 -0
  574. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +1 -0
  575. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +5 -0
  576. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +1 -0
  577. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +1 -0
  578. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  579. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -0
  580. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +1 -0
  581. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +8 -0
  582. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +1 -0
  583. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +5 -0
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +1 -0
  585. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +1 -0
  586. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  587. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +16 -0
  588. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -0
  589. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +1 -0
  590. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +8 -0
  591. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +1 -0
  592. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +5 -0
  593. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  594. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +1 -0
  595. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  596. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -0
  597. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  598. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +8 -0
  599. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +1 -0
  600. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +5 -0
  601. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +1 -0
  602. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +1 -0
  603. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  604. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -0
  605. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +1 -0
  606. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +8 -0
  607. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +1 -0
  608. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +5 -0
  609. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +1 -0
  610. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +1 -0
  611. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  612. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +19 -0
  613. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -0
  614. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +1 -0
  615. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +8 -0
  616. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +1 -0
  617. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  618. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -0
  619. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  620. package/dist/features/migrations/slateToLexical/converter/index.js +108 -0
  621. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -0
  622. package/dist/features/migrations/slateToLexical/converter/types.d.ts +25 -0
  623. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  624. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -0
  625. package/dist/features/migrations/slateToLexical/feature.client.d.ts +5 -0
  626. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  627. package/dist/features/migrations/slateToLexical/feature.client.js +27 -0
  628. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -0
  629. package/dist/features/migrations/slateToLexical/feature.server.d.ts +10 -0
  630. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  631. package/dist/features/migrations/slateToLexical/feature.server.js +47 -0
  632. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -0
  633. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  634. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  635. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  636. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  637. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  638. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +69 -0
  639. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  640. package/dist/features/paragraph/feature.client.d.ts +5 -0
  641. package/dist/features/paragraph/feature.client.d.ts.map +1 -0
  642. package/dist/features/paragraph/feature.client.js +71 -0
  643. package/dist/features/paragraph/feature.client.js.map +1 -0
  644. package/dist/features/paragraph/feature.server.d.ts +2 -0
  645. package/dist/features/paragraph/feature.server.d.ts.map +1 -0
  646. package/dist/features/paragraph/feature.server.js +14 -0
  647. package/dist/features/paragraph/feature.server.js.map +1 -0
  648. package/dist/features/paragraph/i18n.d.ts +3 -0
  649. package/dist/features/paragraph/i18n.d.ts.map +1 -0
  650. package/dist/features/paragraph/i18n.js +132 -0
  651. package/dist/features/paragraph/i18n.js.map +1 -0
  652. package/dist/features/relationship/drawer/commands.d.ts.map +1 -0
  653. package/dist/features/relationship/drawer/commands.js +4 -0
  654. package/dist/features/relationship/drawer/commands.js.map +1 -0
  655. package/dist/features/relationship/drawer/index.d.ts.map +1 -0
  656. package/dist/features/relationship/drawer/index.js +83 -0
  657. package/dist/features/relationship/drawer/index.js.map +1 -0
  658. package/dist/features/relationship/feature.client.d.ts +18 -0
  659. package/dist/features/relationship/feature.client.d.ts.map +1 -0
  660. package/dist/features/relationship/feature.client.js +72 -0
  661. package/dist/features/relationship/feature.client.js.map +1 -0
  662. package/dist/features/relationship/feature.server.d.ts +27 -0
  663. package/dist/features/relationship/feature.server.d.ts.map +1 -0
  664. package/dist/features/relationship/feature.server.js +55 -0
  665. package/dist/features/relationship/feature.server.js.map +1 -0
  666. package/dist/features/relationship/graphQLPopulationPromise.d.ts +5 -0
  667. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +1 -0
  668. package/dist/features/relationship/graphQLPopulationPromise.js +29 -0
  669. package/dist/features/relationship/graphQLPopulationPromise.js.map +1 -0
  670. package/dist/features/relationship/i18n.d.ts +3 -0
  671. package/dist/features/relationship/i18n.d.ts.map +1 -0
  672. package/dist/features/relationship/i18n.js +100 -0
  673. package/dist/features/relationship/i18n.js.map +1 -0
  674. package/dist/features/relationship/nodes/RelationshipNode.d.ts +35 -0
  675. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +1 -0
  676. package/dist/features/relationship/nodes/RelationshipNode.js +111 -0
  677. package/dist/features/relationship/nodes/RelationshipNode.js.map +1 -0
  678. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts +13 -0
  679. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +1 -0
  680. package/dist/features/relationship/nodes/components/RelationshipComponent.js +171 -0
  681. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +1 -0
  682. package/dist/features/relationship/plugins/index.d.ts +7 -0
  683. package/dist/features/relationship/plugins/index.d.ts.map +1 -0
  684. package/dist/features/relationship/plugins/index.js +50 -0
  685. package/dist/features/relationship/plugins/index.js.map +1 -0
  686. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  687. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +33 -0
  688. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +1 -0
  689. package/dist/features/shared/slashMenu/basicGroup.d.ts +3 -0
  690. package/dist/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  691. package/dist/features/shared/slashMenu/basicGroup.js +11 -0
  692. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -0
  693. package/dist/features/shared/toolbar/addDropdownGroup.d.ts +3 -0
  694. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  695. package/dist/features/shared/toolbar/addDropdownGroup.js +12 -0
  696. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  697. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts +3 -0
  698. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  699. package/dist/features/shared/toolbar/featureButtonsGroup.js +10 -0
  700. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  701. package/dist/features/shared/toolbar/textDropdownGroup.d.ts +3 -0
  702. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  703. package/dist/features/shared/toolbar/textDropdownGroup.js +12 -0
  704. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  705. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +5 -0
  706. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +1 -0
  707. package/dist/features/toolbars/fixed/Toolbar/index.js +207 -0
  708. package/dist/features/toolbars/fixed/Toolbar/index.js.map +1 -0
  709. package/dist/features/toolbars/fixed/feature.client.d.ts +6 -0
  710. package/dist/features/toolbars/fixed/feature.client.d.ts.map +1 -0
  711. package/dist/features/toolbars/fixed/feature.client.js +13 -0
  712. package/dist/features/toolbars/fixed/feature.client.js.map +1 -0
  713. package/dist/features/toolbars/fixed/feature.server.d.ts +18 -0
  714. package/dist/features/toolbars/fixed/feature.server.d.ts.map +1 -0
  715. package/dist/features/toolbars/fixed/feature.server.js +19 -0
  716. package/dist/features/toolbars/fixed/feature.server.js.map +1 -0
  717. package/dist/features/toolbars/inline/Toolbar/index.d.ts +4 -0
  718. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +1 -0
  719. package/dist/features/toolbars/inline/Toolbar/index.js +319 -0
  720. package/dist/features/toolbars/inline/Toolbar/index.js.map +1 -0
  721. package/dist/features/toolbars/inline/feature.client.d.ts +5 -0
  722. package/dist/features/toolbars/inline/feature.client.d.ts.map +1 -0
  723. package/dist/features/toolbars/inline/feature.client.js +13 -0
  724. package/dist/features/toolbars/inline/feature.client.js.map +1 -0
  725. package/dist/features/toolbars/inline/feature.server.d.ts +2 -0
  726. package/dist/features/toolbars/inline/feature.server.d.ts.map +1 -0
  727. package/dist/features/toolbars/inline/feature.server.js +11 -0
  728. package/dist/features/toolbars/inline/feature.server.js.map +1 -0
  729. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  730. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  731. package/dist/features/toolbars/shared/ToolbarButton/index.js +108 -0
  732. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  733. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +22 -0
  734. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  735. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +223 -0
  736. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  737. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +23 -0
  738. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  739. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +141 -0
  740. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  741. package/dist/features/toolbars/types.d.ts +80 -0
  742. package/dist/features/toolbars/types.d.ts.map +1 -0
  743. package/dist/features/toolbars/types.js.map +1 -0
  744. package/dist/features/typeUtilities.d.ts +8 -0
  745. package/dist/features/typeUtilities.d.ts.map +1 -0
  746. package/dist/features/typeUtilities.js +8 -0
  747. package/dist/features/typeUtilities.js.map +1 -0
  748. package/dist/features/typesClient.d.ts +186 -0
  749. package/dist/features/typesClient.d.ts.map +1 -0
  750. package/dist/features/typesClient.js +3 -0
  751. package/dist/features/typesClient.js.map +1 -0
  752. package/dist/features/typesServer.d.ts +315 -0
  753. package/dist/features/typesServer.d.ts.map +1 -0
  754. package/dist/features/typesServer.js +3 -0
  755. package/dist/features/typesServer.js.map +1 -0
  756. package/dist/features/upload/component/index.d.ts.map +1 -0
  757. package/dist/features/upload/component/index.js +242 -0
  758. package/dist/features/upload/component/index.js.map +1 -0
  759. package/dist/features/upload/drawer/commands.d.ts.map +1 -0
  760. package/dist/features/upload/drawer/commands.js +5 -0
  761. package/dist/features/upload/drawer/commands.js.map +1 -0
  762. package/dist/features/upload/drawer/index.d.ts.map +1 -0
  763. package/dist/features/upload/drawer/index.js +77 -0
  764. package/dist/features/upload/drawer/index.js.map +1 -0
  765. package/dist/features/upload/feature.client.d.ts +12 -0
  766. package/dist/features/upload/feature.client.d.ts.map +1 -0
  767. package/dist/features/upload/feature.client.js +74 -0
  768. package/dist/features/upload/feature.client.js.map +1 -0
  769. package/dist/features/upload/feature.server.d.ts +18 -0
  770. package/dist/features/upload/feature.server.d.ts.map +1 -0
  771. package/dist/features/upload/feature.server.js +184 -0
  772. package/dist/features/upload/feature.server.js.map +1 -0
  773. package/dist/features/upload/graphQLPopulationPromise.d.ts +5 -0
  774. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +1 -0
  775. package/dist/features/upload/graphQLPopulationPromise.js +52 -0
  776. package/dist/features/upload/graphQLPopulationPromise.js.map +1 -0
  777. package/dist/features/upload/i18n.d.ts +3 -0
  778. package/dist/features/upload/i18n.d.ts.map +1 -0
  779. package/dist/features/upload/i18n.js +100 -0
  780. package/dist/features/upload/i18n.js.map +1 -0
  781. package/dist/features/upload/nodes/UploadNode.d.ts +39 -0
  782. package/dist/features/upload/nodes/UploadNode.d.ts.map +1 -0
  783. package/dist/features/upload/nodes/UploadNode.js +131 -0
  784. package/dist/features/upload/nodes/UploadNode.js.map +1 -0
  785. package/dist/features/upload/plugin/index.d.ts +8 -0
  786. package/dist/features/upload/plugin/index.d.ts.map +1 -0
  787. package/dist/features/upload/plugin/index.js +53 -0
  788. package/dist/features/upload/plugin/index.js.map +1 -0
  789. package/dist/features/upload/validate.d.ts +5 -0
  790. package/dist/features/upload/validate.d.ts.map +1 -0
  791. package/dist/features/upload/validate.js +44 -0
  792. package/dist/features/upload/validate.js.map +1 -0
  793. package/dist/field/Field.d.ts +5 -6
  794. package/dist/field/Field.d.ts.map +1 -1
  795. package/dist/field/Field.js +71 -56
  796. package/dist/field/Field.js.map +1 -1
  797. package/dist/field/bundled.css +0 -0
  798. package/dist/field/index.d.ts +6 -4
  799. package/dist/field/index.d.ts.map +1 -1
  800. package/dist/field/index.js +37 -86
  801. package/dist/field/index.js.map +1 -1
  802. package/dist/i18n.d.ts +3 -0
  803. package/dist/i18n.d.ts.map +1 -0
  804. package/dist/i18n.js +164 -0
  805. package/dist/i18n.js.map +1 -0
  806. package/dist/index.d.ts +76 -84
  807. package/dist/index.d.ts.map +1 -1
  808. package/dist/index.js +673 -251
  809. package/dist/index.js.map +1 -1
  810. package/dist/lexical/EditorPlugin.d.ts +8 -0
  811. package/dist/lexical/EditorPlugin.d.ts.map +1 -0
  812. package/dist/lexical/EditorPlugin.js +15 -0
  813. package/dist/lexical/EditorPlugin.js.map +1 -0
  814. package/dist/lexical/LexicalEditor.d.ts +7 -0
  815. package/dist/lexical/LexicalEditor.d.ts.map +1 -0
  816. package/dist/lexical/LexicalEditor.js +192 -0
  817. package/dist/lexical/LexicalEditor.js.map +1 -0
  818. package/dist/lexical/LexicalProvider.d.ts +18 -0
  819. package/dist/lexical/LexicalProvider.d.ts.map +1 -0
  820. package/dist/lexical/LexicalProvider.js +98 -0
  821. package/dist/lexical/LexicalProvider.js.map +1 -0
  822. package/dist/lexical/config/client/EditorConfigProvider.d.ts +35 -0
  823. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  824. package/dist/lexical/config/client/EditorConfigProvider.js +91 -0
  825. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -0
  826. package/dist/lexical/config/client/default.d.ts +3 -0
  827. package/dist/lexical/config/client/default.d.ts.map +1 -0
  828. package/dist/lexical/config/client/default.js.map +1 -0
  829. package/dist/lexical/config/client/loader.d.ts +12 -0
  830. package/dist/lexical/config/client/loader.d.ts.map +1 -0
  831. package/dist/lexical/config/client/loader.js +46 -0
  832. package/dist/lexical/config/client/loader.js.map +1 -0
  833. package/dist/lexical/config/client/sanitize.d.ts +7 -0
  834. package/dist/lexical/config/client/sanitize.d.ts.map +1 -0
  835. package/dist/lexical/config/client/sanitize.js +180 -0
  836. package/dist/lexical/config/client/sanitize.js.map +1 -0
  837. package/dist/lexical/config/server/default.d.ts +7 -0
  838. package/dist/lexical/config/server/default.d.ts.map +1 -0
  839. package/dist/lexical/config/server/default.js +53 -0
  840. package/dist/lexical/config/server/default.js.map +1 -0
  841. package/dist/lexical/config/server/loader.d.ts +10 -0
  842. package/dist/lexical/config/server/loader.d.ts.map +1 -0
  843. package/dist/lexical/config/server/loader.js +120 -0
  844. package/dist/lexical/config/server/loader.js.map +1 -0
  845. package/dist/lexical/config/server/sanitize.d.ts +6 -0
  846. package/dist/lexical/config/server/sanitize.d.ts.map +1 -0
  847. package/dist/lexical/config/server/sanitize.js +95 -0
  848. package/dist/lexical/config/server/sanitize.js.map +1 -0
  849. package/dist/lexical/config/types.d.ts +24 -0
  850. package/dist/lexical/config/types.d.ts.map +1 -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.map +1 -0
  855. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -0
  856. package/dist/lexical/plugins/MarkdownShortcut/index.js +13 -0
  857. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -0
  858. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +32 -0
  859. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -0
  860. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +399 -0
  861. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -0
  862. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +24 -0
  863. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -0
  864. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +186 -0
  865. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -0
  866. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +46 -0
  867. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -0
  868. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -0
  869. package/dist/lexical/plugins/SlashMenu/index.d.ts +6 -0
  870. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -0
  871. package/dist/lexical/plugins/SlashMenu/index.js +189 -0
  872. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -0
  873. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -0
  874. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -0
  875. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +6 -0
  876. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -0
  877. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +157 -0
  878. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -0
  879. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -0
  880. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -0
  881. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -0
  882. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -0
  883. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +3 -0
  884. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -0
  885. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -0
  886. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +6 -0
  887. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -0
  888. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +342 -0
  889. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -0
  890. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +9 -0
  891. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -0
  892. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +116 -0
  893. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -0
  894. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +5 -0
  895. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  896. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +21 -0
  897. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  898. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -0
  899. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -0
  900. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -0
  901. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -0
  902. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts +31 -0
  903. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  904. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +138 -0
  905. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  906. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -0
  907. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +6 -0
  908. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -0
  909. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -0
  910. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -0
  911. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -0
  912. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +29 -0
  913. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -0
  914. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -0
  915. package/dist/lexical/theme/EditorTheme.js +106 -0
  916. package/dist/lexical/theme/EditorTheme.js.map +1 -0
  917. package/dist/lexical/ui/ContentEditable.d.ts +6 -0
  918. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -0
  919. package/dist/lexical/ui/ContentEditable.js +10 -0
  920. package/dist/lexical/ui/ContentEditable.js.map +1 -0
  921. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -0
  922. package/dist/lexical/ui/icons/AI/index.js +36 -0
  923. package/dist/lexical/ui/icons/AI/index.js.map +1 -0
  924. package/dist/lexical/ui/icons/Add/index.d.ts +3 -0
  925. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -0
  926. package/dist/lexical/ui/icons/Add/index.js +21 -0
  927. package/dist/lexical/ui/icons/Add/index.js.map +1 -0
  928. package/dist/lexical/ui/icons/Add/light.svg +4 -0
  929. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -0
  930. package/dist/lexical/ui/icons/AlignCenter/index.js +31 -0
  931. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -0
  932. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -0
  933. package/dist/lexical/ui/icons/AlignJustify/index.js +31 -0
  934. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -0
  935. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -0
  936. package/dist/lexical/ui/icons/AlignLeft/index.js +31 -0
  937. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -0
  938. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -0
  939. package/dist/lexical/ui/icons/AlignRight/index.js +31 -0
  940. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -0
  941. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -0
  942. package/dist/lexical/ui/icons/Block/index.js +40 -0
  943. package/dist/lexical/ui/icons/Block/index.js.map +1 -0
  944. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -0
  945. package/dist/lexical/ui/icons/Blockquote/index.js +18 -0
  946. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -0
  947. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -0
  948. package/dist/lexical/ui/icons/Bold/index.js +18 -0
  949. package/dist/lexical/ui/icons/Bold/index.js.map +1 -0
  950. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -0
  951. package/dist/lexical/ui/icons/Checklist/index.js +29 -0
  952. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -0
  953. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -0
  954. package/dist/lexical/ui/icons/Code/index.js +24 -0
  955. package/dist/lexical/ui/icons/Code/index.js.map +1 -0
  956. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -0
  957. package/dist/lexical/ui/icons/CodeBlock/index.js +24 -0
  958. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -0
  959. package/dist/lexical/ui/icons/DraggableBlock/light.svg +9 -0
  960. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -0
  961. package/dist/lexical/ui/icons/H1/index.js +18 -0
  962. package/dist/lexical/ui/icons/H1/index.js.map +1 -0
  963. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -0
  964. package/dist/lexical/ui/icons/H2/index.js +18 -0
  965. package/dist/lexical/ui/icons/H2/index.js.map +1 -0
  966. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -0
  967. package/dist/lexical/ui/icons/H3/index.js +18 -0
  968. package/dist/lexical/ui/icons/H3/index.js.map +1 -0
  969. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -0
  970. package/dist/lexical/ui/icons/H4/index.js +18 -0
  971. package/dist/lexical/ui/icons/H4/index.js.map +1 -0
  972. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -0
  973. package/dist/lexical/ui/icons/H5/index.js +18 -0
  974. package/dist/lexical/ui/icons/H5/index.js.map +1 -0
  975. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -0
  976. package/dist/lexical/ui/icons/H6/index.js +18 -0
  977. package/dist/lexical/ui/icons/H6/index.js.map +1 -0
  978. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -0
  979. package/dist/lexical/ui/icons/HorizontalRule/index.js +21 -0
  980. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -0
  981. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -0
  982. package/dist/lexical/ui/icons/IndentDecrease/index.js +35 -0
  983. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -0
  984. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -0
  985. package/dist/lexical/ui/icons/IndentIncrease/index.js +35 -0
  986. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -0
  987. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts +3 -0
  988. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -0
  989. package/dist/lexical/ui/icons/InlineBlocks/index.js +20 -0
  990. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -0
  991. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -0
  992. package/dist/lexical/ui/icons/Italic/index.js +18 -0
  993. package/dist/lexical/ui/icons/Italic/index.js.map +1 -0
  994. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -0
  995. package/dist/lexical/ui/icons/Link/index.js +19 -0
  996. package/dist/lexical/ui/icons/Link/index.js.map +1 -0
  997. package/dist/lexical/ui/icons/Meatballs/index.d.ts +3 -0
  998. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -0
  999. package/dist/lexical/ui/icons/Meatballs/index.js +25 -0
  1000. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -0
  1001. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -0
  1002. package/dist/lexical/ui/icons/OrderedList/index.js +39 -0
  1003. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -0
  1004. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -0
  1005. package/dist/lexical/ui/icons/Relationship/index.js +36 -0
  1006. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -0
  1007. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -0
  1008. package/dist/lexical/ui/icons/Strikethrough/index.js +24 -0
  1009. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -0
  1010. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -0
  1011. package/dist/lexical/ui/icons/Subscript/index.js +18 -0
  1012. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -0
  1013. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -0
  1014. package/dist/lexical/ui/icons/Superscript/index.js +18 -0
  1015. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -0
  1016. package/dist/lexical/ui/icons/Table/index.d.ts +3 -0
  1017. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -0
  1018. package/dist/lexical/ui/icons/Table/index.js +19 -0
  1019. package/dist/lexical/ui/icons/Table/index.js.map +1 -0
  1020. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -0
  1021. package/dist/lexical/ui/icons/Text/index.js +18 -0
  1022. package/dist/lexical/ui/icons/Text/index.js.map +1 -0
  1023. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -0
  1024. package/dist/lexical/ui/icons/Underline/index.js +24 -0
  1025. package/dist/lexical/ui/icons/Underline/index.js.map +1 -0
  1026. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -0
  1027. package/dist/lexical/ui/icons/UnorderedList/index.js +55 -0
  1028. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -0
  1029. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -0
  1030. package/dist/lexical/ui/icons/Upload/index.js +34 -0
  1031. package/dist/lexical/ui/icons/Upload/index.js.map +1 -0
  1032. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -0
  1033. package/dist/lexical/utils/canUseDOM.js.map +1 -0
  1034. package/dist/lexical/utils/environment.d.ts.map +1 -0
  1035. package/dist/lexical/utils/environment.js.map +1 -0
  1036. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -0
  1037. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -0
  1038. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -0
  1039. package/dist/lexical/utils/getSelectedNode.js +17 -0
  1040. package/dist/lexical/utils/getSelectedNode.js.map +1 -0
  1041. package/dist/lexical/utils/guard.d.ts.map +1 -0
  1042. package/dist/lexical/utils/guard.js.map +1 -0
  1043. package/dist/lexical/utils/invariant.d.ts.map +1 -0
  1044. package/dist/lexical/utils/invariant.js.map +1 -0
  1045. package/dist/lexical/utils/joinClasses.d.ts.map +1 -0
  1046. package/dist/lexical/utils/joinClasses.js.map +1 -0
  1047. package/dist/lexical/utils/markdown/createBlockNode.d.ts +4 -0
  1048. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -0
  1049. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -0
  1050. package/dist/lexical/utils/nodeFormat.d.ts +41 -0
  1051. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -0
  1052. package/dist/lexical/utils/nodeFormat.js +88 -0
  1053. package/dist/lexical/utils/nodeFormat.js.map +1 -0
  1054. package/dist/lexical/utils/point.d.ts.map +1 -0
  1055. package/dist/lexical/utils/point.js.map +1 -0
  1056. package/dist/lexical/utils/rect.d.ts.map +1 -0
  1057. package/dist/lexical/utils/rect.js.map +1 -0
  1058. package/dist/lexical/utils/setFloatingElemPosition.d.ts +12 -0
  1059. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -0
  1060. package/dist/lexical/utils/setFloatingElemPosition.js +56 -0
  1061. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -0
  1062. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  1063. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  1064. package/dist/lexical/utils/swipe.d.ts.map +1 -0
  1065. package/dist/lexical/utils/swipe.js.map +1 -0
  1066. package/dist/lexical/utils/url.d.ts.map +1 -0
  1067. package/dist/lexical/utils/url.js +36 -0
  1068. package/dist/lexical/utils/url.js.map +1 -0
  1069. package/dist/nodeTypes.d.ts +30 -0
  1070. package/dist/nodeTypes.d.ts.map +1 -0
  1071. package/dist/nodeTypes.js +3 -0
  1072. package/dist/nodeTypes.js.map +1 -0
  1073. package/dist/populateGraphQL/defaultValue.d.ts +3 -0
  1074. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  1075. package/dist/populateGraphQL/defaultValue.js +32 -0
  1076. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  1077. package/dist/populateGraphQL/populate.d.ts +17 -0
  1078. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  1079. package/dist/populateGraphQL/populate.js +28 -0
  1080. package/dist/populateGraphQL/populate.js.map +1 -0
  1081. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  1082. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  1083. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +37 -0
  1084. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  1085. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  1086. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  1087. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +28 -0
  1088. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  1089. package/dist/types.d.ts +52 -15
  1090. package/dist/types.d.ts.map +1 -1
  1091. package/dist/types.js.map +1 -1
  1092. package/dist/utilities/createClientFeature.d.ts +13 -0
  1093. package/dist/utilities/createClientFeature.d.ts.map +1 -0
  1094. package/dist/utilities/createClientFeature.js +30 -0
  1095. package/dist/utilities/createClientFeature.js.map +1 -0
  1096. package/dist/utilities/createServerFeature.d.ts +16 -0
  1097. package/dist/utilities/createServerFeature.d.ts.map +1 -0
  1098. package/dist/utilities/createServerFeature.js +34 -0
  1099. package/dist/utilities/createServerFeature.js.map +1 -0
  1100. package/dist/utilities/fieldsDrawer/Drawer.d.ts +18 -0
  1101. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -0
  1102. package/dist/utilities/fieldsDrawer/Drawer.js +26 -0
  1103. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -0
  1104. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -0
  1105. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -0
  1106. package/dist/utilities/fieldsDrawer/DrawerContent.js +90 -0
  1107. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -0
  1108. package/dist/utilities/forEachNodeRecursively.d.ts +10 -0
  1109. package/dist/utilities/forEachNodeRecursively.d.ts.map +1 -0
  1110. package/dist/utilities/forEachNodeRecursively.js +24 -0
  1111. package/dist/utilities/forEachNodeRecursively.js.map +1 -0
  1112. package/dist/utilities/generateComponentMap.d.ts +6 -0
  1113. package/dist/utilities/generateComponentMap.d.ts.map +1 -0
  1114. package/dist/utilities/generateComponentMap.js +77 -0
  1115. package/dist/utilities/generateComponentMap.js.map +1 -0
  1116. package/dist/utilities/generateSchemaMap.d.ts +6 -0
  1117. package/dist/utilities/generateSchemaMap.d.ts.map +1 -0
  1118. package/dist/utilities/generateSchemaMap.js +31 -0
  1119. package/dist/utilities/generateSchemaMap.js.map +1 -0
  1120. package/dist/utilities/migrateSlateToLexical/index.d.ts +15 -0
  1121. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -0
  1122. package/dist/utilities/migrateSlateToLexical/index.js +105 -0
  1123. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -0
  1124. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +9 -0
  1125. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -0
  1126. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +77 -0
  1127. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -0
  1128. package/dist/utilities/recurseNodeTree.d.ts +9 -0
  1129. package/dist/utilities/recurseNodeTree.d.ts.map +1 -0
  1130. package/dist/utilities/recurseNodeTree.js +27 -0
  1131. package/dist/utilities/recurseNodeTree.js.map +1 -0
  1132. package/dist/utilities/upgradeLexicalData/index.d.ts +11 -0
  1133. package/dist/utilities/upgradeLexicalData/index.d.ts.map +1 -0
  1134. package/dist/utilities/upgradeLexicalData/index.js +101 -0
  1135. package/dist/utilities/upgradeLexicalData/index.js.map +1 -0
  1136. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +9 -0
  1137. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -0
  1138. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +74 -0
  1139. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -0
  1140. package/dist/utilities/useLexicalFeature.d.ts +3 -0
  1141. package/dist/utilities/useLexicalFeature.d.ts.map +1 -0
  1142. package/dist/utilities/useLexicalFeature.js +12 -0
  1143. package/dist/utilities/useLexicalFeature.js.map +1 -0
  1144. package/dist/validate/index.d.ts +3 -3
  1145. package/dist/validate/index.d.ts.map +1 -1
  1146. package/dist/validate/index.js +3 -2
  1147. package/dist/validate/index.js.map +1 -1
  1148. package/dist/validate/validateNodes.d.ts +2 -2
  1149. package/dist/validate/validateNodes.d.ts.map +1 -1
  1150. package/dist/validate/validateNodes.js +1 -1
  1151. package/dist/validate/validateNodes.js.map +1 -1
  1152. package/package.json +75 -56
  1153. package/dist/exports/components.d.ts +0 -6
  1154. package/dist/exports/components.d.ts.map +0 -1
  1155. package/dist/exports/components.js +0 -7
  1156. package/dist/exports/components.js.map +0 -1
  1157. package/dist/field/features/align/feature.client.d.ts +0 -3
  1158. package/dist/field/features/align/feature.client.d.ts.map +0 -1
  1159. package/dist/field/features/align/feature.client.js +0 -72
  1160. package/dist/field/features/align/feature.client.js.map +0 -1
  1161. package/dist/field/features/align/feature.server.d.ts +0 -3
  1162. package/dist/field/features/align/feature.server.d.ts.map +0 -1
  1163. package/dist/field/features/align/feature.server.js +0 -16
  1164. package/dist/field/features/align/feature.server.js.map +0 -1
  1165. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts +0 -3
  1166. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +0 -1
  1167. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +0 -12
  1168. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js.map +0 -1
  1169. package/dist/field/features/blockquote/feature.client.d.ts +0 -3
  1170. package/dist/field/features/blockquote/feature.client.d.ts.map +0 -1
  1171. package/dist/field/features/blockquote/feature.client.js +0 -70
  1172. package/dist/field/features/blockquote/feature.client.js.map +0 -1
  1173. package/dist/field/features/blockquote/feature.server.d.ts +0 -3
  1174. package/dist/field/features/blockquote/feature.server.d.ts.map +0 -1
  1175. package/dist/field/features/blockquote/feature.server.js +0 -47
  1176. package/dist/field/features/blockquote/feature.server.js.map +0 -1
  1177. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +0 -1
  1178. package/dist/field/features/blockquote/markdownTransformer.js +0 -42
  1179. package/dist/field/features/blockquote/markdownTransformer.js.map +0 -1
  1180. package/dist/field/features/blocks/component/BlockContent.d.ts +0 -27
  1181. package/dist/field/features/blocks/component/BlockContent.d.ts.map +0 -1
  1182. package/dist/field/features/blocks/component/BlockContent.js +0 -183
  1183. package/dist/field/features/blocks/component/BlockContent.js.map +0 -1
  1184. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +0 -12
  1185. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1186. package/dist/field/features/blocks/component/FormSavePlugin.js +0 -29
  1187. package/dist/field/features/blocks/component/FormSavePlugin.js.map +0 -1
  1188. package/dist/field/features/blocks/component/index.d.ts +0 -16
  1189. package/dist/field/features/blocks/component/index.d.ts.map +0 -1
  1190. package/dist/field/features/blocks/component/index.js +0 -128
  1191. package/dist/field/features/blocks/component/index.js.map +0 -1
  1192. package/dist/field/features/blocks/component/index.scss +0 -153
  1193. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +0 -11
  1194. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1195. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1196. package/dist/field/features/blocks/drawer/index.d.ts +0 -9
  1197. package/dist/field/features/blocks/drawer/index.d.ts.map +0 -1
  1198. package/dist/field/features/blocks/drawer/index.js +0 -84
  1199. package/dist/field/features/blocks/drawer/index.js.map +0 -1
  1200. package/dist/field/features/blocks/feature.client.d.ts +0 -7
  1201. package/dist/field/features/blocks/feature.client.d.ts.map +0 -1
  1202. package/dist/field/features/blocks/feature.client.js +0 -61
  1203. package/dist/field/features/blocks/feature.client.js.map +0 -1
  1204. package/dist/field/features/blocks/feature.server.d.ts +0 -11
  1205. package/dist/field/features/blocks/feature.server.d.ts.map +0 -1
  1206. package/dist/field/features/blocks/feature.server.js +0 -127
  1207. package/dist/field/features/blocks/feature.server.js.map +0 -1
  1208. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1209. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1210. package/dist/field/features/blocks/nodes/BlocksNode.js +0 -92
  1211. package/dist/field/features/blocks/nodes/BlocksNode.js.map +0 -1
  1212. package/dist/field/features/blocks/plugin/commands.d.ts +0 -4
  1213. package/dist/field/features/blocks/plugin/commands.d.ts.map +0 -1
  1214. package/dist/field/features/blocks/plugin/commands.js +0 -5
  1215. package/dist/field/features/blocks/plugin/commands.js.map +0 -1
  1216. package/dist/field/features/blocks/plugin/index.d.ts +0 -5
  1217. package/dist/field/features/blocks/plugin/index.d.ts.map +0 -1
  1218. package/dist/field/features/blocks/plugin/index.js +0 -43
  1219. package/dist/field/features/blocks/plugin/index.js.map +0 -1
  1220. package/dist/field/features/blocks/populationPromise.d.ts +0 -5
  1221. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  1222. package/dist/field/features/blocks/populationPromise.js +0 -46
  1223. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  1224. package/dist/field/features/blocks/validate.d.ts +0 -5
  1225. package/dist/field/features/blocks/validate.d.ts.map +0 -1
  1226. package/dist/field/features/blocks/validate.js +0 -50
  1227. package/dist/field/features/blocks/validate.js.map +0 -1
  1228. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts +0 -3
  1229. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts.map +0 -1
  1230. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +0 -10
  1231. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js.map +0 -1
  1232. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts +0 -3
  1233. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +0 -1
  1234. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +0 -12
  1235. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js.map +0 -1
  1236. package/dist/field/features/converters/html/converter/converters/linebreak.d.ts.map +0 -1
  1237. package/dist/field/features/converters/html/converter/converters/linebreak.js.map +0 -1
  1238. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +0 -1
  1239. package/dist/field/features/converters/html/converter/converters/paragraph.js +0 -20
  1240. package/dist/field/features/converters/html/converter/converters/paragraph.js.map +0 -1
  1241. package/dist/field/features/converters/html/converter/converters/text.d.ts.map +0 -1
  1242. package/dist/field/features/converters/html/converter/converters/text.js.map +0 -1
  1243. package/dist/field/features/converters/html/converter/defaultConverters.d.ts.map +0 -1
  1244. package/dist/field/features/converters/html/converter/defaultConverters.js.map +0 -1
  1245. package/dist/field/features/converters/html/converter/index.d.ts +0 -21
  1246. package/dist/field/features/converters/html/converter/index.d.ts.map +0 -1
  1247. package/dist/field/features/converters/html/converter/index.js +0 -44
  1248. package/dist/field/features/converters/html/converter/index.js.map +0 -1
  1249. package/dist/field/features/converters/html/converter/types.d.ts +0 -19
  1250. package/dist/field/features/converters/html/converter/types.d.ts.map +0 -1
  1251. package/dist/field/features/converters/html/converter/types.js.map +0 -1
  1252. package/dist/field/features/converters/html/feature.server.d.ts +0 -9
  1253. package/dist/field/features/converters/html/feature.server.d.ts.map +0 -1
  1254. package/dist/field/features/converters/html/feature.server.js +0 -14
  1255. package/dist/field/features/converters/html/feature.server.js.map +0 -1
  1256. package/dist/field/features/converters/html/field/index.d.ts +0 -23
  1257. package/dist/field/features/converters/html/field/index.d.ts.map +0 -1
  1258. package/dist/field/features/converters/html/field/index.js +0 -114
  1259. package/dist/field/features/converters/html/field/index.js.map +0 -1
  1260. package/dist/field/features/createClientComponent.d.ts +0 -6
  1261. package/dist/field/features/createClientComponent.d.ts.map +0 -1
  1262. package/dist/field/features/createClientComponent.js +0 -12
  1263. package/dist/field/features/createClientComponent.js.map +0 -1
  1264. package/dist/field/features/createFeaturePropComponent.d.ts.map +0 -1
  1265. package/dist/field/features/createFeaturePropComponent.js +0 -15
  1266. package/dist/field/features/createFeaturePropComponent.js.map +0 -1
  1267. package/dist/field/features/debug/testrecorder/feature.client.d.ts +0 -3
  1268. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +0 -1
  1269. package/dist/field/features/debug/testrecorder/feature.client.js +0 -20
  1270. package/dist/field/features/debug/testrecorder/feature.client.js.map +0 -1
  1271. package/dist/field/features/debug/testrecorder/feature.server.d.ts +0 -3
  1272. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +0 -1
  1273. package/dist/field/features/debug/testrecorder/feature.server.js +0 -15
  1274. package/dist/field/features/debug/testrecorder/feature.server.js.map +0 -1
  1275. package/dist/field/features/debug/testrecorder/plugin/index.d.ts +0 -5
  1276. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +0 -1
  1277. package/dist/field/features/debug/testrecorder/plugin/index.js +0 -448
  1278. package/dist/field/features/debug/testrecorder/plugin/index.js.map +0 -1
  1279. package/dist/field/features/debug/testrecorder/plugin/index.scss +0 -49
  1280. package/dist/field/features/debug/treeview/feature.client.d.ts +0 -3
  1281. package/dist/field/features/debug/treeview/feature.client.d.ts.map +0 -1
  1282. package/dist/field/features/debug/treeview/feature.client.js +0 -20
  1283. package/dist/field/features/debug/treeview/feature.client.js.map +0 -1
  1284. package/dist/field/features/debug/treeview/feature.server.d.ts +0 -3
  1285. package/dist/field/features/debug/treeview/feature.server.d.ts.map +0 -1
  1286. package/dist/field/features/debug/treeview/feature.server.js +0 -15
  1287. package/dist/field/features/debug/treeview/feature.server.js.map +0 -1
  1288. package/dist/field/features/debug/treeview/plugin/index.d.ts +0 -4
  1289. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +0 -1
  1290. package/dist/field/features/debug/treeview/plugin/index.js +0 -21
  1291. package/dist/field/features/debug/treeview/plugin/index.js.map +0 -1
  1292. package/dist/field/features/debug/treeview/plugin/index.scss +0 -78
  1293. package/dist/field/features/format/bold/feature.client.d.ts +0 -3
  1294. package/dist/field/features/format/bold/feature.client.d.ts.map +0 -1
  1295. package/dist/field/features/format/bold/feature.client.js +0 -48
  1296. package/dist/field/features/format/bold/feature.client.js.map +0 -1
  1297. package/dist/field/features/format/bold/feature.server.d.ts +0 -3
  1298. package/dist/field/features/format/bold/feature.server.d.ts.map +0 -1
  1299. package/dist/field/features/format/bold/feature.server.js +0 -27
  1300. package/dist/field/features/format/bold/feature.server.js.map +0 -1
  1301. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +0 -1
  1302. package/dist/field/features/format/bold/markdownTransformers.js.map +0 -1
  1303. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts +0 -3
  1304. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts.map +0 -1
  1305. package/dist/field/features/format/common/floatingSelectToolbarSection.js +0 -10
  1306. package/dist/field/features/format/common/floatingSelectToolbarSection.js.map +0 -1
  1307. package/dist/field/features/format/inlinecode/feature.client.d.ts +0 -3
  1308. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +0 -1
  1309. package/dist/field/features/format/inlinecode/feature.client.js +0 -43
  1310. package/dist/field/features/format/inlinecode/feature.client.js.map +0 -1
  1311. package/dist/field/features/format/inlinecode/feature.server.d.ts +0 -3
  1312. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +0 -1
  1313. package/dist/field/features/format/inlinecode/feature.server.js +0 -19
  1314. package/dist/field/features/format/inlinecode/feature.server.js.map +0 -1
  1315. package/dist/field/features/format/inlinecode/markdownTransformers.d.ts.map +0 -1
  1316. package/dist/field/features/format/inlinecode/markdownTransformers.js.map +0 -1
  1317. package/dist/field/features/format/italic/feature.client.d.ts +0 -3
  1318. package/dist/field/features/format/italic/feature.client.d.ts.map +0 -1
  1319. package/dist/field/features/format/italic/feature.client.js +0 -44
  1320. package/dist/field/features/format/italic/feature.client.js.map +0 -1
  1321. package/dist/field/features/format/italic/feature.server.d.ts +0 -3
  1322. package/dist/field/features/format/italic/feature.server.d.ts.map +0 -1
  1323. package/dist/field/features/format/italic/feature.server.js +0 -20
  1324. package/dist/field/features/format/italic/feature.server.js.map +0 -1
  1325. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +0 -1
  1326. package/dist/field/features/format/italic/markdownTransformers.js.map +0 -1
  1327. package/dist/field/features/format/strikethrough/feature.client.d.ts +0 -3
  1328. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +0 -1
  1329. package/dist/field/features/format/strikethrough/feature.client.js +0 -43
  1330. package/dist/field/features/format/strikethrough/feature.client.js.map +0 -1
  1331. package/dist/field/features/format/strikethrough/feature.server.d.ts +0 -3
  1332. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +0 -1
  1333. package/dist/field/features/format/strikethrough/feature.server.js +0 -19
  1334. package/dist/field/features/format/strikethrough/feature.server.js.map +0 -1
  1335. package/dist/field/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  1336. package/dist/field/features/format/strikethrough/markdownTransformers.js.map +0 -1
  1337. package/dist/field/features/format/subscript/feature.client.d.ts +0 -3
  1338. package/dist/field/features/format/subscript/feature.client.d.ts.map +0 -1
  1339. package/dist/field/features/format/subscript/feature.client.js +0 -39
  1340. package/dist/field/features/format/subscript/feature.client.js.map +0 -1
  1341. package/dist/field/features/format/subscript/feature.server.d.ts +0 -3
  1342. package/dist/field/features/format/subscript/feature.server.d.ts.map +0 -1
  1343. package/dist/field/features/format/subscript/feature.server.js +0 -15
  1344. package/dist/field/features/format/subscript/feature.server.js.map +0 -1
  1345. package/dist/field/features/format/superscript/feature.client.d.ts +0 -3
  1346. package/dist/field/features/format/superscript/feature.client.d.ts.map +0 -1
  1347. package/dist/field/features/format/superscript/feature.client.js +0 -39
  1348. package/dist/field/features/format/superscript/feature.client.js.map +0 -1
  1349. package/dist/field/features/format/superscript/feature.server.d.ts +0 -3
  1350. package/dist/field/features/format/superscript/feature.server.d.ts.map +0 -1
  1351. package/dist/field/features/format/superscript/feature.server.js +0 -15
  1352. package/dist/field/features/format/superscript/feature.server.js.map +0 -1
  1353. package/dist/field/features/format/underline/feature.client.d.ts +0 -3
  1354. package/dist/field/features/format/underline/feature.client.d.ts.map +0 -1
  1355. package/dist/field/features/format/underline/feature.client.js +0 -39
  1356. package/dist/field/features/format/underline/feature.client.js.map +0 -1
  1357. package/dist/field/features/format/underline/feature.server.d.ts +0 -3
  1358. package/dist/field/features/format/underline/feature.server.d.ts.map +0 -1
  1359. package/dist/field/features/format/underline/feature.server.js +0 -15
  1360. package/dist/field/features/format/underline/feature.server.js.map +0 -1
  1361. package/dist/field/features/heading/feature.client.d.ts +0 -4
  1362. package/dist/field/features/heading/feature.client.d.ts.map +0 -1
  1363. package/dist/field/features/heading/feature.client.js +0 -97
  1364. package/dist/field/features/heading/feature.client.js.map +0 -1
  1365. package/dist/field/features/heading/feature.server.d.ts +0 -7
  1366. package/dist/field/features/heading/feature.server.d.ts.map +0 -1
  1367. package/dist/field/features/heading/feature.server.js +0 -58
  1368. package/dist/field/features/heading/feature.server.js.map +0 -1
  1369. package/dist/field/features/heading/markdownTransformer.d.ts.map +0 -1
  1370. package/dist/field/features/heading/markdownTransformer.js +0 -30
  1371. package/dist/field/features/heading/markdownTransformer.js.map +0 -1
  1372. package/dist/field/features/horizontalrule/component/index.d.ts.map +0 -1
  1373. package/dist/field/features/horizontalrule/component/index.js +0 -64
  1374. package/dist/field/features/horizontalrule/component/index.js.map +0 -1
  1375. package/dist/field/features/horizontalrule/feature.client.d.ts +0 -3
  1376. package/dist/field/features/horizontalrule/feature.client.d.ts.map +0 -1
  1377. package/dist/field/features/horizontalrule/feature.client.js +0 -53
  1378. package/dist/field/features/horizontalrule/feature.client.js.map +0 -1
  1379. package/dist/field/features/horizontalrule/feature.server.d.ts +0 -3
  1380. package/dist/field/features/horizontalrule/feature.server.d.ts.map +0 -1
  1381. package/dist/field/features/horizontalrule/feature.server.js +0 -36
  1382. package/dist/field/features/horizontalrule/feature.server.js.map +0 -1
  1383. package/dist/field/features/horizontalrule/markdownTransformer.d.ts.map +0 -1
  1384. package/dist/field/features/horizontalrule/markdownTransformer.js.map +0 -1
  1385. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts +0 -55
  1386. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1387. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js +0 -89
  1388. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js.map +0 -1
  1389. package/dist/field/features/horizontalrule/plugin/index.d.ts +0 -6
  1390. package/dist/field/features/horizontalrule/plugin/index.d.ts.map +0 -1
  1391. package/dist/field/features/horizontalrule/plugin/index.js +0 -34
  1392. package/dist/field/features/horizontalrule/plugin/index.js.map +0 -1
  1393. package/dist/field/features/horizontalrule/plugin/index.scss +0 -20
  1394. package/dist/field/features/indent/feature.client.d.ts +0 -3
  1395. package/dist/field/features/indent/feature.client.d.ts.map +0 -1
  1396. package/dist/field/features/indent/feature.client.js +0 -58
  1397. package/dist/field/features/indent/feature.client.js.map +0 -1
  1398. package/dist/field/features/indent/feature.server.d.ts +0 -3
  1399. package/dist/field/features/indent/feature.server.d.ts.map +0 -1
  1400. package/dist/field/features/indent/feature.server.js +0 -16
  1401. package/dist/field/features/indent/feature.server.js.map +0 -1
  1402. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts +0 -3
  1403. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts.map +0 -1
  1404. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +0 -10
  1405. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js.map +0 -1
  1406. package/dist/field/features/indent/index.scss +0 -4
  1407. package/dist/field/features/link/drawer/baseFields.d.ts +0 -4
  1408. package/dist/field/features/link/drawer/baseFields.d.ts.map +0 -1
  1409. package/dist/field/features/link/drawer/baseFields.js +0 -107
  1410. package/dist/field/features/link/drawer/baseFields.js.map +0 -1
  1411. package/dist/field/features/link/drawer/index.d.ts +0 -5
  1412. package/dist/field/features/link/drawer/index.d.ts.map +0 -1
  1413. package/dist/field/features/link/drawer/index.js +0 -93
  1414. package/dist/field/features/link/drawer/index.js.map +0 -1
  1415. package/dist/field/features/link/drawer/index.scss +0 -50
  1416. package/dist/field/features/link/drawer/types.d.ts +0 -8
  1417. package/dist/field/features/link/drawer/types.d.ts.map +0 -1
  1418. package/dist/field/features/link/drawer/types.js.map +0 -1
  1419. package/dist/field/features/link/feature.client.d.ts +0 -5
  1420. package/dist/field/features/link/feature.client.d.ts.map +0 -1
  1421. package/dist/field/features/link/feature.client.js +0 -90
  1422. package/dist/field/features/link/feature.client.js.map +0 -1
  1423. package/dist/field/features/link/feature.server.d.ts +0 -33
  1424. package/dist/field/features/link/feature.server.d.ts.map +0 -1
  1425. package/dist/field/features/link/feature.server.js +0 -91
  1426. package/dist/field/features/link/feature.server.js.map +0 -1
  1427. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +0 -1
  1428. package/dist/field/features/link/nodes/AutoLinkNode.js +0 -61
  1429. package/dist/field/features/link/nodes/AutoLinkNode.js.map +0 -1
  1430. package/dist/field/features/link/nodes/LinkNode.d.ts +0 -38
  1431. package/dist/field/features/link/nodes/LinkNode.d.ts.map +0 -1
  1432. package/dist/field/features/link/nodes/LinkNode.js +0 -301
  1433. package/dist/field/features/link/nodes/LinkNode.js.map +0 -1
  1434. package/dist/field/features/link/nodes/types.d.ts +0 -19
  1435. package/dist/field/features/link/nodes/types.d.ts.map +0 -1
  1436. package/dist/field/features/link/nodes/types.js.map +0 -1
  1437. package/dist/field/features/link/plugins/autoLink/index.d.ts +0 -19
  1438. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1439. package/dist/field/features/link/plugins/autoLink/index.js +0 -321
  1440. package/dist/field/features/link/plugins/autoLink/index.js.map +0 -1
  1441. package/dist/field/features/link/plugins/clickableLink/index.d.ts +0 -3
  1442. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1443. package/dist/field/features/link/plugins/clickableLink/index.js +0 -10
  1444. package/dist/field/features/link/plugins/clickableLink/index.js.map +0 -1
  1445. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1446. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -5
  1447. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1448. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1449. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -259
  1450. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1451. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +0 -6
  1452. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1453. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1454. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1455. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -78
  1456. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1457. package/dist/field/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1458. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -12
  1459. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1460. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +0 -38
  1461. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1462. package/dist/field/features/link/plugins/link/index.d.ts +0 -2
  1463. package/dist/field/features/link/plugins/link/index.d.ts.map +0 -1
  1464. package/dist/field/features/link/plugins/link/index.js +0 -62
  1465. package/dist/field/features/link/plugins/link/index.js.map +0 -1
  1466. package/dist/field/features/link/populationPromise.d.ts +0 -5
  1467. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  1468. package/dist/field/features/link/populationPromise.js +0 -46
  1469. package/dist/field/features/link/populationPromise.js.map +0 -1
  1470. package/dist/field/features/lists/checklist/feature.client.d.ts +0 -3
  1471. package/dist/field/features/lists/checklist/feature.client.d.ts.map +0 -1
  1472. package/dist/field/features/lists/checklist/feature.client.js +0 -82
  1473. package/dist/field/features/lists/checklist/feature.client.js.map +0 -1
  1474. package/dist/field/features/lists/checklist/feature.server.d.ts +0 -3
  1475. package/dist/field/features/lists/checklist/feature.server.d.ts.map +0 -1
  1476. package/dist/field/features/lists/checklist/feature.server.js +0 -36
  1477. package/dist/field/features/lists/checklist/feature.server.js.map +0 -1
  1478. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  1479. package/dist/field/features/lists/checklist/markdownTransformers.js +0 -17
  1480. package/dist/field/features/lists/checklist/markdownTransformers.js.map +0 -1
  1481. package/dist/field/features/lists/checklist/plugin/index.d.ts +0 -3
  1482. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1483. package/dist/field/features/lists/checklist/plugin/index.js +0 -9
  1484. package/dist/field/features/lists/checklist/plugin/index.js.map +0 -1
  1485. package/dist/field/features/lists/common/markdown.d.ts +0 -6
  1486. package/dist/field/features/lists/common/markdown.d.ts.map +0 -1
  1487. package/dist/field/features/lists/common/markdown.js +0 -59
  1488. package/dist/field/features/lists/common/markdown.js.map +0 -1
  1489. package/dist/field/features/lists/htmlConverter.d.ts +0 -5
  1490. package/dist/field/features/lists/htmlConverter.d.ts.map +0 -1
  1491. package/dist/field/features/lists/htmlConverter.js +0 -49
  1492. package/dist/field/features/lists/htmlConverter.js.map +0 -1
  1493. package/dist/field/features/lists/orderedlist/feature.client.d.ts +0 -3
  1494. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +0 -1
  1495. package/dist/field/features/lists/orderedlist/feature.client.js +0 -72
  1496. package/dist/field/features/lists/orderedlist/feature.client.js.map +0 -1
  1497. package/dist/field/features/lists/orderedlist/feature.server.d.ts +0 -3
  1498. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +0 -1
  1499. package/dist/field/features/lists/orderedlist/feature.server.js +0 -36
  1500. package/dist/field/features/lists/orderedlist/feature.server.js.map +0 -1
  1501. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +0 -1
  1502. package/dist/field/features/lists/orderedlist/markdownTransformer.js +0 -17
  1503. package/dist/field/features/lists/orderedlist/markdownTransformer.js.map +0 -1
  1504. package/dist/field/features/lists/plugin/index.d.ts +0 -3
  1505. package/dist/field/features/lists/plugin/index.d.ts.map +0 -1
  1506. package/dist/field/features/lists/plugin/index.js +0 -9
  1507. package/dist/field/features/lists/plugin/index.js.map +0 -1
  1508. package/dist/field/features/lists/unorderedlist/feature.client.d.ts +0 -3
  1509. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +0 -1
  1510. package/dist/field/features/lists/unorderedlist/feature.client.js +0 -72
  1511. package/dist/field/features/lists/unorderedlist/feature.client.js.map +0 -1
  1512. package/dist/field/features/lists/unorderedlist/feature.server.d.ts +0 -3
  1513. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +0 -1
  1514. package/dist/field/features/lists/unorderedlist/feature.server.js +0 -36
  1515. package/dist/field/features/lists/unorderedlist/feature.server.js.map +0 -1
  1516. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +0 -1
  1517. package/dist/field/features/lists/unorderedlist/markdownTransformer.js +0 -17
  1518. package/dist/field/features/lists/unorderedlist/markdownTransformer.js.map +0 -1
  1519. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -6
  1520. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1521. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1522. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1523. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  1524. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1525. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1526. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1527. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -6
  1528. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1529. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1530. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1531. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  1532. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1533. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1534. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1535. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -6
  1536. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1537. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1538. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  1539. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  1540. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1541. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1542. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1543. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -6
  1544. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1545. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1546. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1547. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  1548. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1549. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1550. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1551. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -6
  1552. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1553. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1554. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  1555. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  1556. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1557. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1558. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1559. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -6
  1560. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1561. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1562. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1563. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  1564. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1565. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1566. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1567. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -6
  1568. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1569. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1570. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1571. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -25
  1572. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  1573. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1574. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1575. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1576. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  1577. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  1578. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  1579. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  1580. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -31
  1581. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  1582. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  1583. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -3
  1584. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  1585. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +0 -34
  1586. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  1587. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -9
  1588. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  1589. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +0 -47
  1590. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  1591. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1592. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1593. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1594. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1595. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1596. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1597. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1598. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1599. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -6
  1600. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1601. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1602. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1603. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  1604. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  1605. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1606. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1607. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1608. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -6
  1609. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1610. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1611. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1612. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  1613. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1614. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1615. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1616. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -6
  1617. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1618. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1619. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  1620. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  1621. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1622. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1623. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1624. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -6
  1625. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1626. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1627. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1628. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  1629. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1630. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1631. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1632. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -6
  1633. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1634. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1635. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1636. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  1637. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1638. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1639. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1640. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -6
  1641. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1642. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1643. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  1644. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  1645. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1646. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1647. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1648. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -6
  1649. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1650. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1651. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  1652. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -18
  1653. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  1654. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1655. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1656. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1657. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -6
  1658. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1659. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1660. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1661. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  1662. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1663. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1664. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1665. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -6
  1666. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1667. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1668. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  1669. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  1670. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1671. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1672. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1673. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -6
  1674. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1675. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1676. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1677. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -21
  1678. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  1679. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1680. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1681. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1682. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  1683. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  1684. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  1685. package/dist/field/features/migrations/slateToLexical/converter/index.js +0 -107
  1686. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +0 -1
  1687. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +0 -25
  1688. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  1689. package/dist/field/features/migrations/slateToLexical/converter/types.js.map +0 -1
  1690. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +0 -3
  1691. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  1692. package/dist/field/features/migrations/slateToLexical/feature.client.js +0 -34
  1693. package/dist/field/features/migrations/slateToLexical/feature.client.js.map +0 -1
  1694. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +0 -9
  1695. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  1696. package/dist/field/features/migrations/slateToLexical/feature.server.js +0 -47
  1697. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +0 -1
  1698. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1699. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1700. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1701. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1702. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1703. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1704. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1705. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1706. package/dist/field/features/paragraph/feature.client.d.ts +0 -3
  1707. package/dist/field/features/paragraph/feature.client.d.ts.map +0 -1
  1708. package/dist/field/features/paragraph/feature.client.js +0 -65
  1709. package/dist/field/features/paragraph/feature.client.js.map +0 -1
  1710. package/dist/field/features/paragraph/feature.server.d.ts +0 -3
  1711. package/dist/field/features/paragraph/feature.server.d.ts.map +0 -1
  1712. package/dist/field/features/paragraph/feature.server.js +0 -16
  1713. package/dist/field/features/paragraph/feature.server.js.map +0 -1
  1714. package/dist/field/features/relationship/drawer/commands.d.ts.map +0 -1
  1715. package/dist/field/features/relationship/drawer/commands.js +0 -5
  1716. package/dist/field/features/relationship/drawer/commands.js.map +0 -1
  1717. package/dist/field/features/relationship/drawer/index.d.ts.map +0 -1
  1718. package/dist/field/features/relationship/drawer/index.js +0 -81
  1719. package/dist/field/features/relationship/drawer/index.js.map +0 -1
  1720. package/dist/field/features/relationship/feature.client.d.ts +0 -4
  1721. package/dist/field/features/relationship/feature.client.d.ts.map +0 -1
  1722. package/dist/field/features/relationship/feature.client.js +0 -56
  1723. package/dist/field/features/relationship/feature.client.js.map +0 -1
  1724. package/dist/field/features/relationship/feature.server.d.ts +0 -18
  1725. package/dist/field/features/relationship/feature.server.d.ts.map +0 -1
  1726. package/dist/field/features/relationship/feature.server.js +0 -26
  1727. package/dist/field/features/relationship/feature.server.js.map +0 -1
  1728. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +0 -36
  1729. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1730. package/dist/field/features/relationship/nodes/RelationshipNode.js +0 -110
  1731. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1732. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -14
  1733. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1734. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +0 -109
  1735. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1736. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  1737. package/dist/field/features/relationship/plugins/index.d.ts +0 -7
  1738. package/dist/field/features/relationship/plugins/index.d.ts.map +0 -1
  1739. package/dist/field/features/relationship/plugins/index.js +0 -52
  1740. package/dist/field/features/relationship/plugins/index.js.map +0 -1
  1741. package/dist/field/features/relationship/populationPromise.d.ts +0 -4
  1742. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  1743. package/dist/field/features/relationship/populationPromise.js +0 -24
  1744. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  1745. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1746. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +0 -35
  1747. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1748. package/dist/field/features/types.d.ts +0 -278
  1749. package/dist/field/features/types.d.ts.map +0 -1
  1750. package/dist/field/features/types.js.map +0 -1
  1751. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +0 -12
  1752. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  1753. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +0 -125
  1754. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +0 -1
  1755. package/dist/field/features/upload/component/index.d.ts.map +0 -1
  1756. package/dist/field/features/upload/component/index.js +0 -144
  1757. package/dist/field/features/upload/component/index.js.map +0 -1
  1758. package/dist/field/features/upload/component/index.scss +0 -152
  1759. package/dist/field/features/upload/drawer/commands.d.ts.map +0 -1
  1760. package/dist/field/features/upload/drawer/commands.js +0 -6
  1761. package/dist/field/features/upload/drawer/commands.js.map +0 -1
  1762. package/dist/field/features/upload/drawer/index.d.ts.map +0 -1
  1763. package/dist/field/features/upload/drawer/index.js +0 -78
  1764. package/dist/field/features/upload/drawer/index.js.map +0 -1
  1765. package/dist/field/features/upload/feature.client.d.ts +0 -10
  1766. package/dist/field/features/upload/feature.client.d.ts.map +0 -1
  1767. package/dist/field/features/upload/feature.client.js +0 -55
  1768. package/dist/field/features/upload/feature.client.js.map +0 -1
  1769. package/dist/field/features/upload/feature.server.d.ts +0 -12
  1770. package/dist/field/features/upload/feature.server.d.ts.map +0 -1
  1771. package/dist/field/features/upload/feature.server.js +0 -110
  1772. package/dist/field/features/upload/feature.server.js.map +0 -1
  1773. package/dist/field/features/upload/nodes/UploadNode.d.ts +0 -49
  1774. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1775. package/dist/field/features/upload/nodes/UploadNode.js +0 -102
  1776. package/dist/field/features/upload/nodes/UploadNode.js.map +0 -1
  1777. package/dist/field/features/upload/plugin/index.d.ts +0 -7
  1778. package/dist/field/features/upload/plugin/index.d.ts.map +0 -1
  1779. package/dist/field/features/upload/plugin/index.js +0 -55
  1780. package/dist/field/features/upload/plugin/index.js.map +0 -1
  1781. package/dist/field/features/upload/populationPromise.d.ts +0 -5
  1782. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  1783. package/dist/field/features/upload/populationPromise.js +0 -46
  1784. package/dist/field/features/upload/populationPromise.js.map +0 -1
  1785. package/dist/field/features/upload/validate.d.ts +0 -4
  1786. package/dist/field/features/upload/validate.d.ts.map +0 -1
  1787. package/dist/field/features/upload/validate.js +0 -17
  1788. package/dist/field/features/upload/validate.js.map +0 -1
  1789. package/dist/field/index.scss +0 -46
  1790. package/dist/field/lexical/EditorPlugin.d.ts +0 -7
  1791. package/dist/field/lexical/EditorPlugin.d.ts.map +0 -1
  1792. package/dist/field/lexical/EditorPlugin.js +0 -11
  1793. package/dist/field/lexical/EditorPlugin.js.map +0 -1
  1794. package/dist/field/lexical/LexicalEditor.d.ts +0 -5
  1795. package/dist/field/lexical/LexicalEditor.d.ts.map +0 -1
  1796. package/dist/field/lexical/LexicalEditor.js +0 -112
  1797. package/dist/field/lexical/LexicalEditor.js.map +0 -1
  1798. package/dist/field/lexical/LexicalEditor.scss +0 -56
  1799. package/dist/field/lexical/LexicalProvider.d.ts +0 -19
  1800. package/dist/field/lexical/LexicalProvider.d.ts.map +0 -1
  1801. package/dist/field/lexical/LexicalProvider.js +0 -67
  1802. package/dist/field/lexical/LexicalProvider.js.map +0 -1
  1803. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +0 -24
  1804. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +0 -1
  1805. package/dist/field/lexical/config/client/EditorConfigProvider.js +0 -41
  1806. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +0 -1
  1807. package/dist/field/lexical/config/client/default.d.ts +0 -3
  1808. package/dist/field/lexical/config/client/default.d.ts.map +0 -1
  1809. package/dist/field/lexical/config/client/default.js.map +0 -1
  1810. package/dist/field/lexical/config/client/loader.d.ts +0 -12
  1811. package/dist/field/lexical/config/client/loader.d.ts.map +0 -1
  1812. package/dist/field/lexical/config/client/loader.js +0 -46
  1813. package/dist/field/lexical/config/client/loader.js.map +0 -1
  1814. package/dist/field/lexical/config/client/sanitize.d.ts +0 -6
  1815. package/dist/field/lexical/config/client/sanitize.d.ts.map +0 -1
  1816. package/dist/field/lexical/config/client/sanitize.js +0 -126
  1817. package/dist/field/lexical/config/client/sanitize.js.map +0 -1
  1818. package/dist/field/lexical/config/server/default.d.ts +0 -8
  1819. package/dist/field/lexical/config/server/default.d.ts.map +0 -1
  1820. package/dist/field/lexical/config/server/default.js +0 -53
  1821. package/dist/field/lexical/config/server/default.js.map +0 -1
  1822. package/dist/field/lexical/config/server/loader.d.ts +0 -7
  1823. package/dist/field/lexical/config/server/loader.d.ts.map +0 -1
  1824. package/dist/field/lexical/config/server/loader.js +0 -118
  1825. package/dist/field/lexical/config/server/loader.js.map +0 -1
  1826. package/dist/field/lexical/config/server/sanitize.d.ts +0 -5
  1827. package/dist/field/lexical/config/server/sanitize.d.ts.map +0 -1
  1828. package/dist/field/lexical/config/server/sanitize.js +0 -65
  1829. package/dist/field/lexical/config/server/sanitize.js.map +0 -1
  1830. package/dist/field/lexical/config/types.d.ts +0 -21
  1831. package/dist/field/lexical/config/types.d.ts.map +0 -1
  1832. package/dist/field/lexical/config/types.js.map +0 -1
  1833. package/dist/field/lexical/nodes/index.d.ts +0 -7
  1834. package/dist/field/lexical/nodes/index.d.ts.map +0 -1
  1835. package/dist/field/lexical/nodes/index.js.map +0 -1
  1836. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts +0 -8
  1837. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts.map +0 -1
  1838. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js +0 -97
  1839. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js.map +0 -1
  1840. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -37
  1841. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +0 -17
  1842. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +0 -1
  1843. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js +0 -251
  1844. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js.map +0 -1
  1845. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts +0 -18
  1846. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +0 -1
  1847. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +0 -42
  1848. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js.map +0 -1
  1849. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +0 -100
  1850. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +0 -6
  1851. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +0 -1
  1852. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +0 -270
  1853. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js.map +0 -1
  1854. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +0 -57
  1855. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +0 -40
  1856. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +0 -1
  1857. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js +0 -3
  1858. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js.map +0 -1
  1859. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +0 -1
  1860. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +0 -13
  1861. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +0 -1
  1862. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -32
  1863. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +0 -1
  1864. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +0 -404
  1865. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +0 -1
  1866. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +0 -25
  1867. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +0 -1
  1868. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +0 -207
  1869. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +0 -1
  1870. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +0 -39
  1871. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +0 -1
  1872. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +0 -39
  1873. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +0 -1
  1874. package/dist/field/lexical/plugins/SlashMenu/index.d.ts +0 -6
  1875. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +0 -1
  1876. package/dist/field/lexical/plugins/SlashMenu/index.js +0 -172
  1877. package/dist/field/lexical/plugins/SlashMenu/index.js.map +0 -1
  1878. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  1879. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +0 -1
  1880. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +0 -1
  1881. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +0 -6
  1882. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +0 -1
  1883. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +0 -241
  1884. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +0 -1
  1885. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  1886. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +0 -1
  1887. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +0 -1
  1888. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +0 -1
  1889. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +0 -1
  1890. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts +0 -27
  1891. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts.map +0 -1
  1892. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js +0 -151
  1893. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js.map +0 -1
  1894. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +0 -3
  1895. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +0 -1
  1896. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +0 -1
  1897. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +0 -6
  1898. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +0 -1
  1899. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +0 -298
  1900. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +0 -1
  1901. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -55
  1902. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +0 -3
  1903. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +0 -1
  1904. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +0 -49
  1905. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +0 -1
  1906. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +0 -1
  1907. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +0 -1
  1908. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +0 -1
  1909. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js.map +0 -1
  1910. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +0 -1
  1911. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +0 -7
  1912. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +0 -1
  1913. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +0 -1
  1914. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js.map +0 -1
  1915. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +0 -1
  1916. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +0 -27
  1917. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +0 -1
  1918. package/dist/field/lexical/theme/EditorTheme.d.ts.map +0 -1
  1919. package/dist/field/lexical/theme/EditorTheme.js +0 -106
  1920. package/dist/field/lexical/theme/EditorTheme.js.map +0 -1
  1921. package/dist/field/lexical/theme/EditorTheme.scss +0 -505
  1922. package/dist/field/lexical/ui/ContentEditable.d.ts +0 -6
  1923. package/dist/field/lexical/ui/ContentEditable.d.ts.map +0 -1
  1924. package/dist/field/lexical/ui/ContentEditable.js +0 -11
  1925. package/dist/field/lexical/ui/ContentEditable.js.map +0 -1
  1926. package/dist/field/lexical/ui/ContentEditable.scss +0 -25
  1927. package/dist/field/lexical/ui/icons/AI/index.d.ts.map +0 -1
  1928. package/dist/field/lexical/ui/icons/AI/index.js +0 -27
  1929. package/dist/field/lexical/ui/icons/AI/index.js.map +0 -1
  1930. package/dist/field/lexical/ui/icons/AlignCenter/index.d.ts.map +0 -1
  1931. package/dist/field/lexical/ui/icons/AlignCenter/index.js +0 -25
  1932. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +0 -1
  1933. package/dist/field/lexical/ui/icons/AlignJustify/index.d.ts.map +0 -1
  1934. package/dist/field/lexical/ui/icons/AlignJustify/index.js +0 -25
  1935. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +0 -1
  1936. package/dist/field/lexical/ui/icons/AlignLeft/index.d.ts.map +0 -1
  1937. package/dist/field/lexical/ui/icons/AlignLeft/index.js +0 -25
  1938. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +0 -1
  1939. package/dist/field/lexical/ui/icons/AlignRight/index.d.ts.map +0 -1
  1940. package/dist/field/lexical/ui/icons/AlignRight/index.js +0 -25
  1941. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +0 -1
  1942. package/dist/field/lexical/ui/icons/Block/index.d.ts.map +0 -1
  1943. package/dist/field/lexical/ui/icons/Block/index.js +0 -34
  1944. package/dist/field/lexical/ui/icons/Block/index.js.map +0 -1
  1945. package/dist/field/lexical/ui/icons/Blockquote/index.d.ts.map +0 -1
  1946. package/dist/field/lexical/ui/icons/Blockquote/index.js +0 -16
  1947. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +0 -1
  1948. package/dist/field/lexical/ui/icons/Bold/index.d.ts.map +0 -1
  1949. package/dist/field/lexical/ui/icons/Bold/index.js +0 -16
  1950. package/dist/field/lexical/ui/icons/Bold/index.js.map +0 -1
  1951. package/dist/field/lexical/ui/icons/Checklist/index.d.ts.map +0 -1
  1952. package/dist/field/lexical/ui/icons/Checklist/index.js +0 -24
  1953. package/dist/field/lexical/ui/icons/Checklist/index.js.map +0 -1
  1954. package/dist/field/lexical/ui/icons/Code/index.d.ts.map +0 -1
  1955. package/dist/field/lexical/ui/icons/Code/index.js +0 -19
  1956. package/dist/field/lexical/ui/icons/Code/index.js.map +0 -1
  1957. package/dist/field/lexical/ui/icons/CodeBlock/index.d.ts.map +0 -1
  1958. package/dist/field/lexical/ui/icons/CodeBlock/index.js +0 -19
  1959. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +0 -1
  1960. package/dist/field/lexical/ui/icons/H1/index.d.ts.map +0 -1
  1961. package/dist/field/lexical/ui/icons/H1/index.js +0 -16
  1962. package/dist/field/lexical/ui/icons/H1/index.js.map +0 -1
  1963. package/dist/field/lexical/ui/icons/H2/index.d.ts.map +0 -1
  1964. package/dist/field/lexical/ui/icons/H2/index.js +0 -16
  1965. package/dist/field/lexical/ui/icons/H2/index.js.map +0 -1
  1966. package/dist/field/lexical/ui/icons/H3/index.d.ts.map +0 -1
  1967. package/dist/field/lexical/ui/icons/H3/index.js +0 -16
  1968. package/dist/field/lexical/ui/icons/H3/index.js.map +0 -1
  1969. package/dist/field/lexical/ui/icons/H4/index.d.ts.map +0 -1
  1970. package/dist/field/lexical/ui/icons/H4/index.js +0 -16
  1971. package/dist/field/lexical/ui/icons/H4/index.js.map +0 -1
  1972. package/dist/field/lexical/ui/icons/H5/index.d.ts.map +0 -1
  1973. package/dist/field/lexical/ui/icons/H5/index.js +0 -16
  1974. package/dist/field/lexical/ui/icons/H5/index.js.map +0 -1
  1975. package/dist/field/lexical/ui/icons/H6/index.d.ts.map +0 -1
  1976. package/dist/field/lexical/ui/icons/H6/index.js +0 -16
  1977. package/dist/field/lexical/ui/icons/H6/index.js.map +0 -1
  1978. package/dist/field/lexical/ui/icons/HorizontalRule/index.d.ts.map +0 -1
  1979. package/dist/field/lexical/ui/icons/HorizontalRule/index.js +0 -19
  1980. package/dist/field/lexical/ui/icons/HorizontalRule/index.js.map +0 -1
  1981. package/dist/field/lexical/ui/icons/IndentDecrease/index.d.ts.map +0 -1
  1982. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +0 -28
  1983. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +0 -1
  1984. package/dist/field/lexical/ui/icons/IndentIncrease/index.d.ts.map +0 -1
  1985. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +0 -28
  1986. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +0 -1
  1987. package/dist/field/lexical/ui/icons/Italic/index.d.ts.map +0 -1
  1988. package/dist/field/lexical/ui/icons/Italic/index.js +0 -16
  1989. package/dist/field/lexical/ui/icons/Italic/index.js.map +0 -1
  1990. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +0 -1
  1991. package/dist/field/lexical/ui/icons/Link/index.js +0 -27
  1992. package/dist/field/lexical/ui/icons/Link/index.js.map +0 -1
  1993. package/dist/field/lexical/ui/icons/OrderedList/index.d.ts.map +0 -1
  1994. package/dist/field/lexical/ui/icons/OrderedList/index.js +0 -31
  1995. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +0 -1
  1996. package/dist/field/lexical/ui/icons/Relationship/index.d.ts.map +0 -1
  1997. package/dist/field/lexical/ui/icons/Relationship/index.js +0 -27
  1998. package/dist/field/lexical/ui/icons/Relationship/index.js.map +0 -1
  1999. package/dist/field/lexical/ui/icons/Strikethrough/index.d.ts.map +0 -1
  2000. package/dist/field/lexical/ui/icons/Strikethrough/index.js +0 -19
  2001. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +0 -1
  2002. package/dist/field/lexical/ui/icons/Subscript/index.d.ts.map +0 -1
  2003. package/dist/field/lexical/ui/icons/Subscript/index.js +0 -16
  2004. package/dist/field/lexical/ui/icons/Subscript/index.js.map +0 -1
  2005. package/dist/field/lexical/ui/icons/Superscript/index.d.ts.map +0 -1
  2006. package/dist/field/lexical/ui/icons/Superscript/index.js +0 -16
  2007. package/dist/field/lexical/ui/icons/Superscript/index.js.map +0 -1
  2008. package/dist/field/lexical/ui/icons/Text/index.d.ts.map +0 -1
  2009. package/dist/field/lexical/ui/icons/Text/index.js +0 -16
  2010. package/dist/field/lexical/ui/icons/Text/index.js.map +0 -1
  2011. package/dist/field/lexical/ui/icons/Underline/index.d.ts.map +0 -1
  2012. package/dist/field/lexical/ui/icons/Underline/index.js +0 -19
  2013. package/dist/field/lexical/ui/icons/Underline/index.js.map +0 -1
  2014. package/dist/field/lexical/ui/icons/UnorderedList/index.d.ts.map +0 -1
  2015. package/dist/field/lexical/ui/icons/UnorderedList/index.js +0 -46
  2016. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +0 -1
  2017. package/dist/field/lexical/ui/icons/Upload/index.d.ts.map +0 -1
  2018. package/dist/field/lexical/ui/icons/Upload/index.js +0 -28
  2019. package/dist/field/lexical/ui/icons/Upload/index.js.map +0 -1
  2020. package/dist/field/lexical/utils/canUseDOM.d.ts.map +0 -1
  2021. package/dist/field/lexical/utils/canUseDOM.js.map +0 -1
  2022. package/dist/field/lexical/utils/cloneDeep.d.ts +0 -2
  2023. package/dist/field/lexical/utils/cloneDeep.d.ts.map +0 -1
  2024. package/dist/field/lexical/utils/cloneDeep.js +0 -50
  2025. package/dist/field/lexical/utils/cloneDeep.js.map +0 -1
  2026. package/dist/field/lexical/utils/environment.d.ts.map +0 -1
  2027. package/dist/field/lexical/utils/environment.js.map +0 -1
  2028. package/dist/field/lexical/utils/getDOMRangeRect.d.ts.map +0 -1
  2029. package/dist/field/lexical/utils/getDOMRangeRect.js.map +0 -1
  2030. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +0 -1
  2031. package/dist/field/lexical/utils/getSelectedNode.js +0 -18
  2032. package/dist/field/lexical/utils/getSelectedNode.js.map +0 -1
  2033. package/dist/field/lexical/utils/guard.d.ts.map +0 -1
  2034. package/dist/field/lexical/utils/guard.js.map +0 -1
  2035. package/dist/field/lexical/utils/invariant.d.ts.map +0 -1
  2036. package/dist/field/lexical/utils/invariant.js.map +0 -1
  2037. package/dist/field/lexical/utils/joinClasses.d.ts.map +0 -1
  2038. package/dist/field/lexical/utils/joinClasses.js.map +0 -1
  2039. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts +0 -4
  2040. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts.map +0 -1
  2041. package/dist/field/lexical/utils/markdown/createBlockNode.js.map +0 -1
  2042. package/dist/field/lexical/utils/nodeFormat.d.ts +0 -41
  2043. package/dist/field/lexical/utils/nodeFormat.d.ts.map +0 -1
  2044. package/dist/field/lexical/utils/nodeFormat.js +0 -88
  2045. package/dist/field/lexical/utils/nodeFormat.js.map +0 -1
  2046. package/dist/field/lexical/utils/point.d.ts.map +0 -1
  2047. package/dist/field/lexical/utils/point.js.map +0 -1
  2048. package/dist/field/lexical/utils/rect.d.ts.map +0 -1
  2049. package/dist/field/lexical/utils/rect.js.map +0 -1
  2050. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +0 -2
  2051. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +0 -1
  2052. package/dist/field/lexical/utils/setFloatingElemPosition.js +0 -53
  2053. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +0 -1
  2054. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +0 -1
  2055. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +0 -1
  2056. package/dist/field/lexical/utils/swipe.d.ts.map +0 -1
  2057. package/dist/field/lexical/utils/swipe.js.map +0 -1
  2058. package/dist/field/lexical/utils/url.d.ts.map +0 -1
  2059. package/dist/field/lexical/utils/url.js +0 -25
  2060. package/dist/field/lexical/utils/url.js.map +0 -1
  2061. package/dist/generateComponentMap.d.ts +0 -6
  2062. package/dist/generateComponentMap.d.ts.map +0 -1
  2063. package/dist/generateComponentMap.js +0 -85
  2064. package/dist/generateComponentMap.js.map +0 -1
  2065. package/dist/generateSchemaMap.d.ts +0 -6
  2066. package/dist/generateSchemaMap.d.ts.map +0 -1
  2067. package/dist/generateSchemaMap.js +0 -30
  2068. package/dist/generateSchemaMap.js.map +0 -1
  2069. package/dist/populate/defaultValue.d.ts +0 -4
  2070. package/dist/populate/defaultValue.d.ts.map +0 -1
  2071. package/dist/populate/defaultValue.js +0 -50
  2072. package/dist/populate/defaultValue.js.map +0 -1
  2073. package/dist/populate/populate.d.ts +0 -21
  2074. package/dist/populate/populate.d.ts.map +0 -1
  2075. package/dist/populate/populate.js +0 -21
  2076. package/dist/populate/populate.js.map +0 -1
  2077. package/dist/populate/recurseNestedFields.d.ts +0 -25
  2078. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  2079. package/dist/populate/recurseNestedFields.js +0 -26
  2080. package/dist/populate/recurseNestedFields.js.map +0 -1
  2081. package/dist/populate/richTextRelationshipPromise.d.ts +0 -23
  2082. package/dist/populate/richTextRelationshipPromise.d.ts.map +0 -1
  2083. package/dist/populate/richTextRelationshipPromise.js +0 -68
  2084. package/dist/populate/richTextRelationshipPromise.js.map +0 -1
  2085. package/dist/scss/app.scss +0 -208
  2086. package/dist/scss/colors.scss +0 -269
  2087. package/dist/scss/queries.scss +0 -27
  2088. package/dist/scss/resets.scss +0 -17
  2089. package/dist/scss/styles.scss +0 -11
  2090. package/dist/scss/svg.scss +0 -10
  2091. package/dist/scss/toastify.scss +0 -58
  2092. package/dist/scss/type.scss +0 -117
  2093. package/dist/scss/vars.scss +0 -213
  2094. package/dist/scss/z-index.scss +0 -9
  2095. package/dist/useLexicalFeature.d.ts +0 -3
  2096. package/dist/useLexicalFeature.d.ts.map +0 -1
  2097. package/dist/useLexicalFeature.js +0 -9
  2098. package/dist/useLexicalFeature.js.map +0 -1
  2099. package/src/index.ts +0 -423
  2100. /package/dist/{field/features → features}/blockquote/markdownTransformer.d.ts +0 -0
  2101. /package/dist/{field/features → features}/blocks/component/removeEmptyArrayValues.js +0 -0
  2102. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.d.ts +0 -0
  2103. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.js +0 -0
  2104. /package/dist/{field/features → features}/converters/html/converter/converters/paragraph.d.ts +0 -0
  2105. /package/dist/{field/features → features}/converters/html/converter/converters/text.d.ts +0 -0
  2106. /package/dist/{field/features → features}/converters/html/converter/converters/text.js +0 -0
  2107. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.d.ts +0 -0
  2108. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.js +0 -0
  2109. /package/dist/{field/features → features}/converters/html/converter/types.js +0 -0
  2110. /package/dist/{field/features → features}/createFeaturePropComponent.d.ts +0 -0
  2111. /package/dist/{field/features → features}/format/bold/markdownTransformers.d.ts +0 -0
  2112. /package/dist/{field/features → features}/format/bold/markdownTransformers.js +0 -0
  2113. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.d.ts +0 -0
  2114. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.js +0 -0
  2115. /package/dist/{field/features → features}/format/italic/markdownTransformers.d.ts +0 -0
  2116. /package/dist/{field/features → features}/format/italic/markdownTransformers.js +0 -0
  2117. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.d.ts +0 -0
  2118. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.js +0 -0
  2119. /package/dist/{field/features → features}/heading/markdownTransformer.d.ts +0 -0
  2120. /package/dist/{field/features/horizontalrule → features/horizontalRule}/component/index.d.ts +0 -0
  2121. /package/dist/{field/features/horizontalrule → features/horizontalRule}/markdownTransformer.d.ts +0 -0
  2122. /package/dist/{field/features/horizontalrule → features/horizontalRule}/markdownTransformer.js +0 -0
  2123. /package/dist/{field/features → features}/link/nodes/AutoLinkNode.d.ts +0 -0
  2124. /package/dist/{field/features/link/drawer → features/link/nodes}/types.js +0 -0
  2125. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  2126. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  2127. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/types.d.ts +0 -0
  2128. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/types.js +0 -0
  2129. /package/dist/{field/features → features}/lists/checklist/markdownTransformers.d.ts +0 -0
  2130. /package/dist/{field/features/lists/orderedlist → features/lists/orderedList}/markdownTransformer.d.ts +0 -0
  2131. /package/dist/{field/features/lists/unorderedlist → features/lists/unorderedList}/markdownTransformer.d.ts +0 -0
  2132. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -0
  2133. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -0
  2134. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -0
  2135. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -0
  2136. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -0
  2137. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -0
  2138. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -0
  2139. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -0
  2140. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -0
  2141. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -0
  2142. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -0
  2143. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -0
  2144. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -0
  2145. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -0
  2146. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -0
  2147. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -0
  2148. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -0
  2149. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -0
  2150. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -0
  2151. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -0
  2152. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -0
  2153. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -0
  2154. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -0
  2155. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -0
  2156. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -0
  2157. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -0
  2158. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -0
  2159. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -0
  2160. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -0
  2161. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -0
  2162. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/index.js +0 -0
  2163. /package/dist/{field/features/link/nodes → features/migrations/lexicalPluginToLexical/converter}/types.js +0 -0
  2164. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2165. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -0
  2166. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -0
  2167. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -0
  2168. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/client.js +0 -0
  2169. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -0
  2170. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/converter.js +0 -0
  2171. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -0
  2172. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/client.js +0 -0
  2173. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -0
  2174. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/converter.js +0 -0
  2175. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -0
  2176. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/client.js +0 -0
  2177. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -0
  2178. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/converter.js +0 -0
  2179. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -0
  2180. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/client.js +0 -0
  2181. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -0
  2182. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -0
  2183. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -0
  2184. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -0
  2185. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -0
  2186. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -0
  2187. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -0
  2188. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/client.js +0 -0
  2189. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -0
  2190. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -0
  2191. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/client.js +0 -0
  2192. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -0
  2193. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -0
  2194. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -0
  2195. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -0
  2196. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -0
  2197. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -0
  2198. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -0
  2199. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/client.js +0 -0
  2200. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -0
  2201. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -0
  2202. /package/dist/{field/features → features}/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -0
  2203. /package/dist/{field/features → features}/migrations/slateToLexical/converter/defaultConverters.js +0 -0
  2204. /package/dist/{field/features → features}/migrations/slateToLexical/converter/index.d.ts +0 -0
  2205. /package/dist/{field/features/migrations/lexicalPluginToLexical → features/migrations/slateToLexical}/converter/types.js +0 -0
  2206. /package/dist/{field/features → features}/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2207. /package/dist/{field/features → features}/relationship/drawer/commands.d.ts +0 -0
  2208. /package/dist/{field/features → features}/relationship/drawer/index.d.ts +0 -0
  2209. /package/dist/{field/features → features}/relationship/utils/EnabledRelationshipsCondition.d.ts +0 -0
  2210. /package/dist/{field/features/migrations/slateToLexical/converter → features/toolbars}/types.js +0 -0
  2211. /package/dist/{field/features → features}/upload/component/index.d.ts +0 -0
  2212. /package/dist/{field/features → features}/upload/drawer/commands.d.ts +0 -0
  2213. /package/dist/{field/features → features}/upload/drawer/index.d.ts +0 -0
  2214. /package/dist/{field/lexical → lexical}/config/client/default.js +0 -0
  2215. /package/dist/{field/features → lexical/config}/types.js +0 -0
  2216. /package/dist/{field/lexical → lexical}/nodes/index.js +0 -0
  2217. /package/dist/{field/lexical → lexical}/plugins/MarkdownShortcut/index.d.ts +0 -0
  2218. /package/dist/{field/lexical/config → lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin}/types.js +0 -0
  2219. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.d.ts +0 -0
  2220. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.js +0 -0
  2221. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/debounce.d.ts +0 -0
  2222. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/debounce.js +0 -0
  2223. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts +0 -0
  2224. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +0 -0
  2225. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +0 -0
  2226. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.d.ts +0 -0
  2227. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.js +0 -0
  2228. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.d.ts +0 -0
  2229. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.js +0 -0
  2230. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getTopLevelNodeKeys.d.ts +0 -0
  2231. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.d.ts +0 -0
  2232. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.js +0 -0
  2233. /package/dist/{field/lexical → lexical}/plugins/handles/utils/setHandlePosition.d.ts +0 -0
  2234. /package/dist/{field/lexical → lexical}/theme/EditorTheme.d.ts +0 -0
  2235. /package/dist/{field/lexical → lexical}/ui/icons/AI/index.d.ts +0 -0
  2236. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.svg +0 -0
  2237. /package/dist/{field/lexical → lexical}/ui/icons/AlignCenter/index.d.ts +0 -0
  2238. /package/dist/{field/lexical → lexical}/ui/icons/AlignJustify/index.d.ts +0 -0
  2239. /package/dist/{field/lexical → lexical}/ui/icons/AlignLeft/index.d.ts +0 -0
  2240. /package/dist/{field/lexical → lexical}/ui/icons/AlignRight/index.d.ts +0 -0
  2241. /package/dist/{field/lexical → lexical}/ui/icons/Block/index.d.ts +0 -0
  2242. /package/dist/{field/lexical → lexical}/ui/icons/Blockquote/index.d.ts +0 -0
  2243. /package/dist/{field/lexical → lexical}/ui/icons/Bold/index.d.ts +0 -0
  2244. /package/dist/{field/lexical → lexical}/ui/icons/Caret/index.svg +0 -0
  2245. /package/dist/{field/lexical → lexical}/ui/icons/Checklist/index.d.ts +0 -0
  2246. /package/dist/{field/lexical → lexical}/ui/icons/Code/index.d.ts +0 -0
  2247. /package/dist/{field/lexical → lexical}/ui/icons/CodeBlock/index.d.ts +0 -0
  2248. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/index.svg +0 -0
  2249. /package/dist/{field/lexical → lexical}/ui/icons/Edit/index.svg +0 -0
  2250. /package/dist/{field/lexical → lexical}/ui/icons/H1/index.d.ts +0 -0
  2251. /package/dist/{field/lexical → lexical}/ui/icons/H2/index.d.ts +0 -0
  2252. /package/dist/{field/lexical → lexical}/ui/icons/H3/index.d.ts +0 -0
  2253. /package/dist/{field/lexical → lexical}/ui/icons/H4/index.d.ts +0 -0
  2254. /package/dist/{field/lexical → lexical}/ui/icons/H5/index.d.ts +0 -0
  2255. /package/dist/{field/lexical → lexical}/ui/icons/H6/index.d.ts +0 -0
  2256. /package/dist/{field/lexical → lexical}/ui/icons/HorizontalRule/index.d.ts +0 -0
  2257. /package/dist/{field/lexical → lexical}/ui/icons/IndentDecrease/index.d.ts +0 -0
  2258. /package/dist/{field/lexical → lexical}/ui/icons/IndentIncrease/index.d.ts +0 -0
  2259. /package/dist/{field/lexical → lexical}/ui/icons/Italic/index.d.ts +0 -0
  2260. /package/dist/{field/lexical → lexical}/ui/icons/Link/index.d.ts +0 -0
  2261. /package/dist/{field/lexical → lexical}/ui/icons/OrderedList/index.d.ts +0 -0
  2262. /package/dist/{field/lexical → lexical}/ui/icons/Relationship/index.d.ts +0 -0
  2263. /package/dist/{field/lexical → lexical}/ui/icons/Remove/index.svg +0 -0
  2264. /package/dist/{field/lexical → lexical}/ui/icons/Strikethrough/index.d.ts +0 -0
  2265. /package/dist/{field/lexical → lexical}/ui/icons/Subscript/index.d.ts +0 -0
  2266. /package/dist/{field/lexical → lexical}/ui/icons/Superscript/index.d.ts +0 -0
  2267. /package/dist/{field/lexical → lexical}/ui/icons/Text/index.d.ts +0 -0
  2268. /package/dist/{field/lexical → lexical}/ui/icons/Underline/index.d.ts +0 -0
  2269. /package/dist/{field/lexical → lexical}/ui/icons/UnorderedList/index.d.ts +0 -0
  2270. /package/dist/{field/lexical → lexical}/ui/icons/Upload/index.d.ts +0 -0
  2271. /package/dist/{field/lexical → lexical}/utils/canUseDOM.d.ts +0 -0
  2272. /package/dist/{field/lexical → lexical}/utils/canUseDOM.js +0 -0
  2273. /package/dist/{field/lexical → lexical}/utils/environment.d.ts +0 -0
  2274. /package/dist/{field/lexical → lexical}/utils/environment.js +0 -0
  2275. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.d.ts +0 -0
  2276. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.js +0 -0
  2277. /package/dist/{field/lexical → lexical}/utils/getSelectedNode.d.ts +0 -0
  2278. /package/dist/{field/lexical → lexical}/utils/guard.d.ts +0 -0
  2279. /package/dist/{field/lexical → lexical}/utils/guard.js +0 -0
  2280. /package/dist/{field/lexical → lexical}/utils/invariant.d.ts +0 -0
  2281. /package/dist/{field/lexical → lexical}/utils/invariant.js +0 -0
  2282. /package/dist/{field/lexical → lexical}/utils/joinClasses.d.ts +0 -0
  2283. /package/dist/{field/lexical → lexical}/utils/joinClasses.js +0 -0
  2284. /package/dist/{field/lexical → lexical}/utils/markdown/createBlockNode.js +0 -0
  2285. /package/dist/{field/lexical → lexical}/utils/point.d.ts +0 -0
  2286. /package/dist/{field/lexical → lexical}/utils/point.js +0 -0
  2287. /package/dist/{field/lexical → lexical}/utils/rect.d.ts +0 -0
  2288. /package/dist/{field/lexical → lexical}/utils/rect.js +0 -0
  2289. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -0
  2290. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.js +0 -0
  2291. /package/dist/{field/lexical → lexical}/utils/swipe.d.ts +0 -0
  2292. /package/dist/{field/lexical → lexical}/utils/swipe.js +0 -0
  2293. /package/dist/{field/lexical → lexical}/utils/url.d.ts +0 -0
@@ -0,0 +1,38 @@
1
+ "use client";import{a as It,c as ll,e as sl,f as al,g as cl,h as dl}from"./chunk-EBB2CEB6.js";import{a as Ne,b as Ft,c as ke,d as Ho,e as Bo}from"./chunk-KTD7OXVC.js";import{a as we,b as Ze,c as Xe,d as Je}from"./chunk-Q5DYR7MH.js";import{a as _e,b as Re,c as Se,d as Mt}from"./chunk-HO42U3IJ.js";import{a as le,b as Ye,c as ve,d as Ie,e as Fe,f as Pt}from"./chunk-SFUMQAVE.js";import{a as il,b as G}from"./chunk-QZIAQPM7.js";function B(e){return{items:e,key:"basic",label:({i18n:t})=>t.t("lexical:general:slashMenuBasicGroupLabel")}}import{createHeadlessEditor as ul}from"@lexical/headless";import{useClientFunctions as pl,useTableCell as ml}from"@payloadcms/ui";import{$getRoot as fl}from"lexical";import At,{useEffect as Uo,useState as Dt}from"react";var $o={block:"LexicalEditorTheme__block",blockCursor:"LexicalEditorTheme__blockCursor",characterLimit:"LexicalEditorTheme__characterLimit",code:"LexicalEditorTheme__code",codeHighlight:{atrule:"LexicalEditorTheme__tokenAttr",attr:"LexicalEditorTheme__tokenAttr",boolean:"LexicalEditorTheme__tokenProperty",builtin:"LexicalEditorTheme__tokenSelector",cdata:"LexicalEditorTheme__tokenComment",char:"LexicalEditorTheme__tokenSelector",class:"LexicalEditorTheme__tokenFunction","class-name":"LexicalEditorTheme__tokenFunction",comment:"LexicalEditorTheme__tokenComment",constant:"LexicalEditorTheme__tokenProperty",deleted:"LexicalEditorTheme__tokenProperty",doctype:"LexicalEditorTheme__tokenComment",entity:"LexicalEditorTheme__tokenOperator",function:"LexicalEditorTheme__tokenFunction",important:"LexicalEditorTheme__tokenVariable",inserted:"LexicalEditorTheme__tokenSelector",keyword:"LexicalEditorTheme__tokenAttr",namespace:"LexicalEditorTheme__tokenVariable",number:"LexicalEditorTheme__tokenProperty",operator:"LexicalEditorTheme__tokenOperator",prolog:"LexicalEditorTheme__tokenComment",property:"LexicalEditorTheme__tokenProperty",punctuation:"LexicalEditorTheme__tokenPunctuation",regex:"LexicalEditorTheme__tokenVariable",selector:"LexicalEditorTheme__tokenSelector",string:"LexicalEditorTheme__tokenSelector",symbol:"LexicalEditorTheme__tokenProperty",tag:"LexicalEditorTheme__tokenProperty",url:"LexicalEditorTheme__tokenOperator",variable:"LexicalEditorTheme__tokenVariable"},embedBlock:{base:"LexicalEditorTheme__embedBlock",focus:"LexicalEditorTheme__embedBlockFocus"},hashtag:"LexicalEditorTheme__hashtag",heading:{h1:"LexicalEditorTheme__h1",h2:"LexicalEditorTheme__h2",h3:"LexicalEditorTheme__h3",h4:"LexicalEditorTheme__h4",h5:"LexicalEditorTheme__h5",h6:"LexicalEditorTheme__h6"},hr:"LexicalEditorTheme__hr",indent:"LexicalEditorTheme__indent",inlineImage:"LexicalEditor__inline-image",link:"LexicalEditorTheme__link",list:{checklist:"LexicalEditorTheme__checklist",listitem:"LexicalEditorTheme__listItem",listitemChecked:"LexicalEditorTheme__listItemChecked",listitemUnchecked:"LexicalEditorTheme__listItemUnchecked",nested:{listitem:"LexicalEditorTheme__nestedListItem"},olDepth:["LexicalEditorTheme__ol1","LexicalEditorTheme__ol2","LexicalEditorTheme__ol3","LexicalEditorTheme__ol4","LexicalEditorTheme__ol5"],ul:"LexicalEditorTheme__ul"},ltr:"LexicalEditorTheme__ltr",mark:"LexicalEditorTheme__mark",markOverlap:"LexicalEditorTheme__markOverlap",paragraph:"LexicalEditorTheme__paragraph",quote:"LexicalEditorTheme__quote",relationship:"LexicalEditorTheme__relationship",rtl:"LexicalEditorTheme__rtl",table:"LexicalEditorTheme__table",tableAddColumns:"LexicalEditorTheme__tableAddColumns",tableAddRows:"LexicalEditorTheme__tableAddRows",tableCell:"LexicalEditorTheme__tableCell",tableCellActionButton:"LexicalEditorTheme__tableCellActionButton",tableCellActionButtonContainer:"LexicalEditorTheme__tableCellActionButtonContainer",tableCellEditing:"LexicalEditorTheme__tableCellEditing",tableCellHeader:"LexicalEditorTheme__tableCellHeader",tableCellPrimarySelected:"LexicalEditorTheme__tableCellPrimarySelected",tableCellResizer:"LexicalEditorTheme__tableCellResizer",tableCellSelected:"LexicalEditorTheme__tableCellSelected",tableCellSortedIndicator:"LexicalEditorTheme__tableCellSortedIndicator",tableResizeRuler:"LexicalEditorTheme__tableCellResizeRuler",tableSelected:"LexicalEditorTheme__tableSelected",text:{bold:"LexicalEditorTheme__textBold",code:"LexicalEditorTheme__textCode",italic:"LexicalEditorTheme__textItalic",strikethrough:"LexicalEditorTheme__textStrikethrough",subscript:"LexicalEditorTheme__textSubscript",superscript:"LexicalEditorTheme__textSuperscript",underline:"LexicalEditorTheme__textUnderline",underlineStrikethrough:"LexicalEditorTheme__textUnderlineStrikethrough"},upload:"editor-upload"};var Me={namespace:"lexical",theme:$o};function qe({clientFunctions:e,schemaPath:t,unSanitizedEditorConfig:o}){for(let l of o.features)if(!l?.clientFeatureProps?.featureKey||l?.clientFeatureProps?.order===void 0||l?.clientFeatureProps?.order===null)throw new Error("A Feature you have installed does not return the client props as clientFeatureProps. Please make sure to always return those props, even if they are null, as other important props like order and featureKey are later on injected.");o.features=o.features.sort((l,s)=>l.clientFeatureProps.order-s.clientFeatureProps.order);let r=new Map(o.features.map(l=>[l.clientFeatureProps.featureKey,l])),n=new Map,i=0;for(let l of o.features){let s={};Object.entries(e).forEach(([c,d])=>{if(c.startsWith(`lexicalFeature.${t}.${l.clientFeatureProps.featureKey}.components.`)){let u=c.split(`${t}.${l.clientFeatureProps.featureKey}.components.`)[1];s[u]=d}});let a=typeof l.feature=="function"?l.feature({clientFunctions:s,featureProviderMap:r,resolvedFeatures:n,unSanitizedEditorConfig:o}):l.feature;n.set(l.clientFeatureProps.featureKey,{...a,key:l.clientFeatureProps.featureKey,order:i}),i++}return n}var Go=e=>{let t={enabledFeatures:[],hooks:{load:[],save:[]},markdownTransformers:[],nodes:[],plugins:[],providers:[],slashMenu:{dynamicGroups:[],groups:[]},toolbarFixed:{groups:[]},toolbarInline:{groups:[]}};if(!e?.size)return t;e.forEach(o=>{if(o.hooks&&(o.hooks?.load?.length&&(t.hooks.load=t.hooks.load.concat(o.hooks.load)),o.hooks?.save?.length&&(t.hooks.save=t.hooks.save.concat(o.hooks.save))),o.providers?.length&&(t.providers=t.providers.concat(o.providers)),o.nodes?.length&&(t.nodes=t.nodes.concat(o.nodes)),o.plugins?.length&&o.plugins.forEach((r,n)=>{t.plugins.push({Component:r.Component,clientProps:o.sanitizedClientFeatureProps,key:o.key+n,position:r.position})}),o.toolbarInline?.groups?.length)for(let r of o.toolbarInline.groups){let n=t.toolbarInline.groups.find(i=>i.key===r.key);n?t.toolbarInline.groups=t.toolbarInline.groups.filter(i=>i.key!==r.key):n={...r,items:[]},r?.items?.length&&(n.items=n.items.concat(r.items)),t.toolbarInline?.groups.push(n)}if(o.toolbarFixed?.groups?.length)for(let r of o.toolbarFixed.groups){let n=t.toolbarFixed.groups.find(i=>i.key===r.key);n?t.toolbarFixed.groups=t.toolbarFixed.groups.filter(i=>i.key!==r.key):n={...r,items:[]},r?.items?.length&&(n.items=n.items.concat(r.items)),t.toolbarFixed?.groups.push(n)}if(o.slashMenu?.groups){o.slashMenu.dynamicGroups?.length&&(t.slashMenu.dynamicGroups=t.slashMenu.dynamicGroups.concat(o.slashMenu.dynamicGroups));for(let r of o.slashMenu.groups){let n=t.slashMenu.groups.find(i=>i.key===r.key);n?t.slashMenu.groups=t.slashMenu.groups.filter(i=>i.key!==r.key):n={...r,items:[]},r?.items?.length&&(n.items=n.items.concat(r.items)),t.slashMenu.groups.push(n)}}o.markdownTransformers?.length&&(t.markdownTransformers=t.markdownTransformers.concat(o.markdownTransformers)),t.enabledFeatures.push(o.key)}),t.toolbarInline.groups.sort((o,r)=>o.order&&r.order?o.order-r.order:o.order?-1:r.order?1:0),t.toolbarFixed.groups.sort((o,r)=>o.order&&r.order?o.order-r.order:o.order?-1:r.order?1:0);for(let o of t.toolbarInline.groups)o.items.sort((r,n)=>r.order&&n.order?r.order-n.order:r.order?-1:n.order?1:0);for(let o of t.toolbarFixed.groups)o.items.sort((r,n)=>r.order&&n.order?r.order-n.order:r.order?-1:n.order?1:0);return t};function Pe(e,t,o){return{admin:o,features:Go(t),lexical:e,resolvedFeatureMap:t}}import{jsx as Wo,jsxs as Cl}from"react/jsx-runtime";var gl=e=>{let{admin:t,lexicalEditorConfig:o,richTextComponentMap:r}=e,[n,i]=At.useState("Loading..."),{cellData:l,cellProps:{schemaPath:s}}=ml(),a=pl(),[c,d]=Dt(!1),[u,m]=Dt([]),[f,C]=Dt(null),g=r.get("features").sort((b,S)=>b.order-S.order),x=0;for(let b of g){let S=Array.from(r.keys()).filter(I=>I.startsWith(`feature.${b.key}.components.`));x+=1,x+=S.length}return Uo(()=>{if(!c){let b=[],S=0;if(Object.entries(a).forEach(([I,T])=>{I.startsWith(`lexicalFeature.${s}.`)&&(I.includes(".lexical_internal_components.")||b.push(T),S++)}),S===x){m(b),d(!0);let I=qe({clientFunctions:a,schemaPath:s,unSanitizedEditorConfig:{features:b,lexical:o}});C(Pe(o||Me,I,t))}}},[t,g,c,a,s,g.length,u,f,o,r,x]),Uo(()=>{if(!c)return;let b=l;if(b==null||!c||!f){i("");return}if(f?.features?.hooks?.load?.length&&f.features.hooks.load.forEach(T=>{b=T({incomingEditorState:b})}),!b||typeof b!="object"){i("");return}if(Array.isArray(b)&&!("root"in b)){i("");return}if("jsonContent"in b){i("");return}let S=ul({namespace:f.lexical.namespace,nodes:It({editorConfig:f}),theme:f.lexical.theme});S.setEditorState(S.parseEditorState(b));let I=S.getEditorState().read(()=>fl().getTextContent())||"";i(I)},[l,o,c,f]),c?Wo("span",{children:n}):Wo(At.Fragment,{children:Array.isArray(g)&&g.map(b=>{let I=Array.from(r.keys()).filter(T=>T.startsWith(`lexical_internal_feature.${b.key}.lexical_internal_components.`)).map(T=>r.get(T));return Cl(At.Fragment,{children:[I?.length?I.map(T=>T):null,b.ClientFeature]},b.key)})})};import{$isElementNode as ne,$isRangeSelection as et,FORMAT_ELEMENT_COMMAND as tt}from"lexical";import{jsx as Ot,jsxs as hl}from"react/jsx-runtime";var zo=()=>hl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Ot("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Ot("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Ot("path",{d:"M5 15H15",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as Ht,jsxs as xl}from"react/jsx-runtime";var Vo=()=>xl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Ht("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Ht("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Ht("path",{d:"M2.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as Bt,jsxs as bl}from"react/jsx-runtime";var Qe=()=>bl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Bt("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Bt("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Bt("path",{d:"M2.5 15H12.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as $t,jsxs as Tl}from"react/jsx-runtime";var Ko=()=>Tl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[$t("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),$t("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),$t("path",{d:"M7.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{useAddClientFunction as El,useFieldProps as yl,useTableCell as Ll}from"@payloadcms/ui";var jo=(e,t)=>{let{schemaPath:o}=yl(),i=Ll()?.cellProps?.schemaPath||o;El(`lexicalFeature.${i}.${e}`,t)};var Gt=e=>t=>(jo(t.featureKey,e(t)),null);var E=e=>Gt(o=>{let r={clientFeatureProps:o};return typeof e=="function"?r.feature=({clientFunctions:n,featureProviderMap:i,resolvedFeatures:l,unSanitizedEditorConfig:s})=>{let a=e({clientFunctions:n,featureProviderMap:i,props:o,resolvedFeatures:l,unSanitizedEditorConfig:s});return a.sanitizedClientFeatureProps===null&&(a.sanitizedClientFeatureProps=o),a}:(e.sanitizedClientFeatureProps=o,r.feature=e),r});var Zo=e=>({type:"dropdown",ChildComponent:Qe,items:e,key:"align",order:30});var Xo=[Zo([{ChildComponent:Qe,isActive:({selection:e})=>{if(!et(e))return!1;for(let t of e.getNodes()){if(ne(t)&&t.getFormatType()==="left")continue;let o=t.getParent();if(!(ne(o)&&o.getFormatType()==="left"))return!1}return!0},key:"alignLeft",label:({i18n:e})=>e.t("lexical:align:alignLeftLabel"),onSelect:({editor:e})=>{e.dispatchCommand(tt,"left")},order:1},{ChildComponent:zo,isActive:({selection:e})=>{if(!et(e))return!1;for(let t of e.getNodes()){if(ne(t)&&t.getFormatType()==="center")continue;let o=t.getParent();if(!(ne(o)&&o.getFormatType()==="center"))return!1}return!0},key:"alignCenter",label:({i18n:e})=>e.t("lexical:align:alignCenterLabel"),onSelect:({editor:e})=>{e.dispatchCommand(tt,"center")},order:2},{ChildComponent:Ko,isActive:({selection:e})=>{if(!et(e))return!1;for(let t of e.getNodes()){if(ne(t)&&t.getFormatType()==="right")continue;let o=t.getParent();if(!(ne(o)&&o.getFormatType()==="right"))return!1}return!0},key:"alignRight",label:({i18n:e})=>e.t("lexical:align:alignRightLabel"),onSelect:({editor:e})=>{e.dispatchCommand(tt,"right")},order:3},{ChildComponent:Vo,isActive:({selection:e})=>{if(!et(e))return!1;for(let t of e.getNodes()){if(ne(t)&&t.getFormatType()==="justify")continue;let o=t.getParent();if(!(ne(o)&&o.getFormatType()==="justify"))return!1}return!0},key:"alignJustify",label:({i18n:e})=>e.t("lexical:align:alignJustifyLabel"),onSelect:({editor:e})=>{e.dispatchCommand(tt,"justify")},order:4}])],Nl=E({toolbarFixed:{groups:Xo},toolbarInline:{groups:Xo}});import{$createQuoteNode as or,$isQuoteNode as er,QuoteNode as Rl}from"@lexical/rich-text";import{$setBlocksType as rr}from"@lexical/selection";import{$getSelection as nr,$isRangeSelection as Sl}from"lexical";import{jsx as Jo}from"react/jsx-runtime";var Ut=()=>Jo("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Jo("path",{d:"M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",fill:"currentColor"})});import{jsx as Yo}from"react/jsx-runtime";var Ae=()=>Yo("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Yo("path",{d:"M11.708 14.5H7.79785V13.9414H8.01367C9.00391 13.9414 9.15625 13.9033 9.15625 13.6113V6.70508H8.07715C6.82031 6.70508 6.73145 7.08594 6.28711 8.67285H5.80469L5.91895 6.12109H13.5869L13.7012 8.67285H13.2188C12.7744 7.08594 12.6855 6.70508 11.4287 6.70508H10.3496V13.6113C10.3496 13.9033 10.502 13.9414 11.4922 13.9414H11.708V14.5Z",fill:"currentColor"})});var z=e=>({type:"dropdown",ChildComponent:Ae,items:e,key:"text",order:25});import{$createQuoteNode as kl,$isQuoteNode as qo,QuoteNode as wl}from"@lexical/rich-text";import{$createLineBreakNode as _l}from"lexical";var Qo={type:"element",dependencies:[wl],export:(e,t)=>{if(!qo(e))return null;let o=t(e).split(`
2
+ `),r=[];for(let n of o)r.push("> "+n);return r.join(`
3
+ `)},regExp:/^>\s/,replace:(e,t,o,r)=>{if(r){let i=e.getPreviousSibling();if(qo(i)){i.splice(i.getChildrenSize(),0,[_l(),...t]),i.select(0,0),e.remove();return}}let n=kl();n.append(...t),e.replace(n),n.select(0,0)}};var tr=[z([{ChildComponent:Ut,isActive:({selection:e})=>{if(!Sl(e))return!1;for(let t of e.getNodes())if(!er(t)&&!er(t.getParent()))return!1;return!0},key:"blockquote",label:({i18n:e})=>e.t("lexical:blockquote:label"),onSelect:({editor:e})=>{e.update(()=>{let t=nr();rr(t,()=>or())})},order:20}])],vl=E({markdownTransformers:[Qo],nodes:[Rl],slashMenu:{groups:[B([{Icon:Ut,key:"blockquote",keywords:["quote","blockquote"],label:({i18n:e})=>e.t("lexical:blockquote:label"),onSelect:({editor:e})=>{e.update(()=>{let t=nr();rr(t,()=>or())})}}])]},toolbarFixed:{groups:tr},toolbarInline:{groups:tr}});import{getTranslation as lt}from"@payloadcms/translations";import{jsx as Wt,jsxs as Il}from"react/jsx-runtime";var ot=()=>Il("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Wt("rect",{height:"4",rx:"0.5",stroke:"currentColor",width:"4",x:"8",y:"5"}),Wt("rect",{height:"4",rx:"0.5",stroke:"currentColor",width:"4",x:"5",y:"11"}),Wt("rect",{height:"4",rx:"0.5",stroke:"currentColor",width:"4",x:"11",y:"11"})]});import{jsx as ir}from"react/jsx-runtime";var rt=()=>ir("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:ir("path",{clipRule:"evenodd",d:"M5.33333 6.5C5.11232 6.5 4.90036 6.5878 4.74408 6.74408C4.5878 6.90036 4.5 7.11232 4.5 7.33333V12.1667C4.5 12.3877 4.5878 12.5996 4.74408 12.7559C4.90036 12.9122 5.11232 13 5.33333 13H14.6667C14.8877 13 15.0996 12.9122 15.2559 12.7559C15.4122 12.5996 15.5 12.3877 15.5 12.1667V11.6667C15.5 11.3905 15.7239 11.1667 16 11.1667C16.2761 11.1667 16.5 11.3905 16.5 11.6667V12.1667C16.5 12.6529 16.3068 13.1192 15.963 13.463C15.6192 13.8068 15.1529 14 14.6667 14H5.33333C4.8471 14 4.38079 13.8068 4.03697 13.463C3.69315 13.1192 3.5 12.6529 3.5 12.1667V7.33333C3.5 6.8471 3.69315 6.38079 4.03697 6.03697C4.38079 5.69315 4.8471 5.5 5.33333 5.5H10.3333C10.6095 5.5 10.8333 5.72386 10.8333 6C10.8333 6.27614 10.6095 6.5 10.3333 6.5H5.33333ZM13 6.5C12.7239 6.5 12.5 6.27614 12.5 6C12.5 5.72386 12.7239 5.5 13 5.5H16C16.2761 5.5 16.5 5.72386 16.5 6V9C16.5 9.27614 16.2761 9.5 16 9.5C15.7239 9.5 15.5 9.27614 15.5 9V7.20711L13.3536 9.35355C13.1583 9.54882 12.8417 9.54882 12.6464 9.35355C12.4512 9.15829 12.4512 8.84171 12.6464 8.64645L14.7929 6.5H13ZM6.16699 8.33325C6.16699 8.05711 6.39085 7.83325 6.66699 7.83325H11.0003C11.2765 7.83325 11.5003 8.05711 11.5003 8.33325C11.5003 8.60939 11.2765 8.83325 11.0003 8.83325H6.66699C6.39085 8.83325 6.16699 8.60939 6.16699 8.33325ZM6.16699 10.9999C6.16699 10.7238 6.39085 10.4999 6.66699 10.4999H13.3337C13.6098 10.4999 13.8337 10.7238 13.8337 10.9999C13.8337 11.2761 13.6098 11.4999 13.3337 11.4999H6.66699C6.39085 11.4999 6.16699 11.2761 6.16699 10.9999Z",fill:"currentColor",fillRule:"evenodd"})});import{DecoratorBlockNode as Fl}from"@lexical/react/LexicalDecoratorBlockNode.js";import Ml from"bson-objectid";import{deepCopyObjectSimple as Pl}from"payload/shared";import Al from"react";import{jsx as Hl}from"react/jsx-runtime";var Dl=Al.lazy(()=>import("./component-TYPMHBL7.js").then(e=>({default:e.BlockComponent}))),J=class e extends Fl{__fields;constructor({fields:t,format:o,key:r}){super(o,r),this.__fields=t}static clone(t){return new e({fields:t.__fields,format:t.__format,key:t.__key})}static getType(){return"block"}static importDOM(){return{}}static importJSON(t){t.version===1&&(t={...t,fields:{...t.fields.data},version:2});let o=nt(t.fields);return o.setFormat(t.format),o}static isInline(){return!1}decorate(t,o){return Hl(Dl,{formData:this.getFields(),nodeKey:this.getKey()})}exportDOM(){let t=document.createElement("div"),o=document.createTextNode(this.getTextContent());return t.append(o),{element:t}}exportJSON(){return{...super.exportJSON(),type:"block",fields:this.getFields(),version:2}}getFields(){return this.getLatest().__fields}getTextContent(){return"Block Field"}setFields(t){let o=Pl(t),r=this.getWritable();r.__fields=o}};function nt(e){return new J({fields:{...e,id:e?.id||new Ml.default().toHexString()}})}function Ol(e){return e instanceof J}import{useLexicalComposerContext as Bl}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as $l,$wrapNodeInElement as Gl,mergeRegister as Ul}from"@lexical/utils";import{getTranslation as Wl}from"@payloadcms/translations";import{useModal as zl,useTranslation as Vl}from"@payloadcms/ui";import{$createParagraphNode as Kl,$getNodeByKey as jl,$getPreviousSelection as Zl,$getSelection as lr,$insertNodes as Xl,$isParagraphNode as sr,$isRangeSelection as ar,$isRootOrShadowRoot as Jl,COMMAND_PRIORITY_EDITOR as zt}from"lexical";import{useEffect as Yl,useState as Vt}from"react";import{jsx as ql}from"react/jsx-runtime";var it="lexical-inlineBlocks-create",cr=()=>{let[e]=Bl(),{closeModal:t,toggleModal:o}=zl(),[r,n]=Vt(null),[i,l]=Vt(""),[s,a]=Vt(null),{i18n:c,t:d}=Vl(),{editorConfig:u}=G(),m=u?.resolvedFeatureMap?.get("blocks")?.sanitizedClientFeatureProps?.reducedInlineBlocks?.find(C=>C.slug===r?.blockType);Yl(()=>{if(!e.hasNodes([J]))throw new Error("BlocksPlugin: BlocksNode not registered on editor");return Ul(e.registerCommand(Ne,C=>(e.update(()=>{let g=lr()||Zl();if(ar(g)){let x=nt(C);$l(x);let{focus:b}=g,S=b.getNode();sr(S)&&S.getTextContentSize()===0&&S.getParent().getChildren().filter(I=>sr(I)).length>1&&S.remove()}}),!0),zt),e.registerCommand(Ft,C=>{if(s){let x=jl(s);return x?(x.setFields(C),a(null),!0):!1}let g=Bo(C);return Xl([g]),Jl(g.getParentOrThrow())&&Gl(g,Kl).selectEnd(),!0},zt),e.registerCommand(ke,({fields:C,nodeKey:g})=>{if(n(C??null),a(g??null),l(C?.blockType??""),g)return o(it),!0;let x=null;return e.getEditorState().read(()=>{let b=lr();ar(b)&&(x=b)}),x&&o(it),!0},zt))},[e,s,o]);let f=m?.labels?.singular?Wl(m?.labels?.singular,c):m?.slug;return ql(le,{data:r,drawerSlug:it,drawerTitle:d(`lexical:blocks:inlineBlocks:${r?.id?"edit":"create"}`,{label:f??d("lexical:blocks:inlineBlocks:label")}),featureKey:"blocks",handleDrawerSubmit:(C,g)=>{t(it),g&&(g.blockType=i,e.dispatchCommand(Ft,g))},schemaPathSuffix:r?.blockType})};var Ql=E(({props:e})=>({nodes:[J,Ho],plugins:[{Component:cr,position:"normal"}],sanitizedClientFeatureProps:e,slashMenu:{groups:[e.reducedBlocks?.length?{items:e.reducedBlocks.map(t=>({Icon:ot,key:"block-"+t.slug,keywords:["block","blocks",t.slug],label:({i18n:o})=>t.labels.singular?lt(t.labels.singular,o):t.slug,onSelect:({editor:o})=>{o.dispatchCommand(Ne,{id:null,blockName:"",blockType:t.slug})}})),key:"blocks",label:({i18n:t})=>t.t("lexical:blocks:label")}:null,e.reducedInlineBlocks?.length?{items:e.reducedInlineBlocks.map(t=>({Icon:rt,key:"inlineBlocks-"+t.slug,keywords:["inlineBlock","inline block",t.slug],label:({i18n:o})=>t.labels.singular?lt(t.labels.singular,o):t.slug,onSelect:({editor:o})=>{o.dispatchCommand(ke,{fields:{id:null,blockName:"",blockType:t.slug}})}})),key:"inlineBlocks",label:({i18n:t})=>t.t("lexical:blocks:inlineBlocks:label")}:null].filter(Boolean)},toolbarFixed:{groups:[e.reducedBlocks?.length?{type:"dropdown",ChildComponent:ot,items:e.reducedBlocks.map((t,o)=>({ChildComponent:ot,isActive:void 0,key:"block-"+t.slug,label:({i18n:r})=>t.labels.singular?lt(t.labels.singular,r):t.slug,onSelect:({editor:r})=>{r.dispatchCommand(Ne,{id:null,blockName:"",blockType:t.slug})},order:o})),key:"blocks",order:20}:null,e.reducedInlineBlocks?.length?{type:"dropdown",ChildComponent:rt,items:e.reducedInlineBlocks.map((t,o)=>({ChildComponent:rt,isActive:void 0,key:"inlineBlock-"+t.slug,label:({i18n:r})=>t.labels.singular?lt(t.labels.singular,r):t.slug,onSelect:({editor:r})=>{r.dispatchCommand(ke,{fields:{blockType:t.slug}})},order:o})),key:"inlineBlocks",order:25}:null].filter(Boolean)}}));import{useLexicalComposerContext as os}from"@lexical/react/LexicalComposerContext.js";import{$createParagraphNode as rs,$createTextNode as ns,$getRoot as is}from"lexical";import*as fr from"react";import{useCallback as se,useEffect as Kt,useLayoutEffect as ur,useRef as jt,useState as st}from"react";var K=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";var es=K&&"documentMode"in document?document.documentMode:null,dr=K&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),Zf=K&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),Xf=K&&"InputEvent"in window&&!es?"getTargetRanges"in new window.InputEvent("input"):!1,Jf=K&&/Version\/[\d.].*Safari/.test(navigator.userAgent),Yf=K&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,qf=K&&/Android/.test(navigator.userAgent),Qf=K&&/Win/.test(navigator.platform),ts=K&&/^(?=.*Chrome).*/i.test(navigator.userAgent),e1=K&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!ts;import{jsx as ae,jsxs as Zt}from"react/jsx-runtime";var ls=e=>{let t=document.createElement("textarea");t.value=e||"",t.style.position="absolute",t.style.opacity="0",document.body?.appendChild(t),t.focus(),t.select();try{let o=document.execCommand("copy");console.log(o)}catch(o){console.error(o)}document.body?.removeChild(t)},ss=(e,t)=>{let o=document.createElement("a");o.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(t||"")),o.setAttribute("download",e),o.style.display="none",document.body?.appendChild(o),o.click(),document.body?.removeChild(o)},as=e=>{let o=((r,n)=>{switch(r){case"click":return` await page.mouse.click(${n.x}, ${n.y});`;case"press":return` await page.keyboard.press('${n}');`;case"keydown":return` await page.keyboard.keydown('${n}');`;case"keyup":return` await page.keyboard.keyup('${n}');`;case"type":return` await page.keyboard.type('${n}');`;case"selectAll":return" await selectAll(page);";case"snapshot":return` await assertHTMLSnapshot(page);
4
+ await assertSelection(page, {
5
+ anchorPath: [${n.anchorPath.toString()}],
6
+ anchorOffset: ${n.anchorOffset},
7
+ focusPath: [${n.focusPath.toString()}],
8
+ focusOffset: ${n.focusOffset},
9
+ });
10
+ `;default:return""}})(e.name,e.value);switch(e.count){case 1:return o;case 2:return[o,o].join(`
11
+ `);default:return` await repeat(${e.count}, async () => {
12
+ ${o}
13
+ );`}};function cs(e){return e.key.toLowerCase()==="a"&&(dr?e.metaKey:e.ctrlKey)}function ds(e){let{anchorNode:t,focusNode:o}=e,{anchorOffset:r,focusOffset:n}=e;return r!==0&&r--,n!==0&&n--,{anchorNode:t,anchorOffset:r,focusNode:o,focusOffset:n}}function pr(e,t){let o=e,r=[];for(;o!==t;)o!=null&&r.unshift(Array.from(o?.parentNode?.childNodes??[]).indexOf(o)),o=o?.parentNode;return r}var mr=new Set(["Enter","Backspace","Delete","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"]);function us(e){let[t,o]=st([]),[r,n]=st(!1),[,i]=st(""),[l,s]=st(""),a=jt(null),c=jt(!1),d=jt(null),u=se(()=>e,[e]),m=se(()=>{let T=e.getRootElement(),R=window.getSelection();return T==null||R==null||R.anchorNode==null||R.focusNode==null||!T.contains(R.anchorNode)||!T.contains(R.focusNode)?null:`
14
+ import {
15
+ initializeE2E,
16
+ assertHTMLSnapshot,
17
+ assertSelection,
18
+ repeat,
19
+ } from '../utils';
20
+ import {selectAll} from '../keyboardShortcuts';
21
+ import { RangeSelection } from 'lexical';
22
+ import { NodeSelection } from 'lexical';
23
+
24
+ describe('Test case', () => {
25
+ initializeE2E((e2e) => {
26
+ it('Should pass this test', async () => {
27
+ const {page} = e2e;
28
+
29
+ await page.focus('div[contenteditable="true"]');
30
+ ${t.map(as).join(`
31
+ `)}
32
+ });
33
+ });
34
+ `},[e,t]),f=se((T,R)=>{o(v=>{let M=t.length-1,P=t[M];if(P&&P.name===T){if(T==="type")return[...t.slice(0,M),{...P,value:P.value+R}];if(P.value===R)return[...t.slice(0,M),{...P,count:P.count+1}]}return[...v,{name:T,count:1,value:R}]})},[t,o]);ur(()=>{let T=v=>{if(!r)return;let M=v.key;cs(v)?f("selectAll",""):mr.has(M)?f("press",v.key):[...M].length>1?f("keydown",v.key):f("type",v.key)},R=v=>{if(!r)return;let M=v.key;!mr.has(M)&&[...M].length>1&&f("keyup",v.key)};return e.registerRootListener((v,M)=>{M!==null&&(M.removeEventListener("keydown",T),M.removeEventListener("keyup",R)),v!==null&&(v.addEventListener("keydown",T),v.addEventListener("keyup",R))})},[e,r,f]),ur(()=>{d.current&&d.current.scrollTo(0,d.current.scrollHeight)},[m]),Kt(()=>{if(t){let T=m();T!==null&&s(T),d.current&&d.current.scrollTo(0,d.current.scrollHeight)}},[m,t]),Kt(()=>e.registerUpdateListener(({dirtyElements:R,dirtyLeaves:v,editorState:M})=>{if(!r)return;let P=M._selection,L=a.current,N=c.current;if(L!==P){if(v.size===0&&R.size===0&&!N){let p=window.getSelection();if(p&&(p.anchorNode==null||p.focusNode==null))return}a.current=P}c.current=!1;let h=m();h!==null&&s(h)}),[e,m,r,f]),Kt(()=>r?e.registerUpdateListener(()=>{let R=e.getRootElement();R!==null&&i(R?.innerHTML)}):void 0,[e,r]);let C=se(T=>{r||(T.update(()=>{let R=is();R.clear();let v=ns();R.append(rs().append(v)),v.select()}),o([])),n(R=>!R)},[r]),g=se(()=>{if(!r)return;let T=window.getSelection();if(T===null||T.anchorNode==null||T.focusNode==null)return;let{anchorNode:R,anchorOffset:v,focusNode:M,focusOffset:P}=ds(T),L=u().getRootElement(),N;R!==null&&(N=pr(R,L));let h;M!==null&&(h=pr(M,L)),f("snapshot",{anchorNode:R,anchorOffset:v,anchorPath:N,focusNode:M,focusOffset:P,focusPath:h})},[f,r,u]),x=se(()=>{ls(m())},[m]),b=se(()=>{ss("test.js",m())},[m]);return[ae("button",{className:`editor-dev-button ${r?"active":""}`,id:"test-recorder-button",onClick:T=>{C(u()),T.preventDefault()},title:r?"Disable test recorder":"Enable test recorder",type:"button",children:r?"Disable test recorder":"Enable test recorder"}),r?Zt("div",{className:"test-recorder-output",children:[Zt("div",{className:"test-recorder-toolbar",children:[ae("button",{className:"test-recorder-button",id:"test-recorder-button-snapshot",onClick:T=>{g(),T.preventDefault()},title:"Insert snapshot",type:"button",children:"Insert Snapshot"}),ae("button",{className:"test-recorder-button",id:"test-recorder-button-copy",onClick:T=>{x(),T.preventDefault()},title:"Copy to clipboard",type:"button",children:"Copy"}),ae("button",{className:"test-recorder-button",id:"test-recorder-button-download",onClick:T=>{b(),T.preventDefault()},title:"Download as a file",type:"button",children:"Download"})]}),ae("pre",{id:"test-recorder",ref:d,children:l})]}):null]}var gr=()=>{let[e]=os(),[t,o]=us(e);return Zt(fr.Fragment,{children:[ae("p",{children:"HI"}),t,o,ae("p",{children:"DONE"})]})};var ps=E({plugins:[{Component:gr,position:"bottom"}]});import{useLexicalComposerContext as ms}from"@lexical/react/LexicalComposerContext.js";import{TreeView as fs}from"@lexical/react/LexicalTreeView.js";import{jsx as gs}from"react/jsx-runtime";var Cr=()=>{let[e]=ms();return gs(fs,{editor:e,timeTravelButtonClassName:"debug-timetravel-button",timeTravelPanelButtonClassName:"debug-timetravel-panel-button",timeTravelPanelClassName:"debug-timetravel-panel",timeTravelPanelSliderClassName:"debug-timetravel-panel-slider",treeTypeButtonClassName:"debug-treetype-button",viewClassName:"tree-view-output"})};var Cs=E({plugins:[{Component:Cr,position:"bottom"}]});import{$isRangeSelection as hs,FORMAT_TEXT_COMMAND as xs}from"lexical";import{jsx as hr}from"react/jsx-runtime";var xr=()=>hr("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:hr("path",{d:"M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z",fill:"currentColor"})});var $=e=>({type:"buttons",items:e,key:"format",order:40});var br={type:"text-format",format:["bold","italic"],tag:"***"},Tr={type:"text-format",format:["bold","italic"],intraword:!1,tag:"___"},Er={type:"text-format",format:["bold"],tag:"**"},yr={type:"text-format",format:["bold"],intraword:!1,tag:"__"};var Lr=[$([{ChildComponent:xr,isActive:({selection:e})=>hs(e)?e.hasFormat("bold"):!1,key:"bold",onSelect:({editor:e})=>{e.dispatchCommand(xs,"bold")},order:1}])],bs=E(({featureProviderMap:e})=>{let t=[Er,yr];return e.get("italic")&&t.push(Tr,br),{markdownTransformers:t,toolbarFixed:{groups:Lr},toolbarInline:{groups:Lr}}});import{$isRangeSelection as Es,FORMAT_TEXT_COMMAND as ys}from"lexical";import{jsx as Nr,jsxs as Ts}from"react/jsx-runtime";var kr=()=>Ts("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Nr("path",{d:"M7.76465 6L3.76465 10L7.76465 14",stroke:"currentColor"}),Nr("path",{d:"M12.2354 6L16.2354 10L12.2354 14",stroke:"currentColor"})]});var wr={type:"text-format",format:["code"],tag:"`"};var _r=[$([{ChildComponent:kr,isActive:({selection:e})=>Es(e)?e.hasFormat("code"):!1,key:"inlineCode",onSelect:({editor:e})=>{e.dispatchCommand(ys,"code")},order:7}])],Ls=E({markdownTransformers:[wr],toolbarFixed:{groups:_r},toolbarInline:{groups:_r}});import{$isRangeSelection as Ns,FORMAT_TEXT_COMMAND as ks}from"lexical";import{jsx as Rr}from"react/jsx-runtime";var Sr=()=>Rr("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Rr("path",{d:"M11.311 14.2969L11.0327 15H6.18408L6.4624 14.2969C7.54639 14.2969 7.70752 14.209 7.83936 13.8721L10.8423 6.45996C10.8716 6.38672 10.8862 6.32812 10.8862 6.26953C10.8862 6.09375 10.6519 6.03516 9.80225 6.03516L10.0952 5.33203H14.9438L14.6509 6.03516C13.5669 6.03516 13.4204 6.12305 13.2886 6.45996L10.2856 13.8721C10.2563 13.9453 10.2271 14.0039 10.2271 14.0625C10.2271 14.2383 10.4614 14.2969 11.311 14.2969Z",fill:"currentColor"})});var vr={type:"text-format",format:["italic"],tag:"*"},Ir={type:"text-format",format:["italic"],intraword:!1,tag:"_"};var Fr=[$([{ChildComponent:Sr,isActive:({selection:e})=>Ns(e)?e.hasFormat("italic"):!1,key:"italic",onSelect:({editor:e})=>{e.dispatchCommand(ks,"italic")},order:2}])],ws=E({markdownTransformers:[vr,Ir],toolbarFixed:{groups:Fr},toolbarInline:{groups:Fr}});import{$isRangeSelection as Rs,FORMAT_TEXT_COMMAND as Ss}from"lexical";import{jsx as Mr,jsxs as _s}from"react/jsx-runtime";var Pr=()=>_s("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Mr("path",{d:"M5.50756 12.76H7.42756C7.56256 14.215 8.82256 14.71 10.1576 14.71C11.4326 14.71 12.4226 14.14 12.4226 13.06C12.4226 12.28 11.9576 11.845 10.6676 11.605L8.70256 11.245C7.12756 10.96 5.85256 10.21 5.85256 8.335C5.85256 6.43 7.53256 5.11 9.87256 5.11C12.4226 5.11 13.9526 6.22 14.1626 8.23H12.2876C12.1526 7.18 11.2226 6.595 9.88756 6.595C8.59756 6.595 7.78756 7.27 7.78756 8.215C7.78756 9.1 8.34256 9.385 9.49756 9.61L11.5676 10.015C13.3226 10.345 14.3726 11.215 14.3726 12.94C14.3726 14.89 12.5876 16.18 10.2176 16.18C7.66756 16.18 5.70256 15.115 5.50756 12.76Z",fill:"currentColor"}),Mr("path",{d:"M4.99756 11.44H15.0026V12.19H4.99756V11.44Z",fill:"currentColor"})]});var Ar={type:"text-format",format:["strikethrough"],tag:"~~"};var Dr=[$([{ChildComponent:Pr,isActive:({selection:e})=>Rs(e)?e.hasFormat("strikethrough"):!1,key:"strikethrough",onSelect:({editor:e})=>{e.dispatchCommand(Ss,"strikethrough")},order:4}])],vs=E({markdownTransformers:[Ar],toolbarFixed:{groups:Dr},toolbarInline:{groups:Dr}});import{$isRangeSelection as Is,FORMAT_TEXT_COMMAND as Fs}from"lexical";import{jsx as Or}from"react/jsx-runtime";var Hr=()=>Or("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Or("path",{d:"M10.167 15L7.45002 11.36L4.73302 15H2.91302L6.55302 10.177L3.23802 5.718H5.20102L7.54102 8.89L9.89402 5.718H11.714L8.43802 10.06L12.13 15H10.167ZM16.7768 13.258C16.7768 14.155 16.1398 14.532 15.2038 15C14.5538 15.325 14.2808 15.546 14.2418 15.78H16.7898V16.82H12.7208V16.339C12.7208 15.286 13.5918 14.675 14.3588 14.233C15.0868 13.83 15.4378 13.635 15.4378 13.232C15.4378 12.894 15.2038 12.686 14.8268 12.686C14.3848 12.686 14.1248 13.024 14.1118 13.427H12.7468C12.8248 12.426 13.5528 11.633 14.8398 11.633C15.9448 11.633 16.7768 12.257 16.7768 13.258Z",fill:"currentColor"})});var Br=[$([{ChildComponent:Hr,isActive:({selection:e})=>Is(e)?e.hasFormat("subscript"):!1,key:"subscript",onSelect:({editor:e})=>{e.dispatchCommand(Fs,"subscript")},order:5}])],Ms=E({toolbarFixed:{groups:Br},toolbarInline:{groups:Br}});import{$isRangeSelection as Ps,FORMAT_TEXT_COMMAND as As}from"lexical";import{jsx as $r}from"react/jsx-runtime";var Gr=()=>$r("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:$r("path",{d:"M10.167 15L7.45002 11.36L4.73302 15H2.91302L6.55302 10.177L3.23802 5.718H5.20102L7.54102 8.89L9.89402 5.718H11.714L8.43802 10.06L12.13 15H10.167ZM16.7768 7.252C16.7768 8.149 16.1398 8.526 15.2038 8.994C14.5538 9.319 14.2808 9.54 14.2418 9.774H16.7898V10.814H12.7208V10.333C12.7208 9.28 13.5918 8.669 14.3588 8.227C15.0868 7.824 15.4378 7.629 15.4378 7.226C15.4378 6.888 15.2038 6.68 14.8268 6.68C14.3848 6.68 14.1248 7.018 14.1118 7.421H12.7468C12.8248 6.42 13.5528 5.627 14.8398 5.627C15.9448 5.627 16.7768 6.251 16.7768 7.252Z",fill:"currentColor"})});var Ur=[$([{ChildComponent:Gr,isActive:({selection:e})=>Ps(e)?e.hasFormat("superscript"):!1,key:"superscript",onSelect:({editor:e})=>{e.dispatchCommand(As,"superscript")},order:6}])],Ds=E({toolbarFixed:{groups:Ur},toolbarInline:{groups:Ur}});import{$isRangeSelection as Hs,FORMAT_TEXT_COMMAND as Bs}from"lexical";import{jsx as Wr,jsxs as Os}from"react/jsx-runtime";var zr=()=>Os("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Wr("path",{d:"M13.9656 11.256C13.9656 13.791 12.5096 15.156 10.0006 15.156C7.50461 15.156 6.03561 13.791 6.03561 11.23V5.718H7.76461V11.243C7.76461 12.868 8.50561 13.778 10.0006 13.778C11.4956 13.778 12.2496 12.868 12.2496 11.243V5.718H13.9656V11.256Z",fill:"currentColor"}),Wr("path",{d:"M5.09961 16.3H14.9016V16.95H5.09961V16.3Z",fill:"currentColor"})]});var Vr=[$([{ChildComponent:zr,isActive:({selection:e})=>Hs(e)?e.hasFormat("underline"):!1,key:"underline",onSelect:({editor:e})=>{e.dispatchCommand(Bs,"underline")},order:3}])],$s=E({toolbarFixed:{groups:Vr},toolbarInline:{groups:Vr}});import{$createHeadingNode as zs,$isHeadingNode as ln,HeadingNode as Vs}from"@lexical/rich-text";import{$setBlocksType as Ks}from"@lexical/selection";import{$getSelection as js,$isRangeSelection as Zs}from"lexical";import{jsx as Kr}from"react/jsx-runtime";var jr=()=>Kr("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Kr("path",{d:"M4.639 13.5V7.074H6.196V9.648H9.076V7.074H10.642V13.5H9.076V10.836H6.196V13.5H4.639ZM11.5656 9.045V8.019C12.6636 8.019 13.1316 7.731 13.2846 7.065H14.4006V13.5H12.8436V9.045H11.5656Z",fill:"currentColor"})});import{jsx as Zr}from"react/jsx-runtime";var Xr=()=>Zr("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Zr("path",{d:"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM15.9796 8.973C15.9796 10.116 15.1696 10.656 14.0356 11.232C13.2256 11.646 12.8206 11.943 12.7846 12.294H15.9886V13.5H11.0566V12.951C11.0566 11.601 12.1636 10.845 13.1176 10.287C14.0356 9.756 14.5126 9.486 14.5126 8.946C14.5126 8.46 14.2156 8.145 13.6306 8.145C13.0186 8.145 12.6586 8.613 12.6226 9.198H11.1196C11.2186 7.947 12.1006 6.966 13.6396 6.966C15.0346 6.966 15.9796 7.785 15.9796 8.973Z",fill:"currentColor"})});import{jsx as Jr}from"react/jsx-runtime";var Yr=()=>Jr("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Jr("path",{d:"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM16.1146 11.745C16.1146 12.744 15.2236 13.608 13.6126 13.608C12.0736 13.608 11.0926 12.762 10.9846 11.547H12.4696C12.5146 12.114 13.0006 12.456 13.6126 12.456C14.2876 12.456 14.6746 12.132 14.6746 11.619C14.6746 11.061 14.2426 10.836 13.6216 10.836H12.9826V9.738H13.6036C14.1526 9.738 14.5486 9.486 14.5486 8.937C14.5486 8.46 14.2156 8.127 13.6486 8.127C13.0366 8.127 12.6586 8.514 12.6226 9.045H11.1916C11.2726 7.929 12.1276 6.966 13.6666 6.966C15.1876 6.966 15.9706 7.848 15.9706 8.865C15.9706 9.603 15.5026 10.143 14.8186 10.269C15.6196 10.404 16.1146 10.971 16.1146 11.745Z",fill:"currentColor"})});import{jsx as qr}from"react/jsx-runtime";var Qr=()=>qr("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:qr("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM15.1736 7.074V10.854H16.3706V12.033H15.1736V13.5H13.6796V12.033H10.5116V10.845L13.4996 7.074H15.1736ZM13.6796 8.46L11.8256 10.854H13.6796V8.46Z",fill:"currentColor"})});import{jsx as en}from"react/jsx-runtime";var tn=()=>en("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:en("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.1576 10.269C12.6896 10.269 12.3746 10.494 12.2216 10.737H10.8176L11.1956 7.074H15.2546V8.28H12.3206L12.1856 9.549C12.4016 9.351 12.8516 9.126 13.4636 9.126C14.7866 9.126 15.6596 10.053 15.6596 11.358C15.6596 12.609 14.7326 13.608 13.1756 13.608C11.5826 13.608 10.6556 12.753 10.5566 11.511H12.1136C12.1586 12.06 12.5456 12.465 13.1576 12.465C13.8236 12.465 14.1746 11.97 14.1746 11.376C14.1746 10.764 13.8416 10.269 13.1576 10.269Z",fill:"currentColor"})});import{jsx as on}from"react/jsx-runtime";var rn=()=>on("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:on("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.3646 8.127C12.5456 8.127 12.0416 8.937 12.0416 9.999C12.3296 9.54 12.8246 9.207 13.5536 9.207C14.8586 9.207 15.8036 10.134 15.8036 11.376C15.8036 12.645 14.8226 13.608 13.3196 13.608C11.7266 13.608 10.6196 12.393 10.6196 10.395C10.6196 8.316 11.7716 6.966 13.4186 6.966C14.7056 6.966 15.5786 7.749 15.7316 8.829H14.3186C14.2016 8.415 13.9226 8.127 13.3646 8.127ZM13.3106 12.51C13.9586 12.51 14.3816 12.042 14.3816 11.385C14.3816 10.737 13.9586 10.278 13.3106 10.278C12.6536 10.278 12.2126 10.737 12.2126 11.385C12.2126 12.042 12.6536 12.51 13.3106 12.51Z",fill:"currentColor"})});import{$createHeadingNode as Gs,$isHeadingNode as Us,HeadingNode as Ws}from"@lexical/rich-text";var Xt=e=>(t,o,r)=>{let n=e(r);n&&(n.append(...o),t.replace(n),n.select(0,0))};var nn=e=>{let o=`^(${e.map(n=>Number(n.slice(1))).map(n=>`#{${n}}`).join("|")})\\s`,r=new RegExp(o);return{type:"element",dependencies:[Ws],export:(n,i)=>{if(!Us(n))return null;let l=Number(n.getTag().slice(1));return"#".repeat(l)+" "+i(n)},regExp:r,replace:Xt(n=>{let i="h"+n[1].length;return Gs(i)})}};var sn=e=>{let t=js();Ks(t,()=>zs(e))},an={h1:jr,h2:Xr,h3:Yr,h4:Qr,h5:tn,h6:rn},Xs=E(({props:e})=>{let{enabledHeadingSizes:t=["h1","h2","h3","h4","h5","h6"]}=e,o=[z(t.map((r,n)=>({ChildComponent:an[r],isActive:({selection:i})=>{if(!Zs(i))return!1;for(let l of i.getNodes()){if(ln(l)&&l.getTag()===r)continue;let s=l.getParent();if(!(ln(s)&&s.getTag()===r))return!1}return!0},key:r,label:({i18n:i})=>i.t("lexical:heading:label",{headingLevel:r.charAt(1)}),onSelect:({editor:i})=>{i.update(()=>{sn(r)})},order:n+2})))];return{markdownTransformers:[nn(t)],nodes:[Vs],sanitizedClientFeatureProps:e,slashMenu:{groups:t?.length?[B(t.map(r=>({Icon:an[r],key:`heading-${r.charAt(1)}`,keywords:["heading",r],label:({i18n:n})=>n.t("lexical:heading:label",{headingLevel:r.charAt(1)}),onSelect:({editor:n})=>{n.update(()=>{sn(r)})}})))]:[]},toolbarFixed:{groups:t?.length?o:[]},toolbarInline:{groups:t?.length?o:[]}}});import{$isNodeSelection as ra}from"lexical";import{jsx as cn}from"react/jsx-runtime";var Jt=()=>cn("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:cn("rect",{fill:"currentColor",height:"1",width:"12",x:"4",y:"9.5"})});import{jsx as dn,jsxs as Js}from"react/jsx-runtime";var un=()=>Js("svg",{fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[dn("path",{d:"M5 10h10",stroke:"currentColor"}),dn("path",{d:"M10 15V5",stroke:"currentColor"})]});var Y=e=>({type:"dropdown",ChildComponent:un,items:e,key:"add",order:10});var pn={type:"element",dependencies:[Ze],export:(e,t)=>Je(e)?"---":null,regExp:/^---\s*$/,replace:e=>{let t=Xe();t&&e.replace(t)}};import{useLexicalComposerContext as Ys}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as qs}from"@lexical/utils";import{$getSelection as Qs,$isRangeSelection as ea,COMMAND_PRIORITY_EDITOR as ta}from"lexical";import{useEffect as oa}from"react";var mn=()=>{let[e]=Ys();return oa(()=>e.registerCommand(we,t=>{let o=Qs();if(!ea(o))return!1;if(o.focus.getNode()!==null){let n=Xe();qs(n)}return!0},ta),[e]),null};var na=E({markdownTransformers:[pn],nodes:[Ze],plugins:[{Component:mn,position:"normal"}],slashMenu:{groups:[B([{Icon:Jt,key:"horizontalRule",keywords:["hr","horizontal rule","line","separator"],label:({i18n:e})=>e.t("lexical:horizontalRule:label"),onSelect:({editor:e})=>{e.dispatchCommand(we,void 0)}}])]},toolbarFixed:{groups:[Y([{ChildComponent:Jt,isActive:({selection:e})=>{if(!ra(e)||!e.getNodes().length)return!1;let t=e.getNodes()[0];return Je(t)},key:"horizontalRule",label:({i18n:e})=>e.t("lexical:horizontalRule:label"),onSelect:({editor:e})=>{e.dispatchCommand(we,void 0)}}])]}});import{INDENT_CONTENT_COMMAND as sa,OUTDENT_CONTENT_COMMAND as aa}from"lexical";import{jsx as at,jsxs as ia}from"react/jsx-runtime";var fn=()=>ia("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[at("path",{d:"M2.5 5H10.5",stroke:"currentColor",strokeWidth:"1.5"}),at("path",{d:"M2.5 10H10.5",stroke:"currentColor",strokeWidth:"1.5"}),at("path",{d:"M2.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"}),at("path",{d:"M12.25 7.25L17.25 3.75V10.75L12.25 7.25Z",fill:"currentColor"})]});import{jsx as ct,jsxs as la}from"react/jsx-runtime";var gn=()=>la("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[ct("path",{d:"M17.5 5H9.5",stroke:"currentColor",strokeWidth:"1.5"}),ct("path",{d:"M17.5 10H9.5",stroke:"currentColor",strokeWidth:"1.5"}),ct("path",{d:"M17.5 15H2.5",stroke:"currentColor",strokeWidth:"1.5"}),ct("path",{d:"M7.75 7.25L2.75 3.75V10.75L7.75 7.25Z",fill:"currentColor"})]});var Cn=e=>({type:"buttons",items:e,key:"indent",order:35});var hn=[Cn([{ChildComponent:fn,isActive:()=>!1,isEnabled:({selection:e})=>{if(!e||!e?.getNodes()?.length)return!1;for(let t of e.getNodes())if("__indent"in t&&t.__indent>0||t.getParent()&&"__indent"in t.getParent()&&t.getParent().__indent>0)return!0;return!1},key:"indentDecrease",label:({i18n:e})=>e.t("lexical:indent:decreaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(aa,void 0)},order:1},{ChildComponent:gn,isActive:()=>!1,key:"indentIncrease",label:({i18n:e})=>e.t("lexical:indent:increaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(sa,void 0)},order:2}])],ca=E({toolbarFixed:{groups:hn},toolbarInline:{groups:hn}});import{$findMatchingParent as gc}from"@lexical/utils";import{$getSelection as io,$isRangeSelection as Kn}from"lexical";import{jsx as xn}from"react/jsx-runtime";var bn=()=>xn("svg",{"aria-hidden":"true",className:"icon",fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:xn("path",{d:"M8.5 11.5L11.5 8.5M8.5 7L9.625 5.875C10.868 4.633 12.882 4.633 14.125 5.875C15.368 7.118 15.368 9.133 14.125 10.375L13 11.5M7 8.5L5.746 9.754C4.56 10.94 4.519 12.85 5.652 14.087C6.814 15.354 8.78 15.449 10.058 14.298L11.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})});import{$isAtNodeEnd as Tn}from"@lexical/selection";function me(e){let{anchor:t}=e,{focus:o}=e,r=e.anchor.getNode(),n=e.focus.getNode();return r===n?r:e.isBackward()?Tn(o)?r:n:Tn(t)?r:n}var Yt=e=>({type:"buttons",items:e,key:"features",order:50});import{$createTextNode as Ta,$isTextNode as Ea}from"lexical";import{addClassNamesToElement as da,isHTMLAnchorElement as ua}from"@lexical/utils";import eo from"bson-objectid";import{$applyNodeReplacement as pa,$createTextNode as En,$getSelection as ma,$isElementNode as yn,$isRangeSelection as Qt,ElementNode as fa,createCommand as ga}from"lexical";var Ca=new Set(["http:","https:","mailto:","sms:","tel:"]),V=class e extends fa{__fields;__id;constructor({id:t,fields:o={doc:null,linkType:"custom",newTab:!1,url:void 0},key:r}){super(r),this.__fields=o,this.__id=t}static clone(t){return new e({id:t.__id,fields:t.__fields,key:t.__key})}static getType(){return"link"}static importDOM(){return{a:t=>({conversion:ha,priority:1})}}static importJSON(t){t.version===1&&typeof t.fields?.doc?.value=="object"&&t.fields?.doc?.value?.id&&(t.fields.doc.value=t.fields.doc.value.id,t.version=2),t.version===2&&!t.id&&(t.id=new eo.default().toHexString(),t.version=3);let o=q({id:t.id,fields:t.fields});return o.setFormat(t.format),o.setIndent(t.indent),o.setDirection(t.direction),o}canBeEmpty(){return!1}canInsertTextAfter(){return!1}canInsertTextBefore(){return!1}createDOM(t){let o=document.createElement("a");return this.__fields?.linkType==="custom"&&(o.href=this.sanitizeUrl(this.__fields.url??"")),(this.__fields?.newTab??!1)&&(o.target="_blank"),this.__fields?.newTab===!0&&this.__fields?.linkType==="custom"&&(o.rel=qt(o.rel,"add","noopener")),da(o,t.theme.link),o}exportJSON(){let t={...super.exportJSON(),type:"link",fields:this.getFields(),version:3},o=this.getID();return o&&(t.id=o),t}extractWithChild(t,o,r){if(!Qt(o))return!1;let n=o.anchor.getNode(),i=o.focus.getNode();return this.isParentOf(n)&&this.isParentOf(i)&&o.getTextContent().length>0}getFields(){return this.getLatest().__fields}getID(){return this.getLatest().__id}insertNewAfter(t,o=!0){let r=this.getParentOrThrow().insertNewAfter(t,o);if(yn(r)){let n=q({fields:this.__fields});return r.append(n),n}return null}isInline(){return!0}sanitizeUrl(t){try{let o=new URL(t);if(!Ca.has(o.protocol))return"about:blank"}catch{return"https://"}return t}setFields(t){let o=this.getWritable();o.__fields=t}updateDOM(t,o,r){let n=this.__fields?.url,i=this.__fields?.newTab;return n!=null&&n!==t.__fields?.url&&this.__fields?.linkType==="custom"&&(o.href=n),this.__fields?.linkType==="internal"&&t.__fields?.linkType==="custom"&&o.removeAttribute("href"),o.rel==null&&(o.rel=""),i!==t.__fields?.newTab&&(i??!1?(o.target="_blank",this.__fields?.linkType==="custom"&&(o.rel=qt(o.rel,"add","noopener"))):(o.removeAttribute("target"),o.rel=qt(o.rel,"remove","noopener"))),!1}};function ha(e){let t=null;if(ua(e)){let o=e.textContent;o!==null&&o!==""&&(t=q({id:new eo.default().toHexString(),fields:{doc:null,linkType:"custom",newTab:e.getAttribute("target")==="_blank",url:e.getAttribute("href")??""}}))}return{node:t}}function q({id:e,fields:t}){return pa(new V({id:e??new eo.default().toHexString(),fields:t}))}function H(e){return e instanceof V}var X=ga("TOGGLE_LINK_COMMAND");function Ln(e){let t=ma();if(!Qt(t)&&!e.selectedNodes.length)return;let o=Qt(t)?t.extract():e.selectedNodes;if(e===null)o.forEach(r=>{let n=r.getParent();if(H(n)){let i=n.getChildren();for(let l=0;l<i.length;l+=1)n.insertBefore(i[l]);n.remove()}});else{if(o.length===1){let i=o[0],l=H(i)?i:xa(i);if(l!==null){l.setFields(e.fields),e.text!=null&&e.text!==l.getTextContent()&&(l.append(En(e.text)),l.getChildren().forEach(s=>{s!==l.getLastChild()&&s.remove()}));return}}let r=null,n=null;o.forEach(i=>{let l=i.getParent();if(!(l===n||l===null||yn(i)&&!i.isInline())){if(H(l)){n=l,l.setFields(e.fields),e.text!=null&&e.text!==l.getTextContent()&&(l.append(En(e.text)),l.getChildren().forEach(s=>{s!==l.getLastChild()&&s.remove()}));return}if(l.is(r)||(r=l,n=q({fields:e.fields}),H(l)?i.getPreviousSibling()===null?l.insertBefore(n):l.insertAfter(n):i.insertBefore(n)),H(i)){if(i.is(n))return;if(n!==null){let s=i.getChildren();for(let a=0;a<s.length;a+=1)n.append(s[a])}i.remove();return}n!==null&&n.append(i)}})}}function xa(e){return ba(e,t=>H(t))}function ba(e,t){let o=e;for(;o!==null&&(o=o.getParent())!==null&&!t(o););return o}function qt(e,t,o){let r,n=`${e}`;if(t==="add"){if(n.includes(o)){let i=new RegExp(o,"g");n=n.replace(i,"").trim()}n=n.trim(),r=n.length===0?`${o}`:`${n} ${o}`}else{let i=new RegExp(o,"g");r=n.replace(i,"").trim()}return r}var Nn={type:"text-match",dependencies:[V],export:(e,t,o)=>{if(!H(e))return null;let r=e,{url:n}=r.getFields(),i=`[${r.getTextContent()}](${n})`,l=r.getFirstChild();return r.getChildrenSize()===1&&Ea(l)?o(l,i):i},importRegExp:/\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)/,regExp:/\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)$/,replace:(e,t)=>{let[,o,r]=t,n=q({fields:{doc:null,linkType:"custom",newTab:!1,url:r}}),i=Ta(o);i.setFormat(e.getFormat()),n.append(i),e.replace(n)},trigger:")"};import{$applyNodeReplacement as ya,$isElementNode as La}from"lexical";var Q=class e extends V{static clone(t){return new e({id:void 0,fields:t.__fields,key:t.__key})}static getType(){return"autolink"}static importDOM(){return null}static importJSON(t){t.version===1&&typeof t.fields?.doc?.value=="object"&&t.fields?.doc?.value?.id&&(t.fields.doc.value=t.fields.doc.value.id,t.version=2);let o=De({fields:t.fields});return o.setFormat(t.format),o.setIndent(t.indent),o.setDirection(t.direction),o}exportJSON(){let t=super.exportJSON();return{type:"autolink",children:t.children,direction:t.direction,fields:t.fields,format:t.format,indent:t.indent,version:2}}insertNewAfter(t,o=!0){let r=this.getParentOrThrow().insertNewAfter(t,o);if(La(r)){let n=De({fields:this.__fields});return r.append(n),n}return null}};function De({fields:e}){return ya(new Q({id:void 0,fields:e}))}function ee(e){return e instanceof Q}import{useLexicalComposerContext as Na}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as ka}from"@lexical/utils";import{$createTextNode as kn,$getSelection as wa,$isElementNode as _n,$isLineBreakNode as Rn,$isNodeSelection as _a,$isRangeSelection as Ra,$isTextNode as Oe,TextNode as Sa}from"lexical";import{useEffect as va}from"react";function ce(e,t,...o){if(!e)throw new Error("Internal Lexical error: invariant() is meant to be replaced at compile time. There is no runtime version. Error: "+t)}function wn(e,t=o=>o){return o=>{let r=e.exec(o);return r===null?null:{index:r.index,length:r[0].length,text:r[0],url:t(r[0])}}}function Sn(e,t){for(let o=0;o<t.length;o++){let r=t[o](e);if(r!=null)return r}return null}var Ia=/[.,;\s]/;function ut(e){return Ia.test(e)}function vn(e){return ut(e[e.length-1])}function oo(e){return ut(e[0])}function Fa(e){return/^\.[a-z\d]+/i.test(e)}function In(e){let t=e.getPreviousSibling();return _n(t)&&(t=t.getLastDescendant()),t===null||Rn(t)||Oe(t)&&vn(t.getTextContent())}function Fn(e){let t=e.getNextSibling();return _n(t)&&(t=t.getFirstDescendant()),t===null||Rn(t)||Oe(t)&&oo(t.getTextContent())}function Ma(e,t,o,r){return(e>0?ut(o[e-1]):In(r[0]))?t<o.length?ut(o[t]):Fn(r[r.length-1]):!1}function Pa(e,t,o){let r=[],n=[],i=[],l=0,s=0,a=[...e];for(;a.length>0;){let c=a[0],u=c.getTextContent().length,m=s;s+u<=t?(r.push(c),l+=u):m>=o?i.push(c):n.push(c),s+=u,a.shift()}return[l,r,n,i]}function Aa(e,t,o,r){let n={linkType:"custom",url:r.url,...r.fields},i=De({fields:n});if(e.length===1){let l=e[0],s;t===0?[s,l]=l.splitText(o):[,s,l]=l.splitText(t,o);let a=kn(r.text);return a.setFormat(s.getFormat()),a.setDetail(s.getDetail()),a.setStyle(s.getStyle()),i.append(a),s.replace(i),l}else if(e.length>1){let l=e[0],s=l.getTextContent().length,a;t===0?a=l:[,a]=l.splitText(t);let c=[],d;for(let C=1;C<e.length;C++){let g=e[C],b=g.getTextContent().length,S=s,I=s+b;if(S<o)if(I<=o)c.push(g);else{let[T,R]=g.splitText(o-S);c.push(T),d=R}s+=b}let u=wa(),m=u?u.getNodes().find(Oe):void 0,f=kn(a.getTextContent());return f.setFormat(a.getFormat()),f.setDetail(a.getDetail()),f.setStyle(a.getStyle()),i.append(f,...c),m&&m===a&&(Ra(u)?f.select(u.anchor.offset,u.focus.offset):_a(u)&&f.select(0,f.getTextContent().length)),a.replace(i),d}}function Da(e,t,o){let r=[...e],n=r.map(a=>a.getTextContent()).join(""),i=n,l,s=0;for(;(l=Sn(i,t))!=null&&l!==null;){let a=l.index,c=l.length,d=a+c;if(Ma(s+a,s+d,n,r)){let[m,,f,C]=Pa(r,s+a,s+d),g=s+a-m,x=s+d-m,b=Aa(f,g,x,l);r=b?[b,...C]:C,o(l.url,null),s=0}else s+=d;i=i.substring(d)}}function to(e,t,o){let r=e.getChildren(),n=r.length;for(let a=0;a<n;a++){let c=r[a];if(!Oe(c)||!c.isSimpleText()){dt(e),o(null,e.getFields()?.url??null);return}}let i=e.getTextContent(),l=Sn(i,t);if(l===null||l.text!==i){dt(e),o(null,e.getFields()?.url??null);return}if(!In(e)||!Fn(e)){dt(e),o(null,e.getFields()?.url??null);return}let s=e.getFields()?.url;if(s!==l?.url){let a=e.getFields();a.url=l?.url,e.setFields(a),o(l.url,s??null)}}function Oa(e,t,o){let r=e.getPreviousSibling(),n=e.getNextSibling(),i=e.getTextContent();ee(r)&&(!oo(i)||Fa(i))&&(r.append(e),to(r,t,o),o(null,r.getFields()?.url??null)),ee(n)&&!vn(i)&&(dt(n),to(n,t,o),o(null,n.getFields()?.url??null))}function dt(e){let t=e.getChildren(),o=t.length;for(let r=o-1;r>=0;r--)e.insertAfter(t[r]);return e.remove(),t.map(r=>r.getLatest())}function Ha(e){let t=[e],o=e.getNextSibling();for(;o!==null&&Oe(o)&&o.isSimpleText()&&(t.push(o),!/\s/.test(o.getTextContent()));)o=o.getNextSibling();return t}function Ba(e,t,o){va(()=>{e.hasNodes([Q])||ce(!1,"LexicalAutoLinkPlugin: AutoLinkNode not registered on editor");let r=(n,i)=>{o?.(n,i)};return ka(e.registerNodeTransform(Sa,n=>{let i=n.getParentOrThrow(),l=n.getPreviousSibling();if(ee(i))to(i,t,r);else if(!H(i)){if(n.isSimpleText()&&(oo(n.getTextContent())||!ee(l))){let s=Ha(n);Da(s,t,r)}Oa(n,t,r)}}))},[e,t,o])}var $a=/((https?:\/\/(www\.)?)|(www\.))[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)(?<![-.+():%])/,Ga=/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-\d]+\.)+[a-z]{2,}))/i,Ua=[wn($a,e=>e.startsWith("http")?e:`https://${e}`),wn(Ga,e=>`mailto:${e}`)],Mn=()=>{let[e]=Na();return Ba(e,Ua),null};import{ClickableLinkPlugin as Wa}from"@lexical/react/LexicalClickableLinkPlugin.js";import{jsx as za}from"react/jsx-runtime";var Pn=()=>za(Wa,{});import{createCommand as Va}from"lexical";var pt=Va("TOGGLE_LINK_WITH_MODAL_COMMAND");import{createPortal as nc}from"react-dom";import{useLexicalComposerContext as Ka}from"@lexical/react/LexicalComposerContext.js";import{$findMatchingParent as An,mergeRegister as Dn}from"@lexical/utils";import{getTranslation as ja}from"@payloadcms/translations";import{formatDrawerSlug as Za,useConfig as Xa,useEditDepth as Ja,useModal as Ya,useTranslation as qa}from"@payloadcms/ui";import{$getSelection as On,$isLineBreakNode as Qa,$isRangeSelection as Hn,COMMAND_PRIORITY_HIGH as ec,COMMAND_PRIORITY_LOW as Bn,KEY_ESCAPE_COMMAND as tc,SELECTION_CHANGE_COMMAND as oc}from"lexical";import $n,{useCallback as Gn,useEffect as ft,useRef as rc,useState as fe}from"react";function mt(e,t,o,r=10,n=5){let i=o.parentElement;if(e===null||i==null){t.style.opacity="0",t.style.transform="translate(-10000px, -10000px)";return}let l=t.getBoundingClientRect(),s=o.getBoundingClientRect(),a=i.getBoundingClientRect(),c=e.top-r,d=e.left-n;c<a.top&&(c+=l.height+e.height+r*2),d+l.width>a.right&&(d=a.right-l.width-n),c-=s.top,d-=s.left,t.style.opacity="1",t.style.transform=`translate(${d}px, ${c}px)`}import{jsx as ge,jsxs as ro}from"react/jsx-runtime";function Un({anchorElem:e}){let[t]=Ka(),o=rc(null),[r,n]=fe(null),[i,l]=fe(null),{uuid:s}=G(),a=Xa(),{i18n:c,t:d}=qa(),[u,m]=fe(null),{closeModal:f,toggleModal:C}=Ya(),g=Ja(),[x,b]=fe(!1),[S,I]=fe([]),[T,R]=fe(!1),v=Za({slug:"lexical-rich-text-link-"+s,depth:g}),M=Gn(()=>{b(!1),o&&o.current&&(o.current.style.opacity="0",o.current.style.transform="translate(-10000px, -10000px)"),R(!1),n(null),l(null),I([]),m(null)},[b,n,l,I]),P=Gn(()=>{let L=On(),N=null;if(!Hn(L)||!L){M();return}let h=me(L);N=t.getElementByKey(h.getKey())?.getBoundingClientRect();let p=An(h,H),_=L.getNodes().filter(U=>!Qa(U)).find(U=>{let W=An(U,H);return p&&!p.is(W)||W&&!W.is(p)});if(p==null||_){M();return}let k={doc:void 0,linkType:void 0,newTab:void 0,url:"",...p.getFields(),id:p.getID(),text:p.getTextContent()};if(p.getFields()?.linkType==="custom")n(p.getFields()?.url??null),l(null);else{n(`/admin/collections/${p.getFields()?.doc?.relationTo}/${p.getFields()?.doc?.value}`);let U=a.collections.find(W=>W.slug===p.getFields()?.doc?.relationTo);if(!U)l(p.getFields()?.label?String(p.getFields()?.label):null),n(p.getFields()?.url?String(p.getFields()?.url):null);else{let W=d("fields:linkedTo",{label:ja(U.labels.singular,c)}).replace(/<[^>]*>?/g,"");l(W)}}m(k),b(!0),I(L?L?.getNodes():[]),ee(p)?R(!0):R(!1);let y=o.current,F=window.getSelection(),{activeElement:A}=document;if(y===null)return;let O=t.getRootElement();return F!==null&&O!==null&&O.contains(F.anchorNode)?(N||(N=F.getRangeAt(0).getBoundingClientRect()),N!=null&&(N.y+=40,mt(N,y,e))):(A==null||A.className!=="link-input")&&(O!==null&&mt(null,y,e),n(null),l(null)),!0},[t,M,a.collections,d,c,e]);return ft(()=>Dn(t.registerCommand(pt,L=>(t.dispatchCommand(X,L),P(),C(v),!0),Bn)),[t,P,C,v]),ft(()=>{let L=e.parentElement,N=()=>{t.getEditorState().read(()=>{P()})};return window.addEventListener("resize",N),L?.addEventListener("scroll",N),()=>{window.removeEventListener("resize",N),L?.removeEventListener("scroll",N)}},[e.parentElement,t,P]),ft(()=>Dn(t.registerUpdateListener(({editorState:L})=>{L.read(()=>{P()})}),t.registerCommand(oc,()=>(P(),!0),Bn),t.registerCommand(tc,()=>x?(M(),!0):!1,ec)),[t,P,x,M]),ft(()=>{t.getEditorState().read(()=>{P()})},[t,P]),ro($n.Fragment,{children:[ge("div",{className:"link-editor",ref:o,children:ro("div",{className:"link-input",children:[r&&r.length>0?ge("a",{href:r,rel:"noopener noreferrer",target:"_blank",children:i!=null&&i.length>0?i:r}):i!=null&&i.length>0?ge("span",{className:"link-input__label-pure",children:i}):null,t.isEditable()&&ro($n.Fragment,{children:[ge("button",{"aria-label":"Edit link",className:"link-edit",onClick:()=>{C(v)},onMouseDown:L=>{L.preventDefault()},tabIndex:0,type:"button"}),!T&&ge("button",{"aria-label":"Remove link",className:"link-trash",onClick:()=>{t.dispatchCommand(X,null)},onMouseDown:L=>{L.preventDefault()},tabIndex:0,type:"button"})]})]})}),ge(le,{className:"lexical-link-edit-drawer",data:u,drawerSlug:v,drawerTitle:d("fields:editLink"),featureKey:"link",handleDrawerSubmit:(L,N)=>{f(v);let h=N,p={...h};delete p.text,t.update(()=>{let _=On(),k=null;if(Hn(_)?k=me(_).getParent():S.length&&(k=S[0].getParent()),k&&ee(k)){let y=q({fields:p});k.replace(y,!0)}}),t.dispatchCommand(X,{fields:p,selectedNodes:S,text:h.text})},schemaPathSuffix:"fields"})]})}import{jsx as ic}from"react/jsx-runtime";var Wn=e=>{let{anchorElem:t=document.body}=e;return nc(ic(Un,{anchorElem:t}),t)};import{useLexicalComposerContext as ac}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as cc}from"@lexical/utils";import{$getSelection as dc,$isElementNode as uc,$isRangeSelection as pc,COMMAND_PRIORITY_LOW as zn,PASTE_COMMAND as mc}from"lexical";import{useEffect as fc}from"react";var lc=/(?:[A-Za-z]{3,9}:(?:\/\/)?(?:[-;:&=+$,\w]+@)?[A-Za-z\d.-]+|(?:www.|[-;:&=+$,\w]+@)[A-Za-z\d.-]+)(?:\/[+~%/.\w-]*)?\??[-+=&;%@.\w]*#?\w*/,sc=/^[\w\-./]*(?:#\w[\w-]*)?$/;function no(e){if(!e)return!1;if(e==="https://"||lc.test(e)||sc.test(e))return!0;try{return new URL(e),!0}catch{}return!1}var Vn=()=>{let[e]=ac();return fc(()=>{if(!e.hasNodes([V]))throw new Error("LinkPlugin: LinkNode not registered on editor");return cc(e.registerCommand(X,t=>(Ln(t),!0),zn),no!==void 0?e.registerCommand(mc,t=>{let o=dc();if(!pc(o)||o.isCollapsed()||!(t instanceof ClipboardEvent)||t.clipboardData==null)return!1;let r=t.clipboardData.getData("text");if(!no(r))return!1;if(!o.getNodes().some(n=>uc(n))){let n={doc:null,linkType:"custom",newTab:!1,url:r};return e.dispatchCommand(X,{fields:n,text:null}),t.preventDefault(),!0}return!1},zn):()=>{})},[e]),null};var jn=[Yt([{ChildComponent:bn,isActive:({selection:e})=>{if(Kn(e)){let t=me(e);return gc(t,H)!=null}return!1},isEnabled:({selection:e})=>!!(Kn(e)&&io()?.getTextContent()?.length),key:"link",label:({i18n:e})=>e.t("lexical:link:label"),onSelect:({editor:e,isActive:t})=>{if(t)e.dispatchCommand(X,null);else{let o=null,r=[];if(e.getEditorState().read(()=>{o=io()?.getTextContent(),r=io()?.getNodes()??[]}),!o?.length)return;let n={doc:null,linkType:"custom",newTab:!1,url:"https://"};e.dispatchCommand(pt,{fields:n,selectedNodes:r,text:o})}},order:1}])],Cc=E({markdownTransformers:[Nn],nodes:[V,Q],plugins:[{Component:Vn,position:"normal"},{Component:Mn,position:"normal"},{Component:Pn,position:"normal"},{Component:Wn,position:"floatingAnchorElem"}],toolbarFixed:{groups:jn},toolbarInline:{groups:jn}});import{$isListNode as ao,INSERT_CHECK_LIST_COMMAND as Qn,ListItemNode as Rc,ListNode as Sc}from"@lexical/list";import{$isRangeSelection as vc}from"lexical";import{jsx as Zn,jsxs as hc}from"react/jsx-runtime";var lo=()=>hc("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Zn("rect",{height:"13",rx:"1.5",stroke:"currentColor",width:"13",x:"3.5",y:"3.5"}),Zn("path",{d:"M7 10L9 12.5L13 7.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{ListPlugin as xc}from"@lexical/react/LexicalListPlugin.js";import{jsx as bc}from"react/jsx-runtime";var Ce=()=>bc(xc,{});function he(e){return{items:e,key:"lists",label:({i18n:t})=>t.t("lexical:general:slashMenuListGroupLabel")}}import{$isListNode as Lc,ListItemNode as Nc,ListNode as kc}from"@lexical/list";import{$createListItemNode as Tc,$createListNode as Ec,$isListItemNode as yc,$isListNode as so}from"@lexical/list";var Xn=4,xe=e=>(t,o,r)=>{let n=t.getPreviousSibling(),i=t.getNextSibling(),l=Tc(e==="check"?r[3]==="x":void 0);if(so(i)&&i.getListType()===e){let a=i.getFirstChild();a!==null?a.insertBefore(l):i.append(l),t.remove()}else if(so(n)&&n.getListType()===e)n.append(l),t.remove();else{let a=Ec(e,e==="number"?Number(r[2]):void 0);a.append(l),t.replace(a)}l.append(...o),l.select(0,0);let s=Math.floor(r[1].length/Xn);s&&l.setIndent(s)},de=(e,t,o)=>{let r=[],n=e.getChildren(),i=0;for(let l of n)if(yc(l)){if(l.getChildrenSize()===1){let d=l.getFirstChild();if(so(d)){r.push(de(d,t,o+1));continue}}let s=" ".repeat(o*Xn),a=e.getListType(),c=a==="number"?`${e.getStart()+i}. `:a==="check"?`- [${l.getChecked()?"x":" "}] `:"- ";r.push(s+c+t(l)),i++}return r.join(`
35
+ `)};var Jn={type:"element",dependencies:[kc,Nc],export:(e,t)=>Lc(e)?de(e,t,0):null,regExp:/^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i,replace:xe("check")};import{CheckListPlugin as wc}from"@lexical/react/LexicalCheckListPlugin.js";import{jsx as _c}from"react/jsx-runtime";var Yn=()=>_c(wc,{});var qn=[z([{ChildComponent:lo,isActive:({selection:e})=>{if(!vc(e))return!1;for(let t of e.getNodes()){if(ao(t)&&t.getListType()==="check")continue;let o=t.getParent();if(ao(o)&&o.getListType()==="check")continue;let r=o?.getParent();if(!(ao(r)&&r.getListType()==="check"))return!1}return!0},key:"checklist",label:({i18n:e})=>e.t("lexical:checklist:label"),onSelect:({editor:e})=>{e.dispatchCommand(Qn,void 0)},order:12}])],Ic=E(({featureProviderMap:e})=>{let t=[{Component:Yn,position:"normal"}];return!e.has("unorderedList")&&!e.has("orderedList")&&t.push({Component:Ce,position:"normal"}),{markdownTransformers:[Jn],nodes:e.has("unorderedList")||e.has("orderedList")?[]:[Sc,Rc],plugins:t,slashMenu:{groups:[he([{Icon:lo,key:"checklist",keywords:["check list","check","checklist","cl"],label:({i18n:o})=>o.t("lexical:checklist:label"),onSelect:({editor:o})=>{o.dispatchCommand(Qn,void 0)}}])]},toolbarFixed:{groups:qn},toolbarInline:{groups:qn}}});import{$isListNode as uo,INSERT_ORDERED_LIST_COMMAND as oi,ListItemNode as Dc,ListNode as Oc}from"@lexical/list";import{$isRangeSelection as Hc}from"lexical";import{jsx as He,jsxs as Fc}from"react/jsx-runtime";var co=()=>Fc("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[He("path",{d:"M5.89284 12.479C5.89284 13.368 5.26284 13.788 4.38084 14.236C3.75084 14.558 3.43584 14.789 3.40784 15.062H5.89984V16H2.06384V15.573C2.06384 14.523 2.92484 13.935 3.66684 13.501C4.38084 13.088 4.75184 12.878 4.75184 12.458C4.75184 12.08 4.52084 11.835 4.06584 11.835C3.58984 11.835 3.30984 12.199 3.28184 12.654H2.11284C2.18984 11.681 2.87584 10.918 4.07284 10.918C5.15784 10.918 5.89284 11.555 5.89284 12.479Z",fill:"currentColor"}),He("path",{d:"M2.68608 4.535V3.737C3.54008 3.737 3.90408 3.513 4.02308 2.995H4.89108V8H3.68008L3.68008 4.535H2.68608Z",fill:"currentColor"}),He("path",{d:"M8 15L17 15",stroke:"currentColor",strokeWidth:"1.5"}),He("path",{d:"M8 10L17 10",stroke:"currentColor",strokeWidth:"1.5"}),He("path",{d:"M8 5L17 5",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as Mc,ListItemNode as Pc,ListNode as Ac}from"@lexical/list";var ei={type:"element",dependencies:[Ac,Pc],export:(e,t)=>Mc(e)?de(e,t,0):null,regExp:/^(\s*)(\d+)\.\s/,replace:xe("number")};var ti=[z([{ChildComponent:co,isActive:({selection:e})=>{if(!Hc(e))return!1;for(let t of e.getNodes()){if(uo(t)&&t.getListType()==="number")continue;let o=t.getParent();if(uo(o)&&o.getListType()==="number")continue;let r=o?.getParent();if(!(uo(r)&&r.getListType()==="number"))return!1}return!0},key:"orderedList",label:({i18n:e})=>e.t("lexical:orderedList:label"),onSelect:({editor:e})=>{e.dispatchCommand(oi,void 0)},order:10}])],Bc=E(({featureProviderMap:e})=>({markdownTransformers:[ei],nodes:e.has("orderedList")?[]:[Oc,Dc],plugins:e.has("orderedList")?[]:[{Component:Ce,position:"normal"}],slashMenu:{groups:[he([{Icon:co,key:"orderedList",keywords:["ordered list","ol"],label:({i18n:t})=>t.t("lexical:orderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(oi,void 0)}}])]},toolbarFixed:{groups:ti},toolbarInline:{groups:ti}}));import{$isListNode as mo,INSERT_UNORDERED_LIST_COMMAND as ii,ListItemNode as zc,ListNode as Vc}from"@lexical/list";import{$isRangeSelection as Kc}from"lexical";import{jsx as be,jsxs as $c}from"react/jsx-runtime";var po=()=>$c("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[be("circle",{cx:"4",cy:"5",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),be("circle",{cx:"4",cy:"10",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),be("circle",{cx:"4",cy:"15",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),be("path",{d:"M17 5H7",stroke:"currentColor",strokeWidth:"1.5"}),be("path",{d:"M17 10H7",stroke:"currentColor",strokeWidth:"1.5"}),be("path",{d:"M17 15H7",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as Gc,ListItemNode as Uc,ListNode as Wc}from"@lexical/list";var ri={type:"element",dependencies:[Wc,Uc],export:(e,t)=>Gc(e)?de(e,t,0):null,regExp:/^(\s*)[-*+]\s/,replace:xe("bullet")};var ni=[z([{ChildComponent:po,isActive:({selection:e})=>{if(!Kc(e))return!1;for(let t of e.getNodes()){if(mo(t)&&t.getListType()==="bullet")continue;let o=t.getParent();if(mo(o)&&o.getListType()==="bullet")continue;let r=o?.getParent();if(!(mo(r)&&r.getListType()==="bullet"))return!1}return!0},key:"unorderedList",label:({i18n:e})=>e.t("lexical:unorderedList:label"),onSelect:({editor:e})=>{e.dispatchCommand(ii,void 0)},order:11}])],jc=E({markdownTransformers:[ri],nodes:[Vc,zc],plugins:[{Component:Ce,position:"normal"}],slashMenu:{groups:[he([{Icon:po,key:"unorderedList",keywords:["unordered list","ul"],label:({i18n:e})=>e.t("lexical:unorderedList:label"),onSelect:({editor:e})=>{e.dispatchCommand(ii,void 0)}}])]},toolbarFixed:{groups:ni},toolbarInline:{groups:ni}});function li({converters:e,lexicalPluginData:t}){return{root:{type:"root",children:si({converters:e,lexicalPluginNodes:t?.jsonContent?.root?.children||[],parentNodeType:"root"}),direction:t?.jsonContent?.root?.direction||"ltr",format:t?.jsonContent?.root?.format||"",indent:t?.jsonContent?.root?.indent||0,version:1}}}function si({converters:e,lexicalPluginNodes:t,parentNodeType:o}){if(!t?.length)return[];let r=e.find(n=>n.nodeTypes.includes("unknown"));return t.map((n,i)=>{if(n.type==="paragraph")return Zc(e,n);if(n.type==="text"||!n.type)return n;let l=e.find(s=>s.nodeTypes.includes(n.type));return l?l.converter({childIndex:i,converters:e,lexicalPluginNode:n,parentNodeType:o}):(console.warn("lexicalPluginToLexical > No converter found for node type: "+n.type),r?.converter({childIndex:i,converters:e,lexicalPluginNode:n,parentNodeType:o}))})||[]}function Zc(e,t){return{...t,type:"paragraph",children:si({converters:e,lexicalPluginNodes:t.children||[],parentNodeType:"paragraph"}),version:1}}import{addClassNamesToElement as Xc}from"@lexical/utils";import{DecoratorNode as Jc}from"lexical";import*as ai from"react";import{jsx as Qc}from"react/jsx-runtime";var Yc=ai.lazy(()=>import("./Component-7HS6FEJS.js").then(e=>({default:e.UnknownConvertedNodeComponent}))),Be=class e extends Jc{__data;constructor({data:t,key:o}){super(o),this.__data=t}static clone(t){return new e({data:t.__data,key:t.__key})}static getType(){return"unknownConverted"}static importJSON(t){return qc({data:t.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(t){let o=document.createElement("span");return Xc(o,"unknownConverted"),o}decorate(){return Qc(Yc,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(t,o){return!1}};function qc({data:e}){return new Be({data:e})}var ed=E(({clientFunctions:e})=>{let t=Object.values(e);return{hooks:{load({incomingEditorState:o}){return!o||!("jsonContent"in o)?o:li({converters:t,lexicalPluginData:o})}},nodes:[Be]}});var w={DOM_ELEMENT_TYPE:1,DOM_TEXT_TYPE:3,NO_DIRTY_NODES:0,HAS_DIRTY_NODES:1,FULL_RECONCILE:2,IS_NORMAL:0,IS_TOKEN:1,IS_SEGMENTED:2,IS_INERT:3,IS_BOLD:1,IS_ITALIC:2,IS_STRIKETHROUGH:4,IS_UNDERLINE:8,IS_CODE:16,IS_SUBSCRIPT:32,IS_SUPERSCRIPT:64,IS_HIGHLIGHT:128,IS_DIRECTIONLESS:1,IS_UNMERGEABLE:2,IS_ALIGN_LEFT:1,IS_ALIGN_CENTER:2,IS_ALIGN_RIGHT:3,IS_ALIGN_JUSTIFY:4,IS_ALIGN_START:5,IS_ALIGN_END:6},td=w.IS_BOLD|w.IS_ITALIC|w.IS_STRIKETHROUGH|w.IS_UNDERLINE|w.IS_CODE|w.IS_SUBSCRIPT|w.IS_SUPERSCRIPT|w.IS_HIGHLIGHT,od="\xA0",rd=`
36
+
37
+ `,ci="\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC",di="A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF",nd=new RegExp("^[^"+di+"]*["+ci+"]"),id=new RegExp("^[^"+ci+"]*["+di+"]"),ld={bold:w.IS_BOLD,code:w.IS_CODE,highlight:w.IS_HIGHLIGHT,italic:w.IS_ITALIC,strikethrough:w.IS_STRIKETHROUGH,subscript:w.IS_SUBSCRIPT,superscript:w.IS_SUPERSCRIPT,underline:w.IS_UNDERLINE},sd={directionless:w.IS_DIRECTIONLESS,unmergeable:w.IS_UNMERGEABLE},ad={center:w.IS_ALIGN_CENTER,end:w.IS_ALIGN_END,justify:w.IS_ALIGN_JUSTIFY,left:w.IS_ALIGN_LEFT,right:w.IS_ALIGN_RIGHT,start:w.IS_ALIGN_START},cd={[w.IS_ALIGN_CENTER]:"center",[w.IS_ALIGN_END]:"end",[w.IS_ALIGN_JUSTIFY]:"justify",[w.IS_ALIGN_LEFT]:"left",[w.IS_ALIGN_RIGHT]:"right",[w.IS_ALIGN_START]:"start"},dd={normal:w.IS_NORMAL,segmented:w.IS_SEGMENTED,token:w.IS_TOKEN},ud={[w.IS_NORMAL]:"normal",[w.IS_SEGMENTED]:"segmented",[w.IS_TOKEN]:"token"};function pi({converters:e,slateData:t}){return{root:{type:"root",children:mi({canContainParagraphs:!0,converters:e,parentNodeType:"root",slateNodes:t}),direction:"ltr",format:"",indent:0,version:1}}}function mi({canContainParagraphs:e,converters:t,parentNodeType:o,slateNodes:r}){if(!t?.length)return[];let n=t.find(i=>i.nodeTypes.includes("unknown"));return r.map((i,l)=>{if(!("type"in i))return e?ui(t,i):pd(i);if(i.type==="p")return ui(t,i);let s=t.find(a=>a.nodeTypes.includes(i.type));return s?s.converter({childIndex:l,converters:t,parentNodeType:o,slateNode:i}):(console.warn("slateToLexical > No converter found for node type: "+i.type),n?.converter({childIndex:l,converters:t,parentNodeType:o,slateNode:i}))})||[]}function ui(e,t){return{type:"paragraph",children:mi({canContainParagraphs:!1,converters:e,parentNodeType:"paragraph",slateNodes:t.children||[]}),direction:"ltr",format:"",indent:0,textFormat:0,version:1}}function pd(e){return{type:"text",detail:0,format:md(e),mode:"normal",style:"",text:e.text,version:1}}function md(e){let t=0;return e.bold&&(t=t|w.IS_BOLD),e.italic&&(t=t|w.IS_ITALIC),e.strikethrough&&(t=t|w.IS_STRIKETHROUGH),e.underline&&(t=t|w.IS_UNDERLINE),e.subscript&&(t=t|w.IS_SUBSCRIPT),e.superscript&&(t=t|w.IS_SUPERSCRIPT),e.code&&(t=t|w.IS_CODE),t}import{addClassNamesToElement as fd}from"@lexical/utils";import{DecoratorNode as gd}from"lexical";import*as fi from"react";import{jsx as xd}from"react/jsx-runtime";var Cd=fi.lazy(()=>import("./Component-LAKSCIDX.js").then(e=>({default:e.UnknownConvertedNodeComponent}))),$e=class e extends gd{__data;constructor({data:t,key:o}){super(o),this.__data=t}static clone(t){return new e({data:t.__data,key:t.__key})}static getType(){return"unknownConverted"}static importJSON(t){return hd({data:t.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(t){let o=document.createElement("span");return fd(o,"unknownConverted"),o}decorate(){return xd(Cd,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(t,o){return!1}};function hd({data:e}){return new $e({data:e})}var bd=E(({clientFunctions:e})=>{let t=Object.values(e);return{hooks:{load({incomingEditorState:o}){return!o||!Array.isArray(o)||"root"in o?o:pi({converters:t,slateData:o})}},nodes:[$e]}});import{$setBlocksType as hi}from"@lexical/selection";import{$createParagraphNode as xi,$getSelection as bi,$isParagraphNode as gi,$isRangeSelection as Td}from"lexical";var Ci=[z([{ChildComponent:Ae,isActive:({selection:e})=>{if(!Td(e))return!1;for(let t of e.getNodes())if(!gi(t)&&!gi(t.getParent()))return!1;return!0},key:"paragraph",label:({i18n:e})=>e.t("lexical:paragraph:label2"),onSelect:({editor:e})=>{e.update(()=>{let t=bi();hi(t,()=>xi())})},order:1}])],Ed=E({slashMenu:{groups:[B([{Icon:Ae,key:"paragraph",keywords:["normal","paragraph","p","text"],label:({i18n:e})=>e.t("lexical:paragraph:label"),onSelect:({editor:e})=>{e.update(()=>{let t=bi();hi(t,()=>xi())})}}])]},toolbarFixed:{groups:Ci},toolbarInline:{groups:Ci}});import{$isNodeSelection as Bd}from"lexical";import{jsx as Ge,jsxs as yd}from"react/jsx-runtime";var fo=()=>yd("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Ge("g",{clipPath:"url(#clip0_4397_10817)",children:Ge("path",{d:"M7.75 12.25L15.25 4.75M15.25 4.75H11.5M15.25 4.75V8.5M13 11.5V13.75C13 14.5784 12.3284 15.25 11.5 15.25H6.25C5.42157 15.25 4.75 14.5784 4.75 13.75V8.5C4.75 7.67157 5.42157 7 6.25 7H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}),Ge("defs",{children:Ge("clipPath",{id:"clip0_4397_10817",children:Ge("rect",{fill:"currentColor",height:"12",transform:"translate(4 4)",width:"12"})})})]});import{useLexicalComposerContext as Sd}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as vd}from"@lexical/utils";import{useConfig as Id}from"@payloadcms/ui";import{$getPreviousSelection as Fd,$getSelection as Md,$isParagraphNode as Ni,$isRangeSelection as Pd,COMMAND_PRIORITY_EDITOR as Ad,createCommand as Dd}from"lexical";import{useEffect as Od}from"react";import{useLexicalComposerContext as Ld}from"@lexical/react/LexicalComposerContext.js";import{useListDrawer as Nd}from"@payloadcms/ui";import{$getNodeByKey as kd,COMMAND_PRIORITY_EDITOR as wd}from"lexical";import{useCallback as _d,useEffect as Ti,useState as Ei}from"react";import{jsx as gt}from"react/jsx-runtime";var Rd=({editor:e,relationTo:t,replaceNodeKey:o,value:r})=>{o?e.update(()=>{let n=kd(o);n&&n.replace(Se({relationTo:t,value:r}))}):e.dispatchCommand(go,{relationTo:t,value:r})},yi=({enabledCollectionSlugs:e})=>{let[t]=Ld(),[o,r]=Ei(()=>e[0]),[n,i]=Ei(null),[l,s,{closeDrawer:a,isDrawerOpen:c,openDrawer:d}]=Nd({collectionSlugs:e,selectedCollection:o});Ti(()=>t.registerCommand(_e,m=>(i(m?.replace?m?.replace.nodeKey:null),d(),!0),wd),[t,d]);let u=_d(({collectionSlug:m,docID:f})=>{Rd({editor:t,relationTo:m,replaceNodeKey:n,value:f}),a()},[t,a,n]);return Ti(()=>{r(e[0])},[c,e]),gt(l,{onSelect:u})},Li=e=>e?.enabledCollectionSlugs?.length>0?gt(yi,{...e}):gt(Ye,{...e,children:gt(yi,{...e})});import{jsx as Hd}from"react/jsx-runtime";var go=Dd("INSERT_RELATIONSHIP_COMMAND"),ki=({clientProps:e})=>{let[t]=Sd(),{collections:o}=Id(),r=null;return e?.enabledCollections?r=e?.enabledCollections:e?.disabledCollections&&(r=o.filter(({slug:n})=>!e?.disabledCollections?.includes(n)).map(({slug:n})=>n)),Od(()=>{if(!t.hasNodes([Re]))throw new Error("RelationshipPlugin: RelationshipNode not registered on editor");return t.registerCommand(go,n=>{let i=Md()||Fd();if(Pd(i)){let l=Se(n);vd(l);let{focus:s}=i,a=s.getNode();Ni(a)&&a.getTextContentSize()===0&&a.getParent().getChildren().filter(c=>Ni(c)).length>1&&a.remove()}return!0},Ad)},[t]),Hd(Li,{enabledCollectionSlugs:r})};var $d=E({nodes:[Re],plugins:[{Component:ki,position:"normal"}],slashMenu:{groups:[B([{Icon:fo,key:"relationship",keywords:["relationship","relation","rel"],label:({i18n:e})=>e.t("lexical:relationship:label"),onSelect:({editor:e})=>{e.dispatchCommand(_e,{replace:!1})}}])]},toolbarFixed:{groups:[Y([{ChildComponent:fo,isActive:({selection:e})=>{if(!Bd(e)||!e.getNodes().length)return!1;let t=e.getNodes()[0];return Mt(t)},key:"relationship",label:({i18n:e})=>e.t("lexical:relationship:label"),onSelect:({editor:e})=>{e.dispatchCommand(_e,{replace:!1})}}])]}});import{useLexicalComposerContext as tu}from"@lexical/react/LexicalComposerContext.js";import{useScrollInfo as ou,useThrottledEffect as ru,useTranslation as nu}from"@payloadcms/ui";import*as te from"react";import{useMemo as iu}from"react";import{mergeRegister as Gd}from"@lexical/utils";import{$getSelection as Ud}from"lexical";import{useCallback as Wd,useEffect as Ct,useState as Co}from"react";import{jsx as zd}from"react/jsx-runtime";var ho="toolbar-popup__button",Ue=({children:e,editor:t,item:o})=>{let[r,n]=Co(!0),[i,l]=Co(!1),[s,a]=Co(ho),c=G(),d=Wd(()=>{t.getEditorState().read(()=>{let u=Ud();if(o.isActive){let m=o.isActive({editor:t,editorConfigContext:c,selection:u});i!==m&&l(m)}if(o.isEnabled){let m=o.isEnabled({editor:t,editorConfigContext:c,selection:u});r!==m&&n(m)}})},[i,t,c,r,o]);return Ct(()=>{d()},[d]),Ct(()=>(document.addEventListener("mouseup",d),()=>{document.removeEventListener("mouseup",d)}),[d]),Ct(()=>Gd(t.registerUpdateListener(()=>{d()})),[t,d]),Ct(()=>{a([ho,r===!1?"disabled":"",i?"active":"",o?.key?`${ho}-`+o.key:""].filter(Boolean).join(" "))},[r,i,s,o.key]),zd("button",{className:s,onClick:()=>{if(r!==!1)return t._updateTags=new Set([...t._updateTags,"toolbar"]),t.focus(()=>{o.onSelect({editor:t,isActive:i})}),!0},onMouseDown:u=>{u.preventDefault()},type:"button",children:e})};import vi,{useCallback as Xd,useEffect as To}from"react";import{mergeRegister as Jd}from"@lexical/utils";import{useTranslation as Yd}from"@payloadcms/ui";import{$getSelection as qd}from"lexical";import ht,{useCallback as Vd,useEffect as We,useMemo as Kd,useRef as bo,useState as xt}from"react";import{createPortal as jd}from"react-dom";import{jsx as ie,jsxs as wi}from"react/jsx-runtime";var xo="toolbar-popup__dropdown-item",_i=ht.createContext(null);function Ri({active:e,children:t,editor:o,enabled:r,item:n,title:i}){let[l,s]=xt(xo);We(()=>{s([xo,r===!1?"disabled":"",e?"active":"",n?.key?`${xo}-${n.key}`:""].filter(Boolean).join(" "))},[r,e,l,n.key]);let a=bo(null),c=ht.useContext(_i);if(c===null)throw new Error("DropDownItem must be used within a DropDown");let{registerItem:d}=c;return We(()=>{a?.current!=null&&d(a)},[a,d]),ie("button",{className:l,onClick:()=>{r!==!1&&(o._updateTags=new Set([...o._updateTags,"toolbar"]),o.focus(()=>{n.onSelect({editor:o,isActive:e})}))},onMouseDown:u=>{u.preventDefault()},ref:a,title:i,type:"button",children:t})}function Zd({children:e,dropDownRef:t,itemsContainerClassNames:o,onClose:r}){let[n,i]=xt(),[l,s]=xt(),a=Vd(u=>{i(m=>m!=null?[...m,u]:[u])},[i]),c=u=>{if(n==null)return;let{key:m}=u;["ArrowDown","ArrowUp","Escape","Tab"].includes(m)&&u.preventDefault(),m==="Escape"||m==="Tab"?r():m==="ArrowUp"?s(f=>{if(f==null)return n[0];let C=n.indexOf(f)-1;return n[C===-1?n.length-1:C]}):m==="ArrowDown"&&s(f=>f==null?n[0]:n[n.indexOf(f)+1])},d=Kd(()=>({registerItem:a}),[a]);return We(()=>{n!=null&&l==null&&s(n[0]),l!=null&&l?.current!=null&&l.current.focus()},[n,l]),ie(_i.Provider,{value:d,children:ie("div",{className:(o??["toolbar-popup__dropdown-items"]).join(" "),onKeyDown:c,ref:t,children:e})})}function Si({Icon:e,buttonAriaLabel:t,buttonClassName:o,children:r,disabled:n=!1,itemsContainerClassNames:i,label:l,stopCloseOnClickSelf:s}){let a=bo(null),c=bo(null),[d,u]=xt(!1),m=()=>{u(!1),c?.current!=null&&c.current.focus()};We(()=>{let C=c.current,g=a.current;if(d&&C!==null&&g!==null){let{left:x,top:b}=C.getBoundingClientRect(),S=window.scrollY||document.documentElement.scrollTop;g.style.top=`${b+S+C.offsetHeight+5}px`,g.style.left=`${Math.min(x-5,window.innerWidth-g.offsetWidth-20)}px`}},[a,c,d]),We(()=>{let C=c.current;if(C!==null&&d){let g=x=>{let{target:b}=x;s!=null&&a.current!=null&&a.current.contains(b)||C.contains(b)||u(!1)};return document.addEventListener("click",g),()=>{document.removeEventListener("click",g)}}},[a,c,d,s]);let f=jd(ie(Zd,{dropDownRef:a,itemsContainerClassNames:i,onClose:m,children:r}),document.body);return wi(ht.Fragment,{children:[wi("button",{"aria-label":t,className:o+(d?" active":""),disabled:n,onClick:C=>{C.preventDefault(),u(!d)},onMouseDown:C=>{C.preventDefault()},ref:c,type:"button",children:[e&&ie(e,{}),l&&ie("span",{className:"toolbar-popup__dropdown-label",children:l}),ie("i",{className:"toolbar-popup__dropdown-caret"})]}),d&&ie(ht.Fragment,{children:f})]})}import{jsx as ze,jsxs as eu}from"react/jsx-runtime";var Eo="toolbar-popup__dropdown",Qd=({active:e,anchorElem:t,editor:o,enabled:r,item:n})=>{let{i18n:i}=Yd();if(n.Component)return n?.Component&&ze(n.Component,{active:e,anchorElem:t,editor:o,enabled:r,item:n},n.key);let l=n.key;return n.label&&(l=typeof n.label=="function"?n.label({i18n:i}):n.label),l.length>25&&(l=l.substring(0,25)+"..."),eu(Ri,{active:e,editor:o,enabled:r,item:n,children:[n?.ChildComponent&&ze(n.ChildComponent,{}),ze("span",{className:"text",children:l})]},n.key)},ue=({Icon:e,anchorElem:t,classNames:o,editor:r,groupKey:n,items:i,itemsContainerClassNames:l,label:s,maxActiveItems:a,onActiveChange:c})=>{let[d,u]=vi.useState([]),[m,f]=vi.useState([]),C=G(),g=Xd(()=>{r.getEditorState().read(()=>{let x=qd(),b=[],S=[],I=[];for(let T of i)T.isActive&&(!a||b.length<a)&&T.isActive({editor:r,editorConfigContext:C,selection:x})&&(b.push(T.key),S.push(T)),T.isEnabled?T.isEnabled({editor:r,editorConfigContext:C,selection:x})&&I.push(T.key):I.push(T.key);u(b),f(I),c&&c({activeItems:S})})},[r,C,i,a,c]);return To(()=>{g()},[g]),To(()=>(document.addEventListener("mouseup",g),()=>{document.removeEventListener("mouseup",g)}),[g]),To(()=>Jd(r.registerUpdateListener(()=>{g()})),[r,g]),ze(Si,{Icon:e,buttonAriaLabel:`${n} dropdown`,buttonClassName:[Eo,`${Eo}-${n}`,...o||[]].filter(Boolean).join(" "),itemsContainerClassNames:[`${Eo}-items`,...l||[]],label:s,children:i.length&&i.map(x=>ze(Qd,{active:d.includes(x.key),anchorElem:t,editor:r,enabled:m.includes(x.key),item:x},x.key))},n)};import{jsx as j,jsxs as cu}from"react/jsx-runtime";function lu({anchorElem:e,editor:t,item:o}){return o.Component?o?.Component&&j(o.Component,{anchorElem:e,editor:t,item:o},o.key):j(Ue,{editor:t,item:o,children:o?.ChildComponent&&j(o.ChildComponent,{})},o.key)}function su({anchorElem:e,editor:t,editorConfig:o,group:r,index:n}){let{i18n:i}=nu(),[l,s]=te.useState(null),[a,c]=te.useState(null);te.useEffect(()=>{r?.type==="dropdown"&&r.items.length&&r.ChildComponent?c(()=>r.ChildComponent):c(null)},[r]);let d=({activeItems:u})=>{if(!u.length){r?.type==="dropdown"&&r.items.length&&r.ChildComponent?(c(()=>r.ChildComponent),s(null)):(c(null),s(null));return}let m=u[0],f=m.key;m.label&&(f=typeof m.label=="function"?m.label({i18n:i}):m.label),f.length>25&&(f=f.substring(0,25)+"..."),s(f),c(()=>m.ChildComponent)};return cu("div",{className:`fixed-toolbar__group fixed-toolbar__group-${r.key}`,children:[r.type==="dropdown"&&r.items.length&&(a?j(ue,{Icon:a,anchorElem:e,editor:t,groupKey:r.key,items:r.items,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:l,maxActiveItems:1,onActiveChange:d}):j(ue,{anchorElem:e,editor:t,groupKey:r.key,items:r.items,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:l,maxActiveItems:1,onActiveChange:d})),r.type==="buttons"&&r.items.length&&r.items.map(u=>j(lu,{anchorElem:e,editor:t,item:u},u.key)),n<o.features.toolbarFixed?.groups.length-1&&j("div",{className:"divider"})]},r.key)}function au({anchorElem:e,clientProps:t,editor:o,editorConfig:r,parentWithFixedToolbar:n}){let i=te.useRef(null),{y:l}=ou(),s=iu(()=>{if(!n||t?.disableIfParentHasFixedToolbar)return null;let c=n.editorContainerRef.current.previousElementSibling;for(;c;){if(c.classList.contains("fixed-toolbar"))return c;c=c.previousElementSibling}return null},[t?.disableIfParentHasFixedToolbar,n]);return ru(()=>{if(!s)return;let a=i.current;if(!a)return;let c=a.getBoundingClientRect(),d=s.getBoundingClientRect();if(!(c.bottom<d.top||c.top>d.bottom))i.current.className="fixed-toolbar fixed-toolbar--overlapping",s.className="fixed-toolbar fixed-toolbar--hide";else{if(!i.current.classList.contains("fixed-toolbar--overlapping"))return;i.current.className="fixed-toolbar",s.className="fixed-toolbar"}},50,[i,s,l]),j("div",{className:"fixed-toolbar",onFocus:a=>{a.stopPropagation()},ref:i,children:o.isEditable()&&j(te.Fragment,{children:r?.features&&r.features?.toolbarFixed?.groups.map((a,c)=>j(su,{anchorElem:e,editor:o,editorConfig:r,group:a,index:c},a.key))})})}var Ii=e=>{if(e.parentEditor?.editorConfig){if(e.parentEditor?.editorConfig.resolvedFeatureMap.has("toolbarFixed"))return e.parentEditor;if(e.parentEditor)return Ii(e.parentEditor)}return!1},Fi=({anchorElem:e,clientProps:t})=>{let[o]=tu(),r=G(),{editorConfig:n}=r,i=t.applyToFocusedEditor&&r.focusedEditor?.editor||o,l=t.applyToFocusedEditor&&r.focusedEditor?.editorConfig||n,s=Ii(r);return t?.disableIfParentHasFixedToolbar&&s||!l?.features?.toolbarFixed?.groups?.length?null:j(au,{anchorElem:e,editor:i,editorConfig:l,parentWithFixedToolbar:s})};var du=E({plugins:[{Component:Fi,position:"aboveContainer"}]});import{useLexicalComposerContext as uu}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as Ai}from"@lexical/utils";import{$getSelection as Di,$isRangeSelection as Mi,$isTextNode as pu,COMMAND_PRIORITY_LOW as mu,SELECTION_CHANGE_COMMAND as fu}from"lexical";import{useCallback as Ve,useEffect as Ke,useRef as Pi,useState as gu}from"react";import*as Te from"react";import{createPortal as Cu}from"react-dom";function yo(e,t){let o=e.getRangeAt(0),r;if(e.anchorNode===t){let n=t;for(;n.firstElementChild!=null;)n=n.firstElementChild;r=n.getBoundingClientRect()}else r=o.getBoundingClientRect();return r}function bt(e){let{alwaysDisplayOnTop:t=!1,anchorElem:o,anchorFlippedOffset:r=0,floatingElem:n,horizontalOffset:i=5,horizontalPosition:l="left",specialHandlingForCaret:s=!1,targetRect:a,verticalGap:c=10}=e,d=o.parentElement;if(a===null||d==null){n.style.opacity="0",n.style.transform="translate(-10000px, -10000px)";return}let u=n.getBoundingClientRect(),m=o.getBoundingClientRect(),f=d.getBoundingClientRect(),C=a.top-u.height-c,g=a.left-i;l==="center"&&(g=a.left+a.width/2-u.width/2);let x=0;return!t&&C<f.top&&!s&&(x=u.height+a.height+c*2,C+=x),l==="center"?g+u.width>f.right?g=f.right-u.width-i:g<f.left&&(g=f.left+i):g+u.width>f.right&&(g=f.right-u.width-i),g-=m.left,n.style.opacity="1",s&&r!==0?(C-=m.bottom-r+u.height-3,n.style.transform=`translate(${g}px, ${C}px) rotate(180deg)`):(C-=m.top,n.style.transform=`translate(${g}px, ${C}px)`),x}import{jsx as Z,jsxs as Hi}from"react/jsx-runtime";function hu({anchorElem:e,editor:t,item:o}){return o.Component?o?.Component&&Z(o.Component,{anchorElem:e,editor:t,item:o},o.key):Z(Ue,{editor:t,item:o,children:o?.ChildComponent&&Z(o.ChildComponent,{})},o.key)}function xu({anchorElem:e,editor:t,group:o,index:r}){let{editorConfig:n}=G(),[i,l]=Te.useState(null);Te.useEffect(()=>{o?.type==="dropdown"&&o.items.length&&o.ChildComponent?l(()=>o.ChildComponent):l(null)},[o]);let s=({activeItems:a})=>{if(!a.length){o?.type==="dropdown"&&o.items.length&&o.ChildComponent?l(()=>o.ChildComponent):l(null);return}let c=a[0];l(()=>c.ChildComponent)};return Hi("div",{className:`inline-toolbar-popup__group inline-toolbar-popup__group-${o.key}`,children:[o.type==="dropdown"&&o.items.length&&(i?Z(ue,{Icon:i,anchorElem:e,editor:t,groupKey:o.key,items:o.items,maxActiveItems:1,onActiveChange:s}):Z(ue,{anchorElem:e,editor:t,groupKey:o.key,items:o.items,maxActiveItems:1,onActiveChange:s})),o.type==="buttons"&&o.items.length&&o.items.map(a=>Z(hu,{anchorElem:e,editor:t,item:a},a.key)),r<n.features.toolbarInline?.groups.length-1&&Z("div",{className:"divider"})]},o.key)}function bu({anchorElem:e,editor:t}){let o=Pi(null),r=Pi(null),{editorConfig:n}=G(),i=Ve(()=>{if(o?.current){let c=o.current.style.opacity==="0",d=o.current.style.pointerEvents==="none";c||(o.current.style.opacity="0"),d||(o.current.style.pointerEvents="none")}},[o]),l=Ve(c=>{if(o?.current&&(c.buttons===1||c.buttons===3)){let d=o.current.style.opacity==="0",u=o.current.style.pointerEvents==="none";if(!d||!u){let m=c.clientX,f=c.clientY,C=document.elementFromPoint(m,f);o.current.contains(C)||i()}}},[i]),s=Ve(()=>{o?.current&&(o.current.style.opacity!=="1"&&(o.current.style.opacity="1"),o.current.style.pointerEvents!=="auto"&&(o.current.style.pointerEvents="auto"))},[]);Ke(()=>(document.addEventListener("mousemove",l),document.addEventListener("mouseup",s),()=>{document.removeEventListener("mousemove",l),document.removeEventListener("mouseup",s)}),[o,l,s]);let a=Ve(()=>{let c=Di(),d=window.getSelection();if(o.current===null)return;let u=e.querySelector(":scope > .link-editor"),m=u!==null&&"style"in u&&u?.style?.opacity==="1",f=t.getRootElement();if(c!==null&&d!==null&&!d.isCollapsed&&f!==null&&f.contains(d.anchorNode)){let C=yo(d,f),g=bt({alwaysDisplayOnTop:m,anchorElem:e,floatingElem:o.current,horizontalPosition:"center",targetRect:C});r.current&&bt({anchorElem:o.current,anchorFlippedOffset:g,floatingElem:r.current,horizontalOffset:5,horizontalPosition:"center",specialHandlingForCaret:!0,targetRect:C,verticalGap:10})}else i()},[t,i,e]);return Ke(()=>{let c=e.parentElement,d=()=>{t.getEditorState().read(()=>{a()})};return window.addEventListener("resize",d),c&&c.addEventListener("scroll",d),()=>{window.removeEventListener("resize",d),c&&c.removeEventListener("scroll",d)}},[t,a,e]),Ke(()=>(t.getEditorState().read(()=>{a()}),Ai(t.registerUpdateListener(({editorState:c})=>{c.read(()=>{a()})}),t.registerCommand(fu,()=>(a(),!1),mu))),[t,a]),Hi("div",{className:"inline-toolbar-popup",ref:o,children:[Z("div",{className:"caret",ref:r}),t.isEditable()&&Z(Te.Fragment,{children:n?.features&&n.features?.toolbarInline?.groups.map((c,d)=>Z(xu,{anchorElem:e,editor:t,group:c,index:d},c.key))})]})}function Tu(e,t){let[o,r]=gu(!1),n=Ve(()=>{e.getEditorState().read(()=>{if(e.isComposing())return;let i=Di(),l=window.getSelection(),s=e.getRootElement();if(l!==null&&(!Mi(i)||s===null||!s.contains(l.anchorNode))){r(!1);return}if(!Mi(i))return;if(i.getTextContent()!==""){let c=i.getNodes(),d=!1;for(let u of c)if(pu(u)){r(!0),d=!0;break}d||r(!1)}else r(!1);let a=i.getTextContent().replace(/\n/g,"");if(!i.isCollapsed()&&a===""){r(!1);return}})},[e]);return Ke(()=>(document.addEventListener("selectionchange",n),document.addEventListener("mouseup",n),()=>{document.removeEventListener("selectionchange",n),document.removeEventListener("mouseup",n)}),[n]),Ke(()=>Ai(e.registerUpdateListener(()=>{n()}),e.registerRootListener(()=>{e.getRootElement()===null&&r(!1)})),[e,n]),o?Cu(Z(bu,{anchorElem:t,editor:e}),t):null}var Oi=({anchorElem:e})=>{let[t]=uu();return Tu(t,e)};var Eu=E({plugins:[{Component:Oi,position:"floatingAnchorElem"}]});import{TableCellNode as Tp,TableNode as Ep,TableRowNode as yp}from"@lexical/table";import{jsx as Bi}from"react/jsx-runtime";var Lo=()=>Bi("svg",{fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Bi("path",{clipRule:"evenodd",d:"M5.33333 4.5C4.8731 4.5 4.5 4.8731 4.5 5.33333V7.5H9.5V4.5H5.33333ZM5.33333 3.5C4.32081 3.5 3.5 4.32081 3.5 5.33333V14.6667C3.5 15.6792 4.32081 16.5 5.33333 16.5H14.6667C15.6792 16.5 16.5 15.6792 16.5 14.6667V5.33333C16.5 4.32081 15.6792 3.5 14.6667 3.5H5.33333ZM10.5 4.5V7.5H15.5V5.33333C15.5 4.8731 15.1269 4.5 14.6667 4.5H10.5ZM15.5 8.5H10.5V11.5H15.5V8.5ZM15.5 12.5H10.5V15.5H14.6667C15.1269 15.5 15.5 15.1269 15.5 14.6667V12.5ZM9.5 15.5V12.5H4.5V14.6667C4.5 15.1269 4.8731 15.5 5.33333 15.5H9.5ZM4.5 11.5H9.5V8.5H4.5V11.5Z",fill:"currentColor",fillRule:"evenodd"})});import{useLexicalComposerContext as Ui}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Lu}from"@lexical/react/useLexicalEditable";import{$deleteTableColumn__EXPERIMENTAL as Nu,$deleteTableRow__EXPERIMENTAL as ku,$getNodeTriplet as wu,$getTableCellNodeFromLexicalNode as _u,$getTableColumnIndexFromTableCellNode as Ru,$getTableNodeFromLexicalNodeOrThrow as Tt,$getTableRowIndexFromTableCellNode as Su,$insertTableColumn__EXPERIMENTAL as vu,$insertTableRow__EXPERIMENTAL as Iu,$isTableCellNode as je,$isTableRowNode as wo,$isTableSelection as yt,$unmergeCell as Fu,TableCellHeaderStates as Ee,TableCellNode as Mu,getTableObserverFromTableElement as Pu}from"@lexical/table";import{useScrollInfo as Au}from"@payloadcms/ui";import{$createParagraphNode as Du,$getRoot as Ou,$getSelection as Lt,$isElementNode as Hu,$isParagraphNode as Wi,$isRangeSelection as _o,$isTextNode as Bu}from"lexical";import*as Ro from"react";import{useCallback as oe,useEffect as pe,useRef as Et,useState as ye}from"react";import{createPortal as zi}from"react-dom";import{jsx as No,jsxs as yu}from"react/jsx-runtime";var $i=()=>yu("svg",{fill:"none",height:"18",viewBox:"0 0 20 20",width:"18",xmlns:"http://www.w3.org/2000/svg",children:[No("path",{d:"M5 11C5.55228 11 6 10.5523 6 10C6 9.44772 5.55228 9 5 9C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11Z",fill:"currentColor"}),No("path",{d:"M10 11C10.5523 11 11 10.5523 11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10C9 10.5523 9.44772 11 10 11Z",fill:"currentColor"}),No("path",{d:"M15 11C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11Z",fill:"currentColor"})]});import{jsx as D,jsxs as re}from"react/jsx-runtime";function ko(e){let t=e.getShape();return{columns:t.toX-t.fromX+1,rows:t.toY-t.fromY+1}}function $u(e){let t=e.getNodes(),o=[],r=null,n=null,i=0;for(let l=0;l<t.length;l++){let s=t[l];if(je(s)){let a=s.getParentOrThrow();if(ce(wo(a),"Expected CellNode to have a RowNode parent"),r!==a){if(n!==null&&i!==n)return!1;r!==null&&(n=i),r=a,i=0}let c=s.__colSpan;for(let d=0;d<c;d++)o[i+d]===void 0&&(o[i+d]=0),o[i+d]+=s.__rowSpan;i+=c}}return(n===null||i===n)&&o.every(l=>l===o[0])}function Gu(){let e=Lt();if(_o(e)&&!e.isCollapsed()||yt(e)&&!e.anchor.is(e.focus)||!_o(e)&&!yt(e))return!1;let[t]=wu(e.anchor);return t.__colSpan>1||t.__rowSpan>1}function Gi(e){if(e.getChildrenSize()!==1)return!1;let t=e.getFirstChildOrThrow();return!(!Wi(t)||!t.isEmpty())}function Uu(e){let t=e.getLastDescendant();Bu(t)?t.select():Hu(t)?t.selectEnd():t!==null&&t.selectNext()}function Wu({cellMerge:e,contextRef:t,onClose:o,setIsMenuOpen:r,tableCellNode:n}){let[i]=Ui(),l=Et(null),[s,a]=ye(n),[c,d]=ye({columns:1,rows:1}),[u,m]=ye(!1),[f,C]=ye(!1),{y:g}=Au();pe(()=>i.registerMutationListener(Mu,h=>{h.get(s.getKey())==="updated"&&i.getEditorState().read(()=>{a(s.getLatest())})}),[i,s]),pe(()=>{i.getEditorState().read(()=>{let h=Lt();if(yt(h)){let p=ko(h);d(ko(h)),m($u(h)&&(p.columns>1||p.rows>1))}C(Gu())})},[i]),pe(()=>{let h=t.current,p=l.current,_=i.getRootElement();if(h!=null&&p!=null&&_!=null){let k=_.getBoundingClientRect(),y=h.getBoundingClientRect();p.style.opacity="1";let F=p.getBoundingClientRect(),A=5,O=y.right+A;if(O+F.width>window.innerWidth||O+F.width>k.right){let W=y.left-F.width-A;O=(W<0?A:W)+window.pageXOffset}p.style.left=`${O+window.pageXOffset}px`;let U=y.top;if(U+F.height>window.innerHeight){let W=y.bottom-F.height;U=(W<0?A:W)+window.pageYOffset}p.style.top=`${U}px`}},[t,l,i,g]),pe(()=>{function h(p){l.current!=null&&t.current!=null&&!l.current.contains(p.target)&&!t.current.contains(p.target)&&r(!1)}return window.addEventListener("click",h),()=>window.removeEventListener("click",h)},[r,t]);let x=oe(()=>{i.update(()=>{if(s.isAttached()){let p=Tt(s),_=i.getElementByKey(p.getKey());if(!_)throw new Error("Expected to find tableElement in DOM");let k=Pu(_);k!==null&&k.clearHighlight(),p.markDirty(),a(s.getLatest())}Ou().selectStart()})},[i,s]),b=()=>{i.update(()=>{let h=Lt();if(yt(h)){let{columns:p,rows:_}=ko(h),k=h.getNodes(),y=null;for(let F=0;F<k.length;F++){let A=k[F];if(je(A))if(y===null){A.setColSpan(p).setRowSpan(_),y=A;let O=Gi(A),U;O&&Wi(U=A.getFirstChild())&&U.remove()}else je(y)&&(Gi(A)||y.append(...A.getChildren()),A.remove())}y!==null&&(y.getChildrenSize()===0&&y.append(Du()),Uu(y)),o()}})},S=()=>{i.update(()=>{Fu()})},I=oe(h=>{i.update(()=>{Iu(h),o()})},[i,o]),T=oe(h=>{i.update(()=>{for(let p=0;p<c.columns;p++)vu(h);o()})},[i,o,c.columns]),R=oe(()=>{i.update(()=>{ku(),o()})},[i,o]),v=oe(()=>{i.update(()=>{Tt(s).remove(),x(),o()})},[i,s,x,o]),M=oe(()=>{i.update(()=>{Nu(),o()})},[i,o]),P=oe(()=>{i.update(()=>{let h=Tt(s),p=Su(s),_=h.getChildren();if(p>=_.length||p<0)throw new Error("Expected table cell to be inside of table row.");let k=_[p];if(!wo(k))throw new Error("Expected table row");k.getChildren().forEach(y=>{if(!je(y))throw new Error("Expected table cell");y.toggleHeaderStyle(Ee.ROW)}),x(),o()})},[i,s,x,o]),L=oe(()=>{i.update(()=>{let h=Tt(s),p=Ru(s),_=h.getChildren(),k=Math.max(..._.map(y=>y.getChildren().length));if(p>=k||p<0)throw new Error("Expected table cell to be inside of table row.");for(let y=0;y<_.length;y++){let F=_[y];if(!wo(F))throw new Error("Expected table row");let A=F.getChildren();if(p>=A.length)continue;let O=A[p];if(!je(O))throw new Error("Expected table cell");O.toggleHeaderStyle(Ee.COLUMN)}x(),o()})},[i,s,x,o]),N=null;return e&&(u?N=D("button",{className:"item","data-test-id":"table-merge-cells",onClick:()=>b(),type:"button",children:"Merge cells"}):f&&(N=D("button",{className:"item","data-test-id":"table-unmerge-cells",onClick:()=>S(),type:"button",children:"Unmerge cells"}))),zi(re("div",{className:"table-action-menu-dropdown",onClick:h=>{h.stopPropagation()},ref:l,children:[N?re(Ro.Fragment,{children:[N,D("hr",{})]}):null,D("button",{className:"item","data-test-id":"table-insert-row-above",onClick:()=>I(!1),type:"button",children:re("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," above"]})}),D("button",{className:"item","data-test-id":"table-insert-row-below",onClick:()=>I(!0),type:"button",children:re("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," below"]})}),D("hr",{}),D("button",{className:"item","data-test-id":"table-insert-column-before",onClick:()=>T(!1),type:"button",children:re("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","left"]})}),D("button",{className:"item","data-test-id":"table-insert-column-after",onClick:()=>T(!0),type:"button",children:re("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","right"]})}),D("hr",{}),D("button",{className:"item","data-test-id":"table-delete-columns",onClick:()=>M(),type:"button",children:D("span",{className:"text",children:"Delete column"})}),D("button",{className:"item","data-test-id":"table-delete-rows",onClick:()=>R(),type:"button",children:D("span",{className:"text",children:"Delete row"})}),D("button",{className:"item","data-test-id":"table-delete",onClick:()=>v(),type:"button",children:D("span",{className:"text",children:"Delete table"})}),D("hr",{}),D("button",{className:"item",onClick:()=>P(),type:"button",children:re("span",{className:"text",children:[(s.__headerState&Ee.ROW)===Ee.ROW?"Remove":"Add"," ","row header"]})}),D("button",{className:"item","data-test-id":"table-column-header",onClick:()=>L(),type:"button",children:re("span",{className:"text",children:[(s.__headerState&Ee.COLUMN)===Ee.COLUMN?"Remove":"Add"," ","column header"]})})]}),document.body)}function zu({anchorElem:e,cellMerge:t}){let[o]=Ui(),r=Et(null),n=Et(null),[i,l]=ye(!1),[s,a]=ye(null),c=oe(()=>{let u=r.current,m=Lt(),f=window.getSelection(),C=document.activeElement;if(m==null||u==null){a(null);return}let g=o.getRootElement();if(_o(m)&&g!==null&&f!==null&&g.contains(f.anchorNode)){let x=_u(m.anchor.getNode());if(x==null){a(null);return}if(o.getElementByKey(x.getKey())==null){a(null);return}a(x)}else C||a(null)},[o]);pe(()=>o.registerUpdateListener(()=>{o.getEditorState().read(()=>{c()})})),pe(()=>{let u=r.current;if(u!=null&&s!=null){let m=o.getElementByKey(s.getKey());if(m!=null){let f=m.getBoundingClientRect(),C=u.getBoundingClientRect(),g=e.getBoundingClientRect(),x=f.top-g.top+4,b=f.right-C.width-10-g.left;u.style.opacity="1",u.style.transform=`translate(${b}px, ${x}px)`}else u.style.opacity="0",u.style.transform="translate(-10000px, -10000px)"}},[r,s,o,e]);let d=Et(s);return pe(()=>{d.current!==s&&l(!1),d.current=s},[d,s]),D("div",{className:"table-cell-action-button-container",ref:r,children:s!=null&&re(Ro.Fragment,{children:[D("button",{className:"table-cell-action-button",onClick:u=>{u.stopPropagation(),l(!i)},ref:n,type:"button",children:D($i,{})}),i&&D(Wu,{cellMerge:t,contextRef:n,onClose:()=>l(!1),setIsMenuOpen:l,tableCellNode:s})]})})}var Vi=({anchorElem:e})=>{let t=Lu();return zi(t?D(zu,{anchorElem:e??document.body,cellMerge:!0}):null,e??document.body)};import{useLexicalComposerContext as Vu}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Ku}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as ju,$getTableNodeFromLexicalNodeOrThrow as So,$getTableRowIndexFromTableCellNode as Zu,$isTableCellNode as Ki,$isTableRowNode as Xu,getDOMCellFromTarget as Ju}from"@lexical/table";import{calculateZoomLevel as ji}from"@lexical/utils";import{$getNearestNodeFromDOMNode as vo}from"lexical";import*as Zi from"react";import{useCallback as Le,useEffect as Yu,useMemo as qu,useRef as Nt,useState as kt}from"react";import{createPortal as Qu}from"react-dom";import{jsx as wt,jsxs as rp}from"react/jsx-runtime";var ep=33,tp=50;function op({editor:e}){let t=Nt(null),o=Nt(null),r=Nt(null),n=Nt(null),[i,l]=kt(null),[s,a]=kt(null),[c,d]=kt(!1),[u,m]=kt(null),f=Le(()=>{a(null),t.current=null,m(null),n.current=null,r.current=null},[]),C=L=>(L.buttons&1)===1;Yu(()=>{let L=p=>{setTimeout(()=>{let _=p.target;if(u){l({x:p.clientX,y:p.clientY});return}if(d(C(p)),!(o.current&&o.current.contains(_))&&t.current!==_){t.current=_;let k=Ju(_);k&&s!==k?e.update(()=>{let y=vo(k.elem);if(!y)throw new Error("TableCellResizer: Table cell node not found.");let F=So(y),A=e.getElementByKey(F.getKey());if(!A)throw new Error("TableCellResizer: Table element not found.");t.current=_,r.current=A.getBoundingClientRect(),a(k)}):k==null&&f()}},0)},N=p=>{setTimeout(()=>{d(!0)},0)},h=p=>{setTimeout(()=>{d(!1)},0)};return document.addEventListener("mousemove",L),document.addEventListener("mousedown",N),document.addEventListener("mouseup",h),()=>{document.removeEventListener("mousemove",L),document.removeEventListener("mousedown",N),document.removeEventListener("mouseup",h)}},[s,u,e,f]);let g=L=>L==="bottom",x=Le(L=>{if(!s)throw new Error("TableCellResizer: Expected active cell.");e.update(()=>{let N=vo(s.elem);if(!Ki(N))throw new Error("TableCellResizer: Table cell node not found.");let h=So(N),p=Zu(N),_=h.getChildren();if(p>=_.length||p<0)throw new Error("Expected table cell to be inside of table row.");let k=_[p];if(!Xu(k))throw new Error("Expected table row");let y=k.getHeight();if(y===void 0){let A=k.getChildren();y=Math.min(...A.map(O=>S(O,e)??1/0))}let F=Math.max(y+L,ep);k.setHeight(F)},{tag:"skip-scroll-into-view"})},[s,e]),b=(L,N)=>{let h=L.getWidth();if(h!==void 0)return h;let p=N.getElementByKey(L.getKey());if(p==null)return;let _=getComputedStyle(p);return p.clientWidth-parseFloat(_.paddingLeft)-parseFloat(_.paddingRight)},S=(L,N)=>N.getElementByKey(L.getKey())?.clientHeight,I=(L,N)=>{for(let h=0;h<N.length;h++)for(let p=0;p<N[h].length;p++)if(N[h][p].cell===L)return p},T=Le(L=>{if(!s)throw new Error("TableCellResizer: Expected active cell.");e.update(()=>{let N=vo(s.elem);if(!Ki(N))throw new Error("TableCellResizer: Table cell node not found.");let h=So(N),[p]=ju(h,null,null),_=I(N,p);if(_===void 0)throw new Error("TableCellResizer: Table column not found.");for(let k=0;k<p.length;k++){let y=p[k][_];if(y.startRow===k&&(_===p[k].length-1||p[k][_].cell!==p[k][_+1].cell)){let F=b(y.cell,e);if(F===void 0)continue;let A=Math.max(F+L,tp);y.cell.setWidth(A)}}},{tag:"skip-scroll-into-view"})},[s,e]),R=Le(L=>{let N=h=>{if(h.preventDefault(),h.stopPropagation(),!s)throw new Error("TableCellResizer: Expected active cell.");if(n.current){let{x:p,y:_}=n.current;if(s===null)return;let k=ji(h.target);if(g(L)){let y=(h.clientY-_)/k;x(y)}else{let y=(h.clientX-p)/k;T(y)}f(),document.removeEventListener("mouseup",N)}};return N},[s,f,T,x]),v=Le(L=>N=>{if(N.preventDefault(),N.stopPropagation(),!s)throw new Error("TableCellResizer: Expected active cell.");n.current={x:N.clientX,y:N.clientY},l(n.current),m(L),document.addEventListener("mouseup",R(L))},[s,R]),P=Le(()=>{if(s){let{height:L,left:N,top:h,width:p}=s.elem.getBoundingClientRect(),_=ji(s.elem),k=10,y={bottom:{backgroundColor:"none",cursor:"row-resize",height:`${k}px`,left:`${window.pageXOffset+N}px`,top:`${window.pageYOffset+h+L-k/2}px`,width:`${p}px`},right:{backgroundColor:"none",cursor:"col-resize",height:`${L}px`,left:`${window.pageXOffset+N+p-k/2}px`,top:`${window.pageYOffset+h}px`,width:`${k}px`}},F=r.current;return u&&i&&F&&(g(u)?(y[u].left=`${window.pageXOffset+F.left}px`,y[u].top=`${window.pageYOffset+i.y/_}px`,y[u].height="3px",y[u].width=`${F.width}px`):(y[u].top=`${window.pageYOffset+F.top}px`,y[u].left=`${window.pageXOffset+i.x/_}px`,y[u].width="3px",y[u].height=`${F.height}px`),y[u].backgroundColor="#adf"),y}return{bottom:null,left:null,right:null,top:null}},[s,u,i])();return wt("div",{ref:o,children:s!=null&&!c&&rp(Zi.Fragment,{children:[wt("div",{className:"TableCellResizer__resizer TableCellResizer__ui",onMouseDown:v("right"),style:P.right||void 0}),wt("div",{className:"TableCellResizer__resizer TableCellResizer__ui",onMouseDown:v("bottom"),style:P.bottom||void 0})]})})}var Xi=()=>{let[e]=Vu(),t=Ku();return qu(()=>t?Qu(wt(op,{editor:e}),document.body):null,[e,t])};import{useLexicalComposerContext as np}from"@lexical/react/LexicalComposerContext";import{TablePlugin as ip}from"@lexical/react/LexicalTablePlugin";import{INSERT_TABLE_COMMAND as lp,TableNode as sp}from"@lexical/table";import{mergeRegister as ap}from"@lexical/utils";import{useModal as cp}from"@payloadcms/ui";import{$getSelection as dp,$isRangeSelection as up,COMMAND_PRIORITY_EDITOR as pp,createCommand as mp}from"lexical";import{createContext as fp,useContext as gp,useEffect as Cp,useMemo as hp,useState as xp}from"react";import*as Ji from"react";import{jsx as Fo,jsxs as bp}from"react/jsx-runtime";var _t=mp("OPEN_EMBED_DRAWER_COMMAND"),Yi=fp({cellEditorConfig:null,cellEditorPlugins:null,set:()=>{}}),Io="lexical-table-create";function qi({children:e}){let[t,o]=xp({cellEditorConfig:null,cellEditorPlugins:null});return Fo(Yi.Provider,{value:hp(()=>({cellEditorConfig:t.cellEditorConfig,cellEditorPlugins:t.cellEditorPlugins,set:(r,n)=>{o({cellEditorConfig:r,cellEditorPlugins:n})}}),[t.cellEditorConfig,t.cellEditorPlugins]),children:e})}var Qi=()=>{let[e]=np(),t=gp(Yi),{closeModal:o,toggleModal:r}=cp();return Cp(()=>(e.hasNodes([sp])||ce(!1,"TablePlugin: TableNode is not registered on editor"),ap(e.registerCommand(_t,()=>{let n=null;return e.getEditorState().read(()=>{let i=dp();up(i)&&(n=i)}),n&&r(Io),!0},pp))),[t,e,r]),bp(Ji.Fragment,{children:[Fo(le,{drawerSlug:Io,drawerTitle:"Create Table",featureKey:"experimental_table",handleDrawerSubmit:(n,i)=>{o(Io),!(!i.columns||!i.rows)&&e.dispatchCommand(lp,{columns:String(i.columns),rows:String(i.rows)})},schemaPathSuffix:"fields"}),Fo(ip,{hasCellBackgroundColor:!1,hasCellMerge:!0})]})};var Lp=E({nodes:[Ep,Tp,yp],plugins:[{Component:Qi,position:"normal"},{Component:Xi,position:"normal"},{Component:Vi,position:"floatingAnchorElem"}],providers:[qi],slashMenu:{groups:[B([{Icon:Lo,key:"table",keywords:["table"],label:"Table",onSelect:({editor:e})=>{e.dispatchCommand(_t,{})}}])]},toolbarFixed:{groups:[Y([{ChildComponent:Lo,key:"table",label:"Table",onSelect:({editor:e})=>{e.dispatchCommand(_t,{})}}])]}});import{$isNodeSelection as Vp}from"lexical";import{jsx as Mo,jsxs as Np}from"react/jsx-runtime";var Po=()=>Np("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Mo("path",{d:"M14.6667 4H5.33333C4.59695 4 4 4.59695 4 5.33333V14.6667C4 15.403 4.59695 16 5.33333 16H14.6667C15.403 16 16 15.403 16 14.6667V5.33333C16 4.59695 15.403 4 14.6667 4Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),Mo("path",{d:"M7.99984 9.33366C8.73622 9.33366 9.33317 8.73671 9.33317 8.00033C9.33317 7.26395 8.73622 6.66699 7.99984 6.66699C7.26346 6.66699 6.6665 7.26395 6.6665 8.00033C6.6665 8.73671 7.26346 9.33366 7.99984 9.33366Z",stroke:"#currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),Mo("path",{d:"M16 11.9995L13.9427 9.94214C13.6926 9.69218 13.3536 9.55176 13 9.55176C12.6464 9.55176 12.3074 9.69218 12.0573 9.94214L6 15.9995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});import{useLexicalComposerContext as Pp}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Ap,mergeRegister as Dp}from"@lexical/utils";import{useConfig as Op}from"@payloadcms/ui";import{$getPreviousSelection as Hp,$getSelection as Bp,$isParagraphNode as tl,$isRangeSelection as $p,COMMAND_PRIORITY_EDITOR as Gp,createCommand as Up}from"lexical";import{useEffect as Wp}from"react";import{useLexicalComposerContext as kp}from"@lexical/react/LexicalComposerContext.js";import{useListDrawer as wp}from"@payloadcms/ui";import{$getNodeByKey as _p,COMMAND_PRIORITY_EDITOR as Rp}from"lexical";import{useCallback as Sp,useEffect as vp,useState as Ip}from"react";import{jsx as Ao}from"react/jsx-runtime";var Fp=({editor:e,relationTo:t,replaceNodeKey:o,value:r})=>{o?e.update(()=>{let n=_p(o);n&&n.replace(Fe({data:{fields:null,relationTo:t,value:r}}))}):e.dispatchCommand(Do,{fields:null,relationTo:t,value:r})},Mp=({enabledCollectionSlugs:e})=>{let[t]=kp(),[o,r]=Ip(null),[n,i,{closeDrawer:l,openDrawer:s}]=wp({collectionSlugs:e,uploads:!0});vp(()=>t.registerCommand(ve,c=>(r(c?.replace?c?.replace.nodeKey:null),s(),!0),Rp),[t,s]);let a=Sp(({collectionSlug:c,docID:d})=>{Fp({editor:t,relationTo:c,replaceNodeKey:o,value:d}),l()},[t,l,o]);return Ao(n,{onSelect:a})},el=e=>Ao(Ye,{...e,uploads:!0,children:Ao(Mp,{...e})});import{jsx as zp}from"react/jsx-runtime";var Do=Up("INSERT_UPLOAD_COMMAND"),ol=({clientProps:e})=>{let[t]=Pp(),{collections:o}=Op();return Wp(()=>{if(!t.hasNodes([Ie]))throw new Error("UploadPlugin: UploadNode not registered on editor");return Dp(t.registerCommand(Do,r=>(t.update(()=>{let n=Bp()||Hp();if($p(n)){let i=Fe({data:{id:r.id,fields:r.fields,relationTo:r.relationTo,value:r.value}});Ap(i);let{focus:l}=n,s=l.getNode();tl(s)&&s.getTextContentSize()===0&&s.getParent().getChildren().filter(a=>tl(a)).length>1&&s.remove()}}),!0),Gp))},[t]),zp(el,{enabledCollectionSlugs:o.map(({slug:r})=>r)})};var Kp=E({nodes:[Ie],plugins:[{Component:ol,position:"normal"}],slashMenu:{groups:[B([{Icon:Po,key:"upload",keywords:["upload","image","file","img","picture","photo","media"],label:({i18n:e})=>e.t("lexical:upload:label"),onSelect:({editor:e})=>{e.dispatchCommand(ve,{replace:!1})}}])]},toolbarFixed:{groups:[Y([{ChildComponent:Po,isActive:({selection:e})=>{if(!Vp(e)||!e.getNodes().length)return!1;let t=e.getNodes()[0];return Pt(t)},key:"upload",label:({i18n:e})=>e.t("lexical:upload:label"),onSelect:({editor:e})=>{e.dispatchCommand(ve,{replace:!1})}}])]}});import{ShimmerEffect as jp,useClientFunctions as Zp,useFieldProps as Xp}from"@payloadcms/ui";import rl,{Suspense as Jp,lazy as Yp,useEffect as qp,useState as Oo}from"react";import{jsx as Rt,jsxs as tm}from"react/jsx-runtime";var Qp=Yp(()=>import("./Field-6VQ73D3D.js").then(e=>({default:e.RichText}))),em=e=>{let{admin:t,lexicalEditorConfig:o,richTextComponentMap:r}=e,{schemaPath:n}=Xp(),i=Zp(),[l,s]=Oo(!1),[a,c]=Oo([]),[d,u]=Oo(null),m=r.get("features");m=m.sort((C,g)=>C.order-g.order);let f=0;for(let C of m){let g=Array.from(r.keys()).filter(x=>x.startsWith(`lexical_internal_feature.${C.key}.lexical_internal_components.`));f+=1,f+=g.length}return qp(()=>{if(!l){let C=[],g=0;if(Object.entries(i).forEach(([x,b])=>{x.startsWith(`lexicalFeature.${n}.`)&&(x.includes(".lexical_internal_components.")||C.push(b),g++)}),g===f){c(C),s(!0);let x=qe({clientFunctions:i,schemaPath:n,unSanitizedEditorConfig:{features:C,lexical:o}});u(Pe(o||Me,x,t))}}},[t,l,i,n,m.length,a,d,o,f]),l?Rt(Jp,{fallback:Rt(jp,{height:"35vh"}),children:d&&Rt(Qp,{...e,editorConfig:d})}):Rt(rl.Fragment,{children:Array.isArray(m)&&m.map(C=>{let x=Array.from(r.keys()).filter(b=>b.startsWith(`lexical_internal_feature.${C.key}.lexical_internal_components.`)).map(b=>r.get(b));return tm(rl.Fragment,{children:[x?.length?x.map(b=>b):null,C.ClientFeature]},C.key)})})};function om(...e){return e.filter(Boolean).join(" ")}var St=new WeakMap;function nl(e){let t=e.changedTouches[0];return t===void 0?null:[t.clientX,t.clientY]}function vt(e,t){let o=St.get(e);if(o===void 0){let r=new Set,n=l=>{o!==void 0&&(o.start=nl(l))},i=l=>{if(o===void 0)return;let{start:s}=o;if(s===null)return;let a=nl(l);for(let c of r)a!==null&&c([a[0]-s[0],a[1]-s[1]],l)};e.addEventListener("touchstart",n),e.addEventListener("touchend",i),o={handleTouchend:i,handleTouchstart:n,listeners:r,start:null},St.set(e,o)}return o.listeners.add(t),()=>{rm(e,t)}}function rm(e,t){let o=St.get(e);if(o===void 0)return;let{listeners:r}=o;r.delete(t),r.size===0&&(St.delete(e),e.removeEventListener("touchstart",o.handleTouchstart),e.removeEventListener("touchend",o.handleTouchend))}function nm(e,t){return vt(e,(o,r)=>{let[n,i]=o;n<0&&-n>Math.abs(i)&&t(n,r)})}function im(e,t){return vt(e,(o,r)=>{let[n,i]=o;n>0&&n>Math.abs(i)&&t(n,r)})}function lm(e,t){return vt(e,(o,r)=>{let[n,i]=o;i<0&&-i>Math.abs(n)&&t(n,r)})}function sm(e,t){return vt(e,(o,r)=>{let[n,i]=o;i>0&&i>Math.abs(n)&&t(n,r)})}export{De as $createAutoLinkNode,nt as $createBlockNode,q as $createLinkNode,Se as $createRelationshipNode,Fe as $createUploadNode,ee as $isAutoLinkNode,Ol as $isBlockNode,H as $isLinkNode,Mt as $isRelationshipNode,Pt as $isUploadNode,Nl as AlignFeatureClient,Q as AutoLinkNode,J as BlockNode,vl as BlockquoteFeatureClient,Ql as BlocksFeatureClient,bs as BoldFeatureClient,K as CAN_USE_DOM,Ic as ChecklistFeatureClient,sd as DETAIL_TYPE_TO_DETAIL,rd as DOUBLE_LINE_BREAK,cd as ELEMENT_FORMAT_TO_TYPE,ad as ELEMENT_TYPE_TO_FORMAT,ll as ENABLE_SLASH_MENU_COMMAND,il as EditorConfigProvider,le as FieldsDrawer,du as FixedToolbarFeatureClient,Xs as HeadingFeatureClient,na as HorizontalRuleFeatureClient,td as IS_ALL_FORMATTING,ca as IndentFeatureClient,Ls as InlineCodeFeatureClient,Eu as InlineToolbarFeatureClient,ws as ItalicFeatureClient,id as LTR_REGEX,ed as LexicalPluginToLexicalFeatureClient,Cc as LinkFeatureClient,V as LinkNode,od as NON_BREAKING_SPACE,w as NodeFormat,Bc as OrderedListFeatureClient,Ed as ParagraphFeatureClient,al as Point,nd as RTL_REGEX,dl as Rect,$d as RelationshipFeatureClient,Re as RelationshipNode,gl as RichTextCell,em as RichTextField,bd as SlateToLexicalFeatureClient,vs as StrikethroughFeatureClient,Ms as SubscriptFeatureClient,Ds as SuperscriptFeatureClient,dd as TEXT_MODE_TO_TYPE,ld as TEXT_TYPE_TO_FORMAT,ud as TEXT_TYPE_TO_MODE,X as TOGGLE_LINK_COMMAND,Lp as TableFeatureClient,ps as TestRecorderFeatureClient,Ue as ToolbarButton,ue as ToolbarDropdown,Cs as TreeViewFeatureClient,$s as UnderlineFeatureClient,jc as UnorderedListFeatureClient,Kp as UploadFeatureClient,Ie as UploadNode,sm as addSwipeDownListener,nm as addSwipeLeftListener,im as addSwipeRightListener,lm as addSwipeUpListener,Xt as createBlockNode,Gt as createClientComponent,E as createClientFeature,Me as defaultEditorLexicalConfig,yo as getDOMRangeRect,It as getEnabledNodes,me as getSelectedNode,ce as invariant,sl as isHTMLElement,cl as isPoint,om as joinClasses,Pe as sanitizeClientEditorConfig,Go as sanitizeClientFeatures,bt as setFloatingElemPosition,mt as setFloatingElemPositionForLinkEditor,B as slashMenuBasicGroupWithItems,Y as toolbarAddDropdownGroupWithItems,Yt as toolbarFeatureButtonsGroupWithItems,$ as toolbarFormatGroupWithItems,z as toolbarTextDropdownGroupWithItems,G as useEditorConfigContext};
38
+ //# sourceMappingURL=index.js.map