@webiny/lexical-editor 6.3.0 → 6.4.0-beta.0
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/commands/image.js +2 -1
- package/commands/image.js.map +1 -1
- package/commands/index.js +0 -2
- package/commands/list.js +4 -3
- package/commands/list.js.map +1 -1
- package/commands/quote.js +2 -1
- package/commands/quote.js.map +1 -1
- package/commands/toolbar.js +2 -1
- package/commands/toolbar.js.map +1 -1
- package/commands/typography.js +2 -1
- package/commands/typography.js.map +1 -1
- package/components/Editor/EnsureHeadingTagPlugin.js +8 -15
- package/components/Editor/EnsureHeadingTagPlugin.js.map +1 -1
- package/components/Editor/RichTextEditor.js +82 -121
- package/components/Editor/RichTextEditor.js.map +1 -1
- package/components/Editor/normalizeInputValue.js +11 -13
- package/components/Editor/normalizeInputValue.js.map +1 -1
- package/components/LexicalEditorConfig/LexicalEditorConfig.js +24 -15
- package/components/LexicalEditorConfig/LexicalEditorConfig.js.map +1 -1
- package/components/LexicalEditorConfig/components/Node.js +21 -26
- package/components/LexicalEditorConfig/components/Node.js.map +1 -1
- package/components/LexicalEditorConfig/components/Plugin.js +21 -26
- package/components/LexicalEditorConfig/components/Plugin.js.map +1 -1
- package/components/LexicalEditorConfig/components/ToolbarElement.js +21 -26
- package/components/LexicalEditorConfig/components/ToolbarElement.js.map +1 -1
- package/components/LexicalHtmlRenderer.js +35 -40
- package/components/LexicalHtmlRenderer.js.map +1 -1
- package/components/Toolbar/StaticToolbar.js +11 -16
- package/components/Toolbar/StaticToolbar.js.map +1 -1
- package/components/ToolbarActions/BoldAction.js +16 -19
- package/components/ToolbarActions/BoldAction.js.map +1 -1
- package/components/ToolbarActions/BulletListAction.js +24 -32
- package/components/ToolbarActions/BulletListAction.js.map +1 -1
- package/components/ToolbarActions/CodeHighlightAction.js +16 -19
- package/components/ToolbarActions/CodeHighlightAction.js.map +1 -1
- package/components/ToolbarActions/FontColorAction.js +32 -38
- package/components/ToolbarActions/FontColorAction.js.map +1 -1
- package/components/ToolbarActions/ImageAction.js +28 -30
- package/components/ToolbarActions/ImageAction.js.map +1 -1
- package/components/ToolbarActions/ItalicAction.js +16 -19
- package/components/ToolbarActions/ItalicAction.js.map +1 -1
- package/components/ToolbarActions/LinkAction.js +25 -30
- package/components/ToolbarActions/LinkAction.js.map +1 -1
- package/components/ToolbarActions/NumberedListAction.js +28 -37
- package/components/ToolbarActions/NumberedListAction.js.map +1 -1
- package/components/ToolbarActions/QuoteAction.js +22 -27
- package/components/ToolbarActions/QuoteAction.js.map +1 -1
- package/components/ToolbarActions/TextAlignmentAction.js +38 -50
- package/components/ToolbarActions/TextAlignmentAction.js.map +1 -1
- package/components/ToolbarActions/TypographyAction.js +69 -99
- package/components/ToolbarActions/TypographyAction.js.map +1 -1
- package/components/ToolbarActions/UnderlineAction.js +16 -19
- package/components/ToolbarActions/UnderlineAction.js.map +1 -1
- package/context/FontColorActionContext.js +3 -2
- package/context/FontColorActionContext.js.map +1 -1
- package/context/RichTextEditorContext.js +26 -29
- package/context/RichTextEditorContext.js.map +1 -1
- package/context/SharedHistoryContext.js +11 -15
- package/context/SharedHistoryContext.js.map +1 -1
- package/context/TextAlignmentActionContextProps.js +3 -2
- package/context/TextAlignmentActionContextProps.js.map +1 -1
- package/context/TypographyActionContext.js +3 -2
- package/context/TypographyActionContext.js.map +1 -1
- package/exports/admin/lexical.js +2 -20
- package/hooks/index.js +0 -2
- package/hooks/useCurrentElement.js +18 -21
- package/hooks/useCurrentElement.js.map +1 -1
- package/hooks/useCurrentSelection.js +39 -48
- package/hooks/useCurrentSelection.js.map +1 -1
- package/hooks/useFontColorPicker.js +5 -6
- package/hooks/useFontColorPicker.js.map +1 -1
- package/hooks/useIsMounted.js +7 -8
- package/hooks/useIsMounted.js.map +1 -1
- package/hooks/useRichTextEditor.js +5 -6
- package/hooks/useRichTextEditor.js.map +1 -1
- package/hooks/useTextAlignmentAction.js +5 -6
- package/hooks/useTextAlignmentAction.js.map +1 -1
- package/hooks/useTypographyAction.js +5 -6
- package/hooks/useTypographyAction.js.map +1 -1
- package/images/icons/chat-square-quote.js +19 -0
- package/images/icons/chat-square-quote.js.map +1 -0
- package/images/icons/chevron-down.js +18 -0
- package/images/icons/chevron-down.js.map +1 -0
- package/images/icons/code.js +17 -0
- package/images/icons/code.js.map +1 -0
- package/images/icons/font-color.js +17 -0
- package/images/icons/font-color.js.map +1 -0
- package/images/icons/indent.js +18 -0
- package/images/icons/indent.js.map +1 -0
- package/images/icons/insert-image.js +20 -0
- package/images/icons/insert-image.js.map +1 -0
- package/images/icons/justify.js +19 -0
- package/images/icons/justify.js.map +1 -0
- package/images/icons/link.js +19 -0
- package/images/icons/link.js.map +1 -0
- package/images/icons/list-ol.js +20 -0
- package/images/icons/list-ol.js.map +1 -0
- package/images/icons/list-ul.js +18 -0
- package/images/icons/list-ul.js.map +1 -0
- package/images/icons/outdent.js +18 -0
- package/images/icons/outdent.js.map +1 -0
- package/images/icons/pencil-fill.js +17 -0
- package/images/icons/pencil-fill.js.map +1 -0
- package/images/icons/text-center.js +18 -0
- package/images/icons/text-center.js.map +1 -0
- package/images/icons/text-left.js +18 -0
- package/images/icons/text-left.js.map +1 -0
- package/images/icons/text-paragraph.js +18 -0
- package/images/icons/text-paragraph.js.map +1 -0
- package/images/icons/text-right.js +18 -0
- package/images/icons/text-right.js.map +1 -0
- package/images/icons/type-bold.js +17 -0
- package/images/icons/type-bold.js.map +1 -0
- package/images/icons/type-h1.js +17 -0
- package/images/icons/type-h1.js.map +1 -0
- package/images/icons/type-h2.js +17 -0
- package/images/icons/type-h2.js.map +1 -0
- package/images/icons/type-h3.js +17 -0
- package/images/icons/type-h3.js.map +1 -0
- package/images/icons/type-h4.js +17 -0
- package/images/icons/type-h4.js.map +1 -0
- package/images/icons/type-h5.js +17 -0
- package/images/icons/type-h5.js.map +1 -0
- package/images/icons/type-h6.js +17 -0
- package/images/icons/type-h6.js.map +1 -0
- package/images/icons/type-italic.js +17 -0
- package/images/icons/type-italic.js.map +1 -0
- package/images/icons/type-strikethrough.js +17 -0
- package/images/icons/type-strikethrough.js.map +1 -0
- package/images/icons/type-underline.js +17 -0
- package/images/icons/type-underline.js.map +1 -0
- package/images/icons/unlink_icon.js +27 -0
- package/images/icons/unlink_icon.js.map +1 -0
- package/index.js +5 -18
- package/package.json +7 -7
- package/plugins/BlurEventPlugin/BlurEventPlugin.js +11 -14
- package/plugins/BlurEventPlugin/BlurEventPlugin.js.map +1 -1
- package/plugins/CodeHighlightPlugin/CodeHighlightPlugin.js +7 -8
- package/plugins/CodeHighlightPlugin/CodeHighlightPlugin.js.map +1 -1
- package/plugins/CodeHighlightPlugin/index.js +0 -2
- package/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +16 -24
- package/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js.map +1 -1
- package/plugins/FloatingLinkEditorPlugin/FloatingLinkEditorController.js +37 -51
- package/plugins/FloatingLinkEditorPlugin/FloatingLinkEditorController.js.map +1 -1
- package/plugins/FloatingLinkEditorPlugin/FloatingLinkEditorPlugin.js +6 -5
- package/plugins/FloatingLinkEditorPlugin/FloatingLinkEditorPlugin.js.map +1 -1
- package/plugins/FloatingLinkEditorPlugin/index.js +0 -2
- package/plugins/FloatingLinkEditorPlugin/isChildOfLinkEditor.js +6 -9
- package/plugins/FloatingLinkEditorPlugin/isChildOfLinkEditor.js.map +1 -1
- package/plugins/FloatingLinkEditorPlugin/types.js +0 -3
- package/plugins/FloatingLinkEditorPlugin/useFloatingLinkEditor.js +101 -108
- package/plugins/FloatingLinkEditorPlugin/useFloatingLinkEditor.js.map +1 -1
- package/plugins/FontColorPlugin/FontColorPlugin.js +14 -19
- package/plugins/FontColorPlugin/FontColorPlugin.js.map +1 -1
- package/plugins/FontColorPlugin/applyColorToNode.js +5 -4
- package/plugins/FontColorPlugin/applyColorToNode.js.map +1 -1
- package/plugins/FontColorPlugin/applyColorToSelection.js +42 -60
- package/plugins/FontColorPlugin/applyColorToSelection.js.map +1 -1
- package/plugins/ImagesPlugin/ImagesPlugin.js +79 -121
- package/plugins/ImagesPlugin/ImagesPlugin.js.map +1 -1
- package/plugins/LinkPlugin/LinkPlugin.js +46 -52
- package/plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/plugins/ListPLugin/ListPlugin.js +44 -52
- package/plugins/ListPLugin/ListPlugin.js.map +1 -1
- package/plugins/QuoteNodePlugin/QuoteNodePlugin.js +18 -19
- package/plugins/QuoteNodePlugin/QuoteNodePlugin.js.map +1 -1
- package/plugins/StateHandlingPlugin.js +55 -64
- package/plugins/StateHandlingPlugin.js.map +1 -1
- package/plugins/TypographyPlugin/TypographyPlugin.js +13 -20
- package/plugins/TypographyPlugin/TypographyPlugin.js.map +1 -1
- package/static/svg/chat-square-quote.123cfa24.svg +1 -0
- package/static/svg/chevron-down.d9636921.svg +1 -0
- package/static/svg/code.912b1f4d.svg +1 -0
- package/static/svg/font-color.4f0c0de5.svg +1 -0
- package/static/svg/indent.4d78e483.svg +3 -0
- package/static/svg/insert-image.354465f1.svg +4 -0
- package/static/svg/justify.dab42aec.svg +3 -0
- package/static/svg/link.b774de25.svg +1 -0
- package/static/svg/list-ol.d64946f3.svg +1 -0
- package/static/svg/list-ul.1d54da3f.svg +1 -0
- package/static/svg/outdent.5c13ff16.svg +3 -0
- package/static/svg/pencil-fill.94cb216b.svg +1 -0
- package/static/svg/text-center.a411e780.svg +1 -0
- package/static/svg/text-left.54f41f4e.svg +1 -0
- package/static/svg/text-paragraph.61674422.svg +1 -0
- package/static/svg/text-right.9288b7a2.svg +1 -0
- package/static/svg/type-bold.7e3e270b.svg +1 -0
- package/static/svg/type-h1.f292ffe1.svg +1 -0
- package/static/svg/type-h2.a9d1aa48.svg +1 -0
- package/static/svg/type-h3.4a29ff88.svg +1 -0
- package/static/svg/type-h4.7f48750c.svg +1 -0
- package/static/svg/type-h5.14b4ac56.svg +1 -0
- package/static/svg/type-h6.4e9dfe2d.svg +1 -0
- package/static/svg/type-italic.d8e45748.svg +1 -0
- package/static/svg/type-strikethrough.2694a816.svg +1 -0
- package/static/svg/type-underline.104a0ed5.svg +1 -0
- package/static/svg/unlink_icon.074ceed3.svg +1 -0
- package/types.js +0 -8
- package/ui/ContentEditable.js +6 -14
- package/ui/ContentEditable.js.map +1 -1
- package/ui/Divider.js +6 -5
- package/ui/Divider.js.map +1 -1
- package/ui/DropDown.js +146 -176
- package/ui/DropDown.js.map +1 -1
- package/ui/ImageResizer.js +173 -204
- package/ui/ImageResizer.js.map +1 -1
- package/ui/LinkPreview.js +61 -84
- package/ui/LinkPreview.js.map +1 -1
- package/ui/Placeholder.js +9 -20
- package/ui/Placeholder.js.map +1 -1
- package/ui/TextInput.js +17 -30
- package/ui/TextInput.js.map +1 -1
- package/ui/ToolbarActionDialog.js +64 -73
- package/ui/ToolbarActionDialog.js.map +1 -1
- package/utils/canUseDOM.js +2 -1
- package/utils/canUseDOM.js.map +1 -1
- package/utils/files.js +9 -8
- package/utils/files.js.map +1 -1
- package/utils/getDOMRangeRect.js +10 -20
- package/utils/getDOMRangeRect.js.map +1 -1
- package/utils/getSelectedNode.js +9 -20
- package/utils/getSelectedNode.js.map +1 -1
- package/utils/getTransparentImage.js +2 -3
- package/utils/getTransparentImage.js.map +1 -1
- package/utils/insertImage.js +9 -11
- package/utils/insertImage.js.map +1 -1
- package/utils/isAnchorLink.js +2 -3
- package/utils/isAnchorLink.js.map +1 -1
- package/utils/isChildOfFloatingToolbar.js +6 -9
- package/utils/isChildOfFloatingToolbar.js.map +1 -1
- package/utils/isHTMLElement.js +3 -9
- package/utils/isHTMLElement.js.map +1 -1
- package/utils/isValidJSON.js +9 -10
- package/utils/isValidJSON.js.map +1 -1
- package/utils/isValidLexicalData.js +17 -20
- package/utils/isValidLexicalData.js.map +1 -1
- package/utils/point.js +32 -45
- package/utils/point.js.map +1 -1
- package/utils/rect.js +92 -125
- package/utils/rect.js.map +1 -1
- package/utils/sanitizeUrl.js +8 -21
- package/utils/sanitizeUrl.js.map +1 -1
- package/utils/setFloatingElemPosition.js +23 -27
- package/utils/setFloatingElemPosition.js.map +1 -1
- package/commands/index.js.map +0 -1
- package/exports/admin/lexical.js.map +0 -1
- package/hooks/index.js.map +0 -1
- package/index.js.map +0 -1
- package/plugins/CodeHighlightPlugin/index.js.map +0 -1
- package/plugins/FloatingLinkEditorPlugin/index.js.map +0 -1
- package/plugins/FloatingLinkEditorPlugin/types.js.map +0 -1
- package/types.js.map +0 -1
|
@@ -1,57 +1,48 @@
|
|
|
1
1
|
import { useCallback, useEffect, useState } from "react";
|
|
2
|
-
import { $getSelection, $
|
|
2
|
+
import { $getSelection, $isNodeSelection, $isRangeSelection } from "lexical";
|
|
3
3
|
import { useIsMounted } from "./useIsMounted.js";
|
|
4
4
|
import { useRichTextEditor } from "./useRichTextEditor.js";
|
|
5
5
|
function getOutput(selection) {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
return {
|
|
7
|
+
selection,
|
|
8
|
+
rangeSelection: $isRangeSelection(selection) ? selection : null,
|
|
9
|
+
nodeSelection: $isNodeSelection(selection) ? selection : null
|
|
10
|
+
};
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
// Subscribe to editor updates and keep track of the selection.
|
|
30
|
-
return editor.registerUpdateListener(storeSelection);
|
|
31
|
-
}, []);
|
|
32
|
-
return selection;
|
|
12
|
+
function useCurrentSelection() {
|
|
13
|
+
const { editor } = useRichTextEditor();
|
|
14
|
+
const [selection, setSelection] = useState(getOutput(null));
|
|
15
|
+
const isMounted = useIsMounted();
|
|
16
|
+
const storeSelection = useCallback(()=>{
|
|
17
|
+
editor.read(()=>{
|
|
18
|
+
if (isMounted()) setSelection(getOutput($getSelection()));
|
|
19
|
+
});
|
|
20
|
+
}, [
|
|
21
|
+
editor
|
|
22
|
+
]);
|
|
23
|
+
useEffect(()=>{
|
|
24
|
+
storeSelection();
|
|
25
|
+
return editor.registerUpdateListener(storeSelection);
|
|
26
|
+
}, []);
|
|
27
|
+
return selection;
|
|
33
28
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
// Subscribe to editor updates and regenerate the value.
|
|
52
|
-
return editor.registerUpdateListener(generateValue);
|
|
53
|
-
}, []);
|
|
54
|
-
return value;
|
|
29
|
+
function useDeriveValueFromSelection(generator) {
|
|
30
|
+
const { editor } = useRichTextEditor();
|
|
31
|
+
const [value, setValue] = useState(generator(getOutput(null)));
|
|
32
|
+
const isMounted = useIsMounted();
|
|
33
|
+
const generateValue = useCallback(()=>{
|
|
34
|
+
editor.read(()=>{
|
|
35
|
+
if (isMounted()) setValue(generator(getOutput($getSelection())));
|
|
36
|
+
});
|
|
37
|
+
}, [
|
|
38
|
+
editor
|
|
39
|
+
]);
|
|
40
|
+
useEffect(()=>{
|
|
41
|
+
generateValue();
|
|
42
|
+
return editor.registerUpdateListener(generateValue);
|
|
43
|
+
}, []);
|
|
44
|
+
return value;
|
|
55
45
|
}
|
|
46
|
+
export { useCurrentSelection, useDeriveValueFromSelection };
|
|
56
47
|
|
|
57
48
|
//# sourceMappingURL=useCurrentSelection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"hooks/useCurrentSelection.js","sources":["../../src/hooks/useCurrentSelection.ts"],"sourcesContent":["import { useCallback, useEffect, useState } from \"react\";\nimport type { RangeSelection, NodeSelection } from \"lexical\";\nimport { $getSelection, $isRangeSelection, $isNodeSelection } from \"lexical\";\nimport { useIsMounted } from \"./useIsMounted.js\";\nimport { useRichTextEditor } from \"~/hooks/useRichTextEditor.js\";\n\nexport interface CurrentSelection {\n selection: ReturnType<typeof $getSelection>;\n rangeSelection: RangeSelection | null;\n nodeSelection: NodeSelection | null;\n}\n\ninterface Generator<T> {\n (params: CurrentSelection): T;\n}\n\nfunction getOutput(selection: ReturnType<typeof $getSelection>) {\n return {\n selection,\n rangeSelection: $isRangeSelection(selection) ? selection : null,\n nodeSelection: $isNodeSelection(selection) ? selection : null\n };\n}\n\nexport function useCurrentSelection() {\n const { editor } = useRichTextEditor();\n const [selection, setSelection] = useState<CurrentSelection>(getOutput(null));\n const isMounted = useIsMounted();\n\n const storeSelection = useCallback(() => {\n editor.read(() => {\n if (isMounted()) {\n setSelection(getOutput($getSelection()));\n }\n });\n }, [editor]);\n\n useEffect(() => {\n // On first mount, store current selection.\n storeSelection();\n\n // Subscribe to editor updates and keep track of the selection.\n return editor.registerUpdateListener(storeSelection);\n }, []);\n\n return selection;\n}\n\nexport function useDeriveValueFromSelection<T>(generator: Generator<T>) {\n const { editor } = useRichTextEditor();\n const [value, setValue] = useState<T>(generator(getOutput(null)));\n const isMounted = useIsMounted();\n\n const generateValue = useCallback(() => {\n editor.read(() => {\n if (isMounted()) {\n setValue(generator(getOutput($getSelection())));\n }\n });\n }, [editor]);\n\n useEffect(() => {\n // On first mount, generate current value.\n generateValue();\n\n // Subscribe to editor updates and regenerate the value.\n return editor.registerUpdateListener(generateValue);\n }, []);\n\n return value;\n}\n"],"names":["getOutput","selection","$isRangeSelection","$isNodeSelection","useCurrentSelection","editor","useRichTextEditor","setSelection","useState","isMounted","useIsMounted","storeSelection","useCallback","$getSelection","useEffect","useDeriveValueFromSelection","generator","value","setValue","generateValue"],"mappings":";;;;AAgBA,SAASA,UAAUC,SAA2C;IAC1D,OAAO;QACHA;QACA,gBAAgBC,kBAAkBD,aAAaA,YAAY;QAC3D,eAAeE,iBAAiBF,aAAaA,YAAY;IAC7D;AACJ;AAEO,SAASG;IACZ,MAAM,EAAEC,MAAM,EAAE,GAAGC;IACnB,MAAM,CAACL,WAAWM,aAAa,GAAGC,SAA2BR,UAAU;IACvE,MAAMS,YAAYC;IAElB,MAAMC,iBAAiBC,YAAY;QAC/BP,OAAO,IAAI,CAAC;YACR,IAAII,aACAF,aAAaP,UAAUa;QAE/B;IACJ,GAAG;QAACR;KAAO;IAEXS,UAAU;QAENH;QAGA,OAAON,OAAO,sBAAsB,CAACM;IACzC,GAAG,EAAE;IAEL,OAAOV;AACX;AAEO,SAASc,4BAA+BC,SAAuB;IAClE,MAAM,EAAEX,MAAM,EAAE,GAAGC;IACnB,MAAM,CAACW,OAAOC,SAAS,GAAGV,SAAYQ,UAAUhB,UAAU;IAC1D,MAAMS,YAAYC;IAElB,MAAMS,gBAAgBP,YAAY;QAC9BP,OAAO,IAAI,CAAC;YACR,IAAII,aACAS,SAASF,UAAUhB,UAAUa;QAErC;IACJ,GAAG;QAACR;KAAO;IAEXS,UAAU;QAENK;QAGA,OAAOd,OAAO,sBAAsB,CAACc;IACzC,GAAG,EAAE;IAEL,OAAOF;AACX"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { FontColorActionContext } from "../context/FontColorActionContext.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
return context;
|
|
3
|
+
function useFontColorPicker() {
|
|
4
|
+
const context = useContext(FontColorActionContext);
|
|
5
|
+
if (!context) throw Error('Missing FontColorActionContext in the component hierarchy. Are you using "useFontColorPicker()" in the right place?');
|
|
6
|
+
return context;
|
|
9
7
|
}
|
|
8
|
+
export { useFontColorPicker };
|
|
10
9
|
|
|
11
10
|
//# sourceMappingURL=useFontColorPicker.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"hooks/useFontColorPicker.js","sources":["../../src/hooks/useFontColorPicker.ts"],"sourcesContent":["import { useContext } from \"react\";\nimport { FontColorActionContext } from \"~/context/FontColorActionContext.js\";\n\nexport function useFontColorPicker() {\n const context = useContext(FontColorActionContext);\n if (!context) {\n throw Error(\n `Missing FontColorActionContext in the component hierarchy. Are you using \"useFontColorPicker()\" in the right place?`\n );\n }\n\n return context;\n}\n"],"names":["useFontColorPicker","context","useContext","FontColorActionContext","Error"],"mappings":";;AAGO,SAASA;IACZ,MAAMC,UAAUC,WAAWC;IAC3B,IAAI,CAACF,SACD,MAAMG,MACF;IAIR,OAAOH;AACX"}
|
package/hooks/useIsMounted.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { useEffect, useRef } from "react";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, []);
|
|
9
|
-
return () => isMounted.current;
|
|
2
|
+
function useIsMounted() {
|
|
3
|
+
const isMounted = useRef(true);
|
|
4
|
+
useEffect(()=>()=>{
|
|
5
|
+
isMounted.current = false;
|
|
6
|
+
}, []);
|
|
7
|
+
return ()=>isMounted.current;
|
|
10
8
|
}
|
|
9
|
+
export { useIsMounted };
|
|
11
10
|
|
|
12
11
|
//# sourceMappingURL=useIsMounted.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"hooks/useIsMounted.js","sources":["../../src/hooks/useIsMounted.ts"],"sourcesContent":["import { useEffect, useRef } from \"react\";\n\nexport function useIsMounted() {\n const isMounted = useRef(true);\n\n useEffect(() => {\n return () => {\n isMounted.current = false;\n };\n }, []);\n\n return () => isMounted.current;\n}\n"],"names":["useIsMounted","isMounted","useRef","useEffect"],"mappings":";AAEO,SAASA;IACZ,MAAMC,YAAYC,OAAO;IAEzBC,UAAU,IACC;YACHF,UAAU,OAAO,GAAG;QACxB,GACD,EAAE;IAEL,OAAO,IAAMA,UAAU,OAAO;AAClC"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { RichTextEditorContext } from "../context/RichTextEditorContext.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
return context;
|
|
3
|
+
function useRichTextEditor() {
|
|
4
|
+
const context = useContext(RichTextEditorContext);
|
|
5
|
+
if (!context) throw Error('Missing RichTextEditorContext in the component hierarchy. Are you using "useRichTextEditor()" in the right place?');
|
|
6
|
+
return context;
|
|
9
7
|
}
|
|
8
|
+
export { useRichTextEditor };
|
|
10
9
|
|
|
11
10
|
//# sourceMappingURL=useRichTextEditor.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"hooks/useRichTextEditor.js","sources":["../../src/hooks/useRichTextEditor.ts"],"sourcesContent":["import { useContext } from \"react\";\nimport { RichTextEditorContext } from \"~/context/RichTextEditorContext.js\";\n\nexport function useRichTextEditor() {\n const context = useContext(RichTextEditorContext);\n if (!context) {\n throw Error(\n `Missing RichTextEditorContext in the component hierarchy. Are you using \"useRichTextEditor()\" in the right place?`\n );\n }\n\n return context;\n}\n"],"names":["useRichTextEditor","context","useContext","RichTextEditorContext","Error"],"mappings":";;AAGO,SAASA;IACZ,MAAMC,UAAUC,WAAWC;IAC3B,IAAI,CAACF,SACD,MAAMG,MACF;IAIR,OAAOH;AACX"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { TextAlignmentActionContext } from "../context/TextAlignmentActionContextProps.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
return context;
|
|
3
|
+
function useTextAlignmentAction() {
|
|
4
|
+
const context = useContext(TextAlignmentActionContext);
|
|
5
|
+
if (!context) throw Error('Missing TextAlignmentActionContext in the component hierarchy. Are you using "useTextAlignmentAction()" in the right place?');
|
|
6
|
+
return context;
|
|
9
7
|
}
|
|
8
|
+
export { useTextAlignmentAction };
|
|
10
9
|
|
|
11
10
|
//# sourceMappingURL=useTextAlignmentAction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"hooks/useTextAlignmentAction.js","sources":["../../src/hooks/useTextAlignmentAction.ts"],"sourcesContent":["import { useContext } from \"react\";\nimport { TextAlignmentActionContext } from \"~/context/TextAlignmentActionContextProps.js\";\n\nexport function useTextAlignmentAction() {\n const context = useContext(TextAlignmentActionContext);\n if (!context) {\n throw Error(\n `Missing TextAlignmentActionContext in the component hierarchy. Are you using \"useTextAlignmentAction()\" in the right place?`\n );\n }\n\n return context;\n}\n"],"names":["useTextAlignmentAction","context","useContext","TextAlignmentActionContext","Error"],"mappings":";;AAGO,SAASA;IACZ,MAAMC,UAAUC,WAAWC;IAC3B,IAAI,CAACF,SACD,MAAMG,MACF;IAIR,OAAOH;AACX"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { TypographyActionContext } from "../context/TypographyActionContext.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
return context;
|
|
3
|
+
function useTypographyAction() {
|
|
4
|
+
const context = useContext(TypographyActionContext);
|
|
5
|
+
if (!context) throw Error('Missing TypographyActionContext in the component hierarchy. Are you using "useTypographyAction()" in the right place?');
|
|
6
|
+
return context;
|
|
9
7
|
}
|
|
8
|
+
export { useTypographyAction };
|
|
10
9
|
|
|
11
10
|
//# sourceMappingURL=useTypographyAction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"hooks/useTypographyAction.js","sources":["../../src/hooks/useTypographyAction.ts"],"sourcesContent":["import { useContext } from \"react\";\nimport { TypographyActionContext } from \"~/context/TypographyActionContext.js\";\n\nexport function useTypographyAction() {\n const context = useContext(TypographyActionContext);\n if (!context) {\n throw Error(\n `Missing TypographyActionContext in the component hierarchy. Are you using \"useTypographyAction()\" in the right place?`\n );\n }\n\n return context;\n}\n"],"names":["useTypographyAction","context","useContext","TypographyActionContext","Error"],"mappings":";;AAGO,SAASA;IACZ,MAAMC,UAAUC,WAAWC;IAC3B,IAAI,CAACF,SACD,MAAMG,MACF;IAIR,OAAOH;AACX"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/chat-square-quote.123cfa24.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgChatSquareQuote = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "chat-square-quote_svg__bi chat-square-quote_svg__bi-chat-square-quote",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
d: "M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"
|
|
12
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
13
|
+
d: "M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"
|
|
14
|
+
}));
|
|
15
|
+
const chat_square_quote = __rslib_svgr_url__0__;
|
|
16
|
+
export default chat_square_quote;
|
|
17
|
+
export { SvgChatSquareQuote as ReactComponent };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=chat-square-quote.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/chat-square-quote.js","sources":["../../../src/images/icons/chat-square-quote.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgChatSquareQuote = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"chat-square-quote_svg__bi chat-square-quote_svg__bi-chat-square-quote\" {...props}><path d=\"M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\" /><path d=\"M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\" /></svg>;\nexport { SvgChatSquareQuote as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/chat-square-quote.123cfa24.svg\";"],"names":["SvgChatSquareQuote","props"],"mappings":";;AACA,MAAMA,qBAAqBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAyE,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;sBAA4Q,sCAAC;QAAK,GAAE;;AAEhf"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/chevron-down.d9636921.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgChevronDown = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "chevron-down_svg__bi chevron-down_svg__bi-chevron-down",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"
|
|
13
|
+
}));
|
|
14
|
+
const chevron_down = __rslib_svgr_url__0__;
|
|
15
|
+
export default chevron_down;
|
|
16
|
+
export { SvgChevronDown as ReactComponent };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=chevron-down.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/chevron-down.js","sources":["../../../src/images/icons/chevron-down.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgChevronDown = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"chevron-down_svg__bi chevron-down_svg__bi-chevron-down\" {...props}><path fillRule=\"evenodd\" d=\"M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708\" /></svg>;\nexport { SvgChevronDown as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/chevron-down.d9636921.svg\";"],"names":["SvgChevronDown","props"],"mappings":";;AACA,MAAMA,iBAAiBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAA0D,GAAGA,KAAK;qBAAE,sCAAC;QAAK,UAAS;QAAU,GAAE;;AAE5N"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/code.912b1f4d.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgCode = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "code_svg__bi code_svg__bi-code",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
d: "M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z"
|
|
12
|
+
}));
|
|
13
|
+
const code = __rslib_svgr_url__0__;
|
|
14
|
+
export default code;
|
|
15
|
+
export { SvgCode as ReactComponent };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=code.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/code.js","sources":["../../../src/images/icons/code.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgCode = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"code_svg__bi code_svg__bi-code\" {...props}><path d=\"M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z\" /></svg>;\nexport { SvgCode as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/code.912b1f4d.svg\";"],"names":["SvgCode","props"],"mappings":";;AACA,MAAMA,UAAUC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAkC,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAE1K"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/font-color.4f0c0de5.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgFontColor = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 14,
|
|
6
|
+
height: 14,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
8
|
+
...props
|
|
9
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
10
|
+
fill: "#777",
|
|
11
|
+
d: "M221.631 109 109.92 392h58.055l24.079-61h127.892l24.079 61h58.055L290.369 109Zm-8.261 168L256 169l42.63 108Z"
|
|
12
|
+
}));
|
|
13
|
+
const font_color = __rslib_svgr_url__0__;
|
|
14
|
+
export default font_color;
|
|
15
|
+
export { SvgFontColor as ReactComponent };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=font-color.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/font-color.js","sources":["../../../src/images/icons/font-color.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgFontColor = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={14} height={14} viewBox=\"0 0 512 512\" {...props}><path fill=\"#777\" d=\"M221.631 109 109.92 392h58.055l24.079-61h127.892l24.079 61h58.055L290.369 109Zm-8.261 168L256 169l42.63 108Z\" /></svg>;\nexport { SvgFontColor as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/font-color.4f0c0de5.svg\";"],"names":["SvgFontColor","props"],"mappings":";;AACA,MAAMA,eAAeC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAe,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;;AAElJ"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/indent.4d78e483.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgIndent = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "indent_svg__bi indent_svg__bi-text-indent-left",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
...props
|
|
11
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
12
|
+
d: "M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708M7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5"
|
|
13
|
+
}));
|
|
14
|
+
const indent = __rslib_svgr_url__0__;
|
|
15
|
+
export default indent;
|
|
16
|
+
export { SvgIndent as ReactComponent };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=indent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/indent.js","sources":["../../../src/images/icons/indent.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgIndent = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"indent_svg__bi indent_svg__bi-text-indent-left\" viewBox=\"0 0 16 16\" {...props}><path d=\"M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708M7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\" /></svg>;\nexport { SvgIndent as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/indent.4d78e483.svg\";"],"names":["SvgIndent","props"],"mappings":";;AACA,MAAMA,YAAYC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAiD,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAEhN"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/insert-image.354465f1.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgInsertImage = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "insert-image_svg__bi insert-image_svg__bi-image",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
...props
|
|
11
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
12
|
+
d: "M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1z"
|
|
15
|
+
}));
|
|
16
|
+
const insert_image = __rslib_svgr_url__0__;
|
|
17
|
+
export default insert_image;
|
|
18
|
+
export { SvgInsertImage as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=insert-image.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/insert-image.js","sources":["../../../src/images/icons/insert-image.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgInsertImage = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"insert-image_svg__bi insert-image_svg__bi-image\" viewBox=\"0 0 16 16\" {...props}><path d=\"M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\" /><path d=\"M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1z\" /></svg>;\nexport { SvgInsertImage as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/insert-image.354465f1.svg\";"],"names":["SvgInsertImage","props"],"mappings":";;AACA,MAAMA,iBAAiBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAkD,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;sBAAmD,sCAAC;QAAK,GAAE;;AAEjR"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/justify.dab42aec.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgJustify = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "justify_svg__bi justify_svg__bi-justify",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
...props
|
|
11
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5"
|
|
14
|
+
}));
|
|
15
|
+
const justify = __rslib_svgr_url__0__;
|
|
16
|
+
export default justify;
|
|
17
|
+
export { SvgJustify as ReactComponent };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=justify.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/justify.js","sources":["../../../src/images/icons/justify.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgJustify = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"justify_svg__bi justify_svg__bi-justify\" viewBox=\"0 0 16 16\" {...props}><path fillRule=\"evenodd\" d=\"M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\" /></svg>;\nexport { SvgJustify as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/justify.dab42aec.svg\";"],"names":["SvgJustify","props"],"mappings":";;AACA,MAAMA,aAAaC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAA0C,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,UAAS;QAAU,GAAE;;AAE7N"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/link.b774de25.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgLink = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "link_svg__bi link_svg__bi-link",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
d: "M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"
|
|
12
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
13
|
+
d: "M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z"
|
|
14
|
+
}));
|
|
15
|
+
const icons_link = __rslib_svgr_url__0__;
|
|
16
|
+
export default icons_link;
|
|
17
|
+
export { SvgLink as ReactComponent };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=link.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/link.js","sources":["../../../src/images/icons/link.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgLink = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"link_svg__bi link_svg__bi-link\" {...props}><path d=\"M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z\" /><path d=\"M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z\" /></svg>;\nexport { SvgLink as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/link.b774de25.svg\";"],"names":["SvgLink","props"],"mappings":";;AACA,MAAMA,UAAUC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAkC,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;sBAAmI,sCAAC;QAAK,GAAE;;AAErT"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/list-ol.d64946f3.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgListOl = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "list-ol_svg__bi list-ol_svg__bi-list-ol",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635z"
|
|
15
|
+
}));
|
|
16
|
+
const list_ol = __rslib_svgr_url__0__;
|
|
17
|
+
export default list_ol;
|
|
18
|
+
export { SvgListOl as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-ol.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/list-ol.js","sources":["../../../src/images/icons/list-ol.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgListOl = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"list-ol_svg__bi list-ol_svg__bi-list-ol\" {...props}><path fillRule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\" /><path d=\"M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635z\" /></svg>;\nexport { SvgListOl as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/list-ol.d64946f3.svg\";"],"names":["SvgListOl","props"],"mappings":";;AACA,MAAMA,YAAYC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAA2C,GAAGA,KAAK;qBAAE,sCAAC;QAAK,UAAS;QAAU,GAAE;sBAAsL,sCAAC;QAAK,GAAE;;AAEtY"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/list-ul.1d54da3f.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgListUl = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "list-ul_svg__bi list-ul_svg__bi-list-ul",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
|
|
13
|
+
}));
|
|
14
|
+
const list_ul = __rslib_svgr_url__0__;
|
|
15
|
+
export default list_ul;
|
|
16
|
+
export { SvgListUl as ReactComponent };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=list-ul.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/list-ul.js","sources":["../../../src/images/icons/list-ul.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgListUl = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"list-ul_svg__bi list-ul_svg__bi-list-ul\" {...props}><path fillRule=\"evenodd\" d=\"M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" /></svg>;\nexport { SvgListUl as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/list-ul.1d54da3f.svg\";"],"names":["SvgListUl","props"],"mappings":";;AACA,MAAMA,YAAYC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAA2C,GAAGA,KAAK;qBAAE,sCAAC;QAAK,UAAS;QAAU,GAAE;;AAExM"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/outdent.5c13ff16.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgOutdent = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "outdent_svg__bi outdent_svg__bi-text-indent-right",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
...props
|
|
11
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
12
|
+
d: "M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5"
|
|
13
|
+
}));
|
|
14
|
+
const outdent = __rslib_svgr_url__0__;
|
|
15
|
+
export default outdent;
|
|
16
|
+
export { SvgOutdent as ReactComponent };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=outdent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/outdent.js","sources":["../../../src/images/icons/outdent.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgOutdent = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"outdent_svg__bi outdent_svg__bi-text-indent-right\" viewBox=\"0 0 16 16\" {...props}><path d=\"M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\" /></svg>;\nexport { SvgOutdent as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/outdent.5c13ff16.svg\";"],"names":["SvgOutdent","props"],"mappings":";;AACA,MAAMA,aAAaC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAoD,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAEpN"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/pencil-fill.94cb216b.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgPencilFill = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "pencil-fill_svg__bi pencil-fill_svg__bi-pencil-fill",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
d: "M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11z"
|
|
12
|
+
}));
|
|
13
|
+
const pencil_fill = __rslib_svgr_url__0__;
|
|
14
|
+
export default pencil_fill;
|
|
15
|
+
export { SvgPencilFill as ReactComponent };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=pencil-fill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/pencil-fill.js","sources":["../../../src/images/icons/pencil-fill.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgPencilFill = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"pencil-fill_svg__bi pencil-fill_svg__bi-pencil-fill\" {...props}><path d=\"M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11z\" /></svg>;\nexport { SvgPencilFill as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/pencil-fill.94cb216b.svg\";"],"names":["SvgPencilFill","props"],"mappings":";;AACA,MAAMA,gBAAgBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAuD,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAErM"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/text-center.a411e780.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgTextCenter = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 16,
|
|
6
|
+
height: 16,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
className: "text-center_svg__bi text-center_svg__bi-text-center",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5"
|
|
13
|
+
}));
|
|
14
|
+
const text_center = __rslib_svgr_url__0__;
|
|
15
|
+
export default text_center;
|
|
16
|
+
export { SvgTextCenter as ReactComponent };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=text-center.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images/icons/text-center.js","sources":["../../../src/images/icons/text-center.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgTextCenter = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={16} height={16} fill=\"currentColor\" className=\"text-center_svg__bi text-center_svg__bi-text-center\" {...props}><path fillRule=\"evenodd\" d=\"M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\" /></svg>;\nexport { SvgTextCenter as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/text-center.a411e780.svg\";"],"names":["SvgTextCenter","props"],"mappings":";;AACA,MAAMA,gBAAgBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,WAAU;QAAuD,GAAGA,KAAK;qBAAE,sCAAC;QAAK,UAAS;QAAU,GAAE;;AAExN"}
|