@payloadcms/richtext-lexical 3.86.0-internal.ac46214 → 4.0.0-internal.1f9ae9a

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 (916) hide show
  1. package/dist/cell/rscEntry.d.ts +1 -1
  2. package/dist/cell/rscEntry.d.ts.map +1 -1
  3. package/dist/cell/rscEntry.js.map +1 -1
  4. package/dist/exports/client/Field-G5Z2HM5Y.js +2 -0
  5. package/dist/exports/client/Field-G5Z2HM5Y.js.map +7 -0
  6. package/dist/exports/client/RelationshipComponent-RZL743CS.js +2 -0
  7. package/dist/exports/client/RelationshipComponent-RZL743CS.js.map +7 -0
  8. package/dist/exports/client/bundled.css +1 -1
  9. package/dist/exports/client/{chunk-QJ5EETIB.js → chunk-6QWQ7JV4.js} +2 -2
  10. package/dist/exports/client/chunk-FEJXFRL7.js +2 -0
  11. package/dist/exports/client/chunk-FEJXFRL7.js.map +7 -0
  12. package/dist/exports/client/{chunk-FTT5KJ6W.js → chunk-LH634DPU.js} +1 -1
  13. package/dist/exports/client/chunk-LH634DPU.js.map +7 -0
  14. package/dist/exports/client/{chunk-BZZVLW4U.js → chunk-RJ5MAOKZ.js} +1 -1
  15. package/dist/exports/client/chunk-RJ5MAOKZ.js.map +7 -0
  16. package/dist/exports/client/chunk-WSAPGI3Z.js +2 -0
  17. package/dist/exports/client/chunk-WSAPGI3Z.js.map +7 -0
  18. package/dist/exports/client/component-CVM4OESA.js +2 -0
  19. package/dist/exports/client/component-CVM4OESA.js.map +7 -0
  20. package/dist/exports/client/componentInline-JJZ2NKW2.js +2 -0
  21. package/dist/exports/client/index.d.ts +0 -2
  22. package/dist/exports/client/index.d.ts.map +1 -1
  23. package/dist/exports/client/index.js +30 -30
  24. package/dist/exports/client/index.js.map +4 -4
  25. package/dist/exports/react/index.d.ts +1 -1
  26. package/dist/exports/react/index.d.ts.map +1 -1
  27. package/dist/exports/react/index.js.map +1 -1
  28. package/dist/features/align/client/toolbarAlignGroup.d.ts.map +1 -1
  29. package/dist/features/align/client/toolbarAlignGroup.js +1 -0
  30. package/dist/features/align/client/toolbarAlignGroup.js.map +1 -1
  31. package/dist/features/blockquote/server/index.d.ts +1 -1
  32. package/dist/features/blockquote/server/index.d.ts.map +1 -1
  33. package/dist/features/blockquote/server/index.js +0 -39
  34. package/dist/features/blockquote/server/index.js.map +1 -1
  35. package/dist/features/blocks/client/component/BlockContent.d.ts +10 -0
  36. package/dist/features/blocks/client/component/BlockContent.d.ts.map +1 -1
  37. package/dist/features/blocks/client/component/BlockContent.js.map +1 -1
  38. package/dist/features/blocks/client/component/index.css +178 -0
  39. package/dist/features/blocks/client/component/index.d.ts +2 -2
  40. package/dist/features/blocks/client/component/index.d.ts.map +1 -1
  41. package/dist/features/blocks/client/component/index.js +75 -18
  42. package/dist/features/blocks/client/component/index.js.map +1 -1
  43. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.d.ts.map +1 -1
  44. package/dist/features/blocks/client/componentInline/index.css +85 -0
  45. package/dist/features/blocks/client/componentInline/index.d.ts +2 -2
  46. package/dist/features/blocks/client/componentInline/index.d.ts.map +1 -1
  47. package/dist/features/blocks/client/componentInline/index.js +20 -7
  48. package/dist/features/blocks/client/componentInline/index.js.map +1 -1
  49. package/dist/features/blocks/client/index.d.ts.map +1 -1
  50. package/dist/features/blocks/client/index.js +0 -2
  51. package/dist/features/blocks/client/index.js.map +1 -1
  52. package/dist/features/blocks/client/markdown/markdownTransformer.d.ts.map +1 -1
  53. package/dist/features/blocks/client/nodes/BlocksNode.d.ts +1 -1
  54. package/dist/features/blocks/client/nodes/BlocksNode.d.ts.map +1 -1
  55. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -1
  56. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts +1 -1
  57. package/dist/features/blocks/client/nodes/InlineBlocksNode.d.ts.map +1 -1
  58. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -1
  59. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts +1 -1
  60. package/dist/features/blocks/premade/CodeBlock/Component/Block.d.ts.map +1 -1
  61. package/dist/features/blocks/premade/CodeBlock/Component/Block.js +3 -0
  62. package/dist/features/blocks/premade/CodeBlock/Component/Block.js.map +1 -1
  63. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.css +26 -0
  64. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.d.ts +1 -1
  65. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.d.ts.map +1 -1
  66. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js +4 -1
  67. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js.map +1 -1
  68. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.css +40 -0
  69. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.d.ts +1 -1
  70. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.d.ts.map +1 -1
  71. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js +7 -8
  72. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js.map +1 -1
  73. package/dist/features/blocks/premade/CodeBlock/Component/index.css +171 -0
  74. package/dist/features/blocks/server/graphQLPopulationPromise.d.ts.map +1 -1
  75. package/dist/features/blocks/server/index.js +1 -1
  76. package/dist/features/blocks/server/index.js.map +1 -1
  77. package/dist/features/blocks/server/markdown/markdownTransformer.d.ts.map +1 -1
  78. package/dist/features/blocks/server/nodes/BlocksNode.d.ts +1 -1
  79. package/dist/features/blocks/server/nodes/BlocksNode.d.ts.map +1 -1
  80. package/dist/features/blocks/server/nodes/BlocksNode.js.map +1 -1
  81. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts +1 -1
  82. package/dist/features/blocks/server/nodes/InlineBlocksNode.d.ts.map +1 -1
  83. package/dist/features/blocks/server/nodes/InlineBlocksNode.js.map +1 -1
  84. package/dist/features/blocks/server/validate.d.ts.map +1 -1
  85. package/dist/features/converters/htmlToLexical/index.d.ts +1 -1
  86. package/dist/features/converters/htmlToLexical/index.d.ts.map +1 -1
  87. package/dist/features/converters/htmlToLexical/index.js.map +1 -1
  88. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts +1 -1
  89. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.d.ts.map +1 -1
  90. package/dist/features/converters/lexicalToHtml/async/converters/blockquote.js.map +1 -1
  91. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts +1 -1
  92. package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts.map +1 -1
  93. package/dist/features/converters/lexicalToHtml/async/converters/heading.js.map +1 -1
  94. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts +1 -1
  95. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.d.ts.map +1 -1
  96. package/dist/features/converters/lexicalToHtml/async/converters/horizontalRule.js.map +1 -1
  97. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts +1 -1
  98. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.d.ts.map +1 -1
  99. package/dist/features/converters/lexicalToHtml/async/converters/linebreak.js.map +1 -1
  100. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts +1 -1
  101. package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts.map +1 -1
  102. package/dist/features/converters/lexicalToHtml/async/converters/link.js.map +1 -1
  103. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts +1 -1
  104. package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts.map +1 -1
  105. package/dist/features/converters/lexicalToHtml/async/converters/list.js.map +1 -1
  106. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts +1 -1
  107. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.d.ts.map +1 -1
  108. package/dist/features/converters/lexicalToHtml/async/converters/paragraph.js.map +1 -1
  109. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts +1 -1
  110. package/dist/features/converters/lexicalToHtml/async/converters/tab.d.ts.map +1 -1
  111. package/dist/features/converters/lexicalToHtml/async/converters/tab.js.map +1 -1
  112. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts +1 -1
  113. package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts.map +1 -1
  114. package/dist/features/converters/lexicalToHtml/async/converters/table.js +1 -1
  115. package/dist/features/converters/lexicalToHtml/async/converters/table.js.map +1 -1
  116. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts +1 -1
  117. package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts.map +1 -1
  118. package/dist/features/converters/lexicalToHtml/async/converters/text.js.map +1 -1
  119. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts +1 -1
  120. package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts.map +1 -1
  121. package/dist/features/converters/lexicalToHtml/async/converters/upload.js.map +1 -1
  122. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts +1 -1
  123. package/dist/features/converters/lexicalToHtml/async/defaultConverters.d.ts.map +1 -1
  124. package/dist/features/converters/lexicalToHtml/async/defaultConverters.js.map +1 -1
  125. package/dist/features/converters/lexicalToHtml/async/types.d.ts +1 -1
  126. package/dist/features/converters/lexicalToHtml/async/types.d.ts.map +1 -1
  127. package/dist/features/converters/lexicalToHtml/async/types.js.map +1 -1
  128. package/dist/features/converters/lexicalToHtml/shared/cssColors.d.ts.map +1 -1
  129. package/dist/features/converters/lexicalToHtml/shared/findConverterForNode.js.map +1 -1
  130. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts +1 -1
  131. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.d.ts.map +1 -1
  132. package/dist/features/converters/lexicalToHtml/sync/converters/blockquote.js.map +1 -1
  133. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts +1 -1
  134. package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts.map +1 -1
  135. package/dist/features/converters/lexicalToHtml/sync/converters/heading.js.map +1 -1
  136. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts +1 -1
  137. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.d.ts.map +1 -1
  138. package/dist/features/converters/lexicalToHtml/sync/converters/horizontalRule.js.map +1 -1
  139. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts +1 -1
  140. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.d.ts.map +1 -1
  141. package/dist/features/converters/lexicalToHtml/sync/converters/linebreak.js.map +1 -1
  142. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts +1 -1
  143. package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts.map +1 -1
  144. package/dist/features/converters/lexicalToHtml/sync/converters/link.js.map +1 -1
  145. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts +1 -1
  146. package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts.map +1 -1
  147. package/dist/features/converters/lexicalToHtml/sync/converters/list.js.map +1 -1
  148. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts +1 -1
  149. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.d.ts.map +1 -1
  150. package/dist/features/converters/lexicalToHtml/sync/converters/paragraph.js.map +1 -1
  151. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts +1 -1
  152. package/dist/features/converters/lexicalToHtml/sync/converters/tab.d.ts.map +1 -1
  153. package/dist/features/converters/lexicalToHtml/sync/converters/tab.js.map +1 -1
  154. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts +1 -1
  155. package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts.map +1 -1
  156. package/dist/features/converters/lexicalToHtml/sync/converters/table.js +1 -1
  157. package/dist/features/converters/lexicalToHtml/sync/converters/table.js.map +1 -1
  158. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts +1 -1
  159. package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts.map +1 -1
  160. package/dist/features/converters/lexicalToHtml/sync/converters/text.js.map +1 -1
  161. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts +1 -1
  162. package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts.map +1 -1
  163. package/dist/features/converters/lexicalToHtml/sync/converters/upload.js.map +1 -1
  164. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts +1 -1
  165. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.d.ts.map +1 -1
  166. package/dist/features/converters/lexicalToHtml/sync/defaultConverters.js.map +1 -1
  167. package/dist/features/converters/lexicalToHtml/sync/types.d.ts +1 -1
  168. package/dist/features/converters/lexicalToHtml/sync/types.d.ts.map +1 -1
  169. package/dist/features/converters/lexicalToHtml/sync/types.js.map +1 -1
  170. package/dist/features/converters/lexicalToJSX/Component/index.d.ts +2 -2
  171. package/dist/features/converters/lexicalToJSX/Component/index.d.ts.map +1 -1
  172. package/dist/features/converters/lexicalToJSX/Component/index.js.map +1 -1
  173. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts +1 -1
  174. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.d.ts.map +1 -1
  175. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js.map +1 -1
  176. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts +1 -1
  177. package/dist/features/converters/lexicalToJSX/converter/converters/heading.d.ts.map +1 -1
  178. package/dist/features/converters/lexicalToJSX/converter/converters/heading.js.map +1 -1
  179. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts +1 -1
  180. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.d.ts.map +1 -1
  181. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js.map +1 -1
  182. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts +1 -1
  183. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.d.ts.map +1 -1
  184. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js.map +1 -1
  185. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts +1 -1
  186. package/dist/features/converters/lexicalToJSX/converter/converters/link.d.ts.map +1 -1
  187. package/dist/features/converters/lexicalToJSX/converter/converters/link.js.map +1 -1
  188. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts +1 -1
  189. package/dist/features/converters/lexicalToJSX/converter/converters/list.d.ts.map +1 -1
  190. package/dist/features/converters/lexicalToJSX/converter/converters/list.js.map +1 -1
  191. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts +1 -1
  192. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.d.ts.map +1 -1
  193. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js.map +1 -1
  194. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts +1 -1
  195. package/dist/features/converters/lexicalToJSX/converter/converters/tab.d.ts.map +1 -1
  196. package/dist/features/converters/lexicalToJSX/converter/converters/tab.js.map +1 -1
  197. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts +1 -1
  198. package/dist/features/converters/lexicalToJSX/converter/converters/table.d.ts.map +1 -1
  199. package/dist/features/converters/lexicalToJSX/converter/converters/table.js.map +1 -1
  200. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts +1 -1
  201. package/dist/features/converters/lexicalToJSX/converter/converters/text.d.ts.map +1 -1
  202. package/dist/features/converters/lexicalToJSX/converter/converters/text.js.map +1 -1
  203. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts +1 -1
  204. package/dist/features/converters/lexicalToJSX/converter/converters/upload.d.ts.map +1 -1
  205. package/dist/features/converters/lexicalToJSX/converter/converters/upload.js.map +1 -1
  206. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts +1 -1
  207. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.d.ts.map +1 -1
  208. package/dist/features/converters/lexicalToJSX/converter/defaultConverters.js.map +1 -1
  209. package/dist/features/converters/lexicalToJSX/converter/index.d.ts +1 -1
  210. package/dist/features/converters/lexicalToJSX/converter/index.d.ts.map +1 -1
  211. package/dist/features/converters/lexicalToJSX/converter/index.js.map +1 -1
  212. package/dist/features/converters/lexicalToJSX/converter/types.d.ts +1 -1
  213. package/dist/features/converters/lexicalToJSX/converter/types.d.ts.map +1 -1
  214. package/dist/features/converters/lexicalToJSX/converter/types.js.map +1 -1
  215. package/dist/features/converters/lexicalToMarkdown/index.d.ts.map +1 -1
  216. package/dist/features/converters/lexicalToPlaintext/convertLexicalToPlaintext.spec.js.map +1 -1
  217. package/dist/features/converters/lexicalToPlaintext/shared/findConverterForNode.js.map +1 -1
  218. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts +1 -1
  219. package/dist/features/converters/lexicalToPlaintext/sync/types.d.ts.map +1 -1
  220. package/dist/features/converters/lexicalToPlaintext/sync/types.js.map +1 -1
  221. package/dist/features/converters/markdownToLexical/index.d.ts +1 -1
  222. package/dist/features/converters/markdownToLexical/index.d.ts.map +1 -1
  223. package/dist/features/converters/markdownToLexical/index.js.map +1 -1
  224. package/dist/features/debug/jsxConverter/client/plugin/index.d.ts +1 -1
  225. package/dist/features/debug/jsxConverter/client/plugin/index.d.ts.map +1 -1
  226. package/dist/features/debug/jsxConverter/client/plugin/index.js +1 -0
  227. package/dist/features/debug/jsxConverter/client/plugin/index.js.map +1 -1
  228. package/dist/features/debug/jsxConverter/client/plugin/style.css +9 -0
  229. package/dist/features/debug/testRecorder/client/plugin/index.css +51 -0
  230. package/dist/features/debug/testRecorder/client/plugin/index.d.ts +1 -1
  231. package/dist/features/debug/testRecorder/client/plugin/index.d.ts.map +1 -1
  232. package/dist/features/debug/testRecorder/client/plugin/index.js +1 -0
  233. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -1
  234. package/dist/features/debug/treeView/client/plugin/index.css +81 -0
  235. package/dist/features/debug/treeView/client/plugin/index.d.ts +1 -1
  236. package/dist/features/debug/treeView/client/plugin/index.d.ts.map +1 -1
  237. package/dist/features/debug/treeView/client/plugin/index.js +1 -0
  238. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -1
  239. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.css +91 -0
  240. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts +1 -1
  241. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.d.ts.map +1 -1
  242. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +3 -2
  243. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -1
  244. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.css +11 -0
  245. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts +1 -1
  246. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.d.ts.map +1 -1
  247. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +1 -0
  248. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -1
  249. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +1 -1
  250. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -1
  251. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.css +166 -0
  252. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.d.ts +17 -0
  253. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.d.ts.map +1 -0
  254. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.js +219 -0
  255. package/dist/features/experimental_table/client/plugins/TablePlugin/TableGridPopup/index.js.map +1 -0
  256. package/dist/features/experimental_table/client/plugins/TablePlugin/index.css +235 -0
  257. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts +1 -1
  258. package/dist/features/experimental_table/client/plugins/TablePlugin/index.d.ts.map +1 -1
  259. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +95 -104
  260. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -1
  261. package/dist/features/experimental_table/server/index.d.ts +1 -1
  262. package/dist/features/experimental_table/server/index.d.ts.map +1 -1
  263. package/dist/features/experimental_table/server/index.js +0 -102
  264. package/dist/features/experimental_table/server/index.js.map +1 -1
  265. package/dist/features/format/shared/toolbarFormatGroup.d.ts.map +1 -1
  266. package/dist/features/heading/server/index.d.ts +1 -1
  267. package/dist/features/heading/server/index.d.ts.map +1 -1
  268. package/dist/features/heading/server/index.js +0 -39
  269. package/dist/features/heading/server/index.js.map +1 -1
  270. package/dist/features/horizontalRule/client/plugin/index.css +25 -0
  271. package/dist/features/horizontalRule/client/plugin/index.d.ts +1 -1
  272. package/dist/features/horizontalRule/client/plugin/index.d.ts.map +1 -1
  273. package/dist/features/horizontalRule/client/plugin/index.js +73 -4
  274. package/dist/features/horizontalRule/client/plugin/index.js.map +1 -1
  275. package/dist/features/horizontalRule/server/index.d.ts.map +1 -1
  276. package/dist/features/horizontalRule/server/index.js +0 -8
  277. package/dist/features/horizontalRule/server/index.js.map +1 -1
  278. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts +1 -1
  279. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.d.ts.map +1 -1
  280. package/dist/features/horizontalRule/server/nodes/HorizontalRuleNode.js.map +1 -1
  281. package/dist/features/indent/client/toolbarIndentGroup.d.ts.map +1 -1
  282. package/dist/features/link/client/plugins/autoLink/index.d.ts.map +1 -1
  283. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.d.ts.map +1 -1
  284. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +28 -8
  285. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
  286. package/dist/features/link/client/plugins/floatingLinkEditor/index.css +112 -0
  287. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts +1 -1
  288. package/dist/features/link/client/plugins/floatingLinkEditor/index.d.ts.map +1 -1
  289. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +1 -0
  290. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -1
  291. package/dist/features/link/markdownTransformer.d.ts.map +1 -1
  292. package/dist/features/link/nodes/types.d.ts +1 -1
  293. package/dist/features/link/nodes/types.d.ts.map +1 -1
  294. package/dist/features/link/nodes/types.js.map +1 -1
  295. package/dist/features/link/server/baseFields.d.ts.map +1 -1
  296. package/dist/features/link/server/graphQLPopulationPromise.d.ts.map +1 -1
  297. package/dist/features/link/server/index.d.ts.map +1 -1
  298. package/dist/features/link/server/index.js +0 -71
  299. package/dist/features/link/server/index.js.map +1 -1
  300. package/dist/features/link/server/validate.d.ts.map +1 -1
  301. package/dist/features/lists/checklist/server/index.d.ts.map +1 -1
  302. package/dist/features/lists/checklist/server/index.js +0 -7
  303. package/dist/features/lists/checklist/server/index.js.map +1 -1
  304. package/dist/features/lists/orderedList/server/index.d.ts.map +1 -1
  305. package/dist/features/lists/orderedList/server/index.js +0 -7
  306. package/dist/features/lists/orderedList/server/index.js.map +1 -1
  307. package/dist/features/lists/plugin/index.d.ts +1 -1
  308. package/dist/features/lists/plugin/index.d.ts.map +1 -1
  309. package/dist/features/lists/plugin/index.js.map +1 -1
  310. package/dist/features/lists/shared/markdown.d.ts.map +1 -1
  311. package/dist/features/lists/unorderedList/server/index.d.ts.map +1 -1
  312. package/dist/features/lists/unorderedList/server/index.js +0 -7
  313. package/dist/features/lists/unorderedList/server/index.js.map +1 -1
  314. package/dist/features/relationship/client/components/RelationshipComponent.d.ts +1 -1
  315. package/dist/features/relationship/client/components/RelationshipComponent.d.ts.map +1 -1
  316. package/dist/features/relationship/client/components/RelationshipComponent.js +29 -4
  317. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -1
  318. package/dist/features/relationship/client/components/index.css +112 -0
  319. package/dist/features/relationship/client/drawer/index.d.ts.map +1 -1
  320. package/dist/features/relationship/client/utils/useEnabledRelationships.d.ts.map +1 -1
  321. package/dist/features/relationship/server/graphQLPopulationPromise.d.ts.map +1 -1
  322. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts +1 -1
  323. package/dist/features/relationship/server/nodes/RelationshipNode.d.ts.map +1 -1
  324. package/dist/features/relationship/server/nodes/RelationshipNode.js.map +1 -1
  325. package/dist/features/shared/toolbar/addDropdownGroup.d.ts.map +1 -1
  326. package/dist/features/shared/toolbar/featureButtonsGroup.d.ts.map +1 -1
  327. package/dist/features/shared/toolbar/textDropdownGroup.d.ts.map +1 -1
  328. package/dist/features/toolbars/fixed/client/Toolbar/index.css +87 -0
  329. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts +1 -1
  330. package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -1
  331. package/dist/features/toolbars/fixed/client/Toolbar/index.js +1 -0
  332. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -1
  333. package/dist/features/toolbars/inline/client/Toolbar/index.css +43 -0
  334. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts +1 -1
  335. package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -1
  336. package/dist/features/toolbars/inline/client/Toolbar/index.js +1 -0
  337. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -1
  338. package/dist/features/toolbars/shared/ToolbarButton/index.css +57 -0
  339. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +1 -1
  340. package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
  341. package/dist/features/toolbars/shared/ToolbarButton/index.js +80 -74
  342. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  343. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.d.ts.map +1 -1
  344. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +5 -2
  345. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  346. package/dist/features/toolbars/shared/ToolbarDropdown/index.css +214 -0
  347. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +1 -1
  348. package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
  349. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +11 -7
  350. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  351. package/dist/features/toolbars/types.d.ts +5 -1
  352. package/dist/features/toolbars/types.d.ts.map +1 -1
  353. package/dist/features/toolbars/types.js.map +1 -1
  354. package/dist/features/typesClient.d.ts +1 -1
  355. package/dist/features/typesClient.d.ts.map +1 -1
  356. package/dist/features/typesClient.js.map +1 -1
  357. package/dist/features/typesServer.d.ts +3 -20
  358. package/dist/features/typesServer.d.ts.map +1 -1
  359. package/dist/features/typesServer.js.map +1 -1
  360. package/dist/features/upload/client/component/index.css +214 -0
  361. package/dist/features/upload/client/component/index.d.ts +1 -1
  362. package/dist/features/upload/client/component/index.d.ts.map +1 -1
  363. package/dist/features/upload/client/component/index.js +86 -63
  364. package/dist/features/upload/client/component/index.js.map +1 -1
  365. package/dist/features/upload/client/component/pending/index.d.ts +0 -1
  366. package/dist/features/upload/client/component/pending/index.d.ts.map +1 -1
  367. package/dist/features/upload/client/component/pending/index.js.map +1 -1
  368. package/dist/features/upload/client/drawer/index.d.ts.map +1 -1
  369. package/dist/features/upload/server/graphQLPopulationPromise.d.ts.map +1 -1
  370. package/dist/features/upload/server/index.d.ts.map +1 -1
  371. package/dist/features/upload/server/index.js +0 -78
  372. package/dist/features/upload/server/index.js.map +1 -1
  373. package/dist/features/upload/server/nodes/UploadNode.d.ts +1 -1
  374. package/dist/features/upload/server/nodes/UploadNode.d.ts.map +1 -1
  375. package/dist/features/upload/server/nodes/UploadNode.js.map +1 -1
  376. package/dist/features/upload/server/validate.d.ts.map +1 -1
  377. package/dist/field/Diff/converters/link.d.ts +1 -1
  378. package/dist/field/Diff/converters/link.d.ts.map +1 -1
  379. package/dist/field/Diff/converters/link.js.map +1 -1
  380. package/dist/field/Diff/converters/listitem/index.css +80 -0
  381. package/dist/field/Diff/converters/listitem/index.d.ts +2 -2
  382. package/dist/field/Diff/converters/listitem/index.d.ts.map +1 -1
  383. package/dist/field/Diff/converters/listitem/index.js +1 -0
  384. package/dist/field/Diff/converters/listitem/index.js.map +1 -1
  385. package/dist/field/Diff/converters/relationship/index.css +108 -0
  386. package/dist/field/Diff/converters/relationship/index.d.ts +2 -2
  387. package/dist/field/Diff/converters/relationship/index.d.ts.map +1 -1
  388. package/dist/field/Diff/converters/relationship/index.js +11 -28
  389. package/dist/field/Diff/converters/relationship/index.js.map +1 -1
  390. package/dist/field/Diff/converters/unknown/index.css +37 -0
  391. package/dist/field/Diff/converters/unknown/index.d.ts +1 -1
  392. package/dist/field/Diff/converters/unknown/index.d.ts.map +1 -1
  393. package/dist/field/Diff/converters/unknown/index.js +1 -0
  394. package/dist/field/Diff/converters/unknown/index.js.map +1 -1
  395. package/dist/field/Diff/converters/upload/index.css +175 -0
  396. package/dist/field/Diff/converters/upload/index.d.ts +2 -2
  397. package/dist/field/Diff/converters/upload/index.d.ts.map +1 -1
  398. package/dist/field/Diff/converters/upload/index.js +7 -2
  399. package/dist/field/Diff/converters/upload/index.js.map +1 -1
  400. package/dist/field/Diff/index.css +156 -0
  401. package/dist/field/Diff/index.d.ts +1 -1
  402. package/dist/field/Diff/index.d.ts.map +1 -1
  403. package/dist/field/Diff/index.js +1 -0
  404. package/dist/field/Diff/index.js.map +1 -1
  405. package/dist/field/Field.d.ts +3 -3
  406. package/dist/field/Field.d.ts.map +1 -1
  407. package/dist/field/Field.js +12 -11
  408. package/dist/field/Field.js.map +1 -1
  409. package/dist/field/RenderLexical/index.d.ts +2 -2
  410. package/dist/field/RenderLexical/index.d.ts.map +1 -1
  411. package/dist/field/RenderLexical/index.js.map +1 -1
  412. package/dist/field/RichTextViewProvider.d.ts +1 -1
  413. package/dist/field/RichTextViewProvider.d.ts.map +1 -1
  414. package/dist/field/RichTextViewProvider.js.map +1 -1
  415. package/dist/field/ViewSelector.css +32 -0
  416. package/dist/field/ViewSelector.d.ts +1 -1
  417. package/dist/field/ViewSelector.d.ts.map +1 -1
  418. package/dist/field/ViewSelector.js +1 -0
  419. package/dist/field/ViewSelector.js.map +1 -1
  420. package/dist/field/bundled.css +1 -1
  421. package/dist/field/index.css +60 -0
  422. package/dist/field/index.d.ts +1 -1
  423. package/dist/field/index.d.ts.map +1 -1
  424. package/dist/field/index.js.map +1 -1
  425. package/dist/field/rscEntry.d.ts +1 -1
  426. package/dist/field/rscEntry.d.ts.map +1 -1
  427. package/dist/field/rscEntry.js.map +1 -1
  428. package/dist/hooks.d.ts +6 -0
  429. package/dist/hooks.d.ts.map +1 -0
  430. package/dist/hooks.js +548 -0
  431. package/dist/hooks.js.map +1 -0
  432. package/dist/index.d.ts +3 -13
  433. package/dist/index.d.ts.map +1 -1
  434. package/dist/index.js +20 -628
  435. package/dist/index.js.map +1 -1
  436. package/dist/lexical/LexicalEditor.css +50 -0
  437. package/dist/lexical/LexicalEditor.d.ts +1 -1
  438. package/dist/lexical/LexicalEditor.d.ts.map +1 -1
  439. package/dist/lexical/LexicalEditor.js +1 -0
  440. package/dist/lexical/LexicalEditor.js.map +1 -1
  441. package/dist/lexical/LexicalProvider.d.ts +1 -1
  442. package/dist/lexical/LexicalProvider.d.ts.map +1 -1
  443. package/dist/lexical/LexicalProvider.js.map +1 -1
  444. package/dist/lexical/config/client/EditorConfigProvider.d.ts +1 -1
  445. package/dist/lexical/config/client/EditorConfigProvider.d.ts.map +1 -1
  446. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  447. package/dist/lexical/config/client/loader.d.ts +1 -1
  448. package/dist/lexical/config/client/loader.d.ts.map +1 -1
  449. package/dist/lexical/config/client/loader.js.map +1 -1
  450. package/dist/lexical/config/client/sanitize.d.ts +1 -1
  451. package/dist/lexical/config/client/sanitize.d.ts.map +1 -1
  452. package/dist/lexical/config/client/sanitize.js.map +1 -1
  453. package/dist/lexical/config/server/loader.d.ts.map +1 -1
  454. package/dist/lexical/config/server/loader.js +12 -9
  455. package/dist/lexical/config/server/loader.js.map +1 -1
  456. package/dist/lexical/config/server/sanitize.d.ts.map +1 -1
  457. package/dist/lexical/config/server/sanitize.js +3 -9
  458. package/dist/lexical/config/server/sanitize.js.map +1 -1
  459. package/dist/lexical/config/types.d.ts +1 -1
  460. package/dist/lexical/config/types.d.ts.map +1 -1
  461. package/dist/lexical/config/types.js.map +1 -1
  462. package/dist/lexical/nodes/index.d.ts +1 -1
  463. package/dist/lexical/nodes/index.d.ts.map +1 -1
  464. package/dist/lexical/nodes/index.js.map +1 -1
  465. package/dist/lexical/plugins/DecoratorPlugin/index.css +11 -0
  466. package/dist/lexical/plugins/DecoratorPlugin/index.d.ts +1 -1
  467. package/dist/lexical/plugins/DecoratorPlugin/index.d.ts.map +1 -1
  468. package/dist/lexical/plugins/DecoratorPlugin/index.js +1 -0
  469. package/dist/lexical/plugins/DecoratorPlugin/index.js.map +1 -1
  470. package/dist/lexical/plugins/InsertParagraphAtEnd/index.css +52 -0
  471. package/dist/lexical/plugins/InsertParagraphAtEnd/index.d.ts +1 -1
  472. package/dist/lexical/plugins/InsertParagraphAtEnd/index.d.ts.map +1 -1
  473. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js +1 -0
  474. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js.map +1 -1
  475. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts +1 -1
  476. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.d.ts.map +1 -1
  477. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/types.js.map +1 -1
  478. package/dist/lexical/plugins/SlashMenu/index.css +65 -0
  479. package/dist/lexical/plugins/SlashMenu/index.d.ts +1 -1
  480. package/dist/lexical/plugins/SlashMenu/index.d.ts.map +1 -1
  481. package/dist/lexical/plugins/SlashMenu/index.js +2 -0
  482. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  483. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.css +40 -0
  484. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +1 -1
  485. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts.map +1 -1
  486. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +1 -0
  487. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  488. package/dist/lexical/plugins/handles/DraggableBlockPlugin/debounce.d.ts.map +1 -1
  489. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.css +84 -0
  490. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +1 -1
  491. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts.map +1 -1
  492. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +15 -8
  493. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  494. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js +1 -1
  495. package/dist/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.js.map +1 -1
  496. package/dist/lexical/plugins/handles/utils/calculateDistanceFromScrollerElem.d.ts.map +1 -1
  497. package/dist/lexical/theme/EditorTheme.css +359 -0
  498. package/dist/lexical/theme/EditorTheme.d.ts.map +1 -1
  499. package/dist/lexical/theme/EditorTheme.js +1 -0
  500. package/dist/lexical/theme/EditorTheme.js.map +1 -1
  501. package/dist/lexical/ui/ContentEditable.css +95 -0
  502. package/dist/lexical/ui/ContentEditable.d.ts +1 -1
  503. package/dist/lexical/ui/ContentEditable.d.ts.map +1 -1
  504. package/dist/lexical/ui/ContentEditable.js +1 -0
  505. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  506. package/dist/lexical/ui/icons/Add/index.d.ts +4 -1
  507. package/dist/lexical/ui/icons/Add/index.d.ts.map +1 -1
  508. package/dist/lexical/ui/icons/Add/index.js +19 -12
  509. package/dist/lexical/ui/icons/Add/index.js.map +1 -1
  510. package/dist/lexical/ui/icons/Add/index.svg +2 -3
  511. package/dist/lexical/ui/icons/Add/light.svg +2 -3
  512. package/dist/lexical/ui/icons/AlignCenter/index.d.ts +3 -1
  513. package/dist/lexical/ui/icons/AlignCenter/index.d.ts.map +1 -1
  514. package/dist/lexical/ui/icons/AlignCenter/index.js +15 -19
  515. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  516. package/dist/lexical/ui/icons/AlignJustify/index.d.ts +3 -1
  517. package/dist/lexical/ui/icons/AlignJustify/index.d.ts.map +1 -1
  518. package/dist/lexical/ui/icons/AlignJustify/index.js +15 -19
  519. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  520. package/dist/lexical/ui/icons/AlignLeft/index.d.ts +3 -1
  521. package/dist/lexical/ui/icons/AlignLeft/index.d.ts.map +1 -1
  522. package/dist/lexical/ui/icons/AlignLeft/index.js +15 -19
  523. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  524. package/dist/lexical/ui/icons/AlignRight/index.d.ts +3 -1
  525. package/dist/lexical/ui/icons/AlignRight/index.d.ts.map +1 -1
  526. package/dist/lexical/ui/icons/AlignRight/index.js +15 -19
  527. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
  528. package/dist/lexical/ui/icons/Block/index.d.ts +3 -1
  529. package/dist/lexical/ui/icons/Block/index.d.ts.map +1 -1
  530. package/dist/lexical/ui/icons/Block/index.js +13 -28
  531. package/dist/lexical/ui/icons/Block/index.js.map +1 -1
  532. package/dist/lexical/ui/icons/Blockquote/index.d.ts +3 -1
  533. package/dist/lexical/ui/icons/Blockquote/index.d.ts.map +1 -1
  534. package/dist/lexical/ui/icons/Blockquote/index.js +9 -6
  535. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
  536. package/dist/lexical/ui/icons/Bold/index.d.ts +3 -1
  537. package/dist/lexical/ui/icons/Bold/index.d.ts.map +1 -1
  538. package/dist/lexical/ui/icons/Bold/index.js +13 -8
  539. package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
  540. package/dist/lexical/ui/icons/Checklist/index.d.ts +4 -1
  541. package/dist/lexical/ui/icons/Checklist/index.d.ts.map +1 -1
  542. package/dist/lexical/ui/icons/Checklist/index.js +17 -18
  543. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
  544. package/dist/lexical/ui/icons/Code/index.d.ts +3 -1
  545. package/dist/lexical/ui/icons/Code/index.d.ts.map +1 -1
  546. package/dist/lexical/ui/icons/Code/index.js +15 -13
  547. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  548. package/dist/lexical/ui/icons/CodeBlock/index.d.ts +4 -1
  549. package/dist/lexical/ui/icons/CodeBlock/index.d.ts.map +1 -1
  550. package/dist/lexical/ui/icons/CodeBlock/index.js +18 -7
  551. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  552. package/dist/lexical/ui/icons/Collapse/index.d.ts +3 -1
  553. package/dist/lexical/ui/icons/Collapse/index.d.ts.map +1 -1
  554. package/dist/lexical/ui/icons/Collapse/index.js +10 -8
  555. package/dist/lexical/ui/icons/Collapse/index.js.map +1 -1
  556. package/dist/lexical/ui/icons/DraggableBlock/index.svg +7 -7
  557. package/dist/lexical/ui/icons/DraggableBlock/light.svg +7 -7
  558. package/dist/lexical/ui/icons/Expand/index.d.ts +5 -0
  559. package/dist/lexical/ui/icons/Expand/index.d.ts.map +1 -0
  560. package/dist/lexical/ui/icons/Expand/index.js +22 -0
  561. package/dist/lexical/ui/icons/Expand/index.js.map +1 -0
  562. package/dist/lexical/ui/icons/H1/index.d.ts +3 -1
  563. package/dist/lexical/ui/icons/H1/index.d.ts.map +1 -1
  564. package/dist/lexical/ui/icons/H1/index.js +9 -6
  565. package/dist/lexical/ui/icons/H1/index.js.map +1 -1
  566. package/dist/lexical/ui/icons/H2/index.d.ts +3 -1
  567. package/dist/lexical/ui/icons/H2/index.d.ts.map +1 -1
  568. package/dist/lexical/ui/icons/H2/index.js +9 -6
  569. package/dist/lexical/ui/icons/H2/index.js.map +1 -1
  570. package/dist/lexical/ui/icons/H3/index.d.ts +3 -1
  571. package/dist/lexical/ui/icons/H3/index.d.ts.map +1 -1
  572. package/dist/lexical/ui/icons/H3/index.js +9 -6
  573. package/dist/lexical/ui/icons/H3/index.js.map +1 -1
  574. package/dist/lexical/ui/icons/H4/index.d.ts +3 -1
  575. package/dist/lexical/ui/icons/H4/index.d.ts.map +1 -1
  576. package/dist/lexical/ui/icons/H4/index.js +9 -6
  577. package/dist/lexical/ui/icons/H4/index.js.map +1 -1
  578. package/dist/lexical/ui/icons/H5/index.d.ts +3 -1
  579. package/dist/lexical/ui/icons/H5/index.d.ts.map +1 -1
  580. package/dist/lexical/ui/icons/H5/index.js +9 -6
  581. package/dist/lexical/ui/icons/H5/index.js.map +1 -1
  582. package/dist/lexical/ui/icons/H6/index.d.ts +3 -1
  583. package/dist/lexical/ui/icons/H6/index.d.ts.map +1 -1
  584. package/dist/lexical/ui/icons/H6/index.js +9 -6
  585. package/dist/lexical/ui/icons/H6/index.js.map +1 -1
  586. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts +3 -1
  587. package/dist/lexical/ui/icons/HorizontalRule/index.d.ts.map +1 -1
  588. package/dist/lexical/ui/icons/HorizontalRule/index.js +11 -11
  589. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  590. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts +3 -1
  591. package/dist/lexical/ui/icons/IndentDecrease/index.d.ts.map +1 -1
  592. package/dist/lexical/ui/icons/IndentDecrease/index.js +18 -22
  593. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  594. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts +3 -1
  595. package/dist/lexical/ui/icons/IndentIncrease/index.d.ts.map +1 -1
  596. package/dist/lexical/ui/icons/IndentIncrease/index.js +15 -22
  597. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  598. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts +3 -1
  599. package/dist/lexical/ui/icons/InlineBlocks/index.d.ts.map +1 -1
  600. package/dist/lexical/ui/icons/InlineBlocks/index.js +9 -6
  601. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
  602. package/dist/lexical/ui/icons/Italic/index.d.ts +3 -1
  603. package/dist/lexical/ui/icons/Italic/index.d.ts.map +1 -1
  604. package/dist/lexical/ui/icons/Italic/index.js +13 -8
  605. package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
  606. package/dist/lexical/ui/icons/Link/index.d.ts +4 -1
  607. package/dist/lexical/ui/icons/Link/index.d.ts.map +1 -1
  608. package/dist/lexical/ui/icons/Link/index.js +14 -9
  609. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  610. package/dist/lexical/ui/icons/Meatballs/index.d.ts +4 -1
  611. package/dist/lexical/ui/icons/Meatballs/index.d.ts.map +1 -1
  612. package/dist/lexical/ui/icons/Meatballs/index.js +19 -15
  613. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
  614. package/dist/lexical/ui/icons/OrderedList/index.d.ts +4 -1
  615. package/dist/lexical/ui/icons/OrderedList/index.d.ts.map +1 -1
  616. package/dist/lexical/ui/icons/OrderedList/index.js +19 -25
  617. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
  618. package/dist/lexical/ui/icons/Page/index.d.ts +5 -0
  619. package/dist/lexical/ui/icons/Page/index.d.ts.map +1 -0
  620. package/dist/lexical/ui/icons/Page/index.js +21 -0
  621. package/dist/lexical/ui/icons/Page/index.js.map +1 -0
  622. package/dist/lexical/ui/icons/Relationship/index.d.ts +3 -1
  623. package/dist/lexical/ui/icons/Relationship/index.d.ts.map +1 -1
  624. package/dist/lexical/ui/icons/Relationship/index.js +13 -25
  625. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
  626. package/dist/lexical/ui/icons/Strikethrough/index.d.ts +3 -1
  627. package/dist/lexical/ui/icons/Strikethrough/index.d.ts.map +1 -1
  628. package/dist/lexical/ui/icons/Strikethrough/index.js +13 -13
  629. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  630. package/dist/lexical/ui/icons/Subscript/index.d.ts +3 -1
  631. package/dist/lexical/ui/icons/Subscript/index.d.ts.map +1 -1
  632. package/dist/lexical/ui/icons/Subscript/index.js +10 -7
  633. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
  634. package/dist/lexical/ui/icons/Superscript/index.d.ts +3 -1
  635. package/dist/lexical/ui/icons/Superscript/index.d.ts.map +1 -1
  636. package/dist/lexical/ui/icons/Superscript/index.js +10 -7
  637. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
  638. package/dist/lexical/ui/icons/Table/index.d.ts +4 -1
  639. package/dist/lexical/ui/icons/Table/index.d.ts.map +1 -1
  640. package/dist/lexical/ui/icons/Table/index.js +20 -15
  641. package/dist/lexical/ui/icons/Table/index.js.map +1 -1
  642. package/dist/lexical/ui/icons/Text/index.d.ts +4 -1
  643. package/dist/lexical/ui/icons/Text/index.d.ts.map +1 -1
  644. package/dist/lexical/ui/icons/Text/index.js +17 -8
  645. package/dist/lexical/ui/icons/Text/index.js.map +1 -1
  646. package/dist/lexical/ui/icons/Trash/index.d.ts +10 -0
  647. package/dist/lexical/ui/icons/Trash/index.d.ts.map +1 -0
  648. package/dist/lexical/ui/icons/Trash/index.js +29 -0
  649. package/dist/lexical/ui/icons/Trash/index.js.map +1 -0
  650. package/dist/lexical/ui/icons/Underline/index.d.ts +3 -1
  651. package/dist/lexical/ui/icons/Underline/index.d.ts.map +1 -1
  652. package/dist/lexical/ui/icons/Underline/index.js +16 -14
  653. package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
  654. package/dist/lexical/ui/icons/UnorderedList/index.d.ts +3 -1
  655. package/dist/lexical/ui/icons/UnorderedList/index.d.ts.map +1 -1
  656. package/dist/lexical/ui/icons/UnorderedList/index.js +13 -40
  657. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  658. package/dist/lexical/ui/icons/Upload/index.d.ts +3 -1
  659. package/dist/lexical/ui/icons/Upload/index.d.ts.map +1 -1
  660. package/dist/lexical/ui/icons/Upload/index.js +15 -22
  661. package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
  662. package/dist/lexical/utils/markdown/createBlockNode.d.ts.map +1 -1
  663. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts +1 -1
  664. package/dist/populateGraphQL/populateLexicalPopulationPromises.d.ts.map +1 -1
  665. package/dist/populateGraphQL/populateLexicalPopulationPromises.js.map +1 -1
  666. package/dist/populateGraphQL/recursivelyPopulateFieldsForGraphQL.d.ts.map +1 -1
  667. package/dist/{types.d.ts → types/index.d.ts} +9 -9
  668. package/dist/types/index.d.ts.map +1 -0
  669. package/dist/types/index.js +2 -0
  670. package/dist/types/index.js.map +1 -0
  671. package/dist/{nodeTypes.d.ts → types/nodeTypes.d.ts} +10 -10
  672. package/dist/types/nodeTypes.d.ts.map +1 -0
  673. package/dist/types/nodeTypes.js.map +1 -0
  674. package/dist/types/schema.d.ts +6 -0
  675. package/dist/types/schema.d.ts.map +1 -0
  676. package/dist/types/schema.js +81 -0
  677. package/dist/types/schema.js.map +1 -0
  678. package/dist/utilities/buildEditorState.d.ts +1 -1
  679. package/dist/utilities/buildEditorState.d.ts.map +1 -1
  680. package/dist/utilities/buildEditorState.js +13 -0
  681. package/dist/utilities/buildEditorState.js.map +1 -1
  682. package/dist/utilities/buildInitialState.js.map +1 -1
  683. package/dist/utilities/createClientFeature.d.ts +1 -1
  684. package/dist/utilities/createClientFeature.d.ts.map +1 -1
  685. package/dist/utilities/createClientFeature.js.map +1 -1
  686. package/dist/utilities/editorConfigFactory.d.ts +1 -1
  687. package/dist/utilities/editorConfigFactory.d.ts.map +1 -1
  688. package/dist/utilities/editorConfigFactory.js.map +1 -1
  689. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts +1 -0
  690. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.d.ts.map +1 -1
  691. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +34 -18
  692. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -1
  693. package/dist/utilities/fieldsDrawer/useLexicalDrawer.d.ts.map +1 -1
  694. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.d.ts.map +1 -1
  695. package/dist/utilities/generateImportMap.d.ts +1 -1
  696. package/dist/utilities/generateImportMap.d.ts.map +1 -1
  697. package/dist/utilities/generateImportMap.js.map +1 -1
  698. package/dist/utilities/generateSchemaMap.d.ts.map +1 -1
  699. package/dist/utilities/getDefaultSanitizedEditorConfig.d.ts.map +1 -1
  700. package/dist/utilities/initLexicalFeatures.d.ts +1 -1
  701. package/dist/utilities/initLexicalFeatures.d.ts.map +1 -1
  702. package/dist/utilities/initLexicalFeatures.js.map +1 -1
  703. package/dist/utilities/recurseNodeTree.d.ts.map +1 -1
  704. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.d.ts.map +1 -1
  705. package/dist/utilities/upgradeLexicalData/upgradeDocumentFieldsRecursively.js.map +1 -1
  706. package/dist/utilities/useLexicalFeature.d.ts.map +1 -1
  707. package/dist/validate/index.d.ts.map +1 -1
  708. package/package.json +15 -20
  709. package/dist/exports/client/Component-DOSSWC76.js +0 -2
  710. package/dist/exports/client/Component-DOSSWC76.js.map +0 -7
  711. package/dist/exports/client/Component-MBLHTKDK.js +0 -2
  712. package/dist/exports/client/Component-MBLHTKDK.js.map +0 -7
  713. package/dist/exports/client/Field-OVF2FPGD.js +0 -2
  714. package/dist/exports/client/Field-OVF2FPGD.js.map +0 -7
  715. package/dist/exports/client/RelationshipComponent-BG3DPV3T.js +0 -2
  716. package/dist/exports/client/RelationshipComponent-BG3DPV3T.js.map +0 -7
  717. package/dist/exports/client/chunk-BZZVLW4U.js.map +0 -7
  718. package/dist/exports/client/chunk-F26IQ5RE.js +0 -2
  719. package/dist/exports/client/chunk-F26IQ5RE.js.map +0 -7
  720. package/dist/exports/client/chunk-FTT5KJ6W.js.map +0 -7
  721. package/dist/exports/client/chunk-XFA5M7FY.js +0 -2
  722. package/dist/exports/client/chunk-XFA5M7FY.js.map +0 -7
  723. package/dist/exports/client/component-XIHC3W6W.js +0 -2
  724. package/dist/exports/client/component-XIHC3W6W.js.map +0 -7
  725. package/dist/exports/client/componentInline-A4H3EY3L.js +0 -2
  726. package/dist/exports/server/migrate.d.ts +0 -16
  727. package/dist/exports/server/migrate.d.ts.map +0 -1
  728. package/dist/exports/server/migrate.js +0 -16
  729. package/dist/exports/server/migrate.js.map +0 -1
  730. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.d.ts +0 -4
  731. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.d.ts.map +0 -1
  732. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.js +0 -7
  733. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/linebreak.js.map +0 -1
  734. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.d.ts +0 -4
  735. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.d.ts.map +0 -1
  736. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.js +0 -38
  737. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/paragraph.js.map +0 -1
  738. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.d.ts +0 -4
  739. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.d.ts.map +0 -1
  740. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.js +0 -9
  741. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/tab.js.map +0 -1
  742. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.d.ts +0 -4
  743. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.d.ts.map +0 -1
  744. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.js +0 -33
  745. package/dist/features/converters/lexicalToHtml_deprecated/converter/converters/text.js.map +0 -1
  746. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.d.ts +0 -6
  747. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.d.ts.map +0 -1
  748. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.js +0 -9
  749. package/dist/features/converters/lexicalToHtml_deprecated/converter/defaultConverters.js.map +0 -1
  750. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.d.ts +0 -70
  751. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.d.ts.map +0 -1
  752. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.js +0 -104
  753. package/dist/features/converters/lexicalToHtml_deprecated/converter/index.js.map +0 -1
  754. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts +0 -27
  755. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts.map +0 -1
  756. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.js +0 -2
  757. package/dist/features/converters/lexicalToHtml_deprecated/converter/types.js.map +0 -1
  758. package/dist/features/converters/lexicalToHtml_deprecated/field/index.d.ts +0 -39
  759. package/dist/features/converters/lexicalToHtml_deprecated/field/index.d.ts.map +0 -1
  760. package/dist/features/converters/lexicalToHtml_deprecated/field/index.js +0 -122
  761. package/dist/features/converters/lexicalToHtml_deprecated/field/index.js.map +0 -1
  762. package/dist/features/converters/lexicalToHtml_deprecated/index.d.ts +0 -12
  763. package/dist/features/converters/lexicalToHtml_deprecated/index.d.ts.map +0 -1
  764. package/dist/features/converters/lexicalToHtml_deprecated/index.js +0 -11
  765. package/dist/features/converters/lexicalToHtml_deprecated/index.js.map +0 -1
  766. package/dist/features/lists/htmlConverter.d.ts +0 -5
  767. package/dist/features/lists/htmlConverter.d.ts.map +0 -1
  768. package/dist/features/lists/htmlConverter.js +0 -81
  769. package/dist/features/lists/htmlConverter.js.map +0 -1
  770. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts +0 -3
  771. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  772. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js +0 -22
  773. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/heading/converter.js.map +0 -1
  774. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts +0 -3
  775. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.d.ts.map +0 -1
  776. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js +0 -33
  777. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/link/converter.js.map +0 -1
  778. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts +0 -3
  779. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.d.ts.map +0 -1
  780. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js +0 -24
  781. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/list/converter.js.map +0 -1
  782. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts +0 -3
  783. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  784. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js +0 -25
  785. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/listItem/converter.js.map +0 -1
  786. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts +0 -3
  787. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.d.ts.map +0 -1
  788. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js +0 -22
  789. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/quote/converter.js.map +0 -1
  790. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts +0 -3
  791. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  792. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js +0 -28
  793. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/unknown/converter.js.map +0 -1
  794. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts +0 -3
  795. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  796. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js +0 -22
  797. package/dist/features/migrations/lexicalPluginToLexical/converter/converters/upload/converter.js.map +0 -1
  798. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts +0 -3
  799. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.d.ts.map +0 -1
  800. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js +0 -9
  801. package/dist/features/migrations/lexicalPluginToLexical/converter/defaultConverters.js.map +0 -1
  802. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts +0 -19
  803. package/dist/features/migrations/lexicalPluginToLexical/converter/index.d.ts.map +0 -1
  804. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js +0 -78
  805. package/dist/features/migrations/lexicalPluginToLexical/converter/index.js.map +0 -1
  806. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts +0 -23
  807. package/dist/features/migrations/lexicalPluginToLexical/converter/types.d.ts.map +0 -1
  808. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js +0 -2
  809. package/dist/features/migrations/lexicalPluginToLexical/converter/types.js.map +0 -1
  810. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts +0 -2
  811. package/dist/features/migrations/lexicalPluginToLexical/feature.client.d.ts.map +0 -1
  812. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js +0 -10
  813. package/dist/features/migrations/lexicalPluginToLexical/feature.client.js.map +0 -1
  814. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts +0 -10
  815. package/dist/features/migrations/lexicalPluginToLexical/feature.server.d.ts.map +0 -1
  816. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js +0 -49
  817. package/dist/features/migrations/lexicalPluginToLexical/feature.server.js.map +0 -1
  818. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -9
  819. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  820. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +0 -15
  821. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  822. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +0 -33
  823. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  824. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +0 -74
  825. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  826. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts +0 -3
  827. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.d.ts.map +0 -1
  828. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js +0 -23
  829. package/dist/features/migrations/slateToLexical/converter/converters/blockquote/converter.js.map +0 -1
  830. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts +0 -3
  831. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.d.ts.map +0 -1
  832. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js +0 -24
  833. package/dist/features/migrations/slateToLexical/converter/converters/heading/converter.js.map +0 -1
  834. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts +0 -3
  835. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.d.ts.map +0 -1
  836. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js +0 -33
  837. package/dist/features/migrations/slateToLexical/converter/converters/indent/converter.js.map +0 -1
  838. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts +0 -3
  839. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.d.ts.map +0 -1
  840. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js +0 -30
  841. package/dist/features/migrations/slateToLexical/converter/converters/link/converter.js.map +0 -1
  842. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts +0 -3
  843. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.d.ts.map +0 -1
  844. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js +0 -26
  845. package/dist/features/migrations/slateToLexical/converter/converters/listItem/converter.js.map +0 -1
  846. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts +0 -3
  847. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.d.ts.map +0 -1
  848. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js +0 -26
  849. package/dist/features/migrations/slateToLexical/converter/converters/orderedList/converter.js.map +0 -1
  850. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts +0 -3
  851. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.d.ts.map +0 -1
  852. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js +0 -15
  853. package/dist/features/migrations/slateToLexical/converter/converters/relationship/converter.js.map +0 -1
  854. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts +0 -3
  855. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.d.ts.map +0 -1
  856. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js +0 -27
  857. package/dist/features/migrations/slateToLexical/converter/converters/unknown/converter.js.map +0 -1
  858. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts +0 -3
  859. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.d.ts.map +0 -1
  860. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js +0 -26
  861. package/dist/features/migrations/slateToLexical/converter/converters/unorderedList/converter.js.map +0 -1
  862. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts +0 -3
  863. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.d.ts.map +0 -1
  864. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js +0 -18
  865. package/dist/features/migrations/slateToLexical/converter/converters/upload/converter.js.map +0 -1
  866. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts +0 -3
  867. package/dist/features/migrations/slateToLexical/converter/defaultConverters.d.ts.map +0 -1
  868. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js +0 -12
  869. package/dist/features/migrations/slateToLexical/converter/defaultConverters.js.map +0 -1
  870. package/dist/features/migrations/slateToLexical/converter/index.d.ts +0 -19
  871. package/dist/features/migrations/slateToLexical/converter/index.d.ts.map +0 -1
  872. package/dist/features/migrations/slateToLexical/converter/index.js +0 -130
  873. package/dist/features/migrations/slateToLexical/converter/index.js.map +0 -1
  874. package/dist/features/migrations/slateToLexical/converter/types.d.ts +0 -16
  875. package/dist/features/migrations/slateToLexical/converter/types.d.ts.map +0 -1
  876. package/dist/features/migrations/slateToLexical/converter/types.js +0 -2
  877. package/dist/features/migrations/slateToLexical/converter/types.js.map +0 -1
  878. package/dist/features/migrations/slateToLexical/feature.client.d.ts +0 -2
  879. package/dist/features/migrations/slateToLexical/feature.client.d.ts.map +0 -1
  880. package/dist/features/migrations/slateToLexical/feature.client.js +0 -10
  881. package/dist/features/migrations/slateToLexical/feature.client.js.map +0 -1
  882. package/dist/features/migrations/slateToLexical/feature.server.d.ts +0 -40
  883. package/dist/features/migrations/slateToLexical/feature.server.d.ts.map +0 -1
  884. package/dist/features/migrations/slateToLexical/feature.server.js +0 -68
  885. package/dist/features/migrations/slateToLexical/feature.server.js.map +0 -1
  886. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts +0 -9
  887. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.d.ts.map +0 -1
  888. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +0 -15
  889. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +0 -1
  890. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +0 -33
  891. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts.map +0 -1
  892. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +0 -74
  893. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +0 -1
  894. package/dist/lexical/ui/icons/AI/index.d.ts +0 -3
  895. package/dist/lexical/ui/icons/AI/index.d.ts.map +0 -1
  896. package/dist/lexical/ui/icons/AI/index.js +0 -34
  897. package/dist/lexical/ui/icons/AI/index.js.map +0 -1
  898. package/dist/lexical/ui/icons/Caret/index.svg +0 -3
  899. package/dist/lexical/ui/icons/Edit/index.svg +0 -10
  900. package/dist/lexical/ui/icons/Remove/index.svg +0 -4
  901. package/dist/nodeTypes.d.ts.map +0 -1
  902. package/dist/nodeTypes.js.map +0 -1
  903. package/dist/types.d.ts.map +0 -1
  904. package/dist/types.js +0 -2
  905. package/dist/types.js.map +0 -1
  906. package/dist/utilities/migrateSlateToLexical/index.d.ts +0 -15
  907. package/dist/utilities/migrateSlateToLexical/index.d.ts.map +0 -1
  908. package/dist/utilities/migrateSlateToLexical/index.js +0 -152
  909. package/dist/utilities/migrateSlateToLexical/index.js.map +0 -1
  910. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts +0 -10
  911. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.d.ts.map +0 -1
  912. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js +0 -85
  913. package/dist/utilities/migrateSlateToLexical/migrateDocumentFieldsRecursively.js.map +0 -1
  914. /package/dist/exports/client/{chunk-QJ5EETIB.js.map → chunk-6QWQ7JV4.js.map} +0 -0
  915. /package/dist/exports/client/{componentInline-A4H3EY3L.js.map → componentInline-JJZ2NKW2.js.map} +0 -0
  916. /package/dist/{nodeTypes.js → types/nodeTypes.js} +0 -0
@@ -2,17 +2,20 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const BlockquoteIcon = () => /*#__PURE__*/_jsx("svg", {
5
+ const path = 'M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z';
6
+ export const BlockquoteIcon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
6
9
  "aria-hidden": "true",
7
- className: "icon",
10
+ className: ['icon', className].filter(Boolean).join(' '),
8
11
  fill: "none",
9
12
  focusable: "false",
10
- height: "20",
11
- viewBox: "0 0 20 20",
12
- width: "20",
13
+ height: 24,
14
+ viewBox: "0 0 24 24",
15
+ width: 24,
13
16
  xmlns: "http://www.w3.org/2000/svg",
14
17
  children: /*#__PURE__*/_jsx("path", {
15
- d: "M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",
18
+ d: path,
16
19
  fill: "currentColor"
17
20
  })
18
21
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","BlockquoteIcon","_jsx","className","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/Blockquote/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const BlockquoteIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,cAAA,GAA2BA,CAAA,kBACtCC,IAAA,CAAC;EACC,eAAY;EACZC,SAAA,EAAU;EACVC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAO;EACPC,OAAA,EAAQ;EACRC,KAAA,EAAM;EACNC,KAAA,EAAM;YAEN,aAAAP,IAAA,CAAC;IACCQ,CAAA,EAAE;IACFN,IAAA,EAAK","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","path","BlockquoteIcon","className","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/Blockquote/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z'\n\nexport const BlockquoteIcon: 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 d={path} fill=\"currentColor\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,IAAA,GACJ;AAEF,OAAO,MAAMC,cAAA,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,CAAA,EAAGb,IAAA;IAAMO,IAAA,EAAK","ignoreList":[]}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const BoldIcon: React.FC;
2
+ export declare const BoldIcon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Bold/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAgB5B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Bold/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAaA,CAAA"}
@@ -2,18 +2,23 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const BoldIcon = () => /*#__PURE__*/_jsx("svg", {
5
+ const path = 'M14.5 9.25A1.75 1.75 0 0 1 12.75 11H9.5V7.5h3.25c.966 0 1.75.784 1.75 1.75M8 11V7.5A1.5 1.5 0 0 1 9.5 6h3.25a3.25 3.25 0 0 1 2.418 5.422A3.5 3.5 0 0 1 13.5 18h-4A1.5 1.5 0 0 1 8 16.5zm1.5 1.5v4h4a2 2 0 1 0 0-4z';
6
+ export const BoldIcon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
6
9
  "aria-hidden": "true",
7
- className: "icon",
8
- fill: "currentColor",
10
+ className: ['icon', className].filter(Boolean).join(' '),
11
+ fill: "none",
9
12
  focusable: "false",
10
- height: "20",
11
- viewBox: "0 0 20 20",
12
- width: "20",
13
+ height: 24,
14
+ viewBox: "0 0 24 24",
15
+ width: 24,
13
16
  xmlns: "http://www.w3.org/2000/svg",
14
17
  children: /*#__PURE__*/_jsx("path", {
15
- d: "M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z",
16
- fill: "currentColor"
18
+ clipRule: "evenodd",
19
+ d: path,
20
+ fill: "currentColor",
21
+ fillRule: "evenodd"
17
22
  })
18
23
  });
19
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","BoldIcon","_jsx","className","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/Bold/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const BoldIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"currentColor\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,QAAA,GAAqBA,CAAA,kBAChCC,IAAA,CAAC;EACC,eAAY;EACZC,SAAA,EAAU;EACVC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAO;EACPC,OAAA,EAAQ;EACRC,KAAA,EAAM;EACNC,KAAA,EAAM;YAEN,aAAAP,IAAA,CAAC;IACCQ,CAAA,EAAE;IACFN,IAAA,EAAK","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","path","BoldIcon","className","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","clipRule","d","fillRule"],"sources":["../../../../../src/lexical/ui/icons/Bold/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M14.5 9.25A1.75 1.75 0 0 1 12.75 11H9.5V7.5h3.25c.966 0 1.75.784 1.75 1.75M8 11V7.5A1.5 1.5 0 0 1 9.5 6h3.25a3.25 3.25 0 0 1 2.418 5.422A3.5 3.5 0 0 1 13.5 18h-4A1.5 1.5 0 0 1 8 16.5zm1.5 1.5v4h4a2 2 0 1 0 0-4z'\n\nexport const BoldIcon: 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,3 +1,6 @@
1
1
  import React from 'react';
2
- export declare const ChecklistIcon: React.FC;
2
+ export declare const ChecklistIcon: React.FC<{
3
+ readonly className?: string;
4
+ readonly size?: 16 | 24;
5
+ }>;
3
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Checklist/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAcjC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Checklist/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAOzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IACnC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,CAAA;CACxB,CAaA,CAAA"}
@@ -1,27 +1,26 @@
1
1
  'use client';
2
2
 
3
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const ChecklistIcon = () => /*#__PURE__*/_jsxs("svg", {
5
+ const paths = {
6
+ 16: 'M5.584 8.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM13 10a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zM5.583 3.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 0 1 .708-.707l.568.569zM13 5a.5.5 0 1 1 0 1H8a.5.5 0 0 1 0-1z',
7
+ 24: 'M9.084 15.223a.5.5 0 1 1 .832.554l-2 3a.5.5 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM17.5 17a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zm-8.416-6.777a.5.5 0 0 1 .832.554l-2 3a.5.5 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.707l.568.568zM17.5 12a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM9.084 5.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.708l.568.569zM17.5 7a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1z'
8
+ };
9
+ export const ChecklistIcon = ({
10
+ className,
11
+ size = 24
12
+ }) => /*#__PURE__*/_jsx("svg", {
6
13
  "aria-hidden": "true",
7
- className: "icon",
14
+ className: ['icon', className].filter(Boolean).join(' '),
8
15
  fill: "none",
9
16
  focusable: "false",
10
- height: "20",
11
- viewBox: "0 0 20 20",
12
- width: "20",
17
+ height: size,
18
+ viewBox: `0 0 ${size} ${size}`,
19
+ width: size,
13
20
  xmlns: "http://www.w3.org/2000/svg",
14
- children: [/*#__PURE__*/_jsx("rect", {
15
- height: "13",
16
- rx: "1.5",
17
- stroke: "currentColor",
18
- width: "13",
19
- x: "3.5",
20
- y: "3.5"
21
- }), /*#__PURE__*/_jsx("path", {
22
- d: "M7 10L9 12.5L13 7.5",
23
- stroke: "currentColor",
24
- strokeWidth: "1.5"
25
- })]
21
+ children: /*#__PURE__*/_jsx("path", {
22
+ d: paths[size],
23
+ fill: "currentColor"
24
+ })
26
25
  });
27
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","ChecklistIcon","_jsxs","className","fill","focusable","height","viewBox","width","xmlns","_jsx","rx","stroke","x","y","d","strokeWidth"],"sources":["../../../../../src/lexical/ui/icons/Checklist/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const ChecklistIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect height=\"13\" rx=\"1.5\" stroke=\"currentColor\" width=\"13\" x=\"3.5\" y=\"3.5\" />\n <path d=\"M7 10L9 12.5L13 7.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,aAAA,GAA0BA,CAAA,kBACrCC,KAAA,CAAC;EACC,eAAY;EACZC,SAAA,EAAU;EACVC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAO;EACPC,OAAA,EAAQ;EACRC,KAAA,EAAM;EACNC,KAAA,EAAM;0BAENC,IAAA,CAAC;IAAKJ,MAAA,EAAO;IAAKK,EAAA,EAAG;IAAMC,MAAA,EAAO;IAAeJ,KAAA,EAAM;IAAKK,CAAA,EAAE;IAAMC,CAAA,EAAE;mBACtEJ,IAAA,CAAC;IAAKK,CAAA,EAAE;IAAsBH,MAAA,EAAO;IAAeI,WAAA,EAAY","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","paths","ChecklistIcon","className","size","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/Checklist/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst paths = {\n 16: 'M5.584 8.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM13 10a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zM5.583 3.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.076l-1-1a.5.5 0 0 1 .708-.707l.568.569zM13 5a.5.5 0 1 1 0 1H8a.5.5 0 0 1 0-1z',\n 24: 'M9.084 15.223a.5.5 0 1 1 .832.554l-2 3a.5.5 0 0 1-.77.076l-1-1a.5.5 0 1 1 .708-.707l.568.569zM17.5 17a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zm-8.416-6.777a.5.5 0 0 1 .832.554l-2 3a.5.5 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.707l.568.568zM17.5 12a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1zM9.084 5.223a.5.5 0 0 1 .832.554l-2 3a.502.502 0 0 1-.77.077l-1-1a.5.5 0 1 1 .708-.708l.568.569zM17.5 7a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1z',\n}\n\nexport const ChecklistIcon: React.FC<{\n readonly className?: string\n readonly size?: 16 | 24\n}> = ({ className, size = 24 }) => (\n <svg\n aria-hidden=\"true\"\n className={['icon', className].filter(Boolean).join(' ')}\n fill=\"none\"\n focusable=\"false\"\n height={size}\n viewBox={`0 0 ${size} ${size}`}\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d={paths[size]} fill=\"currentColor\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,KAAA,GAAQ;EACZ,IAAI;EACJ,IAAI;AACN;AAEA,OAAO,MAAMC,aAAA,GAGRA,CAAC;EAAEC,SAAS;EAAEC,IAAA,GAAO;AAAE,CAAE,kBAC5BC,IAAA,CAAC;EACC,eAAY;EACZF,SAAA,EAAW,CAAC,QAAQA,SAAA,CAAU,CAACG,MAAM,CAACC,OAAA,EAASC,IAAI,CAAC;EACpDC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAQP,IAAA;EACRQ,OAAA,EAAS,OAAOR,IAAA,IAAQA,IAAA,EAAM;EAC9BS,KAAA,EAAOT,IAAA;EACPU,KAAA,EAAM;YAEN,aAAAT,IAAA,CAAC;IAAKU,CAAA,EAAGd,KAAK,CAACG,IAAA,CAAK;IAAEK,IAAA,EAAK","ignoreList":[]}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const CodeIcon: React.FC;
2
+ export declare const CodeIcon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Code/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAc5B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Code/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAaA,CAAA"}
@@ -1,22 +1,24 @@
1
1
  'use client';
2
2
 
3
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const CodeIcon = () => /*#__PURE__*/_jsxs("svg", {
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
+ export const CodeIcon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
6
9
  "aria-hidden": "true",
7
- className: "icon",
10
+ className: ['icon', className].filter(Boolean).join(' '),
8
11
  fill: "none",
9
12
  focusable: "false",
10
- height: "20",
11
- viewBox: "0 0 20 20",
12
- width: "20",
13
+ height: 24,
14
+ viewBox: "0 0 24 24",
15
+ width: 24,
13
16
  xmlns: "http://www.w3.org/2000/svg",
14
- children: [/*#__PURE__*/_jsx("path", {
15
- d: "M7.76465 6L3.76465 10L7.76465 14",
16
- stroke: "currentColor"
17
- }), /*#__PURE__*/_jsx("path", {
18
- d: "M12.2354 6L16.2354 10L12.2354 14",
19
- stroke: "currentColor"
20
- })]
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ clipRule: "evenodd",
19
+ d: path,
20
+ fill: "currentColor",
21
+ fillRule: "evenodd"
22
+ })
21
23
  });
22
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","CodeIcon","_jsxs","className","fill","focusable","height","viewBox","width","xmlns","_jsx","d","stroke"],"sources":["../../../../../src/lexical/ui/icons/Code/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const CodeIcon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M7.76465 6L3.76465 10L7.76465 14\" stroke=\"currentColor\" />\n <path d=\"M12.2354 6L16.2354 10L12.2354 14\" stroke=\"currentColor\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,QAAA,GAAqBA,CAAA,kBAChCC,KAAA,CAAC;EACC,eAAY;EACZC,SAAA,EAAU;EACVC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAO;EACPC,OAAA,EAAQ;EACRC,KAAA,EAAM;EACNC,KAAA,EAAM;0BAENC,IAAA,CAAC;IAAKC,CAAA,EAAE;IAAmCC,MAAA,EAAO;mBAClDF,IAAA,CAAC;IAAKC,CAAA,EAAE;IAAmCC,MAAA,EAAO","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":[]}
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
- export declare const CodeBlockIcon: React.FC;
2
+ export declare const CodeBlockIcon: React.FC<{
3
+ readonly className?: string;
4
+ readonly size?: 16 | 24;
5
+ }>;
3
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/CodeBlock/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAQjC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/CodeBlock/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AASzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IACnC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,CAAA;CACxB,CAWA,CAAA"}
@@ -2,16 +2,27 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const CodeBlockIcon = () => /*#__PURE__*/_jsx("svg", {
5
+ const paths = {
6
+ // icon-16-code-block
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
+ // icon-24-code-block
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
+ };
11
+ export const CodeBlockIcon = ({
12
+ className,
13
+ size = 24
14
+ }) => /*#__PURE__*/_jsx("svg", {
15
+ className: className,
6
16
  fill: "none",
7
- height: "12",
8
- viewBox: "0 0 15 12",
9
- width: "15",
17
+ height: size,
18
+ viewBox: `0 0 ${size} ${size}`,
19
+ width: size,
10
20
  xmlns: "http://www.w3.org/2000/svg",
11
21
  children: /*#__PURE__*/_jsx("path", {
12
- d: "M11.3738 8.62598L14.0404 5.95931L11.3738 3.29264M3.37376 3.29264L0.707092 5.95931L3.37376 8.62598M9.04043 0.625977L5.70709 11.2926",
13
- stroke: "currentColor",
14
- strokeLinecap: "square"
22
+ clipRule: "evenodd",
23
+ d: paths[size],
24
+ fill: "currentColor",
25
+ fillRule: "evenodd"
15
26
  })
16
27
  });
17
28
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","CodeBlockIcon","_jsx","fill","height","viewBox","width","xmlns","d","stroke","strokeLinecap"],"sources":["../../../../../src/lexical/ui/icons/CodeBlock/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const CodeBlockIcon: React.FC = () => (\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 15 12\" width=\"15\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.3738 8.62598L14.0404 5.95931L11.3738 3.29264M3.37376 3.29264L0.707092 5.95931L3.37376 8.62598M9.04043 0.625977L5.70709 11.2926\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,aAAA,GAA0BA,CAAA,kBACrCC,IAAA,CAAC;EAAIC,IAAA,EAAK;EAAOC,MAAA,EAAO;EAAKC,OAAA,EAAQ;EAAYC,KAAA,EAAM;EAAKC,KAAA,EAAM;YAChE,aAAAL,IAAA,CAAC;IACCM,CAAA,EAAE;IACFC,MAAA,EAAO;IACPC,aAAA,EAAc","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":[]}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const CollapseIcon: React.FC;
2
+ export declare const CollapseIcon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Collapse/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAShC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Collapse/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAClC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAWA,CAAA"}
@@ -2,17 +2,19 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const CollapseIcon = () => /*#__PURE__*/_jsx("svg", {
5
+ const path = 'M11.4999 13C11.6325 13 11.7597 13.0527 11.8535 13.1464L14.8535 16.1464C15.0487 16.3417 15.0487 16.6582 14.8535 16.8535C14.6582 17.0487 14.3417 17.0487 14.1464 16.8535L11.4999 14.207L8.85346 16.8535C8.6582 17.0487 8.34169 17.0487 8.14643 16.8535C7.95119 16.6582 7.95119 16.3417 8.14643 16.1464L11.1464 13.1464C11.2402 13.0527 11.3674 13 11.4999 13ZM14.1464 7.14644C14.3417 6.95119 14.6582 6.95118 14.8535 7.14644C15.0487 7.3417 15.0487 7.65821 14.8535 7.85347L11.8535 10.8535C11.7597 10.9472 11.6325 10.9999 11.4999 11C11.3674 10.9999 11.2402 10.9472 11.1464 10.8535L8.14643 7.85347C7.95119 7.65821 7.95119 7.3417 8.14643 7.14644C8.34169 6.9512 8.6582 6.9512 8.85346 7.14644L11.4999 9.79292L14.1464 7.14644Z';
6
+ export const CollapseIcon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
9
+ className: className,
6
10
  fill: "none",
7
- height: "15",
8
- viewBox: "0 0 15 15",
9
- width: "15",
11
+ height: 24,
12
+ viewBox: "0 0 24 24",
13
+ width: 24,
10
14
  xmlns: "http://www.w3.org/2000/svg",
11
15
  children: /*#__PURE__*/_jsx("path", {
12
- d: "M7.16667 13.8333V9.83333M7.16667 9.83333L9.16667 11.8333M7.16667 9.83333L5.16667 11.8333M7.16667 4.5V0.5M7.16667 4.5L9.16667 2.5M7.16667 4.5L5.16667 2.5M1.83333 7.16667H0.5M5.83333 7.16667H4.5M9.83333 7.16667H8.5M13.8333 7.16667H12.5",
13
- stroke: "currentColor",
14
- strokeLinecap: "round",
15
- strokeLinejoin: "round"
16
+ d: path,
17
+ fill: "currentColor"
16
18
  })
17
19
  });
18
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","CollapseIcon","_jsx","fill","height","viewBox","width","xmlns","d","stroke","strokeLinecap","strokeLinejoin"],"sources":["../../../../../src/lexical/ui/icons/Collapse/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const CollapseIcon: React.FC = () => (\n <svg fill=\"none\" height=\"15\" viewBox=\"0 0 15 15\" width=\"15\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M7.16667 13.8333V9.83333M7.16667 9.83333L9.16667 11.8333M7.16667 9.83333L5.16667 11.8333M7.16667 4.5V0.5M7.16667 4.5L9.16667 2.5M7.16667 4.5L5.16667 2.5M1.83333 7.16667H0.5M5.83333 7.16667H4.5M9.83333 7.16667H8.5M13.8333 7.16667H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,YAAA,GAAyBA,CAAA,kBACpCC,IAAA,CAAC;EAAIC,IAAA,EAAK;EAAOC,MAAA,EAAO;EAAKC,OAAA,EAAQ;EAAYC,KAAA,EAAM;EAAKC,KAAA,EAAM;YAChE,aAAAL,IAAA,CAAC;IACCM,CAAA,EAAE;IACFC,MAAA,EAAO;IACPC,aAAA,EAAc;IACdC,cAAA,EAAe","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","path","CollapseIcon","className","_jsx","fill","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/Collapse/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M11.4999 13C11.6325 13 11.7597 13.0527 11.8535 13.1464L14.8535 16.1464C15.0487 16.3417 15.0487 16.6582 14.8535 16.8535C14.6582 17.0487 14.3417 17.0487 14.1464 16.8535L11.4999 14.207L8.85346 16.8535C8.6582 17.0487 8.34169 17.0487 8.14643 16.8535C7.95119 16.6582 7.95119 16.3417 8.14643 16.1464L11.1464 13.1464C11.2402 13.0527 11.3674 13 11.4999 13ZM14.1464 7.14644C14.3417 6.95119 14.6582 6.95118 14.8535 7.14644C15.0487 7.3417 15.0487 7.65821 14.8535 7.85347L11.8535 10.8535C11.7597 10.9472 11.6325 10.9999 11.4999 11C11.3674 10.9999 11.2402 10.9472 11.1464 10.8535L8.14643 7.85347C7.95119 7.65821 7.95119 7.3417 8.14643 7.14644C8.34169 6.9512 8.6582 6.9512 8.85346 7.14644L11.4999 9.79292L14.1464 7.14644Z'\n\nexport const CollapseIcon: React.FC<{\n readonly className?: string\n}> = ({ className }) => (\n <svg\n className={className}\n fill=\"none\"\n height={24}\n viewBox=\"0 0 24 24\"\n width={24}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d={path} fill=\"currentColor\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,IAAA,GACJ;AAEF,OAAO,MAAMC,YAAA,GAERA,CAAC;EAAEC;AAAS,CAAE,kBACjBC,IAAA,CAAC;EACCD,SAAA,EAAWA,SAAA;EACXE,IAAA,EAAK;EACLC,MAAA,EAAQ;EACRC,OAAA,EAAQ;EACRC,KAAA,EAAO;EACPC,KAAA,EAAM;YAEN,aAAAL,IAAA,CAAC;IAAKM,CAAA,EAAGT,IAAA;IAAMI,IAAA,EAAK","ignoreList":[]}
@@ -1,9 +1,9 @@
1
- <svg width="18" height="24" viewBox="0 0 18 24" fill="#000000"
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none"
2
2
  xmlns="http://www.w3.org/2000/svg">
3
- <circle cx="7" cy="8" r="1"/>
4
- <circle cx="11" cy="8" r="1"/>
5
- <circle cx="7" cy="12" r="1"/>
6
- <circle cx="11" cy="12" r="1"/>
7
- <circle cx="7" cy="16" r="1"/>
8
- <circle cx="11" cy="16" r="1"/>
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M5 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5M5 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 8m6 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5"
7
+ fill="#000000"
8
+ />
9
9
  </svg>
@@ -1,9 +1,9 @@
1
- <svg width="18" height="24" viewBox="0 0 18 24" fill="#ffffff"
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none"
2
2
  xmlns="http://www.w3.org/2000/svg">
3
- <circle cx="7" cy="8" r="1"/>
4
- <circle cx="11" cy="8" r="1"/>
5
- <circle cx="7" cy="12" r="1"/>
6
- <circle cx="11" cy="12" r="1"/>
7
- <circle cx="7" cy="16" r="1"/>
8
- <circle cx="11" cy="16" r="1"/>
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M5 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5M5 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 8m6 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5"
7
+ fill="#ffffff"
8
+ />
9
9
  </svg>
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ExpandIcon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/Expand/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IAChC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAWA,CAAA"}
@@ -0,0 +1,22 @@
1
+ 'use client';
2
+
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import React from 'react';
5
+ const path = 'M11.5 6C11.6326 6 11.7597 6.05272 11.8535 6.14648L14.8535 9.14648C15.0487 9.34175 15.0487 9.65825 14.8535 9.85352C14.6582 10.0488 14.3417 10.0488 14.1464 9.85352L12 7.70703V16.293L14.1464 14.1465C14.3417 13.9512 14.6582 13.9512 14.8535 14.1465C15.0487 14.3417 15.0487 14.6583 14.8535 14.8535L11.8535 17.8535C11.6582 18.0488 11.3417 18.0488 11.1464 17.8535L8.14645 14.8535C7.95119 14.6583 7.95119 14.3417 8.14645 14.1465C8.34171 13.9512 8.65822 13.9512 8.85348 14.1465L11 16.293V7.70703L8.85348 9.85352C8.65822 10.0488 8.34171 10.0488 8.14645 9.85352C7.95118 9.65825 7.95118 9.34175 8.14645 9.14648L11.1464 6.14648C11.2402 6.05272 11.3674 6 11.5 6Z';
6
+ export const ExpandIcon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
9
+ className: className,
10
+ fill: "none",
11
+ height: 24,
12
+ viewBox: "0 0 24 24",
13
+ width: 24,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ children: /*#__PURE__*/_jsx("path", {
16
+ clipRule: "evenodd",
17
+ d: path,
18
+ fill: "currentColor",
19
+ fillRule: "evenodd"
20
+ })
21
+ });
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["React","path","ExpandIcon","className","_jsx","fill","height","viewBox","width","xmlns","clipRule","d","fillRule"],"sources":["../../../../../src/lexical/ui/icons/Expand/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M11.5 6C11.6326 6 11.7597 6.05272 11.8535 6.14648L14.8535 9.14648C15.0487 9.34175 15.0487 9.65825 14.8535 9.85352C14.6582 10.0488 14.3417 10.0488 14.1464 9.85352L12 7.70703V16.293L14.1464 14.1465C14.3417 13.9512 14.6582 13.9512 14.8535 14.1465C15.0487 14.3417 15.0487 14.6583 14.8535 14.8535L11.8535 17.8535C11.6582 18.0488 11.3417 18.0488 11.1464 17.8535L8.14645 14.8535C7.95119 14.6583 7.95119 14.3417 8.14645 14.1465C8.34171 13.9512 8.65822 13.9512 8.85348 14.1465L11 16.293V7.70703L8.85348 9.85352C8.65822 10.0488 8.34171 10.0488 8.14645 9.85352C7.95118 9.65825 7.95118 9.34175 8.14645 9.14648L11.1464 6.14648C11.2402 6.05272 11.3674 6 11.5 6Z'\n\nexport const ExpandIcon: React.FC<{\n readonly className?: string\n}> = ({ className }) => (\n <svg\n className={className}\n fill=\"none\"\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,UAAA,GAERA,CAAC;EAAEC;AAAS,CAAE,kBACjBC,IAAA,CAAC;EACCD,SAAA,EAAWA,SAAA;EACXE,IAAA,EAAK;EACLC,MAAA,EAAQ;EACRC,OAAA,EAAQ;EACRC,KAAA,EAAO;EACPC,KAAA,EAAM;YAEN,aAAAL,IAAA,CAAC;IAAKM,QAAA,EAAS;IAAUC,CAAA,EAAGV,IAAA;IAAMI,IAAA,EAAK;IAAeO,QAAA,EAAS","ignoreList":[]}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const H1Icon: React.FC;
2
+ export declare const H1Icon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/H1/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAgB1B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/H1/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAaA,CAAA"}
@@ -2,17 +2,20 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const H1Icon = () => /*#__PURE__*/_jsx("svg", {
5
+ const path = 'M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm11 6a.5.5 0 0 0-.777-.416l-1.5 1a.5.5 0 1 0 .554.832l.723-.482V17.5a.5.5 0 0 0 1 0z';
6
+ export const H1Icon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
6
9
  "aria-hidden": "true",
7
- className: "icon",
10
+ className: ['icon', className].filter(Boolean).join(' '),
8
11
  fill: "none",
9
12
  focusable: "false",
10
- height: "20",
11
- viewBox: "0 0 20 20",
12
- width: "20",
13
+ height: 24,
14
+ viewBox: "0 0 24 24",
15
+ width: 24,
13
16
  xmlns: "http://www.w3.org/2000/svg",
14
17
  children: /*#__PURE__*/_jsx("path", {
15
- d: "M4.639 13.5V7.074H6.196V9.648H9.076V7.074H10.642V13.5H9.076V10.836H6.196V13.5H4.639ZM11.5656 9.045V8.019C12.6636 8.019 13.1316 7.731 13.2846 7.065H14.4006V13.5H12.8436V9.045H11.5656Z",
18
+ d: path,
16
19
  fill: "currentColor"
17
20
  })
18
21
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","H1Icon","_jsx","className","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/H1/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const H1Icon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M4.639 13.5V7.074H6.196V9.648H9.076V7.074H10.642V13.5H9.076V10.836H6.196V13.5H4.639ZM11.5656 9.045V8.019C12.6636 8.019 13.1316 7.731 13.2846 7.065H14.4006V13.5H12.8436V9.045H11.5656Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,MAAA,GAAmBA,CAAA,kBAC9BC,IAAA,CAAC;EACC,eAAY;EACZC,SAAA,EAAU;EACVC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAO;EACPC,OAAA,EAAQ;EACRC,KAAA,EAAM;EACNC,KAAA,EAAM;YAEN,aAAAP,IAAA,CAAC;IACCQ,CAAA,EAAE;IACFN,IAAA,EAAK","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","path","H1Icon","className","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/H1/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm11 6a.5.5 0 0 0-.777-.416l-1.5 1a.5.5 0 1 0 .554.832l.723-.482V17.5a.5.5 0 0 0 1 0z'\n\nexport const H1Icon: 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 d={path} fill=\"currentColor\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,IAAA,GACJ;AAEF,OAAO,MAAMC,MAAA,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,CAAA,EAAGb,IAAA;IAAMO,IAAA,EAAK","ignoreList":[]}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const H2Icon: React.FC;
2
+ export declare const H2Icon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/H2/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAgB1B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/H2/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAaA,CAAA"}
@@ -2,17 +2,20 @@
2
2
 
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import React from 'react';
5
- export const H2Icon = () => /*#__PURE__*/_jsx("svg", {
5
+ const path = 'M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm9.034 10.952c0 .303.245.548.548.548h2.97a.448.448 0 0 0 0-.896H17.48v-.04l.997-1.038q.562-.555.873-.945.314-.39.438-.711t.124-.653q0-.497-.245-.885a1.7 1.7 0 0 0-.684-.61A2.24 2.24 0 0 0 17.96 12a2.2 2.2 0 0 0-1.017.228 1.71 1.71 0 0 0-.888 1.13c-.064.268.168.495.444.495.275 0 .479-.236.595-.485l.019-.039q.12-.22.333-.338a1 1 0 0 1 .5-.121q.278 0 .495.11a.83.83 0 0 1 .341.312.9.9 0 0 1 .125.48q0 .245-.096.462t-.288.448-.48.529l-1.85 1.854a.55.55 0 0 0-.16.387';
6
+ export const H2Icon = ({
7
+ className
8
+ }) => /*#__PURE__*/_jsx("svg", {
6
9
  "aria-hidden": "true",
7
- className: "icon",
10
+ className: ['icon', className].filter(Boolean).join(' '),
8
11
  fill: "none",
9
12
  focusable: "false",
10
- height: "20",
11
- viewBox: "0 0 20 20",
12
- width: "20",
13
+ height: 24,
14
+ viewBox: "0 0 24 24",
15
+ width: 24,
13
16
  xmlns: "http://www.w3.org/2000/svg",
14
17
  children: /*#__PURE__*/_jsx("path", {
15
- d: "M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM15.9796 8.973C15.9796 10.116 15.1696 10.656 14.0356 11.232C13.2256 11.646 12.8206 11.943 12.7846 12.294H15.9886V13.5H11.0566V12.951C11.0566 11.601 12.1636 10.845 13.1176 10.287C14.0356 9.756 14.5126 9.486 14.5126 8.946C14.5126 8.46 14.2156 8.145 13.6306 8.145C13.0186 8.145 12.6586 8.613 12.6226 9.198H11.1196C11.2186 7.947 12.1006 6.966 13.6396 6.966C15.0346 6.966 15.9796 7.785 15.9796 8.973Z",
18
+ d: path,
16
19
  fill: "currentColor"
17
20
  })
18
21
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","H2Icon","_jsx","className","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/H2/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const H2Icon: React.FC = () => (\n <svg\n aria-hidden=\"true\"\n className=\"icon\"\n fill=\"none\"\n focusable=\"false\"\n height=\"20\"\n viewBox=\"0 0 20 20\"\n width=\"20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM15.9796 8.973C15.9796 10.116 15.1696 10.656 14.0356 11.232C13.2256 11.646 12.8206 11.943 12.7846 12.294H15.9886V13.5H11.0566V12.951C11.0566 11.601 12.1636 10.845 13.1176 10.287C14.0356 9.756 14.5126 9.486 14.5126 8.946C14.5126 8.46 14.2156 8.145 13.6306 8.145C13.0186 8.145 12.6586 8.613 12.6226 9.198H11.1196C11.2186 7.947 12.1006 6.966 13.6396 6.966C15.0346 6.966 15.9796 7.785 15.9796 8.973Z\"\n fill=\"currentColor\"\n />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,MAAA,GAAmBA,CAAA,kBAC9BC,IAAA,CAAC;EACC,eAAY;EACZC,SAAA,EAAU;EACVC,IAAA,EAAK;EACLC,SAAA,EAAU;EACVC,MAAA,EAAO;EACPC,OAAA,EAAQ;EACRC,KAAA,EAAM;EACNC,KAAA,EAAM;YAEN,aAAAP,IAAA,CAAC;IACCQ,CAAA,EAAE;IACFN,IAAA,EAAK","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","path","H2Icon","className","_jsx","filter","Boolean","join","fill","focusable","height","viewBox","width","xmlns","d"],"sources":["../../../../../src/lexical/ui/icons/H2/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nconst path =\n 'M7 6.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 1 0V12h6v5.5a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0V11H7zm9.034 10.952c0 .303.245.548.548.548h2.97a.448.448 0 0 0 0-.896H17.48v-.04l.997-1.038q.562-.555.873-.945.314-.39.438-.711t.124-.653q0-.497-.245-.885a1.7 1.7 0 0 0-.684-.61A2.24 2.24 0 0 0 17.96 12a2.2 2.2 0 0 0-1.017.228 1.71 1.71 0 0 0-.888 1.13c-.064.268.168.495.444.495.275 0 .479-.236.595-.485l.019-.039q.12-.22.333-.338a1 1 0 0 1 .5-.121q.278 0 .495.11a.83.83 0 0 1 .341.312.9.9 0 0 1 .125.48q0 .245-.096.462t-.288.448-.48.529l-1.85 1.854a.55.55 0 0 0-.16.387'\n\nexport const H2Icon: 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 d={path} fill=\"currentColor\" />\n </svg>\n)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,MAAW;AAElB,MAAMC,IAAA,GACJ;AAEF,OAAO,MAAMC,MAAA,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,CAAA,EAAGb,IAAA;IAAMO,IAAA,EAAK","ignoreList":[]}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const H3Icon: React.FC;
2
+ export declare const H3Icon: React.FC<{
3
+ readonly className?: string;
4
+ }>;
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/H3/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAgB1B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lexical/ui/icons/H3/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAC5B,CAaA,CAAA"}