@selfcommunity/react-ui 0.1.2-alpha.0 → 0.1.2-alpha.11
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 +29 -24
- 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 +29 -24
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Poll Suggestion Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -43,7 +43,7 @@ export interface RelatedFeedObjectsProps {
|
|
|
43
43
|
[p: string]: any;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
*> API documentation for the Community-
|
|
46
|
+
*> API documentation for the Community-JS Related FeedObjects component. Learn about the available props and the CSS API.
|
|
47
47
|
|
|
48
48
|
#### Import
|
|
49
49
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Related Discussion Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Avatar Group Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Snippet Notification Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -48,7 +48,7 @@ export interface SnippetNotificationsProps extends CardProps {
|
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
|
-
> API documentation for the Community-
|
|
51
|
+
> API documentation for the Community-JS SnippetNotifications component. Learn about the available props and the CSS API.
|
|
52
52
|
|
|
53
53
|
#### Import
|
|
54
54
|
|
|
@@ -36,7 +36,7 @@ export interface SnippetsProps {
|
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
> API documentation for the Community-
|
|
39
|
+
> API documentation for the Community-JS Snippets component. Learn about the available props and the CSS API.
|
|
40
40
|
|
|
41
41
|
#### Import
|
|
42
42
|
|
|
@@ -47,7 +47,7 @@ export interface ThreadProps {
|
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
|
-
> API documentation for the Community-
|
|
50
|
+
> API documentation for the Community-JS Thread component. Learn about the available props and the CSS API.
|
|
51
51
|
|
|
52
52
|
#### Import
|
|
53
53
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Toast Notifications Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -20,7 +20,7 @@ export interface ToastNotificationsProps extends BoxProps {
|
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
|
-
> API documentation for the Community-
|
|
23
|
+
> API documentation for the Community-JS Toast Notifications component. Learn about the available props and the CSS API.
|
|
24
24
|
|
|
25
25
|
#### Import
|
|
26
26
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS Trending Feed Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -26,7 +26,7 @@ export interface TrendingFeedProps {
|
|
|
26
26
|
[p: string]: any;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* > API documentation for the Community-
|
|
29
|
+
* > API documentation for the Community-JS Trending Feed component. Learn about the available props and the CSS API.
|
|
30
30
|
|
|
31
31
|
#### Import
|
|
32
32
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WidgetProps } from '../Widget';
|
|
2
2
|
/**
|
|
3
|
-
* > API documentation for the Community-
|
|
3
|
+
* > API documentation for the Community-JS Trending People Skeleton component. Learn about the available props and the CSS API.
|
|
4
4
|
|
|
5
5
|
#### Import
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ export interface TrendingPeopleProps {
|
|
|
26
26
|
[p: string]: any;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* > API documentation for the Community-
|
|
29
|
+
* > API documentation for the Community-JS Trending People component. Learn about the available props and the CSS API.
|
|
30
30
|
|
|
31
31
|
#### Import
|
|
32
32
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WidgetProps } from '../Widget';
|
|
2
2
|
/**
|
|
3
|
-
* > API documentation for the Community-
|
|
3
|
+
* > API documentation for the Community-JS User Skeleton component. Learn about the available props and the CSS API.
|
|
4
4
|
|
|
5
5
|
#### Import
|
|
6
6
|
|
|
@@ -34,7 +34,7 @@ export interface UserProps extends WidgetProps {
|
|
|
34
34
|
[p: string]: any;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
* > API documentation for the Community-
|
|
37
|
+
* > API documentation for the Community-JS User component. Learn about the available props and the CSS API.
|
|
38
38
|
|
|
39
39
|
#### Import
|
|
40
40
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WidgetProps } from '../Widget';
|
|
2
2
|
/**
|
|
3
|
-
* > API documentation for the Community-
|
|
3
|
+
* > API documentation for the Community-JS User Followers Skeleton component. Learn about the available props and the CSS API.
|
|
4
4
|
|
|
5
5
|
#### Import
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ export interface UserFollowersProps {
|
|
|
22
22
|
UserProps?: UserProps;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
* > API documentation for the Community-
|
|
25
|
+
* > API documentation for the Community-JS User Followers component. Learn about the available props and the CSS API.
|
|
26
26
|
|
|
27
27
|
#### Import
|
|
28
28
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserFollowers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserFollowers/UserFollowers.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserFollowers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserFollowers/UserFollowers.tsx"],"names":[],"mappings":"AASA,OAAa,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAyCxC,MAAM,WAAW,kBAAkB;IACjC;;;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,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAwL9E"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS User Profile Edit Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -36,7 +36,7 @@ export interface UserProfileEditProps {
|
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
> API documentation for the Community-
|
|
39
|
+
> API documentation for the Community-JS User Profile Edit component. Learn about the available props and the CSS API.
|
|
40
40
|
|
|
41
41
|
#### Import
|
|
42
42
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserProfileEdit.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserProfileEdit/UserProfileEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"UserProfileEdit.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserProfileEdit/UserProfileEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAA8B,cAAc,IAAI,iBAAiB,EAAoC,MAAM,eAAe,CAAC;AAElI,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAKlD,OAAO,EAAC,gBAAgB,EAAC,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AAuDjE,UAAU,gBAAgB,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK;IACpE,KAAK,EAAE,CAAC,GAAG,gBAAgB,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC;IAChE,gBAAgB,EAAE,CAAC,CAAC;CACrB;AAED,aAAK,cAAc,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,aAAa,CAAC,gBAAgB,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAE3I,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,OAAO,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CAiClF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS User Profile Header Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -38,7 +38,7 @@ export interface UserProfileHeaderProps {
|
|
|
38
38
|
[p: string]: any;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* > API documentation for the Community-
|
|
41
|
+
* > API documentation for the Community-JS User Profile Header component. Learn about the available props and the CSS API.
|
|
42
42
|
|
|
43
43
|
#### Import
|
|
44
44
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserProfileHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserProfileHeader/UserProfileHeader.tsx"],"names":[],"mappings":"AAGA,OAAoB,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAC7D,OAAsB,EAAC,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"UserProfileHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserProfileHeader/UserProfileHeader.tsx"],"names":[],"mappings":"AAGA,OAAoB,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAC7D,OAAsB,EAAC,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AA0DhD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IAExC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IAEpC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,OAAO,EAAE,sBAAsB,GAAG,GAAG,CAAC,OAAO,CAmEtF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* > API documentation for the Community-
|
|
2
|
+
* > API documentation for the Community-JS User Profile Info Skeleton component. Learn about the available props and the CSS API.
|
|
3
3
|
|
|
4
4
|
#### Import
|
|
5
5
|
|
|
@@ -22,7 +22,7 @@ export interface UserProfileInfoProps {
|
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
|
-
> API documentation for the Community-
|
|
25
|
+
> API documentation for the Community-JS User Profile Info component. Learn about the available props and the CSS API.
|
|
26
26
|
|
|
27
27
|
#### Import
|
|
28
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WidgetProps } from '../Widget';
|
|
2
2
|
/**
|
|
3
|
-
* > API documentation for the Community-
|
|
3
|
+
* > API documentation for the Community-JS User Followers Skeleton component. Learn about the available props and the CSS API.
|
|
4
4
|
|
|
5
5
|
#### Import
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ export interface UsersFollowedProps {
|
|
|
22
22
|
UserProps?: UserProps;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
* > API documentation for the Community-
|
|
25
|
+
* > API documentation for the Community-JS Users Followed component. Learn about the available props and the CSS API.
|
|
26
26
|
|
|
27
27
|
#### Import
|
|
28
28
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UsersFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UsersFollowed/UsersFollowed.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UsersFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UsersFollowed/UsersFollowed.tsx"],"names":[],"mappings":"AASA,OAAa,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAyCxC,MAAM,WAAW,kBAAkB;IACjC;;;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,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CA4L9E"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CardProps } from '@mui/material';
|
|
3
3
|
/**
|
|
4
|
-
* > API documentation for the Community-
|
|
4
|
+
* > API documentation for the Community-JS Widget component. Learn about the available props and the CSS API.
|
|
5
5
|
|
|
6
6
|
#### Import
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/AutoPlayer/index.tsx"],"names":[],"mappings":"AAgBA,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/AutoPlayer/index.tsx"],"names":[],"mappings":"AAgBA,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,eAAe,eA8DxD"}
|
|
@@ -51,7 +51,7 @@ export interface BaseItemProps extends Pick<WidgetProps, Exclude<keyof WidgetPro
|
|
|
51
51
|
[p: string]: any;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
|
-
* > API documentation for the Community-
|
|
54
|
+
* > API documentation for the Community-JS BaseItem component. Learn about the available props and the CSS API.
|
|
55
55
|
|
|
56
56
|
#### Import
|
|
57
57
|
|
|
@@ -63,7 +63,7 @@ export interface BaseItemButtonProps extends Pick<WidgetProps, Exclude<keyof Wid
|
|
|
63
63
|
[p: string]: any;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
|
-
* > API documentation for the Community-
|
|
66
|
+
* > API documentation for the Community-JS BaseItemButton component. Learn about the available props and the CSS API.
|
|
67
67
|
|
|
68
68
|
#### Import
|
|
69
69
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/DateTimeAgo/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/DateTimeAgo/index.tsx"],"names":[],"mappings":"AAqCA,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAmCxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/Media/Video/PreviewComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,MAAM,EAAE,GAAG,EAAE,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,KAAA,KAAK,IAAI,CAAC;CAC9B;gCACsB,iBAAiB,KAAG,WAAW;AAAtD,
|
|
1
|
+
{"version":3,"file":"PreviewComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/Media/Video/PreviewComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,MAAM,EAAE,GAAG,EAAE,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,KAAA,KAAK,IAAI,CAAC;CAC9B;gCACsB,iBAAiB,KAAG,WAAW;AAAtD,wBAyBE"}
|
|
@@ -65,7 +65,7 @@ export interface NotificationItemProps extends Pick<WidgetProps, Exclude<keyof W
|
|
|
65
65
|
[p: string]: any;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* > API documentation for the Community-
|
|
68
|
+
* > API documentation for the Community-JS BaseItem component. Learn about the available props and the CSS API.
|
|
69
69
|
|
|
70
70
|
#### Import
|
|
71
71
|
|
|
@@ -85,7 +85,6 @@ function AutoPlayer(props) {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
enableAutoplay: enableAutoplay,
|
|
89
88
|
loop: loop,
|
|
90
89
|
controls: controls,
|
|
91
90
|
stopOnUnmount: stopOnUnmount,
|
|
@@ -94,6 +93,14 @@ function AutoPlayer(props) {
|
|
|
94
93
|
muted: muted,
|
|
95
94
|
onProgress: progress => {
|
|
96
95
|
setPlayed(progress.playedSeconds);
|
|
96
|
+
},
|
|
97
|
+
config: {
|
|
98
|
+
vimeo: {
|
|
99
|
+
playerOptions: {
|
|
100
|
+
autopause: true
|
|
101
|
+
},
|
|
102
|
+
preload: true
|
|
103
|
+
}
|
|
97
104
|
}
|
|
98
105
|
}, rest))));
|
|
99
106
|
}
|
|
@@ -90,7 +90,7 @@ const Root = (0, _styles.styled)(_Widget.default, {
|
|
|
90
90
|
}));
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
|
-
* > API documentation for the Community-
|
|
93
|
+
* > API documentation for the Community-JS BaseItem component. Learn about the available props and the CSS API.
|
|
94
94
|
|
|
95
95
|
#### Import
|
|
96
96
|
|
|
@@ -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 Shared/BaseItem',
|
|
15
15
|
component: _index.default
|
|
16
16
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
17
17
|
|
|
@@ -94,7 +94,7 @@ const Root = (0, _styles.styled)(_Widget.default, {
|
|
|
94
94
|
}));
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
|
-
* > API documentation for the Community-
|
|
97
|
+
* > API documentation for the Community-JS BaseItemButton component. Learn about the available props and the CSS API.
|
|
98
98
|
|
|
99
99
|
#### Import
|
|
100
100
|
|
|
@@ -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 Shared/BaseItemButton',
|
|
15
15
|
component: _index.default
|
|
16
16
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
17
17
|
|
|
@@ -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 Shared/Bullet',
|
|
15
15
|
component: _index.default
|
|
16
16
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
17
17
|
|
|
@@ -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 Shared/CentralProgress',
|
|
15
15
|
component: _index.default,
|
|
16
16
|
argTypes: {
|
|
17
17
|
size: {
|
|
@@ -12,7 +12,7 @@ var _types = require("@selfcommunity/types");
|
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
13
|
|
|
14
14
|
var _default = {
|
|
15
|
-
title: 'Design System/
|
|
15
|
+
title: 'Design System/React UI Shared/ContributionActionsMenu',
|
|
16
16
|
component: _index.default,
|
|
17
17
|
argTypes: {
|
|
18
18
|
feedObjectId: {
|
|
@@ -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 Shared/DateTimeAgo',
|
|
14
14
|
component: _index.default,
|
|
15
15
|
argTypes: {
|
|
16
16
|
date: {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = DateTimeAgo;
|
|
5
5
|
|
|
6
|
-
var _react =
|
|
6
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _reactCore = require("@selfcommunity/react-core");
|
|
9
9
|
|
|
10
10
|
var _it = _interopRequireDefault(require("react-timeago/lib/language-strings/it"));
|
|
11
11
|
|
|
@@ -21,10 +21,16 @@ var _reactIntl = require("react-intl");
|
|
|
21
21
|
|
|
22
22
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
25
|
+
|
|
26
|
+
const _excluded = ["className", "date", "showStartIcon"];
|
|
25
27
|
|
|
26
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
27
29
|
|
|
30
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
31
|
+
|
|
32
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
33
|
+
|
|
28
34
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
29
35
|
|
|
30
36
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
@@ -56,12 +62,18 @@ function DateTimeAgo(props) {
|
|
|
56
62
|
// PROPS
|
|
57
63
|
const {
|
|
58
64
|
className,
|
|
59
|
-
live = true,
|
|
60
65
|
date = null,
|
|
61
66
|
showStartIcon = true
|
|
62
67
|
} = props,
|
|
63
|
-
rest = _objectWithoutPropertiesLoose(props, _excluded); //
|
|
68
|
+
rest = _objectWithoutPropertiesLoose(props, _excluded); // CONTEXT
|
|
69
|
+
|
|
64
70
|
|
|
71
|
+
const scContext = (0, _reactCore.useSCContext)();
|
|
72
|
+
(0, _react.useEffect)(() => {
|
|
73
|
+
if (_moment.default.locale() !== scContext.settings.locale.default) {
|
|
74
|
+
_moment.default.locale(scContext.settings.locale.default);
|
|
75
|
+
}
|
|
76
|
+
}, [scContext.settings.locale.default]); // INTL
|
|
65
77
|
|
|
66
78
|
const intl = (0, _reactIntl.useIntl)();
|
|
67
79
|
/**
|
|
@@ -79,15 +91,12 @@ function DateTimeAgo(props) {
|
|
|
79
91
|
day: 'numeric',
|
|
80
92
|
hour: 'numeric',
|
|
81
93
|
minute: 'numeric'
|
|
82
|
-
})}
|
|
94
|
+
})}`,
|
|
95
|
+
enterTouchDelay: 0
|
|
83
96
|
}, /*#__PURE__*/_react.default.createElement(_material.Typography, {
|
|
84
97
|
variant: 'body2',
|
|
85
98
|
component: 'span'
|
|
86
|
-
},
|
|
87
|
-
date: date,
|
|
88
|
-
live: live,
|
|
89
|
-
formatter: formatter
|
|
90
|
-
}))));
|
|
99
|
+
}, (0, _moment.default)(date).fromNow())));
|
|
91
100
|
}
|
|
92
101
|
|
|
93
102
|
return null;
|
|
@@ -120,7 +120,8 @@ var _default = props => {
|
|
|
120
120
|
height: 360,
|
|
121
121
|
placeholder: /*#__PURE__*/_react.default.createElement(_CentralProgress.default, {
|
|
122
122
|
size: 20
|
|
123
|
-
})
|
|
123
|
+
}),
|
|
124
|
+
once: true
|
|
124
125
|
}, /*#__PURE__*/_react.default.createElement(Root, null, adornment, medias.map((l, i) => {
|
|
125
126
|
if (l.embed.metadata && l.embed.metadata.type === _Media.MEDIA_TYPE_VIDEO) {
|
|
126
127
|
return /*#__PURE__*/_react.default.createElement(_AutoPlayer.default, {
|
|
@@ -43,7 +43,8 @@ var _default = ({
|
|
|
43
43
|
height: 360,
|
|
44
44
|
placeholder: /*#__PURE__*/_react.default.createElement(_CentralProgress.default, {
|
|
45
45
|
size: 20
|
|
46
|
-
})
|
|
46
|
+
}),
|
|
47
|
+
once: true
|
|
47
48
|
}, /*#__PURE__*/_react.default.createElement(Root, null, _adornment, _medias.map(media => /*#__PURE__*/_react.default.createElement(_Box.default, {
|
|
48
49
|
key: media.id,
|
|
49
50
|
className: classes.sharePreview
|
|
@@ -42,13 +42,7 @@ var _default = props => {
|
|
|
42
42
|
*/
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, medias.length > 0 && /*#__PURE__*/_react.default.createElement(_reactLazyload.default, {
|
|
46
|
-
height: 360,
|
|
47
|
-
placeholder: /*#__PURE__*/_react.default.createElement(_CentralProgress.default, {
|
|
48
|
-
size: 20
|
|
49
|
-
}),
|
|
50
|
-
once: true
|
|
51
|
-
}, /*#__PURE__*/_react.default.createElement(Root, null, adornment, medias.map((v, i) => /*#__PURE__*/_react.default.createElement(_reactLazyload.default, {
|
|
45
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, medias.length > 0 && /*#__PURE__*/_react.default.createElement(Root, null, adornment, medias.map((v, i) => /*#__PURE__*/_react.default.createElement(_reactLazyload.default, {
|
|
52
46
|
height: 360,
|
|
53
47
|
placeholder: /*#__PURE__*/_react.default.createElement(_CentralProgress.default, {
|
|
54
48
|
size: 20
|
|
@@ -59,7 +53,7 @@ var _default = props => {
|
|
|
59
53
|
url: v.url,
|
|
60
54
|
width: '100%',
|
|
61
55
|
onVideoWatch: () => handleVideoClick(v)
|
|
62
|
-
})))))
|
|
56
|
+
})))));
|
|
63
57
|
};
|
|
64
58
|
|
|
65
59
|
exports.default = _default;
|
|
@@ -158,7 +158,7 @@ const Root = (0, _styles.styled)(_Widget.default, {
|
|
|
158
158
|
}));
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
|
-
* > API documentation for the Community-
|
|
161
|
+
* > API documentation for the Community-JS BaseItem component. Learn about the available props and the CSS API.
|
|
162
162
|
|
|
163
163
|
#### Import
|
|
164
164
|
|
|
@@ -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 Shared/NotificationItem',
|
|
15
15
|
component: _index.default
|
|
16
16
|
}; // More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
17
17
|
|