@selfcommunity/react-ui 0.7.0-alpha.352 → 0.7.0-alpha.354
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/ChangePicture/ChangePictureDialog/ChangePictureDialog.d.ts +1 -1
- package/lib/cjs/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js +1 -6
- package/lib/cjs/components/CommentObjectReply/CommentObjectReply.js +2 -3
- package/lib/cjs/components/FeedObject/Activities/RelevantActivities/CommentActivity/CommentActivity.js +19 -10
- package/lib/cjs/components/FeedObject/Poll/Poll.js +5 -8
- package/lib/cjs/components/FeedObjectMediaPreview/FeedObjectMediaPreview.d.ts +2 -2
- package/lib/cjs/components/FeedObjectMediaPreview/FeedObjectMediaPreview.js +7 -7
- package/lib/cjs/components/IncubatorListWidget/CreateIncubatorDialog/CreateIncubatorDialog.d.ts +1 -1
- package/lib/cjs/components/IncubatorListWidget/CreateIncubatorDialog/CreateIncubatorDialog.js +1 -6
- package/lib/cjs/components/Notification/CollapsedFor/CollapsedFor.d.ts +2 -2
- package/lib/cjs/components/Notification/CollapsedFor/CollapsedFor.js +2 -7
- package/lib/cjs/components/Notification/Comment/Comment.d.ts +2 -2
- package/lib/cjs/components/Notification/Comment/Comment.js +2 -7
- package/lib/cjs/components/Notification/Contribution/Contribution.d.ts +2 -2
- package/lib/cjs/components/Notification/Contribution/Contribution.js +2 -7
- package/lib/cjs/components/Notification/ContributionFollow/ContributionFollow.d.ts +2 -2
- package/lib/cjs/components/Notification/ContributionFollow/ContributionFollow.js +2 -7
- package/lib/cjs/components/Notification/DeletedFor/DeletedFor.d.ts +2 -2
- package/lib/cjs/components/Notification/DeletedFor/DeletedFor.js +2 -7
- package/lib/cjs/components/Notification/IncubatorApproved/IncubatorApproved.d.ts +1 -1
- package/lib/cjs/components/Notification/IncubatorApproved/IncubatorApproved.js +1 -6
- package/lib/cjs/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.d.ts +2 -2
- package/lib/cjs/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +2 -7
- package/lib/cjs/components/Notification/KindlyNoticeFor/KindlyNoticeFor.d.ts +2 -2
- package/lib/cjs/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +2 -7
- package/lib/cjs/components/Notification/Mention/Mention.d.ts +2 -2
- package/lib/cjs/components/Notification/Mention/Mention.js +2 -7
- package/lib/cjs/components/Notification/PrivateMessage/PrivateMessage.d.ts +2 -2
- package/lib/cjs/components/Notification/PrivateMessage/PrivateMessage.js +2 -7
- package/lib/cjs/components/Notification/UndeletedFor/UndeletedFor.d.ts +2 -2
- package/lib/cjs/components/Notification/UndeletedFor/UndeletedFor.js +2 -7
- package/lib/cjs/components/Notification/UserBlocked/UserBlocked.d.ts +2 -2
- package/lib/cjs/components/Notification/UserBlocked/UserBlocked.js +2 -7
- package/lib/cjs/components/Notification/UserConnection/UserConnection.d.ts +2 -2
- package/lib/cjs/components/Notification/UserConnection/UserConnection.js +2 -7
- package/lib/cjs/components/Notification/UserFollow/UserFollow.d.ts +2 -2
- package/lib/cjs/components/Notification/UserFollow/UserFollow.js +2 -7
- package/lib/cjs/components/Notification/VoteUp/VoteUp.d.ts +2 -2
- package/lib/cjs/components/Notification/VoteUp/VoteUp.js +2 -7
- package/lib/cjs/components/PollSuggestionWidget/PollSnippet/PollSnippet.d.ts +2 -2
- package/lib/cjs/components/PollSuggestionWidget/PollSnippet/PollSnippet.js +2 -7
- package/lib/cjs/components/UserProfileEdit/Section/Account.d.ts +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/Account.js +2 -7
- package/lib/cjs/components/UserProfileEdit/Section/AccountCredentials.d.ts +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/AccountCredentials.js +1 -7
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +1 -6
- package/lib/cjs/components/UserProfileEdit/Section/Settings.d.ts +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/Settings.js +1 -6
- package/lib/esm/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.d.ts +1 -1
- package/lib/esm/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js +1 -6
- package/lib/esm/components/CommentObjectReply/CommentObjectReply.js +2 -3
- package/lib/esm/components/FeedObject/Activities/RelevantActivities/CommentActivity/CommentActivity.js +22 -13
- package/lib/esm/components/FeedObject/Poll/Poll.js +5 -8
- package/lib/esm/components/FeedObjectMediaPreview/FeedObjectMediaPreview.d.ts +2 -2
- package/lib/esm/components/FeedObjectMediaPreview/FeedObjectMediaPreview.js +5 -5
- package/lib/esm/components/IncubatorListWidget/CreateIncubatorDialog/CreateIncubatorDialog.d.ts +1 -1
- package/lib/esm/components/IncubatorListWidget/CreateIncubatorDialog/CreateIncubatorDialog.js +1 -6
- package/lib/esm/components/Notification/CollapsedFor/CollapsedFor.d.ts +2 -2
- package/lib/esm/components/Notification/CollapsedFor/CollapsedFor.js +2 -7
- package/lib/esm/components/Notification/Comment/Comment.d.ts +2 -2
- package/lib/esm/components/Notification/Comment/Comment.js +2 -7
- package/lib/esm/components/Notification/Contribution/Contribution.d.ts +2 -2
- package/lib/esm/components/Notification/Contribution/Contribution.js +2 -7
- package/lib/esm/components/Notification/ContributionFollow/ContributionFollow.d.ts +2 -2
- package/lib/esm/components/Notification/ContributionFollow/ContributionFollow.js +2 -7
- package/lib/esm/components/Notification/DeletedFor/DeletedFor.d.ts +2 -2
- package/lib/esm/components/Notification/DeletedFor/DeletedFor.js +2 -7
- package/lib/esm/components/Notification/IncubatorApproved/IncubatorApproved.d.ts +1 -1
- package/lib/esm/components/Notification/IncubatorApproved/IncubatorApproved.js +1 -6
- package/lib/esm/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.d.ts +2 -2
- package/lib/esm/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +2 -7
- package/lib/esm/components/Notification/KindlyNoticeFor/KindlyNoticeFor.d.ts +2 -2
- package/lib/esm/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +2 -7
- package/lib/esm/components/Notification/Mention/Mention.d.ts +2 -2
- package/lib/esm/components/Notification/Mention/Mention.js +2 -7
- package/lib/esm/components/Notification/PrivateMessage/PrivateMessage.d.ts +2 -2
- package/lib/esm/components/Notification/PrivateMessage/PrivateMessage.js +2 -7
- package/lib/esm/components/Notification/UndeletedFor/UndeletedFor.d.ts +2 -2
- package/lib/esm/components/Notification/UndeletedFor/UndeletedFor.js +2 -7
- package/lib/esm/components/Notification/UserBlocked/UserBlocked.d.ts +2 -2
- package/lib/esm/components/Notification/UserBlocked/UserBlocked.js +2 -7
- package/lib/esm/components/Notification/UserConnection/UserConnection.d.ts +2 -2
- package/lib/esm/components/Notification/UserConnection/UserConnection.js +2 -7
- package/lib/esm/components/Notification/UserFollow/UserFollow.d.ts +2 -2
- package/lib/esm/components/Notification/UserFollow/UserFollow.js +2 -7
- package/lib/esm/components/Notification/VoteUp/VoteUp.d.ts +2 -2
- package/lib/esm/components/Notification/VoteUp/VoteUp.js +2 -7
- package/lib/esm/components/PollSuggestionWidget/PollSnippet/PollSnippet.d.ts +2 -2
- package/lib/esm/components/PollSuggestionWidget/PollSnippet/PollSnippet.js +2 -7
- package/lib/esm/components/UserProfileEdit/Section/Account.d.ts +1 -1
- package/lib/esm/components/UserProfileEdit/Section/Account.js +2 -7
- package/lib/esm/components/UserProfileEdit/Section/AccountCredentials.d.ts +1 -1
- package/lib/esm/components/UserProfileEdit/Section/AccountCredentials.js +1 -7
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +1 -6
- package/lib/esm/components/UserProfileEdit/Section/Settings.d.ts +1 -1
- package/lib/esm/components/UserProfileEdit/Section/Settings.js +1 -6
- package/lib/umd/react-ui.js +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.7.0-alpha.
|
|
3
|
+
"version": "0.7.0-alpha.354",
|
|
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",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@lexical/html": "^0.12.2",
|
|
81
81
|
"@lexical/react": "^0.12.2",
|
|
82
82
|
"@selfcommunity/api-services": "^0.4.0-alpha.39",
|
|
83
|
-
"@selfcommunity/react-core": "^0.4.0-alpha.
|
|
84
|
-
"@selfcommunity/react-i18n": "^0.5.0-alpha.
|
|
83
|
+
"@selfcommunity/react-core": "^0.4.0-alpha.117",
|
|
84
|
+
"@selfcommunity/react-i18n": "^0.5.0-alpha.60",
|
|
85
85
|
"@selfcommunity/types": "^0.5.0-alpha.16",
|
|
86
86
|
"@selfcommunity/utils": "^0.2.0-alpha.12",
|
|
87
87
|
"@types/classnames": "^2.3.1",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"bugs": {
|
|
161
161
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
162
162
|
},
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "fc2895a42cea04b672eb51761c8ad754e9cc3142"
|
|
164
164
|
}
|