@selfcommunity/react-ui 0.5.6-alpha.10 → 0.5.6-alpha.12

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 (43) hide show
  1. package/lib/cjs/components/CommentObject/CommentObject.js +2 -2
  2. package/lib/cjs/components/CommentObject/CommentObject.js.map +1 -1
  3. package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.d.ts +2 -2
  4. package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js +5 -5
  5. package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
  6. package/lib/cjs/components/Composer/Composer.d.ts.map +1 -1
  7. package/lib/cjs/components/Composer/Composer.js +22 -8
  8. package/lib/cjs/components/Composer/Composer.js.map +1 -1
  9. package/lib/cjs/components/Editor/Editor.d.ts +2 -2
  10. package/lib/cjs/components/Editor/Editor.js +3 -3
  11. package/lib/cjs/components/Editor/Editor.js.map +1 -1
  12. package/lib/cjs/components/Editor/plugins/EmojiPlugin.d.ts.map +1 -1
  13. package/lib/cjs/components/Editor/plugins/EmojiPlugin.js +1 -0
  14. package/lib/cjs/components/Editor/plugins/EmojiPlugin.js.map +1 -1
  15. package/lib/cjs/components/Editor/plugins/ImagePlugin.d.ts.map +1 -1
  16. package/lib/cjs/components/Editor/plugins/ImagePlugin.js +1 -0
  17. package/lib/cjs/components/Editor/plugins/ImagePlugin.js.map +1 -1
  18. package/lib/cjs/components/FeedObject/FeedObject.d.ts.map +1 -1
  19. package/lib/cjs/components/FeedObject/FeedObject.js +2 -4
  20. package/lib/cjs/components/FeedObject/FeedObject.js.map +1 -1
  21. package/lib/esm/components/CommentObject/CommentObject.js +2 -2
  22. package/lib/esm/components/CommentObject/CommentObject.js.map +1 -1
  23. package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.d.ts +2 -2
  24. package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js +5 -5
  25. package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
  26. package/lib/esm/components/Composer/Composer.d.ts.map +1 -1
  27. package/lib/esm/components/Composer/Composer.js +22 -8
  28. package/lib/esm/components/Composer/Composer.js.map +1 -1
  29. package/lib/esm/components/Editor/Editor.d.ts +2 -2
  30. package/lib/esm/components/Editor/Editor.js +3 -3
  31. package/lib/esm/components/Editor/Editor.js.map +1 -1
  32. package/lib/esm/components/Editor/plugins/EmojiPlugin.d.ts.map +1 -1
  33. package/lib/esm/components/Editor/plugins/EmojiPlugin.js +1 -0
  34. package/lib/esm/components/Editor/plugins/EmojiPlugin.js.map +1 -1
  35. package/lib/esm/components/Editor/plugins/ImagePlugin.d.ts.map +1 -1
  36. package/lib/esm/components/Editor/plugins/ImagePlugin.js +1 -0
  37. package/lib/esm/components/Editor/plugins/ImagePlugin.js.map +1 -1
  38. package/lib/esm/components/FeedObject/FeedObject.d.ts.map +1 -1
  39. package/lib/esm/components/FeedObject/FeedObject.js +2 -4
  40. package/lib/esm/components/FeedObject/FeedObject.js.map +1 -1
  41. package/lib/umd/react-ui.js +3 -3
  42. package/lib/umd/react-ui.js.map +1 -1
  43. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.5.6-alpha.10",
3
+ "version": "0.5.6-alpha.12",
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.3.7",
61
- "@lexical/react": "^0.3.7",
62
- "@lexical/rich-text": "^0.3.7",
60
+ "@lexical/link": "^0.4.1",
61
+ "@lexical/react": "^0.4.1",
62
+ "@lexical/rich-text": "^0.4.1",
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",
@@ -77,7 +77,7 @@
77
77
  "classnames": "^2.2.6",
78
78
  "date-fns": "^2.26.0",
79
79
  "emoji-picker-react": "^3.5.1",
80
- "lexical": "^0.3.7",
80
+ "lexical": "^0.4.1",
81
81
  "moment": "^2.29.3",
82
82
  "prop-types": "^15.7.2",
83
83
  "prop-types-extra": "^1.1.1",
@@ -156,5 +156,5 @@
156
156
  "bugs": {
157
157
  "url": "https://github.com/selfcommunity/community-js/issues"
158
158
  },
159
- "gitHead": "8d2ccade5f6006324d800e6188f48cb3920f5d81"
159
+ "gitHead": "6c590df60391872c51da6137cc706efae1db3af7"
160
160
  }