@payloadcms/richtext-lexical 4.0.0-internal.e16cf59 → 4.0.0-internal.e38d3ac

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 (1059) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cell/rscEntry.d.ts +1 -1
  3. package/dist/cell/rscEntry.d.ts.map +1 -1
  4. package/dist/cell/rscEntry.js +5 -5
  5. package/dist/cell/rscEntry.js.map +1 -1
  6. package/dist/exports/client/Field-F22V5L4V.js +2 -0
  7. package/dist/exports/client/Field-F22V5L4V.js.map +7 -0
  8. package/dist/exports/client/RelationshipComponent-YCPAKOL7.js +2 -0
  9. package/dist/exports/client/RelationshipComponent-YCPAKOL7.js.map +7 -0
  10. package/dist/exports/client/bundled.css +1 -1
  11. package/dist/exports/client/chunk-43E5QYAA.js +2 -0
  12. package/dist/exports/client/chunk-43E5QYAA.js.map +7 -0
  13. package/dist/exports/client/chunk-5VIL27GI.js +2 -0
  14. package/dist/exports/client/chunk-5VIL27GI.js.map +7 -0
  15. package/dist/exports/client/chunk-ESITTE3C.js +2 -0
  16. package/dist/exports/client/chunk-ESITTE3C.js.map +7 -0
  17. package/dist/exports/client/chunk-LN6VX25I.js +2 -0
  18. package/dist/exports/client/chunk-LN6VX25I.js.map +7 -0
  19. package/dist/exports/client/{chunk-BZZVLW4U.js → chunk-RJ5MAOKZ.js} +1 -1
  20. package/dist/exports/client/chunk-RJ5MAOKZ.js.map +7 -0
  21. package/dist/exports/client/chunk-WSAPGI3Z.js +2 -0
  22. package/dist/exports/client/chunk-WSAPGI3Z.js.map +7 -0
  23. package/dist/exports/client/component-D5QLYS7W.js +2 -0
  24. package/dist/exports/client/component-D5QLYS7W.js.map +7 -0
  25. package/dist/exports/client/componentInline-H24N7GUG.js +2 -0
  26. package/dist/exports/client/index.d.ts +1 -2
  27. package/dist/exports/client/index.d.ts.map +1 -1
  28. package/dist/exports/client/index.js +23 -24
  29. package/dist/exports/client/index.js.map +4 -4
  30. package/dist/exports/react/index.d.ts +1 -1
  31. package/dist/exports/react/index.d.ts.map +1 -1
  32. package/dist/exports/react/index.js.map +1 -1
  33. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -1
  34. package/dist/features/align/client/toolbarAlignGroup.js +1 -0
  35. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -1
  36. package/dist/features/blockquote/client/index.js +2 -2
  37. package/dist/features/blockquote/client/index.js.map +1 -1
  38. package/dist/features/blockquote/server/index.d.ts +1 -4
  39. package/dist/features/blockquote/server/index.d.ts.map +1 -1
  40. package/dist/features/blockquote/server/index.js +4 -41
  41. package/dist/features/blockquote/server/index.js.map +1 -1
  42. package/dist/features/blockquote/server/schema.d.ts +8 -0
  43. package/dist/features/blockquote/server/schema.d.ts.map +1 -0
  44. package/dist/features/blockquote/server/schema.js +15 -0
  45. package/dist/features/blockquote/server/schema.js.map +1 -0
  46. package/dist/features/blocks/client/component/BlockContent.d.ts +10 -0
  47. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -1
  48. package/dist/features/blocks/client/component/BlockContent.js.map +1 -1
  49. package/dist/features/blocks/client/component/index.css +178 -0
  50. package/dist/features/blocks/client/component/index.d.ts +4 -3
  51. package/dist/features/blocks/client/component/index.d.ts.map +1 -1
  52. package/dist/features/blocks/client/component/index.js +89 -24
  53. package/dist/features/blocks/client/component/index.js.map +1 -1
  54. package/dist/features/blocks/client/componentInline/index.css +85 -0
  55. package/dist/features/blocks/client/componentInline/index.d.ts +4 -3
  56. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -1
  57. package/dist/features/blocks/client/componentInline/index.js +33 -12
  58. package/dist/features/blocks/client/componentInline/index.js.map +1 -1
  59. package/dist/features/blocks/client/getBlockImageComponent.d.ts +1 -1
  60. package/dist/features/blocks/client/index.d.ts.map +1 -1
  61. package/dist/features/blocks/client/index.js +4 -4
  62. package/dist/features/blocks/client/index.js.map +1 -1
  63. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.d.ts +1 -1
  64. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.d.ts.map +1 -1
  65. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.js +1 -1
  66. package/dist/features/blocks/client/markdown/getLexicalToMarkdown.js.map +1 -1
  67. package/dist/features/blocks/client/markdown/getMarkdownToLexical.d.ts +1 -1
  68. package/dist/features/blocks/client/markdown/getMarkdownToLexical.d.ts.map +1 -1
  69. package/dist/features/blocks/client/markdown/getMarkdownToLexical.js +5 -2
  70. package/dist/features/blocks/client/markdown/getMarkdownToLexical.js.map +1 -1
  71. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts +1 -2
  72. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts.map +1 -1
  73. package/dist/features/blocks/client/markdown/markdownTransformer.js +4 -4
  74. package/dist/features/blocks/client/markdown/markdownTransformer.js.map +1 -1
  75. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +2 -2
  76. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -1
  77. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -1
  78. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +2 -2
  79. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -1
  80. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -1
  81. package/dist/features/blocks/client/plugin/index.d.ts +1 -1
  82. package/dist/features/blocks/client/plugin/index.d.ts.map +1 -1
  83. package/dist/features/blocks/client/plugin/index.js.map +1 -1
  84. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts +1 -1
  85. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts.map +1 -1
  86. package/dist/features/blocks/premade/CodeBlock/Component/Block.js +4 -0
  87. package/dist/features/blocks/premade/CodeBlock/Component/Block.js.map +1 -1
  88. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.css +26 -0
  89. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.d.ts +1 -1
  90. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.d.ts.map +1 -1
  91. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js +4 -1
  92. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js.map +1 -1
  93. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.css +38 -0
  94. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.d.ts +1 -1
  95. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.d.ts.map +1 -1
  96. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js +7 -8
  97. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js.map +1 -1
  98. package/dist/features/blocks/premade/CodeBlock/Component/index.css +171 -0
  99. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts +1 -2
  100. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -1
  101. package/dist/features/blocks/server/graphQLPopulationPromise.js.map +1 -1
  102. package/dist/features/blocks/server/index.d.ts +1 -0
  103. package/dist/features/blocks/server/index.d.ts.map +1 -1
  104. package/dist/features/blocks/server/index.js +26 -74
  105. package/dist/features/blocks/server/index.js.map +1 -1
  106. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts +1 -1
  107. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts.map +1 -1
  108. package/dist/features/blocks/server/markdown/markdownTransformer.js +4 -4
  109. package/dist/features/blocks/server/markdown/markdownTransformer.js.map +1 -1
  110. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +1 -18
  111. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -1
  112. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -1
  113. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +2 -10
  114. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -1
  115. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -1
  116. package/dist/features/blocks/server/schema.d.ts +45 -0
  117. package/dist/features/blocks/server/schema.d.ts.map +1 -0
  118. package/dist/features/blocks/server/schema.js +140 -0
  119. package/dist/features/blocks/server/schema.js.map +1 -0
  120. package/dist/features/blocks/server/validate.d.ts +1 -2
  121. package/dist/features/blocks/server/validate.d.ts.map +1 -1
  122. package/dist/features/blocks/server/validate.js.map +1 -1
  123. package/dist/features/converters/htmlToLexical/index.d.ts +1 -1
  124. package/dist/features/converters/htmlToLexical/index.d.ts.map +1 -1
  125. package/dist/features/converters/htmlToLexical/index.js.map +1 -1
  126. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts +1 -1
  127. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts.map +1 -1
  128. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.js.map +1 -1
  129. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts +1 -1
  130. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts.map +1 -1
  131. package/dist/features/converters/lexicalToHtml/async/converters/heading.js.map +1 -1
  132. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts +1 -1
  133. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts.map +1 -1
  134. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.js.map +1 -1
  135. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts +1 -1
  136. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts.map +1 -1
  137. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.js.map +1 -1
  138. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts +1 -1
  139. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts.map +1 -1
  140. package/dist/features/converters/lexicalToHtml/async/converters/link.js.map +1 -1
  141. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts +1 -1
  142. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts.map +1 -1
  143. package/dist/features/converters/lexicalToHtml/async/converters/list.js.map +1 -1
  144. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts +1 -1
  145. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts.map +1 -1
  146. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.js.map +1 -1
  147. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts +1 -1
  148. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts.map +1 -1
  149. package/dist/features/converters/lexicalToHtml/async/converters/tab.js.map +1 -1
  150. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts +1 -1
  151. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts.map +1 -1
  152. package/dist/features/converters/lexicalToHtml/async/converters/table.js +1 -1
  153. package/dist/features/converters/lexicalToHtml/async/converters/table.js.map +1 -1
  154. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts +1 -1
  155. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts.map +1 -1
  156. package/dist/features/converters/lexicalToHtml/async/converters/text.js.map +1 -1
  157. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts +1 -1
  158. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts.map +1 -1
  159. package/dist/features/converters/lexicalToHtml/async/converters/upload.js.map +1 -1
  160. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts +1 -1
  161. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts.map +1 -1
  162. package/dist/features/converters/lexicalToHtml/async/defaultConverters.js.map +1 -1
  163. package/dist/features/converters/lexicalToHtml/async/types.d.ts +15 -16
  164. package/dist/features/converters/lexicalToHtml/async/types.d.ts.map +1 -1
  165. package/dist/features/converters/lexicalToHtml/async/types.js.map +1 -1
  166. package/dist/features/converters/lexicalToHtml/shared/findConverterForNode.js.map +1 -1
  167. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts +1 -1
  168. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts.map +1 -1
  169. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.js.map +1 -1
  170. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts +1 -1
  171. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts.map +1 -1
  172. package/dist/features/converters/lexicalToHtml/sync/converters/heading.js.map +1 -1
  173. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts +1 -1
  174. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts.map +1 -1
  175. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.js.map +1 -1
  176. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts +1 -1
  177. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts.map +1 -1
  178. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.js.map +1 -1
  179. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts +1 -1
  180. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts.map +1 -1
  181. package/dist/features/converters/lexicalToHtml/sync/converters/link.js.map +1 -1
  182. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts +1 -1
  183. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts.map +1 -1
  184. package/dist/features/converters/lexicalToHtml/sync/converters/list.js.map +1 -1
  185. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts +1 -1
  186. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts.map +1 -1
  187. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.js.map +1 -1
  188. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts +1 -1
  189. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts.map +1 -1
  190. package/dist/features/converters/lexicalToHtml/sync/converters/tab.js.map +1 -1
  191. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts +1 -1
  192. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts.map +1 -1
  193. package/dist/features/converters/lexicalToHtml/sync/converters/table.js +1 -1
  194. package/dist/features/converters/lexicalToHtml/sync/converters/table.js.map +1 -1
  195. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts +1 -1
  196. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts.map +1 -1
  197. package/dist/features/converters/lexicalToHtml/sync/converters/text.js.map +1 -1
  198. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts +1 -1
  199. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts.map +1 -1
  200. package/dist/features/converters/lexicalToHtml/sync/converters/upload.js.map +1 -1
  201. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts +1 -1
  202. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts.map +1 -1
  203. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.js.map +1 -1
  204. package/dist/features/converters/lexicalToHtml/sync/types.d.ts +15 -16
  205. package/dist/features/converters/lexicalToHtml/sync/types.d.ts.map +1 -1
  206. package/dist/features/converters/lexicalToHtml/sync/types.js.map +1 -1
  207. package/dist/features/converters/lexicalToJSX/Component/index.d.ts +6 -4
  208. package/dist/features/converters/lexicalToJSX/Component/index.d.ts.map +1 -1
  209. package/dist/features/converters/lexicalToJSX/Component/index.js +5 -4
  210. package/dist/features/converters/lexicalToJSX/Component/index.js.map +1 -1
  211. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts +1 -1
  212. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts.map +1 -1
  213. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js.map +1 -1
  214. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts +1 -1
  215. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts.map +1 -1
  216. package/dist/features/converters/lexicalToJSX/converter/converters/heading.js.map +1 -1
  217. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts +1 -1
  218. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts.map +1 -1
  219. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js.map +1 -1
  220. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts +1 -1
  221. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts.map +1 -1
  222. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js.map +1 -1
  223. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts +1 -1
  224. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts.map +1 -1
  225. package/dist/features/converters/lexicalToJSX/converter/converters/link.js.map +1 -1
  226. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts +1 -1
  227. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts.map +1 -1
  228. package/dist/features/converters/lexicalToJSX/converter/converters/list.js.map +1 -1
  229. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts +1 -1
  230. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts.map +1 -1
  231. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js.map +1 -1
  232. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts +1 -1
  233. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts.map +1 -1
  234. package/dist/features/converters/lexicalToJSX/converter/converters/tab.js.map +1 -1
  235. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts +1 -1
  236. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts.map +1 -1
  237. package/dist/features/converters/lexicalToJSX/converter/converters/table.js.map +1 -1
  238. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts +1 -1
  239. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts.map +1 -1
  240. package/dist/features/converters/lexicalToJSX/converter/converters/text.js.map +1 -1
  241. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts +1 -1
  242. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts.map +1 -1
  243. package/dist/features/converters/lexicalToJSX/converter/converters/upload.js.map +1 -1
  244. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts +1 -1
  245. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts.map +1 -1
  246. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.js.map +1 -1
  247. package/dist/features/converters/lexicalToJSX/converter/index.d.ts +1 -1
  248. package/dist/features/converters/lexicalToJSX/converter/index.d.ts.map +1 -1
  249. package/dist/features/converters/lexicalToJSX/converter/index.js.map +1 -1
  250. package/dist/features/converters/lexicalToJSX/converter/types.d.ts +13 -15
  251. package/dist/features/converters/lexicalToJSX/converter/types.d.ts.map +1 -1
  252. package/dist/features/converters/lexicalToJSX/converter/types.js.map +1 -1
  253. package/dist/features/converters/lexicalToMarkdown/index.d.ts.map +1 -1
  254. package/dist/features/converters/lexicalToMarkdown/index.js +1 -1
  255. package/dist/features/converters/lexicalToMarkdown/index.js.map +1 -1
  256. package/dist/features/converters/lexicalToPlaintext/convertLexicalToPlaintext.spec.js.map +1 -1
  257. package/dist/features/converters/lexicalToPlaintext/shared/findConverterForNode.js.map +1 -1
  258. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts +13 -15
  259. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts.map +1 -1
  260. package/dist/features/converters/lexicalToPlaintext/sync/types.js.map +1 -1
  261. package/dist/features/converters/markdownToLexical/index.d.ts +1 -1
  262. package/dist/features/converters/markdownToLexical/index.d.ts.map +1 -1
  263. package/dist/features/converters/markdownToLexical/index.js +5 -2
  264. package/dist/features/converters/markdownToLexical/index.js.map +1 -1
  265. package/dist/features/debug/jsxConverter/client/plugin/index.d.ts +1 -1
  266. package/dist/features/debug/jsxConverter/client/plugin/index.d.ts.map +1 -1
  267. package/dist/features/debug/jsxConverter/client/plugin/index.js +1 -0
  268. package/dist/features/debug/jsxConverter/client/plugin/index.js.map +1 -1
  269. package/dist/features/debug/jsxConverter/client/plugin/style.css +9 -0
  270. package/dist/features/debug/testRecorder/client/plugin/index.css +50 -0
  271. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +1 -1
  272. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -1
  273. package/dist/features/debug/testRecorder/client/plugin/index.js +1 -0
  274. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -1
  275. package/dist/features/debug/treeView/client/plugin/index.css +81 -0
  276. package/dist/features/debug/treeView/client/plugin/index.d.ts +1 -1
  277. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -1
  278. package/dist/features/debug/treeView/client/plugin/index.js +1 -0
  279. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -1
  280. package/dist/features/format/bold/feature.client.js +1 -1
  281. package/dist/features/format/bold/feature.client.js.map +1 -1
  282. package/dist/features/format/bold/feature.server.d.ts.map +1 -1
  283. package/dist/features/format/bold/feature.server.js +1 -1
  284. package/dist/features/format/bold/feature.server.js.map +1 -1
  285. package/dist/features/format/inlineCode/feature.client.js +1 -1
  286. package/dist/features/format/inlineCode/feature.client.js.map +1 -1
  287. package/dist/features/format/inlineCode/feature.server.d.ts.map +1 -1
  288. package/dist/features/format/inlineCode/feature.server.js +1 -1
  289. package/dist/features/format/inlineCode/feature.server.js.map +1 -1
  290. package/dist/features/format/italic/feature.client.js +1 -1
  291. package/dist/features/format/italic/feature.client.js.map +1 -1
  292. package/dist/features/format/italic/feature.server.d.ts.map +1 -1
  293. package/dist/features/format/italic/feature.server.js +1 -1
  294. package/dist/features/format/italic/feature.server.js.map +1 -1
  295. package/dist/features/format/strikethrough/feature.client.js +1 -1
  296. package/dist/features/format/strikethrough/feature.client.js.map +1 -1
  297. package/dist/features/format/strikethrough/feature.server.d.ts.map +1 -1
  298. package/dist/features/format/strikethrough/feature.server.js +1 -1
  299. package/dist/features/format/strikethrough/feature.server.js.map +1 -1
  300. package/dist/features/heading/client/index.js +2 -2
  301. package/dist/features/heading/client/index.js.map +1 -1
  302. package/dist/features/heading/markdownTransformer.d.ts +2 -2
  303. package/dist/features/heading/markdownTransformer.d.ts.map +1 -1
  304. package/dist/features/heading/markdownTransformer.js +6 -19
  305. package/dist/features/heading/markdownTransformer.js.map +1 -1
  306. package/dist/features/heading/server/index.d.ts +2 -4
  307. package/dist/features/heading/server/index.d.ts.map +1 -1
  308. package/dist/features/heading/server/index.js +4 -41
  309. package/dist/features/heading/server/index.js.map +1 -1
  310. package/dist/features/heading/server/schema.d.ts +10 -0
  311. package/dist/features/heading/server/schema.d.ts.map +1 -0
  312. package/dist/features/heading/server/schema.js +37 -0
  313. package/dist/features/heading/server/schema.js.map +1 -0
  314. package/dist/features/horizontalRule/client/index.js +2 -2
  315. package/dist/features/horizontalRule/client/index.js.map +1 -1
  316. package/dist/features/horizontalRule/client/markdownTransformer.d.ts +2 -2
  317. package/dist/features/horizontalRule/client/markdownTransformer.d.ts.map +1 -1
  318. package/dist/features/horizontalRule/client/markdownTransformer.js +1 -1
  319. package/dist/features/horizontalRule/client/markdownTransformer.js.map +1 -1
  320. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts +2 -2
  321. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.d.ts.map +1 -1
  322. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js +1 -1
  323. package/dist/features/horizontalRule/client/nodes/HorizontalRuleNode.js.map +1 -1
  324. package/dist/features/horizontalRule/client/plugin/index.css +25 -0
  325. package/dist/features/horizontalRule/client/plugin/index.d.ts +1 -1
  326. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -1
  327. package/dist/features/horizontalRule/client/plugin/index.js +73 -4
  328. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -1
  329. package/dist/features/horizontalRule/server/index.d.ts +1 -0
  330. package/dist/features/horizontalRule/server/index.d.ts.map +1 -1
  331. package/dist/features/horizontalRule/server/index.js +4 -10
  332. package/dist/features/horizontalRule/server/index.js.map +1 -1
  333. package/dist/features/horizontalRule/server/markdownTransformer.d.ts +2 -2
  334. package/dist/features/horizontalRule/server/markdownTransformer.d.ts.map +1 -1
  335. package/dist/features/horizontalRule/server/markdownTransformer.js +1 -1
  336. package/dist/features/horizontalRule/server/markdownTransformer.js.map +1 -1
  337. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +2 -6
  338. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -1
  339. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js +1 -1
  340. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -1
  341. package/dist/features/horizontalRule/server/schema.d.ts +7 -0
  342. package/dist/features/horizontalRule/server/schema.d.ts.map +1 -0
  343. package/dist/features/horizontalRule/server/schema.js +25 -0
  344. package/dist/features/horizontalRule/server/schema.js.map +1 -0
  345. package/dist/features/link/client/index.d.ts.map +1 -1
  346. package/dist/features/link/client/index.js +2 -2
  347. package/dist/features/link/client/index.js.map +1 -1
  348. package/dist/features/link/client/plugins/autoLink/index.d.ts +1 -1
  349. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -1
  350. package/dist/features/link/client/plugins/autoLink/index.js.map +1 -1
  351. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -1
  352. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +28 -8
  353. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
  354. package/dist/features/link/client/plugins/floatingLinkEditor/index.css +107 -0
  355. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +1 -1
  356. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -1
  357. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +1 -0
  358. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -1
  359. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts +1 -1
  360. package/dist/features/link/client/plugins/floatingLinkEditor/types.d.ts.map +1 -1
  361. package/dist/features/link/client/plugins/floatingLinkEditor/types.js.map +1 -1
  362. package/dist/features/link/client/plugins/link/index.js.map +1 -1
  363. package/dist/features/link/markdownTransformer.d.ts +5 -5
  364. package/dist/features/link/markdownTransformer.d.ts.map +1 -1
  365. package/dist/features/link/markdownTransformer.js +2 -2
  366. package/dist/features/link/markdownTransformer.js.map +1 -1
  367. package/dist/features/link/markdownTransformer.spec.js +10 -10
  368. package/dist/features/link/markdownTransformer.spec.js.map +1 -1
  369. package/dist/features/link/nodes/AutoLinkNode.d.ts +4 -4
  370. package/dist/features/link/nodes/AutoLinkNode.d.ts.map +1 -1
  371. package/dist/features/link/nodes/AutoLinkNode.js +2 -1
  372. package/dist/features/link/nodes/AutoLinkNode.js.map +1 -1
  373. package/dist/features/link/nodes/LinkNode.d.ts +4 -4
  374. package/dist/features/link/nodes/LinkNode.d.ts.map +1 -1
  375. package/dist/features/link/nodes/LinkNode.js +2 -1
  376. package/dist/features/link/nodes/LinkNode.js.map +1 -1
  377. package/dist/features/link/server/baseFields.js.map +1 -1
  378. package/dist/features/link/server/graphQLPopulationPromise.d.ts +1 -1
  379. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -1
  380. package/dist/features/link/server/graphQLPopulationPromise.js.map +1 -1
  381. package/dist/features/link/server/index.d.ts +2 -1
  382. package/dist/features/link/server/index.d.ts.map +1 -1
  383. package/dist/features/link/server/index.js +7 -75
  384. package/dist/features/link/server/index.js.map +1 -1
  385. package/dist/features/link/server/schema.d.ts +32 -0
  386. package/dist/features/link/server/schema.d.ts.map +1 -0
  387. package/dist/features/link/server/schema.js +171 -0
  388. package/dist/features/link/server/schema.js.map +1 -0
  389. package/dist/features/link/server/validate.d.ts +1 -1
  390. package/dist/features/link/server/validate.d.ts.map +1 -1
  391. package/dist/features/link/server/validate.js.map +1 -1
  392. package/dist/features/lists/checklist/client/index.js +1 -1
  393. package/dist/features/lists/checklist/client/index.js.map +1 -1
  394. package/dist/features/lists/checklist/server/index.d.ts.map +1 -1
  395. package/dist/features/lists/checklist/server/index.js +4 -8
  396. package/dist/features/lists/checklist/server/index.js.map +1 -1
  397. package/dist/features/lists/orderedList/client/index.js +1 -1
  398. package/dist/features/lists/orderedList/client/index.js.map +1 -1
  399. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -1
  400. package/dist/features/lists/orderedList/server/index.js +4 -8
  401. package/dist/features/lists/orderedList/server/index.js.map +1 -1
  402. package/dist/features/lists/plugin/index.d.ts +0 -9
  403. package/dist/features/lists/plugin/index.d.ts.map +1 -1
  404. package/dist/features/lists/plugin/index.js.map +1 -1
  405. package/dist/features/lists/shared/schema.d.ts +18 -0
  406. package/dist/features/lists/shared/schema.d.ts.map +1 -0
  407. package/dist/features/lists/shared/schema.js +62 -0
  408. package/dist/features/lists/shared/schema.js.map +1 -0
  409. package/dist/features/lists/unorderedList/client/index.js +1 -1
  410. package/dist/features/lists/unorderedList/client/index.js.map +1 -1
  411. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -1
  412. package/dist/features/lists/unorderedList/server/index.js +4 -8
  413. package/dist/features/lists/unorderedList/server/index.js.map +1 -1
  414. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +2 -2
  415. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -1
  416. package/dist/features/relationship/client/components/RelationshipComponent.js +29 -4
  417. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -1
  418. package/dist/features/relationship/client/components/index.css +112 -0
  419. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts +1 -1
  420. package/dist/features/relationship/client/nodes/RelationshipNode.d.ts.map +1 -1
  421. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -1
  422. package/dist/features/relationship/client/plugins/index.d.ts +1 -1
  423. package/dist/features/relationship/client/plugins/index.d.ts.map +1 -1
  424. package/dist/features/relationship/client/plugins/index.js.map +1 -1
  425. package/dist/features/relationship/client/utils/useEnabledRelationships.d.ts.map +1 -1
  426. package/dist/features/relationship/client/utils/useEnabledRelationships.js +9 -40
  427. package/dist/features/relationship/client/utils/useEnabledRelationships.js.map +1 -1
  428. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts +1 -1
  429. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -1
  430. package/dist/features/relationship/server/graphQLPopulationPromise.js.map +1 -1
  431. package/dist/features/relationship/server/index.d.ts +1 -0
  432. package/dist/features/relationship/server/index.d.ts.map +1 -1
  433. package/dist/features/relationship/server/index.js +2 -0
  434. package/dist/features/relationship/server/index.js.map +1 -1
  435. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +1 -10
  436. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -1
  437. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -1
  438. package/dist/features/relationship/server/schema.d.ts +28 -0
  439. package/dist/features/relationship/server/schema.d.ts.map +1 -0
  440. package/dist/features/relationship/server/schema.js +97 -0
  441. package/dist/features/relationship/server/schema.js.map +1 -0
  442. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.d.ts +23 -0
  443. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.d.ts.map +1 -0
  444. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.js +34 -0
  445. package/dist/features/relationship/shared/filterEnabledRelationshipCollections.js.map +1 -0
  446. package/dist/features/table/client/index.d.ts.map +1 -0
  447. package/dist/features/{experimental_table → table}/client/index.js +2 -2
  448. package/dist/features/table/client/index.js.map +1 -0
  449. package/dist/features/table/client/plugins/TableActionMenuPlugin/index.css +91 -0
  450. package/dist/features/{experimental_table → table}/client/plugins/TableActionMenuPlugin/index.d.ts +1 -1
  451. package/dist/features/table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -0
  452. package/dist/features/{experimental_table → table}/client/plugins/TableActionMenuPlugin/index.js +3 -2
  453. package/dist/features/table/client/plugins/TableActionMenuPlugin/index.js.map +1 -0
  454. package/dist/features/table/client/plugins/TableCellResizerPlugin/index.css +11 -0
  455. package/dist/features/{experimental_table → table}/client/plugins/TableCellResizerPlugin/index.d.ts +1 -1
  456. package/dist/features/table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -0
  457. package/dist/features/{experimental_table → table}/client/plugins/TableCellResizerPlugin/index.js +1 -0
  458. package/dist/features/table/client/plugins/TableCellResizerPlugin/index.js.map +1 -0
  459. package/dist/features/table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +1 -0
  460. package/dist/features/{experimental_table → table}/client/plugins/TableHoverActionsPlugin/index.js +1 -1
  461. package/dist/features/table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -0
  462. package/dist/features/table/client/plugins/TablePlugin/TableGridPopup/index.css +166 -0
  463. package/dist/features/table/client/plugins/TablePlugin/TableGridPopup/index.d.ts +17 -0
  464. package/dist/features/table/client/plugins/TablePlugin/TableGridPopup/index.d.ts.map +1 -0
  465. package/dist/features/table/client/plugins/TablePlugin/TableGridPopup/index.js +219 -0
  466. package/dist/features/table/client/plugins/TablePlugin/TableGridPopup/index.js.map +1 -0
  467. package/dist/features/table/client/plugins/TablePlugin/index.css +235 -0
  468. package/dist/features/{experimental_table → table}/client/plugins/TablePlugin/index.d.ts +1 -1
  469. package/dist/features/table/client/plugins/TablePlugin/index.d.ts.map +1 -0
  470. package/dist/features/table/client/plugins/TablePlugin/index.js +143 -0
  471. package/dist/features/table/client/plugins/TablePlugin/index.js.map +1 -0
  472. package/dist/features/table/client/utils/debounce.d.ts.map +1 -0
  473. package/dist/features/table/client/utils/debounce.js.map +1 -0
  474. package/dist/features/table/client/utils/useDebounce.d.ts.map +1 -0
  475. package/dist/features/table/client/utils/useDebounce.js.map +1 -0
  476. package/dist/features/table/markdownTransformer.d.ts +5 -0
  477. package/dist/features/table/markdownTransformer.d.ts.map +1 -0
  478. package/dist/features/{experimental_table → table}/markdownTransformer.js +6 -3
  479. package/dist/features/table/markdownTransformer.js.map +1 -0
  480. package/dist/features/table/server/index.d.ts +3 -0
  481. package/dist/features/table/server/index.d.ts.map +1 -0
  482. package/dist/features/table/server/index.js +56 -0
  483. package/dist/features/table/server/index.js.map +1 -0
  484. package/dist/features/table/server/schema.d.ts +27 -0
  485. package/dist/features/table/server/schema.d.ts.map +1 -0
  486. package/dist/features/table/server/schema.js +107 -0
  487. package/dist/features/table/server/schema.js.map +1 -0
  488. package/dist/features/textState/feature.client.js +1 -1
  489. package/dist/features/textState/feature.client.js.map +1 -1
  490. package/dist/features/toolbars/fixed/client/Toolbar/horizontalWheelScroll.d.ts +8 -0
  491. package/dist/features/toolbars/fixed/client/Toolbar/horizontalWheelScroll.d.ts.map +1 -0
  492. package/dist/features/toolbars/fixed/client/Toolbar/horizontalWheelScroll.js +80 -0
  493. package/dist/features/toolbars/fixed/client/Toolbar/horizontalWheelScroll.js.map +1 -0
  494. package/dist/features/toolbars/fixed/client/Toolbar/horizontalWheelScroll.spec.js +65 -0
  495. package/dist/features/toolbars/fixed/client/Toolbar/horizontalWheelScroll.spec.js.map +1 -0
  496. package/dist/features/toolbars/fixed/client/Toolbar/index.css +159 -0
  497. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +1 -1
  498. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -1
  499. package/dist/features/toolbars/fixed/client/Toolbar/index.js +5 -1
  500. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -1
  501. package/dist/features/toolbars/inline/client/Toolbar/index.css +31 -0
  502. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +1 -1
  503. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -1
  504. package/dist/features/toolbars/inline/client/Toolbar/index.js +1 -0
  505. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -1
  506. package/dist/features/toolbars/shared/ToolbarButton/index.css +57 -0
  507. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  508. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  509. package/dist/features/toolbars/shared/ToolbarButton/index.js +80 -74
  510. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  511. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  512. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +5 -2
  513. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  514. package/dist/features/toolbars/shared/ToolbarDropdown/index.css +208 -0
  515. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +1 -1
  516. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  517. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +11 -7
  518. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  519. package/dist/features/toolbars/shared/useToolbarStates.d.ts.map +1 -1
  520. package/dist/features/toolbars/shared/useToolbarStates.js +3 -1
  521. package/dist/features/toolbars/shared/useToolbarStates.js.map +1 -1
  522. package/dist/features/toolbars/types.d.ts +5 -1
  523. package/dist/features/toolbars/types.d.ts.map +1 -1
  524. package/dist/features/toolbars/types.js.map +1 -1
  525. package/dist/features/typesClient.d.ts +2 -2
  526. package/dist/features/typesClient.d.ts.map +1 -1
  527. package/dist/features/typesClient.js.map +1 -1
  528. package/dist/features/typesServer.d.ts +20 -60
  529. package/dist/features/typesServer.d.ts.map +1 -1
  530. package/dist/features/typesServer.js.map +1 -1
  531. package/dist/features/upload/client/component/index.css +214 -0
  532. package/dist/features/upload/client/component/index.d.ts +2 -2
  533. package/dist/features/upload/client/component/index.d.ts.map +1 -1
  534. package/dist/features/upload/client/component/index.js +88 -64
  535. package/dist/features/upload/client/component/index.js.map +1 -1
  536. package/dist/features/upload/client/component/pending/index.d.ts +0 -1
  537. package/dist/features/upload/client/component/pending/index.d.ts.map +1 -1
  538. package/dist/features/upload/client/component/pending/index.js.map +1 -1
  539. package/dist/features/upload/client/nodes/UploadNode.d.ts +1 -1
  540. package/dist/features/upload/client/nodes/UploadNode.d.ts.map +1 -1
  541. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -1
  542. package/dist/features/upload/client/plugin/index.d.ts +1 -1
  543. package/dist/features/upload/client/plugin/index.d.ts.map +1 -1
  544. package/dist/features/upload/client/plugin/index.js +5 -5
  545. package/dist/features/upload/client/plugin/index.js.map +1 -1
  546. package/dist/features/upload/server/graphQLPopulationPromise.d.ts +1 -1
  547. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -1
  548. package/dist/features/upload/server/graphQLPopulationPromise.js.map +1 -1
  549. package/dist/features/upload/server/index.d.ts +1 -0
  550. package/dist/features/upload/server/index.d.ts.map +1 -1
  551. package/dist/features/upload/server/index.js +7 -84
  552. package/dist/features/upload/server/index.js.map +1 -1
  553. package/dist/features/upload/server/markdownTransformer.d.ts +2 -2
  554. package/dist/features/upload/server/markdownTransformer.d.ts.map +1 -1
  555. package/dist/features/upload/server/markdownTransformer.js +1 -1
  556. package/dist/features/upload/server/markdownTransformer.js.map +1 -1
  557. package/dist/features/upload/server/nodes/UploadNode.d.ts +1 -55
  558. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -1
  559. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -1
  560. package/dist/features/upload/server/nodes/conversions.d.ts.map +1 -1
  561. package/dist/features/upload/server/nodes/conversions.js.map +1 -1
  562. package/dist/features/upload/server/schema.d.ts +52 -0
  563. package/dist/features/upload/server/schema.d.ts.map +1 -0
  564. package/dist/features/upload/server/schema.js +149 -0
  565. package/dist/features/upload/server/schema.js.map +1 -0
  566. package/dist/features/upload/server/validate.d.ts +1 -1
  567. package/dist/features/upload/server/validate.d.ts.map +1 -1
  568. package/dist/features/upload/server/validate.js.map +1 -1
  569. package/dist/field/Diff/converters/link.d.ts +1 -1
  570. package/dist/field/Diff/converters/link.d.ts.map +1 -1
  571. package/dist/field/Diff/converters/link.js.map +1 -1
  572. package/dist/field/Diff/converters/listitem/index.css +80 -0
  573. package/dist/field/Diff/converters/listitem/index.d.ts +2 -2
  574. package/dist/field/Diff/converters/listitem/index.d.ts.map +1 -1
  575. package/dist/field/Diff/converters/listitem/index.js +1 -0
  576. package/dist/field/Diff/converters/listitem/index.js.map +1 -1
  577. package/dist/field/Diff/converters/relationship/index.css +108 -0
  578. package/dist/field/Diff/converters/relationship/index.d.ts +2 -2
  579. package/dist/field/Diff/converters/relationship/index.d.ts.map +1 -1
  580. package/dist/field/Diff/converters/relationship/index.js +11 -28
  581. package/dist/field/Diff/converters/relationship/index.js.map +1 -1
  582. package/dist/field/Diff/converters/unknown/index.css +37 -0
  583. package/dist/field/Diff/converters/unknown/index.d.ts +1 -1
  584. package/dist/field/Diff/converters/unknown/index.d.ts.map +1 -1
  585. package/dist/field/Diff/converters/unknown/index.js +1 -0
  586. package/dist/field/Diff/converters/unknown/index.js.map +1 -1
  587. package/dist/field/Diff/converters/upload/index.css +175 -0
  588. package/dist/field/Diff/converters/upload/index.d.ts +2 -2
  589. package/dist/field/Diff/converters/upload/index.d.ts.map +1 -1
  590. package/dist/field/Diff/converters/upload/index.js +7 -2
  591. package/dist/field/Diff/converters/upload/index.js.map +1 -1
  592. package/dist/field/Diff/index.css +156 -0
  593. package/dist/field/Diff/index.d.ts +1 -1
  594. package/dist/field/Diff/index.d.ts.map +1 -1
  595. package/dist/field/Diff/index.js +1 -0
  596. package/dist/field/Diff/index.js.map +1 -1
  597. package/dist/field/Field.d.ts +3 -3
  598. package/dist/field/Field.d.ts.map +1 -1
  599. package/dist/field/Field.js +30 -26
  600. package/dist/field/Field.js.map +1 -1
  601. package/dist/field/RenderLexical/index.d.ts +2 -2
  602. package/dist/field/RenderLexical/index.d.ts.map +1 -1
  603. package/dist/field/RenderLexical/index.js.map +1 -1
  604. package/dist/field/RichTextViewProvider.d.ts +1 -1
  605. package/dist/field/RichTextViewProvider.d.ts.map +1 -1
  606. package/dist/field/RichTextViewProvider.js.map +1 -1
  607. package/dist/field/ViewSelector.css +32 -0
  608. package/dist/field/ViewSelector.d.ts +1 -1
  609. package/dist/field/ViewSelector.d.ts.map +1 -1
  610. package/dist/field/ViewSelector.js +1 -0
  611. package/dist/field/ViewSelector.js.map +1 -1
  612. package/dist/field/bundled.css +1 -1
  613. package/dist/field/index.css +60 -0
  614. package/dist/field/index.d.ts +1 -1
  615. package/dist/field/index.d.ts.map +1 -1
  616. package/dist/field/index.js +1 -1
  617. package/dist/field/index.js.map +1 -1
  618. package/dist/field/rscEntry.d.ts +1 -1
  619. package/dist/field/rscEntry.d.ts.map +1 -1
  620. package/dist/field/rscEntry.js +2 -0
  621. package/dist/field/rscEntry.js.map +1 -1
  622. package/dist/hooks.d.ts +6 -0
  623. package/dist/hooks.d.ts.map +1 -0
  624. package/dist/hooks.js +548 -0
  625. package/dist/hooks.js.map +1 -0
  626. package/dist/i18n.d.ts.map +1 -1
  627. package/dist/i18n.js +68 -0
  628. package/dist/i18n.js.map +1 -1
  629. package/dist/index.d.ts +14 -20
  630. package/dist/index.d.ts.map +1 -1
  631. package/dist/index.js +16 -633
  632. package/dist/index.js.map +1 -1
  633. package/dist/lexical/LexicalEditor.css +50 -0
  634. package/dist/lexical/LexicalEditor.d.ts +1 -1
  635. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  636. package/dist/lexical/LexicalEditor.js +1 -0
  637. package/dist/lexical/LexicalEditor.js.map +1 -1
  638. package/dist/lexical/LexicalProvider.d.ts +1 -1
  639. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  640. package/dist/lexical/LexicalProvider.js.map +1 -1
  641. package/dist/lexical/config/client/EditorConfigProvider.d.ts +1 -1
  642. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  643. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  644. package/dist/lexical/config/client/loader.d.ts +1 -1
  645. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  646. package/dist/lexical/config/client/loader.js +5 -1
  647. package/dist/lexical/config/client/loader.js.map +1 -1
  648. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  649. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  650. package/dist/lexical/config/client/sanitize.js.map +1 -1
  651. package/dist/lexical/config/server/loader.d.ts +1 -1
  652. package/dist/lexical/config/server/loader.d.ts.map +1 -1
  653. package/dist/lexical/config/server/loader.js +2 -2
  654. package/dist/lexical/config/server/loader.js.map +1 -1
  655. package/dist/lexical/config/server/sanitize.d.ts +1 -1
  656. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  657. package/dist/lexical/config/server/sanitize.js +11 -19
  658. package/dist/lexical/config/server/sanitize.js.map +1 -1
  659. package/dist/lexical/config/types.d.ts +1 -1
  660. package/dist/lexical/config/types.d.ts.map +1 -1
  661. package/dist/lexical/config/types.js.map +1 -1
  662. package/dist/lexical/nodes/index.d.ts +1 -1
  663. package/dist/lexical/nodes/index.d.ts.map +1 -1
  664. package/dist/lexical/nodes/index.js.map +1 -1
  665. package/dist/lexical/plugins/DecoratorPlugin/index.css +11 -0
  666. package/dist/lexical/plugins/DecoratorPlugin/index.d.ts +1 -1
  667. package/dist/lexical/plugins/DecoratorPlugin/index.d.ts.map +1 -1
  668. package/dist/lexical/plugins/DecoratorPlugin/index.js +1 -0
  669. package/dist/lexical/plugins/DecoratorPlugin/index.js.map +1 -1
  670. package/dist/lexical/plugins/InsertParagraphAtEnd/index.css +44 -0
  671. package/dist/lexical/plugins/InsertParagraphAtEnd/index.d.ts +1 -1
  672. package/dist/lexical/plugins/InsertParagraphAtEnd/index.d.ts.map +1 -1
  673. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js +28 -14
  674. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js.map +1 -1
  675. package/dist/lexical/plugins/MarkdownShortcut/index.d.ts.map +1 -1
  676. package/dist/lexical/plugins/MarkdownShortcut/index.js +1 -1
  677. package/dist/lexical/plugins/MarkdownShortcut/index.js.map +1 -1
  678. package/dist/lexical/plugins/NodeViewOverridePlugin/index.d.ts.map +1 -1
  679. package/dist/lexical/plugins/NodeViewOverridePlugin/index.js +21 -0
  680. package/dist/lexical/plugins/NodeViewOverridePlugin/index.js.map +1 -1
  681. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts +0 -1
  682. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.d.ts.map +1 -1
  683. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js +1 -20
  684. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/LexicalMenu.js.map +1 -1
  685. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +1 -1
  686. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  687. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  688. package/dist/lexical/plugins/SlashMenu/index.css +60 -0
  689. package/dist/lexical/plugins/SlashMenu/index.d.ts +1 -1
  690. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  691. package/dist/lexical/plugins/SlashMenu/index.js +2 -0
  692. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  693. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.css +40 -0
  694. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +1 -1
  695. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  696. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +1 -0
  697. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  698. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.css +85 -0
  699. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +1 -1
  700. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  701. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +16 -9
  702. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  703. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +1 -1
  704. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  705. package/dist/lexical/theme/EditorTheme.css +358 -0
  706. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  707. package/dist/lexical/theme/EditorTheme.js +1 -0
  708. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  709. package/dist/lexical/ui/ContentEditable.css +100 -0
  710. package/dist/lexical/ui/ContentEditable.d.ts +1 -1
  711. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  712. package/dist/lexical/ui/ContentEditable.js +1 -0
  713. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  714. package/dist/lexical/ui/icons/Code/index.js +1 -1
  715. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  716. package/dist/lexical/ui/icons/CodeBlock/index.js +1 -1
  717. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  718. package/dist/lexical/ui/icons/Link/index.js +1 -1
  719. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  720. package/dist/lexical/ui/icons/Page/index.d.ts +5 -0
  721. package/dist/lexical/ui/icons/Page/index.d.ts.map +1 -0
  722. package/dist/lexical/ui/icons/Page/index.js +21 -0
  723. package/dist/lexical/ui/icons/Page/index.js.map +1 -0
  724. package/dist/lexical/ui/icons/Trash/index.d.ts +10 -0
  725. package/dist/lexical/ui/icons/Trash/index.d.ts.map +1 -0
  726. package/dist/lexical/ui/icons/Trash/index.js +29 -0
  727. package/dist/lexical/ui/icons/Trash/index.js.map +1 -0
  728. package/dist/lexical/utils/markdown/convertFromMarkdownString.d.ts +17 -0
  729. package/dist/lexical/utils/markdown/convertFromMarkdownString.d.ts.map +1 -0
  730. package/dist/lexical/utils/markdown/convertFromMarkdownString.js +27 -0
  731. package/dist/lexical/utils/markdown/convertFromMarkdownString.js.map +1 -0
  732. package/dist/lexical/utils/markdown/convertFromMarkdownString.spec.js +88 -0
  733. package/dist/lexical/utils/markdown/convertFromMarkdownString.spec.js.map +1 -0
  734. package/dist/lexical/utils/markdown/createBlockNode.d.ts +2 -2
  735. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -1
  736. package/dist/lexical/utils/markdown/createBlockNode.js.map +1 -1
  737. package/dist/lexical/utils/markdown/normalizeMarkdown.d.ts +25 -0
  738. package/dist/lexical/utils/markdown/normalizeMarkdown.d.ts.map +1 -0
  739. package/dist/lexical/utils/markdown/normalizeMarkdown.js +91 -0
  740. package/dist/lexical/utils/markdown/normalizeMarkdown.js.map +1 -0
  741. package/dist/lexical/utils/nodeFormat.d.ts.map +1 -1
  742. package/dist/lexical/utils/point.d.ts.map +1 -1
  743. package/dist/lexical/utils/rect.d.ts.map +1 -1
  744. package/dist/lexical-proxy/@lexical-markdown.d.ts +1 -1
  745. package/dist/lexical-proxy/@lexical-markdown.d.ts.map +1 -1
  746. package/dist/lexical-proxy/@lexical-markdown.js +1 -1
  747. package/dist/lexical-proxy/@lexical-markdown.js.map +1 -1
  748. package/dist/lexical-proxy/@lexical-react/ExtensionComponent.d.ts +2 -0
  749. package/dist/lexical-proxy/@lexical-react/ExtensionComponent.d.ts.map +1 -0
  750. package/dist/lexical-proxy/@lexical-react/ExtensionComponent.js +2 -0
  751. package/dist/lexical-proxy/@lexical-react/ExtensionComponent.js.map +1 -0
  752. package/dist/lexical-proxy/@lexical-react/LexicalExtensionComposer.d.ts +2 -0
  753. package/dist/lexical-proxy/@lexical-react/LexicalExtensionComposer.d.ts.map +1 -0
  754. package/dist/lexical-proxy/@lexical-react/LexicalExtensionComposer.js +2 -0
  755. package/dist/lexical-proxy/@lexical-react/LexicalExtensionComposer.js.map +1 -0
  756. package/dist/lexical-proxy/@lexical-react/LexicalExtensionEditorComposer.d.ts +2 -0
  757. package/dist/lexical-proxy/@lexical-react/LexicalExtensionEditorComposer.d.ts.map +1 -0
  758. package/dist/lexical-proxy/@lexical-react/LexicalExtensionEditorComposer.js +2 -0
  759. package/dist/lexical-proxy/@lexical-react/LexicalExtensionEditorComposer.js.map +1 -0
  760. package/dist/lexical-proxy/@lexical-react/LexicalSelectionAlwaysOnDisplay.d.ts +2 -0
  761. package/dist/lexical-proxy/@lexical-react/LexicalSelectionAlwaysOnDisplay.d.ts.map +1 -0
  762. package/dist/lexical-proxy/@lexical-react/LexicalSelectionAlwaysOnDisplay.js +2 -0
  763. package/dist/lexical-proxy/@lexical-react/LexicalSelectionAlwaysOnDisplay.js.map +1 -0
  764. package/dist/lexical-proxy/@lexical-react/ReactExtension.d.ts +2 -0
  765. package/dist/lexical-proxy/@lexical-react/ReactExtension.d.ts.map +1 -0
  766. package/dist/lexical-proxy/@lexical-react/ReactExtension.js +2 -0
  767. package/dist/lexical-proxy/@lexical-react/ReactExtension.js.map +1 -0
  768. package/dist/lexical-proxy/@lexical-react/ReactPluginHostExtension.d.ts +2 -0
  769. package/dist/lexical-proxy/@lexical-react/ReactPluginHostExtension.d.ts.map +1 -0
  770. package/dist/lexical-proxy/@lexical-react/ReactPluginHostExtension.js +2 -0
  771. package/dist/lexical-proxy/@lexical-react/ReactPluginHostExtension.js.map +1 -0
  772. package/dist/lexical-proxy/@lexical-react/ReactProviderExtension.d.ts +2 -0
  773. package/dist/lexical-proxy/@lexical-react/ReactProviderExtension.d.ts.map +1 -0
  774. package/dist/lexical-proxy/@lexical-react/ReactProviderExtension.js +2 -0
  775. package/dist/lexical-proxy/@lexical-react/ReactProviderExtension.js.map +1 -0
  776. package/dist/lexical-proxy/@lexical-react/TreeViewExtension.d.ts +2 -0
  777. package/dist/lexical-proxy/@lexical-react/TreeViewExtension.d.ts.map +1 -0
  778. package/dist/lexical-proxy/@lexical-react/TreeViewExtension.js +2 -0
  779. package/dist/lexical-proxy/@lexical-react/TreeViewExtension.js.map +1 -0
  780. package/dist/lexical-proxy/@lexical-react/useExtensionComponent.d.ts +2 -0
  781. package/dist/lexical-proxy/@lexical-react/useExtensionComponent.d.ts.map +1 -0
  782. package/dist/lexical-proxy/@lexical-react/useExtensionComponent.js +2 -0
  783. package/dist/lexical-proxy/@lexical-react/useExtensionComponent.js.map +1 -0
  784. package/dist/lexical-proxy/@lexical-react/useExtensionSignalValue.d.ts +2 -0
  785. package/dist/lexical-proxy/@lexical-react/useExtensionSignalValue.d.ts.map +1 -0
  786. package/dist/lexical-proxy/@lexical-react/useExtensionSignalValue.js +2 -0
  787. package/dist/lexical-proxy/@lexical-react/useExtensionSignalValue.js.map +1 -0
  788. package/dist/lexical-proxy/@lexical-react/useLexicalAriaLiveRegion.d.ts +2 -0
  789. package/dist/lexical-proxy/@lexical-react/useLexicalAriaLiveRegion.d.ts.map +1 -0
  790. package/dist/lexical-proxy/@lexical-react/useLexicalAriaLiveRegion.js +2 -0
  791. package/dist/lexical-proxy/@lexical-react/useLexicalAriaLiveRegion.js.map +1 -0
  792. package/dist/lexical-proxy/@lexical-react/useLexicalFocusManagerRef.d.ts +2 -0
  793. package/dist/lexical-proxy/@lexical-react/useLexicalFocusManagerRef.d.ts.map +1 -0
  794. package/dist/lexical-proxy/@lexical-react/useLexicalFocusManagerRef.js +2 -0
  795. package/dist/lexical-proxy/@lexical-react/useLexicalFocusManagerRef.js.map +1 -0
  796. package/dist/lexical-proxy/@lexical-react/useLexicalFocusTrapRef.d.ts +2 -0
  797. package/dist/lexical-proxy/@lexical-react/useLexicalFocusTrapRef.d.ts.map +1 -0
  798. package/dist/lexical-proxy/@lexical-react/useLexicalFocusTrapRef.js +2 -0
  799. package/dist/lexical-proxy/@lexical-react/useLexicalFocusTrapRef.js.map +1 -0
  800. package/dist/lexical-proxy/@lexical-react/useLexicalRovingTabIndexRef.d.ts +2 -0
  801. package/dist/lexical-proxy/@lexical-react/useLexicalRovingTabIndexRef.d.ts.map +1 -0
  802. package/dist/lexical-proxy/@lexical-react/useLexicalRovingTabIndexRef.js +2 -0
  803. package/dist/lexical-proxy/@lexical-react/useLexicalRovingTabIndexRef.js.map +1 -0
  804. package/dist/lexical-proxy/@lexical-react/useLexicalSlotRef.d.ts +2 -0
  805. package/dist/lexical-proxy/@lexical-react/useLexicalSlotRef.d.ts.map +1 -0
  806. package/dist/lexical-proxy/@lexical-react/useLexicalSlotRef.js +2 -0
  807. package/dist/lexical-proxy/@lexical-react/useLexicalSlotRef.js.map +1 -0
  808. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  809. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  810. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  811. package/dist/types/builtInNodes.d.ts +14 -0
  812. package/dist/types/builtInNodes.d.ts.map +1 -0
  813. package/dist/types/builtInNodes.js +203 -0
  814. package/dist/types/builtInNodes.js.map +1 -0
  815. package/dist/{types.d.ts → types/index.d.ts} +26 -27
  816. package/dist/types/index.d.ts.map +1 -0
  817. package/dist/types/index.js +2 -0
  818. package/dist/types/index.js.map +1 -0
  819. package/dist/types/jsonSchemaHelpers.d.ts +30 -0
  820. package/dist/types/jsonSchemaHelpers.d.ts.map +1 -0
  821. package/dist/types/jsonSchemaHelpers.js +58 -0
  822. package/dist/types/jsonSchemaHelpers.js.map +1 -0
  823. package/dist/types/nodeTypes.d.ts +128 -0
  824. package/dist/types/nodeTypes.d.ts.map +1 -0
  825. package/dist/types/nodeTypes.js +6 -0
  826. package/dist/types/nodeTypes.js.map +1 -0
  827. package/dist/types/schema.d.ts +6 -0
  828. package/dist/types/schema.d.ts.map +1 -0
  829. package/dist/types/schema.js +90 -0
  830. package/dist/types/schema.js.map +1 -0
  831. package/dist/utilities/applyBaseFilterToFields.d.ts.map +1 -1
  832. package/dist/utilities/applyBaseFilterToFields.js +1 -2
  833. package/dist/utilities/applyBaseFilterToFields.js.map +1 -1
  834. package/dist/utilities/buildEditorState.d.ts +18 -4
  835. package/dist/utilities/buildEditorState.d.ts.map +1 -1
  836. package/dist/utilities/buildEditorState.js +8 -0
  837. package/dist/utilities/buildEditorState.js.map +1 -1
  838. package/dist/utilities/buildInitialState.d.ts +2 -1
  839. package/dist/utilities/buildInitialState.d.ts.map +1 -1
  840. package/dist/utilities/buildInitialState.js.map +1 -1
  841. package/dist/utilities/createClientFeature.d.ts +1 -1
  842. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  843. package/dist/utilities/createClientFeature.js.map +1 -1
  844. package/dist/utilities/createServerFeature.d.ts +1 -1
  845. package/dist/utilities/createServerFeature.d.ts.map +1 -1
  846. package/dist/utilities/createServerFeature.js +2 -2
  847. package/dist/utilities/createServerFeature.js.map +1 -1
  848. package/dist/utilities/editorConfigFactory.d.ts +7 -7
  849. package/dist/utilities/editorConfigFactory.d.ts.map +1 -1
  850. package/dist/utilities/editorConfigFactory.js +9 -9
  851. package/dist/utilities/editorConfigFactory.js.map +1 -1
  852. package/dist/utilities/fieldsDrawer/Drawer.d.ts.map +1 -1
  853. package/dist/utilities/fieldsDrawer/Drawer.js +19 -10
  854. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  855. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts +4 -1
  856. package/dist/utilities/fieldsDrawer/DrawerContent.d.ts.map +1 -1
  857. package/dist/utilities/fieldsDrawer/DrawerContent.js +8 -7
  858. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  859. package/dist/utilities/fieldsDrawer/index.css +12 -0
  860. package/dist/utilities/fieldsDrawer/useDrawerSubmit.d.ts +29 -0
  861. package/dist/utilities/fieldsDrawer/useDrawerSubmit.d.ts.map +1 -0
  862. package/dist/utilities/fieldsDrawer/useDrawerSubmit.js +97 -0
  863. package/dist/utilities/fieldsDrawer/useDrawerSubmit.js.map +1 -0
  864. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +1 -0
  865. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -1
  866. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +34 -18
  867. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -1
  868. package/dist/utilities/generateImportMap.d.ts +2 -2
  869. package/dist/utilities/generateImportMap.d.ts.map +1 -1
  870. package/dist/utilities/generateImportMap.js.map +1 -1
  871. package/dist/utilities/generateSchemaMap.d.ts +1 -1
  872. package/dist/utilities/getDefaultSanitizedEditorConfig.d.ts +2 -2
  873. package/dist/utilities/getDefaultSanitizedEditorConfig.d.ts.map +1 -1
  874. package/dist/utilities/getDefaultSanitizedEditorConfig.js +6 -17
  875. package/dist/utilities/getDefaultSanitizedEditorConfig.js.map +1 -1
  876. package/dist/utilities/initLexicalFeatures.d.ts +1 -1
  877. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -1
  878. package/dist/utilities/initLexicalFeatures.js.map +1 -1
  879. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js +1 -1
  880. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  881. package/package.json +101 -32
  882. package/dist/exports/client/Field-NXLXFFLW.js +0 -2
  883. package/dist/exports/client/Field-NXLXFFLW.js.map +0 -7
  884. package/dist/exports/client/RelationshipComponent-BG3DPV3T.js +0 -2
  885. package/dist/exports/client/RelationshipComponent-BG3DPV3T.js.map +0 -7
  886. package/dist/exports/client/chunk-BZZVLW4U.js.map +0 -7
  887. package/dist/exports/client/chunk-DZDHVMML.js +0 -2
  888. package/dist/exports/client/chunk-DZDHVMML.js.map +0 -7
  889. package/dist/exports/client/chunk-F26IQ5RE.js +0 -2
  890. package/dist/exports/client/chunk-F26IQ5RE.js.map +0 -7
  891. package/dist/exports/client/chunk-FTT5KJ6W.js +0 -12
  892. package/dist/exports/client/chunk-FTT5KJ6W.js.map +0 -7
  893. package/dist/exports/client/chunk-INBEEENE.js +0 -2
  894. package/dist/exports/client/chunk-INBEEENE.js.map +0 -7
  895. package/dist/exports/client/chunk-QJ5EETIB.js +0 -2
  896. package/dist/exports/client/chunk-QJ5EETIB.js.map +0 -7
  897. package/dist/exports/client/component-XIHC3W6W.js +0 -2
  898. package/dist/exports/client/component-XIHC3W6W.js.map +0 -7
  899. package/dist/exports/client/componentInline-LCHKRXOV.js +0 -2
  900. package/dist/features/blockquote/markdownTransformer.d.ts +0 -3
  901. package/dist/features/blockquote/markdownTransformer.d.ts.map +0 -1
  902. package/dist/features/blockquote/markdownTransformer.js +0 -33
  903. package/dist/features/blockquote/markdownTransformer.js.map +0 -1
  904. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.d.ts +0 -4
  905. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.d.ts.map +0 -1
  906. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.js +0 -7
  907. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.js.map +0 -1
  908. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.d.ts +0 -4
  909. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.d.ts.map +0 -1
  910. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.js +0 -38
  911. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.js.map +0 -1
  912. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.d.ts +0 -4
  913. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.d.ts.map +0 -1
  914. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.js +0 -9
  915. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.js.map +0 -1
  916. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.d.ts +0 -4
  917. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.d.ts.map +0 -1
  918. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.js +0 -33
  919. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.js.map +0 -1
  920. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.d.ts +0 -6
  921. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.d.ts.map +0 -1
  922. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.js +0 -9
  923. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.js.map +0 -1
  924. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.d.ts +0 -70
  925. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.d.ts.map +0 -1
  926. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.js +0 -104
  927. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.js.map +0 -1
  928. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts +0 -27
  929. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts.map +0 -1
  930. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.js +0 -2
  931. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.js.map +0 -1
  932. package/dist/features/converters/lexicalToHtml_deprecated/field/index.d.ts +0 -39
  933. package/dist/features/converters/lexicalToHtml_deprecated/field/index.d.ts.map +0 -1
  934. package/dist/features/converters/lexicalToHtml_deprecated/field/index.js +0 -122
  935. package/dist/features/converters/lexicalToHtml_deprecated/field/index.js.map +0 -1
  936. package/dist/features/converters/lexicalToHtml_deprecated/index.d.ts +0 -12
  937. package/dist/features/converters/lexicalToHtml_deprecated/index.d.ts.map +0 -1
  938. package/dist/features/converters/lexicalToHtml_deprecated/index.js +0 -11
  939. package/dist/features/converters/lexicalToHtml_deprecated/index.js.map +0 -1
  940. package/dist/features/experimental_table/client/index.d.ts.map +0 -1
  941. package/dist/features/experimental_table/client/index.js.map +0 -1
  942. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +0 -1
  943. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +0 -1
  944. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +0 -1
  945. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +0 -1
  946. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.d.ts.map +0 -1
  947. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +0 -1
  948. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +0 -1
  949. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +0 -152
  950. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +0 -1
  951. package/dist/features/experimental_table/client/utils/debounce.d.ts.map +0 -1
  952. package/dist/features/experimental_table/client/utils/debounce.js.map +0 -1
  953. package/dist/features/experimental_table/client/utils/useDebounce.d.ts.map +0 -1
  954. package/dist/features/experimental_table/client/utils/useDebounce.js.map +0 -1
  955. package/dist/features/experimental_table/markdownTransformer.d.ts +0 -5
  956. package/dist/features/experimental_table/markdownTransformer.d.ts.map +0 -1
  957. package/dist/features/experimental_table/markdownTransformer.js.map +0 -1
  958. package/dist/features/experimental_table/server/index.d.ts +0 -8
  959. package/dist/features/experimental_table/server/index.d.ts.map +0 -1
  960. package/dist/features/experimental_table/server/index.js +0 -154
  961. package/dist/features/experimental_table/server/index.js.map +0 -1
  962. package/dist/features/format/bold/markdownTransformers.d.ts +0 -6
  963. package/dist/features/format/bold/markdownTransformers.d.ts.map +0 -1
  964. package/dist/features/format/bold/markdownTransformers.js +0 -23
  965. package/dist/features/format/bold/markdownTransformers.js.map +0 -1
  966. package/dist/features/format/inlineCode/markdownTransformers.d.ts +0 -3
  967. package/dist/features/format/inlineCode/markdownTransformers.d.ts.map +0 -1
  968. package/dist/features/format/inlineCode/markdownTransformers.js +0 -6
  969. package/dist/features/format/inlineCode/markdownTransformers.js.map +0 -1
  970. package/dist/features/format/italic/markdownTransformers.d.ts +0 -4
  971. package/dist/features/format/italic/markdownTransformers.d.ts.map +0 -1
  972. package/dist/features/format/italic/markdownTransformers.js +0 -12
  973. package/dist/features/format/italic/markdownTransformers.js.map +0 -1
  974. package/dist/features/format/strikethrough/markdownTransformers.d.ts +0 -3
  975. package/dist/features/format/strikethrough/markdownTransformers.d.ts.map +0 -1
  976. package/dist/features/format/strikethrough/markdownTransformers.js +0 -6
  977. package/dist/features/format/strikethrough/markdownTransformers.js.map +0 -1
  978. package/dist/features/link/nodes/types.d.ts +0 -27
  979. package/dist/features/link/nodes/types.d.ts.map +0 -1
  980. package/dist/features/link/nodes/types.js +0 -2
  981. package/dist/features/link/nodes/types.js.map +0 -1
  982. package/dist/features/lists/checklist/markdownTransformers.d.ts +0 -3
  983. package/dist/features/lists/checklist/markdownTransformers.d.ts.map +0 -1
  984. package/dist/features/lists/checklist/markdownTransformers.js +0 -12
  985. package/dist/features/lists/checklist/markdownTransformers.js.map +0 -1
  986. package/dist/features/lists/htmlConverter.d.ts +0 -5
  987. package/dist/features/lists/htmlConverter.d.ts.map +0 -1
  988. package/dist/features/lists/htmlConverter.js +0 -81
  989. package/dist/features/lists/htmlConverter.js.map +0 -1
  990. package/dist/features/lists/orderedList/markdownTransformer.d.ts +0 -3
  991. package/dist/features/lists/orderedList/markdownTransformer.d.ts.map +0 -1
  992. package/dist/features/lists/orderedList/markdownTransformer.js +0 -12
  993. package/dist/features/lists/orderedList/markdownTransformer.js.map +0 -1
  994. package/dist/features/lists/shared/markdown.d.ts +0 -6
  995. package/dist/features/lists/shared/markdown.d.ts.map +0 -1
  996. package/dist/features/lists/shared/markdown.js +0 -57
  997. package/dist/features/lists/shared/markdown.js.map +0 -1
  998. package/dist/features/lists/unorderedList/markdownTransformer.d.ts +0 -3
  999. package/dist/features/lists/unorderedList/markdownTransformer.d.ts.map +0 -1
  1000. package/dist/features/lists/unorderedList/markdownTransformer.js +0 -12
  1001. package/dist/features/lists/unorderedList/markdownTransformer.js.map +0 -1
  1002. package/dist/lexical/utils/guard.d.ts +0 -5
  1003. package/dist/lexical/utils/guard.d.ts.map +0 -1
  1004. package/dist/lexical/utils/guard.js +0 -9
  1005. package/dist/lexical/utils/guard.js.map +0 -1
  1006. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts +0 -2
  1007. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.d.ts.map +0 -1
  1008. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js +0 -2
  1009. package/dist/lexical-proxy/@lexical-react/LexicalContextMenuPlugin.js.map +0 -1
  1010. package/dist/nodeTypes.d.ts +0 -74
  1011. package/dist/nodeTypes.d.ts.map +0 -1
  1012. package/dist/nodeTypes.js +0 -5
  1013. package/dist/nodeTypes.js.map +0 -1
  1014. package/dist/packages/@lexical/markdown/MarkdownExport.d.ts +0 -14
  1015. package/dist/packages/@lexical/markdown/MarkdownExport.d.ts.map +0 -1
  1016. package/dist/packages/@lexical/markdown/MarkdownExport.js +0 -213
  1017. package/dist/packages/@lexical/markdown/MarkdownExport.js.map +0 -1
  1018. package/dist/packages/@lexical/markdown/MarkdownImport.d.ts +0 -19
  1019. package/dist/packages/@lexical/markdown/MarkdownImport.d.ts.map +0 -1
  1020. package/dist/packages/@lexical/markdown/MarkdownImport.js +0 -198
  1021. package/dist/packages/@lexical/markdown/MarkdownImport.js.map +0 -1
  1022. package/dist/packages/@lexical/markdown/MarkdownShortcuts.d.ts +0 -11
  1023. package/dist/packages/@lexical/markdown/MarkdownShortcuts.d.ts.map +0 -1
  1024. package/dist/packages/@lexical/markdown/MarkdownShortcuts.js +0 -304
  1025. package/dist/packages/@lexical/markdown/MarkdownShortcuts.js.map +0 -1
  1026. package/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts +0 -147
  1027. package/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts.map +0 -1
  1028. package/dist/packages/@lexical/markdown/MarkdownTransformers.js +0 -268
  1029. package/dist/packages/@lexical/markdown/MarkdownTransformers.js.map +0 -1
  1030. package/dist/packages/@lexical/markdown/importTextFormatTransformer.d.ts +0 -22
  1031. package/dist/packages/@lexical/markdown/importTextFormatTransformer.d.ts.map +0 -1
  1032. package/dist/packages/@lexical/markdown/importTextFormatTransformer.js +0 -91
  1033. package/dist/packages/@lexical/markdown/importTextFormatTransformer.js.map +0 -1
  1034. package/dist/packages/@lexical/markdown/importTextMatchTransformer.d.ts +0 -21
  1035. package/dist/packages/@lexical/markdown/importTextMatchTransformer.d.ts.map +0 -1
  1036. package/dist/packages/@lexical/markdown/importTextMatchTransformer.js +0 -54
  1037. package/dist/packages/@lexical/markdown/importTextMatchTransformer.js.map +0 -1
  1038. package/dist/packages/@lexical/markdown/importTextTransformers.d.ts +0 -18
  1039. package/dist/packages/@lexical/markdown/importTextTransformers.d.ts.map +0 -1
  1040. package/dist/packages/@lexical/markdown/importTextTransformers.js +0 -54
  1041. package/dist/packages/@lexical/markdown/importTextTransformers.js.map +0 -1
  1042. package/dist/packages/@lexical/markdown/index.d.ts +0 -29
  1043. package/dist/packages/@lexical/markdown/index.d.ts.map +0 -1
  1044. package/dist/packages/@lexical/markdown/index.js +0 -39
  1045. package/dist/packages/@lexical/markdown/index.js.map +0 -1
  1046. package/dist/packages/@lexical/markdown/utils.d.ts +0 -34
  1047. package/dist/packages/@lexical/markdown/utils.d.ts.map +0 -1
  1048. package/dist/packages/@lexical/markdown/utils.js +0 -267
  1049. package/dist/packages/@lexical/markdown/utils.js.map +0 -1
  1050. package/dist/types.d.ts.map +0 -1
  1051. package/dist/types.js +0 -2
  1052. package/dist/types.js.map +0 -1
  1053. /package/dist/exports/client/{componentInline-LCHKRXOV.js.map → componentInline-H24N7GUG.js.map} +0 -0
  1054. /package/dist/features/{experimental_table → table}/client/index.d.ts +0 -0
  1055. /package/dist/features/{experimental_table → table}/client/plugins/TableHoverActionsPlugin/index.d.ts +0 -0
  1056. /package/dist/features/{experimental_table → table}/client/utils/debounce.d.ts +0 -0
  1057. /package/dist/features/{experimental_table → table}/client/utils/debounce.js +0 -0
  1058. /package/dist/features/{experimental_table → table}/client/utils/useDebounce.d.ts +0 -0
  1059. /package/dist/features/{experimental_table → table}/client/utils/useDebounce.js +0 -0
@@ -0,0 +1,208 @@
1
+ @layer payload-default {
2
+ @keyframes dropdown-press {
3
+ 0% {
4
+ background-color: var(--color-bg-transparent-pressed);
5
+ }
6
+
7
+ 100% {
8
+ background-color: var(--color-bg-selected);
9
+ }
10
+ }
11
+
12
+ .toolbar-popup__dropdown {
13
+ display: flex;
14
+ align-items: center;
15
+ vertical-align: middle;
16
+ justify-content: flex-start;
17
+ border: 0;
18
+ background: none;
19
+ border-radius: var(--radius-medium);
20
+ cursor: pointer;
21
+ position: relative;
22
+ min-width: calc(var(--spacer-4) + var(--spacer-2-5));
23
+
24
+ &:disabled {
25
+ cursor: not-allowed;
26
+ opacity: 0.2;
27
+ }
28
+
29
+ &:hover:not([disabled]):not(.active) {
30
+ background-color: var(--color-bg-transparent-hover);
31
+ }
32
+
33
+ &:active:not(.active) {
34
+ background-color: var(--color-bg-transparent-pressed);
35
+ }
36
+
37
+ &.active {
38
+ color: var(--color-icon-selected);
39
+ background-color: var(--color-bg-selected);
40
+ animation: dropdown-press 0.15s cubic-bezier(0, 0.2, 0.2, 1);
41
+
42
+ .toolbar-popup__dropdown-caret {
43
+ background-color: var(--color-icon-selected);
44
+
45
+ &:after {
46
+ transform: rotate(0deg);
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ .toolbar-popup__dropdown-label {
53
+ padding-block: 0;
54
+ padding-inline: var(--spacer-1) var(--spacer-2);
55
+ }
56
+
57
+ .toolbar-popup__dropdown-caret {
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ width: 6px;
62
+ margin: 0 var(--spacer-1) 0 calc(var(--spacer-1) / 2);
63
+ height: 4px;
64
+ background-color: var(--color-icon);
65
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4' fill='none'%3E%3Cpath d='M4.38921 0.146406C4.58445 -0.0488286 4.90098 -0.0487744 5.09624 0.146406C5.29151 0.341668 5.29151 0.658175 5.09624 0.853437L2.97515 2.97453C2.77987 3.16959 2.46332 3.16972 2.26812 2.97453L0.146049 0.853437C-0.0487219 0.6583 -0.0486443 0.341591 0.146049 0.146406C0.341285 -0.0488288 0.658788 -0.0487749 0.854057 0.146406L2.62164 1.91398L4.38921 0.146406Z' fill='black'/%3E%3C/svg%3E");
66
+ mask-size: contain;
67
+ mask-repeat: no-repeat;
68
+ }
69
+
70
+ .toolbar-popup__dropdown-items {
71
+ --dropdown-min-width: 5rem;
72
+ position: absolute;
73
+ background: var(--color-bg-elevated);
74
+ color: var(--color-text);
75
+ border-radius: var(--radius-large);
76
+ padding: var(--spacer-2);
77
+ min-width: var(--dropdown-min-width);
78
+ z-index: 100;
79
+ box-shadow: var(--elevation-300-tooltip);
80
+
81
+ .toolbar-popup__dropdown-item {
82
+ all: unset;
83
+ cursor: pointer;
84
+ color: var(--color-text);
85
+ position: relative;
86
+ font-family: var(--text-body-medium-font-family);
87
+ font-size: var(--text-body-medium-font-size);
88
+ font-weight: var(--text-body-medium-font-weight);
89
+ line-height: var(--text-body-medium-line-height);
90
+ padding: 0 var(--spacer-1);
91
+ width: 100%;
92
+ height: var(--spacer-4);
93
+ border-radius: var(--radius-medium);
94
+ box-sizing: border-box;
95
+ display: flex;
96
+ align-items: center;
97
+ gap: var(--spacer-1);
98
+ margin-inline-end: -var(--spacer-3);
99
+
100
+ .text {
101
+ overflow: hidden;
102
+ white-space: nowrap;
103
+ text-overflow: ellipsis;
104
+ }
105
+
106
+ &:hover:not([disabled]) {
107
+ background-color: var(--color-bg-transparent-pressed);
108
+ }
109
+
110
+ &:active:not([disabled]) {
111
+ background-color: var(--color-bg-transparent-pressed);
112
+ }
113
+
114
+ &.active {
115
+ background-color: var(--color-bg-selected-strong);
116
+ color: var(--color-text-onselected-strong);
117
+
118
+ .icon {
119
+ color: var(--color-text-onselected-strong);
120
+ }
121
+
122
+ &:hover:not([disabled]) {
123
+ background-color: var(--color-bg-selected-strong-hover);
124
+ }
125
+
126
+ &:active:not([disabled]) {
127
+ background-color: var(--color-bg-selected-strong-pressed);
128
+ }
129
+ }
130
+
131
+ &.disabled {
132
+ cursor: not-allowed;
133
+ opacity: 0.2;
134
+ }
135
+
136
+ .btn__icon {
137
+ --btn-icon-size: var(--spacer-4);
138
+ background: none !important;
139
+ background-color: none !important;
140
+ }
141
+ }
142
+ }
143
+
144
+ [data-dropdown-key='align'] {
145
+ display: flex;
146
+ min-width: unset;
147
+ gap: var(--spacer-2);
148
+
149
+ & .toolbar-popup__dropdown-item {
150
+ padding: 0;
151
+
152
+ .text {
153
+ display: none;
154
+ }
155
+
156
+ .btn__content {
157
+ gap: 0;
158
+ }
159
+
160
+ .btn__icon {
161
+ border: none;
162
+ }
163
+
164
+ .btn__tooltip {
165
+ background-color: var(--color-bg-tooltip);
166
+ color: var(--color-text-ontooltip);
167
+
168
+ &.tooltip--position-top::after {
169
+ border-top-color: var(--color-bg-tooltip);
170
+ }
171
+
172
+ &.tooltip--position-bottom::after {
173
+ border-bottom-color: var(--color-bg-tooltip);
174
+ }
175
+ }
176
+ }
177
+
178
+ & .toolbar-popup__dropdown-label {
179
+ display: none;
180
+ }
181
+ }
182
+
183
+ .toolbar-popup__dropdown-align {
184
+ gap: 0;
185
+ }
186
+
187
+ [data-dropdown-key='text'] {
188
+ & .toolbar-popup__dropdown-item {
189
+ padding: 0 var(--spacer-4);
190
+ }
191
+
192
+ & .toolbar-popup__dropdown-item.active::before {
193
+ content: '';
194
+ position: absolute;
195
+ inset-inline-start: var(--spacer-2-5);
196
+ top: 50%;
197
+ width: var(--spacer-1);
198
+ height: var(--spacer-2);
199
+ border: solid var(--color-text-onselected-strong);
200
+ border-width: 0 1px 1px 0;
201
+ transform: translateY(-60%) rotate(45deg);
202
+ }
203
+
204
+ .btn__icon {
205
+ margin: 0;
206
+ }
207
+ }
208
+ }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import type { LexicalEditor } from 'lexical';
3
3
  import type { ToolbarDropdownGroup } from '../../types.js';
4
4
  import type { ToolbarGroupState } from '../useToolbarStates.js';
5
- import './index.scss';
5
+ import './index.css';
6
6
  export declare const ToolbarDropdown: ({ anchorElem, classNames, editor, group, groupState, Icon, itemsContainerClassNames, label, }: {
7
7
  anchorElem: HTMLElement;
8
8
  classNames?: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/toolbars/shared/ToolbarDropdown/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C,OAAO,KAAK,EAAE,oBAAoB,EAAoB,MAAM,gBAAgB,CAAA;AAC5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAG/D,OAAO,cAAc,CAAA;AAoErB,eAAO,MAAM,eAAe,kGASzB;IACD,UAAU,EAAE,WAAW,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,MAAM,EAAE,aAAa,CAAA;IACrB,KAAK,EAAE,oBAAoB,CAAA;IAC3B,UAAU,EAAE,iBAAiB,CAAA;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,EAAE,CAAA;IACf,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,sBAkCA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/toolbars/shared/ToolbarDropdown/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAItC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C,OAAO,KAAK,EAAE,oBAAoB,EAAoB,MAAM,gBAAgB,CAAA;AAC5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAG/D,OAAO,aAAa,CAAA;AAsEpB,eAAO,MAAM,eAAe,kGASzB;IACD,UAAU,EAAE,WAAW,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,MAAM,EAAE,aAAa,CAAA;IACrB,KAAK,EAAE,oBAAoB,CAAA;IAC3B,UAAU,EAAE,iBAAiB,CAAA;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,EAAE,CAAA;IACf,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,sBAmCA,CAAA"}
@@ -6,14 +6,16 @@ import React, { useMemo } from 'react';
6
6
  const baseClass = 'toolbar-popup__dropdown';
7
7
  import { useTranslation } from '@payloadcms/ui';
8
8
  import { useEditorConfigContext } from '../../../../lexical/config/client/EditorConfigProvider.js';
9
+ import './index.css';
9
10
  import { DropDown, DropDownItem } from './DropDown.js';
10
11
  const ToolbarItem = t0 => {
11
- const $ = _c(14);
12
+ const $ = _c(15);
12
13
  const {
13
14
  active,
14
15
  anchorElem,
15
16
  editor,
16
17
  enabled,
18
+ iconOnly,
17
19
  item
18
20
  } = t0;
19
21
  const {
@@ -48,7 +50,7 @@ const ToolbarItem = t0 => {
48
50
  return t2;
49
51
  }
50
52
  let t2;
51
- if ($[6] !== active || $[7] !== editor || $[8] !== enabled || $[9] !== featureClientSchemaMap || $[10] !== i18n || $[11] !== item || $[12] !== schemaPath) {
53
+ if ($[6] !== active || $[7] !== editor || $[8] !== enabled || $[9] !== featureClientSchemaMap || $[10] !== i18n || $[11] !== iconOnly || $[12] !== item || $[13] !== schemaPath) {
52
54
  let title = item.key;
53
55
  let croppedTitle;
54
56
  if (item.label) {
@@ -70,7 +72,7 @@ const ToolbarItem = t0 => {
70
72
  Icon: item?.ChildComponent ? _jsx(item.ChildComponent, {}) : undefined,
71
73
  item,
72
74
  itemKey: item.key,
73
- tooltip: title,
75
+ tooltip: iconOnly ? title : undefined,
74
76
  children: _jsx("span", {
75
77
  className: "text",
76
78
  children: croppedTitle
@@ -81,11 +83,12 @@ const ToolbarItem = t0 => {
81
83
  $[8] = enabled;
82
84
  $[9] = featureClientSchemaMap;
83
85
  $[10] = i18n;
84
- $[11] = item;
85
- $[12] = schemaPath;
86
- $[13] = t2;
86
+ $[11] = iconOnly;
87
+ $[12] = item;
88
+ $[13] = schemaPath;
89
+ $[14] = t2;
87
90
  } else {
88
- t2 = $[13];
91
+ t2 = $[14];
89
92
  }
90
93
  return t2;
91
94
  };
@@ -110,6 +113,7 @@ export const ToolbarDropdown = ({
110
113
  anchorElem: anchorElem,
111
114
  editor: editor,
112
115
  enabled: groupState.enabledItemKeys.includes(item.key),
116
+ iconOnly: group.iconOnly,
113
117
  item: item
114
118
  }, item.key)) : null;
115
119
  }, [items, groupState.activeItemKeys, groupState.enabledItemKeys, anchorElem, editor]);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["c","_c","React","useMemo","baseClass","useTranslation","useEditorConfigContext","DropDown","DropDownItem","ToolbarItem","t0","$","active","anchorElem","editor","enabled","item","i18n","fieldProps","t1","featureClientSchemaMap","schemaPath","Component","t2","_jsx","key","title","croppedTitle","label","length","substring","Icon","ChildComponent","undefined","itemKey","tooltip","children","className","MemoToolbarItem","memo","ToolbarDropdown","classNames","group","groupState","itemsContainerClassNames","items","groupKey","renderedItems","map","activeItemKeys","includes","enabledItemKeys","buttonAriaLabel","buttonClassName","filter","Boolean","join","disabled","enabledGroup","dropdownKey"],"sources":["../../../../../src/features/toolbars/shared/ToolbarDropdown/index.tsx"],"sourcesContent":["'use client'\nimport React, { useMemo } from 'react'\n\nconst baseClass = 'toolbar-popup__dropdown'\n\nimport type { LexicalEditor } from 'lexical'\n\nimport { useTranslation } from '@payloadcms/ui'\n\nimport type { ToolbarDropdownGroup, ToolbarGroupItem } from '../../types.js'\nimport type { ToolbarGroupState } from '../useToolbarStates.js'\n\nimport { useEditorConfigContext } from '../../../../lexical/config/client/EditorConfigProvider.js'\nimport './index.scss'\nimport { DropDown, DropDownItem } from './DropDown.js'\n\nconst ToolbarItem = ({\n active,\n anchorElem,\n editor,\n enabled,\n item,\n}: {\n active?: boolean\n anchorElem: HTMLElement\n editor: LexicalEditor\n enabled?: boolean\n item: ToolbarGroupItem\n}) => {\n const { i18n } = useTranslation<{}, string>()\n const {\n fieldProps: { featureClientSchemaMap, schemaPath },\n } = useEditorConfigContext()\n\n if (item.Component) {\n return (\n item?.Component && (\n <item.Component\n active={active}\n anchorElem={anchorElem}\n editor={editor}\n enabled={enabled}\n item={item}\n key={item.key}\n />\n )\n )\n }\n\n let title = item.key\n let croppedTitle = item.key\n if (item.label) {\n title =\n typeof item.label === 'function'\n ? item.label({ featureClientSchemaMap, i18n, schemaPath })\n : item.label\n }\n if (title.length > 25) {\n croppedTitle = title.substring(0, 25) + '...'\n } else {\n croppedTitle = title\n }\n\n return (\n <DropDownItem\n active={active}\n editor={editor}\n enabled={enabled}\n Icon={item?.ChildComponent ? <item.ChildComponent /> : undefined}\n item={item}\n itemKey={item.key}\n key={item.key}\n tooltip={title}\n >\n <span className=\"text\">{croppedTitle}</span>\n </DropDownItem>\n )\n}\n\nconst MemoToolbarItem = React.memo(ToolbarItem)\n\nexport const ToolbarDropdown = ({\n anchorElem,\n classNames,\n editor,\n group,\n groupState,\n Icon,\n itemsContainerClassNames,\n label,\n}: {\n anchorElem: HTMLElement\n classNames?: string[]\n editor: LexicalEditor\n group: ToolbarDropdownGroup\n groupState: ToolbarGroupState\n Icon?: React.FC\n itemsContainerClassNames?: string[]\n label?: string\n}) => {\n const { items, key: groupKey } = group\n\n const renderedItems = useMemo(() => {\n return items?.length\n ? items.map((item) => (\n <MemoToolbarItem\n active={groupState.activeItemKeys.includes(item.key)}\n anchorElem={anchorElem}\n editor={editor}\n enabled={groupState.enabledItemKeys.includes(item.key)}\n item={item}\n key={item.key}\n />\n ))\n : null\n }, [items, groupState.activeItemKeys, groupState.enabledItemKeys, anchorElem, editor])\n\n return (\n <DropDown\n buttonAriaLabel={`${groupKey} dropdown`}\n buttonClassName={[baseClass, `${baseClass}-${groupKey}`, ...(classNames || [])]\n .filter(Boolean)\n .join(' ')}\n disabled={!groupState.enabledGroup}\n dropdownKey={groupKey}\n Icon={Icon}\n itemsContainerClassNames={[`${baseClass}-items`, ...(itemsContainerClassNames || [])]}\n key={groupKey}\n label={label}\n >\n {renderedItems}\n </DropDown>\n )\n}\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;;AACA,OAAOC,KAAA,IAASC,OAAO,QAAQ;AAE/B,MAAMC,SAAA,GAAY;AAIlB,SAASC,cAAc,QAAQ;AAK/B,SAASC,sBAAsB,QAAQ;AAEvC,SAASC,QAAQ,EAAEC,YAAY,QAAQ;AAEvC,MAAMC,WAAA,GAAcC,EAAA;EAAA,MAAAC,CAAA,GAAAV,EAAA;EAAC;IAAAW,MAAA;IAAAC,UAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC;EAAA,IAAAN,EAYpB;EACC;IAAAO;EAAA,IAAiBZ,cAAA;EACjB;IAAAa,UAAA,EAAAC;EAAA,IAEIb,sBAAA;EADU;IAAAc,sBAAA;IAAAC;EAAA,IAAAF,EAAsC;EAAA,IAGhDH,IAAA,CAAAM,SAAA;IAAA,IAAAC,EAAA;IAAA,IAAAZ,CAAA,QAAAC,MAAA,IAAAD,CAAA,QAAAE,UAAA,IAAAF,CAAA,QAAAG,MAAA,IAAAH,CAAA,QAAAI,OAAA,IAAAJ,CAAA,QAAAK,IAAA;MAEAO,EAAA,GAAAP,IAAA,EAAAM,SAAA,IACEE,IAAA,CAACR,IAAA,CAAAM,SAAA;QAAAV,MAAA;QAAAC,UAAA;QAAAC,MAAA;QAAAC,OAAA;QAAAC;MAAA,GAMMA,IAAA,CAAAS,GAAQ;MAAAd,CAAA,MAAAC,MAAA;MAAAD,CAAA,MAAAE,UAAA;MAAAF,CAAA,MAAAG,MAAA;MAAAH,CAAA,MAAAI,OAAA;MAAAJ,CAAA,MAAAK,IAAA;MAAAL,CAAA,MAAAY,EAAA;IAAA;MAAAA,EAAA,GAAAZ,CAAA;IAAA;IAAA,OAPjBY,EAOiB;EAAA;EAAA,IAAAA,EAAA;EAAA,IAAAZ,CAAA,QAAAC,MAAA,IAAAD,CAAA,QAAAG,MAAA,IAAAH,CAAA,QAAAI,OAAA,IAAAJ,CAAA,QAAAS,sBAAA,IAAAT,CAAA,SAAAM,IAAA,IAAAN,CAAA,SAAAK,IAAA,IAAAL,CAAA,SAAAU,UAAA;IAMrB,IAAAK,KAAA,GAAYV,IAAA,CAAAS,GAAA;IACZ,IAAAE,YAAA;IAA2B,IACvBX,IAAA,CAAAY,KAAA;MACFF,KAAA,CAAAA,CAAA,CACEA,MAAA,CAAOV,IAAA,CAAAY,KAAA,KAAe,aAClBZ,IAAA,CAAAY,KAAA;QAAAR,sBAAA;QAAAH,IAAA;QAAAI;MAAA,CAAsD,IACtDL,IAAA,CAAAY,KAAU;IAHhB;IAAA,IAKEF,KAAA,CAAAG,MAAA,KAAe;MACjBF,YAAA,CAAAA,CAAA,CAAeD,KAAA,CAAAI,SAAA,MAAmB,IAAM;IAAxC;MAEAH,YAAA,CAAAA,CAAA,CAAeD,KAAA;IAAf;IAIAH,EAAA,GAAAC,IAAA,CAAAhB,YAAA;MAAAI,MAAA;MAAAE,MAAA;MAAAC,OAAA;MAAAgB,IAAA,EAIQf,IAAA,EAAAgB,cAAA,GAAuBR,IAAA,CAACR,IAAA,CAAAgB,cAAA,IAAmB,IAAAC,SAAM;MAAAjB,IAAA;MAAAkB,OAAA,EAE9ClB,IAAA,CAAAS,GAAA;MAAAU,OAAA,EAEAT,KAAA;MAAAU,QAAA,EAETZ,IAAA,CAAC;QAAAa,SAAA,EAAe;QAAAD,QAAA,EAAQT;MAAA,C;OAHnBX,IAAA,CAAAS,GAAQ;IAAAd,CAAA,MAAAC,MAAA;IAAAD,CAAA,MAAAG,MAAA;IAAAH,CAAA,MAAAI,OAAA;IAAAJ,CAAA,MAAAS,sBAAA;IAAAT,CAAA,OAAAM,IAAA;IAAAN,CAAA,OAAAK,IAAA;IAAAL,CAAA,OAAAU,UAAA;IAAAV,CAAA,OAAAY,EAAA;EAAA;IAAAA,EAAA,GAAAZ,CAAA;EAAA;EAAA,OAPfY,EAOe;AAAA,CAMnB;AAEA,MAAMe,eAAA,gBAAkBpC,KAAA,CAAMqC,IAAI,CAAC9B,WAAA;AAEnC,OAAO,MAAM+B,eAAA,GAAkBA,CAAC;EAC9B3B,UAAU;EACV4B,UAAU;EACV3B,MAAM;EACN4B,KAAK;EACLC,UAAU;EACVZ,IAAI;EACJa,wBAAwB;EACxBhB;AAAK,CAUN;EACC,MAAM;IAAEiB,KAAK;IAAEpB,GAAA,EAAKqB;EAAQ,CAAE,GAAGJ,KAAA;EAEjC,MAAMK,aAAA,GAAgB5C,OAAA,CAAQ;IAC5B,OAAO0C,KAAA,EAAOhB,MAAA,GACVgB,KAAA,CAAMG,GAAG,CAAEhC,IAAA,iBACTQ,IAAA,CAACc,eAAA;MACC1B,MAAA,EAAQ+B,UAAA,CAAWM,cAAc,CAACC,QAAQ,CAAClC,IAAA,CAAKS,GAAG;MACnDZ,UAAA,EAAYA,UAAA;MACZC,MAAA,EAAQA,MAAA;MACRC,OAAA,EAAS4B,UAAA,CAAWQ,eAAe,CAACD,QAAQ,CAAClC,IAAA,CAAKS,GAAG;MACrDT,IAAA,EAAMA;OACDA,IAAA,CAAKS,GAAG,KAGjB;EACN,GAAG,CAACoB,KAAA,EAAOF,UAAA,CAAWM,cAAc,EAAEN,UAAA,CAAWQ,eAAe,EAAEtC,UAAA,EAAYC,MAAA,CAAO;EAErF,oBACEU,IAAA,CAACjB,QAAA;IACC6C,eAAA,EAAiB,GAAGN,QAAA,WAAmB;IACvCO,eAAA,EAAiB,CAACjD,SAAA,EAAW,GAAGA,SAAA,IAAa0C,QAAA,EAAU,E,IAAML,UAAA,IAAc,EAAE,EAAE,CAC5Ea,MAAM,CAACC,OAAA,EACPC,IAAI,CAAC;IACRC,QAAA,EAAU,CAACd,UAAA,CAAWe,YAAY;IAClCC,WAAA,EAAab,QAAA;IACbf,IAAA,EAAMA,IAAA;IACNa,wBAAA,EAA0B,CAAC,GAAGxC,SAAA,QAAiB,E,IAAMwC,wBAAA,IAA4B,EAAE,EAAE;IAErFhB,KAAA,EAAOA,KAAA;cAENmB;KAHID,QAAA;AAMX","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["c","_c","React","useMemo","baseClass","useTranslation","useEditorConfigContext","DropDown","DropDownItem","ToolbarItem","t0","$","active","anchorElem","editor","enabled","iconOnly","item","i18n","fieldProps","t1","featureClientSchemaMap","schemaPath","Component","t2","_jsx","title","key","croppedTitle","label","length","substring","Icon","ChildComponent","undefined","itemKey","tooltip","children","className","MemoToolbarItem","memo","ToolbarDropdown","classNames","group","groupState","itemsContainerClassNames","items","groupKey","renderedItems","map","activeItemKeys","includes","enabledItemKeys","buttonAriaLabel","buttonClassName","filter","Boolean","join","disabled","enabledGroup","dropdownKey"],"sources":["../../../../../src/features/toolbars/shared/ToolbarDropdown/index.tsx"],"sourcesContent":["'use client'\nimport React, { useMemo } from 'react'\n\nconst baseClass = 'toolbar-popup__dropdown'\n\nimport type { LexicalEditor } from 'lexical'\n\nimport { useTranslation } from '@payloadcms/ui'\n\nimport type { ToolbarDropdownGroup, ToolbarGroupItem } from '../../types.js'\nimport type { ToolbarGroupState } from '../useToolbarStates.js'\n\nimport { useEditorConfigContext } from '../../../../lexical/config/client/EditorConfigProvider.js'\nimport './index.css'\nimport { DropDown, DropDownItem } from './DropDown.js'\n\nconst ToolbarItem = ({\n active,\n anchorElem,\n editor,\n enabled,\n iconOnly,\n item,\n}: {\n active?: boolean\n anchorElem: HTMLElement\n editor: LexicalEditor\n enabled?: boolean\n iconOnly?: boolean\n item: ToolbarGroupItem\n}) => {\n const { i18n } = useTranslation<{}, string>()\n const {\n fieldProps: { featureClientSchemaMap, schemaPath },\n } = useEditorConfigContext()\n\n if (item.Component) {\n return (\n item?.Component && (\n <item.Component\n active={active}\n anchorElem={anchorElem}\n editor={editor}\n enabled={enabled}\n item={item}\n key={item.key}\n />\n )\n )\n }\n\n let title = item.key\n let croppedTitle = item.key\n if (item.label) {\n title =\n typeof item.label === 'function'\n ? item.label({ featureClientSchemaMap, i18n, schemaPath })\n : item.label\n }\n if (title.length > 25) {\n croppedTitle = title.substring(0, 25) + '...'\n } else {\n croppedTitle = title\n }\n\n return (\n <DropDownItem\n active={active}\n editor={editor}\n enabled={enabled}\n Icon={item?.ChildComponent ? <item.ChildComponent /> : undefined}\n item={item}\n itemKey={item.key}\n key={item.key}\n tooltip={iconOnly ? title : undefined}\n >\n <span className=\"text\">{croppedTitle}</span>\n </DropDownItem>\n )\n}\n\nconst MemoToolbarItem = React.memo(ToolbarItem)\n\nexport const ToolbarDropdown = ({\n anchorElem,\n classNames,\n editor,\n group,\n groupState,\n Icon,\n itemsContainerClassNames,\n label,\n}: {\n anchorElem: HTMLElement\n classNames?: string[]\n editor: LexicalEditor\n group: ToolbarDropdownGroup\n groupState: ToolbarGroupState\n Icon?: React.FC\n itemsContainerClassNames?: string[]\n label?: string\n}) => {\n const { items, key: groupKey } = group\n\n const renderedItems = useMemo(() => {\n return items?.length\n ? items.map((item) => (\n <MemoToolbarItem\n active={groupState.activeItemKeys.includes(item.key)}\n anchorElem={anchorElem}\n editor={editor}\n enabled={groupState.enabledItemKeys.includes(item.key)}\n iconOnly={group.iconOnly}\n item={item}\n key={item.key}\n />\n ))\n : null\n }, [items, groupState.activeItemKeys, groupState.enabledItemKeys, anchorElem, editor])\n\n return (\n <DropDown\n buttonAriaLabel={`${groupKey} dropdown`}\n buttonClassName={[baseClass, `${baseClass}-${groupKey}`, ...(classNames || [])]\n .filter(Boolean)\n .join(' ')}\n disabled={!groupState.enabledGroup}\n dropdownKey={groupKey}\n Icon={Icon}\n itemsContainerClassNames={[`${baseClass}-items`, ...(itemsContainerClassNames || [])]}\n key={groupKey}\n label={label}\n >\n {renderedItems}\n </DropDown>\n )\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"useToolbarStates.d.ts","sourceRoot":"","sources":["../../../../src/features/toolbars/shared/useToolbarStates.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAKjE,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,WAAW,EAAE,gBAAgB,EAAE,CAAA;IAC/B,YAAY,EAAE,OAAO,CAAA;IACrB,eAAe,EAAE,MAAM,EAAE,CAAA;CAC1B;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC3C,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAA;CAC1C;AAgCD;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,YAAY,EAAE,GAAG,SAAS,GACjC,aAAa,CAyFf"}
1
+ {"version":3,"file":"useToolbarStates.d.ts","sourceRoot":"","sources":["../../../../src/features/toolbars/shared/useToolbarStates.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAKjE,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,WAAW,EAAE,gBAAgB,EAAE,CAAA;IAC/B,YAAY,EAAE,OAAO,CAAA;IACrB,eAAe,EAAE,MAAM,EAAE,CAAA;CAC1B;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC3C,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAA;CAC1C;AAgCD;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,YAAY,EAAE,GAAG,SAAS,GACjC,aAAa,CA2Ff"}
@@ -114,7 +114,9 @@ export function useToolbarStates(editor, groups) {
114
114
  }, [editor]);
115
115
  useEffect(() => {
116
116
  void runDeprioritized(updateStates);
117
- const listener = () => runDeprioritized(updateStates);
117
+ const listener = () => {
118
+ void runDeprioritized(updateStates);
119
+ };
118
120
  const cleanup = mergeRegister(editor.registerUpdateListener(listener));
119
121
  document.addEventListener('mouseup', listener);
120
122
  return () => {
@@ -1 +1 @@
1
- {"version":3,"file":"useToolbarStates.js","names":["mergeRegister","$getSelection","useCallback","useDeferredValue","useEffect","useRef","useState","useEditorConfigContext","useRunDeprioritized","buildDefaultStates","groups","itemStates","Map","groupStates","length","group","enabledItemKeys","item","items","set","key","active","enabled","push","activeItemKeys","activeItems","enabledGroup","useToolbarStates","editor","states","setStates","deferredStates","editorConfigContext","editorConfigContextRef","current","groupsRef","runDeprioritized","updateStates","getEditorState","read","selection","currentGroups","ctx","newItemStates","newGroupStates","maxActive","type","maxActiveItems","undefined","isActive","isEnabled","listener","cleanup","registerUpdateListener","document","addEventListener","removeEventListener"],"sources":["../../../../src/features/toolbars/shared/useToolbarStates.ts"],"sourcesContent":["'use client'\nimport type { LexicalEditor } from 'lexical'\n\nimport { mergeRegister } from '@lexical/utils'\nimport { $getSelection } from 'lexical'\nimport { useCallback, useDeferredValue, useEffect, useRef, useState } from 'react'\n\nimport type { ToolbarGroup, ToolbarGroupItem } from '../types.js'\n\nimport { useEditorConfigContext } from '../../../lexical/config/client/EditorConfigProvider.js'\nimport { useRunDeprioritized } from '../../../utilities/useRunDeprioritized.js'\n\nexport interface ToolbarItemState {\n active: boolean\n enabled: boolean\n}\n\nexport interface ToolbarGroupState {\n activeItemKeys: string[]\n activeItems: ToolbarGroupItem[]\n enabledGroup: boolean\n enabledItemKeys: string[]\n}\n\nexport interface ToolbarStates {\n groupStates: Map<string, ToolbarGroupState>\n itemStates: Map<string, ToolbarItemState>\n}\n\n/**\n * Build default states where every item is enabled and nothing is active.\n * Used as the initial value so toolbar groups render immediately on mount\n * instead of waiting for the first updateStates call.\n */\nfunction buildDefaultStates(groups: ToolbarGroup[] | undefined): ToolbarStates {\n const itemStates = new Map<string, ToolbarItemState>()\n const groupStates = new Map<string, ToolbarGroupState>()\n\n if (!groups?.length) {\n return { groupStates, itemStates }\n }\n\n for (const group of groups) {\n const enabledItemKeys: string[] = []\n for (const item of group.items) {\n itemStates.set(item.key, { active: false, enabled: true })\n enabledItemKeys.push(item.key)\n }\n groupStates.set(group.key, {\n activeItemKeys: [],\n activeItems: [],\n enabledGroup: true,\n enabledItemKeys,\n })\n }\n\n return { groupStates, itemStates }\n}\n\n/**\n * Subscribes once to `editor.registerUpdateListener` and computes\n * isActive / isEnabled for every toolbar item in a read.\n */\nexport function useToolbarStates(\n editor: LexicalEditor,\n groups: ToolbarGroup[] | undefined,\n): ToolbarStates {\n const [states, setStates] = useState<ToolbarStates>(() => buildDefaultStates(groups))\n const deferredStates = useDeferredValue(states)\n\n const editorConfigContext = useEditorConfigContext()\n const editorConfigContextRef = useRef(editorConfigContext)\n editorConfigContextRef.current = editorConfigContext\n\n const groupsRef = useRef(groups)\n groupsRef.current = groups\n\n const runDeprioritized = useRunDeprioritized()\n\n const updateStates = useCallback(() => {\n editor.getEditorState().read(() => {\n const selection = $getSelection()\n if (!selection) {\n return\n }\n\n const currentGroups = groupsRef.current\n if (!currentGroups?.length) {\n return\n }\n\n const ctx = editorConfigContextRef.current\n const newItemStates = new Map<string, ToolbarItemState>()\n const newGroupStates = new Map<string, ToolbarGroupState>()\n\n for (const group of currentGroups) {\n const activeItemKeys: string[] = []\n const activeItems: ToolbarGroupItem[] = []\n const enabledItemKeys: string[] = []\n\n const maxActive = group.type === 'dropdown' ? (group.maxActiveItems ?? 1) : undefined\n\n for (const item of group.items) {\n const isActive = item.isActive\n ? (!maxActive || activeItemKeys.length < maxActive) &&\n item.isActive({ editor, editorConfigContext: ctx, selection })\n : false\n\n const isEnabled = item.isEnabled\n ? item.isEnabled({ editor, editorConfigContext: ctx, selection })\n : true\n\n if (isActive) {\n activeItemKeys.push(item.key)\n activeItems.push(item)\n }\n if (isEnabled) {\n enabledItemKeys.push(item.key)\n }\n\n newItemStates.set(item.key, { active: isActive, enabled: isEnabled })\n }\n\n const enabledGroup =\n group.type === 'dropdown' && group.isEnabled\n ? group.isEnabled({ editor, editorConfigContext: ctx, selection })\n : true\n\n newGroupStates.set(group.key, {\n activeItemKeys,\n activeItems,\n enabledGroup,\n enabledItemKeys,\n })\n }\n\n setStates({ groupStates: newGroupStates, itemStates: newItemStates })\n })\n }, [editor])\n\n useEffect(() => {\n void runDeprioritized(updateStates)\n\n const listener = () => runDeprioritized(updateStates)\n\n const cleanup = mergeRegister(editor.registerUpdateListener(listener))\n document.addEventListener('mouseup', listener)\n\n return () => {\n cleanup()\n document.removeEventListener('mouseup', listener)\n }\n }, [editor, runDeprioritized, updateStates])\n\n return deferredStates\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"useToolbarStates.js","names":["mergeRegister","$getSelection","useCallback","useDeferredValue","useEffect","useRef","useState","useEditorConfigContext","useRunDeprioritized","buildDefaultStates","groups","itemStates","Map","groupStates","length","group","enabledItemKeys","item","items","set","key","active","enabled","push","activeItemKeys","activeItems","enabledGroup","useToolbarStates","editor","states","setStates","deferredStates","editorConfigContext","editorConfigContextRef","current","groupsRef","runDeprioritized","updateStates","getEditorState","read","selection","currentGroups","ctx","newItemStates","newGroupStates","maxActive","type","maxActiveItems","undefined","isActive","isEnabled","listener","cleanup","registerUpdateListener","document","addEventListener","removeEventListener"],"sources":["../../../../src/features/toolbars/shared/useToolbarStates.ts"],"sourcesContent":["'use client'\nimport type { LexicalEditor } from 'lexical'\n\nimport { mergeRegister } from '@lexical/utils'\nimport { $getSelection } from 'lexical'\nimport { useCallback, useDeferredValue, useEffect, useRef, useState } from 'react'\n\nimport type { ToolbarGroup, ToolbarGroupItem } from '../types.js'\n\nimport { useEditorConfigContext } from '../../../lexical/config/client/EditorConfigProvider.js'\nimport { useRunDeprioritized } from '../../../utilities/useRunDeprioritized.js'\n\nexport interface ToolbarItemState {\n active: boolean\n enabled: boolean\n}\n\nexport interface ToolbarGroupState {\n activeItemKeys: string[]\n activeItems: ToolbarGroupItem[]\n enabledGroup: boolean\n enabledItemKeys: string[]\n}\n\nexport interface ToolbarStates {\n groupStates: Map<string, ToolbarGroupState>\n itemStates: Map<string, ToolbarItemState>\n}\n\n/**\n * Build default states where every item is enabled and nothing is active.\n * Used as the initial value so toolbar groups render immediately on mount\n * instead of waiting for the first updateStates call.\n */\nfunction buildDefaultStates(groups: ToolbarGroup[] | undefined): ToolbarStates {\n const itemStates = new Map<string, ToolbarItemState>()\n const groupStates = new Map<string, ToolbarGroupState>()\n\n if (!groups?.length) {\n return { groupStates, itemStates }\n }\n\n for (const group of groups) {\n const enabledItemKeys: string[] = []\n for (const item of group.items) {\n itemStates.set(item.key, { active: false, enabled: true })\n enabledItemKeys.push(item.key)\n }\n groupStates.set(group.key, {\n activeItemKeys: [],\n activeItems: [],\n enabledGroup: true,\n enabledItemKeys,\n })\n }\n\n return { groupStates, itemStates }\n}\n\n/**\n * Subscribes once to `editor.registerUpdateListener` and computes\n * isActive / isEnabled for every toolbar item in a read.\n */\nexport function useToolbarStates(\n editor: LexicalEditor,\n groups: ToolbarGroup[] | undefined,\n): ToolbarStates {\n const [states, setStates] = useState<ToolbarStates>(() => buildDefaultStates(groups))\n const deferredStates = useDeferredValue(states)\n\n const editorConfigContext = useEditorConfigContext()\n const editorConfigContextRef = useRef(editorConfigContext)\n editorConfigContextRef.current = editorConfigContext\n\n const groupsRef = useRef(groups)\n groupsRef.current = groups\n\n const runDeprioritized = useRunDeprioritized()\n\n const updateStates = useCallback(() => {\n editor.getEditorState().read(() => {\n const selection = $getSelection()\n if (!selection) {\n return\n }\n\n const currentGroups = groupsRef.current\n if (!currentGroups?.length) {\n return\n }\n\n const ctx = editorConfigContextRef.current\n const newItemStates = new Map<string, ToolbarItemState>()\n const newGroupStates = new Map<string, ToolbarGroupState>()\n\n for (const group of currentGroups) {\n const activeItemKeys: string[] = []\n const activeItems: ToolbarGroupItem[] = []\n const enabledItemKeys: string[] = []\n\n const maxActive = group.type === 'dropdown' ? (group.maxActiveItems ?? 1) : undefined\n\n for (const item of group.items) {\n const isActive = item.isActive\n ? (!maxActive || activeItemKeys.length < maxActive) &&\n item.isActive({ editor, editorConfigContext: ctx, selection })\n : false\n\n const isEnabled = item.isEnabled\n ? item.isEnabled({ editor, editorConfigContext: ctx, selection })\n : true\n\n if (isActive) {\n activeItemKeys.push(item.key)\n activeItems.push(item)\n }\n if (isEnabled) {\n enabledItemKeys.push(item.key)\n }\n\n newItemStates.set(item.key, { active: isActive, enabled: isEnabled })\n }\n\n const enabledGroup =\n group.type === 'dropdown' && group.isEnabled\n ? group.isEnabled({ editor, editorConfigContext: ctx, selection })\n : true\n\n newGroupStates.set(group.key, {\n activeItemKeys,\n activeItems,\n enabledGroup,\n enabledItemKeys,\n })\n }\n\n setStates({ groupStates: newGroupStates, itemStates: newItemStates })\n })\n }, [editor])\n\n useEffect(() => {\n void runDeprioritized(updateStates)\n\n const listener = () => {\n void runDeprioritized(updateStates)\n }\n\n const cleanup = mergeRegister(editor.registerUpdateListener(listener))\n document.addEventListener('mouseup', listener)\n\n return () => {\n cleanup()\n document.removeEventListener('mouseup', listener)\n }\n }, [editor, runDeprioritized, updateStates])\n\n return deferredStates\n}\n"],"mappings":"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","ignoreList":[]}
@@ -2,13 +2,17 @@ import type { I18nClient } from '@payloadcms/translations';
2
2
  import type { BaseSelection, LexicalEditor } from 'lexical';
3
3
  import type React from 'react';
4
4
  import type { EditorConfigContextType } from '../../lexical/config/client/EditorConfigProvider.js';
5
- import type { FeatureClientSchemaMap } from '../../types.js';
5
+ import type { FeatureClientSchemaMap } from '../../types/index.js';
6
6
  export type ToolbarGroup = ToolbarButtonsGroup | ToolbarDropdownGroup;
7
7
  export type ToolbarDropdownGroup = {
8
8
  /**
9
9
  * The dropdown toolbar ChildComponent allows you to pass in a React Component which will be displayed within the dropdown button.
10
10
  */
11
11
  ChildComponent?: React.FC;
12
+ /**
13
+ * If true, the dropdown items will only show icons (text labels are hidden via CSS) and tooltips will be displayed on hover.
14
+ */
15
+ iconOnly?: boolean;
12
16
  /**
13
17
  * This is optional and controls if the toolbar group is highlighted or not.
14
18
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/toolbars/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/toolbars/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","names":[],"sources":["../../../src/features/toolbars/types.ts"],"sourcesContent":["import type { I18nClient } from '@payloadcms/translations'\nimport type { BaseSelection, LexicalEditor } from 'lexical'\nimport type React from 'react'\n\nimport type { EditorConfigContextType } from '../../lexical/config/client/EditorConfigProvider.js'\nimport type { FeatureClientSchemaMap } from '../../types.js'\n\nexport type ToolbarGroup = ToolbarButtonsGroup | ToolbarDropdownGroup\n\nexport type ToolbarDropdownGroup = {\n /**\n * The dropdown toolbar ChildComponent allows you to pass in a React Component which will be displayed within the dropdown button.\n */\n ChildComponent?: React.FC\n /**\n * This is optional and controls if the toolbar group is highlighted or not.\n */\n isEnabled?: ({\n editor,\n editorConfigContext,\n selection,\n }: {\n editor: LexicalEditor\n editorConfigContext: EditorConfigContextType\n selection: BaseSelection\n }) => boolean\n /**\n * All toolbar items part of this toolbar group need to be added here.\n */\n items: Array<ToolbarGroupItem>\n /**\n * Each toolbar group needs to have a unique key. Groups with the same keys will have their items merged together.\n */\n key: string\n /**\n * The maximum number of active items that can be selected at once.\n * Increasing this will hurt performance, as more nodes need to be checked for their active state.\n *\n * E.g. if this is 1, we can stop checking nodes once we find an active node.\n *\n * @default 1\n */\n maxActiveItems?: number\n /**\n * Determines where the toolbar group will be.\n */\n order?: number\n /**\n * Controls the toolbar group type. Set to `dropdown` to create a buttons toolbar group, which displays toolbar items vertically using their icons and labels, if the dropdown is open.\n */\n type: 'dropdown'\n}\n\nexport type ToolbarButtonsGroup = {\n /**\n * All toolbar items part of this toolbar group need to be added here.\n */\n items: Array<ToolbarGroupItem>\n /**\n * Each toolbar group needs to have a unique key. Groups with the same keys will have their items merged together.\n */\n key: string\n /**\n * Determines where the toolbar group will be.\n */\n order?: number\n /**\n * Controls the toolbar group type. Set to `buttons` to create a buttons toolbar group, which displays toolbar items horizontally using only their icons.\n */\n type: 'buttons'\n}\n\nexport type ToolbarGroupItem = {\n /** A React component which is rendered within your toolbar item's default button component. Usually, you want this to be an icon. */\n ChildComponent?: React.FC\n /** A React component which is rendered in place of the toolbar item's default button component, thus completely replacing it. The `ChildComponent` and `onSelect` properties will be ignored. */\n Component?: React.FC<{\n active?: boolean\n anchorElem: HTMLElement\n editor: LexicalEditor\n enabled?: boolean\n item: ToolbarGroupItem\n }>\n /** This is optional and controls if the toolbar item is highlighted or not. */\n isActive?: ({\n editor,\n editorConfigContext,\n selection,\n }: {\n editor: LexicalEditor\n editorConfigContext: EditorConfigContextType\n selection: BaseSelection\n }) => boolean\n /** This is optional and controls if the toolbar item is clickable or not. If `false` is returned here, it will be grayed out and unclickable. */\n isEnabled?: ({\n editor,\n editorConfigContext,\n selection,\n }: {\n editor: LexicalEditor\n editorConfigContext: EditorConfigContextType\n selection: BaseSelection\n }) => boolean\n /** Each toolbar item needs to have a unique key. */\n key: string\n /** The label will be displayed in your toolbar item, if it's within a dropdown group. In order to make use of i18n, this can be a function. */\n label?:\n | ((args: {\n featureClientSchemaMap: FeatureClientSchemaMap\n i18n: I18nClient<{}, string>\n schemaPath: string\n }) => string)\n | string\n /** Each toolbar item needs to have a unique key. */\n onSelect?: ({ editor, isActive }: { editor: LexicalEditor; isActive: boolean }) => void\n order?: number\n}\n\nexport type CustomGroups = Record<\n string,\n | Partial<Omit<ToolbarButtonsGroup, 'items' | 'key'>>\n | Partial<Omit<ToolbarDropdownGroup, 'isEnabled' | 'items' | 'key'>>\n>\n"],"mappings":"AAsHA","ignoreList":[]}
1
+ {"version":3,"file":"types.js","names":[],"sources":["../../../src/features/toolbars/types.ts"],"sourcesContent":["import type { I18nClient } from '@payloadcms/translations'\nimport type { BaseSelection, LexicalEditor } from 'lexical'\nimport type React from 'react'\n\nimport type { EditorConfigContextType } from '../../lexical/config/client/EditorConfigProvider.js'\nimport type { FeatureClientSchemaMap } from '../../types/index.js'\n\nexport type ToolbarGroup = ToolbarButtonsGroup | ToolbarDropdownGroup\n\nexport type ToolbarDropdownGroup = {\n /**\n * The dropdown toolbar ChildComponent allows you to pass in a React Component which will be displayed within the dropdown button.\n */\n ChildComponent?: React.FC\n /**\n * If true, the dropdown items will only show icons (text labels are hidden via CSS) and tooltips will be displayed on hover.\n */\n iconOnly?: boolean\n /**\n * This is optional and controls if the toolbar group is highlighted or not.\n */\n isEnabled?: ({\n editor,\n editorConfigContext,\n selection,\n }: {\n editor: LexicalEditor\n editorConfigContext: EditorConfigContextType\n selection: BaseSelection\n }) => boolean\n /**\n * All toolbar items part of this toolbar group need to be added here.\n */\n items: Array<ToolbarGroupItem>\n /**\n * Each toolbar group needs to have a unique key. Groups with the same keys will have their items merged together.\n */\n key: string\n /**\n * The maximum number of active items that can be selected at once.\n * Increasing this will hurt performance, as more nodes need to be checked for their active state.\n *\n * E.g. if this is 1, we can stop checking nodes once we find an active node.\n *\n * @default 1\n */\n maxActiveItems?: number\n /**\n * Determines where the toolbar group will be.\n */\n order?: number\n /**\n * Controls the toolbar group type. Set to `dropdown` to create a buttons toolbar group, which displays toolbar items vertically using their icons and labels, if the dropdown is open.\n */\n type: 'dropdown'\n}\n\nexport type ToolbarButtonsGroup = {\n /**\n * All toolbar items part of this toolbar group need to be added here.\n */\n items: Array<ToolbarGroupItem>\n /**\n * Each toolbar group needs to have a unique key. Groups with the same keys will have their items merged together.\n */\n key: string\n /**\n * Determines where the toolbar group will be.\n */\n order?: number\n /**\n * Controls the toolbar group type. Set to `buttons` to create a buttons toolbar group, which displays toolbar items horizontally using only their icons.\n */\n type: 'buttons'\n}\n\nexport type ToolbarGroupItem = {\n /** A React component which is rendered within your toolbar item's default button component. Usually, you want this to be an icon. */\n ChildComponent?: React.FC\n /** A React component which is rendered in place of the toolbar item's default button component, thus completely replacing it. The `ChildComponent` and `onSelect` properties will be ignored. */\n Component?: React.FC<{\n active?: boolean\n anchorElem: HTMLElement\n editor: LexicalEditor\n enabled?: boolean\n item: ToolbarGroupItem\n }>\n /** This is optional and controls if the toolbar item is highlighted or not. */\n isActive?: ({\n editor,\n editorConfigContext,\n selection,\n }: {\n editor: LexicalEditor\n editorConfigContext: EditorConfigContextType\n selection: BaseSelection\n }) => boolean\n /** This is optional and controls if the toolbar item is clickable or not. If `false` is returned here, it will be grayed out and unclickable. */\n isEnabled?: ({\n editor,\n editorConfigContext,\n selection,\n }: {\n editor: LexicalEditor\n editorConfigContext: EditorConfigContextType\n selection: BaseSelection\n }) => boolean\n /** Each toolbar item needs to have a unique key. */\n key: string\n /** The label will be displayed in your toolbar item, if it's within a dropdown group. In order to make use of i18n, this can be a function. */\n label?:\n | ((args: {\n featureClientSchemaMap: FeatureClientSchemaMap\n i18n: I18nClient<{}, string>\n schemaPath: string\n }) => string)\n | string\n /** Each toolbar item needs to have a unique key. */\n onSelect?: ({ editor, isActive }: { editor: LexicalEditor; isActive: boolean }) => void\n order?: number\n}\n\nexport type CustomGroups = Record<\n string,\n | Partial<Omit<ToolbarButtonsGroup, 'items' | 'key'>>\n | Partial<Omit<ToolbarDropdownGroup, 'isEnabled' | 'items' | 'key'>>\n>\n"],"mappings":"AA0HA","ignoreList":[]}
@@ -1,11 +1,11 @@
1
+ import type { Transformer } from '@lexical/markdown';
1
2
  import type { Klass, LexicalEditor, LexicalNode, LexicalNodeReplacement, TextFormatType } from 'lexical';
2
3
  import type { ClientConfig, RichTextFieldClient } from 'payload';
3
4
  import type React from 'react';
4
5
  import type { JSX } from 'react';
5
6
  import type { ClientEditorConfig } from '../lexical/config/types.js';
6
7
  import type { SlashMenuGroup } from '../lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js';
7
- import type { Transformer } from '../packages/@lexical/markdown/index.js';
8
- import type { FeatureClientSchemaMap } from '../types.js';
8
+ import type { FeatureClientSchemaMap } from '../types/index.js';
9
9
  import type { ToolbarGroup } from './toolbars/types.js';
10
10
  export type FeatureProviderProviderClient<UnSanitizedClientFeatureProps = undefined, ClientFeatureProps = UnSanitizedClientFeatureProps> = (props: BaseClientFeatureProps<ClientFeatureProps>) => FeatureProviderClient<ClientFeatureProps>;
11
11
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"typesClient.d.ts","sourceRoot":"","sources":["../../src/features/typesClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"typesClient.d.ts","sourceRoot":"","sources":["../../src/features/typesClient.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"typesClient.js","names":[],"sources":["../../src/features/typesClient.ts"],"sourcesContent":["import type {\n Klass,\n LexicalEditor,\n LexicalNode,\n LexicalNodeReplacement,\n TextFormatType,\n} from 'lexical'\nimport type { ClientConfig, RichTextFieldClient } from 'payload'\nimport type React from 'react'\nimport type { JSX } from 'react'\n\nimport type { ClientEditorConfig } from '../lexical/config/types.js'\nimport type { SlashMenuGroup } from '../lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js'\nimport type { Transformer } from '../packages/@lexical/markdown/index.js'\nimport type { FeatureClientSchemaMap } from '../types.js'\nimport type { ToolbarGroup } from './toolbars/types.js'\n\nexport type FeatureProviderProviderClient<\n UnSanitizedClientFeatureProps = undefined,\n ClientFeatureProps = UnSanitizedClientFeatureProps,\n> = (props: BaseClientFeatureProps<ClientFeatureProps>) => FeatureProviderClient<ClientFeatureProps>\n\n/**\n * No dependencies => Features need to be sorted on the server first, then sent to client in right order\n */\nexport type FeatureProviderClient<\n UnSanitizedClientFeatureProps = undefined,\n ClientFeatureProps = UnSanitizedClientFeatureProps,\n> = {\n /**\n * Return props, to make it easy to retrieve passed in props to this Feature for the client if anyone wants to\n */\n clientFeatureProps: BaseClientFeatureProps<UnSanitizedClientFeatureProps>\n feature:\n | ((props: {\n config: ClientConfig\n featureClientImportMap: Record<string, any>\n featureClientSchemaMap: FeatureClientSchemaMap\n /** unSanitizedEditorConfig.features, but mapped */\n featureProviderMap: ClientFeatureProviderMap\n field?: RichTextFieldClient\n // other resolved features, which have been loaded before this one. All features declared in 'dependencies' should be available here\n resolvedFeatures: ResolvedClientFeatureMap\n schemaPath: string\n // unSanitized EditorConfig,\n unSanitizedEditorConfig: ClientEditorConfig\n }) => ClientFeature<ClientFeatureProps>)\n | ClientFeature<ClientFeatureProps>\n}\n\nexport type PluginComponent<ClientFeatureProps = any> = React.FC<{\n clientProps: ClientFeatureProps\n}>\nexport type PluginComponentWithAnchor<ClientFeatureProps = any> = React.FC<{\n anchorElem: HTMLElement\n clientProps: ClientFeatureProps\n}>\n\n/**\n * Plugins are react components which get added to the editor. You can use them to interact with lexical, e.g. to create a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n */\nexport type SanitizedPlugin =\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent\n key: string\n position: 'bottom' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent\n key: string\n position: 'normal' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent\n key: string\n position: 'top' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponentWithAnchor\n desktopOnly?: boolean\n key: string\n position: 'floatingAnchorElem' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n Component: PluginComponent\n key: string\n position: 'aboveContainer'\n }\n | {\n clientProps: any\n Component: PluginComponent\n key: string\n position: 'belowContainer'\n }\n\nexport type ClientFeature<ClientFeatureProps> = {\n /**\n * The text formats which are enabled by this feature.\n */\n enableFormats?: TextFormatType[]\n markdownTransformers?: (\n | ((props: {\n allNodes: Array<Klass<LexicalNode> | LexicalNodeReplacement>\n allTransformers: Transformer[]\n }) => Transformer)\n | Transformer\n )[]\n nodes?: Array<Klass<LexicalNode> | LexicalNodeReplacement>\n /**\n * Plugins are react components which get added to the editor. You can use them to interact with lexical, e.g. to create a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n */\n plugins?: Array<\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'aboveContainer' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'bottom' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'normal' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'top' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponentWithAnchor<ClientFeatureProps>\n position: 'floatingAnchorElem' // Determines at which position the Component will be added.\n }\n | {\n Component: PluginComponent<ClientFeatureProps>\n position: 'belowContainer' // Determines at which position the Component will be added.\n }\n >\n /**\n * Client Features can register their own providers, which will be nested below the EditorConfigProvider\n */\n providers?: Array<React.FC<{ children: JSX.Element }>>\n /**\n * Return props, to make it easy to retrieve passed in props to this Feature for the client if anyone wants to\n */\n sanitizedClientFeatureProps?: BaseClientFeatureProps<ClientFeatureProps>\n slashMenu?: {\n /**\n * Dynamic groups allow you to add different groups depending on the query string (so, the text after the slash).\n * Thus, to re-calculate the available groups, this function will be called every time you type after the /.\n *\n * The groups provided by dynamicGroups will be merged with the static groups provided by the groups property.\n */\n dynamicGroups?: ({\n editor,\n queryString,\n }: {\n editor: LexicalEditor\n queryString: string\n }) => SlashMenuGroup[]\n /**\n * Static array of groups together with the items in them. These will always be present.\n * While typing after the /, they will be filtered by the query string and the keywords, key and display name of the items.\n */\n groups?: SlashMenuGroup[]\n }\n /**\n * An opt-in, classic fixed toolbar which stays at the top of the editor\n */\n toolbarFixed?: {\n groups: ToolbarGroup[]\n }\n /**\n * The default, floating toolbar which appears when you select text.\n */\n toolbarInline?: {\n /**\n * Array of toolbar groups / sections. Each section can contain multiple toolbar items.\n */\n groups: ToolbarGroup[]\n }\n}\n\nexport type BaseClientFeatureProps<ClientFeatureProps> = ClientFeatureProps extends undefined\n ? {\n featureKey: string\n order: number\n }\n : {\n featureKey: string\n order: number\n } & ClientFeatureProps\n\nexport type ResolvedClientFeature<ClientFeatureProps> = {\n key: string\n order: number\n} & ClientFeature<ClientFeatureProps>\n\nexport type ResolvedClientFeatureMap = Map<string, ResolvedClientFeature<any>>\n\nexport type ClientFeatureProviderMap = Map<string, FeatureProviderClient<any, any>>\n\nexport type SanitizedClientFeatures = {\n /** The keys of all enabled features */\n enabledFeatures: string[]\n enabledFormats: TextFormatType[]\n markdownTransformers: Transformer[]\n\n /**\n * Plugins are react components which get added to the editor. You can use them to interact with lexical, e.g. to create a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n */\n plugins?: Array<SanitizedPlugin>\n slashMenu: {\n /**\n * Dynamic groups allow you to add different groups depending on the query string (so, the text after the slash).\n * Thus, to re-calculate the available groups, this function will be called every time you type after the /.\n *\n * The groups provided by dynamicGroups will be merged with the static groups provided by the groups property.\n */\n dynamicGroups: Array<\n ({ editor, queryString }: { editor: LexicalEditor; queryString: string }) => SlashMenuGroup[]\n >\n /**\n * Static array of groups together with the items in them. These will always be present.\n * While typing after the /, they will be filtered by the query string and the keywords, key and display name of the items.\n */\n groups: SlashMenuGroup[]\n }\n} & Required<\n Pick<ResolvedClientFeature<unknown>, 'nodes' | 'providers' | 'toolbarFixed' | 'toolbarInline'>\n>\n"],"mappings":"AAuNA","ignoreList":[]}
1
+ {"version":3,"file":"typesClient.js","names":[],"sources":["../../src/features/typesClient.ts"],"sourcesContent":["import type { Transformer } from '@lexical/markdown'\nimport type {\n Klass,\n LexicalEditor,\n LexicalNode,\n LexicalNodeReplacement,\n TextFormatType,\n} from 'lexical'\nimport type { ClientConfig, RichTextFieldClient } from 'payload'\nimport type React from 'react'\nimport type { JSX } from 'react'\n\nimport type { ClientEditorConfig } from '../lexical/config/types.js'\nimport type { SlashMenuGroup } from '../lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js'\nimport type { FeatureClientSchemaMap } from '../types/index.js'\nimport type { ToolbarGroup } from './toolbars/types.js'\n\nexport type FeatureProviderProviderClient<\n UnSanitizedClientFeatureProps = undefined,\n ClientFeatureProps = UnSanitizedClientFeatureProps,\n> = (props: BaseClientFeatureProps<ClientFeatureProps>) => FeatureProviderClient<ClientFeatureProps>\n\n/**\n * No dependencies => Features need to be sorted on the server first, then sent to client in right order\n */\nexport type FeatureProviderClient<\n UnSanitizedClientFeatureProps = undefined,\n ClientFeatureProps = UnSanitizedClientFeatureProps,\n> = {\n /**\n * Return props, to make it easy to retrieve passed in props to this Feature for the client if anyone wants to\n */\n clientFeatureProps: BaseClientFeatureProps<UnSanitizedClientFeatureProps>\n feature:\n | ((props: {\n config: ClientConfig\n featureClientImportMap: Record<string, any>\n featureClientSchemaMap: FeatureClientSchemaMap\n /** unSanitizedEditorConfig.features, but mapped */\n featureProviderMap: ClientFeatureProviderMap\n field?: RichTextFieldClient\n // other resolved features, which have been loaded before this one. All features declared in 'dependencies' should be available here\n resolvedFeatures: ResolvedClientFeatureMap\n schemaPath: string\n // unSanitized EditorConfig,\n unSanitizedEditorConfig: ClientEditorConfig\n }) => ClientFeature<ClientFeatureProps>)\n | ClientFeature<ClientFeatureProps>\n}\n\nexport type PluginComponent<ClientFeatureProps = any> = React.FC<{\n clientProps: ClientFeatureProps\n}>\nexport type PluginComponentWithAnchor<ClientFeatureProps = any> = React.FC<{\n anchorElem: HTMLElement\n clientProps: ClientFeatureProps\n}>\n\n/**\n * Plugins are react components which get added to the editor. You can use them to interact with lexical, e.g. to create a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n */\nexport type SanitizedPlugin =\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent\n key: string\n position: 'bottom' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent\n key: string\n position: 'normal' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent\n key: string\n position: 'top' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponentWithAnchor\n desktopOnly?: boolean\n key: string\n position: 'floatingAnchorElem' // Determines at which position the Component will be added.\n }\n | {\n clientProps: any\n Component: PluginComponent\n key: string\n position: 'aboveContainer'\n }\n | {\n clientProps: any\n Component: PluginComponent\n key: string\n position: 'belowContainer'\n }\n\nexport type ClientFeature<ClientFeatureProps> = {\n /**\n * The text formats which are enabled by this feature.\n */\n enableFormats?: TextFormatType[]\n markdownTransformers?: (\n | ((props: {\n allNodes: Array<Klass<LexicalNode> | LexicalNodeReplacement>\n allTransformers: Transformer[]\n }) => Transformer)\n | Transformer\n )[]\n nodes?: Array<Klass<LexicalNode> | LexicalNodeReplacement>\n /**\n * Plugins are react components which get added to the editor. You can use them to interact with lexical, e.g. to create a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n */\n plugins?: Array<\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'aboveContainer' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'bottom' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'normal' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponent<ClientFeatureProps>\n position: 'top' // Determines at which position the Component will be added.\n }\n | {\n // plugins are anything which is not directly part of the editor. Like, creating a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n Component: PluginComponentWithAnchor<ClientFeatureProps>\n position: 'floatingAnchorElem' // Determines at which position the Component will be added.\n }\n | {\n Component: PluginComponent<ClientFeatureProps>\n position: 'belowContainer' // Determines at which position the Component will be added.\n }\n >\n /**\n * Client Features can register their own providers, which will be nested below the EditorConfigProvider\n */\n providers?: Array<React.FC<{ children: JSX.Element }>>\n /**\n * Return props, to make it easy to retrieve passed in props to this Feature for the client if anyone wants to\n */\n sanitizedClientFeatureProps?: BaseClientFeatureProps<ClientFeatureProps>\n slashMenu?: {\n /**\n * Dynamic groups allow you to add different groups depending on the query string (so, the text after the slash).\n * Thus, to re-calculate the available groups, this function will be called every time you type after the /.\n *\n * The groups provided by dynamicGroups will be merged with the static groups provided by the groups property.\n */\n dynamicGroups?: ({\n editor,\n queryString,\n }: {\n editor: LexicalEditor\n queryString: string\n }) => SlashMenuGroup[]\n /**\n * Static array of groups together with the items in them. These will always be present.\n * While typing after the /, they will be filtered by the query string and the keywords, key and display name of the items.\n */\n groups?: SlashMenuGroup[]\n }\n /**\n * An opt-in, classic fixed toolbar which stays at the top of the editor\n */\n toolbarFixed?: {\n groups: ToolbarGroup[]\n }\n /**\n * The default, floating toolbar which appears when you select text.\n */\n toolbarInline?: {\n /**\n * Array of toolbar groups / sections. Each section can contain multiple toolbar items.\n */\n groups: ToolbarGroup[]\n }\n}\n\nexport type BaseClientFeatureProps<ClientFeatureProps> = ClientFeatureProps extends undefined\n ? {\n featureKey: string\n order: number\n }\n : {\n featureKey: string\n order: number\n } & ClientFeatureProps\n\nexport type ResolvedClientFeature<ClientFeatureProps> = {\n key: string\n order: number\n} & ClientFeature<ClientFeatureProps>\n\nexport type ResolvedClientFeatureMap = Map<string, ResolvedClientFeature<any>>\n\nexport type ClientFeatureProviderMap = Map<string, FeatureProviderClient<any, any>>\n\nexport type SanitizedClientFeatures = {\n /** The keys of all enabled features */\n enabledFeatures: string[]\n enabledFormats: TextFormatType[]\n markdownTransformers: Transformer[]\n\n /**\n * Plugins are react components which get added to the editor. You can use them to interact with lexical, e.g. to create a command which creates a node, or opens a modal, or some other more \"outside\" functionality\n */\n plugins?: Array<SanitizedPlugin>\n slashMenu: {\n /**\n * Dynamic groups allow you to add different groups depending on the query string (so, the text after the slash).\n * Thus, to re-calculate the available groups, this function will be called every time you type after the /.\n *\n * The groups provided by dynamicGroups will be merged with the static groups provided by the groups property.\n */\n dynamicGroups: Array<\n ({ editor, queryString }: { editor: LexicalEditor; queryString: string }) => SlashMenuGroup[]\n >\n /**\n * Static array of groups together with the items in them. These will always be present.\n * While typing after the /, they will be filtered by the query string and the keywords, key and display name of the items.\n */\n groups: SlashMenuGroup[]\n }\n} & Required<\n Pick<ResolvedClientFeature<unknown>, 'nodes' | 'providers' | 'toolbarFixed' | 'toolbarInline'>\n>\n"],"mappings":"AAuNA","ignoreList":[]}