@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,358 @@
1
+ @layer payload-default {
2
+ .LexicalEditorTheme {
3
+ --lexical-indent-base-value: var(--spacer-6);
4
+
5
+ /* Lexical heading typography scale */
6
+ --lexical-h1-font-size: 2rem; /* 32px */
7
+ --lexical-h1-letter-spacing: -0.544px;
8
+ --lexical-h2-font-size: 1.5rem; /* 24px */
9
+ --lexical-h2-letter-spacing: var(--text-heading-large-letter-spacing);
10
+ --lexical-h2-line-height: 2rem; /* 32px */
11
+ --lexical-h3-font-size: 1.25rem; /* 20px */
12
+ --lexical-h3-letter-spacing: -0.34px;
13
+ --lexical-h4-font-size: 1rem; /* 16px */
14
+ --lexical-h4-letter-spacing: -0.272px;
15
+ --lexical-h5-font-size: 0.8125rem; /* 13px */
16
+ --lexical-h5-letter-spacing: -0.221px;
17
+ --lexical-h6-font-size: 0.6875rem; /* 11px */
18
+ --lexical-h6-letter-spacing: -0.187px;
19
+ --lexical-body-letter-spacing: -0.0325px;
20
+
21
+ color: var(--color-text);
22
+ }
23
+
24
+ .LexicalEditorTheme > :first-child {
25
+ margin-top: 0;
26
+ }
27
+
28
+ .LexicalEditorTheme > :last-child {
29
+ margin-bottom: 0;
30
+ }
31
+
32
+ .LexicalEditorTheme__ltr {
33
+ text-align: left;
34
+ }
35
+
36
+ .LexicalEditorTheme__rtl {
37
+ text-align: right;
38
+ }
39
+
40
+ .LexicalEditorTheme__paragraph {
41
+ font-family: var(--text-body-large-font-family);
42
+ font-size: var(--text-body-large-font-size);
43
+ font-weight: var(--text-body-large-font-weight);
44
+ line-height: var(--text-body-large-line-height);
45
+ letter-spacing: var(--lexical-body-letter-spacing);
46
+ margin-block: var(--spacer-3);
47
+ position: relative;
48
+ }
49
+
50
+ .LexicalEditorTheme__quote {
51
+ font-size: var(--spacer-3);
52
+ line-height: 1.5;
53
+ letter-spacing: normal;
54
+ color: var(--color-text);
55
+ margin-block: var(--spacer-3);
56
+ margin-inline: var(--spacer-1);
57
+ border-inline-start-color: var(--color-border);
58
+ border-inline-start-width: var(--spacer-1);
59
+ border-inline-start-style: solid;
60
+ padding-inline-start: var(--spacer-2-5);
61
+ padding-block: var(--spacer-1);
62
+ }
63
+
64
+ .LexicalEditorTheme__h1,
65
+ .LexicalEditorTheme__h2,
66
+ .LexicalEditorTheme__h3,
67
+ .LexicalEditorTheme__h4,
68
+ .LexicalEditorTheme__h5,
69
+ .LexicalEditorTheme__h6 {
70
+ font-weight: 550;
71
+ line-height: 1.2;
72
+ margin-block: var(--spacer-3);
73
+ }
74
+
75
+ .LexicalEditorTheme__h1 {
76
+ font-size: var(--lexical-h1-font-size);
77
+ letter-spacing: var(--lexical-h1-letter-spacing);
78
+ }
79
+
80
+ .LexicalEditorTheme__h2 {
81
+ font-size: var(--lexical-h2-font-size);
82
+ line-height: var(--lexical-h2-line-height);
83
+ letter-spacing: var(--lexical-h2-letter-spacing);
84
+ }
85
+
86
+ .LexicalEditorTheme__h3 {
87
+ font-size: var(--lexical-h3-font-size);
88
+ letter-spacing: var(--lexical-h3-letter-spacing);
89
+ }
90
+
91
+ .LexicalEditorTheme__h4 {
92
+ font-size: var(--lexical-h4-font-size);
93
+ letter-spacing: var(--lexical-h4-letter-spacing);
94
+ }
95
+
96
+ .LexicalEditorTheme__h5 {
97
+ font-size: var(--lexical-h5-font-size);
98
+ letter-spacing: var(--lexical-h5-letter-spacing);
99
+ }
100
+
101
+ .LexicalEditorTheme__h6 {
102
+ font-size: var(--lexical-h6-font-size);
103
+ letter-spacing: var(--lexical-h6-letter-spacing);
104
+ }
105
+
106
+ .LexicalEditorTheme__textBold {
107
+ font-weight: bold;
108
+ }
109
+
110
+ .LexicalEditorTheme__textItalic {
111
+ font-style: italic;
112
+ }
113
+
114
+ .LexicalEditorTheme__textUnderline {
115
+ text-decoration: underline;
116
+ }
117
+
118
+ .LexicalEditorTheme__textStrikethrough {
119
+ text-decoration: line-through;
120
+ }
121
+
122
+ .LexicalEditorTheme__textUnderlineStrikethrough {
123
+ text-decoration: underline line-through;
124
+ }
125
+
126
+ .LexicalEditorTheme__tabNode {
127
+ position: relative;
128
+ text-decoration: none;
129
+ }
130
+
131
+ .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderline::after {
132
+ content: '';
133
+ position: absolute;
134
+ inset-inline: 0;
135
+ bottom: 0.15em;
136
+ border-bottom: 0.1em solid currentColor;
137
+ }
138
+
139
+ .LexicalEditorTheme__tabNode.LexicalEditorTheme__textStrikethrough::before {
140
+ content: '';
141
+ position: absolute;
142
+ inset-inline: 0;
143
+ top: 0.69em;
144
+ border-top: 0.1em solid currentColor;
145
+ }
146
+
147
+ .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderlineStrikethrough::before,
148
+ .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderlineStrikethrough::after {
149
+ content: '';
150
+ position: absolute;
151
+ inset-inline: 0;
152
+ }
153
+
154
+ .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderlineStrikethrough::before {
155
+ top: 0.69em;
156
+ border-top: 0.1em solid currentColor;
157
+ }
158
+
159
+ .LexicalEditorTheme__tabNode.LexicalEditorTheme__textUnderlineStrikethrough::after {
160
+ bottom: 0.05em;
161
+ border-bottom: 0.1em solid currentColor;
162
+ }
163
+
164
+ .LexicalEditorTheme__textSubscript {
165
+ font-size: 0.8em;
166
+ vertical-align: sub !important;
167
+ }
168
+
169
+ .LexicalEditorTheme__textSuperscript {
170
+ font-size: 0.8em;
171
+ vertical-align: super;
172
+ }
173
+
174
+ .LexicalEditorTheme__textCode {
175
+ border: var(--stroke-width-small) solid var(--color-border);
176
+ color: var(--color-text);
177
+ padding: var(--spacer-1);
178
+ font-family: 'SF Mono', Menlo, Consolas, Monaco, monospace;
179
+ font-size: var(--text-body-medium-font-size);
180
+ font-weight: var(--text-body-medium-font-weight);
181
+ border-radius: var(--radius-small);
182
+ box-decoration-break: clone;
183
+ -webkit-box-decoration-break: clone;
184
+ }
185
+
186
+ .LexicalEditorTheme__link {
187
+ color: var(--color-text-brand);
188
+ text-decoration: underline;
189
+ pointer-events: none;
190
+ }
191
+
192
+ .LexicalEditorTheme__blockCursor {
193
+ display: block;
194
+ pointer-events: none;
195
+ position: absolute;
196
+
197
+ &:after {
198
+ content: '';
199
+ display: block;
200
+ position: absolute;
201
+ top: calc(var(--stroke-width-medium) * -1);
202
+ width: var(--spacer-3);
203
+ border-top: var(--stroke-width-small) solid var(--color-text);
204
+ animation: CursorBlink 1.1s steps(2, start) infinite;
205
+ }
206
+ }
207
+
208
+ @keyframes CursorBlink {
209
+ to {
210
+ visibility: hidden;
211
+ }
212
+ }
213
+
214
+ .LexicalEditorTheme__ol1 {
215
+ padding: 0;
216
+ list-style-type: decimal;
217
+ list-style-position: outside;
218
+ margin-block: var(--spacer-3);
219
+ }
220
+
221
+ .LexicalEditorTheme__ol2 {
222
+ padding: 0;
223
+ margin: 0;
224
+ list-style-type: upper-alpha;
225
+ list-style-position: outside;
226
+ }
227
+
228
+ .LexicalEditorTheme__ol3 {
229
+ padding: 0;
230
+ margin: 0;
231
+ list-style-type: lower-alpha;
232
+ list-style-position: outside;
233
+ }
234
+
235
+ .LexicalEditorTheme__ol4 {
236
+ padding: 0;
237
+ margin: 0;
238
+ list-style-type: upper-roman;
239
+ list-style-position: outside;
240
+ }
241
+
242
+ .LexicalEditorTheme__ol5 {
243
+ padding: 0;
244
+ margin: 0;
245
+ list-style-type: lower-roman;
246
+ list-style-position: outside;
247
+ }
248
+
249
+ .LexicalEditorTheme__ul {
250
+ padding: 0;
251
+ margin-block: var(--spacer-3);
252
+ list-style-type: disc;
253
+ list-style-position: outside;
254
+ }
255
+
256
+ .LexicalEditorTheme__ul ul {
257
+ margin: 0;
258
+ }
259
+
260
+ .LexicalEditorTheme__listItem {
261
+ font-family: var(--text-body-large-font-family);
262
+ font-size: var(--text-body-large-font-size);
263
+ margin-block-end: var(--spacer-3);
264
+ margin-inline-start: var(--spacer-6);
265
+ }
266
+
267
+ .LexicalEditorTheme__listItem[style*='text-align: center'],
268
+ .LexicalEditorTheme__listItem[style*='text-align: right'],
269
+ .LexicalEditorTheme__listItem[style*='text-align: justify'] {
270
+ list-style-position: inside;
271
+ }
272
+
273
+ .LexicalEditorTheme__listItem::marker {
274
+ color: var(--listitem-marker-color);
275
+ background-color: var(--listitem-marker-background-color);
276
+ font-family: var(--listitem-marker-font-family);
277
+ font-size: var(--listitem-marker-font-size);
278
+ }
279
+
280
+ .LexicalEditorTheme__listItem[dir='rtl'] {
281
+ margin-block-end: 0.4em;
282
+ margin-inline-end: var(--spacer-6);
283
+ }
284
+
285
+ .LexicalEditorTheme__listItemChecked,
286
+ .LexicalEditorTheme__listItemUnchecked {
287
+ position: relative;
288
+ padding-inline-start: var(--spacer-4);
289
+ margin-inline-start: var(--spacer-3);
290
+ list-style-type: none;
291
+ outline: none;
292
+ }
293
+
294
+ .LexicalEditorTheme__listItemUnchecked[dir='rtl'],
295
+ .LexicalEditorTheme__listItemChecked[dir='rtl'] {
296
+ margin-inline-start: 0;
297
+ padding-inline-start: 0;
298
+ padding-inline-end: var(--spacer-4);
299
+ margin-inline-end: var(--spacer-3);
300
+ }
301
+
302
+ .LexicalEditorTheme__listItemChecked {
303
+ text-decoration: line-through;
304
+ }
305
+
306
+ .LexicalEditorTheme__listItemUnchecked:before,
307
+ .LexicalEditorTheme__listItemChecked:before {
308
+ content: '';
309
+ width: var(--spacer-3);
310
+ height: var(--spacer-3);
311
+ top: 0;
312
+ inset-inline-start: 0;
313
+ cursor: pointer;
314
+ display: block;
315
+ position: absolute;
316
+ border-radius: var(--radius-medium);
317
+ box-sizing: border-box;
318
+ }
319
+
320
+ .LexicalEditorTheme__listItemUnchecked[dir='rtl']:before,
321
+ .LexicalEditorTheme__listItemChecked[dir='rtl']:before {
322
+ inset-inline-start: auto;
323
+ inset-inline-end: 0;
324
+ }
325
+
326
+ .LexicalEditorTheme__listItemUnchecked:focus:before,
327
+ .LexicalEditorTheme__listItemChecked:focus:before {
328
+ outline: 0;
329
+ box-shadow: 0 0 0 var(--stroke-width-medium) var(--color-border-selected);
330
+ }
331
+
332
+ .LexicalEditorTheme__listItemUnchecked:before {
333
+ border: var(--stroke-width-small) solid var(--color-text);
334
+ background-color: var(--color-bg);
335
+ }
336
+
337
+ .LexicalEditorTheme__listItemChecked:before {
338
+ border: none;
339
+ background-color: var(--color-bg-brand);
340
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5839 3.72266C11.7371 3.49298 12.0476 3.43085 12.2773 3.58399C12.5069 3.73716 12.569 4.04762 12.416 4.27735L7.41596 11.7773C7.33289 11.9019 7.19778 11.9833 7.04877 11.998C6.8999 12.0126 6.75223 11.9593 6.64642 11.8535L3.64642 8.85352C3.4512 8.65826 3.45119 8.34174 3.64642 8.14649C3.84169 7.95133 4.15822 7.95128 4.35346 8.14649L6.92182 10.7148L11.5839 3.72266Z' fill='white'/%3E%3C/svg%3E");
341
+ background-repeat: no-repeat;
342
+ background-position: center;
343
+ background-size: var(--spacer-3);
344
+ }
345
+
346
+ .LexicalEditorTheme__nestedListItem {
347
+ list-style-type: none;
348
+ }
349
+
350
+ .LexicalEditorTheme__nestedListItem:before,
351
+ .LexicalEditorTheme__nestedListItem:after {
352
+ display: none;
353
+ }
354
+ }
355
+
356
+ .ContentEditable__root *::selection {
357
+ background: var(--color-bg-selected-hover) !important;
358
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"EditorTheme.d.ts","sourceRoot":"","sources":["../../../src/lexical/theme/EditorTheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,eAAO,MAAM,kBAAkB,EAAE,kBA0EhC,CAAA"}
1
+ {"version":3,"file":"EditorTheme.d.ts","sourceRoot":"","sources":["../../../src/lexical/theme/EditorTheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,eAAO,MAAM,kBAAkB,EAAE,kBA2EhC,CAAA"}
@@ -34,6 +34,7 @@ export const LexicalEditorTheme = {
34
34
  placeholder: 'LexicalEditorTheme__placeholder',
35
35
  quote: 'LexicalEditorTheme__quote',
36
36
  relationship: 'LexicalEditorTheme__relationship',
37
+ root: 'LexicalEditorTheme',
37
38
  rtl: 'LexicalEditorTheme__rtl',
38
39
  tab: 'LexicalEditorTheme__tabNode',
39
40
  table: 'LexicalEditorTheme__table',
@@ -1 +1 @@
1
- {"version":3,"file":"EditorTheme.js","names":["LexicalEditorTheme","block","blockCursor","characterLimit","code","inlineBlock","heading","h1","h2","h3","h4","h5","h6","hr","hrSelected","indent","link","list","checklist","listitem","listitemChecked","listitemUnchecked","nested","olDepth","ul","ltr","mark","markOverlap","paragraph","placeholder","quote","relationship","rtl","tab","table","tableAddColumns","tableAddRows","tableAlignment","center","right","tableCell","tableCellActionButton","tableCellActionButtonContainer","tableCellHeader","tableCellResizer","tableCellSelected","tableFrozenColumn","tableRowStriping","tableScrollableWrapper","tableSelected","tableSelection","text","bold","italic","strikethrough","subscript","superscript","underline","underlineStrikethrough","upload"],"sources":["../../../src/lexical/theme/EditorTheme.tsx"],"sourcesContent":["import type { EditorThemeClasses } from 'lexical'\n\nexport const LexicalEditorTheme: EditorThemeClasses = {\n block: 'LexicalEditorTheme__block',\n blockCursor: 'LexicalEditorTheme__blockCursor',\n characterLimit: 'LexicalEditorTheme__characterLimit',\n code: 'LexicalEditorTheme__code',\n inlineBlock: 'LexicalEditorTheme__inlineBlock',\n\n heading: {\n h1: 'LexicalEditorTheme__h1',\n h2: 'LexicalEditorTheme__h2',\n h3: 'LexicalEditorTheme__h3',\n h4: 'LexicalEditorTheme__h4',\n h5: 'LexicalEditorTheme__h5',\n h6: 'LexicalEditorTheme__h6',\n },\n hr: 'LexicalEditorTheme__hr',\n hrSelected: 'LexicalEditorTheme__hrSelected',\n indent: 'LexicalEditorTheme__indent',\n link: 'LexicalEditorTheme__link',\n list: {\n checklist: 'LexicalEditorTheme__checklist',\n listitem: 'LexicalEditorTheme__listItem',\n listitemChecked: 'LexicalEditorTheme__listItemChecked',\n listitemUnchecked: 'LexicalEditorTheme__listItemUnchecked',\n nested: {\n listitem: 'LexicalEditorTheme__nestedListItem',\n },\n olDepth: [\n 'LexicalEditorTheme__ol1',\n 'LexicalEditorTheme__ol2',\n 'LexicalEditorTheme__ol3',\n 'LexicalEditorTheme__ol4',\n 'LexicalEditorTheme__ol5',\n ],\n ul: 'LexicalEditorTheme__ul',\n },\n ltr: 'LexicalEditorTheme__ltr',\n mark: 'LexicalEditorTheme__mark',\n markOverlap: 'LexicalEditorTheme__markOverlap',\n paragraph: 'LexicalEditorTheme__paragraph',\n placeholder: 'LexicalEditorTheme__placeholder',\n quote: 'LexicalEditorTheme__quote',\n relationship: 'LexicalEditorTheme__relationship',\n rtl: 'LexicalEditorTheme__rtl',\n tab: 'LexicalEditorTheme__tabNode',\n table: 'LexicalEditorTheme__table',\n tableAddColumns: 'LexicalEditorTheme__tableAddColumns',\n tableAddRows: 'LexicalEditorTheme__tableAddRows',\n tableAlignment: {\n center: 'LexicalEditorTheme__tableAlignmentCenter',\n right: 'LexicalEditorTheme__tableAlignmentRight',\n },\n tableCell: 'LexicalEditorTheme__tableCell',\n tableCellActionButton: 'LexicalEditorTheme__tableCellActionButton',\n tableCellActionButtonContainer: 'LexicalEditorTheme__tableCellActionButtonContainer',\n tableCellHeader: 'LexicalEditorTheme__tableCellHeader',\n tableCellResizer: 'LexicalEditorTheme__tableCellResizer',\n tableCellSelected: 'LexicalEditorTheme__tableCellSelected',\n tableFrozenColumn: 'LexicalEditorTheme__tableFrozenColumn',\n tableRowStriping: 'LexicalEditorTheme__tableRowStriping',\n tableScrollableWrapper: 'LexicalEditorTheme__tableScrollableWrapper',\n tableSelected: 'LexicalEditorTheme__tableSelected',\n tableSelection: 'LexicalEditorTheme__tableSelection',\n text: {\n bold: 'LexicalEditorTheme__textBold',\n code: 'LexicalEditorTheme__textCode',\n italic: 'LexicalEditorTheme__textItalic',\n strikethrough: 'LexicalEditorTheme__textStrikethrough',\n subscript: 'LexicalEditorTheme__textSubscript',\n superscript: 'LexicalEditorTheme__textSuperscript',\n underline: 'LexicalEditorTheme__textUnderline',\n underlineStrikethrough: 'LexicalEditorTheme__textUnderlineStrikethrough',\n },\n upload: 'LexicalEditorTheme__upload',\n}\n"],"mappings":"AAEA,OAAO,MAAMA,kBAAA,GAAyC;EACpDC,KAAA,EAAO;EACPC,WAAA,EAAa;EACbC,cAAA,EAAgB;EAChBC,IAAA,EAAM;EACNC,WAAA,EAAa;EAEbC,OAAA,EAAS;IACPC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;EACN;EACAC,EAAA,EAAI;EACJC,UAAA,EAAY;EACZC,MAAA,EAAQ;EACRC,IAAA,EAAM;EACNC,IAAA,EAAM;IACJC,SAAA,EAAW;IACXC,QAAA,EAAU;IACVC,eAAA,EAAiB;IACjBC,iBAAA,EAAmB;IACnBC,MAAA,EAAQ;MACNH,QAAA,EAAU;IACZ;IACAI,OAAA,EAAS,CACP,2BACA,2BACA,2BACA,2BACA,0BACD;IACDC,EAAA,EAAI;EACN;EACAC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,WAAA,EAAa;EACbC,SAAA,EAAW;EACXC,WAAA,EAAa;EACbC,KAAA,EAAO;EACPC,YAAA,EAAc;EACdC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,KAAA,EAAO;EACPC,eAAA,EAAiB;EACjBC,YAAA,EAAc;EACdC,cAAA,EAAgB;IACdC,MAAA,EAAQ;IACRC,KAAA,EAAO;EACT;EACAC,SAAA,EAAW;EACXC,qBAAA,EAAuB;EACvBC,8BAAA,EAAgC;EAChCC,eAAA,EAAiB;EACjBC,gBAAA,EAAkB;EAClBC,iBAAA,EAAmB;EACnBC,iBAAA,EAAmB;EACnBC,gBAAA,EAAkB;EAClBC,sBAAA,EAAwB;EACxBC,aAAA,EAAe;EACfC,cAAA,EAAgB;EAChBC,IAAA,EAAM;IACJC,IAAA,EAAM;IACNhD,IAAA,EAAM;IACNiD,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,SAAA,EAAW;IACXC,WAAA,EAAa;IACbC,SAAA,EAAW;IACXC,sBAAA,EAAwB;EAC1B;EACAC,MAAA,EAAQ;AACV","ignoreList":[]}
1
+ {"version":3,"file":"EditorTheme.js","names":["LexicalEditorTheme","block","blockCursor","characterLimit","code","inlineBlock","heading","h1","h2","h3","h4","h5","h6","hr","hrSelected","indent","link","list","checklist","listitem","listitemChecked","listitemUnchecked","nested","olDepth","ul","ltr","mark","markOverlap","paragraph","placeholder","quote","relationship","root","rtl","tab","table","tableAddColumns","tableAddRows","tableAlignment","center","right","tableCell","tableCellActionButton","tableCellActionButtonContainer","tableCellHeader","tableCellResizer","tableCellSelected","tableFrozenColumn","tableRowStriping","tableScrollableWrapper","tableSelected","tableSelection","text","bold","italic","strikethrough","subscript","superscript","underline","underlineStrikethrough","upload"],"sources":["../../../src/lexical/theme/EditorTheme.tsx"],"sourcesContent":["import type { EditorThemeClasses } from 'lexical'\n\nexport const LexicalEditorTheme: EditorThemeClasses = {\n block: 'LexicalEditorTheme__block',\n blockCursor: 'LexicalEditorTheme__blockCursor',\n characterLimit: 'LexicalEditorTheme__characterLimit',\n code: 'LexicalEditorTheme__code',\n inlineBlock: 'LexicalEditorTheme__inlineBlock',\n\n heading: {\n h1: 'LexicalEditorTheme__h1',\n h2: 'LexicalEditorTheme__h2',\n h3: 'LexicalEditorTheme__h3',\n h4: 'LexicalEditorTheme__h4',\n h5: 'LexicalEditorTheme__h5',\n h6: 'LexicalEditorTheme__h6',\n },\n hr: 'LexicalEditorTheme__hr',\n hrSelected: 'LexicalEditorTheme__hrSelected',\n indent: 'LexicalEditorTheme__indent',\n link: 'LexicalEditorTheme__link',\n list: {\n checklist: 'LexicalEditorTheme__checklist',\n listitem: 'LexicalEditorTheme__listItem',\n listitemChecked: 'LexicalEditorTheme__listItemChecked',\n listitemUnchecked: 'LexicalEditorTheme__listItemUnchecked',\n nested: {\n listitem: 'LexicalEditorTheme__nestedListItem',\n },\n olDepth: [\n 'LexicalEditorTheme__ol1',\n 'LexicalEditorTheme__ol2',\n 'LexicalEditorTheme__ol3',\n 'LexicalEditorTheme__ol4',\n 'LexicalEditorTheme__ol5',\n ],\n ul: 'LexicalEditorTheme__ul',\n },\n ltr: 'LexicalEditorTheme__ltr',\n mark: 'LexicalEditorTheme__mark',\n markOverlap: 'LexicalEditorTheme__markOverlap',\n paragraph: 'LexicalEditorTheme__paragraph',\n placeholder: 'LexicalEditorTheme__placeholder',\n quote: 'LexicalEditorTheme__quote',\n relationship: 'LexicalEditorTheme__relationship',\n root: 'LexicalEditorTheme',\n rtl: 'LexicalEditorTheme__rtl',\n tab: 'LexicalEditorTheme__tabNode',\n table: 'LexicalEditorTheme__table',\n tableAddColumns: 'LexicalEditorTheme__tableAddColumns',\n tableAddRows: 'LexicalEditorTheme__tableAddRows',\n tableAlignment: {\n center: 'LexicalEditorTheme__tableAlignmentCenter',\n right: 'LexicalEditorTheme__tableAlignmentRight',\n },\n tableCell: 'LexicalEditorTheme__tableCell',\n tableCellActionButton: 'LexicalEditorTheme__tableCellActionButton',\n tableCellActionButtonContainer: 'LexicalEditorTheme__tableCellActionButtonContainer',\n tableCellHeader: 'LexicalEditorTheme__tableCellHeader',\n tableCellResizer: 'LexicalEditorTheme__tableCellResizer',\n tableCellSelected: 'LexicalEditorTheme__tableCellSelected',\n tableFrozenColumn: 'LexicalEditorTheme__tableFrozenColumn',\n tableRowStriping: 'LexicalEditorTheme__tableRowStriping',\n tableScrollableWrapper: 'LexicalEditorTheme__tableScrollableWrapper',\n tableSelected: 'LexicalEditorTheme__tableSelected',\n tableSelection: 'LexicalEditorTheme__tableSelection',\n text: {\n bold: 'LexicalEditorTheme__textBold',\n code: 'LexicalEditorTheme__textCode',\n italic: 'LexicalEditorTheme__textItalic',\n strikethrough: 'LexicalEditorTheme__textStrikethrough',\n subscript: 'LexicalEditorTheme__textSubscript',\n superscript: 'LexicalEditorTheme__textSuperscript',\n underline: 'LexicalEditorTheme__textUnderline',\n underlineStrikethrough: 'LexicalEditorTheme__textUnderlineStrikethrough',\n },\n upload: 'LexicalEditorTheme__upload',\n}\n"],"mappings":"AAEA,OAAO,MAAMA,kBAAA,GAAyC;EACpDC,KAAA,EAAO;EACPC,WAAA,EAAa;EACbC,cAAA,EAAgB;EAChBC,IAAA,EAAM;EACNC,WAAA,EAAa;EAEbC,OAAA,EAAS;IACPC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;EACN;EACAC,EAAA,EAAI;EACJC,UAAA,EAAY;EACZC,MAAA,EAAQ;EACRC,IAAA,EAAM;EACNC,IAAA,EAAM;IACJC,SAAA,EAAW;IACXC,QAAA,EAAU;IACVC,eAAA,EAAiB;IACjBC,iBAAA,EAAmB;IACnBC,MAAA,EAAQ;MACNH,QAAA,EAAU;IACZ;IACAI,OAAA,EAAS,CACP,2BACA,2BACA,2BACA,2BACA,0BACD;IACDC,EAAA,EAAI;EACN;EACAC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,WAAA,EAAa;EACbC,SAAA,EAAW;EACXC,WAAA,EAAa;EACbC,KAAA,EAAO;EACPC,YAAA,EAAc;EACdC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,KAAA,EAAO;EACPC,eAAA,EAAiB;EACjBC,YAAA,EAAc;EACdC,cAAA,EAAgB;IACdC,MAAA,EAAQ;IACRC,KAAA,EAAO;EACT;EACAC,SAAA,EAAW;EACXC,qBAAA,EAAuB;EACvBC,8BAAA,EAAgC;EAChCC,eAAA,EAAiB;EACjBC,gBAAA,EAAkB;EAClBC,iBAAA,EAAmB;EACnBC,iBAAA,EAAmB;EACnBC,gBAAA,EAAkB;EAClBC,sBAAA,EAAwB;EACxBC,aAAA,EAAe;EACfC,cAAA,EAAgB;EAChBC,IAAA,EAAM;IACJC,IAAA,EAAM;IACNjD,IAAA,EAAM;IACNkD,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,SAAA,EAAW;IACXC,WAAA,EAAa;IACbC,SAAA,EAAW;IACXC,sBAAA,EAAwB;EAC1B;EACAC,MAAA,EAAQ;AACV","ignoreList":[]}
@@ -0,0 +1,100 @@
1
+ @layer payload-default {
2
+ .ContentEditable__root {
3
+ border: 0;
4
+ display: block;
5
+ position: relative;
6
+ tab-size: 1;
7
+ outline: 0;
8
+ padding: var(--spacer-3) var(--spacer-3);
9
+ /* Reserve space for the InsertParagraphAtEnd hover "+" affordance, which
10
+ overlaps this bottom padding; shrinking it would cover the last line. */
11
+ padding-bottom: var(--spacer-4);
12
+
13
+ &:focus-visible {
14
+ outline: none !important;
15
+ }
16
+ }
17
+
18
+ @media (min-width: 768px) {
19
+ .ContentEditable__root {
20
+ padding: var(--spacer-4) var(--spacer-5);
21
+ }
22
+
23
+ .rich-text-lexical:not(.rich-text-lexical--show-gutter)
24
+ > .rich-text-lexical__wrap
25
+ > .rich-text-lexical__editor-content
26
+ > .editor-container
27
+ > .editor-scroller
28
+ > .editor
29
+ > .ContentEditable__root {
30
+ padding: var(--spacer-2) 0;
31
+ }
32
+ }
33
+
34
+ html[data-theme='light'] {
35
+ .rich-text-lexical.rich-text-lexical--show-gutter {
36
+ &.error:not(:hover) {
37
+ > .rich-text-lexical__wrap
38
+ > .rich-text-lexical__editor-content
39
+ > .editor-container
40
+ > .editor-scroller
41
+ > .editor
42
+ > .ContentEditable__root::before {
43
+ border-inline-start: var(--stroke-width-medium) solid var(--color-border-danger);
44
+ }
45
+ }
46
+
47
+ &.error:hover {
48
+ > .rich-text-lexical__wrap
49
+ > .rich-text-lexical__editor-content
50
+ > .editor-container
51
+ > .editor-scroller
52
+ > .editor
53
+ > .ContentEditable__root::before {
54
+ border-inline-start: var(--stroke-width-medium) solid var(--color-border-danger);
55
+ }
56
+ }
57
+ }
58
+
59
+ @media (max-width: 768px) {
60
+ .rich-text-lexical {
61
+ &.error {
62
+ > .rich-text-lexical__wrap {
63
+ background-color: var(--color-bg-danger-tertiary);
64
+ border: var(--stroke-width-small) solid var(--color-border-danger);
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+
71
+ html[data-theme='dark'] {
72
+ .rich-text-lexical.rich-text-lexical--show-gutter {
73
+ &.error {
74
+ > .rich-text-lexical__wrap
75
+ > .rich-text-lexical__editor-content
76
+ > .editor-container
77
+ > .editor-scroller
78
+ > .editor
79
+ > .ContentEditable__root::before {
80
+ border-inline-start: var(--stroke-width-medium) solid var(--color-border-danger);
81
+ }
82
+ }
83
+ }
84
+
85
+ @media (max-width: 768px) {
86
+ .rich-text-lexical {
87
+ &.error {
88
+ > .rich-text-lexical__wrap {
89
+ background-color: var(--color-bg-danger-tertiary);
90
+ border: var(--stroke-width-small) solid var(--color-border-danger);
91
+
92
+ &:hover {
93
+ border-color: var(--color-border-danger);
94
+ }
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
@@ -1,5 +1,5 @@
1
1
  import type { JSX } from 'react';
2
- import './ContentEditable.scss';
2
+ import './ContentEditable.css';
3
3
  import type { SanitizedClientEditorConfig } from '../config/types.js';
4
4
  export declare function LexicalContentEditable({ className, editorConfig, }: {
5
5
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ContentEditable.d.ts","sourceRoot":"","sources":["../../../src/lexical/ui/ContentEditable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAMhC,OAAO,wBAAwB,CAAA;AAI/B,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAA;AAErE,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,EACT,YAAY,GACb,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,2BAA2B,CAAA;CAC1C,GAAG,GAAG,CAAC,OAAO,CAgBd"}
1
+ {"version":3,"file":"ContentEditable.d.ts","sourceRoot":"","sources":["../../../src/lexical/ui/ContentEditable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAMhC,OAAO,uBAAuB,CAAA;AAI9B,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAA;AAErE,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,EACT,YAAY,GACb,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,2BAA2B,CAAA;CAC1C,GAAG,GAAG,CAAC,OAAO,CAgBd"}
@@ -5,6 +5,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext';
6
6
  import { ContentEditable } from '@lexical/react/LexicalContentEditable.js';
7
7
  import { useTranslation } from '@payloadcms/ui';
8
+ import './ContentEditable.css';
8
9
  import * as React from 'react';
9
10
  export function LexicalContentEditable(t0) {
10
11
  const $ = _c(5);
@@ -1 +1 @@
1
- {"version":3,"file":"ContentEditable.js","names":["c","_c","useLexicalComposerContext","ContentEditable","useTranslation","React","LexicalContentEditable","t0","$","className","editorConfig","t","t1","getTheme","t2","admin","placeholder","theme","_jsx","children"],"sources":["../../../src/lexical/ui/ContentEditable.tsx"],"sourcesContent":["'use client'\nimport type { JSX } from 'react'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'\nimport { ContentEditable } from '@lexical/react/LexicalContentEditable.js'\nimport { useTranslation } from '@payloadcms/ui'\n\nimport './ContentEditable.scss'\n\nimport * as React from 'react'\n\nimport type { SanitizedClientEditorConfig } from '../config/types.js'\n\nexport function LexicalContentEditable({\n className,\n editorConfig,\n}: {\n className?: string\n editorConfig: SanitizedClientEditorConfig\n}): JSX.Element {\n const { t } = useTranslation<{}, string>()\n const [_, { getTheme }] = useLexicalComposerContext()\n const theme = getTheme()\n\n return (\n <ContentEditable\n aria-placeholder={t('lexical:general:placeholder')}\n className={className ?? 'ContentEditable__root'}\n placeholder={\n <p className={theme?.placeholder}>\n {editorConfig?.admin?.placeholder ?? t('lexical:general:placeholder')}\n </p>\n }\n />\n )\n}\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;;AAGA,SAASC,yBAAyB,QAAQ;AAC1C,SAASC,eAAe,QAAQ;AAChC,SAASC,cAAc,QAAQ;AAI/B,YAAYC,KAAA,MAAW;AAIvB,OAAO,SAAAC,uBAAAC,EAAA;EAAA,MAAAC,CAAA,GAAAP,EAAA;EAAgC;IAAAQ,SAAA;IAAAC;EAAA,IAAAH,EAMtC;EACC;IAAAI;EAAA,IAAcP,cAAA;EACd,SAAAQ,EAAA,IAA0BV,yBAAA;EAAhB;IAAAW;EAAA,IAAAD,EAAY;EAAA,IAAAE,EAAA;EAAA,IAAAN,CAAA,QAAAC,SAAA,IAAAD,CAAA,QAAAE,YAAA,EAAAK,KAAA,EAAAC,WAAA,IAAAR,CAAA,QAAAK,QAAA,IAAAL,CAAA,QAAAG,CAAA;IACtB,MAAAM,KAAA,GAAcJ,QAAA;IAGZC,EAAA,GAAAI,IAAA,CAAAf,eAAA;MAAA,oBACoBQ,CAAA,CAAE;MAAAF,SAAA,EACTA,SAAA,IAAa;MAAAO,WAAA,EAEtBE,IAAA,CAAC;QAAAT,SAAA,EAAaQ,KAAA,EAAAD,WAAA;QAAAG,QAAA,EACXT,YAAA,EAAAK,KAAA,EAAAC,WAAA,IAAoCL,CAAA,CAAE;MAAA,C;;;;;;;;;;SAL7CG,E","ignoreList":[]}
1
+ {"version":3,"file":"ContentEditable.js","names":["c","_c","useLexicalComposerContext","ContentEditable","useTranslation","React","LexicalContentEditable","t0","$","className","editorConfig","t","t1","getTheme","t2","admin","placeholder","theme","_jsx","children"],"sources":["../../../src/lexical/ui/ContentEditable.tsx"],"sourcesContent":["'use client'\nimport type { JSX } from 'react'\n\nimport { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'\nimport { ContentEditable } from '@lexical/react/LexicalContentEditable.js'\nimport { useTranslation } from '@payloadcms/ui'\n\nimport './ContentEditable.css'\n\nimport * as React from 'react'\n\nimport type { SanitizedClientEditorConfig } from '../config/types.js'\n\nexport function LexicalContentEditable({\n className,\n editorConfig,\n}: {\n className?: string\n editorConfig: SanitizedClientEditorConfig\n}): JSX.Element {\n const { t } = useTranslation<{}, string>()\n const [_, { getTheme }] = useLexicalComposerContext()\n const theme = getTheme()\n\n return (\n <ContentEditable\n aria-placeholder={t('lexical:general:placeholder')}\n className={className ?? 'ContentEditable__root'}\n placeholder={\n <p className={theme?.placeholder}>\n {editorConfig?.admin?.placeholder ?? t('lexical:general:placeholder')}\n </p>\n }\n />\n )\n}\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;;AAGA,SAASC,yBAAyB,QAAQ;AAC1C,SAASC,eAAe,QAAQ;AAChC,SAASC,cAAc,QAAQ;AAE/B,OAAO;AAEP,YAAYC,KAAA,MAAW;AAIvB,OAAO,SAAAC,uBAAAC,EAAA;EAAA,MAAAC,CAAA,GAAAP,EAAA;EAAgC;IAAAQ,SAAA;IAAAC;EAAA,IAAAH,EAMtC;EACC;IAAAI;EAAA,IAAcP,cAAA;EACd,SAAAQ,EAAA,IAA0BV,yBAAA;EAAhB;IAAAW;EAAA,IAAAD,EAAY;EAAA,IAAAE,EAAA;EAAA,IAAAN,CAAA,QAAAC,SAAA,IAAAD,CAAA,QAAAE,YAAA,EAAAK,KAAA,EAAAC,WAAA,IAAAR,CAAA,QAAAK,QAAA,IAAAL,CAAA,QAAAG,CAAA;IACtB,MAAAM,KAAA,GAAcJ,QAAA;IAGZC,EAAA,GAAAI,IAAA,CAAAf,eAAA;MAAA,oBACoBQ,CAAA,CAAE;MAAAF,SAAA,EACTA,SAAA,IAAa;MAAAO,WAAA,EAEtBE,IAAA,CAAC;QAAAT,SAAA,EAAaQ,KAAA,EAAAD,WAAA;QAAAG,QAAA,EACXT,YAAA,EAAAK,KAAA,EAAAC,WAAA,IAAoCL,CAAA,CAAE;MAAA,C;;;;;;;;;;SAL7CG,E","ignoreList":[]}
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- const path = 'M16.5 6C17.3284 6 18 6.67157 18 7.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V12.5C6 12.2239 6.22386 12 6.5 12C6.77614 12 7 12.2239 7 12.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H15.5C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6H16.5ZM8.14648 6.14648C8.34175 5.95122 8.65825 5.95122 8.85352 6.14648C9.04878 6.34175 9.04878 6.65825 8.85352 6.85352L7.20703 8.5L8.85352 10.1465C9.04878 10.3417 9.04878 10.6583 8.85352 10.8535C8.65825 11.0488 8.34175 11.0488 8.14648 10.8535L6.14648 8.85352C5.95122 8.65825 5.95122 8.34175 6.14648 8.14648L8.14648 6.14648ZM11.1465 6.14648C11.3417 5.95122 11.6583 5.95122 11.8535 6.14648L13.8535 8.14648C14.0488 8.34175 14.0488 8.65825 13.8535 8.85352L11.8535 10.8535C11.6583 11.0488 11.3417 11.0488 11.1465 10.8535C10.9512 10.6583 10.9512 10.3417 11.1465 10.1465L12.793 8.5L11.1465 6.85352C10.9512 6.65825 10.9512 6.34175 11.1465 6.14648Z';
5
+ const path = 'M9.64645 8.14645C9.84171 7.95118 10.1582 7.95118 10.3535 8.14645C10.5487 8.34171 10.5487 8.65822 10.3535 8.85348L7.20699 12L10.3535 15.1464C10.5487 15.3417 10.5487 15.6582 10.3535 15.8535C10.1582 16.0487 9.84171 16.0487 9.64645 15.8535L6.14645 12.3535C5.95118 12.1582 5.95118 11.8417 6.14645 11.6464L9.64645 8.14645ZM13.6464 8.14645C13.8417 7.95118 14.1582 7.95118 14.3535 8.14645L17.8535 11.6464C18.0487 11.8417 18.0487 12.1582 17.8535 12.3535L14.3535 15.8535C14.1582 16.0487 13.8417 16.0487 13.6464 15.8535C13.4512 15.6582 13.4512 15.3417 13.6464 15.1464L16.7929 12L13.6464 8.85348C13.4512 8.65822 13.4512 8.34171 13.6464 8.14645Z';
6
6
  export const CodeIcon = ({
7
7
  className
8
8
  }) => /*#__PURE__*/_jsx("svg", {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","path","CodeIcon","className","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","clipRule","d","fillRule"],"sources":["../../../../../src/lexical/ui/icons/Code/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M16.5 6C17.3284 6 18 6.67157 18 7.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V12.5C6 12.2239 6.22386 12 6.5 12C6.77614 12 7 12.2239 7 12.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H15.5C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6H16.5ZM8.14648 6.14648C8.34175 5.95122 8.65825 5.95122 8.85352 6.14648C9.04878 6.34175 9.04878 6.65825 8.85352 6.85352L7.20703 8.5L8.85352 10.1465C9.04878 10.3417 9.04878 10.6583 8.85352 10.8535C8.65825 11.0488 8.34175 11.0488 8.14648 10.8535L6.14648 8.85352C5.95122 8.65825 5.95122 8.34175 6.14648 8.14648L8.14648 6.14648ZM11.1465 6.14648C11.3417 5.95122 11.6583 5.95122 11.8535 6.14648L13.8535 8.14648C14.0488 8.34175 14.0488 8.65825 13.8535 8.85352L11.8535 10.8535C11.6583 11.0488 11.3417 11.0488 11.1465 10.8535C10.9512 10.6583 10.9512 10.3417 11.1465 10.1465L12.793 8.5L11.1465 6.85352C10.9512 6.65825 10.9512 6.34175 11.1465 6.14648Z'\n\nexport const CodeIcon: React.FC<{\n readonly className?: string\n}> = ({ className }) => (\n <svg\n aria-hidden=\"true\"\n className={['icon', className].filter(Boolean).join(' ')}\n fill=\"none\"\n focusable=\"false\"\n height={24}\n viewBox=\"0 0 24 24\"\n width={24}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path clipRule=\"evenodd\" d={path} fill=\"currentColor\" fillRule=\"evenodd\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,IAAA,GACJ;AAEF,OAAO,MAAMC,QAAA,GAERA,CAAC;EAAEC;AAAS,CAAE,kBACjBC,IAAA,CAAC;EACC,eAAY;EACZD,SAAA,EAAW,CAAC,QAAQA,SAAA,CAAU,CAACE,MAAM,CAACC,OAAA,EAASC,IAAI,CAAC;EACpDC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAQ;EACRC,OAAA,EAAQ;EACRC,KAAA,EAAO;EACPC,KAAA,EAAM;YAEN,aAAAT,IAAA,CAAC;IAAKU,QAAA,EAAS;IAAUC,CAAA,EAAGd,IAAA;IAAMO,IAAA,EAAK;IAAeQ,QAAA,EAAS","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","path","CodeIcon","className","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","clipRule","d","fillRule"],"sources":["../../../../../src/lexical/ui/icons/Code/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M9.64645 8.14645C9.84171 7.95118 10.1582 7.95118 10.3535 8.14645C10.5487 8.34171 10.5487 8.65822 10.3535 8.85348L7.20699 12L10.3535 15.1464C10.5487 15.3417 10.5487 15.6582 10.3535 15.8535C10.1582 16.0487 9.84171 16.0487 9.64645 15.8535L6.14645 12.3535C5.95118 12.1582 5.95118 11.8417 6.14645 11.6464L9.64645 8.14645ZM13.6464 8.14645C13.8417 7.95118 14.1582 7.95118 14.3535 8.14645L17.8535 11.6464C18.0487 11.8417 18.0487 12.1582 17.8535 12.3535L14.3535 15.8535C14.1582 16.0487 13.8417 16.0487 13.6464 15.8535C13.4512 15.6582 13.4512 15.3417 13.6464 15.1464L16.7929 12L13.6464 8.85348C13.4512 8.65822 13.4512 8.34171 13.6464 8.14645Z'\n\nexport const CodeIcon: React.FC<{\n readonly className?: string\n}> = ({ className }) => (\n <svg\n aria-hidden=\"true\"\n className={['icon', className].filter(Boolean).join(' ')}\n fill=\"none\"\n focusable=\"false\"\n height={24}\n viewBox=\"0 0 24 24\"\n width={24}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path clipRule=\"evenodd\" d={path} fill=\"currentColor\" fillRule=\"evenodd\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,IAAA,GACJ;AAEF,OAAO,MAAMC,QAAA,GAERA,CAAC;EAAEC;AAAS,CAAE,kBACjBC,IAAA,CAAC;EACC,eAAY;EACZD,SAAA,EAAW,CAAC,QAAQA,SAAA,CAAU,CAACE,MAAM,CAACC,OAAA,EAASC,IAAI,CAAC;EACpDC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAQ;EACRC,OAAA,EAAQ;EACRC,KAAA,EAAO;EACPC,KAAA,EAAM;YAEN,aAAAT,IAAA,CAAC;IAAKU,QAAA,EAAS;IAAUC,CAAA,EAAGd,IAAA;IAAMO,IAAA,EAAK;IAAeQ,QAAA,EAAS","ignoreList":[]}
@@ -6,7 +6,7 @@ const paths = {
6
6
  // icon-16-code-block
7
7
  16: 'M6.646 6.146a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708L7.793 5zm-1.292-3a.5.5 0 0 1 0 .708L4.207 5l1.147 1.146a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0M10.5 3h1A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-3a.5.5 0 0 1 1 0v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1 0-1',
8
8
  // icon-24-code-block
9
- 24: 'M7.354 4.146a.5.5 0 0 1 0 .708L5.207 7l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0M14 4.5a.5.5 0 0 1 .5-.5H18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6.5a.5.5 0 0 1 1 0V18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3.5a.5.5 0 0 1-.5-.5m-4.354.354a.5.5 0 1 1 .708-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L11.793 7z'
9
+ 24: 'M16.5 6C17.3284 6 18 6.67157 18 7.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V12.5C6 12.2239 6.22386 12 6.5 12C6.77614 12 7 12.2239 7 12.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H15.5C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6H16.5ZM8.14648 6.14648C8.34175 5.95122 8.65825 5.95122 8.85352 6.14648C9.04878 6.34175 9.04878 6.65825 8.85352 6.85352L7.20703 8.5L8.85352 10.1465C9.04878 10.3417 9.04878 10.6583 8.85352 10.8535C8.65825 11.0488 8.34175 11.0488 8.14648 10.8535L6.14648 8.85352C5.95122 8.65825 5.95122 8.34175 6.14648 8.14648L8.14648 6.14648ZM11.1465 6.14648C11.3417 5.95122 11.6583 5.95122 11.8535 6.14648L13.8535 8.14648C14.0488 8.34175 14.0488 8.65825 13.8535 8.85352L11.8535 10.8535C11.6583 11.0488 11.3417 11.0488 11.1465 10.8535C10.9512 10.6583 10.9512 10.3417 11.1465 10.1465L12.793 8.5L11.1465 6.85352C10.9512 6.65825 10.9512 6.34175 11.1465 6.14648Z'
10
10
  };
11
11
  export const CodeBlockIcon = ({
12
12
  className,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","paths","CodeBlockIcon","className","size","_jsx","fill","height","viewBox","width","xmlns","clipRule","d","fillRule"],"sources":["../../../../../src/lexical/ui/icons/CodeBlock/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst paths = {\n // icon-16-code-block\n 16: 'M6.646 6.146a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708L7.793 5zm-1.292-3a.5.5 0 0 1 0 .708L4.207 5l1.147 1.146a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0M10.5 3h1A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-3a.5.5 0 0 1 1 0v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1 0-1',\n // icon-24-code-block\n 24: 'M7.354 4.146a.5.5 0 0 1 0 .708L5.207 7l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0M14 4.5a.5.5 0 0 1 .5-.5H18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6.5a.5.5 0 0 1 1 0V18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3.5a.5.5 0 0 1-.5-.5m-4.354.354a.5.5 0 1 1 .708-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L11.793 7z',\n}\n\nexport const CodeBlockIcon: React.FC<{\n readonly className?: string\n readonly size?: 16 | 24\n}> = ({ className, size = 24 }) => (\n <svg\n className={className}\n fill=\"none\"\n height={size}\n viewBox={`0 0 ${size} ${size}`}\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path clipRule=\"evenodd\" d={paths[size]} fill=\"currentColor\" fillRule=\"evenodd\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,KAAA,GAAQ;EACZ;EACA,IAAI;EACJ;EACA,IAAI;AACN;AAEA,OAAO,MAAMC,aAAA,GAGRA,CAAC;EAAEC,SAAS;EAAEC,IAAA,GAAO;AAAE,CAAE,kBAC5BC,IAAA,CAAC;EACCF,SAAA,EAAWA,SAAA;EACXG,IAAA,EAAK;EACLC,MAAA,EAAQH,IAAA;EACRI,OAAA,EAAS,OAAOJ,IAAA,IAAQA,IAAA,EAAM;EAC9BK,KAAA,EAAOL,IAAA;EACPM,KAAA,EAAM;YAEN,aAAAL,IAAA,CAAC;IAAKM,QAAA,EAAS;IAAUC,CAAA,EAAGX,KAAK,CAACG,IAAA,CAAK;IAAEE,IAAA,EAAK;IAAeO,QAAA,EAAS","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","paths","CodeBlockIcon","className","size","_jsx","fill","height","viewBox","width","xmlns","clipRule","d","fillRule"],"sources":["../../../../../src/lexical/ui/icons/CodeBlock/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst paths = {\n // icon-16-code-block\n 16: 'M6.646 6.146a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708L7.793 5zm-1.292-3a.5.5 0 0 1 0 .708L4.207 5l1.147 1.146a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708 0M10.5 3h1A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-3a.5.5 0 0 1 1 0v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1 0-1',\n // icon-24-code-block\n 24: 'M16.5 6C17.3284 6 18 6.67157 18 7.5V16.5C18 17.3284 17.3284 18 16.5 18H7.5C6.67157 18 6 17.3284 6 16.5V12.5C6 12.2239 6.22386 12 6.5 12C6.77614 12 7 12.2239 7 12.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H15.5C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6H16.5ZM8.14648 6.14648C8.34175 5.95122 8.65825 5.95122 8.85352 6.14648C9.04878 6.34175 9.04878 6.65825 8.85352 6.85352L7.20703 8.5L8.85352 10.1465C9.04878 10.3417 9.04878 10.6583 8.85352 10.8535C8.65825 11.0488 8.34175 11.0488 8.14648 10.8535L6.14648 8.85352C5.95122 8.65825 5.95122 8.34175 6.14648 8.14648L8.14648 6.14648ZM11.1465 6.14648C11.3417 5.95122 11.6583 5.95122 11.8535 6.14648L13.8535 8.14648C14.0488 8.34175 14.0488 8.65825 13.8535 8.85352L11.8535 10.8535C11.6583 11.0488 11.3417 11.0488 11.1465 10.8535C10.9512 10.6583 10.9512 10.3417 11.1465 10.1465L12.793 8.5L11.1465 6.85352C10.9512 6.65825 10.9512 6.34175 11.1465 6.14648Z',\n}\n\nexport const CodeBlockIcon: React.FC<{\n readonly className?: string\n readonly size?: 16 | 24\n}> = ({ className, size = 24 }) => (\n <svg\n className={className}\n fill=\"none\"\n height={size}\n viewBox={`0 0 ${size} ${size}`}\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path clipRule=\"evenodd\" d={paths[size]} fill=\"currentColor\" fillRule=\"evenodd\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,KAAA,GAAQ;EACZ;EACA,IAAI;EACJ;EACA,IAAI;AACN;AAEA,OAAO,MAAMC,aAAA,GAGRA,CAAC;EAAEC,SAAS;EAAEC,IAAA,GAAO;AAAE,CAAE,kBAC5BC,IAAA,CAAC;EACCF,SAAA,EAAWA,SAAA;EACXG,IAAA,EAAK;EACLC,MAAA,EAAQH,IAAA;EACRI,OAAA,EAAS,OAAOJ,IAAA,IAAQA,IAAA,EAAM;EAC9BK,KAAA,EAAOL,IAAA;EACPM,KAAA,EAAM;YAEN,aAAAL,IAAA,CAAC;IAAKM,QAAA,EAAS;IAAUC,CAAA,EAAGX,KAAK,CAACG,IAAA,CAAK;IAAEE,IAAA,EAAK;IAAeO,QAAA,EAAS","ignoreList":[]}
@@ -4,7 +4,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
5
  const paths = {
6
6
  16: 'M8.38 6.381a.29.29 0 0 1 .347-.056q.293.161.541.408a2.5 2.5 0 0 1 0 3.535l-2 2a2.5 2.5 0 0 1-3.535-3.535l.571-.573c.25-.249.692-.107.81.224a.46.46 0 0 1-.098.478l-.576.578a1.5 1.5 0 1 0 2.121 2.12l2-2a1.5 1.5 0 0 0 0-2.12c-.23-.23-.493-.509-.358-.805a.9.9 0 0 1 .178-.254m.352-2.648a2.5 2.5 0 1 1 3.535 3.535l-.471.47c-.253.254-.717.082-.819-.261a.44.44 0 0 1 .102-.435l.481-.481A1.5 1.5 0 0 0 9.44 4.44l-2 2a1.5 1.5 0 0 0 0 2.12c.136.138.168.365.031.502l-.182.181c-.154.154-.403.179-.557.025a2.5 2.5 0 0 1 0-3.535z',
7
- 24: 'M11.713 9.585c.26-.261.648-.367.982-.21.41.193.795.46 1.133.797l.141.148c1.371 1.517 1.401 3.859.027 5.384l-.143.15-3 3c-1.518 1.517-3.966 1.532-5.533.116l-.149-.142c-1.557-1.558-1.591-4.115-.025-5.682l1.917-1.918c.276-.275.79-.046.836.341a.43.43 0 0 1-.12.357l-1.926 1.927c-1.167 1.167-1.15 3.092.025 4.268l.113.107c1.183 1.07 3.024 1.048 4.155-.082l3-3 .105-.111c1.025-1.137 1.011-2.899-.023-4.044l-.107-.112a3 3 0 0 0-1.3-.769c-.211-.061-.327-.305-.172-.46zm1.583-4.581c1.576-1.42 4.024-1.341 5.532.168l.142.148c1.37 1.517 1.401 3.859.027 5.384l-.143.15-1.918 1.917c-.276.276-.79.047-.835-.34a.43.43 0 0 1 .12-.358l1.926-1.927.105-.111c1.025-1.137 1.011-2.899-.023-4.044l-.107-.112c-1.14-1.14-2.982-1.19-4.157-.131l-.111.105-3 3c-1.167 1.167-1.151 3.092.025 4.268l.113.107c.399.36.872.596 1.369.707.128.029.198.174.116.276l-.126.14-.065.064c-.26.26-.647.367-.98.21a4 4 0 0 1-.985-.655l-.149-.142c-1.557-1.557-1.592-4.115-.025-5.682l3-3z'
7
+ 24: 'M12.4436 10.3708C12.6861 10.5041 12.9148 10.6721 13.1204 10.8776C14.2919 12.0492 14.2918 13.9482 13.1204 15.1198L11.1204 17.1198C9.94879 18.2914 8.04975 18.2914 6.87817 17.1198C5.70664 15.9482 5.70661 14.0492 6.87817 12.8776L8.1477 11.6071C8.4098 11.345 8.89329 11.5392 8.97388 11.9011C9.00617 12.0462 8.96861 12.2012 8.86353 12.3063L7.5852 13.5847C6.80417 14.3657 6.80419 15.6317 7.5852 16.4128C8.36625 17.1938 9.63228 17.1938 10.4133 16.4128L12.4133 14.4128C13.1942 13.6317 13.1943 12.3657 12.4133 11.5847C12.4042 11.5755 12.3953 11.5662 12.386 11.5573C12.2925 11.468 12.1984 11.3736 12.1614 11.2497C12.0724 10.9515 12.1448 10.6149 12.3801 10.3796C12.397 10.3628 12.4228 10.3594 12.4436 10.3708ZM12.8782 6.87764C14.0497 5.70615 15.9488 5.70616 17.1204 6.87764C18.2919 8.04919 18.2919 9.94825 17.1204 11.1198L15.8508 12.3903C15.5887 12.6522 15.1053 12.4581 15.0247 12.0964C14.9924 11.9512 15.0308 11.7963 15.136 11.6911L16.4133 10.4128C17.1943 9.63175 17.1943 8.3657 16.4133 7.58467C15.6323 6.80371 14.3662 6.8037 13.5852 7.58467L11.5852 9.58467C10.8046 10.3657 10.8044 11.6319 11.5852 12.4128C11.5943 12.4219 11.6042 12.4303 11.6135 12.4392C11.7064 12.5278 11.7999 12.622 11.8372 12.7448C11.9276 13.044 11.8545 13.3827 11.6184 13.6188C11.6023 13.6347 11.5778 13.6383 11.5579 13.6276C11.3146 13.4942 11.0843 13.3259 10.8782 13.1198C9.7068 11.9484 9.707 10.0492 10.8782 8.87764L12.8782 6.87764Z'
8
8
  };
9
9
  export const LinkIcon = ({
10
10
  className,