@selfcommunity/react-ui 0.1.9 → 0.1.10
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/cjs/components/CommentObject/ReplyComment/ReplyComment.js +4 -4
- package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
- package/lib/cjs/components/Editor/Editor.d.ts.map +1 -1
- package/lib/cjs/components/Editor/Editor.js +16 -14
- package/lib/cjs/components/Editor/Editor.js.map +1 -1
- package/lib/cjs/components/Editor/nodes/ImageNode.js +2 -5
- package/lib/cjs/components/Editor/nodes/ImageNode.js.map +1 -1
- package/lib/cjs/components/Editor/nodes/index.d.ts +1 -1
- package/lib/cjs/components/Editor/plugins/AutoLinkPlugin.js +2 -5
- package/lib/cjs/components/Editor/plugins/AutoLinkPlugin.js.map +1 -1
- package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.d.ts.map +1 -1
- package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.js +16 -25
- package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.js.map +1 -1
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.js +1 -1
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.js.map +1 -1
- package/lib/cjs/components/Editor/plugins/OnChangePlugin.js +2 -2
- package/lib/cjs/components/Editor/plugins/OnChangePlugin.js.map +1 -1
- package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js +4 -4
- package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
- package/lib/esm/components/Editor/Editor.d.ts.map +1 -1
- package/lib/esm/components/Editor/Editor.js +16 -14
- package/lib/esm/components/Editor/Editor.js.map +1 -1
- package/lib/esm/components/Editor/nodes/ImageNode.js +1 -1
- package/lib/esm/components/Editor/nodes/ImageNode.js.map +1 -1
- package/lib/esm/components/Editor/nodes/index.d.ts +1 -1
- package/lib/esm/components/Editor/plugins/AutoLinkPlugin.js +1 -1
- package/lib/esm/components/Editor/plugins/AutoLinkPlugin.js.map +1 -1
- package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.d.ts.map +1 -1
- package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.js +17 -26
- package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.js.map +1 -1
- package/lib/esm/components/Editor/plugins/EmojiPlugin.js +2 -2
- package/lib/esm/components/Editor/plugins/EmojiPlugin.js.map +1 -1
- package/lib/esm/components/Editor/plugins/OnChangePlugin.js +1 -1
- package/lib/esm/components/Editor/plugins/OnChangePlugin.js.map +1 -1
- package/lib/umd/react-ui.js +3 -3
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "React UI Components to integrate a Community created with SelfCommunity.",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"react-intl": "^5.25.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@lexical/link": "^0.
|
|
61
|
-
"@lexical/react": "^0.
|
|
62
|
-
"@lexical/rich-text": "^0.
|
|
60
|
+
"@lexical/link": "^0.3.3",
|
|
61
|
+
"@lexical/react": "^0.3.3",
|
|
62
|
+
"@lexical/rich-text": "^0.3.3",
|
|
63
63
|
"@mui/lab": "~5.0.0-alpha.68",
|
|
64
64
|
"@rpldy/chunked-sender": "^0.18.0",
|
|
65
65
|
"@rpldy/chunked-uploady": "^0.18.0",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"@rpldy/upload-drop-zone": "^0.18.0",
|
|
68
68
|
"@rpldy/upload-preview": "^0.18.0",
|
|
69
69
|
"@rpldy/uploady": "^0.18.0",
|
|
70
|
-
"@selfcommunity/api-services": "^0.1.
|
|
71
|
-
"@selfcommunity/react-core": "^0.1.
|
|
72
|
-
"@selfcommunity/react-i18n": "^0.1.
|
|
73
|
-
"@selfcommunity/types": "^0.1.
|
|
74
|
-
"@selfcommunity/utils": "^0.1.
|
|
70
|
+
"@selfcommunity/api-services": "^0.1.10",
|
|
71
|
+
"@selfcommunity/react-core": "^0.1.10",
|
|
72
|
+
"@selfcommunity/react-i18n": "^0.1.10",
|
|
73
|
+
"@selfcommunity/types": "^0.1.10",
|
|
74
|
+
"@selfcommunity/utils": "^0.1.10",
|
|
75
75
|
"@types/classnames": "^2.2.11",
|
|
76
76
|
"autosuggest-highlight": "^3.1.1",
|
|
77
77
|
"classnames": "^2.2.6",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"draft-js": "^0.11.7",
|
|
80
80
|
"draftjs-to-html": "^0.9.1",
|
|
81
81
|
"emoji-picker-react": "^3.5.1",
|
|
82
|
-
"lexical": "^0.
|
|
82
|
+
"lexical": "^0.3.3",
|
|
83
83
|
"moment": "^2.29.3",
|
|
84
84
|
"prop-types": "^15.7.2",
|
|
85
85
|
"prop-types-extra": "^1.1.1",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"bugs": {
|
|
156
156
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "9a73f1f44f6a65fd9e7abde3747c2313a66bf4a8"
|
|
159
159
|
}
|