@selfcommunity/react-ui 0.1.2-alpha.1 → 0.1.2-alpha.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/AccountRecover/AccountRecover.js +1 -1
- package/lib/cjs/components/AccountRecover/AccountRecover.stories.js +1 -1
- package/lib/cjs/components/AccountSignIn/AccountSignIn.js +1 -1
- package/lib/cjs/components/AccountSignIn/AccountSignIn.stories.js +1 -1
- package/lib/cjs/components/AccountSignUp/AccountSignUp.js +1 -1
- package/lib/cjs/components/AccountSignUp/AccountSignUp.stories.js +1 -1
- package/lib/cjs/components/BroadcastMessages/BroadcastMessages.js +1 -1
- package/lib/cjs/components/BroadcastMessages/BroadcastMessages.stories.js +1 -1
- package/lib/cjs/components/BroadcastMessages/BroadcastMessagesSkeleton.stories.js +1 -1
- package/lib/cjs/components/BroadcastMessages/Message.js +2 -2
- package/lib/cjs/components/BroadcastMessages/Skeleton.js +2 -2
- package/lib/cjs/components/CategoriesFollowed/CategoriesFollowed.js +4 -21
- package/lib/cjs/components/CategoriesFollowed/CategoriesFollowed.stories.js +1 -1
- package/lib/cjs/components/CategoriesFollowed/CategoriesFollowedSkeleton.stories.js +1 -1
- package/lib/cjs/components/CategoriesFollowed/Skeleton.js +1 -1
- package/lib/cjs/components/CategoriesPopular/CategoriesPopular.js +1 -1
- package/lib/cjs/components/CategoriesPopular/CategoriesPopular.stories.js +1 -1
- package/lib/cjs/components/CategoriesPopular/CategoriesPopularSkeleton.stories.js +1 -1
- package/lib/cjs/components/CategoriesPopular/Skeleton.js +1 -1
- package/lib/cjs/components/CategoriesSuggestion/CategoriesSuggestion.js +2 -5
- package/lib/cjs/components/CategoriesSuggestion/CategoriesSuggestion.stories.js +1 -1
- package/lib/cjs/components/CategoriesSuggestion/CategoriesSuggestionSkeleton.stories.js +1 -1
- package/lib/cjs/components/CategoriesSuggestion/Skeleton.js +1 -1
- package/lib/cjs/components/Category/Category.js +1 -1
- package/lib/cjs/components/Category/Category.stories.js +1 -1
- package/lib/cjs/components/Category/CategorySkeleton.stories.js +1 -1
- package/lib/cjs/components/Category/Skeleton.js +1 -1
- package/lib/cjs/components/CategoryHeader/CategoryHeader.js +1 -1
- package/lib/cjs/components/CategoryHeader/CategoryHeader.stories.js +1 -1
- package/lib/cjs/components/CategoryHeader/CategoryHeaderSkeleton.stories.js +1 -1
- package/lib/cjs/components/CategoryHeader/Skeleton.js +1 -1
- package/lib/cjs/components/ChangeCover/ChangeCover.js +1 -1
- package/lib/cjs/components/ChangeCover/ChangeCover.stories.js +1 -1
- package/lib/cjs/components/ChangePicture/ChangePicture.js +1 -1
- package/lib/cjs/components/ChangePicture/ChangePicture.stories.js +1 -1
- package/lib/cjs/components/CommentObject/CommentObject.js +14 -8
- package/lib/cjs/components/CommentObject/CommentObject.stories.js +1 -1
- package/lib/cjs/components/CommentObject/CommentObjectSkeleton.stories.js +1 -1
- package/lib/cjs/components/CommentObject/Skeleton.js +1 -1
- package/lib/cjs/components/CommentsFeedObject/CommentsFeedObject.js +3 -2
- package/lib/cjs/components/CommentsFeedObject/CommentsFeedObject.stories.js +1 -1
- package/lib/cjs/components/CommentsFeedObject/CommentsFeedObjectSkeleton.stories.js +1 -1
- package/lib/cjs/components/CommentsObject/CommentsObject.js +1 -1
- package/lib/cjs/components/CommentsObject/CommentsObjectSkeleton.stories.js +1 -1
- package/lib/cjs/components/CommentsObject/Skeleton.js +1 -1
- package/lib/cjs/components/Composer/Audience/Audience.js +5 -29
- package/lib/cjs/components/Composer/Composer.js +41 -19
- package/lib/cjs/components/Composer/Composer.stories.js +1 -1
- package/lib/cjs/components/Composer/ComposerSkeleton.stories.js +1 -1
- package/lib/cjs/components/Composer/Poll/Poll.js +10 -2
- package/lib/cjs/components/Composer/Skeleton.js +1 -1
- package/lib/cjs/components/ConnectionUserButton/ConnectionUserButton.js +1 -1
- package/lib/cjs/components/CustomAdv/CustomAdv.js +1 -1
- package/lib/cjs/components/CustomAdv/CustomAdv.stories.js +1 -1
- package/lib/cjs/components/CustomAdv/CustomAdvSkeleton.stories.js +1 -1
- package/lib/cjs/components/CustomAdv/Skeleton.js +1 -1
- package/lib/cjs/components/Editor/Editor.js +2 -8
- package/lib/cjs/components/Editor/Editor.stories.js +1 -1
- package/lib/cjs/components/Editor/EditorSkeleton.stories.js +1 -1
- package/lib/cjs/components/Editor/Skeleton.js +1 -1
- package/lib/cjs/components/Editor/plugins/ImagePlugin.js +0 -1
- package/lib/cjs/components/Feed/Feed.js +33 -32
- package/lib/cjs/components/Feed/Feed.stories.js +1 -1
- package/lib/cjs/components/Feed/FeedSkeleton.stories.js +1 -1
- package/lib/cjs/components/Feed/Skeleton.js +1 -1
- package/lib/cjs/components/FeedObject/Actions/Share/Share.js +3 -0
- package/lib/cjs/components/FeedObject/Contributors/ContributorsFeedObject.stories.js +1 -1
- package/lib/cjs/components/FeedObject/FeedObject.js +22 -32
- package/lib/cjs/components/FeedObject/FeedObject.stories.js +1 -1
- package/lib/cjs/components/FeedObject/FeedObjectSkeleton.stories.js +1 -1
- package/lib/cjs/components/FeedObject/Skeleton.js +1 -1
- package/lib/cjs/components/FeedUpdates/FeedUpdates.js +1 -1
- package/lib/cjs/components/FeedUpdates/FeedUpdates.stories.js +1 -1
- package/lib/cjs/components/FeedUpdates/Skeleton.js +1 -1
- package/lib/cjs/components/FollowCategoryButton/FollowCategoryButton.js +1 -1
- package/lib/cjs/components/FollowUserButton/FollowUserButton.js +1 -1
- package/lib/cjs/components/Footer/Footer.js +1 -1
- package/lib/cjs/components/Footer/Footer.stories.js +1 -1
- package/lib/cjs/components/Footer/FooterSkeleton.stories.js +1 -1
- package/lib/cjs/components/Footer/Skeleton.js +1 -1
- package/lib/cjs/components/FriendshipUserButton/FriendshipUserButton.js +1 -1
- package/lib/cjs/components/Incubator/Incubator.js +1 -1
- package/lib/cjs/components/Incubator/Incubator.stories.js +1 -1
- package/lib/cjs/components/Incubator/IncubatorSkeleton.stories.js +1 -1
- package/lib/cjs/components/Incubator/Skeleton.js +1 -1
- package/lib/cjs/components/Incubator/SubscribeButton/SubscribeButton.js +1 -1
- package/lib/cjs/components/IncubatorDetail/IncubatorDetail.js +1 -1
- package/lib/cjs/components/IncubatorSuggestion/IncubatorSuggestion.js +1 -1
- package/lib/cjs/components/IncubatorSuggestion/IncubatorSuggestion.stories.js +1 -1
- package/lib/cjs/components/IncubatorSuggestion/IncubatorSuggestionSkeleton.stories.js +1 -1
- package/lib/cjs/components/IncubatorSuggestion/Skeleton.js +1 -1
- package/lib/cjs/components/IncubatorsList/IncubatorsList.js +1 -1
- package/lib/cjs/components/IncubatorsList/IncubatorsList.stories.js +1 -1
- package/lib/cjs/components/IncubatorsList/IncubatorsListSkeleton.stories.js +1 -1
- package/lib/cjs/components/IncubatorsList/Skeleton.js +1 -1
- package/lib/cjs/components/InlineComposer/InlineComposer.js +1 -1
- package/lib/cjs/components/InlineComposer/InlineComposer.stories.js +1 -1
- package/lib/cjs/components/InlineComposer/InlineComposerSkeleton.stories.js +1 -1
- package/lib/cjs/components/InlineComposer/Skeleton.js +1 -1
- package/lib/cjs/components/LoyaltyProgram/LoyaltyProgram.js +1 -1
- package/lib/cjs/components/LoyaltyProgram/LoyaltyProgram.stories.js +1 -1
- package/lib/cjs/components/LoyaltyProgram/LoyaltyProgramSkeleton.stories.js +1 -1
- package/lib/cjs/components/LoyaltyProgram/Skeleton.js +1 -1
- package/lib/cjs/components/LoyaltyProgramDetail/LoyaltyProgramDetail.js +7 -3
- package/lib/cjs/components/LoyaltyProgramDetail/LoyaltyProgramDetail.stories.js +1 -1
- package/lib/cjs/components/LoyaltyProgramDetail/LoyaltyProgramDetailSkeleton.stories.js +1 -1
- package/lib/cjs/components/LoyaltyProgramDetail/Skeleton.js +1 -1
- package/lib/cjs/components/Message/Message.js +1 -1
- package/lib/cjs/components/Message/Message.stories.js +1 -1
- package/lib/cjs/components/Message/MessageSkeleton.stories.js +1 -1
- package/lib/cjs/components/Message/Skeleton.js +1 -1
- package/lib/cjs/components/MessageEditor/MessageEditor.js +1 -1
- package/lib/cjs/components/MessageEditor/MessageEditorSkeleton.stories.js +1 -1
- package/lib/cjs/components/MessageEditor/Skeleton.js +1 -1
- package/lib/cjs/components/Notification/Comment/Comment.js +1 -1
- package/lib/cjs/components/Notification/ContributionFollow/ContributionFollow.js +9 -4
- package/lib/cjs/components/Notification/Notification.js +1 -1
- package/lib/cjs/components/Notification/NotificationSkeleton.stories.js +1 -1
- package/lib/cjs/components/Notification/PrivateMessage/PrivateMessage.js +1 -7
- package/lib/cjs/components/Notification/Skeleton.js +1 -1
- package/lib/cjs/components/PeopleSuggestion/PeopleSuggestion.js +3 -9
- package/lib/cjs/components/PeopleSuggestion/PeopleSuggestion.stories.js +1 -1
- package/lib/cjs/components/PeopleSuggestion/PeopleSuggestionSkeleton.stories.js +1 -1
- package/lib/cjs/components/PeopleSuggestion/Skeleton.js +1 -1
- package/lib/cjs/components/Platform/Platform.js +1 -1
- package/lib/cjs/components/Platform/Platform.stories.js +1 -1
- package/lib/cjs/components/Platform/PlatformSkeleton.stories.js +1 -1
- package/lib/cjs/components/Platform/Skeleton.js +1 -1
- package/lib/cjs/components/PollSuggestion/PollSnippet/PollSnippet.js +1 -1
- package/lib/cjs/components/PollSuggestion/PollSnippet/Skeleton.js +1 -1
- package/lib/cjs/components/PollSuggestion/PollSuggestion.js +1 -1
- package/lib/cjs/components/PollSuggestion/PollSuggestion.stories.js +1 -1
- package/lib/cjs/components/PollSuggestion/PollSuggestionSkeleton.stories.js +1 -1
- package/lib/cjs/components/PollSuggestion/Skeleton.js +1 -1
- package/lib/cjs/components/RelatedFeedObjects/RelatedFeedObjects.js +1 -1
- package/lib/cjs/components/RelatedFeedObjects/RelatedFeedObjects.stories.js +1 -1
- package/lib/cjs/components/RelatedFeedObjects/RelatedFeedObjectsSkeleton.stories.js +1 -1
- package/lib/cjs/components/RelatedFeedObjects/Skeleton.js +1 -1
- package/lib/cjs/components/Skeleton/AvatarGroupSkeleton.js +1 -1
- package/lib/cjs/components/Skeleton/AvatarGroupSkeleton.stories.js +1 -1
- package/lib/cjs/components/Skeleton/GenericSkeleton.js +1 -1
- package/lib/cjs/components/Skeleton/GenericSkeleton.stories.js +1 -1
- package/lib/cjs/components/SnippetNotifications/Skeleton.js +1 -1
- package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +1 -1
- package/lib/cjs/components/SnippetNotifications/SnippetNotifications.stories.js +1 -1
- package/lib/cjs/components/SnippetNotifications/SnippetNotificationsSkeleton.stories.js +1 -1
- package/lib/cjs/components/Snippets/Skeleton.js +1 -1
- package/lib/cjs/components/Snippets/Snippets.js +1 -1
- package/lib/cjs/components/Snippets/Snippets.stories.js +1 -1
- package/lib/cjs/components/Snippets/SnippetsSkeleton.stories.js +1 -1
- package/lib/cjs/components/Thread/Skeleton.js +1 -1
- package/lib/cjs/components/Thread/Thread.js +1 -1
- package/lib/cjs/components/Thread/Thread.stories.js +1 -1
- package/lib/cjs/components/Thread/ThreadSkeleton.stories.js +1 -1
- package/lib/cjs/components/ToastNotifications/Skeleton.js +1 -1
- package/lib/cjs/components/ToastNotifications/ToastNotifications.js +1 -1
- package/lib/cjs/components/ToastNotifications/ToastNotifications.stories.js +1 -1
- package/lib/cjs/components/ToastNotifications/ToastNotificationsSkeleton.stories.js +1 -1
- package/lib/cjs/components/TrendingFeed/Skeleton.js +1 -1
- package/lib/cjs/components/TrendingFeed/TrendingFeed.js +1 -1
- package/lib/cjs/components/TrendingFeed/TrendingFeed.stories.js +1 -1
- package/lib/cjs/components/TrendingFeed/TrendingFeedSkeleton.stories.js +1 -1
- package/lib/cjs/components/TrendingPeople/Skeleton.js +1 -1
- package/lib/cjs/components/TrendingPeople/TrendingPeople.js +1 -1
- package/lib/cjs/components/TrendingPeople/TrendingPeople.stories.js +1 -1
- package/lib/cjs/components/TrendingPeople/TrendingPeopleSkeleton.stories.js +1 -1
- package/lib/cjs/components/User/Skeleton.js +1 -1
- package/lib/cjs/components/User/User.js +1 -1
- package/lib/cjs/components/User/User.stories.js +1 -1
- package/lib/cjs/components/User/UserSkeleton.stories.js +1 -1
- package/lib/cjs/components/UserFollowers/Skeleton.js +1 -1
- package/lib/cjs/components/UserFollowers/UserFollowers.js +1 -1
- package/lib/cjs/components/UserFollowers/UserFollowers.stories.js +1 -1
- package/lib/cjs/components/UserFollowers/UserFollowersSkeleton.stories.js +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/SettingsSkeleton.js +1 -1
- package/lib/cjs/components/UserProfileEdit/Skeleton.js +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEdit.stories.js +1 -1
- package/lib/cjs/components/UserProfileEdit/UserProfileEditSkeleton.stories.js +1 -1
- package/lib/cjs/components/UserProfileHeader/Skeleton.js +1 -1
- package/lib/cjs/components/UserProfileHeader/UserProfileHeader.js +1 -1
- package/lib/cjs/components/UserProfileHeader/UserProfileHeader.stories.js +1 -1
- package/lib/cjs/components/UserProfileHeader/UserProfileHeaderSkeleton.stories.js +1 -1
- package/lib/cjs/components/UserProfileInfo/Skeleton.js +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.stories.js +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfoSkeleton.stories.js +1 -1
- package/lib/cjs/components/UsersFollowed/Skeleton.js +1 -1
- package/lib/cjs/components/UsersFollowed/UsersFollowed.js +4 -19
- package/lib/cjs/components/UsersFollowed/UsersFollowed.stories.js +1 -1
- package/lib/cjs/components/UsersFollowed/UsersFollowedSkeleton.stories.js +1 -1
- package/lib/cjs/components/Widget/index.js +1 -1
- package/lib/cjs/shared/AutoPlayer/index.js +8 -1
- package/lib/cjs/shared/BaseItem/BaseItem.js +1 -1
- package/lib/cjs/shared/BaseItem/BaseItem.stories.js +1 -1
- package/lib/cjs/shared/BaseItemButton/BaseItemButton.js +1 -1
- package/lib/cjs/shared/BaseItemButton/BaseItemButton.stories.js +1 -1
- package/lib/cjs/shared/Bullet/BaseItem.stories.js +1 -1
- package/lib/cjs/shared/CentralProgress/CentralProgress.stories.js +1 -1
- package/lib/cjs/shared/ContributionActionsMenu/ContributionActionsMenu.stories.js +1 -1
- package/lib/cjs/shared/DateTimeAgo/DateTimeAgo.stories.js +1 -1
- package/lib/cjs/shared/DateTimeAgo/index.js +20 -11
- package/lib/cjs/shared/Media/Link/PreviewComponent.js +2 -1
- package/lib/cjs/shared/Media/Share/PreviewComponent.js +2 -1
- package/lib/cjs/shared/Media/Video/PreviewComponent.js +2 -8
- package/lib/cjs/shared/NotificationItem/NotificationItem.js +1 -1
- package/lib/cjs/shared/NotificationItem/NotificationItem.stories.js +1 -1
- package/lib/cjs/shared/ScrollContainer/ScrollContainer.stories.js +1 -1
- package/lib/cjs/shared/TagChip/TagChip.stories.js +1 -1
- package/lib/cjs/shared/Tags/Tags.stories.js +1 -1
- package/lib/cjs/utils/hash.js +1 -1
- package/lib/esm/components/AccountRecover/AccountRecover.js +1 -1
- package/lib/esm/components/AccountRecover/AccountRecover.stories.js +1 -1
- package/lib/esm/components/AccountSignIn/AccountSignIn.js +1 -1
- package/lib/esm/components/AccountSignIn/AccountSignIn.stories.js +1 -1
- package/lib/esm/components/AccountSignUp/AccountSignUp.js +1 -1
- package/lib/esm/components/AccountSignUp/AccountSignUp.stories.js +1 -1
- package/lib/esm/components/BroadcastMessages/BroadcastMessages.js +1 -1
- package/lib/esm/components/BroadcastMessages/BroadcastMessages.stories.js +1 -1
- package/lib/esm/components/BroadcastMessages/BroadcastMessagesSkeleton.stories.js +1 -1
- package/lib/esm/components/BroadcastMessages/Message.js +2 -2
- package/lib/esm/components/BroadcastMessages/Skeleton.js +2 -2
- package/lib/esm/components/CategoriesFollowed/CategoriesFollowed.js +4 -21
- package/lib/esm/components/CategoriesFollowed/CategoriesFollowed.stories.js +1 -1
- package/lib/esm/components/CategoriesFollowed/CategoriesFollowedSkeleton.stories.js +1 -1
- package/lib/esm/components/CategoriesFollowed/Skeleton.js +1 -1
- package/lib/esm/components/CategoriesPopular/CategoriesPopular.js +1 -1
- package/lib/esm/components/CategoriesPopular/CategoriesPopular.stories.js +1 -1
- package/lib/esm/components/CategoriesPopular/CategoriesPopularSkeleton.stories.js +1 -1
- package/lib/esm/components/CategoriesPopular/Skeleton.js +1 -1
- package/lib/esm/components/CategoriesSuggestion/CategoriesSuggestion.js +2 -5
- package/lib/esm/components/CategoriesSuggestion/CategoriesSuggestion.stories.js +1 -1
- package/lib/esm/components/CategoriesSuggestion/CategoriesSuggestionSkeleton.stories.js +1 -1
- package/lib/esm/components/CategoriesSuggestion/Skeleton.js +1 -1
- package/lib/esm/components/Category/Category.js +1 -1
- package/lib/esm/components/Category/Category.stories.js +1 -1
- package/lib/esm/components/Category/CategorySkeleton.stories.js +1 -1
- package/lib/esm/components/Category/Skeleton.js +1 -1
- package/lib/esm/components/CategoryHeader/CategoryHeader.js +1 -1
- package/lib/esm/components/CategoryHeader/CategoryHeader.stories.js +1 -1
- package/lib/esm/components/CategoryHeader/CategoryHeaderSkeleton.stories.js +1 -1
- package/lib/esm/components/CategoryHeader/Skeleton.js +1 -1
- package/lib/esm/components/ChangeCover/ChangeCover.js +1 -1
- package/lib/esm/components/ChangeCover/ChangeCover.stories.js +1 -1
- package/lib/esm/components/ChangePicture/ChangePicture.js +1 -1
- package/lib/esm/components/ChangePicture/ChangePicture.stories.js +1 -1
- package/lib/esm/components/CommentObject/CommentObject.js +14 -8
- package/lib/esm/components/CommentObject/CommentObject.stories.js +1 -1
- package/lib/esm/components/CommentObject/CommentObjectSkeleton.stories.js +1 -1
- package/lib/esm/components/CommentObject/Skeleton.js +1 -1
- package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.js +3 -2
- package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.stories.js +1 -1
- package/lib/esm/components/CommentsFeedObject/CommentsFeedObjectSkeleton.stories.js +1 -1
- package/lib/esm/components/CommentsObject/CommentsObject.js +1 -1
- package/lib/esm/components/CommentsObject/CommentsObjectSkeleton.stories.js +1 -1
- package/lib/esm/components/CommentsObject/Skeleton.js +1 -1
- package/lib/esm/components/Composer/Audience/Audience.js +5 -29
- package/lib/esm/components/Composer/Composer.js +41 -19
- package/lib/esm/components/Composer/Composer.stories.js +1 -1
- package/lib/esm/components/Composer/ComposerSkeleton.stories.js +1 -1
- package/lib/esm/components/Composer/Poll/Poll.js +10 -2
- package/lib/esm/components/Composer/Skeleton.js +1 -1
- package/lib/esm/components/ConnectionUserButton/ConnectionUserButton.js +1 -1
- package/lib/esm/components/CustomAdv/CustomAdv.js +1 -1
- package/lib/esm/components/CustomAdv/CustomAdv.stories.js +1 -1
- package/lib/esm/components/CustomAdv/CustomAdvSkeleton.stories.js +1 -1
- package/lib/esm/components/CustomAdv/Skeleton.js +1 -1
- package/lib/esm/components/Editor/Editor.js +2 -8
- package/lib/esm/components/Editor/Editor.stories.js +1 -1
- package/lib/esm/components/Editor/EditorSkeleton.stories.js +1 -1
- package/lib/esm/components/Editor/Skeleton.js +1 -1
- package/lib/esm/components/Editor/plugins/ImagePlugin.js +0 -1
- package/lib/esm/components/Feed/Feed.js +33 -32
- package/lib/esm/components/Feed/Feed.stories.js +1 -1
- package/lib/esm/components/Feed/FeedSkeleton.stories.js +1 -1
- package/lib/esm/components/Feed/Skeleton.js +1 -1
- package/lib/esm/components/FeedObject/Actions/Share/Share.js +3 -0
- package/lib/esm/components/FeedObject/Contributors/ContributorsFeedObject.stories.js +1 -1
- package/lib/esm/components/FeedObject/FeedObject.js +22 -32
- package/lib/esm/components/FeedObject/FeedObject.stories.js +1 -1
- package/lib/esm/components/FeedObject/FeedObjectSkeleton.stories.js +1 -1
- package/lib/esm/components/FeedObject/Skeleton.js +1 -1
- package/lib/esm/components/FeedUpdates/FeedUpdates.js +1 -1
- package/lib/esm/components/FeedUpdates/FeedUpdates.stories.js +1 -1
- package/lib/esm/components/FeedUpdates/Skeleton.js +1 -1
- package/lib/esm/components/FollowCategoryButton/FollowCategoryButton.js +1 -1
- package/lib/esm/components/FollowUserButton/FollowUserButton.js +1 -1
- package/lib/esm/components/Footer/Footer.js +1 -1
- package/lib/esm/components/Footer/Footer.stories.js +1 -1
- package/lib/esm/components/Footer/FooterSkeleton.stories.js +1 -1
- package/lib/esm/components/Footer/Skeleton.js +1 -1
- package/lib/esm/components/FriendshipUserButton/FriendshipUserButton.js +1 -1
- package/lib/esm/components/Incubator/Incubator.js +1 -1
- package/lib/esm/components/Incubator/Incubator.stories.js +1 -1
- package/lib/esm/components/Incubator/IncubatorSkeleton.stories.js +1 -1
- package/lib/esm/components/Incubator/Skeleton.js +1 -1
- package/lib/esm/components/Incubator/SubscribeButton/SubscribeButton.js +1 -1
- package/lib/esm/components/IncubatorDetail/IncubatorDetail.js +1 -1
- package/lib/esm/components/IncubatorSuggestion/IncubatorSuggestion.js +1 -1
- package/lib/esm/components/IncubatorSuggestion/IncubatorSuggestion.stories.js +1 -1
- package/lib/esm/components/IncubatorSuggestion/IncubatorSuggestionSkeleton.stories.js +1 -1
- package/lib/esm/components/IncubatorSuggestion/Skeleton.js +1 -1
- package/lib/esm/components/IncubatorsList/IncubatorsList.js +1 -1
- package/lib/esm/components/IncubatorsList/IncubatorsList.stories.js +1 -1
- package/lib/esm/components/IncubatorsList/IncubatorsListSkeleton.stories.js +1 -1
- package/lib/esm/components/IncubatorsList/Skeleton.js +1 -1
- package/lib/esm/components/InlineComposer/InlineComposer.js +1 -1
- package/lib/esm/components/InlineComposer/InlineComposer.stories.js +1 -1
- package/lib/esm/components/InlineComposer/InlineComposerSkeleton.stories.js +1 -1
- package/lib/esm/components/InlineComposer/Skeleton.js +1 -1
- package/lib/esm/components/LoyaltyProgram/LoyaltyProgram.js +1 -1
- package/lib/esm/components/LoyaltyProgram/LoyaltyProgram.stories.js +1 -1
- package/lib/esm/components/LoyaltyProgram/LoyaltyProgramSkeleton.stories.js +1 -1
- package/lib/esm/components/LoyaltyProgram/Skeleton.js +1 -1
- package/lib/esm/components/LoyaltyProgramDetail/LoyaltyProgramDetail.js +7 -3
- package/lib/esm/components/LoyaltyProgramDetail/LoyaltyProgramDetail.stories.js +1 -1
- package/lib/esm/components/LoyaltyProgramDetail/LoyaltyProgramDetailSkeleton.stories.js +1 -1
- package/lib/esm/components/LoyaltyProgramDetail/Skeleton.js +1 -1
- package/lib/esm/components/Message/Message.js +1 -1
- package/lib/esm/components/Message/Message.stories.js +1 -1
- package/lib/esm/components/Message/MessageSkeleton.stories.js +1 -1
- package/lib/esm/components/Message/Skeleton.js +1 -1
- package/lib/esm/components/MessageEditor/MessageEditor.js +1 -1
- package/lib/esm/components/MessageEditor/MessageEditorSkeleton.stories.js +1 -1
- package/lib/esm/components/MessageEditor/Skeleton.js +1 -1
- package/lib/esm/components/Notification/Comment/Comment.js +1 -1
- package/lib/esm/components/Notification/ContributionFollow/ContributionFollow.js +9 -4
- package/lib/esm/components/Notification/Notification.js +1 -1
- package/lib/esm/components/Notification/NotificationSkeleton.stories.js +1 -1
- package/lib/esm/components/Notification/PrivateMessage/PrivateMessage.js +1 -7
- package/lib/esm/components/Notification/Skeleton.js +1 -1
- package/lib/esm/components/PeopleSuggestion/PeopleSuggestion.js +3 -9
- package/lib/esm/components/PeopleSuggestion/PeopleSuggestion.stories.js +1 -1
- package/lib/esm/components/PeopleSuggestion/PeopleSuggestionSkeleton.stories.js +1 -1
- package/lib/esm/components/PeopleSuggestion/Skeleton.js +1 -1
- package/lib/esm/components/Platform/Platform.js +1 -1
- package/lib/esm/components/Platform/Platform.stories.js +1 -1
- package/lib/esm/components/Platform/PlatformSkeleton.stories.js +1 -1
- package/lib/esm/components/Platform/Skeleton.js +1 -1
- package/lib/esm/components/PollSuggestion/PollSnippet/PollSnippet.js +1 -1
- package/lib/esm/components/PollSuggestion/PollSnippet/Skeleton.js +1 -1
- package/lib/esm/components/PollSuggestion/PollSuggestion.js +1 -1
- package/lib/esm/components/PollSuggestion/PollSuggestion.stories.js +1 -1
- package/lib/esm/components/PollSuggestion/PollSuggestionSkeleton.stories.js +1 -1
- package/lib/esm/components/PollSuggestion/Skeleton.js +1 -1
- package/lib/esm/components/RelatedFeedObjects/RelatedFeedObjects.js +1 -1
- package/lib/esm/components/RelatedFeedObjects/RelatedFeedObjects.stories.js +1 -1
- package/lib/esm/components/RelatedFeedObjects/RelatedFeedObjectsSkeleton.stories.js +1 -1
- package/lib/esm/components/RelatedFeedObjects/Skeleton.js +1 -1
- package/lib/esm/components/Skeleton/AvatarGroupSkeleton.js +1 -1
- package/lib/esm/components/Skeleton/AvatarGroupSkeleton.stories.js +1 -1
- package/lib/esm/components/Skeleton/GenericSkeleton.js +1 -1
- package/lib/esm/components/Skeleton/GenericSkeleton.stories.js +1 -1
- package/lib/esm/components/SnippetNotifications/Skeleton.js +1 -1
- package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +1 -1
- package/lib/esm/components/SnippetNotifications/SnippetNotifications.stories.js +1 -1
- package/lib/esm/components/SnippetNotifications/SnippetNotificationsSkeleton.stories.js +1 -1
- package/lib/esm/components/Snippets/Skeleton.js +1 -1
- package/lib/esm/components/Snippets/Snippets.js +1 -1
- package/lib/esm/components/Snippets/Snippets.stories.js +1 -1
- package/lib/esm/components/Snippets/SnippetsSkeleton.stories.js +1 -1
- package/lib/esm/components/Thread/Skeleton.js +1 -1
- package/lib/esm/components/Thread/Thread.js +1 -1
- package/lib/esm/components/Thread/Thread.stories.js +1 -1
- package/lib/esm/components/Thread/ThreadSkeleton.stories.js +1 -1
- package/lib/esm/components/ToastNotifications/Skeleton.js +1 -1
- package/lib/esm/components/ToastNotifications/ToastNotifications.js +1 -1
- package/lib/esm/components/ToastNotifications/ToastNotifications.stories.js +1 -1
- package/lib/esm/components/ToastNotifications/ToastNotificationsSkeleton.stories.js +1 -1
- package/lib/esm/components/TrendingFeed/Skeleton.js +1 -1
- package/lib/esm/components/TrendingFeed/TrendingFeed.js +1 -1
- package/lib/esm/components/TrendingFeed/TrendingFeed.stories.js +1 -1
- package/lib/esm/components/TrendingFeed/TrendingFeedSkeleton.stories.js +1 -1
- package/lib/esm/components/TrendingPeople/Skeleton.js +1 -1
- package/lib/esm/components/TrendingPeople/TrendingPeople.js +1 -1
- package/lib/esm/components/TrendingPeople/TrendingPeople.stories.js +1 -1
- package/lib/esm/components/TrendingPeople/TrendingPeopleSkeleton.stories.js +1 -1
- package/lib/esm/components/User/Skeleton.js +1 -1
- package/lib/esm/components/User/User.js +1 -1
- package/lib/esm/components/User/User.stories.js +1 -1
- package/lib/esm/components/User/UserSkeleton.stories.js +1 -1
- package/lib/esm/components/UserFollowers/Skeleton.js +1 -1
- package/lib/esm/components/UserFollowers/UserFollowers.js +1 -1
- package/lib/esm/components/UserFollowers/UserFollowers.stories.js +1 -1
- package/lib/esm/components/UserFollowers/UserFollowersSkeleton.stories.js +1 -1
- package/lib/esm/components/UserProfileEdit/Section/SettingsSkeleton.js +1 -1
- package/lib/esm/components/UserProfileEdit/Skeleton.js +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.js +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEdit.stories.js +1 -1
- package/lib/esm/components/UserProfileEdit/UserProfileEditSkeleton.stories.js +1 -1
- package/lib/esm/components/UserProfileHeader/Skeleton.js +1 -1
- package/lib/esm/components/UserProfileHeader/UserProfileHeader.js +1 -1
- package/lib/esm/components/UserProfileHeader/UserProfileHeader.stories.js +1 -1
- package/lib/esm/components/UserProfileHeader/UserProfileHeaderSkeleton.stories.js +1 -1
- package/lib/esm/components/UserProfileInfo/Skeleton.js +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.stories.js +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfoSkeleton.stories.js +1 -1
- package/lib/esm/components/UsersFollowed/Skeleton.js +1 -1
- package/lib/esm/components/UsersFollowed/UsersFollowed.js +4 -19
- package/lib/esm/components/UsersFollowed/UsersFollowed.stories.js +1 -1
- package/lib/esm/components/UsersFollowed/UsersFollowedSkeleton.stories.js +1 -1
- package/lib/esm/components/Widget/index.js +1 -1
- package/lib/esm/react-core/src/components/provider/SCUserProvider/index.d.ts.map +1 -1
- package/lib/esm/react-core/src/hooks/useSCFetchAddressingTagList.d.ts +14 -0
- package/lib/esm/react-core/src/hooks/useSCFetchAddressingTagList.d.ts.map +1 -0
- package/lib/esm/react-core/src/hooks/useSCFollowedCategoriesManager.d.ts +1 -1
- package/lib/esm/react-core/src/hooks/useSCFollowedCategoriesManager.d.ts.map +1 -1
- package/lib/esm/react-core/src/index.d.ts +2 -1
- package/lib/esm/react-core/src/index.d.ts.map +1 -1
- package/lib/esm/react-i18n/src/index.d.ts +4 -0
- package/lib/esm/react-i18n/src/index.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/AccountRecover/AccountRecover.d.ts +1 -1
- package/lib/esm/react-ui/src/components/AccountSignIn/AccountSignIn.d.ts +1 -1
- package/lib/esm/react-ui/src/components/AccountSignUp/AccountSignUp.d.ts +1 -1
- package/lib/esm/react-ui/src/components/BroadcastMessages/BroadcastMessages.d.ts +1 -1
- package/lib/esm/react-ui/src/components/BroadcastMessages/Message.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/BroadcastMessages/Skeleton.d.ts +2 -2
- package/lib/esm/react-ui/src/components/CategoriesFollowed/CategoriesFollowed.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoriesFollowed/CategoriesFollowed.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/CategoriesFollowed/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoriesPopular/CategoriesPopular.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoriesPopular/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoriesSuggestion/CategoriesSuggestion.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoriesSuggestion/CategoriesSuggestion.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/CategoriesSuggestion/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Category/Category.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Category/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoryHeader/CategoryHeader.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CategoryHeader/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/ChangeCover/ChangeCover.d.ts +1 -1
- package/lib/esm/react-ui/src/components/ChangePicture/ChangePicture.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CommentObject/CommentObject.d.ts +6 -1
- package/lib/esm/react-ui/src/components/CommentObject/CommentObject.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/CommentObject/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CommentsFeedObject/CommentsFeedObject.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CommentsObject/CommentsObject.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CommentsObject/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Composer/Audience/Audience.d.ts +5 -0
- package/lib/esm/react-ui/src/components/Composer/Audience/Audience.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Composer/Composer.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Composer/Composer.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Composer/Poll/Poll.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Composer/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/ConnectionUserButton/ConnectionUserButton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CustomAdv/CustomAdv.d.ts +1 -1
- package/lib/esm/react-ui/src/components/CustomAdv/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Editor/Editor.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Editor/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Editor/plugins/ImagePlugin.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Feed/Feed.d.ts +5 -0
- package/lib/esm/react-ui/src/components/Feed/Feed.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Feed/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Actions/Share/Share.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/FeedObject.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/FeedObject.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FeedUpdates/FeedUpdates.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FeedUpdates/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FollowCategoryButton/FollowCategoryButton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FollowUserButton/FollowUserButton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Footer/Footer.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Footer/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/FriendshipUserButton/FriendshipUserButton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Incubator/Incubator.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Incubator/Incubator.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Incubator/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Incubator/SubscribeButton/SubscribeButton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/IncubatorDetail/IncubatorDetail.d.ts +1 -1
- package/lib/esm/react-ui/src/components/IncubatorSuggestion/IncubatorSuggestion.d.ts +1 -1
- package/lib/esm/react-ui/src/components/IncubatorSuggestion/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/IncubatorsList/IncubatorsList.d.ts +1 -1
- package/lib/esm/react-ui/src/components/IncubatorsList/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/InlineComposer/InlineComposer.d.ts +1 -1
- package/lib/esm/react-ui/src/components/InlineComposer/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/LoyaltyProgram/LoyaltyProgram.d.ts +1 -1
- package/lib/esm/react-ui/src/components/LoyaltyProgram/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/LoyaltyProgramDetail/LoyaltyProgramDetail.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/LoyaltyProgramDetail/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Message/Message.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Message/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/MessageEditor/MessageEditor.d.ts +1 -1
- package/lib/esm/react-ui/src/components/MessageEditor/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Notification/ContributionFollow/ContributionFollow.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/Notification.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Notification/PrivateMessage/PrivateMessage.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/PeopleSuggestion/PeopleSuggestion.d.ts +1 -1
- package/lib/esm/react-ui/src/components/PeopleSuggestion/PeopleSuggestion.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/PeopleSuggestion/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Platform/Platform.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Platform/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/PollSuggestion/PollSnippet/PollSnippet.d.ts +1 -1
- package/lib/esm/react-ui/src/components/PollSuggestion/PollSnippet/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/PollSuggestion/PollSuggestion.d.ts +1 -1
- package/lib/esm/react-ui/src/components/PollSuggestion/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/RelatedFeedObjects/RelatedFeedObjects.d.ts +1 -1
- package/lib/esm/react-ui/src/components/RelatedFeedObjects/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Skeleton/AvatarGroupSkeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Skeleton/GenericSkeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/SnippetNotifications/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/SnippetNotifications/SnippetNotifications.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Snippets/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Snippets/Snippets.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Thread/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/Thread/Thread.d.ts +1 -1
- package/lib/esm/react-ui/src/components/ToastNotifications/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/ToastNotifications/ToastNotifications.d.ts +1 -1
- package/lib/esm/react-ui/src/components/TrendingFeed/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/TrendingFeed/TrendingFeed.d.ts +1 -1
- package/lib/esm/react-ui/src/components/TrendingPeople/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/TrendingPeople/TrendingPeople.d.ts +1 -1
- package/lib/esm/react-ui/src/components/User/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/User/User.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserFollowers/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserFollowers/UserFollowers.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserFollowers/UserFollowers.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UserProfileEdit/Section/SettingsSkeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserProfileEdit/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserProfileEdit/UserProfileEdit.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserProfileEdit/UserProfileEdit.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UserProfileHeader/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserProfileHeader/UserProfileHeader.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserProfileHeader/UserProfileHeader.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UserProfileInfo/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UserProfileInfo/UserProfileInfo.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UsersFollowed/Skeleton.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UsersFollowed/UsersFollowed.d.ts +1 -1
- package/lib/esm/react-ui/src/components/UsersFollowed/UsersFollowed.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Widget/index.d.ts +1 -1
- package/lib/esm/react-ui/src/shared/AutoPlayer/index.d.ts.map +1 -1
- package/lib/esm/react-ui/src/shared/BaseItem/BaseItem.d.ts +1 -1
- package/lib/esm/react-ui/src/shared/BaseItemButton/BaseItemButton.d.ts +1 -1
- package/lib/esm/react-ui/src/shared/DateTimeAgo/index.d.ts.map +1 -1
- package/lib/esm/react-ui/src/shared/Media/Video/PreviewComponent.d.ts.map +1 -1
- package/lib/esm/react-ui/src/shared/NotificationItem/NotificationItem.d.ts +1 -1
- package/lib/esm/shared/AutoPlayer/index.js +8 -1
- package/lib/esm/shared/BaseItem/BaseItem.js +1 -1
- package/lib/esm/shared/BaseItem/BaseItem.stories.js +1 -1
- package/lib/esm/shared/BaseItemButton/BaseItemButton.js +1 -1
- package/lib/esm/shared/BaseItemButton/BaseItemButton.stories.js +1 -1
- package/lib/esm/shared/Bullet/BaseItem.stories.js +1 -1
- package/lib/esm/shared/CentralProgress/CentralProgress.stories.js +1 -1
- package/lib/esm/shared/ContributionActionsMenu/ContributionActionsMenu.stories.js +1 -1
- package/lib/esm/shared/DateTimeAgo/DateTimeAgo.stories.js +1 -1
- package/lib/esm/shared/DateTimeAgo/index.js +20 -11
- package/lib/esm/shared/Media/Link/PreviewComponent.js +2 -1
- package/lib/esm/shared/Media/Share/PreviewComponent.js +2 -1
- package/lib/esm/shared/Media/Video/PreviewComponent.js +2 -8
- package/lib/esm/shared/NotificationItem/NotificationItem.js +1 -1
- package/lib/esm/shared/NotificationItem/NotificationItem.stories.js +1 -1
- package/lib/esm/shared/ScrollContainer/ScrollContainer.stories.js +1 -1
- package/lib/esm/shared/TagChip/TagChip.stories.js +1 -1
- package/lib/esm/shared/Tags/Tags.stories.js +1 -1
- package/lib/esm/types/src/types/user.d.ts +4 -0
- package/lib/esm/types/src/types/user.d.ts.map +1 -1
- package/lib/esm/utils/hash.js +1 -1
- package/lib/umd/react-ui.js +21 -21
- package/lib/umd/react-ui.js.LICENSE.txt +4 -0
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +8 -7
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
|
|
12
12
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
13
13
|
var _default = {
|
|
14
|
-
title: 'Design System/
|
|
14
|
+
title: 'Design System/React UI/User',
|
|
15
15
|
component: _index.default,
|
|
16
16
|
argTypes: {
|
|
17
17
|
userId: {
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
|
|
12
12
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
13
13
|
var _default = {
|
|
14
|
-
title: 'Design System/
|
|
14
|
+
title: 'Design System/React UI/Skeleton/User',
|
|
15
15
|
component: _Skeleton.default // More on argTypes: https://storybook.js.org/docs/react/api/argtypes
|
|
16
16
|
|
|
17
17
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
@@ -25,7 +25,7 @@ const Root = (0, _styles.styled)(_TrendingPeople.TrendingPeopleSkeleton, {
|
|
|
25
25
|
theme
|
|
26
26
|
}) => ({}));
|
|
27
27
|
/**
|
|
28
|
-
* > API documentation for the Community-
|
|
28
|
+
* > API documentation for the Community-JS User Followers Skeleton component. Learn about the available props and the CSS API.
|
|
29
29
|
|
|
30
30
|
#### Import
|
|
31
31
|
|
|
@@ -75,7 +75,7 @@ const Root = (0, _styles.styled)(_Widget.default, {
|
|
|
75
75
|
}));
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
|
-
* > API documentation for the Community-
|
|
78
|
+
* > API documentation for the Community-JS User Followers component. Learn about the available props and the CSS API.
|
|
79
79
|
|
|
80
80
|
#### Import
|
|
81
81
|
|
|
@@ -10,7 +10,7 @@ var _index = _interopRequireDefault(require("./index"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
12
|
var _default = {
|
|
13
|
-
title: 'Design System/
|
|
13
|
+
title: 'Design System/React UI/UserFollowers',
|
|
14
14
|
component: _index.default,
|
|
15
15
|
argTypes: {
|
|
16
16
|
userId: {
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
|
|
12
12
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
13
13
|
var _default = {
|
|
14
|
-
title: 'Design System/
|
|
14
|
+
title: 'Design System/React UI/Skeleton/UserFollowers',
|
|
15
15
|
component: _Skeleton.default // More on argTypes: https://storybook.js.org/docs/react/api/argtypes
|
|
16
16
|
|
|
17
17
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
@@ -23,7 +23,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
23
23
|
overridesResolver: (props, styles) => styles.root
|
|
24
24
|
})(() => ({}));
|
|
25
25
|
/**
|
|
26
|
-
* > API documentation for the Community-
|
|
26
|
+
* > API documentation for the Community-JS Settings Skeleton component. Learn about the available props and the CSS API.
|
|
27
27
|
|
|
28
28
|
#### Import
|
|
29
29
|
|
|
@@ -23,7 +23,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
23
23
|
overridesResolver: (props, styles) => styles.root
|
|
24
24
|
})(() => ({}));
|
|
25
25
|
/**
|
|
26
|
-
* > API documentation for the Community-
|
|
26
|
+
* > API documentation for the Community-JS User Profile Edit Skeleton component. Learn about the available props and the CSS API.
|
|
27
27
|
|
|
28
28
|
#### Import
|
|
29
29
|
|
|
@@ -82,7 +82,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
> API documentation for the Community-
|
|
85
|
+
> API documentation for the Community-JS User Profile Edit component. Learn about the available props and the CSS API.
|
|
86
86
|
|
|
87
87
|
#### Import
|
|
88
88
|
|
|
@@ -13,7 +13,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
13
13
|
|
|
14
14
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
15
15
|
var _default = {
|
|
16
|
-
title: 'Design System/
|
|
16
|
+
title: 'Design System/React UI/User Profile Edit',
|
|
17
17
|
component: _index.default,
|
|
18
18
|
argTypes: {
|
|
19
19
|
userId: {
|
|
@@ -10,7 +10,7 @@ var _Skeleton = _interopRequireDefault(require("./Skeleton"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
12
|
var _default = {
|
|
13
|
-
title: 'Design System/
|
|
13
|
+
title: 'Design System/React UI/Skeleton/User Profile Edit',
|
|
14
14
|
component: _Skeleton.default,
|
|
15
15
|
argTypes: {},
|
|
16
16
|
args: {}
|
|
@@ -40,7 +40,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
40
40
|
}
|
|
41
41
|
}));
|
|
42
42
|
/**
|
|
43
|
-
* > API documentation for the Community-
|
|
43
|
+
* > API documentation for the Community-JS User Profile Header Skeleton component. Learn about the available props and the CSS API.
|
|
44
44
|
|
|
45
45
|
#### Import
|
|
46
46
|
|
|
@@ -82,7 +82,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
82
82
|
}));
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
|
-
* > API documentation for the Community-
|
|
85
|
+
* > API documentation for the Community-JS User Profile Header component. Learn about the available props and the CSS API.
|
|
86
86
|
|
|
87
87
|
#### Import
|
|
88
88
|
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
|
|
12
12
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
13
13
|
var _default = {
|
|
14
|
-
title: 'Design System/
|
|
14
|
+
title: 'Design System/React UI/User Profile Header ',
|
|
15
15
|
component: _index.default,
|
|
16
16
|
argTypes: {
|
|
17
17
|
userId: {
|
|
@@ -10,7 +10,7 @@ var _Skeleton = _interopRequireDefault(require("./Skeleton"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
12
|
var _default = {
|
|
13
|
-
title: 'Design System/
|
|
13
|
+
title: 'Design System/React UI/Skeleton/User Profile Header',
|
|
14
14
|
component: _Skeleton.default,
|
|
15
15
|
argTypes: {},
|
|
16
16
|
args: {}
|
|
@@ -23,7 +23,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
23
23
|
overridesResolver: (props, styles) => styles.root
|
|
24
24
|
})(() => ({}));
|
|
25
25
|
/**
|
|
26
|
-
* > API documentation for the Community-
|
|
26
|
+
* > API documentation for the Community-JS User Profile Info Skeleton component. Learn about the available props and the CSS API.
|
|
27
27
|
|
|
28
28
|
#### Import
|
|
29
29
|
|
|
@@ -85,7 +85,7 @@ const Root = (0, _styles.styled)(_material.Box, {
|
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
> API documentation for the Community-
|
|
88
|
+
> API documentation for the Community-JS User Profile Info component. Learn about the available props and the CSS API.
|
|
89
89
|
|
|
90
90
|
#### Import
|
|
91
91
|
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
|
|
12
12
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
13
13
|
var _default = {
|
|
14
|
-
title: 'Design System/
|
|
14
|
+
title: 'Design System/React UI/UserProfileInfo ',
|
|
15
15
|
component: _index.default,
|
|
16
16
|
argTypes: {
|
|
17
17
|
userId: {
|
|
@@ -10,7 +10,7 @@ var _Skeleton = _interopRequireDefault(require("./Skeleton"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
12
|
var _default = {
|
|
13
|
-
title: 'Design System/
|
|
13
|
+
title: 'Design System/React UI/Skeleton/User Profile Info',
|
|
14
14
|
component: _Skeleton.default,
|
|
15
15
|
argTypes: {},
|
|
16
16
|
args: {}
|
|
@@ -25,7 +25,7 @@ const Root = (0, _styles.styled)(_TrendingPeople.TrendingPeopleSkeleton, {
|
|
|
25
25
|
theme
|
|
26
26
|
}) => ({}));
|
|
27
27
|
/**
|
|
28
|
-
* > API documentation for the Community-
|
|
28
|
+
* > API documentation for the Community-JS User Followers Skeleton component. Learn about the available props and the CSS API.
|
|
29
29
|
|
|
30
30
|
#### Import
|
|
31
31
|
|
|
@@ -75,7 +75,7 @@ const Root = (0, _styles.styled)(_Widget.default, {
|
|
|
75
75
|
}));
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
|
-
* > API documentation for the Community-
|
|
78
|
+
* > API documentation for the Community-JS Users Followed component. Learn about the available props and the CSS API.
|
|
79
79
|
|
|
80
80
|
#### Import
|
|
81
81
|
|
|
@@ -123,7 +123,6 @@ function UsersFollowed(inProps) {
|
|
|
123
123
|
} = props; // STATE
|
|
124
124
|
|
|
125
125
|
const [followed, setFollowed] = (0, _react.useState)([]);
|
|
126
|
-
const [visibleUsers, setVisibleUsers] = (0, _react.useState)(limit);
|
|
127
126
|
const [loading, setLoading] = (0, _react.useState)(true);
|
|
128
127
|
const [hasMore, setHasMore] = (0, _react.useState)(false);
|
|
129
128
|
const [total, setTotal] = (0, _react.useState)(0);
|
|
@@ -139,10 +138,7 @@ function UsersFollowed(inProps) {
|
|
|
139
138
|
if (scUserContext.user['id'] === userId) {
|
|
140
139
|
setFollowed(followed.filter(u => u.id !== user.id));
|
|
141
140
|
setTotal(prev => prev - 1);
|
|
142
|
-
|
|
143
|
-
if (visibleUsers < limit && total > 1) {
|
|
144
|
-
loadUsers(1);
|
|
145
|
-
}
|
|
141
|
+
setHasMore(total - 1 > limit);
|
|
146
142
|
} else {
|
|
147
143
|
const newUsers = [...followed];
|
|
148
144
|
const index = newUsers.findIndex(u => u.id === user.id);
|
|
@@ -173,7 +169,7 @@ function UsersFollowed(inProps) {
|
|
|
173
169
|
}).then(res => {
|
|
174
170
|
const data = res.data;
|
|
175
171
|
setFollowed([...followed, ...data.results]);
|
|
176
|
-
setHasMore(data.count >
|
|
172
|
+
setHasMore(data.count > limit);
|
|
177
173
|
setNext(data['next']);
|
|
178
174
|
setLoading(false);
|
|
179
175
|
setTotal(data.count);
|
|
@@ -184,17 +180,6 @@ function UsersFollowed(inProps) {
|
|
|
184
180
|
});
|
|
185
181
|
}
|
|
186
182
|
}
|
|
187
|
-
/**
|
|
188
|
-
* Loads more users when followed list changes
|
|
189
|
-
*/
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
function loadUsers(n) {
|
|
193
|
-
const newIndex = visibleUsers + n;
|
|
194
|
-
const newHasMore = newIndex < followed.length - 1;
|
|
195
|
-
setVisibleUsers(newIndex);
|
|
196
|
-
setHasMore(newHasMore);
|
|
197
|
-
}
|
|
198
183
|
/**
|
|
199
184
|
* On mount, fetches the list of users followed
|
|
200
185
|
*/
|
|
@@ -221,7 +206,7 @@ function UsersFollowed(inProps) {
|
|
|
221
206
|
})}`), !total ? /*#__PURE__*/_react.default.createElement(_material.Typography, {
|
|
222
207
|
className: classes.noResults,
|
|
223
208
|
variant: "body2"
|
|
224
|
-
}, `${intl.formatMessage(messages.noUsers)}`) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_List.default, null, followed.slice(0,
|
|
209
|
+
}, `${intl.formatMessage(messages.noUsers)}`) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_List.default, null, followed.slice(0, limit).map(user => /*#__PURE__*/_react.default.createElement(_material.ListItem, {
|
|
225
210
|
key: user.id
|
|
226
211
|
}, /*#__PURE__*/_react.default.createElement(_User.default, _extends({
|
|
227
212
|
elevation: 0,
|
|
@@ -10,7 +10,7 @@ var _index = _interopRequireDefault(require("./index"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
12
|
var _default = {
|
|
13
|
-
title: 'Design System/
|
|
13
|
+
title: 'Design System/React UI/UsersFollowed',
|
|
14
14
|
component: _index.default,
|
|
15
15
|
argTypes: {
|
|
16
16
|
userId: {
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
|
|
12
12
|
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
13
13
|
var _default = {
|
|
14
|
-
title: 'Design System/
|
|
14
|
+
title: 'Design System/React UI/Skeleton/UsersFollowed',
|
|
15
15
|
component: _Skeleton.default // More on argTypes: https://storybook.js.org/docs/react/api/argtypes
|
|
16
16
|
|
|
17
17
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
@@ -35,7 +35,7 @@ const Root = (0, _styles.styled)(_material.Card, {
|
|
|
35
35
|
theme
|
|
36
36
|
}) => ({}));
|
|
37
37
|
/**
|
|
38
|
-
* > API documentation for the Community-
|
|
38
|
+
* > API documentation for the Community-JS Widget component. Learn about the available props and the CSS API.
|
|
39
39
|
|
|
40
40
|
#### Import
|
|
41
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../react-core/src/components/provider/SCUserProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8D,MAAM,OAAO,CAAC;AAWnF,OAAO,EACL,iBAAiB,EAOlB,MAAM,gBAAgB,CAAC;AAIxB;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,aAAa,kCAA4D,CAAC;AAEvF;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAC,QAAQ,EAAC,EAAE;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAC,GAAG,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../react-core/src/components/provider/SCUserProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8D,MAAM,OAAO,CAAC;AAWnF,OAAO,EACL,iBAAiB,EAOlB,MAAM,gBAAgB,CAAC;AAIxB;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,aAAa,kCAA4D,CAAC;AAEvF;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAC,QAAQ,EAAC,EAAE;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAC,GAAG,GAAG,CAAC,OAAO,CA0M3F;AAED;;;GAGG;AACH,wBAAgB,SAAS,IAAI,iBAAiB,CAE7C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SCTagType } from '@selfcommunity/types';
|
|
2
|
+
/**
|
|
3
|
+
:::info
|
|
4
|
+
This custom hook is used to fetch the addressing tag list for the session user
|
|
5
|
+
:::
|
|
6
|
+
* @param object
|
|
7
|
+
* @param object.fetch
|
|
8
|
+
*/
|
|
9
|
+
export default function useSCFetchAddressingTagList({ fetch }: {
|
|
10
|
+
fetch?: boolean;
|
|
11
|
+
}): {
|
|
12
|
+
scAddressingTags: SCTagType[];
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=useSCFetchAddressingTagList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSCFetchAddressingTagList.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFetchAddressingTagList.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAK/C;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,2BAA2B,CAAC,EAAC,KAAa,EAAC,EAAE;IAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CAAC;;EAuCrF"}
|
|
@@ -13,7 +13,7 @@ import { SCCategoryType, SCUserType } from '@selfcommunity/types';
|
|
|
13
13
|
```
|
|
14
14
|
:::
|
|
15
15
|
*/
|
|
16
|
-
export default function useSCFollowedCategoriesManager(user?: SCUserType): {
|
|
16
|
+
export default function useSCFollowedCategoriesManager(user?: SCUserType, updateUser?: (info: any) => void): {
|
|
17
17
|
categories: any[];
|
|
18
18
|
loading: number[];
|
|
19
19
|
isLoading: (obj: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSCFollowedCategoriesManager.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFollowedCategoriesManager.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAKhE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,8BAA8B,CAAC,IAAI,CAAC,EAAE,UAAU;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useSCFollowedCategoriesManager.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFollowedCategoriesManager.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAKhE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,8BAA8B,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,IAAI;;;;;;;;;;;;;;;;uBA2CpF,cAAc,KAAG,QAAQ,GAAG,CAAC;2BAqD7B,cAAc,KAAG,OAAO;mBAtF3B,IAAI;;EAsGjB"}
|
|
@@ -46,6 +46,7 @@ import useSCFetchCommentObject from './hooks/useSCFetchCommentObject';
|
|
|
46
46
|
import useSCFetchCommentObjects from './hooks/useSCFetchCommentObjects';
|
|
47
47
|
import useSCFetchCustomAdv from './hooks/useSCFetchCustomAdv';
|
|
48
48
|
import useSCFetchTag from './hooks/useSCFetchTag';
|
|
49
|
+
import useSCFetchAddressingTagList from './hooks/useSCFetchAddressingTagList';
|
|
49
50
|
import useSCFetchCategory from './hooks/useSCFetchCategory';
|
|
50
51
|
import useSCFetchCategories from './hooks/useSCFetchCategories';
|
|
51
52
|
import useSCFetchIncubator from './hooks/useSCFetchIncubator';
|
|
@@ -73,5 +74,5 @@ import * as Locale from './constants/Locale';
|
|
|
73
74
|
/**
|
|
74
75
|
* List all exports
|
|
75
76
|
*/
|
|
76
|
-
export { SCUserContextType, SCFollowedCategoriesManagerType, SCContextProviderType, SCContextType, SCSettingsType, SCSessionType, SCFollowedManagerType, SCConnectionsManagerType, SCSubscribedIncubatorsManagerType, SCLocaleType, SCNotificationContextType, SCPreferencesContextType, SCThemeContextType, SCRoutingContextType, SCLocaleContextType, SCAlertMessagesContextType, SCContext, SCUserContext, SCThemeContext, SCRoutingContext, SCLocaleContext, SCPreferencesContext, useSCContext, SCContextProvider, SCUserProvider, useSCUser, useSCPreferences, SCThemeProvider, useSCTheme, withSCTheme, SCRoutingProvider, useSCRouting, SCLocaleProvider, useSCLocale, withSCLocale, SCPreferencesProvider, SCPreferences, SCFeatures, SCNotification, SCNotificationProvider, SCNotificationContext, useSCNotification, SCAlertMessagesProvider, SCAlertMessagesContext, useSCAlertMessages, Link, SCRoutes, Logger, StringUtils, ObjectUtils, WSClient, WSClientType, WSClientPropTypes, UrlUtils, UserUtils, Locale, useSCFetchUser, useSCFetchFeedObject, useSCFetchCommentObject, useSCFetchCommentObjects, useSCFetchCustomAdv, useSCFetchTag, useSCFetchCategory, useSCFetchCategories, useSCFetchIncubator, useSCMediaClick, };
|
|
77
|
+
export { SCUserContextType, SCFollowedCategoriesManagerType, SCContextProviderType, SCContextType, SCSettingsType, SCSessionType, SCFollowedManagerType, SCConnectionsManagerType, SCSubscribedIncubatorsManagerType, SCLocaleType, SCNotificationContextType, SCPreferencesContextType, SCThemeContextType, SCRoutingContextType, SCLocaleContextType, SCAlertMessagesContextType, SCContext, SCUserContext, SCThemeContext, SCRoutingContext, SCLocaleContext, SCPreferencesContext, useSCContext, SCContextProvider, SCUserProvider, useSCUser, useSCPreferences, SCThemeProvider, useSCTheme, withSCTheme, SCRoutingProvider, useSCRouting, SCLocaleProvider, useSCLocale, withSCLocale, SCPreferencesProvider, SCPreferences, SCFeatures, SCNotification, SCNotificationProvider, SCNotificationContext, useSCNotification, SCAlertMessagesProvider, SCAlertMessagesContext, useSCAlertMessages, Link, SCRoutes, Logger, StringUtils, ObjectUtils, WSClient, WSClientType, WSClientPropTypes, UrlUtils, UserUtils, Locale, useSCFetchUser, useSCFetchFeedObject, useSCFetchCommentObject, useSCFetchCommentObjects, useSCFetchCustomAdv, useSCFetchTag, useSCFetchAddressingTagList, useSCFetchCategory, useSCFetchCategories, useSCFetchIncubator, useSCMediaClick, };
|
|
77
78
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-core/src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-core/src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -117,6 +117,7 @@ declare const _default: {
|
|
|
117
117
|
"ui.composer.location.label": string;
|
|
118
118
|
"ui.composer.categories.label": string;
|
|
119
119
|
"ui.composer.categories.empty": string;
|
|
120
|
+
"ui.composer.poll": string;
|
|
120
121
|
"ui.composer.poll.title": string;
|
|
121
122
|
"ui.composer.poll.choice.placeholder": string;
|
|
122
123
|
"ui.composer.poll.choice.delete": string;
|
|
@@ -403,6 +404,7 @@ declare const _default: {
|
|
|
403
404
|
"ui.IncubatorSuggestion.noMoreIncubators": string;
|
|
404
405
|
"templates.userProfile.edit": string;
|
|
405
406
|
"templates.privateMessages.button.new": string;
|
|
407
|
+
"templates.feedObjectDetail.contributionNotFound": string;
|
|
406
408
|
};
|
|
407
409
|
it: {
|
|
408
410
|
"ui.common.yes": string;
|
|
@@ -523,6 +525,7 @@ declare const _default: {
|
|
|
523
525
|
"ui.composer.location.label": string;
|
|
524
526
|
"ui.composer.categories.label": string;
|
|
525
527
|
"ui.composer.categories.empty": string;
|
|
528
|
+
"ui.composer.poll": string;
|
|
526
529
|
"ui.composer.poll.title": string;
|
|
527
530
|
"ui.composer.poll.choice.placeholder": string;
|
|
528
531
|
"ui.composer.poll.choice.delete": string;
|
|
@@ -809,6 +812,7 @@ declare const _default: {
|
|
|
809
812
|
"ui.IncubatorSuggestion.noMoreIncubators": string;
|
|
810
813
|
"templates.userProfile.edit": string;
|
|
811
814
|
"templates.privateMessages.button.new": string;
|
|
815
|
+
"templates.feedObjectDetail.contributionNotFound": string;
|
|
812
816
|
};
|
|
813
817
|
};
|
|
814
818
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-i18n/src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-i18n/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA0B"}
|
|
@@ -27,7 +27,7 @@ export interface AccountRecoverProps {
|
|
|
27
27
|
[p: string]: any;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
|
-
* > API documentation for the Community-
|
|
30
|
+
* > API documentation for the Community-JS AccountRecover component. Learn about the available props and the CSS API.
|
|
31
31
|
|
|
32
32
|
#### Import
|
|
33
33
|
|
|
@@ -35,7 +35,7 @@ export interface AccountSignInProps {
|
|
|
35
35
|
[p: string]: any;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* > API documentation for the Community-
|
|
38
|
+
* > API documentation for the Community-JS AccountSignIn component. Learn about the available props and the CSS API.
|
|
39
39
|
* > This component support [OAuth2 authentication](https://developers.selfcommunity.com/docs/api/authentication/oauth#password) protocol with grant_type password
|
|
40
40
|
|
|
41
41
|
#### Import
|
|
@@ -27,7 +27,7 @@ export interface AccountSignUpProps {
|
|
|
27
27
|
[p: string]: any;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
|
-
* > API documentation for the Community-
|
|
30
|
+
* > API documentation for the Community-JS AccountSignUp component. Learn about the available props and the CSS API.
|
|
31
31
|
|
|
32
32
|
#### Import
|
|
33
33
|
|
|
@@ -27,7 +27,7 @@ export interface BroadcastMessagesProps {
|
|
|
27
27
|
[p: string]: any;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
|
-
> API documentation for the Community-
|
|
30
|
+
> API documentation for the Community-JS Broadcast Messages component. Learn about the available props and the CSS API.
|
|
31
31
|
> This component handles message broadcasts. It initially displays unseen messages. If all messages have been viewed it will show at most one message.
|
|
32
32
|
*
|
|
33
33
|
#### Import
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BroadcastMessages/Message.tsx"],"names":[],"mappings":"AACA,OAAO,EAML,SAAS,EASV,MAAM,eAAe,CAAC;AAOvB,OAAO,EAAC,8BAA8B,EAAC,MAAM,aAAa,CAAC;AAG3D,OAAO,EAAC,sBAAsB,EAAC,MAAM,sBAAsB,CAAC;AA0D5D,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,sBAAsB,CAAC;IAEhC;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAEpD;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAEnD;;;OAGG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAE1C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAID,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BroadcastMessages/Message.tsx"],"names":[],"mappings":"AACA,OAAO,EAML,SAAS,EASV,MAAM,eAAe,CAAC;AAOvB,OAAO,EAAC,8BAA8B,EAAC,MAAM,aAAa,CAAC;AAG3D,OAAO,EAAC,sBAAsB,EAAC,MAAM,sBAAsB,CAAC;AA0D5D,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,sBAAsB,CAAC;IAEhC;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAEpD;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAEnD;;;OAGG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAE1C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAID,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,GAAG,CAAC,OAAO,CA2IhE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Broadcast Message Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
*/
|
|
25
25
|
export declare function MessageSkeleton(props: any): JSX.Element;
|
|
26
26
|
/**
|
|
27
|
-
* > API documentation for the Community-
|
|
27
|
+
* > API documentation for the Community-JS Broadcast Messages Skeleton component. Learn about the available props and the CSS API.
|
|
28
28
|
|
|
29
29
|
#### Import
|
|
30
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CategoriesListProps } from '../CategoriesSuggestion';
|
|
2
2
|
/**
|
|
3
|
-
> API documentation for the Community-
|
|
3
|
+
> API documentation for the Community-JS Categories Followed component. Learn about the available props and the CSS API.
|
|
4
4
|
*
|
|
5
5
|
#### Import
|
|
6
6
|
```jsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CategoriesFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CategoriesFollowed/CategoriesFollowed.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAC;AAoC5D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"CategoriesFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CategoriesFollowed/CategoriesFollowed.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAC;AAoC5D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CAoKpF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Categories Followed Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CategoriesListProps } from '../CategoriesSuggestion';
|
|
2
2
|
/**
|
|
3
|
-
> API documentation for the Community-
|
|
3
|
+
> API documentation for the Community-JS Categories Popular component. Learn about the available props and the CSS API.
|
|
4
4
|
*
|
|
5
5
|
#### Import
|
|
6
6
|
```jsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Categories Popular Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -26,7 +26,7 @@ export interface CategoriesListProps {
|
|
|
26
26
|
[p: string]: any;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* > API documentation for the Community-
|
|
29
|
+
* > API documentation for the Community-JS Categories Suggestion component. Learn about the available props and the CSS API.
|
|
30
30
|
*
|
|
31
31
|
#### Import
|
|
32
32
|
```jsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CategoriesSuggestion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CategoriesSuggestion/CategoriesSuggestion.tsx"],"names":[],"mappings":"AAOA,OAAiB,EAAC,aAAa,EAAC,MAAM,aAAa,CAAC;AAuBpD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"CategoriesSuggestion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CategoriesSuggestion/CategoriesSuggestion.tsx"],"names":[],"mappings":"AAOA,OAAiB,EAAC,aAAa,EAAC,MAAM,aAAa,CAAC;AAuBpD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CA+HtF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Categories Suggestion Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -33,7 +33,7 @@ export interface CategoryProps extends WidgetProps {
|
|
|
33
33
|
[p: string]: any;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
* > API documentation for the Community-
|
|
36
|
+
* > API documentation for the Community-JS Category component. Learn about the available props and the CSS API.
|
|
37
37
|
*
|
|
38
38
|
* #### Import
|
|
39
39
|
```jsx
|
|
@@ -33,7 +33,7 @@ export interface CategoryHeaderProps {
|
|
|
33
33
|
[p: string]: any;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
*> API documentation for the Community-
|
|
36
|
+
*> API documentation for the Community-JS Category Header component. Learn about the available props and the CSS API.
|
|
37
37
|
*
|
|
38
38
|
#### Import
|
|
39
39
|
```jsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Category Header Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -20,7 +20,7 @@ export interface ChangeCoverProps {
|
|
|
20
20
|
[p: string]: any;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*> API documentation for the Community-
|
|
23
|
+
*> API documentation for the Community-JS Change Cover component. Learn about the available props and the CSS API.
|
|
24
24
|
*
|
|
25
25
|
#### Import
|
|
26
26
|
```jsx
|
|
@@ -25,7 +25,7 @@ export interface ChangePictureProps {
|
|
|
25
25
|
[p: string]: any;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
|
-
* > API documentation for the Community-
|
|
28
|
+
* > API documentation for the Community-JS Change Picture component. Learn about the available props and the CSS API.
|
|
29
29
|
|
|
30
30
|
#### Import
|
|
31
31
|
|