@webiny/app-website-builder 6.0.0-rc.0 → 6.0.0-rc.1
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.
|
@@ -47,11 +47,11 @@ export const DefaultLexicalConfig = () => {
|
|
|
47
47
|
element: /*#__PURE__*/React.createElement(ExpandEditorAction, null)
|
|
48
48
|
}))), /*#__PURE__*/React.createElement(CompositionScope, {
|
|
49
49
|
name: "expanded"
|
|
50
|
-
}, /*#__PURE__*/React.createElement(LexicalEditorConfig, {
|
|
51
|
-
priority: "primary"
|
|
52
50
|
}, /*#__PURE__*/React.createElement(TypographyAction.TypographyDropDown, {
|
|
53
51
|
element: /*#__PURE__*/React.createElement(TypographyDropDown, null)
|
|
54
|
-
}),
|
|
52
|
+
}), /*#__PURE__*/React.createElement(LexicalEditorConfig, {
|
|
53
|
+
priority: "primary"
|
|
54
|
+
}, sharedPlugins, /*#__PURE__*/React.createElement(Plugin, {
|
|
55
55
|
name: "floatingLinkEditor",
|
|
56
56
|
element: /*#__PURE__*/React.createElement(FloatingLinkEditorPlugin, {
|
|
57
57
|
LinkForm: LexicalLinkForm
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","TypographyAction","FontColorAction","Divider","BoldAction","ItalicAction","UnderlineAction","CodeHighlightAction","NumberedListAction","BulletListAction","LinkAction","QuoteAction","QuotePlugin","FloatingLinkEditorPlugin","LinkPlugin","ListPlugin","TypographyPlugin","FontColorPlugin","TextAlignmentAction","CompositionScope","LexicalLinkForm","LexicalEditorConfig","TypographyDropDown","ExpandEditorAction","ToolbarElement","Plugin","sharedPlugins","createElement","Fragment","name","element","DefaultLexicalConfig","priority","LinkForm"],"sources":["DefaultLexicalConfig.tsx"],"sourcesContent":["import React from \"react\";\nimport {\n TypographyAction,\n FontColorAction,\n Divider,\n BoldAction,\n ItalicAction,\n UnderlineAction,\n CodeHighlightAction,\n NumberedListAction,\n BulletListAction,\n LinkAction,\n QuoteAction,\n QuotePlugin,\n FloatingLinkEditorPlugin,\n LinkPlugin,\n ListPlugin,\n TypographyPlugin,\n FontColorPlugin,\n TextAlignmentAction\n} from \"@webiny/lexical-editor\";\nimport { CompositionScope } from \"@webiny/app-admin\";\nimport { LexicalLinkForm } from \"@webiny/app-admin\";\nimport { LexicalEditorConfig } from \"@webiny/lexical-editor\";\nimport { TypographyDropDown } from \"./TypographyDropDown.js\";\nimport { ExpandEditorAction } from \"./ExpandEditorAction.js\";\n\nconst { ToolbarElement, Plugin } = LexicalEditorConfig;\n\nconst sharedPlugins = (\n <>\n <Plugin name={\"fontColor\"} element={<FontColorPlugin />} />\n <Plugin name={\"list\"} element={<ListPlugin />} />\n <Plugin name={\"typography\"} element={<TypographyPlugin />} />\n <Plugin name={\"link\"} element={<LinkPlugin />} />\n <Plugin name={\"quote\"} element={<QuotePlugin />} />\n </>\n);\n\nexport const DefaultLexicalConfig = () => {\n return (\n <>\n <CompositionScope name={\"compact\"}>\n <LexicalEditorConfig priority={\"primary\"}>\n {sharedPlugins}\n <ToolbarElement name=\"textAlignment\" element={<TextAlignmentAction />} />\n <ToolbarElement name=\"boldAction\" element={<BoldAction />} />\n <ToolbarElement name=\"italic\" element={<ItalicAction />} />\n <ToolbarElement name=\"underline\" element={<UnderlineAction />} />\n <ToolbarElement name=\"expand\" element={<ExpandEditorAction />} />\n </LexicalEditorConfig>\n </CompositionScope>\n <CompositionScope name={\"expanded\"}>\n <
|
|
1
|
+
{"version":3,"names":["React","TypographyAction","FontColorAction","Divider","BoldAction","ItalicAction","UnderlineAction","CodeHighlightAction","NumberedListAction","BulletListAction","LinkAction","QuoteAction","QuotePlugin","FloatingLinkEditorPlugin","LinkPlugin","ListPlugin","TypographyPlugin","FontColorPlugin","TextAlignmentAction","CompositionScope","LexicalLinkForm","LexicalEditorConfig","TypographyDropDown","ExpandEditorAction","ToolbarElement","Plugin","sharedPlugins","createElement","Fragment","name","element","DefaultLexicalConfig","priority","LinkForm"],"sources":["DefaultLexicalConfig.tsx"],"sourcesContent":["import React from \"react\";\nimport {\n TypographyAction,\n FontColorAction,\n Divider,\n BoldAction,\n ItalicAction,\n UnderlineAction,\n CodeHighlightAction,\n NumberedListAction,\n BulletListAction,\n LinkAction,\n QuoteAction,\n QuotePlugin,\n FloatingLinkEditorPlugin,\n LinkPlugin,\n ListPlugin,\n TypographyPlugin,\n FontColorPlugin,\n TextAlignmentAction\n} from \"@webiny/lexical-editor\";\nimport { CompositionScope } from \"@webiny/app-admin\";\nimport { LexicalLinkForm } from \"@webiny/app-admin\";\nimport { LexicalEditorConfig } from \"@webiny/lexical-editor\";\nimport { TypographyDropDown } from \"./TypographyDropDown.js\";\nimport { ExpandEditorAction } from \"./ExpandEditorAction.js\";\n\nconst { ToolbarElement, Plugin } = LexicalEditorConfig;\n\nconst sharedPlugins = (\n <>\n <Plugin name={\"fontColor\"} element={<FontColorPlugin />} />\n <Plugin name={\"list\"} element={<ListPlugin />} />\n <Plugin name={\"typography\"} element={<TypographyPlugin />} />\n <Plugin name={\"link\"} element={<LinkPlugin />} />\n <Plugin name={\"quote\"} element={<QuotePlugin />} />\n </>\n);\n\nexport const DefaultLexicalConfig = () => {\n return (\n <>\n <CompositionScope name={\"compact\"}>\n <LexicalEditorConfig priority={\"primary\"}>\n {sharedPlugins}\n <ToolbarElement name=\"textAlignment\" element={<TextAlignmentAction />} />\n <ToolbarElement name=\"boldAction\" element={<BoldAction />} />\n <ToolbarElement name=\"italic\" element={<ItalicAction />} />\n <ToolbarElement name=\"underline\" element={<UnderlineAction />} />\n <ToolbarElement name=\"expand\" element={<ExpandEditorAction />} />\n </LexicalEditorConfig>\n </CompositionScope>\n <CompositionScope name={\"expanded\"}>\n <TypographyAction.TypographyDropDown element={<TypographyDropDown />} />\n <LexicalEditorConfig priority={\"primary\"}>\n {sharedPlugins}\n <Plugin\n name={\"floatingLinkEditor\"}\n element={<FloatingLinkEditorPlugin LinkForm={LexicalLinkForm} />}\n />\n <ToolbarElement name=\"fontColor\" element={<FontColorAction />} />\n <ToolbarElement name=\"typography\" element={<TypographyAction />} />\n <ToolbarElement name=\"textAlignment\" element={<TextAlignmentAction />} />\n <ToolbarElement name=\"divider1\" element={<Divider />} />\n <ToolbarElement name=\"boldAction\" element={<BoldAction />} />\n <ToolbarElement name=\"italic\" element={<ItalicAction />} />\n <ToolbarElement name=\"underline\" element={<UnderlineAction />} />\n <ToolbarElement name=\"codeHighlight\" element={<CodeHighlightAction />} />\n <ToolbarElement name=\"divider2\" element={<Divider />} />\n <ToolbarElement name=\"numberedList\" element={<NumberedListAction />} />\n <ToolbarElement name=\"bulletList\" element={<BulletListAction />} />\n <ToolbarElement name=\"divider2\" element={<Divider />} />\n <ToolbarElement name=\"link\" element={<LinkAction />} />\n <ToolbarElement name=\"quote\" element={<QuoteAction />} />\n </LexicalEditorConfig>\n </CompositionScope>\n </>\n );\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import React, { useCallback, useEffect, useState } from "react";
|
|
2
2
|
import { Dialog, FormComponentLabel } from "@webiny/admin-ui";
|
|
3
3
|
import { CompositionScope } from "@webiny/app-admin";
|
|
4
|
-
import { LexicalLinkForm } from "@webiny/app-admin";
|
|
5
|
-
import { FloatingLinkEditorPlugin, LexicalEditorConfig } from "@webiny/lexical-editor";
|
|
6
4
|
import { LexicalEditor } from "./LexicalEditor.js";
|
|
7
5
|
import { ExpandedEditorProvider, useExpandedEditor } from "./ExpandedEditor.js";
|
|
8
|
-
const {
|
|
9
|
-
Plugin
|
|
10
|
-
} = LexicalEditorConfig;
|
|
11
6
|
export const LexicalInputRenderer = props => {
|
|
12
7
|
const onChange = lexicalValue => {
|
|
13
8
|
props.onChange(({
|
|
@@ -48,12 +43,7 @@ const EditorDialog = props => {
|
|
|
48
43
|
}, /*#__PURE__*/React.createElement(LexicalEditor, {
|
|
49
44
|
value: localValue,
|
|
50
45
|
onChange: setLocalValue
|
|
51
|
-
})
|
|
52
|
-
name: "floatingLinkEditor",
|
|
53
|
-
element: /*#__PURE__*/React.createElement(FloatingLinkEditorPlugin, {
|
|
54
|
-
LinkForm: LexicalLinkForm
|
|
55
|
-
})
|
|
56
|
-
}))));
|
|
46
|
+
})));
|
|
57
47
|
};
|
|
58
48
|
const ExpandableLexicalInputRenderer = ({
|
|
59
49
|
value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useEffect","useState","Dialog","FormComponentLabel","CompositionScope","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useEffect","useState","Dialog","FormComponentLabel","CompositionScope","LexicalEditor","ExpandedEditorProvider","useExpandedEditor","LexicalInputRenderer","props","onChange","lexicalValue","value","set","createElement","ExpandableLexicalInputRenderer","Object","assign","EditorDialog","localValue","setLocalValue","id","open","className","title","input","label","dismissible","showCloseButton","actions","Fragment","CancelAction","onClick","onClose","ConfirmAction","text","name","isExpanded","setExpanded","applyChanges","newValue","key"],"sources":["LexicalInput.tsx"],"sourcesContent":["import React, { useCallback, useEffect, useState } from \"react\";\nimport { Dialog, FormComponentLabel } from \"@webiny/admin-ui\";\nimport { CompositionScope } from \"@webiny/app-admin\";\nimport type { RichTextValueWithHtml } from \"@webiny/app-admin\";\nimport { LexicalEditor } from \"./LexicalEditor.js\";\nimport type { ElementInputRendererProps } from \"~/BaseEditor/index.js\";\nimport {\n ExpandedEditorProvider,\n useExpandedEditor\n} from \"~/inputRenderers/LexicalInput/ExpandedEditor.js\";\n\ntype LexicalInputRendererProps = Omit<ElementInputRendererProps, \"onChange\" | \"metadata\"> & {\n onChange: (value: RichTextValueWithHtml) => void;\n};\n\nexport const LexicalInputRenderer = (props: ElementInputRendererProps) => {\n const onChange = (lexicalValue: RichTextValueWithHtml) => {\n props.onChange(({ value }) => {\n value.set(lexicalValue);\n });\n };\n\n const value = props.value ?? {};\n\n return (\n <ExpandedEditorProvider>\n <ExpandableLexicalInputRenderer {...props} value={value} onChange={onChange} />\n </ExpandedEditorProvider>\n );\n};\n\ninterface EditorDialogProps extends Omit<LexicalInputRendererProps, \"onPreviewChange\" | \"label\"> {\n open: boolean;\n onClose: () => void;\n}\n\nconst EditorDialog = (props: EditorDialogProps) => {\n const [localValue, setLocalValue] = useState(props.value);\n\n useEffect(() => {\n setLocalValue(props.value);\n }, [props.value]);\n\n return (\n <Dialog\n id={\"lexical-editor-dialog\"}\n open={props.open}\n className={\"w-[900px] max-w-[900px] overflow-visible\"}\n data-hover-manager={\"ignore\"}\n title={`Edit ${props.input.label}`}\n dismissible={false}\n showCloseButton={false}\n actions={\n <>\n <Dialog.CancelAction onClick={props.onClose} />\n <Dialog.ConfirmAction\n text={\"Save Changes\"}\n onClick={() => {\n props.onChange(localValue);\n }}\n />\n </>\n }\n >\n <CompositionScope name={\"expanded\"}>\n <LexicalEditor value={localValue} onChange={setLocalValue} />\n </CompositionScope>\n </Dialog>\n );\n};\n\nconst ExpandableLexicalInputRenderer = ({\n value,\n onChange,\n input,\n label\n}: LexicalInputRendererProps) => {\n const { isExpanded, setExpanded } = useExpandedEditor();\n\n const applyChanges = useCallback(\n (newValue: any) => {\n onChange(newValue);\n setExpanded(false);\n },\n [onChange, setExpanded]\n );\n\n return (\n <>\n <FormComponentLabel text={label} />\n <CompositionScope name={\"compact\"}>\n <LexicalEditor value={value} onChange={onChange} key={input.name} />\n </CompositionScope>\n <EditorDialog\n open={isExpanded}\n value={value}\n onChange={applyChanges}\n onClose={() => setExpanded(false)}\n input={input}\n />\n </>\n );\n};\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-website-builder",
|
|
3
|
-
"version": "6.0.0-rc.
|
|
3
|
+
"version": "6.0.0-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,26 +17,26 @@
|
|
|
17
17
|
"@monaco-editor/react": "4.7.0",
|
|
18
18
|
"@svgr/webpack": "6.5.1",
|
|
19
19
|
"@types/react": "18.2.79",
|
|
20
|
-
"@webiny/admin-ui": "6.0.0-rc.
|
|
21
|
-
"@webiny/app": "6.0.0-rc.
|
|
22
|
-
"@webiny/app-aco": "6.0.0-rc.
|
|
23
|
-
"@webiny/app-admin": "6.0.0-rc.
|
|
24
|
-
"@webiny/app-headless-cms-common": "6.0.0-rc.
|
|
25
|
-
"@webiny/app-utils": "6.0.0-rc.
|
|
26
|
-
"@webiny/error": "6.0.0-rc.
|
|
27
|
-
"@webiny/feature": "6.0.0-rc.
|
|
28
|
-
"@webiny/form": "6.0.0-rc.
|
|
29
|
-
"@webiny/icons": "6.0.0-rc.
|
|
30
|
-
"@webiny/lexical-converter": "6.0.0-rc.
|
|
31
|
-
"@webiny/lexical-editor": "6.0.0-rc.
|
|
32
|
-
"@webiny/lexical-nodes": "6.0.0-rc.
|
|
33
|
-
"@webiny/lexical-theme": "6.0.0-rc.
|
|
34
|
-
"@webiny/react-composition": "6.0.0-rc.
|
|
35
|
-
"@webiny/react-properties": "6.0.0-rc.
|
|
36
|
-
"@webiny/ui": "6.0.0-rc.
|
|
37
|
-
"@webiny/utils": "6.0.0-rc.
|
|
38
|
-
"@webiny/validation": "6.0.0-rc.
|
|
39
|
-
"@webiny/website-builder-sdk": "6.0.0-rc.
|
|
20
|
+
"@webiny/admin-ui": "6.0.0-rc.1",
|
|
21
|
+
"@webiny/app": "6.0.0-rc.1",
|
|
22
|
+
"@webiny/app-aco": "6.0.0-rc.1",
|
|
23
|
+
"@webiny/app-admin": "6.0.0-rc.1",
|
|
24
|
+
"@webiny/app-headless-cms-common": "6.0.0-rc.1",
|
|
25
|
+
"@webiny/app-utils": "6.0.0-rc.1",
|
|
26
|
+
"@webiny/error": "6.0.0-rc.1",
|
|
27
|
+
"@webiny/feature": "6.0.0-rc.1",
|
|
28
|
+
"@webiny/form": "6.0.0-rc.1",
|
|
29
|
+
"@webiny/icons": "6.0.0-rc.1",
|
|
30
|
+
"@webiny/lexical-converter": "6.0.0-rc.1",
|
|
31
|
+
"@webiny/lexical-editor": "6.0.0-rc.1",
|
|
32
|
+
"@webiny/lexical-nodes": "6.0.0-rc.1",
|
|
33
|
+
"@webiny/lexical-theme": "6.0.0-rc.1",
|
|
34
|
+
"@webiny/react-composition": "6.0.0-rc.1",
|
|
35
|
+
"@webiny/react-properties": "6.0.0-rc.1",
|
|
36
|
+
"@webiny/ui": "6.0.0-rc.1",
|
|
37
|
+
"@webiny/utils": "6.0.0-rc.1",
|
|
38
|
+
"@webiny/validation": "6.0.0-rc.1",
|
|
39
|
+
"@webiny/website-builder-sdk": "6.0.0-rc.1",
|
|
40
40
|
"apollo-cache": "1.3.5",
|
|
41
41
|
"apollo-client": "2.6.10",
|
|
42
42
|
"apollo-link": "1.2.14",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/react-virtualized": "9.22.3",
|
|
73
73
|
"@types/resize-observer-browser": "0.1.11",
|
|
74
74
|
"@types/store": "2.0.5",
|
|
75
|
-
"@webiny/build-tools": "6.0.0-rc.
|
|
75
|
+
"@webiny/build-tools": "6.0.0-rc.1",
|
|
76
76
|
"execa": "5.1.1",
|
|
77
77
|
"rimraf": "6.1.3",
|
|
78
78
|
"typescript": "5.9.3",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
]
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "36d702721ff9ed39fb21d6f5fe7922a2a8716e63"
|
|
98
98
|
}
|