@amityco/react-native-social-uikit 4.0.0-df1703f8.0 → 4.0.0-e0eb8745.0
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/README.md +51 -5
- package/lib/commonjs/core/assets/icons/index.js +16 -0
- package/lib/commonjs/core/assets/icons/index.js.map +1 -1
- package/lib/commonjs/core/assets/icons/mediaIcon.js +13 -0
- package/lib/commonjs/core/assets/icons/mediaIcon.js.map +1 -0
- package/lib/commonjs/core/assets/icons/video.js +3 -2
- package/lib/commonjs/core/assets/icons/video.js.map +1 -1
- package/lib/commonjs/core/assets/icons/visitorLimit.js +30 -0
- package/lib/commonjs/core/assets/icons/visitorLimit.js.map +1 -0
- package/lib/commonjs/core/constants/index.js +54 -2
- package/lib/commonjs/core/constants/index.js.map +1 -1
- package/lib/commonjs/core/hooks/useAuth.js +6 -2
- package/lib/commonjs/core/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/core/hooks/useSearch.js +2 -1
- package/lib/commonjs/core/hooks/useSearch.js.map +1 -1
- package/lib/commonjs/core/legacy/feed.js +25 -2
- package/lib/commonjs/core/legacy/feed.js.map +1 -1
- package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/commonjs/core/providers/AuthProvider.js +50 -48
- package/lib/commonjs/core/providers/AuthProvider.js.map +1 -1
- package/lib/commonjs/core/routes/AmityPageRenderer.js +15 -11
- package/lib/commonjs/core/routes/AmityPageRenderer.js.map +1 -1
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js +52 -11
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/commonjs/core/routes/navigation.js +10 -1
- package/lib/commonjs/core/routes/navigation.js.map +1 -1
- package/lib/commonjs/core/stores/slices/bottomSheetSlice.js.map +1 -1
- package/lib/commonjs/core/stores/slices/globalfeedSlice.js +20 -7
- package/lib/commonjs/core/stores/slices/globalfeedSlice.js.map +1 -1
- package/lib/commonjs/index.js +12 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/social/components/Avatar/Avatar.js +36 -7
- package/lib/commonjs/social/components/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/social/components/Avatar/styles.js +7 -1
- package/lib/commonjs/social/components/Avatar/styles.js.map +1 -1
- package/lib/commonjs/social/components/BottomSheetComponent/BottomSheetComponent.js +2 -1
- package/lib/commonjs/social/components/BottomSheetComponent/BottomSheetComponent.js.map +1 -1
- package/lib/commonjs/social/components/Button/Button.js +2 -0
- package/lib/commonjs/social/components/Button/Button.js.map +1 -1
- package/lib/commonjs/social/components/CommunitySearchResult/CommunitySearchResult.js +1 -1
- package/lib/commonjs/social/components/CommunitySearchResult/CommunitySearchResult.js.map +1 -1
- package/lib/commonjs/social/components/CommunityStories/index.js +19 -2
- package/lib/commonjs/social/components/CommunityStories/index.js.map +1 -1
- package/lib/commonjs/social/components/FormInput/FormInput.js +3 -1
- package/lib/commonjs/social/components/FormInput/FormInput.js.map +1 -1
- package/lib/commonjs/social/components/FormInput/styles.js +3 -0
- package/lib/commonjs/social/components/FormInput/styles.js.map +1 -1
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js +23 -0
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js.map +1 -0
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js +32 -0
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js.map +1 -0
- package/lib/commonjs/social/components/MyAvatar/MyAvatar.js +32 -10
- package/lib/commonjs/social/components/MyAvatar/MyAvatar.js.map +1 -1
- package/lib/commonjs/social/components/MyAvatar/styles.js +43 -0
- package/lib/commonjs/social/components/MyAvatar/styles.js.map +1 -0
- package/lib/commonjs/social/components/MyStories/StoryCircleItem.js +27 -8
- package/lib/commonjs/social/components/MyStories/StoryCircleItem.js.map +1 -1
- package/lib/commonjs/social/components/MyStories/StoryTargetView.js +15 -1
- package/lib/commonjs/social/components/MyStories/StoryTargetView.js.map +1 -1
- package/lib/commonjs/social/components/MyStories/styles.js +11 -9
- package/lib/commonjs/social/components/MyStories/styles.js.map +1 -1
- package/lib/commonjs/social/components/PollContent/PollFooter.js +8 -2
- package/lib/commonjs/social/components/PollContent/PollFooter.js.map +1 -1
- package/lib/commonjs/social/components/PollContent/PollResults.js +2 -1
- package/lib/commonjs/social/components/PollContent/PollResults.js.map +1 -1
- package/lib/commonjs/social/components/PollContent/index.js +3 -0
- package/lib/commonjs/social/components/PollContent/index.js.map +1 -1
- package/lib/commonjs/social/components/PostMenu/index.js +25 -27
- package/lib/commonjs/social/components/PostMenu/index.js.map +1 -1
- package/lib/commonjs/social/components/RenderTextWithMention/RenderTextWithMention.js +5 -5
- package/lib/commonjs/social/components/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
- package/lib/commonjs/social/components/SearchResultItem/SearchResultItem.js +9 -2
- package/lib/commonjs/social/components/SearchResultItem/SearchResultItem.js.map +1 -1
- package/lib/commonjs/social/components/SearchResultItem/styles.js +10 -7
- package/lib/commonjs/social/components/SearchResultItem/styles.js.map +1 -1
- package/lib/commonjs/social/components/Social/CommentList/CommentList.js +62 -20
- package/lib/commonjs/social/components/Social/CommentList/CommentList.js.map +1 -1
- package/lib/commonjs/social/components/Social/CommentList/styles.js +20 -5
- package/lib/commonjs/social/components/Social/CommentList/styles.js.map +1 -1
- package/lib/commonjs/social/components/Social/CommentListItem/CommentListItem.js +54 -14
- package/lib/commonjs/social/components/Social/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/commonjs/social/components/Social/ReplyCommentList/index.js +15 -7
- package/lib/commonjs/social/components/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/Story.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/StoryCircleListItem.js +3 -1
- package/lib/commonjs/social/components/StoryKit/src/StoryCircleListItem.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/StoryListItem.js +9 -2
- package/lib/commonjs/social/components/StoryKit/src/StoryListItem.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/commonjs/social/components/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/styles.js +5 -2
- package/lib/commonjs/social/components/StoryKit/src/styles.js.map +1 -1
- package/lib/commonjs/social/components/legacy/CustomText/index.js +3 -5
- package/lib/commonjs/social/components/legacy/CustomText/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/CommentList/index.js +1 -1
- package/lib/commonjs/social/components/legacy/Social/CommentList/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/PostList/index.js +23 -3
- package/lib/commonjs/social/components/legacy/Social/PostList/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/ReplyCommentList/index.js +45 -8
- package/lib/commonjs/social/components/legacy/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/StoryKit/src/Story.js.map +1 -1
- package/lib/commonjs/social/components/legacy/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/commonjs/social/components/legacy/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/commonjs/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.js.map +1 -1
- package/lib/commonjs/social/elements/CommonElements/AvatarElement.js +32 -4
- package/lib/commonjs/social/elements/CommonElements/AvatarElement.js.map +1 -1
- package/lib/commonjs/social/elements/CommonElements/styles.js +34 -0
- package/lib/commonjs/social/elements/CommonElements/styles.js.map +1 -0
- package/lib/commonjs/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js +6 -1
- package/lib/commonjs/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js.map +1 -1
- package/lib/commonjs/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.js.map +1 -1
- package/lib/commonjs/social/elements/ImageViewer/ImageViewer.js +20 -4
- package/lib/commonjs/social/elements/ImageViewer/ImageViewer.js.map +1 -1
- package/lib/commonjs/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js +10 -10
- package/lib/commonjs/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js.map +1 -1
- package/lib/commonjs/social/elements/VideoGallery/VideoGallery.js +4 -2
- package/lib/commonjs/social/elements/VideoGallery/VideoGallery.js.map +1 -1
- package/lib/commonjs/social/enums/enumUIKitID.js +7 -0
- package/lib/commonjs/social/enums/enumUIKitID.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js +33 -11
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js +8 -2
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/PostComment.js +3 -2
- package/lib/commonjs/social/features/comment/components/PostComment/PostComment.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js +39 -20
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js +9 -2
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/AddCategory/AddCategory.js +1 -0
- package/lib/commonjs/social/features/community/AddCategory/AddCategory.js.map +1 -1
- package/lib/commonjs/social/features/community/AddMember/hooks/useAddMember.js +2 -1
- package/lib/commonjs/social/features/community/AddMember/hooks/useAddMember.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js +17 -140
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js +149 -0
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js +18 -105
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js +113 -0
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/MemberItem.js +26 -7
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/MemberItem.js.map +1 -1
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/style.js +9 -1
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/style.js.map +1 -1
- package/lib/commonjs/social/features/community/NotificationSetting/NotificationSetting.js +38 -139
- package/lib/commonjs/social/features/community/NotificationSetting/NotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/NotificationSetting/hooks/useNotificationSetting.js +154 -0
- package/lib/commonjs/social/features/community/NotificationSetting/hooks/useNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/NotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/NotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js +13 -10
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js.map +1 -1
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/styles.js +11 -1
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js +15 -120
- package/lib/commonjs/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/PostsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js +131 -0
- package/lib/commonjs/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/PostsNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/PostsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/PostsNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/Setting/Setting.js +5 -6
- package/lib/commonjs/social/features/community/Setting/Setting.js.map +1 -1
- package/lib/commonjs/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.js.map +1 -1
- package/lib/commonjs/social/features/community/Setting/hooks/useCommunitySetting.js +10 -1
- package/lib/commonjs/social/features/community/Setting/hooks/useCommunitySetting.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js +15 -138
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js +149 -0
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/shared/constants/index.js +12 -0
- package/lib/commonjs/social/features/community/shared/constants/index.js.map +1 -0
- package/lib/commonjs/social/features/community/shared/utils/index.js +34 -0
- package/lib/commonjs/social/features/community/shared/utils/index.js.map +1 -0
- package/lib/commonjs/social/features/feed/components/Categories/Categories.js +4 -1
- package/lib/commonjs/social/features/feed/components/Categories/Categories.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/CommunityCategories/CommunityCategories.js +1 -1
- package/lib/commonjs/social/features/feed/components/CommunityCategories/CommunityCategories.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/CreatePostMenu/CreatePostMenu.js +3 -1
- package/lib/commonjs/social/features/feed/components/CreatePostMenu/CreatePostMenu.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js +1 -3
- package/lib/commonjs/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/Explore/Explore.js +1 -2
- package/lib/commonjs/social/features/feed/components/Explore/Explore.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/GlobalFeed/GlobalFeed.js +20 -12
- package/lib/commonjs/social/features/feed/components/GlobalFeed/GlobalFeed.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/MyCommunities/MyCommunities.js +1 -2
- package/lib/commonjs/social/features/feed/components/MyCommunities/MyCommunities.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/NewsFeed/NewsFeed.js +2 -3
- package/lib/commonjs/social/features/feed/components/NewsFeed/NewsFeed.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/TopNavigation/TopNavigation.js +5 -1
- package/lib/commonjs/social/features/feed/components/TopNavigation/TopNavigation.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Create/Create.js +12 -14
- package/lib/commonjs/social/features/livestream/Create/Create.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Create/styles.js +11 -0
- package/lib/commonjs/social/features/livestream/Create/styles.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Player/Player.js +41 -19
- package/lib/commonjs/social/features/livestream/Player/Player.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Player/styles.js +20 -2
- package/lib/commonjs/social/features/livestream/Player/styles.js.map +1 -1
- package/lib/commonjs/social/features/livestream/components/ThumbnailAction/ThumbnailAction.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/PollPostComposer.js +2 -1
- package/lib/commonjs/social/features/poll/Composer/PollPostComposer.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationBottomSheet.js +37 -13
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationBottomSheet.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationPicker.js +40 -37
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationPicker.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/styles.js +8 -1
- package/lib/commonjs/social/features/poll/Composer/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/Composer/PostComposer.js +43 -14
- package/lib/commonjs/social/features/post/Composer/PostComposer.js.map +1 -1
- package/lib/commonjs/social/features/post/Detail/index.js +61 -37
- package/lib/commonjs/social/features/post/Detail/index.js.map +1 -1
- package/lib/commonjs/social/features/post/Detail/styles.js +2 -1
- package/lib/commonjs/social/features/post/Detail/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/TargetSelection/TargetSelection.js +3 -2
- package/lib/commonjs/social/features/post/TargetSelection/TargetSelection.js.map +1 -1
- package/lib/commonjs/social/features/post/components/Content/Content.js +35 -11
- package/lib/commonjs/social/features/post/components/Content/Content.js.map +1 -1
- package/lib/commonjs/social/features/post/components/Content/styles.js +5 -2
- package/lib/commonjs/social/features/post/components/Content/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +55 -24
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/styles.js +4 -4
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/DetailStyle.js +9 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/DetailStyle.js.map +1 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/FeedStyle.js +9 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/FeedStyle.js.map +1 -1
- package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js +53 -23
- package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
- package/lib/commonjs/social/features/post/components/MediaAttachment/styles.js +4 -4
- package/lib/commonjs/social/features/post/components/MediaAttachment/styles.js.map +1 -1
- package/lib/commonjs/social/features/reaction/components/List/List.js +10 -5
- package/lib/commonjs/social/features/reaction/components/List/List.js.map +1 -1
- package/lib/commonjs/social/features/story/Create/Create.js +4 -3
- package/lib/commonjs/social/features/story/Create/Create.js.map +1 -1
- package/lib/commonjs/social/features/story/Draft/Draft.js +41 -18
- package/lib/commonjs/social/features/story/Draft/Draft.js.map +1 -1
- package/lib/commonjs/social/features/story/Draft/components/HyperLinkConfig.js +39 -7
- package/lib/commonjs/social/features/story/Draft/components/HyperLinkConfig.js.map +1 -1
- package/lib/commonjs/social/features/story/Draft/styles.js +72 -44
- package/lib/commonjs/social/features/story/Draft/styles.js.map +1 -1
- package/lib/commonjs/social/features/story/View/View.js +11 -5
- package/lib/commonjs/social/features/story/View/View.js.map +1 -1
- package/lib/commonjs/social/features/story/View/components/AmityViewStoryItem.js +42 -11
- package/lib/commonjs/social/features/story/View/components/AmityViewStoryItem.js.map +1 -1
- package/lib/commonjs/social/features/story/View/styles.js +31 -8
- package/lib/commonjs/social/features/story/View/styles.js.map +1 -1
- package/lib/commonjs/social/features/user/CreateProfile/CreateProfile.js +122 -0
- package/lib/commonjs/social/features/user/CreateProfile/CreateProfile.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js +140 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/index.js +13 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/styles.js +51 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/styles.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/TopBar.js +34 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/TopBar.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/index.js +13 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/styles.js +37 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/styles.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/index.js +28 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/index.js +17 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/useCreateProfile.js +238 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/useCreateProfile.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/index.js +13 -0
- package/lib/commonjs/social/features/user/CreateProfile/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/styles.js +40 -0
- package/lib/commonjs/social/features/user/CreateProfile/styles.js.map +1 -0
- package/lib/commonjs/social/features/user/Edit/Edit.js +4 -2
- package/lib/commonjs/social/features/user/Edit/Edit.js.map +1 -1
- package/lib/commonjs/social/features/user/Edit/components/ImageUpload/ImageUpload.js +49 -15
- package/lib/commonjs/social/features/user/Edit/components/ImageUpload/ImageUpload.js.map +1 -1
- package/lib/commonjs/social/features/user/Edit/hooks/useEditUser.js +10 -2
- package/lib/commonjs/social/features/user/Edit/hooks/useEditUser.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/Profile.js +20 -13
- package/lib/commonjs/social/features/user/Profile/Profile.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/Feed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/Feed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/hooks/useFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/hooks/useFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Header/Header.js +37 -11
- package/lib/commonjs/social/features/user/Profile/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Header/hooks/useHeader.js +9 -3
- package/lib/commonjs/social/features/user/Profile/components/Header/hooks/useHeader.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Header/styles.js +4 -0
- package/lib/commonjs/social/features/user/Profile/components/Header/styles.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/ImageFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/ImageFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/TopBar/TopBar.js +9 -54
- package/lib/commonjs/social/features/user/Profile/components/TopBar/TopBar.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/TopBar/hooks/useTopBar.js +5 -149
- package/lib/commonjs/social/features/user/Profile/components/TopBar/hooks/useTopBar.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/VideoFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/VideoFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/elements/Menu/Menu.js +70 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/Menu.js.map +1 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/hooks/useMenu.js +161 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/hooks/useMenu.js.map +1 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/index.js +13 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/index.js.map +1 -0
- package/lib/commonjs/social/features/user/Profile/elements/index.js +11 -0
- package/lib/commonjs/social/features/user/Profile/elements/index.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/hooks/useFeedState.js +10 -3
- package/lib/commonjs/social/features/user/Profile/hooks/useFeedState.js.map +1 -1
- package/lib/commonjs/social/features/user/Relationship/components/UserItem/UserItem.js +1 -0
- package/lib/commonjs/social/features/user/Relationship/components/UserItem/UserItem.js.map +1 -1
- package/lib/commonjs/social/hooks/collections/index.js.map +1 -1
- package/lib/commonjs/social/hooks/index.js +15 -4
- package/lib/commonjs/social/hooks/index.js.map +1 -1
- package/lib/commonjs/social/hooks/isModerator.js +22 -0
- package/lib/commonjs/social/hooks/isModerator.js.map +1 -0
- package/lib/commonjs/social/hooks/queries/useCommunityNotificationSettingsQuery.js +54 -0
- package/lib/commonjs/social/hooks/queries/useCommunityNotificationSettingsQuery.js.map +1 -0
- package/lib/commonjs/social/hooks/queries/useFlagPost.js +3 -3
- package/lib/commonjs/social/hooks/queries/useFlagPost.js.map +1 -1
- package/lib/commonjs/social/hooks/useAmityGlobalSearchViewModel.js +2 -1
- package/lib/commonjs/social/hooks/useAmityGlobalSearchViewModel.js.map +1 -1
- package/lib/commonjs/social/hooks/useCustomRankingGlobalFeed.js +8 -1
- package/lib/commonjs/social/hooks/useCustomRankingGlobalFeed.js.map +1 -1
- package/lib/commonjs/social/hooks/useFile.js +1 -1
- package/lib/commonjs/social/hooks/useFile.js.map +1 -1
- package/lib/commonjs/social/hooks/useGlobalBehavior.js +53 -0
- package/lib/commonjs/social/hooks/useGlobalBehavior.js.map +1 -0
- package/lib/commonjs/social/hooks/useMention/index.js +38 -18
- package/lib/commonjs/social/hooks/useMention/index.js.map +1 -1
- package/lib/commonjs/social/hooks/useMention/styles.js +5 -4
- package/lib/commonjs/social/hooks/useMention/styles.js.map +1 -1
- package/lib/commonjs/social/hooks/usePaginator.js +25 -8
- package/lib/commonjs/social/hooks/usePaginator.js.map +1 -1
- package/lib/commonjs/social/hooks/usePoll.js +34 -2
- package/lib/commonjs/social/hooks/usePoll.js.map +1 -1
- package/lib/commonjs/social/hooks/usePostPermission.js +10 -9
- package/lib/commonjs/social/hooks/usePostPermission.js.map +1 -1
- package/lib/commonjs/social/hooks/useSearch.js +49 -6
- package/lib/commonjs/social/hooks/useSearch.js.map +1 -1
- package/lib/commonjs/social/hooks/useStoryPermission.js +6 -4
- package/lib/commonjs/social/hooks/useStoryPermission.js.map +1 -1
- package/lib/commonjs/social/index.js +23 -10
- package/lib/commonjs/social/index.js.map +1 -1
- package/lib/commonjs/social/providers/BehaviourProvider.js +1 -0
- package/lib/commonjs/social/providers/BehaviourProvider.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityCommentsNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityCommentsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityLivestreamsNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityLivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityPostsNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityPostsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/components/Header/Header.js +2 -6
- package/lib/commonjs/social/screens/CommunityProfile/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/components/Tab/Tab.js +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/components/Tab/Tab.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/index.js +9 -6
- package/lib/commonjs/social/screens/CommunityProfile/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityStoriesNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityStoriesNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CreateUserProfile/CreateUserProfile.js +20 -0
- package/lib/commonjs/social/screens/CreateUserProfile/CreateUserProfile.js.map +1 -0
- package/lib/commonjs/social/screens/CreateUserProfile/index.js +13 -0
- package/lib/commonjs/social/screens/CreateUserProfile/index.js.map +1 -0
- package/lib/commonjs/social/screens/SocialHomePage/index.js +35 -7
- package/lib/commonjs/social/screens/SocialHomePage/index.js.map +1 -1
- package/lib/commonjs/social/screens/UserProfile/UserProfile.js +2 -4
- package/lib/commonjs/social/screens/UserProfile/UserProfile.js.map +1 -1
- package/lib/commonjs/social/screens/VideoPlayer/VideoPlayer.js +2 -1
- package/lib/commonjs/social/screens/VideoPlayer/VideoPlayer.js.map +1 -1
- package/lib/commonjs/social/screens/VisitorUsageLimit/VisitorUsageLimit.js +78 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/VisitorUsageLimit.js.map +1 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/index.js +13 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/index.js.map +1 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/styles.js +50 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/styles.js.map +1 -0
- package/lib/commonjs/social/screens/index.js +11 -0
- package/lib/commonjs/social/screens/index.js.map +1 -1
- package/lib/commonjs/social/utils/index.js +26 -1
- package/lib/commonjs/social/utils/index.js.map +1 -1
- package/lib/commonjs/social/utils/permissions.js +8 -3
- package/lib/commonjs/social/utils/permissions.js.map +1 -1
- package/lib/commonjs/types/declarations.d.js +2 -0
- package/lib/commonjs/types/declarations.d.js.map +1 -0
- package/lib/module/core/assets/icons/index.js +2 -0
- package/lib/module/core/assets/icons/index.js.map +1 -1
- package/lib/module/core/assets/icons/mediaIcon.js +6 -0
- package/lib/module/core/assets/icons/mediaIcon.js.map +1 -0
- package/lib/module/core/assets/icons/video.js +3 -2
- package/lib/module/core/assets/icons/video.js.map +1 -1
- package/lib/module/core/assets/icons/visitorLimit.js +23 -0
- package/lib/module/core/assets/icons/visitorLimit.js.map +1 -0
- package/lib/module/core/constants/index.js +52 -1
- package/lib/module/core/constants/index.js.map +1 -1
- package/lib/module/core/hooks/useAuth.js +6 -2
- package/lib/module/core/hooks/useAuth.js.map +1 -1
- package/lib/module/core/hooks/useSearch.js +2 -1
- package/lib/module/core/hooks/useSearch.js.map +1 -1
- package/lib/module/core/legacy/feed.js +26 -3
- package/lib/module/core/legacy/feed.js.map +1 -1
- package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/module/core/providers/AuthProvider.js +50 -48
- package/lib/module/core/providers/AuthProvider.js.map +1 -1
- package/lib/module/core/routes/AmityPageRenderer.js +15 -11
- package/lib/module/core/routes/AmityPageRenderer.js.map +1 -1
- package/lib/module/core/routes/AmityUIKitNavigator.js +52 -11
- package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/module/core/routes/navigation.js +9 -1
- package/lib/module/core/routes/navigation.js.map +1 -1
- package/lib/module/core/stores/slices/bottomSheetSlice.js.map +1 -1
- package/lib/module/core/stores/slices/globalfeedSlice.js +20 -7
- package/lib/module/core/stores/slices/globalfeedSlice.js.map +1 -1
- package/lib/module/index.js +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/social/components/Avatar/Avatar.js +38 -8
- package/lib/module/social/components/Avatar/Avatar.js.map +1 -1
- package/lib/module/social/components/Avatar/styles.js +7 -1
- package/lib/module/social/components/Avatar/styles.js.map +1 -1
- package/lib/module/social/components/BottomSheetComponent/BottomSheetComponent.js +2 -1
- package/lib/module/social/components/BottomSheetComponent/BottomSheetComponent.js.map +1 -1
- package/lib/module/social/components/Button/Button.js +2 -0
- package/lib/module/social/components/Button/Button.js.map +1 -1
- package/lib/module/social/components/CommunitySearchResult/CommunitySearchResult.js +1 -1
- package/lib/module/social/components/CommunitySearchResult/CommunitySearchResult.js.map +1 -1
- package/lib/module/social/components/CommunityStories/index.js +20 -3
- package/lib/module/social/components/CommunityStories/index.js.map +1 -1
- package/lib/module/social/components/FormInput/FormInput.js +3 -1
- package/lib/module/social/components/FormInput/FormInput.js.map +1 -1
- package/lib/module/social/components/FormInput/styles.js +3 -0
- package/lib/module/social/components/FormInput/styles.js.map +1 -1
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js +17 -0
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js.map +1 -0
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js +25 -0
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js.map +1 -0
- package/lib/module/social/components/MyAvatar/MyAvatar.js +33 -11
- package/lib/module/social/components/MyAvatar/MyAvatar.js.map +1 -1
- package/lib/module/social/components/MyAvatar/styles.js +36 -0
- package/lib/module/social/components/MyAvatar/styles.js.map +1 -0
- package/lib/module/social/components/MyStories/StoryCircleItem.js +27 -8
- package/lib/module/social/components/MyStories/StoryCircleItem.js.map +1 -1
- package/lib/module/social/components/MyStories/StoryTargetView.js +15 -1
- package/lib/module/social/components/MyStories/StoryTargetView.js.map +1 -1
- package/lib/module/social/components/MyStories/styles.js +11 -9
- package/lib/module/social/components/MyStories/styles.js.map +1 -1
- package/lib/module/social/components/PollContent/PollFooter.js +8 -2
- package/lib/module/social/components/PollContent/PollFooter.js.map +1 -1
- package/lib/module/social/components/PollContent/PollResults.js +2 -1
- package/lib/module/social/components/PollContent/PollResults.js.map +1 -1
- package/lib/module/social/components/PollContent/index.js +3 -0
- package/lib/module/social/components/PollContent/index.js.map +1 -1
- package/lib/module/social/components/PostMenu/index.js +27 -29
- package/lib/module/social/components/PostMenu/index.js.map +1 -1
- package/lib/module/social/components/RenderTextWithMention/RenderTextWithMention.js +7 -7
- package/lib/module/social/components/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
- package/lib/module/social/components/SearchResultItem/SearchResultItem.js +9 -2
- package/lib/module/social/components/SearchResultItem/SearchResultItem.js.map +1 -1
- package/lib/module/social/components/SearchResultItem/styles.js +10 -7
- package/lib/module/social/components/SearchResultItem/styles.js.map +1 -1
- package/lib/module/social/components/Social/CommentList/CommentList.js +63 -21
- package/lib/module/social/components/Social/CommentList/CommentList.js.map +1 -1
- package/lib/module/social/components/Social/CommentList/styles.js +20 -5
- package/lib/module/social/components/Social/CommentList/styles.js.map +1 -1
- package/lib/module/social/components/Social/CommentListItem/CommentListItem.js +54 -14
- package/lib/module/social/components/Social/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/module/social/components/Social/ReplyCommentList/index.js +16 -8
- package/lib/module/social/components/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/Story.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/StoryCircleListItem.js +3 -1
- package/lib/module/social/components/StoryKit/src/StoryCircleListItem.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/StoryListItem.js +9 -2
- package/lib/module/social/components/StoryKit/src/StoryListItem.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/module/social/components/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/styles.js +5 -2
- package/lib/module/social/components/StoryKit/src/styles.js.map +1 -1
- package/lib/module/social/components/legacy/CustomText/index.js +3 -5
- package/lib/module/social/components/legacy/CustomText/index.js.map +1 -1
- package/lib/module/social/components/legacy/Social/CommentList/index.js +1 -1
- package/lib/module/social/components/legacy/Social/CommentList/index.js.map +1 -1
- package/lib/module/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map +1 -1
- package/lib/module/social/components/legacy/Social/PostList/index.js +23 -3
- package/lib/module/social/components/legacy/Social/PostList/index.js.map +1 -1
- package/lib/module/social/components/legacy/Social/ReplyCommentList/index.js +45 -8
- package/lib/module/social/components/legacy/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/module/social/components/legacy/StoryKit/src/Story.js.map +1 -1
- package/lib/module/social/components/legacy/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/module/social/components/legacy/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/module/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.js.map +1 -1
- package/lib/module/social/elements/CommonElements/AvatarElement.js +33 -5
- package/lib/module/social/elements/CommonElements/AvatarElement.js.map +1 -1
- package/lib/module/social/elements/CommonElements/styles.js +27 -0
- package/lib/module/social/elements/CommonElements/styles.js.map +1 -0
- package/lib/module/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js +7 -2
- package/lib/module/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js.map +1 -1
- package/lib/module/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.js.map +1 -1
- package/lib/module/social/elements/ImageViewer/ImageViewer.js +20 -4
- package/lib/module/social/elements/ImageViewer/ImageViewer.js.map +1 -1
- package/lib/module/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js +6 -7
- package/lib/module/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js.map +1 -1
- package/lib/module/social/elements/VideoGallery/VideoGallery.js +4 -2
- package/lib/module/social/elements/VideoGallery/VideoGallery.js.map +1 -1
- package/lib/module/social/enums/enumUIKitID.js +7 -0
- package/lib/module/social/enums/enumUIKitID.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js +34 -12
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/styles.js +8 -2
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/styles.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/PostComment.js +3 -2
- package/lib/module/social/features/comment/components/PostComment/PostComment.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/index.js +40 -21
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/index.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/styles.js +9 -2
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map +1 -1
- package/lib/module/social/features/community/AddCategory/AddCategory.js +1 -0
- package/lib/module/social/features/community/AddCategory/AddCategory.js.map +1 -1
- package/lib/module/social/features/community/AddMember/hooks/useAddMember.js +3 -2
- package/lib/module/social/features/community/AddMember/hooks/useAddMember.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js +16 -138
- package/lib/module/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/CommentsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js +142 -0
- package/lib/module/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/CommentsNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/CommentsNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js +17 -103
- package/lib/module/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js +106 -0
- package/lib/module/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/LivestreamsNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/LivestreamsNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/Membership/components/MemberItem/MemberItem.js +27 -8
- package/lib/module/social/features/community/Membership/components/MemberItem/MemberItem.js.map +1 -1
- package/lib/module/social/features/community/Membership/components/MemberItem/style.js +9 -1
- package/lib/module/social/features/community/Membership/components/MemberItem/style.js.map +1 -1
- package/lib/module/social/features/community/NotificationSetting/NotificationSetting.js +38 -138
- package/lib/module/social/features/community/NotificationSetting/NotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/NotificationSetting/hooks/useNotificationSetting.js +147 -0
- package/lib/module/social/features/community/NotificationSetting/hooks/useNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/NotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/NotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js +13 -10
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js.map +1 -1
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/styles.js +11 -1
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/styles.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js +14 -118
- package/lib/module/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/PostsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js +124 -0
- package/lib/module/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/PostsNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/PostsNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/Setting/Setting.js +5 -6
- package/lib/module/social/features/community/Setting/Setting.js.map +1 -1
- package/lib/module/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.js.map +1 -1
- package/lib/module/social/features/community/Setting/hooks/useCommunitySetting.js +10 -1
- package/lib/module/social/features/community/Setting/hooks/useCommunitySetting.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js +14 -136
- package/lib/module/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/StoriesNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js +142 -0
- package/lib/module/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/StoriesNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/StoriesNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/shared/constants/index.js +6 -0
- package/lib/module/social/features/community/shared/constants/index.js.map +1 -0
- package/lib/module/social/features/community/shared/utils/index.js +27 -0
- package/lib/module/social/features/community/shared/utils/index.js.map +1 -0
- package/lib/module/social/features/feed/components/Categories/Categories.js +4 -1
- package/lib/module/social/features/feed/components/Categories/Categories.js.map +1 -1
- package/lib/module/social/features/feed/components/CommunityCategories/CommunityCategories.js +1 -1
- package/lib/module/social/features/feed/components/CommunityCategories/CommunityCategories.js.map +1 -1
- package/lib/module/social/features/feed/components/CreatePostMenu/CreatePostMenu.js +3 -1
- package/lib/module/social/features/feed/components/CreatePostMenu/CreatePostMenu.js.map +1 -1
- package/lib/module/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js +1 -2
- package/lib/module/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js.map +1 -1
- package/lib/module/social/features/feed/components/Explore/Explore.js +1 -2
- package/lib/module/social/features/feed/components/Explore/Explore.js.map +1 -1
- package/lib/module/social/features/feed/components/GlobalFeed/GlobalFeed.js +15 -8
- package/lib/module/social/features/feed/components/GlobalFeed/GlobalFeed.js.map +1 -1
- package/lib/module/social/features/feed/components/MyCommunities/MyCommunities.js +1 -2
- package/lib/module/social/features/feed/components/MyCommunities/MyCommunities.js.map +1 -1
- package/lib/module/social/features/feed/components/NewsFeed/NewsFeed.js +2 -3
- package/lib/module/social/features/feed/components/NewsFeed/NewsFeed.js.map +1 -1
- package/lib/module/social/features/feed/components/TopNavigation/TopNavigation.js +5 -1
- package/lib/module/social/features/feed/components/TopNavigation/TopNavigation.js.map +1 -1
- package/lib/module/social/features/livestream/Create/Create.js +12 -14
- package/lib/module/social/features/livestream/Create/Create.js.map +1 -1
- package/lib/module/social/features/livestream/Create/styles.js +11 -0
- package/lib/module/social/features/livestream/Create/styles.js.map +1 -1
- package/lib/module/social/features/livestream/Player/Player.js +43 -21
- package/lib/module/social/features/livestream/Player/Player.js.map +1 -1
- package/lib/module/social/features/livestream/Player/styles.js +20 -2
- package/lib/module/social/features/livestream/Player/styles.js.map +1 -1
- package/lib/module/social/features/livestream/components/ThumbnailAction/ThumbnailAction.js.map +1 -1
- package/lib/module/social/features/poll/Composer/PollPostComposer.js +2 -1
- package/lib/module/social/features/poll/Composer/PollPostComposer.js.map +1 -1
- package/lib/module/social/features/poll/Composer/components/PollDurationBottomSheet.js +38 -14
- package/lib/module/social/features/poll/Composer/components/PollDurationBottomSheet.js.map +1 -1
- package/lib/module/social/features/poll/Composer/components/PollDurationPicker.js +41 -39
- package/lib/module/social/features/poll/Composer/components/PollDurationPicker.js.map +1 -1
- package/lib/module/social/features/poll/Composer/styles.js +8 -1
- package/lib/module/social/features/poll/Composer/styles.js.map +1 -1
- package/lib/module/social/features/post/Composer/PostComposer.js +46 -17
- package/lib/module/social/features/post/Composer/PostComposer.js.map +1 -1
- package/lib/module/social/features/post/Detail/index.js +62 -38
- package/lib/module/social/features/post/Detail/index.js.map +1 -1
- package/lib/module/social/features/post/Detail/styles.js +2 -1
- package/lib/module/social/features/post/Detail/styles.js.map +1 -1
- package/lib/module/social/features/post/TargetSelection/TargetSelection.js +3 -2
- package/lib/module/social/features/post/TargetSelection/TargetSelection.js.map +1 -1
- package/lib/module/social/features/post/components/Content/Content.js +35 -11
- package/lib/module/social/features/post/components/Content/Content.js.map +1 -1
- package/lib/module/social/features/post/components/Content/styles.js +5 -2
- package/lib/module/social/features/post/components/Content/styles.js.map +1 -1
- package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +56 -25
- package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
- package/lib/module/social/features/post/components/DetailedMediaAttachment/styles.js +4 -4
- package/lib/module/social/features/post/components/DetailedMediaAttachment/styles.js.map +1 -1
- package/lib/module/social/features/post/components/EngagementActions/Components/DetailStyle.js +10 -2
- package/lib/module/social/features/post/components/EngagementActions/Components/DetailStyle.js.map +1 -1
- package/lib/module/social/features/post/components/EngagementActions/Components/FeedStyle.js +10 -2
- package/lib/module/social/features/post/components/EngagementActions/Components/FeedStyle.js.map +1 -1
- package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js +54 -23
- package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
- package/lib/module/social/features/post/components/MediaAttachment/styles.js +4 -4
- package/lib/module/social/features/post/components/MediaAttachment/styles.js.map +1 -1
- package/lib/module/social/features/reaction/components/List/List.js +10 -5
- package/lib/module/social/features/reaction/components/List/List.js.map +1 -1
- package/lib/module/social/features/story/Create/Create.js +4 -3
- package/lib/module/social/features/story/Create/Create.js.map +1 -1
- package/lib/module/social/features/story/Draft/Draft.js +41 -18
- package/lib/module/social/features/story/Draft/Draft.js.map +1 -1
- package/lib/module/social/features/story/Draft/components/HyperLinkConfig.js +39 -7
- package/lib/module/social/features/story/Draft/components/HyperLinkConfig.js.map +1 -1
- package/lib/module/social/features/story/Draft/styles.js +72 -44
- package/lib/module/social/features/story/Draft/styles.js.map +1 -1
- package/lib/module/social/features/story/View/View.js +11 -5
- package/lib/module/social/features/story/View/View.js.map +1 -1
- package/lib/module/social/features/story/View/components/AmityViewStoryItem.js +42 -10
- package/lib/module/social/features/story/View/components/AmityViewStoryItem.js.map +1 -1
- package/lib/module/social/features/story/View/styles.js +31 -8
- package/lib/module/social/features/story/View/styles.js.map +1 -1
- package/lib/module/social/features/user/CreateProfile/CreateProfile.js +115 -0
- package/lib/module/social/features/user/CreateProfile/CreateProfile.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js +134 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/styles.js +44 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/styles.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/TopBar.js +27 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/TopBar.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/styles.js +30 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/styles.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/index.js +3 -0
- package/lib/module/social/features/user/CreateProfile/components/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/hooks/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/hooks/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/hooks/useCreateProfile.js +231 -0
- package/lib/module/social/features/user/CreateProfile/hooks/useCreateProfile.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/styles.js +33 -0
- package/lib/module/social/features/user/CreateProfile/styles.js.map +1 -0
- package/lib/module/social/features/user/Edit/Edit.js +4 -2
- package/lib/module/social/features/user/Edit/Edit.js.map +1 -1
- package/lib/module/social/features/user/Edit/components/ImageUpload/ImageUpload.js +50 -16
- package/lib/module/social/features/user/Edit/components/ImageUpload/ImageUpload.js.map +1 -1
- package/lib/module/social/features/user/Edit/hooks/useEditUser.js +10 -2
- package/lib/module/social/features/user/Edit/hooks/useEditUser.js.map +1 -1
- package/lib/module/social/features/user/Profile/Profile.js +21 -14
- package/lib/module/social/features/user/Profile/Profile.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Feed/Feed.js +5 -1
- package/lib/module/social/features/user/Profile/components/Feed/Feed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Feed/hooks/useFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/Feed/hooks/useFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Header/Header.js +39 -12
- package/lib/module/social/features/user/Profile/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Header/hooks/useHeader.js +10 -4
- package/lib/module/social/features/user/Profile/components/Header/hooks/useHeader.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Header/styles.js +4 -0
- package/lib/module/social/features/user/Profile/components/Header/styles.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/ImageFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/ImageFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/TopBar/TopBar.js +9 -54
- package/lib/module/social/features/user/Profile/components/TopBar/TopBar.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/TopBar/hooks/useTopBar.js +5 -148
- package/lib/module/social/features/user/Profile/components/TopBar/hooks/useTopBar.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/VideoFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/VideoFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/elements/Menu/Menu.js +63 -0
- package/lib/module/social/features/user/Profile/elements/Menu/Menu.js.map +1 -0
- package/lib/module/social/features/user/Profile/elements/Menu/hooks/useMenu.js +154 -0
- package/lib/module/social/features/user/Profile/elements/Menu/hooks/useMenu.js.map +1 -0
- package/lib/module/social/features/user/Profile/elements/Menu/index.js +2 -0
- package/lib/module/social/features/user/Profile/elements/Menu/index.js.map +1 -0
- package/lib/module/social/features/user/Profile/elements/index.js +1 -0
- package/lib/module/social/features/user/Profile/elements/index.js.map +1 -1
- package/lib/module/social/features/user/Profile/hooks/useFeedState.js +10 -3
- package/lib/module/social/features/user/Profile/hooks/useFeedState.js.map +1 -1
- package/lib/module/social/features/user/Relationship/components/UserItem/UserItem.js +1 -0
- package/lib/module/social/features/user/Relationship/components/UserItem/UserItem.js.map +1 -1
- package/lib/module/social/hooks/collections/index.js +0 -1
- package/lib/module/social/hooks/collections/index.js.map +1 -1
- package/lib/module/social/hooks/index.js +2 -1
- package/lib/module/social/hooks/index.js.map +1 -1
- package/lib/module/social/hooks/isModerator.js +15 -0
- package/lib/module/social/hooks/isModerator.js.map +1 -0
- package/lib/module/social/hooks/queries/useCommunityNotificationSettingsQuery.js +48 -0
- package/lib/module/social/hooks/queries/useCommunityNotificationSettingsQuery.js.map +1 -0
- package/lib/module/social/hooks/queries/useFlagPost.js +4 -4
- package/lib/module/social/hooks/queries/useFlagPost.js.map +1 -1
- package/lib/module/social/hooks/useAmityGlobalSearchViewModel.js +2 -1
- package/lib/module/social/hooks/useAmityGlobalSearchViewModel.js.map +1 -1
- package/lib/module/social/hooks/useCustomRankingGlobalFeed.js +8 -1
- package/lib/module/social/hooks/useCustomRankingGlobalFeed.js.map +1 -1
- package/lib/module/social/hooks/useFile.js +1 -1
- package/lib/module/social/hooks/useFile.js.map +1 -1
- package/lib/module/social/hooks/useGlobalBehavior.js +45 -0
- package/lib/module/social/hooks/useGlobalBehavior.js.map +1 -0
- package/lib/module/social/hooks/useMention/index.js +40 -20
- package/lib/module/social/hooks/useMention/index.js.map +1 -1
- package/lib/module/social/hooks/useMention/styles.js +5 -4
- package/lib/module/social/hooks/useMention/styles.js.map +1 -1
- package/lib/module/social/hooks/usePaginator.js +25 -8
- package/lib/module/social/hooks/usePaginator.js.map +1 -1
- package/lib/module/social/hooks/usePoll.js +34 -2
- package/lib/module/social/hooks/usePoll.js.map +1 -1
- package/lib/module/social/hooks/usePostPermission.js +10 -9
- package/lib/module/social/hooks/usePostPermission.js.map +1 -1
- package/lib/module/social/hooks/useSearch.js +49 -6
- package/lib/module/social/hooks/useSearch.js.map +1 -1
- package/lib/module/social/hooks/useStoryPermission.js +7 -5
- package/lib/module/social/hooks/useStoryPermission.js.map +1 -1
- package/lib/module/social/index.js +7 -6
- package/lib/module/social/index.js.map +1 -1
- package/lib/module/social/providers/BehaviourProvider.js +1 -0
- package/lib/module/social/providers/BehaviourProvider.js.map +1 -1
- package/lib/module/social/screens/CommunityCommentsNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityCommentsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityLivestreamsNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityLivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityPostsNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityPostsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityProfile/components/Header/Header.js +3 -7
- package/lib/module/social/screens/CommunityProfile/components/Header/Header.js.map +1 -1
- package/lib/module/social/screens/CommunityProfile/components/Tab/Tab.js +2 -2
- package/lib/module/social/screens/CommunityProfile/components/Tab/Tab.js.map +1 -1
- package/lib/module/social/screens/CommunityProfile/index.js +9 -6
- package/lib/module/social/screens/CommunityProfile/index.js.map +1 -1
- package/lib/module/social/screens/CommunityStoriesNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityStoriesNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CreateUserProfile/CreateUserProfile.js +14 -0
- package/lib/module/social/screens/CreateUserProfile/CreateUserProfile.js.map +1 -0
- package/lib/module/social/screens/CreateUserProfile/index.js +2 -0
- package/lib/module/social/screens/CreateUserProfile/index.js.map +1 -0
- package/lib/module/social/screens/SocialHomePage/index.js +36 -8
- package/lib/module/social/screens/SocialHomePage/index.js.map +1 -1
- package/lib/module/social/screens/UserProfile/UserProfile.js +4 -6
- package/lib/module/social/screens/UserProfile/UserProfile.js.map +1 -1
- package/lib/module/social/screens/VideoPlayer/VideoPlayer.js +2 -1
- package/lib/module/social/screens/VideoPlayer/VideoPlayer.js.map +1 -1
- package/lib/module/social/screens/VisitorUsageLimit/VisitorUsageLimit.js +72 -0
- package/lib/module/social/screens/VisitorUsageLimit/VisitorUsageLimit.js.map +1 -0
- package/lib/module/social/screens/VisitorUsageLimit/index.js +2 -0
- package/lib/module/social/screens/VisitorUsageLimit/index.js.map +1 -0
- package/lib/module/social/screens/VisitorUsageLimit/styles.js +43 -0
- package/lib/module/social/screens/VisitorUsageLimit/styles.js.map +1 -0
- package/lib/module/social/screens/index.js +1 -0
- package/lib/module/social/screens/index.js.map +1 -1
- package/lib/module/social/utils/index.js +24 -0
- package/lib/module/social/utils/index.js.map +1 -1
- package/lib/module/social/utils/permissions.js +8 -3
- package/lib/module/social/utils/permissions.js.map +1 -1
- package/lib/module/types/declarations.d.js +2 -0
- package/lib/module/types/declarations.d.js.map +1 -0
- package/lib/typescript/core/assets/icons/arrowDown.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/arrowLeft.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/arrowRight.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/ban.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/bell.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/block.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/brand.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/camera.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/category.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/check.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/checkbox.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/close.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/commentNotification.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/community.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/cross.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/demote.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/dot.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyCommunity.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyImagePost.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyList.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyPost.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyVideoPost.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/errorPage.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/exclamation.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/featured.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/feed.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/firework.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/following.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/image.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/imageUpload.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/index.d.ts +77 -0
- package/lib/typescript/core/assets/icons/index.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/link.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/list.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/livestream.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/lock.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/mediaIcon.d.ts +3 -0
- package/lib/typescript/core/assets/icons/mediaIcon.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/member.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/menu.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/moderator.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/noResult.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pause.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pen.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/penFill.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pending.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/people.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/photo.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pin.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pinFill.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/play.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/plus.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/poll.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/post.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/postNotification.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/postPermission.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/private.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/privateFeed.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/promote.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/public.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/radio.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/report.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/resume.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/rotate.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/search.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/settings.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/share.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/startLivestream.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/story.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/terminated.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/thumbnail.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/toast.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/trash.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/unfollow.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/unreport.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/verifiedBadge.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/verticalMenu.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/video.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/visitorLimit.d.ts +3 -0
- package/lib/typescript/core/assets/icons/visitorLimit.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/warning.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/xml.d.ts.map +1 -0
- package/lib/typescript/core/assets/index.d.ts.map +1 -0
- package/lib/typescript/core/components/CheckBox/index.d.ts.map +1 -0
- package/lib/typescript/core/components/CheckBox/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/core/components/ErrorBoundary/index.d.ts.map +1 -0
- package/lib/typescript/core/components/Menu/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Radio/index.d.ts.map +1 -0
- package/lib/typescript/core/components/Radio/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/core/components/Skeleton/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/core/components/Tabs/index.d.ts.map +1 -0
- package/lib/typescript/core/components/Tabs/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Typography/Typography.d.ts.map +1 -0
- package/lib/typescript/core/components/Typography/styles.d.ts.map +1 -0
- package/lib/typescript/core/constants/index.d.ts +231 -0
- package/lib/typescript/core/constants/index.d.ts.map +1 -0
- package/lib/typescript/core/engines/AdAssetCache.d.ts.map +1 -0
- package/lib/typescript/core/engines/AdEngine.d.ts.map +1 -0
- package/lib/typescript/core/engines/AdSupplier.d.ts.map +1 -0
- package/lib/typescript/core/engines/AssetDownloader.d.ts.map +1 -0
- package/lib/typescript/core/engines/TimeWindowTracker.d.ts.map +1 -0
- package/lib/typescript/core/enums/customization.d.ts.map +1 -0
- package/lib/typescript/core/enums/index.d.ts.map +1 -0
- package/lib/typescript/core/hooks/index.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useAuth.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useConfig.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useFile.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useGallery.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useImagePicker.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useReaction.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useSearch.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useShareableLink.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useSocialSettings.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useStory.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useTimeDifference.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useUpload.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts.map +1 -0
- package/lib/typescript/core/legacy/comment.d.ts.map +1 -0
- package/lib/typescript/core/legacy/community.d.ts.map +1 -0
- package/lib/typescript/core/legacy/feed.d.ts.map +1 -0
- package/lib/typescript/core/legacy/file.d.ts.map +1 -0
- package/lib/typescript/core/legacy/user.d.ts.map +1 -0
- package/lib/typescript/core/providers/AmityUIKitProvider.d.ts +47 -0
- package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -0
- package/lib/typescript/core/providers/AuthProvider.d.ts.map +1 -0
- package/lib/typescript/core/providers/ConfigProvider.d.ts.map +1 -0
- package/lib/typescript/core/routes/AmityPageRenderer.d.ts.map +1 -0
- package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -0
- package/lib/typescript/core/routes/RouteParamList.d.ts +137 -0
- package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -0
- package/lib/typescript/core/routes/navigation.d.ts +6 -0
- package/lib/typescript/core/routes/navigation.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/bottomSheetSlice.d.ts +38 -0
- package/lib/typescript/core/stores/slices/bottomSheetSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/feedSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/globalfeedSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/postDetailSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/uiSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/store/index.d.ts +11 -0
- package/lib/typescript/core/stores/store/index.d.ts.map +1 -0
- package/lib/typescript/core/types/auth.d.ts +16 -0
- package/lib/typescript/core/types/auth.d.ts.map +1 -0
- package/lib/typescript/core/types/behaviour.d.ts +207 -0
- package/lib/typescript/core/types/behaviour.d.ts.map +1 -0
- package/lib/typescript/core/types/config.d.ts.map +1 -0
- package/lib/typescript/core/types/index.d.ts.map +1 -0
- package/lib/typescript/core/types/mention.d.ts.map +1 -0
- package/lib/typescript/core/types/user.d.ts +17 -0
- package/lib/typescript/core/types/user.d.ts.map +1 -0
- package/lib/typescript/core/utils/color.d.ts.map +1 -0
- package/lib/typescript/core/utils/number.d.ts.map +1 -0
- package/lib/typescript/core/utils/permission.d.ts.map +1 -0
- package/lib/typescript/core/utils/post.d.ts.map +1 -0
- package/lib/typescript/core/utils/postType.d.ts.map +1 -0
- package/lib/typescript/core/utils/role.d.ts.map +1 -0
- package/lib/typescript/core/utils/time.d.ts.map +1 -0
- package/lib/typescript/core/utils/url.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +4 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/social/components/AdInformation/AdInformation.d.ts.map +1 -0
- package/lib/typescript/social/components/AdInformation/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Avatar/Avatar.d.ts +40 -0
- package/lib/typescript/social/components/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/social/components/Avatar/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Avatar/styles.d.ts +28 -0
- package/lib/typescript/social/components/Avatar/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/BottomSheetComponent/BottomSheetComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/BottomSheetComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Button/Button.d.ts.map +1 -0
- package/lib/typescript/social/components/Button/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Button/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CancelButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CancelButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CategoryChip/CategoryChip.d.ts.map +1 -0
- package/lib/typescript/social/components/CategoryChip/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CategoryChip/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CircularProgressIndicator/CircularProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/social/components/CircularProgressIndicator/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CircularProgressIndicator/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CommentAdComponent/CommentAdComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/CommentAdComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityListSkeleton/CommunityListSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityRowItem/CommunityRowItem.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityRowItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomSocialTab/CustomSocialTab.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomSocialTab/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomTab/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomTab/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Divider/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Divider/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Empty/Empty.d.ts.map +1 -0
- package/lib/typescript/social/components/Empty/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Empty/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/ErrorComponent/ErrorComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/ErrorComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/FloatingActionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/FloatingActionButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/FormInput/FormInput.d.ts +16 -0
- package/lib/typescript/social/components/FormInput/FormInput.d.ts.map +1 -0
- package/lib/typescript/social/components/FormInput/index.d.ts.map +1 -0
- package/lib/typescript/social/components/FormInput/styles.d.ts +30 -0
- package/lib/typescript/social/components/FormInput/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Gallery/Gallery.d.ts.map +1 -0
- package/lib/typescript/social/components/Gallery/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Gallery/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/IconTab/IconTab.d.ts.map +1 -0
- package/lib/typescript/social/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/components/ImageFeedSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LimitCharacterSearch/LimitCharacterSearch.d.ts.map +1 -0
- package/lib/typescript/social/components/LimitCharacterSearch/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LimitCharacterSearch/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/index.d.ts +3 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.d.ts +19 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingImage/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingImage/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingVideo/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingVideo/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MemberChip/MemberChip.d.ts.map +1 -0
- package/lib/typescript/social/components/MemberChip/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MyAvatar/MyAvatar.d.ts.map +1 -0
- package/lib/typescript/social/components/MyAvatar/styles.d.ts +31 -0
- package/lib/typescript/social/components/MyAvatar/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/StoryCircleItem.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/StoryTargetView.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/styles.d.ts +101 -0
- package/lib/typescript/social/components/MyStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/NewsFeedLoadingComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/NoResult/NoResult.d.ts.map +1 -0
- package/lib/typescript/social/components/NoResult/index.d.ts.map +1 -0
- package/lib/typescript/social/components/NoResult/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/NoSearchResult/NoSearchResult.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/PollFooter.d.ts +14 -0
- package/lib/typescript/social/components/PollContent/PollFooter.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/PollOption.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/PollResults.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/style.d.ts.map +1 -0
- package/lib/typescript/social/components/PopupMenu/PopupMenu.d.ts.map +1 -0
- package/lib/typescript/social/components/PopupMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostAdComponent/PostAdComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/PostAdComponent/PostAdHeader.d.ts.map +1 -0
- package/lib/typescript/social/components/PostAdComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostContent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PostContent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostFeedSkeleton/PostFeedSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/components/PostFeedSkeleton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PostFeedSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PostMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/LinkPreview.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/types.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/utils.d.ts.map +1 -0
- package/lib/typescript/social/components/RenderTextWithMention/RenderTextWithMention.d.ts.map +1 -0
- package/lib/typescript/social/components/RenderTextWithMention/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchInput/index.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchInput/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchItem/index.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchResultItem/SearchResultItem.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchResultItem/styles.d.ts +59 -0
- package/lib/typescript/social/components/SearchResultItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentList/CommentList.d.ts +11 -0
- package/lib/typescript/social/components/Social/CommentList/CommentList.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentList/styles.d.ts +151 -0
- package/lib/typescript/social/components/Social/CommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentListItem/CommentListItem.d.ts +30 -0
- package/lib/typescript/social/components/Social/CommentListItem/CommentListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentListItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/ReplyCommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/ReplyCommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/index.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/Story.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/StoryCircleListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/StoryCircleListView.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/StoryListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/StateHelpers.d.ts +2 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/StateHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/ValidationHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/interfaces/index.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/styles.d.ts +217 -0
- package/lib/typescript/social/components/StoryKit/src/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/TargetSelectionPage/TargetItem/TargetItem.d.ts.map +1 -0
- package/lib/typescript/social/components/TargetSelectionPage/TargetSelectionPage.d.ts.map +1 -0
- package/lib/typescript/social/components/TargetSelectionPage/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Toast/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/BackButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/BackButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CancelButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CancelButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CloseButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CloseButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CommunityStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CommunityStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CreatePostChooseTargetModal/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomTab/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomTab/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomText/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomText/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/DoneButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/DoneButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditCommentModal/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditCommentModal/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditPostModal/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditPostModal/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/FloatingButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/FloatingButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingImage/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingImage/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingIndicator/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingIndicator/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingOverlay/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingOverlay/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingVideo/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingVideo/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MediaSection/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MediaSection/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MyStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MyStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/Components/PollBar.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/Components/PollOptionList.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/PollSection.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/style.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/usePoll.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PostTypeChoiceModal/style.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/SearchItem/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/SearchItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/CommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/CommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PendingPostList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PendingPostList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PostList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PostList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/ReplyCommentList/index.d.ts +26 -0
- package/lib/typescript/social/components/legacy/Social/ReplyCommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/ReplyCommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/Story.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/StoryCircleListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/StoryCircleListView.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/StoryListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts +2 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/interfaces/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Toast/Toast.d.ts.map +1 -0
- package/lib/typescript/social/elements/ActionButton/ActionButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/ActionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ActionButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddOptionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddOptionButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddThumbnailButton/AddThumbnailButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddThumbnailButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddThumbnailButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts.map +1 -0
- package/lib/typescript/social/elements/AnnouncementBadge/AnnouncementBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/AnnouncementBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/AnnouncementBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButton/BackButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButtonIconElement/BackButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/BrandBadge/BrandBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/BrandBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CameraButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CameraButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/CancelCreateLivestreamButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CancelCreateLivestreamButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CategoryRowImage/CategoryRowImage.d.ts.map +1 -0
- package/lib/typescript/social/elements/CategoryRowName/CategoryRowName.d.ts.map +1 -0
- package/lib/typescript/social/elements/CategoryTitle/CategoryTitle.d.ts.map +1 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts +9 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CloseButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CloseButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/AvatarElement.d.ts +16 -0
- package/lib/typescript/social/elements/CommonElements/AvatarElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/ImageElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/TextElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/styles.d.ts +22 -0
- package/lib/typescript/social/elements/CommonElements/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityAddMemberButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityAddMemberButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityCreatePostButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityCreatePostButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityDescription/CommunityDescription.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityDisplayname/CommunityDisplayname.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityDisplayname/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityInfo/CommunityInfo.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityMemeberCount/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityName/CommunityName.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPendingPost/CommunityPendingPost.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivacyIcon/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivacyIcon/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityRowImage/CommunityRowImage.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityRowImage/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/CopyLinkAction/CopyLinkAction.d.ts.map +1 -0
- package/lib/typescript/social/elements/CopyLinkAction/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts +9 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/DescriptionElement/DescriptionElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/EndLiveStreamButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/EndLiveStreamButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormDescription/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormDescription/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormLabel/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormLabel/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageGallery/ImageGallery.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageKeyElement/ImageKeyElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageViewer/ImageViewer.d.ts.map +1 -0
- package/lib/typescript/social/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/LiveTimerStatus/LiveTimerStatus.d.ts.map +1 -0
- package/lib/typescript/social/elements/LiveTimerStatus/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/LiveTimerStatus/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/LivestreamTerminatedActionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuAction/MenuAction.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuAction/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuAction/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButton/MenuButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts +11 -0
- package/lib/typescript/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadgeElement/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/PinBadge/PinBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/PinBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/PinBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareAction/ShareAction.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareAction/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareButton/ShareButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/StartLivestreamButton/StartLivestreamButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/StartLivestreamButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/StartLivestreamButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/SwitchCameraButton/SwitchCameraButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/SwitchCameraButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/TextKeyElement/TextKeyElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/Timestamp/Timestamp.d.ts.map +1 -0
- package/lib/typescript/social/elements/Timestamp/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/Timestamp/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/TimestampElement/TimestampElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/Title/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/Title/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/TitleElement/TitleElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/VideoGallery/VideoGallery.d.ts.map +1 -0
- package/lib/typescript/social/elements/VideoViewer/VideoViewer.d.ts.map +1 -0
- package/lib/typescript/social/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/enums/AmityPostContentComponentStyle.d.ts.map +1 -0
- package/lib/typescript/social/enums/enumTabName.d.ts.map +1 -0
- package/lib/typescript/social/enums/enumTheme.d.ts.map +1 -0
- package/lib/typescript/social/enums/enumUIKitID.d.ts +299 -0
- package/lib/typescript/social/enums/enumUIKitID.d.ts.map +1 -0
- package/lib/typescript/social/enums/imageSizeState.d.ts.map +1 -0
- package/lib/typescript/social/enums/index.d.ts.map +1 -0
- package/lib/typescript/social/enums/mediaAttachmentEnum.d.ts.map +1 -0
- package/lib/typescript/social/enums/post.d.ts.map +1 -0
- package/lib/typescript/social/enums/postTargetType.d.ts.map +1 -0
- package/lib/typescript/social/enums/roomStatus.d.ts.map +1 -0
- package/lib/typescript/social/enums/storyType.d.ts.map +1 -0
- package/lib/typescript/social/enums/tabNameState.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/styles.d.ts +163 -0
- package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/PostComment.d.ts +31 -0
- package/lib/typescript/social/features/comment/components/PostComment/PostComment.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts +160 -0
- package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/index.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/AddCategory.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/hooks/useAddCategory.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/AddMember.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/hooks/useAddMember.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +123 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/Create.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Members/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Members/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/hooks/useCreateCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/Edit.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/hooks/useEditCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +73 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/Membership.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/MemberItem.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/style.d.ts +39 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/style.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberList/MemberList.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/ModeratorList/ModeratorList.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/ModeratorList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/ModeratorList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/hooks/useMembership.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/NotificationSetting.d.ts +4 -0
- package/lib/typescript/social/features/community/NotificationSetting/NotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/hooks/useNotificationSetting.d.ts +64 -0
- package/lib/typescript/social/features/community/NotificationSetting/hooks/useNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/NotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/PendingRequest.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts +91 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/PostPermission.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +98 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/Setting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts +10 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/hooks/useCommunitySetting.d.ts +28 -0
- package/lib/typescript/social/features/community/Setting/hooks/useCommunitySetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setup/Setup.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setup/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +123 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/StorySetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Categories/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Categories/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/CoverImageUpload/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/CoverImageUpload/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/MemberSkeleton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/MemberSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Privacy/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Privacy/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/constants/index.d.ts +6 -0
- package/lib/typescript/social/features/community/shared/constants/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/elements/Action/Action.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/elements/Action/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/elements/Action/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/types/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/utils/index.d.ts +5 -0
- package/lib/typescript/social/features/community/shared/utils/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Categories/Categories.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Categories/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Categories/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts +11 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts +8 -0
- package/lib/typescript/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CreatePostMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/Explore.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreEmpty/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreEmpty/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts +15 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/MyCommunities/MyCommunities.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/MyCommunities/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/MyCommunities/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/NewsFeed/NewsFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/NewsFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/NewsFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TopNavigation/TopNavigation.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TopNavigation/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/CommunityCategory/CommunityCategory.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/CommunityCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/CommunityCategory/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/Create.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/RoomView.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/styles.d.ts +270 -0
- package/lib/typescript/social/features/livestream/Create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Player/Player.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Player/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Player/styles.d.ts +96 -0
- package/lib/typescript/social/features/livestream/Player/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Terminated/Terminated.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Terminated/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Terminated/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts +9 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/PollPostComposer.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollDuration.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollDurationBottomSheet.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollDurationPicker.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollHeader.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollOptions.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollQuestion.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/styles.d.ts +149 -0
- package/lib/typescript/social/features/poll/Composer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Composer/PostComposer.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Composer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Composer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Detail/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Detail/styles.d.ts +134 -0
- package/lib/typescript/social/features/post/Detail/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/post/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/Content/Content.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/Content/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/Content/styles.d.ts +233 -0
- package/lib/typescript/social/features/post/components/Content/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +11 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/styles.d.ts +46 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/DetailStyle.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/FeedStyle.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/type.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/usePostShareAction.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/EngagementActions.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementContent/EngagementContent.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementContent/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementContent/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +11 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/styles.d.ts +38 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/reaction/components/List/List.d.ts +10 -0
- package/lib/typescript/social/features/reaction/components/List/List.d.ts.map +1 -0
- package/lib/typescript/social/features/reaction/components/List/index.d.ts.map +1 -0
- package/lib/typescript/social/features/reaction/components/List/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/room/hooks/useRoom.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/CommunitySearchResult/index.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/TopSearchBar/TopSearchBar.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/TopSearchBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/TopSearchBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/UserSearchResult/UserSearchResult.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/UserSearchResult/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Create/Create.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/Draft.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/components/HyperLinkConfig.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/styles.d.ts +222 -0
- package/lib/typescript/social/features/story/Draft/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/story/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/story/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/View.d.ts +14 -0
- package/lib/typescript/social/features/story/View/View.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/components/AmityViewStoryItem.d.ts +21 -0
- package/lib/typescript/social/features/story/View/components/AmityViewStoryItem.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/styles.d.ts +257 -0
- package/lib/typescript/social/features/story/View/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/story/components/Tab/Tab.d.ts.map +1 -0
- package/lib/typescript/social/features/story/components/Tab/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/Blocked.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserItem/UserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/elements/UnblockUserButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/CreateProfile.d.ts +35 -0
- package/lib/typescript/social/features/user/CreateProfile/CreateProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.d.ts +14 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/index.d.ts +2 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/styles.d.ts +39 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/TopBar.d.ts +7 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/styles.d.ts +25 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/index.d.ts +3 -0
- package/lib/typescript/social/features/user/CreateProfile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/useCreateProfile.d.ts +81 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/useCreateProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/index.d.ts +3 -0
- package/lib/typescript/social/features/user/CreateProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/Edit.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/ImageUpload/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/ImageUpload/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/hooks/useEditUser.d.ts +65 -0
- package/lib/typescript/social/features/user/Edit/hooks/useEditUser.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/styles.d.ts +28 -0
- package/lib/typescript/social/features/user/Edit/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/PendingFollowRequests.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/Profile.d.ts +8 -0
- package/lib/typescript/social/features/user/Profile/Profile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Action/Action.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Action/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/Feed.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/Feed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts +23 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/Header.d.ts +11 -0
- package/lib/typescript/social/features/user/Profile/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/hooks/useHeader.d.ts +111 -0
- package/lib/typescript/social/features/user/Profile/components/Header/hooks/useHeader.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/styles.d.ts +72 -0
- package/lib/typescript/social/features/user/Profile/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts +25 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/TopBar.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts +24 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts +25 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowButton/FollowButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowingButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/Menu.d.ts +7 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/Menu.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/hooks/useMenu.d.ts +32 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/hooks/useMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/index.d.ts +2 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingButton/PendingButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/UnblockButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/index.d.ts +7 -0
- package/lib/typescript/social/features/user/Profile/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/hooks/useFeedState.d.ts +17 -0
- package/lib/typescript/social/features/user/Profile/hooks/useFeedState.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/hooks/useUserProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/types/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/Relationship.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowerList/FollowerList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowerList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowerList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowingList/FollowingList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowingList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowingList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/UserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts +55 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/hooks/useUserRelationship.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/styles.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/category/useCategoryCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/community/useCommunityMemberCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/index.d.ts +12 -0
- package/lib/typescript/social/hooks/collections/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/post/usePinnedPostCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/post/usePostCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/post/useUserFeed.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/useLiveCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/useReactQueryLiveCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useBlockedUsersCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useFollowerCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useFollowingCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useUserCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/files/useFile.d.ts.map +1 -0
- package/lib/typescript/social/hooks/index.d.ts +39 -0
- package/lib/typescript/social/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/isModerator.d.ts +2 -0
- package/lib/typescript/social/hooks/isModerator.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/useLiveObject.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/user/useFollowInfo.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/user/useUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useBlockUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useClosePoll.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useCommunityNotificationSettingsQuery.d.ts +20 -0
- package/lib/typescript/social/hooks/queries/useCommunityNotificationSettingsQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useFlagPost.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useFlagUserQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useFollowUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/usePendingFollowRequest.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useAmityGlobalSearchViewModel.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCamera.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCategories.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCategory.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCommentAdImpression.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCommunities.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCommunity.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useConfig.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useConfigImageUri.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCustomRankingGlobalFeed.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useDarkMode.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useFile.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useGenerateThemeStyles.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +23 -0
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useGlobalStory.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useImagePicker.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useJoinCommunity.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useKeyboardStatus.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useLeaveCommunity.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useMembersQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useMention/index.d.ts +23 -0
- package/lib/typescript/social/hooks/useMention/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useMention/styles.d.ts +32 -0
- package/lib/typescript/social/hooks/useMention/styles.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePaginator.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePendingPostQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePendingPosts.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePermissions.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePoll.d.ts +12 -0
- package/lib/typescript/social/hooks/usePoll.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePopup.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePostImpression.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePostPermission.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePostSubscription.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePosts.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useReaction.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useRecommenedCommunities.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useRolesQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useRoomSubscription.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useSearch.d.ts +11 -0
- package/lib/typescript/social/hooks/useSearch.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useStory.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useStoryPermission.d.ts +4 -0
- package/lib/typescript/social/hooks/useStoryPermission.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useStoryTarget.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useTimeDifference.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useTrendingCommunities.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useUiKitConfig.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useUiKitReference.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useValidateConfig.d.ts.map +1 -0
- package/lib/typescript/social/index.d.ts +68 -0
- package/lib/typescript/social/index.d.ts.map +1 -0
- package/lib/typescript/social/providers/AdEngineProvider.d.ts.map +1 -0
- package/lib/typescript/social/providers/BehaviourProvider.d.ts.map +1 -0
- package/lib/typescript/social/providers/ExploreProvider.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/CategoryRowItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/BlockedUsers/BlockedUsers.d.ts.map +1 -0
- package/lib/typescript/social/screens/BlockedUsers/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunitiesByCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunitiesByCategory/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityAddCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityAddMember/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityCommentsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityCommentsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityMembership/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityPendingRequest/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityPostPermission/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityPostsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityPostsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Feed/Feed.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Feed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Feed/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/ImageFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Tab/Tab.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Tab/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/elements/CommunityCover/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunitySetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityStoriesNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityStoriesNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityStorySetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateLivestream/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreatePost/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateStory/CreateStoryScreen.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateUserProfile/CreateUserProfile.d.ts +7 -0
- package/lib/typescript/social/screens/CreateUserProfile/CreateUserProfile.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateUserProfile/index.d.ts +3 -0
- package/lib/typescript/social/screens/CreateUserProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditPost/EditPost.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditUser/EditUser.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditUser/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalBan/GlobalBan.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalBan/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalBan/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/ImageViewer.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/LivestreamPlayer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/LivestreamPostTargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/LivestreamTerminated/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/MyCommunitiesSearch/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/MyCommunitiesSearch/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/PollPostComposer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/PollTargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/PostDetail/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/PostTargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/SocialGlobalSearch/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/SocialGlobalSearch/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/SocialHomePage/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserPendingFollowRequests/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserProfile/UserProfile.d.ts +6 -0
- package/lib/typescript/social/screens/UserProfile/UserProfile.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserRelationship/UserRelationship.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserRelationship/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/lib/typescript/social/screens/VideoPlayer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/VideoPlayer/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/VisitorUsageLimit.d.ts +2 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/VisitorUsageLimit.d.ts.map +1 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/index.d.ts +2 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/styles.d.ts +38 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/index.d.ts +9 -0
- package/lib/typescript/social/screens/index.d.ts.map +1 -0
- package/lib/typescript/social/types/index.d.ts.map +1 -0
- package/lib/typescript/social/utils/errors.d.ts.map +1 -0
- package/lib/typescript/social/utils/index.d.ts +12 -0
- package/lib/typescript/social/utils/index.d.ts.map +1 -0
- package/lib/typescript/social/utils/permissions.d.ts +7 -0
- package/lib/typescript/social/utils/permissions.d.ts.map +1 -0
- package/package.json +15 -9
- package/src/core/assets/icons/index.ts +2 -0
- package/src/core/assets/icons/mediaIcon.tsx +7 -0
- package/src/core/assets/icons/video.tsx +3 -2
- package/src/core/assets/icons/visitorLimit.tsx +23 -0
- package/src/core/constants/index.ts +56 -3
- package/src/core/hooks/useAuth.ts +4 -0
- package/src/core/hooks/useSearch.ts +1 -0
- package/src/core/legacy/feed.ts +21 -1
- package/src/core/providers/AmityUIKitProvider.tsx +2 -1
- package/src/core/providers/AuthProvider.tsx +44 -41
- package/src/core/routes/AmityPageRenderer.tsx +21 -10
- package/src/core/routes/AmityUIKitNavigator.tsx +48 -11
- package/src/core/routes/RouteParamList.tsx +4 -0
- package/src/core/routes/navigation.ts +13 -1
- package/src/core/stores/slices/bottomSheetSlice.ts +3 -2
- package/src/core/stores/slices/globalfeedSlice.ts +26 -16
- package/src/core/types/auth.ts +2 -0
- package/src/core/types/behaviour.ts +18 -0
- package/src/core/types/user.ts +1 -0
- package/src/index.tsx +4 -0
- package/src/social/components/Avatar/Avatar.tsx +42 -6
- package/src/social/components/Avatar/styles.ts +6 -0
- package/src/social/components/BottomSheetComponent/BottomSheetComponent.tsx +1 -0
- package/src/social/components/Button/Button.tsx +4 -2
- package/src/social/components/CommunitySearchResult/CommunitySearchResult.tsx +3 -1
- package/src/social/components/CommunityStories/index.tsx +20 -2
- package/src/social/components/FormInput/FormInput.tsx +3 -1
- package/src/social/components/FormInput/styles.ts +3 -0
- package/src/social/components/LivestreamContent/LivestreamStartingThumbnail/index.tsx +19 -0
- package/src/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.ts +28 -0
- package/src/social/components/MyAvatar/MyAvatar.tsx +37 -12
- package/src/social/components/MyAvatar/styles.ts +36 -0
- package/src/social/components/MyStories/StoryCircleItem.tsx +26 -9
- package/src/social/components/MyStories/StoryTargetView.tsx +18 -2
- package/src/social/components/MyStories/styles.ts +10 -8
- package/src/social/components/PollContent/PollFooter.tsx +14 -0
- package/src/social/components/PollContent/PollResults.tsx +1 -0
- package/src/social/components/PollContent/index.tsx +3 -0
- package/src/social/components/PostMenu/index.tsx +36 -31
- package/src/social/components/RenderTextWithMention/RenderTextWithMention.tsx +12 -12
- package/src/social/components/SearchResultItem/SearchResultItem.tsx +9 -0
- package/src/social/components/SearchResultItem/styles.ts +7 -4
- package/src/social/components/Social/CommentList/CommentList.tsx +121 -73
- package/src/social/components/Social/CommentList/styles.ts +18 -3
- package/src/social/components/Social/CommentListItem/CommentListItem.tsx +59 -22
- package/src/social/components/Social/ReplyCommentList/index.tsx +27 -19
- package/src/social/components/StoryKit/src/Story.tsx +3 -1
- package/src/social/components/StoryKit/src/StoryCircleListItem.tsx +1 -1
- package/src/social/components/StoryKit/src/StoryListItem.tsx +3 -1
- package/src/social/components/StoryKit/src/helpers/StateHelpers.ts +2 -2
- package/src/social/components/StoryKit/src/styles.ts +5 -2
- package/src/social/components/legacy/CustomText/index.tsx +1 -3
- package/src/social/components/legacy/Social/CommentList/index.tsx +2 -1
- package/src/social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx +1 -1
- package/src/social/components/legacy/Social/PostList/index.tsx +45 -17
- package/src/social/components/legacy/Social/ReplyCommentList/index.tsx +50 -16
- package/src/social/components/legacy/StoryKit/src/Story.tsx +3 -1
- package/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.ts +2 -2
- package/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.tsx +1 -1
- package/src/social/elements/CommonElements/AvatarElement.tsx +40 -6
- package/src/social/elements/CommonElements/styles.ts +27 -0
- package/src/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.tsx +10 -2
- package/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.tsx +1 -1
- package/src/social/elements/ImageViewer/ImageViewer.tsx +15 -1
- package/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.tsx +7 -9
- package/src/social/elements/VideoGallery/VideoGallery.tsx +6 -3
- package/src/social/enums/enumUIKitID.ts +7 -0
- package/src/social/features/comment/components/PostComment/CommentListItem/CommentListItem.tsx +51 -39
- package/src/social/features/comment/components/PostComment/CommentListItem/styles.ts +7 -1
- package/src/social/features/comment/components/PostComment/PostComment.tsx +2 -1
- package/src/social/features/comment/components/PostComment/ReplyCommentList/index.tsx +56 -45
- package/src/social/features/comment/components/PostComment/ReplyCommentList/styles.ts +7 -0
- package/src/social/features/community/AddCategory/AddCategory.tsx +1 -0
- package/src/social/features/community/AddMember/hooks/useAddMember.ts +5 -1
- package/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.tsx +17 -151
- package/src/social/features/community/CommentsNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.ts +194 -0
- package/src/social/features/community/CommentsNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/CommentsNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.tsx +17 -121
- package/src/social/features/community/LivestreamsNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.ts +135 -0
- package/src/social/features/community/LivestreamsNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/LivestreamsNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/Membership/components/MemberItem/MemberItem.tsx +33 -10
- package/src/social/features/community/Membership/components/MemberItem/style.ts +8 -0
- package/src/social/features/community/NotificationSetting/NotificationSetting.tsx +43 -162
- package/src/social/features/community/NotificationSetting/hooks/useNotificationSetting.ts +155 -0
- package/src/social/features/community/NotificationSetting/index.tsx +1 -1
- package/src/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.tsx +25 -19
- package/src/social/features/community/PendingRequest/components/PendingPostList/styles.ts +10 -0
- package/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.tsx +16 -132
- package/src/social/features/community/PostsNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.ts +166 -0
- package/src/social/features/community/PostsNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/PostsNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/Setting/Setting.tsx +4 -2
- package/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.tsx +3 -5
- package/src/social/features/community/Setting/hooks/useCommunitySetting.ts +12 -0
- package/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.tsx +16 -149
- package/src/social/features/community/StoriesNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.ts +197 -0
- package/src/social/features/community/StoriesNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/StoriesNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/shared/constants/index.ts +5 -0
- package/src/social/features/community/shared/utils/index.ts +40 -0
- package/src/social/features/feed/components/Categories/Categories.tsx +6 -1
- package/src/social/features/feed/components/CommunityCategories/CommunityCategories.tsx +2 -2
- package/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.tsx +2 -2
- package/src/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.tsx +0 -2
- package/src/social/features/feed/components/Explore/Explore.tsx +0 -2
- package/src/social/features/feed/components/GlobalFeed/GlobalFeed.tsx +24 -16
- package/src/social/features/feed/components/MyCommunities/MyCommunities.tsx +0 -2
- package/src/social/features/feed/components/NewsFeed/NewsFeed.tsx +4 -3
- package/src/social/features/feed/components/TopNavigation/TopNavigation.tsx +3 -1
- package/src/social/features/livestream/Create/Create.tsx +29 -20
- package/src/social/features/livestream/Create/styles.ts +11 -0
- package/src/social/features/livestream/Player/Player.tsx +101 -61
- package/src/social/features/livestream/Player/styles.ts +19 -1
- package/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.tsx +1 -1
- package/src/social/features/poll/Composer/PollPostComposer.tsx +1 -0
- package/src/social/features/poll/Composer/components/PollDurationBottomSheet.tsx +38 -19
- package/src/social/features/poll/Composer/components/PollDurationPicker.tsx +39 -46
- package/src/social/features/poll/Composer/styles.ts +7 -0
- package/src/social/features/post/Composer/PostComposer.tsx +54 -22
- package/src/social/features/post/Detail/index.tsx +67 -44
- package/src/social/features/post/Detail/styles.ts +1 -0
- package/src/social/features/post/TargetSelection/TargetSelection.tsx +3 -2
- package/src/social/features/post/components/Content/Content.tsx +56 -18
- package/src/social/features/post/components/Content/styles.ts +5 -2
- package/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.tsx +92 -43
- package/src/social/features/post/components/DetailedMediaAttachment/styles.ts +4 -4
- package/src/social/features/post/components/EngagementActions/Components/DetailStyle.tsx +7 -2
- package/src/social/features/post/components/EngagementActions/Components/FeedStyle.tsx +7 -2
- package/src/social/features/post/components/MediaAttachment/MediaAttachment.tsx +71 -30
- package/src/social/features/post/components/MediaAttachment/styles.ts +4 -4
- package/src/social/features/reaction/components/List/List.tsx +8 -2
- package/src/social/features/story/Create/Create.tsx +1 -2
- package/src/social/features/story/Draft/Draft.tsx +53 -21
- package/src/social/features/story/Draft/components/HyperLinkConfig.tsx +104 -60
- package/src/social/features/story/Draft/styles.ts +69 -40
- package/src/social/features/story/View/View.tsx +7 -2
- package/src/social/features/story/View/components/AmityViewStoryItem.tsx +66 -20
- package/src/social/features/story/View/styles.ts +29 -7
- package/src/social/features/user/CreateProfile/CreateProfile.tsx +135 -0
- package/src/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.tsx +167 -0
- package/src/social/features/user/CreateProfile/components/ImageUpload/index.ts +1 -0
- package/src/social/features/user/CreateProfile/components/ImageUpload/styles.ts +44 -0
- package/src/social/features/user/CreateProfile/components/TopBar/TopBar.tsx +30 -0
- package/src/social/features/user/CreateProfile/components/TopBar/index.ts +1 -0
- package/src/social/features/user/CreateProfile/components/TopBar/styles.ts +30 -0
- package/src/social/features/user/CreateProfile/components/index.ts +2 -0
- package/src/social/features/user/CreateProfile/hooks/index.ts +1 -0
- package/src/social/features/user/CreateProfile/hooks/useCreateProfile.ts +243 -0
- package/src/social/features/user/CreateProfile/index.ts +2 -0
- package/src/social/features/user/CreateProfile/styles.ts +33 -0
- package/src/social/features/user/Edit/Edit.tsx +2 -0
- package/src/social/features/user/Edit/components/ImageUpload/ImageUpload.tsx +62 -16
- package/src/social/features/user/Edit/hooks/useEditUser.ts +7 -1
- package/src/social/features/user/Profile/Profile.tsx +40 -20
- package/src/social/features/user/Profile/components/Feed/Feed.tsx +4 -2
- package/src/social/features/user/Profile/components/Feed/hooks/useFeed.ts +13 -2
- package/src/social/features/user/Profile/components/Header/Header.tsx +58 -12
- package/src/social/features/user/Profile/components/Header/hooks/useHeader.ts +8 -4
- package/src/social/features/user/Profile/components/Header/styles.ts +4 -0
- package/src/social/features/user/Profile/components/ImageFeed/ImageFeed.tsx +4 -2
- package/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.ts +13 -2
- package/src/social/features/user/Profile/components/TopBar/TopBar.tsx +6 -62
- package/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.ts +7 -136
- package/src/social/features/user/Profile/components/VideoFeed/VideoFeed.tsx +4 -2
- package/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.ts +13 -2
- package/src/social/features/user/Profile/elements/Menu/Menu.tsx +63 -0
- package/src/social/features/user/Profile/elements/Menu/hooks/useMenu.ts +146 -0
- package/src/social/features/user/Profile/elements/Menu/index.ts +1 -0
- package/src/social/features/user/Profile/elements/index.ts +1 -0
- package/src/social/features/user/Profile/hooks/useFeedState.ts +19 -3
- package/src/social/features/user/Relationship/components/UserItem/UserItem.tsx +1 -0
- package/src/social/hooks/collections/index.ts +0 -1
- package/src/social/hooks/index.ts +2 -1
- package/src/social/hooks/isModerator.ts +19 -0
- package/src/social/hooks/queries/useCommunityNotificationSettingsQuery.ts +76 -0
- package/src/social/hooks/queries/useFlagPost.ts +10 -22
- package/src/social/hooks/useAmityGlobalSearchViewModel.ts +1 -0
- package/src/social/hooks/useCustomRankingGlobalFeed.ts +10 -1
- package/src/social/hooks/useFile.ts +1 -1
- package/src/social/hooks/useGlobalBehavior.ts +39 -0
- package/src/social/hooks/useMention/index.tsx +46 -27
- package/src/social/hooks/useMention/styles.ts +5 -4
- package/src/social/hooks/usePaginator.ts +40 -8
- package/src/social/hooks/usePoll.ts +29 -1
- package/src/social/hooks/usePostPermission.ts +10 -7
- package/src/social/hooks/useSearch.ts +52 -5
- package/src/social/hooks/useStoryPermission.ts +10 -14
- package/src/social/index.tsx +7 -5
- package/src/social/providers/BehaviourProvider.tsx +1 -0
- package/src/social/screens/CommunityCommentsNotificationSetting/index.tsx +4 -13
- package/src/social/screens/CommunityLivestreamsNotificationSetting/index.tsx +4 -15
- package/src/social/screens/CommunityNotificationSetting/index.tsx +4 -11
- package/src/social/screens/CommunityPostsNotificationSetting/index.tsx +4 -13
- package/src/social/screens/CommunityProfile/components/Header/Header.tsx +4 -5
- package/src/social/screens/CommunityProfile/components/Tab/Tab.tsx +2 -2
- package/src/social/screens/CommunityProfile/index.tsx +46 -34
- package/src/social/screens/CommunityStoriesNotificationSetting/index.tsx +4 -13
- package/src/social/screens/CreateUserProfile/CreateUserProfile.tsx +19 -0
- package/src/social/screens/CreateUserProfile/index.ts +2 -0
- package/src/social/screens/SocialHomePage/index.tsx +50 -14
- package/src/social/screens/UserProfile/UserProfile.tsx +3 -11
- package/src/social/screens/VideoPlayer/VideoPlayer.tsx +1 -1
- package/src/social/screens/VisitorUsageLimit/VisitorUsageLimit.tsx +78 -0
- package/src/social/screens/VisitorUsageLimit/index.ts +1 -0
- package/src/social/screens/VisitorUsageLimit/styles.ts +43 -0
- package/src/social/screens/index.ts +1 -0
- package/src/social/utils/index.ts +27 -0
- package/src/social/utils/permissions.ts +15 -10
- package/src/types/declarations.d.ts +23 -0
- package/uikit.config.json +23 -1
- package/lib/commonjs/social/hooks/useIsCommunityModerator.js +0 -43
- package/lib/commonjs/social/hooks/useIsCommunityModerator.js.map +0 -1
- package/lib/module/social/hooks/useIsCommunityModerator.js +0 -36
- package/lib/module/social/hooks/useIsCommunityModerator.js.map +0 -1
- package/lib/typescript/src/core/assets/icons/arrowDown.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/arrowLeft.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/arrowRight.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/ban.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/bell.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/block.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/brand.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/camera.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/category.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/check.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/checkbox.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/close.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/commentNotification.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/community.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/cross.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/demote.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/dot.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyCommunity.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyImagePost.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyList.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyPost.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyVideoPost.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/errorPage.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/exclamation.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/featured.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/feed.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/firework.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/following.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/image.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/imageUpload.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/index.d.ts +0 -75
- package/lib/typescript/src/core/assets/icons/index.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/link.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/list.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/livestream.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/lock.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/member.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/menu.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/moderator.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/noResult.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pause.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pen.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/penFill.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pending.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/people.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/photo.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pin.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pinFill.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/play.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/plus.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/poll.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/post.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/postNotification.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/postPermission.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/private.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/privateFeed.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/promote.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/public.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/radio.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/report.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/resume.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/rotate.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/search.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/settings.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/share.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/startLivestream.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/story.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/terminated.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/thumbnail.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/toast.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/trash.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/unfollow.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/unreport.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/verifiedBadge.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/verticalMenu.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/video.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/warning.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/xml.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/CheckBox/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/CheckBox/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
- package/lib/typescript/src/core/components/ErrorBoundary/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Menu/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Radio/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Radio/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Skeleton/Skeleton.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Skeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Tabs/Tabs.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Tabs/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Tabs/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Typography/Typography.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Typography/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/constants/index.d.ts +0 -191
- package/lib/typescript/src/core/constants/index.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AdAssetCache.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AdEngine.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AdSupplier.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AssetDownloader.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/TimeWindowTracker.d.ts.map +0 -1
- package/lib/typescript/src/core/enums/customization.d.ts.map +0 -1
- package/lib/typescript/src/core/enums/index.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useAuth.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useConfig.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useFile.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useGallery.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useImagePicker.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useReaction.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useSearch.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useShareableLink.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useSocialSettings.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useStory.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useTimeDifference.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useUpload.d.ts.map +0 -1
- package/lib/typescript/src/core/index.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/comment.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/community.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/feed.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/file.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/user.d.ts.map +0 -1
- package/lib/typescript/src/core/providers/AmityUIKitProvider.d.ts +0 -46
- package/lib/typescript/src/core/providers/AmityUIKitProvider.d.ts.map +0 -1
- package/lib/typescript/src/core/providers/AuthProvider.d.ts.map +0 -1
- package/lib/typescript/src/core/providers/ConfigProvider.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/AmityPageRenderer.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/AmityUIKitNavigator.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/RouteParamList.d.ts +0 -136
- package/lib/typescript/src/core/routes/RouteParamList.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/navigation.d.ts +0 -5
- package/lib/typescript/src/core/routes/navigation.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/bottomSheetSlice.d.ts +0 -37
- package/lib/typescript/src/core/stores/slices/bottomSheetSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/feedSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/globalfeedSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/postDetailSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/toastSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/uiSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/store/index.d.ts +0 -11
- package/lib/typescript/src/core/stores/store/index.d.ts.map +0 -1
- package/lib/typescript/src/core/types/auth.d.ts +0 -14
- package/lib/typescript/src/core/types/auth.d.ts.map +0 -1
- package/lib/typescript/src/core/types/behaviour.d.ts +0 -189
- package/lib/typescript/src/core/types/behaviour.d.ts.map +0 -1
- package/lib/typescript/src/core/types/config.d.ts.map +0 -1
- package/lib/typescript/src/core/types/index.d.ts.map +0 -1
- package/lib/typescript/src/core/types/mention.d.ts.map +0 -1
- package/lib/typescript/src/core/types/user.d.ts +0 -16
- package/lib/typescript/src/core/types/user.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/color.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/number.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/permission.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/post.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/postType.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/role.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/time.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/url.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts +0 -4
- package/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/AdInformation/AdInformation.d.ts.map +0 -1
- package/lib/typescript/src/social/components/AdInformation/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Avatar/Avatar.d.ts +0 -38
- package/lib/typescript/src/social/components/Avatar/Avatar.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Avatar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Avatar/styles.d.ts +0 -22
- package/lib/typescript/src/social/components/Avatar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/BottomSheetComponent/BottomSheetComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/BottomSheetComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Button/Button.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Button/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Button/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CancelButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CancelButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CategoryChip/CategoryChip.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CategoryChip/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CategoryChip/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CircularProgressIndicator/CircularProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CircularProgressIndicator/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CircularProgressIndicator/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommentAdComponent/CommentAdComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommentAdComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityListSkeleton/CommunityListSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityRowItem/CommunityRowItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityRowItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomSocialTab/CustomSocialTab.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomSocialTab/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomTab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomTab/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Divider/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Divider/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Empty/Empty.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Empty/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Empty/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ErrorComponent/ErrorComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ErrorComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FloatingActionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FloatingActionButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FormInput/FormInput.d.ts +0 -16
- package/lib/typescript/src/social/components/FormInput/FormInput.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FormInput/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FormInput/styles.d.ts +0 -27
- package/lib/typescript/src/social/components/FormInput/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Gallery/Gallery.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Gallery/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Gallery/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/IconTab/IconTab.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ImageFeedSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LimitCharacterSearch/LimitCharacterSearch.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LimitCharacterSearch/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LimitCharacterSearch/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingImage/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingImage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingVideo/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingVideo/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MemberChip/MemberChip.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MemberChip/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyAvatar/MyAvatar.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/StoryCircleItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/StoryTargetView.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/styles.d.ts +0 -99
- package/lib/typescript/src/social/components/MyStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NewsFeedLoadingComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoResult/NoResult.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoResult/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoResult/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoSearchResult/NoSearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/PollFooter.d.ts +0 -12
- package/lib/typescript/src/social/components/PollContent/PollFooter.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/PollOption.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/PollResults.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/style.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PopupMenu/PopupMenu.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PopupMenu/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostAdComponent/PostAdComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostAdComponent/PostAdHeader.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostAdComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostContent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostFeedSkeleton/PostFeedSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostFeedSkeleton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostFeedSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostMenu/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostMenu/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/LinkPreview.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/types.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/utils.d.ts.map +0 -1
- package/lib/typescript/src/social/components/RenderTextWithMention/RenderTextWithMention.d.ts.map +0 -1
- package/lib/typescript/src/social/components/RenderTextWithMention/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchInput/SearchInput.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchInput/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchInput/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchResultItem/SearchResultItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchResultItem/styles.d.ts +0 -56
- package/lib/typescript/src/social/components/SearchResultItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentList/CommentList.d.ts +0 -11
- package/lib/typescript/src/social/components/Social/CommentList/CommentList.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentList/styles.d.ts +0 -136
- package/lib/typescript/src/social/components/Social/CommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentListItem/CommentListItem.d.ts +0 -30
- package/lib/typescript/src/social/components/Social/CommentListItem/CommentListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentListItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/ReplyCommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/ReplyCommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/Story.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/StoryCircleListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/StoryCircleListView.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/StoryListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/helpers/StateHelpers.d.ts +0 -2
- package/lib/typescript/src/social/components/StoryKit/src/helpers/StateHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/helpers/ValidationHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/helpers/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/interfaces/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/styles.d.ts +0 -214
- package/lib/typescript/src/social/components/StoryKit/src/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/TargetSelectionPage/TargetItem/TargetItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/TargetSelectionPage/TargetSelectionPage.d.ts.map +0 -1
- package/lib/typescript/src/social/components/TargetSelectionPage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Toast/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Toast/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/BackButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/BackButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CancelButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CancelButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CloseButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CloseButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CommunityStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CommunityStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CreatePostChooseTargetModal/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomTab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomTab/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomText/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomText/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/DoneButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/DoneButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditCommentModal/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditCommentModal/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditPostModal/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditPostModal/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/FloatingButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/FloatingButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingImage/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingImage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingIndicator/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingIndicator/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingOverlay/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingOverlay/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingVideo/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingVideo/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MediaSection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MediaSection/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MyStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MyStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/Components/PollBar.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/Components/PollOptionList.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/PollSection.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/style.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/usePoll.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PostTypeChoiceModal/style.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/SearchItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/SearchItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/CommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/CommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PendingPostList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PendingPostList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PostList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PostList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/index.d.ts +0 -25
- package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/Story.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryCircleListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryCircleListView.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts +0 -2
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/interfaces/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Toast/Toast.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ActionButton/ActionButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ActionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ActionButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddOptionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddOptionButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddThumbnailButton/AddThumbnailButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddThumbnailButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddThumbnailButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AnnouncementBadge/AnnouncementBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AnnouncementBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AnnouncementBadge/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButton/BackButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButtonIconElement/BackButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BrandBadge/BrandBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BrandBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CameraButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CameraButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CategoryRowImage/CategoryRowImage.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CategoryRowName/CategoryRowName.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CategoryTitle/CategoryTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts +0 -9
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CloseButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CloseButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommonElements/AvatarElement.d.ts +0 -15
- package/lib/typescript/src/social/elements/CommonElements/AvatarElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommonElements/ImageElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommonElements/TextElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityAddMemberButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityAddMemberButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityCreatePostButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityCreatePostButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityDescription/CommunityDescription.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityDisplayname/CommunityDisplayname.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityDisplayname/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityInfo/CommunityInfo.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityMemeberCount/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityName/CommunityName.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPendingPost/CommunityPendingPost.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivacyIcon/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivacyIcon/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityRowImage/CommunityRowImage.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityRowImage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CopyLinkAction/CopyLinkAction.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CopyLinkAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts +0 -9
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DescriptionElement/DescriptionElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/EndLiveStreamButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/EndLiveStreamButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormDescription/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormDescription/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormLabel/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormLabel/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageGallery/ImageGallery.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageKeyElement/ImageKeyElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageViewer/ImageViewer.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LiveTimerStatus/LiveTimerStatus.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LiveTimerStatus/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LiveTimerStatus/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LivestreamTerminatedActionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuAction/MenuAction.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuAction/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButton/MenuButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadge/ModeratorBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadge/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts +0 -11
- package/lib/typescript/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadgeElement/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/PinBadge/PinBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/PinBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/PinBadge/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareAction/ShareAction.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareButton/ShareButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/StartLivestreamButton/StartLivestreamButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/StartLivestreamButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/StartLivestreamButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/SwitchCameraButton/SwitchCameraButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/SwitchCameraButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/TextKeyElement/TextKeyElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Timestamp/Timestamp.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Timestamp/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Timestamp/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/TimestampElement/TimestampElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Title/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Title/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/TitleElement/TitleElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/VideoGallery/VideoGallery.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/VideoViewer/VideoViewer.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/AmityPostContentComponentStyle.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/enumTabName.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/enumTheme.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/enumUIKitID.d.ts +0 -292
- package/lib/typescript/src/social/enums/enumUIKitID.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/imageSizeState.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/index.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/mediaAttachmentEnum.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/post.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/postTargetType.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/roomStatus.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/storyType.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/tabNameState.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/styles.d.ts +0 -157
- package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/PostComment.d.ts +0 -31
- package/lib/typescript/src/social/features/comment/components/PostComment/PostComment.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts +0 -153
- package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/AddCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/hooks/useAddCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/AddMember.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/hooks/useAddMember.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/Create.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Members/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Members/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/hooks/useCreateCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/Edit.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/hooks/useEditCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/Membership.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/MemberItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/style.d.ts +0 -31
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/style.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberList/MemberList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/ModeratorList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/hooks/useMembership.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/NotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/NotificationSetting/NotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/NotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/PendingRequest.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts +0 -81
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/PostPermission.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/Setting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts +0 -10
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/hooks/useCommunitySetting.d.ts +0 -26
- package/lib/typescript/src/social/features/community/Setting/hooks/useCommunitySetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setup/Setup.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setup/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/StorySetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Categories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Categories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/CoverImageUpload/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/CoverImageUpload/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Privacy/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Privacy/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/elements/Action/Action.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/elements/Action/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/elements/Action/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/types/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Categories/Categories.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Categories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Categories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts +0 -11
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts +0 -8
- package/lib/typescript/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CreatePostMenu/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/Explore.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreEmpty/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreEmpty/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts +0 -14
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/MyCommunities/MyCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/MyCommunities/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/MyCommunities/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/NewsFeed/NewsFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/NewsFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/NewsFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TopNavigation/TopNavigation.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TopNavigation/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/CommunityCategory/CommunityCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/CommunityCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/CommunityCategory/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/Create.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/RoomView.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/styles.d.ts +0 -262
- package/lib/typescript/src/social/features/livestream/Create/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Player/Player.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Player/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Player/styles.d.ts +0 -78
- package/lib/typescript/src/social/features/livestream/Player/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Terminated/Terminated.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Terminated/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Terminated/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts +0 -9
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/PollPostComposer.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollDuration.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollDurationBottomSheet.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollDurationPicker.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollHeader.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollOptions.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollQuestion.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/styles.d.ts +0 -142
- package/lib/typescript/src/social/features/poll/Composer/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Composer/PostComposer.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Composer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Composer/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Detail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Detail/styles.d.ts +0 -133
- package/lib/typescript/src/social/features/post/Detail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/Content/Content.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/Content/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/Content/styles.d.ts +0 -230
- package/lib/typescript/src/social/features/post/components/Content/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +0 -10
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/styles.d.ts +0 -46
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/DetailStyle.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/FeedStyle.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/type.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/usePostShareAction.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/EngagementActions.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementContent/EngagementContent.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementContent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +0 -10
- package/lib/typescript/src/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/MediaAttachment/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/MediaAttachment/styles.d.ts +0 -38
- package/lib/typescript/src/social/features/post/components/MediaAttachment/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/reaction/components/List/List.d.ts +0 -9
- package/lib/typescript/src/social/features/reaction/components/List/List.d.ts.map +0 -1
- package/lib/typescript/src/social/features/reaction/components/List/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/reaction/components/List/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/room/hooks/useRoom.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/CommunitySearchResult/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/TopSearchBar/TopSearchBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/TopSearchBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/TopSearchBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/UserSearchResult/UserSearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/UserSearchResult/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Create/Create.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Create/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Create/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/Draft.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/components/HyperLinkConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/styles.d.ts +0 -194
- package/lib/typescript/src/social/features/story/Draft/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/View.d.ts +0 -13
- package/lib/typescript/src/social/features/story/View/View.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/components/AmityViewStoryItem.d.ts +0 -20
- package/lib/typescript/src/social/features/story/View/components/AmityViewStoryItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/styles.d.ts +0 -238
- package/lib/typescript/src/social/features/story/View/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/components/Tab/Tab.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/components/Tab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/Blocked.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserItem/UserItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/elements/UnblockUserButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/Edit.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/ImageUpload.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/hooks/useEditUser.d.ts +0 -64
- package/lib/typescript/src/social/features/user/Edit/hooks/useEditUser.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/PendingFollowRequests.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/Profile.d.ts +0 -8
- package/lib/typescript/src/social/features/user/Profile/Profile.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Action/Action.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Action/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/Feed.d.ts +0 -7
- package/lib/typescript/src/social/features/user/Profile/components/Feed/Feed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts +0 -21
- package/lib/typescript/src/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/Header.d.ts +0 -10
- package/lib/typescript/src/social/features/user/Profile/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/hooks/useHeader.d.ts +0 -106
- package/lib/typescript/src/social/features/user/Profile/components/Header/hooks/useHeader.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/styles.d.ts +0 -68
- package/lib/typescript/src/social/features/user/Profile/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts +0 -7
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts +0 -23
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/TopBar.d.ts +0 -10
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts +0 -50
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts +0 -7
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts +0 -23
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowButton/FollowButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowingButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingButton/PendingButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/UnblockButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/index.d.ts +0 -6
- package/lib/typescript/src/social/features/user/Profile/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/hooks/useFeedState.d.ts +0 -10
- package/lib/typescript/src/social/features/user/Profile/hooks/useFeedState.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/hooks/useUserProfile.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/types/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/Relationship.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/FollowerList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/FollowingList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/UserItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts +0 -55
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/hooks/useUserRelationship.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/category/useCategoryCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/community/useCommunityMemberCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/index.d.ts +0 -13
- package/lib/typescript/src/social/hooks/collections/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/post/usePinnedPostCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/post/usePostCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/post/useUserFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/useLiveCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/useReactQueryLiveCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useBlockedUsersCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useFollowerCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useFollowingCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useUserCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/files/useFile.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/index.d.ts +0 -38
- package/lib/typescript/src/social/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/useLiveObject.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/user/useFollowInfo.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/user/useUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useBlockUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useClosePoll.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useFlagPost.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useFlagUserQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useFollowUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/usePendingFollowRequest.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useAmityGlobalSearchViewModel.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCamera.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCategories.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCommentAdImpression.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useConfigImageUri.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCustomRankingGlobalFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useDarkMode.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useFile.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useGenerateThemeStyles.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useGlobalStory.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useImagePicker.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useIsCommunityModerator.d.ts +0 -7
- package/lib/typescript/src/social/hooks/useIsCommunityModerator.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useJoinCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useKeyboardStatus.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useLeaveCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useMembersQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useMention/index.d.ts +0 -21
- package/lib/typescript/src/social/hooks/useMention/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useMention/styles.d.ts +0 -31
- package/lib/typescript/src/social/hooks/useMention/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePaginator.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePendingPostQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePendingPosts.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePermissions.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePoll.d.ts +0 -11
- package/lib/typescript/src/social/hooks/usePoll.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePopup.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePostImpression.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePostPermission.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePostSubscription.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePosts.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useReaction.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useRecommenedCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useRolesQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useRoomSubscription.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useSearch.d.ts +0 -11
- package/lib/typescript/src/social/hooks/useSearch.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useStory.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useStoryPermission.d.ts +0 -2
- package/lib/typescript/src/social/hooks/useStoryPermission.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useStoryTarget.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useTimeDifference.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useTrendingCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useUiKitConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useUiKitReference.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useValidateConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/index.d.ts +0 -67
- package/lib/typescript/src/social/index.d.ts.map +0 -1
- package/lib/typescript/src/social/providers/AdEngineProvider.d.ts.map +0 -1
- package/lib/typescript/src/social/providers/BehaviourProvider.d.ts.map +0 -1
- package/lib/typescript/src/social/providers/ExploreProvider.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/CategoryRowItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/BlockedUsers/BlockedUsers.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/BlockedUsers/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunitiesByCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunitiesByCategory/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityAddCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityAddMember/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityCommentsNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityCommentsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityMembership/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityPendingRequest/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityPostPermission/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityPostsNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityPostsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/Feed.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/ImageFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Tab/Tab.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Tab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/elements/CommunityCover/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunitySetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityStoriesNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityStoriesNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityStorySetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreateCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreateLivestream/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreatePost/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreateStory/CreateStoryScreen.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditPost/EditPost.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditUser/EditUser.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditUser/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalBan/GlobalBan.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalBan/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalBan/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/ImageViewer.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/LivestreamPlayer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/LivestreamPostTargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/LivestreamTerminated/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/MyCommunitiesSearch/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/MyCommunitiesSearch/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PollPostComposer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PollTargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PostDetail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PostTargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/SocialGlobalSearch/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/SocialGlobalSearch/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/SocialHomePage/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserPendingFollowRequests/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserProfile/UserProfile.d.ts +0 -7
- package/lib/typescript/src/social/screens/UserProfile/UserProfile.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserProfile/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserRelationship/UserRelationship.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserRelationship/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/VideoPlayer/VideoPlayer.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/VideoPlayer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/VideoPlayer/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/index.d.ts +0 -8
- package/lib/typescript/src/social/screens/index.d.ts.map +0 -1
- package/lib/typescript/src/social/types/index.d.ts.map +0 -1
- package/lib/typescript/src/social/utils/errors.d.ts.map +0 -1
- package/lib/typescript/src/social/utils/index.d.ts +0 -5
- package/lib/typescript/src/social/utils/index.d.ts.map +0 -1
- package/lib/typescript/src/social/utils/permissions.d.ts +0 -7
- package/lib/typescript/src/social/utils/permissions.d.ts.map +0 -1
- package/src/social/hooks/useIsCommunityModerator.ts +0 -35
- /package/lib/typescript/{src/core → core}/assets/icons/arrowDown.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/arrowLeft.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/arrowRight.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/ban.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/bell.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/block.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/brand.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/camera.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/category.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/check.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/checkbox.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/close.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/commentNotification.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/community.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/cross.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/demote.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/dot.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyCommunity.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyImagePost.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyList.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyPost.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyVideoPost.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/errorPage.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/exclamation.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/featured.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/feed.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/firework.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/following.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/image.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/imageUpload.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/link.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/list.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/livestream.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/lock.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/member.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/menu.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/moderator.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/noResult.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pause.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pen.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/penFill.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pending.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/people.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/photo.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pin.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pinFill.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/play.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/plus.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/poll.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/post.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/postNotification.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/postPermission.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/private.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/privateFeed.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/promote.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/public.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/radio.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/report.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/resume.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/rotate.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/search.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/settings.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/share.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/startLivestream.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/story.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/terminated.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/thumbnail.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/toast.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/trash.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/unfollow.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/unreport.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/verifiedBadge.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/verticalMenu.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/video.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/warning.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/xml.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/CheckBox/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/CheckBox/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/ErrorBoundary/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Menu/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Radio/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Radio/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Skeleton/Skeleton.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Skeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Tabs/Tabs.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Tabs/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Tabs/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Typography/Typography.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Typography/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AdAssetCache.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AdEngine.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AdSupplier.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AssetDownloader.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/TimeWindowTracker.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/enums/customization.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/enums/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useAuth.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useConfig.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useFile.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useGallery.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useImagePicker.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useReaction.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useSearch.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useShareableLink.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useSocialSettings.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useStory.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useTimeDifference.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useUpload.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/comment.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/community.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/feed.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/file.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/user.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/providers/AuthProvider.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/providers/ConfigProvider.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/routes/AmityPageRenderer.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/routes/AmityUIKitNavigator.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/feedSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/globalfeedSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/postDetailSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/toastSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/uiSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/types/config.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/types/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/types/mention.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/color.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/number.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/permission.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/post.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/postType.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/role.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/time.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/url.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/AdInformation/AdInformation.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/AdInformation/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Avatar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/BottomSheetComponent/BottomSheetComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/BottomSheetComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Button/Button.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Button/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Button/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CancelButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CancelButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CategoryChip/CategoryChip.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CategoryChip/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CategoryChip/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/CircularProgressIndicator.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommentAdComponent/CommentAdComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommentAdComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityListSkeleton/CommunityListSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityRowItem/CommunityRowItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityRowItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunitySearchResult/CommunitySearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityStories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomSocialTab/CustomSocialTab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomSocialTab/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomTab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomTab/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Divider/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Divider/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Empty/Empty.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Empty/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Empty/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ErrorComponent/ErrorComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ErrorComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/FloatingActionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/FloatingActionButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/FormInput/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Gallery/Gallery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Gallery/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Gallery/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/IconTab/IconTab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ImageFeedSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/LimitCharacterSearch.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingImage/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingImage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingVideo/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingVideo/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MemberChip/MemberChip.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MemberChip/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyAvatar/MyAvatar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyStories/StoryCircleItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyStories/StoryTargetView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NewsFeedLoadingComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoResult/NoResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoResult/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoResult/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoSearchResult/NoSearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/PollOption.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/PollResults.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/style.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PopupMenu/PopupMenu.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PopupMenu/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostAdComponent/PostAdComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostAdComponent/PostAdHeader.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostAdComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostContent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/PostFeedSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostMenu/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostMenu/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/LinkPreview.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/types.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/utils.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/RenderTextWithMention/RenderTextWithMention.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/RenderTextWithMention/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchInput/SearchInput.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchInput/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchInput/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchResultItem/SearchResultItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Social/CommentListItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Social/ReplyCommentList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Social/ReplyCommentList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/Story.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryCircleListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryCircleListView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/helpers/ValidationHelpers.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/helpers/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/interfaces/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/TargetItem/TargetItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/TargetSelectionPage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Toast/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Toast/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/BackButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/BackButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CancelButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CancelButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CloseButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CloseButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CommunityStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CommunityStories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CreatePostChooseTargetModal/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomTab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomTab/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomText/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomText/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/DoneButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/DoneButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditCommentModal/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditCommentModal/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditPostModal/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditPostModal/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/FloatingButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/FloatingButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingImage/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingImage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingIndicator/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingIndicator/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingOverlay/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingOverlay/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingVideo/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingVideo/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MediaSection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MediaSection/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MyStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MyStories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/Components/PollBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/Components/PollOptionList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/PollSection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/style.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/usePoll.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PostTypeChoiceModal/style.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/SearchItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/SearchItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/CommentList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/CommentList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PendingPostList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PendingPostList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/ReplyCommentList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/Story.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryCircleListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryCircleListView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/helpers/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/interfaces/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Toast/Toast.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ActionButton/ActionButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ActionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ActionButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddOptionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddOptionButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/AddThumbnailButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/AnnouncementBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButton/BackButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButtonIconElement/BackButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BrandBadge/BrandBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BrandBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CameraButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CameraButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CategoryRowImage/CategoryRowImage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CategoryRowName/CategoryRowName.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CategoryTitle/CategoryTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ChangeThumbnailButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ChangeThumbnailButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CloseButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CloseButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommonElements/ImageElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommonElements/TextElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityDescription/CommunityDescription.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityDisplayname/CommunityDisplayname.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityDisplayname/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityInfo/CommunityInfo.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityMemeberCount/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityName/CommunityName.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPendingPost/CommunityPendingPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityRowImage/CommunityRowImage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityRowImage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CopyLinkAction/CopyLinkAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CopyLinkAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/DeleteThumbnailButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/DeleteThumbnailButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/DescriptionElement/DescriptionElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormDescription/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormDescription/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormLabel/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormLabel/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageGallery/ImageGallery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageKeyElement/ImageKeyElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageViewer/ImageViewer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/LiveTimerStatus.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LivestreamTerminatedActionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuAction/MenuAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuAction/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButton/MenuButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/ModeratorBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadgeElement/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/PinBadge/PinBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/PinBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/PinBadge/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareAction/ShareAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareButton/ShareButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/StartLivestreamButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/SwitchCameraButton/SwitchCameraButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/SwitchCameraButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/TextKeyElement/TextKeyElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Timestamp/Timestamp.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Timestamp/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Timestamp/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/TimestampElement/TimestampElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Title/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Title/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/TitleElement/TitleElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/VideoGallery/VideoGallery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/VideoViewer/VideoViewer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/AmityPostContentComponentStyle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/enumTabName.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/enumTheme.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/imageSizeState.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/mediaAttachmentEnum.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/post.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/postTargetType.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/roomStatus.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/storyType.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/tabNameState.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/ReplyCommentList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/AddCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/hooks/useAddCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/AddMember.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/hooks/useAddMember.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/Create.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Members/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Members/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/hooks/useCreateCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/Edit.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/hooks/useEditCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/Membership.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberItem/MemberItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/MemberList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/ModeratorList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/hooks/useMembership.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/PendingRequest.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/PendingPostList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/PostPermission.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/Setting.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunityDescription/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setup/Setup.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setup/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/StorySetting.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Categories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Categories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/CoverImageUpload/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/CoverImageUpload/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Privacy/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Privacy/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/Action.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/types/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Categories/Categories.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Categories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Categories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/CommunityCategories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/CommunityCategories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/CreatePostMenu/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/Explore.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/GlobalFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/GlobalFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/MyCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/NewsFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TopNavigation/TopNavigation.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TopNavigation/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/CommunityCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Create/Create.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Create/RoomView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Create/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Player/Player.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Player/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Terminated/Terminated.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Terminated/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Terminated/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/components/ThumbnailAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/components/ThumbnailAction/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/PollPostComposer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDuration.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDurationBottomSheet.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDurationPicker.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollHeader.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollOptions.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollQuestion.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Composer/PostComposer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Composer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Composer/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Detail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/Content/Content.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/Content/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/DetailedMediaAttachment/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/DetailStyle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/FeedStyle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/type.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/usePostShareAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/EngagementActions.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/EngagementContent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/MediaAttachment/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/reaction/components/List/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/reaction/components/List/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/room/hooks/useRoom.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/CommunitySearchResult/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/TopSearchBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/UserSearchResult/UserSearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/UserSearchResult/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Create/Create.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Create/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Create/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Draft/Draft.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Draft/components/HyperLinkConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Draft/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/View/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/components/Tab/Tab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/components/Tab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/Blocked.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/UserItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/UserList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/UnblockUserButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/styles.d.ts +0 -0
- /package/lib/typescript/{src/social/features/user/PendingFollowRequests → social/features/user/CreateProfile}/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social/features/user/Edit → social/features/user/CreateProfile}/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/Edit.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/ImageUpload.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/hooks/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/PendingFollowRequests.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social/features/user/Relationship → social/features/user/PendingFollowRequests}/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Action/Action.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Action/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Feed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Feed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/ImageFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/VideoFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowButton/FollowButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowingButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingButton/PendingButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/UnblockButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/hooks/useUserProfile.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/types/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/Relationship.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/FollowerList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/FollowingList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social/screens/CommunityProfile → social/features/user/Relationship}/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/UserItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/UserList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/hooks/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/hooks/useUserRelationship.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/category/useCategoryCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/community/useCommunityMemberCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/post/usePinnedPostCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/post/usePostCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/post/useUserFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/useLiveCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/useReactQueryLiveCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useBlockedUsersCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useFollowerCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useFollowingCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useUserCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/files/useFile.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/useLiveObject.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/user/useFollowInfo.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/user/useUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useBlockUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useClosePoll.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useFlagPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useFlagUserQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useFollowUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/usePendingFollowRequest.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useAmityGlobalSearchViewModel.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCamera.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCategories.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCommentAdImpression.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useConfigImageUri.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCustomRankingGlobalFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useDarkMode.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useFile.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useGenerateThemeStyles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useGlobalStory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useImagePicker.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useJoinCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useKeyboardStatus.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useLeaveCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useMembersQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePaginator.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePendingPostQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePendingPosts.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePermissions.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePopup.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePostImpression.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePostPermission.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePostSubscription.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePosts.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useReaction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useRecommenedCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useRolesQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useRoomSubscription.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useStory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useStoryTarget.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useTimeDifference.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useTrendingCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useUiKitConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useUiKitReference.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useValidateConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/providers/AdEngineProvider.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/providers/BehaviourProvider.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/providers/ExploreProvider.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryRowItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/BlockedUsers/BlockedUsers.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/BlockedUsers/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunitiesByCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunitiesByCategory/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityAddCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityAddMember/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityMembership/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityPendingRequest/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityPostPermission/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/Feed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/ImageFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Tab/Tab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Tab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/CommunityCover/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunitySetting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityStorySetting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreateCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreateLivestream/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreatePost/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreateStory/CreateStoryScreen.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditPost/EditPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditUser/EditUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditUser/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalBan/GlobalBan.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalBan/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalBan/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/ImageViewer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/LivestreamPlayer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/LivestreamPostTargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/LivestreamTerminated/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/MyCommunitiesSearch/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/MyCommunitiesSearch/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PollPostComposer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PollTargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PostDetail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PostTargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/SocialGlobalSearch/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/SocialGlobalSearch/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/SocialHomePage/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserPendingFollowRequests/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserProfile/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserRelationship/UserRelationship.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserRelationship/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/VideoPlayer/VideoPlayer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/VideoPlayer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/VideoPlayer/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/types/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/utils/errors.d.ts +0 -0
|
@@ -194,6 +194,8 @@ const useStyles = () => {
|
|
|
194
194
|
},
|
|
195
195
|
deleteBtn: {
|
|
196
196
|
flexDirection: 'row',
|
|
197
|
+
alignItems: 'center',
|
|
198
|
+
gap: 12,
|
|
197
199
|
backgroundColor: theme.colors.background
|
|
198
200
|
},
|
|
199
201
|
commentBottomSheet: {
|
|
@@ -203,7 +205,7 @@ const useStyles = () => {
|
|
|
203
205
|
height: '100%'
|
|
204
206
|
},
|
|
205
207
|
handleBar: {
|
|
206
|
-
width:
|
|
208
|
+
width: 36,
|
|
207
209
|
backgroundColor: theme.colors.baseShade4,
|
|
208
210
|
height: 5,
|
|
209
211
|
marginVertical: 10,
|
|
@@ -222,7 +224,8 @@ const useStyles = () => {
|
|
|
222
224
|
},
|
|
223
225
|
deleteStoryTxt: {
|
|
224
226
|
color: theme.colors.base,
|
|
225
|
-
fontSize:
|
|
227
|
+
fontSize: 15,
|
|
228
|
+
fontWeight: '600'
|
|
226
229
|
}
|
|
227
230
|
});
|
|
228
231
|
return styles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_reactNativePaper","width","height","Dimensions","get","useStyles","theme","useTheme","styles","StyleSheet","create","video","container","flex","backgroundColor","flexCol","flexDirection","flexRowCenter","alignItems","image","resizeMode","backgroundContainer","spinnerContainer","zIndex","position","justifyContent","alignSelf","animationBarContainer","paddingTop","paddingHorizontal","animationBackground","marginHorizontal","userContainer","avatarImage","borderRadius","avatarText","fontWeight","color","paddingLeft","fontSize","avatarSubText","colors","background","closeIconContainer","menuCloseContaier","pressContainer","swipeUpBtn","right","left","bottom","Platform","OS","whiteText","threeDotsMenu","marginRight","swipeText","marginTop","footer","marginBottom","muteBtn","top","muteIcon","seenContainer","paddingVertical","iconContainer","seen","marginLeft","hyperlinkContainer","baseShade1","hyperlinkText","error","textAlign","storyCreateIcon","bottomSheet","borderTopLeftRadius","borderTopRightRadius","deleteBottomSheet","marginVertical","deleteBtn","commentBottomSheet","handleBar","baseShade4","commentTitle","base","horizontalSperator","deleteStoryTxt","exports"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/styles.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAD,OAAA;AAGA,MAAM;EAAEE,KAAK;EAAEC;AAAO,CAAC,GAAGC,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC;AAE3C,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAG,IAAAC,0BAAQ,EAAC,CAAe;EACtC,MAAMC,MAAM,GAAGC,uBAAU,CAACC,MAAM,CAAC;IAC/BC,KAAK,EAAE;MACLV,KAAK,EAAEA,KAAK;MACZC,MAAM,EAAGD,KAAK,GAAG,EAAE,GAAI;IACzB,CAAC;IACDW,SAAS,EAAE;MACTC,IAAI,EAAE,CAAC;MACPC,eAAe,EAAE;IACnB,CAAC;IACDD,IAAI,EAAE;MACJA,IAAI,EAAE;IACR,CAAC;IACDE,OAAO,EAAE;MACPF,IAAI,EAAE,CAAC;MACPG,aAAa,EAAE;IACjB,CAAC;IACDC,aAAa,EAAE;MACbD,aAAa,EAAE,KAAK;MACpBE,UAAU,EAAE;IACd,CAAC;IACDC,KAAK,EAAE;MACLlB,KAAK,EAAEA,KAAK;MACZC,MAAM,EAAED,KAAK,IAAI,EAAE,GAAG,CAAC,CAAC;MACxBmB,UAAU,EAAE;IACd,CAAC;IACDC,mBAAmB,EAAE;MACnBpB,KAAK,EAAE,MAAM;MACbY,IAAI,EAAE;IACR,CAAC;IACDS,gBAAgB,EAAE;MAChBC,MAAM,EAAE,CAAC,GAAG;MACZC,QAAQ,EAAE,UAAU;MACpBC,cAAc,EAAE,QAAQ;MACxBX,eAAe,EAAE,OAAO;MACxBY,SAAS,EAAE,QAAQ;MACnBzB,KAAK,EAAEA,KAAK;MACZC,MAAM,EAAEA;IACV,CAAC;IACDyB,qBAAqB,EAAE;MACrBX,aAAa,EAAE,KAAK;MACpBY,UAAU,EAAE,EAAE;MACdC,iBAAiB,EAAE;IACrB,CAAC;IACDC,mBAAmB,EAAE;MACnB5B,MAAM,EAAE,CAAC;MACTW,IAAI,EAAE,CAAC;MACPG,aAAa,EAAE,KAAK;MACpBF,eAAe,EAAE,0BAA0B;MAC3CiB,gBAAgB,EAAE;IACpB,CAAC;IACDC,aAAa,EAAE;MACb9B,MAAM,EAAE,EAAE;MACVc,aAAa,EAAE,KAAK;MACpBS,cAAc,EAAE,eAAe;MAC/BI,iBAAiB,EAAE;IACrB,CAAC;IACDI,WAAW,EAAE;MACX/B,MAAM,EAAE,EAAE;MACVD,KAAK,EAAE,EAAE;MACTiC,YAAY,EAAE;IAChB,CAAC;IACDC,UAAU,EAAE;MACVC,UAAU,EAAE,MAAM;MAClBC,KAAK,EAAE,OAAO;MACdC,WAAW,EAAE,EAAE;MACfC,QAAQ,EAAE;IACZ,CAAC;IACDC,aAAa,EAAE;MACbH,KAAK,EAAE/B,KAAK,CAACmC,MAAM,CAACC,UAAU;MAC9BH,QAAQ,EAAE;IACZ,CAAC;IACDI,kBAAkB,EAAE;MAClBzB,UAAU,EAAE,QAAQ;MACpBO,cAAc,EAAE,QAAQ;MACxBvB,MAAM,EAAE,EAAE;MACV2B,iBAAiB,EAAE;IACrB,CAAC;IACDe,iBAAiB,EAAE;MACjB5B,aAAa,EAAE,KAAK;MACpBS,cAAc,EAAE,QAAQ;MACxBP,UAAU,EAAE;IACd,CAAC;IACD2B,cAAc,EAAE;MACdhC,IAAI,EAAE,CAAC;MACPG,aAAa,EAAE;IACjB,CAAC;IACD8B,UAAU,EAAE;MACVtB,QAAQ,EAAE,UAAU;MACpBuB,KAAK,EAAE,CAAC;MACRC,IAAI,EAAE,CAAC;MACP9B,UAAU,EAAE,QAAQ;MACpB+B,MAAM,EAAEC,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG,EAAE,GAAG;IACvC,CAAC;IACDC,SAAS,EAAE;MACTf,KAAK,EAAE;IACT,CAAC;IACDgB,aAAa,EAAE;MACbC,WAAW,EAAE;IACf,CAAC;IACDC,SAAS,EAAE;MACTlB,KAAK,EAAE,OAAO;MACdmB,SAAS,EAAE;IACb,CAAC;IACDC,MAAM,EAAE;MACNzC,aAAa,EAAE,KAAK;MACpBE,UAAU,EAAE,QAAQ;MACpBO,cAAc,EAAE,eAAe;MAC/BiC,YAAY,EAAE,EAAE;MAChB7B,iBAAiB,EAAE;IACrB,CAAC;IACD8B,OAAO,EAAE;MACP1D,KAAK,EAAE,EAAE;MACTC,MAAM,EAAE,EAAE;MACVsB,QAAQ,EAAE,UAAU;MACpBoC,GAAG,EAAE,EAAE;MACPZ,IAAI,EAAE;IACR,CAAC;IACDa,QAAQ,EAAE;MACR5D,KAAK,EAAE,MAAM;MACbC,MAAM,EAAE;IACV,CAAC;IACD4D,aAAa,EAAE;MACb/B,gBAAgB,EAAE,CAAC;MACnBF,iBAAiB,EAAE,EAAE;MACrBkC,eAAe,EAAE,CAAC;MAClB7B,YAAY,EAAE,EAAE;MAChBlB,aAAa,EAAE,KAAK;MACpBS,cAAc,EAAE,QAAQ;MACxBP,UAAU,EAAE;IACd,CAAC;IACD8C,aAAa,EAAE;MACbjC,gBAAgB,EAAE,CAAC;MACnBF,iBAAiB,EAAE,EAAE;MACrBkC,eAAe,EAAE,CAAC;MAClB7B,YAAY,EAAE,EAAE;MAChBlB,aAAa,EAAE,KAAK;MACpBS,cAAc,EAAE,QAAQ;MACxBP,UAAU,EAAE;IACd,CAAC;IACD+C,IAAI,EAAE;MACJC,UAAU,EAAE,CAAC;MACb3B,QAAQ,EAAE,EAAE;MACZF,KAAK,EAAE/B,KAAK,CAACmC,MAAM,CAACC;IACtB,CAAC;IACDyB,kBAAkB,EAAE;MAClBnD,aAAa,EAAE,KAAK;MACpBS,cAAc,EAAE,QAAQ;MACxBP,UAAU,EAAE,QAAQ;MACpBJ,eAAe,EAAER,KAAK,CAACmC,MAAM,CAAC2B,UAAU;MACxClC,YAAY,EAAE,EAAE;MAChBL,iBAAiB,EAAE,EAAE;MACrBkC,eAAe,EAAE,CAAC;MAClBd,MAAM,EAAE,EAAE;MACVvB,SAAS,EAAE;IACb,CAAC;IACD2C,aAAa,EAAE;MACbH,UAAU,EAAE,CAAC;MACb7B,KAAK,EAAE;IACT,CAAC;IACDiC,KAAK,EAAE;MACLC,SAAS,EAAE,QAAQ;MACnBlC,KAAK,EAAE/B,KAAK,CAACmC,MAAM,CAACC;IACtB,CAAC;IACD8B,eAAe,EAAE;MACfhD,QAAQ,EAAE,UAAU;MACpBwB,IAAI,EAAE,EAAE;MACRY,GAAG,EAAE;IACP,CAAC;IACDa,WAAW,EAAE;MACXC,mBAAmB,EAAE,EAAE;MACvBC,oBAAoB,EAAE,EAAE;MACxB7D,eAAe,EAAER,KAAK,CAACmC,MAAM,CAACC,UAAU;MACxCzC,KAAK,EAAEA,KAAK;MACZC,MAAM,EAAE,IAAI,GAAGA;IACjB,CAAC;IACD0E,iBAAiB,EAAE;MACjB/C,iBAAiB,EAAE,EAAE;MACrBgD,cAAc,EAAE,CAAC;MACjB/D,eAAe,EAAER,KAAK,CAACmC,MAAM,CAACC;IAChC,CAAC;IACDoC,SAAS,EAAE;MACT9D,aAAa,EAAE,KAAK;
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_reactNativePaper","width","height","Dimensions","get","useStyles","theme","useTheme","styles","StyleSheet","create","video","container","flex","backgroundColor","flexCol","flexDirection","flexRowCenter","alignItems","image","resizeMode","backgroundContainer","spinnerContainer","zIndex","position","justifyContent","alignSelf","animationBarContainer","paddingTop","paddingHorizontal","animationBackground","marginHorizontal","userContainer","avatarImage","borderRadius","avatarText","fontWeight","color","paddingLeft","fontSize","avatarSubText","colors","background","closeIconContainer","menuCloseContaier","pressContainer","swipeUpBtn","right","left","bottom","Platform","OS","whiteText","threeDotsMenu","marginRight","swipeText","marginTop","footer","marginBottom","muteBtn","top","muteIcon","seenContainer","paddingVertical","iconContainer","seen","marginLeft","hyperlinkContainer","baseShade1","hyperlinkText","error","textAlign","storyCreateIcon","bottomSheet","borderTopLeftRadius","borderTopRightRadius","deleteBottomSheet","marginVertical","deleteBtn","gap","commentBottomSheet","handleBar","baseShade4","commentTitle","base","horizontalSperator","deleteStoryTxt","exports"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/styles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,19 +7,17 @@ exports.default = void 0;
|
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
var _styles = _interopRequireDefault(require("./styles"));
|
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
10
|
const CustomText = ({
|
|
12
11
|
children,
|
|
13
12
|
style,
|
|
14
13
|
numberOfLines,
|
|
15
|
-
ellipsizeMode = 'tail'
|
|
16
|
-
...props
|
|
14
|
+
ellipsizeMode = 'tail'
|
|
17
15
|
}) => {
|
|
18
|
-
return /*#__PURE__*/React.createElement(_reactNative.Text,
|
|
16
|
+
return /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
19
17
|
style: [_styles.default.text, style],
|
|
20
18
|
numberOfLines: numberOfLines,
|
|
21
19
|
ellipsizeMode: ellipsizeMode
|
|
22
|
-
}
|
|
20
|
+
}, children);
|
|
23
21
|
};
|
|
24
22
|
var _default = exports.default = CustomText;
|
|
25
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_styles","_interopRequireDefault","e","__esModule","default","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_styles","_interopRequireDefault","e","__esModule","default","CustomText","children","style","numberOfLines","ellipsizeMode","React","createElement","Text","styles","text","_default","exports"],"sourceRoot":"../../../../../../src","sources":["social/components/legacy/CustomText/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AAA8B,SAAAE,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAS9B,MAAMG,UAAqC,GAAGA,CAAC;EAC7CC,QAAQ;EACRC,KAAK;EACLC,aAAa;EACbC,aAAa,GAAG;AAClB,CAAC,KAAK;EACJ,oBACEC,KAAA,CAAAC,aAAA,CAACb,YAAA,CAAAc,IAAI;IACHL,KAAK,EAAE,CAACM,eAAM,CAACC,IAAI,EAAEP,KAAK,CAAE;IAC5BC,aAAa,EAAEA,aAAc;IAC7BC,aAAa,EAAEA;EAAc,GAE5BH,QACG,CAAC;AAEX,CAAC;AAAC,IAAAS,QAAA,GAAAC,OAAA,CAAAZ,OAAA,GACaC,UAAU","ignoreList":[]}
|
|
@@ -319,7 +319,7 @@ const CommentList = ({
|
|
|
319
319
|
xml: _xml.expandIcon
|
|
320
320
|
}), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
321
321
|
style: styles.viewMoreText
|
|
322
|
-
}, "View ", childrenNumber,
|
|
322
|
+
}, "View ", childrenNumber, ' ', childrenNumber === 1 ? 'reply' : 'replies')), isOpenReply && hasNextPage && /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
323
323
|
onPress: () => onNextPage(),
|
|
324
324
|
style: styles.viewMoreReplyBtn
|
|
325
325
|
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_user","_useAuth","_interopRequireDefault","_feed","_EditCommentModal","_reactNativePaper","_native","_ReplyCommentList","_tsSdkReactNative","_useTimeDifference","_LinkPreview","e","__esModule","default","CommentList","commentDetail","onDelete","onClickReply","_previewReplyCommentL","theme","useTheme","styles","useStyles","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","referenceId","timeDifference","useTimeDifference","isLike","setIsLike","useState","includes","likeReaction","setLikeReaction","like","client","apiRegion","useAuth","replyCommentList","setReplyCommentList","previewReplyCommentList","setPreviewReplyCommentList","replyCommentCollection","setReplyCommentCollection","onNextPage","hasNextPage","isOpenReply","setIsOpenReply","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","useRef","Animated","Value","current","navigation","useNavigation","useEffect","getReplyComments","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","formatReplyComments","replyComments","isPreviewReply","length","formattedCommentList","Promise","all","map","item","_item$metadata","userObject","getAmityUser","userId","formattedUserObject","displayName","avatarFileId","dataType","updatedAt","children","metadata","mentioned","getCommentsParams","referenceType","dataTypes","values","matchType","limit","parentId","CommentRepository","getComments","result","openReplyComment","addReactionToComment","removeCommentReaction","addCommentReaction","deletePostObject","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","onPressCommentReaction","navigate","React","createElement","View","key","commentWrap","headerSection","Image","avatar","source","uri","SvgXml","xml","personXml","width","height","rightSection","headerRow","Text","headerText","timeRow","headerTextTime","dot","commentBubble","LinkPreview","mentionPositionArr","actionSection","TouchableOpacity","likeBtn","likedXml","colors","primary","likeXml","likedText","btnText","likeCircle","replyIcon","threeDots","base","FlatList","renderItem","keyExtractor","index","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","modalContent","twoOptions","modalRow","deleteText","onFinishEdit","onClose","_default","exports"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/CommentList/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAGA,IAAAC,YAAA,GAAAD,OAAA;AAUA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AAYA,IAAAK,QAAA,GAAAL,OAAA;AAKA,IAAAM,KAAA,GAAAN,OAAA;AAEA,IAAAO,QAAA,GAAAC,sBAAA,CAAAR,OAAA;AACA,IAAAS,KAAA,GAAAT,OAAA;AAKA,IAAAU,iBAAA,GAAAF,sBAAA,CAAAR,OAAA;AACA,IAAAW,iBAAA,GAAAX,OAAA;AAGA,IAAAY,OAAA,GAAAZ,OAAA;AACA,IAAAa,iBAAA,GAAAL,sBAAA,CAAAR,OAAA;AACA,IAAAc,iBAAA,GAAAd,OAAA;AACA,IAAAe,kBAAA,GAAAf,OAAA;AACA,IAAAgB,YAAA,GAAAhB,OAAA;AAA+D,SAAAQ,uBAAAS,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AA/C/D;;AAuEA,MAAMG,WAAW,GAAGA,CAAC;EACnBC,aAAa;EACbC,QAAQ;EACRC;AACY,CAAC,KAAK;EAAA,IAAAC,qBAAA;EAClB,MAAMC,KAAK,GAAG,IAAAC,0BAAQ,EAAC,CAAe;EACtC,MAAMC,MAAM,GAAG,IAAAC,iBAAS,EAAC,CAAC;EAE1B,MAAM;IACJC,SAAS;IACTC,IAAI;IACJC,IAAI;IACJC,SAAS;IACTC,SAAS;IACTC,WAAW;IACXC,eAAe;IACfC,QAAQ;IACRC,eAAe;IACfC,cAAc;IACdC;EACF,CAAC,GAAGlB,aAAa,IAAI,CAAC,CAAC;EACvB,MAAMmB,cAAc,GAAG,IAAAC,oCAAiB,EAACT,SAAS,CAAC;EACnD,MAAM,CAACU,MAAM,EAAEC,SAAS,CAAC,GAAG,IAAAC,eAAQ,EAClCV,WAAW,GAAGA,WAAW,CAACW,QAAQ,CAAC,MAAM,CAAC,GAAG,KAC/C,CAAC;EACD,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAH,eAAQ,EAC9CX,SAAS,aAATA,SAAS,eAATA,SAAS,CAAEe,IAAI,GAAGf,SAAS,aAATA,SAAS,uBAATA,SAAS,CAAEe,IAAI,GAAG,CACtC,CAAC;EAED,MAAM;IAAEC,MAAM;IAAEC;EAAU,CAAC,GAAG,IAAAC,gBAAO,EAAC,CAAC;EACvC,MAAM,CAACC,gBAAgB,EAAEC,mBAAmB,CAAC,GAAG,IAAAT,eAAQ,EAAa,EAAE,CAAC;EACxE,MAAM,CAACU,uBAAuB,EAAEC,0BAA0B,CAAC,GAAG,IAAAX,eAAQ,EAEpE,EAAE,CAAC;EACL,MAAM,CAACY,sBAAsB,EAAEC,yBAAyB,CAAC,GACvD,IAAAb,eAAQ,EAAmD,CAAC;EAE9D,MAAM;IAAEc,UAAU;IAAEC;EAAY,CAAC,GAAGH,sBAAsB,IAAI,CAAC,CAAC;EAEhE,MAAM,CAACI,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAjB,eAAQ,EAAU,KAAK,CAAC;EAC9D,MAAM,CAACkB,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAnB,eAAQ,EAASd,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEkC,IAAI,CAAC;EAClE,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAtB,eAAQ,EAAC,KAAK,CAAC;EACjD,MAAM,CAACuB,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAxB,eAAQ,EAAU,KAAK,CAAC;EAChE,MAAM,CAACyB,gBAAgB,EAAEC,mBAAmB,CAAC,GAAG,IAAA1B,eAAQ,EAAU,KAAK,CAAC;EACxE,MAAM,CAAC2B,aAAa,EAAEC,gBAAgB,CAAC,GAAG,IAAA5B,eAAQ,EAAU,KAAK,CAAC;EAClE,MAAM6B,cAAc,GAAG,IAAAC,aAAM,EAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EAC5D,MAAMC,UAAU,GAAG,IAAAC,qBAAa,EAAM,CAAC;EAEvC,IAAAC,gBAAS,EAAC,MAAM;IACdC,gBAAgB,CAAC,CAAC;IAClBpB,cAAc,CAAC,IAAI,CAAC;IACpB,OAAO,MAAM;MACXA,cAAc,CAAC,KAAK,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMqB,SAAS,GAAGA,CAAA,KAAM;IACtBhB,YAAY,CAAC,IAAI,CAAC;EACpB,CAAC;EAED,MAAMiB,UAAU,GAAGA,CAAA,KAAM;IACvBR,qBAAQ,CAACS,MAAM,CAACX,cAAc,EAAE;MAC9BY,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE;IACnB,CAAC,CAAC,CAACC,KAAK,CAAC,MAAMtB,YAAY,CAAC,KAAK,CAAC,CAAC;EACrC,CAAC;EACD,MAAMuB,aAAa,GAAG,MAAAA,CAAA,KAAY;IAChC,MAAMC,QAAQ,GAAG,MAAM,IAAAC,oBAAc,EAAC,SAAS,EAAE9D,SAAS,CAAC;IAC3D,IAAI6D,QAAQ,EAAE;MACZtB,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EAED,MAAMwB,mBAAmB,GAAG,MAAAA,CAC1BC,aAAa,EACbC,cAAuB,GAAG,KAAK,KAC5B;IACH,IAAIA,cAAc,EAAE;MAClBvC,0BAA0B,CAAC,EAAE,CAAC;IAChC,CAAC,MAAM;MACLF,mBAAmB,CAAC,EAAE,CAAC;IACzB;IAEA,IAAIwC,aAAa,IAAIA,aAAa,CAACE,MAAM,GAAG,CAAC,EAAE;MAC7C,MAAMC,oBAAoB,GAAG,MAAMC,OAAO,CAACC,GAAG,CAC5CL,aAAa,CAACM,GAAG,CAAC,MAAOC,IAAgC,IAAK;QAAA,IAAAC,cAAA;QAC5D,MAAM;UAAEC;QAAW,CAAC,GAAG,MAAM,IAAAC,kBAAY,EAACH,IAAI,CAACI,MAAM,CAAC;QACtD,IAAIC,mBAAkC;QAEtCA,mBAAmB,GAAG;UACpBD,MAAM,EAAEF,UAAU,CAACxE,IAAI,CAAC0E,MAAM;UAC9BE,WAAW,EAAEJ,UAAU,CAACxE,IAAI,CAAC4E,WAAW;UACxCC,YAAY,EAAEL,UAAU,CAACxE,IAAI,CAAC6E;QAChC,CAAC;QAED,OAAO;UACL9E,SAAS,EAAEuE,IAAI,CAACvE,SAAS;UACzBC,IAAI,EAAEsE,IAAI,CAACtE,IAA2B;UACtC8E,QAAQ,EAAER,IAAI,CAACQ,QAAQ;UACvB1E,WAAW,EAAEkE,IAAI,CAAClE,WAAuB;UACzCD,SAAS,EAAEmE,IAAI,CAACnE,SAAmC;UACnDF,IAAI,EAAE0E,mBAAoC;UAC1CI,SAAS,EAAET,IAAI,CAACS,SAAS;UACzBzE,QAAQ,EAAEgE,IAAI,CAAChE,QAAQ;UACvBJ,SAAS,EAAEoE,IAAI,CAACpE,SAAS;UACzBG,eAAe,EAAEiE,IAAI,CAACU,QAAQ;UAC9BvE,WAAW,EAAE6D,IAAI,CAAC7D,WAAW;UAC7BF,eAAe,EAAE+D,IAAI,aAAJA,IAAI,gBAAAC,cAAA,GAAJD,IAAI,CAAEW,QAAQ,cAAAV,cAAA,uBAAdA,cAAA,CAAgBW;QACnC,CAAC;MACH,CAAC,CACH,CAAC;MACD,IAAIlB,cAAc,EAAE;QAClBvC,0BAA0B,CAAC,CAAC,GAAGyC,oBAAoB,CAAC,CAAC;MACvD,CAAC,MAAM;QACL3C,mBAAmB,CAAC,CAAC,GAAG2C,oBAAoB,CAAC,CAAC;MAChD;IACF;EACF,CAAC;EACD,MAAMf,gBAAgB,GAAG,MAAAA,CAAA,KAAY;IACnC,MAAMgC,iBAA8C,GAAG;MACrDC,aAAa,EAAE,MAAM;MACrB3E,WAAW,EAAEA,WAAW;MAAE;MAC1B4E,SAAS,EAAE;QAAEC,MAAM,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QAAEC,SAAS,EAAE;MAAM,CAAC;MAC1DC,KAAK,EAAE,CAAC;MACRC,QAAQ,EAAE1F;IACZ,CAAC;IAED2F,mCAAiB,CAACC,WAAW,CAACR,iBAAiB,EAAGS,MAAM,IAAK;MAC3DjE,yBAAyB,CAACiE,MAAM,CAAC;MACjC9B,mBAAmB,CAAC8B,MAAM,CAAC5F,IAAI,CAAC;IAClC,CAAC,CAAC;EACJ,CAAC;EACD,MAAM6F,gBAAgB,GAAGA,CAAA,KAAM;IAC7B9D,cAAc,CAAC,IAAI,CAAC;IACpBoB,gBAAgB,CAAC,CAAC;EACpB,CAAC;EACD,IAAAD,gBAAS,EAAC,MAAM;IACdS,aAAa,CAAC,CAAC;EACjB,CAAC,EAAE,CAACtD,eAAe,CAAC,CAAC;EAErB,MAAMyF,oBAAyC,GAAG,MAAAA,CAAA,KAAY;IAC5D,IAAIlF,MAAM,IAAII,YAAY,EAAE;MAC1BC,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjCH,SAAS,CAAC,KAAK,CAAC;MAChB,MAAM,IAAAkF,8BAAqB,EAAChG,SAAS,EAAE,MAAM,CAAC;IAChD,CAAC,MAAM;MACLc,SAAS,CAAC,IAAI,CAAC;MACfI,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAM,IAAAgF,2BAAkB,EAACjG,SAAS,EAAE,MAAM,CAAC;IAC7C;EACF,CAAC;EAED,MAAMkG,gBAAgB,GAAGA,CAAA,KAAM;IAC7BC,kBAAK,CAACC,KAAK,CACT,kBAAkB,EAClB,gFAAgF,EAChF,CACE;MACEjE,IAAI,EAAE,QAAQ;MACdkE,KAAK,EAAE;IACT,CAAC,EACD;MACElE,IAAI,EAAE,QAAQ;MACdkE,KAAK,EAAE,aAAa;MACpBC,OAAO,EAAEA,CAAA,KAAM7G,QAAQ,IAAIA,QAAQ,CAACO,SAAS;IAC/C,CAAC,CAEL,CAAC;IACDqC,YAAY,CAAC,KAAK,CAAC;EACrB,CAAC;EACD,MAAMkE,mBAAmB,GAAG,MAAAA,CAAA,KAAY;IACtC,IAAIjE,YAAY,EAAE;MAChB,MAAMkE,YAAY,GAAG,MAAM,IAAAC,wBAAkB,EAAC,SAAS,EAAEzG,SAAS,CAAC;MACnE,IAAIwG,YAAY,EAAE;QAChBL,kBAAK,CAACC,KAAK,CAAC,kBAAkB,CAAC;MACjC;MACA/D,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,KAAK,CAAC;IACxB,CAAC,MAAM;MACL,MAAMmE,UAAU,GAAG,MAAM,IAAAC,sBAAgB,EAAC,SAAS,EAAE3G,SAAS,CAAC;MAC/D,IAAI0G,UAAU,EAAE;QACdP,kBAAK,CAACC,KAAK,CAAC,aAAa,CAAC;MAC5B;MACA/D,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EACD,MAAMqE,UAAU,GAAG;IACjBC,SAAS,EAAE,CACT;MACEC,UAAU,EAAElE,cAAc,CAACmE,WAAW,CAAC;QACrCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAE;MACzB,CAAC;IACH,CAAC;EAEL,CAAC;EAED,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;IACjC7E,YAAY,CAAC,KAAK,CAAC;IACnBI,mBAAmB,CAAC,IAAI,CAAC;EAC3B,CAAC;EACD,MAAM0E,aAAa,GAAIC,QAAgB,IAAK;IAC1CzE,gBAAgB,CAAC,IAAI,CAAC;IACtBF,mBAAmB,CAAC,KAAK,CAAC;IAC1BP,cAAc,CAACkF,QAAQ,CAAC;EAC1B,CAAC;EACD,MAAMC,uBAAuB,GAAGA,CAAA,KAAM;IACpC5E,mBAAmB,CAAC,KAAK,CAAC;EAC5B,CAAC;EAED,MAAM6E,aAAa,GAAGA,CAAA,KAAM;IAC1B5H,YAAY,IAAIA,YAAY,CAACQ,IAAI,EAAEF,SAAS,CAAC;EAC/C,CAAC;EAED,MAAMuH,sBAAsB,GAAGA,CAAA,KAAM;IACnCtE,UAAU,CAACuE,QAAQ,CAAC,cAAc,EAAE;MAClC9G,WAAW,EAAEV,SAAS;MACtBqF,aAAa,EAAE;IACjB,CAAC,CAAC;EACJ,CAAC;EAED,oBACEoC,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACC,GAAG,EAAE5H,SAAU;IAACqG,KAAK,EAAEvG,MAAM,CAAC+H;EAAY,gBAC9CJ,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAACgI;EAAc,GAC/B5H,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE4E,YAAY,gBACjB2C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA2J,KAAK;IACJ1B,KAAK,EAAEvG,MAAM,CAACkI,MAAO;IACrBC,MAAM,EAAE;MACNC,GAAG,EAAE,eAAe7G,SAAS,0BAA0BnB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE4E,YAAY;IAC3E;EAAE,CACH,CAAC,gBAEF2C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAACkI;EAAO,gBACzBP,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IAACC,GAAG,EAAEC,cAAU;IAACC,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CACP,eACDd,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAAC0I;EAAa,gBAC/Bf,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAAC2I;EAAU,gBAC5BhB,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAAC6I;EAAW,GAAEzI,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE2E,WAAkB,CACrD,CAAC,eAEP4C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAAC8I;EAAQ,gBAC1BnB,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAAC+I;EAAe,GAAElI,cAAqB,CAAC,EAC1D,CAACJ,QAAQ,KAAKJ,SAAS,IAAIuC,aAAa,kBACvC+E,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAACgJ;EAAI,GAAC,MAAO,CACjC,EACA,CAACvI,QAAQ,KAAKJ,SAAS,IAAIuC,aAAa,kBACvC+E,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAAC+I;EAAe,GAAC,QAAY,CAE9C,CAAC,eACPpB,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAACiJ;EAAc,GAC/B9G,WAAW,iBACVwF,KAAA,CAAAC,aAAA,CAACvI,YAAA,CAAA6J,WAAW;IACVC,kBAAkB,EAAEzI,eAAgB;IACpC2B,IAAI,EAAEF;EAAY,CACnB,CAGC,CAAC,eACPwF,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI;IAACtB,KAAK,EAAEvG,MAAM,CAACoJ;EAAc,gBAChCzB,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEA,CAAA,KAAMP,oBAAoB,CAAC,CAAE;IACtCM,KAAK,EAAEvG,MAAM,CAACsJ;EAAQ,GAErBvI,MAAM,gBACL4G,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IACLC,GAAG,EAAE,IAAAiB,aAAQ,EAACzJ,KAAK,CAAC0J,MAAM,CAACC,OAAO,CAAE;IACpCjB,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CAAC,gBAEFd,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IAACC,GAAG,EAAEoB,YAAQ;IAAClB,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC/C,eAEDd,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAExF,MAAM,GAAGf,MAAM,CAAC2J,SAAS,GAAG3J,MAAM,CAAC4J;EAAQ,GACrD,CAAC7I,MAAM,GAAG,MAAM,GAAG,OAChB,CACU,CAAC,EAClBI,YAAY,GAAG,CAAC,iBACfwG,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEiB,sBAAuB;IAChClB,KAAK,EAAEvG,MAAM,CAACsJ;EAAQ,gBAEtB3B,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IAACC,GAAG,EAAEuB,eAAW;IAACrB,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAAC,eAClDd,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAAC2J;EAAU,GAAExI,YAAmB,CACnC,CACnB,eACDwG,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEgB;IACT;IAAA;IACAjB,KAAK,EAAEvG,MAAM,CAACsJ;EAAQ,gBAEtB3B,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IAACC,GAAG,EAAEwB,cAAU;IAACtB,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAAC,eAEjDd,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAAC4J;EAAQ,GAAC,OAAW,CACxB,CAAC,eAEnBjC,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IAAC7C,OAAO,EAAEjD,SAAU;IAACgD,KAAK,EAAEvG,MAAM,CAAC+J;EAAU,gBAC5DpC,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IACLC,GAAG,EAAE,IAAAyB,cAAS,EAACjK,KAAK,CAAC0J,MAAM,CAACQ,IAAI,CAAE;IAClCxB,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CACe,CACd,CAAC,EAEN9G,uBAAuB,CAACyC,MAAM,GAAG,CAAC,IAAI,CAACnC,WAAW,iBACjD0F,KAAA,CAAAC,aAAA,CAAC1I,iBAAA,CAAAM,OAAgB;IACfU,SAAS,GAAAL,qBAAA,GACP8B,uBAAuB,CAACA,uBAAuB,CAACyC,MAAM,GAAG,CAAC,CAAC,cAAAvE,qBAAA,uBAA3DA,qBAAA,CACIK,SACL;IACDR,aAAa,EACXiC,uBAAuB,CAACA,uBAAuB,CAACyC,MAAM,GAAG,CAAC,CAC3D;IACDzE,QAAQ,EAAEA;EAAS,CACpB,CACF,EACAsC,WAAW,iBACV0F,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA2L,QAAQ;IACP9J,IAAI,EAAEsB,gBAAiB;IACvByI,UAAU,EAAEA,CAAC;MAAEzF;IAAK,CAAC,kBACnBkD,KAAA,CAAAC,aAAA,CAAC1I,iBAAA,CAAAM,OAAgB;MACfU,SAAS,EAAEuE,IAAI,CAACvE,SAAU;MAC1BR,aAAa,EAAE+E,IAAK;MACpB9E,QAAQ,EAAEA;IAAS,CACpB,CACD;IACFwK,YAAY,EAAEA,CAAC1F,IAAI,EAAE2F,KAAK,KAAK3F,IAAI,CAACvE,SAAS,GAAGkK;EAAM,CACvD,CACF,EAEA5J,eAAe,CAAC4D,MAAM,GAAG,CAAC,IAAI,CAACnC,WAAW,iBACzC0F,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEA,CAAA,KAAMR,gBAAgB,CAAC,CAAE;IAClCO,KAAK,EAAEvG,MAAM,CAACqK;EAAiB,gBAE/B1C,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IAACC,GAAG,EAAEgC;EAAW,CAAE,CAAC,eAC3B3C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAACuK;EAAa,GAAC,OAC3B,EAAC5J,cAAc,EAAC,UACjB,CACU,CACnB,EAEAsB,WAAW,IAAID,WAAW,iBACzB2F,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEA,CAAA,KAAMzE,UAAU,CAAC,CAAE;IAC5BwE,KAAK,EAAEvG,MAAM,CAACqK;EAAiB,gBAE/B1C,KAAA,CAAAC,aAAA,CAACpJ,eAAA,CAAA6J,MAAM;IAACC,GAAG,EAAEgC;EAAW,CAAE,CAAC,eAC3B3C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAACuK;EAAa,GAAC,mBAAuB,CACzC,CAEhB,CACF,CAAC,eACP5C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAkM,KAAK;IACJC,aAAa,EAAC,MAAM;IACpBC,WAAW,EAAE,IAAK;IAClBC,OAAO,EAAErI,SAAU;IACnBsI,cAAc,EAAEpH;EAAW,gBAE3BmE,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuM,SAAS;IAACrE,OAAO,EAAEhD,UAAW;IAAC+C,KAAK,EAAEvG,MAAM,CAAC8K;EAAe,gBAC3DnD,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA0E,QAAQ,CAAC6E,IAAI;IACZtB,KAAK,EAAE,CACLvG,MAAM,CAAC+K,YAAY,EACnBjE,UAAU,EACV,CAAA1G,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyE,MAAM,MAAMvD,MAAM,CAAkBuD,MAAM,IAC9C7E,MAAM,CAACgL,UAAU;EACnB,GAED,CAAA5K,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyE,MAAM,MAAMvD,MAAM,CAAkBuD,MAAM,gBAC/C8C,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAuJ,IAAI,qBACHF,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEY,oBAAqB;IAC9Bb,KAAK,EAAEvG,MAAM,CAACiL;EAAS,gBAEvBtD,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAACkL;EAAW,GAAC,eAAmB,CACnC,CAAC,eACnBvD,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEJ,gBAAiB;IAC1BG,KAAK,EAAEvG,MAAM,CAACiL;EAAS,gBAEvBtD,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAACkL;EAAW,GAAC,iBAAqB,CACrC,CACd,CAAC,gBAEPvD,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAA+K,gBAAgB;IACf7C,OAAO,EAAEC,mBAAoB;IAC7BF,KAAK,EAAEvG,MAAM,CAACiL;EAAS,gBAEvBtD,KAAA,CAAAC,aAAA,CAACtJ,YAAA,CAAAsK,IAAI;IAACrC,KAAK,EAAEvG,MAAM,CAACkL;EAAW,GAC5B1I,YAAY,GAAG,aAAa,GAAG,QAC5B,CACU,CAEP,CACN,CACN,CAAC,eACRmF,KAAA,CAAAC,aAAA,CAAC7I,iBAAA,CAAAS,OAAgB;IACfmL,OAAO,EAAEjI,gBAAiB;IAC1BhD,aAAa,EAAEA,aAAc;IAC7ByL,YAAY,EAAE9D,aAAc;IAC5B+D,OAAO,EAAE7D;EAAwB,CAClC,CACG,CAAC;AAEX,CAAC;AAAC,IAAA8D,QAAA,GAAAC,OAAA,CAAA9L,OAAA,GACaC,WAAW","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_user","_useAuth","_interopRequireDefault","_feed","_EditCommentModal","_reactNativePaper","_native","_ReplyCommentList","_tsSdkReactNative","_useTimeDifference","_LinkPreview","e","__esModule","default","CommentList","commentDetail","onDelete","onClickReply","_previewReplyCommentL","theme","useTheme","styles","useStyles","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","referenceId","timeDifference","useTimeDifference","isLike","setIsLike","useState","includes","likeReaction","setLikeReaction","like","client","apiRegion","useAuth","replyCommentList","setReplyCommentList","previewReplyCommentList","setPreviewReplyCommentList","replyCommentCollection","setReplyCommentCollection","onNextPage","hasNextPage","isOpenReply","setIsOpenReply","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","useRef","Animated","Value","current","navigation","useNavigation","useEffect","getReplyComments","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","formatReplyComments","replyComments","isPreviewReply","length","formattedCommentList","Promise","all","map","item","_item$metadata","userObject","getAmityUser","userId","formattedUserObject","displayName","avatarFileId","dataType","updatedAt","children","metadata","mentioned","getCommentsParams","referenceType","dataTypes","values","matchType","limit","parentId","CommentRepository","getComments","result","openReplyComment","addReactionToComment","removeCommentReaction","addCommentReaction","deletePostObject","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","onPressCommentReaction","navigate","React","createElement","View","key","commentWrap","headerSection","Image","avatar","source","uri","SvgXml","xml","personXml","width","height","rightSection","headerRow","Text","headerText","timeRow","headerTextTime","dot","commentBubble","LinkPreview","mentionPositionArr","actionSection","TouchableOpacity","likeBtn","likedXml","colors","primary","likeXml","likedText","btnText","likeCircle","replyIcon","threeDots","base","FlatList","renderItem","keyExtractor","index","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","modalContent","twoOptions","modalRow","deleteText","onFinishEdit","onClose","_default","exports"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/CommentList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_styles","_react","_native","RenderTextWithMention","mentionPositionArr","textPost","styles","useStyles","navigation","useNavigation","length","React","createElement","Text","style","inputText","mentionClick","userId","navigate","currentPosition","result","map","index","i","nonHighlightedText","slice","highlightedText","onPress","key","mentionText","remainingText","push","flat","_default","exports","default","memo"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AAUA,MAAMI,qBAAuD,GAAGA,CAAC;EAC/DC,kBAAkB;EAClBC;AACF,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAG,IAAAC,iBAAS,EAAC,CAAC;EAC1B,MAAMC,UAAU,GACd,IAAAC,qBAAa,EAAC,CAAkD;EAClE,IAAIL,kBAAkB,CAACM,MAAM,KAAK,CAAC,EAAE;IACnC,oBAAOC,KAAA,CAAAC,aAAA,CAACd,YAAA,CAAAe,IAAI;MAACC,KAAK,EAAER,MAAM,CAACS;IAAU,GAAEV,QAAe,CAAC;EACzD;EACA,MAAMW,YAAY,GAAIC,MAAc,IAAK;IACvCT,UAAU,CAACU,QAAQ,CAAC,aAAa,EAAE;MACjCD,MAAM,EAAEA;IACV,CAAC,CAAC;EACJ,CAAC;EACD,IAAIE,eAAe,GAAG,CAAC;EACvB,MAAMC,
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_styles","_react","_native","RenderTextWithMention","mentionPositionArr","textPost","styles","useStyles","navigation","useNavigation","length","React","createElement","Text","style","inputText","mentionClick","userId","navigate","currentPosition","result","map","index","i","nonHighlightedText","slice","highlightedText","onPress","key","mentionText","remainingText","push","flat","_default","exports","default","memo"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AAUA,MAAMI,qBAAuD,GAAGA,CAAC;EAC/DC,kBAAkB;EAClBC;AACF,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAG,IAAAC,iBAAS,EAAC,CAAC;EAC1B,MAAMC,UAAU,GACd,IAAAC,qBAAa,EAAC,CAAkD;EAClE,IAAIL,kBAAkB,CAACM,MAAM,KAAK,CAAC,EAAE;IACnC,oBAAOC,KAAA,CAAAC,aAAA,CAACd,YAAA,CAAAe,IAAI;MAACC,KAAK,EAAER,MAAM,CAACS;IAAU,GAAEV,QAAe,CAAC;EACzD;EACA,MAAMW,YAAY,GAAIC,MAAc,IAAK;IACvCT,UAAU,CAACU,QAAQ,CAAC,aAAa,EAAE;MACjCD,MAAM,EAAEA;IACV,CAAC,CAAC;EACJ,CAAC;EACD,IAAIE,eAAe,GAAG,CAAC;EACvB,MAAMC,MAAyC,GAAGhB,kBAAkB,CAACiB,GAAG,CACtE,CAAC;IAAEC,KAAK;IAAEZ,MAAM;IAAEO;EAAO,CAAC,EAAEM,CAAC,KAAK;IAChC;IACA,MAAMC,kBAAkB,GAAGnB,QAAQ,CAACoB,KAAK,CAACN,eAAe,EAAEG,KAAK,CAAC;;IAEjE;IACA,MAAMI,eAAe,gBACnBf,KAAA,CAAAC,aAAA,CAACd,YAAA,CAAAe,IAAI;MACHc,OAAO,EAAEA,CAAA,KAAMX,YAAY,CAACC,MAAM,CAAE;MACpCW,GAAG,EAAE,eAAeL,CAAC,EAAG;MACxBT,KAAK,EAAER,MAAM,CAACuB;IAAY,GAEzBxB,QAAQ,CAACoB,KAAK,CAACH,KAAK,EAAEA,KAAK,GAAGZ,MAAM,CACjC,CACP;;IAED;IACAS,eAAe,GAAGG,KAAK,GAAGZ,MAAM;;IAEhC;IACA,OAAO,CAACc,kBAAkB,EAAEE,eAAe,CAAC;EAC9C,CACF,CAAC;;EAED;EACA,MAAMI,aAAa,GAAGzB,QAAQ,CAACoB,KAAK,CAACN,eAAe,CAAC;EACrDC,MAAM,CAACW,IAAI,CAAC,cACVpB,KAAA,CAAAC,aAAA,CAACd,YAAA,CAAAe,IAAI;IAACe,GAAG,EAAC,qBAAqB;IAACd,KAAK,EAAER,MAAM,CAACS;EAAU,GACrDe,aACG,CAAC,CACR,CAAC;;EAEF;EACA,oBAAOnB,KAAA,CAAAC,aAAA,CAACd,YAAA,CAAAe,IAAI;IAACC,KAAK,EAAER,MAAM,CAACS;EAAU,GAAEK,MAAM,CAACY,IAAI,CAAC,CAAQ,CAAC;AAC9D,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,gBAEa,IAAAC,WAAI,EAACjC,qBAAqB,CAAC","ignoreList":[]}
|
|
@@ -295,6 +295,8 @@ function PostList({
|
|
|
295
295
|
style: styles.headerSection
|
|
296
296
|
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
297
297
|
style: styles.user
|
|
298
|
+
}, user !== null && user !== void 0 && user.userId ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
299
|
+
onPress: handleDisplayNamePress
|
|
298
300
|
}, user !== null && user !== void 0 && user.avatarCustomUrl ? /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
299
301
|
style: styles.avatar,
|
|
300
302
|
source: {
|
|
@@ -311,15 +313,33 @@ function PostList({
|
|
|
311
313
|
xml: _xml.personXml,
|
|
312
314
|
width: "20",
|
|
313
315
|
height: "16"
|
|
314
|
-
})), /*#__PURE__*/React.createElement(_reactNative.
|
|
316
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null, user !== null && user !== void 0 && user.avatarCustomUrl ? /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
317
|
+
style: styles.avatar,
|
|
318
|
+
source: {
|
|
319
|
+
uri: user.avatarCustomUrl
|
|
320
|
+
}
|
|
321
|
+
}) : user !== null && user !== void 0 && user.avatarFileId ? /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
322
|
+
style: styles.avatar,
|
|
323
|
+
source: {
|
|
324
|
+
uri: `https://api.${apiRegion}.amity.co/api/v3/files/${user.avatarFileId}/download`
|
|
325
|
+
}
|
|
326
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
327
|
+
style: styles.avatar
|
|
328
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
329
|
+
xml: _xml.personXml,
|
|
330
|
+
width: "20",
|
|
331
|
+
height: "16"
|
|
332
|
+
}))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
315
333
|
style: styles.fillSpace
|
|
316
334
|
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
317
335
|
style: styles.headerRow
|
|
318
|
-
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
336
|
+
}, user !== null && user !== void 0 && user.userId ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
319
337
|
onPress: handleDisplayNamePress
|
|
320
338
|
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
321
339
|
style: styles.headerText
|
|
322
|
-
}, user === null || user === void 0 ? void 0 : user.displayName))
|
|
340
|
+
}, user === null || user === void 0 ? void 0 : user.displayName)) : /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
341
|
+
style: styles.headerText
|
|
342
|
+
}, user === null || user === void 0 ? void 0 : user.displayName), communityName && /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
323
343
|
style: styles.communityNameContainer
|
|
324
344
|
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
325
345
|
style: styles.arrow,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_reactNativeSvg","_xml","_styles","_feed","_native","_useAuth","_interopRequireDefault","_EditPostModal","_reactNativePaper","_postDetailSlice","_globalfeedSlice","_feedSlice","_useTimeDifference","_tsSdkReactNative","_PostContent","_store","e","__esModule","default","PostList","postDetail","onDelete","theme","useTheme","client","apiRegion","useAuth","styles","useStyles","isLike","setIsLike","useState","likeReaction","setLikeReaction","communityName","setCommunityName","isJoined","setIsJoined","textPost","setTextPost","privateCommunityId","setPrivateCommunityId","isVisible","setIsVisible","isEdit","setIsEdit","isReportByMe","setIsReportByMe","editPostModalVisible","setEditPostModalVisible","slideAnimation","useRef","Animated","Value","current","navigation","useNavigation","dispatch","useUIKitDispatch","mentionPositionArr","setMentionsPositionArr","updateByPostId","updateByPostIdGlobalFeed","globalFeedSlice","actions","feedSlice","updatePostDetail","postDetailSlice","postId","data","myReactions","reactions","reactionCount","commentsCount","createdAt","creator","user","targetType","targetId","children","childrenPosts","editedAt","metadata","mentionPosition","mentioned","timeDifference","useTimeDifference","useEffect","length","like","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","useCallback","isReport","isReportTarget","unsubCommunity","CommunityRepository","getCommunity","error","loading","community","displayName","isPublic","communityId","text","includes","renderLikeText","likeNumber","renderCommentText","commentNumber","addReactionToPost","isLiked","prev","updatedLikeReaction","updatedPost","removePostReaction","addPostReaction","onClickComment","navigate","handleDisplayNamePress","userId","handleCommunityNamePress","deletePostObject","Alert","alert","style","onPress","reportPostObject","unReportPost","unReportTargetById","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","renderOptionModal","React","createElement","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","View","modalContent","twoOptions","TouchableOpacity","openEditPostModal","modalRow","Text","deleteText","closeEditPostModal","handleOnFinishEdit","postData","onClickReactions","referenceId","referenceType","onPressPost","key","postWrap","headerSection","avatarCustomUrl","Image","avatar","source","uri","avatarFileId","SvgXml","xml","personXml","width","height","fillSpace","headerRow","headerText","communityNameContainer","arrow","arrowXml","ellipsizeMode","numberOfLines","timeRow","headerTextTime","dot","threeDots","colors","base","bodySection","post","countSection","likeCountText","commentCountText","actionSection","likeBtn","likedXml","primary","likeXml","likedText","btnText","commentBtn","commentXml","onClose","onFinishEdit"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/PostList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_reactNativeSvg","_xml","_styles","_feed","_native","_useAuth","_interopRequireDefault","_EditPostModal","_reactNativePaper","_postDetailSlice","_globalfeedSlice","_feedSlice","_useTimeDifference","_tsSdkReactNative","_PostContent","_store","e","__esModule","default","PostList","postDetail","onDelete","theme","useTheme","client","apiRegion","useAuth","styles","useStyles","isLike","setIsLike","useState","likeReaction","setLikeReaction","communityName","setCommunityName","isJoined","setIsJoined","textPost","setTextPost","privateCommunityId","setPrivateCommunityId","isVisible","setIsVisible","isEdit","setIsEdit","isReportByMe","setIsReportByMe","editPostModalVisible","setEditPostModalVisible","slideAnimation","useRef","Animated","Value","current","navigation","useNavigation","dispatch","useUIKitDispatch","mentionPositionArr","setMentionsPositionArr","updateByPostId","updateByPostIdGlobalFeed","globalFeedSlice","actions","feedSlice","updatePostDetail","postDetailSlice","postId","data","myReactions","reactions","reactionCount","commentsCount","createdAt","creator","user","targetType","targetId","children","childrenPosts","editedAt","metadata","mentionPosition","mentioned","timeDifference","useTimeDifference","useEffect","length","like","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","useCallback","isReport","isReportTarget","unsubCommunity","CommunityRepository","getCommunity","error","loading","community","displayName","isPublic","communityId","text","includes","renderLikeText","likeNumber","renderCommentText","commentNumber","addReactionToPost","isLiked","prev","updatedLikeReaction","updatedPost","removePostReaction","addPostReaction","onClickComment","navigate","handleDisplayNamePress","userId","handleCommunityNamePress","deletePostObject","Alert","alert","style","onPress","reportPostObject","unReportPost","unReportTargetById","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","renderOptionModal","React","createElement","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","View","modalContent","twoOptions","TouchableOpacity","openEditPostModal","modalRow","Text","deleteText","closeEditPostModal","handleOnFinishEdit","postData","onClickReactions","referenceId","referenceType","onPressPost","key","postWrap","headerSection","avatarCustomUrl","Image","avatar","source","uri","avatarFileId","SvgXml","xml","personXml","width","height","Fragment","fillSpace","headerRow","headerText","communityNameContainer","arrow","arrowXml","ellipsizeMode","numberOfLines","timeRow","headerTextTime","dot","threeDots","colors","base","bodySection","post","countSection","likeCountText","commentCountText","actionSection","likeBtn","likedXml","primary","likeXml","likedText","btnText","commentBtn","commentXml","onClose","onFinishEdit"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/PostList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -19,14 +19,17 @@ var _Typography = require("../../../../../core/components/Typography/Typography"
|
|
|
19
19
|
var _icons = require("../../../../../core/assets/icons");
|
|
20
20
|
var _native = require("@react-navigation/native");
|
|
21
21
|
var _hooks = require("../../../../hooks");
|
|
22
|
+
var _useGlobalBehavior = require("../../../../hooks/useGlobalBehavior");
|
|
22
23
|
var _toastSlice = require("../../../../../core/stores/slices/toastSlice");
|
|
24
|
+
var _List = _interopRequireDefault(require("../../../../features/reaction/components/List"));
|
|
23
25
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
24
26
|
// import { useTranslation } from 'react-i18next';
|
|
25
27
|
|
|
26
28
|
function ReplyCommentList({
|
|
27
29
|
commentDetail,
|
|
28
30
|
onDelete,
|
|
29
|
-
commentId
|
|
31
|
+
commentId,
|
|
32
|
+
onNavigate
|
|
30
33
|
}) {
|
|
31
34
|
const {
|
|
32
35
|
// commentId,
|
|
@@ -55,6 +58,7 @@ function ReplyCommentList({
|
|
|
55
58
|
const [isEditComment, setIsEditComment] = (0, _react.useState)(false);
|
|
56
59
|
const slideAnimation = (0, _react.useRef)(new _reactNative.Animated.Value(0)).current;
|
|
57
60
|
const [commentMentionPosition, setCommentMentionPosition] = (0, _react.useState)([]);
|
|
61
|
+
const [isReactionListVisible, setIsReactionListVisible] = (0, _react.useState)(false);
|
|
58
62
|
const navigation = (0, _native.useNavigation)();
|
|
59
63
|
const timeDifference = (0, _hooks.useTimeDifference)(createdAt);
|
|
60
64
|
const {
|
|
@@ -95,6 +99,15 @@ function ReplyCommentList({
|
|
|
95
99
|
await (0, _comment.addCommentReaction)(commentId, 'like');
|
|
96
100
|
}
|
|
97
101
|
};
|
|
102
|
+
|
|
103
|
+
// Web parity: visitors see Like but taps show the sign-in toast
|
|
104
|
+
const {
|
|
105
|
+
handleGlobalBehavior,
|
|
106
|
+
isVisitorOrBot
|
|
107
|
+
} = (0, _useGlobalBehavior.useGlobalBehavior)();
|
|
108
|
+
const onPressLike = () => handleGlobalBehavior({
|
|
109
|
+
defaultBehavior: addReactionToComment
|
|
110
|
+
});
|
|
98
111
|
const deletePostObject = () => {
|
|
99
112
|
_reactNative.Alert.alert('Delete reply', `This reply will be permanently deleted.`, [{
|
|
100
113
|
text: 'Cancel',
|
|
@@ -150,10 +163,7 @@ function ReplyCommentList({
|
|
|
150
163
|
setEditCommentModal(false);
|
|
151
164
|
};
|
|
152
165
|
const onPressReplyReaction = () => {
|
|
153
|
-
|
|
154
|
-
referenceId: commentId,
|
|
155
|
-
referenceType: 'comment'
|
|
156
|
-
});
|
|
166
|
+
setIsReactionListVisible(true);
|
|
157
167
|
};
|
|
158
168
|
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
159
169
|
key: commentId,
|
|
@@ -175,9 +185,21 @@ function ReplyCommentList({
|
|
|
175
185
|
style: styles.rightSection
|
|
176
186
|
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
177
187
|
style: styles.headerRow
|
|
188
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
189
|
+
disabled: !(user !== null && user !== void 0 && user.userId),
|
|
190
|
+
onPress: () => {
|
|
191
|
+
if (!(user !== null && user !== void 0 && user.userId)) return;
|
|
192
|
+
if (onNavigate) {
|
|
193
|
+
onNavigate(user.userId);
|
|
194
|
+
} else {
|
|
195
|
+
navigation.navigate('UserProfile', {
|
|
196
|
+
userId: user.userId
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
}
|
|
178
200
|
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
179
201
|
style: styles.headerText
|
|
180
|
-
}, user === null || user === void 0 ? void 0 : user.displayName)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
202
|
+
}, user === null || user === void 0 ? void 0 : user.displayName))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
181
203
|
style: styles.commentBubble
|
|
182
204
|
}, textComment && /*#__PURE__*/React.createElement(_LinkPreview.LinkPreview, {
|
|
183
205
|
text: textComment,
|
|
@@ -193,11 +215,11 @@ function ReplyCommentList({
|
|
|
193
215
|
}, timeDifference), (editedAt !== createdAt || isEditComment) && /*#__PURE__*/React.createElement(_Typography.Typography.Caption, {
|
|
194
216
|
style: styles.headerTextTime
|
|
195
217
|
}, ' ', "(edited)")), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
196
|
-
onPress:
|
|
218
|
+
onPress: onPressLike,
|
|
197
219
|
style: styles.likeBtn
|
|
198
220
|
}, /*#__PURE__*/React.createElement(_Typography.Typography.CaptionBold, {
|
|
199
221
|
style: isLike ? styles.likedText : styles.btnText
|
|
200
|
-
}, "Like")), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
222
|
+
}, "Like")), !isVisitorOrBot && /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
201
223
|
onPress: openModal,
|
|
202
224
|
style: styles.threeDots
|
|
203
225
|
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
@@ -266,6 +288,21 @@ function ReplyCommentList({
|
|
|
266
288
|
commentDetail: commentDetail,
|
|
267
289
|
onFinishEdit: onEditComment,
|
|
268
290
|
onClose: onCloseEditCommentModal
|
|
291
|
+
}), /*#__PURE__*/React.createElement(_List.default, {
|
|
292
|
+
isModalVisible: isReactionListVisible,
|
|
293
|
+
onCloseModal: () => setIsReactionListVisible(false),
|
|
294
|
+
referenceId: commentId,
|
|
295
|
+
referenceType: "comment",
|
|
296
|
+
onPressUser: userId => {
|
|
297
|
+
setIsReactionListVisible(false);
|
|
298
|
+
if (onNavigate) {
|
|
299
|
+
onNavigate(userId);
|
|
300
|
+
} else {
|
|
301
|
+
navigation.navigate('UserProfile', {
|
|
302
|
+
userId
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
}
|
|
269
306
|
}));
|
|
270
307
|
}
|
|
271
308
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_useAuth","_interopRequireDefault","_feed","_EditCommentModal","_reactNativePaper","_LinkPreview","_Typography","_icons","_native","_hooks","_toastSlice","e","__esModule","default","ReplyCommentList","commentDetail","onDelete","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","theme","useTheme","styles","useStyles","isLike","setIsLike","useState","includes","likeReaction","setLikeReaction","like","client","apiRegion","useAuth","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","useRef","Animated","Value","current","commentMentionPosition","setCommentMentionPosition","navigation","useNavigation","timeDifference","useTimeDifference","showToast","useToast","useEffect","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","addReactionToComment","removeCommentReaction","addCommentReaction","deletePostObject","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","message","type","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onPressReplyReaction","navigate","referenceId","referenceType","React","createElement","View","key","replyCommentWrap","replyHeaderSection","avatarFileId","Image","avatar","source","uri","SvgXml","xml","personXml","width","height","rightSection","headerRow","Text","headerText","displayName","commentBubble","LinkPreview","mentionPositionArr","actionSection","rowContainer","timeRow","Typography","Caption","headerTextTime","TouchableOpacity","likeBtn","CaptionBold","likedText","btnText","threeDots","colors","base","likeCircle","length","Pressable","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","userId","twoOptions","handleBar","modalRow","pen","color","BodyBold","normalActionText","trash","dangerActionText","unreport","report","onFinishEdit","onClose"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/ReplyCommentList/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAGA,IAAAC,YAAA,GAAAD,OAAA;AASA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AASA,IAAAK,QAAA,GAAAL,OAAA;AAMA,IAAAM,QAAA,GAAAC,sBAAA,CAAAP,OAAA;AACA,IAAAQ,KAAA,GAAAR,OAAA;AAKA,IAAAS,iBAAA,GAAAF,sBAAA,CAAAP,OAAA;AACA,IAAAU,iBAAA,GAAAV,OAAA;AAGA,IAAAW,YAAA,GAAAX,OAAA;AACA,IAAAY,WAAA,GAAAZ,OAAA;AACA,IAAAa,MAAA,GAAAb,OAAA;AACA,IAAAc,OAAA,GAAAd,OAAA;AAGA,IAAAe,MAAA,GAAAf,OAAA;AACA,IAAAgB,WAAA,GAAAhB,OAAA;AAAwE,SAAAO,uBAAAU,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AA7CxE;;AAqEe,SAASG,gBAAgBA,CAAC;EACvCC,aAAa;EACbC,QAAQ;EACRC;AACiB,CAAC,EAAE;EACpB,MAAM;IACJ;IACAC,IAAI;IACJC,IAAI;IACJC,SAAS;IACTC,SAAS;IACTC,WAAW;IACXC,eAAe;IACfC,QAAQ;IACRC,eAAe;IACfC;EACF,CAAC,GAAGX,aAAa;EACjB,MAAMY,KAAK,GAAG,IAAAC,0BAAQ,EAAC,CAAe;EACtC,MAAMC,MAAM,GAAG,IAAAC,iBAAS,EAAC,CAAC;EAC1B,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAG,IAAAC,eAAQ,EAClCX,WAAW,GAAGA,WAAW,CAACY,QAAQ,CAAC,MAAM,CAAC,GAAG,KAC/C,CAAC;EACD,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAH,eAAQ,EAC9CZ,SAAS,CAACgB,IAAI,GAAGhB,SAAS,CAACgB,IAAI,GAAG,CACpC,CAAC;EAED,MAAM;IAAEC,MAAM;IAAEC;EAAU,CAAC,GAAG,IAAAC,gBAAO,EAAC,CAAC;EAEvC,MAAM,CAACC,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAT,eAAQ,EAASf,IAAI,CAACyB,IAAI,CAAC;EACjE,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAZ,eAAQ,EAAC,KAAK,CAAC;EACjD,MAAM,CAACa,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAd,eAAQ,EAAU,KAAK,CAAC;EAChE,MAAM,CAACe,gBAAgB,EAAEC,mBAAmB,CAAC,GAAG,IAAAhB,eAAQ,EAAU,KAAK,CAAC;EACxE,MAAM,CAACiB,aAAa,EAAEC,gBAAgB,CAAC,GAAG,IAAAlB,eAAQ,EAAU,KAAK,CAAC;EAClE,MAAMmB,cAAc,GAAG,IAAAC,aAAM,EAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EAC5D,MAAM,CAACC,sBAAsB,EAAEC,yBAAyB,CAAC,GAAG,IAAAzB,eAAQ,EAElE,EAAE,CAAC;EACL,MAAM0B,UAAU,GACd,IAAAC,qBAAa,EAAgD,CAAC;EAEhE,MAAMC,cAAc,GAAG,IAAAC,wBAAiB,EAAC1C,SAAS,CAAC;EACnD,MAAM;IAAE2C;EAAU,CAAC,GAAG,IAAAC,oBAAQ,EAAC,CAAC;EAEhC,IAAAC,gBAAS,EAAC,MAAM;IACd,IAAIxC,eAAe,EAAE;MACnBiC,yBAAyB,CAACjC,eAAe,CAAC;IAC5C;EACF,CAAC,EAAE,CAACA,eAAe,CAAC,CAAC;EAErB,MAAMyC,SAAS,GAAGA,CAAA,KAAM;IACtBrB,YAAY,CAAC,IAAI,CAAC;EACpB,CAAC;EAED,MAAMsB,UAAU,GAAGA,CAAA,KAAM;IACvBb,qBAAQ,CAACc,MAAM,CAAChB,cAAc,EAAE;MAC9BiB,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE;IACnB,CAAC,CAAC,CAACC,KAAK,CAAC,MAAM3B,YAAY,CAAC,KAAK,CAAC,CAAC;EACrC,CAAC;EACD,MAAM4B,aAAa,GAAG,MAAAA,CAAA,KAAY;IAChC,MAAMC,QAAQ,GAAG,MAAM,IAAAC,oBAAc,EAAC,SAAS,EAAE1D,SAAS,CAAC;IAC3D,IAAIyD,QAAQ,EAAE;MACZ3B,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EAED,IAAAkB,gBAAS,EAAC,MAAM;IACdQ,aAAa,CAAC,CAAC;EACjB,CAAC,EAAE,CAAClD,eAAe,CAAC,CAAC;EAErB,MAAMqD,oBAAyC,GAAG,MAAAA,CAAA,KAAY;IAC5D,IAAI7C,MAAM,IAAII,YAAY,EAAE;MAC1BH,SAAS,CAAC,KAAK,CAAC;MAChBI,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAM,IAAA0C,8BAAqB,EAAC5D,SAAS,EAAE,MAAM,CAAC;IAChD,CAAC,MAAM;MACLe,SAAS,CAAC,IAAI,CAAC;MACfI,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAM,IAAA2C,2BAAkB,EAAC7D,SAAS,EAAE,MAAM,CAAC;IAC7C;EACF,CAAC;EACD,MAAM8D,gBAAgB,GAAGA,CAAA,KAAM;IAC7BC,kBAAK,CAACC,KAAK,CAAC,cAAc,EAAE,yCAAyC,EAAE,CACrE;MACEtC,IAAI,EAAE,QAAQ;MACduC,KAAK,EAAE;IACT,CAAC,EACD;MACEvC,IAAI,EAAE,QAAQ;MACduC,KAAK,EAAE,aAAa;MACpBC,OAAO,EAAEA,CAAA,KAAMnE,QAAQ,IAAIA,QAAQ,CAACC,SAAS;IAC/C,CAAC,CACF,CAAC;IACF4B,YAAY,CAAC,KAAK,CAAC;EACrB,CAAC;EACD,MAAMuC,mBAAmB,GAAG,MAAAA,CAAA,KAAY;IACtC,IAAItC,YAAY,EAAE;MAChB,MAAMuC,YAAY,GAAG,MAAM,IAAAC,wBAAkB,EAAC,SAAS,EAAErE,SAAS,CAAC;MACnE,IAAIoE,YAAY,EAAE;QAChBtB,SAAS,CAAC;UAAEwB,OAAO,EAAE,mBAAmB;UAAEC,IAAI,EAAE;QAAU,CAAC,CAAC;MAC9D;MACA3C,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,KAAK,CAAC;IACxB,CAAC,MAAM;MACL,MAAM0C,UAAU,GAAG,MAAM,IAAAC,sBAAgB,EAAC,SAAS,EAAEzE,SAAS,CAAC;MAC/D,IAAIwE,UAAU,EAAE;QACd1B,SAAS,CAAC;UAAEwB,OAAO,EAAE,mBAAmB;UAAEC,IAAI,EAAE;QAAU,CAAC,CAAC;MAC9D;MACA3C,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EACD,MAAM4C,UAAU,GAAG;IACjBC,SAAS,EAAE,CACT;MACEC,UAAU,EAAEzC,cAAc,CAAC0C,WAAW,CAAC;QACrCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAE;MACzB,CAAC;IACH,CAAC;EAEL,CAAC;EAED,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;IACjCpD,YAAY,CAAC,KAAK,CAAC;IACnBI,mBAAmB,CAAC,IAAI,CAAC;EAC3B,CAAC;EACD,MAAMiD,aAAa,GAAIC,QAAgB,IAAK;IAC1ChD,gBAAgB,CAAC,IAAI,CAAC;IACtBF,mBAAmB,CAAC,KAAK,CAAC;IAC1BP,cAAc,CAACyD,QAAQ,CAAC;EAC1B,CAAC;EACD,MAAMC,uBAAuB,GAAGA,CAAA,KAAM;IACpCnD,mBAAmB,CAAC,KAAK,CAAC;EAC5B,CAAC;EAED,MAAMoD,oBAAoB,GAAGA,CAAA,KAAM;IACjC1C,UAAU,CAAC2C,QAAQ,CAAC,cAAc,EAAE;MAClCC,WAAW,EAAEtF,SAAS;MACtBuF,aAAa,EAAE;IACjB,CAAC,CAAC;EACJ,CAAC;EAED,oBACEC,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACC,GAAG,EAAE3F,SAAU;IAACiE,KAAK,EAAErD,MAAM,CAACgF;EAAiB,gBACnDJ,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACiF;EAAmB,GACpC3F,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE4F,YAAY,gBACjBN,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAqH,KAAK;IACJ9B,KAAK,EAAErD,MAAM,CAACoF,MAAO;IACrBC,MAAM,EAAE;MACNC,GAAG,EAAE,eAAe5E,SAAS,0BAA0BpB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE4F,YAAY;IAC3E;EAAE,CACH,CAAC,gBAEFN,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACoF;EAAO,gBACzBR,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IAACC,GAAG,EAAEC,cAAU;IAACC,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CACP,eACDf,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAAC4F;EAAa,gBAC/BhB,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAAC6F;EAAU,gBAC5BjB,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgI,IAAI;IAACzC,KAAK,EAAErD,MAAM,CAAC+F;EAAW,GAAEzG,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE0G,WAAkB,CACrD,CAAC,eAEPpB,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACiG;EAAc,GAC/BrF,WAAW,iBACVgE,KAAA,CAAAC,aAAA,CAACrG,YAAA,CAAA0H,WAAW;IACVpF,IAAI,EAAEF,WAAY;IAClBuF,kBAAkB,EAAEvE;EAAuB,CAC5C,CAEC,CAAC,eACPgD,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACoG;EAAc,gBAChCxB,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACqG;EAAa,gBAC/BzB,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACsG;EAAQ,gBAC1B1B,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAACC,OAAO;IAACnD,KAAK,EAAErD,MAAM,CAACyG;EAAe,GAC9CzE,cACiB,CAAC,EACpB,CAACrC,QAAQ,KAAKJ,SAAS,IAAI8B,aAAa,kBACvCuD,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAACC,OAAO;IAACnD,KAAK,EAAErD,MAAM,CAACyG;EAAe,GAC9C,GAAG,EAAC,UAEa,CAElB,CAAC,eACP7B,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA4I,gBAAgB;IACfpD,OAAO,EAAEA,CAAA,KAAMP,oBAAoB,CAAC,CAAE;IACtCM,KAAK,EAAErD,MAAM,CAAC2G;EAAQ,gBAEtB/B,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAACK,WAAW;IACrBvD,KAAK,EAAEnD,MAAM,GAAGF,MAAM,CAAC6G,SAAS,GAAG7G,MAAM,CAAC8G;EAAQ,GACnD,MAEuB,CACR,CAAC,eAEnBlC,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA4I,gBAAgB;IAACpD,OAAO,EAAEjB,SAAU;IAACgB,KAAK,EAAErD,MAAM,CAAC+G;EAAU,gBAC5DnC,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IACLC,GAAG,EAAE,IAAAuB,cAAS,EAACjH,KAAK,CAACkH,MAAM,CAACC,IAAI,CAAE;IAClCvB,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CACe,CACd,CAAC,EACNrF,YAAY,GAAG,CAAC,iBACfsE,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA4I,gBAAgB;IACfpD,OAAO,EAAEkB,oBAAqB;IAC9BnB,KAAK,EAAErD,MAAM,CAAC2G;EAAQ,gBAEtB/B,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAACC,OAAO;IAACnD,KAAK,EAAErD,MAAM,CAAC8G;EAAQ,GACvCxG,YACiB,CAAC,eACrBsE,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IAACC,GAAG,EAAE0B,eAAW;IAACxB,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CACjC,CAEhB,CAAC,eACPf,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI,QACFpF,eAAe,CAACyH,MAAM,GAAG,CAAC,iBACzBvC,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAsJ,SAAS;IAAC/D,KAAK,EAAErD,MAAM,CAACqH;EAAiB,gBACxCzC,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IAACC,GAAG,EAAE8B;EAAW,CAAE,CAAC,eAC3B1C,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgI,IAAI;IAACzC,KAAK,EAAErD,MAAM,CAACuH;EAAa,GAAC,OAC3B,EAAC1H,cAAc,EAAC,UACjB,CACG,CAET,CACF,CACF,CAAC,eACP+E,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA0J,KAAK;IACJC,aAAa,EAAC,MAAM;IACpBC,WAAW,EAAE,IAAK;IAClBC,OAAO,EAAE5G,SAAU;IACnB6G,cAAc,EAAEtF;EAAW,gBAE3BsC,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAsJ,SAAS;IAAC9D,OAAO,EAAEhB,UAAW;IAACe,KAAK,EAAErD,MAAM,CAAC6H;EAAe,gBAC3DjD,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA2D,QAAQ,CAACqD,IAAI;IACZzB,KAAK,EAAE,CACLrD,MAAM,CAAC8H,YAAY,EACnBhE,UAAU,EACV,CAAAxE,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyI,MAAM,MAAMtH,MAAM,CAAkBsH,MAAM,IAC9C/H,MAAM,CAACgI,UAAU;EACnB,gBAEFpD,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI;IAACzB,KAAK,EAAErD,MAAM,CAACiI;EAAU,CAAE,CAAC,EAChC,CAAA3I,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyI,MAAM,MAAMtH,MAAM,CAAkBsH,MAAM,gBAC/CnD,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAAgH,IAAI,qBACHF,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA4I,gBAAgB;IACfpD,OAAO,EAAEc,oBAAqB;IAC9Bf,KAAK,EAAErD,MAAM,CAACkI;EAAS,gBAEvBtD,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IACLG,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXH,GAAG,EAAE,IAAA2C,UAAG,EAAC,CAAE;IACXC,KAAK,EAAEtI,KAAK,CAACkH,MAAM,CAACC;EAAK,CAC1B,CAAC,eACFrC,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAAC8B,QAAQ;IAAChF,KAAK,EAAErD,MAAM,CAACsI;EAAiB,GAAC,YAEhC,CACL,CAAC,eACnB1D,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA4I,gBAAgB;IACfpD,OAAO,EAAEJ,gBAAiB;IAC1BG,KAAK,EAAErD,MAAM,CAACkI;EAAS,gBAEvBtD,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IACLG,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXH,GAAG,EAAE,IAAA+C,YAAK,EAAC,CAAE;IACbH,KAAK,EAAEtI,KAAK,CAACkH,MAAM,CAAC5D;EAAM,CAC3B,CAAC,eACFwB,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAAC8B,QAAQ;IAAChF,KAAK,EAAErD,MAAM,CAACwI;EAAiB,GAAC,cAEhC,CACL,CACd,CAAC,gBAEP5D,KAAA,CAAAC,aAAA,CAAC/G,YAAA,CAAA4I,gBAAgB;IACfpD,OAAO,EAAEC,mBAAoB;IAC7BF,KAAK,EAAErD,MAAM,CAACkI;EAAS,gBAEvBtD,KAAA,CAAAC,aAAA,CAAC7G,eAAA,CAAAuH,MAAM;IACLG,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXyC,KAAK,EAAEtI,KAAK,CAACkH,MAAM,CAACC,IAAK;IACzBzB,GAAG,EAAEvE,YAAY,GAAG,IAAAwH,eAAQ,EAAC,CAAC,GAAG,IAAAC,aAAM,EAAC;EAAE,CAC3C,CAAC,eACF9D,KAAA,CAAAC,aAAA,CAACpG,WAAA,CAAA8H,UAAU,CAAC8B,QAAQ;IAAChF,KAAK,EAAErD,MAAM,CAACsI;EAAiB,GACjDrH,YAAY,GAAG,gBAAgB,GAAG,cAChB,CACL,CAEP,CACN,CACN,CAAC,eACR2D,KAAA,CAAAC,aAAA,CAACvG,iBAAA,CAAAU,OAAgB;IACf2I,OAAO,EAAExG,gBAAiB;IAC1BjC,aAAa,EAAEA,aAAc;IAC7ByJ,YAAY,EAAEtE,aAAc;IAC5BuE,OAAO,EAAErE;EAAwB,CAClC,CACG,CAAC;AAEX","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_useAuth","_interopRequireDefault","_feed","_EditCommentModal","_reactNativePaper","_LinkPreview","_Typography","_icons","_native","_hooks","_useGlobalBehavior","_toastSlice","_List","e","__esModule","default","ReplyCommentList","commentDetail","onDelete","commentId","onNavigate","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","theme","useTheme","styles","useStyles","isLike","setIsLike","useState","includes","likeReaction","setLikeReaction","like","client","apiRegion","useAuth","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","useRef","Animated","Value","current","commentMentionPosition","setCommentMentionPosition","isReactionListVisible","setIsReactionListVisible","navigation","useNavigation","timeDifference","useTimeDifference","showToast","useToast","useEffect","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","addReactionToComment","removeCommentReaction","addCommentReaction","handleGlobalBehavior","isVisitorOrBot","useGlobalBehavior","onPressLike","defaultBehavior","deletePostObject","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","message","type","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onPressReplyReaction","React","createElement","View","key","replyCommentWrap","replyHeaderSection","avatarFileId","Image","avatar","source","uri","SvgXml","xml","personXml","width","height","rightSection","headerRow","TouchableOpacity","disabled","userId","navigate","Text","headerText","displayName","commentBubble","LinkPreview","mentionPositionArr","actionSection","rowContainer","timeRow","Typography","Caption","headerTextTime","likeBtn","CaptionBold","likedText","btnText","threeDots","colors","base","likeCircle","length","Pressable","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","handleBar","modalRow","pen","color","BodyBold","normalActionText","trash","dangerActionText","unreport","report","onFinishEdit","onClose","isModalVisible","onCloseModal","referenceId","referenceType","onPressUser"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/ReplyCommentList/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAGA,IAAAC,YAAA,GAAAD,OAAA;AASA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AASA,IAAAK,QAAA,GAAAL,OAAA;AAMA,IAAAM,QAAA,GAAAC,sBAAA,CAAAP,OAAA;AACA,IAAAQ,KAAA,GAAAR,OAAA;AAKA,IAAAS,iBAAA,GAAAF,sBAAA,CAAAP,OAAA;AACA,IAAAU,iBAAA,GAAAV,OAAA;AAGA,IAAAW,YAAA,GAAAX,OAAA;AACA,IAAAY,WAAA,GAAAZ,OAAA;AACA,IAAAa,MAAA,GAAAb,OAAA;AACA,IAAAc,OAAA,GAAAd,OAAA;AAGA,IAAAe,MAAA,GAAAf,OAAA;AACA,IAAAgB,kBAAA,GAAAhB,OAAA;AACA,IAAAiB,WAAA,GAAAjB,OAAA;AACA,IAAAkB,KAAA,GAAAX,sBAAA,CAAAP,OAAA;AAAuF,SAAAO,uBAAAY,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AA/CvF;;AAwEe,SAASG,gBAAgBA,CAAC;EACvCC,aAAa;EACbC,QAAQ;EACRC,SAAS;EACTC;AACiB,CAAC,EAAE;EACpB,MAAM;IACJ;IACAC,IAAI;IACJC,IAAI;IACJC,SAAS;IACTC,SAAS;IACTC,WAAW;IACXC,eAAe;IACfC,QAAQ;IACRC,eAAe;IACfC;EACF,CAAC,GAAGZ,aAAa;EACjB,MAAMa,KAAK,GAAG,IAAAC,0BAAQ,EAAC,CAAe;EACtC,MAAMC,MAAM,GAAG,IAAAC,iBAAS,EAAC,CAAC;EAC1B,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAG,IAAAC,eAAQ,EAClCX,WAAW,GAAGA,WAAW,CAACY,QAAQ,CAAC,MAAM,CAAC,GAAG,KAC/C,CAAC;EACD,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAH,eAAQ,EAC9CZ,SAAS,CAACgB,IAAI,GAAGhB,SAAS,CAACgB,IAAI,GAAG,CACpC,CAAC;EAED,MAAM;IAAEC,MAAM;IAAEC;EAAU,CAAC,GAAG,IAAAC,gBAAO,EAAC,CAAC;EAEvC,MAAM,CAACC,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAT,eAAQ,EAASf,IAAI,CAACyB,IAAI,CAAC;EACjE,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAZ,eAAQ,EAAC,KAAK,CAAC;EACjD,MAAM,CAACa,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAd,eAAQ,EAAU,KAAK,CAAC;EAChE,MAAM,CAACe,gBAAgB,EAAEC,mBAAmB,CAAC,GAAG,IAAAhB,eAAQ,EAAU,KAAK,CAAC;EACxE,MAAM,CAACiB,aAAa,EAAEC,gBAAgB,CAAC,GAAG,IAAAlB,eAAQ,EAAU,KAAK,CAAC;EAClE,MAAMmB,cAAc,GAAG,IAAAC,aAAM,EAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EAC5D,MAAM,CAACC,sBAAsB,EAAEC,yBAAyB,CAAC,GAAG,IAAAzB,eAAQ,EAElE,EAAE,CAAC;EACL,MAAM,CAAC0B,qBAAqB,EAAEC,wBAAwB,CAAC,GACrD,IAAA3B,eAAQ,EAAU,KAAK,CAAC;EAC1B,MAAM4B,UAAU,GACd,IAAAC,qBAAa,EAAgD,CAAC;EAEhE,MAAMC,cAAc,GAAG,IAAAC,wBAAiB,EAAC5C,SAAS,CAAC;EACnD,MAAM;IAAE6C;EAAU,CAAC,GAAG,IAAAC,oBAAQ,EAAC,CAAC;EAEhC,IAAAC,gBAAS,EAAC,MAAM;IACd,IAAI1C,eAAe,EAAE;MACnBiC,yBAAyB,CAACjC,eAAe,CAAC;IAC5C;EACF,CAAC,EAAE,CAACA,eAAe,CAAC,CAAC;EAErB,MAAM2C,SAAS,GAAGA,CAAA,KAAM;IACtBvB,YAAY,CAAC,IAAI,CAAC;EACpB,CAAC;EAED,MAAMwB,UAAU,GAAGA,CAAA,KAAM;IACvBf,qBAAQ,CAACgB,MAAM,CAAClB,cAAc,EAAE;MAC9BmB,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE;IACnB,CAAC,CAAC,CAACC,KAAK,CAAC,MAAM7B,YAAY,CAAC,KAAK,CAAC,CAAC;EACrC,CAAC;EACD,MAAM8B,aAAa,GAAG,MAAAA,CAAA,KAAY;IAChC,MAAMC,QAAQ,GAAG,MAAM,IAAAC,oBAAc,EAAC,SAAS,EAAE7D,SAAS,CAAC;IAC3D,IAAI4D,QAAQ,EAAE;MACZ7B,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EAED,IAAAoB,gBAAS,EAAC,MAAM;IACdQ,aAAa,CAAC,CAAC;EACjB,CAAC,EAAE,CAACpD,eAAe,CAAC,CAAC;EAErB,MAAMuD,oBAAyC,GAAG,MAAAA,CAAA,KAAY;IAC5D,IAAI/C,MAAM,IAAII,YAAY,EAAE;MAC1BH,SAAS,CAAC,KAAK,CAAC;MAChBI,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAM,IAAA4C,8BAAqB,EAAC/D,SAAS,EAAE,MAAM,CAAC;IAChD,CAAC,MAAM;MACLgB,SAAS,CAAC,IAAI,CAAC;MACfI,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAM,IAAA6C,2BAAkB,EAAChE,SAAS,EAAE,MAAM,CAAC;IAC7C;EACF,CAAC;;EAED;EACA,MAAM;IAAEiE,oBAAoB;IAAEC;EAAe,CAAC,GAAG,IAAAC,oCAAiB,EAAC,CAAC;EACpE,MAAMC,WAAW,GAAGA,CAAA,KAClBH,oBAAoB,CAAC;IAAEI,eAAe,EAAEP;EAAqB,CAAC,CAAC;EAEjE,MAAMQ,gBAAgB,GAAGA,CAAA,KAAM;IAC7BC,kBAAK,CAACC,KAAK,CAAC,cAAc,EAAE,yCAAyC,EAAE,CACrE;MACE7C,IAAI,EAAE,QAAQ;MACd8C,KAAK,EAAE;IACT,CAAC,EACD;MACE9C,IAAI,EAAE,QAAQ;MACd8C,KAAK,EAAE,aAAa;MACpBC,OAAO,EAAEA,CAAA,KAAM3E,QAAQ,IAAIA,QAAQ,CAACC,SAAS;IAC/C,CAAC,CACF,CAAC;IACF6B,YAAY,CAAC,KAAK,CAAC;EACrB,CAAC;EACD,MAAM8C,mBAAmB,GAAG,MAAAA,CAAA,KAAY;IACtC,IAAI7C,YAAY,EAAE;MAChB,MAAM8C,YAAY,GAAG,MAAM,IAAAC,wBAAkB,EAAC,SAAS,EAAE7E,SAAS,CAAC;MACnE,IAAI4E,YAAY,EAAE;QAChB3B,SAAS,CAAC;UAAE6B,OAAO,EAAE,mBAAmB;UAAEC,IAAI,EAAE;QAAU,CAAC,CAAC;MAC9D;MACAlD,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,KAAK,CAAC;IACxB,CAAC,MAAM;MACL,MAAMiD,UAAU,GAAG,MAAM,IAAAC,sBAAgB,EAAC,SAAS,EAAEjF,SAAS,CAAC;MAC/D,IAAIgF,UAAU,EAAE;QACd/B,SAAS,CAAC;UAAE6B,OAAO,EAAE,mBAAmB;UAAEC,IAAI,EAAE;QAAU,CAAC,CAAC;MAC9D;MACAlD,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EACD,MAAMmD,UAAU,GAAG;IACjBC,SAAS,EAAE,CACT;MACEC,UAAU,EAAEhD,cAAc,CAACiD,WAAW,CAAC;QACrCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAE;MACzB,CAAC;IACH,CAAC;EAEL,CAAC;EAED,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;IACjC3D,YAAY,CAAC,KAAK,CAAC;IACnBI,mBAAmB,CAAC,IAAI,CAAC;EAC3B,CAAC;EACD,MAAMwD,aAAa,GAAIC,QAAgB,IAAK;IAC1CvD,gBAAgB,CAAC,IAAI,CAAC;IACtBF,mBAAmB,CAAC,KAAK,CAAC;IAC1BP,cAAc,CAACgE,QAAQ,CAAC;EAC1B,CAAC;EACD,MAAMC,uBAAuB,GAAGA,CAAA,KAAM;IACpC1D,mBAAmB,CAAC,KAAK,CAAC;EAC5B,CAAC;EAED,MAAM2D,oBAAoB,GAAGA,CAAA,KAAM;IACjChD,wBAAwB,CAAC,IAAI,CAAC;EAChC,CAAC;EAED,oBACEiD,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACC,GAAG,EAAEhG,SAAU;IAACyE,KAAK,EAAE5D,MAAM,CAACoF;EAAiB,gBACnDJ,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAACqF;EAAmB,GACpC/F,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEgG,YAAY,gBACjBN,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAA4H,KAAK;IACJ3B,KAAK,EAAE5D,MAAM,CAACwF,MAAO;IACrBC,MAAM,EAAE;MACNC,GAAG,EAAE,eAAehF,SAAS,0BAA0BpB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEgG,YAAY;IAC3E;EAAE,CACH,CAAC,gBAEFN,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAACwF;EAAO,gBACzBR,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IAACC,GAAG,EAAEC,cAAU;IAACC,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CACP,eACDf,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAACgG;EAAa,gBAC/BhB,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAACiG;EAAU,gBAC5BjB,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IACfC,QAAQ,EAAE,EAAC7G,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE8G,MAAM,CAAC;IACxBvC,OAAO,EAAEA,CAAA,KAAM;MACb,IAAI,EAACvE,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE8G,MAAM,GAAE;MACnB,IAAIhH,UAAU,EAAE;QACdA,UAAU,CAACE,IAAI,CAAC8G,MAAM,CAAC;MACzB,CAAC,MAAM;QACLpE,UAAU,CAACqE,QAAQ,CAAC,aAAa,EAAE;UAAED,MAAM,EAAE9G,IAAI,CAAC8G;QAAO,CAAC,CAAC;MAC7D;IACF;EAAE,gBAEFpB,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAA2I,IAAI;IAAC1C,KAAK,EAAE5D,MAAM,CAACuG;EAAW,GAAEjH,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEkH,WAAkB,CACzC,CACd,CAAC,eAEPxB,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAACyG;EAAc,GAC/B7F,WAAW,iBACVoE,KAAA,CAAAC,aAAA,CAAC5G,YAAA,CAAAqI,WAAW;IACV5F,IAAI,EAAEF,WAAY;IAClB+F,kBAAkB,EAAE/E;EAAuB,CAC5C,CAEC,CAAC,eACPoD,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAAC4G;EAAc,gBAChC5B,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAAC6G;EAAa,gBAC/B7B,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAAC8G;EAAQ,gBAC1B9B,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAACC,OAAO;IAACpD,KAAK,EAAE5D,MAAM,CAACiH;EAAe,GAC9C/E,cACiB,CAAC,EACpB,CAACvC,QAAQ,KAAKJ,SAAS,IAAI8B,aAAa,kBACvC2D,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAACC,OAAO;IAACpD,KAAK,EAAE5D,MAAM,CAACiH;EAAe,GAC9C,GAAG,EAAC,UAEa,CAElB,CAAC,eACPjC,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IAACrC,OAAO,EAAEN,WAAY;IAACK,KAAK,EAAE5D,MAAM,CAACkH;EAAQ,gBAC5DlC,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAACI,WAAW;IACrBvD,KAAK,EAAE1D,MAAM,GAAGF,MAAM,CAACoH,SAAS,GAAGpH,MAAM,CAACqH;EAAQ,GACnD,MAEuB,CACR,CAAC,EAElB,CAAChE,cAAc,iBACd2B,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IAACrC,OAAO,EAAEtB,SAAU;IAACqB,KAAK,EAAE5D,MAAM,CAACsH;EAAU,gBAC5DtC,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IACLC,GAAG,EAAE,IAAA0B,cAAS,EAACxH,KAAK,CAACyH,MAAM,CAACC,IAAI,CAAE;IAClC1B,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CACe,CAEhB,CAAC,EACNzF,YAAY,GAAG,CAAC,iBACf0E,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IACfrC,OAAO,EAAEkB,oBAAqB;IAC9BnB,KAAK,EAAE5D,MAAM,CAACkH;EAAQ,gBAEtBlC,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAACC,OAAO;IAACpD,KAAK,EAAE5D,MAAM,CAACqH;EAAQ,GACvC/G,YACiB,CAAC,eACrB0E,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IAACC,GAAG,EAAE6B,eAAW;IAAC3B,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CACjC,CAEhB,CAAC,eACPf,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI,QACFxF,eAAe,CAACgI,MAAM,GAAG,CAAC,iBACzB1C,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAgK,SAAS;IAAC/D,KAAK,EAAE5D,MAAM,CAAC4H;EAAiB,gBACxC5C,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IAACC,GAAG,EAAEiC;EAAW,CAAE,CAAC,eAC3B7C,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAA2I,IAAI;IAAC1C,KAAK,EAAE5D,MAAM,CAAC8H;EAAa,GAAC,OAC3B,EAACjI,cAAc,EAAC,UACjB,CACG,CAET,CACF,CACF,CAAC,eACPmF,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAoK,KAAK;IACJC,aAAa,EAAC,MAAM;IACpBC,WAAW,EAAE,IAAK;IAClBC,OAAO,EAAEnH,SAAU;IACnBoH,cAAc,EAAE3F;EAAW,gBAE3BwC,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAgK,SAAS;IAAC9D,OAAO,EAAErB,UAAW;IAACoB,KAAK,EAAE5D,MAAM,CAACoI;EAAe,gBAC3DpD,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAA8D,QAAQ,CAACyD,IAAI;IACZtB,KAAK,EAAE,CACL5D,MAAM,CAACqI,YAAY,EACnBhE,UAAU,EACV,CAAA/E,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE8G,MAAM,MAAM3F,MAAM,CAAkB2F,MAAM,IAC9CpG,MAAM,CAACsI,UAAU;EACnB,gBAEFtD,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI;IAACtB,KAAK,EAAE5D,MAAM,CAACuI;EAAU,CAAE,CAAC,EAChC,CAAAjJ,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE8G,MAAM,MAAM3F,MAAM,CAAkB2F,MAAM,gBAC/CpB,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuH,IAAI,qBACHF,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IACfrC,OAAO,EAAEc,oBAAqB;IAC9Bf,KAAK,EAAE5D,MAAM,CAACwI;EAAS,gBAEvBxD,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IACLG,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXH,GAAG,EAAE,IAAA6C,UAAG,EAAC,CAAE;IACXC,KAAK,EAAE5I,KAAK,CAACyH,MAAM,CAACC;EAAK,CAC1B,CAAC,eACFxC,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAAC4B,QAAQ;IAAC/E,KAAK,EAAE5D,MAAM,CAAC4I;EAAiB,GAAC,YAEhC,CACL,CAAC,eACnB5D,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IACfrC,OAAO,EAAEJ,gBAAiB;IAC1BG,KAAK,EAAE5D,MAAM,CAACwI;EAAS,gBAEvBxD,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IACLG,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXH,GAAG,EAAE,IAAAiD,YAAK,EAAC,CAAE;IACbH,KAAK,EAAE5I,KAAK,CAACyH,MAAM,CAAC5D;EAAM,CAC3B,CAAC,eACFqB,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAAC4B,QAAQ;IAAC/E,KAAK,EAAE5D,MAAM,CAAC8I;EAAiB,GAAC,cAEhC,CACL,CACd,CAAC,gBAEP9D,KAAA,CAAAC,aAAA,CAACtH,YAAA,CAAAuI,gBAAgB;IACfrC,OAAO,EAAEC,mBAAoB;IAC7BF,KAAK,EAAE5D,MAAM,CAACwI;EAAS,gBAEvBxD,KAAA,CAAAC,aAAA,CAACpH,eAAA,CAAA8H,MAAM;IACLG,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACX2C,KAAK,EAAE5I,KAAK,CAACyH,MAAM,CAACC,IAAK;IACzB5B,GAAG,EAAE3E,YAAY,GAAG,IAAA8H,eAAQ,EAAC,CAAC,GAAG,IAAAC,aAAM,EAAC;EAAE,CAC3C,CAAC,eACFhE,KAAA,CAAAC,aAAA,CAAC3G,WAAA,CAAAyI,UAAU,CAAC4B,QAAQ;IAAC/E,KAAK,EAAE5D,MAAM,CAAC4I;EAAiB,GACjD3H,YAAY,GAAG,gBAAgB,GAAG,cAChB,CACL,CAEP,CACN,CACN,CAAC,eACR+D,KAAA,CAAAC,aAAA,CAAC9G,iBAAA,CAAAY,OAAgB;IACfmJ,OAAO,EAAE/G,gBAAiB;IAC1BlC,aAAa,EAAEA,aAAc;IAC7BgK,YAAY,EAAErE,aAAc;IAC5BsE,OAAO,EAAEpE;EAAwB,CAClC,CAAC,eACFE,KAAA,CAAAC,aAAA,CAACrG,KAAA,CAAAG,OAA0B;IACzBoK,cAAc,EAAErH,qBAAsB;IACtCsH,YAAY,EAAEA,CAAA,KAAMrH,wBAAwB,CAAC,KAAK,CAAE;IACpDsH,WAAW,EAAElK,SAAU;IACvBmK,aAAa,EAAC,SAAS;IACvBC,WAAW,EAAGnD,MAAM,IAAK;MACvBrE,wBAAwB,CAAC,KAAK,CAAC;MAC/B,IAAI3C,UAAU,EAAE;QACdA,UAAU,CAACgH,MAAM,CAAC;MACpB,CAAC,MAAM;QACLpE,UAAU,CAACqE,QAAQ,CAAC,aAAa,EAAE;UAAED;QAAO,CAAC,CAAC;MAChD;IACF;EAAE,CACH,CACG,CAAC;AAEX","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_reactNativeModalbox","_interopRequireDefault","_StoryListItem","_StoryCircleListView","_helpers","_AndroidCubeEffect","_CubeNavigationHorizontal","e","__esModule","default","height","width","Dimensions","get","Story","data","unPressedBorderColor","pressedBorderColor","unPressedAvatarTextColor","pressedAvatarTextColor","style","onStart","onClose","duration","swipeText","avatarSize","showAvatarText","avatarTextStyle","onStorySeen","renderCloseComponent","renderSwipeUpComponent","renderTextComponent","loadedAnimationBarStyle","unloadedAnimationBarStyle","animationBarContainerStyle","storyUserContainerStyle","storyImageStyle","storyAvatarImageStyle","storyContainerStyle","avatarImageStyle","avatarWrapperStyle","avatarFlatListProps","isCommunityStory","dataState","setDataState","useState","isModalOpen","setIsModalOpen","currentPage","setCurrentPage","selectedData","setSelectedData","cube","useRef","_handleStoryItemPress","item","index","newData","slice","useEffect","handleSeen","seen","seenIndex","indexOf","_dataState$seenIndex","tempData","onStoryFinish","state","isNullOrWhitespace","newPage","length","_cube$current","current","scrollTo","_cube$current2","renderStoryList","map","x","i","React","createElement","key","userId","user_id","profileName","user_name","profileImage","user_image","stories","onFinish","onClosePress","renderCube","Platform","OS","ref","callBackAfterSwipe","parseInt","Fragment","View","handleStoryItemPress","showText","styles","modal","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","exports","StyleSheet","create","flex","_default","defaultProps"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/StoryKit/src/Story.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,oBAAA,GAAAC,sBAAA,CAAAH,OAAA;AAEA,IAAAI,cAAA,GAAAD,sBAAA,CAAAH,OAAA;AACA,IAAAK,oBAAA,GAAAF,sBAAA,CAAAH,OAAA;AACA,IAAAM,QAAA,GAAAN,OAAA;AACA,IAAAO,kBAAA,GAAAJ,sBAAA,CAAAH,OAAA;AACA,IAAAQ,yBAAA,GAAAL,sBAAA,CAAAH,OAAA;AAA6E,SAAAG,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAG7E,MAAM;EAAEG,MAAM;EAAEC;AAAM,CAAC,GAAGC,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC;AAE3C,MAAMC,KAAK,GAAGA,CAAC;EACpBC,IAAI;EACJC,oBAAoB;EACpBC,kBAAkB;EAClBC,wBAAwB;EACxBC,sBAAsB;EACtBC,KAAK;EACLC,OAAO;EACPC,OAAO;EACPC,QAAQ;EACRC,SAAS;EACTC,UAAU;EACVC,cAAc;EACdC,eAAe;EACfC,WAAW;EACXC,oBAAoB;EACpBC,sBAAsB;EACtBC,mBAAmB;EACnBC,uBAAuB;EACvBC,yBAAyB;EACzBC,0BAA0B;EAC1BC,uBAAuB;EACvBC,eAAe;EACfC,qBAAqB;EACrBC,mBAAmB;EACnBC,gBAAgB;EAChBC,kBAAkB;EAClBC,mBAAmB;EACnBC,gBAAgB,GAAG;AACT,CAAC,KAAK;EAChB,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAC,eAAQ,EAAe9B,IAAI,CAAC;EAC9D,MAAM,CAAC+B,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAF,eAAQ,EAAU,KAAK,CAAC;EAC9D,MAAM,CAACG,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAJ,eAAQ,EAAS,CAAC,CAAC;EACzD,MAAM,CAACK,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAN,eAAQ,EAAe,EAAE,CAAC;EAClE,MAAMO,IAAI,GAAG,IAAAC,aAAM,
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_reactNativeModalbox","_interopRequireDefault","_StoryListItem","_StoryCircleListView","_helpers","_AndroidCubeEffect","_CubeNavigationHorizontal","e","__esModule","default","height","width","Dimensions","get","Story","data","unPressedBorderColor","pressedBorderColor","unPressedAvatarTextColor","pressedAvatarTextColor","style","onStart","onClose","duration","swipeText","avatarSize","showAvatarText","avatarTextStyle","onStorySeen","renderCloseComponent","renderSwipeUpComponent","renderTextComponent","loadedAnimationBarStyle","unloadedAnimationBarStyle","animationBarContainerStyle","storyUserContainerStyle","storyImageStyle","storyAvatarImageStyle","storyContainerStyle","avatarImageStyle","avatarWrapperStyle","avatarFlatListProps","isCommunityStory","dataState","setDataState","useState","isModalOpen","setIsModalOpen","currentPage","setCurrentPage","selectedData","setSelectedData","cube","useRef","_handleStoryItemPress","item","index","newData","slice","useEffect","handleSeen","seen","seenIndex","indexOf","_dataState$seenIndex","tempData","onStoryFinish","state","isNullOrWhitespace","newPage","length","_cube$current","current","scrollTo","_cube$current2","renderStoryList","map","x","i","React","createElement","key","userId","user_id","profileName","user_name","profileImage","user_image","stories","onFinish","onClosePress","renderCube","Platform","OS","ref","callBackAfterSwipe","parseInt","Fragment","View","handleStoryItemPress","showText","styles","modal","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","exports","StyleSheet","create","flex","_default","defaultProps"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/StoryKit/src/Story.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,oBAAA,GAAAC,sBAAA,CAAAH,OAAA;AAEA,IAAAI,cAAA,GAAAD,sBAAA,CAAAH,OAAA;AACA,IAAAK,oBAAA,GAAAF,sBAAA,CAAAH,OAAA;AACA,IAAAM,QAAA,GAAAN,OAAA;AACA,IAAAO,kBAAA,GAAAJ,sBAAA,CAAAH,OAAA;AACA,IAAAQ,yBAAA,GAAAL,sBAAA,CAAAH,OAAA;AAA6E,SAAAG,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAG7E,MAAM;EAAEG,MAAM;EAAEC;AAAM,CAAC,GAAGC,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC;AAE3C,MAAMC,KAAK,GAAGA,CAAC;EACpBC,IAAI;EACJC,oBAAoB;EACpBC,kBAAkB;EAClBC,wBAAwB;EACxBC,sBAAsB;EACtBC,KAAK;EACLC,OAAO;EACPC,OAAO;EACPC,QAAQ;EACRC,SAAS;EACTC,UAAU;EACVC,cAAc;EACdC,eAAe;EACfC,WAAW;EACXC,oBAAoB;EACpBC,sBAAsB;EACtBC,mBAAmB;EACnBC,uBAAuB;EACvBC,yBAAyB;EACzBC,0BAA0B;EAC1BC,uBAAuB;EACvBC,eAAe;EACfC,qBAAqB;EACrBC,mBAAmB;EACnBC,gBAAgB;EAChBC,kBAAkB;EAClBC,mBAAmB;EACnBC,gBAAgB,GAAG;AACT,CAAC,KAAK;EAChB,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAC,eAAQ,EAAe9B,IAAI,CAAC;EAC9D,MAAM,CAAC+B,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAF,eAAQ,EAAU,KAAK,CAAC;EAC9D,MAAM,CAACG,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAJ,eAAQ,EAAS,CAAC,CAAC;EACzD,MAAM,CAACK,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAN,eAAQ,EAAe,EAAE,CAAC;EAClE,MAAMO,IAAI,GAAG,IAAAC,aAAM,EACjB,IACF,CAAC;;EAED;EACA,MAAMC,qBAAqB,GAAGA,CAACC,IAAgB,EAAEC,KAAc,KAAK;IAClE,MAAMC,OAAO,GAAGd,SAAS,CAACe,KAAK,CAACF,KAAK,CAAC;IACtC,IAAInC,OAAO,EAAE;MACXA,OAAO,CAACkC,IAAI,CAAC;IACf;IAEAN,cAAc,CAAC,CAAC,CAAC;IACjBE,eAAe,CAACM,OAAO,CAAC;IACxBV,cAAc,CAAC,IAAI,CAAC;EACtB,CAAC;EAED,IAAAY,gBAAS,EAAC,MAAM;IACdC,UAAU,CAAC,CAAC;EACd,CAAC,EAAE,CAACZ,WAAW,CAAC,CAAC;EAEjB,MAAMY,UAAU,GAAGA,CAAA,KAAM;IACvB,MAAMC,IAAI,GAAGX,YAAY,CAACF,WAAW,CAAC;IACtC,MAAMc,SAAS,GAAGnB,SAAS,CAACoB,OAAO,CAACF,IAAI,CAAC;IACzC,IAAIC,SAAS,GAAG,CAAC,EAAE;MAAA,IAAAE,oBAAA;MACjB,IAAI,GAAAA,oBAAA,GAACrB,SAAS,CAACmB,SAAS,CAAC,cAAAE,oBAAA,eAApBA,oBAAA,CAAsBH,IAAI,GAAE;QAC/B,IAAII,QAAQ,GAAGtB,SAAS;QACxBA,SAAS,CAACmB,SAAS,CAAC,GAAG;UACrB,GAAGnB,SAAS,CAACmB,SAAS,CAAC;UACvBD,IAAI,EAAE;QACR,CAAC;QACDjB,YAAY,CAACqB,QAAQ,CAAC;MACxB;IACF;EACF,CAAC;EAED,SAASC,aAAaA,CAACC,KAAqB,EAAE;IAC5C,IAAI,CAAC,IAAAC,2BAAkB,EAACD,KAAK,CAAC,EAAE;MAC9B,IAAIA,KAAK,KAAK,MAAM,EAAE;QACpB,MAAME,OAAO,GAAGrB,WAAW,GAAG,CAAC;QAC/B,IAAIqB,OAAO,GAAGnB,YAAY,CAACoB,MAAM,EAAE;UAAA,IAAAC,aAAA;UACjCtB,cAAc,CAACoB,OAAO,CAAC;UACvBjB,IAAI,aAAJA,IAAI,gBAAAmB,aAAA,GAAJnB,IAAI,CAAEoB,OAAO,cAAAD,aAAA,eAAbA,aAAA,CAAeE,QAAQ,CAACJ,OAAO,CAAC;QAClC,CAAC,MAAM;UACLtB,cAAc,CAAC,KAAK,CAAC;UACrBE,cAAc,CAAC,CAAC,CAAC;UACjB,IAAI3B,OAAO,EAAE;YACXA,OAAO,CAAC4B,YAAY,CAACA,YAAY,CAACoB,MAAM,GAAG,CAAC,CAAC,CAAC;UAChD;QACF;MACF,CAAC,MAAM,IAAIH,KAAK,KAAK,UAAU,EAAE;QAC/B,MAAME,OAAO,GAAGrB,WAAW,GAAG,CAAC;QAC/B,IAAIqB,OAAO,GAAG,CAAC,EAAE;UACftB,cAAc,CAAC,KAAK,CAAC;UACrBE,cAAc,CAAC,CAAC,CAAC;QACnB,CAAC,MAAM;UAAA,IAAAyB,cAAA;UACLzB,cAAc,CAACoB,OAAO,CAAC;UACvBjB,IAAI,aAAJA,IAAI,gBAAAsB,cAAA,GAAJtB,IAAI,CAAEoB,OAAO,cAAAE,cAAA,eAAbA,cAAA,CAAeD,QAAQ,CAACJ,OAAO,CAAC;QAClC;MACF;IACF;EACF;EAEA,MAAMM,eAAe,GAAGA,CAAA,KACtBzB,YAAY,CAAC0B,GAAG,CAAC,CAACC,CAAC,EAAEC,CAAC,KAAK;IACzB,oBACEC,KAAA,CAAAC,aAAA,CAAC9E,cAAA,CAAAO,OAAa;MACZc,QAAQ,EAAEA,QAAQ,GAAG,IAAK;MAC1B0D,GAAG,EAAEH,CAAE;MACPI,MAAM,EAAEL,CAAC,CAACM,OAAQ;MAClBC,WAAW,EAAEP,CAAC,CAACQ,SAAU;MACzBC,YAAY,EAAET,CAAC,CAACU,UAAW;MAC3BC,OAAO,EAAEX,CAAC,CAACW,OAAQ;MACnBxC,WAAW,EAAEA,WAAY;MACzByC,QAAQ,EAAEvB,aAAc;MACxB1C,SAAS,EAAEA,SAAU;MACrBM,sBAAsB,EAAEA,sBAAuB;MAC/CD,oBAAoB,EAAEA,oBAAqB;MAC3CE,mBAAmB,EAAEA,mBAAoB;MACzC2D,YAAY,EAAEA,CAAA,KAAM;QAClB3C,cAAc,CAAC,KAAK,CAAC;QACrB,IAAIzB,OAAO,EAAE;UACXA,OAAO,CAACuD,CAAC,CAAC;QACZ;MACF,CAAE;MACFrB,KAAK,EAAEsB,CAAE;MACTlD,WAAW,EAAEA,WAAY;MACzBK,yBAAyB,EAAEA,yBAA0B;MACrDC,0BAA0B,EAAEA,0BAA2B;MACvDF,uBAAuB,EAAEA,uBAAwB;MACjDG,uBAAuB,EAAEA,uBAAwB;MACjDC,eAAe,EAAEA,eAAgB;MACjCC,qBAAqB,EAAEA,qBAAsB;MAC7CC,mBAAmB,EAAEA,mBAAoB;MACzCI,gBAAgB,EAAEA;IAAiB,CACpC,CAAC;EAEN,CAAC,CAAC;EAEJ,MAAMiD,UAAU,GAAGA,CAAA,KAAM;IACvB,IAAIC,qBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;MACzB,oBACEd,KAAA,CAAAC,aAAA,CAAC1E,yBAAA,CAAAG,OAAwB;QACvBqF,GAAG,EAAE1C,IAAkD;QACvD2C,kBAAkB,EAAGlB,CAAM,IAAK;UAC9B,IAAIA,CAAC,KAAK7B,WAAW,EAAE;YACrBC,cAAc,CAAC+C,QAAQ,CAACnB,CAAC,EAAE,EAAE,CAAC,CAAC;UACjC;QACF;MAAE,GAEDF,eAAe,CAAC,CACO,CAAC;IAE/B,CAAC,MAAM;MACL,oBACEI,KAAA,CAAAC,aAAA,CAAC3E,kBAAA,CAAAI,OAAiB;QAChBqF,GAAG,EAAE1C,IAA2C;QAChD2C,kBAAkB,EAAGlB,CAAM,IAAK;UAC9B,IAAIA,CAAC,KAAK7B,WAAW,EAAE;YACrBC,cAAc,CAAC+C,QAAQ,CAACnB,CAAC,EAAE,EAAE,CAAC,CAAC;UACjC;QACF;MAAE,GAEDF,eAAe,CAAC,CACA,CAAC;IAExB;EACF,CAAC;EAED,oBACEI,KAAA,CAAAC,aAAA,CAACnF,MAAA,CAAAoG,QAAQ,qBACPlB,KAAA,CAAAC,aAAA,CAACjF,YAAA,CAAAmG,IAAI;IAAC9E,KAAK,EAAEA;EAAM,gBACjB2D,KAAA,CAAAC,aAAA,CAAC7E,oBAAA,CAAAM,OAAmB;IAClB0F,oBAAoB,EAAE7C,qBAAsB;IAC5CvC,IAAI,EAAE4B,SAAU;IAChBlB,UAAU,EAAEA,UAAW;IACvBT,oBAAoB,EAAEA,oBAAqB;IAC3CC,kBAAkB,EAAEA,kBAAmB;IACvCC,wBAAwB,EAAEA,wBAAyB;IACnDC,sBAAsB,EAAEA,sBAAuB;IAC/CiF,QAAQ,EAAE1E,cAAe;IACzBC,eAAe,EAAEA,eAAgB;IACjCa,kBAAkB,EAAEA,kBAAmB;IACvCD,gBAAgB,EAAEA,gBAAiB;IACnCE,mBAAmB,EAAEA,mBAAoB;IACzCC,gBAAgB,EAAEA;EAAiB,CACpC,CACG,CAAC,eACPqC,KAAA,CAAAC,aAAA,CAAChF,oBAAA,CAAAS,OAAK;IACJW,KAAK,EAAEiF,MAAM,CAACC,KAAM;IACpBC,MAAM,EAAEzD,WAAY;IACpB0D,QAAQ,EAAEA,CAAA,KAAMzD,cAAc,CAAC,KAAK,CAAE;IACtC0D,QAAQ,EAAC,QAAQ;IACjBC,YAAY;IACZC,SAAS,EAAE,GAAI;IACfC,eAAe;IACfC,WAAW,EAAE;EAAK,GAEjBlB,UAAU,CAAC,CACP,CACC,CAAC;AAEf,CAAC;AAACmB,OAAA,CAAAhG,KAAA,GAAAA,KAAA;AAEF,MAAMuF,MAAM,GAAGU,uBAAU,CAACC,MAAM,CAAC;EAC/BV,KAAK,EAAE;IACLW,IAAI,EAAE,CAAC;IACPvG,MAAM;IACNC;EACF;AACF,CAAC,CAAC;AAAC,IAAAuG,QAAA,GAAAJ,OAAA,CAAArG,OAAA,GAEYK,KAAK;AAEpBA,KAAK,CAACqG,YAAY,GAAG;EACnBzF,cAAc,EAAE;AAClB,CAAC","ignoreList":[]}
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.usePrevious = usePrevious;
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
function usePrevious(value) {
|
|
9
|
-
const ref = (0, _react.useRef)(
|
|
9
|
+
const ref = (0, _react.useRef)(undefined);
|
|
10
10
|
(0, _react.useEffect)(() => {
|
|
11
11
|
ref.current = value;
|
|
12
12
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","usePrevious","value","ref","useRef","useEffect","current"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/StoryKit/src/helpers/StateHelpers.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEO,SAASC,WAAWA,
|
|
1
|
+
{"version":3,"names":["_react","require","usePrevious","value","ref","useRef","undefined","useEffect","current"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/StoryKit/src/helpers/StateHelpers.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEO,SAASC,WAAWA,CAAIC,KAAQ,EAAiB;EACtD,MAAMC,GAAG,GAAG,IAAAC,aAAM,EAAgBC,SAAS,CAAC;EAC5C,IAAAC,gBAAS,EAAC,MAAM;IACdH,GAAG,CAACI,OAAO,GAAGL,KAAK;EACrB,CAAC,CAAC;EACF,OAAOC,GAAG,CAACI,OAAO;AACpB","ignoreList":[]}
|