@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.
- package/dist/cell/rscEntry.js +13 -5
- package/dist/cell/rscEntry.js.map +1 -1
- package/dist/features/blocks/client/component/BlockContent.js +29 -9
- package/dist/features/blocks/client/component/BlockContent.js.map +1 -1
- package/dist/features/blocks/client/component/components/BlockCollapsible.js +7 -3
- package/dist/features/blocks/client/component/components/BlockCollapsible.js.map +1 -1
- package/dist/features/blocks/client/component/components/BlockEditButton.js +6 -2
- package/dist/features/blocks/client/component/components/BlockEditButton.js.map +1 -1
- package/dist/features/blocks/client/component/components/BlockRemoveButton.js +6 -2
- package/dist/features/blocks/client/component/components/BlockRemoveButton.js.map +1 -1
- package/dist/features/blocks/client/component/index.js +123 -43
- package/dist/features/blocks/client/component/index.js.map +1 -1
- package/dist/features/blocks/client/component/index.scss +188 -0
- package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js +7 -3
- package/dist/features/blocks/client/componentInline/components/InlineBlockContainer.js.map +1 -1
- package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js +6 -2
- package/dist/features/blocks/client/componentInline/components/InlineBlockEditButton.js.map +1 -1
- package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js +6 -2
- package/dist/features/blocks/client/componentInline/components/InlineBlockLabel.js.map +1 -1
- package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js +6 -2
- package/dist/features/blocks/client/componentInline/components/InlineBlockRemoveButton.js.map +1 -1
- package/dist/features/blocks/client/componentInline/index.js +117 -37
- package/dist/features/blocks/client/componentInline/index.js.map +1 -1
- package/dist/features/blocks/client/componentInline/index.scss +90 -0
- package/dist/features/blocks/client/getBlockImageComponent.js +7 -3
- package/dist/features/blocks/client/getBlockImageComponent.js.map +1 -1
- package/dist/features/blocks/client/nodes/BlocksNode.js +7 -3
- package/dist/features/blocks/client/nodes/BlocksNode.js.map +1 -1
- package/dist/features/blocks/client/nodes/InlineBlocksNode.js +7 -3
- package/dist/features/blocks/client/nodes/InlineBlocksNode.js.map +1 -1
- package/dist/features/blocks/premade/CodeBlock/Component/Block.js +87 -27
- package/dist/features/blocks/premade/CodeBlock/Component/Block.js.map +1 -1
- package/dist/features/blocks/premade/CodeBlock/Component/Code.js +7 -3
- package/dist/features/blocks/premade/CodeBlock/Component/Code.js.map +1 -1
- package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js +12 -4
- package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.js.map +1 -1
- package/dist/features/blocks/premade/CodeBlock/Component/Collapse/index.scss +6 -0
- package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js +18 -6
- package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.js.map +1 -1
- package/dist/features/blocks/premade/CodeBlock/Component/FloatingCollapse/index.scss +29 -0
- package/dist/features/blocks/premade/CodeBlock/Component/index.scss +97 -0
- package/dist/features/converters/lexicalToJSX/Component/index.js +9 -5
- package/dist/features/converters/lexicalToJSX/Component/index.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js +7 -3
- package/dist/features/converters/lexicalToJSX/converter/converters/blockquote.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/heading.js +7 -3
- package/dist/features/converters/lexicalToJSX/converter/converters/heading.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js +6 -2
- package/dist/features/converters/lexicalToJSX/converter/converters/horizontalRule.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js +6 -2
- package/dist/features/converters/lexicalToJSX/converter/converters/linebreak.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/link.js +13 -5
- package/dist/features/converters/lexicalToJSX/converter/converters/link.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/list.js +38 -14
- package/dist/features/converters/lexicalToJSX/converter/converters/list.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js +18 -6
- package/dist/features/converters/lexicalToJSX/converter/converters/paragraph.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/table.js +31 -11
- package/dist/features/converters/lexicalToJSX/converter/converters/table.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/text.js +43 -15
- package/dist/features/converters/lexicalToJSX/converter/converters/text.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/converters/upload.js +31 -11
- package/dist/features/converters/lexicalToJSX/converter/converters/upload.js.map +1 -1
- package/dist/features/converters/lexicalToJSX/converter/index.js +8 -4
- package/dist/features/converters/lexicalToJSX/converter/index.js.map +1 -1
- package/dist/features/debug/jsxConverter/client/plugin/index.js +13 -5
- package/dist/features/debug/jsxConverter/client/plugin/index.js.map +1 -1
- package/dist/features/debug/jsxConverter/client/plugin/style.scss +12 -0
- package/dist/features/debug/testRecorder/client/plugin/index.js +61 -21
- package/dist/features/debug/testRecorder/client/plugin/index.js.map +1 -1
- package/dist/features/debug/testRecorder/client/plugin/index.scss +53 -0
- package/dist/features/debug/treeView/client/plugin/index.js +7 -3
- package/dist/features/debug/treeView/client/plugin/index.js.map +1 -1
- package/dist/features/debug/treeView/client/plugin/index.scss +80 -0
- package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js +224 -72
- package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.js.map +1 -1
- package/dist/features/experimental_table/client/plugins/TableActionMenuPlugin/index.scss +87 -0
- package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js +31 -11
- package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.js.map +1 -1
- package/dist/features/experimental_table/client/plugins/TableCellResizerPlugin/index.scss +11 -0
- package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js +21 -9
- package/dist/features/experimental_table/client/plugins/TableHoverActionsPlugin/index.js.map +1 -1
- package/dist/features/experimental_table/client/plugins/TablePlugin/index.js +25 -9
- package/dist/features/experimental_table/client/plugins/TablePlugin/index.js.map +1 -1
- package/dist/features/experimental_table/client/plugins/TablePlugin/index.scss +233 -0
- package/dist/features/horizontalRule/client/plugin/index.scss +23 -0
- package/dist/features/indent/client/IndentPlugin.js +6 -2
- package/dist/features/indent/client/IndentPlugin.js.map +1 -1
- package/dist/features/link/client/plugins/clickableLink/index.js +6 -2
- package/dist/features/link/client/plugins/clickableLink/index.js.map +1 -1
- package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js +76 -24
- package/dist/features/link/client/plugins/floatingLinkEditor/LinkEditor/index.js.map +1 -1
- package/dist/features/link/client/plugins/floatingLinkEditor/index.js +7 -3
- package/dist/features/link/client/plugins/floatingLinkEditor/index.js.map +1 -1
- package/dist/features/link/client/plugins/floatingLinkEditor/index.scss +92 -0
- package/dist/features/lists/checklist/client/plugin/index.js +6 -2
- package/dist/features/lists/checklist/client/plugin/index.js.map +1 -1
- package/dist/features/lists/plugin/index.js +6 -2
- package/dist/features/lists/plugin/index.js.map +1 -1
- package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js +13 -5
- package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
- package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js +7 -3
- package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
- package/dist/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.scss +16 -0
- package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js +13 -5
- package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/Component.js.map +1 -1
- package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js +7 -3
- package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.js.map +1 -1
- package/dist/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.scss +16 -0
- package/dist/features/relationship/client/components/RelationshipComponent.js +55 -19
- package/dist/features/relationship/client/components/RelationshipComponent.js.map +1 -1
- package/dist/features/relationship/client/components/index.scss +95 -0
- package/dist/features/relationship/client/drawer/index.js +18 -6
- package/dist/features/relationship/client/drawer/index.js.map +1 -1
- package/dist/features/relationship/client/nodes/RelationshipNode.js +7 -3
- package/dist/features/relationship/client/nodes/RelationshipNode.js.map +1 -1
- package/dist/features/relationship/client/plugins/index.js +7 -3
- package/dist/features/relationship/client/plugins/index.js.map +1 -1
- package/dist/features/textState/feature.client.js +18 -6
- package/dist/features/textState/feature.client.js.map +1 -1
- package/dist/features/toolbars/fixed/client/Toolbar/index.js +71 -23
- package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -1
- package/dist/features/toolbars/fixed/client/Toolbar/index.scss +113 -0
- package/dist/features/toolbars/inline/client/Toolbar/index.js +71 -23
- package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -1
- package/dist/features/toolbars/inline/client/Toolbar/index.scss +58 -0
- package/dist/features/toolbars/shared/ToolbarButton/index.js +7 -3
- package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
- package/dist/features/toolbars/shared/ToolbarButton/index.scss +46 -0
- package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js +60 -20
- package/dist/features/toolbars/shared/ToolbarDropdown/DropDown.js.map +1 -1
- package/dist/features/toolbars/shared/ToolbarDropdown/index.js +36 -12
- package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
- package/dist/features/toolbars/shared/ToolbarDropdown/index.scss +129 -0
- package/dist/features/upload/client/component/index.js +91 -31
- package/dist/features/upload/client/component/index.js.map +1 -1
- package/dist/features/upload/client/component/index.scss +191 -0
- package/dist/features/upload/client/component/pending/index.js +13 -5
- package/dist/features/upload/client/component/pending/index.js.map +1 -1
- package/dist/features/upload/client/drawer/index.js +18 -6
- package/dist/features/upload/client/drawer/index.js.map +1 -1
- package/dist/features/upload/client/nodes/UploadNode.js +12 -4
- package/dist/features/upload/client/nodes/UploadNode.js.map +1 -1
- package/dist/features/upload/client/plugin/index.js +7 -3
- package/dist/features/upload/client/plugin/index.js.map +1 -1
- package/dist/field/Diff/converters/listitem/index.js +36 -12
- package/dist/field/Diff/converters/listitem/index.js.map +1 -1
- package/dist/field/Diff/converters/listitem/index.scss +47 -0
- package/dist/field/Diff/converters/relationship/index.js +36 -12
- package/dist/field/Diff/converters/relationship/index.js.map +1 -1
- package/dist/field/Diff/converters/relationship/index.scss +73 -0
- package/dist/field/Diff/converters/unknown/index.js +30 -10
- package/dist/field/Diff/converters/unknown/index.js.map +1 -1
- package/dist/field/Diff/converters/unknown/index.scss +40 -0
- package/dist/field/Diff/converters/upload/index.js +59 -19
- package/dist/field/Diff/converters/upload/index.js.map +1 -1
- package/dist/field/Diff/converters/upload/index.scss +115 -0
- package/dist/field/Diff/index.js +7 -3
- package/dist/field/Diff/index.js.map +1 -1
- package/dist/field/Diff/index.scss +102 -0
- package/dist/field/Field.js +79 -27
- package/dist/field/Field.js.map +1 -1
- package/dist/field/RenderLexical/index.js +36 -12
- package/dist/field/RenderLexical/index.js.map +1 -1
- package/dist/field/index.js +19 -7
- package/dist/field/index.js.map +1 -1
- package/dist/field/index.scss +41 -0
- package/dist/field/rscEntry.js +7 -3
- package/dist/field/rscEntry.js.map +1 -1
- package/dist/lexical/EditorPlugin.js +13 -5
- package/dist/lexical/EditorPlugin.js.map +1 -1
- package/dist/lexical/LexicalEditor.js +162 -50
- package/dist/lexical/LexicalEditor.js.map +1 -1
- package/dist/lexical/LexicalEditor.scss +54 -0
- package/dist/lexical/LexicalProvider.js +49 -17
- package/dist/lexical/LexicalProvider.js.map +1 -1
- package/dist/lexical/config/client/EditorConfigProvider.js +7 -3
- package/dist/lexical/config/client/EditorConfigProvider.js.map +1 -1
- package/dist/lexical/plugins/DecoratorPlugin/index.scss +13 -0
- package/dist/lexical/plugins/InsertParagraphAtEnd/index.js +19 -7
- package/dist/lexical/plugins/InsertParagraphAtEnd/index.js.map +1 -1
- package/dist/lexical/plugins/InsertParagraphAtEnd/index.scss +54 -0
- package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js +7 -3
- package/dist/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.js.map +1 -1
- package/dist/lexical/plugins/SlashMenu/index.js +48 -16
- package/dist/lexical/plugins/SlashMenu/index.js.map +1 -1
- package/dist/lexical/plugins/SlashMenu/index.scss +68 -0
- package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js +19 -7
- package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.js.map +1 -1
- package/dist/lexical/plugins/handles/AddBlockHandlePlugin/index.scss +35 -0
- package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js +31 -11
- package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.js.map +1 -1
- package/dist/lexical/plugins/handles/DraggableBlockPlugin/index.scss +80 -0
- package/dist/lexical/theme/EditorTheme.scss +357 -0
- package/dist/lexical/ui/ContentEditable.js +13 -5
- package/dist/lexical/ui/ContentEditable.js.map +1 -1
- package/dist/lexical/ui/ContentEditable.scss +105 -0
- package/dist/lexical/ui/icons/AI/index.js +37 -13
- package/dist/lexical/ui/icons/AI/index.js.map +1 -1
- package/dist/lexical/ui/icons/Add/index.js +19 -7
- package/dist/lexical/ui/icons/Add/index.js.map +1 -1
- package/dist/lexical/ui/icons/AlignCenter/index.js +25 -9
- package/dist/lexical/ui/icons/AlignCenter/index.js.map +1 -1
- package/dist/lexical/ui/icons/AlignJustify/index.js +25 -9
- package/dist/lexical/ui/icons/AlignJustify/index.js.map +1 -1
- package/dist/lexical/ui/icons/AlignLeft/index.js +25 -9
- package/dist/lexical/ui/icons/AlignLeft/index.js.map +1 -1
- package/dist/lexical/ui/icons/AlignRight/index.js +25 -9
- package/dist/lexical/ui/icons/AlignRight/index.js.map +1 -1
- package/dist/lexical/ui/icons/Block/index.js +25 -9
- package/dist/lexical/ui/icons/Block/index.js.map +1 -1
- package/dist/lexical/ui/icons/Blockquote/index.js +13 -5
- package/dist/lexical/ui/icons/Blockquote/index.js.map +1 -1
- package/dist/lexical/ui/icons/Bold/index.js +13 -5
- package/dist/lexical/ui/icons/Bold/index.js.map +1 -1
- package/dist/lexical/ui/icons/Checklist/index.js +19 -7
- package/dist/lexical/ui/icons/Checklist/index.js.map +1 -1
- package/dist/lexical/ui/icons/Code/index.js +19 -7
- package/dist/lexical/ui/icons/Code/index.js.map +1 -1
- package/dist/lexical/ui/icons/CodeBlock/index.js +13 -5
- package/dist/lexical/ui/icons/CodeBlock/index.js.map +1 -1
- package/dist/lexical/ui/icons/Collapse/index.js +13 -5
- package/dist/lexical/ui/icons/Collapse/index.js.map +1 -1
- package/dist/lexical/ui/icons/H1/index.js +13 -5
- package/dist/lexical/ui/icons/H1/index.js.map +1 -1
- package/dist/lexical/ui/icons/H2/index.js +13 -5
- package/dist/lexical/ui/icons/H2/index.js.map +1 -1
- package/dist/lexical/ui/icons/H3/index.js +13 -5
- package/dist/lexical/ui/icons/H3/index.js.map +1 -1
- package/dist/lexical/ui/icons/H4/index.js +13 -5
- package/dist/lexical/ui/icons/H4/index.js.map +1 -1
- package/dist/lexical/ui/icons/H5/index.js +13 -5
- package/dist/lexical/ui/icons/H5/index.js.map +1 -1
- package/dist/lexical/ui/icons/H6/index.js +13 -5
- package/dist/lexical/ui/icons/H6/index.js.map +1 -1
- package/dist/lexical/ui/icons/HorizontalRule/index.js +13 -5
- package/dist/lexical/ui/icons/HorizontalRule/index.js.map +1 -1
- package/dist/lexical/ui/icons/IndentDecrease/index.js +31 -11
- package/dist/lexical/ui/icons/IndentDecrease/index.js.map +1 -1
- package/dist/lexical/ui/icons/IndentIncrease/index.js +31 -11
- package/dist/lexical/ui/icons/IndentIncrease/index.js.map +1 -1
- package/dist/lexical/ui/icons/InlineBlocks/index.js +13 -5
- package/dist/lexical/ui/icons/InlineBlocks/index.js.map +1 -1
- package/dist/lexical/ui/icons/Italic/index.js +13 -5
- package/dist/lexical/ui/icons/Italic/index.js.map +1 -1
- package/dist/lexical/ui/icons/Link/index.js +13 -5
- package/dist/lexical/ui/icons/Link/index.js.map +1 -1
- package/dist/lexical/ui/icons/Meatballs/index.js +25 -9
- package/dist/lexical/ui/icons/Meatballs/index.js.map +1 -1
- package/dist/lexical/ui/icons/OrderedList/index.js +37 -13
- package/dist/lexical/ui/icons/OrderedList/index.js.map +1 -1
- package/dist/lexical/ui/icons/Relationship/index.js +37 -13
- package/dist/lexical/ui/icons/Relationship/index.js.map +1 -1
- package/dist/lexical/ui/icons/Strikethrough/index.js +19 -7
- package/dist/lexical/ui/icons/Strikethrough/index.js.map +1 -1
- package/dist/lexical/ui/icons/Subscript/index.js +13 -5
- package/dist/lexical/ui/icons/Subscript/index.js.map +1 -1
- package/dist/lexical/ui/icons/Superscript/index.js +13 -5
- package/dist/lexical/ui/icons/Superscript/index.js.map +1 -1
- package/dist/lexical/ui/icons/Table/index.js +13 -5
- package/dist/lexical/ui/icons/Table/index.js.map +1 -1
- package/dist/lexical/ui/icons/Text/index.js +13 -5
- package/dist/lexical/ui/icons/Text/index.js.map +1 -1
- package/dist/lexical/ui/icons/TextState/index.js +7 -3
- package/dist/lexical/ui/icons/TextState/index.js.map +1 -1
- package/dist/lexical/ui/icons/Underline/index.js +19 -7
- package/dist/lexical/ui/icons/Underline/index.js.map +1 -1
- package/dist/lexical/ui/icons/UnorderedList/index.js +43 -15
- package/dist/lexical/ui/icons/UnorderedList/index.js.map +1 -1
- package/dist/lexical/ui/icons/Upload/index.js +25 -9
- package/dist/lexical/ui/icons/Upload/index.js.map +1 -1
- package/dist/utilities/fieldsDrawer/Drawer.js +19 -7
- package/dist/utilities/fieldsDrawer/Drawer.js.map +1 -1
- package/dist/utilities/fieldsDrawer/DrawerContent.js +19 -7
- package/dist/utilities/fieldsDrawer/DrawerContent.js.map +1 -1
- package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js +7 -3
- package/dist/utilities/fieldsDrawer/useLexicalDocumentDrawer.js.map +1 -1
- package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js +7 -3
- package/dist/utilities/fieldsDrawer/useLexicalListDrawer.js.map +1 -1
- 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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const AIIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
14
|
+
/*#__PURE__*/ _jsxDEV("g", {
|
|
15
15
|
clipPath: "url(#clip0_4393_10389)",
|
|
16
|
-
children: /*#__PURE__*/
|
|
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
|
-
|
|
24
|
-
|
|
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__*/
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const AddIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
11
|
+
/*#__PURE__*/ _jsxDEV("path", {
|
|
12
12
|
d: "M5 10h10",
|
|
13
13
|
stroke: "currentColor"
|
|
14
|
-
}
|
|
15
|
-
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const AlignCenterIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
14
|
+
/*#__PURE__*/ _jsxDEV("path", {
|
|
15
15
|
d: "M2.5 5H17.5",
|
|
16
16
|
stroke: "currentColor",
|
|
17
17
|
strokeWidth: "1.5"
|
|
18
|
-
}
|
|
19
|
-
|
|
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
|
-
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const AlignJustifyIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
14
|
+
/*#__PURE__*/ _jsxDEV("path", {
|
|
15
15
|
d: "M2.5 5H17.5",
|
|
16
16
|
stroke: "currentColor",
|
|
17
17
|
strokeWidth: "1.5"
|
|
18
|
-
}
|
|
19
|
-
|
|
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
|
-
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const AlignLeftIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
14
|
+
/*#__PURE__*/ _jsxDEV("path", {
|
|
15
15
|
d: "M2.5 5H17.5",
|
|
16
16
|
stroke: "currentColor",
|
|
17
17
|
strokeWidth: "1.5"
|
|
18
|
-
}
|
|
19
|
-
|
|
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
|
-
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const AlignRightIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
14
|
+
/*#__PURE__*/ _jsxDEV("path", {
|
|
15
15
|
d: "M2.5 5H17.5",
|
|
16
16
|
stroke: "currentColor",
|
|
17
17
|
strokeWidth: "1.5"
|
|
18
|
-
}
|
|
19
|
-
|
|
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
|
-
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const BlockIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
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
|
-
|
|
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
|
-
|
|
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,
|
|
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 {
|
|
2
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export const BlockquoteIcon = ()=>/*#__PURE__*/
|
|
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__*/
|
|
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,
|
|
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"}
|