@payloadcms/richtext-lexical 3.0.0-beta.6 → 3.0.0-beta.60

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 (2258) hide show
  1. package/README.md +1 -1
  2. package/dist/cell/index.d.ts +5 -2
  3. package/dist/cell/index.d.ts.map +1 -1
  4. package/dist/cell/index.js +50 -36
  5. package/dist/cell/index.js.map +1 -1
  6. package/dist/exports/client/Component-7HS6FEJS.js +2 -0
  7. package/dist/exports/client/Component-7HS6FEJS.js.map +7 -0
  8. package/dist/exports/client/Component-LAKSCIDX.js +2 -0
  9. package/dist/exports/client/Component-LAKSCIDX.js.map +7 -0
  10. package/dist/exports/client/Field-5TCNFYE2.js +2 -0
  11. package/dist/exports/client/Field-5TCNFYE2.js.map +7 -0
  12. package/dist/exports/client/RelationshipComponent-AFXEJMZQ.js +2 -0
  13. package/dist/exports/client/RelationshipComponent-AFXEJMZQ.js.map +7 -0
  14. package/dist/exports/client/bundled.css +1 -0
  15. package/dist/exports/client/chunk-3K3B6PJM.js +2 -0
  16. package/dist/exports/client/chunk-3K3B6PJM.js.map +7 -0
  17. package/dist/exports/client/chunk-CUMDYP5E.js +2 -0
  18. package/dist/exports/client/chunk-CUMDYP5E.js.map +7 -0
  19. package/dist/exports/client/chunk-JIP5PWU3.js +2 -0
  20. package/dist/exports/client/chunk-JIP5PWU3.js.map +7 -0
  21. package/dist/exports/client/chunk-Q5DYR7MH.js +3 -0
  22. package/dist/exports/client/chunk-Q5DYR7MH.js.map +7 -0
  23. package/dist/exports/client/chunk-YL52LJO3.js +2 -0
  24. package/dist/exports/client/chunk-YL52LJO3.js.map +7 -0
  25. package/dist/exports/client/component-LE2NQ25I.js +2 -0
  26. package/dist/exports/client/component-LE2NQ25I.js.map +7 -0
  27. package/dist/exports/client/component-RV346GAA.js +2 -0
  28. package/dist/exports/client/component-RV346GAA.js.map +7 -0
  29. package/dist/exports/client/component-VM36FRT2.js +2 -0
  30. package/dist/exports/client/component-VM36FRT2.js.map +7 -0
  31. package/dist/exports/client/index.d.ts +64 -0
  32. package/dist/exports/client/index.d.ts.map +1 -0
  33. package/dist/exports/client/index.js +38 -0
  34. package/dist/exports/client/index.js.map +7 -0
  35. package/dist/features/align/feature.client.d.ts +5 -0
  36. package/dist/features/align/feature.client.d.ts.map +1 -0
  37. package/dist/features/align/feature.client.js +146 -0
  38. package/dist/features/align/feature.client.js.map +1 -0
  39. package/dist/features/align/feature.server.d.ts +2 -0
  40. package/dist/features/align/feature.server.d.ts.map +1 -0
  41. package/dist/features/align/feature.server.js +13 -0
  42. package/dist/features/align/feature.server.js.map +1 -0
  43. package/dist/features/align/i18n.d.ts +3 -0
  44. package/dist/features/align/i18n.d.ts.map +1 -0
  45. package/dist/features/align/i18n.js +196 -0
  46. package/dist/features/align/i18n.js.map +1 -0
  47. package/dist/features/align/toolbarAlignGroup.d.ts +3 -0
  48. package/dist/features/align/toolbarAlignGroup.d.ts.map +1 -0
  49. package/dist/features/align/toolbarAlignGroup.js +12 -0
  50. package/dist/features/align/toolbarAlignGroup.js.map +1 -0
  51. package/dist/features/blockquote/feature.client.d.ts +5 -0
  52. package/dist/features/blockquote/feature.client.d.ts.map +1 -0
  53. package/dist/features/blockquote/feature.client.js +77 -0
  54. package/dist/features/blockquote/feature.client.js.map +1 -0
  55. package/dist/features/blockquote/feature.server.d.ts +7 -0
  56. package/dist/features/blockquote/feature.server.d.ts.map +1 -0
  57. package/dist/features/blockquote/feature.server.js +45 -0
  58. package/dist/features/blockquote/feature.server.js.map +1 -0
  59. package/dist/features/blockquote/i18n.d.ts +3 -0
  60. package/dist/features/blockquote/i18n.d.ts.map +1 -0
  61. package/dist/features/blockquote/i18n.js +100 -0
  62. package/dist/features/blockquote/i18n.js.map +1 -0
  63. package/dist/features/blockquote/markdownTransformer.d.ts.map +1 -0
  64. package/dist/features/blockquote/markdownTransformer.js +40 -0
  65. package/dist/features/blockquote/markdownTransformer.js.map +1 -0
  66. package/dist/features/blocks/component/BlockContent.d.ts +27 -0
  67. package/dist/features/blocks/component/BlockContent.d.ts.map +1 -0
  68. package/dist/features/blocks/component/BlockContent.js +193 -0
  69. package/dist/features/blocks/component/BlockContent.js.map +1 -0
  70. package/dist/features/blocks/component/FormSavePlugin.d.ts +11 -0
  71. package/dist/features/blocks/component/FormSavePlugin.d.ts.map +1 -0
  72. package/dist/features/blocks/component/FormSavePlugin.js +29 -0
  73. package/dist/features/blocks/component/FormSavePlugin.js.map +1 -0
  74. package/dist/features/blocks/component/index.d.ts +15 -0
  75. package/dist/features/blocks/component/index.d.ts.map +1 -0
  76. package/dist/features/blocks/component/index.js +158 -0
  77. package/dist/features/blocks/component/index.js.map +1 -0
  78. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts +11 -0
  79. package/dist/features/blocks/component/removeEmptyArrayValues.d.ts.map +1 -0
  80. package/dist/features/blocks/component/removeEmptyArrayValues.js.map +1 -0
  81. package/dist/features/blocks/drawer/index.d.ts.map +1 -0
  82. package/dist/features/blocks/drawer/index.js +78 -0
  83. package/dist/features/blocks/drawer/index.js.map +1 -0
  84. package/dist/features/blocks/feature.client.d.ts +9 -0
  85. package/dist/features/blocks/feature.client.d.ts.map +1 -0
  86. package/dist/features/blocks/feature.client.js +86 -0
  87. package/dist/features/blocks/feature.client.js.map +1 -0
  88. package/dist/features/blocks/feature.server.d.ts +7 -0
  89. package/dist/features/blocks/feature.server.d.ts.map +1 -0
  90. package/dist/features/blocks/feature.server.js +95 -0
  91. package/dist/features/blocks/feature.server.js.map +1 -0
  92. package/dist/features/blocks/graphQLPopulationPromise.d.ts +5 -0
  93. package/dist/features/blocks/graphQLPopulationPromise.d.ts.map +1 -0
  94. package/dist/features/blocks/graphQLPopulationPromise.js +31 -0
  95. package/dist/features/blocks/graphQLPopulationPromise.js.map +1 -0
  96. package/dist/features/blocks/i18n.d.ts +3 -0
  97. package/dist/features/blocks/i18n.d.ts.map +1 -0
  98. package/dist/features/blocks/i18n.js +100 -0
  99. package/dist/features/blocks/i18n.js.map +1 -0
  100. package/dist/features/blocks/nodes/BlocksNode.d.ts +38 -0
  101. package/dist/features/blocks/nodes/BlocksNode.d.ts.map +1 -0
  102. package/dist/features/blocks/nodes/BlocksNode.js +92 -0
  103. package/dist/features/blocks/nodes/BlocksNode.js.map +1 -0
  104. package/dist/features/blocks/plugin/commands.d.ts.map +1 -0
  105. package/dist/features/blocks/plugin/commands.js +4 -0
  106. package/dist/features/blocks/plugin/commands.js.map +1 -0
  107. package/dist/features/blocks/plugin/index.d.ts +6 -0
  108. package/dist/features/blocks/plugin/index.d.ts.map +1 -0
  109. package/dist/features/blocks/plugin/index.js +42 -0
  110. package/dist/features/blocks/plugin/index.js.map +1 -0
  111. package/dist/features/blocks/validate.d.ts +5 -0
  112. package/dist/features/blocks/validate.d.ts.map +1 -0
  113. package/dist/features/blocks/validate.js +36 -0
  114. package/dist/features/blocks/validate.js.map +1 -0
  115. package/dist/features/converters/html/converter/converters/linebreak.d.ts.map +1 -0
  116. package/dist/features/converters/html/converter/converters/linebreak.js.map +1 -0
  117. package/dist/features/converters/html/converter/converters/paragraph.d.ts.map +1 -0
  118. package/dist/features/converters/html/converter/converters/paragraph.js +20 -0
  119. package/dist/features/converters/html/converter/converters/paragraph.js.map +1 -0
  120. package/dist/features/converters/html/converter/converters/text.d.ts.map +1 -0
  121. package/dist/features/converters/html/converter/converters/text.js.map +1 -0
  122. package/dist/features/converters/html/converter/defaultConverters.d.ts.map +1 -0
  123. package/dist/features/converters/html/converter/defaultConverters.js.map +1 -0
  124. package/dist/features/converters/html/converter/index.d.ts +42 -0
  125. package/dist/features/converters/html/converter/index.d.ts.map +1 -0
  126. package/dist/features/converters/html/converter/index.js +48 -0
  127. package/dist/features/converters/html/converter/index.js.map +1 -0
  128. package/dist/features/converters/html/converter/types.d.ts +19 -0
  129. package/dist/features/converters/html/converter/types.d.ts.map +1 -0
  130. package/dist/features/converters/html/converter/types.js.map +1 -0
  131. package/dist/features/converters/html/feature.server.d.ts +8 -0
  132. package/dist/features/converters/html/feature.server.d.ts.map +1 -0
  133. package/dist/features/converters/html/feature.server.js +8 -0
  134. package/dist/features/converters/html/feature.server.js.map +1 -0
  135. package/dist/features/converters/html/field/index.d.ts +35 -0
  136. package/dist/features/converters/html/field/index.d.ts.map +1 -0
  137. package/dist/features/converters/html/field/index.js +154 -0
  138. package/dist/features/converters/html/field/index.js.map +1 -0
  139. package/dist/features/createClientComponent.d.ts +7 -0
  140. package/dist/features/createClientComponent.d.ts.map +1 -0
  141. package/dist/features/createClientComponent.js +12 -0
  142. package/dist/features/createClientComponent.js.map +1 -0
  143. package/dist/features/createFeaturePropComponent.d.ts.map +1 -0
  144. package/dist/features/createFeaturePropComponent.js +18 -0
  145. package/dist/features/createFeaturePropComponent.js.map +1 -0
  146. package/dist/features/debug/testRecorder/feature.client.d.ts +5 -0
  147. package/dist/features/debug/testRecorder/feature.client.d.ts.map +1 -0
  148. package/dist/features/debug/testRecorder/feature.client.js +13 -0
  149. package/dist/features/debug/testRecorder/feature.client.js.map +1 -0
  150. package/dist/features/debug/testRecorder/feature.server.d.ts +2 -0
  151. package/dist/features/debug/testRecorder/feature.server.d.ts.map +1 -0
  152. package/dist/features/debug/testRecorder/feature.server.js +11 -0
  153. package/dist/features/debug/testRecorder/feature.server.js.map +1 -0
  154. package/dist/features/debug/testRecorder/plugin/index.d.ts +5 -0
  155. package/dist/features/debug/testRecorder/plugin/index.d.ts.map +1 -0
  156. package/dist/features/debug/testRecorder/plugin/index.js +471 -0
  157. package/dist/features/debug/testRecorder/plugin/index.js.map +1 -0
  158. package/dist/features/debug/treeView/feature.client.d.ts +5 -0
  159. package/dist/features/debug/treeView/feature.client.d.ts.map +1 -0
  160. package/dist/features/debug/treeView/feature.client.js +13 -0
  161. package/dist/features/debug/treeView/feature.client.js.map +1 -0
  162. package/dist/features/debug/treeView/feature.server.d.ts +2 -0
  163. package/dist/features/debug/treeView/feature.server.d.ts.map +1 -0
  164. package/dist/features/debug/treeView/feature.server.js +11 -0
  165. package/dist/features/debug/treeView/feature.server.js.map +1 -0
  166. package/dist/features/debug/treeView/plugin/index.d.ts +4 -0
  167. package/dist/features/debug/treeView/plugin/index.d.ts.map +1 -0
  168. package/dist/features/debug/treeView/plugin/index.js +19 -0
  169. package/dist/features/debug/treeView/plugin/index.js.map +1 -0
  170. package/dist/features/experimental_table/feature.client.d.ts +2 -0
  171. package/dist/features/experimental_table/feature.client.d.ts.map +1 -0
  172. package/dist/features/experimental_table/feature.client.js +66 -0
  173. package/dist/features/experimental_table/feature.client.js.map +1 -0
  174. package/dist/features/experimental_table/feature.server.d.ts +2 -0
  175. package/dist/features/experimental_table/feature.server.d.ts.map +1 -0
  176. package/dist/features/experimental_table/feature.server.js +52 -0
  177. package/dist/features/experimental_table/feature.server.js.map +1 -0
  178. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts +4 -0
  179. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  180. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js +602 -0
  181. package/dist/features/experimental_table/plugins/TableActionMenuPlugin/index.js.map +1 -0
  182. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts +4 -0
  183. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  184. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js +322 -0
  185. package/dist/features/experimental_table/plugins/TableCellResizerPlugin/index.js.map +1 -0
  186. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts +24 -0
  187. package/dist/features/experimental_table/plugins/TablePlugin/index.d.ts.map +1 -0
  188. package/dist/features/experimental_table/plugins/TablePlugin/index.js +99 -0
  189. package/dist/features/experimental_table/plugins/TablePlugin/index.js.map +1 -0
  190. package/dist/features/format/bold/feature.client.d.ts +5 -0
  191. package/dist/features/format/bold/feature.client.d.ts.map +1 -0
  192. package/dist/features/format/bold/feature.client.js +44 -0
  193. package/dist/features/format/bold/feature.client.js.map +1 -0
  194. package/dist/features/format/bold/feature.server.d.ts +2 -0
  195. package/dist/features/format/bold/feature.server.d.ts.map +1 -0
  196. package/dist/features/format/bold/feature.server.js +25 -0
  197. package/dist/features/format/bold/feature.server.js.map +1 -0
  198. package/dist/features/format/bold/markdownTransformers.d.ts.map +1 -0
  199. package/dist/features/format/bold/markdownTransformers.js.map +1 -0
  200. package/dist/features/format/inlineCode/feature.client.d.ts +5 -0
  201. package/dist/features/format/inlineCode/feature.client.d.ts.map +1 -0
  202. package/dist/features/format/inlineCode/feature.client.js +37 -0
  203. package/dist/features/format/inlineCode/feature.client.js.map +1 -0
  204. package/dist/features/format/inlineCode/feature.server.d.ts +2 -0
  205. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -0
  206. package/dist/features/format/inlineCode/feature.server.js +15 -0
  207. package/dist/features/format/inlineCode/feature.server.js.map +1 -0
  208. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +1 -0
  209. package/dist/features/format/inlineCode/markdownTransformers.js.map +1 -0
  210. package/dist/features/format/italic/feature.client.d.ts +5 -0
  211. package/dist/features/format/italic/feature.client.d.ts.map +1 -0
  212. package/dist/features/format/italic/feature.client.js +38 -0
  213. package/dist/features/format/italic/feature.client.js.map +1 -0
  214. package/dist/features/format/italic/feature.server.d.ts +2 -0
  215. package/dist/features/format/italic/feature.server.d.ts.map +1 -0
  216. package/dist/features/format/italic/feature.server.js +16 -0
  217. package/dist/features/format/italic/feature.server.js.map +1 -0
  218. package/dist/features/format/italic/markdownTransformers.d.ts.map +1 -0
  219. package/dist/features/format/italic/markdownTransformers.js.map +1 -0
  220. package/dist/features/format/shared/toolbarFormatGroup.d.ts +3 -0
  221. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -0
  222. package/dist/features/format/shared/toolbarFormatGroup.js +10 -0
  223. package/dist/features/format/shared/toolbarFormatGroup.js.map +1 -0
  224. package/dist/features/format/strikethrough/feature.client.d.ts +5 -0
  225. package/dist/features/format/strikethrough/feature.client.d.ts.map +1 -0
  226. package/dist/features/format/strikethrough/feature.client.js +37 -0
  227. package/dist/features/format/strikethrough/feature.client.js.map +1 -0
  228. package/dist/features/format/strikethrough/feature.server.d.ts +2 -0
  229. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -0
  230. package/dist/features/format/strikethrough/feature.server.js +15 -0
  231. package/dist/features/format/strikethrough/feature.server.js.map +1 -0
  232. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +1 -0
  233. package/dist/features/format/strikethrough/markdownTransformers.js.map +1 -0
  234. package/dist/features/format/subscript/feature.client.d.ts +5 -0
  235. package/dist/features/format/subscript/feature.client.d.ts.map +1 -0
  236. package/dist/features/format/subscript/feature.client.js +33 -0
  237. package/dist/features/format/subscript/feature.client.js.map +1 -0
  238. package/dist/features/format/subscript/feature.server.d.ts +2 -0
  239. package/dist/features/format/subscript/feature.server.d.ts.map +1 -0
  240. package/dist/features/format/subscript/feature.server.js +11 -0
  241. package/dist/features/format/subscript/feature.server.js.map +1 -0
  242. package/dist/features/format/superscript/feature.client.d.ts +5 -0
  243. package/dist/features/format/superscript/feature.client.d.ts.map +1 -0
  244. package/dist/features/format/superscript/feature.client.js +33 -0
  245. package/dist/features/format/superscript/feature.client.js.map +1 -0
  246. package/dist/features/format/superscript/feature.server.d.ts +2 -0
  247. package/dist/features/format/superscript/feature.server.d.ts.map +1 -0
  248. package/dist/features/format/superscript/feature.server.js +11 -0
  249. package/dist/features/format/superscript/feature.server.js.map +1 -0
  250. package/dist/features/format/underline/feature.client.d.ts +5 -0
  251. package/dist/features/format/underline/feature.client.d.ts.map +1 -0
  252. package/dist/features/format/underline/feature.client.js +33 -0
  253. package/dist/features/format/underline/feature.client.js.map +1 -0
  254. package/dist/features/format/underline/feature.server.d.ts +2 -0
  255. package/dist/features/format/underline/feature.server.d.ts.map +1 -0
  256. package/dist/features/format/underline/feature.server.js +11 -0
  257. package/dist/features/format/underline/feature.server.js.map +1 -0
  258. package/dist/features/heading/feature.client.d.ts +6 -0
  259. package/dist/features/heading/feature.client.d.ts.map +1 -0
  260. package/dist/features/heading/feature.client.js +112 -0
  261. package/dist/features/heading/feature.client.js.map +1 -0
  262. package/dist/features/heading/feature.server.d.ts +10 -0
  263. package/dist/features/heading/feature.server.d.ts.map +1 -0
  264. package/dist/features/heading/feature.server.js +59 -0
  265. package/dist/features/heading/feature.server.js.map +1 -0
  266. package/dist/features/heading/i18n.d.ts +3 -0
  267. package/dist/features/heading/i18n.d.ts.map +1 -0
  268. package/dist/features/heading/i18n.js +100 -0
  269. package/dist/features/heading/i18n.js.map +1 -0
  270. package/dist/features/heading/markdownTransformer.d.ts.map +1 -0
  271. package/dist/features/heading/markdownTransformer.js +29 -0
  272. package/dist/features/heading/markdownTransformer.js.map +1 -0
  273. package/dist/features/horizontalRule/component/index.d.ts +10 -0
  274. package/dist/features/horizontalRule/component/index.d.ts.map +1 -0
  275. package/dist/features/horizontalRule/component/index.js +67 -0
  276. package/dist/features/horizontalRule/component/index.js.map +1 -0
  277. package/dist/features/horizontalRule/feature.client.d.ts +5 -0
  278. package/dist/features/horizontalRule/feature.client.d.ts.map +1 -0
  279. package/dist/features/horizontalRule/feature.client.js +70 -0
  280. package/dist/features/horizontalRule/feature.client.js.map +1 -0
  281. package/dist/features/horizontalRule/feature.server.d.ts +2 -0
  282. package/dist/features/horizontalRule/feature.server.d.ts.map +1 -0
  283. package/dist/features/horizontalRule/feature.server.js +34 -0
  284. package/dist/features/horizontalRule/feature.server.js.map +1 -0
  285. package/dist/features/horizontalRule/i18n.d.ts +3 -0
  286. package/dist/features/horizontalRule/i18n.d.ts.map +1 -0
  287. package/dist/features/horizontalRule/i18n.js +100 -0
  288. package/dist/features/horizontalRule/i18n.js.map +1 -0
  289. package/dist/features/horizontalRule/markdownTransformer.d.ts +3 -0
  290. package/dist/features/horizontalRule/markdownTransformer.d.ts.map +1 -0
  291. package/dist/features/horizontalRule/markdownTransformer.js +23 -0
  292. package/dist/features/horizontalRule/markdownTransformer.js.map +1 -0
  293. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts +56 -0
  294. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.d.ts.map +1 -0
  295. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js +92 -0
  296. package/dist/features/horizontalRule/nodes/HorizontalRuleNode.js.map +1 -0
  297. package/dist/features/horizontalRule/plugin/index.d.ts +7 -0
  298. package/dist/features/horizontalRule/plugin/index.d.ts.map +1 -0
  299. package/dist/features/horizontalRule/plugin/index.js +30 -0
  300. package/dist/features/horizontalRule/plugin/index.js.map +1 -0
  301. package/dist/features/indent/feature.client.d.ts +5 -0
  302. package/dist/features/indent/feature.client.d.ts.map +1 -0
  303. package/dist/features/indent/feature.client.js +56 -0
  304. package/dist/features/indent/feature.client.js.map +1 -0
  305. package/dist/features/indent/feature.server.d.ts +2 -0
  306. package/dist/features/indent/feature.server.d.ts.map +1 -0
  307. package/dist/features/indent/feature.server.js +13 -0
  308. package/dist/features/indent/feature.server.js.map +1 -0
  309. package/dist/features/indent/i18n.d.ts +3 -0
  310. package/dist/features/indent/i18n.d.ts.map +1 -0
  311. package/dist/features/indent/i18n.js +132 -0
  312. package/dist/features/indent/i18n.js.map +1 -0
  313. package/dist/features/indent/toolbarIndentGroup.d.ts +3 -0
  314. package/dist/features/indent/toolbarIndentGroup.d.ts.map +1 -0
  315. package/dist/features/indent/toolbarIndentGroup.js +10 -0
  316. package/dist/features/indent/toolbarIndentGroup.js.map +1 -0
  317. package/dist/features/link/drawer/baseFields.d.ts +3 -0
  318. package/dist/features/link/drawer/baseFields.d.ts.map +1 -0
  319. package/dist/features/link/drawer/baseFields.js +94 -0
  320. package/dist/features/link/drawer/baseFields.js.map +1 -0
  321. package/dist/features/link/feature.client.d.ts +16 -0
  322. package/dist/features/link/feature.client.d.ts.map +1 -0
  323. package/dist/features/link/feature.client.js +101 -0
  324. package/dist/features/link/feature.client.js.map +1 -0
  325. package/dist/features/link/feature.server.d.ts +35 -0
  326. package/dist/features/link/feature.server.d.ts.map +1 -0
  327. package/dist/features/link/feature.server.js +128 -0
  328. package/dist/features/link/feature.server.js.map +1 -0
  329. package/dist/features/link/graphQLPopulationPromise.d.ts +5 -0
  330. package/dist/features/link/graphQLPopulationPromise.d.ts.map +1 -0
  331. package/dist/features/link/graphQLPopulationPromise.js +31 -0
  332. package/dist/features/link/graphQLPopulationPromise.js.map +1 -0
  333. package/dist/features/link/i18n.d.ts +3 -0
  334. package/dist/features/link/i18n.d.ts.map +1 -0
  335. package/dist/features/link/i18n.js +100 -0
  336. package/dist/features/link/i18n.js.map +1 -0
  337. package/dist/features/link/markdownTransformer.d.ts +6 -0
  338. package/dist/features/link/markdownTransformer.d.ts.map +1 -0
  339. package/dist/features/link/markdownTransformer.js +50 -0
  340. package/dist/features/link/markdownTransformer.js.map +1 -0
  341. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -0
  342. package/dist/features/link/nodes/AutoLinkNode.js +68 -0
  343. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -0
  344. package/dist/features/link/nodes/LinkNode.d.ts +39 -0
  345. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -0
  346. package/dist/features/link/nodes/LinkNode.js +318 -0
  347. package/dist/features/link/nodes/LinkNode.js.map +1 -0
  348. package/dist/features/link/nodes/types.d.ts +23 -0
  349. package/dist/features/link/nodes/types.d.ts.map +1 -0
  350. package/dist/features/link/nodes/types.js.map +1 -0
  351. package/dist/features/link/plugins/autoLink/index.d.ts +20 -0
  352. package/dist/features/link/plugins/autoLink/index.d.ts.map +1 -0
  353. package/dist/features/link/plugins/autoLink/index.js +323 -0
  354. package/dist/features/link/plugins/autoLink/index.js.map +1 -0
  355. package/dist/features/link/plugins/clickableLink/index.d.ts +4 -0
  356. package/dist/features/link/plugins/clickableLink/index.d.ts.map +1 -0
  357. package/dist/features/link/plugins/clickableLink/index.js +9 -0
  358. package/dist/features/link/plugins/clickableLink/index.js.map +1 -0
  359. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +1 -0
  360. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +4 -0
  361. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +1 -0
  362. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -0
  363. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +299 -0
  364. package/dist/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -0
  365. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts +5 -0
  366. package/dist/features/link/plugins/floatingLinkEditor/index.d.ts.map +1 -0
  367. package/dist/features/link/plugins/floatingLinkEditor/index.js +13 -0
  368. package/dist/features/link/plugins/floatingLinkEditor/index.js.map +1 -0
  369. package/dist/features/link/plugins/floatingLinkEditor/types.d.ts.map +1 -0
  370. package/dist/features/link/plugins/floatingLinkEditor/types.js.map +1 -0
  371. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts +9 -0
  372. package/dist/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +1 -0
  373. package/dist/features/link/plugins/floatingLinkEditor/utilities.js +20 -0
  374. package/dist/features/link/plugins/floatingLinkEditor/utilities.js.map +1 -0
  375. package/dist/features/link/plugins/link/index.d.ts +4 -0
  376. package/dist/features/link/plugins/link/index.d.ts.map +1 -0
  377. package/dist/features/link/plugins/link/index.js +53 -0
  378. package/dist/features/link/plugins/link/index.js.map +1 -0
  379. package/dist/features/link/validate.d.ts +6 -0
  380. package/dist/features/link/validate.d.ts.map +1 -0
  381. package/dist/features/link/validate.js +28 -0
  382. package/dist/features/link/validate.js.map +1 -0
  383. package/dist/features/lists/checklist/feature.client.d.ts +5 -0
  384. package/dist/features/lists/checklist/feature.client.d.ts.map +1 -0
  385. package/dist/features/lists/checklist/feature.client.js +100 -0
  386. package/dist/features/lists/checklist/feature.client.js.map +1 -0
  387. package/dist/features/lists/checklist/feature.server.d.ts +2 -0
  388. package/dist/features/lists/checklist/feature.server.d.ts.map +1 -0
  389. package/dist/features/lists/checklist/feature.server.js +36 -0
  390. package/dist/features/lists/checklist/feature.server.js.map +1 -0
  391. package/dist/features/lists/checklist/i18n.d.ts +3 -0
  392. package/dist/features/lists/checklist/i18n.d.ts.map +1 -0
  393. package/dist/features/lists/checklist/i18n.js +100 -0
  394. package/dist/features/lists/checklist/i18n.js.map +1 -0
  395. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +1 -0
  396. package/dist/features/lists/checklist/markdownTransformers.js +16 -0
  397. package/dist/features/lists/checklist/markdownTransformers.js.map +1 -0
  398. package/dist/features/lists/checklist/plugin/index.d.ts +3 -0
  399. package/dist/features/lists/checklist/plugin/index.d.ts.map +1 -0
  400. package/dist/features/lists/checklist/plugin/index.js +9 -0
  401. package/dist/features/lists/checklist/plugin/index.js.map +1 -0
  402. package/dist/features/lists/htmlConverter.d.ts +5 -0
  403. package/dist/features/lists/htmlConverter.d.ts.map +1 -0
  404. package/dist/features/lists/htmlConverter.js +56 -0
  405. package/dist/features/lists/htmlConverter.js.map +1 -0
  406. package/dist/features/lists/orderedList/feature.client.d.ts +5 -0
  407. package/dist/features/lists/orderedList/feature.client.d.ts.map +1 -0
  408. package/dist/features/lists/orderedList/feature.client.js +90 -0
  409. package/dist/features/lists/orderedList/feature.client.js.map +1 -0
  410. package/dist/features/lists/orderedList/feature.server.d.ts +2 -0
  411. package/dist/features/lists/orderedList/feature.server.d.ts.map +1 -0
  412. package/dist/features/lists/orderedList/feature.server.js +36 -0
  413. package/dist/features/lists/orderedList/feature.server.js.map +1 -0
  414. package/dist/features/lists/orderedList/i18n.d.ts +3 -0
  415. package/dist/features/lists/orderedList/i18n.d.ts.map +1 -0
  416. package/dist/features/lists/orderedList/i18n.js +100 -0
  417. package/dist/features/lists/orderedList/i18n.js.map +1 -0
  418. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +1 -0
  419. package/dist/features/lists/orderedList/markdownTransformer.js +16 -0
  420. package/dist/features/lists/orderedList/markdownTransformer.js.map +1 -0
  421. package/dist/features/lists/plugin/index.d.ts +13 -0
  422. package/dist/features/lists/plugin/index.d.ts.map +1 -0
  423. package/dist/features/lists/plugin/index.js +9 -0
  424. package/dist/features/lists/plugin/index.js.map +1 -0
  425. package/dist/features/lists/shared/markdown.d.ts +6 -0
  426. package/dist/features/lists/shared/markdown.d.ts.map +1 -0
  427. package/dist/features/lists/shared/markdown.js +58 -0
  428. package/dist/features/lists/shared/markdown.js.map +1 -0
  429. package/dist/features/lists/shared/slashMenuListGroup.d.ts +3 -0
  430. package/dist/features/lists/shared/slashMenuListGroup.d.ts.map +1 -0
  431. package/dist/features/lists/shared/slashMenuListGroup.js +11 -0
  432. package/dist/features/lists/shared/slashMenuListGroup.js.map +1 -0
  433. package/dist/features/lists/unorderedList/feature.client.d.ts +5 -0
  434. package/dist/features/lists/unorderedList/feature.client.d.ts.map +1 -0
  435. package/dist/features/lists/unorderedList/feature.client.js +88 -0
  436. package/dist/features/lists/unorderedList/feature.client.js.map +1 -0
  437. package/dist/features/lists/unorderedList/feature.server.d.ts +2 -0
  438. package/dist/features/lists/unorderedList/feature.server.d.ts.map +1 -0
  439. package/dist/features/lists/unorderedList/feature.server.js +34 -0
  440. package/dist/features/lists/unorderedList/feature.server.js.map +1 -0
  441. package/dist/features/lists/unorderedList/i18n.d.ts +3 -0
  442. package/dist/features/lists/unorderedList/i18n.d.ts.map +1 -0
  443. package/dist/features/lists/unorderedList/i18n.js +100 -0
  444. package/dist/features/lists/unorderedList/i18n.js.map +1 -0
  445. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +1 -0
  446. package/dist/features/lists/unorderedList/markdownTransformer.js +16 -0
  447. package/dist/features/lists/unorderedList/markdownTransformer.js.map +1 -0
  448. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +5 -0
  449. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +1 -0
  450. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +1 -0
  451. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  452. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +1 -0
  453. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +1 -0
  454. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +8 -0
  455. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +1 -0
  456. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +5 -0
  457. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +1 -0
  458. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +1 -0
  459. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +1 -0
  460. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +1 -0
  461. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +1 -0
  462. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +8 -0
  463. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +1 -0
  464. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +5 -0
  465. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +1 -0
  466. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +1 -0
  467. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +1 -0
  468. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +1 -0
  469. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +1 -0
  470. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +8 -0
  471. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +1 -0
  472. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +5 -0
  473. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  474. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +1 -0
  475. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  476. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +1 -0
  477. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  478. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +8 -0
  479. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +1 -0
  480. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +5 -0
  481. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +1 -0
  482. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +1 -0
  483. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +1 -0
  484. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +1 -0
  485. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +1 -0
  486. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +8 -0
  487. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +1 -0
  488. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +5 -0
  489. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  490. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +1 -0
  491. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  492. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +1 -0
  493. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  494. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +8 -0
  495. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +1 -0
  496. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +5 -0
  497. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +1 -0
  498. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +1 -0
  499. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  500. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +23 -0
  501. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +1 -0
  502. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +1 -0
  503. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +8 -0
  504. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +1 -0
  505. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +1 -0
  506. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +1 -0
  507. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +1 -0
  508. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +1 -0
  509. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +31 -0
  510. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +1 -0
  511. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +1 -0
  512. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +5 -0
  513. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +1 -0
  514. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +27 -0
  515. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +1 -0
  516. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +8 -0
  517. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +1 -0
  518. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +45 -0
  519. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +1 -0
  520. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  521. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  522. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  523. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  524. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  525. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +69 -0
  526. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  527. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +5 -0
  528. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +1 -0
  529. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js +6 -0
  530. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +1 -0
  531. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +1 -0
  532. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +1 -0
  533. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +1 -0
  534. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js +8 -0
  535. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +1 -0
  536. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +5 -0
  537. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +1 -0
  538. package/dist/features/migrations/slateToLexical/converter/converters/heading/client.js.map +1 -0
  539. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +1 -0
  540. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +1 -0
  541. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +1 -0
  542. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js +8 -0
  543. package/dist/features/migrations/slateToLexical/converter/converters/heading/index.js.map +1 -0
  544. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +5 -0
  545. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +1 -0
  546. package/dist/features/migrations/slateToLexical/converter/converters/indent/client.js.map +1 -0
  547. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +1 -0
  548. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +1 -0
  549. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +1 -0
  550. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js +8 -0
  551. package/dist/features/migrations/slateToLexical/converter/converters/indent/index.js.map +1 -0
  552. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts +5 -0
  553. package/dist/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +1 -0
  554. package/dist/features/migrations/slateToLexical/converter/converters/link/client.js.map +1 -0
  555. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +1 -0
  556. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +1 -0
  557. package/dist/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +1 -0
  558. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js +8 -0
  559. package/dist/features/migrations/slateToLexical/converter/converters/link/index.js.map +1 -0
  560. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +5 -0
  561. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +1 -0
  562. package/dist/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +1 -0
  563. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +1 -0
  564. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +1 -0
  565. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +1 -0
  566. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js +8 -0
  567. package/dist/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +1 -0
  568. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +5 -0
  569. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +1 -0
  570. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +1 -0
  571. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +1 -0
  572. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +1 -0
  573. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +1 -0
  574. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js +8 -0
  575. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +1 -0
  576. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +5 -0
  577. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +1 -0
  578. package/dist/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +1 -0
  579. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +1 -0
  580. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +16 -0
  581. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +1 -0
  582. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +1 -0
  583. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js +8 -0
  584. package/dist/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +1 -0
  585. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +5 -0
  586. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +1 -0
  587. package/dist/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +1 -0
  588. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +1 -0
  589. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +1 -0
  590. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +1 -0
  591. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js +8 -0
  592. package/dist/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +1 -0
  593. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +5 -0
  594. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +1 -0
  595. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +1 -0
  596. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +1 -0
  597. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +1 -0
  598. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +1 -0
  599. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +8 -0
  600. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +1 -0
  601. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +5 -0
  602. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +1 -0
  603. package/dist/features/migrations/slateToLexical/converter/converters/upload/client.js.map +1 -0
  604. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +1 -0
  605. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +19 -0
  606. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +1 -0
  607. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +1 -0
  608. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js +8 -0
  609. package/dist/features/migrations/slateToLexical/converter/converters/upload/index.js.map +1 -0
  610. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +1 -0
  611. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +1 -0
  612. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +1 -0
  613. package/dist/features/migrations/slateToLexical/converter/index.js +108 -0
  614. package/dist/features/migrations/slateToLexical/converter/index.js.map +1 -0
  615. package/dist/features/migrations/slateToLexical/converter/types.d.ts +25 -0
  616. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +1 -0
  617. package/dist/features/migrations/slateToLexical/converter/types.js.map +1 -0
  618. package/dist/features/migrations/slateToLexical/feature.client.d.ts +5 -0
  619. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +1 -0
  620. package/dist/features/migrations/slateToLexical/feature.client.js +27 -0
  621. package/dist/features/migrations/slateToLexical/feature.client.js.map +1 -0
  622. package/dist/features/migrations/slateToLexical/feature.server.d.ts +10 -0
  623. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +1 -0
  624. package/dist/features/migrations/slateToLexical/feature.server.js +47 -0
  625. package/dist/features/migrations/slateToLexical/feature.server.js.map +1 -0
  626. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +1 -0
  627. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +15 -0
  628. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -0
  629. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +33 -0
  630. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +1 -0
  631. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +69 -0
  632. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -0
  633. package/dist/features/paragraph/feature.client.d.ts +5 -0
  634. package/dist/features/paragraph/feature.client.d.ts.map +1 -0
  635. package/dist/features/paragraph/feature.client.js +71 -0
  636. package/dist/features/paragraph/feature.client.js.map +1 -0
  637. package/dist/features/paragraph/feature.server.d.ts +2 -0
  638. package/dist/features/paragraph/feature.server.d.ts.map +1 -0
  639. package/dist/features/paragraph/feature.server.js +14 -0
  640. package/dist/features/paragraph/feature.server.js.map +1 -0
  641. package/dist/features/paragraph/i18n.d.ts +3 -0
  642. package/dist/features/paragraph/i18n.d.ts.map +1 -0
  643. package/dist/features/paragraph/i18n.js +132 -0
  644. package/dist/features/paragraph/i18n.js.map +1 -0
  645. package/dist/features/relationship/drawer/commands.d.ts.map +1 -0
  646. package/dist/features/relationship/drawer/commands.js +4 -0
  647. package/dist/features/relationship/drawer/commands.js.map +1 -0
  648. package/dist/features/relationship/drawer/index.d.ts.map +1 -0
  649. package/dist/features/relationship/drawer/index.js +83 -0
  650. package/dist/features/relationship/drawer/index.js.map +1 -0
  651. package/dist/features/relationship/feature.client.d.ts +18 -0
  652. package/dist/features/relationship/feature.client.d.ts.map +1 -0
  653. package/dist/features/relationship/feature.client.js +72 -0
  654. package/dist/features/relationship/feature.client.js.map +1 -0
  655. package/dist/features/relationship/feature.server.d.ts +27 -0
  656. package/dist/features/relationship/feature.server.d.ts.map +1 -0
  657. package/dist/features/relationship/feature.server.js +55 -0
  658. package/dist/features/relationship/feature.server.js.map +1 -0
  659. package/dist/features/relationship/graphQLPopulationPromise.d.ts +5 -0
  660. package/dist/features/relationship/graphQLPopulationPromise.d.ts.map +1 -0
  661. package/dist/features/relationship/graphQLPopulationPromise.js +29 -0
  662. package/dist/features/relationship/graphQLPopulationPromise.js.map +1 -0
  663. package/dist/features/relationship/i18n.d.ts +3 -0
  664. package/dist/features/relationship/i18n.d.ts.map +1 -0
  665. package/dist/features/relationship/i18n.js +100 -0
  666. package/dist/features/relationship/i18n.js.map +1 -0
  667. package/dist/features/relationship/nodes/RelationshipNode.d.ts +35 -0
  668. package/dist/features/relationship/nodes/RelationshipNode.d.ts.map +1 -0
  669. package/dist/features/relationship/nodes/RelationshipNode.js +111 -0
  670. package/dist/features/relationship/nodes/RelationshipNode.js.map +1 -0
  671. package/dist/features/relationship/nodes/components/RelationshipComponent.d.ts.map +1 -0
  672. package/dist/features/relationship/nodes/components/RelationshipComponent.js +172 -0
  673. package/dist/features/relationship/nodes/components/RelationshipComponent.js.map +1 -0
  674. package/dist/features/relationship/plugins/index.d.ts +7 -0
  675. package/dist/features/relationship/plugins/index.d.ts.map +1 -0
  676. package/dist/features/relationship/plugins/index.js +50 -0
  677. package/dist/features/relationship/plugins/index.js.map +1 -0
  678. package/dist/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +1 -0
  679. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js +33 -0
  680. package/dist/features/relationship/utils/EnabledRelationshipsCondition.js.map +1 -0
  681. package/dist/features/shared/slashMenu/basicGroup.d.ts +3 -0
  682. package/dist/features/shared/slashMenu/basicGroup.d.ts.map +1 -0
  683. package/dist/features/shared/slashMenu/basicGroup.js +11 -0
  684. package/dist/features/shared/slashMenu/basicGroup.js.map +1 -0
  685. package/dist/features/shared/toolbar/addDropdownGroup.d.ts +3 -0
  686. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -0
  687. package/dist/features/shared/toolbar/addDropdownGroup.js +12 -0
  688. package/dist/features/shared/toolbar/addDropdownGroup.js.map +1 -0
  689. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts +3 -0
  690. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -0
  691. package/dist/features/shared/toolbar/featureButtonsGroup.js +10 -0
  692. package/dist/features/shared/toolbar/featureButtonsGroup.js.map +1 -0
  693. package/dist/features/shared/toolbar/textDropdownGroup.d.ts +3 -0
  694. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -0
  695. package/dist/features/shared/toolbar/textDropdownGroup.js +12 -0
  696. package/dist/features/shared/toolbar/textDropdownGroup.js.map +1 -0
  697. package/dist/features/toolbars/fixed/Toolbar/index.d.ts +5 -0
  698. package/dist/features/toolbars/fixed/Toolbar/index.d.ts.map +1 -0
  699. package/dist/features/toolbars/fixed/Toolbar/index.js +207 -0
  700. package/dist/features/toolbars/fixed/Toolbar/index.js.map +1 -0
  701. package/dist/features/toolbars/fixed/feature.client.d.ts +6 -0
  702. package/dist/features/toolbars/fixed/feature.client.d.ts.map +1 -0
  703. package/dist/features/toolbars/fixed/feature.client.js +13 -0
  704. package/dist/features/toolbars/fixed/feature.client.js.map +1 -0
  705. package/dist/features/toolbars/fixed/feature.server.d.ts +18 -0
  706. package/dist/features/toolbars/fixed/feature.server.d.ts.map +1 -0
  707. package/dist/features/toolbars/fixed/feature.server.js +19 -0
  708. package/dist/features/toolbars/fixed/feature.server.js.map +1 -0
  709. package/dist/features/toolbars/inline/Toolbar/index.d.ts +4 -0
  710. package/dist/features/toolbars/inline/Toolbar/index.d.ts.map +1 -0
  711. package/dist/features/toolbars/inline/Toolbar/index.js +319 -0
  712. package/dist/features/toolbars/inline/Toolbar/index.js.map +1 -0
  713. package/dist/features/toolbars/inline/feature.client.d.ts +5 -0
  714. package/dist/features/toolbars/inline/feature.client.d.ts.map +1 -0
  715. package/dist/features/toolbars/inline/feature.client.js +13 -0
  716. package/dist/features/toolbars/inline/feature.client.js.map +1 -0
  717. package/dist/features/toolbars/inline/feature.server.d.ts +2 -0
  718. package/dist/features/toolbars/inline/feature.server.d.ts.map +1 -0
  719. package/dist/features/toolbars/inline/feature.server.js +11 -0
  720. package/dist/features/toolbars/inline/feature.server.js.map +1 -0
  721. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +10 -0
  722. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -0
  723. package/dist/features/toolbars/shared/ToolbarButton/index.js +108 -0
  724. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -0
  725. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts +22 -0
  726. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -0
  727. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +224 -0
  728. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -0
  729. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +23 -0
  730. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -0
  731. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +141 -0
  732. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -0
  733. package/dist/features/toolbars/types.d.ts +80 -0
  734. package/dist/features/toolbars/types.d.ts.map +1 -0
  735. package/dist/features/toolbars/types.js.map +1 -0
  736. package/dist/features/typeUtilities.d.ts +8 -0
  737. package/dist/features/typeUtilities.d.ts.map +1 -0
  738. package/dist/features/typeUtilities.js +8 -0
  739. package/dist/features/typeUtilities.js.map +1 -0
  740. package/dist/features/typesClient.d.ts +186 -0
  741. package/dist/features/typesClient.d.ts.map +1 -0
  742. package/dist/features/typesClient.js +3 -0
  743. package/dist/features/typesClient.js.map +1 -0
  744. package/dist/features/typesServer.d.ts +315 -0
  745. package/dist/features/typesServer.d.ts.map +1 -0
  746. package/dist/features/typesServer.js +3 -0
  747. package/dist/features/typesServer.js.map +1 -0
  748. package/dist/features/upload/component/index.d.ts.map +1 -0
  749. package/dist/features/upload/component/index.js +242 -0
  750. package/dist/features/upload/component/index.js.map +1 -0
  751. package/dist/features/upload/drawer/commands.d.ts.map +1 -0
  752. package/dist/features/upload/drawer/commands.js +5 -0
  753. package/dist/features/upload/drawer/commands.js.map +1 -0
  754. package/dist/features/upload/drawer/index.d.ts.map +1 -0
  755. package/dist/features/upload/drawer/index.js +77 -0
  756. package/dist/features/upload/drawer/index.js.map +1 -0
  757. package/dist/features/upload/feature.client.d.ts +12 -0
  758. package/dist/features/upload/feature.client.d.ts.map +1 -0
  759. package/dist/features/upload/feature.client.js +74 -0
  760. package/dist/features/upload/feature.client.js.map +1 -0
  761. package/dist/features/upload/feature.server.d.ts +18 -0
  762. package/dist/features/upload/feature.server.d.ts.map +1 -0
  763. package/dist/features/upload/feature.server.js +184 -0
  764. package/dist/features/upload/feature.server.js.map +1 -0
  765. package/dist/features/upload/graphQLPopulationPromise.d.ts +5 -0
  766. package/dist/features/upload/graphQLPopulationPromise.d.ts.map +1 -0
  767. package/dist/features/upload/graphQLPopulationPromise.js +52 -0
  768. package/dist/features/upload/graphQLPopulationPromise.js.map +1 -0
  769. package/dist/features/upload/i18n.d.ts +3 -0
  770. package/dist/features/upload/i18n.d.ts.map +1 -0
  771. package/dist/features/upload/i18n.js +100 -0
  772. package/dist/features/upload/i18n.js.map +1 -0
  773. package/dist/features/upload/nodes/UploadNode.d.ts +41 -0
  774. package/dist/features/upload/nodes/UploadNode.d.ts.map +1 -0
  775. package/dist/features/upload/nodes/UploadNode.js +132 -0
  776. package/dist/features/upload/nodes/UploadNode.js.map +1 -0
  777. package/dist/features/upload/plugin/index.d.ts +8 -0
  778. package/dist/features/upload/plugin/index.d.ts.map +1 -0
  779. package/dist/features/upload/plugin/index.js +53 -0
  780. package/dist/features/upload/plugin/index.js.map +1 -0
  781. package/dist/features/upload/validate.d.ts +5 -0
  782. package/dist/features/upload/validate.d.ts.map +1 -0
  783. package/dist/features/upload/validate.js +44 -0
  784. package/dist/features/upload/validate.js.map +1 -0
  785. package/dist/field/Field.d.ts +3 -4
  786. package/dist/field/Field.d.ts.map +1 -1
  787. package/dist/field/Field.js +70 -56
  788. package/dist/field/Field.js.map +1 -1
  789. package/dist/field/bundled.css +0 -0
  790. package/dist/field/index.d.ts +6 -4
  791. package/dist/field/index.d.ts.map +1 -1
  792. package/dist/field/index.js +37 -86
  793. package/dist/field/index.js.map +1 -1
  794. package/dist/i18n.d.ts +3 -0
  795. package/dist/i18n.d.ts.map +1 -0
  796. package/dist/i18n.js +164 -0
  797. package/dist/i18n.js.map +1 -0
  798. package/dist/index.d.ts +76 -84
  799. package/dist/index.d.ts.map +1 -1
  800. package/dist/index.js +675 -251
  801. package/dist/index.js.map +1 -1
  802. package/dist/lexical/EditorPlugin.d.ts +8 -0
  803. package/dist/lexical/EditorPlugin.d.ts.map +1 -0
  804. package/dist/lexical/EditorPlugin.js +15 -0
  805. package/dist/lexical/EditorPlugin.js.map +1 -0
  806. package/dist/lexical/LexicalEditor.d.ts +7 -0
  807. package/dist/lexical/LexicalEditor.d.ts.map +1 -0
  808. package/dist/lexical/LexicalEditor.js +192 -0
  809. package/dist/lexical/LexicalEditor.js.map +1 -0
  810. package/dist/lexical/LexicalProvider.d.ts +18 -0
  811. package/dist/lexical/LexicalProvider.d.ts.map +1 -0
  812. package/dist/lexical/LexicalProvider.js +98 -0
  813. package/dist/lexical/LexicalProvider.js.map +1 -0
  814. package/dist/lexical/config/client/EditorConfigProvider.d.ts +35 -0
  815. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -0
  816. package/dist/lexical/config/client/EditorConfigProvider.js +91 -0
  817. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -0
  818. package/dist/lexical/config/client/default.d.ts +3 -0
  819. package/dist/lexical/config/client/default.d.ts.map +1 -0
  820. package/dist/lexical/config/client/default.js.map +1 -0
  821. package/dist/lexical/config/client/loader.d.ts +12 -0
  822. package/dist/lexical/config/client/loader.d.ts.map +1 -0
  823. package/dist/lexical/config/client/loader.js +46 -0
  824. package/dist/lexical/config/client/loader.js.map +1 -0
  825. package/dist/lexical/config/client/sanitize.d.ts +7 -0
  826. package/dist/lexical/config/client/sanitize.d.ts.map +1 -0
  827. package/dist/lexical/config/client/sanitize.js +180 -0
  828. package/dist/lexical/config/client/sanitize.js.map +1 -0
  829. package/dist/lexical/config/server/default.d.ts +7 -0
  830. package/dist/lexical/config/server/default.d.ts.map +1 -0
  831. package/dist/lexical/config/server/default.js +53 -0
  832. package/dist/lexical/config/server/default.js.map +1 -0
  833. package/dist/lexical/config/server/loader.d.ts +10 -0
  834. package/dist/lexical/config/server/loader.d.ts.map +1 -0
  835. package/dist/lexical/config/server/loader.js +120 -0
  836. package/dist/lexical/config/server/loader.js.map +1 -0
  837. package/dist/lexical/config/server/sanitize.d.ts +6 -0
  838. package/dist/lexical/config/server/sanitize.d.ts.map +1 -0
  839. package/dist/lexical/config/server/sanitize.js +95 -0
  840. package/dist/lexical/config/server/sanitize.js.map +1 -0
  841. package/dist/lexical/config/types.d.ts +24 -0
  842. package/dist/lexical/config/types.d.ts.map +1 -0
  843. package/dist/lexical/config/types.js.map +1 -0
  844. package/dist/lexical/nodes/index.d.ts +6 -0
  845. package/dist/lexical/nodes/index.d.ts.map +1 -0
  846. package/dist/lexical/nodes/index.js.map +1 -0
  847. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -0
  848. package/dist/lexical/plugins/MarkdownShortcut/index.js +13 -0
  849. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -0
  850. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +32 -0
  851. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -0
  852. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +401 -0
  853. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -0
  854. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +25 -0
  855. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +1 -0
  856. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +205 -0
  857. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -0
  858. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +46 -0
  859. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -0
  860. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -0
  861. package/dist/lexical/plugins/SlashMenu/index.d.ts +6 -0
  862. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -0
  863. package/dist/lexical/plugins/SlashMenu/index.js +187 -0
  864. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -0
  865. package/dist/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +1 -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 +157 -0
  870. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -0
  871. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -0
  872. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +1 -0
  873. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +1 -0
  874. package/dist/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +1 -0
  875. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +3 -0
  876. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +1 -0
  877. package/dist/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +1 -0
  878. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +6 -0
  879. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -0
  880. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +342 -0
  881. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -0
  882. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +9 -0
  883. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +1 -0
  884. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +116 -0
  885. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -0
  886. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts +5 -0
  887. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -0
  888. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js +21 -0
  889. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.js.map +1 -0
  890. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts +9 -0
  891. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.d.ts.map +1 -0
  892. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js +35 -0
  893. package/dist/lexical/plugins/handles/utils/doesLineHeightAffectElement.js.map +1 -0
  894. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +1 -0
  895. package/dist/lexical/plugins/handles/utils/getCollapsedMargins.js.map +1 -0
  896. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts +31 -0
  897. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.d.ts.map +1 -0
  898. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js +138 -0
  899. package/dist/lexical/plugins/handles/utils/getNodeCloseToPoint.js.map +1 -0
  900. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +1 -0
  901. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +6 -0
  902. package/dist/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +1 -0
  903. package/dist/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +1 -0
  904. package/dist/lexical/plugins/handles/utils/isOnHandleElement.js.map +1 -0
  905. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts +2 -0
  906. package/dist/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +1 -0
  907. package/dist/lexical/plugins/handles/utils/setHandlePosition.js +29 -0
  908. package/dist/lexical/plugins/handles/utils/setHandlePosition.js.map +1 -0
  909. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -0
  910. package/dist/lexical/theme/EditorTheme.js +106 -0
  911. package/dist/lexical/theme/EditorTheme.js.map +1 -0
  912. package/dist/lexical/ui/ContentEditable.d.ts +6 -0
  913. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -0
  914. package/dist/lexical/ui/ContentEditable.js +10 -0
  915. package/dist/lexical/ui/ContentEditable.js.map +1 -0
  916. package/dist/lexical/ui/icons/AI/index.d.ts.map +1 -0
  917. package/dist/lexical/ui/icons/AI/index.js +36 -0
  918. package/dist/lexical/ui/icons/AI/index.js.map +1 -0
  919. package/dist/lexical/ui/icons/Add/index.d.ts +3 -0
  920. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -0
  921. package/dist/lexical/ui/icons/Add/index.js +21 -0
  922. package/dist/lexical/ui/icons/Add/index.js.map +1 -0
  923. package/dist/lexical/ui/icons/Add/light.svg +4 -0
  924. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -0
  925. package/dist/lexical/ui/icons/AlignCenter/index.js +31 -0
  926. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -0
  927. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -0
  928. package/dist/lexical/ui/icons/AlignJustify/index.js +31 -0
  929. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -0
  930. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -0
  931. package/dist/lexical/ui/icons/AlignLeft/index.js +31 -0
  932. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -0
  933. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -0
  934. package/dist/lexical/ui/icons/AlignRight/index.js +31 -0
  935. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -0
  936. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -0
  937. package/dist/lexical/ui/icons/Block/index.js +40 -0
  938. package/dist/lexical/ui/icons/Block/index.js.map +1 -0
  939. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -0
  940. package/dist/lexical/ui/icons/Blockquote/index.js +18 -0
  941. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -0
  942. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -0
  943. package/dist/lexical/ui/icons/Bold/index.js +18 -0
  944. package/dist/lexical/ui/icons/Bold/index.js.map +1 -0
  945. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -0
  946. package/dist/lexical/ui/icons/Checklist/index.js +29 -0
  947. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -0
  948. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -0
  949. package/dist/lexical/ui/icons/Code/index.js +24 -0
  950. package/dist/lexical/ui/icons/Code/index.js.map +1 -0
  951. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -0
  952. package/dist/lexical/ui/icons/CodeBlock/index.js +24 -0
  953. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -0
  954. package/dist/lexical/ui/icons/DraggableBlock/light.svg +9 -0
  955. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -0
  956. package/dist/lexical/ui/icons/H1/index.js +18 -0
  957. package/dist/lexical/ui/icons/H1/index.js.map +1 -0
  958. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -0
  959. package/dist/lexical/ui/icons/H2/index.js +18 -0
  960. package/dist/lexical/ui/icons/H2/index.js.map +1 -0
  961. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -0
  962. package/dist/lexical/ui/icons/H3/index.js +18 -0
  963. package/dist/lexical/ui/icons/H3/index.js.map +1 -0
  964. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -0
  965. package/dist/lexical/ui/icons/H4/index.js +18 -0
  966. package/dist/lexical/ui/icons/H4/index.js.map +1 -0
  967. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -0
  968. package/dist/lexical/ui/icons/H5/index.js +18 -0
  969. package/dist/lexical/ui/icons/H5/index.js.map +1 -0
  970. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -0
  971. package/dist/lexical/ui/icons/H6/index.js +18 -0
  972. package/dist/lexical/ui/icons/H6/index.js.map +1 -0
  973. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts +3 -0
  974. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -0
  975. package/dist/lexical/ui/icons/HorizontalRule/index.js +21 -0
  976. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -0
  977. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -0
  978. package/dist/lexical/ui/icons/IndentDecrease/index.js +35 -0
  979. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -0
  980. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -0
  981. package/dist/lexical/ui/icons/IndentIncrease/index.js +35 -0
  982. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -0
  983. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -0
  984. package/dist/lexical/ui/icons/Italic/index.js +18 -0
  985. package/dist/lexical/ui/icons/Italic/index.js.map +1 -0
  986. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -0
  987. package/dist/lexical/ui/icons/Link/index.js +19 -0
  988. package/dist/lexical/ui/icons/Link/index.js.map +1 -0
  989. package/dist/lexical/ui/icons/Meatballs/index.d.ts +3 -0
  990. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -0
  991. package/dist/lexical/ui/icons/Meatballs/index.js +25 -0
  992. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -0
  993. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -0
  994. package/dist/lexical/ui/icons/OrderedList/index.js +39 -0
  995. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -0
  996. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -0
  997. package/dist/lexical/ui/icons/Relationship/index.js +36 -0
  998. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -0
  999. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -0
  1000. package/dist/lexical/ui/icons/Strikethrough/index.js +24 -0
  1001. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -0
  1002. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -0
  1003. package/dist/lexical/ui/icons/Subscript/index.js +18 -0
  1004. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -0
  1005. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -0
  1006. package/dist/lexical/ui/icons/Superscript/index.js +18 -0
  1007. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -0
  1008. package/dist/lexical/ui/icons/Table/index.d.ts +3 -0
  1009. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -0
  1010. package/dist/lexical/ui/icons/Table/index.js +19 -0
  1011. package/dist/lexical/ui/icons/Table/index.js.map +1 -0
  1012. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -0
  1013. package/dist/lexical/ui/icons/Text/index.js +18 -0
  1014. package/dist/lexical/ui/icons/Text/index.js.map +1 -0
  1015. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -0
  1016. package/dist/lexical/ui/icons/Underline/index.js +24 -0
  1017. package/dist/lexical/ui/icons/Underline/index.js.map +1 -0
  1018. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -0
  1019. package/dist/lexical/ui/icons/UnorderedList/index.js +55 -0
  1020. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -0
  1021. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -0
  1022. package/dist/lexical/ui/icons/Upload/index.js +34 -0
  1023. package/dist/lexical/ui/icons/Upload/index.js.map +1 -0
  1024. package/dist/lexical/utils/canUseDOM.d.ts.map +1 -0
  1025. package/dist/lexical/utils/canUseDOM.js.map +1 -0
  1026. package/dist/lexical/utils/cloneDeep.d.ts.map +1 -0
  1027. package/dist/lexical/utils/cloneDeep.js +50 -0
  1028. package/dist/lexical/utils/cloneDeep.js.map +1 -0
  1029. package/dist/lexical/utils/environment.d.ts.map +1 -0
  1030. package/dist/lexical/utils/environment.js.map +1 -0
  1031. package/dist/lexical/utils/getDOMRangeRect.d.ts.map +1 -0
  1032. package/dist/lexical/utils/getDOMRangeRect.js.map +1 -0
  1033. package/dist/lexical/utils/getSelectedNode.d.ts.map +1 -0
  1034. package/dist/lexical/utils/getSelectedNode.js +17 -0
  1035. package/dist/lexical/utils/getSelectedNode.js.map +1 -0
  1036. package/dist/lexical/utils/guard.d.ts.map +1 -0
  1037. package/dist/lexical/utils/guard.js.map +1 -0
  1038. package/dist/lexical/utils/invariant.d.ts.map +1 -0
  1039. package/dist/lexical/utils/invariant.js.map +1 -0
  1040. package/dist/lexical/utils/joinClasses.d.ts.map +1 -0
  1041. package/dist/lexical/utils/joinClasses.js.map +1 -0
  1042. package/dist/lexical/utils/markdown/createBlockNode.d.ts +4 -0
  1043. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -0
  1044. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -0
  1045. package/dist/lexical/utils/nodeFormat.d.ts +41 -0
  1046. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -0
  1047. package/dist/lexical/utils/nodeFormat.js +88 -0
  1048. package/dist/lexical/utils/nodeFormat.js.map +1 -0
  1049. package/dist/lexical/utils/point.d.ts.map +1 -0
  1050. package/dist/lexical/utils/point.js.map +1 -0
  1051. package/dist/lexical/utils/rect.d.ts.map +1 -0
  1052. package/dist/lexical/utils/rect.js.map +1 -0
  1053. package/dist/lexical/utils/setFloatingElemPosition.d.ts +12 -0
  1054. package/dist/lexical/utils/setFloatingElemPosition.d.ts.map +1 -0
  1055. package/dist/lexical/utils/setFloatingElemPosition.js +56 -0
  1056. package/dist/lexical/utils/setFloatingElemPosition.js.map +1 -0
  1057. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +1 -0
  1058. package/dist/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +1 -0
  1059. package/dist/lexical/utils/swipe.d.ts.map +1 -0
  1060. package/dist/lexical/utils/swipe.js.map +1 -0
  1061. package/dist/lexical/utils/url.d.ts.map +1 -0
  1062. package/dist/lexical/utils/url.js +36 -0
  1063. package/dist/lexical/utils/url.js.map +1 -0
  1064. package/dist/nodeTypes.d.ts +31 -0
  1065. package/dist/nodeTypes.d.ts.map +1 -0
  1066. package/dist/nodeTypes.js +3 -0
  1067. package/dist/nodeTypes.js.map +1 -0
  1068. package/dist/populateGraphQL/defaultValue.d.ts +3 -0
  1069. package/dist/populateGraphQL/defaultValue.d.ts.map +1 -0
  1070. package/dist/populateGraphQL/defaultValue.js +32 -0
  1071. package/dist/populateGraphQL/defaultValue.js.map +1 -0
  1072. package/dist/populateGraphQL/populate.d.ts +17 -0
  1073. package/dist/populateGraphQL/populate.d.ts.map +1 -0
  1074. package/dist/populateGraphQL/populate.js +28 -0
  1075. package/dist/populateGraphQL/populate.js.map +1 -0
  1076. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +12 -0
  1077. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -0
  1078. package/dist/populateGraphQL/populateLexicalPopulationPromises.js +37 -0
  1079. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -0
  1080. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts +28 -0
  1081. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -0
  1082. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js +28 -0
  1083. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.js.map +1 -0
  1084. package/dist/types.d.ts +48 -11
  1085. package/dist/types.d.ts.map +1 -1
  1086. package/dist/types.js.map +1 -1
  1087. package/dist/utilities/createClientFeature.d.ts +13 -0
  1088. package/dist/utilities/createClientFeature.d.ts.map +1 -0
  1089. package/dist/utilities/createClientFeature.js +30 -0
  1090. package/dist/utilities/createClientFeature.js.map +1 -0
  1091. package/dist/utilities/createServerFeature.d.ts +16 -0
  1092. package/dist/utilities/createServerFeature.d.ts.map +1 -0
  1093. package/dist/utilities/createServerFeature.js +34 -0
  1094. package/dist/utilities/createServerFeature.js.map +1 -0
  1095. package/dist/utilities/fieldsDrawer/Drawer.d.ts +18 -0
  1096. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -0
  1097. package/dist/utilities/fieldsDrawer/Drawer.js +26 -0
  1098. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -0
  1099. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -0
  1100. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -0
  1101. package/dist/utilities/fieldsDrawer/DrawerContent.js +92 -0
  1102. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -0
  1103. package/dist/utilities/forEachNodeRecursively.d.ts +10 -0
  1104. package/dist/utilities/forEachNodeRecursively.d.ts.map +1 -0
  1105. package/dist/utilities/forEachNodeRecursively.js +24 -0
  1106. package/dist/utilities/forEachNodeRecursively.js.map +1 -0
  1107. package/dist/utilities/generateComponentMap.d.ts +6 -0
  1108. package/dist/utilities/generateComponentMap.d.ts.map +1 -0
  1109. package/dist/utilities/generateComponentMap.js +77 -0
  1110. package/dist/utilities/generateComponentMap.js.map +1 -0
  1111. package/dist/utilities/generateSchemaMap.d.ts +6 -0
  1112. package/dist/utilities/generateSchemaMap.d.ts.map +1 -0
  1113. package/dist/utilities/generateSchemaMap.js +31 -0
  1114. package/dist/utilities/generateSchemaMap.js.map +1 -0
  1115. package/dist/utilities/migrateSlateToLexical/index.d.ts +15 -0
  1116. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +1 -0
  1117. package/dist/utilities/migrateSlateToLexical/index.js +105 -0
  1118. package/dist/utilities/migrateSlateToLexical/index.js.map +1 -0
  1119. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +9 -0
  1120. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +1 -0
  1121. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +77 -0
  1122. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +1 -0
  1123. package/dist/utilities/recurseNodeTree.d.ts +9 -0
  1124. package/dist/utilities/recurseNodeTree.d.ts.map +1 -0
  1125. package/dist/utilities/recurseNodeTree.js +27 -0
  1126. package/dist/utilities/recurseNodeTree.js.map +1 -0
  1127. package/dist/utilities/upgradeLexicalData/index.d.ts +11 -0
  1128. package/dist/utilities/upgradeLexicalData/index.d.ts.map +1 -0
  1129. package/dist/utilities/upgradeLexicalData/index.js +101 -0
  1130. package/dist/utilities/upgradeLexicalData/index.js.map +1 -0
  1131. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts +9 -0
  1132. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -0
  1133. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +74 -0
  1134. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -0
  1135. package/dist/utilities/useLexicalFeature.d.ts +3 -0
  1136. package/dist/utilities/useLexicalFeature.d.ts.map +1 -0
  1137. package/dist/utilities/useLexicalFeature.js +12 -0
  1138. package/dist/utilities/useLexicalFeature.js.map +1 -0
  1139. package/dist/validate/index.d.ts +3 -3
  1140. package/dist/validate/index.d.ts.map +1 -1
  1141. package/dist/validate/index.js +3 -2
  1142. package/dist/validate/index.js.map +1 -1
  1143. package/dist/validate/validateNodes.d.ts +2 -2
  1144. package/dist/validate/validateNodes.d.ts.map +1 -1
  1145. package/dist/validate/validateNodes.js +1 -1
  1146. package/dist/validate/validateNodes.js.map +1 -1
  1147. package/package.json +74 -56
  1148. package/components.d.ts +0 -6
  1149. package/components.js +0 -7
  1150. package/dist/exports/components.d.ts +0 -6
  1151. package/dist/exports/components.d.ts.map +0 -1
  1152. package/dist/exports/components.js +0 -7
  1153. package/dist/exports/components.js.map +0 -1
  1154. package/dist/field/features/align/feature.client.d.ts +0 -3
  1155. package/dist/field/features/align/feature.client.d.ts.map +0 -1
  1156. package/dist/field/features/align/feature.client.js +0 -72
  1157. package/dist/field/features/align/feature.client.js.map +0 -1
  1158. package/dist/field/features/align/feature.server.d.ts +0 -3
  1159. package/dist/field/features/align/feature.server.d.ts.map +0 -1
  1160. package/dist/field/features/align/feature.server.js +0 -16
  1161. package/dist/field/features/align/feature.server.js.map +0 -1
  1162. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts +0 -3
  1163. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.d.ts.map +0 -1
  1164. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js +0 -12
  1165. package/dist/field/features/align/floatingSelectToolbarAlignDropdownSection.js.map +0 -1
  1166. package/dist/field/features/blockquote/feature.client.d.ts +0 -3
  1167. package/dist/field/features/blockquote/feature.client.d.ts.map +0 -1
  1168. package/dist/field/features/blockquote/feature.client.js +0 -70
  1169. package/dist/field/features/blockquote/feature.client.js.map +0 -1
  1170. package/dist/field/features/blockquote/feature.server.d.ts +0 -3
  1171. package/dist/field/features/blockquote/feature.server.d.ts.map +0 -1
  1172. package/dist/field/features/blockquote/feature.server.js +0 -47
  1173. package/dist/field/features/blockquote/feature.server.js.map +0 -1
  1174. package/dist/field/features/blockquote/markdownTransformer.d.ts.map +0 -1
  1175. package/dist/field/features/blockquote/markdownTransformer.js +0 -42
  1176. package/dist/field/features/blockquote/markdownTransformer.js.map +0 -1
  1177. package/dist/field/features/blocks/component/BlockContent.d.ts +0 -27
  1178. package/dist/field/features/blocks/component/BlockContent.d.ts.map +0 -1
  1179. package/dist/field/features/blocks/component/BlockContent.js +0 -183
  1180. package/dist/field/features/blocks/component/BlockContent.js.map +0 -1
  1181. package/dist/field/features/blocks/component/FormSavePlugin.d.ts +0 -12
  1182. package/dist/field/features/blocks/component/FormSavePlugin.d.ts.map +0 -1
  1183. package/dist/field/features/blocks/component/FormSavePlugin.js +0 -29
  1184. package/dist/field/features/blocks/component/FormSavePlugin.js.map +0 -1
  1185. package/dist/field/features/blocks/component/index.d.ts +0 -16
  1186. package/dist/field/features/blocks/component/index.d.ts.map +0 -1
  1187. package/dist/field/features/blocks/component/index.js +0 -128
  1188. package/dist/field/features/blocks/component/index.js.map +0 -1
  1189. package/dist/field/features/blocks/component/index.scss +0 -153
  1190. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts +0 -11
  1191. package/dist/field/features/blocks/component/removeEmptyArrayValues.d.ts.map +0 -1
  1192. package/dist/field/features/blocks/component/removeEmptyArrayValues.js.map +0 -1
  1193. package/dist/field/features/blocks/drawer/index.d.ts.map +0 -1
  1194. package/dist/field/features/blocks/drawer/index.js +0 -84
  1195. package/dist/field/features/blocks/drawer/index.js.map +0 -1
  1196. package/dist/field/features/blocks/feature.client.d.ts +0 -7
  1197. package/dist/field/features/blocks/feature.client.d.ts.map +0 -1
  1198. package/dist/field/features/blocks/feature.client.js +0 -61
  1199. package/dist/field/features/blocks/feature.client.js.map +0 -1
  1200. package/dist/field/features/blocks/feature.server.d.ts +0 -11
  1201. package/dist/field/features/blocks/feature.server.d.ts.map +0 -1
  1202. package/dist/field/features/blocks/feature.server.js +0 -127
  1203. package/dist/field/features/blocks/feature.server.js.map +0 -1
  1204. package/dist/field/features/blocks/nodes/BlocksNode.d.ts +0 -38
  1205. package/dist/field/features/blocks/nodes/BlocksNode.d.ts.map +0 -1
  1206. package/dist/field/features/blocks/nodes/BlocksNode.js +0 -92
  1207. package/dist/field/features/blocks/nodes/BlocksNode.js.map +0 -1
  1208. package/dist/field/features/blocks/plugin/commands.d.ts.map +0 -1
  1209. package/dist/field/features/blocks/plugin/commands.js +0 -5
  1210. package/dist/field/features/blocks/plugin/commands.js.map +0 -1
  1211. package/dist/field/features/blocks/plugin/index.d.ts +0 -5
  1212. package/dist/field/features/blocks/plugin/index.d.ts.map +0 -1
  1213. package/dist/field/features/blocks/plugin/index.js +0 -43
  1214. package/dist/field/features/blocks/plugin/index.js.map +0 -1
  1215. package/dist/field/features/blocks/populationPromise.d.ts +0 -5
  1216. package/dist/field/features/blocks/populationPromise.d.ts.map +0 -1
  1217. package/dist/field/features/blocks/populationPromise.js +0 -46
  1218. package/dist/field/features/blocks/populationPromise.js.map +0 -1
  1219. package/dist/field/features/blocks/validate.d.ts +0 -5
  1220. package/dist/field/features/blocks/validate.d.ts.map +0 -1
  1221. package/dist/field/features/blocks/validate.js +0 -50
  1222. package/dist/field/features/blocks/validate.js.map +0 -1
  1223. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts +0 -3
  1224. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.d.ts.map +0 -1
  1225. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js +0 -10
  1226. package/dist/field/features/common/floatingSelectToolbarFeaturesButtonsSection/index.js.map +0 -1
  1227. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts +0 -3
  1228. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.d.ts.map +0 -1
  1229. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js +0 -12
  1230. package/dist/field/features/common/floatingSelectToolbarTextDropdownSection/index.js.map +0 -1
  1231. package/dist/field/features/converters/html/converter/converters/linebreak.d.ts.map +0 -1
  1232. package/dist/field/features/converters/html/converter/converters/linebreak.js.map +0 -1
  1233. package/dist/field/features/converters/html/converter/converters/paragraph.d.ts.map +0 -1
  1234. package/dist/field/features/converters/html/converter/converters/paragraph.js +0 -20
  1235. package/dist/field/features/converters/html/converter/converters/paragraph.js.map +0 -1
  1236. package/dist/field/features/converters/html/converter/converters/text.d.ts.map +0 -1
  1237. package/dist/field/features/converters/html/converter/converters/text.js.map +0 -1
  1238. package/dist/field/features/converters/html/converter/defaultConverters.d.ts.map +0 -1
  1239. package/dist/field/features/converters/html/converter/defaultConverters.js.map +0 -1
  1240. package/dist/field/features/converters/html/converter/index.d.ts +0 -21
  1241. package/dist/field/features/converters/html/converter/index.d.ts.map +0 -1
  1242. package/dist/field/features/converters/html/converter/index.js +0 -44
  1243. package/dist/field/features/converters/html/converter/index.js.map +0 -1
  1244. package/dist/field/features/converters/html/converter/types.d.ts +0 -19
  1245. package/dist/field/features/converters/html/converter/types.d.ts.map +0 -1
  1246. package/dist/field/features/converters/html/converter/types.js.map +0 -1
  1247. package/dist/field/features/converters/html/feature.server.d.ts +0 -9
  1248. package/dist/field/features/converters/html/feature.server.d.ts.map +0 -1
  1249. package/dist/field/features/converters/html/feature.server.js +0 -14
  1250. package/dist/field/features/converters/html/feature.server.js.map +0 -1
  1251. package/dist/field/features/converters/html/field/index.d.ts +0 -23
  1252. package/dist/field/features/converters/html/field/index.d.ts.map +0 -1
  1253. package/dist/field/features/converters/html/field/index.js +0 -114
  1254. package/dist/field/features/converters/html/field/index.js.map +0 -1
  1255. package/dist/field/features/createClientComponent.d.ts +0 -6
  1256. package/dist/field/features/createClientComponent.d.ts.map +0 -1
  1257. package/dist/field/features/createClientComponent.js +0 -12
  1258. package/dist/field/features/createClientComponent.js.map +0 -1
  1259. package/dist/field/features/createFeaturePropComponent.d.ts.map +0 -1
  1260. package/dist/field/features/createFeaturePropComponent.js +0 -15
  1261. package/dist/field/features/createFeaturePropComponent.js.map +0 -1
  1262. package/dist/field/features/debug/testrecorder/feature.client.d.ts +0 -3
  1263. package/dist/field/features/debug/testrecorder/feature.client.d.ts.map +0 -1
  1264. package/dist/field/features/debug/testrecorder/feature.client.js +0 -20
  1265. package/dist/field/features/debug/testrecorder/feature.client.js.map +0 -1
  1266. package/dist/field/features/debug/testrecorder/feature.server.d.ts +0 -3
  1267. package/dist/field/features/debug/testrecorder/feature.server.d.ts.map +0 -1
  1268. package/dist/field/features/debug/testrecorder/feature.server.js +0 -15
  1269. package/dist/field/features/debug/testrecorder/feature.server.js.map +0 -1
  1270. package/dist/field/features/debug/testrecorder/plugin/index.d.ts +0 -5
  1271. package/dist/field/features/debug/testrecorder/plugin/index.d.ts.map +0 -1
  1272. package/dist/field/features/debug/testrecorder/plugin/index.js +0 -448
  1273. package/dist/field/features/debug/testrecorder/plugin/index.js.map +0 -1
  1274. package/dist/field/features/debug/testrecorder/plugin/index.scss +0 -49
  1275. package/dist/field/features/debug/treeview/feature.client.d.ts +0 -3
  1276. package/dist/field/features/debug/treeview/feature.client.d.ts.map +0 -1
  1277. package/dist/field/features/debug/treeview/feature.client.js +0 -20
  1278. package/dist/field/features/debug/treeview/feature.client.js.map +0 -1
  1279. package/dist/field/features/debug/treeview/feature.server.d.ts +0 -3
  1280. package/dist/field/features/debug/treeview/feature.server.d.ts.map +0 -1
  1281. package/dist/field/features/debug/treeview/feature.server.js +0 -15
  1282. package/dist/field/features/debug/treeview/feature.server.js.map +0 -1
  1283. package/dist/field/features/debug/treeview/plugin/index.d.ts +0 -4
  1284. package/dist/field/features/debug/treeview/plugin/index.d.ts.map +0 -1
  1285. package/dist/field/features/debug/treeview/plugin/index.js +0 -21
  1286. package/dist/field/features/debug/treeview/plugin/index.js.map +0 -1
  1287. package/dist/field/features/debug/treeview/plugin/index.scss +0 -78
  1288. package/dist/field/features/format/bold/feature.client.d.ts +0 -3
  1289. package/dist/field/features/format/bold/feature.client.d.ts.map +0 -1
  1290. package/dist/field/features/format/bold/feature.client.js +0 -48
  1291. package/dist/field/features/format/bold/feature.client.js.map +0 -1
  1292. package/dist/field/features/format/bold/feature.server.d.ts +0 -3
  1293. package/dist/field/features/format/bold/feature.server.d.ts.map +0 -1
  1294. package/dist/field/features/format/bold/feature.server.js +0 -27
  1295. package/dist/field/features/format/bold/feature.server.js.map +0 -1
  1296. package/dist/field/features/format/bold/markdownTransformers.d.ts.map +0 -1
  1297. package/dist/field/features/format/bold/markdownTransformers.js.map +0 -1
  1298. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts +0 -3
  1299. package/dist/field/features/format/common/floatingSelectToolbarSection.d.ts.map +0 -1
  1300. package/dist/field/features/format/common/floatingSelectToolbarSection.js +0 -10
  1301. package/dist/field/features/format/common/floatingSelectToolbarSection.js.map +0 -1
  1302. package/dist/field/features/format/inlinecode/feature.client.d.ts +0 -3
  1303. package/dist/field/features/format/inlinecode/feature.client.d.ts.map +0 -1
  1304. package/dist/field/features/format/inlinecode/feature.client.js +0 -43
  1305. package/dist/field/features/format/inlinecode/feature.client.js.map +0 -1
  1306. package/dist/field/features/format/inlinecode/feature.server.d.ts +0 -3
  1307. package/dist/field/features/format/inlinecode/feature.server.d.ts.map +0 -1
  1308. package/dist/field/features/format/inlinecode/feature.server.js +0 -19
  1309. package/dist/field/features/format/inlinecode/feature.server.js.map +0 -1
  1310. package/dist/field/features/format/inlinecode/markdownTransformers.d.ts.map +0 -1
  1311. package/dist/field/features/format/inlinecode/markdownTransformers.js.map +0 -1
  1312. package/dist/field/features/format/italic/feature.client.d.ts +0 -3
  1313. package/dist/field/features/format/italic/feature.client.d.ts.map +0 -1
  1314. package/dist/field/features/format/italic/feature.client.js +0 -44
  1315. package/dist/field/features/format/italic/feature.client.js.map +0 -1
  1316. package/dist/field/features/format/italic/feature.server.d.ts +0 -3
  1317. package/dist/field/features/format/italic/feature.server.d.ts.map +0 -1
  1318. package/dist/field/features/format/italic/feature.server.js +0 -20
  1319. package/dist/field/features/format/italic/feature.server.js.map +0 -1
  1320. package/dist/field/features/format/italic/markdownTransformers.d.ts.map +0 -1
  1321. package/dist/field/features/format/italic/markdownTransformers.js.map +0 -1
  1322. package/dist/field/features/format/strikethrough/feature.client.d.ts +0 -3
  1323. package/dist/field/features/format/strikethrough/feature.client.d.ts.map +0 -1
  1324. package/dist/field/features/format/strikethrough/feature.client.js +0 -43
  1325. package/dist/field/features/format/strikethrough/feature.client.js.map +0 -1
  1326. package/dist/field/features/format/strikethrough/feature.server.d.ts +0 -3
  1327. package/dist/field/features/format/strikethrough/feature.server.d.ts.map +0 -1
  1328. package/dist/field/features/format/strikethrough/feature.server.js +0 -19
  1329. package/dist/field/features/format/strikethrough/feature.server.js.map +0 -1
  1330. package/dist/field/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  1331. package/dist/field/features/format/strikethrough/markdownTransformers.js.map +0 -1
  1332. package/dist/field/features/format/subscript/feature.client.d.ts +0 -3
  1333. package/dist/field/features/format/subscript/feature.client.d.ts.map +0 -1
  1334. package/dist/field/features/format/subscript/feature.client.js +0 -39
  1335. package/dist/field/features/format/subscript/feature.client.js.map +0 -1
  1336. package/dist/field/features/format/subscript/feature.server.d.ts +0 -3
  1337. package/dist/field/features/format/subscript/feature.server.d.ts.map +0 -1
  1338. package/dist/field/features/format/subscript/feature.server.js +0 -15
  1339. package/dist/field/features/format/subscript/feature.server.js.map +0 -1
  1340. package/dist/field/features/format/superscript/feature.client.d.ts +0 -3
  1341. package/dist/field/features/format/superscript/feature.client.d.ts.map +0 -1
  1342. package/dist/field/features/format/superscript/feature.client.js +0 -39
  1343. package/dist/field/features/format/superscript/feature.client.js.map +0 -1
  1344. package/dist/field/features/format/superscript/feature.server.d.ts +0 -3
  1345. package/dist/field/features/format/superscript/feature.server.d.ts.map +0 -1
  1346. package/dist/field/features/format/superscript/feature.server.js +0 -15
  1347. package/dist/field/features/format/superscript/feature.server.js.map +0 -1
  1348. package/dist/field/features/format/underline/feature.client.d.ts +0 -3
  1349. package/dist/field/features/format/underline/feature.client.d.ts.map +0 -1
  1350. package/dist/field/features/format/underline/feature.client.js +0 -39
  1351. package/dist/field/features/format/underline/feature.client.js.map +0 -1
  1352. package/dist/field/features/format/underline/feature.server.d.ts +0 -3
  1353. package/dist/field/features/format/underline/feature.server.d.ts.map +0 -1
  1354. package/dist/field/features/format/underline/feature.server.js +0 -15
  1355. package/dist/field/features/format/underline/feature.server.js.map +0 -1
  1356. package/dist/field/features/heading/feature.client.d.ts +0 -4
  1357. package/dist/field/features/heading/feature.client.d.ts.map +0 -1
  1358. package/dist/field/features/heading/feature.client.js +0 -97
  1359. package/dist/field/features/heading/feature.client.js.map +0 -1
  1360. package/dist/field/features/heading/feature.server.d.ts +0 -7
  1361. package/dist/field/features/heading/feature.server.d.ts.map +0 -1
  1362. package/dist/field/features/heading/feature.server.js +0 -58
  1363. package/dist/field/features/heading/feature.server.js.map +0 -1
  1364. package/dist/field/features/heading/markdownTransformer.d.ts.map +0 -1
  1365. package/dist/field/features/heading/markdownTransformer.js +0 -30
  1366. package/dist/field/features/heading/markdownTransformer.js.map +0 -1
  1367. package/dist/field/features/indent/feature.client.d.ts +0 -3
  1368. package/dist/field/features/indent/feature.client.d.ts.map +0 -1
  1369. package/dist/field/features/indent/feature.client.js +0 -58
  1370. package/dist/field/features/indent/feature.client.js.map +0 -1
  1371. package/dist/field/features/indent/feature.server.d.ts +0 -3
  1372. package/dist/field/features/indent/feature.server.d.ts.map +0 -1
  1373. package/dist/field/features/indent/feature.server.js +0 -16
  1374. package/dist/field/features/indent/feature.server.js.map +0 -1
  1375. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts +0 -3
  1376. package/dist/field/features/indent/floatingSelectToolbarIndentSection.d.ts.map +0 -1
  1377. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js +0 -10
  1378. package/dist/field/features/indent/floatingSelectToolbarIndentSection.js.map +0 -1
  1379. package/dist/field/features/indent/index.scss +0 -4
  1380. package/dist/field/features/link/drawer/baseFields.d.ts +0 -4
  1381. package/dist/field/features/link/drawer/baseFields.d.ts.map +0 -1
  1382. package/dist/field/features/link/drawer/baseFields.js +0 -107
  1383. package/dist/field/features/link/drawer/baseFields.js.map +0 -1
  1384. package/dist/field/features/link/drawer/index.d.ts +0 -5
  1385. package/dist/field/features/link/drawer/index.d.ts.map +0 -1
  1386. package/dist/field/features/link/drawer/index.js +0 -93
  1387. package/dist/field/features/link/drawer/index.js.map +0 -1
  1388. package/dist/field/features/link/drawer/index.scss +0 -50
  1389. package/dist/field/features/link/drawer/types.d.ts +0 -8
  1390. package/dist/field/features/link/drawer/types.d.ts.map +0 -1
  1391. package/dist/field/features/link/drawer/types.js.map +0 -1
  1392. package/dist/field/features/link/feature.client.d.ts +0 -5
  1393. package/dist/field/features/link/feature.client.d.ts.map +0 -1
  1394. package/dist/field/features/link/feature.client.js +0 -90
  1395. package/dist/field/features/link/feature.client.js.map +0 -1
  1396. package/dist/field/features/link/feature.server.d.ts +0 -33
  1397. package/dist/field/features/link/feature.server.d.ts.map +0 -1
  1398. package/dist/field/features/link/feature.server.js +0 -91
  1399. package/dist/field/features/link/feature.server.js.map +0 -1
  1400. package/dist/field/features/link/nodes/AutoLinkNode.d.ts.map +0 -1
  1401. package/dist/field/features/link/nodes/AutoLinkNode.js +0 -61
  1402. package/dist/field/features/link/nodes/AutoLinkNode.js.map +0 -1
  1403. package/dist/field/features/link/nodes/LinkNode.d.ts +0 -38
  1404. package/dist/field/features/link/nodes/LinkNode.d.ts.map +0 -1
  1405. package/dist/field/features/link/nodes/LinkNode.js +0 -301
  1406. package/dist/field/features/link/nodes/LinkNode.js.map +0 -1
  1407. package/dist/field/features/link/nodes/types.d.ts +0 -19
  1408. package/dist/field/features/link/nodes/types.d.ts.map +0 -1
  1409. package/dist/field/features/link/nodes/types.js.map +0 -1
  1410. package/dist/field/features/link/plugins/autoLink/index.d.ts +0 -19
  1411. package/dist/field/features/link/plugins/autoLink/index.d.ts.map +0 -1
  1412. package/dist/field/features/link/plugins/autoLink/index.js +0 -321
  1413. package/dist/field/features/link/plugins/autoLink/index.js.map +0 -1
  1414. package/dist/field/features/link/plugins/clickableLink/index.d.ts +0 -3
  1415. package/dist/field/features/link/plugins/clickableLink/index.d.ts.map +0 -1
  1416. package/dist/field/features/link/plugins/clickableLink/index.js +0 -10
  1417. package/dist/field/features/link/plugins/clickableLink/index.js.map +0 -1
  1418. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts.map +0 -1
  1419. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js +0 -5
  1420. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/commands.js.map +0 -1
  1421. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +0 -1
  1422. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js +0 -259
  1423. package/dist/field/features/link/plugins/floatingLinkEditor/LinkEditor/index.js.map +0 -1
  1424. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts +0 -6
  1425. package/dist/field/features/link/plugins/floatingLinkEditor/index.d.ts.map +0 -1
  1426. package/dist/field/features/link/plugins/floatingLinkEditor/index.js +0 -13
  1427. package/dist/field/features/link/plugins/floatingLinkEditor/index.js.map +0 -1
  1428. package/dist/field/features/link/plugins/floatingLinkEditor/index.scss +0 -78
  1429. package/dist/field/features/link/plugins/floatingLinkEditor/types.d.ts.map +0 -1
  1430. package/dist/field/features/link/plugins/floatingLinkEditor/types.js.map +0 -1
  1431. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts +0 -12
  1432. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.d.ts.map +0 -1
  1433. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js +0 -38
  1434. package/dist/field/features/link/plugins/floatingLinkEditor/utilities.js.map +0 -1
  1435. package/dist/field/features/link/plugins/link/index.d.ts +0 -2
  1436. package/dist/field/features/link/plugins/link/index.d.ts.map +0 -1
  1437. package/dist/field/features/link/plugins/link/index.js +0 -62
  1438. package/dist/field/features/link/plugins/link/index.js.map +0 -1
  1439. package/dist/field/features/link/populationPromise.d.ts +0 -5
  1440. package/dist/field/features/link/populationPromise.d.ts.map +0 -1
  1441. package/dist/field/features/link/populationPromise.js +0 -46
  1442. package/dist/field/features/link/populationPromise.js.map +0 -1
  1443. package/dist/field/features/lists/checklist/feature.client.d.ts +0 -3
  1444. package/dist/field/features/lists/checklist/feature.client.d.ts.map +0 -1
  1445. package/dist/field/features/lists/checklist/feature.client.js +0 -82
  1446. package/dist/field/features/lists/checklist/feature.client.js.map +0 -1
  1447. package/dist/field/features/lists/checklist/feature.server.d.ts +0 -3
  1448. package/dist/field/features/lists/checklist/feature.server.d.ts.map +0 -1
  1449. package/dist/field/features/lists/checklist/feature.server.js +0 -36
  1450. package/dist/field/features/lists/checklist/feature.server.js.map +0 -1
  1451. package/dist/field/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  1452. package/dist/field/features/lists/checklist/markdownTransformers.js +0 -17
  1453. package/dist/field/features/lists/checklist/markdownTransformers.js.map +0 -1
  1454. package/dist/field/features/lists/checklist/plugin/index.d.ts +0 -3
  1455. package/dist/field/features/lists/checklist/plugin/index.d.ts.map +0 -1
  1456. package/dist/field/features/lists/checklist/plugin/index.js +0 -9
  1457. package/dist/field/features/lists/checklist/plugin/index.js.map +0 -1
  1458. package/dist/field/features/lists/common/markdown.d.ts +0 -6
  1459. package/dist/field/features/lists/common/markdown.d.ts.map +0 -1
  1460. package/dist/field/features/lists/common/markdown.js +0 -59
  1461. package/dist/field/features/lists/common/markdown.js.map +0 -1
  1462. package/dist/field/features/lists/htmlConverter.d.ts +0 -5
  1463. package/dist/field/features/lists/htmlConverter.d.ts.map +0 -1
  1464. package/dist/field/features/lists/htmlConverter.js +0 -49
  1465. package/dist/field/features/lists/htmlConverter.js.map +0 -1
  1466. package/dist/field/features/lists/orderedlist/feature.client.d.ts +0 -3
  1467. package/dist/field/features/lists/orderedlist/feature.client.d.ts.map +0 -1
  1468. package/dist/field/features/lists/orderedlist/feature.client.js +0 -72
  1469. package/dist/field/features/lists/orderedlist/feature.client.js.map +0 -1
  1470. package/dist/field/features/lists/orderedlist/feature.server.d.ts +0 -3
  1471. package/dist/field/features/lists/orderedlist/feature.server.d.ts.map +0 -1
  1472. package/dist/field/features/lists/orderedlist/feature.server.js +0 -36
  1473. package/dist/field/features/lists/orderedlist/feature.server.js.map +0 -1
  1474. package/dist/field/features/lists/orderedlist/markdownTransformer.d.ts.map +0 -1
  1475. package/dist/field/features/lists/orderedlist/markdownTransformer.js +0 -17
  1476. package/dist/field/features/lists/orderedlist/markdownTransformer.js.map +0 -1
  1477. package/dist/field/features/lists/plugin/index.d.ts +0 -3
  1478. package/dist/field/features/lists/plugin/index.d.ts.map +0 -1
  1479. package/dist/field/features/lists/plugin/index.js +0 -9
  1480. package/dist/field/features/lists/plugin/index.js.map +0 -1
  1481. package/dist/field/features/lists/unorderedlist/feature.client.d.ts +0 -3
  1482. package/dist/field/features/lists/unorderedlist/feature.client.d.ts.map +0 -1
  1483. package/dist/field/features/lists/unorderedlist/feature.client.js +0 -72
  1484. package/dist/field/features/lists/unorderedlist/feature.client.js.map +0 -1
  1485. package/dist/field/features/lists/unorderedlist/feature.server.d.ts +0 -3
  1486. package/dist/field/features/lists/unorderedlist/feature.server.d.ts.map +0 -1
  1487. package/dist/field/features/lists/unorderedlist/feature.server.js +0 -36
  1488. package/dist/field/features/lists/unorderedlist/feature.server.js.map +0 -1
  1489. package/dist/field/features/lists/unorderedlist/markdownTransformer.d.ts.map +0 -1
  1490. package/dist/field/features/lists/unorderedlist/markdownTransformer.js +0 -17
  1491. package/dist/field/features/lists/unorderedlist/markdownTransformer.js.map +0 -1
  1492. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +0 -6
  1493. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1494. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.js.map +0 -1
  1495. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1496. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  1497. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1498. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js +0 -8
  1499. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/index.js.map +0 -1
  1500. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +0 -6
  1501. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts.map +0 -1
  1502. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.js.map +0 -1
  1503. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1504. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  1505. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts.map +0 -1
  1506. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js +0 -8
  1507. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/index.js.map +0 -1
  1508. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +0 -6
  1509. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts.map +0 -1
  1510. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.js.map +0 -1
  1511. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  1512. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  1513. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts.map +0 -1
  1514. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js +0 -8
  1515. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/index.js.map +0 -1
  1516. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +0 -6
  1517. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1518. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js.map +0 -1
  1519. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1520. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  1521. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1522. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js +0 -8
  1523. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/index.js.map +0 -1
  1524. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +0 -6
  1525. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts.map +0 -1
  1526. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.js.map +0 -1
  1527. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  1528. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  1529. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts.map +0 -1
  1530. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js +0 -8
  1531. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/index.js.map +0 -1
  1532. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +0 -6
  1533. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1534. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js.map +0 -1
  1535. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1536. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  1537. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1538. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js +0 -8
  1539. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/index.js.map +0 -1
  1540. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +0 -6
  1541. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1542. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.js.map +0 -1
  1543. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1544. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -25
  1545. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  1546. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1547. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js +0 -8
  1548. package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/index.js.map +0 -1
  1549. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  1550. package/dist/field/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  1551. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  1552. package/dist/field/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  1553. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -31
  1554. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  1555. package/dist/field/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  1556. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -3
  1557. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  1558. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js +0 -34
  1559. package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  1560. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -9
  1561. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  1562. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js +0 -47
  1563. package/dist/field/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  1564. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1565. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1566. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1567. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1568. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1569. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1570. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1571. package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1572. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +0 -6
  1573. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts.map +0 -1
  1574. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js +0 -6
  1575. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.js.map +0 -1
  1576. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  1577. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  1578. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.d.ts.map +0 -1
  1579. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js +0 -8
  1580. package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/index.js.map +0 -1
  1581. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +0 -6
  1582. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts.map +0 -1
  1583. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.js.map +0 -1
  1584. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  1585. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  1586. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.d.ts.map +0 -1
  1587. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js +0 -8
  1588. package/dist/field/features/migrations/slateToLexical/converter/converters/heading/index.js.map +0 -1
  1589. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +0 -6
  1590. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts.map +0 -1
  1591. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.js.map +0 -1
  1592. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  1593. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  1594. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.d.ts.map +0 -1
  1595. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js +0 -8
  1596. package/dist/field/features/migrations/slateToLexical/converter/converters/indent/index.js.map +0 -1
  1597. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +0 -6
  1598. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts.map +0 -1
  1599. package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.js.map +0 -1
  1600. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  1601. package/dist/field/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  1602. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.d.ts.map +0 -1
  1603. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js +0 -8
  1604. package/dist/field/features/migrations/slateToLexical/converter/converters/link/index.js.map +0 -1
  1605. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +0 -6
  1606. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts.map +0 -1
  1607. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.js.map +0 -1
  1608. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  1609. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  1610. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.d.ts.map +0 -1
  1611. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js +0 -8
  1612. package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/index.js.map +0 -1
  1613. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +0 -6
  1614. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts.map +0 -1
  1615. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.js.map +0 -1
  1616. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  1617. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  1618. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.d.ts.map +0 -1
  1619. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js +0 -8
  1620. package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/index.js.map +0 -1
  1621. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +0 -6
  1622. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts.map +0 -1
  1623. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.js.map +0 -1
  1624. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  1625. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -18
  1626. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  1627. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.d.ts.map +0 -1
  1628. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js +0 -8
  1629. package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/index.js.map +0 -1
  1630. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +0 -6
  1631. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts.map +0 -1
  1632. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.js.map +0 -1
  1633. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  1634. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  1635. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.d.ts.map +0 -1
  1636. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js +0 -8
  1637. package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/index.js.map +0 -1
  1638. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +0 -6
  1639. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts.map +0 -1
  1640. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.js.map +0 -1
  1641. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  1642. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  1643. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts.map +0 -1
  1644. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js +0 -8
  1645. package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/index.js.map +0 -1
  1646. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +0 -6
  1647. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts.map +0 -1
  1648. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.js.map +0 -1
  1649. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  1650. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -21
  1651. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  1652. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.d.ts.map +0 -1
  1653. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js +0 -8
  1654. package/dist/field/features/migrations/slateToLexical/converter/converters/upload/index.js.map +0 -1
  1655. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  1656. package/dist/field/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  1657. package/dist/field/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  1658. package/dist/field/features/migrations/slateToLexical/converter/index.js +0 -107
  1659. package/dist/field/features/migrations/slateToLexical/converter/index.js.map +0 -1
  1660. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts +0 -25
  1661. package/dist/field/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  1662. package/dist/field/features/migrations/slateToLexical/converter/types.js.map +0 -1
  1663. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +0 -3
  1664. package/dist/field/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  1665. package/dist/field/features/migrations/slateToLexical/feature.client.js +0 -34
  1666. package/dist/field/features/migrations/slateToLexical/feature.client.js.map +0 -1
  1667. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts +0 -9
  1668. package/dist/field/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  1669. package/dist/field/features/migrations/slateToLexical/feature.server.js +0 -47
  1670. package/dist/field/features/migrations/slateToLexical/feature.server.js.map +0 -1
  1671. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  1672. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -8
  1673. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  1674. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -36
  1675. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  1676. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -70
  1677. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  1678. package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +0 -14
  1679. package/dist/field/features/paragraph/feature.client.d.ts +0 -3
  1680. package/dist/field/features/paragraph/feature.client.d.ts.map +0 -1
  1681. package/dist/field/features/paragraph/feature.client.js +0 -65
  1682. package/dist/field/features/paragraph/feature.client.js.map +0 -1
  1683. package/dist/field/features/paragraph/feature.server.d.ts +0 -3
  1684. package/dist/field/features/paragraph/feature.server.d.ts.map +0 -1
  1685. package/dist/field/features/paragraph/feature.server.js +0 -16
  1686. package/dist/field/features/paragraph/feature.server.js.map +0 -1
  1687. package/dist/field/features/relationship/drawer/commands.d.ts.map +0 -1
  1688. package/dist/field/features/relationship/drawer/commands.js +0 -5
  1689. package/dist/field/features/relationship/drawer/commands.js.map +0 -1
  1690. package/dist/field/features/relationship/drawer/index.d.ts.map +0 -1
  1691. package/dist/field/features/relationship/drawer/index.js +0 -81
  1692. package/dist/field/features/relationship/drawer/index.js.map +0 -1
  1693. package/dist/field/features/relationship/feature.client.d.ts +0 -4
  1694. package/dist/field/features/relationship/feature.client.d.ts.map +0 -1
  1695. package/dist/field/features/relationship/feature.client.js +0 -56
  1696. package/dist/field/features/relationship/feature.client.js.map +0 -1
  1697. package/dist/field/features/relationship/feature.server.d.ts +0 -18
  1698. package/dist/field/features/relationship/feature.server.d.ts.map +0 -1
  1699. package/dist/field/features/relationship/feature.server.js +0 -26
  1700. package/dist/field/features/relationship/feature.server.js.map +0 -1
  1701. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +0 -36
  1702. package/dist/field/features/relationship/nodes/RelationshipNode.d.ts.map +0 -1
  1703. package/dist/field/features/relationship/nodes/RelationshipNode.js +0 -110
  1704. package/dist/field/features/relationship/nodes/RelationshipNode.js.map +0 -1
  1705. package/dist/field/features/relationship/nodes/components/RelationshipComponent.d.ts.map +0 -1
  1706. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js +0 -109
  1707. package/dist/field/features/relationship/nodes/components/RelationshipComponent.js.map +0 -1
  1708. package/dist/field/features/relationship/nodes/components/index.scss +0 -97
  1709. package/dist/field/features/relationship/plugins/index.d.ts +0 -7
  1710. package/dist/field/features/relationship/plugins/index.d.ts.map +0 -1
  1711. package/dist/field/features/relationship/plugins/index.js +0 -52
  1712. package/dist/field/features/relationship/plugins/index.js.map +0 -1
  1713. package/dist/field/features/relationship/populationPromise.d.ts +0 -4
  1714. package/dist/field/features/relationship/populationPromise.d.ts.map +0 -1
  1715. package/dist/field/features/relationship/populationPromise.js +0 -24
  1716. package/dist/field/features/relationship/populationPromise.js.map +0 -1
  1717. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.d.ts.map +0 -1
  1718. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js +0 -35
  1719. package/dist/field/features/relationship/utils/EnabledRelationshipsCondition.js.map +0 -1
  1720. package/dist/field/features/types.d.ts +0 -278
  1721. package/dist/field/features/types.d.ts.map +0 -1
  1722. package/dist/field/features/types.js.map +0 -1
  1723. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts +0 -12
  1724. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.d.ts.map +0 -1
  1725. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js +0 -125
  1726. package/dist/field/features/upload/component/ExtraFieldsDrawer/index.js.map +0 -1
  1727. package/dist/field/features/upload/component/index.d.ts.map +0 -1
  1728. package/dist/field/features/upload/component/index.js +0 -144
  1729. package/dist/field/features/upload/component/index.js.map +0 -1
  1730. package/dist/field/features/upload/component/index.scss +0 -152
  1731. package/dist/field/features/upload/drawer/commands.d.ts.map +0 -1
  1732. package/dist/field/features/upload/drawer/commands.js +0 -6
  1733. package/dist/field/features/upload/drawer/commands.js.map +0 -1
  1734. package/dist/field/features/upload/drawer/index.d.ts.map +0 -1
  1735. package/dist/field/features/upload/drawer/index.js +0 -78
  1736. package/dist/field/features/upload/drawer/index.js.map +0 -1
  1737. package/dist/field/features/upload/feature.client.d.ts +0 -10
  1738. package/dist/field/features/upload/feature.client.d.ts.map +0 -1
  1739. package/dist/field/features/upload/feature.client.js +0 -55
  1740. package/dist/field/features/upload/feature.client.js.map +0 -1
  1741. package/dist/field/features/upload/feature.server.d.ts +0 -12
  1742. package/dist/field/features/upload/feature.server.d.ts.map +0 -1
  1743. package/dist/field/features/upload/feature.server.js +0 -110
  1744. package/dist/field/features/upload/feature.server.js.map +0 -1
  1745. package/dist/field/features/upload/nodes/UploadNode.d.ts +0 -49
  1746. package/dist/field/features/upload/nodes/UploadNode.d.ts.map +0 -1
  1747. package/dist/field/features/upload/nodes/UploadNode.js +0 -102
  1748. package/dist/field/features/upload/nodes/UploadNode.js.map +0 -1
  1749. package/dist/field/features/upload/plugin/index.d.ts +0 -7
  1750. package/dist/field/features/upload/plugin/index.d.ts.map +0 -1
  1751. package/dist/field/features/upload/plugin/index.js +0 -55
  1752. package/dist/field/features/upload/plugin/index.js.map +0 -1
  1753. package/dist/field/features/upload/populationPromise.d.ts +0 -5
  1754. package/dist/field/features/upload/populationPromise.d.ts.map +0 -1
  1755. package/dist/field/features/upload/populationPromise.js +0 -46
  1756. package/dist/field/features/upload/populationPromise.js.map +0 -1
  1757. package/dist/field/features/upload/validate.d.ts +0 -4
  1758. package/dist/field/features/upload/validate.d.ts.map +0 -1
  1759. package/dist/field/features/upload/validate.js +0 -17
  1760. package/dist/field/features/upload/validate.js.map +0 -1
  1761. package/dist/field/index.scss +0 -46
  1762. package/dist/field/lexical/EditorPlugin.d.ts +0 -7
  1763. package/dist/field/lexical/EditorPlugin.d.ts.map +0 -1
  1764. package/dist/field/lexical/EditorPlugin.js +0 -11
  1765. package/dist/field/lexical/EditorPlugin.js.map +0 -1
  1766. package/dist/field/lexical/LexicalEditor.d.ts +0 -5
  1767. package/dist/field/lexical/LexicalEditor.d.ts.map +0 -1
  1768. package/dist/field/lexical/LexicalEditor.js +0 -112
  1769. package/dist/field/lexical/LexicalEditor.js.map +0 -1
  1770. package/dist/field/lexical/LexicalEditor.scss +0 -56
  1771. package/dist/field/lexical/LexicalProvider.d.ts +0 -19
  1772. package/dist/field/lexical/LexicalProvider.d.ts.map +0 -1
  1773. package/dist/field/lexical/LexicalProvider.js +0 -67
  1774. package/dist/field/lexical/LexicalProvider.js.map +0 -1
  1775. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts +0 -24
  1776. package/dist/field/lexical/config/client/EditorConfigProvider.d.ts.map +0 -1
  1777. package/dist/field/lexical/config/client/EditorConfigProvider.js +0 -41
  1778. package/dist/field/lexical/config/client/EditorConfigProvider.js.map +0 -1
  1779. package/dist/field/lexical/config/client/default.d.ts +0 -3
  1780. package/dist/field/lexical/config/client/default.d.ts.map +0 -1
  1781. package/dist/field/lexical/config/client/default.js.map +0 -1
  1782. package/dist/field/lexical/config/client/loader.d.ts +0 -12
  1783. package/dist/field/lexical/config/client/loader.d.ts.map +0 -1
  1784. package/dist/field/lexical/config/client/loader.js +0 -46
  1785. package/dist/field/lexical/config/client/loader.js.map +0 -1
  1786. package/dist/field/lexical/config/client/sanitize.d.ts +0 -6
  1787. package/dist/field/lexical/config/client/sanitize.d.ts.map +0 -1
  1788. package/dist/field/lexical/config/client/sanitize.js +0 -126
  1789. package/dist/field/lexical/config/client/sanitize.js.map +0 -1
  1790. package/dist/field/lexical/config/server/default.d.ts +0 -8
  1791. package/dist/field/lexical/config/server/default.d.ts.map +0 -1
  1792. package/dist/field/lexical/config/server/default.js +0 -51
  1793. package/dist/field/lexical/config/server/default.js.map +0 -1
  1794. package/dist/field/lexical/config/server/loader.d.ts +0 -7
  1795. package/dist/field/lexical/config/server/loader.d.ts.map +0 -1
  1796. package/dist/field/lexical/config/server/loader.js +0 -118
  1797. package/dist/field/lexical/config/server/loader.js.map +0 -1
  1798. package/dist/field/lexical/config/server/sanitize.d.ts +0 -5
  1799. package/dist/field/lexical/config/server/sanitize.d.ts.map +0 -1
  1800. package/dist/field/lexical/config/server/sanitize.js +0 -65
  1801. package/dist/field/lexical/config/server/sanitize.js.map +0 -1
  1802. package/dist/field/lexical/config/types.d.ts +0 -21
  1803. package/dist/field/lexical/config/types.d.ts.map +0 -1
  1804. package/dist/field/lexical/config/types.js.map +0 -1
  1805. package/dist/field/lexical/nodes/index.d.ts +0 -7
  1806. package/dist/field/lexical/nodes/index.d.ts.map +0 -1
  1807. package/dist/field/lexical/nodes/index.js.map +0 -1
  1808. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts +0 -8
  1809. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.d.ts.map +0 -1
  1810. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js +0 -97
  1811. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.js.map +0 -1
  1812. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarButton/index.scss +0 -37
  1813. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts +0 -17
  1814. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.d.ts.map +0 -1
  1815. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js +0 -251
  1816. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/DropDown.js.map +0 -1
  1817. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts +0 -18
  1818. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.d.ts.map +0 -1
  1819. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js +0 -42
  1820. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.js.map +0 -1
  1821. package/dist/field/lexical/plugins/FloatingSelectToolbar/ToolbarDropdown/index.scss +0 -100
  1822. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +0 -6
  1823. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts.map +0 -1
  1824. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js +0 -270
  1825. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.js.map +0 -1
  1826. package/dist/field/lexical/plugins/FloatingSelectToolbar/index.scss +0 -57
  1827. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts +0 -40
  1828. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.d.ts.map +0 -1
  1829. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js +0 -3
  1830. package/dist/field/lexical/plugins/FloatingSelectToolbar/types.js.map +0 -1
  1831. package/dist/field/lexical/plugins/MarkdownShortcut/index.d.ts.map +0 -1
  1832. package/dist/field/lexical/plugins/MarkdownShortcut/index.js +0 -13
  1833. package/dist/field/lexical/plugins/MarkdownShortcut/index.js.map +0 -1
  1834. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -32
  1835. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +0 -1
  1836. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +0 -404
  1837. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +0 -1
  1838. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +0 -25
  1839. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts.map +0 -1
  1840. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +0 -207
  1841. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +0 -1
  1842. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +0 -39
  1843. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +0 -1
  1844. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js +0 -39
  1845. package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +0 -1
  1846. package/dist/field/lexical/plugins/SlashMenu/index.d.ts +0 -6
  1847. package/dist/field/lexical/plugins/SlashMenu/index.d.ts.map +0 -1
  1848. package/dist/field/lexical/plugins/SlashMenu/index.js +0 -172
  1849. package/dist/field/lexical/plugins/SlashMenu/index.js.map +0 -1
  1850. package/dist/field/lexical/plugins/SlashMenu/index.scss +0 -61
  1851. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.d.ts.map +0 -1
  1852. package/dist/field/lexical/plugins/SlashMenu/useMenuTriggerMatch.js.map +0 -1
  1853. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +0 -6
  1854. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +0 -1
  1855. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js +0 -236
  1856. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +0 -1
  1857. package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +0 -31
  1858. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +0 -1
  1859. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/debounce.js.map +0 -1
  1860. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts.map +0 -1
  1861. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js.map +0 -1
  1862. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts +0 -27
  1863. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.d.ts.map +0 -1
  1864. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js +0 -151
  1865. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/getNodeCloseToPoint.js.map +0 -1
  1866. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts +0 -3
  1867. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.d.ts.map +0 -1
  1868. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js.map +0 -1
  1869. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +0 -6
  1870. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +0 -1
  1871. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js +0 -293
  1872. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +0 -1
  1873. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.scss +0 -55
  1874. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +0 -3
  1875. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts.map +0 -1
  1876. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +0 -49
  1877. package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +0 -1
  1878. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.d.ts.map +0 -1
  1879. package/dist/field/lexical/plugins/handles/utils/getCollapsedMargins.js.map +0 -1
  1880. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.d.ts.map +0 -1
  1881. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js +0 -7
  1882. package/dist/field/lexical/plugins/handles/utils/getTopLevelNodeKeys.js.map +0 -1
  1883. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.d.ts.map +0 -1
  1884. package/dist/field/lexical/plugins/handles/utils/isOnHandleElement.js.map +0 -1
  1885. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts +0 -2
  1886. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.d.ts.map +0 -1
  1887. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js +0 -17
  1888. package/dist/field/lexical/plugins/handles/utils/setHandlePosition.js.map +0 -1
  1889. package/dist/field/lexical/theme/EditorTheme.d.ts.map +0 -1
  1890. package/dist/field/lexical/theme/EditorTheme.js +0 -106
  1891. package/dist/field/lexical/theme/EditorTheme.js.map +0 -1
  1892. package/dist/field/lexical/theme/EditorTheme.scss +0 -505
  1893. package/dist/field/lexical/ui/ContentEditable.d.ts +0 -6
  1894. package/dist/field/lexical/ui/ContentEditable.d.ts.map +0 -1
  1895. package/dist/field/lexical/ui/ContentEditable.js +0 -11
  1896. package/dist/field/lexical/ui/ContentEditable.js.map +0 -1
  1897. package/dist/field/lexical/ui/ContentEditable.scss +0 -25
  1898. package/dist/field/lexical/ui/icons/AI/index.d.ts.map +0 -1
  1899. package/dist/field/lexical/ui/icons/AI/index.js +0 -27
  1900. package/dist/field/lexical/ui/icons/AI/index.js.map +0 -1
  1901. package/dist/field/lexical/ui/icons/AlignCenter/index.d.ts.map +0 -1
  1902. package/dist/field/lexical/ui/icons/AlignCenter/index.js +0 -25
  1903. package/dist/field/lexical/ui/icons/AlignCenter/index.js.map +0 -1
  1904. package/dist/field/lexical/ui/icons/AlignJustify/index.d.ts.map +0 -1
  1905. package/dist/field/lexical/ui/icons/AlignJustify/index.js +0 -25
  1906. package/dist/field/lexical/ui/icons/AlignJustify/index.js.map +0 -1
  1907. package/dist/field/lexical/ui/icons/AlignLeft/index.d.ts.map +0 -1
  1908. package/dist/field/lexical/ui/icons/AlignLeft/index.js +0 -25
  1909. package/dist/field/lexical/ui/icons/AlignLeft/index.js.map +0 -1
  1910. package/dist/field/lexical/ui/icons/AlignRight/index.d.ts.map +0 -1
  1911. package/dist/field/lexical/ui/icons/AlignRight/index.js +0 -25
  1912. package/dist/field/lexical/ui/icons/AlignRight/index.js.map +0 -1
  1913. package/dist/field/lexical/ui/icons/Block/index.d.ts.map +0 -1
  1914. package/dist/field/lexical/ui/icons/Block/index.js +0 -34
  1915. package/dist/field/lexical/ui/icons/Block/index.js.map +0 -1
  1916. package/dist/field/lexical/ui/icons/Blockquote/index.d.ts.map +0 -1
  1917. package/dist/field/lexical/ui/icons/Blockquote/index.js +0 -16
  1918. package/dist/field/lexical/ui/icons/Blockquote/index.js.map +0 -1
  1919. package/dist/field/lexical/ui/icons/Bold/index.d.ts.map +0 -1
  1920. package/dist/field/lexical/ui/icons/Bold/index.js +0 -16
  1921. package/dist/field/lexical/ui/icons/Bold/index.js.map +0 -1
  1922. package/dist/field/lexical/ui/icons/Checklist/index.d.ts.map +0 -1
  1923. package/dist/field/lexical/ui/icons/Checklist/index.js +0 -24
  1924. package/dist/field/lexical/ui/icons/Checklist/index.js.map +0 -1
  1925. package/dist/field/lexical/ui/icons/Code/index.d.ts.map +0 -1
  1926. package/dist/field/lexical/ui/icons/Code/index.js +0 -19
  1927. package/dist/field/lexical/ui/icons/Code/index.js.map +0 -1
  1928. package/dist/field/lexical/ui/icons/CodeBlock/index.d.ts.map +0 -1
  1929. package/dist/field/lexical/ui/icons/CodeBlock/index.js +0 -19
  1930. package/dist/field/lexical/ui/icons/CodeBlock/index.js.map +0 -1
  1931. package/dist/field/lexical/ui/icons/H1/index.d.ts.map +0 -1
  1932. package/dist/field/lexical/ui/icons/H1/index.js +0 -16
  1933. package/dist/field/lexical/ui/icons/H1/index.js.map +0 -1
  1934. package/dist/field/lexical/ui/icons/H2/index.d.ts.map +0 -1
  1935. package/dist/field/lexical/ui/icons/H2/index.js +0 -16
  1936. package/dist/field/lexical/ui/icons/H2/index.js.map +0 -1
  1937. package/dist/field/lexical/ui/icons/H3/index.d.ts.map +0 -1
  1938. package/dist/field/lexical/ui/icons/H3/index.js +0 -16
  1939. package/dist/field/lexical/ui/icons/H3/index.js.map +0 -1
  1940. package/dist/field/lexical/ui/icons/H4/index.d.ts.map +0 -1
  1941. package/dist/field/lexical/ui/icons/H4/index.js +0 -16
  1942. package/dist/field/lexical/ui/icons/H4/index.js.map +0 -1
  1943. package/dist/field/lexical/ui/icons/H5/index.d.ts.map +0 -1
  1944. package/dist/field/lexical/ui/icons/H5/index.js +0 -16
  1945. package/dist/field/lexical/ui/icons/H5/index.js.map +0 -1
  1946. package/dist/field/lexical/ui/icons/H6/index.d.ts.map +0 -1
  1947. package/dist/field/lexical/ui/icons/H6/index.js +0 -16
  1948. package/dist/field/lexical/ui/icons/H6/index.js.map +0 -1
  1949. package/dist/field/lexical/ui/icons/IndentDecrease/index.d.ts.map +0 -1
  1950. package/dist/field/lexical/ui/icons/IndentDecrease/index.js +0 -28
  1951. package/dist/field/lexical/ui/icons/IndentDecrease/index.js.map +0 -1
  1952. package/dist/field/lexical/ui/icons/IndentIncrease/index.d.ts.map +0 -1
  1953. package/dist/field/lexical/ui/icons/IndentIncrease/index.js +0 -28
  1954. package/dist/field/lexical/ui/icons/IndentIncrease/index.js.map +0 -1
  1955. package/dist/field/lexical/ui/icons/Italic/index.d.ts.map +0 -1
  1956. package/dist/field/lexical/ui/icons/Italic/index.js +0 -16
  1957. package/dist/field/lexical/ui/icons/Italic/index.js.map +0 -1
  1958. package/dist/field/lexical/ui/icons/Link/index.d.ts.map +0 -1
  1959. package/dist/field/lexical/ui/icons/Link/index.js +0 -27
  1960. package/dist/field/lexical/ui/icons/Link/index.js.map +0 -1
  1961. package/dist/field/lexical/ui/icons/OrderedList/index.d.ts.map +0 -1
  1962. package/dist/field/lexical/ui/icons/OrderedList/index.js +0 -31
  1963. package/dist/field/lexical/ui/icons/OrderedList/index.js.map +0 -1
  1964. package/dist/field/lexical/ui/icons/Relationship/index.d.ts.map +0 -1
  1965. package/dist/field/lexical/ui/icons/Relationship/index.js +0 -27
  1966. package/dist/field/lexical/ui/icons/Relationship/index.js.map +0 -1
  1967. package/dist/field/lexical/ui/icons/Strikethrough/index.d.ts.map +0 -1
  1968. package/dist/field/lexical/ui/icons/Strikethrough/index.js +0 -19
  1969. package/dist/field/lexical/ui/icons/Strikethrough/index.js.map +0 -1
  1970. package/dist/field/lexical/ui/icons/Subscript/index.d.ts.map +0 -1
  1971. package/dist/field/lexical/ui/icons/Subscript/index.js +0 -16
  1972. package/dist/field/lexical/ui/icons/Subscript/index.js.map +0 -1
  1973. package/dist/field/lexical/ui/icons/Superscript/index.d.ts.map +0 -1
  1974. package/dist/field/lexical/ui/icons/Superscript/index.js +0 -16
  1975. package/dist/field/lexical/ui/icons/Superscript/index.js.map +0 -1
  1976. package/dist/field/lexical/ui/icons/Text/index.d.ts.map +0 -1
  1977. package/dist/field/lexical/ui/icons/Text/index.js +0 -16
  1978. package/dist/field/lexical/ui/icons/Text/index.js.map +0 -1
  1979. package/dist/field/lexical/ui/icons/Underline/index.d.ts.map +0 -1
  1980. package/dist/field/lexical/ui/icons/Underline/index.js +0 -19
  1981. package/dist/field/lexical/ui/icons/Underline/index.js.map +0 -1
  1982. package/dist/field/lexical/ui/icons/UnorderedList/index.d.ts.map +0 -1
  1983. package/dist/field/lexical/ui/icons/UnorderedList/index.js +0 -46
  1984. package/dist/field/lexical/ui/icons/UnorderedList/index.js.map +0 -1
  1985. package/dist/field/lexical/ui/icons/Upload/index.d.ts.map +0 -1
  1986. package/dist/field/lexical/ui/icons/Upload/index.js +0 -28
  1987. package/dist/field/lexical/ui/icons/Upload/index.js.map +0 -1
  1988. package/dist/field/lexical/utils/canUseDOM.d.ts.map +0 -1
  1989. package/dist/field/lexical/utils/canUseDOM.js.map +0 -1
  1990. package/dist/field/lexical/utils/cloneDeep.d.ts.map +0 -1
  1991. package/dist/field/lexical/utils/cloneDeep.js +0 -50
  1992. package/dist/field/lexical/utils/cloneDeep.js.map +0 -1
  1993. package/dist/field/lexical/utils/environment.d.ts.map +0 -1
  1994. package/dist/field/lexical/utils/environment.js.map +0 -1
  1995. package/dist/field/lexical/utils/getDOMRangeRect.d.ts.map +0 -1
  1996. package/dist/field/lexical/utils/getDOMRangeRect.js.map +0 -1
  1997. package/dist/field/lexical/utils/getSelectedNode.d.ts.map +0 -1
  1998. package/dist/field/lexical/utils/getSelectedNode.js +0 -18
  1999. package/dist/field/lexical/utils/getSelectedNode.js.map +0 -1
  2000. package/dist/field/lexical/utils/guard.d.ts.map +0 -1
  2001. package/dist/field/lexical/utils/guard.js.map +0 -1
  2002. package/dist/field/lexical/utils/invariant.d.ts.map +0 -1
  2003. package/dist/field/lexical/utils/invariant.js.map +0 -1
  2004. package/dist/field/lexical/utils/joinClasses.d.ts.map +0 -1
  2005. package/dist/field/lexical/utils/joinClasses.js.map +0 -1
  2006. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts +0 -4
  2007. package/dist/field/lexical/utils/markdown/createBlockNode.d.ts.map +0 -1
  2008. package/dist/field/lexical/utils/markdown/createBlockNode.js.map +0 -1
  2009. package/dist/field/lexical/utils/nodeFormat.d.ts +0 -41
  2010. package/dist/field/lexical/utils/nodeFormat.d.ts.map +0 -1
  2011. package/dist/field/lexical/utils/nodeFormat.js +0 -88
  2012. package/dist/field/lexical/utils/nodeFormat.js.map +0 -1
  2013. package/dist/field/lexical/utils/point.d.ts.map +0 -1
  2014. package/dist/field/lexical/utils/point.js.map +0 -1
  2015. package/dist/field/lexical/utils/rect.d.ts.map +0 -1
  2016. package/dist/field/lexical/utils/rect.js.map +0 -1
  2017. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts +0 -2
  2018. package/dist/field/lexical/utils/setFloatingElemPosition.d.ts.map +0 -1
  2019. package/dist/field/lexical/utils/setFloatingElemPosition.js +0 -53
  2020. package/dist/field/lexical/utils/setFloatingElemPosition.js.map +0 -1
  2021. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.d.ts.map +0 -1
  2022. package/dist/field/lexical/utils/setFloatingElemPositionForLinkEditor.js.map +0 -1
  2023. package/dist/field/lexical/utils/swipe.d.ts.map +0 -1
  2024. package/dist/field/lexical/utils/swipe.js.map +0 -1
  2025. package/dist/field/lexical/utils/url.d.ts.map +0 -1
  2026. package/dist/field/lexical/utils/url.js +0 -25
  2027. package/dist/field/lexical/utils/url.js.map +0 -1
  2028. package/dist/generateComponentMap.d.ts +0 -6
  2029. package/dist/generateComponentMap.d.ts.map +0 -1
  2030. package/dist/generateComponentMap.js +0 -85
  2031. package/dist/generateComponentMap.js.map +0 -1
  2032. package/dist/generateSchemaMap.d.ts +0 -6
  2033. package/dist/generateSchemaMap.d.ts.map +0 -1
  2034. package/dist/generateSchemaMap.js +0 -30
  2035. package/dist/generateSchemaMap.js.map +0 -1
  2036. package/dist/populate/defaultValue.d.ts +0 -4
  2037. package/dist/populate/defaultValue.d.ts.map +0 -1
  2038. package/dist/populate/defaultValue.js +0 -50
  2039. package/dist/populate/defaultValue.js.map +0 -1
  2040. package/dist/populate/populate.d.ts +0 -21
  2041. package/dist/populate/populate.d.ts.map +0 -1
  2042. package/dist/populate/populate.js +0 -21
  2043. package/dist/populate/populate.js.map +0 -1
  2044. package/dist/populate/recurseNestedFields.d.ts +0 -25
  2045. package/dist/populate/recurseNestedFields.d.ts.map +0 -1
  2046. package/dist/populate/recurseNestedFields.js +0 -26
  2047. package/dist/populate/recurseNestedFields.js.map +0 -1
  2048. package/dist/populate/richTextRelationshipPromise.d.ts +0 -23
  2049. package/dist/populate/richTextRelationshipPromise.d.ts.map +0 -1
  2050. package/dist/populate/richTextRelationshipPromise.js +0 -68
  2051. package/dist/populate/richTextRelationshipPromise.js.map +0 -1
  2052. package/dist/scss/app.scss +0 -209
  2053. package/dist/scss/colors.scss +0 -269
  2054. package/dist/scss/fonts.scss +0 -75
  2055. package/dist/scss/queries.scss +0 -27
  2056. package/dist/scss/resets.scss +0 -17
  2057. package/dist/scss/styles.scss +0 -11
  2058. package/dist/scss/svg.scss +0 -10
  2059. package/dist/scss/toastify.scss +0 -58
  2060. package/dist/scss/type.scss +0 -117
  2061. package/dist/scss/vars.scss +0 -220
  2062. package/dist/scss/z-index.scss +0 -9
  2063. package/dist/useLexicalFeature.d.ts +0 -3
  2064. package/dist/useLexicalFeature.d.ts.map +0 -1
  2065. package/dist/useLexicalFeature.js +0 -9
  2066. package/dist/useLexicalFeature.js.map +0 -1
  2067. package/src/index.ts +0 -423
  2068. /package/dist/{field/features → features}/blockquote/markdownTransformer.d.ts +0 -0
  2069. /package/dist/{field/features → features}/blocks/component/removeEmptyArrayValues.js +0 -0
  2070. /package/dist/{field/features → features}/blocks/drawer/index.d.ts +0 -0
  2071. /package/dist/{field/features → features}/blocks/plugin/commands.d.ts +0 -0
  2072. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.d.ts +0 -0
  2073. /package/dist/{field/features → features}/converters/html/converter/converters/linebreak.js +0 -0
  2074. /package/dist/{field/features → features}/converters/html/converter/converters/paragraph.d.ts +0 -0
  2075. /package/dist/{field/features → features}/converters/html/converter/converters/text.d.ts +0 -0
  2076. /package/dist/{field/features → features}/converters/html/converter/converters/text.js +0 -0
  2077. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.d.ts +0 -0
  2078. /package/dist/{field/features → features}/converters/html/converter/defaultConverters.js +0 -0
  2079. /package/dist/{field/features → features}/converters/html/converter/types.js +0 -0
  2080. /package/dist/{field/features → features}/createFeaturePropComponent.d.ts +0 -0
  2081. /package/dist/{field/features → features}/format/bold/markdownTransformers.d.ts +0 -0
  2082. /package/dist/{field/features → features}/format/bold/markdownTransformers.js +0 -0
  2083. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.d.ts +0 -0
  2084. /package/dist/{field/features/format/inlinecode → features/format/inlineCode}/markdownTransformers.js +0 -0
  2085. /package/dist/{field/features → features}/format/italic/markdownTransformers.d.ts +0 -0
  2086. /package/dist/{field/features → features}/format/italic/markdownTransformers.js +0 -0
  2087. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.d.ts +0 -0
  2088. /package/dist/{field/features → features}/format/strikethrough/markdownTransformers.js +0 -0
  2089. /package/dist/{field/features → features}/heading/markdownTransformer.d.ts +0 -0
  2090. /package/dist/{field/features → features}/link/nodes/AutoLinkNode.d.ts +0 -0
  2091. /package/dist/{field/features/link/drawer → features/link/nodes}/types.js +0 -0
  2092. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/LinkEditor/commands.d.ts +0 -0
  2093. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/LinkEditor/index.d.ts +0 -0
  2094. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/types.d.ts +0 -0
  2095. /package/dist/{field/features → features}/link/plugins/floatingLinkEditor/types.js +0 -0
  2096. /package/dist/{field/features → features}/lists/checklist/markdownTransformers.d.ts +0 -0
  2097. /package/dist/{field/features/lists/orderedlist → features/lists/orderedList}/markdownTransformer.d.ts +0 -0
  2098. /package/dist/{field/features/lists/unorderedlist → features/lists/unorderedList}/markdownTransformer.d.ts +0 -0
  2099. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/client.js +0 -0
  2100. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -0
  2101. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -0
  2102. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/heading/index.d.ts +0 -0
  2103. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/client.js +0 -0
  2104. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -0
  2105. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -0
  2106. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/link/index.d.ts +0 -0
  2107. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/client.js +0 -0
  2108. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -0
  2109. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -0
  2110. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/list/index.d.ts +0 -0
  2111. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/client.js +0 -0
  2112. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -0
  2113. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -0
  2114. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/listItem/index.d.ts +0 -0
  2115. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/client.js +0 -0
  2116. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -0
  2117. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -0
  2118. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/quote/index.d.ts +0 -0
  2119. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/client.js +0 -0
  2120. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -0
  2121. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -0
  2122. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/unknown/index.d.ts +0 -0
  2123. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/client.js +0 -0
  2124. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -0
  2125. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/converters/upload/index.d.ts +0 -0
  2126. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -0
  2127. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -0
  2128. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -0
  2129. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/converter/index.js +0 -0
  2130. /package/dist/{field/features/link/nodes → features/migrations/lexicalPluginToLexical/converter}/types.js +0 -0
  2131. /package/dist/{field/features → features}/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2132. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -0
  2133. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -0
  2134. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/blockquote/index.d.ts +0 -0
  2135. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/client.js +0 -0
  2136. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -0
  2137. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/converter.js +0 -0
  2138. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/heading/index.d.ts +0 -0
  2139. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/client.js +0 -0
  2140. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -0
  2141. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/converter.js +0 -0
  2142. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/indent/index.d.ts +0 -0
  2143. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/client.js +0 -0
  2144. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -0
  2145. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/converter.js +0 -0
  2146. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/link/index.d.ts +0 -0
  2147. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/client.js +0 -0
  2148. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -0
  2149. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -0
  2150. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/listItem/index.d.ts +0 -0
  2151. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/client.js +0 -0
  2152. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -0
  2153. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -0
  2154. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/orderedList/index.d.ts +0 -0
  2155. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/client.js +0 -0
  2156. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -0
  2157. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/relationship/index.d.ts +0 -0
  2158. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/client.js +0 -0
  2159. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -0
  2160. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -0
  2161. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unknown/index.d.ts +0 -0
  2162. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/client.js +0 -0
  2163. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -0
  2164. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -0
  2165. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/unorderedList/index.d.ts +0 -0
  2166. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/client.js +0 -0
  2167. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -0
  2168. /package/dist/{field/features → features}/migrations/slateToLexical/converter/converters/upload/index.d.ts +0 -0
  2169. /package/dist/{field/features → features}/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -0
  2170. /package/dist/{field/features → features}/migrations/slateToLexical/converter/defaultConverters.js +0 -0
  2171. /package/dist/{field/features → features}/migrations/slateToLexical/converter/index.d.ts +0 -0
  2172. /package/dist/{field/features/migrations/lexicalPluginToLexical → features/migrations/slateToLexical}/converter/types.js +0 -0
  2173. /package/dist/{field/features → features}/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -0
  2174. /package/dist/{field/features → features}/relationship/drawer/commands.d.ts +0 -0
  2175. /package/dist/{field/features → features}/relationship/drawer/index.d.ts +0 -0
  2176. /package/dist/{field/features → features}/relationship/nodes/components/RelationshipComponent.d.ts +0 -0
  2177. /package/dist/{field/features → features}/relationship/utils/EnabledRelationshipsCondition.d.ts +0 -0
  2178. /package/dist/{field/features/migrations/slateToLexical/converter → features/toolbars}/types.js +0 -0
  2179. /package/dist/{field/features → features}/upload/component/index.d.ts +0 -0
  2180. /package/dist/{field/features → features}/upload/drawer/commands.d.ts +0 -0
  2181. /package/dist/{field/features → features}/upload/drawer/index.d.ts +0 -0
  2182. /package/dist/{field/lexical → lexical}/config/client/default.js +0 -0
  2183. /package/dist/{field/features → lexical/config}/types.js +0 -0
  2184. /package/dist/{field/lexical → lexical}/nodes/index.js +0 -0
  2185. /package/dist/{field/lexical → lexical}/plugins/MarkdownShortcut/index.d.ts +0 -0
  2186. /package/dist/{field/lexical/config → lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin}/types.js +0 -0
  2187. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.d.ts +0 -0
  2188. /package/dist/{field/lexical → lexical}/plugins/SlashMenu/useMenuTriggerMatch.js +0 -0
  2189. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/debounce.d.ts +0 -0
  2190. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/debounce.js +0 -0
  2191. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.d.ts +0 -0
  2192. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/getBoundingRectWithoutTransform.js +0 -0
  2193. /package/dist/{field/lexical → lexical}/plugins/handles/DraggableBlockPlugin/highlightElemOriginalPosition.js +0 -0
  2194. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.d.ts +0 -0
  2195. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getCollapsedMargins.js +0 -0
  2196. /package/dist/{field/lexical → lexical}/plugins/handles/utils/getTopLevelNodeKeys.d.ts +0 -0
  2197. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.d.ts +0 -0
  2198. /package/dist/{field/lexical → lexical}/plugins/handles/utils/isOnHandleElement.js +0 -0
  2199. /package/dist/{field/lexical → lexical}/theme/EditorTheme.d.ts +0 -0
  2200. /package/dist/{field/lexical → lexical}/ui/icons/AI/index.d.ts +0 -0
  2201. /package/dist/{field/lexical → lexical}/ui/icons/Add/index.svg +0 -0
  2202. /package/dist/{field/lexical → lexical}/ui/icons/AlignCenter/index.d.ts +0 -0
  2203. /package/dist/{field/lexical → lexical}/ui/icons/AlignJustify/index.d.ts +0 -0
  2204. /package/dist/{field/lexical → lexical}/ui/icons/AlignLeft/index.d.ts +0 -0
  2205. /package/dist/{field/lexical → lexical}/ui/icons/AlignRight/index.d.ts +0 -0
  2206. /package/dist/{field/lexical → lexical}/ui/icons/Block/index.d.ts +0 -0
  2207. /package/dist/{field/lexical → lexical}/ui/icons/Blockquote/index.d.ts +0 -0
  2208. /package/dist/{field/lexical → lexical}/ui/icons/Bold/index.d.ts +0 -0
  2209. /package/dist/{field/lexical → lexical}/ui/icons/Caret/index.svg +0 -0
  2210. /package/dist/{field/lexical → lexical}/ui/icons/Checklist/index.d.ts +0 -0
  2211. /package/dist/{field/lexical → lexical}/ui/icons/Code/index.d.ts +0 -0
  2212. /package/dist/{field/lexical → lexical}/ui/icons/CodeBlock/index.d.ts +0 -0
  2213. /package/dist/{field/lexical → lexical}/ui/icons/DraggableBlock/index.svg +0 -0
  2214. /package/dist/{field/lexical → lexical}/ui/icons/Edit/index.svg +0 -0
  2215. /package/dist/{field/lexical → lexical}/ui/icons/H1/index.d.ts +0 -0
  2216. /package/dist/{field/lexical → lexical}/ui/icons/H2/index.d.ts +0 -0
  2217. /package/dist/{field/lexical → lexical}/ui/icons/H3/index.d.ts +0 -0
  2218. /package/dist/{field/lexical → lexical}/ui/icons/H4/index.d.ts +0 -0
  2219. /package/dist/{field/lexical → lexical}/ui/icons/H5/index.d.ts +0 -0
  2220. /package/dist/{field/lexical → lexical}/ui/icons/H6/index.d.ts +0 -0
  2221. /package/dist/{field/lexical → lexical}/ui/icons/IndentDecrease/index.d.ts +0 -0
  2222. /package/dist/{field/lexical → lexical}/ui/icons/IndentIncrease/index.d.ts +0 -0
  2223. /package/dist/{field/lexical → lexical}/ui/icons/Italic/index.d.ts +0 -0
  2224. /package/dist/{field/lexical → lexical}/ui/icons/Link/index.d.ts +0 -0
  2225. /package/dist/{field/lexical → lexical}/ui/icons/OrderedList/index.d.ts +0 -0
  2226. /package/dist/{field/lexical → lexical}/ui/icons/Relationship/index.d.ts +0 -0
  2227. /package/dist/{field/lexical → lexical}/ui/icons/Remove/index.svg +0 -0
  2228. /package/dist/{field/lexical → lexical}/ui/icons/Strikethrough/index.d.ts +0 -0
  2229. /package/dist/{field/lexical → lexical}/ui/icons/Subscript/index.d.ts +0 -0
  2230. /package/dist/{field/lexical → lexical}/ui/icons/Superscript/index.d.ts +0 -0
  2231. /package/dist/{field/lexical → lexical}/ui/icons/Text/index.d.ts +0 -0
  2232. /package/dist/{field/lexical → lexical}/ui/icons/Underline/index.d.ts +0 -0
  2233. /package/dist/{field/lexical → lexical}/ui/icons/UnorderedList/index.d.ts +0 -0
  2234. /package/dist/{field/lexical → lexical}/ui/icons/Upload/index.d.ts +0 -0
  2235. /package/dist/{field/lexical → lexical}/utils/canUseDOM.d.ts +0 -0
  2236. /package/dist/{field/lexical → lexical}/utils/canUseDOM.js +0 -0
  2237. /package/dist/{field/lexical → lexical}/utils/cloneDeep.d.ts +0 -0
  2238. /package/dist/{field/lexical → lexical}/utils/environment.d.ts +0 -0
  2239. /package/dist/{field/lexical → lexical}/utils/environment.js +0 -0
  2240. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.d.ts +0 -0
  2241. /package/dist/{field/lexical → lexical}/utils/getDOMRangeRect.js +0 -0
  2242. /package/dist/{field/lexical → lexical}/utils/getSelectedNode.d.ts +0 -0
  2243. /package/dist/{field/lexical → lexical}/utils/guard.d.ts +0 -0
  2244. /package/dist/{field/lexical → lexical}/utils/guard.js +0 -0
  2245. /package/dist/{field/lexical → lexical}/utils/invariant.d.ts +0 -0
  2246. /package/dist/{field/lexical → lexical}/utils/invariant.js +0 -0
  2247. /package/dist/{field/lexical → lexical}/utils/joinClasses.d.ts +0 -0
  2248. /package/dist/{field/lexical → lexical}/utils/joinClasses.js +0 -0
  2249. /package/dist/{field/lexical → lexical}/utils/markdown/createBlockNode.js +0 -0
  2250. /package/dist/{field/lexical → lexical}/utils/point.d.ts +0 -0
  2251. /package/dist/{field/lexical → lexical}/utils/point.js +0 -0
  2252. /package/dist/{field/lexical → lexical}/utils/rect.d.ts +0 -0
  2253. /package/dist/{field/lexical → lexical}/utils/rect.js +0 -0
  2254. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -0
  2255. /package/dist/{field/lexical → lexical}/utils/setFloatingElemPositionForLinkEditor.js +0 -0
  2256. /package/dist/{field/lexical → lexical}/utils/swipe.d.ts +0 -0
  2257. /package/dist/{field/lexical → lexical}/utils/swipe.js +0 -0
  2258. /package/dist/{field/lexical → lexical}/utils/url.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/features/horizontalRule/feature.client.tsx"],"sourcesContent":["'use client'\n\nimport { $isNodeSelection } from 'lexical'\n\nimport { HorizontalRuleIcon } from '../../lexical/ui/icons/HorizontalRule/index.js'\nimport { createClientFeature } from '../../utilities/createClientFeature.js'\nimport { slashMenuBasicGroupWithItems } from '../shared/slashMenu/basicGroup.js'\nimport { toolbarAddDropdownGroupWithItems } from '../shared/toolbar/addDropdownGroup.js'\nimport { MarkdownTransformer } from './markdownTransformer.js'\nimport {\n $isHorizontalRuleNode,\n HorizontalRuleNode,\n INSERT_HORIZONTAL_RULE_COMMAND,\n} from './nodes/HorizontalRuleNode.js'\nimport { HorizontalRulePlugin } from './plugin/index.js'\n\nexport const HorizontalRuleFeatureClient = createClientFeature({\n markdownTransformers: [MarkdownTransformer],\n nodes: [HorizontalRuleNode],\n plugins: [\n {\n Component: HorizontalRulePlugin,\n position: 'normal',\n },\n ],\n slashMenu: {\n groups: [\n slashMenuBasicGroupWithItems([\n {\n Icon: HorizontalRuleIcon,\n key: 'horizontalRule',\n keywords: ['hr', 'horizontal rule', 'line', 'separator'],\n label: ({ i18n }) => {\n return i18n.t('lexical:horizontalRule:label')\n },\n\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INSERT_HORIZONTAL_RULE_COMMAND, undefined)\n },\n },\n ]),\n ],\n },\n toolbarFixed: {\n groups: [\n toolbarAddDropdownGroupWithItems([\n {\n ChildComponent: HorizontalRuleIcon,\n isActive: ({ selection }) => {\n if (!$isNodeSelection(selection) || !selection.getNodes().length) {\n return false\n }\n\n const firstNode = selection.getNodes()[0]\n return $isHorizontalRuleNode(firstNode)\n },\n key: 'horizontalRule',\n label: ({ i18n }) => {\n return i18n.t('lexical:horizontalRule:label')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INSERT_HORIZONTAL_RULE_COMMAND, undefined)\n },\n },\n ]),\n ],\n },\n})\n"],"names":["$isNodeSelection","HorizontalRuleIcon","createClientFeature","slashMenuBasicGroupWithItems","toolbarAddDropdownGroupWithItems","MarkdownTransformer","$isHorizontalRuleNode","HorizontalRuleNode","INSERT_HORIZONTAL_RULE_COMMAND","HorizontalRulePlugin","HorizontalRuleFeatureClient","markdownTransformers","nodes","plugins","Component","position","slashMenu","groups","Icon","key","keywords","label","i18n","t","onSelect","editor","dispatchCommand","undefined","toolbarFixed","ChildComponent","isActive","selection","getNodes","length","firstNode"],"mappings":"AAAA;AAEA,SAASA,gBAAgB,QAAQ,UAAS;AAE1C,SAASC,kBAAkB,QAAQ,iDAAgD;AACnF,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,4BAA4B,QAAQ,oCAAmC;AAChF,SAASC,gCAAgC,QAAQ,wCAAuC;AACxF,SAASC,mBAAmB,QAAQ,2BAA0B;AAC9D,SACEC,qBAAqB,EACrBC,kBAAkB,EAClBC,8BAA8B,QACzB,gCAA+B;AACtC,SAASC,oBAAoB,QAAQ,oBAAmB;AAExD,OAAO,MAAMC,8BAA8BR,oBAAoB;IAC7DS,sBAAsB;QAACN;KAAoB;IAC3CO,OAAO;QAACL;KAAmB;IAC3BM,SAAS;QACP;YACEC,WAAWL;YACXM,UAAU;QACZ;KACD;IACDC,WAAW;QACTC,QAAQ;YACNd,6BAA6B;gBAC3B;oBACEe,MAAMjB;oBACNkB,KAAK;oBACLC,UAAU;wBAAC;wBAAM;wBAAmB;wBAAQ;qBAAY;oBACxDC,OAAO,CAAC,EAAEC,IAAI,EAAE;wBACd,OAAOA,KAAKC,CAAC,CAAC;oBAChB;oBAEAC,UAAU,CAAC,EAAEC,MAAM,EAAE;wBACnBA,OAAOC,eAAe,CAAClB,gCAAgCmB;oBACzD;gBACF;aACD;SACF;IACH;IACAC,cAAc;QACZX,QAAQ;YACNb,iCAAiC;gBAC/B;oBACEyB,gBAAgB5B;oBAChB6B,UAAU,CAAC,EAAEC,SAAS,EAAE;wBACtB,IAAI,CAAC/B,iBAAiB+B,cAAc,CAACA,UAAUC,QAAQ,GAAGC,MAAM,EAAE;4BAChE,OAAO;wBACT;wBAEA,MAAMC,YAAYH,UAAUC,QAAQ,EAAE,CAAC,EAAE;wBACzC,OAAO1B,sBAAsB4B;oBAC/B;oBACAf,KAAK;oBACLE,OAAO,CAAC,EAAEC,IAAI,EAAE;wBACd,OAAOA,KAAKC,CAAC,CAAC;oBAChB;oBACAC,UAAU,CAAC,EAAEC,MAAM,EAAE;wBACnBA,OAAOC,eAAe,CAAClB,gCAAgCmB;oBACzD;gBACF;aACD;SACF;IACH;AACF,GAAE"}
@@ -0,0 +1,2 @@
1
+ export declare const HorizontalRuleFeature: import("../typesServer.js").FeatureProviderProviderServer<undefined, undefined, undefined>;
2
+ //# sourceMappingURL=feature.server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.server.d.ts","sourceRoot":"","sources":["../../../src/features/horizontalRule/feature.server.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,qBAAqB,4FAoBhC,CAAA"}
@@ -0,0 +1,34 @@
1
+ // eslint-disable-next-line payload/no-imports-from-exports-dir
2
+ import { HorizontalRuleFeatureClient } from '../../exports/client/index.js';
3
+ import { createServerFeature } from '../../utilities/createServerFeature.js';
4
+ import { createNode } from '../typeUtilities.js';
5
+ import { i18n } from './i18n.js';
6
+ import { MarkdownTransformer } from './markdownTransformer.js';
7
+ import { HorizontalRuleNode } from './nodes/HorizontalRuleNode.js';
8
+ export const HorizontalRuleFeature = createServerFeature({
9
+ feature: {
10
+ ClientFeature: HorizontalRuleFeatureClient,
11
+ i18n,
12
+ markdownTransformers: [
13
+ MarkdownTransformer
14
+ ],
15
+ nodes: [
16
+ createNode({
17
+ converters: {
18
+ html: {
19
+ converter: ()=>{
20
+ return `<hr/>`;
21
+ },
22
+ nodeTypes: [
23
+ HorizontalRuleNode.getType()
24
+ ]
25
+ }
26
+ },
27
+ node: HorizontalRuleNode
28
+ })
29
+ ]
30
+ },
31
+ key: 'horizontalRule'
32
+ });
33
+
34
+ //# sourceMappingURL=feature.server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/features/horizontalRule/feature.server.ts"],"sourcesContent":["// eslint-disable-next-line payload/no-imports-from-exports-dir\nimport { HorizontalRuleFeatureClient } from '../../exports/client/index.js'\nimport { createServerFeature } from '../../utilities/createServerFeature.js'\nimport { createNode } from '../typeUtilities.js'\nimport { i18n } from './i18n.js'\nimport { MarkdownTransformer } from './markdownTransformer.js'\nimport { HorizontalRuleNode } from './nodes/HorizontalRuleNode.js'\n\nexport const HorizontalRuleFeature = createServerFeature({\n feature: {\n ClientFeature: HorizontalRuleFeatureClient,\n i18n,\n markdownTransformers: [MarkdownTransformer],\n nodes: [\n createNode({\n converters: {\n html: {\n converter: () => {\n return `<hr/>`\n },\n nodeTypes: [HorizontalRuleNode.getType()],\n },\n },\n node: HorizontalRuleNode,\n }),\n ],\n },\n key: 'horizontalRule',\n})\n"],"names":["HorizontalRuleFeatureClient","createServerFeature","createNode","i18n","MarkdownTransformer","HorizontalRuleNode","HorizontalRuleFeature","feature","ClientFeature","markdownTransformers","nodes","converters","html","converter","nodeTypes","getType","node","key"],"mappings":"AAAA,+DAA+D;AAC/D,SAASA,2BAA2B,QAAQ,gCAA+B;AAC3E,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,UAAU,QAAQ,sBAAqB;AAChD,SAASC,IAAI,QAAQ,YAAW;AAChC,SAASC,mBAAmB,QAAQ,2BAA0B;AAC9D,SAASC,kBAAkB,QAAQ,gCAA+B;AAElE,OAAO,MAAMC,wBAAwBL,oBAAoB;IACvDM,SAAS;QACPC,eAAeR;QACfG;QACAM,sBAAsB;YAACL;SAAoB;QAC3CM,OAAO;YACLR,WAAW;gBACTS,YAAY;oBACVC,MAAM;wBACJC,WAAW;4BACT,OAAO,CAAC,KAAK,CAAC;wBAChB;wBACAC,WAAW;4BAACT,mBAAmBU,OAAO;yBAAG;oBAC3C;gBACF;gBACAC,MAAMX;YACR;SACD;IACH;IACAY,KAAK;AACP,GAAE"}
@@ -0,0 +1,3 @@
1
+ import type { GenericLanguages } from '@payloadcms/translations';
2
+ export declare const i18n: Partial<GenericLanguages>;
3
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/features/horizontalRule/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAiG1C,CAAA"}
@@ -0,0 +1,100 @@
1
+ export const i18n = {
2
+ ar: {
3
+ label: 'القاعدة الأفقية'
4
+ },
5
+ az: {
6
+ label: 'Üfüqi Xətt'
7
+ },
8
+ bg: {
9
+ label: 'Хоризонтална линия'
10
+ },
11
+ cs: {
12
+ label: 'Vodorovný pravítko'
13
+ },
14
+ de: {
15
+ label: 'Trennlinie'
16
+ },
17
+ en: {
18
+ label: 'Horizontal Rule'
19
+ },
20
+ es: {
21
+ label: 'Regla Horizontal'
22
+ },
23
+ fa: {
24
+ label: 'قاعده افقی'
25
+ },
26
+ fr: {
27
+ label: 'Règle horizontale'
28
+ },
29
+ he: {
30
+ label: 'קו אופקי'
31
+ },
32
+ hr: {
33
+ label: 'Vodoravna linija'
34
+ },
35
+ hu: {
36
+ label: 'Vízszintes vonal'
37
+ },
38
+ it: {
39
+ label: 'Regola Orizzontale'
40
+ },
41
+ ja: {
42
+ label: '水平線'
43
+ },
44
+ ko: {
45
+ label: '수평 규칙'
46
+ },
47
+ my: {
48
+ label: 'Peraturan Mendatar'
49
+ },
50
+ nb: {
51
+ label: 'Horisontal Regel'
52
+ },
53
+ nl: {
54
+ label: 'Horizontale Regel'
55
+ },
56
+ pl: {
57
+ label: 'Pozioma Linia'
58
+ },
59
+ pt: {
60
+ label: 'Regra Horizontal'
61
+ },
62
+ ro: {
63
+ label: 'Linie orizontală'
64
+ },
65
+ rs: {
66
+ label: 'Horizontalna linija'
67
+ },
68
+ 'rs-latin': {
69
+ label: 'Horizontalna linija'
70
+ },
71
+ ru: {
72
+ label: 'Горизонтальная линия'
73
+ },
74
+ sk: {
75
+ label: 'Vodorovná čiara'
76
+ },
77
+ sv: {
78
+ label: 'Horisontell linje'
79
+ },
80
+ th: {
81
+ label: 'กฎขีดตรง'
82
+ },
83
+ tr: {
84
+ label: 'Yatay Çizgi'
85
+ },
86
+ uk: {
87
+ label: 'Горизонтальна лінія'
88
+ },
89
+ vi: {
90
+ label: 'Quy tắc ngang'
91
+ },
92
+ zh: {
93
+ label: '水平线'
94
+ },
95
+ 'zh-TW': {
96
+ label: '水平線'
97
+ }
98
+ };
99
+
100
+ //# sourceMappingURL=i18n.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/features/horizontalRule/i18n.ts"],"sourcesContent":["import type { GenericLanguages } from '@payloadcms/translations'\n\nexport const i18n: Partial<GenericLanguages> = {\n ar: {\n label: 'القاعدة الأفقية',\n },\n az: {\n label: 'Üfüqi Xətt',\n },\n bg: {\n label: 'Хоризонтална линия',\n },\n cs: {\n label: 'Vodorovný pravítko',\n },\n de: {\n label: 'Trennlinie',\n },\n en: {\n label: 'Horizontal Rule',\n },\n es: {\n label: 'Regla Horizontal',\n },\n fa: {\n label: 'قاعده افقی',\n },\n fr: {\n label: 'Règle horizontale',\n },\n he: {\n label: 'קו אופקי',\n },\n hr: {\n label: 'Vodoravna linija',\n },\n hu: {\n label: 'Vízszintes vonal',\n },\n it: {\n label: 'Regola Orizzontale',\n },\n ja: {\n label: '水平線',\n },\n ko: {\n label: '수평 규칙',\n },\n my: {\n label: 'Peraturan Mendatar',\n },\n nb: {\n label: 'Horisontal Regel',\n },\n nl: {\n label: 'Horizontale Regel',\n },\n pl: {\n label: 'Pozioma Linia',\n },\n pt: {\n label: 'Regra Horizontal',\n },\n ro: {\n label: 'Linie orizontală',\n },\n rs: {\n label: 'Horizontalna linija',\n },\n 'rs-latin': {\n label: 'Horizontalna linija',\n },\n ru: {\n label: 'Горизонтальная линия',\n },\n sk: {\n label: 'Vodorovná čiara',\n },\n sv: {\n label: 'Horisontell linje',\n },\n th: {\n label: 'กฎขีดตรง',\n },\n tr: {\n label: 'Yatay Çizgi',\n },\n uk: {\n label: 'Горизонтальна лінія',\n },\n vi: {\n label: 'Quy tắc ngang',\n },\n zh: {\n label: '水平线',\n },\n 'zh-TW': {\n label: '水平線',\n },\n}\n"],"names":["i18n","ar","label","az","bg","cs","de","en","es","fa","fr","he","hr","hu","it","ja","ko","my","nb","nl","pl","pt","ro","rs","ru","sk","sv","th","tr","uk","vi","zh"],"mappings":"AAEA,OAAO,MAAMA,OAAkC;IAC7CC,IAAI;QACFC,OAAO;IACT;IACAC,IAAI;QACFD,OAAO;IACT;IACAE,IAAI;QACFF,OAAO;IACT;IACAG,IAAI;QACFH,OAAO;IACT;IACAI,IAAI;QACFJ,OAAO;IACT;IACAK,IAAI;QACFL,OAAO;IACT;IACAM,IAAI;QACFN,OAAO;IACT;IACAO,IAAI;QACFP,OAAO;IACT;IACAQ,IAAI;QACFR,OAAO;IACT;IACAS,IAAI;QACFT,OAAO;IACT;IACAU,IAAI;QACFV,OAAO;IACT;IACAW,IAAI;QACFX,OAAO;IACT;IACAY,IAAI;QACFZ,OAAO;IACT;IACAa,IAAI;QACFb,OAAO;IACT;IACAc,IAAI;QACFd,OAAO;IACT;IACAe,IAAI;QACFf,OAAO;IACT;IACAgB,IAAI;QACFhB,OAAO;IACT;IACAiB,IAAI;QACFjB,OAAO;IACT;IACAkB,IAAI;QACFlB,OAAO;IACT;IACAmB,IAAI;QACFnB,OAAO;IACT;IACAoB,IAAI;QACFpB,OAAO;IACT;IACAqB,IAAI;QACFrB,OAAO;IACT;IACA,YAAY;QACVA,OAAO;IACT;IACAsB,IAAI;QACFtB,OAAO;IACT;IACAuB,IAAI;QACFvB,OAAO;IACT;IACAwB,IAAI;QACFxB,OAAO;IACT;IACAyB,IAAI;QACFzB,OAAO;IACT;IACA0B,IAAI;QACF1B,OAAO;IACT;IACA2B,IAAI;QACF3B,OAAO;IACT;IACA4B,IAAI;QACF5B,OAAO;IACT;IACA6B,IAAI;QACF7B,OAAO;IACT;IACA,SAAS;QACPA,OAAO;IACT;AACF,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { ElementTransformer } from '@lexical/markdown';
2
+ export declare const MarkdownTransformer: ElementTransformer;
3
+ //# sourceMappingURL=markdownTransformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markdownTransformer.d.ts","sourceRoot":"","sources":["../../../src/features/horizontalRule/markdownTransformer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAQ3D,eAAO,MAAM,mBAAmB,EAAE,kBAiBjC,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { $createHorizontalRuleNode, $isHorizontalRuleNode, HorizontalRuleNode } from './nodes/HorizontalRuleNode.js';
2
+ export const MarkdownTransformer = {
3
+ type: 'element',
4
+ dependencies: [
5
+ HorizontalRuleNode
6
+ ],
7
+ export: (node, exportChildren)=>{
8
+ if (!$isHorizontalRuleNode(node)) {
9
+ return null;
10
+ }
11
+ return '---';
12
+ },
13
+ // match ---
14
+ regExp: /^---\s*$/,
15
+ replace: (parentNode)=>{
16
+ const node = $createHorizontalRuleNode();
17
+ if (node) {
18
+ parentNode.replace(node);
19
+ }
20
+ }
21
+ };
22
+
23
+ //# sourceMappingURL=markdownTransformer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/features/horizontalRule/markdownTransformer.ts"],"sourcesContent":["import type { ElementTransformer } from '@lexical/markdown'\n\nimport {\n $createHorizontalRuleNode,\n $isHorizontalRuleNode,\n HorizontalRuleNode,\n} from './nodes/HorizontalRuleNode.js'\n\nexport const MarkdownTransformer: ElementTransformer = {\n type: 'element',\n dependencies: [HorizontalRuleNode],\n export: (node, exportChildren) => {\n if (!$isHorizontalRuleNode(node)) {\n return null\n }\n return '---'\n },\n // match ---\n regExp: /^---\\s*$/,\n replace: (parentNode) => {\n const node = $createHorizontalRuleNode()\n if (node) {\n parentNode.replace(node)\n }\n },\n}\n"],"names":["$createHorizontalRuleNode","$isHorizontalRuleNode","HorizontalRuleNode","MarkdownTransformer","type","dependencies","export","node","exportChildren","regExp","replace","parentNode"],"mappings":"AAEA,SACEA,yBAAyB,EACzBC,qBAAqB,EACrBC,kBAAkB,QACb,gCAA+B;AAEtC,OAAO,MAAMC,sBAA0C;IACrDC,MAAM;IACNC,cAAc;QAACH;KAAmB;IAClCI,QAAQ,CAACC,MAAMC;QACb,IAAI,CAACP,sBAAsBM,OAAO;YAChC,OAAO;QACT;QACA,OAAO;IACT;IACA,YAAY;IACZE,QAAQ;IACRC,SAAS,CAACC;QACR,MAAMJ,OAAOP;QACb,IAAIO,MAAM;YACRI,WAAWD,OAAO,CAACH;QACrB;IACF;AACF,EAAC"}
@@ -0,0 +1,56 @@
1
+ import type { DOMConversionMap, DOMExportOutput, EditorConfig, LexicalCommand, LexicalNode, SerializedLexicalNode, Spread } from 'lexical';
2
+ import { DecoratorNode } from 'lexical';
3
+ import * as React from 'react';
4
+ /**
5
+ * Serialized representation of a horizontal rule node. Serialized = converted to JSON. This is what is stored in the database / in the lexical editor state.
6
+ */
7
+ export type SerializedHorizontalRuleNode = Spread<{
8
+ children?: never;
9
+ type: 'horizontalrule';
10
+ }, SerializedLexicalNode>;
11
+ export declare const INSERT_HORIZONTAL_RULE_COMMAND: LexicalCommand<void>;
12
+ /**
13
+ * This node is a DecoratorNode. DecoratorNodes allow you to render React components in the editor.
14
+ *
15
+ * They need both createDom and decorate functions. createDom => outside of the html. decorate => React Component inside of the html.
16
+ *
17
+ * If we used DecoratorBlockNode instead, we would only need a decorate method
18
+ */
19
+ export declare class HorizontalRuleNode extends DecoratorNode<React.ReactElement> {
20
+ static clone(node: HorizontalRuleNode): HorizontalRuleNode;
21
+ static getType(): string;
22
+ /**
23
+ * Defines what happens if you copy an hr element from another page and paste it into the lexical editor
24
+ *
25
+ * This also determines the behavior of lexical's internal HTML -> Lexical converter
26
+ */
27
+ static importDOM(): DOMConversionMap | null;
28
+ /**
29
+ * The data for this node is stored serialized as JSON. This is the "load function" of that node: it takes the saved data and converts it into a node.
30
+ */
31
+ static importJSON(serializedNode: SerializedHorizontalRuleNode): HorizontalRuleNode;
32
+ /**
33
+ * Determines how the hr element is rendered in the lexical editor. This is only the "initial" / "outer" HTML element.
34
+ */
35
+ createDOM(config: EditorConfig): HTMLElement;
36
+ /**
37
+ * Allows you to render a React component within whatever createDOM returns.
38
+ */
39
+ decorate(): React.ReactElement;
40
+ /**
41
+ * Opposite of importDOM, this function defines what happens when you copy an hr element from the lexical editor and paste it into another page.
42
+ *
43
+ * This also determines the behavior of lexical's internal Lexical -> HTML converter
44
+ */
45
+ exportDOM(): DOMExportOutput;
46
+ /**
47
+ * Opposite of importJSON. This determines what data is saved in the database / in the lexical editor state.
48
+ */
49
+ exportJSON(): SerializedLexicalNode;
50
+ getTextContent(): string;
51
+ isInline(): false;
52
+ updateDOM(): boolean;
53
+ }
54
+ export declare function $createHorizontalRuleNode(): HorizontalRuleNode;
55
+ export declare function $isHorizontalRuleNode(node: LexicalNode | null | undefined): node is HorizontalRuleNode;
56
+ //# sourceMappingURL=HorizontalRuleNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HorizontalRuleNode.d.ts","sourceRoot":"","sources":["../../../../src/features/horizontalRule/nodes/HorizontalRuleNode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAEhB,eAAe,EACf,YAAY,EACZ,cAAc,EACd,WAAW,EACX,qBAAqB,EACrB,MAAM,EACP,MAAM,SAAS,CAAA;AAGhB,OAAO,EAAyB,aAAa,EAAiB,MAAM,SAAS,CAAA;AAC7E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAC/C;IACE,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,IAAI,EAAE,gBAAgB,CAAA;CACvB,EACD,qBAAqB,CACtB,CAAA;AAED,eAAO,MAAM,8BAA8B,EAAE,cAAc,CAAC,IAAI,CAE/D,CAAA;AAED;;;;;;GAMG;AACH,qBAAa,kBAAmB,SAAQ,aAAa,CAAC,KAAK,CAAC,YAAY,CAAC;IACvE,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,kBAAkB,GAAG,kBAAkB;IAI1D,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB;;;;OAIG;IACH,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAS3C;;OAEG;IACH,MAAM,CAAC,UAAU,CAAC,cAAc,EAAE,4BAA4B,GAAG,kBAAkB;IAInF;;OAEG;IACH,SAAS,CAAC,MAAM,EAAE,YAAY,GAAG,WAAW;IAM5C;;OAEG;IACH,QAAQ,IAAI,KAAK,CAAC,YAAY;IAI9B;;;;OAIG;IACH,SAAS,IAAI,eAAe;IAG5B;;OAEG;IACH,UAAU,IAAI,qBAAqB;IAOnC,cAAc,IAAI,MAAM;IAIxB,QAAQ,IAAI,KAAK;IAIjB,SAAS,IAAI,OAAO;CAGrB;AAMD,wBAAgB,yBAAyB,IAAI,kBAAkB,CAE9D;AAED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,GACnC,IAAI,IAAI,kBAAkB,CAE5B"}
@@ -0,0 +1,92 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { addClassNamesToElement } from '@lexical/utils';
3
+ import { $applyNodeReplacement, DecoratorNode, createCommand } from 'lexical';
4
+ import * as React from 'react';
5
+ const HorizontalRuleComponent = /*#__PURE__*/ React.lazy(()=>import('../component/index.js').then((module)=>({
6
+ default: module.HorizontalRuleComponent
7
+ })));
8
+ export const INSERT_HORIZONTAL_RULE_COMMAND = createCommand('INSERT_HORIZONTAL_RULE_COMMAND');
9
+ /**
10
+ * This node is a DecoratorNode. DecoratorNodes allow you to render React components in the editor.
11
+ *
12
+ * They need both createDom and decorate functions. createDom => outside of the html. decorate => React Component inside of the html.
13
+ *
14
+ * If we used DecoratorBlockNode instead, we would only need a decorate method
15
+ */ export class HorizontalRuleNode extends DecoratorNode {
16
+ static clone(node) {
17
+ return new HorizontalRuleNode(node.__key);
18
+ }
19
+ static getType() {
20
+ return 'horizontalrule';
21
+ }
22
+ /**
23
+ * Defines what happens if you copy an hr element from another page and paste it into the lexical editor
24
+ *
25
+ * This also determines the behavior of lexical's internal HTML -> Lexical converter
26
+ */ static importDOM() {
27
+ return {
28
+ hr: ()=>({
29
+ conversion: $convertHorizontalRuleElement,
30
+ priority: 0
31
+ })
32
+ };
33
+ }
34
+ /**
35
+ * The data for this node is stored serialized as JSON. This is the "load function" of that node: it takes the saved data and converts it into a node.
36
+ */ static importJSON(serializedNode) {
37
+ return $createHorizontalRuleNode();
38
+ }
39
+ /**
40
+ * Determines how the hr element is rendered in the lexical editor. This is only the "initial" / "outer" HTML element.
41
+ */ createDOM(config) {
42
+ const element = document.createElement('hr');
43
+ addClassNamesToElement(element, config.theme.hr);
44
+ return element;
45
+ }
46
+ /**
47
+ * Allows you to render a React component within whatever createDOM returns.
48
+ */ decorate() {
49
+ return /*#__PURE__*/ _jsx(HorizontalRuleComponent, {
50
+ nodeKey: this.__key
51
+ });
52
+ }
53
+ /**
54
+ * Opposite of importDOM, this function defines what happens when you copy an hr element from the lexical editor and paste it into another page.
55
+ *
56
+ * This also determines the behavior of lexical's internal Lexical -> HTML converter
57
+ */ exportDOM() {
58
+ return {
59
+ element: document.createElement('hr')
60
+ };
61
+ }
62
+ /**
63
+ * Opposite of importJSON. This determines what data is saved in the database / in the lexical editor state.
64
+ */ exportJSON() {
65
+ return {
66
+ type: 'horizontalrule',
67
+ version: 1
68
+ };
69
+ }
70
+ getTextContent() {
71
+ return '\n';
72
+ }
73
+ isInline() {
74
+ return false;
75
+ }
76
+ updateDOM() {
77
+ return false;
78
+ }
79
+ }
80
+ function $convertHorizontalRuleElement() {
81
+ return {
82
+ node: $createHorizontalRuleNode()
83
+ };
84
+ }
85
+ export function $createHorizontalRuleNode() {
86
+ return $applyNodeReplacement(new HorizontalRuleNode());
87
+ }
88
+ export function $isHorizontalRuleNode(node) {
89
+ return node instanceof HorizontalRuleNode;
90
+ }
91
+
92
+ //# sourceMappingURL=HorizontalRuleNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/features/horizontalRule/nodes/HorizontalRuleNode.tsx"],"sourcesContent":["import type {\n DOMConversionMap,\n DOMConversionOutput,\n DOMExportOutput,\n EditorConfig,\n LexicalCommand,\n LexicalNode,\n SerializedLexicalNode,\n Spread,\n} from 'lexical'\n\nimport { addClassNamesToElement } from '@lexical/utils'\nimport { $applyNodeReplacement, DecoratorNode, createCommand } from 'lexical'\nimport * as React from 'react'\n\nconst HorizontalRuleComponent = React.lazy(() =>\n import('../component/index.js').then((module) => ({\n default: module.HorizontalRuleComponent,\n })),\n)\n\n/**\n * Serialized representation of a horizontal rule node. Serialized = converted to JSON. This is what is stored in the database / in the lexical editor state.\n */\nexport type SerializedHorizontalRuleNode = Spread<\n {\n children?: never // required so that our typed editor state doesn't automatically add children\n type: 'horizontalrule'\n },\n SerializedLexicalNode\n>\n\nexport const INSERT_HORIZONTAL_RULE_COMMAND: LexicalCommand<void> = createCommand(\n 'INSERT_HORIZONTAL_RULE_COMMAND',\n)\n\n/**\n * This node is a DecoratorNode. DecoratorNodes allow you to render React components in the editor.\n *\n * They need both createDom and decorate functions. createDom => outside of the html. decorate => React Component inside of the html.\n *\n * If we used DecoratorBlockNode instead, we would only need a decorate method\n */\nexport class HorizontalRuleNode extends DecoratorNode<React.ReactElement> {\n static clone(node: HorizontalRuleNode): HorizontalRuleNode {\n return new HorizontalRuleNode(node.__key)\n }\n\n static getType(): string {\n return 'horizontalrule'\n }\n\n /**\n * Defines what happens if you copy an hr element from another page and paste it into the lexical editor\n *\n * This also determines the behavior of lexical's internal HTML -> Lexical converter\n */\n static importDOM(): DOMConversionMap | null {\n return {\n hr: () => ({\n conversion: $convertHorizontalRuleElement,\n priority: 0,\n }),\n }\n }\n\n /**\n * The data for this node is stored serialized as JSON. This is the \"load function\" of that node: it takes the saved data and converts it into a node.\n */\n static importJSON(serializedNode: SerializedHorizontalRuleNode): HorizontalRuleNode {\n return $createHorizontalRuleNode()\n }\n\n /**\n * Determines how the hr element is rendered in the lexical editor. This is only the \"initial\" / \"outer\" HTML element.\n */\n createDOM(config: EditorConfig): HTMLElement {\n const element = document.createElement('hr')\n addClassNamesToElement(element, config.theme.hr)\n return element\n }\n\n /**\n * Allows you to render a React component within whatever createDOM returns.\n */\n decorate(): React.ReactElement {\n return <HorizontalRuleComponent nodeKey={this.__key} />\n }\n\n /**\n * Opposite of importDOM, this function defines what happens when you copy an hr element from the lexical editor and paste it into another page.\n *\n * This also determines the behavior of lexical's internal Lexical -> HTML converter\n */\n exportDOM(): DOMExportOutput {\n return { element: document.createElement('hr') }\n }\n /**\n * Opposite of importJSON. This determines what data is saved in the database / in the lexical editor state.\n */\n exportJSON(): SerializedLexicalNode {\n return {\n type: 'horizontalrule',\n version: 1,\n }\n }\n\n getTextContent(): string {\n return '\\n'\n }\n\n isInline(): false {\n return false\n }\n\n updateDOM(): boolean {\n return false\n }\n}\n\nfunction $convertHorizontalRuleElement(): DOMConversionOutput {\n return { node: $createHorizontalRuleNode() }\n}\n\nexport function $createHorizontalRuleNode(): HorizontalRuleNode {\n return $applyNodeReplacement(new HorizontalRuleNode())\n}\n\nexport function $isHorizontalRuleNode(\n node: LexicalNode | null | undefined,\n): node is HorizontalRuleNode {\n return node instanceof HorizontalRuleNode\n}\n"],"names":["addClassNamesToElement","$applyNodeReplacement","DecoratorNode","createCommand","React","HorizontalRuleComponent","lazy","then","module","default","INSERT_HORIZONTAL_RULE_COMMAND","HorizontalRuleNode","clone","node","__key","getType","importDOM","hr","conversion","$convertHorizontalRuleElement","priority","importJSON","serializedNode","$createHorizontalRuleNode","createDOM","config","element","document","createElement","theme","decorate","nodeKey","exportDOM","exportJSON","type","version","getTextContent","isInline","updateDOM","$isHorizontalRuleNode"],"mappings":";AAWA,SAASA,sBAAsB,QAAQ,iBAAgB;AACvD,SAASC,qBAAqB,EAAEC,aAAa,EAAEC,aAAa,QAAQ,UAAS;AAC7E,YAAYC,WAAW,QAAO;AAE9B,MAAMC,wCAA0BD,MAAME,IAAI,CAAC,IACzC,MAAM,CAAC,yBAAyBC,IAAI,CAAC,CAACC,SAAY,CAAA;YAChDC,SAASD,OAAOH,uBAAuB;QACzC,CAAA;AAcF,OAAO,MAAMK,iCAAuDP,cAClE,kCACD;AAED;;;;;;CAMC,GACD,OAAO,MAAMQ,2BAA2BT;IACtC,OAAOU,MAAMC,IAAwB,EAAsB;QACzD,OAAO,IAAIF,mBAAmBE,KAAKC,KAAK;IAC1C;IAEA,OAAOC,UAAkB;QACvB,OAAO;IACT;IAEA;;;;GAIC,GACD,OAAOC,YAAqC;QAC1C,OAAO;YACLC,IAAI,IAAO,CAAA;oBACTC,YAAYC;oBACZC,UAAU;gBACZ,CAAA;QACF;IACF;IAEA;;GAEC,GACD,OAAOC,WAAWC,cAA4C,EAAsB;QAClF,OAAOC;IACT;IAEA;;GAEC,GACDC,UAAUC,MAAoB,EAAe;QAC3C,MAAMC,UAAUC,SAASC,aAAa,CAAC;QACvC5B,uBAAuB0B,SAASD,OAAOI,KAAK,CAACZ,EAAE;QAC/C,OAAOS;IACT;IAEA;;GAEC,GACDI,WAA+B;QAC7B,qBAAO,KAACzB;YAAwB0B,SAAS,IAAI,CAACjB,KAAK;;IACrD;IAEA;;;;GAIC,GACDkB,YAA6B;QAC3B,OAAO;YAAEN,SAASC,SAASC,aAAa,CAAC;QAAM;IACjD;IACA;;GAEC,GACDK,aAAoC;QAClC,OAAO;YACLC,MAAM;YACNC,SAAS;QACX;IACF;IAEAC,iBAAyB;QACvB,OAAO;IACT;IAEAC,WAAkB;QAChB,OAAO;IACT;IAEAC,YAAqB;QACnB,OAAO;IACT;AACF;AAEA,SAASnB;IACP,OAAO;QAAEN,MAAMU;IAA4B;AAC7C;AAEA,OAAO,SAASA;IACd,OAAOtB,sBAAsB,IAAIU;AACnC;AAEA,OAAO,SAAS4B,sBACd1B,IAAoC;IAEpC,OAAOA,gBAAgBF;AACzB"}
@@ -0,0 +1,7 @@
1
+ import type { PluginComponent } from '../../typesClient.js';
2
+ import './index.scss';
3
+ /**
4
+ * Registers the INSERT_HORIZONTAL_RULE_COMMAND lexical command and defines the behavior for when it is called.
5
+ */
6
+ export declare const HorizontalRulePlugin: PluginComponent<undefined>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/horizontalRule/plugin/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAM3D,OAAO,cAAc,CAAA;AAErB;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,SAAS,CA2B3D,CAAA"}
@@ -0,0 +1,30 @@
1
+ 'use client';
2
+ import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js';
3
+ import { $insertNodeToNearestRoot } from '@lexical/utils';
4
+ import { $getSelection, $isRangeSelection, COMMAND_PRIORITY_EDITOR } from 'lexical';
5
+ import { useEffect } from 'react';
6
+ import { $createHorizontalRuleNode, INSERT_HORIZONTAL_RULE_COMMAND } from '../nodes/HorizontalRuleNode.js';
7
+ /**
8
+ * Registers the INSERT_HORIZONTAL_RULE_COMMAND lexical command and defines the behavior for when it is called.
9
+ */ export const HorizontalRulePlugin = ()=>{
10
+ const [editor] = useLexicalComposerContext();
11
+ useEffect(()=>{
12
+ return editor.registerCommand(INSERT_HORIZONTAL_RULE_COMMAND, (type)=>{
13
+ const selection = $getSelection();
14
+ if (!$isRangeSelection(selection)) {
15
+ return false;
16
+ }
17
+ const focusNode = selection.focus.getNode();
18
+ if (focusNode !== null) {
19
+ const horizontalRuleNode = $createHorizontalRuleNode();
20
+ $insertNodeToNearestRoot(horizontalRuleNode);
21
+ }
22
+ return true;
23
+ }, COMMAND_PRIORITY_EDITOR);
24
+ }, [
25
+ editor
26
+ ]);
27
+ return null;
28
+ };
29
+
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/features/horizontalRule/plugin/index.tsx"],"sourcesContent":["'use client'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext.js'\nimport { $insertNodeToNearestRoot } from '@lexical/utils'\nimport { $getSelection, $isRangeSelection, COMMAND_PRIORITY_EDITOR } from 'lexical'\nimport { useEffect } from 'react'\n\nimport type { PluginComponent } from '../../typesClient.js'\n\nimport {\n $createHorizontalRuleNode,\n INSERT_HORIZONTAL_RULE_COMMAND,\n} from '../nodes/HorizontalRuleNode.js'\nimport './index.scss'\n\n/**\n * Registers the INSERT_HORIZONTAL_RULE_COMMAND lexical command and defines the behavior for when it is called.\n */\nexport const HorizontalRulePlugin: PluginComponent<undefined> = () => {\n const [editor] = useLexicalComposerContext()\n\n useEffect(() => {\n return editor.registerCommand(\n INSERT_HORIZONTAL_RULE_COMMAND,\n (type) => {\n const selection = $getSelection()\n\n if (!$isRangeSelection(selection)) {\n return false\n }\n\n const focusNode = selection.focus.getNode()\n\n if (focusNode !== null) {\n const horizontalRuleNode = $createHorizontalRuleNode()\n $insertNodeToNearestRoot(horizontalRuleNode)\n }\n\n return true\n },\n COMMAND_PRIORITY_EDITOR,\n )\n }, [editor])\n\n return null\n}\n"],"names":["useLexicalComposerContext","$insertNodeToNearestRoot","$getSelection","$isRangeSelection","COMMAND_PRIORITY_EDITOR","useEffect","$createHorizontalRuleNode","INSERT_HORIZONTAL_RULE_COMMAND","HorizontalRulePlugin","editor","registerCommand","type","selection","focusNode","focus","getNode","horizontalRuleNode"],"mappings":"AAAA;AAEA,SAASA,yBAAyB,QAAQ,2CAA0C;AACpF,SAASC,wBAAwB,QAAQ,iBAAgB;AACzD,SAASC,aAAa,EAAEC,iBAAiB,EAAEC,uBAAuB,QAAQ,UAAS;AACnF,SAASC,SAAS,QAAQ,QAAO;AAIjC,SACEC,yBAAyB,EACzBC,8BAA8B,QACzB,iCAAgC;AAGvC;;CAEC,GACD,OAAO,MAAMC,uBAAmD;IAC9D,MAAM,CAACC,OAAO,GAAGT;IAEjBK,UAAU;QACR,OAAOI,OAAOC,eAAe,CAC3BH,gCACA,CAACI;YACC,MAAMC,YAAYV;YAElB,IAAI,CAACC,kBAAkBS,YAAY;gBACjC,OAAO;YACT;YAEA,MAAMC,YAAYD,UAAUE,KAAK,CAACC,OAAO;YAEzC,IAAIF,cAAc,MAAM;gBACtB,MAAMG,qBAAqBV;gBAC3BL,yBAAyBe;YAC3B;YAEA,OAAO;QACT,GACAZ;IAEJ,GAAG;QAACK;KAAO;IAEX,OAAO;AACT,EAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const IndentFeatureClient: import("react").FC<{
2
+ featureKey: string;
3
+ order: number;
4
+ }>;
5
+ //# sourceMappingURL=feature.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.client.d.ts","sourceRoot":"","sources":["../../../src/features/indent/feature.client.tsx"],"names":[],"mappings":"AAuDA,eAAO,MAAM,mBAAmB;;;EAO9B,CAAA"}
@@ -0,0 +1,56 @@
1
+ 'use client';
2
+ import { INDENT_CONTENT_COMMAND, OUTDENT_CONTENT_COMMAND } from 'lexical';
3
+ import { IndentDecreaseIcon } from '../../lexical/ui/icons/IndentDecrease/index.js';
4
+ import { IndentIncreaseIcon } from '../../lexical/ui/icons/IndentIncrease/index.js';
5
+ import { createClientFeature } from '../../utilities/createClientFeature.js';
6
+ import { toolbarIndentGroupWithItems } from './toolbarIndentGroup.js';
7
+ const toolbarGroups = [
8
+ toolbarIndentGroupWithItems([
9
+ {
10
+ ChildComponent: IndentDecreaseIcon,
11
+ isActive: ()=>false,
12
+ isEnabled: ({ selection })=>{
13
+ if (!selection || !selection?.getNodes()?.length) {
14
+ return false;
15
+ }
16
+ for (const node of selection.getNodes()){
17
+ // If at least one node is indented, this should be active
18
+ if ('__indent' in node && node.__indent > 0 || node.getParent() && '__indent' in node.getParent() && node.getParent().__indent > 0) {
19
+ return true;
20
+ }
21
+ }
22
+ return false;
23
+ },
24
+ key: 'indentDecrease',
25
+ label: ({ i18n })=>{
26
+ return i18n.t('lexical:indent:decreaseLabel');
27
+ },
28
+ onSelect: ({ editor })=>{
29
+ editor.dispatchCommand(OUTDENT_CONTENT_COMMAND, undefined);
30
+ },
31
+ order: 1
32
+ },
33
+ {
34
+ ChildComponent: IndentIncreaseIcon,
35
+ isActive: ()=>false,
36
+ key: 'indentIncrease',
37
+ label: ({ i18n })=>{
38
+ return i18n.t('lexical:indent:increaseLabel');
39
+ },
40
+ onSelect: ({ editor })=>{
41
+ editor.dispatchCommand(INDENT_CONTENT_COMMAND, undefined);
42
+ },
43
+ order: 2
44
+ }
45
+ ])
46
+ ];
47
+ export const IndentFeatureClient = createClientFeature({
48
+ toolbarFixed: {
49
+ groups: toolbarGroups
50
+ },
51
+ toolbarInline: {
52
+ groups: toolbarGroups
53
+ }
54
+ });
55
+
56
+ //# sourceMappingURL=feature.client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/features/indent/feature.client.tsx"],"sourcesContent":["'use client'\n\nimport { INDENT_CONTENT_COMMAND, OUTDENT_CONTENT_COMMAND } from 'lexical'\n\nimport type { ToolbarGroup } from '../toolbars/types.js'\n\nimport { IndentDecreaseIcon } from '../../lexical/ui/icons/IndentDecrease/index.js'\nimport { IndentIncreaseIcon } from '../../lexical/ui/icons/IndentIncrease/index.js'\nimport { createClientFeature } from '../../utilities/createClientFeature.js'\nimport { toolbarIndentGroupWithItems } from './toolbarIndentGroup.js'\n\nconst toolbarGroups: ToolbarGroup[] = [\n toolbarIndentGroupWithItems([\n {\n ChildComponent: IndentDecreaseIcon,\n isActive: () => false,\n isEnabled: ({ selection }) => {\n if (!selection || !selection?.getNodes()?.length) {\n return false\n }\n for (const node of selection.getNodes()) {\n // If at least one node is indented, this should be active\n if (\n ('__indent' in node && (node.__indent as number) > 0) ||\n (node.getParent() && '__indent' in node.getParent() && node.getParent().__indent > 0)\n ) {\n return true\n }\n }\n return false\n },\n key: 'indentDecrease',\n label: ({ i18n }) => {\n return i18n.t('lexical:indent:decreaseLabel')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(OUTDENT_CONTENT_COMMAND, undefined)\n },\n order: 1,\n },\n {\n ChildComponent: IndentIncreaseIcon,\n isActive: () => false,\n key: 'indentIncrease',\n label: ({ i18n }) => {\n return i18n.t('lexical:indent:increaseLabel')\n },\n onSelect: ({ editor }) => {\n editor.dispatchCommand(INDENT_CONTENT_COMMAND, undefined)\n },\n order: 2,\n },\n ]),\n]\n\nexport const IndentFeatureClient = createClientFeature({\n toolbarFixed: {\n groups: toolbarGroups,\n },\n toolbarInline: {\n groups: toolbarGroups,\n },\n})\n"],"names":["INDENT_CONTENT_COMMAND","OUTDENT_CONTENT_COMMAND","IndentDecreaseIcon","IndentIncreaseIcon","createClientFeature","toolbarIndentGroupWithItems","toolbarGroups","ChildComponent","isActive","isEnabled","selection","getNodes","length","node","__indent","getParent","key","label","i18n","t","onSelect","editor","dispatchCommand","undefined","order","IndentFeatureClient","toolbarFixed","groups","toolbarInline"],"mappings":"AAAA;AAEA,SAASA,sBAAsB,EAAEC,uBAAuB,QAAQ,UAAS;AAIzE,SAASC,kBAAkB,QAAQ,iDAAgD;AACnF,SAASC,kBAAkB,QAAQ,iDAAgD;AACnF,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,2BAA2B,QAAQ,0BAAyB;AAErE,MAAMC,gBAAgC;IACpCD,4BAA4B;QAC1B;YACEE,gBAAgBL;YAChBM,UAAU,IAAM;YAChBC,WAAW,CAAC,EAAEC,SAAS,EAAE;gBACvB,IAAI,CAACA,aAAa,CAACA,WAAWC,YAAYC,QAAQ;oBAChD,OAAO;gBACT;gBACA,KAAK,MAAMC,QAAQH,UAAUC,QAAQ,GAAI;oBACvC,0DAA0D;oBAC1D,IACE,AAAC,cAAcE,QAAQ,AAACA,KAAKC,QAAQ,GAAc,KAClDD,KAAKE,SAAS,MAAM,cAAcF,KAAKE,SAAS,MAAMF,KAAKE,SAAS,GAAGD,QAAQ,GAAG,GACnF;wBACA,OAAO;oBACT;gBACF;gBACA,OAAO;YACT;YACAE,KAAK;YACLC,OAAO,CAAC,EAAEC,IAAI,EAAE;gBACd,OAAOA,KAAKC,CAAC,CAAC;YAChB;YACAC,UAAU,CAAC,EAAEC,MAAM,EAAE;gBACnBA,OAAOC,eAAe,CAACrB,yBAAyBsB;YAClD;YACAC,OAAO;QACT;QACA;YACEjB,gBAAgBJ;YAChBK,UAAU,IAAM;YAChBQ,KAAK;YACLC,OAAO,CAAC,EAAEC,IAAI,EAAE;gBACd,OAAOA,KAAKC,CAAC,CAAC;YAChB;YACAC,UAAU,CAAC,EAAEC,MAAM,EAAE;gBACnBA,OAAOC,eAAe,CAACtB,wBAAwBuB;YACjD;YACAC,OAAO;QACT;KACD;CACF;AAED,OAAO,MAAMC,sBAAsBrB,oBAAoB;IACrDsB,cAAc;QACZC,QAAQrB;IACV;IACAsB,eAAe;QACbD,QAAQrB;IACV;AACF,GAAE"}
@@ -0,0 +1,2 @@
1
+ export declare const IndentFeature: import("../typesServer.js").FeatureProviderProviderServer<undefined, undefined, undefined>;
2
+ //# sourceMappingURL=feature.server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.server.d.ts","sourceRoot":"","sources":["../../../src/features/indent/feature.server.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa,4FAMxB,CAAA"}
@@ -0,0 +1,13 @@
1
+ // eslint-disable-next-line payload/no-imports-from-exports-dir
2
+ import { IndentFeatureClient } from '../../exports/client/index.js';
3
+ import { createServerFeature } from '../../utilities/createServerFeature.js';
4
+ import { i18n } from './i18n.js';
5
+ export const IndentFeature = createServerFeature({
6
+ feature: {
7
+ ClientFeature: IndentFeatureClient,
8
+ i18n
9
+ },
10
+ key: 'indent'
11
+ });
12
+
13
+ //# sourceMappingURL=feature.server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/features/indent/feature.server.ts"],"sourcesContent":["// eslint-disable-next-line payload/no-imports-from-exports-dir\nimport { IndentFeatureClient } from '../../exports/client/index.js'\nimport { createServerFeature } from '../../utilities/createServerFeature.js'\nimport { i18n } from './i18n.js'\n\nexport const IndentFeature = createServerFeature({\n feature: {\n ClientFeature: IndentFeatureClient,\n i18n,\n },\n key: 'indent',\n})\n"],"names":["IndentFeatureClient","createServerFeature","i18n","IndentFeature","feature","ClientFeature","key"],"mappings":"AAAA,+DAA+D;AAC/D,SAASA,mBAAmB,QAAQ,gCAA+B;AACnE,SAASC,mBAAmB,QAAQ,yCAAwC;AAC5E,SAASC,IAAI,QAAQ,YAAW;AAEhC,OAAO,MAAMC,gBAAgBF,oBAAoB;IAC/CG,SAAS;QACPC,eAAeL;QACfE;IACF;IACAI,KAAK;AACP,GAAE"}
@@ -0,0 +1,3 @@
1
+ import type { GenericLanguages } from '@payloadcms/translations';
2
+ export declare const i18n: Partial<GenericLanguages>;
3
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/features/indent/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,gBAAgB,CAiI1C,CAAA"}