@pega/cosmos-react-rte 3.0.0-dev.2.1 → 3.0.0-dev.20.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/lib/components/Editor/Editor.d.ts +6 -0
- package/lib/components/Editor/Editor.d.ts.map +1 -1
- package/lib/components/Editor/Editor.js +167 -50
- package/lib/components/Editor/Editor.js.map +1 -1
- package/lib/components/Editor/Editor.styles.d.ts +3 -0
- package/lib/components/Editor/Editor.styles.d.ts.map +1 -0
- package/lib/components/Editor/Editor.styles.js +30 -0
- package/lib/components/Editor/Editor.styles.js.map +1 -0
- package/lib/components/Editor/Editor.types.d.ts +29 -10
- package/lib/components/Editor/Editor.types.d.ts.map +1 -1
- package/lib/components/Editor/Editor.types.js.map +1 -1
- package/lib/components/Editor/ImageEditor.d.ts +10 -0
- package/lib/components/Editor/ImageEditor.d.ts.map +1 -0
- package/lib/components/Editor/ImageEditor.js +274 -0
- package/lib/components/Editor/ImageEditor.js.map +1 -0
- package/lib/components/Editor/Toolbar/AnchorButton.d.ts.map +1 -1
- package/lib/components/Editor/Toolbar/AnchorButton.js +33 -15
- package/lib/components/Editor/Toolbar/AnchorButton.js.map +1 -1
- package/lib/components/Editor/Toolbar/ImageButton.js +2 -2
- package/lib/components/Editor/Toolbar/ImageButton.js.map +1 -1
- package/lib/components/Editor/Toolbar/TextSelect.d.ts.map +1 -1
- package/lib/components/Editor/Toolbar/TextSelect.js +4 -3
- package/lib/components/Editor/Toolbar/TextSelect.js.map +1 -1
- package/lib/components/Editor/Toolbar/Toolbar.d.ts.map +1 -1
- package/lib/components/Editor/Toolbar/Toolbar.js +10 -14
- package/lib/components/Editor/Toolbar/Toolbar.js.map +1 -1
- package/lib/components/RichTextEditor/DecoratorComponents/CodeBlock.js +1 -1
- package/lib/components/RichTextEditor/DecoratorComponents/CodeBlock.js.map +1 -1
- package/lib/components/RichTextEditor/DecoratorComponents/Image.js +2 -2
- package/lib/components/RichTextEditor/DecoratorComponents/Image.js.map +1 -1
- package/lib/components/RichTextEditor/DecoratorComponents/Link.js +3 -3
- package/lib/components/RichTextEditor/DecoratorComponents/Link.js.map +1 -1
- package/lib/components/RichTextEditor/DecoratorComponents/Table.d.ts +0 -2
- package/lib/components/RichTextEditor/DecoratorComponents/Table.d.ts.map +1 -1
- package/lib/components/RichTextEditor/DecoratorComponents/Table.js +6 -33
- package/lib/components/RichTextEditor/DecoratorComponents/Table.js.map +1 -1
- package/lib/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
- package/lib/components/RichTextEditor/RichTextEditor.js +33 -7
- package/lib/components/RichTextEditor/RichTextEditor.js.map +1 -1
- package/lib/components/RichTextEditor/RichTextEditor.styles.d.ts +0 -2
- package/lib/components/RichTextEditor/RichTextEditor.styles.d.ts.map +1 -1
- package/lib/components/RichTextEditor/RichTextEditor.styles.js +17 -119
- package/lib/components/RichTextEditor/RichTextEditor.styles.js.map +1 -1
- package/lib/components/RichTextEditor/RichTextViewer.d.ts.map +1 -1
- package/lib/components/RichTextEditor/RichTextViewer.js +11 -12
- package/lib/components/RichTextEditor/RichTextViewer.js.map +1 -1
- package/lib/components/RichTextEditor/RichTextViewer.types.d.ts +3 -3
- package/lib/components/RichTextEditor/RichTextViewer.types.d.ts.map +1 -1
- package/lib/components/RichTextEditor/RichTextViewer.types.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/AnchorButton.js +4 -4
- package/lib/components/RichTextEditor/Toolbar/AnchorButton.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/ImageButton.js +2 -2
- package/lib/components/RichTextEditor/Toolbar/ImageButton.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/IndentButton.js +1 -1
- package/lib/components/RichTextEditor/Toolbar/IndentButton.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/TableButton.js +1 -1
- package/lib/components/RichTextEditor/Toolbar/TableButton.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/TextSelect.js +2 -2
- package/lib/components/RichTextEditor/Toolbar/TextSelect.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/Toolbar.js +4 -4
- package/lib/components/RichTextEditor/Toolbar/Toolbar.js.map +1 -1
- package/lib/components/RichTextEditor/Toolbar/ToolbarButton.js +1 -1
- package/lib/components/RichTextEditor/Toolbar/ToolbarButton.js.map +1 -1
- package/lib/components/RichTextEditor/utils/htmlConverter.d.ts.map +1 -1
- package/lib/components/RichTextEditor/utils/htmlConverter.js +5 -2
- package/lib/components/RichTextEditor/utils/htmlConverter.js.map +1 -1
- package/lib/components/RichTextEditor/utils/interactionRenderer.d.ts +1 -1
- package/lib/components/RichTextEditor/utils/interactionRenderer.d.ts.map +1 -1
- package/lib/components/RichTextEditor/utils/interactionRenderer.js +1 -4
- package/lib/components/RichTextEditor/utils/interactionRenderer.js.map +1 -1
- package/lib/components/RichTextEditor/utils/markdownConverter.js +3 -3
- package/lib/components/RichTextEditor/utils/markdownConverter.js.map +1 -1
- package/lib/components/RichTextEditor/utils/renderers.d.ts.map +1 -1
- package/lib/components/RichTextEditor/utils/renderers.js +35 -22
- package/lib/components/RichTextEditor/utils/renderers.js.map +1 -1
- package/lib/components/RichTextEditor/utils/slateConverter.d.ts +1 -0
- package/lib/components/RichTextEditor/utils/slateConverter.d.ts.map +1 -1
- package/lib/components/RichTextEditor/utils/slateConverter.js +1 -0
- package/lib/components/RichTextEditor/utils/slateConverter.js.map +1 -1
- package/package.json +23 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-rte",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.20.0",
|
|
4
4
|
"author": "Pegasystems",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"repository": {
|
|
@@ -20,33 +20,37 @@
|
|
|
20
20
|
"build": "tsc -b"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@pega/cosmos-react-core": "3.0.0-dev.
|
|
24
|
-
"@popperjs/core": "^2.11.
|
|
25
|
-
"
|
|
26
|
-
"
|
|
23
|
+
"@pega/cosmos-react-core": "3.0.0-dev.20.0",
|
|
24
|
+
"@popperjs/core": "^2.11.4",
|
|
25
|
+
"@types/marked": "^4.0.2",
|
|
26
|
+
"@types/parse5": "^6.0.0",
|
|
27
|
+
"@types/react": "^16.14.24 || ^17.0.38",
|
|
28
|
+
"@types/react-dom": "^16.9.14 || ^17.0.11",
|
|
29
|
+
"@types/styled-components": "^5.1.7",
|
|
30
|
+
"@types/stylis": "^4.0.2",
|
|
31
|
+
"@types/tinymce": "^4.6.4",
|
|
32
|
+
"marked": "^4.0.12",
|
|
27
33
|
"parse5": "^6.0.1",
|
|
28
34
|
"polished": "^4.1.0",
|
|
29
35
|
"react": "^16.14.0 || ^17.0.0",
|
|
30
36
|
"react-dom": "^16.14.0 || ^17.0.0",
|
|
31
|
-
"
|
|
37
|
+
"react-popper": "^2.2.5",
|
|
38
|
+
"slate": "^0.76.1",
|
|
32
39
|
"slate-history": "^0.66.0",
|
|
33
|
-
"slate-react": "^0.
|
|
40
|
+
"slate-react": "^0.76.1",
|
|
34
41
|
"styled-components": "^5.2.0",
|
|
42
|
+
"stylis": "^4.0.13",
|
|
35
43
|
"tinymce": "^5.10.2"
|
|
36
44
|
},
|
|
37
45
|
"devDependencies": {
|
|
38
|
-
"@storybook/addon-a11y": "^6.4.
|
|
39
|
-
"@storybook/addon-actions": "^6.4.
|
|
40
|
-
"@storybook/addon-storysource": "^6.4.
|
|
41
|
-
"@storybook/addon-toolbars": "^6.4.
|
|
42
|
-
"@storybook/addons": "^6.4.
|
|
43
|
-
"@storybook/react": "^6.4.
|
|
44
|
-
"@storybook/theming": "^6.4.
|
|
45
|
-
"@types/dompurify": "^2.2.3",
|
|
46
|
-
"@types/marked": "2.0.2",
|
|
47
|
-
"@types/parse5": "^6.0.0",
|
|
48
|
-
"@types/tinymce": "^4.6.4",
|
|
46
|
+
"@storybook/addon-a11y": "^6.4.19",
|
|
47
|
+
"@storybook/addon-actions": "^6.4.19",
|
|
48
|
+
"@storybook/addon-storysource": "^6.4.19",
|
|
49
|
+
"@storybook/addon-toolbars": "^6.4.19",
|
|
50
|
+
"@storybook/addons": "^6.4.19",
|
|
51
|
+
"@storybook/react": "^6.4.19",
|
|
52
|
+
"@storybook/theming": "^6.4.19",
|
|
49
53
|
"enzyme": "^3.11.0",
|
|
50
|
-
"typescript": "~4.
|
|
54
|
+
"typescript": "~4.7.2"
|
|
51
55
|
}
|
|
52
56
|
}
|