@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.
Files changed (37) hide show
  1. package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js +4 -4
  2. package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
  3. package/lib/cjs/components/Editor/Editor.d.ts.map +1 -1
  4. package/lib/cjs/components/Editor/Editor.js +16 -14
  5. package/lib/cjs/components/Editor/Editor.js.map +1 -1
  6. package/lib/cjs/components/Editor/nodes/ImageNode.js +2 -5
  7. package/lib/cjs/components/Editor/nodes/ImageNode.js.map +1 -1
  8. package/lib/cjs/components/Editor/nodes/index.d.ts +1 -1
  9. package/lib/cjs/components/Editor/plugins/AutoLinkPlugin.js +2 -5
  10. package/lib/cjs/components/Editor/plugins/AutoLinkPlugin.js.map +1 -1
  11. package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.d.ts.map +1 -1
  12. package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.js +16 -25
  13. package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.js.map +1 -1
  14. package/lib/cjs/components/Editor/plugins/EmojiPlugin.js +1 -1
  15. package/lib/cjs/components/Editor/plugins/EmojiPlugin.js.map +1 -1
  16. package/lib/cjs/components/Editor/plugins/OnChangePlugin.js +2 -2
  17. package/lib/cjs/components/Editor/plugins/OnChangePlugin.js.map +1 -1
  18. package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js +4 -4
  19. package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
  20. package/lib/esm/components/Editor/Editor.d.ts.map +1 -1
  21. package/lib/esm/components/Editor/Editor.js +16 -14
  22. package/lib/esm/components/Editor/Editor.js.map +1 -1
  23. package/lib/esm/components/Editor/nodes/ImageNode.js +1 -1
  24. package/lib/esm/components/Editor/nodes/ImageNode.js.map +1 -1
  25. package/lib/esm/components/Editor/nodes/index.d.ts +1 -1
  26. package/lib/esm/components/Editor/plugins/AutoLinkPlugin.js +1 -1
  27. package/lib/esm/components/Editor/plugins/AutoLinkPlugin.js.map +1 -1
  28. package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.d.ts.map +1 -1
  29. package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.js +17 -26
  30. package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.js.map +1 -1
  31. package/lib/esm/components/Editor/plugins/EmojiPlugin.js +2 -2
  32. package/lib/esm/components/Editor/plugins/EmojiPlugin.js.map +1 -1
  33. package/lib/esm/components/Editor/plugins/OnChangePlugin.js +1 -1
  34. package/lib/esm/components/Editor/plugins/OnChangePlugin.js.map +1 -1
  35. package/lib/umd/react-ui.js +3 -3
  36. package/lib/umd/react-ui.js.map +1 -1
  37. 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.9",
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.2.4",
61
- "@lexical/react": "^0.2.4",
62
- "@lexical/rich-text": "^0.2.4",
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.9",
71
- "@selfcommunity/react-core": "^0.1.9",
72
- "@selfcommunity/react-i18n": "^0.1.9",
73
- "@selfcommunity/types": "^0.1.9",
74
- "@selfcommunity/utils": "^0.1.9",
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.2.4",
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": "5df63bf4a42004df3194556094905906ab761281"
158
+ "gitHead": "9a73f1f44f6a65fd9e7abde3747c2313a66bf4a8"
159
159
  }