@payloadcms/richtext-lexical 3.68.0-internal-debug.185cc5f → 3.68.0-internal-debug.591ab42

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 (280) hide show
  1. package/dist/cell/rscEntry.js +13 -5
  2. package/dist/cell/rscEntry.js.map +1 -1
  3. package/dist/features/blocks/client/component/BlockContent.js +29 -9
  4. package/dist/features/blocks/client/component/BlockContent.js.map +1 -1
  5. package/dist/features/blocks/client/component/components/BlockCollapsible.js +7 -3
  6. package/dist/features/blocks/client/component/components/BlockCollapsible.js.map +1 -1
  7. package/dist/features/blocks/client/component/components/BlockEditButton.js +6 -2
  8. package/dist/features/blocks/client/component/components/BlockEditButton.js.map +1 -1
  9. package/dist/features/blocks/client/component/components/BlockRemoveButton.js +6 -2
  10. package/dist/features/blocks/client/component/components/BlockRemoveButton.js.map +1 -1
  11. package/dist/features/blocks/client/component/index.js +123 -43
  12. package/dist/features/blocks/client/component/index.js.map +1 -1
  13. package/dist/features/blocks/client/component/index.scss +188 -0
  14. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js +7 -3
  15. package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js.map +1 -1
  16. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js +6 -2
  17. package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js.map +1 -1
  18. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js +6 -2
  19. package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js.map +1 -1
  20. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js +6 -2
  21. package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js.map +1 -1
  22. package/dist/features/blocks/client/componentInline/index.js +117 -37
  23. package/dist/features/blocks/client/componentInline/index.js.map +1 -1
  24. package/dist/features/blocks/client/componentInline/index.scss +90 -0
  25. package/dist/features/blocks/client/getBlockImageComponent.js +7 -3
  26. package/dist/features/blocks/client/getBlockImageComponent.js.map +1 -1
  27. package/dist/features/blocks/client/nodes/BlocksNode.js +7 -3
  28. package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -1
  29. package/dist/features/blocks/client/nodes/InlineBlocksNode.js +7 -3
  30. package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -1
  31. package/dist/features/blocks/premade/CodeBlock/Component/Block.js +87 -27
  32. package/dist/features/blocks/premade/CodeBlock/Component/Block.js.map +1 -1
  33. package/dist/features/blocks/premade/CodeBlock/Component/Code.js +7 -3
  34. package/dist/features/blocks/premade/CodeBlock/Component/Code.js.map +1 -1
  35. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js +12 -4
  36. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js.map +1 -1
  37. package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.scss +6 -0
  38. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js +18 -6
  39. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js.map +1 -1
  40. package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.scss +29 -0
  41. package/dist/features/blocks/premade/CodeBlock/Component/index.scss +97 -0
  42. package/dist/features/converters/lexicalToJSX/Component/index.js +9 -5
  43. package/dist/features/converters/lexicalToJSX/Component/index.js.map +1 -1
  44. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js +7 -3
  45. package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js.map +1 -1
  46. package/dist/features/converters/lexicalToJSX/converter/converters/heading.js +7 -3
  47. package/dist/features/converters/lexicalToJSX/converter/converters/heading.js.map +1 -1
  48. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js +6 -2
  49. package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js.map +1 -1
  50. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js +6 -2
  51. package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js.map +1 -1
  52. package/dist/features/converters/lexicalToJSX/converter/converters/link.js +13 -5
  53. package/dist/features/converters/lexicalToJSX/converter/converters/link.js.map +1 -1
  54. package/dist/features/converters/lexicalToJSX/converter/converters/list.js +38 -14
  55. package/dist/features/converters/lexicalToJSX/converter/converters/list.js.map +1 -1
  56. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js +18 -6
  57. package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js.map +1 -1
  58. package/dist/features/converters/lexicalToJSX/converter/converters/table.js +31 -11
  59. package/dist/features/converters/lexicalToJSX/converter/converters/table.js.map +1 -1
  60. package/dist/features/converters/lexicalToJSX/converter/converters/text.js +43 -15
  61. package/dist/features/converters/lexicalToJSX/converter/converters/text.js.map +1 -1
  62. package/dist/features/converters/lexicalToJSX/converter/converters/upload.js +31 -11
  63. package/dist/features/converters/lexicalToJSX/converter/converters/upload.js.map +1 -1
  64. package/dist/features/converters/lexicalToJSX/converter/index.js +8 -4
  65. package/dist/features/converters/lexicalToJSX/converter/index.js.map +1 -1
  66. package/dist/features/debug/jsxConverter/client/plugin/index.js +13 -5
  67. package/dist/features/debug/jsxConverter/client/plugin/index.js.map +1 -1
  68. package/dist/features/debug/jsxConverter/client/plugin/style.scss +12 -0
  69. package/dist/features/debug/testRecorder/client/plugin/index.js +61 -21
  70. package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -1
  71. package/dist/features/debug/testRecorder/client/plugin/index.scss +53 -0
  72. package/dist/features/debug/treeView/client/plugin/index.js +7 -3
  73. package/dist/features/debug/treeView/client/plugin/index.js.map +1 -1
  74. package/dist/features/debug/treeView/client/plugin/index.scss +80 -0
  75. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +224 -72
  76. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -1
  77. package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.scss +87 -0
  78. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +31 -11
  79. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -1
  80. package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.scss +11 -0
  81. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +21 -9
  82. package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -1
  83. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +25 -9
  84. package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -1
  85. package/dist/features/experimental_table/client/plugins/TablePlugin/index.scss +233 -0
  86. package/dist/features/horizontalRule/client/plugin/index.scss +23 -0
  87. package/dist/features/indent/client/IndentPlugin.js +6 -2
  88. package/dist/features/indent/client/IndentPlugin.js.map +1 -1
  89. package/dist/features/link/client/plugins/clickableLink/index.js +6 -2
  90. package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -1
  91. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +76 -24
  92. package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
  93. package/dist/features/link/client/plugins/floatingLinkEditor/index.js +7 -3
  94. package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -1
  95. package/dist/features/link/client/plugins/floatingLinkEditor/index.scss +92 -0
  96. package/dist/features/lists/checklist/client/plugin/index.js +6 -2
  97. package/dist/features/lists/checklist/client/plugin/index.js.map +1 -1
  98. package/dist/features/lists/plugin/index.js +6 -2
  99. package/dist/features/lists/plugin/index.js.map +1 -1
  100. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +13 -5
  101. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  102. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +7 -3
  103. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  104. package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +16 -0
  105. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +13 -5
  106. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
  107. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +7 -3
  108. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
  109. package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +16 -0
  110. package/dist/features/relationship/client/components/RelationshipComponent.js +55 -19
  111. package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -1
  112. package/dist/features/relationship/client/components/index.scss +95 -0
  113. package/dist/features/relationship/client/drawer/index.js +18 -6
  114. package/dist/features/relationship/client/drawer/index.js.map +1 -1
  115. package/dist/features/relationship/client/nodes/RelationshipNode.js +7 -3
  116. package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -1
  117. package/dist/features/relationship/client/plugins/index.js +7 -3
  118. package/dist/features/relationship/client/plugins/index.js.map +1 -1
  119. package/dist/features/textState/feature.client.js +18 -6
  120. package/dist/features/textState/feature.client.js.map +1 -1
  121. package/dist/features/toolbars/fixed/client/Toolbar/index.js +71 -23
  122. package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -1
  123. package/dist/features/toolbars/fixed/client/Toolbar/index.scss +113 -0
  124. package/dist/features/toolbars/inline/client/Toolbar/index.js +71 -23
  125. package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -1
  126. package/dist/features/toolbars/inline/client/Toolbar/index.scss +58 -0
  127. package/dist/features/toolbars/shared/ToolbarButton/index.js +7 -3
  128. package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
  129. package/dist/features/toolbars/shared/ToolbarButton/index.scss +46 -0
  130. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +60 -20
  131. package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
  132. package/dist/features/toolbars/shared/ToolbarDropdown/index.js +36 -12
  133. package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
  134. package/dist/features/toolbars/shared/ToolbarDropdown/index.scss +129 -0
  135. package/dist/features/upload/client/component/index.js +91 -31
  136. package/dist/features/upload/client/component/index.js.map +1 -1
  137. package/dist/features/upload/client/component/index.scss +191 -0
  138. package/dist/features/upload/client/component/pending/index.js +13 -5
  139. package/dist/features/upload/client/component/pending/index.js.map +1 -1
  140. package/dist/features/upload/client/drawer/index.js +18 -6
  141. package/dist/features/upload/client/drawer/index.js.map +1 -1
  142. package/dist/features/upload/client/nodes/UploadNode.js +12 -4
  143. package/dist/features/upload/client/nodes/UploadNode.js.map +1 -1
  144. package/dist/features/upload/client/plugin/index.js +7 -3
  145. package/dist/features/upload/client/plugin/index.js.map +1 -1
  146. package/dist/field/Diff/converters/listitem/index.js +36 -12
  147. package/dist/field/Diff/converters/listitem/index.js.map +1 -1
  148. package/dist/field/Diff/converters/listitem/index.scss +47 -0
  149. package/dist/field/Diff/converters/relationship/index.js +36 -12
  150. package/dist/field/Diff/converters/relationship/index.js.map +1 -1
  151. package/dist/field/Diff/converters/relationship/index.scss +73 -0
  152. package/dist/field/Diff/converters/unknown/index.js +30 -10
  153. package/dist/field/Diff/converters/unknown/index.js.map +1 -1
  154. package/dist/field/Diff/converters/unknown/index.scss +40 -0
  155. package/dist/field/Diff/converters/upload/index.js +59 -19
  156. package/dist/field/Diff/converters/upload/index.js.map +1 -1
  157. package/dist/field/Diff/converters/upload/index.scss +115 -0
  158. package/dist/field/Diff/index.js +7 -3
  159. package/dist/field/Diff/index.js.map +1 -1
  160. package/dist/field/Diff/index.scss +102 -0
  161. package/dist/field/Field.js +79 -27
  162. package/dist/field/Field.js.map +1 -1
  163. package/dist/field/RenderLexical/index.js +36 -12
  164. package/dist/field/RenderLexical/index.js.map +1 -1
  165. package/dist/field/index.js +19 -7
  166. package/dist/field/index.js.map +1 -1
  167. package/dist/field/index.scss +41 -0
  168. package/dist/field/rscEntry.js +7 -3
  169. package/dist/field/rscEntry.js.map +1 -1
  170. package/dist/lexical/EditorPlugin.js +13 -5
  171. package/dist/lexical/EditorPlugin.js.map +1 -1
  172. package/dist/lexical/LexicalEditor.js +162 -50
  173. package/dist/lexical/LexicalEditor.js.map +1 -1
  174. package/dist/lexical/LexicalEditor.scss +54 -0
  175. package/dist/lexical/LexicalProvider.js +49 -17
  176. package/dist/lexical/LexicalProvider.js.map +1 -1
  177. package/dist/lexical/config/client/EditorConfigProvider.js +7 -3
  178. package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
  179. package/dist/lexical/plugins/DecoratorPlugin/index.scss +13 -0
  180. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js +19 -7
  181. package/dist/lexical/plugins/InsertParagraphAtEnd/index.js.map +1 -1
  182. package/dist/lexical/plugins/InsertParagraphAtEnd/index.scss +54 -0
  183. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +7 -3
  184. package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
  185. package/dist/lexical/plugins/SlashMenu/index.js +48 -16
  186. package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
  187. package/dist/lexical/plugins/SlashMenu/index.scss +68 -0
  188. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +19 -7
  189. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
  190. package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +35 -0
  191. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +31 -11
  192. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
  193. package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.scss +80 -0
  194. package/dist/lexical/theme/EditorTheme.scss +357 -0
  195. package/dist/lexical/ui/ContentEditable.js +13 -5
  196. package/dist/lexical/ui/ContentEditable.js.map +1 -1
  197. package/dist/lexical/ui/ContentEditable.scss +105 -0
  198. package/dist/lexical/ui/icons/AI/index.js +37 -13
  199. package/dist/lexical/ui/icons/AI/index.js.map +1 -1
  200. package/dist/lexical/ui/icons/Add/index.js +19 -7
  201. package/dist/lexical/ui/icons/Add/index.js.map +1 -1
  202. package/dist/lexical/ui/icons/AlignCenter/index.js +25 -9
  203. package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
  204. package/dist/lexical/ui/icons/AlignJustify/index.js +25 -9
  205. package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
  206. package/dist/lexical/ui/icons/AlignLeft/index.js +25 -9
  207. package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
  208. package/dist/lexical/ui/icons/AlignRight/index.js +25 -9
  209. package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
  210. package/dist/lexical/ui/icons/Block/index.js +25 -9
  211. package/dist/lexical/ui/icons/Block/index.js.map +1 -1
  212. package/dist/lexical/ui/icons/Blockquote/index.js +13 -5
  213. package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
  214. package/dist/lexical/ui/icons/Bold/index.js +13 -5
  215. package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
  216. package/dist/lexical/ui/icons/Checklist/index.js +19 -7
  217. package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
  218. package/dist/lexical/ui/icons/Code/index.js +19 -7
  219. package/dist/lexical/ui/icons/Code/index.js.map +1 -1
  220. package/dist/lexical/ui/icons/CodeBlock/index.js +13 -5
  221. package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
  222. package/dist/lexical/ui/icons/Collapse/index.js +13 -5
  223. package/dist/lexical/ui/icons/Collapse/index.js.map +1 -1
  224. package/dist/lexical/ui/icons/H1/index.js +13 -5
  225. package/dist/lexical/ui/icons/H1/index.js.map +1 -1
  226. package/dist/lexical/ui/icons/H2/index.js +13 -5
  227. package/dist/lexical/ui/icons/H2/index.js.map +1 -1
  228. package/dist/lexical/ui/icons/H3/index.js +13 -5
  229. package/dist/lexical/ui/icons/H3/index.js.map +1 -1
  230. package/dist/lexical/ui/icons/H4/index.js +13 -5
  231. package/dist/lexical/ui/icons/H4/index.js.map +1 -1
  232. package/dist/lexical/ui/icons/H5/index.js +13 -5
  233. package/dist/lexical/ui/icons/H5/index.js.map +1 -1
  234. package/dist/lexical/ui/icons/H6/index.js +13 -5
  235. package/dist/lexical/ui/icons/H6/index.js.map +1 -1
  236. package/dist/lexical/ui/icons/HorizontalRule/index.js +13 -5
  237. package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
  238. package/dist/lexical/ui/icons/IndentDecrease/index.js +31 -11
  239. package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
  240. package/dist/lexical/ui/icons/IndentIncrease/index.js +31 -11
  241. package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
  242. package/dist/lexical/ui/icons/InlineBlocks/index.js +13 -5
  243. package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
  244. package/dist/lexical/ui/icons/Italic/index.js +13 -5
  245. package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
  246. package/dist/lexical/ui/icons/Link/index.js +13 -5
  247. package/dist/lexical/ui/icons/Link/index.js.map +1 -1
  248. package/dist/lexical/ui/icons/Meatballs/index.js +25 -9
  249. package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
  250. package/dist/lexical/ui/icons/OrderedList/index.js +37 -13
  251. package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
  252. package/dist/lexical/ui/icons/Relationship/index.js +37 -13
  253. package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
  254. package/dist/lexical/ui/icons/Strikethrough/index.js +19 -7
  255. package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
  256. package/dist/lexical/ui/icons/Subscript/index.js +13 -5
  257. package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
  258. package/dist/lexical/ui/icons/Superscript/index.js +13 -5
  259. package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
  260. package/dist/lexical/ui/icons/Table/index.js +13 -5
  261. package/dist/lexical/ui/icons/Table/index.js.map +1 -1
  262. package/dist/lexical/ui/icons/Text/index.js +13 -5
  263. package/dist/lexical/ui/icons/Text/index.js.map +1 -1
  264. package/dist/lexical/ui/icons/TextState/index.js +7 -3
  265. package/dist/lexical/ui/icons/TextState/index.js.map +1 -1
  266. package/dist/lexical/ui/icons/Underline/index.js +19 -7
  267. package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
  268. package/dist/lexical/ui/icons/UnorderedList/index.js +43 -15
  269. package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
  270. package/dist/lexical/ui/icons/Upload/index.js +25 -9
  271. package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
  272. package/dist/utilities/fieldsDrawer/Drawer.js +19 -7
  273. package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
  274. package/dist/utilities/fieldsDrawer/DrawerContent.js +19 -7
  275. package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
  276. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +7 -3
  277. package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -1
  278. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js +7 -3
  279. package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js.map +1 -1
  280. package/package.json +9 -8
@@ -0,0 +1,105 @@
1
+ @import '~@payloadcms/ui/scss';
2
+
3
+ $lexical-contenteditable-top-padding: 8px;
4
+ $lexical-contenteditable-bottom-padding: 8px;
5
+
6
+ @layer payload-default {
7
+ .ContentEditable__root {
8
+ border: 0;
9
+ display: block;
10
+ position: relative;
11
+ tab-size: 1;
12
+ outline: 0;
13
+ padding-top: $lexical-contenteditable-top-padding;
14
+ padding-bottom: $lexical-contenteditable-bottom-padding;
15
+ padding-left: 0;
16
+ padding-right: 0;
17
+
18
+ &:focus-visible {
19
+ outline: none !important;
20
+ }
21
+
22
+ & > * {
23
+ transition: transform 0.2s ease-in-out;
24
+ // will-change: transform; // breaks cursor rendering for empty paragraph blocks in safari, and creates other issues
25
+ }
26
+ }
27
+
28
+ .rich-text-lexical--show-gutter
29
+ > .rich-text-lexical__wrap
30
+ > .editor-container
31
+ > .editor-scroller
32
+ > .editor {
33
+ > .ContentEditable__root {
34
+ padding-left: 3rem;
35
+ }
36
+ > .ContentEditable__root::before {
37
+ content: ' ';
38
+ position: absolute;
39
+ top: $lexical-contenteditable-top-padding;
40
+ left: 0;
41
+ height: calc(
42
+ 100% - #{$lexical-contenteditable-top-padding} - #{$lexical-contenteditable-bottom-padding}
43
+ );
44
+ border-left: 1px solid var(--theme-elevation-100);
45
+ }
46
+ }
47
+
48
+ html[data-theme='light'] {
49
+ .rich-text-lexical.rich-text-lexical--show-gutter {
50
+ &.error:not(:hover) {
51
+ > .rich-text-lexical__wrap
52
+ > .editor-container
53
+ > .editor-scroller
54
+ > .editor
55
+ > .ContentEditable__root::before {
56
+ border-left: 2px solid var(--theme-error-400);
57
+ }
58
+ }
59
+
60
+ &.error:hover {
61
+ > .rich-text-lexical__wrap
62
+ > .editor-container
63
+ > .editor-scroller
64
+ > .editor
65
+ > .ContentEditable__root::before {
66
+ border-left: 2px solid var(--theme-error-500);
67
+ }
68
+ }
69
+ }
70
+
71
+ @include small-break {
72
+ .rich-text-lexical {
73
+ &.error {
74
+ > .rich-text-lexical__wrap {
75
+ @include lightInputError;
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
81
+
82
+ html[data-theme='dark'] {
83
+ .rich-text-lexical.rich-text-lexical--show-gutter {
84
+ &.error {
85
+ > .rich-text-lexical__wrap
86
+ > .editor-container
87
+ > .editor-scroller
88
+ > .editor
89
+ > .ContentEditable__root::before {
90
+ border-left: 2px solid var(--theme-error-500);
91
+ }
92
+ }
93
+ }
94
+
95
+ @include small-break {
96
+ .rich-text-lexical {
97
+ &.error {
98
+ > .rich-text-lexical__wrap {
99
+ @include darkInputError;
100
+ }
101
+ }
102
+ }
103
+ }
104
+ }
105
+ }
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const AIIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const AIIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -11,27 +11,51 @@ export const AIIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  children: [
14
- /*#__PURE__*/ _jsx("g", {
14
+ /*#__PURE__*/ _jsxDEV("g", {
15
15
  clipPath: "url(#clip0_4393_10389)",
16
- children: /*#__PURE__*/ _jsx("path", {
16
+ children: /*#__PURE__*/ _jsxDEV("path", {
17
17
  d: "M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z",
18
18
  stroke: "currentColor",
19
19
  strokeLinecap: "round",
20
20
  strokeLinejoin: "round"
21
- })
22
- }),
23
- /*#__PURE__*/ _jsx("defs", {
24
- children: /*#__PURE__*/ _jsx("clipPath", {
21
+ }, void 0, false, {
22
+ fileName: "src/lexical/ui/icons/AI/index.tsx",
23
+ lineNumber: 16,
24
+ columnNumber: 7
25
+ }, this)
26
+ }, void 0, false, {
27
+ fileName: "src/lexical/ui/icons/AI/index.tsx",
28
+ lineNumber: 15,
29
+ columnNumber: 5
30
+ }, this),
31
+ /*#__PURE__*/ _jsxDEV("defs", {
32
+ children: /*#__PURE__*/ _jsxDEV("clipPath", {
25
33
  id: "clip0_4393_10389",
26
- children: /*#__PURE__*/ _jsx("rect", {
34
+ children: /*#__PURE__*/ _jsxDEV("rect", {
27
35
  fill: "white",
28
36
  height: "12",
29
37
  transform: "translate(4 4)",
30
38
  width: "12"
31
- })
32
- })
33
- })
39
+ }, void 0, false, {
40
+ fileName: "src/lexical/ui/icons/AI/index.tsx",
41
+ lineNumber: 25,
42
+ columnNumber: 9
43
+ }, this)
44
+ }, void 0, false, {
45
+ fileName: "src/lexical/ui/icons/AI/index.tsx",
46
+ lineNumber: 24,
47
+ columnNumber: 7
48
+ }, this)
49
+ }, void 0, false, {
50
+ fileName: "src/lexical/ui/icons/AI/index.tsx",
51
+ lineNumber: 23,
52
+ columnNumber: 5
53
+ }, this)
34
54
  ]
35
- });
55
+ }, void 0, true, {
56
+ fileName: "src/lexical/ui/icons/AI/index.tsx",
57
+ lineNumber: 5,
58
+ columnNumber: 3
59
+ }, this);
36
60
 
37
61
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/AI/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AIIcon: 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 <g clipPath=\"url(#clip0_4393_10389)\">\n <path\n d=\"M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_4393_10389\">\n <rect fill=\"white\" height=\"12\" transform=\"translate(4 4)\" width=\"12\" />\n </clipPath>\n </defs>\n </svg>\n)\n"],"names":["React","AIIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","g","clipPath","path","d","stroke","strokeLinecap","strokeLinejoin","defs","id","rect","transform"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,SAAmB,kBAC9B,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAEC,UAAS;0BACV,cAAA,KAACC;oBACCC,GAAE;oBACFC,QAAO;oBACPC,eAAc;oBACdC,gBAAe;;;0BAGnB,KAACC;0BACC,cAAA,KAACN;oBAASO,IAAG;8BACX,cAAA,KAACC;wBAAKf,MAAK;wBAAQE,QAAO;wBAAKc,WAAU;wBAAiBZ,OAAM;;;;;OAIvE"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/AI/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AIIcon: 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 <g clipPath=\"url(#clip0_4393_10389)\">\n <path\n d=\"M6.25 4.75V7M5.125 5.875L7.375 5.875M6.25 13V14.125M6.25 14.125V15.25M6.25 14.125H5.125M6.25 14.125H7.375M10.75 5.5L11.2171 6.66785C11.7399 7.97466 12.7753 9.01014 14.0822 9.53286L15.25 10L13.686 10.782C12.6191 11.3154 11.7708 12.2032 11.2864 13.2932L10.75 14.5L10.2136 13.2932C9.72919 12.2032 8.8809 11.3154 7.814 10.782L6.25 10L7.41785 9.53286C8.72466 9.01014 9.76014 7.97466 10.2829 6.66785L10.75 5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_4393_10389\">\n <rect fill=\"white\" height=\"12\" transform=\"translate(4 4)\" width=\"12\" />\n </clipPath>\n </defs>\n </svg>\n)\n"],"names":["React","AIIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","g","clipPath","path","d","stroke","strokeLinecap","strokeLinejoin","defs","id","rect","transform"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,SAAmB,kBAC9B,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,QAACC;gBAAEC,UAAS;0BACV,cAAA,QAACC;oBACCC,GAAE;oBACFC,QAAO;oBACPC,eAAc;oBACdC,gBAAe;;;;;;;;;;;0BAGnB,QAACC;0BACC,cAAA,QAACN;oBAASO,IAAG;8BACX,cAAA,QAACC;wBAAKf,MAAK;wBAAQE,QAAO;wBAAKc,WAAU;wBAAiBZ,OAAM;;;;;;;;;;;;;;;;;;;;;aAIvE"}
@@ -1,22 +1,34 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const AddIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const AddIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  fill: "none",
6
6
  height: "20",
7
7
  viewBox: "0 0 20 20",
8
8
  width: "20",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  children: [
11
- /*#__PURE__*/ _jsx("path", {
11
+ /*#__PURE__*/ _jsxDEV("path", {
12
12
  d: "M5 10h10",
13
13
  stroke: "currentColor"
14
- }),
15
- /*#__PURE__*/ _jsx("path", {
14
+ }, void 0, false, {
15
+ fileName: "src/lexical/ui/icons/Add/index.tsx",
16
+ lineNumber: 6,
17
+ columnNumber: 5
18
+ }, this),
19
+ /*#__PURE__*/ _jsxDEV("path", {
16
20
  d: "M10 15V5",
17
21
  stroke: "currentColor"
18
- })
22
+ }, void 0, false, {
23
+ fileName: "src/lexical/ui/icons/Add/index.tsx",
24
+ lineNumber: 7,
25
+ columnNumber: 5
26
+ }, this)
19
27
  ]
20
- });
28
+ }, void 0, true, {
29
+ fileName: "src/lexical/ui/icons/Add/index.tsx",
30
+ lineNumber: 5,
31
+ columnNumber: 3
32
+ }, this);
21
33
 
22
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/Add/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AddIcon: React.FC = () => (\n <svg fill=\"none\" height=\"20\" viewBox=\"0 0 20 20\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M5 10h10\" stroke=\"currentColor\" />\n <path d=\"M10 15V5\" stroke=\"currentColor\" />\n </svg>\n)\n"],"names":["React","AddIcon","svg","fill","height","viewBox","width","xmlns","path","d","stroke"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,UAAoB,kBAC/B,MAACC;QAAIC,MAAK;QAAOC,QAAO;QAAKC,SAAQ;QAAYC,OAAM;QAAKC,OAAM;;0BAChE,KAACC;gBAAKC,GAAE;gBAAWC,QAAO;;0BAC1B,KAACF;gBAAKC,GAAE;gBAAWC,QAAO;;;OAE7B"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/Add/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AddIcon: React.FC = () => (\n <svg fill=\"none\" height=\"20\" viewBox=\"0 0 20 20\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M5 10h10\" stroke=\"currentColor\" />\n <path d=\"M10 15V5\" stroke=\"currentColor\" />\n </svg>\n)\n"],"names":["React","AddIcon","svg","fill","height","viewBox","width","xmlns","path","d","stroke"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,UAAoB,kBAC/B,QAACC;QAAIC,MAAK;QAAOC,QAAO;QAAKC,SAAQ;QAAYC,OAAM;QAAKC,OAAM;;0BAChE,QAACC;gBAAKC,GAAE;gBAAWC,QAAO;;;;;;0BAC1B,QAACF;gBAAKC,GAAE;gBAAWC,QAAO;;;;;;;;;;;aAE7B"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const AlignCenterIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const AlignCenterIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -11,22 +11,38 @@ export const AlignCenterIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  children: [
14
- /*#__PURE__*/ _jsx("path", {
14
+ /*#__PURE__*/ _jsxDEV("path", {
15
15
  d: "M2.5 5H17.5",
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "1.5"
18
- }),
19
- /*#__PURE__*/ _jsx("path", {
18
+ }, void 0, false, {
19
+ fileName: "src/lexical/ui/icons/AlignCenter/index.tsx",
20
+ lineNumber: 15,
21
+ columnNumber: 5
22
+ }, this),
23
+ /*#__PURE__*/ _jsxDEV("path", {
20
24
  d: "M2.5 10H17.5",
21
25
  stroke: "currentColor",
22
26
  strokeWidth: "1.5"
23
- }),
24
- /*#__PURE__*/ _jsx("path", {
27
+ }, void 0, false, {
28
+ fileName: "src/lexical/ui/icons/AlignCenter/index.tsx",
29
+ lineNumber: 16,
30
+ columnNumber: 5
31
+ }, this),
32
+ /*#__PURE__*/ _jsxDEV("path", {
25
33
  d: "M5 15H15",
26
34
  stroke: "currentColor",
27
35
  strokeWidth: "1.5"
28
- })
36
+ }, void 0, false, {
37
+ fileName: "src/lexical/ui/icons/AlignCenter/index.tsx",
38
+ lineNumber: 17,
39
+ columnNumber: 5
40
+ }, this)
29
41
  ]
30
- });
42
+ }, void 0, true, {
43
+ fileName: "src/lexical/ui/icons/AlignCenter/index.tsx",
44
+ lineNumber: 5,
45
+ columnNumber: 3
46
+ }, this);
31
47
 
32
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignCenter/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignCenterIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 15H15\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignCenterIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,kBAA4B,kBACvC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAWC,QAAO;gBAAeC,aAAY;;;OAExD"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignCenter/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignCenterIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 15H15\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignCenterIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,kBAA4B,kBACvC,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,QAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;;;;;0BACxD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;0BACzD,QAACH;gBAAKC,GAAE;gBAAWC,QAAO;gBAAeC,aAAY;;;;;;;;;;;aAExD"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const AlignJustifyIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const AlignJustifyIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -11,22 +11,38 @@ export const AlignJustifyIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  children: [
14
- /*#__PURE__*/ _jsx("path", {
14
+ /*#__PURE__*/ _jsxDEV("path", {
15
15
  d: "M2.5 5H17.5",
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "1.5"
18
- }),
19
- /*#__PURE__*/ _jsx("path", {
18
+ }, void 0, false, {
19
+ fileName: "src/lexical/ui/icons/AlignJustify/index.tsx",
20
+ lineNumber: 15,
21
+ columnNumber: 5
22
+ }, this),
23
+ /*#__PURE__*/ _jsxDEV("path", {
20
24
  d: "M2.5 10H17.5",
21
25
  stroke: "currentColor",
22
26
  strokeWidth: "1.5"
23
- }),
24
- /*#__PURE__*/ _jsx("path", {
27
+ }, void 0, false, {
28
+ fileName: "src/lexical/ui/icons/AlignJustify/index.tsx",
29
+ lineNumber: 16,
30
+ columnNumber: 5
31
+ }, this),
32
+ /*#__PURE__*/ _jsxDEV("path", {
25
33
  d: "M2.5 15H17.5",
26
34
  stroke: "currentColor",
27
35
  strokeWidth: "1.5"
28
- })
36
+ }, void 0, false, {
37
+ fileName: "src/lexical/ui/icons/AlignJustify/index.tsx",
38
+ lineNumber: 17,
39
+ columnNumber: 5
40
+ }, this)
29
41
  ]
30
- });
42
+ }, void 0, true, {
43
+ fileName: "src/lexical/ui/icons/AlignJustify/index.tsx",
44
+ lineNumber: 5,
45
+ columnNumber: 3
46
+ }, this);
31
47
 
32
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignJustify/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignJustifyIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignJustifyIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,mBAA6B,kBACxC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;OAE5D"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignJustify/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignJustifyIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignJustifyIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,mBAA6B,kBACxC,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,QAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;;;;;0BACxD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;0BACzD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;;;;;;aAE5D"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const AlignLeftIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const AlignLeftIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -11,22 +11,38 @@ export const AlignLeftIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  children: [
14
- /*#__PURE__*/ _jsx("path", {
14
+ /*#__PURE__*/ _jsxDEV("path", {
15
15
  d: "M2.5 5H17.5",
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "1.5"
18
- }),
19
- /*#__PURE__*/ _jsx("path", {
18
+ }, void 0, false, {
19
+ fileName: "src/lexical/ui/icons/AlignLeft/index.tsx",
20
+ lineNumber: 15,
21
+ columnNumber: 5
22
+ }, this),
23
+ /*#__PURE__*/ _jsxDEV("path", {
20
24
  d: "M2.5 10H17.5",
21
25
  stroke: "currentColor",
22
26
  strokeWidth: "1.5"
23
- }),
24
- /*#__PURE__*/ _jsx("path", {
27
+ }, void 0, false, {
28
+ fileName: "src/lexical/ui/icons/AlignLeft/index.tsx",
29
+ lineNumber: 16,
30
+ columnNumber: 5
31
+ }, this),
32
+ /*#__PURE__*/ _jsxDEV("path", {
25
33
  d: "M2.5 15H12.5",
26
34
  stroke: "currentColor",
27
35
  strokeWidth: "1.5"
28
- })
36
+ }, void 0, false, {
37
+ fileName: "src/lexical/ui/icons/AlignLeft/index.tsx",
38
+ lineNumber: 17,
39
+ columnNumber: 5
40
+ }, this)
29
41
  ]
30
- });
42
+ }, void 0, true, {
43
+ fileName: "src/lexical/ui/icons/AlignLeft/index.tsx",
44
+ lineNumber: 5,
45
+ columnNumber: 3
46
+ }, this);
31
47
 
32
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignLeft/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignLeftIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H12.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignLeftIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,gBAA0B,kBACrC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;OAE5D"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignLeft/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignLeftIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 15H12.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignLeftIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,gBAA0B,kBACrC,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,QAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;;;;;0BACxD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;0BACzD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;;;;;;aAE5D"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const AlignRightIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const AlignRightIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -11,22 +11,38 @@ export const AlignRightIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  children: [
14
- /*#__PURE__*/ _jsx("path", {
14
+ /*#__PURE__*/ _jsxDEV("path", {
15
15
  d: "M2.5 5H17.5",
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "1.5"
18
- }),
19
- /*#__PURE__*/ _jsx("path", {
18
+ }, void 0, false, {
19
+ fileName: "src/lexical/ui/icons/AlignRight/index.tsx",
20
+ lineNumber: 15,
21
+ columnNumber: 5
22
+ }, this),
23
+ /*#__PURE__*/ _jsxDEV("path", {
20
24
  d: "M2.5 10H17.5",
21
25
  stroke: "currentColor",
22
26
  strokeWidth: "1.5"
23
- }),
24
- /*#__PURE__*/ _jsx("path", {
27
+ }, void 0, false, {
28
+ fileName: "src/lexical/ui/icons/AlignRight/index.tsx",
29
+ lineNumber: 16,
30
+ columnNumber: 5
31
+ }, this),
32
+ /*#__PURE__*/ _jsxDEV("path", {
25
33
  d: "M7.5 15H17.5",
26
34
  stroke: "currentColor",
27
35
  strokeWidth: "1.5"
28
- })
36
+ }, void 0, false, {
37
+ fileName: "src/lexical/ui/icons/AlignRight/index.tsx",
38
+ lineNumber: 17,
39
+ columnNumber: 5
40
+ }, this)
29
41
  ]
30
- });
42
+ }, void 0, true, {
43
+ fileName: "src/lexical/ui/icons/AlignRight/index.tsx",
44
+ lineNumber: 5,
45
+ columnNumber: 3
46
+ }, this);
31
47
 
32
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignRight/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignRightIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M7.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignRightIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;0BACxD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;0BACzD,KAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;OAE5D"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/AlignRight/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const AlignRightIcon: 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=\"M2.5 5H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M2.5 10H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M7.5 15H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </svg>\n)\n"],"names":["React","AlignRightIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d","stroke","strokeWidth"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,QAACC;gBAAKC,GAAE;gBAAcC,QAAO;gBAAeC,aAAY;;;;;;0BACxD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;0BACzD,QAACH;gBAAKC,GAAE;gBAAeC,QAAO;gBAAeC,aAAY;;;;;;;;;;;aAE5D"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const BlockIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
4
+ export const BlockIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -11,31 +11,47 @@ export const BlockIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
13
  children: [
14
- /*#__PURE__*/ _jsx("rect", {
14
+ /*#__PURE__*/ _jsxDEV("rect", {
15
15
  height: "4",
16
16
  rx: "0.5",
17
17
  stroke: "currentColor",
18
18
  width: "4",
19
19
  x: "8",
20
20
  y: "5"
21
- }),
22
- /*#__PURE__*/ _jsx("rect", {
21
+ }, void 0, false, {
22
+ fileName: "src/lexical/ui/icons/Block/index.tsx",
23
+ lineNumber: 15,
24
+ columnNumber: 5
25
+ }, this),
26
+ /*#__PURE__*/ _jsxDEV("rect", {
23
27
  height: "4",
24
28
  rx: "0.5",
25
29
  stroke: "currentColor",
26
30
  width: "4",
27
31
  x: "5",
28
32
  y: "11"
29
- }),
30
- /*#__PURE__*/ _jsx("rect", {
33
+ }, void 0, false, {
34
+ fileName: "src/lexical/ui/icons/Block/index.tsx",
35
+ lineNumber: 16,
36
+ columnNumber: 5
37
+ }, this),
38
+ /*#__PURE__*/ _jsxDEV("rect", {
31
39
  height: "4",
32
40
  rx: "0.5",
33
41
  stroke: "currentColor",
34
42
  width: "4",
35
43
  x: "11",
36
44
  y: "11"
37
- })
45
+ }, void 0, false, {
46
+ fileName: "src/lexical/ui/icons/Block/index.tsx",
47
+ lineNumber: 17,
48
+ columnNumber: 5
49
+ }, this)
38
50
  ]
39
- });
51
+ }, void 0, true, {
52
+ fileName: "src/lexical/ui/icons/Block/index.tsx",
53
+ lineNumber: 5,
54
+ columnNumber: 3
55
+ }, this);
40
56
 
41
57
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lexical/ui/icons/Block/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const BlockIcon: 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=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"8\" y=\"5\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"5\" y=\"11\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"11\" y=\"11\" />\n </svg>\n)\n"],"names":["React","BlockIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","rect","rx","stroke","x","y"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,YAAsB,kBACjC,MAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,KAACC;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAIC,GAAE;;0BAClE,KAACJ;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAIC,GAAE;;0BAClE,KAACJ;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAKC,GAAE;;;OAEtE"}
1
+ {"version":3,"sources":["../../../../../src/lexical/ui/icons/Block/index.tsx"],"sourcesContent":["'use client'\nimport React from 'react'\n\nexport const BlockIcon: 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=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"8\" y=\"5\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"5\" y=\"11\" />\n <rect height=\"4\" rx=\"0.5\" stroke=\"currentColor\" width=\"4\" x=\"11\" y=\"11\" />\n </svg>\n)\n"],"names":["React","BlockIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","rect","rx","stroke","x","y"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,YAAsB,kBACjC,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;;0BAEN,QAACC;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAIC,GAAE;;;;;;0BAClE,QAACJ;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAIC,GAAE;;;;;;0BAClE,QAACJ;gBAAKJ,QAAO;gBAAIK,IAAG;gBAAMC,QAAO;gBAAeJ,OAAM;gBAAIK,GAAE;gBAAKC,GAAE;;;;;;;;;;;aAEtE"}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
3
3
  import React from 'react';
4
- export const BlockquoteIcon = ()=>/*#__PURE__*/ _jsx("svg", {
4
+ export const BlockquoteIcon = ()=>/*#__PURE__*/ _jsxDEV("svg", {
5
5
  "aria-hidden": "true",
6
6
  className: "icon",
7
7
  fill: "none",
@@ -10,10 +10,18 @@ export const BlockquoteIcon = ()=>/*#__PURE__*/ _jsx("svg", {
10
10
  viewBox: "0 0 20 20",
11
11
  width: "20",
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
- children: /*#__PURE__*/ _jsx("path", {
13
+ children: /*#__PURE__*/ _jsxDEV("path", {
14
14
  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",
15
15
  fill: "currentColor"
16
- })
17
- });
16
+ }, void 0, false, {
17
+ fileName: "src/lexical/ui/icons/Blockquote/index.tsx",
18
+ lineNumber: 15,
19
+ columnNumber: 5
20
+ }, this)
21
+ }, void 0, false, {
22
+ fileName: "src/lexical/ui/icons/Blockquote/index.tsx",
23
+ lineNumber: 5,
24
+ columnNumber: 3
25
+ }, this);
18
26
 
19
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"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"],"names":["React","BlockquoteIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,KAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;kBAEN,cAAA,KAACC;YACCC,GAAE;YACFP,MAAK;;OAGV"}
1
+ {"version":3,"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"],"names":["React","BlockquoteIcon","svg","aria-hidden","className","fill","focusable","height","viewBox","width","xmlns","path","d"],"mappings":"AAAA;;AACA,OAAOA,WAAW,QAAO;AAEzB,OAAO,MAAMC,iBAA2B,kBACtC,QAACC;QACCC,eAAY;QACZC,WAAU;QACVC,MAAK;QACLC,WAAU;QACVC,QAAO;QACPC,SAAQ;QACRC,OAAM;QACNC,OAAM;kBAEN,cAAA,QAACC;YACCC,GAAE;YACFP,MAAK;;;;;;;;;;aAGV"}