@payloadcms/richtext-lexical 3.0.0-beta.11 → 3.0.0-beta.110

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 (2309) hide show
  1. package/README.md +1 -1
  2. package/dist/cell/index.d.ts +6 -3
  3. package/dist/cell/index.d.ts.map +1 -1
  4. package/dist/cell/index.js +115 -126
  5. package/dist/cell/index.js.map +1 -1
  6. package/dist/exports/client/Component-DOSSWC76.js +2 -0
  7. package/dist/exports/client/Component-DOSSWC76.js.map +7 -0
  8. package/dist/exports/client/Component-MBLHTKDK.js +2 -0
  9. package/dist/exports/client/Component-MBLHTKDK.js.map +7 -0
  10. package/dist/exports/client/Field-ETCEVZLL.js +2 -0
  11. package/dist/exports/client/Field-ETCEVZLL.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-FTWR5YDX.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-FTWR5YDX.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -0
  15. package/dist/exports/client/chunk-32KXGBIQ.js +2 -0
  16. package/dist/exports/client/chunk-32KXGBIQ.js.map +7 -0
  17. package/dist/exports/client/chunk-6LZZDOEO.js +2 -0
  18. package/dist/exports/client/chunk-6LZZDOEO.js.map +7 -0
  19. package/dist/exports/client/chunk-GD6LBQBJ.js +2 -0
  20. package/dist/exports/client/chunk-GD6LBQBJ.js.map +7 -0
  21. package/dist/exports/client/chunk-IIWHHN4J.js +2 -0
  22. package/dist/exports/client/chunk-IIWHHN4J.js.map +7 -0
  23. package/dist/exports/client/chunk-QZNJUROL.js +2 -0
  24. package/dist/exports/client/chunk-QZNJUROL.js.map +7 -0
  25. package/dist/exports/client/chunk-WAMTSCVM.js +2 -0
  26. package/dist/exports/client/chunk-WAMTSCVM.js.map +7 -0
  27. package/dist/exports/client/chunk-XCEM47RI.js +3 -0
  28. package/dist/exports/client/chunk-XCEM47RI.js.map +7 -0
  29. package/dist/exports/client/component-6PBZ2U3Z.js +2 -0
  30. package/dist/exports/client/component-6PBZ2U3Z.js.map +7 -0
  31. package/dist/exports/client/component-6Y2K2RNP.js +2 -0
  32. package/dist/exports/client/component-6Y2K2RNP.js.map +7 -0
  33. package/dist/exports/client/component-ANB7VZLA.js +2 -0
  34. package/dist/exports/client/component-ANB7VZLA.js.map +7 -0
  35. package/dist/exports/client/componentInline-NUDJIIQ4.js +2 -0
  36. package/dist/exports/client/componentInline-NUDJIIQ4.js.map +7 -0
  37. package/dist/exports/client/index.d.ts +62 -0
  38. package/dist/exports/client/index.d.ts.map +1 -0
  39. package/dist/exports/client/index.js +38 -0
  40. package/dist/exports/client/index.js.map +7 -0
  41. package/dist/exports/server/migrate.d.ts +16 -0
  42. package/dist/exports/server/migrate.d.ts.map +1 -0
  43. package/dist/exports/server/migrate.js +16 -0
  44. package/dist/exports/server/migrate.js.map +1 -0
  45. package/dist/features/align/client/index.d.ts +2 -0
  46. package/dist/features/align/client/index.d.ts.map +1 -0
  47. package/dist/features/align/client/index.js +163 -0
  48. package/dist/features/align/client/index.js.map +1 -0
  49. package/dist/features/align/client/toolbarAlignGroup.d.ts +3 -0
  50. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -0
  51. package/dist/features/align/client/toolbarAlignGroup.js +13 -0
  52. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -0
  53. package/dist/features/align/server/i18n.d.ts +3 -0
  54. package/dist/features/align/server/i18n.d.ts.map +1 -0
  55. package/dist/features/align/server/i18n.js +195 -0
  56. package/dist/features/align/server/i18n.js.map +1 -0
  57. package/dist/features/align/server/index.d.ts +2 -0
  58. package/dist/features/align/server/index.d.ts.map +1 -0
  59. package/dist/features/align/server/index.js +10 -0
  60. package/dist/features/align/server/index.js.map +1 -0
  61. package/dist/features/blockquote/client/index.d.ts +2 -0
  62. package/dist/features/blockquote/client/index.d.ts.map +1 -0
  63. package/dist/features/blockquote/client/index.js +72 -0
  64. package/dist/features/blockquote/client/index.js.map +1 -0
  65. package/dist/features/blockquote/markdownTransformer.d.ts.map +1 -0
  66. package/dist/features/blockquote/markdownTransformer.js +34 -0
  67. package/dist/features/blockquote/markdownTransformer.js.map +1 -0
  68. package/dist/features/blockquote/server/i18n.d.ts +3 -0
  69. package/dist/features/blockquote/server/i18n.d.ts.map +1 -0
  70. package/dist/features/blockquote/server/i18n.js +99 -0
  71. package/dist/features/blockquote/server/i18n.js.map +1 -0
  72. package/dist/features/blockquote/server/index.d.ts +7 -0
  73. package/dist/features/blockquote/server/index.d.ts.map +1 -0
  74. package/dist/features/blockquote/server/index.js +51 -0
  75. package/dist/features/blockquote/server/index.js.map +1 -0
  76. package/dist/features/blocks/client/component/BlockContent.d.ts +22 -0
  77. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -0
  78. package/dist/features/blocks/client/component/BlockContent.js +193 -0
  79. package/dist/features/blocks/client/component/BlockContent.js.map +1 -0
  80. package/dist/features/blocks/client/component/FormSavePlugin.d.ts +11 -0
  81. package/dist/features/blocks/client/component/FormSavePlugin.d.ts.map +1 -0
  82. package/dist/features/blocks/client/component/FormSavePlugin.js +53 -0
  83. package/dist/features/blocks/client/component/FormSavePlugin.js.map +1 -0
  84. package/dist/features/blocks/client/component/index.d.ts +11 -0
  85. package/dist/features/blocks/client/component/index.d.ts.map +1 -0
  86. package/dist/features/blocks/client/component/index.js +149 -0
  87. package/dist/features/blocks/client/component/index.js.map +1 -0
  88. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts +11 -0
  89. package/dist/features/blocks/client/component/removeEmptyArrayValues.d.ts.map +1 -0
  90. package/dist/features/blocks/client/component/removeEmptyArrayValues.js +20 -0
  91. package/dist/features/blocks/client/component/removeEmptyArrayValues.js.map +1 -0
  92. package/dist/features/blocks/client/componentInline/index.d.ts +10 -0
  93. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -0
  94. package/dist/features/blocks/client/componentInline/index.js +125 -0
  95. package/dist/features/blocks/client/componentInline/index.js.map +1 -0
  96. package/dist/features/blocks/client/index.d.ts +6 -0
  97. package/dist/features/blocks/client/index.d.ts.map +1 -0
  98. package/dist/features/blocks/client/index.js +169 -0
  99. package/dist/features/blocks/client/index.js.map +1 -0
  100. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +14 -0
  101. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -0
  102. package/dist/features/blocks/client/nodes/BlocksNode.js +53 -0
  103. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -0
  104. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +25 -0
  105. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -0
  106. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +42 -0
  107. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -0
  108. package/dist/features/blocks/client/plugin/commands.d.ts +9 -0
  109. package/dist/features/blocks/client/plugin/commands.d.ts.map +1 -0
  110. package/dist/features/blocks/client/plugin/commands.js +7 -0
  111. package/dist/features/blocks/client/plugin/commands.js.map +1 -0
  112. package/dist/features/blocks/client/plugin/index.d.ts +6 -0
  113. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -0
  114. package/dist/features/blocks/client/plugin/index.js +202 -0
  115. package/dist/features/blocks/client/plugin/index.js.map +1 -0
  116. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +6 -0
  117. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -0
  118. package/dist/features/blocks/server/graphQLPopulationPromise.js +44 -0
  119. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -0
  120. package/dist/features/blocks/server/i18n.d.ts +3 -0
  121. package/dist/features/blocks/server/i18n.d.ts.map +1 -0
  122. package/dist/features/blocks/server/i18n.js +291 -0
  123. package/dist/features/blocks/server/i18n.js.map +1 -0
  124. package/dist/features/blocks/server/index.d.ts +8 -0
  125. package/dist/features/blocks/server/index.d.ts.map +1 -0
  126. package/dist/features/blocks/server/index.js +164 -0
  127. package/dist/features/blocks/server/index.js.map +1 -0
  128. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +44 -0
  129. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -0
  130. package/dist/features/blocks/server/nodes/BlocksNode.js +87 -0
  131. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -0
  132. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +40 -0
  133. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -0
  134. package/dist/features/blocks/server/nodes/InlineBlocksNode.js +88 -0
  135. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -0
  136. package/dist/features/blocks/server/validate.d.ts +6 -0
  137. package/dist/features/blocks/server/validate.d.ts.map +1 -0
  138. package/dist/features/blocks/server/validate.js +48 -0
  139. package/dist/features/blocks/server/validate.js.map +1 -0
  140. package/dist/features/converters/html/converter/converters/linebreak.d.ts.map +1 -0
  141. package/dist/features/converters/html/converter/converters/linebreak.js +7 -0
  142. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -0
  143. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -0
  144. package/dist/features/converters/html/converter/converters/paragraph.js +32 -0
  145. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -0
  146. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -0
  147. package/dist/features/converters/html/converter/converters/text.js +33 -0
  148. package/dist/features/converters/html/converter/converters/text.js.map +1 -0
  149. package/dist/features/converters/html/converter/defaultConverters.d.ts.map +1 -0
  150. package/dist/features/converters/html/converter/defaultConverters.js +5 -0
  151. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -0
  152. package/dist/features/converters/html/converter/index.d.ts +52 -0
  153. package/dist/features/converters/html/converter/index.d.ts.map +1 -0
  154. package/dist/features/converters/html/converter/index.js +88 -0
  155. package/dist/features/converters/html/converter/index.js.map +1 -0
  156. package/dist/features/converters/html/converter/types.d.ts +24 -0
  157. package/dist/features/converters/html/converter/types.d.ts.map +1 -0
  158. package/dist/features/converters/html/converter/types.js +2 -0
  159. package/dist/features/converters/html/converter/types.js.map +1 -0
  160. package/dist/features/converters/html/field/index.d.ts +35 -0
  161. package/dist/features/converters/html/field/index.d.ts.map +1 -0
  162. package/dist/features/converters/html/field/index.js +158 -0
  163. package/dist/features/converters/html/field/index.js.map +1 -0
  164. package/dist/features/converters/html/index.d.ts +8 -0
  165. package/dist/features/converters/html/index.d.ts.map +1 -0
  166. package/dist/features/converters/html/index.js +7 -0
  167. package/dist/features/converters/html/index.js.map +1 -0
  168. package/dist/features/debug/testRecorder/client/index.d.ts +2 -0
  169. package/dist/features/debug/testRecorder/client/index.d.ts.map +1 -0
  170. package/dist/features/debug/testRecorder/client/index.js +11 -0
  171. package/dist/features/debug/testRecorder/client/index.js.map +1 -0
  172. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +5 -0
  173. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -0
  174. package/dist/features/debug/testRecorder/client/plugin/index.js +411 -0
  175. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -0
  176. package/dist/features/debug/testRecorder/server/index.d.ts +2 -0
  177. package/dist/features/debug/testRecorder/server/index.d.ts.map +1 -0
  178. package/dist/features/debug/testRecorder/server/index.js +8 -0
  179. package/dist/features/debug/testRecorder/server/index.js.map +1 -0
  180. package/dist/features/debug/treeView/client/index.d.ts +2 -0
  181. package/dist/features/debug/treeView/client/index.d.ts.map +1 -0
  182. package/dist/features/debug/treeView/client/index.js +11 -0
  183. package/dist/features/debug/treeView/client/index.js.map +1 -0
  184. package/dist/features/debug/treeView/client/plugin/index.d.ts +4 -0
  185. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -0
  186. package/dist/features/debug/treeView/client/plugin/index.js +29 -0
  187. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -0
  188. package/dist/features/debug/treeView/server/index.d.ts +2 -0
  189. package/dist/features/debug/treeView/server/index.d.ts.map +1 -0
  190. package/dist/features/debug/treeView/server/index.js +8 -0
  191. package/dist/features/debug/treeView/server/index.js.map +1 -0
  192. package/dist/features/experimental_table/client/index.d.ts +2 -0
  193. package/dist/features/experimental_table/client/index.d.ts.map +1 -0
  194. package/dist/features/experimental_table/client/index.js +54 -0
  195. package/dist/features/experimental_table/client/index.js.map +1 -0
  196. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  197. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  198. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +509 -0
  199. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  200. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +3 -0
  201. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  202. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +308 -0
  203. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  204. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts +5 -0
  205. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  206. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +186 -0
  207. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  208. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +24 -0
  209. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  210. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +151 -0
  211. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -0
  212. package/dist/features/experimental_table/client/utils/debounce.d.ts +61 -0
  213. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +1 -0
  214. package/dist/features/experimental_table/client/utils/debounce.js +221 -0
  215. package/dist/features/experimental_table/client/utils/debounce.js.map +1 -0
  216. package/dist/features/experimental_table/client/utils/useDebounce.d.ts +6 -0
  217. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +1 -0
  218. package/dist/features/experimental_table/client/utils/useDebounce.js +16 -0
  219. package/dist/features/experimental_table/client/utils/useDebounce.js.map +1 -0
  220. package/dist/features/experimental_table/server/index.d.ts +13 -0
  221. package/dist/features/experimental_table/server/index.d.ts.map +1 -0
  222. package/dist/features/experimental_table/server/index.js +150 -0
  223. package/dist/features/experimental_table/server/index.js.map +1 -0
  224. package/dist/features/format/bold/feature.client.d.ts +2 -0
  225. package/dist/features/format/bold/feature.client.d.ts.map +1 -0
  226. package/dist/features/format/bold/feature.client.js +43 -0
  227. package/dist/features/format/bold/feature.client.js.map +1 -0
  228. package/dist/features/format/bold/feature.server.d.ts +2 -0
  229. package/dist/features/format/bold/feature.server.d.ts.map +1 -0
  230. package/dist/features/format/bold/feature.server.js +19 -0
  231. package/dist/features/format/bold/feature.server.js.map +1 -0
  232. package/dist/features/format/bold/markdownTransformers.d.ts.map +1 -0
  233. package/dist/features/format/bold/markdownTransformers.js +23 -0
  234. package/dist/features/format/bold/markdownTransformers.js.map +1 -0
  235. package/dist/features/format/inlineCode/feature.client.d.ts +2 -0
  236. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -0
  237. package/dist/features/format/inlineCode/feature.client.js +35 -0
  238. package/dist/features/format/inlineCode/feature.client.js.map +1 -0
  239. package/dist/features/format/inlineCode/feature.server.d.ts +2 -0
  240. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -0
  241. package/dist/features/format/inlineCode/feature.server.js +10 -0
  242. package/dist/features/format/inlineCode/feature.server.js.map +1 -0
  243. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +1 -0
  244. package/dist/features/format/inlineCode/markdownTransformers.js +6 -0
  245. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -0
  246. package/dist/features/format/italic/feature.client.d.ts +2 -0
  247. package/dist/features/format/italic/feature.client.d.ts.map +1 -0
  248. package/dist/features/format/italic/feature.client.js +35 -0
  249. package/dist/features/format/italic/feature.client.js.map +1 -0
  250. package/dist/features/format/italic/feature.server.d.ts +2 -0
  251. package/dist/features/format/italic/feature.server.d.ts.map +1 -0
  252. package/dist/features/format/italic/feature.server.js +10 -0
  253. package/dist/features/format/italic/feature.server.js.map +1 -0
  254. package/dist/features/format/italic/markdownTransformers.d.ts.map +1 -0
  255. package/dist/features/format/italic/markdownTransformers.js +12 -0
  256. package/dist/features/format/italic/markdownTransformers.js.map +1 -0
  257. package/dist/features/format/shared/toolbarFormatGroup.d.ts +3 -0
  258. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  259. package/dist/features/format/shared/toolbarFormatGroup.js +11 -0
  260. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -0
  261. package/dist/features/format/strikethrough/feature.client.d.ts +2 -0
  262. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -0
  263. package/dist/features/format/strikethrough/feature.client.js +35 -0
  264. package/dist/features/format/strikethrough/feature.client.js.map +1 -0
  265. package/dist/features/format/strikethrough/feature.server.d.ts +2 -0
  266. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -0
  267. package/dist/features/format/strikethrough/feature.server.js +10 -0
  268. package/dist/features/format/strikethrough/feature.server.js.map +1 -0
  269. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +1 -0
  270. package/dist/features/format/strikethrough/markdownTransformers.js +6 -0
  271. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -0
  272. package/dist/features/format/subscript/feature.client.d.ts +2 -0
  273. package/dist/features/format/subscript/feature.client.d.ts.map +1 -0
  274. package/dist/features/format/subscript/feature.client.js +33 -0
  275. package/dist/features/format/subscript/feature.client.js.map +1 -0
  276. package/dist/features/format/subscript/feature.server.d.ts +2 -0
  277. package/dist/features/format/subscript/feature.server.d.ts.map +1 -0
  278. package/dist/features/format/subscript/feature.server.js +8 -0
  279. package/dist/features/format/subscript/feature.server.js.map +1 -0
  280. package/dist/features/format/superscript/feature.client.d.ts +2 -0
  281. package/dist/features/format/superscript/feature.client.d.ts.map +1 -0
  282. package/dist/features/format/superscript/feature.client.js +33 -0
  283. package/dist/features/format/superscript/feature.client.js.map +1 -0
  284. package/dist/features/format/superscript/feature.server.d.ts +2 -0
  285. package/dist/features/format/superscript/feature.server.d.ts.map +1 -0
  286. package/dist/features/format/superscript/feature.server.js +8 -0
  287. package/dist/features/format/superscript/feature.server.js.map +1 -0
  288. package/dist/features/format/underline/feature.client.d.ts +2 -0
  289. package/dist/features/format/underline/feature.client.d.ts.map +1 -0
  290. package/dist/features/format/underline/feature.client.js +33 -0
  291. package/dist/features/format/underline/feature.client.js.map +1 -0
  292. package/dist/features/format/underline/feature.server.d.ts +2 -0
  293. package/dist/features/format/underline/feature.server.d.ts.map +1 -0
  294. package/dist/features/format/underline/feature.server.js +8 -0
  295. package/dist/features/format/underline/feature.server.js.map +1 -0
  296. package/dist/features/heading/client/index.d.ts +3 -0
  297. package/dist/features/heading/client/index.d.ts.map +1 -0
  298. package/dist/features/heading/client/index.js +108 -0
  299. package/dist/features/heading/client/index.js.map +1 -0
  300. package/dist/features/heading/markdownTransformer.d.ts.map +1 -0
  301. package/dist/features/heading/markdownTransformer.js +26 -0
  302. package/dist/features/heading/markdownTransformer.js.map +1 -0
  303. package/dist/features/heading/server/i18n.d.ts +3 -0
  304. package/dist/features/heading/server/i18n.d.ts.map +1 -0
  305. package/dist/features/heading/server/i18n.js +99 -0
  306. package/dist/features/heading/server/i18n.js.map +1 -0
  307. package/dist/features/heading/server/index.d.ts +10 -0
  308. package/dist/features/heading/server/index.d.ts.map +1 -0
  309. package/dist/features/heading/server/index.js +62 -0
  310. package/dist/features/heading/server/index.js.map +1 -0
  311. package/dist/features/horizontalRule/client/component/index.d.ts +10 -0
  312. package/dist/features/horizontalRule/client/component/index.d.ts.map +1 -0
  313. package/dist/features/horizontalRule/client/component/index.js +100 -0
  314. package/dist/features/horizontalRule/client/component/index.js.map +1 -0
  315. package/dist/features/horizontalRule/client/index.d.ts +2 -0
  316. package/dist/features/horizontalRule/client/index.d.ts.map +1 -0
  317. package/dist/features/horizontalRule/client/index.js +62 -0
  318. package/dist/features/horizontalRule/client/index.js.map +1 -0
  319. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -0
  320. package/dist/features/horizontalRule/client/markdownTransformer.js +20 -0
  321. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -0
  322. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +20 -0
  323. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -0
  324. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +46 -0
  325. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -0
  326. package/dist/features/horizontalRule/client/plugin/index.d.ts +7 -0
  327. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -0
  328. package/dist/features/horizontalRule/client/plugin/index.js +42 -0
  329. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -0
  330. package/dist/features/horizontalRule/server/i18n.d.ts +3 -0
  331. package/dist/features/horizontalRule/server/i18n.d.ts.map +1 -0
  332. package/dist/features/horizontalRule/server/i18n.js +99 -0
  333. package/dist/features/horizontalRule/server/i18n.js.map +1 -0
  334. package/dist/features/horizontalRule/server/index.d.ts +2 -0
  335. package/dist/features/horizontalRule/server/index.d.ts.map +1 -0
  336. package/dist/features/horizontalRule/server/index.js +25 -0
  337. package/dist/features/horizontalRule/server/index.js.map +1 -0
  338. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +3 -0
  339. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -0
  340. package/dist/features/horizontalRule/server/markdownTransformer.js +20 -0
  341. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -0
  342. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +53 -0
  343. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -0
  344. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +88 -0
  345. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -0
  346. package/dist/features/indent/client/index.d.ts +2 -0
  347. package/dist/features/indent/client/index.d.ts.map +1 -0
  348. package/dist/features/indent/client/index.js +62 -0
  349. package/dist/features/indent/client/index.js.map +1 -0
  350. package/dist/features/indent/client/toolbarIndentGroup.d.ts +3 -0
  351. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -0
  352. package/dist/features/indent/client/toolbarIndentGroup.js +11 -0
  353. package/dist/features/indent/client/toolbarIndentGroup.js.map +1 -0
  354. package/dist/features/indent/server/i18n.d.ts +3 -0
  355. package/dist/features/indent/server/i18n.d.ts.map +1 -0
  356. package/dist/features/indent/server/i18n.js +131 -0
  357. package/dist/features/indent/server/i18n.js.map +1 -0
  358. package/dist/features/indent/server/index.d.ts +2 -0
  359. package/dist/features/indent/server/index.d.ts.map +1 -0
  360. package/dist/features/indent/server/index.js +10 -0
  361. package/dist/features/indent/server/index.js.map +1 -0
  362. package/dist/features/link/client/index.d.ts +4 -0
  363. package/dist/features/link/client/index.d.ts.map +1 -0
  364. package/dist/features/link/client/index.js +96 -0
  365. package/dist/features/link/client/index.js.map +1 -0
  366. package/dist/features/link/client/plugins/autoLink/index.d.ts +20 -0
  367. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -0
  368. package/dist/features/link/client/plugins/autoLink/index.js +333 -0
  369. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -0
  370. package/dist/features/link/client/plugins/clickableLink/index.d.ts +4 -0
  371. package/dist/features/link/client/plugins/clickableLink/index.d.ts.map +1 -0
  372. package/dist/features/link/client/plugins/clickableLink/index.js +9 -0
  373. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -0
  374. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  375. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js +5 -0
  376. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  377. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  378. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +275 -0
  379. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  380. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +5 -0
  381. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  382. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +15 -0
  383. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -0
  384. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +15 -0
  385. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  386. package/dist/features/link/client/plugins/floatingLinkEditor/types.js +5 -0
  387. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -0
  388. package/dist/features/link/client/plugins/link/index.d.ts +4 -0
  389. package/dist/features/link/client/plugins/link/index.d.ts.map +1 -0
  390. package/dist/features/link/client/plugins/link/index.js +60 -0
  391. package/dist/features/link/client/plugins/link/index.js.map +1 -0
  392. package/dist/features/link/markdownTransformer.d.ts +6 -0
  393. package/dist/features/link/markdownTransformer.d.ts.map +1 -0
  394. package/dist/features/link/markdownTransformer.js +49 -0
  395. package/dist/features/link/markdownTransformer.js.map +1 -0
  396. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  397. package/dist/features/link/nodes/AutoLinkNode.js +69 -0
  398. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -0
  399. package/dist/features/link/nodes/LinkNode.d.ts +39 -0
  400. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -0
  401. package/dist/features/link/nodes/LinkNode.js +323 -0
  402. package/dist/features/link/nodes/LinkNode.js.map +1 -0
  403. package/dist/features/link/nodes/types.d.ts +24 -0
  404. package/dist/features/link/nodes/types.d.ts.map +1 -0
  405. package/dist/features/link/nodes/types.js +2 -0
  406. package/dist/features/link/nodes/types.js.map +1 -0
  407. package/dist/features/link/server/baseFields.d.ts +3 -0
  408. package/dist/features/link/server/baseFields.d.ts.map +1 -0
  409. package/dist/features/link/server/baseFields.js +136 -0
  410. package/dist/features/link/server/baseFields.js.map +1 -0
  411. package/dist/features/link/server/graphQLPopulationPromise.d.ts +5 -0
  412. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -0
  413. package/dist/features/link/server/graphQLPopulationPromise.js +45 -0
  414. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -0
  415. package/dist/features/link/server/i18n.d.ts +3 -0
  416. package/dist/features/link/server/i18n.d.ts.map +1 -0
  417. package/dist/features/link/server/i18n.js +99 -0
  418. package/dist/features/link/server/i18n.js.map +1 -0
  419. package/dist/features/link/server/index.d.ts +35 -0
  420. package/dist/features/link/server/index.d.ts.map +1 -0
  421. package/dist/features/link/server/index.js +149 -0
  422. package/dist/features/link/server/index.js.map +1 -0
  423. package/dist/features/link/server/transformExtraFields.d.ts +9 -0
  424. package/dist/features/link/server/transformExtraFields.d.ts.map +1 -0
  425. package/dist/features/link/server/transformExtraFields.js +20 -0
  426. package/dist/features/link/server/transformExtraFields.js.map +1 -0
  427. package/dist/features/link/server/validate.d.ts +6 -0
  428. package/dist/features/link/server/validate.d.ts.map +1 -0
  429. package/dist/features/link/server/validate.js +40 -0
  430. package/dist/features/link/server/validate.js.map +1 -0
  431. package/dist/features/lists/checklist/client/index.d.ts +2 -0
  432. package/dist/features/lists/checklist/client/index.d.ts.map +1 -0
  433. package/dist/features/lists/checklist/client/index.js +92 -0
  434. package/dist/features/lists/checklist/client/index.js.map +1 -0
  435. package/dist/features/lists/checklist/client/plugin/index.d.ts +3 -0
  436. package/dist/features/lists/checklist/client/plugin/index.d.ts.map +1 -0
  437. package/dist/features/lists/checklist/client/plugin/index.js +9 -0
  438. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -0
  439. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  440. package/dist/features/lists/checklist/markdownTransformers.js +12 -0
  441. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -0
  442. package/dist/features/lists/checklist/server/i18n.d.ts +3 -0
  443. package/dist/features/lists/checklist/server/i18n.d.ts.map +1 -0
  444. package/dist/features/lists/checklist/server/i18n.js +99 -0
  445. package/dist/features/lists/checklist/server/i18n.js.map +1 -0
  446. package/dist/features/lists/checklist/server/index.d.ts +2 -0
  447. package/dist/features/lists/checklist/server/index.d.ts.map +1 -0
  448. package/dist/features/lists/checklist/server/index.js +30 -0
  449. package/dist/features/lists/checklist/server/index.js.map +1 -0
  450. package/dist/features/lists/htmlConverter.d.ts +5 -0
  451. package/dist/features/lists/htmlConverter.d.ts.map +1 -0
  452. package/dist/features/lists/htmlConverter.js +81 -0
  453. package/dist/features/lists/htmlConverter.js.map +1 -0
  454. package/dist/features/lists/orderedList/client/index.d.ts +2 -0
  455. package/dist/features/lists/orderedList/client/index.d.ts.map +1 -0
  456. package/dist/features/lists/orderedList/client/index.js +84 -0
  457. package/dist/features/lists/orderedList/client/index.js.map +1 -0
  458. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  459. package/dist/features/lists/orderedList/markdownTransformer.js +12 -0
  460. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -0
  461. package/dist/features/lists/orderedList/server/i18n.d.ts +3 -0
  462. package/dist/features/lists/orderedList/server/i18n.d.ts.map +1 -0
  463. package/dist/features/lists/orderedList/server/i18n.js +99 -0
  464. package/dist/features/lists/orderedList/server/i18n.js.map +1 -0
  465. package/dist/features/lists/orderedList/server/index.d.ts +2 -0
  466. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -0
  467. package/dist/features/lists/orderedList/server/index.js +30 -0
  468. package/dist/features/lists/orderedList/server/index.js.map +1 -0
  469. package/dist/features/lists/plugin/index.d.ts +13 -0
  470. package/dist/features/lists/plugin/index.d.ts.map +1 -0
  471. package/dist/features/lists/plugin/index.js +9 -0
  472. package/dist/features/lists/plugin/index.js.map +1 -0
  473. package/dist/features/lists/shared/markdown.d.ts +6 -0
  474. package/dist/features/lists/shared/markdown.d.ts.map +1 -0
  475. package/dist/features/lists/shared/markdown.js +57 -0
  476. package/dist/features/lists/shared/markdown.js.map +1 -0
  477. package/dist/features/lists/shared/slashMenuListGroup.d.ts +3 -0
  478. package/dist/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  479. package/dist/features/lists/shared/slashMenuListGroup.js +12 -0
  480. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -0
  481. package/dist/features/lists/unorderedList/client/index.d.ts +2 -0
  482. package/dist/features/lists/unorderedList/client/index.d.ts.map +1 -0
  483. package/dist/features/lists/unorderedList/client/index.js +80 -0
  484. package/dist/features/lists/unorderedList/client/index.js.map +1 -0
  485. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  486. package/dist/features/lists/unorderedList/markdownTransformer.js +12 -0
  487. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  488. package/dist/features/lists/unorderedList/server/i18n.d.ts +3 -0
  489. package/dist/features/lists/unorderedList/server/i18n.d.ts.map +1 -0
  490. package/dist/features/lists/unorderedList/server/i18n.js +99 -0
  491. package/dist/features/lists/unorderedList/server/i18n.js.map +1 -0
  492. package/dist/features/lists/unorderedList/server/index.d.ts +2 -0
  493. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -0
  494. package/dist/features/lists/unorderedList/server/index.js +26 -0
  495. package/dist/features/lists/unorderedList/server/index.js.map +1 -0
  496. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +3 -0
  497. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  498. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +22 -0
  499. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -0
  500. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +3 -0
  501. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  502. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +33 -0
  503. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -0
  504. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +3 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +24 -0
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -0
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +3 -0
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +25 -0
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -0
  512. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +3 -0
  513. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  514. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +22 -0
  515. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -0
  516. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +3 -0
  517. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  518. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +28 -0
  519. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -0
  520. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +3 -0
  521. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  522. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +22 -0
  523. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -0
  524. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +3 -0
  525. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  526. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +9 -0
  527. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -0
  528. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +19 -0
  529. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  530. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +78 -0
  531. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -0
  532. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +23 -0
  533. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  534. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +2 -0
  535. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -0
  536. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +2 -0
  537. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  538. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +10 -0
  539. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -0
  540. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +10 -0
  541. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  542. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +49 -0
  543. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -0
  544. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  545. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  546. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  547. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  548. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  549. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +74 -0
  550. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  551. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +3 -0
  552. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  553. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +23 -0
  554. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -0
  555. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +3 -0
  556. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  557. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +24 -0
  558. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -0
  559. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +3 -0
  560. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  561. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +33 -0
  562. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -0
  563. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +3 -0
  564. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  565. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +30 -0
  566. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -0
  567. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +3 -0
  568. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  569. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +26 -0
  570. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -0
  571. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +3 -0
  572. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  573. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +26 -0
  574. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -0
  575. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +3 -0
  576. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  577. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +15 -0
  578. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -0
  579. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +3 -0
  580. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  581. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +27 -0
  582. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -0
  583. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +3 -0
  584. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  585. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +26 -0
  586. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -0
  587. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +3 -0
  588. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  589. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +18 -0
  590. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -0
  591. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +3 -0
  592. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  593. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +12 -0
  594. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -0
  595. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  596. package/dist/features/migrations/slateToLexical/converter/index.js +117 -0
  597. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -0
  598. package/dist/features/migrations/slateToLexical/converter/types.d.ts +16 -0
  599. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  600. package/dist/features/migrations/slateToLexical/converter/types.js +2 -0
  601. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -0
  602. package/dist/features/migrations/slateToLexical/feature.client.d.ts +2 -0
  603. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  604. package/dist/features/migrations/slateToLexical/feature.client.js +10 -0
  605. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -0
  606. package/dist/features/migrations/slateToLexical/feature.server.d.ts +11 -0
  607. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  608. package/dist/features/migrations/slateToLexical/feature.server.js +50 -0
  609. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -0
  610. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  611. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  612. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  613. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  614. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  615. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +74 -0
  616. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  617. package/dist/features/paragraph/client/index.d.ts +2 -0
  618. package/dist/features/paragraph/client/index.d.ts.map +1 -0
  619. package/dist/features/paragraph/client/index.js +68 -0
  620. package/dist/features/paragraph/client/index.js.map +1 -0
  621. package/dist/features/paragraph/server/i18n.d.ts +3 -0
  622. package/dist/features/paragraph/server/i18n.d.ts.map +1 -0
  623. package/dist/features/paragraph/server/i18n.js +131 -0
  624. package/dist/features/paragraph/server/i18n.js.map +1 -0
  625. package/dist/features/paragraph/server/index.d.ts +2 -0
  626. package/dist/features/paragraph/server/index.d.ts.map +1 -0
  627. package/dist/features/paragraph/server/index.js +11 -0
  628. package/dist/features/paragraph/server/index.js.map +1 -0
  629. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +13 -0
  630. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -0
  631. package/dist/features/relationship/client/components/RelationshipComponent.js +171 -0
  632. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -0
  633. package/dist/features/relationship/client/drawer/commands.d.ts.map +1 -0
  634. package/dist/features/relationship/client/drawer/commands.js +3 -0
  635. package/dist/features/relationship/client/drawer/commands.js.map +1 -0
  636. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -0
  637. package/dist/features/relationship/client/drawer/index.js +154 -0
  638. package/dist/features/relationship/client/drawer/index.js.map +1 -0
  639. package/dist/features/relationship/client/index.d.ts +3 -0
  640. package/dist/features/relationship/client/index.d.ts.map +1 -0
  641. package/dist/features/relationship/client/index.js +66 -0
  642. package/dist/features/relationship/client/index.js.map +1 -0
  643. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +15 -0
  644. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -0
  645. package/dist/features/relationship/client/nodes/RelationshipNode.js +75 -0
  646. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -0
  647. package/dist/features/relationship/client/plugins/index.d.ts +7 -0
  648. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -0
  649. package/dist/features/relationship/client/plugins/index.js +105 -0
  650. package/dist/features/relationship/client/plugins/index.js.map +1 -0
  651. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  652. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js +104 -0
  653. package/dist/features/relationship/client/utils/EnabledRelationshipsCondition.js.map +1 -0
  654. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +5 -0
  655. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -0
  656. package/dist/features/relationship/server/graphQLPopulationPromise.js +37 -0
  657. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -0
  658. package/dist/features/relationship/server/i18n.d.ts +3 -0
  659. package/dist/features/relationship/server/i18n.d.ts.map +1 -0
  660. package/dist/features/relationship/server/i18n.js +99 -0
  661. package/dist/features/relationship/server/i18n.js.map +1 -0
  662. package/dist/features/relationship/server/index.d.ts +27 -0
  663. package/dist/features/relationship/server/index.d.ts.map +1 -0
  664. package/dist/features/relationship/server/index.js +65 -0
  665. package/dist/features/relationship/server/index.js.map +1 -0
  666. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +37 -0
  667. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -0
  668. package/dist/features/relationship/server/nodes/RelationshipNode.js +104 -0
  669. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -0
  670. package/dist/features/shared/slashMenu/basicGroup.d.ts +3 -0
  671. package/dist/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  672. package/dist/features/shared/slashMenu/basicGroup.js +12 -0
  673. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -0
  674. package/dist/features/shared/toolbar/addDropdownGroup.d.ts +3 -0
  675. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  676. package/dist/features/shared/toolbar/addDropdownGroup.js +11 -0
  677. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  678. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts +3 -0
  679. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  680. package/dist/features/shared/toolbar/featureButtonsGroup.js +9 -0
  681. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  682. package/dist/features/shared/toolbar/textDropdownGroup.d.ts +3 -0
  683. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  684. package/dist/features/shared/toolbar/textDropdownGroup.js +11 -0
  685. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  686. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +5 -0
  687. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -0
  688. package/dist/features/toolbars/fixed/client/Toolbar/index.js +285 -0
  689. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -0
  690. package/dist/features/toolbars/fixed/client/index.d.ts +3 -0
  691. package/dist/features/toolbars/fixed/client/index.d.ts.map +1 -0
  692. package/dist/features/toolbars/fixed/client/index.js +11 -0
  693. package/dist/features/toolbars/fixed/client/index.js.map +1 -0
  694. package/dist/features/toolbars/fixed/server/index.d.ts +18 -0
  695. package/dist/features/toolbars/fixed/server/index.d.ts.map +1 -0
  696. package/dist/features/toolbars/fixed/server/index.js +18 -0
  697. package/dist/features/toolbars/fixed/server/index.js.map +1 -0
  698. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +4 -0
  699. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -0
  700. package/dist/features/toolbars/inline/client/Toolbar/index.js +365 -0
  701. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -0
  702. package/dist/features/toolbars/inline/client/index.d.ts +2 -0
  703. package/dist/features/toolbars/inline/client/index.d.ts.map +1 -0
  704. package/dist/features/toolbars/inline/client/index.js +11 -0
  705. package/dist/features/toolbars/inline/client/index.js.map +1 -0
  706. package/dist/features/toolbars/inline/server/index.d.ts +2 -0
  707. package/dist/features/toolbars/inline/server/index.d.ts.map +1 -0
  708. package/dist/features/toolbars/inline/server/index.js +8 -0
  709. package/dist/features/toolbars/inline/server/index.js.map +1 -0
  710. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  711. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  712. package/dist/features/toolbars/shared/ToolbarButton/index.js +89 -0
  713. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  714. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +22 -0
  715. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  716. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +208 -0
  717. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  718. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +22 -0
  719. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  720. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +308 -0
  721. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  722. package/dist/features/toolbars/types.d.ts +91 -0
  723. package/dist/features/toolbars/types.d.ts.map +1 -0
  724. package/dist/features/toolbars/types.js +2 -0
  725. package/dist/features/toolbars/types.js.map +1 -0
  726. package/dist/features/typeUtilities.d.ts +8 -0
  727. package/dist/features/typeUtilities.d.ts.map +1 -0
  728. package/dist/features/typeUtilities.js +7 -0
  729. package/dist/features/typeUtilities.js.map +1 -0
  730. package/dist/features/typesClient.d.ts +185 -0
  731. package/dist/features/typesClient.d.ts.map +1 -0
  732. package/dist/features/typesClient.js +2 -0
  733. package/dist/features/typesClient.js.map +1 -0
  734. package/dist/features/typesServer.d.ts +320 -0
  735. package/dist/features/typesServer.d.ts.map +1 -0
  736. package/dist/features/typesServer.js +2 -0
  737. package/dist/features/typesServer.js.map +1 -0
  738. package/dist/features/upload/client/component/index.d.ts +9 -0
  739. package/dist/features/upload/client/component/index.d.ts.map +1 -0
  740. package/dist/features/upload/client/component/index.js +237 -0
  741. package/dist/features/upload/client/component/index.js.map +1 -0
  742. package/dist/features/upload/client/drawer/commands.d.ts.map +1 -0
  743. package/dist/features/upload/client/drawer/commands.js +5 -0
  744. package/dist/features/upload/client/drawer/commands.js.map +1 -0
  745. package/dist/features/upload/client/drawer/index.d.ts.map +1 -0
  746. package/dist/features/upload/client/drawer/index.js +128 -0
  747. package/dist/features/upload/client/drawer/index.js.map +1 -0
  748. package/dist/features/upload/client/feature.client.d.ts +9 -0
  749. package/dist/features/upload/client/feature.client.d.ts.map +1 -0
  750. package/dist/features/upload/client/feature.client.js +64 -0
  751. package/dist/features/upload/client/feature.client.js.map +1 -0
  752. package/dist/features/upload/client/nodes/UploadNode.d.ts +22 -0
  753. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -0
  754. package/dist/features/upload/client/nodes/UploadNode.js +94 -0
  755. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -0
  756. package/dist/features/upload/client/plugin/index.d.ts +8 -0
  757. package/dist/features/upload/client/plugin/index.d.ts.map +1 -0
  758. package/dist/features/upload/client/plugin/index.js +81 -0
  759. package/dist/features/upload/client/plugin/index.js.map +1 -0
  760. package/dist/features/upload/server/feature.server.d.ts +18 -0
  761. package/dist/features/upload/server/feature.server.d.ts.map +1 -0
  762. package/dist/features/upload/server/feature.server.js +213 -0
  763. package/dist/features/upload/server/feature.server.js.map +1 -0
  764. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +5 -0
  765. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -0
  766. package/dist/features/upload/server/graphQLPopulationPromise.js +65 -0
  767. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -0
  768. package/dist/features/upload/server/i18n.d.ts +3 -0
  769. package/dist/features/upload/server/i18n.d.ts.map +1 -0
  770. package/dist/features/upload/server/i18n.js +99 -0
  771. package/dist/features/upload/server/i18n.js.map +1 -0
  772. package/dist/features/upload/server/nodes/UploadNode.d.ts +42 -0
  773. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -0
  774. package/dist/features/upload/server/nodes/UploadNode.js +133 -0
  775. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -0
  776. package/dist/features/upload/server/validate.d.ts +5 -0
  777. package/dist/features/upload/server/validate.d.ts.map +1 -0
  778. package/dist/features/upload/server/validate.js +58 -0
  779. package/dist/features/upload/server/validate.js.map +1 -0
  780. package/dist/field/Field.d.ts +9 -10
  781. package/dist/field/Field.d.ts.map +1 -1
  782. package/dist/field/Field.js +123 -86
  783. package/dist/field/Field.js.map +1 -1
  784. package/dist/field/bundled.css +1 -0
  785. package/dist/field/index.d.ts +2 -7
  786. package/dist/field/index.d.ts.map +1 -1
  787. package/dist/field/index.js +79 -81
  788. package/dist/field/index.js.map +1 -1
  789. package/dist/i18n.d.ts +3 -0
  790. package/dist/i18n.d.ts.map +1 -0
  791. package/dist/i18n.js +163 -0
  792. package/dist/i18n.js.map +1 -0
  793. package/dist/index.d.ts +62 -84
  794. package/dist/index.d.ts.map +1 -1
  795. package/dist/index.js +729 -251
  796. package/dist/index.js.map +1 -1
  797. package/dist/lexical/EditorPlugin.d.ts +8 -0
  798. package/dist/lexical/EditorPlugin.d.ts.map +1 -0
  799. package/dist/lexical/EditorPlugin.js +21 -0
  800. package/dist/lexical/EditorPlugin.js.map +1 -0
  801. package/dist/lexical/LexicalEditor.d.ts +7 -0
  802. package/dist/lexical/LexicalEditor.d.ts.map +1 -0
  803. package/dist/lexical/LexicalEditor.js +231 -0
  804. package/dist/lexical/LexicalEditor.js.map +1 -0
  805. package/dist/lexical/LexicalProvider.d.ts +14 -0
  806. package/dist/lexical/LexicalProvider.d.ts.map +1 -0
  807. package/dist/lexical/LexicalProvider.js +99 -0
  808. package/dist/lexical/LexicalProvider.js.map +1 -0
  809. package/dist/lexical/config/client/EditorConfigProvider.d.ts +27 -0
  810. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  811. package/dist/lexical/config/client/EditorConfigProvider.js +89 -0
  812. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -0
  813. package/dist/lexical/config/client/default.d.ts +3 -0
  814. package/dist/lexical/config/client/default.d.ts.map +1 -0
  815. package/dist/lexical/config/client/default.js +8 -0
  816. package/dist/lexical/config/client/default.js.map +1 -0
  817. package/dist/lexical/config/client/loader.d.ts +10 -0
  818. package/dist/lexical/config/client/loader.d.ts.map +1 -0
  819. package/dist/lexical/config/client/loader.js +37 -0
  820. package/dist/lexical/config/client/loader.js.map +1 -0
  821. package/dist/lexical/config/client/sanitize.d.ts +7 -0
  822. package/dist/lexical/config/client/sanitize.d.ts.map +1 -0
  823. package/dist/lexical/config/client/sanitize.js +180 -0
  824. package/dist/lexical/config/client/sanitize.js.map +1 -0
  825. package/dist/lexical/config/server/default.d.ts +7 -0
  826. package/dist/lexical/config/server/default.d.ts.map +1 -0
  827. package/dist/lexical/config/server/default.js +31 -0
  828. package/dist/lexical/config/server/default.js.map +1 -0
  829. package/dist/lexical/config/server/loader.d.ts +11 -0
  830. package/dist/lexical/config/server/loader.d.ts.map +1 -0
  831. package/dist/lexical/config/server/loader.js +122 -0
  832. package/dist/lexical/config/server/loader.js.map +1 -0
  833. package/dist/lexical/config/server/sanitize.d.ts +6 -0
  834. package/dist/lexical/config/server/sanitize.d.ts.map +1 -0
  835. package/dist/lexical/config/server/sanitize.js +113 -0
  836. package/dist/lexical/config/server/sanitize.js.map +1 -0
  837. package/dist/lexical/config/types.d.ts +24 -0
  838. package/dist/lexical/config/types.d.ts.map +1 -0
  839. package/dist/lexical/config/types.js +2 -0
  840. package/dist/lexical/config/types.js.map +1 -0
  841. package/dist/lexical/nodes/index.d.ts +6 -0
  842. package/dist/lexical/nodes/index.d.ts.map +1 -0
  843. package/dist/lexical/nodes/index.js +11 -0
  844. package/dist/lexical/nodes/index.js.map +1 -0
  845. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -0
  846. package/dist/lexical/plugins/MarkdownShortcut/index.js +25 -0
  847. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -0
  848. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +32 -0
  849. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -0
  850. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +386 -0
  851. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -0
  852. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +24 -0
  853. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -0
  854. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +249 -0
  855. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -0
  856. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +50 -0
  857. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -0
  858. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +2 -0
  859. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -0
  860. package/dist/lexical/plugins/SlashMenu/index.d.ts +6 -0
  861. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -0
  862. package/dist/lexical/plugins/SlashMenu/index.js +214 -0
  863. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -0
  864. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -0
  865. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +48 -0
  866. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +1 -0
  867. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +6 -0
  868. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -0
  869. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +153 -0
  870. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -0
  871. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +2 -0
  872. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -0
  873. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +15 -0
  874. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -0
  875. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -0
  876. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +15 -0
  877. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -0
  878. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +3 -0
  879. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -0
  880. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +31 -0
  881. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -0
  882. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +6 -0
  883. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -0
  884. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +353 -0
  885. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -0
  886. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +9 -0
  887. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -0
  888. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +113 -0
  889. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -0
  890. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +5 -0
  891. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  892. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +28 -0
  893. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  894. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -0
  895. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +28 -0
  896. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -0
  897. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -0
  898. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js +18 -0
  899. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -0
  900. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts +31 -0
  901. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  902. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +152 -0
  903. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  904. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -0
  905. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +7 -0
  906. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -0
  907. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -0
  908. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js +6 -0
  909. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -0
  910. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -0
  911. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +28 -0
  912. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -0
  913. package/dist/lexical/theme/EditorTheme.d.ts +3 -0
  914. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -0
  915. package/dist/lexical/theme/EditorTheme.js +102 -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 +34 -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 +34 -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 +19 -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 +28 -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 +28 -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 +28 -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 +28 -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 +37 -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 +19 -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 +19 -0
  949. package/dist/lexical/ui/icons/Bold/index.js.map +1 -0
  950. package/dist/lexical/ui/icons/Caret/index.svg +3 -0
  951. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -0
  952. package/dist/lexical/ui/icons/Checklist/index.js +27 -0
  953. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -0
  954. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -0
  955. package/dist/lexical/ui/icons/Code/index.js +22 -0
  956. package/dist/lexical/ui/icons/Code/index.js.map +1 -0
  957. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -0
  958. package/dist/lexical/ui/icons/CodeBlock/index.js +22 -0
  959. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -0
  960. package/dist/lexical/ui/icons/DraggableBlock/light.svg +9 -0
  961. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -0
  962. package/dist/lexical/ui/icons/H1/index.js +19 -0
  963. package/dist/lexical/ui/icons/H1/index.js.map +1 -0
  964. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -0
  965. package/dist/lexical/ui/icons/H2/index.js +19 -0
  966. package/dist/lexical/ui/icons/H2/index.js.map +1 -0
  967. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -0
  968. package/dist/lexical/ui/icons/H3/index.js +19 -0
  969. package/dist/lexical/ui/icons/H3/index.js.map +1 -0
  970. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -0
  971. package/dist/lexical/ui/icons/H4/index.js +19 -0
  972. package/dist/lexical/ui/icons/H4/index.js.map +1 -0
  973. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -0
  974. package/dist/lexical/ui/icons/H5/index.js +19 -0
  975. package/dist/lexical/ui/icons/H5/index.js.map +1 -0
  976. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -0
  977. package/dist/lexical/ui/icons/H6/index.js +19 -0
  978. package/dist/lexical/ui/icons/H6/index.js.map +1 -0
  979. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -0
  980. package/dist/lexical/ui/icons/HorizontalRule/index.js +22 -0
  981. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -0
  982. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -0
  983. package/dist/lexical/ui/icons/IndentDecrease/index.js +31 -0
  984. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -0
  985. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -0
  986. package/dist/lexical/ui/icons/IndentIncrease/index.js +31 -0
  987. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -0
  988. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts +3 -0
  989. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -0
  990. package/dist/lexical/ui/icons/InlineBlocks/index.js +21 -0
  991. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -0
  992. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -0
  993. package/dist/lexical/ui/icons/Italic/index.js +19 -0
  994. package/dist/lexical/ui/icons/Italic/index.js.map +1 -0
  995. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -0
  996. package/dist/lexical/ui/icons/Link/index.js +20 -0
  997. package/dist/lexical/ui/icons/Link/index.js.map +1 -0
  998. package/dist/lexical/ui/icons/Meatballs/index.d.ts +3 -0
  999. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -0
  1000. package/dist/lexical/ui/icons/Meatballs/index.js +22 -0
  1001. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -0
  1002. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -0
  1003. package/dist/lexical/ui/icons/OrderedList/index.js +34 -0
  1004. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -0
  1005. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -0
  1006. package/dist/lexical/ui/icons/Relationship/index.js +34 -0
  1007. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -0
  1008. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -0
  1009. package/dist/lexical/ui/icons/Strikethrough/index.js +22 -0
  1010. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -0
  1011. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -0
  1012. package/dist/lexical/ui/icons/Subscript/index.js +19 -0
  1013. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -0
  1014. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -0
  1015. package/dist/lexical/ui/icons/Superscript/index.js +19 -0
  1016. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -0
  1017. package/dist/lexical/ui/icons/Table/index.d.ts +3 -0
  1018. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -0
  1019. package/dist/lexical/ui/icons/Table/index.js +21 -0
  1020. package/dist/lexical/ui/icons/Table/index.js.map +1 -0
  1021. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -0
  1022. package/dist/lexical/ui/icons/Text/index.js +19 -0
  1023. package/dist/lexical/ui/icons/Text/index.js.map +1 -0
  1024. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -0
  1025. package/dist/lexical/ui/icons/Underline/index.js +22 -0
  1026. package/dist/lexical/ui/icons/Underline/index.js.map +1 -0
  1027. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -0
  1028. package/dist/lexical/ui/icons/UnorderedList/index.js +49 -0
  1029. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -0
  1030. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -0
  1031. package/dist/lexical/ui/icons/Upload/index.js +31 -0
  1032. package/dist/lexical/ui/icons/Upload/index.js.map +1 -0
  1033. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -0
  1034. package/dist/lexical/utils/canUseDOM.js +4 -0
  1035. package/dist/lexical/utils/canUseDOM.js.map +1 -0
  1036. package/dist/lexical/utils/environment.d.ts.map +1 -0
  1037. package/dist/lexical/utils/environment.js +15 -0
  1038. package/dist/lexical/utils/environment.js.map +1 -0
  1039. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -0
  1040. package/dist/lexical/utils/getDOMRangeRect.js +17 -0
  1041. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -0
  1042. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -0
  1043. package/dist/lexical/utils/getSelectedNode.js +22 -0
  1044. package/dist/lexical/utils/getSelectedNode.js.map +1 -0
  1045. package/dist/lexical/utils/guard.d.ts.map +1 -0
  1046. package/dist/lexical/utils/guard.js +6 -0
  1047. package/dist/lexical/utils/guard.js.map +1 -0
  1048. package/dist/lexical/utils/joinClasses.d.ts.map +1 -0
  1049. package/dist/lexical/utils/joinClasses.js +6 -0
  1050. package/dist/lexical/utils/joinClasses.js.map +1 -0
  1051. package/dist/lexical/utils/markdown/createBlockNode.d.ts +4 -0
  1052. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -0
  1053. package/dist/lexical/utils/markdown/createBlockNode.js +11 -0
  1054. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -0
  1055. package/dist/lexical/utils/nodeFormat.d.ts +41 -0
  1056. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -0
  1057. package/dist/lexical/utils/nodeFormat.js +87 -0
  1058. package/dist/lexical/utils/nodeFormat.js.map +1 -0
  1059. package/dist/lexical/utils/point.d.ts.map +1 -0
  1060. package/dist/lexical/utils/point.js +45 -0
  1061. package/dist/lexical/utils/point.js.map +1 -0
  1062. package/dist/lexical/utils/rect.d.ts +47 -0
  1063. package/dist/lexical/utils/rect.d.ts.map +1 -0
  1064. package/dist/lexical/utils/rect.js +171 -0
  1065. package/dist/lexical/utils/rect.js.map +1 -0
  1066. package/dist/lexical/utils/setFloatingElemPosition.d.ts +12 -0
  1067. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -0
  1068. package/dist/lexical/utils/setFloatingElemPosition.js +67 -0
  1069. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -0
  1070. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  1071. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js +28 -0
  1072. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  1073. package/dist/lexical/utils/swipe.d.ts.map +1 -0
  1074. package/dist/lexical/utils/swipe.js +99 -0
  1075. package/dist/lexical/utils/swipe.js.map +1 -0
  1076. package/dist/lexical/utils/url.d.ts +8 -0
  1077. package/dist/lexical/utils/url.d.ts.map +1 -0
  1078. package/dist/lexical/utils/url.js +57 -0
  1079. package/dist/lexical/utils/url.js.map +1 -0
  1080. package/dist/nodeTypes.d.ts +32 -0
  1081. package/dist/nodeTypes.d.ts.map +1 -0
  1082. package/dist/nodeTypes.js +2 -0
  1083. package/dist/nodeTypes.js.map +1 -0
  1084. package/dist/populateGraphQL/defaultValue.d.ts +3 -0
  1085. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  1086. package/dist/populateGraphQL/defaultValue.js +28 -0
  1087. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  1088. package/dist/populateGraphQL/populate.d.ts +17 -0
  1089. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  1090. package/dist/populateGraphQL/populate.js +38 -0
  1091. package/dist/populateGraphQL/populate.js.map +1 -0
  1092. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  1093. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  1094. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +53 -0
  1095. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  1096. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  1097. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  1098. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +42 -0
  1099. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  1100. package/dist/types.d.ts +57 -22
  1101. package/dist/types.d.ts.map +1 -1
  1102. package/dist/types.js +1 -2
  1103. package/dist/types.js.map +1 -1
  1104. package/dist/utilities/createClientFeature.d.ts +11 -0
  1105. package/dist/utilities/createClientFeature.d.ts.map +1 -0
  1106. package/dist/utilities/createClientFeature.js +41 -0
  1107. package/dist/utilities/createClientFeature.js.map +1 -0
  1108. package/dist/utilities/createServerFeature.d.ts +17 -0
  1109. package/dist/utilities/createServerFeature.d.ts.map +1 -0
  1110. package/dist/utilities/createServerFeature.js +51 -0
  1111. package/dist/utilities/createServerFeature.js.map +1 -0
  1112. package/dist/utilities/fieldsDrawer/Drawer.d.ts +20 -0
  1113. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -0
  1114. package/dist/utilities/fieldsDrawer/Drawer.js +39 -0
  1115. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -0
  1116. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -0
  1117. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -0
  1118. package/dist/utilities/fieldsDrawer/DrawerContent.js +166 -0
  1119. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -0
  1120. package/dist/utilities/forEachNodeRecursively.d.ts +10 -0
  1121. package/dist/utilities/forEachNodeRecursively.d.ts.map +1 -0
  1122. package/dist/utilities/forEachNodeRecursively.js +29 -0
  1123. package/dist/utilities/forEachNodeRecursively.js.map +1 -0
  1124. package/dist/utilities/generateComponentMap.d.ts +6 -0
  1125. package/dist/utilities/generateComponentMap.d.ts.map +1 -0
  1126. package/dist/utilities/generateComponentMap.js +93 -0
  1127. package/dist/utilities/generateComponentMap.js.map +1 -0
  1128. package/dist/utilities/generateImportMap.d.ts +6 -0
  1129. package/dist/utilities/generateImportMap.d.ts.map +1 -0
  1130. package/dist/utilities/generateImportMap.js +56 -0
  1131. package/dist/utilities/generateImportMap.js.map +1 -0
  1132. package/dist/utilities/generateSchemaMap.d.ts +6 -0
  1133. package/dist/utilities/generateSchemaMap.d.ts.map +1 -0
  1134. package/dist/utilities/generateSchemaMap.js +37 -0
  1135. package/dist/utilities/generateSchemaMap.js.map +1 -0
  1136. package/dist/utilities/migrateSlateToLexical/index.d.ts +15 -0
  1137. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -0
  1138. package/dist/utilities/migrateSlateToLexical/index.js +149 -0
  1139. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -0
  1140. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +9 -0
  1141. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -0
  1142. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +80 -0
  1143. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -0
  1144. package/dist/utilities/recurseNodeTree.d.ts +9 -0
  1145. package/dist/utilities/recurseNodeTree.d.ts.map +1 -0
  1146. package/dist/utilities/recurseNodeTree.js +30 -0
  1147. package/dist/utilities/recurseNodeTree.js.map +1 -0
  1148. package/dist/utilities/upgradeLexicalData/index.d.ts +11 -0
  1149. package/dist/utilities/upgradeLexicalData/index.d.ts.map +1 -0
  1150. package/dist/utilities/upgradeLexicalData/index.js +114 -0
  1151. package/dist/utilities/upgradeLexicalData/index.js.map +1 -0
  1152. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +9 -0
  1153. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -0
  1154. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +79 -0
  1155. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -0
  1156. package/dist/utilities/useLexicalFeature.d.ts +3 -0
  1157. package/dist/utilities/useLexicalFeature.d.ts.map +1 -0
  1158. package/dist/utilities/useLexicalFeature.js +13 -0
  1159. package/dist/utilities/useLexicalFeature.js.map +1 -0
  1160. package/dist/validate/index.d.ts +3 -3
  1161. package/dist/validate/index.d.ts.map +1 -1
  1162. package/dist/validate/index.js +45 -23
  1163. package/dist/validate/index.js.map +1 -1
  1164. package/dist/validate/validateNodes.d.ts +5 -5
  1165. package/dist/validate/validateNodes.d.ts.map +1 -1
  1166. package/dist/validate/validateNodes.js +31 -28
  1167. package/dist/validate/validateNodes.js.map +1 -1
  1168. package/package.json +98 -57
  1169. package/dist/exports/components.d.ts +0 -6
  1170. package/dist/exports/components.d.ts.map +0 -1
  1171. package/dist/exports/components.js +0 -7
  1172. package/dist/exports/components.js.map +0 -1
  1173. package/dist/field/features/align/feature.client.d.ts +0 -3
  1174. package/dist/field/features/align/feature.client.d.ts.map +0 -1
  1175. package/dist/field/features/align/feature.client.js +0 -72
  1176. package/dist/field/features/align/feature.client.js.map +0 -1
  1177. package/dist/field/features/align/feature.server.d.ts +0 -3
  1178. package/dist/field/features/align/feature.server.d.ts.map +0 -1
  1179. package/dist/field/features/align/feature.server.js +0 -16
  1180. package/dist/field/features/align/feature.server.js.map +0 -1
  1181. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts +0 -3
  1182. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +0 -1
  1183. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +0 -12
  1184. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js.map +0 -1
  1185. package/dist/field/features/blockquote/feature.client.d.ts +0 -3
  1186. package/dist/field/features/blockquote/feature.client.d.ts.map +0 -1
  1187. package/dist/field/features/blockquote/feature.client.js +0 -70
  1188. package/dist/field/features/blockquote/feature.client.js.map +0 -1
  1189. package/dist/field/features/blockquote/feature.server.d.ts +0 -3
  1190. package/dist/field/features/blockquote/feature.server.d.ts.map +0 -1
  1191. package/dist/field/features/blockquote/feature.server.js +0 -47
  1192. package/dist/field/features/blockquote/feature.server.js.map +0 -1
  1193. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +0 -1
  1194. package/dist/field/features/blockquote/markdownTransformer.js +0 -42
  1195. package/dist/field/features/blockquote/markdownTransformer.js.map +0 -1
  1196. package/dist/field/features/blocks/component/BlockContent.d.ts +0 -27
  1197. package/dist/field/features/blocks/component/BlockContent.d.ts.map +0 -1
  1198. package/dist/field/features/blocks/component/BlockContent.js +0 -183
  1199. package/dist/field/features/blocks/component/BlockContent.js.map +0 -1
  1200. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +0 -12
  1201. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1202. package/dist/field/features/blocks/component/FormSavePlugin.js +0 -29
  1203. package/dist/field/features/blocks/component/FormSavePlugin.js.map +0 -1
  1204. package/dist/field/features/blocks/component/index.d.ts +0 -16
  1205. package/dist/field/features/blocks/component/index.d.ts.map +0 -1
  1206. package/dist/field/features/blocks/component/index.js +0 -131
  1207. package/dist/field/features/blocks/component/index.js.map +0 -1
  1208. package/dist/field/features/blocks/component/index.scss +0 -153
  1209. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +0 -11
  1210. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1211. package/dist/field/features/blocks/component/removeEmptyArrayValues.js +0 -16
  1212. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1213. package/dist/field/features/blocks/drawer/index.d.ts +0 -9
  1214. package/dist/field/features/blocks/drawer/index.d.ts.map +0 -1
  1215. package/dist/field/features/blocks/drawer/index.js +0 -84
  1216. package/dist/field/features/blocks/drawer/index.js.map +0 -1
  1217. package/dist/field/features/blocks/feature.client.d.ts +0 -7
  1218. package/dist/field/features/blocks/feature.client.d.ts.map +0 -1
  1219. package/dist/field/features/blocks/feature.client.js +0 -61
  1220. package/dist/field/features/blocks/feature.client.js.map +0 -1
  1221. package/dist/field/features/blocks/feature.server.d.ts +0 -11
  1222. package/dist/field/features/blocks/feature.server.d.ts.map +0 -1
  1223. package/dist/field/features/blocks/feature.server.js +0 -112
  1224. package/dist/field/features/blocks/feature.server.js.map +0 -1
  1225. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1226. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1227. package/dist/field/features/blocks/nodes/BlocksNode.js +0 -92
  1228. package/dist/field/features/blocks/nodes/BlocksNode.js.map +0 -1
  1229. package/dist/field/features/blocks/plugin/commands.d.ts +0 -4
  1230. package/dist/field/features/blocks/plugin/commands.d.ts.map +0 -1
  1231. package/dist/field/features/blocks/plugin/commands.js +0 -5
  1232. package/dist/field/features/blocks/plugin/commands.js.map +0 -1
  1233. package/dist/field/features/blocks/plugin/index.d.ts +0 -5
  1234. package/dist/field/features/blocks/plugin/index.d.ts.map +0 -1
  1235. package/dist/field/features/blocks/plugin/index.js +0 -43
  1236. package/dist/field/features/blocks/plugin/index.js.map +0 -1
  1237. package/dist/field/features/blocks/populationPromise.d.ts +0 -5
  1238. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  1239. package/dist/field/features/blocks/populationPromise.js +0 -46
  1240. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  1241. package/dist/field/features/blocks/validate.d.ts +0 -5
  1242. package/dist/field/features/blocks/validate.d.ts.map +0 -1
  1243. package/dist/field/features/blocks/validate.js +0 -50
  1244. package/dist/field/features/blocks/validate.js.map +0 -1
  1245. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts +0 -3
  1246. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts.map +0 -1
  1247. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +0 -10
  1248. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js.map +0 -1
  1249. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts +0 -3
  1250. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +0 -1
  1251. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +0 -12
  1252. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js.map +0 -1
  1253. package/dist/field/features/converters/html/converter/converters/linebreak.d.ts.map +0 -1
  1254. package/dist/field/features/converters/html/converter/converters/linebreak.js +0 -10
  1255. package/dist/field/features/converters/html/converter/converters/linebreak.js.map +0 -1
  1256. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +0 -1
  1257. package/dist/field/features/converters/html/converter/converters/paragraph.js +0 -20
  1258. package/dist/field/features/converters/html/converter/converters/paragraph.js.map +0 -1
  1259. package/dist/field/features/converters/html/converter/converters/text.d.ts.map +0 -1
  1260. package/dist/field/features/converters/html/converter/converters/text.js +0 -33
  1261. package/dist/field/features/converters/html/converter/converters/text.js.map +0 -1
  1262. package/dist/field/features/converters/html/converter/defaultConverters.d.ts.map +0 -1
  1263. package/dist/field/features/converters/html/converter/defaultConverters.js +0 -10
  1264. package/dist/field/features/converters/html/converter/defaultConverters.js.map +0 -1
  1265. package/dist/field/features/converters/html/converter/index.d.ts +0 -21
  1266. package/dist/field/features/converters/html/converter/index.d.ts.map +0 -1
  1267. package/dist/field/features/converters/html/converter/index.js +0 -44
  1268. package/dist/field/features/converters/html/converter/index.js.map +0 -1
  1269. package/dist/field/features/converters/html/converter/types.d.ts +0 -19
  1270. package/dist/field/features/converters/html/converter/types.d.ts.map +0 -1
  1271. package/dist/field/features/converters/html/converter/types.js +0 -3
  1272. package/dist/field/features/converters/html/converter/types.js.map +0 -1
  1273. package/dist/field/features/converters/html/feature.server.d.ts +0 -9
  1274. package/dist/field/features/converters/html/feature.server.d.ts.map +0 -1
  1275. package/dist/field/features/converters/html/feature.server.js +0 -14
  1276. package/dist/field/features/converters/html/feature.server.js.map +0 -1
  1277. package/dist/field/features/converters/html/field/index.d.ts +0 -29
  1278. package/dist/field/features/converters/html/field/index.d.ts.map +0 -1
  1279. package/dist/field/features/converters/html/field/index.js +0 -117
  1280. package/dist/field/features/converters/html/field/index.js.map +0 -1
  1281. package/dist/field/features/createClientComponent.d.ts +0 -6
  1282. package/dist/field/features/createClientComponent.d.ts.map +0 -1
  1283. package/dist/field/features/createClientComponent.js +0 -12
  1284. package/dist/field/features/createClientComponent.js.map +0 -1
  1285. package/dist/field/features/createFeaturePropComponent.d.ts +0 -6
  1286. package/dist/field/features/createFeaturePropComponent.d.ts.map +0 -1
  1287. package/dist/field/features/createFeaturePropComponent.js +0 -15
  1288. package/dist/field/features/createFeaturePropComponent.js.map +0 -1
  1289. package/dist/field/features/debug/testrecorder/feature.client.d.ts +0 -3
  1290. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +0 -1
  1291. package/dist/field/features/debug/testrecorder/feature.client.js +0 -20
  1292. package/dist/field/features/debug/testrecorder/feature.client.js.map +0 -1
  1293. package/dist/field/features/debug/testrecorder/feature.server.d.ts +0 -3
  1294. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +0 -1
  1295. package/dist/field/features/debug/testrecorder/feature.server.js +0 -15
  1296. package/dist/field/features/debug/testrecorder/feature.server.js.map +0 -1
  1297. package/dist/field/features/debug/testrecorder/plugin/index.d.ts +0 -5
  1298. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +0 -1
  1299. package/dist/field/features/debug/testrecorder/plugin/index.js +0 -448
  1300. package/dist/field/features/debug/testrecorder/plugin/index.js.map +0 -1
  1301. package/dist/field/features/debug/testrecorder/plugin/index.scss +0 -49
  1302. package/dist/field/features/debug/treeview/feature.client.d.ts +0 -3
  1303. package/dist/field/features/debug/treeview/feature.client.d.ts.map +0 -1
  1304. package/dist/field/features/debug/treeview/feature.client.js +0 -20
  1305. package/dist/field/features/debug/treeview/feature.client.js.map +0 -1
  1306. package/dist/field/features/debug/treeview/feature.server.d.ts +0 -3
  1307. package/dist/field/features/debug/treeview/feature.server.d.ts.map +0 -1
  1308. package/dist/field/features/debug/treeview/feature.server.js +0 -15
  1309. package/dist/field/features/debug/treeview/feature.server.js.map +0 -1
  1310. package/dist/field/features/debug/treeview/plugin/index.d.ts +0 -4
  1311. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +0 -1
  1312. package/dist/field/features/debug/treeview/plugin/index.js +0 -21
  1313. package/dist/field/features/debug/treeview/plugin/index.js.map +0 -1
  1314. package/dist/field/features/debug/treeview/plugin/index.scss +0 -78
  1315. package/dist/field/features/format/bold/feature.client.d.ts +0 -3
  1316. package/dist/field/features/format/bold/feature.client.d.ts.map +0 -1
  1317. package/dist/field/features/format/bold/feature.client.js +0 -48
  1318. package/dist/field/features/format/bold/feature.client.js.map +0 -1
  1319. package/dist/field/features/format/bold/feature.server.d.ts +0 -3
  1320. package/dist/field/features/format/bold/feature.server.d.ts.map +0 -1
  1321. package/dist/field/features/format/bold/feature.server.js +0 -27
  1322. package/dist/field/features/format/bold/feature.server.js.map +0 -1
  1323. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +0 -1
  1324. package/dist/field/features/format/bold/markdownTransformers.js +0 -34
  1325. package/dist/field/features/format/bold/markdownTransformers.js.map +0 -1
  1326. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts +0 -3
  1327. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts.map +0 -1
  1328. package/dist/field/features/format/common/floatingSelectToolbarSection.js +0 -10
  1329. package/dist/field/features/format/common/floatingSelectToolbarSection.js.map +0 -1
  1330. package/dist/field/features/format/inlinecode/feature.client.d.ts +0 -3
  1331. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +0 -1
  1332. package/dist/field/features/format/inlinecode/feature.client.js +0 -43
  1333. package/dist/field/features/format/inlinecode/feature.client.js.map +0 -1
  1334. package/dist/field/features/format/inlinecode/feature.server.d.ts +0 -3
  1335. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +0 -1
  1336. package/dist/field/features/format/inlinecode/feature.server.js +0 -19
  1337. package/dist/field/features/format/inlinecode/feature.server.js.map +0 -1
  1338. package/dist/field/features/format/inlinecode/markdownTransformers.d.ts.map +0 -1
  1339. package/dist/field/features/format/inlinecode/markdownTransformers.js +0 -9
  1340. package/dist/field/features/format/inlinecode/markdownTransformers.js.map +0 -1
  1341. package/dist/field/features/format/italic/feature.client.d.ts +0 -3
  1342. package/dist/field/features/format/italic/feature.client.d.ts.map +0 -1
  1343. package/dist/field/features/format/italic/feature.client.js +0 -44
  1344. package/dist/field/features/format/italic/feature.client.js.map +0 -1
  1345. package/dist/field/features/format/italic/feature.server.d.ts +0 -3
  1346. package/dist/field/features/format/italic/feature.server.d.ts.map +0 -1
  1347. package/dist/field/features/format/italic/feature.server.js +0 -20
  1348. package/dist/field/features/format/italic/feature.server.js.map +0 -1
  1349. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +0 -1
  1350. package/dist/field/features/format/italic/markdownTransformers.js +0 -17
  1351. package/dist/field/features/format/italic/markdownTransformers.js.map +0 -1
  1352. package/dist/field/features/format/strikethrough/feature.client.d.ts +0 -3
  1353. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +0 -1
  1354. package/dist/field/features/format/strikethrough/feature.client.js +0 -43
  1355. package/dist/field/features/format/strikethrough/feature.client.js.map +0 -1
  1356. package/dist/field/features/format/strikethrough/feature.server.d.ts +0 -3
  1357. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +0 -1
  1358. package/dist/field/features/format/strikethrough/feature.server.js +0 -19
  1359. package/dist/field/features/format/strikethrough/feature.server.js.map +0 -1
  1360. package/dist/field/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  1361. package/dist/field/features/format/strikethrough/markdownTransformers.js +0 -9
  1362. package/dist/field/features/format/strikethrough/markdownTransformers.js.map +0 -1
  1363. package/dist/field/features/format/subscript/feature.client.d.ts +0 -3
  1364. package/dist/field/features/format/subscript/feature.client.d.ts.map +0 -1
  1365. package/dist/field/features/format/subscript/feature.client.js +0 -39
  1366. package/dist/field/features/format/subscript/feature.client.js.map +0 -1
  1367. package/dist/field/features/format/subscript/feature.server.d.ts +0 -3
  1368. package/dist/field/features/format/subscript/feature.server.d.ts.map +0 -1
  1369. package/dist/field/features/format/subscript/feature.server.js +0 -15
  1370. package/dist/field/features/format/subscript/feature.server.js.map +0 -1
  1371. package/dist/field/features/format/superscript/feature.client.d.ts +0 -3
  1372. package/dist/field/features/format/superscript/feature.client.d.ts.map +0 -1
  1373. package/dist/field/features/format/superscript/feature.client.js +0 -39
  1374. package/dist/field/features/format/superscript/feature.client.js.map +0 -1
  1375. package/dist/field/features/format/superscript/feature.server.d.ts +0 -3
  1376. package/dist/field/features/format/superscript/feature.server.d.ts.map +0 -1
  1377. package/dist/field/features/format/superscript/feature.server.js +0 -15
  1378. package/dist/field/features/format/superscript/feature.server.js.map +0 -1
  1379. package/dist/field/features/format/underline/feature.client.d.ts +0 -3
  1380. package/dist/field/features/format/underline/feature.client.d.ts.map +0 -1
  1381. package/dist/field/features/format/underline/feature.client.js +0 -39
  1382. package/dist/field/features/format/underline/feature.client.js.map +0 -1
  1383. package/dist/field/features/format/underline/feature.server.d.ts +0 -3
  1384. package/dist/field/features/format/underline/feature.server.d.ts.map +0 -1
  1385. package/dist/field/features/format/underline/feature.server.js +0 -15
  1386. package/dist/field/features/format/underline/feature.server.js.map +0 -1
  1387. package/dist/field/features/heading/feature.client.d.ts +0 -4
  1388. package/dist/field/features/heading/feature.client.d.ts.map +0 -1
  1389. package/dist/field/features/heading/feature.client.js +0 -97
  1390. package/dist/field/features/heading/feature.client.js.map +0 -1
  1391. package/dist/field/features/heading/feature.server.d.ts +0 -7
  1392. package/dist/field/features/heading/feature.server.d.ts.map +0 -1
  1393. package/dist/field/features/heading/feature.server.js +0 -58
  1394. package/dist/field/features/heading/feature.server.js.map +0 -1
  1395. package/dist/field/features/heading/markdownTransformer.d.ts.map +0 -1
  1396. package/dist/field/features/heading/markdownTransformer.js +0 -30
  1397. package/dist/field/features/heading/markdownTransformer.js.map +0 -1
  1398. package/dist/field/features/horizontalrule/component/index.d.ts +0 -10
  1399. package/dist/field/features/horizontalrule/component/index.d.ts.map +0 -1
  1400. package/dist/field/features/horizontalrule/component/index.js +0 -64
  1401. package/dist/field/features/horizontalrule/component/index.js.map +0 -1
  1402. package/dist/field/features/horizontalrule/feature.client.d.ts +0 -3
  1403. package/dist/field/features/horizontalrule/feature.client.d.ts.map +0 -1
  1404. package/dist/field/features/horizontalrule/feature.client.js +0 -53
  1405. package/dist/field/features/horizontalrule/feature.client.js.map +0 -1
  1406. package/dist/field/features/horizontalrule/feature.server.d.ts +0 -3
  1407. package/dist/field/features/horizontalrule/feature.server.d.ts.map +0 -1
  1408. package/dist/field/features/horizontalrule/feature.server.js +0 -36
  1409. package/dist/field/features/horizontalrule/feature.server.js.map +0 -1
  1410. package/dist/field/features/horizontalrule/markdownTransformer.d.ts.map +0 -1
  1411. package/dist/field/features/horizontalrule/markdownTransformer.js +0 -23
  1412. package/dist/field/features/horizontalrule/markdownTransformer.js.map +0 -1
  1413. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts +0 -55
  1414. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.d.ts.map +0 -1
  1415. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js +0 -89
  1416. package/dist/field/features/horizontalrule/nodes/HorizontalRuleNode.js.map +0 -1
  1417. package/dist/field/features/horizontalrule/plugin/index.d.ts +0 -6
  1418. package/dist/field/features/horizontalrule/plugin/index.d.ts.map +0 -1
  1419. package/dist/field/features/horizontalrule/plugin/index.js +0 -34
  1420. package/dist/field/features/horizontalrule/plugin/index.js.map +0 -1
  1421. package/dist/field/features/horizontalrule/plugin/index.scss +0 -20
  1422. package/dist/field/features/indent/feature.client.d.ts +0 -3
  1423. package/dist/field/features/indent/feature.client.d.ts.map +0 -1
  1424. package/dist/field/features/indent/feature.client.js +0 -58
  1425. package/dist/field/features/indent/feature.client.js.map +0 -1
  1426. package/dist/field/features/indent/feature.server.d.ts +0 -3
  1427. package/dist/field/features/indent/feature.server.d.ts.map +0 -1
  1428. package/dist/field/features/indent/feature.server.js +0 -16
  1429. package/dist/field/features/indent/feature.server.js.map +0 -1
  1430. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts +0 -3
  1431. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts.map +0 -1
  1432. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +0 -10
  1433. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js.map +0 -1
  1434. package/dist/field/features/indent/index.scss +0 -4
  1435. package/dist/field/features/link/drawer/baseFields.d.ts +0 -4
  1436. package/dist/field/features/link/drawer/baseFields.d.ts.map +0 -1
  1437. package/dist/field/features/link/drawer/baseFields.js +0 -107
  1438. package/dist/field/features/link/drawer/baseFields.js.map +0 -1
  1439. package/dist/field/features/link/drawer/index.d.ts +0 -5
  1440. package/dist/field/features/link/drawer/index.d.ts.map +0 -1
  1441. package/dist/field/features/link/drawer/index.js +0 -94
  1442. package/dist/field/features/link/drawer/index.js.map +0 -1
  1443. package/dist/field/features/link/drawer/index.scss +0 -50
  1444. package/dist/field/features/link/drawer/types.d.ts +0 -8
  1445. package/dist/field/features/link/drawer/types.d.ts.map +0 -1
  1446. package/dist/field/features/link/drawer/types.js +0 -3
  1447. package/dist/field/features/link/drawer/types.js.map +0 -1
  1448. package/dist/field/features/link/feature.client.d.ts +0 -5
  1449. package/dist/field/features/link/feature.client.d.ts.map +0 -1
  1450. package/dist/field/features/link/feature.client.js +0 -90
  1451. package/dist/field/features/link/feature.client.js.map +0 -1
  1452. package/dist/field/features/link/feature.server.d.ts +0 -33
  1453. package/dist/field/features/link/feature.server.d.ts.map +0 -1
  1454. package/dist/field/features/link/feature.server.js +0 -105
  1455. package/dist/field/features/link/feature.server.js.map +0 -1
  1456. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +0 -1
  1457. package/dist/field/features/link/nodes/AutoLinkNode.js +0 -61
  1458. package/dist/field/features/link/nodes/AutoLinkNode.js.map +0 -1
  1459. package/dist/field/features/link/nodes/LinkNode.d.ts +0 -38
  1460. package/dist/field/features/link/nodes/LinkNode.d.ts.map +0 -1
  1461. package/dist/field/features/link/nodes/LinkNode.js +0 -301
  1462. package/dist/field/features/link/nodes/LinkNode.js.map +0 -1
  1463. package/dist/field/features/link/nodes/types.d.ts +0 -19
  1464. package/dist/field/features/link/nodes/types.d.ts.map +0 -1
  1465. package/dist/field/features/link/nodes/types.js +0 -3
  1466. package/dist/field/features/link/nodes/types.js.map +0 -1
  1467. package/dist/field/features/link/plugins/autoLink/index.d.ts +0 -19
  1468. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1469. package/dist/field/features/link/plugins/autoLink/index.js +0 -321
  1470. package/dist/field/features/link/plugins/autoLink/index.js.map +0 -1
  1471. package/dist/field/features/link/plugins/clickableLink/index.d.ts +0 -3
  1472. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1473. package/dist/field/features/link/plugins/clickableLink/index.js +0 -10
  1474. package/dist/field/features/link/plugins/clickableLink/index.js.map +0 -1
  1475. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1476. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -5
  1477. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1478. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1479. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -259
  1480. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1481. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +0 -6
  1482. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1483. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1484. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1485. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -78
  1486. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts +0 -15
  1487. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1488. package/dist/field/features/link/plugins/floatingLinkEditor/types.js +0 -6
  1489. package/dist/field/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1490. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -12
  1491. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1492. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +0 -38
  1493. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1494. package/dist/field/features/link/plugins/link/index.d.ts +0 -2
  1495. package/dist/field/features/link/plugins/link/index.d.ts.map +0 -1
  1496. package/dist/field/features/link/plugins/link/index.js +0 -62
  1497. package/dist/field/features/link/plugins/link/index.js.map +0 -1
  1498. package/dist/field/features/link/populationPromise.d.ts +0 -5
  1499. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  1500. package/dist/field/features/link/populationPromise.js +0 -46
  1501. package/dist/field/features/link/populationPromise.js.map +0 -1
  1502. package/dist/field/features/lists/checklist/feature.client.d.ts +0 -3
  1503. package/dist/field/features/lists/checklist/feature.client.d.ts.map +0 -1
  1504. package/dist/field/features/lists/checklist/feature.client.js +0 -82
  1505. package/dist/field/features/lists/checklist/feature.client.js.map +0 -1
  1506. package/dist/field/features/lists/checklist/feature.server.d.ts +0 -3
  1507. package/dist/field/features/lists/checklist/feature.server.d.ts.map +0 -1
  1508. package/dist/field/features/lists/checklist/feature.server.js +0 -36
  1509. package/dist/field/features/lists/checklist/feature.server.js.map +0 -1
  1510. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  1511. package/dist/field/features/lists/checklist/markdownTransformers.js +0 -17
  1512. package/dist/field/features/lists/checklist/markdownTransformers.js.map +0 -1
  1513. package/dist/field/features/lists/checklist/plugin/index.d.ts +0 -3
  1514. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1515. package/dist/field/features/lists/checklist/plugin/index.js +0 -9
  1516. package/dist/field/features/lists/checklist/plugin/index.js.map +0 -1
  1517. package/dist/field/features/lists/common/markdown.d.ts +0 -6
  1518. package/dist/field/features/lists/common/markdown.d.ts.map +0 -1
  1519. package/dist/field/features/lists/common/markdown.js +0 -59
  1520. package/dist/field/features/lists/common/markdown.js.map +0 -1
  1521. package/dist/field/features/lists/htmlConverter.d.ts +0 -5
  1522. package/dist/field/features/lists/htmlConverter.d.ts.map +0 -1
  1523. package/dist/field/features/lists/htmlConverter.js +0 -57
  1524. package/dist/field/features/lists/htmlConverter.js.map +0 -1
  1525. package/dist/field/features/lists/orderedlist/feature.client.d.ts +0 -3
  1526. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +0 -1
  1527. package/dist/field/features/lists/orderedlist/feature.client.js +0 -72
  1528. package/dist/field/features/lists/orderedlist/feature.client.js.map +0 -1
  1529. package/dist/field/features/lists/orderedlist/feature.server.d.ts +0 -3
  1530. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +0 -1
  1531. package/dist/field/features/lists/orderedlist/feature.server.js +0 -36
  1532. package/dist/field/features/lists/orderedlist/feature.server.js.map +0 -1
  1533. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +0 -1
  1534. package/dist/field/features/lists/orderedlist/markdownTransformer.js +0 -17
  1535. package/dist/field/features/lists/orderedlist/markdownTransformer.js.map +0 -1
  1536. package/dist/field/features/lists/plugin/index.d.ts +0 -3
  1537. package/dist/field/features/lists/plugin/index.d.ts.map +0 -1
  1538. package/dist/field/features/lists/plugin/index.js +0 -9
  1539. package/dist/field/features/lists/plugin/index.js.map +0 -1
  1540. package/dist/field/features/lists/unorderedlist/feature.client.d.ts +0 -3
  1541. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +0 -1
  1542. package/dist/field/features/lists/unorderedlist/feature.client.js +0 -72
  1543. package/dist/field/features/lists/unorderedlist/feature.client.js.map +0 -1
  1544. package/dist/field/features/lists/unorderedlist/feature.server.d.ts +0 -3
  1545. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +0 -1
  1546. package/dist/field/features/lists/unorderedlist/feature.server.js +0 -36
  1547. package/dist/field/features/lists/unorderedlist/feature.server.js.map +0 -1
  1548. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +0 -1
  1549. package/dist/field/features/lists/unorderedlist/markdownTransformer.js +0 -17
  1550. package/dist/field/features/lists/unorderedlist/markdownTransformer.js.map +0 -1
  1551. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -6
  1552. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1553. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -6
  1554. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1555. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -3
  1556. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1557. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -20
  1558. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  1559. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -3
  1560. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1561. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1562. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1563. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -6
  1564. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1565. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -6
  1566. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1567. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -3
  1568. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1569. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -31
  1570. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  1571. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -3
  1572. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1573. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1574. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1575. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -6
  1576. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1577. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -6
  1578. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1579. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -3
  1580. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  1581. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -22
  1582. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  1583. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -3
  1584. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1585. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1586. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1587. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -6
  1588. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1589. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -6
  1590. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1591. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -3
  1592. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1593. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -22
  1594. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  1595. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -3
  1596. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1597. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1598. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1599. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -6
  1600. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1601. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -6
  1602. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1603. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -3
  1604. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  1605. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -20
  1606. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  1607. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -3
  1608. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1609. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1610. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1611. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -6
  1612. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1613. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -6
  1614. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1615. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -3
  1616. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1617. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -26
  1618. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  1619. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -3
  1620. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1621. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1622. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1623. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -6
  1624. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1625. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -6
  1626. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1627. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -3
  1628. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1629. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -25
  1630. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  1631. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -3
  1632. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1633. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1634. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1635. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -3
  1636. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  1637. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -18
  1638. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  1639. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -17
  1640. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  1641. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js +0 -63
  1642. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  1643. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -31
  1644. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  1645. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js +0 -3
  1646. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  1647. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -3
  1648. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  1649. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +0 -34
  1650. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  1651. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -9
  1652. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  1653. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +0 -47
  1654. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  1655. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1656. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1657. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1658. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1659. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1660. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1661. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1662. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1663. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -6
  1664. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1665. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1666. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1667. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -3
  1668. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  1669. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -23
  1670. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  1671. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -3
  1672. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1673. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1674. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1675. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -6
  1676. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1677. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js +0 -6
  1678. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1679. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -3
  1680. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1681. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js +0 -29
  1682. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  1683. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -3
  1684. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1685. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1686. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1687. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -6
  1688. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1689. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js +0 -6
  1690. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1691. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -3
  1692. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  1693. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js +0 -35
  1694. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  1695. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -3
  1696. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1697. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1698. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1699. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -6
  1700. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1701. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js +0 -6
  1702. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1703. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -3
  1704. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1705. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js +0 -30
  1706. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  1707. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -3
  1708. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1709. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1710. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1711. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -6
  1712. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1713. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js +0 -6
  1714. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1715. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -3
  1716. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1717. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -25
  1718. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  1719. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -3
  1720. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1721. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1722. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1723. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -6
  1724. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1725. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -6
  1726. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1727. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -3
  1728. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  1729. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -26
  1730. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  1731. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -3
  1732. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1733. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1734. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1735. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -6
  1736. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1737. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js +0 -6
  1738. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1739. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -3
  1740. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  1741. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -18
  1742. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  1743. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -3
  1744. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1745. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1746. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1747. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -6
  1748. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1749. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js +0 -6
  1750. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1751. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -3
  1752. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1753. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -27
  1754. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  1755. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -3
  1756. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1757. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1758. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1759. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -6
  1760. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1761. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -6
  1762. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1763. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -3
  1764. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  1765. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -26
  1766. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  1767. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -3
  1768. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1769. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1770. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1771. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -6
  1772. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1773. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js +0 -6
  1774. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1775. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -3
  1776. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1777. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -21
  1778. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  1779. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -3
  1780. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1781. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1782. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1783. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -3
  1784. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  1785. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js +0 -24
  1786. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  1787. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  1788. package/dist/field/features/migrations/slateToLexical/converter/index.js +0 -107
  1789. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +0 -1
  1790. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +0 -25
  1791. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  1792. package/dist/field/features/migrations/slateToLexical/converter/types.js +0 -3
  1793. package/dist/field/features/migrations/slateToLexical/converter/types.js.map +0 -1
  1794. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +0 -3
  1795. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  1796. package/dist/field/features/migrations/slateToLexical/feature.client.js +0 -34
  1797. package/dist/field/features/migrations/slateToLexical/feature.client.js.map +0 -1
  1798. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +0 -9
  1799. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  1800. package/dist/field/features/migrations/slateToLexical/feature.server.js +0 -47
  1801. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +0 -1
  1802. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1803. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1804. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1805. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1806. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1807. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1808. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1809. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1810. package/dist/field/features/paragraph/feature.client.d.ts +0 -3
  1811. package/dist/field/features/paragraph/feature.client.d.ts.map +0 -1
  1812. package/dist/field/features/paragraph/feature.client.js +0 -65
  1813. package/dist/field/features/paragraph/feature.client.js.map +0 -1
  1814. package/dist/field/features/paragraph/feature.server.d.ts +0 -3
  1815. package/dist/field/features/paragraph/feature.server.d.ts.map +0 -1
  1816. package/dist/field/features/paragraph/feature.server.js +0 -16
  1817. package/dist/field/features/paragraph/feature.server.js.map +0 -1
  1818. package/dist/field/features/relationship/drawer/commands.d.ts.map +0 -1
  1819. package/dist/field/features/relationship/drawer/commands.js +0 -5
  1820. package/dist/field/features/relationship/drawer/commands.js.map +0 -1
  1821. package/dist/field/features/relationship/drawer/index.d.ts.map +0 -1
  1822. package/dist/field/features/relationship/drawer/index.js +0 -81
  1823. package/dist/field/features/relationship/drawer/index.js.map +0 -1
  1824. package/dist/field/features/relationship/feature.client.d.ts +0 -4
  1825. package/dist/field/features/relationship/feature.client.d.ts.map +0 -1
  1826. package/dist/field/features/relationship/feature.client.js +0 -56
  1827. package/dist/field/features/relationship/feature.client.js.map +0 -1
  1828. package/dist/field/features/relationship/feature.server.d.ts +0 -18
  1829. package/dist/field/features/relationship/feature.server.d.ts.map +0 -1
  1830. package/dist/field/features/relationship/feature.server.js +0 -26
  1831. package/dist/field/features/relationship/feature.server.js.map +0 -1
  1832. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +0 -36
  1833. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1834. package/dist/field/features/relationship/nodes/RelationshipNode.js +0 -110
  1835. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1836. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts +0 -14
  1837. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1838. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +0 -109
  1839. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1840. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  1841. package/dist/field/features/relationship/plugins/index.d.ts +0 -7
  1842. package/dist/field/features/relationship/plugins/index.d.ts.map +0 -1
  1843. package/dist/field/features/relationship/plugins/index.js +0 -52
  1844. package/dist/field/features/relationship/plugins/index.js.map +0 -1
  1845. package/dist/field/features/relationship/populationPromise.d.ts +0 -4
  1846. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  1847. package/dist/field/features/relationship/populationPromise.js +0 -24
  1848. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  1849. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1850. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +0 -35
  1851. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1852. package/dist/field/features/types.d.ts +0 -274
  1853. package/dist/field/features/types.d.ts.map +0 -1
  1854. package/dist/field/features/types.js +0 -3
  1855. package/dist/field/features/types.js.map +0 -1
  1856. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +0 -12
  1857. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  1858. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +0 -126
  1859. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +0 -1
  1860. package/dist/field/features/upload/component/index.d.ts +0 -9
  1861. package/dist/field/features/upload/component/index.d.ts.map +0 -1
  1862. package/dist/field/features/upload/component/index.js +0 -144
  1863. package/dist/field/features/upload/component/index.js.map +0 -1
  1864. package/dist/field/features/upload/component/index.scss +0 -152
  1865. package/dist/field/features/upload/drawer/commands.d.ts.map +0 -1
  1866. package/dist/field/features/upload/drawer/commands.js +0 -6
  1867. package/dist/field/features/upload/drawer/commands.js.map +0 -1
  1868. package/dist/field/features/upload/drawer/index.d.ts.map +0 -1
  1869. package/dist/field/features/upload/drawer/index.js +0 -78
  1870. package/dist/field/features/upload/drawer/index.js.map +0 -1
  1871. package/dist/field/features/upload/feature.client.d.ts +0 -10
  1872. package/dist/field/features/upload/feature.client.d.ts.map +0 -1
  1873. package/dist/field/features/upload/feature.client.js +0 -55
  1874. package/dist/field/features/upload/feature.client.js.map +0 -1
  1875. package/dist/field/features/upload/feature.server.d.ts +0 -12
  1876. package/dist/field/features/upload/feature.server.d.ts.map +0 -1
  1877. package/dist/field/features/upload/feature.server.js +0 -122
  1878. package/dist/field/features/upload/feature.server.js.map +0 -1
  1879. package/dist/field/features/upload/nodes/UploadNode.d.ts +0 -49
  1880. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1881. package/dist/field/features/upload/nodes/UploadNode.js +0 -102
  1882. package/dist/field/features/upload/nodes/UploadNode.js.map +0 -1
  1883. package/dist/field/features/upload/plugin/index.d.ts +0 -7
  1884. package/dist/field/features/upload/plugin/index.d.ts.map +0 -1
  1885. package/dist/field/features/upload/plugin/index.js +0 -55
  1886. package/dist/field/features/upload/plugin/index.js.map +0 -1
  1887. package/dist/field/features/upload/populationPromise.d.ts +0 -5
  1888. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  1889. package/dist/field/features/upload/populationPromise.js +0 -46
  1890. package/dist/field/features/upload/populationPromise.js.map +0 -1
  1891. package/dist/field/features/upload/validate.d.ts +0 -4
  1892. package/dist/field/features/upload/validate.d.ts.map +0 -1
  1893. package/dist/field/features/upload/validate.js +0 -17
  1894. package/dist/field/features/upload/validate.js.map +0 -1
  1895. package/dist/field/index.scss +0 -46
  1896. package/dist/field/lexical/EditorPlugin.d.ts +0 -7
  1897. package/dist/field/lexical/EditorPlugin.d.ts.map +0 -1
  1898. package/dist/field/lexical/EditorPlugin.js +0 -11
  1899. package/dist/field/lexical/EditorPlugin.js.map +0 -1
  1900. package/dist/field/lexical/LexicalEditor.d.ts +0 -5
  1901. package/dist/field/lexical/LexicalEditor.d.ts.map +0 -1
  1902. package/dist/field/lexical/LexicalEditor.js +0 -112
  1903. package/dist/field/lexical/LexicalEditor.js.map +0 -1
  1904. package/dist/field/lexical/LexicalEditor.scss +0 -56
  1905. package/dist/field/lexical/LexicalProvider.d.ts +0 -19
  1906. package/dist/field/lexical/LexicalProvider.d.ts.map +0 -1
  1907. package/dist/field/lexical/LexicalProvider.js +0 -67
  1908. package/dist/field/lexical/LexicalProvider.js.map +0 -1
  1909. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +0 -24
  1910. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +0 -1
  1911. package/dist/field/lexical/config/client/EditorConfigProvider.js +0 -41
  1912. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +0 -1
  1913. package/dist/field/lexical/config/client/default.d.ts +0 -3
  1914. package/dist/field/lexical/config/client/default.d.ts.map +0 -1
  1915. package/dist/field/lexical/config/client/default.js +0 -8
  1916. package/dist/field/lexical/config/client/default.js.map +0 -1
  1917. package/dist/field/lexical/config/client/loader.d.ts +0 -12
  1918. package/dist/field/lexical/config/client/loader.d.ts.map +0 -1
  1919. package/dist/field/lexical/config/client/loader.js +0 -46
  1920. package/dist/field/lexical/config/client/loader.js.map +0 -1
  1921. package/dist/field/lexical/config/client/sanitize.d.ts +0 -6
  1922. package/dist/field/lexical/config/client/sanitize.d.ts.map +0 -1
  1923. package/dist/field/lexical/config/client/sanitize.js +0 -126
  1924. package/dist/field/lexical/config/client/sanitize.js.map +0 -1
  1925. package/dist/field/lexical/config/server/default.d.ts +0 -8
  1926. package/dist/field/lexical/config/server/default.d.ts.map +0 -1
  1927. package/dist/field/lexical/config/server/default.js +0 -53
  1928. package/dist/field/lexical/config/server/default.js.map +0 -1
  1929. package/dist/field/lexical/config/server/loader.d.ts +0 -7
  1930. package/dist/field/lexical/config/server/loader.d.ts.map +0 -1
  1931. package/dist/field/lexical/config/server/loader.js +0 -118
  1932. package/dist/field/lexical/config/server/loader.js.map +0 -1
  1933. package/dist/field/lexical/config/server/sanitize.d.ts +0 -5
  1934. package/dist/field/lexical/config/server/sanitize.d.ts.map +0 -1
  1935. package/dist/field/lexical/config/server/sanitize.js +0 -65
  1936. package/dist/field/lexical/config/server/sanitize.js.map +0 -1
  1937. package/dist/field/lexical/config/types.d.ts +0 -21
  1938. package/dist/field/lexical/config/types.d.ts.map +0 -1
  1939. package/dist/field/lexical/config/types.js +0 -3
  1940. package/dist/field/lexical/config/types.js.map +0 -1
  1941. package/dist/field/lexical/nodes/index.d.ts +0 -7
  1942. package/dist/field/lexical/nodes/index.d.ts.map +0 -1
  1943. package/dist/field/lexical/nodes/index.js +0 -10
  1944. package/dist/field/lexical/nodes/index.js.map +0 -1
  1945. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts +0 -8
  1946. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts.map +0 -1
  1947. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js +0 -97
  1948. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js.map +0 -1
  1949. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -37
  1950. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +0 -17
  1951. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +0 -1
  1952. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js +0 -251
  1953. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js.map +0 -1
  1954. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts +0 -18
  1955. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +0 -1
  1956. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +0 -42
  1957. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js.map +0 -1
  1958. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +0 -100
  1959. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +0 -6
  1960. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +0 -1
  1961. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +0 -270
  1962. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js.map +0 -1
  1963. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +0 -57
  1964. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +0 -40
  1965. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +0 -1
  1966. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js +0 -3
  1967. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js.map +0 -1
  1968. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +0 -1
  1969. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +0 -13
  1970. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +0 -1
  1971. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -32
  1972. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +0 -1
  1973. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +0 -404
  1974. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +0 -1
  1975. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +0 -25
  1976. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +0 -1
  1977. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +0 -207
  1978. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +0 -1
  1979. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +0 -39
  1980. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +0 -1
  1981. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +0 -39
  1982. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +0 -1
  1983. package/dist/field/lexical/plugins/SlashMenu/index.d.ts +0 -6
  1984. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +0 -1
  1985. package/dist/field/lexical/plugins/SlashMenu/index.js +0 -172
  1986. package/dist/field/lexical/plugins/SlashMenu/index.js.map +0 -1
  1987. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  1988. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +0 -1
  1989. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js +0 -33
  1990. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +0 -1
  1991. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +0 -6
  1992. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +0 -1
  1993. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +0 -241
  1994. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +0 -1
  1995. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  1996. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts +0 -2
  1997. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +0 -1
  1998. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js +0 -14
  1999. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +0 -1
  2000. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +0 -1
  2001. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +0 -14
  2002. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +0 -1
  2003. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts +0 -27
  2004. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts.map +0 -1
  2005. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js +0 -151
  2006. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js.map +0 -1
  2007. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +0 -3
  2008. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +0 -1
  2009. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +0 -27
  2010. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +0 -1
  2011. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +0 -6
  2012. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +0 -1
  2013. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +0 -298
  2014. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +0 -1
  2015. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -55
  2016. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +0 -3
  2017. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +0 -1
  2018. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +0 -49
  2019. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +0 -1
  2020. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +0 -1
  2021. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +0 -35
  2022. package/dist/field/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +0 -1
  2023. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +0 -1
  2024. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js +0 -14
  2025. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js.map +0 -1
  2026. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +0 -1
  2027. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +0 -7
  2028. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +0 -1
  2029. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +0 -1
  2030. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js +0 -5
  2031. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js.map +0 -1
  2032. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +0 -1
  2033. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +0 -27
  2034. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +0 -1
  2035. package/dist/field/lexical/theme/EditorTheme.d.ts +0 -4
  2036. package/dist/field/lexical/theme/EditorTheme.d.ts.map +0 -1
  2037. package/dist/field/lexical/theme/EditorTheme.js +0 -106
  2038. package/dist/field/lexical/theme/EditorTheme.js.map +0 -1
  2039. package/dist/field/lexical/theme/EditorTheme.scss +0 -509
  2040. package/dist/field/lexical/ui/ContentEditable.d.ts +0 -6
  2041. package/dist/field/lexical/ui/ContentEditable.d.ts.map +0 -1
  2042. package/dist/field/lexical/ui/ContentEditable.js +0 -11
  2043. package/dist/field/lexical/ui/ContentEditable.js.map +0 -1
  2044. package/dist/field/lexical/ui/ContentEditable.scss +0 -25
  2045. package/dist/field/lexical/ui/icons/AI/index.d.ts.map +0 -1
  2046. package/dist/field/lexical/ui/icons/AI/index.js +0 -27
  2047. package/dist/field/lexical/ui/icons/AI/index.js.map +0 -1
  2048. package/dist/field/lexical/ui/icons/AlignCenter/index.d.ts.map +0 -1
  2049. package/dist/field/lexical/ui/icons/AlignCenter/index.js +0 -25
  2050. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +0 -1
  2051. package/dist/field/lexical/ui/icons/AlignJustify/index.d.ts.map +0 -1
  2052. package/dist/field/lexical/ui/icons/AlignJustify/index.js +0 -25
  2053. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +0 -1
  2054. package/dist/field/lexical/ui/icons/AlignLeft/index.d.ts.map +0 -1
  2055. package/dist/field/lexical/ui/icons/AlignLeft/index.js +0 -25
  2056. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +0 -1
  2057. package/dist/field/lexical/ui/icons/AlignRight/index.d.ts.map +0 -1
  2058. package/dist/field/lexical/ui/icons/AlignRight/index.js +0 -25
  2059. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +0 -1
  2060. package/dist/field/lexical/ui/icons/Block/index.d.ts.map +0 -1
  2061. package/dist/field/lexical/ui/icons/Block/index.js +0 -34
  2062. package/dist/field/lexical/ui/icons/Block/index.js.map +0 -1
  2063. package/dist/field/lexical/ui/icons/Blockquote/index.d.ts.map +0 -1
  2064. package/dist/field/lexical/ui/icons/Blockquote/index.js +0 -16
  2065. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +0 -1
  2066. package/dist/field/lexical/ui/icons/Bold/index.d.ts.map +0 -1
  2067. package/dist/field/lexical/ui/icons/Bold/index.js +0 -16
  2068. package/dist/field/lexical/ui/icons/Bold/index.js.map +0 -1
  2069. package/dist/field/lexical/ui/icons/Caret/index.svg +0 -3
  2070. package/dist/field/lexical/ui/icons/Checklist/index.d.ts.map +0 -1
  2071. package/dist/field/lexical/ui/icons/Checklist/index.js +0 -24
  2072. package/dist/field/lexical/ui/icons/Checklist/index.js.map +0 -1
  2073. package/dist/field/lexical/ui/icons/Code/index.d.ts.map +0 -1
  2074. package/dist/field/lexical/ui/icons/Code/index.js +0 -19
  2075. package/dist/field/lexical/ui/icons/Code/index.js.map +0 -1
  2076. package/dist/field/lexical/ui/icons/CodeBlock/index.d.ts.map +0 -1
  2077. package/dist/field/lexical/ui/icons/CodeBlock/index.js +0 -19
  2078. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +0 -1
  2079. package/dist/field/lexical/ui/icons/H1/index.d.ts.map +0 -1
  2080. package/dist/field/lexical/ui/icons/H1/index.js +0 -16
  2081. package/dist/field/lexical/ui/icons/H1/index.js.map +0 -1
  2082. package/dist/field/lexical/ui/icons/H2/index.d.ts.map +0 -1
  2083. package/dist/field/lexical/ui/icons/H2/index.js +0 -16
  2084. package/dist/field/lexical/ui/icons/H2/index.js.map +0 -1
  2085. package/dist/field/lexical/ui/icons/H3/index.d.ts.map +0 -1
  2086. package/dist/field/lexical/ui/icons/H3/index.js +0 -16
  2087. package/dist/field/lexical/ui/icons/H3/index.js.map +0 -1
  2088. package/dist/field/lexical/ui/icons/H4/index.d.ts.map +0 -1
  2089. package/dist/field/lexical/ui/icons/H4/index.js +0 -16
  2090. package/dist/field/lexical/ui/icons/H4/index.js.map +0 -1
  2091. package/dist/field/lexical/ui/icons/H5/index.d.ts.map +0 -1
  2092. package/dist/field/lexical/ui/icons/H5/index.js +0 -16
  2093. package/dist/field/lexical/ui/icons/H5/index.js.map +0 -1
  2094. package/dist/field/lexical/ui/icons/H6/index.d.ts.map +0 -1
  2095. package/dist/field/lexical/ui/icons/H6/index.js +0 -16
  2096. package/dist/field/lexical/ui/icons/H6/index.js.map +0 -1
  2097. package/dist/field/lexical/ui/icons/HorizontalRule/index.d.ts.map +0 -1
  2098. package/dist/field/lexical/ui/icons/HorizontalRule/index.js +0 -19
  2099. package/dist/field/lexical/ui/icons/HorizontalRule/index.js.map +0 -1
  2100. package/dist/field/lexical/ui/icons/IndentDecrease/index.d.ts.map +0 -1
  2101. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +0 -28
  2102. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +0 -1
  2103. package/dist/field/lexical/ui/icons/IndentIncrease/index.d.ts.map +0 -1
  2104. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +0 -28
  2105. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +0 -1
  2106. package/dist/field/lexical/ui/icons/Italic/index.d.ts.map +0 -1
  2107. package/dist/field/lexical/ui/icons/Italic/index.js +0 -16
  2108. package/dist/field/lexical/ui/icons/Italic/index.js.map +0 -1
  2109. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +0 -1
  2110. package/dist/field/lexical/ui/icons/Link/index.js +0 -27
  2111. package/dist/field/lexical/ui/icons/Link/index.js.map +0 -1
  2112. package/dist/field/lexical/ui/icons/OrderedList/index.d.ts.map +0 -1
  2113. package/dist/field/lexical/ui/icons/OrderedList/index.js +0 -31
  2114. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +0 -1
  2115. package/dist/field/lexical/ui/icons/Relationship/index.d.ts.map +0 -1
  2116. package/dist/field/lexical/ui/icons/Relationship/index.js +0 -27
  2117. package/dist/field/lexical/ui/icons/Relationship/index.js.map +0 -1
  2118. package/dist/field/lexical/ui/icons/Strikethrough/index.d.ts.map +0 -1
  2119. package/dist/field/lexical/ui/icons/Strikethrough/index.js +0 -19
  2120. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +0 -1
  2121. package/dist/field/lexical/ui/icons/Subscript/index.d.ts.map +0 -1
  2122. package/dist/field/lexical/ui/icons/Subscript/index.js +0 -16
  2123. package/dist/field/lexical/ui/icons/Subscript/index.js.map +0 -1
  2124. package/dist/field/lexical/ui/icons/Superscript/index.d.ts.map +0 -1
  2125. package/dist/field/lexical/ui/icons/Superscript/index.js +0 -16
  2126. package/dist/field/lexical/ui/icons/Superscript/index.js.map +0 -1
  2127. package/dist/field/lexical/ui/icons/Text/index.d.ts.map +0 -1
  2128. package/dist/field/lexical/ui/icons/Text/index.js +0 -16
  2129. package/dist/field/lexical/ui/icons/Text/index.js.map +0 -1
  2130. package/dist/field/lexical/ui/icons/Underline/index.d.ts.map +0 -1
  2131. package/dist/field/lexical/ui/icons/Underline/index.js +0 -19
  2132. package/dist/field/lexical/ui/icons/Underline/index.js.map +0 -1
  2133. package/dist/field/lexical/ui/icons/UnorderedList/index.d.ts.map +0 -1
  2134. package/dist/field/lexical/ui/icons/UnorderedList/index.js +0 -46
  2135. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +0 -1
  2136. package/dist/field/lexical/ui/icons/Upload/index.d.ts.map +0 -1
  2137. package/dist/field/lexical/ui/icons/Upload/index.js +0 -28
  2138. package/dist/field/lexical/ui/icons/Upload/index.js.map +0 -1
  2139. package/dist/field/lexical/utils/canUseDOM.d.ts.map +0 -1
  2140. package/dist/field/lexical/utils/canUseDOM.js +0 -3
  2141. package/dist/field/lexical/utils/canUseDOM.js.map +0 -1
  2142. package/dist/field/lexical/utils/cloneDeep.d.ts +0 -2
  2143. package/dist/field/lexical/utils/cloneDeep.d.ts.map +0 -1
  2144. package/dist/field/lexical/utils/cloneDeep.js +0 -50
  2145. package/dist/field/lexical/utils/cloneDeep.js.map +0 -1
  2146. package/dist/field/lexical/utils/environment.d.ts.map +0 -1
  2147. package/dist/field/lexical/utils/environment.js +0 -14
  2148. package/dist/field/lexical/utils/environment.js.map +0 -1
  2149. package/dist/field/lexical/utils/getDOMRangeRect.d.ts.map +0 -1
  2150. package/dist/field/lexical/utils/getDOMRangeRect.js +0 -16
  2151. package/dist/field/lexical/utils/getDOMRangeRect.js.map +0 -1
  2152. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +0 -1
  2153. package/dist/field/lexical/utils/getSelectedNode.js +0 -18
  2154. package/dist/field/lexical/utils/getSelectedNode.js.map +0 -1
  2155. package/dist/field/lexical/utils/guard.d.ts.map +0 -1
  2156. package/dist/field/lexical/utils/guard.js +0 -5
  2157. package/dist/field/lexical/utils/guard.js.map +0 -1
  2158. package/dist/field/lexical/utils/invariant.d.ts +0 -2
  2159. package/dist/field/lexical/utils/invariant.d.ts.map +0 -1
  2160. package/dist/field/lexical/utils/invariant.js +0 -12
  2161. package/dist/field/lexical/utils/invariant.js.map +0 -1
  2162. package/dist/field/lexical/utils/joinClasses.d.ts.map +0 -1
  2163. package/dist/field/lexical/utils/joinClasses.js +0 -5
  2164. package/dist/field/lexical/utils/joinClasses.js.map +0 -1
  2165. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts +0 -4
  2166. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts.map +0 -1
  2167. package/dist/field/lexical/utils/markdown/createBlockNode.js +0 -12
  2168. package/dist/field/lexical/utils/markdown/createBlockNode.js.map +0 -1
  2169. package/dist/field/lexical/utils/nodeFormat.d.ts +0 -41
  2170. package/dist/field/lexical/utils/nodeFormat.d.ts.map +0 -1
  2171. package/dist/field/lexical/utils/nodeFormat.js +0 -88
  2172. package/dist/field/lexical/utils/nodeFormat.js.map +0 -1
  2173. package/dist/field/lexical/utils/point.d.ts.map +0 -1
  2174. package/dist/field/lexical/utils/point.js +0 -37
  2175. package/dist/field/lexical/utils/point.js.map +0 -1
  2176. package/dist/field/lexical/utils/rect.d.ts +0 -47
  2177. package/dist/field/lexical/utils/rect.d.ts.map +0 -1
  2178. package/dist/field/lexical/utils/rect.js +0 -138
  2179. package/dist/field/lexical/utils/rect.js.map +0 -1
  2180. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +0 -2
  2181. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +0 -1
  2182. package/dist/field/lexical/utils/setFloatingElemPosition.js +0 -53
  2183. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +0 -1
  2184. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +0 -1
  2185. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js +0 -27
  2186. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +0 -1
  2187. package/dist/field/lexical/utils/swipe.d.ts.map +0 -1
  2188. package/dist/field/lexical/utils/swipe.js +0 -100
  2189. package/dist/field/lexical/utils/swipe.js.map +0 -1
  2190. package/dist/field/lexical/utils/url.d.ts +0 -3
  2191. package/dist/field/lexical/utils/url.d.ts.map +0 -1
  2192. package/dist/field/lexical/utils/url.js +0 -25
  2193. package/dist/field/lexical/utils/url.js.map +0 -1
  2194. package/dist/generateComponentMap.d.ts +0 -6
  2195. package/dist/generateComponentMap.d.ts.map +0 -1
  2196. package/dist/generateComponentMap.js +0 -86
  2197. package/dist/generateComponentMap.js.map +0 -1
  2198. package/dist/generateSchemaMap.d.ts +0 -6
  2199. package/dist/generateSchemaMap.d.ts.map +0 -1
  2200. package/dist/generateSchemaMap.js +0 -31
  2201. package/dist/generateSchemaMap.js.map +0 -1
  2202. package/dist/populate/defaultValue.d.ts +0 -4
  2203. package/dist/populate/defaultValue.d.ts.map +0 -1
  2204. package/dist/populate/defaultValue.js +0 -50
  2205. package/dist/populate/defaultValue.js.map +0 -1
  2206. package/dist/populate/populate.d.ts +0 -21
  2207. package/dist/populate/populate.d.ts.map +0 -1
  2208. package/dist/populate/populate.js +0 -21
  2209. package/dist/populate/populate.js.map +0 -1
  2210. package/dist/populate/recurseNestedFields.d.ts +0 -25
  2211. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  2212. package/dist/populate/recurseNestedFields.js +0 -26
  2213. package/dist/populate/recurseNestedFields.js.map +0 -1
  2214. package/dist/populate/richTextRelationshipPromise.d.ts +0 -23
  2215. package/dist/populate/richTextRelationshipPromise.d.ts.map +0 -1
  2216. package/dist/populate/richTextRelationshipPromise.js +0 -68
  2217. package/dist/populate/richTextRelationshipPromise.js.map +0 -1
  2218. package/dist/scss/app.scss +0 -208
  2219. package/dist/scss/colors.scss +0 -269
  2220. package/dist/scss/queries.scss +0 -27
  2221. package/dist/scss/resets.scss +0 -17
  2222. package/dist/scss/styles.scss +0 -11
  2223. package/dist/scss/svg.scss +0 -10
  2224. package/dist/scss/toastify.scss +0 -58
  2225. package/dist/scss/type.scss +0 -117
  2226. package/dist/scss/vars.scss +0 -213
  2227. package/dist/scss/z-index.scss +0 -9
  2228. package/dist/useLexicalFeature.d.ts +0 -3
  2229. package/dist/useLexicalFeature.d.ts.map +0 -1
  2230. package/dist/useLexicalFeature.js +0 -9
  2231. package/dist/useLexicalFeature.js.map +0 -1
  2232. package/src/index.ts +0 -423
  2233. /package/dist/{field/features → features}/blockquote/markdownTransformer.d.ts +0 -0
  2234. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.d.ts +0 -0
  2235. /package/dist/{field/features → features}/converters/html/converter/converters/paragraph.d.ts +0 -0
  2236. /package/dist/{field/features → features}/converters/html/converter/converters/text.d.ts +0 -0
  2237. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.d.ts +0 -0
  2238. /package/dist/{field/features → features}/format/bold/markdownTransformers.d.ts +0 -0
  2239. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.d.ts +0 -0
  2240. /package/dist/{field/features → features}/format/italic/markdownTransformers.d.ts +0 -0
  2241. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.d.ts +0 -0
  2242. /package/dist/{field/features → features}/heading/markdownTransformer.d.ts +0 -0
  2243. /package/dist/{field/features/horizontalrule → features/horizontalRule/client}/markdownTransformer.d.ts +0 -0
  2244. /package/dist/{field/features/link → features/link/client}/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  2245. /package/dist/{field/features/link → features/link/client}/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  2246. /package/dist/{field/features → features}/link/nodes/AutoLinkNode.d.ts +0 -0
  2247. /package/dist/{field/features → features}/lists/checklist/markdownTransformers.d.ts +0 -0
  2248. /package/dist/{field/features/lists/orderedlist → features/lists/orderedList}/markdownTransformer.d.ts +0 -0
  2249. /package/dist/{field/features/lists/unorderedlist → features/lists/unorderedList}/markdownTransformer.d.ts +0 -0
  2250. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2251. /package/dist/{field/features → features}/migrations/slateToLexical/converter/index.d.ts +0 -0
  2252. /package/dist/{field/features → features}/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2253. /package/dist/{field/features/relationship → features/relationship/client}/drawer/commands.d.ts +0 -0
  2254. /package/dist/{field/features/relationship → features/relationship/client}/drawer/index.d.ts +0 -0
  2255. /package/dist/{field/features/relationship → features/relationship/client}/utils/EnabledRelationshipsCondition.d.ts +0 -0
  2256. /package/dist/{field/features/upload → features/upload/client}/drawer/commands.d.ts +0 -0
  2257. /package/dist/{field/features/upload → features/upload/client}/drawer/index.d.ts +0 -0
  2258. /package/dist/{field/lexical → lexical}/plugins/MarkdownShortcut/index.d.ts +0 -0
  2259. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.d.ts +0 -0
  2260. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts +0 -0
  2261. /package/dist/{field/lexical → lexical}/plugins/handles/utils/doesLineHeightAffectElement.d.ts +0 -0
  2262. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.d.ts +0 -0
  2263. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getTopLevelNodeKeys.d.ts +0 -0
  2264. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.d.ts +0 -0
  2265. /package/dist/{field/lexical → lexical}/plugins/handles/utils/setHandlePosition.d.ts +0 -0
  2266. /package/dist/{field/lexical → lexical}/ui/icons/AI/index.d.ts +0 -0
  2267. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.svg +0 -0
  2268. /package/dist/{field/lexical → lexical}/ui/icons/AlignCenter/index.d.ts +0 -0
  2269. /package/dist/{field/lexical → lexical}/ui/icons/AlignJustify/index.d.ts +0 -0
  2270. /package/dist/{field/lexical → lexical}/ui/icons/AlignLeft/index.d.ts +0 -0
  2271. /package/dist/{field/lexical → lexical}/ui/icons/AlignRight/index.d.ts +0 -0
  2272. /package/dist/{field/lexical → lexical}/ui/icons/Block/index.d.ts +0 -0
  2273. /package/dist/{field/lexical → lexical}/ui/icons/Blockquote/index.d.ts +0 -0
  2274. /package/dist/{field/lexical → lexical}/ui/icons/Bold/index.d.ts +0 -0
  2275. /package/dist/{field/lexical → lexical}/ui/icons/Checklist/index.d.ts +0 -0
  2276. /package/dist/{field/lexical → lexical}/ui/icons/Code/index.d.ts +0 -0
  2277. /package/dist/{field/lexical → lexical}/ui/icons/CodeBlock/index.d.ts +0 -0
  2278. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/index.svg +0 -0
  2279. /package/dist/{field/lexical → lexical}/ui/icons/Edit/index.svg +0 -0
  2280. /package/dist/{field/lexical → lexical}/ui/icons/H1/index.d.ts +0 -0
  2281. /package/dist/{field/lexical → lexical}/ui/icons/H2/index.d.ts +0 -0
  2282. /package/dist/{field/lexical → lexical}/ui/icons/H3/index.d.ts +0 -0
  2283. /package/dist/{field/lexical → lexical}/ui/icons/H4/index.d.ts +0 -0
  2284. /package/dist/{field/lexical → lexical}/ui/icons/H5/index.d.ts +0 -0
  2285. /package/dist/{field/lexical → lexical}/ui/icons/H6/index.d.ts +0 -0
  2286. /package/dist/{field/lexical → lexical}/ui/icons/HorizontalRule/index.d.ts +0 -0
  2287. /package/dist/{field/lexical → lexical}/ui/icons/IndentDecrease/index.d.ts +0 -0
  2288. /package/dist/{field/lexical → lexical}/ui/icons/IndentIncrease/index.d.ts +0 -0
  2289. /package/dist/{field/lexical → lexical}/ui/icons/Italic/index.d.ts +0 -0
  2290. /package/dist/{field/lexical → lexical}/ui/icons/Link/index.d.ts +0 -0
  2291. /package/dist/{field/lexical → lexical}/ui/icons/OrderedList/index.d.ts +0 -0
  2292. /package/dist/{field/lexical → lexical}/ui/icons/Relationship/index.d.ts +0 -0
  2293. /package/dist/{field/lexical → lexical}/ui/icons/Remove/index.svg +0 -0
  2294. /package/dist/{field/lexical → lexical}/ui/icons/Strikethrough/index.d.ts +0 -0
  2295. /package/dist/{field/lexical → lexical}/ui/icons/Subscript/index.d.ts +0 -0
  2296. /package/dist/{field/lexical → lexical}/ui/icons/Superscript/index.d.ts +0 -0
  2297. /package/dist/{field/lexical → lexical}/ui/icons/Text/index.d.ts +0 -0
  2298. /package/dist/{field/lexical → lexical}/ui/icons/Underline/index.d.ts +0 -0
  2299. /package/dist/{field/lexical → lexical}/ui/icons/UnorderedList/index.d.ts +0 -0
  2300. /package/dist/{field/lexical → lexical}/ui/icons/Upload/index.d.ts +0 -0
  2301. /package/dist/{field/lexical → lexical}/utils/canUseDOM.d.ts +0 -0
  2302. /package/dist/{field/lexical → lexical}/utils/environment.d.ts +0 -0
  2303. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.d.ts +0 -0
  2304. /package/dist/{field/lexical → lexical}/utils/getSelectedNode.d.ts +0 -0
  2305. /package/dist/{field/lexical → lexical}/utils/guard.d.ts +0 -0
  2306. /package/dist/{field/lexical → lexical}/utils/joinClasses.d.ts +0 -0
  2307. /package/dist/{field/lexical → lexical}/utils/point.d.ts +0 -0
  2308. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -0
  2309. /package/dist/{field/lexical → lexical}/utils/swipe.d.ts +0 -0
@@ -0,0 +1,62 @@
1
+ export { slashMenuBasicGroupWithItems } from '../../features/shared/slashMenu/basicGroup.js';
2
+ export { RichTextCell } from '../../cell/index.js';
3
+ export { AlignFeatureClient } from '../../features/align/client/index.js';
4
+ export { BlockquoteFeatureClient } from '../../features/blockquote/client/index.js';
5
+ export { BlocksFeatureClient } from '../../features/blocks/client/index.js';
6
+ export { TestRecorderFeatureClient } from '../../features/debug/testRecorder/client/index.js';
7
+ export { TreeViewFeatureClient } from '../../features/debug/treeView/client/index.js';
8
+ export { BoldFeatureClient } from '../../features/format/bold/feature.client.js';
9
+ export { InlineCodeFeatureClient } from '../../features/format/inlineCode/feature.client.js';
10
+ export { ItalicFeatureClient } from '../../features/format/italic/feature.client.js';
11
+ export { StrikethroughFeatureClient } from '../../features/format/strikethrough/feature.client.js';
12
+ export { SubscriptFeatureClient } from '../../features/format/subscript/feature.client.js';
13
+ export { SuperscriptFeatureClient } from '../../features/format/superscript/feature.client.js';
14
+ export { UnderlineFeatureClient } from '../../features/format/underline/feature.client.js';
15
+ export { HeadingFeatureClient } from '../../features/heading/client/index.js';
16
+ export { HorizontalRuleFeatureClient } from '../../features/horizontalRule/client/index.js';
17
+ export { IndentFeatureClient } from '../../features/indent/client/index.js';
18
+ export { LinkFeatureClient } from '../../features/link/client/index.js';
19
+ export { ChecklistFeatureClient } from '../../features/lists/checklist/client/index.js';
20
+ export { OrderedListFeatureClient } from '../../features/lists/orderedList/client/index.js';
21
+ export { UnorderedListFeatureClient } from '../../features/lists/unorderedList/client/index.js';
22
+ export { LexicalPluginToLexicalFeatureClient } from '../../features/migrations/lexicalPluginToLexical/feature.client.js';
23
+ export { SlateToLexicalFeatureClient } from '../../features/migrations/slateToLexical/feature.client.js';
24
+ export { ParagraphFeatureClient } from '../../features/paragraph/client/index.js';
25
+ export { RelationshipFeatureClient } from '../../features/relationship/client/index.js';
26
+ export { toolbarFormatGroupWithItems } from '../../features/format/shared/toolbarFormatGroup.js';
27
+ export { toolbarAddDropdownGroupWithItems } from '../../features/shared/toolbar/addDropdownGroup.js';
28
+ export { toolbarFeatureButtonsGroupWithItems } from '../../features/shared/toolbar/featureButtonsGroup.js';
29
+ export { toolbarTextDropdownGroupWithItems } from '../../features/shared/toolbar/textDropdownGroup.js';
30
+ export { FixedToolbarFeatureClient } from '../../features/toolbars/fixed/client/index.js';
31
+ export { InlineToolbarFeatureClient } from '../../features/toolbars/inline/client/index.js';
32
+ export { ToolbarButton } from '../../features/toolbars/shared/ToolbarButton/index.js';
33
+ export { TableFeatureClient } from '../../features/experimental_table/client/index.js';
34
+ export { ToolbarDropdown } from '../../features/toolbars/shared/ToolbarDropdown/index.js';
35
+ export { UploadFeatureClient } from '../../features/upload/client/feature.client.js';
36
+ export { RichTextField } from '../../field/index.js';
37
+ export { EditorConfigProvider, useEditorConfigContext, } from '../../lexical/config/client/EditorConfigProvider.js';
38
+ export { defaultEditorLexicalConfig } from '../../lexical/config/client/default.js';
39
+ export { sanitizeClientEditorConfig, sanitizeClientFeatures, } from '../../lexical/config/client/sanitize.js';
40
+ export { CAN_USE_DOM } from '../../lexical/utils/canUseDOM.js';
41
+ export { getDOMRangeRect } from '../../lexical/utils/getDOMRangeRect.js';
42
+ export { getSelectedNode } from '../../lexical/utils/getSelectedNode.js';
43
+ export { isHTMLElement } from '../../lexical/utils/guard.js';
44
+ export { joinClasses } from '../../lexical/utils/joinClasses.js';
45
+ export { createBlockNode } from '../../lexical/utils/markdown/createBlockNode.js';
46
+ export { isPoint, Point } from '../../lexical/utils/point.js';
47
+ export { Rect } from '../../lexical/utils/rect.js';
48
+ export { setFloatingElemPosition } from '../../lexical/utils/setFloatingElemPosition.js';
49
+ export { setFloatingElemPositionForLinkEditor } from '../../lexical/utils/setFloatingElemPositionForLinkEditor.js';
50
+ export { addSwipeDownListener, addSwipeLeftListener, addSwipeRightListener, addSwipeUpListener, } from '../../lexical/utils/swipe.js';
51
+ export { createClientFeature } from '../../utilities/createClientFeature.js';
52
+ export { DETAIL_TYPE_TO_DETAIL, DOUBLE_LINE_BREAK, ELEMENT_FORMAT_TO_TYPE, ELEMENT_TYPE_TO_FORMAT, IS_ALL_FORMATTING, LTR_REGEX, NodeFormat, NON_BREAKING_SPACE, RTL_REGEX, TEXT_MODE_TO_TYPE, TEXT_TYPE_TO_FORMAT, TEXT_TYPE_TO_MODE, } from '../../lexical/utils/nodeFormat.js';
53
+ export { ENABLE_SLASH_MENU_COMMAND } from '../../lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js';
54
+ export { getEnabledNodes } from '../../lexical/nodes/index.js';
55
+ export { $createUploadNode, $isUploadNode, UploadNode, } from '../../features/upload/client/nodes/UploadNode.js';
56
+ export { $createRelationshipNode, $isRelationshipNode, RelationshipNode, } from '../../features/relationship/client/nodes/RelationshipNode.js';
57
+ export { $createLinkNode, $isLinkNode, LinkNode, TOGGLE_LINK_COMMAND, } from '../../features/link/nodes/LinkNode.js';
58
+ export { $createAutoLinkNode, $isAutoLinkNode, AutoLinkNode, } from '../../features/link/nodes/AutoLinkNode.js';
59
+ export { $createBlockNode, $isBlockNode, BlockNode, } from '../../features/blocks/client/nodes/BlocksNode.js';
60
+ export { $createInlineBlockNode, $isInlineBlockNode, InlineBlockNode, } from '../../features/blocks/client/nodes/InlineBlocksNode.js';
61
+ export { FieldsDrawer } from '../../utilities/fieldsDrawer/Drawer.js';
62
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/exports/client/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,4BAA4B,EAAE,MAAM,+CAA+C,CAAA;AAE5F,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAA;AACnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAA;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAA;AAC7F,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAA;AACrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAA;AAChF,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAA;AAC5F,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAA;AACpF,OAAO,EAAE,0BAA0B,EAAE,MAAM,uDAAuD,CAAA;AAClG,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAA;AAC1F,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAA;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAA;AAC1F,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAA;AAC7E,OAAO,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAA;AAC3F,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAA;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAA;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAA;AACvF,OAAO,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAA;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,oDAAoD,CAAA;AAC/F,OAAO,EAAE,mCAAmC,EAAE,MAAM,oEAAoE,CAAA;AACxH,OAAO,EAAE,2BAA2B,EAAE,MAAM,4DAA4D,CAAA;AACxG,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAA;AAEjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAA;AAEvF,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAA;AAChG,OAAO,EAAE,gCAAgC,EAAE,MAAM,mDAAmD,CAAA;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAA;AAC1G,OAAO,EAAE,iCAAiC,EAAE,MAAM,oDAAoD,CAAA;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAA;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,gDAAgD,CAAA;AAC3F,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAA;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mDAAmD,CAAA;AAEtF,OAAO,EAAE,eAAe,EAAE,MAAM,yDAAyD,CAAA;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAA;AAEpF,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,qDAAqD,CAAA;AAC5D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAA;AAEnF,OAAO,EACL,0BAA0B,EAC1B,sBAAsB,GACvB,MAAM,yCAAyC,CAAA;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAEhE,OAAO,EAAE,eAAe,EAAE,MAAM,iDAAiD,CAAA;AACjF,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAA;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAA;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,6DAA6D,CAAA;AAElH,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACrB,kBAAkB,GACnB,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAA;AAE5E,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,EACtB,sBAAsB,EACtB,iBAAiB,EACjB,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,qEAAqE,CAAA;AAE/G,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAE9D,OAAO,EACL,iBAAiB,EACjB,aAAa,EACb,UAAU,GACX,MAAM,kDAAkD,CAAA;AAEzD,OAAO,EACL,uBAAuB,EACvB,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,8DAA8D,CAAA;AAErE,OAAO,EACL,eAAe,EACf,WAAW,EACX,QAAQ,EACR,mBAAmB,GACpB,MAAM,uCAAuC,CAAA;AAE9C,OAAO,EACL,mBAAmB,EACnB,eAAe,EACf,YAAY,GACb,MAAM,2CAA2C,CAAA;AAElD,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,SAAS,GACV,MAAM,kDAAkD,CAAA;AAEzD,OAAO,EACL,sBAAsB,EACtB,kBAAkB,EAClB,eAAe,GAChB,MAAM,wDAAwD,CAAA;AAE/D,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA"}
@@ -0,0 +1,38 @@
1
+ "use client";import{a as Mt,b as ml,c as fl,d as pl,f as hl,h as gl}from"./chunk-IIWHHN4J.js";import{a as Ne,b as vt,c as dl}from"./chunk-6LZZDOEO.js";import{a as ke,b as At,c as Le,d as Ft,e as Dt,f as Ot}from"./chunk-32KXGBIQ.js";import{a as Ie,b as Ye,c as Xe,d as Je}from"./chunk-XCEM47RI.js";import{a as Re,b as Se,c as ye,d as Pt}from"./chunk-QZNJUROL.js";import{a as ce,b as qe,c as Me,d as ve,e as Ae,f as $t}from"./chunk-WAMTSCVM.js";import{a as ul,b as H}from"./chunk-GD6LBQBJ.js";function G(t){return{items:t,key:"basic",label:({i18n:e})=>e.t("lexical:general:slashMenuBasicGroupLabel")}}import{jsx as Bo}from"react/jsx-runtime";import{createHeadlessEditor as Cl}from"@lexical/headless";import{useConfig as xl,useTableCell as bl}from"@payloadcms/ui";import{formatAdminURL as _l}from"@payloadcms/ui/shared";import{$getRoot as Tl}from"lexical";import jo from"next/link.js";import El,{useEffect as wl,useMemo as Nl}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",tableRowStriping:"LexicalEditorTheme__tableRowStriping",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 Fe={namespace:"lexical",theme:$o};function Qe({unSanitizedEditorConfig:t}){for(let r of t.features)if(!r?.clientFeatureProps?.featureKey||r?.clientFeatureProps?.order===void 0||r?.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.");t.features=t.features.sort((r,i)=>r.clientFeatureProps.order-i.clientFeatureProps.order);let e=new Map;for(let r of t.features)e.set(r.clientFeatureProps.featureKey,r);let o=new Map,n=0;for(let r of t.features){let i=typeof r.feature=="function"?r.feature({featureProviderMap:e,resolvedFeatures:o,unSanitizedEditorConfig:t}):r.feature;i.key=r.clientFeatureProps.featureKey,i.order=n,o.set(r.clientFeatureProps.featureKey,i),n++}return o}var Ho=t=>{let e={enabledFeatures:[],hooks:{load:[],save:[]},markdownTransformers:[],nodes:[],plugins:[],providers:[],slashMenu:{dynamicGroups:[],groups:[]},toolbarFixed:{groups:[]},toolbarInline:{groups:[]}};if(!t?.size)return e;t.forEach(o=>{if(o.hooks&&(o.hooks?.load?.length&&(e.hooks.load=e.hooks.load.concat(o.hooks.load)),o.hooks?.save?.length&&(e.hooks.save=e.hooks.save.concat(o.hooks.save))),o.providers?.length&&(e.providers=e.providers.concat(o.providers)),o.nodes?.length&&(e.nodes=e.nodes.concat(o.nodes)),o.plugins?.length&&o.plugins.forEach((n,r)=>{e.plugins?.push({clientProps:o.sanitizedClientFeatureProps,Component:n.Component,key:o.key+r,position:n.position})}),o.toolbarInline?.groups?.length)for(let n of o.toolbarInline.groups){let r=e.toolbarInline.groups.find(i=>i.key===n.key);r?e.toolbarInline.groups=e.toolbarInline.groups.filter(i=>i.key!==n.key):r={...n,items:[]},n?.items?.length&&(r.items=r.items.concat(n.items)),e.toolbarInline?.groups.push(r)}if(o.toolbarFixed?.groups?.length)for(let n of o.toolbarFixed.groups){let r=e.toolbarFixed.groups.find(i=>i.key===n.key);r?e.toolbarFixed.groups=e.toolbarFixed.groups.filter(i=>i.key!==n.key):r={...n,items:[]},n?.items?.length&&(r.items=r.items.concat(n.items)),e.toolbarFixed?.groups.push(r)}if(o.slashMenu?.groups){o.slashMenu.dynamicGroups?.length&&(e.slashMenu.dynamicGroups=e.slashMenu.dynamicGroups.concat(o.slashMenu.dynamicGroups));for(let n of o.slashMenu.groups){let r=e.slashMenu.groups.find(i=>i.key===n.key);r?e.slashMenu.groups=e.slashMenu.groups.filter(i=>i.key!==n.key):r={...n,items:[]},n?.items?.length&&(r.items=r.items.concat(n.items)),e.slashMenu.groups.push(r)}}o.markdownTransformers?.length&&(e.markdownTransformers=e.markdownTransformers.concat(o.markdownTransformers)),e.enabledFeatures.push(o.key)}),e.toolbarInline.groups.sort((o,n)=>o.order&&n.order?o.order-n.order:o.order?-1:n.order?1:0),e.toolbarFixed.groups.sort((o,n)=>o.order&&n.order?o.order-n.order:o.order?-1:n.order?1:0);for(let o of e.toolbarInline.groups)o.items.sort((n,r)=>n.order&&r.order?n.order-r.order:n.order?-1:r.order?1:0);for(let o of e.toolbarFixed.groups)o.items.sort((n,r)=>n.order&&r.order?n.order-r.order:n.order?-1:r.order?1:0);return e};function De(t,e,o){return{admin:o,features:Ho(t),lexical:e,resolvedFeatureMap:t}}var kl=jo.default||jo,Ll=t=>{let{admin:e,field:{richTextComponentMap:o},lexicalEditorConfig:n}=t,[r,i]=El.useState("Loading..."),{cellData:l,cellProps:s,columnIndex:a,customCellContext:c,rowData:u}=bl(),{config:{routes:{admin:d}}}=xl(),{link:m}=s||{},f="span",p={},h=m!==void 0?m:a===0;h&&(f=kl,p.href=c?.collectionSlug?_l({adminRoute:d,path:`/collections/${c?.collectionSlug}/${u.id}`}):"");let b=Nl(()=>{let C=o?.get("features"),v=[];for(let E of C)v.push(E.clientFeature(E.clientFeatureProps));let M=n||Fe,_=Qe({unSanitizedEditorConfig:{features:v,lexical:M}});return De(_,M)},[o,n]);return b.admin=e,wl(()=>{let C=l;if(C==null||!b){i("");return}if(b?.features?.hooks?.load?.length&&b.features.hooks.load.forEach(_=>{C=_({incomingEditorState:C})}),!C||typeof C!="object"){i("");return}if(Array.isArray(C)&&!("root"in C)){i("");return}if("jsonContent"in C){i("");return}let v=Cl({namespace:b.lexical.namespace,nodes:Mt({editorConfig:b}),theme:b.lexical.theme});v.setEditorState(v.parseEditorState(C));let M=v.getEditorState().read(()=>Tl().getTextContent())||"";i(M)},[l,b]),h?Bo(f,{...p,children:r}):Bo("span",{children:r})};import{$isElementNode as ie,$isRangeSelection as tt,FORMAT_ELEMENT_COMMAND as ot}from"lexical";import{jsx as Ht,jsxs as Il}from"react/jsx-runtime";import"react";var Go=()=>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:[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:"M5 15H15",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as Bt,jsxs as Rl}from"react/jsx-runtime";import"react";var Uo=()=>Rl("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 15H17.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as jt,jsxs as Sl}from"react/jsx-runtime";import"react";var et=()=>Sl("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:[jt("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),jt("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),jt("path",{d:"M2.5 15H12.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as Gt,jsxs as yl}from"react/jsx-runtime";import"react";var Wo=()=>yl("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:[Gt("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Gt("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Gt("path",{d:"M7.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"})]});var y=t=>o=>{let n={clientFeatureProps:o};if(typeof t=="function")n.feature=({featureProviderMap:r,resolvedFeatures:i,unSanitizedEditorConfig:l})=>{let s=t({featureProviderMap:r,props:o,resolvedFeatures:i,unSanitizedEditorConfig:l});return s.sanitizedClientFeatureProps===null&&(s.sanitizedClientFeatureProps=o),s};else{let r={...t};r.sanitizedClientFeatureProps=o,n.feature=r}return n};var Vo=t=>({type:"dropdown",ChildComponent:et,items:t,key:"align",order:30});var zo=[Vo([{ChildComponent:et,isActive:({selection:t})=>{if(!tt(t))return!1;for(let e of t.getNodes()){if(ie(e)&&e.getFormatType()==="left")continue;let o=e.getParent();if(!(ie(o)&&o.getFormatType()==="left"))return!1}return!0},key:"alignLeft",label:({i18n:t})=>t.t("lexical:align:alignLeftLabel"),onSelect:({editor:t})=>{t.dispatchCommand(ot,"left")},order:1},{ChildComponent:Go,isActive:({selection:t})=>{if(!tt(t))return!1;for(let e of t.getNodes()){if(ie(e)&&e.getFormatType()==="center")continue;let o=e.getParent();if(!(ie(o)&&o.getFormatType()==="center"))return!1}return!0},key:"alignCenter",label:({i18n:t})=>t.t("lexical:align:alignCenterLabel"),onSelect:({editor:t})=>{t.dispatchCommand(ot,"center")},order:2},{ChildComponent:Wo,isActive:({selection:t})=>{if(!tt(t))return!1;for(let e of t.getNodes()){if(ie(e)&&e.getFormatType()==="right")continue;let o=e.getParent();if(!(ie(o)&&o.getFormatType()==="right"))return!1}return!0},key:"alignRight",label:({i18n:t})=>t.t("lexical:align:alignRightLabel"),onSelect:({editor:t})=>{t.dispatchCommand(ot,"right")},order:3},{ChildComponent:Uo,isActive:({selection:t})=>{if(!tt(t))return!1;for(let e of t.getNodes()){if(ie(e)&&e.getFormatType()==="justify")continue;let o=e.getParent();if(!(ie(o)&&o.getFormatType()==="justify"))return!1}return!0},key:"alignJustify",label:({i18n:t})=>t.t("lexical:align:alignJustifyLabel"),onSelect:({editor:t})=>{t.dispatchCommand(ot,"justify")},order:4}])],Ml=y({toolbarFixed:{groups:zo},toolbarInline:{groups:zo}});import{$createQuoteNode as Qo,$isQuoteNode as Jo,QuoteNode as Dl}from"@lexical/rich-text";import{$setBlocksType as er}from"@lexical/selection";import{$getSelection as tr,$isRangeSelection as Ol}from"lexical";import{jsx as Ko}from"react/jsx-runtime";import"react";var Ut=()=>Ko("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:Ko("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 Zo}from"react/jsx-runtime";import"react";var Oe=()=>Zo("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:Zo("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 V=t=>({type:"dropdown",ChildComponent:Oe,items:t,key:"text",order:25});import{$createQuoteNode as vl,$isQuoteNode as Yo,QuoteNode as Al}from"@lexical/rich-text";import{$createLineBreakNode as Fl}from"lexical";var Xo={type:"element",dependencies:[Al],export:(t,e)=>{if(!Yo(t))return null;let o=e(t).split(`
2
+ `),n=[];for(let r of o)n.push("> "+r);return n.join(`
3
+ `)},regExp:/^>\s/,replace:(t,e,o,n)=>{if(n){let i=t.getPreviousSibling();if(Yo(i)){i.splice(i.getChildrenSize(),0,[Fl(),...e]),i.select(0,0),t.remove();return}}let r=vl();r.append(...e),t.replace(r),r.select(0,0)}};var qo=[V([{ChildComponent:Ut,isActive:({selection:t})=>{if(!Ol(t))return!1;for(let e of t.getNodes())if(!Jo(e)&&!Jo(e.getParent()))return!1;return!0},key:"blockquote",label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=tr();er(e,()=>Qo())})},order:20}])],Pl=y({markdownTransformers:[Xo],nodes:[Dl],slashMenu:{groups:[G([{Icon:Ut,key:"blockquote",keywords:["quote","blockquote"],label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=tr();er(e,()=>Qo())})}}])]},toolbarFixed:{groups:qo},toolbarInline:{groups:qo}});import{getTranslation as it}from"@payloadcms/translations";import{jsx as Wt,jsxs as $l}from"react/jsx-runtime";import"react";var rt=()=>$l("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 or}from"react/jsx-runtime";import"react";var nt=()=>or("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:or("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{c as Hl}from"react/compiler-runtime";import{jsx as Bl}from"react/jsx-runtime";import{useLexicalComposerContext as jl}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Gl,$wrapNodeInElement as Ul,mergeRegister as Wl}from"@lexical/utils";import{getTranslation as Vl}from"@payloadcms/translations";import{formatDrawerSlug as zl,useEditDepth as Kl,useFieldProps as Zl,useModal as Yl,useTranslation as Xl}from"@payloadcms/ui";import{$createParagraphNode as Jl,$getNodeByKey as ql,$getPreviousSelection as Ql,$getSelection as rr,$insertNodes as es,$isParagraphNode as nr,$isRangeSelection as ir,$isRootOrShadowRoot as ts,COMMAND_PRIORITY_EDITOR as Vt}from"lexical";import{useEffect as os,useState as zt}from"react";var lr=()=>{let t=Hl(25),[e]=jl(),{closeModal:o,toggleModal:n}=Yl(),[r,i]=zt(null),[l,s]=zt(""),[a,c]=zt(null),{i18n:u,t:d}=Xl(),{schemaPath:m}=Zl(),{uuid:f}=H(),p=Kl(),h="lexical-inlineBlocks-create-"+f,b;t[0]!==h||t[1]!==p?(b=zl({slug:h,depth:p}),t[0]=h,t[1]=p,t[2]=b):b=t[2];let C=b,{field:v}=H(),{richTextComponentMap:M}=v,_,E;if(t[3]!==e||t[4]!==a||t[5]!==n||t[6]!==C?(_=()=>{if(!e.hasNodes([Ne]))throw new Error("BlocksPlugin: BlocksNode not registered on editor");return Wl(e.registerCommand(ke,N=>(e.update(()=>{let L=rr()||Ql();if(ir(L)){let g=vt(N);Gl(g);let{focus:w}=L,k=w.getNode();nr(k)&&k.getTextContentSize()===0&&k.getParentOrThrow().getChildren().filter(R=>nr(R)).length>1&&k.remove()}}),!0),Vt),e.registerCommand(At,N=>{if(a){let g=ql(a);return!g||!Ot(g)?!1:(g.setFields(N),c(null),!0)}let L=Dt(N);return es([L]),ts(L.getParentOrThrow())&&Ul(L,Jl).selectEnd(),!0},Vt),e.registerCommand(Le,N=>{let{fields:L,nodeKey:g}=N;if(i(L??null),c(g??null),s(L?.blockType??""),g)return n(C),!0;let w;return w=null,e.getEditorState().read(()=>{let k=rr();ir(k)&&(w=k)}),w&&n(C),!0},Vt))},E=[e,a,n,C],t[3]=e,t[4]=a,t[5]=n,t[6]=C,t[7]=_,t[8]=E):(_=t[7],E=t[8]),os(_,E),!r)return null;let T=`${m}.lexical_internal_feature.blocks.lexical_inline_blocks.lexical_inline_blocks.${r?.blockType}`,I="lexical_internal_feature.blocks.fields.lexical_inline_blocks",S,x;if(t[9]!==M||t[10]!==r||t[11]!==u||t[12]!==d||t[13]!==o||t[14]!==C||t[15]!==l||t[16]!==e||t[17]!==T){x=Symbol.for("react.early_return_sentinel");e:{let N=M?.has(I)?M.get(I)[0]:null,L=N?N.blocks.find(k=>k.slug===r?.blockType):null;if(!N){x=null;break e}let g=L?.labels?.singular?Vl(L?.labels?.singular,u):L?.slug,w;t[20]!==o||t[21]!==C||t[22]!==l||t[23]!==e?(w=(k,R)=>{o(C),R&&(R.blockType=l,e.dispatchCommand(At,R))},t[20]=o,t[21]=C,t[22]=l,t[23]=e,t[24]=w):w=t[24],S=Bl(ce,{data:r,drawerSlug:C,drawerTitle:d(`lexical:blocks:inlineBlocks:${r?.id?"edit":"create"}`,{label:g??d("lexical:blocks:inlineBlocks:label")}),featureKey:"blocks",fieldMapOverride:L?.fields,handleDrawerSubmit:w,schemaFieldsPathOverride:T,schemaPathSuffix:r?.blockType})}t[9]=M,t[10]=r,t[11]=u,t[12]=d,t[13]=o,t[14]=C,t[15]=l,t[16]=e,t[17]=T,t[18]=S,t[19]=x}else S=t[18],x=t[19];return x!==Symbol.for("react.early_return_sentinel")?x:S};var rs=y(({props:t})=>({nodes:[Ne,Ft],plugins:[{Component:lr,position:"normal"}],sanitizedClientFeatureProps:t,slashMenu:{groups:[t.clientBlockSlugs?.length?{items:t.clientBlockSlugs.map(e=>({Icon:rt,key:"block-"+e,keywords:["block","blocks",e],label:({i18n:o,richTextComponentMap:n})=>{if(!n)return e;let l=(n.get("lexical_internal_feature.blocks.fields.lexical_blocks")?.[0]).blocks.find(a=>a.slug===e);return l?.labels?.singular?it(l.labels.singular,o):l?.slug},onSelect:({editor:o})=>{o.dispatchCommand(ke,{blockName:"",blockType:e})}})),key:"blocks",label:({i18n:e})=>e.t("lexical:blocks:label")}:null,t.clientInlineBlockSlugs?.length?{items:t.clientInlineBlockSlugs.map(e=>({Icon:nt,key:"inlineBlocks-"+e,keywords:["inlineBlock","inline block",e],label:({i18n:o,richTextComponentMap:n})=>{if(!n)return e;let l=(n.get("lexical_internal_feature.blocks.fields.lexical_inline_blocks")?.[0]).blocks.find(a=>a.slug===e);return l?.labels?.singular?it(l.labels.singular,o):l?.slug},onSelect:({editor:o})=>{o.dispatchCommand(Le,{fields:{blockName:"",blockType:e}})}})),key:"inlineBlocks",label:({i18n:e})=>e.t("lexical:blocks:inlineBlocks:label")}:null].filter(Boolean)},toolbarFixed:{groups:[t.clientBlockSlugs?.length?{type:"dropdown",ChildComponent:rt,items:t.clientBlockSlugs.map((e,o)=>({ChildComponent:rt,isActive:void 0,key:"block-"+e,label:({i18n:n,richTextComponentMap:r})=>{if(!r)return e;let s=(r.get("lexical_internal_feature.blocks.fields.lexical_blocks")?.[0]).blocks.find(c=>c.slug===e);return s?.labels?.singular?it(s.labels.singular,n):s?.slug},onSelect:({editor:n})=>{n.dispatchCommand(ke,{blockName:"",blockType:e})},order:o})),key:"blocks",order:20}:null,t.clientInlineBlockSlugs?.length?{type:"dropdown",ChildComponent:nt,items:t.clientInlineBlockSlugs.map((e,o)=>({ChildComponent:nt,isActive:void 0,key:"inlineBlock-"+e,label:({i18n:n,richTextComponentMap:r})=>{if(!r)return e;let s=(r.get("lexical_internal_feature.blocks.fields.lexical_inline_blocks")?.[0]).blocks.find(c=>c.slug===e);return s?.labels?.singular?it(s.labels.singular,n):s?.slug},onSelect:({editor:n})=>{n.dispatchCommand(Le,{fields:{blockType:e}})},order:o})),key:"inlineBlocks",order:25}:null].filter(Boolean)}}));import{jsx as de,jsxs as Yt}from"react/jsx-runtime";import{useLexicalComposerContext as ls}from"@lexical/react/LexicalComposerContext.js";import{$createParagraphNode as ss,$createTextNode as as,$getRoot as cs}from"lexical";import*as dr from"react";import{useCallback as ue,useEffect as Kt,useLayoutEffect as ar,useRef as Zt,useState as lt}from"react";var K=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";var ns=K&&"documentMode"in document?document.documentMode:null,sr=K&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),F1=K&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),D1=K&&"InputEvent"in window&&!ns?"getTargetRanges"in new window.InputEvent("input"):!1,O1=K&&/Version\/[\d.].*Safari/.test(navigator.userAgent),P1=K&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,$1=K&&/Android/.test(navigator.userAgent),H1=K&&/Win/.test(navigator.platform),is=K&&/^(?=.*Chrome).*/i.test(navigator.userAgent),B1=K&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!is;var us=t=>{let e=document.createElement("textarea");e.value=t||"",e.style.position="absolute",e.style.opacity="0",document.body?.appendChild(e),e.focus(),e.select();try{let o=document.execCommand("copy");console.log(o)}catch(o){console.error(o)}document.body?.removeChild(e)},ds=(t,e)=>{let o=document.createElement("a");o.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(e||"")),o.setAttribute("download",t),o.style.display="none",document.body?.appendChild(o),o.click(),document.body?.removeChild(o)},ms=t=>{let o=((n,r)=>{switch(n){case"click":return` await page.mouse.click(${r.x}, ${r.y});`;case"press":return` await page.keyboard.press('${r}');`;case"keydown":return` await page.keyboard.keydown('${r}');`;case"keyup":return` await page.keyboard.keyup('${r}');`;case"type":return` await page.keyboard.type('${r}');`;case"selectAll":return" await selectAll(page);";case"snapshot":return` await assertHTMLSnapshot(page);
4
+ await assertSelection(page, {
5
+ anchorPath: [${r.anchorPath.toString()}],
6
+ anchorOffset: ${r.anchorOffset},
7
+ focusPath: [${r.focusPath.toString()}],
8
+ focusOffset: ${r.focusOffset},
9
+ });
10
+ `;default:return""}})(t.name,t.value);switch(t.count){case 1:return o;case 2:return[o,o].join(`
11
+ `);default:return` await repeat(${t.count}, async () => {
12
+ ${o}
13
+ );`}};function fs(t){return t.key.toLowerCase()==="a"&&(sr?t.metaKey:t.ctrlKey)}function ps(t){let{anchorNode:e,focusNode:o}=t,{anchorOffset:n,focusOffset:r}=t;return n!==0&&n--,r!==0&&r--,{anchorNode:e,anchorOffset:n,focusNode:o,focusOffset:r}}function cr(t,e){let o=t,n=[];for(;o!==e;)o!=null&&n.unshift(Array.from(o?.parentNode?.childNodes??[]).indexOf(o)),o=o?.parentNode;return n}var ur=new Set(["Enter","Backspace","Delete","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"]);function hs(t){let[e,o]=lt([]),[n,r]=lt(!1),[,i]=lt(""),[l,s]=lt(""),a=Zt(null),c=Zt(!1),u=Zt(null),d=ue(()=>t,[t]),m=ue(()=>{let _=t.getRootElement(),E=window.getSelection();return _==null||E==null||E.anchorNode==null||E.focusNode==null||!_.contains(E.anchorNode)||!_.contains(E.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
+ ${e.map(ms).join(`
31
+ `)}
32
+ });
33
+ });
34
+ `},[t,e]),f=ue((_,E)=>{o(T=>{let I=e.length-1,S=e[I];if(S&&S.name===_){if(_==="type")return[...e.slice(0,I),{...S,value:S.value+E}];if(S.value===E)return[...e.slice(0,I),{...S,count:S.count+1}]}return[...T,{name:_,count:1,value:E}]})},[e,o]);ar(()=>{let _=T=>{if(!n)return;let I=T.key;fs(T)?f("selectAll",""):ur.has(I)?f("press",T.key):[...I].length>1?f("keydown",T.key):f("type",T.key)},E=T=>{if(!n)return;let I=T.key;!ur.has(I)&&[...I].length>1&&f("keyup",T.key)};return t.registerRootListener((T,I)=>{I!==null&&(I.removeEventListener("keydown",_),I.removeEventListener("keyup",E)),T!==null&&(T.addEventListener("keydown",_),T.addEventListener("keyup",E))})},[t,n,f]),ar(()=>{u.current&&u.current.scrollTo(0,u.current.scrollHeight)},[m]),Kt(()=>{if(e){let _=m();_!==null&&s(_),u.current&&u.current.scrollTo(0,u.current.scrollHeight)}},[m,e]),Kt(()=>t.registerUpdateListener(({dirtyElements:E,dirtyLeaves:T,editorState:I})=>{if(!n)return;let S=I._selection,x=a.current,N=c.current;if(x!==S){if(T.size===0&&E.size===0&&!N){let g=window.getSelection();if(g&&(g.anchorNode==null||g.focusNode==null))return}a.current=S}c.current=!1;let L=m();L!==null&&s(L)}),[t,m,n,f]),Kt(()=>n?t.registerUpdateListener(()=>{let E=t.getRootElement();E!==null&&i(E?.innerHTML)}):void 0,[t,n]);let p=ue(_=>{n||(_.update(()=>{let E=cs();E.clear();let T=as();E.append(ss().append(T)),T.select()}),o([])),r(E=>!E)},[n]),h=ue(()=>{if(!n)return;let _=window.getSelection();if(_===null||_.anchorNode==null||_.focusNode==null)return;let{anchorNode:E,anchorOffset:T,focusNode:I,focusOffset:S}=ps(_),x=d().getRootElement(),N;E!==null&&(N=cr(E,x));let L;I!==null&&(L=cr(I,x)),f("snapshot",{anchorNode:E,anchorOffset:T,anchorPath:N,focusNode:I,focusOffset:S,focusPath:L})},[f,n,d]),b=ue(()=>{us(m())},[m]),C=ue(()=>{ds("test.js",m())},[m]);return[de("button",{className:`editor-dev-button ${n?"active":""}`,id:"test-recorder-button",onClick:_=>{p(d()),_.preventDefault()},title:n?"Disable test recorder":"Enable test recorder",type:"button",children:n?"Disable test recorder":"Enable test recorder"}),n?Yt("div",{className:"test-recorder-output",children:[Yt("div",{className:"test-recorder-toolbar",children:[de("button",{className:"test-recorder-button",id:"test-recorder-button-snapshot",onClick:_=>{h(),_.preventDefault()},title:"Insert snapshot",type:"button",children:"Insert Snapshot"}),de("button",{className:"test-recorder-button",id:"test-recorder-button-copy",onClick:_=>{b(),_.preventDefault()},title:"Copy to clipboard",type:"button",children:"Copy"}),de("button",{className:"test-recorder-button",id:"test-recorder-button-download",onClick:_=>{C(),_.preventDefault()},title:"Download as a file",type:"button",children:"Download"})]}),de("pre",{id:"test-recorder",ref:u,children:l})]}):null]}var mr=()=>{let[t]=ls(),[e,o]=hs(t);return Yt(dr.Fragment,{children:[de("p",{children:"HI"}),e,o,de("p",{children:"DONE"})]})};var gs=y({plugins:[{Component:mr,position:"bottom"}]});import{c as Cs}from"react/compiler-runtime";import{jsx as xs}from"react/jsx-runtime";import{useLexicalComposerContext as bs}from"@lexical/react/LexicalComposerContext.js";import{TreeView as _s}from"@lexical/react/LexicalTreeView.js";import"react";var fr=()=>{let t=Cs(2),[e]=bs(),o;return t[0]!==e?(o=xs(_s,{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"}),t[0]=e,t[1]=o):o=t[1],o};var Ts=y({plugins:[{Component:fr,position:"bottom"}]});import{$isRangeSelection as Es,FORMAT_TEXT_COMMAND as ws}from"lexical";import{jsx as pr}from"react/jsx-runtime";import"react";var hr=()=>pr("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:pr("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 U=t=>({type:"buttons",items:t,key:"format",order:40});var gr={type:"text-format",format:["bold","italic"],tag:"***"},Cr={type:"text-format",format:["bold","italic"],intraword:!1,tag:"___"},xr={type:"text-format",format:["bold"],tag:"**"},br={type:"text-format",format:["bold"],intraword:!1,tag:"__"};var _r=[U([{ChildComponent:hr,isActive:({selection:t})=>Es(t)?t.hasFormat("bold"):!1,key:"bold",onSelect:({editor:t})=>{t.dispatchCommand(ws,"bold")},order:1}])],Ns=y(({featureProviderMap:t})=>{let e=[xr,br];return t.get("italic")&&e.push(Cr,gr),{markdownTransformers:e,toolbarFixed:{groups:_r},toolbarInline:{groups:_r}}});import{$isRangeSelection as Ls,FORMAT_TEXT_COMMAND as Is}from"lexical";import{jsx as Tr,jsxs as ks}from"react/jsx-runtime";import"react";var Er=()=>ks("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:[Tr("path",{d:"M7.76465 6L3.76465 10L7.76465 14",stroke:"currentColor"}),Tr("path",{d:"M12.2354 6L16.2354 10L12.2354 14",stroke:"currentColor"})]});var wr={type:"text-format",format:["code"],tag:"`"};var Nr=[U([{ChildComponent:Er,isActive:({selection:t})=>Ls(t)?t.hasFormat("code"):!1,key:"inlineCode",onSelect:({editor:t})=>{t.dispatchCommand(Is,"code")},order:7}])],Rs=y({markdownTransformers:[wr],toolbarFixed:{groups:Nr},toolbarInline:{groups:Nr}});import{$isRangeSelection as Ss,FORMAT_TEXT_COMMAND as ys}from"lexical";import{jsx as kr}from"react/jsx-runtime";import"react";var Lr=()=>kr("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:kr("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 Ir={type:"text-format",format:["italic"],tag:"*"},Rr={type:"text-format",format:["italic"],intraword:!1,tag:"_"};var Sr=[U([{ChildComponent:Lr,isActive:({selection:t})=>Ss(t)?t.hasFormat("italic"):!1,key:"italic",onSelect:({editor:t})=>{t.dispatchCommand(ys,"italic")},order:2}])],Ms=y({markdownTransformers:[Ir,Rr],toolbarFixed:{groups:Sr},toolbarInline:{groups:Sr}});import{$isRangeSelection as As,FORMAT_TEXT_COMMAND as Fs}from"lexical";import{jsx as yr,jsxs as vs}from"react/jsx-runtime";import"react";var Mr=()=>vs("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:[yr("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"}),yr("path",{d:"M4.99756 11.44H15.0026V12.19H4.99756V11.44Z",fill:"currentColor"})]});var vr={type:"text-format",format:["strikethrough"],tag:"~~"};var Ar=[U([{ChildComponent:Mr,isActive:({selection:t})=>As(t)?t.hasFormat("strikethrough"):!1,key:"strikethrough",onSelect:({editor:t})=>{t.dispatchCommand(Fs,"strikethrough")},order:4}])],Ds=y({markdownTransformers:[vr],toolbarFixed:{groups:Ar},toolbarInline:{groups:Ar}});import{$isRangeSelection as Os,FORMAT_TEXT_COMMAND as Ps}from"lexical";import{jsx as Fr}from"react/jsx-runtime";import"react";var Dr=()=>Fr("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:Fr("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 Or=[U([{ChildComponent:Dr,isActive:({selection:t})=>Os(t)?t.hasFormat("subscript"):!1,key:"subscript",onSelect:({editor:t})=>{t.dispatchCommand(Ps,"subscript")},order:5}])],$s=y({toolbarFixed:{groups:Or},toolbarInline:{groups:Or}});import{$isRangeSelection as Hs,FORMAT_TEXT_COMMAND as Bs}from"lexical";import{jsx as Pr}from"react/jsx-runtime";import"react";var $r=()=>Pr("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:Pr("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 Hr=[U([{ChildComponent:$r,isActive:({selection:t})=>Hs(t)?t.hasFormat("superscript"):!1,key:"superscript",onSelect:({editor:t})=>{t.dispatchCommand(Bs,"superscript")},order:6}])],js=y({toolbarFixed:{groups:Hr},toolbarInline:{groups:Hr}});import{$isRangeSelection as Us,FORMAT_TEXT_COMMAND as Ws}from"lexical";import{jsx as Br,jsxs as Gs}from"react/jsx-runtime";import"react";var jr=()=>Gs("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:[Br("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"}),Br("path",{d:"M5.09961 16.3H14.9016V16.95H5.09961V16.3Z",fill:"currentColor"})]});var Gr=[U([{ChildComponent:jr,isActive:({selection:t})=>Us(t)?t.hasFormat("underline"):!1,key:"underline",onSelect:({editor:t})=>{t.dispatchCommand(Ws,"underline")},order:3}])],Vs=y({toolbarFixed:{groups:Gr},toolbarInline:{groups:Gr}});import{$createHeadingNode as Ys,$isHeadingNode as on,HeadingNode as Xs}from"@lexical/rich-text";import{$setBlocksType as Js}from"@lexical/selection";import{$getSelection as qs,$isRangeSelection as Qs}from"lexical";import{jsx as Ur}from"react/jsx-runtime";import"react";var Wr=()=>Ur("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:Ur("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 Vr}from"react/jsx-runtime";import"react";var zr=()=>Vr("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:Vr("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 Kr}from"react/jsx-runtime";import"react";var Zr=()=>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.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 Yr}from"react/jsx-runtime";import"react";var Xr=()=>Yr("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:Yr("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 Jr}from"react/jsx-runtime";import"react";var qr=()=>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:"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 Qr}from"react/jsx-runtime";import"react";var en=()=>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.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 zs,$isHeadingNode as Ks,HeadingNode as Zs}from"@lexical/rich-text";var Xt=t=>(e,o,n)=>{let r=t(n);r&&(r.append(...o),e.replace(r),r.select(0,0))};var tn=t=>{let o=`^(${t.map(r=>Number(r.slice(1))).map(r=>`#{${r}}`).join("|")})\\s`,n=new RegExp(o);return{type:"element",dependencies:[Zs],export:(r,i)=>{if(!Ks(r))return null;let l=Number(r.getTag().slice(1));return"#".repeat(l)+" "+i(r)},regExp:n,replace:Xt(r=>{let i="h"+r[1].length;return zs(i)})}};var rn=t=>{let e=qs();Js(e,()=>Ys(t))},nn={h1:Wr,h2:zr,h3:Zr,h4:Xr,h5:qr,h6:en},ea=y(({props:t})=>{let{enabledHeadingSizes:e=["h1","h2","h3","h4","h5","h6"]}=t,o=[V(e.map((n,r)=>({ChildComponent:nn[n],isActive:({selection:i})=>{if(!Qs(i))return!1;for(let l of i.getNodes()){if(on(l)&&l.getTag()===n)continue;let s=l.getParent();if(!(on(s)&&s.getTag()===n))return!1}return!0},key:n,label:({i18n:i})=>i.t("lexical:heading:label",{headingLevel:n.charAt(1)}),onSelect:({editor:i})=>{i.update(()=>{rn(n)})},order:r+2})))];return{markdownTransformers:[tn(e)],nodes:[Xs],sanitizedClientFeatureProps:t,slashMenu:{groups:e?.length?[G(e.map(n=>({Icon:nn[n],key:`heading-${n.charAt(1)}`,keywords:["heading",n],label:({i18n:r})=>r.t("lexical:heading:label",{headingLevel:n.charAt(1)}),onSelect:({editor:r})=>{r.update(()=>{rn(n)})}})))]:[]},toolbarFixed:{groups:e?.length?o:[]},toolbarInline:{groups:e?.length?o:[]}}});import{$isNodeSelection as ca}from"lexical";import{jsx as ln}from"react/jsx-runtime";import"react";var Jt=()=>ln("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:ln("rect",{fill:"currentColor",height:"1",width:"12",x:"4",y:"9.5"})});import{jsx as sn,jsxs as ta}from"react/jsx-runtime";import"react";var an=()=>ta("svg",{fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[sn("path",{d:"M5 10h10",stroke:"currentColor"}),sn("path",{d:"M10 15V5",stroke:"currentColor"})]});var q=t=>({type:"dropdown",ChildComponent:an,items:t,key:"add",order:10});var cn={type:"element",dependencies:[Ye],export:(t,e)=>Je(t)?"---":null,regExp:/^---\s*$/,replace:t=>{let e=Xe();e&&t.replace(e)}};import{c as oa}from"react/compiler-runtime";import{useLexicalComposerContext as ra}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as na}from"@lexical/utils";import{$getSelection as ia,$isRangeSelection as la,COMMAND_PRIORITY_EDITOR as sa}from"lexical";import{useEffect as aa}from"react";var un=()=>{let t=oa(3),[e]=ra(),o,n;return t[0]!==e?(o=()=>e.registerCommand(Ie,r=>{let i=ia();if(!la(i))return!1;if(i.focus.getNode()!==null){let s=Xe();na(s)}return!0},sa),n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),aa(o,n),null};var ua=y({markdownTransformers:[cn],nodes:[Ye],plugins:[{Component:un,position:"normal"}],slashMenu:{groups:[G([{Icon:Jt,key:"horizontalRule",keywords:["hr","horizontal rule","line","separator"],label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ie,void 0)}}])]},toolbarFixed:{groups:[q([{ChildComponent:Jt,isActive:({selection:t})=>{if(!ca(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Je(e)},key:"horizontalRule",label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ie,void 0)}}])]}});import{INDENT_CONTENT_COMMAND as fa,OUTDENT_CONTENT_COMMAND as pa}from"lexical";import{jsx as st,jsxs as da}from"react/jsx-runtime";import"react";var dn=()=>da("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:[st("path",{d:"M2.5 5H10.5",stroke:"currentColor",strokeWidth:"1.5"}),st("path",{d:"M2.5 10H10.5",stroke:"currentColor",strokeWidth:"1.5"}),st("path",{d:"M2.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"}),st("path",{d:"M12.25 7.25L17.25 3.75V10.75L12.25 7.25Z",fill:"currentColor"})]});import{jsx as at,jsxs as ma}from"react/jsx-runtime";import"react";var mn=()=>ma("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:"M17.5 5H9.5",stroke:"currentColor",strokeWidth:"1.5"}),at("path",{d:"M17.5 10H9.5",stroke:"currentColor",strokeWidth:"1.5"}),at("path",{d:"M17.5 15H2.5",stroke:"currentColor",strokeWidth:"1.5"}),at("path",{d:"M7.75 7.25L2.75 3.75V10.75L7.75 7.25Z",fill:"currentColor"})]});var fn=t=>({type:"buttons",items:t,key:"indent",order:35});var pn=[fn([{ChildComponent:dn,isActive:()=>!1,isEnabled:({selection:t})=>{if(!t||!t?.getNodes()?.length)return!1;for(let e of t.getNodes()){let o=e.getParentOrThrow();if("__indent"in e&&e.__indent>0||"__indent"in o&&o.__indent>0)return!0}return!1},key:"indentDecrease",label:({i18n:t})=>t.t("lexical:indent:decreaseLabel"),onSelect:({editor:t})=>{t.dispatchCommand(pa,void 0)},order:1},{ChildComponent:mn,isActive:()=>!1,key:"indentIncrease",label:({i18n:t})=>t.t("lexical:indent:increaseLabel"),onSelect:({editor:t})=>{t.dispatchCommand(fa,void 0)},order:2}])],ha=y({toolbarFixed:{groups:pn},toolbarInline:{groups:pn}});import{$findMatchingParent as kc}from"@lexical/utils";import{$getSelection as io,$isRangeSelection as Wn}from"lexical";import{jsx as hn}from"react/jsx-runtime";import"react";var gn=()=>hn("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:hn("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 Cn}from"@lexical/selection";function he(t){let{anchor:e}=t,{focus:o}=t,n=t.anchor.getNode(),r=t.focus.getNode();return n===r?n:t.isBackward()?Cn(o)?n:r:Cn(e)?n:r}var qt=t=>({type:"buttons",items:t,key:"features",order:50});import{$createTextNode as La,$isTextNode as Ia}from"lexical";import{addClassNamesToElement as ga,isHTMLAnchorElement as Ca}from"@lexical/utils";import to from"bson-objectid";import{$applyNodeReplacement as xa,$createTextNode as xn,$getSelection as ba,$isElementNode as bn,$isRangeSelection as eo,createCommand as _a,ElementNode as Ta}from"lexical";var Ea=new Set(["http:","https:","mailto:","sms:","tel:"]),z=class t extends Ta{__fields;__id;constructor({id:e,fields:o={doc:null,linkType:"custom",newTab:!1,url:""},key:n}){super(n),this.__fields=o,this.__id=e}static clone(e){return new t({id:e.__id,fields:e.__fields,key:e.__key})}static getType(){return"link"}static importDOM(){return{a:e=>({conversion:wa,priority:1})}}static importJSON(e){e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),e.version===2&&!e.id&&(e.id=new to.default().toHexString(),e.version=3);let o=Q({id:e.id,fields:e.fields});return o.setFormat(e.format),o.setIndent(e.indent),o.setDirection(e.direction),o}canBeEmpty(){return!1}canInsertTextAfter(){return!1}canInsertTextBefore(){return!1}createDOM(e){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")),ga(o,e.theme.link),o}exportJSON(){let e={...super.exportJSON(),type:"link",fields:this.getFields(),version:3},o=this.getID();return o&&(e.id=o),e}extractWithChild(e,o,n){if(!eo(o))return!1;let r=o.anchor.getNode(),i=o.focus.getNode();return this.isParentOf(r)&&this.isParentOf(i)&&o.getTextContent().length>0}getFields(){return this.getLatest().__fields}getID(){return this.getLatest().__id}insertNewAfter(e,o=!0){let n=this.getParentOrThrow().insertNewAfter(e,o);if(bn(n)){let r=Q({fields:this.__fields});return n.append(r),r}return null}isInline(){return!0}sanitizeUrl(e){try{let o=new URL(e);if(!Ea.has(o.protocol))return"about:blank"}catch{return"https://"}return e}setFields(e){let o=this.getWritable();o.__fields=e}updateDOM(e,o,n){let r=this.__fields?.url,i=this.__fields?.newTab;return r!=null&&r!==e.__fields?.url&&this.__fields?.linkType==="custom"&&(o.href=r),this.__fields?.linkType==="internal"&&e.__fields?.linkType==="custom"&&o.removeAttribute("href"),o.rel==null&&(o.rel=""),i!==e.__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 wa(t){let e=null;if(Ca(t)){let o=t.textContent;o!==null&&o!==""&&(e=Q({id:new to.default().toHexString(),fields:{doc:null,linkType:"custom",newTab:t.getAttribute("target")==="_blank",url:t.getAttribute("href")??""}}))}return{node:e}}function Q({id:t,fields:e}){return xa(new z({id:t??new to.default().toHexString(),fields:e}))}function j(t){return t instanceof z}var X=_a("TOGGLE_LINK_COMMAND");function _n(t){let e=ba();if(!eo(e)&&!t.selectedNodes?.length)return;let o=eo(e)?e.extract():t.selectedNodes;if(t===null)o?.forEach(n=>{let r=n.getParent();if(j(r)){let i=r.getChildren();for(let l=0;l<i.length;l+=1)r.insertBefore(i[l]);r.remove()}});else{if(o?.length===1){let i=o[0],l=j(i)?i:Na(i);if(l!==null){l.setFields(t.fields),t.text!=null&&t.text!==l.getTextContent()&&(l.append(xn(t.text)),l.getChildren().forEach(s=>{s!==l.getLastChild()&&s.remove()}));return}}let n=null,r=null;o?.forEach(i=>{let l=i.getParent();if(!(l===r||l===null||bn(i)&&!i.isInline())){if(j(l)){r=l,l.setFields(t.fields),t.text!=null&&t.text!==l.getTextContent()&&(l.append(xn(t.text)),l.getChildren().forEach(s=>{s!==l.getLastChild()&&s.remove()}));return}if(l.is(n)||(n=l,r=Q({fields:t.fields}),j(l)?i.getPreviousSibling()===null?l.insertBefore(r):l.insertAfter(r):i.insertBefore(r)),j(i)){if(i.is(r))return;if(r!==null){let s=i.getChildren();for(let a=0;a<s.length;a+=1)r.append(s[a])}i.remove();return}r!==null&&r.append(i)}})}}function Na(t){return ka(t,e=>j(e))}function ka(t,e){let o=t;for(;o!==null&&(o=o.getParent(),!(o===null||e(o))););return o}function Qt(t,e,o){let n,r=`${t}`;if(e==="add"){if(r.includes(o)){let i=new RegExp(o,"g");r=r.replace(i,"").trim()}r=r.trim(),n=r.length===0?`${o}`:`${r} ${o}`}else{let i=new RegExp(o,"g");n=r.replace(i,"").trim()}return n}var Tn={type:"text-match",dependencies:[z],export:(t,e,o)=>{if(!j(t))return null;let n=t,{url:r}=n.getFields(),i=`[${n.getTextContent()}](${r})`,l=n.getFirstChild();return n.getChildrenSize()===1&&Ia(l)?o(l,i):i},importRegExp:/\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)/,regExp:/\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)$/,replace:(t,e)=>{let[,o,n]=e,r=Q({fields:{doc:null,linkType:"custom",newTab:!1,url:n}}),i=La(o);i.setFormat(t.getFormat()),r.append(i),t.replace(r)},trigger:")"};import{$applyNodeReplacement as Ra,$isElementNode as Sa}from"lexical";var ee=class t extends z{static clone(e){return new t({id:"",fields:e.__fields,key:e.__key})}static getType(){return"autolink"}static importDOM(){return null}static importJSON(e){e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2);let o=Pe({fields:e.fields});return o.setFormat(e.format),o.setIndent(e.indent),o.setDirection(e.direction),o}exportJSON(){let e=super.exportJSON();return{type:"autolink",children:e.children,direction:e.direction,fields:e.fields,format:e.format,indent:e.indent,version:2}}insertNewAfter(e,o=!0){let n=this.getParentOrThrow().insertNewAfter(e,o);if(Sa(n)){let r=Pe({fields:this.__fields});return n.append(r),r}return null}};function Pe({fields:t}){return Ra(new ee({id:"",fields:t}))}function te(t){return t instanceof ee}import{c as ya}from"react/compiler-runtime";import{useLexicalComposerContext as Ma}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as va}from"@lexical/utils";import{$createTextNode as En,$getSelection as Aa,$isElementNode as Nn,$isLineBreakNode as kn,$isNodeSelection as Fa,$isRangeSelection as Da,$isTextNode as $e,TextNode as Oa}from"lexical";import{useEffect as Pa}from"react";function wn(t,e=o=>o){return o=>{let n=t.exec(o);return n===null?null:{index:n.index,length:n[0].length,text:n[0],url:e(n[0])}}}function Ln(t,e){for(let o=0;o<e.length;o++){let n=e[o](t);if(n!=null)return n}return null}var $a=/[.,;\s]/;function ut(t){return $a.test(t)}function In(t){return ut(t[t.length-1])}function ro(t){return ut(t[0])}function Ha(t,e){return e?/^\.[a-z]{2,}/i.test(t):/^\.[a-z0-9]+/i.test(t)}function Rn(t){let e=t.getPreviousSibling();return Nn(e)&&(e=e.getLastDescendant()),e===null||kn(e)||$e(e)&&In(e.getTextContent())}function Sn(t){let e=t.getNextSibling();return Nn(e)&&(e=e.getFirstDescendant()),e===null||kn(e)||$e(e)&&ro(e.getTextContent())}function Ba(t,e,o,n){return(t>0?ut(o[t-1]):Rn(n[0]))?e<o.length?ut(o[e]):Sn(n[n.length-1]):!1}function ja(t,e,o){let n=[],r=[],i=[],l=0,s=0,a=[...t];for(;a.length>0;){let c=a[0],d=c.getTextContent().length,m=s;s+d<=e?(n.push(c),l+=d):m>=o?i.push(c):r.push(c),s+=d,a.shift()}return[l,n,r,i]}function Ga(t,e,o,n){let r={linkType:"custom",url:n.url,...n.fields},i=Pe({fields:r});if(t.length===1){let l=t[0],s;e===0?[s,l]=l.splitText(o):[,s,l]=l.splitText(e,o);let a=En(n.text);return a.setFormat(s.getFormat()),a.setDetail(s.getDetail()),a.setStyle(s.getStyle()),i.append(a),s.replace(i),l}else if(t.length>1){let l=t[0],s=l.getTextContent().length,a;e===0?a=l:[,a]=l.splitText(e);let c=[],u;for(let p=1;p<t.length;p++){let h=t[p],C=h.getTextContent().length,v=s,M=s+C;if(v<o)if(M<=o)c.push(h);else{let[_,E]=h.splitText(o-v);c.push(_),u=E}s+=C}let d=Aa(),m=d?d.getNodes().find($e):void 0,f=En(a.getTextContent());return f.setFormat(a.getFormat()),f.setDetail(a.getDetail()),f.setStyle(a.getStyle()),i.append(f,...c),m&&m===a&&(Da(d)?f.select(d.anchor.offset,d.focus.offset):Fa(d)&&f.select(0,f.getTextContent().length)),a.replace(i),u}}function Ua(t,e,o){let n=[...t],r=n.map(a=>a.getTextContent()).join(""),i=r,l,s=0;for(;(l=Ln(i,e))!=null&&l!==null;){let a=l.index,c=l.length,u=a+c;if(Ba(s+a,s+u,r,n)){let[m,,f,p]=ja(n,s+a,s+u),h=s+a-m,b=s+u-m,C=Ga(f,h,b,l);n=C?[C,...p]:p,o(l.url,null),s=0}else s+=u;i=i.substring(u)}}function oo(t,e,o){let n=t.getChildren(),r=n.length;for(let a=0;a<r;a++){let c=n[a];if(!$e(c)||!c.isSimpleText()){ct(t),o(null,t.getFields()?.url??null);return}}let i=t.getTextContent(),l=Ln(i,e);if(l===null||l.text!==i){ct(t),o(null,t.getFields()?.url??null);return}if(!Rn(t)||!Sn(t)){ct(t),o(null,t.getFields()?.url??null);return}let s=t.getFields()?.url;if(s!==l?.url){let a=t.getFields();a.url=l?.url,t.setFields(a),o(l.url,s??null)}}function Wa(t,e,o){let n=t.getPreviousSibling(),r=t.getNextSibling(),i=t.getTextContent();if(te(n)){let l=n.getFields()?.url?n.getFields()?.url?.startsWith("mailto:"):!1;(!ro(i)||Ha(i,l))&&(n.append(t),oo(n,e,o),o(null,n.getFields()?.url??null))}te(r)&&!In(i)&&(ct(r),oo(r,e,o),o(null,r.getFields()?.url??null))}function ct(t){let e=t.getChildren(),o=e.length;for(let n=o-1;n>=0;n--)t.insertAfter(e[n]);return t.remove(),e.map(n=>n.getLatest())}function Va(t){let e=[t],o=t.getNextSibling();for(;o!==null&&$e(o)&&o.isSimpleText()&&(e.push(o),!/\s/.test(o.getTextContent()));)o=o.getNextSibling();return e}function za(t,e,o){let n=ya(5),r,i;n[0]!==t||n[1]!==o||n[2]!==e?(r=()=>{if(!t.hasNodes([ee]))throw new Error("LexicalAutoLinkPlugin: AutoLinkNode not registered on editor");let l=(s,a)=>{o?.(s,a)};return va(t.registerNodeTransform(Oa,s=>{let a=s.getParentOrThrow(),c=s.getPreviousSibling();if(te(a))oo(a,e,l);else if(!j(a)){if(s.isSimpleText()&&(ro(s.getTextContent())||!te(c))){let u=Va(s);Ua(u,e,l)}Wa(s,e,l)}}))},i=[t,e,o],n[0]=t,n[1]=o,n[2]=e,n[3]=r,n[4]=i):(r=n[3],i=n[4]),Pa(r,i)}var Ka=/((https?:\/\/(www\.)?)|(www\.))[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)(?<![-.+():%])/,Za=/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-\d]+\.)+[a-z]{2,}))/i,Ya=[wn(Ka,t=>t.startsWith("http")?t:`https://${t}`),wn(Za,t=>`mailto:${t}`)],yn=()=>{let[t]=Ma();return za(t,Ya),null};import{jsx as Xa}from"react/jsx-runtime";import{ClickableLinkPlugin as Ja}from"@lexical/react/LexicalClickableLinkPlugin.js";import"react";var Mn=()=>Xa(Ja,{});import{jsx as fc}from"react/jsx-runtime";import"react";import{createPortal as pc}from"react-dom";import{jsx as le,jsxs as no}from"react/jsx-runtime";import{useLexicalComposerContext as Qa}from"@lexical/react/LexicalComposerContext.js";import{$findMatchingParent as vn,mergeRegister as An}from"@lexical/utils";import{getTranslation as ec}from"@payloadcms/translations";import{CloseMenuIcon as tc,EditIcon as oc,formatDrawerSlug as rc,useConfig as nc,useEditDepth as ic,useModal as lc,useTranslation as sc}from"@payloadcms/ui";import{$getSelection as Fn,$isLineBreakNode as ac,$isRangeSelection as Dn,COMMAND_PRIORITY_HIGH as cc,COMMAND_PRIORITY_LOW as On,KEY_ESCAPE_COMMAND as uc,SELECTION_CHANGE_COMMAND as dc}from"lexical";import Pn,{useCallback as $n,useEffect as ft,useRef as mc,useState as ge}from"react";function dt(t,e,o,n=10,r=5){let i=o.parentElement;if(t===null||i==null){e.style.opacity="0",e.style.transform="translate(-10000px, -10000px)";return}let l=e.getBoundingClientRect(),s=o.getBoundingClientRect(),a=i.getBoundingClientRect(),c=t.top-n,u=t.left-r;c<a.top&&(c+=l.height+t.height+n*2),u+l.width>a.right&&(u=a.right-l.width-r),c-=s.top,u-=s.left,e.style.opacity="1",e.style.transform=`translate(${u}px, ${c}px)`}import{createCommand as qa}from"lexical";var mt=qa("TOGGLE_LINK_WITH_MODAL_COMMAND");function Hn({anchorElem:t}){let[e]=Qa(),o=mc(null),[n,r]=ge(null),[i,l]=ge(null),{uuid:s}=H(),{config:a}=nc(),{i18n:c,t:u}=sc(),[d,m]=ge(),{closeModal:f,toggleModal:p}=lc(),h=ic(),[b,C]=ge(!1),[v,M]=ge([]),[_,E]=ge(!1),T=rc({slug:"lexical-rich-text-link-"+s,depth:h}),I=$n(()=>{C(!1),o&&o.current&&(o.current.style.opacity="0",o.current.style.transform="translate(-10000px, -10000px)"),E(!1),r(null),l(null),M([]),m(void 0)},[C,r,l,M]),S=$n(()=>{let x=Fn(),N;if(!Dn(x)||!x){I();return}let L=he(x);N=e.getElementByKey(L.getKey())?.getBoundingClientRect();let g=vn(L,j),w=x.getNodes().filter(B=>!ac(B)).find(B=>{let P=vn(B,j);return g&&!g.is(P)||P&&!P.is(g)});if(g==null||w){I();return}let k={...g.getFields(),id:g.getID(),text:g.getTextContent()};if(g.getFields()?.linkType==="custom")r(g.getFields()?.url??null),l(null);else{r(`/admin/collections/${g.getFields()?.doc?.relationTo}/${g.getFields()?.doc?.value}`);let B=a.collections.find(P=>P.slug===g.getFields()?.doc?.relationTo);if(!B)l(g.getFields()?.label?String(g.getFields()?.label):null),r(g.getFields()?.url?String(g.getFields()?.url):null);else{let P=u("fields:linkedTo",{label:ec(B.labels.singular,c)}).replace(/<[^>]*>?/g,"");l(P)}}m(k),C(!0),M(x?x?.getNodes():[]),te(g)?E(!0):E(!1);let R=o.current,A=window.getSelection(),{activeElement:O}=document;if(R===null)return;let D=e.getRootElement();return A!==null&&D!==null&&D.contains(A.anchorNode)?(N||(N=A.getRangeAt(0).getBoundingClientRect()),N!=null&&(N.y+=40,dt(N,R,t))):(O==null||O.className!=="link-input")&&(D!==null&&dt(null,R,t),r(null),l(null)),!0},[e,I,a.collections,u,c,t]);return ft(()=>An(e.registerCommand(mt,x=>(e.dispatchCommand(X,x),S(),p(T),!0),On)),[e,S,p,T]),ft(()=>{let x=t.parentElement,N=()=>{e.getEditorState().read(()=>{S()})};return window.addEventListener("resize",N),x?.addEventListener("scroll",N),()=>{window.removeEventListener("resize",N),x?.removeEventListener("scroll",N)}},[t.parentElement,e,S]),ft(()=>An(e.registerUpdateListener(({editorState:x})=>{x.read(()=>{S()})}),e.registerCommand(dc,()=>(S(),!0),On),e.registerCommand(uc,()=>b?(I(),!0):!1,cc)),[e,S,b,I]),ft(()=>{e.getEditorState().read(()=>{S()})},[e,S]),no(Pn.Fragment,{children:[le("div",{className:"link-editor",ref:o,children:no("div",{className:"link-input",children:[n&&n.length>0?le("a",{href:n,rel:"noopener noreferrer",target:"_blank",children:i!=null&&i.length>0?i:n}):i!=null&&i.length>0?le("span",{className:"link-input__label-pure",children:i}):null,e.isEditable()&&no(Pn.Fragment,{children:[le("button",{"aria-label":"Edit link",className:"link-edit",onClick:()=>{p(T)},onMouseDown:x=>{x.preventDefault()},tabIndex:0,type:"button",children:le(oc,{})}),!_&&le("button",{"aria-label":"Remove link",className:"link-trash",onClick:()=>{e.dispatchCommand(X,null)},onMouseDown:x=>{x.preventDefault()},tabIndex:0,type:"button",children:le(tc,{})})]})]})}),le(ce,{className:"lexical-link-edit-drawer",data:d,drawerSlug:T,drawerTitle:u("fields:editLink"),featureKey:"link",handleDrawerSubmit:(x,N)=>{f(T);let L=N,g={...L};delete g.text,e.update(()=>{let w=Fn(),k=null;if(Dn(w)?k=he(w).getParent():v.length&&(k=v[0].getParent()),k&&te(k)){let R=Q({fields:g});k.replace(R,!0)}}),e.dispatchCommand(X,{fields:g,selectedNodes:v,text:L.text})},schemaPathSuffix:"fields"})]})}var Bn=t=>{let{anchorElem:e=document.body}=t;return pc(fc(Hn,{anchorElem:e}),e)};import{c as Cc}from"react/compiler-runtime";import{useLexicalComposerContext as xc}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as bc}from"@lexical/utils";import{$getSelection as _c,$isElementNode as Tc,$isRangeSelection as Ec,COMMAND_PRIORITY_LOW as Gn,PASTE_COMMAND as wc}from"lexical";import{useEffect as Nc}from"react";var hc=/(?:[A-Za-z]{3,9}:(?:\/\/)?(?:[-;:&=+$,\w]+@)?[A-Za-z\d.-]+|(?:www.|[-;:&=+$,\w]+@)[A-Za-z\d.-]+)(?:\/[+~%/.\w-]*)?\??[-+=&;%@.\w]*#?\w*/,gc=/^[\w\-./]*(?:#\w[\w-]*)?$/;function jn(t){if(!t)return!1;if(t==="https://"||hc.test(t)||gc.test(t))return!0;try{return new URL(t),!0}catch{}return!1}var Un=()=>{let t=Cc(3),[e]=xc(),o,n;return t[0]!==e?(o=()=>{if(!e.hasNodes([z]))throw new Error("LinkPlugin: LinkNode not registered on editor");return bc(e.registerCommand(X,r=>(_n(r),!0),Gn),e.registerCommand(wc,r=>{let i=_c();if(!Ec(i)||i.isCollapsed()||!(r instanceof ClipboardEvent)||r.clipboardData==null)return!1;let l=r.clipboardData.getData("text");if(!jn(l))return!1;if(!i.getNodes().some(s=>Tc(s))){let s={doc:null,linkType:"custom",newTab:!1,url:l};return e.dispatchCommand(X,{fields:s,text:null}),r.preventDefault(),!0}return!1},Gn))},n=[e],t[0]=e,t[1]=o,t[2]=n):(o=t[1],n=t[2]),Nc(o,n),null};var Vn=[qt([{ChildComponent:gn,isActive:({selection:t})=>{if(Wn(t)){let e=he(t);return kc(e,j)!=null}return!1},isEnabled:({selection:t})=>!!(Wn(t)&&io()?.getTextContent()?.length),key:"link",label:({i18n:t})=>t.t("lexical:link:label"),onSelect:({editor:t,isActive:e})=>{if(e)t.dispatchCommand(X,null);else{let o,n=[];if(t.getEditorState().read(()=>{o=io()?.getTextContent(),n=io()?.getNodes()??[]}),!o?.length)return;let r={doc:null,linkType:"custom",newTab:!1,url:"https://"};t.dispatchCommand(mt,{fields:r,selectedNodes:n,text:o})}},order:1}])],Lc=y({markdownTransformers:[Tn],nodes:[z,ee],plugins:[{Component:Un,position:"normal"},{Component:yn,position:"normal"},{Component:Mn,position:"normal"},{Component:Bn,position:"floatingAnchorElem"}],toolbarFixed:{groups:Vn},toolbarInline:{groups:Vn}});import{$isListNode as ao,INSERT_CHECK_LIST_COMMAND as Jn,ListItemNode as $c,ListNode as Hc}from"@lexical/list";import{$isRangeSelection as Bc}from"lexical";import{jsx as zn,jsxs as Ic}from"react/jsx-runtime";import"react";var lo=()=>Ic("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{jsx as Rc}from"react/jsx-runtime";import{ListPlugin as Sc}from"@lexical/react/LexicalListPlugin.js";import"react";var Ce=()=>Rc(Sc,{});function xe(t){return{items:t,key:"lists",label:({i18n:e})=>e.t("lexical:general:slashMenuListGroupLabel")}}import{$isListNode as Ac,ListItemNode as Fc,ListNode as Dc}from"@lexical/list";import{$createListItemNode as yc,$createListNode as Mc,$isListItemNode as vc,$isListNode as so}from"@lexical/list";var Kn=4,be=t=>(e,o,n)=>{let r=e.getPreviousSibling(),i=e.getNextSibling(),l=yc(t==="check"?n[3]==="x":void 0);if(so(i)&&i.getListType()===t){let a=i.getFirstChild();a!==null?a.insertBefore(l):i.append(l),e.remove()}else if(so(r)&&r.getListType()===t)r.append(l),e.remove();else{let a=Mc(t,t==="number"?Number(n[2]):void 0);a.append(l),e.replace(a)}l.append(...o),l.select(0,0);let s=Math.floor(n[1].length/Kn);s&&l.setIndent(s)},me=(t,e,o)=>{let n=[],r=t.getChildren(),i=0;for(let l of r)if(vc(l)){if(l.getChildrenSize()===1){let u=l.getFirstChild();if(so(u)){n.push(me(u,e,o+1));continue}}let s=" ".repeat(o*Kn),a=t.getListType(),c=a==="number"?`${t.getStart()+i}. `:a==="check"?`- [${l.getChecked()?"x":" "}] `:"- ";n.push(s+c+e(l)),i++}return n.join(`
35
+ `)};var Zn={type:"element",dependencies:[Dc,Fc],export:(t,e)=>Ac(t)?me(t,e,0):null,regExp:/^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i,replace:be("check")};import{jsx as Oc}from"react/jsx-runtime";import{CheckListPlugin as Pc}from"@lexical/react/LexicalCheckListPlugin.js";import"react";var Yn=()=>Oc(Pc,{});var Xn=[V([{ChildComponent:lo,isActive:({selection:t})=>{if(!Bc(t))return!1;for(let e of t.getNodes()){if(ao(e)&&e.getListType()==="check")continue;let o=e.getParent();if(ao(o)&&o.getListType()==="check")continue;let n=o?.getParent();if(!(ao(n)&&n.getListType()==="check"))return!1}return!0},key:"checklist",label:({i18n:t})=>t.t("lexical:checklist:label"),onSelect:({editor:t})=>{t.dispatchCommand(Jn,void 0)},order:12}])],jc=y(({featureProviderMap:t})=>{let e=[{Component:Yn,position:"normal"}];return!t.has("unorderedList")&&!t.has("orderedList")&&e.push({Component:Ce,position:"normal"}),{markdownTransformers:[Zn],nodes:t.has("unorderedList")||t.has("orderedList")?[]:[Hc,$c],plugins:e,slashMenu:{groups:[xe([{Icon:lo,key:"checklist",keywords:["check list","check","checklist","cl"],label:({i18n:o})=>o.t("lexical:checklist:label"),onSelect:({editor:o})=>{o.dispatchCommand(Jn,void 0)}}])]},toolbarFixed:{groups:Xn},toolbarInline:{groups:Xn}}});import{$isListNode as uo,INSERT_ORDERED_LIST_COMMAND as ei,ListItemNode as zc,ListNode as Kc}from"@lexical/list";import{$isRangeSelection as Zc}from"lexical";import{jsx as He,jsxs as Gc}from"react/jsx-runtime";import"react";var co=()=>Gc("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 Uc,ListItemNode as Wc,ListNode as Vc}from"@lexical/list";var qn={type:"element",dependencies:[Vc,Wc],export:(t,e)=>Uc(t)?me(t,e,0):null,regExp:/^(\s*)(\d+)\.\s/,replace:be("number")};var Qn=[V([{ChildComponent:co,isActive:({selection:t})=>{if(!Zc(t))return!1;for(let e of t.getNodes()){if(uo(e)&&e.getListType()==="number")continue;let o=e.getParent();if(uo(o)&&o.getListType()==="number")continue;let n=o?.getParent();if(!(uo(n)&&n.getListType()==="number"))return!1}return!0},key:"orderedList",label:({i18n:t})=>t.t("lexical:orderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(ei,void 0)},order:10}])],Yc=y(({featureProviderMap:t})=>({markdownTransformers:[qn],nodes:t.has("orderedList")?[]:[Kc,zc],plugins:t.has("orderedList")?[]:[{Component:Ce,position:"normal"}],slashMenu:{groups:[xe([{Icon:co,key:"orderedList",keywords:["ordered list","ol"],label:({i18n:e})=>e.t("lexical:orderedList:label"),onSelect:({editor:e})=>{e.dispatchCommand(ei,void 0)}}])]},toolbarFixed:{groups:Qn},toolbarInline:{groups:Qn}}));import{$isListNode as fo,INSERT_UNORDERED_LIST_COMMAND as ri,ListItemNode as eu,ListNode as tu}from"@lexical/list";import{$isRangeSelection as ou}from"lexical";import{jsx as _e,jsxs as Xc}from"react/jsx-runtime";import"react";var mo=()=>Xc("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:[_e("circle",{cx:"4",cy:"5",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),_e("circle",{cx:"4",cy:"10",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),_e("circle",{cx:"4",cy:"15",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),_e("path",{d:"M17 5H7",stroke:"currentColor",strokeWidth:"1.5"}),_e("path",{d:"M17 10H7",stroke:"currentColor",strokeWidth:"1.5"}),_e("path",{d:"M17 15H7",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as Jc,ListItemNode as qc,ListNode as Qc}from"@lexical/list";var ti={type:"element",dependencies:[Qc,qc],export:(t,e)=>Jc(t)?me(t,e,0):null,regExp:/^(\s*)[-*+]\s/,replace:be("bullet")};var oi=[V([{ChildComponent:mo,isActive:({selection:t})=>{if(!ou(t))return!1;for(let e of t.getNodes()){if(fo(e)&&e.getListType()==="bullet")continue;let o=e.getParent();if(fo(o)&&o.getListType()==="bullet")continue;let n=o?.getParent();if(!(fo(n)&&n.getListType()==="bullet"))return!1}return!0},key:"unorderedList",label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(ri,void 0)},order:11}])],ru=y({markdownTransformers:[ti],nodes:[tu,eu],plugins:[{Component:Ce,position:"normal"}],slashMenu:{groups:[xe([{Icon:mo,key:"unorderedList",keywords:["unordered list","ul"],label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(ri,void 0)}}])]},toolbarFixed:{groups:oi},toolbarInline:{groups:oi}});import{jsx as nu}from"react/jsx-runtime";import{addClassNamesToElement as iu}from"@lexical/utils";import{DecoratorNode as lu}from"lexical";import*as ni from"react";var su=ni.lazy(()=>import("./Component-MBLHTKDK.js").then(t=>({default:t.UnknownConvertedNodeComponent}))),Be=class t extends lu{__data;constructor({data:e,key:o}){super(o),this.__data=e}static clone(e){return new t({data:e.__data,key:e.__key})}static getType(){return"unknownConverted"}static importJSON(e){return au({data:e.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(e){let o=document.createElement("span");return iu(o,"unknownConverted"),o}decorate(){return nu(su,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(e,o){return!1}};function au({data:t}){return new Be({data:t})}var cu=y(()=>({nodes:[Be]}));import{jsx as uu}from"react/jsx-runtime";import{addClassNamesToElement as du}from"@lexical/utils";import{DecoratorNode as mu}from"lexical";import*as ii from"react";var fu=ii.lazy(()=>import("./Component-DOSSWC76.js").then(t=>({default:t.UnknownConvertedNodeComponent}))),je=class t extends mu{__data;constructor({data:e,key:o}){super(o),this.__data=e}static clone(e){return new t({data:e.__data,key:e.__key})}static getType(){return"unknownConverted"}static importJSON(e){return pu({data:e.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(e){let o=document.createElement("span");return du(o,"unknownConverted"),o}decorate(){return uu(fu,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(e,o){return!1}};function pu({data:t}){return new je({data:t})}var hu=y(()=>({nodes:[je]}));import{$setBlocksType as ai}from"@lexical/selection";import{$createParagraphNode as ci,$getSelection as ui,$isParagraphNode as li,$isRangeSelection as gu}from"lexical";var si=[V([{ChildComponent:Oe,isActive:({selection:t})=>{if(!gu(t))return!1;for(let e of t.getNodes())if(!li(e)&&!li(e.getParent()))return!1;return!0},key:"paragraph",label:({i18n:t})=>t.t("lexical:paragraph:label2"),onSelect:({editor:t})=>{t.update(()=>{let e=ui();ai(e,()=>ci())})},order:1}])],Cu=y({slashMenu:{groups:[G([{Icon:Oe,key:"paragraph",keywords:["normal","paragraph","p","text"],label:({i18n:t})=>t.t("lexical:paragraph:label"),onSelect:({editor:t})=>{t.update(()=>{let e=ui();ai(e,()=>ci())})}}])]},toolbarFixed:{groups:si},toolbarInline:{groups:si}});import{$isNodeSelection as Pu}from"lexical";import{jsx as Ge,jsxs as xu}from"react/jsx-runtime";import"react";var po=()=>xu("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{c as ku}from"react/compiler-runtime";import{jsx as Lu}from"react/jsx-runtime";import{useLexicalComposerContext as Iu}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Ru}from"@lexical/utils";import{useConfig as Su}from"@payloadcms/ui";import{$getPreviousSelection as yu,$getSelection as Mu,$isParagraphNode as hi,$isRangeSelection as vu,COMMAND_PRIORITY_EDITOR as Au,createCommand as Fu}from"lexical";import{useEffect as Du}from"react";import{c as bu}from"react/compiler-runtime";import{jsx as pt}from"react/jsx-runtime";import{useLexicalComposerContext as _u}from"@lexical/react/LexicalComposerContext.js";import{useListDrawer as Tu}from"@payloadcms/ui";import{$getNodeByKey as Eu,COMMAND_PRIORITY_EDITOR as wu}from"lexical";import{useEffect as di,useState as mi}from"react";var Nu=({editor:t,relationTo:e,replaceNodeKey:o,value:n})=>{o?t.update(()=>{let r=Eu(o);r&&r.replace(ye({relationTo:e,value:n}))}):t.dispatchCommand(ho,{relationTo:e,value:n})},fi=t=>{let e=bu(21),{enabledCollectionSlugs:o}=t,[n]=_u(),r;e[0]!==o?(r=()=>o?.[0],e[0]=o,e[1]=r):r=e[1];let[i,l]=mi(r),[s,a]=mi(null),c;e[2]!==o||e[3]!==i?(c={collectionSlugs:o,selectedCollection:i},e[2]=o,e[3]=i,e[4]=c):c=e[4];let[u,d,m]=Tu(c),{closeDrawer:f,isDrawerOpen:p,openDrawer:h}=m,b,C;e[5]!==n||e[6]!==h?(b=()=>n.registerCommand(Re,I=>(a(I?.replace?I?.replace.nodeKey:null),h(),!0),wu),C=[n,h],e[5]=n,e[6]=h,e[7]=b,e[8]=C):(b=e[7],C=e[8]),di(b,C);let v;e[9]!==n||e[10]!==s||e[11]!==f?(v=I=>{let{collectionSlug:S,docID:x}=I;Nu({editor:n,relationTo:S,replaceNodeKey:s,value:x}),f()},e[9]=n,e[10]=s,e[11]=f,e[12]=v):v=e[12];let M=v,_;e[13]!==o?(_=()=>{l(o?.[0])},e[13]=o,e[14]=_):_=e[14];let E;e[15]!==p||e[16]!==o?(E=[p,o],e[15]=p,e[16]=o,e[17]=E):E=e[17],di(_,E);let T;return e[18]!==M||e[19]!==u?(T=pt(u,{onSelect:M}),e[18]=M,e[19]=u,e[20]=T):T=e[20],T},pi=t=>(t?.enabledCollectionSlugs?.length??-1)>0?pt(fi,{...t}):pt(qe,{...t,children:pt(fi,{...t})});var ho=Fu("INSERT_RELATIONSHIP_COMMAND"),gi=t=>{let e=ku(10),{clientProps:o}=t,[n]=Iu(),{config:r}=Su(),{collections:i}=r,l=null;if(o?.enabledCollections)l=o?.enabledCollections;else if(o?.disabledCollections){let u;if(e[0]!==o||e[1]!==i){let d;e[3]!==o?(d=m=>{let{slug:f}=m;return!o?.disabledCollections?.includes(f)},e[3]=o,e[4]=d):d=e[4],u=i.filter(d).map(Ou),e[0]=o,e[1]=i,e[2]=u}else u=e[2];l=u}let s,a;e[5]!==n?(s=()=>{if(!n.hasNodes([Se]))throw new Error("RelationshipPlugin: RelationshipNode not registered on editor");return n.registerCommand(ho,u=>{let d=Mu()||yu();if(vu(d)){let m=ye(u);Ru(m);let{focus:f}=d,p=f.getNode();hi(p)&&p.getTextContentSize()===0&&p.getParentOrThrow().getChildren().filter(h=>hi(h)).length>1&&p.remove()}return!0},Au)},a=[n],e[5]=n,e[6]=s,e[7]=a):(s=e[6],a=e[7]),Du(s,a);let c;return e[8]!==l?(c=Lu(pi,{enabledCollectionSlugs:l}),e[8]=l,e[9]=c):c=e[9],c};function Ou(t){let{slug:e}=t;return e}var $u=y({nodes:[Se],plugins:[{Component:gi,position:"normal"}],slashMenu:{groups:[G([{Icon:po,key:"relationship",keywords:["relationship","relation","rel"],label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(Re,{replace:!1})}}])]},toolbarFixed:{groups:[q([{ChildComponent:po,isActive:({selection:t})=>{if(!Pu(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Pt(e)},key:"relationship",label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(Re,{replace:!1})}}])]}});import{c as qu}from"react/compiler-runtime";import{jsx as Z,jsxs as Qu}from"react/jsx-runtime";import{useLexicalComposerContext as ed}from"@lexical/react/LexicalComposerContext.js";import{useScrollInfo as td,useThrottledEffect as od,useTranslation as rd}from"@payloadcms/ui";import*as oe from"react";import{useMemo as nd}from"react";import{jsx as Hu}from"react/jsx-runtime";import{mergeRegister as Bu}from"@lexical/utils";import{$getSelection as ju}from"lexical";import{useCallback as Gu,useEffect as ht,useState as go}from"react";var Co="toolbar-popup__button",Ue=({children:t,editor:e,item:o})=>{let[n,r]=go(!0),[i,l]=go(!1),[s,a]=go(Co),c=H(),u=Gu(()=>{e.getEditorState().read(()=>{let d=ju();if(d){if(o.isActive){let m=o.isActive({editor:e,editorConfigContext:c,selection:d});i!==m&&l(m)}if(o.isEnabled){let m=o.isEnabled({editor:e,editorConfigContext:c,selection:d});n!==m&&r(m)}}})},[i,e,c,n,o]);return ht(()=>{u()},[u]),ht(()=>(document.addEventListener("mouseup",u),()=>{document.removeEventListener("mouseup",u)}),[u]),ht(()=>Bu(e.registerUpdateListener(()=>{u()})),[e,u]),ht(()=>{a([Co,n===!1?"disabled":"",i?"active":"",o?.key?`${Co}-`+o.key:""].filter(Boolean).join(" "))},[n,i,s,o.key]),Hu("button",{className:s,onClick:()=>{if(n!==!1)return e._updateTags=new Set([...e._updateTags,"toolbar"]),e.focus(()=>{o.onSelect?.({editor:e,isActive:i})}),!0},onMouseDown:d=>{d.preventDefault()},type:"button",children:t})};import{c as Ei}from"react/compiler-runtime";import{jsx as Ve,jsxs as Ku}from"react/jsx-runtime";import _o,{useEffect as Ti}from"react";import{mergeRegister as Zu}from"@lexical/utils";import{useTranslation as Yu}from"@payloadcms/ui";import{$getSelection as Xu}from"lexical";import{jsx as se,jsxs as Ci}from"react/jsx-runtime";import gt,{useCallback as Uu,useEffect as We,useMemo as Wu,useRef as bo,useState as Ct}from"react";import{createPortal as Vu}from"react-dom";var xo="toolbar-popup__dropdown-item",xi=gt.createContext(null);function bi({active:t,children:e,editor:o,enabled:n,item:r,title:i}){let[l,s]=Ct(xo);We(()=>{s([xo,n===!1?"disabled":"",t?"active":"",r?.key?`${xo}-${r.key}`:""].filter(Boolean).join(" "))},[n,t,l,r.key]);let a=bo(null),c=gt.useContext(xi);if(c===null)throw new Error("DropDownItem must be used within a DropDown");let{registerItem:u}=c;return We(()=>{a?.current!=null&&u(a)},[a,u]),se("button",{className:l,onClick:()=>{n!==!1&&(o._updateTags=new Set([...o._updateTags,"toolbar"]),o.focus(()=>{r.onSelect?.({editor:o,isActive:t})}))},onMouseDown:d=>{d.preventDefault()},ref:a,title:i,type:"button",children:e})}function zu({children:t,dropDownRef:e,itemsContainerClassNames:o,onClose:n}){let[r,i]=Ct(),[l,s]=Ct(),a=Uu(d=>{i(m=>m!=null?[...m,d]:[d])},[i]),c=d=>{if(r==null)return;let{key:m}=d;["ArrowDown","ArrowUp","Escape","Tab"].includes(m)&&d.preventDefault(),m==="Escape"||m==="Tab"?n():m==="ArrowUp"?s(f=>{if(f==null)return r[0];let p=r.indexOf(f)-1;return r[p===-1?r.length-1:p]}):m==="ArrowDown"&&s(f=>f==null?r[0]:r[r.indexOf(f)+1])},u=Wu(()=>({registerItem:a}),[a]);return We(()=>{r!=null&&l==null&&s(r[0]),l!=null&&l?.current!=null&&l.current.focus()},[r,l]),se(xi.Provider,{value:u,children:se("div",{className:(o??["toolbar-popup__dropdown-items"]).join(" "),onKeyDown:c,ref:e,children:t})})}function _i({buttonAriaLabel:t,buttonClassName:e,children:o,disabled:n=!1,Icon:r,itemsContainerClassNames:i,label:l,stopCloseOnClickSelf:s}){let a=bo(null),c=bo(null),[u,d]=Ct(!1),m=()=>{d(!1),c?.current!=null&&c.current.focus()};We(()=>{let p=c.current,h=a.current;if(u&&p!==null&&h!==null){let{left:b,top:C}=p.getBoundingClientRect(),v=window.scrollY||document.documentElement.scrollTop;h.style.top=`${C+v+p.offsetHeight+5}px`,h.style.left=`${Math.min(b-5,window.innerWidth-h.offsetWidth-20)}px`}},[a,c,u]),We(()=>{let p=c.current;if(p!==null&&u){let h=b=>{let{target:C}=b;s!=null&&a.current!=null&&a.current.contains(C)||p.contains(C)||d(!1)};return document.addEventListener("click",h),()=>{document.removeEventListener("click",h)}}},[a,c,u,s]);let f=Vu(se(zu,{dropDownRef:a,itemsContainerClassNames:i,onClose:m,children:o}),document.body);return Ci(gt.Fragment,{children:[Ci("button",{"aria-label":t,className:e+(u?" active":""),disabled:n,onClick:p=>{p.preventDefault(),d(!u)},onMouseDown:p=>{p.preventDefault()},ref:c,type:"button",children:[r&&se(r,{}),l&&se("span",{className:"toolbar-popup__dropdown-label",children:l}),se("i",{className:"toolbar-popup__dropdown-caret"})]}),u&&se(gt.Fragment,{children:f})]})}var To="toolbar-popup__dropdown",Ju=t=>{let e=Ei(19),{active:o,anchorElem:n,editor:r,enabled:i,item:l}=t,{i18n:s}=Yu(),{field:a}=H(),{richTextComponentMap:c}=a;if(l.Component){let f;return e[0]!==l||e[1]!==o||e[2]!==n||e[3]!==r||e[4]!==i?(f=l?.Component&&Ve(l.Component,{active:o,anchorElem:n,editor:r,enabled:i,item:l},l.key),e[0]=l,e[1]=o,e[2]=n,e[3]=r,e[4]=i,e[5]=f):f=e[5],f}let u=l.key;if(l.label){let f;e[6]!==l||e[7]!==s||e[8]!==c?(f=typeof l.label=="function"?l.label({i18n:s,richTextComponentMap:c}):l.label,e[6]=l,e[7]=s,e[8]=c,e[9]=f):f=e[9],u=f}u.length>25&&(u=u.substring(0,25)+"...");let d;e[10]!==l?(d=l?.ChildComponent&&Ve(l.ChildComponent,{}),e[10]=l,e[11]=d):d=e[11];let m;return e[12]!==u||e[13]!==d||e[14]!==o||e[15]!==r||e[16]!==i||e[17]!==l?(m=Ku(bi,{active:o,editor:r,enabled:i,item:l,children:[d,Ve("span",{className:"text",children:u})]},l.key),e[12]=u,e[13]=d,e[14]=o,e[15]=r,e[16]=i,e[17]=l,e[18]=m):m=e[18],m},fe=t=>{let e=Ei(42),{anchorElem:o,classNames:n,editor:r,group:i,Icon:l,itemsContainerClassNames:s,label:a,maxActiveItems:c,onActiveChange:u}=t,d;e[0]===Symbol.for("react.memo_cache_sentinel")?(d=[],e[0]=d):d=e[0];let[m,f]=_o.useState(d),p;e[1]===Symbol.for("react.memo_cache_sentinel")?(p=[],e[1]=p):p=e[1];let[h,b]=_o.useState(p),[C,v]=_o.useState(!0),M=H(),{items:_,key:E}=i,T;e[2]!==r||e[3]!==_||e[4]!==c||e[5]!==M||e[6]!==i||e[7]!==u?(T=()=>{r.getEditorState().read(()=>{let P=Xu();if(!P)return;let W=[],Po=[],yt=[];for(let ne of _)ne.isActive&&(!c||W.length<c)&&ne.isActive({editor:r,editorConfigContext:M,selection:P})&&(W.push(ne.key),Po.push(ne)),ne.isEnabled?ne.isEnabled({editor:r,editorConfigContext:M,selection:P})&&yt.push(ne.key):yt.push(ne.key);i.isEnabled&&v(i.isEnabled({editor:r,editorConfigContext:M,selection:P})),f(W),b(yt),u&&u({activeItems:Po})})},e[2]=r,e[3]=_,e[4]=c,e[5]=M,e[6]=i,e[7]=u,e[8]=T):T=e[8];let I=T,S,x;e[9]!==I?(S=()=>{I()},x=[I],e[9]=I,e[10]=S,e[11]=x):(S=e[10],x=e[11]),Ti(S,x);let N,L;e[12]!==r||e[13]!==I?(N=()=>Zu(r.registerUpdateListener(()=>{I()})),L=[r,I],e[12]=r,e[13]=I,e[14]=N,e[15]=L):(N=e[14],L=e[15]),Ti(N,L);let g=`${E} dropdown`,w=`${To}-${E}`,k;e[16]!==n?(k=n||[],e[16]=n,e[17]=k):k=e[17];let R;e[18]!==w||e[19]!==k?(R=[To,w,...k].filter(Boolean),e[18]=w,e[19]=k,e[20]=R):R=e[20];let A=R.join(" "),O=!C,D;e[21]!==s?(D=s||[],e[21]=s,e[22]=D):D=e[22];let B;if(e[23]!==D||e[24]!==_||e[25]!==m||e[26]!==o||e[27]!==r||e[28]!==h||e[29]!==g||e[30]!==A||e[31]!==O||e[32]!==l||e[33]!==a||e[34]!==E){let P;e[36]!==_||e[37]!==m||e[38]!==o||e[39]!==r||e[40]!==h?(P=_.length&&_.map(W=>Ve(Ju,{active:m.includes(W.key),anchorElem:o,editor:r,enabled:h.includes(W.key),item:W},W.key)),e[36]=_,e[37]=m,e[38]=o,e[39]=r,e[40]=h,e[41]=P):P=e[41],B=Ve(_i,{buttonAriaLabel:g,buttonClassName:A,disabled:O,Icon:l,itemsContainerClassNames:[`${To}-items`,...D],label:a,children:P},E),e[23]=D,e[24]=_,e[25]=m,e[26]=o,e[27]=r,e[28]=h,e[29]=g,e[30]=A,e[31]=O,e[32]=l,e[33]=a,e[34]=E,e[35]=B}else B=e[35];return B};function id({anchorElem:t,editor:e,item:o}){return o.Component?o?.Component&&Z(o.Component,{anchorElem:t,editor:e,item:o},o.key):o.ChildComponent?Z(Ue,{editor:e,item:o,children:Z(o.ChildComponent,{})},o.key):null}function ld(t){let e=qu(25),{anchorElem:o,editor:n,editorConfig:r,group:i,index:l}=t,{i18n:s}=rd(),{field:a}=H(),{richTextComponentMap:c}=a,[u,d]=oe.useState(void 0),[m,f]=oe.useState(void 0),p,h;e[0]!==i?(p=()=>{i?.type==="dropdown"&&i.items.length&&i.ChildComponent?f(()=>i.ChildComponent):f(void 0)},h=[i],e[0]=i,e[1]=p,e[2]=h):(p=e[1],h=e[2]),oe.useEffect(p,h);let b;e[3]!==i||e[4]!==s||e[5]!==c?(b=T=>{let{activeItems:I}=T;if(!I.length){i?.type==="dropdown"&&i.items.length&&i.ChildComponent?(f(()=>i.ChildComponent),d(void 0)):(f(void 0),d(void 0));return}let S=I[0],x=S.key;S.label&&(x=typeof S.label=="function"?S.label({i18n:s,richTextComponentMap:c}):S.label),x.length>25&&(x=x.substring(0,25)+"..."),d(x),f(()=>S.ChildComponent)},e[3]=i,e[4]=s,e[5]=c,e[6]=b):b=e[6];let C=b,v=`fixed-toolbar__group fixed-toolbar__group-${i.key}`,M;e[7]!==i||e[8]!==m||e[9]!==o||e[10]!==n||e[11]!==u||e[12]!==C?(M=i.type==="dropdown"&&i.items.length&&(m?Z(fe,{anchorElem:o,editor:n,group:i,Icon:m,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:u,maxActiveItems:1,onActiveChange:C}):Z(fe,{anchorElem:o,editor:n,group:i,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:u,maxActiveItems:1,onActiveChange:C})),e[7]=i,e[8]=m,e[9]=o,e[10]=n,e[11]=u,e[12]=C,e[13]=M):M=e[13];let _;e[14]!==i||e[15]!==o||e[16]!==n?(_=i.type==="buttons"&&i.items.length&&i.items.map(T=>Z(id,{anchorElem:o,editor:n,item:T},T.key)),e[14]=i,e[15]=o,e[16]=n,e[17]=_):_=e[17];let E;return e[18]!==r.features.toolbarFixed||e[19]!==l||e[20]!==M||e[21]!==_||e[22]!==v||e[23]!==i.key?(E=Qu("div",{className:v,children:[M,_,l<r.features.toolbarFixed?.groups.length-1&&Z("div",{className:"divider"})]},i.key),e[18]=r.features.toolbarFixed,e[19]=l,e[20]=M,e[21]=_,e[22]=v,e[23]=i.key,e[24]=E):E=e[24],E}function sd({anchorElem:t,clientProps:e,editor:o,editorConfig:n,parentWithFixedToolbar:r}){let i=oe.useRef(null),{y:l}=td(),s=nd(()=>{if(!r||e?.disableIfParentHasFixedToolbar)return null;let c=r.editorContainerRef.current.previousElementSibling;for(;c;){if(c.classList.contains("fixed-toolbar"))return c;c=c.previousElementSibling}return null},[e?.disableIfParentHasFixedToolbar,r]);return od(()=>{if(!s)return;let a=i.current;if(!a)return;let c=a.getBoundingClientRect(),u=s.getBoundingClientRect();if(!(c.bottom<u.top||c.top>u.bottom))a.className="fixed-toolbar fixed-toolbar--overlapping",s.className="fixed-toolbar fixed-toolbar--hide";else{if(!a.classList.contains("fixed-toolbar--overlapping"))return;a.className="fixed-toolbar",s.className="fixed-toolbar"}},50,[i,s,l]),Z("div",{className:"fixed-toolbar",onFocus:a=>{a.stopPropagation()},ref:i,children:o.isEditable()&&Z(oe.Fragment,{children:n?.features&&n.features?.toolbarFixed?.groups.map((a,c)=>Z(ld,{anchorElem:t,editor:o,editorConfig:n,group:a,index:c},a.key))})})}var wi=t=>{if(t.parentEditor?.editorConfig){if(t.parentEditor?.editorConfig.resolvedFeatureMap.has("toolbarFixed"))return t.parentEditor;if(t.parentEditor)return wi(t.parentEditor)}return!1},Ni=({anchorElem:t,clientProps:e})=>{let[o]=ed(),n=H(),{editorConfig:r}=n,i=e.applyToFocusedEditor&&n.focusedEditor?.editor||o,l=e.applyToFocusedEditor&&n.focusedEditor?.editorConfig||r,s=wi(n);return e?.disableIfParentHasFixedToolbar&&s||!l?.features?.toolbarFixed?.groups?.length?null:Z(sd,{anchorElem:t,editor:i,editorConfig:l,parentWithFixedToolbar:s})};var ad=y({plugins:[{Component:Ni,position:"aboveContainer"}]});import{c as cd}from"react/compiler-runtime";import{jsx as Y,jsxs as Ii}from"react/jsx-runtime";import{useLexicalComposerContext as ud}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as Ri}from"@lexical/utils";import{$getSelection as Si,$isRangeSelection as ki,$isTextNode as dd,COMMAND_PRIORITY_LOW as md,SELECTION_CHANGE_COMMAND as fd}from"lexical";import{useCallback as ze,useEffect as Ke,useRef as Li,useState as pd}from"react";import*as Te from"react";import{createPortal as hd}from"react-dom";function Eo(t,e){let o=t.getRangeAt(0),n;if(t.anchorNode===e){let r=e;for(;r.firstElementChild!=null;)r=r.firstElementChild;n=r.getBoundingClientRect()}else n=o.getBoundingClientRect();return n}function xt(t){let{alwaysDisplayOnTop:e=!1,anchorElem:o,anchorFlippedOffset:n=0,floatingElem:r,horizontalOffset:i=32,horizontalPosition:l="left",specialHandlingForCaret:s=!1,targetRect:a,verticalGap:c=10}=t,u=o.parentElement;if(a===null||u==null){r.style.opacity="0",r.style.transform="translate(-10000px, -10000px)";return}let d=r.getBoundingClientRect(),m=o.getBoundingClientRect(),f=u.getBoundingClientRect(),p=a.top-d.height-c,h=a.left-i;l==="center"&&(h=a.left+a.width/2-d.width/2);let b=0;return!e&&p<f.top&&!s&&(b=d.height+a.height+c*2,p+=b),l==="center"?h+d.width>f.right?h=f.right-d.width-i:h<f.left&&(h=f.left+i):h+d.width>f.right&&(h=f.right-d.width-i),h-=m.left,r.style.opacity="1",s&&n!==0?(p-=m.bottom-n+d.height-3,r.style.transform=`translate(${h}px, ${p}px) rotate(180deg)`):(p-=m.top,r.style.transform=`translate(${h}px, ${p}px)`),b}function gd({anchorElem:t,editor:e,item:o}){return o.Component?o?.Component&&Y(o.Component,{anchorElem:t,editor:e,item:o},o.key):o.ChildComponent?Y(Ue,{editor:e,item:o,children:Y(o.ChildComponent,{})},o.key):null}function Cd(t){let e=cd(22),{anchorElem:o,editor:n,group:r,index:i}=t,{editorConfig:l}=H(),[s,a]=Te.useState(),c,u;e[0]!==r?(c=()=>{r?.type==="dropdown"&&r.items.length&&r.ChildComponent?a(()=>r.ChildComponent):a(void 0)},u=[r],e[0]=r,e[1]=c,e[2]=u):(c=e[1],u=e[2]),Te.useEffect(c,u);let d;e[3]!==r?(d=C=>{let{activeItems:v}=C;if(!v.length){r?.type==="dropdown"&&r.items.length&&r.ChildComponent?a(()=>r.ChildComponent):a(void 0);return}let M=v[0];a(()=>M.ChildComponent)},e[3]=r,e[4]=d):d=e[4];let m=d,f=`inline-toolbar-popup__group inline-toolbar-popup__group-${r.key}`,p;e[5]!==r||e[6]!==s||e[7]!==o||e[8]!==n||e[9]!==m?(p=r.type==="dropdown"&&r.items.length&&(s?Y(fe,{anchorElem:o,editor:n,group:r,Icon:s,maxActiveItems:1,onActiveChange:m}):Y(fe,{anchorElem:o,editor:n,group:r,maxActiveItems:1,onActiveChange:m})),e[5]=r,e[6]=s,e[7]=o,e[8]=n,e[9]=m,e[10]=p):p=e[10];let h;e[11]!==r||e[12]!==o||e[13]!==n?(h=r.type==="buttons"&&r.items.length&&r.items.map(C=>Y(gd,{anchorElem:o,editor:n,item:C},C.key)),e[11]=r,e[12]=o,e[13]=n,e[14]=h):h=e[14];let b;return e[15]!==l.features.toolbarInline||e[16]!==i||e[17]!==p||e[18]!==h||e[19]!==f||e[20]!==r.key?(b=Ii("div",{className:f,children:[p,h,i<l.features.toolbarInline?.groups.length-1&&Y("div",{className:"divider"})]},r.key),e[15]=l.features.toolbarInline,e[16]=i,e[17]=p,e[18]=h,e[19]=f,e[20]=r.key,e[21]=b):b=e[21],b}function xd({anchorElem:t,editor:e}){let o=Li(null),n=Li(null),{editorConfig:r}=H(),i=ze(()=>{if(o?.current){let c=o.current.style.opacity==="0",u=o.current.style.pointerEvents==="none";c||(o.current.style.opacity="0"),u||(o.current.style.pointerEvents="none")}},[o]),l=ze(c=>{if(o?.current&&(c.buttons===1||c.buttons===3)){let u=o.current.style.opacity==="0",d=o.current.style.pointerEvents==="none";if(!u||!d){let m=c.clientX,f=c.clientY,p=document.elementFromPoint(m,f);o.current.contains(p)||i()}}},[i]),s=ze(()=>{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=ze(()=>{let c=Si(),u=window.getSelection();if(o.current===null)return;let d=t.querySelector(":scope > .link-editor"),m=d!==null&&"style"in d&&d?.style?.opacity==="1",f=e.getRootElement();if(c!==null&&u!==null&&!u.isCollapsed&&f!==null&&f.contains(u.anchorNode)){let p=Eo(u,f),h=xt({alwaysDisplayOnTop:m,anchorElem:t,floatingElem:o.current,horizontalPosition:"center",targetRect:p});n.current&&xt({anchorElem:o.current,anchorFlippedOffset:h,floatingElem:n.current,horizontalOffset:5,horizontalPosition:"center",specialHandlingForCaret:!0,targetRect:p,verticalGap:8})}else i()},[e,i,t]);return Ke(()=>{let c=t.parentElement,u=()=>{e.getEditorState().read(()=>{a()})};return window.addEventListener("resize",u),c&&c.addEventListener("scroll",u),()=>{window.removeEventListener("resize",u),c&&c.removeEventListener("scroll",u)}},[e,a,t]),Ke(()=>(e.getEditorState().read(()=>{a()}),Ri(e.registerUpdateListener(({editorState:c})=>{c.read(()=>{a()})}),e.registerCommand(fd,()=>(a(),!1),md))),[e,a]),Ii("div",{className:"inline-toolbar-popup",ref:o,children:[Y("div",{className:"caret",ref:n}),e.isEditable()&&Y(Te.Fragment,{children:r?.features&&r.features?.toolbarInline?.groups.map((c,u)=>Y(Cd,{anchorElem:t,editor:e,group:c,index:u},c.key))})]})}function bd(t,e){let[o,n]=pd(!1),r=ze(()=>{t.getEditorState().read(()=>{if(t.isComposing())return;let i=Si(),l=window.getSelection(),s=t.getRootElement();if(l!==null&&(!ki(i)||s===null||!s.contains(l.anchorNode))){n(!1);return}if(!ki(i))return;if(i.getTextContent()!==""){let c=i.getNodes(),u=!1;for(let d of c)if(dd(d)){n(!0),u=!0;break}u||n(!1)}else n(!1);let a=i.getTextContent().replace(/\n/g,"");if(!i.isCollapsed()&&a===""){n(!1);return}})},[t]);return Ke(()=>(document.addEventListener("selectionchange",r),document.addEventListener("mouseup",r),()=>{document.removeEventListener("selectionchange",r),document.removeEventListener("mouseup",r)}),[r]),Ke(()=>Ri(t.registerUpdateListener(()=>{r()}),t.registerRootListener(()=>{t.getRootElement()===null&&n(!1)})),[t,r]),o?hd(Y(xd,{anchorElem:e,editor:t}),e):null}var yi=({anchorElem:t})=>{let[e]=ud();return bd(e,t)};var _d=y({plugins:[{Component:yi,position:"floatingAnchorElem"}]});import{TableCellNode as Bm,TableNode as jm,TableRowNode as Gm}from"@lexical/table";import{jsx as Mi}from"react/jsx-runtime";import"react";var wo=()=>Mi("svg",{className:"icon",fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Mi("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{jsx as $,jsxs as re}from"react/jsx-runtime";import{useLexicalComposerContext as Di}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Ed}from"@lexical/react/useLexicalEditable";import{$deleteTableColumn__EXPERIMENTAL as wd,$deleteTableRow__EXPERIMENTAL as Nd,$getNodeTriplet as kd,$getTableCellNodeFromLexicalNode as Ld,$getTableColumnIndexFromTableCellNode as Id,$getTableNodeFromLexicalNodeOrThrow as Ze,$getTableRowIndexFromTableCellNode as Rd,$insertTableColumn__EXPERIMENTAL as Sd,$insertTableRow__EXPERIMENTAL as yd,$isTableCellNode as bt,$isTableRowNode as Ai,$isTableSelection as Tt,$unmergeCell as Md,getTableObserverFromTableElement as vd,TableCellHeaderStates as ae,TableCellNode as Ad}from"@lexical/table";import{useScrollInfo as Fd}from"@payloadcms/ui";import{$createParagraphNode as Dd,$getRoot as Od,$getSelection as Et,$isElementNode as Pd,$isParagraphNode as Oi,$isRangeSelection as Lo,$isTextNode as $d}from"lexical";import*as Io from"react";import{useCallback as J,useEffect as pe,useRef as _t,useState as Ee}from"react";import{createPortal as Pi}from"react-dom";import{jsx as No,jsxs as Td}from"react/jsx-runtime";import"react";var vi=()=>Td("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"})]});function ko(t){let e=t.getShape();return{columns:e.toX-e.fromX+1,rows:e.toY-e.fromY+1}}function Hd(){let t=Et();if(Lo(t)&&!t.isCollapsed()||Tt(t)&&!t.anchor.is(t.focus)||!Lo(t)&&!Tt(t))return!1;let[e]=kd(t.anchor);return e.__colSpan>1||e.__rowSpan>1}function Fi(t){if(t.getChildrenSize()!==1)return!1;let e=t.getFirstChildOrThrow();return!(!Oi(e)||!e.isEmpty())}function Bd(t){let e=t.getLastDescendant();$d(e)?e.select():Pd(e)?e.selectEnd():e!==null&&e.selectNext()}function jd({cellMerge:t,contextRef:e,onClose:o,setIsMenuOpen:n,tableCellNode:r}){let[i]=Di(),l=_t(null),[s,a]=Ee(r),[c,u]=Ee({columns:1,rows:1}),[d,m]=Ee(!1),[f,p]=Ee(!1),{y:h}=Fd();pe(()=>i.registerMutationListener(Ad,g=>{g.get(s.getKey())==="updated"&&i.getEditorState().read(()=>{a(s.getLatest())})},{skipInitialization:!0}),[i,s]),pe(()=>{i.getEditorState().read(()=>{let g=Et();if(Tt(g)){let w=ko(g);u(ko(g)),m(w.columns>1||w.rows>1)}p(Hd())})},[i]),pe(()=>{let g=e.current,w=l.current,k=i.getRootElement();if(g!=null&&w!=null&&k!=null){let R=k.getBoundingClientRect(),A=g.getBoundingClientRect();w.style.opacity="1";let O=w.getBoundingClientRect(),D=5,B=A.right+D;if(B+O.width>window.innerWidth||B+O.width>R.right){let W=A.left-O.width-D;B=(W<0?D:W)+window.pageXOffset}w.style.left=`${B+window.pageXOffset}px`;let P=A.top;if(P+O.height>window.innerHeight){let W=A.bottom-O.height;P=(W<0?D:W)+window.pageYOffset}w.style.top=`${P}px`}},[e,l,i,h]),pe(()=>{function g(w){l.current!=null&&e.current!=null&&!l.current.contains(w.target)&&!e.current.contains(w.target)&&n(!1)}return window.addEventListener("click",g),()=>window.removeEventListener("click",g)},[n,e]);let b=J(()=>{i.update(()=>{if(s.isAttached()){let w=Ze(s),k=i.getElementByKey(w.getKey());if(!k)throw new Error("Expected to find tableElement in DOM");let R=vd(k);R!==null&&R.clearHighlight(),w.markDirty(),a(s.getLatest())}Od().selectStart()})},[i,s]),C=()=>{i.update(()=>{let g=Et();if(Tt(g)){let{columns:w,rows:k}=ko(g),R=g.getNodes(),A=null;for(let O=0;O<R.length;O++){let D=R[O];if(bt(D))if(A===null){D.setColSpan(w).setRowSpan(k),A=D;let B=Fi(D),P;B&&Oi(P=D.getFirstChild())&&P.remove()}else bt(A)&&(Fi(D)||A.append(...D.getChildren()),D.remove())}A!==null&&(A.getChildrenSize()===0&&A.append(Dd()),Bd(A)),o()}})},v=()=>{i.update(()=>{Md()})},M=J(g=>{i.update(()=>{yd(g),o()})},[i,o]),_=J(g=>{i.update(()=>{for(let w=0;w<c.columns;w++)Sd(g);o()})},[i,o,c.columns]),E=J(()=>{i.update(()=>{Nd(),o()})},[i,o]),T=J(()=>{i.update(()=>{Ze(s).remove(),b(),o()})},[i,s,b,o]),I=J(()=>{i.update(()=>{wd(),o()})},[i,o]),S=J(()=>{i.update(()=>{let g=Ze(s),w=Rd(s),k=g.getChildren();if(w>=k.length||w<0)throw new Error("Expected table cell to be inside of table row.");let R=k[w];if(!Ai(R))throw new Error("Expected table row");let A=s.getHeaderStyles()^ae.ROW;R.getChildren().forEach(O=>{if(!bt(O))throw new Error("Expected table cell");O.setHeaderStyles(A,ae.ROW)}),b(),o()})},[i,s,b,o]),x=J(()=>{i.update(()=>{let g=Ze(s),w=Id(s),k=g.getChildren(),R=Math.max(...k.map(O=>O.getChildren().length));if(w>=R||w<0)throw new Error("Expected table cell to be inside of table row.");let A=s.getHeaderStyles()^ae.COLUMN;for(let O=0;O<k.length;O++){let D=k[O];if(!Ai(D))throw new Error("Expected table row");let B=D.getChildren();if(w>=B.length)continue;let P=B[w];if(!bt(P))throw new Error("Expected table cell");P.setHeaderStyles(A,ae.COLUMN)}b(),o()})},[i,s,b,o]),N=J(()=>{i.update(()=>{if(s.isAttached()){let g=Ze(s);g&&g.setRowStriping(!g.getRowStriping())}b(),o()})},[i,s,b,o]),L=null;return t&&(d?L=$("button",{className:"item","data-test-id":"table-merge-cells",onClick:()=>C(),type:"button",children:"Merge cells"}):f&&(L=$("button",{className:"item","data-test-id":"table-unmerge-cells",onClick:()=>v(),type:"button",children:"Unmerge cells"}))),Pi(re("div",{className:"table-action-menu-dropdown",onClick:g=>{g.stopPropagation()},ref:l,children:[L?re(Io.Fragment,{children:[L,$("hr",{})]}):null,$("button",{className:"item","data-test-id":"table-row-striping",onClick:()=>N(),type:"button",children:$("span",{className:"text",children:"Toggle Row Striping"})}),$("button",{className:"item","data-test-id":"table-insert-row-above",onClick:()=>M(!1),type:"button",children:re("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," above"]})}),$("button",{className:"item","data-test-id":"table-insert-row-below",onClick:()=>M(!0),type:"button",children:re("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," below"]})}),$("hr",{}),$("button",{className:"item","data-test-id":"table-insert-column-before",onClick:()=>_(!1),type:"button",children:re("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","left"]})}),$("button",{className:"item","data-test-id":"table-insert-column-after",onClick:()=>_(!0),type:"button",children:re("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","right"]})}),$("hr",{}),$("button",{className:"item","data-test-id":"table-delete-columns",onClick:()=>I(),type:"button",children:$("span",{className:"text",children:"Delete column"})}),$("button",{className:"item","data-test-id":"table-delete-rows",onClick:()=>E(),type:"button",children:$("span",{className:"text",children:"Delete row"})}),$("button",{className:"item","data-test-id":"table-delete",onClick:()=>T(),type:"button",children:$("span",{className:"text",children:"Delete table"})}),$("hr",{}),$("button",{className:"item",onClick:()=>S(),type:"button",children:re("span",{className:"text",children:[(s.__headerState&ae.ROW)===ae.ROW?"Remove":"Add"," ","row header"]})}),$("button",{className:"item","data-test-id":"table-column-header",onClick:()=>x(),type:"button",children:re("span",{className:"text",children:[(s.__headerState&ae.COLUMN)===ae.COLUMN?"Remove":"Add"," ","column header"]})})]}),document.body)}function Gd({anchorElem:t,cellMerge:e}){let[o]=Di(),n=_t(null),r=_t(null),[i,l]=Ee(!1),[s,a]=Ee(null),c=J(()=>{let d=n.current,m=Et(),f=window.getSelection(),p=document.activeElement;if(m==null||d==null){a(null);return}let h=o.getRootElement();if(Lo(m)&&h!==null&&f!==null&&h.contains(f.anchorNode)){let b=Ld(m.anchor.getNode());if(b==null){a(null);return}if(o.getElementByKey(b.getKey())==null){a(null);return}a(b)}else p||a(null)},[o]);pe(()=>o.registerUpdateListener(()=>{o.getEditorState().read(()=>{c()})})),pe(()=>{let d=n.current;if(d!=null&&s!=null){let m=o.getElementByKey(s.getKey());if(m!=null){let f=m.getBoundingClientRect(),p=d.getBoundingClientRect(),h=t.getBoundingClientRect(),b=f.top-h.top+4,C=f.right-p.width-10-h.left;d.style.opacity="1",d.style.transform=`translate(${C}px, ${b}px)`}else d.style.opacity="0",d.style.transform="translate(-10000px, -10000px)"}},[n,s,o,t]);let u=_t(s);return pe(()=>{u.current!==s&&l(!1),u.current=s},[u,s]),$("div",{className:"table-cell-action-button-container",ref:n,children:s!=null&&re(Io.Fragment,{children:[$("button",{className:"table-cell-action-button",onClick:d=>{d.stopPropagation(),l(!i)},ref:r,type:"button",children:$(vi,{})}),i&&$(jd,{cellMerge:e,contextRef:r,onClose:()=>l(!1),setIsMenuOpen:l,tableCellNode:s})]})})}var $i=({anchorElem:t})=>{let e=Ed();return Pi(e?$(Gd,{anchorElem:t??document.body,cellMerge:!0}):null,t??document.body)};import{jsx as kt,jsxs as Ud}from"react/jsx-runtime";import{useLexicalComposerContext as Wd}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Vd}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as zd,$getTableNodeFromLexicalNodeOrThrow as Ro,$getTableRowIndexFromTableCellNode as Kd,$isTableCellNode as Hi,$isTableRowNode as Zd,getDOMCellFromTarget as Yd,TableNode as Xd}from"@lexical/table";import{calculateZoomLevel as Bi}from"@lexical/utils";import{$getNearestNodeFromDOMNode as So}from"lexical";import*as Ui from"react";import{useCallback as we,useEffect as ji,useMemo as Jd,useRef as wt,useState as Nt}from"react";import{createPortal as qd}from"react-dom";var Qd=33,Gi=92;function em({editor:t}){let e=wt(null),o=wt(null),n=wt(null),r=H(),i=wt(null),[l,s]=Nt(null),[a,c]=Nt(null),[u,d]=Nt(!1),[m,f]=Nt(null),p=we(()=>{c(null),e.current=null,f(null),i.current=null,n.current=null},[]),h=x=>(x.buttons&1)===1;ji(()=>t.registerNodeTransform(Xd,x=>{if(x.getColWidths())return x;let N=x.getColumnCount(),L=Gi;return x.setColWidths(Array(N).fill(L)),x}),[t]),ji(()=>{let x=w=>{setTimeout(()=>{let k=w.target;if(m){s({x:w.clientX,y:w.clientY});return}if(d(h(w)),!(o.current&&o.current.contains(k))&&e.current!==k){e.current=k;let R=Yd(k);R&&a!==R?t.update(()=>{let A=So(R.elem);if(!A)throw new Error("TableCellResizer: Table cell node not found.");let O=Ro(A),D=t.getElementByKey(O.getKey());if(!D)throw new Error("TableCellResizer: Table element not found.");e.current=k,n.current=D.getBoundingClientRect(),c(R)}):R==null&&p()}},0)},N=w=>{setTimeout(()=>{d(!0)},0)},L=w=>{setTimeout(()=>{d(!1)},0)},g=t.registerRootListener((w,k)=>{k?.removeEventListener("mousemove",x),k?.removeEventListener("mousedown",N),k?.removeEventListener("mouseup",L),w?.addEventListener("mousemove",x),w?.addEventListener("mousedown",N),w?.addEventListener("mouseup",L)});return()=>{g()}},[a,m,t,p]);let b=x=>x==="bottom",C=we(x=>{if(!a)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let N=So(a.elem);if(!Hi(N))throw new Error("TableCellResizer: Table cell node not found.");let L=Ro(N),g=Kd(N)+N.getRowSpan()-1,w=L.getChildren();if(g>=w.length||g<0)throw new Error("Expected table cell to be inside of table row.");let k=w[g];if(!Zd(k))throw new Error("Expected table row");let R=k.getHeight();if(R===void 0){let O=k.getChildren();R=Math.min(...O.map(D=>v(D,t)??1/0))}let A=Math.max(R+x,Qd);k.setHeight(A)},{tag:"skip-scroll-into-view"})},[a,t]),v=(x,N)=>N.getElementByKey(x.getKey())?.clientHeight,M=(x,N)=>{for(let L=0;L<N.length;L++)for(let g=0;g<N[L].length;g++)if(N[L][g].cell===x)return g},_=we(x=>{if(!a)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let N=So(a.elem);if(!Hi(N))throw new Error("TableCellResizer: Table cell node not found.");let L=Ro(N),[g]=zd(L,null,null),w=M(N,g);if(w===void 0)throw new Error("TableCellResizer: Table column not found.");let k=L.getColWidths();if(!k)return;let R=k[w];if(R===void 0)return;let A=[...k],O=Math.max(R+x,Gi);A[w]=O,L.setColWidths(A)},{tag:"skip-scroll-into-view"})},[a,t]),E=we(x=>{let N=L=>{if(L.preventDefault(),L.stopPropagation(),!a)throw new Error("TableCellResizer: Expected active cell.");if(i.current){let{x:g,y:w}=i.current;if(a===null)return;let k=Bi(L.target);if(b(x)){let R=(L.clientY-w)/k;C(R)}else{let R=(L.clientX-g)/k;_(R)}p(),document.removeEventListener("mouseup",N)}};return N},[a,p,_,C]),T=we(x=>N=>{if(N.preventDefault(),N.stopPropagation(),!a)throw new Error("TableCellResizer: Expected active cell.");i.current={x:N.clientX,y:N.clientY},s(i.current),f(x),document.addEventListener("mouseup",E(x))},[a,E]),S=we(()=>{if(a){let{height:x,left:N,top:L,width:g}=a.elem.getBoundingClientRect(),w=Bi(a.elem),k=10,R={bottom:{backgroundColor:"none",cursor:"row-resize",height:`${k}px`,left:`${window.pageXOffset+N}px`,top:`${window.pageYOffset+L+x-k/2}px`,width:`${g}px`},right:{backgroundColor:"none",cursor:"col-resize",height:`${x}px`,left:`${window.pageXOffset+N+g-k/2}px`,top:`${window.pageYOffset+L}px`,width:`${k}px`}},A=n.current;return m&&l&&A&&(b(m)?(R[m].left=`${window.pageXOffset+A.left}px`,R[m].top=`${window.pageYOffset+l.y/w}px`,R[m].height="3px",R[m].width=`${A.width}px`):(R[m].top=`${window.pageYOffset+A.top}px`,R[m].left=`${window.pageXOffset+l.x/w}px`,R[m].width="3px",R[m].height=`${A.height}px`),R[m].backgroundColor="#adf"),R}return{bottom:null,left:null,right:null,top:null}},[a,m,l])();return kt("div",{ref:o,children:a!=null&&!u&&Ud(Ui.Fragment,{children:[kt("div",{className:`${r.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:T("right"),style:S.right||void 0}),kt("div",{className:`${r.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:T("bottom"),style:S.bottom||void 0})]})})}var Wi=()=>{let[t]=Wd(),e=Vd();return Jd(()=>e?qd(kt(em,{editor:t}),document.body):null,[t,e])};import{jsx as yo,jsxs as sm,Fragment as am}from"react/jsx-runtime";import{useLexicalComposerContext as cm}from"@lexical/react/LexicalComposerContext";import{$getTableColumnIndexFromTableCellNode as um,$getTableRowIndexFromTableCellNode as dm,$insertTableColumn__EXPERIMENTAL as mm,$insertTableRow__EXPERIMENTAL as fm,$isTableCellNode as pm,$isTableNode as Ki,TableNode as hm}from"@lexical/table";import{$findMatchingParent as gm,mergeRegister as Cm}from"@lexical/utils";import{$getNearestNodeFromDOMNode as Zi}from"lexical";import{useEffect as Yi,useRef as Xi,useState as Lt}from"react";import"react";import{createPortal as xm}from"react-dom";import{useMemo as im,useRef as lm}from"react";var tm="Expected a function",om=Math.max,rm=Math.min;function nm(t,e,o){let n,r,i=0,l,s=!1,a=!1,c,u,d,m=!0;if(typeof t!="function")throw new TypeError(tm);e=e||0,typeof o=="object"&&(s=!!o.leading,a="maxWait"in o,c=a?om(o.maxWait||0,e):c,m="trailing"in o?!!o.trailing:m);function f(T){let I=n,S=l;return n=l=void 0,i=T,u=t.apply(S,I),u}function p(T){return i=T,d=setTimeout(C,e),s?f(T):u}function h(T){let I=T-r,S=T-i,x=e-I;return a?rm(x,c-S):x}function b(T){let I=T-r,S=T-i;return r===void 0||I>=e||I<0||a&&S>=c}function C(){let T=Date.now();if(b(T))return v(T);d=setTimeout(C,h(T))}function v(T){return d=void 0,m&&n?f(T):(n=l=void 0,u)}function M(){d!==void 0&&clearTimeout(d),i=0,n=r=l=d=void 0}function _(){return d===void 0?u:v(Date.now())}function E(){let T=Date.now(),I=b(T);if(n=arguments,l=this,r=T,I){if(d===void 0)return p(r);if(a)return clearTimeout(d),d=setTimeout(C,e),f(r)}return d===void 0&&(d=setTimeout(C,e)),u}return E.cancel=M,E.flush=_,E}var Vi=nm;function zi(t,e,o){let n=lm(null);return n.current=t,im(()=>Vi((...r)=>{n.current&&n.current(...r)},e,{maxWait:o}),[e,o])}var Ji=20;function bm({anchorElem:t}){let[e]=cm(),o=H(),[n,r]=Lt(!1),[i,l]=Lt(!1),[s,a]=Lt(!1),[c,u]=Lt({}),d=Xi(new Set),m=Xi(null),f=zi(h=>{let{isOutside:b,tableDOMNode:C}=_m(h,o.editorConfig?.lexical);if(b){r(!1),l(!1);return}if(!C)return;m.current=C;let v=null,M=null,_=null;if(e.update(()=>{let E=Zi(C);if(pm(E)){let T=gm(E,I=>Ki(I));if(!Ki(T))return;if(_=e.getElementByKey(T?.getKey()),_){let I=T.getChildrenSize(),S=T.getChildAtIndex(0)?.getChildrenSize(),x=dm(E),N=um(E);x===I-1?v=E:N===S-1&&(M=E)}}}),_){let{bottom:E,height:T,right:I,width:S,x,y:N}=_.getBoundingClientRect(),{left:L,y:g}=t.getBoundingClientRect();v?(l(!1),r(!0),u({height:Ji,left:x-L,top:E-g+5,width:S})):M&&(l(!0),r(!1),u({height:T,left:I-L+5,top:N-g,width:Ji}))}},50,250);Yi(()=>{if(s)return document.addEventListener("mousemove",f),()=>{r(!1),l(!1),document.removeEventListener("mousemove",f)}},[s,f]),Yi(()=>Cm(e.registerMutationListener(hm,h=>{e.getEditorState().read(()=>{for(let[b,C]of h)switch(C){case"created":d.current.add(b),a(d.current.size>0);break;case"destroyed":d.current.delete(b),a(d.current.size>0);break;default:break}})},{skipInitialization:!1})),[e]);let p=h=>{e.update(()=>{m.current&&(Zi(m.current)?.selectEnd(),h?(fm(),r(!1)):(mm(),l(!1)))})};return sm(am,{children:[n&&yo("button",{className:o.editorConfig.lexical.theme.tableAddRows,onClick:()=>p(!0),style:{...c}}),i&&yo("button",{className:o.editorConfig.lexical.theme.tableAddColumns,onClick:()=>p(!1),style:{...c}})]})}function _m(t,e){let o=t.target;if(o&&o instanceof HTMLElement){let n=o.closest(`td.${e.theme.tableCell}, th.${e.theme.tableCell}`);return{isOutside:!(n||o.closest(`button.${e.theme.tableAddRows}`)||o.closest(`button.${e.theme.tableAddColumns}`)||o.closest(`div.${e.theme.tableCellResizer}`)),tableDOMNode:n}}else return{isOutside:!0,tableDOMNode:null}}function qi({anchorElem:t=document.body}){return xm(yo(bm,{anchorElem:t}),t)}import{c as Tm}from"react/compiler-runtime";import{jsx as Mo,jsxs as Em}from"react/jsx-runtime";import{useLexicalComposerContext as wm}from"@lexical/react/LexicalComposerContext";import{TablePlugin as Nm}from"@lexical/react/LexicalTablePlugin";import{INSERT_TABLE_COMMAND as km,TableNode as Lm}from"@lexical/table";import{mergeRegister as Im}from"@lexical/utils";import{formatDrawerSlug as Rm,useEditDepth as Sm,useModal as ym}from"@payloadcms/ui";import{$getSelection as Mm,$isRangeSelection as vm,COMMAND_PRIORITY_EDITOR as Am,createCommand as Fm}from"lexical";import{createContext as Dm,useContext as Om,useEffect as Pm,useMemo as $m,useState as Hm}from"react";import*as Qi from"react";var It=Fm("OPEN_EMBED_DRAWER_COMMAND"),el=Dm({cellEditorConfig:null,cellEditorPlugins:null,set:()=>{}});function tl({children:t}){let[e,o]=Hm({cellEditorConfig:null,cellEditorPlugins:null});return Mo(el.Provider,{value:$m(()=>({cellEditorConfig:e.cellEditorConfig,cellEditorPlugins:e.cellEditorPlugins,set:(n,r)=>{o({cellEditorConfig:n,cellEditorPlugins:r})}}),[e.cellEditorConfig,e.cellEditorPlugins]),children:t})}var ol=()=>{let t=Tm(19),[e]=wm(),o=Om(el),{closeModal:n,toggleModal:r}=ym(),i=Sm(),{uuid:l}=H(),s="lexical-table-create-"+l,a;t[0]!==s||t[1]!==i?(a=Rm({slug:s,depth:i}),t[0]=s,t[1]=i,t[2]=a):a=t[2];let c=a,u;t[3]!==e||t[4]!==r||t[5]!==c?(u=()=>{if(!e.hasNodes([Lm]))throw new Error("TablePlugin: TableNode is not registered on editor");return Im(e.registerCommand(It,()=>{let p;return p=null,e.getEditorState().read(()=>{let h=Mm();vm(h)&&(p=h)}),p&&r(c),!0},Am))},t[3]=e,t[4]=r,t[5]=c,t[6]=u):u=t[6];let d;t[7]!==o||t[8]!==c||t[9]!==e||t[10]!==r?(d=[o,c,e,r],t[7]=o,t[8]=c,t[9]=e,t[10]=r,t[11]=d):d=t[11],Pm(u,d);let m;t[12]!==n||t[13]!==c||t[14]!==e?(m=(p,h)=>{n(c),!(!h.columns||!h.rows)&&e.dispatchCommand(km,{columns:String(h.columns),rows:String(h.rows)})},t[12]=n,t[13]=c,t[14]=e,t[15]=m):m=t[15];let f;return t[16]!==c||t[17]!==m?(f=Em(Qi.Fragment,{children:[Mo(ce,{drawerSlug:c,drawerTitle:"Create Table",featureKey:"experimental_table",handleDrawerSubmit:m,schemaPathSuffix:"fields"}),Mo(Nm,{hasCellBackgroundColor:!1,hasCellMerge:!0})]}),t[16]=c,t[17]=m,t[18]=f):f=t[18],f};var Um=y({nodes:[jm,Bm,Gm],plugins:[{Component:ol,position:"normal"},{Component:Wi,position:"normal"},{Component:$i,position:"floatingAnchorElem"},{Component:qi,position:"floatingAnchorElem"}],providers:[tl],slashMenu:{groups:[G([{Icon:wo,key:"table",keywords:["table"],label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(It,{})}}])]},toolbarFixed:{groups:[q([{ChildComponent:wo,key:"table",label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(It,{})}}])]}});import{$isNodeSelection as pf}from"lexical";import{jsx as vo,jsxs as Wm}from"react/jsx-runtime";import"react";var Ao=()=>Wm("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:[vo("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"}),vo("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"}),vo("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{c as ef}from"react/compiler-runtime";import{jsx as tf}from"react/jsx-runtime";import{useLexicalComposerContext as of}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as rf,mergeRegister as nf}from"@lexical/utils";import{useConfig as lf}from"@payloadcms/ui";import{$getPreviousSelection as sf,$getSelection as af,$isParagraphNode as nl,$isRangeSelection as cf,COMMAND_PRIORITY_EDITOR as uf,createCommand as df}from"lexical";import{useEffect as mf}from"react";import{c as Vm}from"react/compiler-runtime";import{jsx as Fo}from"react/jsx-runtime";import{useLexicalComposerContext as zm}from"@lexical/react/LexicalComposerContext.js";import{useListDrawer as Km}from"@payloadcms/ui";import{$getNodeByKey as Zm,COMMAND_PRIORITY_EDITOR as Ym}from"lexical";import{useEffect as Xm,useState as Jm}from"react";var qm=({editor:t,relationTo:e,replaceNodeKey:o,value:n})=>{o?t.update(()=>{let r=Zm(o);r&&r.replace(Ae({data:{fields:null,relationTo:e,value:n}}))}):t.dispatchCommand(Do,{fields:null,relationTo:e,value:n})},Qm=t=>{let e=Vm(13),{enabledCollectionSlugs:o}=t,[n]=zm(),[r,i]=Jm(null),l;e[0]!==o?(l={collectionSlugs:o,uploads:!0},e[0]=o,e[1]=l):l=e[1];let[s,a,c]=Km(l),{closeDrawer:u,openDrawer:d}=c,m,f;e[2]!==n||e[3]!==d?(m=()=>n.registerCommand(Me,C=>(i(C?.replace?C?.replace.nodeKey:null),d(),!0),Ym),f=[n,d],e[2]=n,e[3]=d,e[4]=m,e[5]=f):(m=e[4],f=e[5]),Xm(m,f);let p;e[6]!==n||e[7]!==r||e[8]!==u?(p=C=>{let{collectionSlug:v,docID:M}=C;qm({editor:n,relationTo:v,replaceNodeKey:r,value:M}),u()},e[6]=n,e[7]=r,e[8]=u,e[9]=p):p=e[9];let h=p,b;return e[10]!==h||e[11]!==s?(b=Fo(s,{onSelect:h}),e[10]=h,e[11]=s,e[12]=b):b=e[12],b},rl=t=>Fo(qe,{...t,uploads:!0,children:Fo(Qm,{...t})});var Do=df("INSERT_UPLOAD_COMMAND"),il=t=>{let e=ef(5),[o]=of(),{config:n}=lf(),{collections:r}=n,i,l;e[0]!==o?(i=()=>{if(!o.hasNodes([ve]))throw new Error("UploadPlugin: UploadNode not registered on editor");return nf(o.registerCommand(Do,a=>(o.update(()=>{let c=af()||sf();if(cf(c)){let u=Ae({data:{id:a.id,fields:a.fields,relationTo:a.relationTo,value:a.value}});rf(u);let{focus:d}=c,m=d.getNode();nl(m)&&m.getTextContentSize()===0&&m.getParentOrThrow().getChildren().filter(f=>nl(f)).length>1&&m.remove()}}),!0),uf))},l=[o],e[0]=o,e[1]=i,e[2]=l):(i=e[1],l=e[2]),mf(i,l);let s;return e[3]!==r?(s=tf(rl,{enabledCollectionSlugs:r.map(ff)}),e[3]=r,e[4]=s):s=e[4],s};function ff(t){let{slug:e}=t;return e}var hf=y({nodes:[ve],plugins:[{Component:il,position:"normal"}],slashMenu:{groups:[G([{Icon:Ao,key:"upload",keywords:["upload","image","file","img","picture","photo","media"],label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Me,{replace:!1})}}])]},toolbarFixed:{groups:[q([{ChildComponent:Ao,isActive:({selection:t})=>{if(!pf(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return $t(e)},key:"upload",label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Me,{replace:!1})}}])]}});import{c as gf}from"react/compiler-runtime";import{jsx as Oo}from"react/jsx-runtime";import{ShimmerEffect as Cf}from"@payloadcms/ui";import{lazy as xf,Suspense as bf,useEffect as _f,useState as Tf}from"react";var Ef=xf(()=>import("./Field-ETCEVZLL.js").then(t=>({default:t.RichText}))),wf=t=>{let e=gf(11),{admin:o,field:n,lexicalEditorConfig:r}=t,i;e[0]!==o?(i=o===void 0?{}:o,e[0]=o,e[1]=i):i=e[1];let l=i,{richTextComponentMap:s}=n,[a,c]=Tf(null),u,d;e[2]!==a||e[3]!==s||e[4]!==r||e[5]!==l?(u=()=>{if(a)return;let f=s?.get("features"),p=[];for(let C of f)p.push(C.clientFeature(C.clientFeatureProps));let h=r||Fe,b=Qe({unSanitizedEditorConfig:{features:p,lexical:h}});c(De(b,h,l))},d=[r,s,l,a],e[2]=a,e[3]=s,e[4]=r,e[5]=l,e[6]=u,e[7]=d):(u=e[6],d=e[7]),_f(u,d);let m;return e[8]!==a||e[9]!==t?(m=Oo(bf,{fallback:Oo(Cf,{height:"35vh"}),children:a&&Oo(Ef,{...t,editorConfig:a})}),e[8]=a,e[9]=t,e[10]=m):m=e[10],m};function Nf(...t){return t.filter(Boolean).join(" ")}var Rt=new WeakMap;function ll(t){let e=t.changedTouches[0];return e===void 0?null:[e.clientX,e.clientY]}function St(t,e){let o=Rt.get(t);if(o===void 0){let n=new Set,r=l=>{o!==void 0&&(o.start=ll(l))},i=l=>{if(o===void 0)return;let{start:s}=o;if(s===null)return;let a=ll(l);for(let c of n)a!==null&&c([a[0]-s[0],a[1]-s[1]],l)};t.addEventListener("touchstart",r),t.addEventListener("touchend",i),o={handleTouchend:i,handleTouchstart:r,listeners:n,start:null},Rt.set(t,o)}return o.listeners.add(e),()=>{kf(t,e)}}function kf(t,e){let o=Rt.get(t);if(o===void 0)return;let{listeners:n}=o;n.delete(e),n.size===0&&(Rt.delete(t),t.removeEventListener("touchstart",o.handleTouchstart),t.removeEventListener("touchend",o.handleTouchend))}function Lf(t,e){return St(t,(o,n)=>{let[r,i]=o;r<0&&-r>Math.abs(i)&&e(r,n)})}function If(t,e){return St(t,(o,n)=>{let[r,i]=o;r>0&&r>Math.abs(i)&&e(r,n)})}function Rf(t,e){return St(t,(o,n)=>{let[r,i]=o;i<0&&-i>Math.abs(r)&&e(r,n)})}function Sf(t,e){return St(t,(o,n)=>{let[r,i]=o;i>0&&i>Math.abs(r)&&e(r,n)})}var F={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},yf=F.IS_BOLD|F.IS_ITALIC|F.IS_STRIKETHROUGH|F.IS_UNDERLINE|F.IS_CODE|F.IS_SUBSCRIPT|F.IS_SUPERSCRIPT|F.IS_HIGHLIGHT,Mf="\xA0",vf=`
36
+
37
+ `,sl="\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC",al="A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF",Af=new RegExp("^[^"+al+"]*["+sl+"]"),Ff=new RegExp("^[^"+sl+"]*["+al+"]"),Df={bold:F.IS_BOLD,code:F.IS_CODE,highlight:F.IS_HIGHLIGHT,italic:F.IS_ITALIC,strikethrough:F.IS_STRIKETHROUGH,subscript:F.IS_SUBSCRIPT,superscript:F.IS_SUPERSCRIPT,underline:F.IS_UNDERLINE},Of={directionless:F.IS_DIRECTIONLESS,unmergeable:F.IS_UNMERGEABLE},Pf={center:F.IS_ALIGN_CENTER,end:F.IS_ALIGN_END,justify:F.IS_ALIGN_JUSTIFY,left:F.IS_ALIGN_LEFT,right:F.IS_ALIGN_RIGHT,start:F.IS_ALIGN_START},$f={[F.IS_ALIGN_CENTER]:"center",[F.IS_ALIGN_END]:"end",[F.IS_ALIGN_JUSTIFY]:"justify",[F.IS_ALIGN_LEFT]:"left",[F.IS_ALIGN_RIGHT]:"right",[F.IS_ALIGN_START]:"start"},Hf={normal:F.IS_NORMAL,segmented:F.IS_SEGMENTED,token:F.IS_TOKEN},Bf={[F.IS_NORMAL]:"normal",[F.IS_SEGMENTED]:"segmented",[F.IS_TOKEN]:"token"};export{Pe as $createAutoLinkNode,vt as $createBlockNode,Dt as $createInlineBlockNode,Q as $createLinkNode,ye as $createRelationshipNode,Ae as $createUploadNode,te as $isAutoLinkNode,dl as $isBlockNode,Ot as $isInlineBlockNode,j as $isLinkNode,Pt as $isRelationshipNode,$t as $isUploadNode,Ml as AlignFeatureClient,ee as AutoLinkNode,Ne as BlockNode,Pl as BlockquoteFeatureClient,rs as BlocksFeatureClient,Ns as BoldFeatureClient,K as CAN_USE_DOM,jc as ChecklistFeatureClient,Of as DETAIL_TYPE_TO_DETAIL,vf as DOUBLE_LINE_BREAK,$f as ELEMENT_FORMAT_TO_TYPE,Pf as ELEMENT_TYPE_TO_FORMAT,hl as ENABLE_SLASH_MENU_COMMAND,ul as EditorConfigProvider,ce as FieldsDrawer,ad as FixedToolbarFeatureClient,ea as HeadingFeatureClient,ua as HorizontalRuleFeatureClient,yf as IS_ALL_FORMATTING,ha as IndentFeatureClient,Ft as InlineBlockNode,Rs as InlineCodeFeatureClient,_d as InlineToolbarFeatureClient,Ms as ItalicFeatureClient,Ff as LTR_REGEX,cu as LexicalPluginToLexicalFeatureClient,Lc as LinkFeatureClient,z as LinkNode,Mf as NON_BREAKING_SPACE,F as NodeFormat,Yc as OrderedListFeatureClient,Cu as ParagraphFeatureClient,fl as Point,Af as RTL_REGEX,gl as Rect,$u as RelationshipFeatureClient,Se as RelationshipNode,Ll as RichTextCell,wf as RichTextField,hu as SlateToLexicalFeatureClient,Ds as StrikethroughFeatureClient,$s as SubscriptFeatureClient,js as SuperscriptFeatureClient,Hf as TEXT_MODE_TO_TYPE,Df as TEXT_TYPE_TO_FORMAT,Bf as TEXT_TYPE_TO_MODE,X as TOGGLE_LINK_COMMAND,Um as TableFeatureClient,gs as TestRecorderFeatureClient,Ue as ToolbarButton,fe as ToolbarDropdown,Ts as TreeViewFeatureClient,Vs as UnderlineFeatureClient,ru as UnorderedListFeatureClient,hf as UploadFeatureClient,ve as UploadNode,Sf as addSwipeDownListener,Lf as addSwipeLeftListener,If as addSwipeRightListener,Rf as addSwipeUpListener,Xt as createBlockNode,y as createClientFeature,Fe as defaultEditorLexicalConfig,Eo as getDOMRangeRect,Mt as getEnabledNodes,he as getSelectedNode,ml as isHTMLElement,pl as isPoint,Nf as joinClasses,De as sanitizeClientEditorConfig,Ho as sanitizeClientFeatures,xt as setFloatingElemPosition,dt as setFloatingElemPositionForLinkEditor,G as slashMenuBasicGroupWithItems,q as toolbarAddDropdownGroupWithItems,qt as toolbarFeatureButtonsGroupWithItems,U as toolbarFormatGroupWithItems,V as toolbarTextDropdownGroupWithItems,H as useEditorConfigContext};
38
+ //# sourceMappingURL=index.js.map