@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_user","_useAuth","_interopRequireDefault","_feed","_EditCommentModal","_reactNativePaper","_index","_tsSdkReactNative","_hooks","_ModeratorBadgeElement","_enums","_LinkPreview","_List","_uiSlice","_store","_native","e","__esModule","default","CommentListItem","commentDetail","onDelete","onClickReply","postType","disabledInteraction","onNavigate","_previewReplyCommentL","theme","useTheme","styles","useStyles","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","referenceId","targetType","targetId","childrenNumber","timeDifference","useTimeDifference","dispatch","useUIKitDispatch","showToastMessage","uiSlice","actions","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","isReactionListVisible","setIsReactionListVisible","navigation","useNavigation","useEffect","getReplyComments","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","formatReplyComments","replyComments","isPreviewReply","length","formattedCommentList","Promise","all","map","item","_userObject$data","_item$metadata","userObject","getAmityUser","userId","formattedUserObject","displayName","avatarFileId","avatarCustomUrl","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","toastMessage","isSuccessToast","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","onPressCommentReaction","React","createElement","View","key","commentWrap","headerSection","TouchableOpacity","navigate","Image","avatar","source","uri","SvgXml","xml","personXml","width","height","rightSection","commentBubble","Text","headerText","marginVertical","pageID","PageID","WildCardPage","communityId","componentID","ComponentID","post_content","LinkPreview","mentionPositionArr","actionSection","rowContainer","timeRow","headerTextTime","likeBtn","likedText","btnText","threeDots","colors","base","marginLeft","likeCircle","FlatList","renderItem","keyExtractor","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","modalContent","twoOptions","handleBar","modalRow","editIcon","deleteText","storyDraftDeletHyperLink","reportOutLine","onFinishEdit","onClose","isModalVisible","onCloseModal","_default","exports","memo"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/CommentListItem/CommentListItem.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_user","_useAuth","_interopRequireDefault","_feed","_EditCommentModal","_reactNativePaper","_index","_tsSdkReactNative","_hooks","_ModeratorBadgeElement","_BrandBadge","_enums","_LinkPreview","_List","_uiSlice","_store","_native","e","__esModule","default","CommentListItem","commentDetail","onDelete","onClickReply","postType","disabledInteraction","onNavigate","_previewReplyCommentL","theme","useTheme","styles","useStyles","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","referenceId","targetType","targetId","childrenNumber","timeDifference","useTimeDifference","dispatch","useUIKitDispatch","showToastMessage","uiSlice","actions","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","isReactionListVisible","setIsReactionListVisible","navigation","useNavigation","useEffect","getReplyComments","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","formatReplyComments","replyComments","isPreviewReply","length","formattedCommentList","Promise","all","map","item","_userObject$data","_userObject$data2","_item$metadata","userObject","getAmityUser","userId","formattedUserObject","displayName","avatarFileId","avatarCustomUrl","isBrand","dataType","updatedAt","children","metadata","mentioned","getCommentsParams","referenceType","dataTypes","values","matchType","limit","parentId","CommentRepository","getComments","result","openReplyComment","addReactionToComment","removeCommentReaction","addCommentReaction","deleteComment","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","toastMessage","isSuccessToast","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","handleGlobalBehavior","isVisitorOrBot","useGlobalBehavior","onPressLike","defaultBehavior","onPressReply","onPressCommentReaction","replyCount","React","createElement","View","key","commentWrap","headerSection","TouchableOpacity","navigate","Image","avatar","source","uri","SvgXml","xml","personXml","width","height","rightSection","commentBubble","displayNameRow","Text","headerText","numberOfLines","ellipsizeMode","BrandBadge","marginVertical","pageID","PageID","WildCardPage","communityId","componentID","ComponentID","post_content","LinkPreview","mentionPositionArr","actionSection","rowContainer","timeRow","headerTextTime","likeBtn","likedText","btnText","threeDots","colors","base","marginLeft","likeCircle","FlatList","renderItem","keyExtractor","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","modalContent","twoOptions","handleBar","modalRow","editIcon","deleteText","storyDraftDeletHyperLink","reportOutLine","onFinishEdit","onClose","isModalVisible","onCloseModal","_default","exports","memo"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/CommentListItem/CommentListItem.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AAUA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AAcA,IAAAK,QAAA,GAAAL,OAAA;AAIA,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;AAEA,IAAAY,MAAA,GAAAJ,sBAAA,CAAAR,OAAA;AACA,IAAAa,iBAAA,GAAAb,OAAA;AACA,IAAAc,MAAA,GAAAd,OAAA;AACA,IAAAe,sBAAA,GAAAP,sBAAA,CAAAR,OAAA;AACA,IAAAgB,WAAA,GAAAhB,OAAA;AACA,IAAAiB,MAAA,GAAAjB,OAAA;AACA,IAAAkB,YAAA,GAAAlB,OAAA;AACA,IAAAmB,KAAA,GAAAX,sBAAA,CAAAR,OAAA;AACA,IAAAoB,QAAA,GAAAZ,sBAAA,CAAAR,OAAA;AACA,IAAAqB,MAAA,GAAArB,OAAA;AACA,IAAAsB,OAAA,GAAAtB,OAAA;AAAyD,SAAAQ,uBAAAe,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAgCzD,MAAMG,eAAe,GAAGA,CAAC;EACvBC,aAAa;EACbC,QAAQ;EACRC,YAAY;EACZC,QAAQ;EACRC,mBAAmB;EACnBC;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,WAAW;IACXC,UAAU;IACVC,QAAQ;IACRC;EACF,CAAC,GAAGvB,aAAa,IAAI,CAAC,CAAC;EACvB,MAAMwB,cAAc,GAAG,IAAAC,wBAAiB,EAACX,SAAS,CAAC;EACnD,MAAMY,QAAQ,GAAG,IAAAC,uBAAgB,EAAC,CAAC;EACnC,MAAM;IAAEC;EAAiB,CAAC,GAAGC,gBAAO,CAACC,OAAO;EAC5C,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAG,IAAAC,eAAQ,EAClCjB,WAAW,GAAGA,WAAW,CAACkB,QAAQ,CAAC,MAAM,CAAC,GAAG,KAC/C,CAAC;EACD,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAH,eAAQ,EAC9ClB,SAAS,aAATA,SAAS,eAATA,SAAS,CAAEsB,IAAI,GAAGtB,SAAS,aAATA,SAAS,uBAATA,SAAS,CAAEsB,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;EAC9D,MAAM;IAAEc,UAAU;IAAEC;EAAY,CAAC,GAAGH,sBAAsB,IAAI,CAAC,CAAC;EAChE,MAAM,CAACI,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAjB,eAAQ,EAAU,KAAK,CAAC;EAC9D,MAAM,CAACkB,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAnB,eAAQ,EAASrB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyC,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,MAAM,CAACC,qBAAqB,EAAEC,wBAAwB,CAAC,GAAG,IAAAnC,eAAQ,EAAC,KAAK,CAAC;EACzE,MAAMoC,UAAU,GACd,IAAAC,qBAAa,EAAgD,CAAC;EAEhE,IAAAC,gBAAS,EAAC,MAAM;IACdC,gBAAgB,CAAC,CAAC;IAClBtB,cAAc,CAAC,KAAK,CAAC;IACrB,OAAO,MAAM;MACXA,cAAc,CAAC,KAAK,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMuB,SAAS,GAAGA,CAAA,KAAM;IACtBlB,YAAY,CAAC,IAAI,CAAC;EACpB,CAAC;EAED,MAAMmB,UAAU,GAAGA,CAAA,KAAM;IACvBV,qBAAQ,CAACW,MAAM,CAACb,cAAc,EAAE;MAC9Bc,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE;IACnB,CAAC,CAAC,CAACC,KAAK,CAAC,MAAMxB,YAAY,CAAC,KAAK,CAAC,CAAC;EACrC,CAAC;EACD,MAAMyB,aAAa,GAAG,MAAAA,CAAA,KAAY;IAChC,MAAMC,QAAQ,GAAG,MAAM,IAAAC,oBAAc,EAAC,SAAS,EAAEvE,SAAS,CAAC;IAC3D,IAAIsE,QAAQ,EAAE;MACZxB,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EAED,MAAM0B,mBAAmB,GAAG,MAAAA,CAC1BC,aAAa,EACbC,cAAuB,GAAG,KAAK,KAC5B;IACH,IAAIA,cAAc,EAAE;MAClBzC,0BAA0B,CAAC,EAAE,CAAC;IAChC,CAAC,MAAM;MACLF,mBAAmB,CAAC,EAAE,CAAC;IACzB;IAEA,IAAI0C,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,gBAAA,EAAAC,iBAAA,EAAAC,cAAA;QAC5D,MAAM;UAAEC;QAAW,CAAC,GAAG,MAAM,IAAAC,kBAAY,EAACL,IAAI,CAACM,MAAM,CAAC;QACtD,IAAIC,mBAAkC;QACtCA,mBAAmB,GAAG;UACpBD,MAAM,EAAEF,UAAU,CAACnF,IAAI,CAACqF,MAAM;UAC9BE,WAAW,EAAEJ,UAAU,CAACnF,IAAI,CAACuF,WAAW;UACxCC,YAAY,EAAEL,UAAU,CAACnF,IAAI,CAACwF,YAAY;UAC1CC,eAAe,GAAAT,gBAAA,GAAEG,UAAU,CAACnF,IAAI,cAAAgF,gBAAA,uBAAfA,gBAAA,CAAiBS,eAAe;UACjDC,OAAO,GAAAT,iBAAA,GAAEE,UAAU,CAACnF,IAAI,cAAAiF,iBAAA,uBAAfA,iBAAA,CAAiBS;QAC5B,CAAC;QAED,OAAO;UACLjF,UAAU,EAAEsE,IAAI,CAACtE,UAAU;UAC3BC,QAAQ,EAAEqE,IAAI,CAACrE,QAAQ;UACvBX,SAAS,EAAEgF,IAAI,CAAChF,SAAS;UACzBC,IAAI,EAAE+E,IAAI,CAAC/E,IAA2B;UACtC2F,QAAQ,EAAEZ,IAAI,CAACY,QAAQ;UACvBvF,WAAW,EAAE2E,IAAI,CAAC3E,WAAuB;UACzCD,SAAS,EAAE4E,IAAI,CAAC5E,SAAmC;UACnDF,IAAI,EAAEqF,mBAAoC;UAC1CM,SAAS,EAAEb,IAAI,CAACa,SAAS;UACzBtF,QAAQ,EAAEyE,IAAI,CAACzE,QAAQ;UACvBJ,SAAS,EAAE6E,IAAI,CAAC7E,SAAS;UACzBG,eAAe,EAAE0E,IAAI,CAACc,QAAQ;UAC9BrF,WAAW,EAAEuE,IAAI,CAACvE,WAAW;UAC7BD,eAAe,EAAEwE,IAAI,aAAJA,IAAI,gBAAAG,cAAA,GAAJH,IAAI,CAAEe,QAAQ,cAAAZ,cAAA,uBAAdA,cAAA,CAAgBa;QACnC,CAAC;MACH,CAAC,CACH,CAAC;MACD,IAAItB,cAAc,EAAE;QAClBzC,0BAA0B,CAAC,CAAC,GAAG2C,oBAAoB,CAAC,CAAC;MACvD,CAAC,MAAM;QACL7C,mBAAmB,CAAC,CAAC,GAAG6C,oBAAoB,CAAC,CAAC;MAChD;IACF;EACF,CAAC;EACD,MAAMf,gBAAgB,GAAG,MAAAA,CAAA,KAAY;IACnC,MAAMoC,iBAA8C,GAAG;MACrDC,aAAa,EAAE1G,QAAQ;MACvBiB,WAAW,EAAEA,WAAW;MAAE;MAC1B0F,SAAS,EAAE;QAAEC,MAAM,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QAAEC,SAAS,EAAE;MAAM,CAAC;MAC1DC,KAAK,EAAE,CAAC;MACRC,QAAQ,EAAEvG;IACZ,CAAC;IAEDwG,mCAAiB,CAACC,WAAW,CAACR,iBAAiB,EAAGS,MAAM,IAAK;MAC3DvE,yBAAyB,CAACuE,MAAM,CAAC;MACjClC,mBAAmB,CAACkC,MAAM,CAACzG,IAAI,CAAC;IAClC,CAAC,CAAC;EACJ,CAAC;EACD,MAAM0G,gBAAgB,GAAGA,CAAA,KAAM;IAC7BpE,cAAc,CAAC,IAAI,CAAC;IACpBsB,gBAAgB,CAAC,CAAC;EACpB,CAAC;EACD,IAAAD,gBAAS,EAAC,MAAM;IACdS,aAAa,CAAC,CAAC;EACjB,CAAC,EAAE,CAAC/D,eAAe,CAAC,CAAC;EAErB,MAAMsG,oBAAyC,GAAG,MAAAA,CAAA,KAAY;IAC5D,IAAIxF,MAAM,IAAII,YAAY,EAAE;MAC1BC,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjCH,SAAS,CAAC,KAAK,CAAC;MAChB,MAAM,IAAAwF,8BAAqB,EAAC7G,SAAS,EAAE,MAAM,CAAC;IAChD,CAAC,MAAM;MACLqB,SAAS,CAAC,IAAI,CAAC;MACfI,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAM,IAAAsF,2BAAkB,EAAC9G,SAAS,EAAE,MAAM,CAAC;IAC7C;EACF,CAAC;EAED,MAAM+G,aAAa,GAAGA,CAAA,KAAM;IAC1BC,kBAAK,CAACC,KAAK,CAAC,gBAAgB,EAAE,2CAA2C,EAAE,CACzE;MACEvE,IAAI,EAAE,QAAQ;MACdwE,KAAK,EAAE;IACT,CAAC,EACD;MACExE,IAAI,EAAE,QAAQ;MACdwE,KAAK,EAAE,aAAa;MACpBC,OAAO,EAAEA,CAAA,KAAM7H,QAAQ,IAAIA,QAAQ,CAACU,SAAS;IAC/C,CAAC,CACF,CAAC;IACF4C,YAAY,CAAC,KAAK,CAAC;EACrB,CAAC;EACD,MAAMwE,mBAAmB,GAAG,MAAAA,CAAA,KAAY;IACtC,IAAIvE,YAAY,EAAE;MAChB,MAAMwE,YAAY,GAAG,MAAM,IAAAC,wBAAkB,EAAC,SAAS,EAAEtH,SAAS,CAAC;MACnE4C,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,KAAK,CAAC;MACtB,IAAIuE,YAAY,EAAE;QAChBtG,QAAQ,CACNE,gBAAgB,CAAC;UACfsG,YAAY,EAAE,oBAAoB;UAClCC,cAAc,EAAE;QAClB,CAAC,CACH,CAAC;MACH;IACF,CAAC,MAAM;MACL,MAAMC,UAAU,GAAG,MAAM,IAAAC,sBAAgB,EAAC,SAAS,EAAE1H,SAAS,CAAC;MAC/D4C,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,IAAI,CAAC;MACrB,IAAI2E,UAAU,EAAE;QACd1G,QAAQ,CACNE,gBAAgB,CAAC;UACfsG,YAAY,EAAE,kBAAkB;UAChCC,cAAc,EAAE;QAClB,CAAC,CACH,CAAC;MACH;IACF;EACF,CAAC;EACD,MAAMG,UAAU,GAAG;IACjBC,SAAS,EAAE,CACT;MACEC,UAAU,EAAE1E,cAAc,CAAC2E,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;IACjCrF,YAAY,CAAC,KAAK,CAAC;IACnBI,mBAAmB,CAAC,IAAI,CAAC;EAC3B,CAAC;EACD,MAAMkF,aAAa,GAAIC,QAAgB,IAAK;IAC1CjF,gBAAgB,CAAC,IAAI,CAAC;IACtBF,mBAAmB,CAAC,KAAK,CAAC;IAC1BP,cAAc,CAAC0F,QAAQ,CAAC;EAC1B,CAAC;EACD,MAAMC,uBAAuB,GAAGA,CAAA,KAAM;IACpCpF,mBAAmB,CAAC,KAAK,CAAC;EAC5B,CAAC;EAED,MAAMqF,aAAa,GAAGA,CAAA,KAAM;IAC1B9I,YAAY,IAAIA,YAAY,CAACW,IAAI,EAAEF,SAAS,CAAC;EAC/C,CAAC;;EAED;EACA,MAAM;IAAEsI,oBAAoB;IAAEC;EAAe,CAAC,GAAG,IAAAC,wBAAiB,EAAC,CAAC;EACpE,MAAMC,WAAW,GAAGA,CAAA,KAClBH,oBAAoB,CAAC;IAAEI,eAAe,EAAE9B;EAAqB,CAAC,CAAC;EACjE,MAAM+B,YAAY,GAAGA,CAAA,KACnBL,oBAAoB,CAAC;IAAEI,eAAe,EAAEL;EAAc,CAAC,CAAC;EAE1D,MAAMO,sBAAsB,GAAGA,CAAA,KAAM;IACnClJ,UAAU,IAAIA,UAAU,CAAC,CAAC;IAC1B+D,wBAAwB,CAAC,IAAI,CAAC;EAChC,CAAC;EAED,MAAMoF,UAAU,GACdjI,cAAc,KAAK,CAAC,GAAGkB,gBAAgB,CAAC6C,MAAM,GAAG/D,cAAc;EAEjE,oBACEkI,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAACC,GAAG,EAAEjJ,SAAU;IAACkH,KAAK,EAAEpH,MAAM,CAACoJ;EAAY,gBAC9CJ,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACqJ;EAAc,gBAChCL,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEA,CAAA,KAAM;MACb,CAAAjH,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAM,KACV5B,UAAU,CAAC2F,QAAQ,CAAC,aAAa,EAAE;QACjC/D,MAAM,EAAE,CAAApF,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAM,KAAI;MAC1B,CAAC,CAAC;IACN;EAAE,GAEDpF,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEuF,YAAY,gBACjBqD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA2L,KAAK;IACJpC,KAAK,EAAEpH,MAAM,CAACyJ,MAAO;IACrBC,MAAM,EAAE;MACNC,GAAG,EAAEvJ,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEwF,eAAe,GACtBxF,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEwF,eAAe,GACrB,eAAe9D,SAAS,0BAA0B1B,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEuF,YAAY;IAC1E;EAAE,CACH,CAAC,gBAEFqD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACyJ;EAAO,gBACzBT,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IAACC,GAAG,EAAEC,cAAU;IAACC,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CAEQ,CAAC,eACnBhB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACiK;EAAa,gBAC/BjB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACkK;EAAc,gBAChClB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEA,CAAA,KAAM;MACb,CAAAjH,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAM,KACV5B,UAAU,CAAC2F,QAAQ,CAAC,aAAa,EAAE;QACjC/D,MAAM,EAAE,CAAApF,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAM,KAAI;MAC1B,CAAC,CAAC;IACN;EAAE,gBAEFwD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACmK;EAAe,gBACjCnB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IACHhD,KAAK,EAAEpH,MAAM,CAACqK,UAAW;IACzBC,aAAa,EAAE,CAAE;IACjBC,aAAa,EAAC;EAAM,GAEnBnK,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEsF,WACH,CAAC,EACN,CAAAtF,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyF,OAAO,kBAAImD,KAAA,CAAAC,aAAA,CAACrK,WAAA,CAAA4L,UAAU;IAACT,KAAK,EAAE,EAAG;IAACC,MAAM,EAAE;EAAG,CAAE,CAClD,CACU,CAAC,EAClBpJ,UAAU,KAAK,WAAW,IAAIC,QAAQ;EAAA;EACrC;EACAmI,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAE;MAAEqD,cAAc,EAAE;IAAE;EAAE,gBACjCzB,KAAA,CAAAC,aAAA,CAACtK,sBAAA,CAAAU,OAAqB;IACpBqL,MAAM,EAAEC,aAAM,CAACC,YAAa;IAC5BC,WAAW,EAAEhK,QAAS;IACtB2E,MAAM,EAAEpF,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAO;IACrBsF,WAAW,EAAEC,kBAAW,CAACC;EAAa,CACvC,CACG,CACP,EACAtI,WAAW,iBACVsG,KAAA,CAAAC,aAAA,CAACnK,YAAA,CAAAmM,WAAW;IACVC,kBAAkB,EAAExK,eAAgB;IACpCkC,IAAI,EAAEF;EAAY,CACnB,CAEC,CAAC,EAEN,CAAC/C,mBAAmB,iBACnBqJ,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACmL;EAAc,gBAChCnC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACoL;EAAa,gBAC/BpC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAACqL;EAAQ,gBAC1BrC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACsL;EAAe,GAAEvK,cAAqB,CAAC,EAC1D,CAACN,QAAQ,KAAKJ,SAAS,IAAI8C,aAAa,kBACvC6F,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACsL;EAAe,GAAC,WAAe,CAEjD,CAAC,eAEPtC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IAACjC,OAAO,EAAEsB,WAAY;IAACvB,KAAK,EAAEpH,MAAM,CAACuL;EAAQ,gBAC5DvC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAE9F,MAAM,GAAGtB,MAAM,CAACwL,SAAS,GAAGxL,MAAM,CAACyL;EAAQ,GACrD,CAACnK,MAAM,GAAG,MAAM,GAAG,OAChB,CACU,CAAC,eACnB0H,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IAACjC,OAAO,EAAEwB,YAAa;IAACzB,KAAK,EAAEpH,MAAM,CAACuL;EAAQ,gBAC7DvC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACyL;EAAQ,GAAC,OAAW,CACxB,CAAC,EAClB,CAAChD,cAAc,iBACdO,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAErD,SAAU;IACnBoD,KAAK,EAAEpH,MAAM,CAAC0L;EAAU,gBAExB1C,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IACLC,GAAG,EAAE,IAAA6B,cAAS,EAAC5L,KAAK,CAAC6L,MAAM,CAACC,IAAI,CAAE;IAClC7B,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CACe,CAEhB,CAAC,EAENtI,YAAY,GAAG,CAAC,iBACfsH,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEyB,sBAAuB;IAChC1B,KAAK,EAAEpH,MAAM,CAACuL;EAAQ,gBAEtBvC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACyL;EAAQ,GAAE/J,YAAmB,CAAC,eAClDsH,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L;EACC;EAAA;IACAxC,KAAK,EAAE;MAAEyE,UAAU,EAAE;IAAE,CAAE;IACzBhC,GAAG,EAAEiC,eAAW;IAChB/B,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CACe,CAEhB,CACP,EAEA9H,uBAAuB,CAAC2C,MAAM,GAAG,CAAC,IAAI,CAACrC,WAAW,iBACjDwG,KAAA,CAAAC,aAAA,CAACzK,MAAA,CAAAa,OAAgB;IACfa,SAAS,GAAAL,qBAAA,GACPqC,uBAAuB,CAACA,uBAAuB,CAAC2C,MAAM,GAAG,CAAC,CAAC,cAAAhF,qBAAA,uBAA3DA,qBAAA,CACIK,SACL;IACDX,aAAa,EACX2C,uBAAuB,CAACA,uBAAuB,CAAC2C,MAAM,GAAG,CAAC,CAC3D;IACDrF,QAAQ,EAAEA;EAAS,CACpB,CACF,EACAgD,WAAW,IAAI,CAAAR,gBAAgB,aAAhBA,gBAAgB,uBAAhBA,gBAAgB,CAAE6C,MAAM,IAAG,CAAC,iBAC1CmE,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAkO,QAAQ;IACP5L,IAAI,EAAE6B,gBAAiB;IACvBgK,UAAU,EAAEA,CAAC;MAAE9G;IAAK,CAAC,kBACnB8D,KAAA,CAAAC,aAAA,CAACzK,MAAA,CAAAa,OAAgB;MACfa,SAAS,EAAEgF,IAAI,CAAChF,SAAU;MAC1BX,aAAa,EAAE2F,IAAK;MACpB1F,QAAQ,EAAEA;IAAS,CACpB,CACD;IACFyM,YAAY,EAAG/G,IAAI,IAAKA,IAAI,CAAChF;EAAU,CACxC,CACF,EAEA,CAAA8B,gBAAgB,aAAhBA,gBAAgB,uBAAhBA,gBAAgB,CAAE6C,MAAM,IAAG,CAAC,IAAI,CAACrC,WAAW,iBAC3CwG,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEA,CAAA,KAAMR,gBAAgB,CAAC,CAAE;IAClCO,KAAK,EAAEpH,MAAM,CAACkM;EAAiB,gBAE/BlD,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IAACC,GAAG,EAAEsC;EAAW,CAAE,CAAC,eAC3BnD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACoM;EAAa,GAAC,OAC3B,EAACrD,UAAU,EAAC,GAAC,EAACA,UAAU,KAAK,CAAC,GAAG,OAAO,GAAG,SAC5C,CACU,CACnB,EAEAvG,WAAW,IAAID,WAAW,iBACzByG,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEA,CAAA,KAAM/E,UAAU,CAAC,CAAE;IAC5B8E,KAAK,EAAEpH,MAAM,CAACkM;EAAiB,gBAE/BlD,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IAACC,GAAG,EAAEsC;EAAW,CAAE,CAAC,eAC3BnD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACoM;EAAa,GAAC,mBAAuB,CACzC,CAEhB,CACF,CAAC,eACPpD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAwO,KAAK;IACJC,aAAa,EAAC,MAAM;IACpBC,WAAW,EAAE,IAAK;IAClBC,OAAO,EAAE3J,SAAU;IACnB4J,cAAc,EAAExI;EAAW,gBAE3B+E,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA6O,SAAS;IAACrF,OAAO,EAAEpD,UAAW;IAACmD,KAAK,EAAEpH,MAAM,CAAC2M;EAAe,gBAC3D3D,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA0F,QAAQ,CAAC2F,IAAI;IACZ9B,KAAK,EAAE,CACLpH,MAAM,CAAC4M,YAAY,EACnB/E,UAAU,EACV,CAAAzH,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAM,MAAM3D,MAAM,CAAkB2D,MAAM,IAC9CxF,MAAM,CAAC6M,UAAU;EACnB,gBAEF7D,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAAC9B,KAAK,EAAEpH,MAAM,CAAC8M;EAAU,CAAE,CAAC,EAChC,CAAA1M,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEoF,MAAM,MAAM3D,MAAM,CAAkB2D,MAAM,gBAC/CwD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI,qBACHF,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEc,oBAAqB;IAC9Bf,KAAK,EAAEpH,MAAM,CAAC+M;EAAS,gBAEvB/D,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IACLC,GAAG,EAAE,IAAAmD,aAAQ,EAAClN,KAAK,CAAC6L,MAAM,CAACC,IAAI,CAAE;IACjC7B,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CAAC,eACFhB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACiN;EAAW,GAAC,eAAmB,CACnC,CAAC,eACnBjE,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEJ,aAAc;IACvBG,KAAK,EAAEpH,MAAM,CAAC+M;EAAS,gBAEvB/D,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IACLC,GAAG,EAAE,IAAAqD,6BAAwB,EAAC,CAAE;IAChCnD,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CAAC,eACFhB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACiN;EAAW,GAAC,iBAAqB,CACrC,CACd,CAAC,gBAEPjE,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAyL,gBAAgB;IACfjC,OAAO,EAAEC,mBAAoB;IAC7BF,KAAK,EAAEpH,MAAM,CAAC+M;EAAS,gBAEvB/D,KAAA,CAAAC,aAAA,CAAClL,eAAA,CAAA6L,MAAM;IACLC,GAAG,EAAE,IAAAsD,kBAAa,EAACrN,KAAK,CAAC6L,MAAM,CAACC,IAAI,CAAE;IACtC7B,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CAAC,eACFhB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAuM,IAAI;IAAChD,KAAK,EAAEpH,MAAM,CAACiN;EAAW,GAC5BlK,YAAY,GAAG,kBAAkB,GAAG,gBACjC,CACU,CAEP,CACN,CACN,CAAC,eACRiG,KAAA,CAAAC,aAAA,CAAC3K,iBAAA,CAAAe,OAAgB;IACfmN,OAAO,EAAEvJ,gBAAiB;IAC1B1D,aAAa,EAAEA,aAAc;IAC7B6N,YAAY,EAAEhF,aAAc;IAC5BiF,OAAO,EAAE/E;EAAwB,CAClC,CAAC,EACD5E,qBAAqB,iBACpBsF,KAAA,CAAAC,aAAA,CAAClK,KAAA,CAAAM,OAA0B;IACzBsB,WAAW,EAAET,SAAU;IACvBkG,aAAa,EAAC,SAAS;IACvBkH,cAAc,EAAE5J,qBAAsB;IACtC6J,YAAY,EAAEA,CAAA,KAAM5J,wBAAwB,CAAC,KAAK;EAAE,CACrD,CAEC,CAAC;AAEX,CAAC;AAAC,IAAA6J,QAAA,GAAAC,OAAA,CAAApO,OAAA,gBACa,IAAAqO,WAAI,EAACpO,eAAe,CAAC","ignoreList":[]}
|
package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js
CHANGED
|
@@ -32,7 +32,7 @@ const useStyles = () => {
|
|
|
32
32
|
fontWeight: '600',
|
|
33
33
|
fontSize: 15,
|
|
34
34
|
color: theme.colors.base,
|
|
35
|
-
|
|
35
|
+
flexShrink: 1
|
|
36
36
|
},
|
|
37
37
|
headerTextTime: {
|
|
38
38
|
fontSize: 13,
|
|
@@ -56,7 +56,8 @@ const useStyles = () => {
|
|
|
56
56
|
backgroundColor: theme.colors.baseShade4,
|
|
57
57
|
borderRadius: 12,
|
|
58
58
|
borderTopLeftRadius: 0,
|
|
59
|
-
alignSelf: 'flex-start'
|
|
59
|
+
alignSelf: 'flex-start',
|
|
60
|
+
maxWidth: '100%'
|
|
60
61
|
},
|
|
61
62
|
viewMoreReplyBtn: {
|
|
62
63
|
width: 155,
|
|
@@ -162,6 +163,11 @@ const useStyles = () => {
|
|
|
162
163
|
inputText: {
|
|
163
164
|
color: theme.colors.base,
|
|
164
165
|
fontSize: 15
|
|
166
|
+
},
|
|
167
|
+
displayNameRow: {
|
|
168
|
+
flexDirection: 'row',
|
|
169
|
+
alignItems: 'center',
|
|
170
|
+
gap: 4
|
|
165
171
|
}
|
|
166
172
|
});
|
|
167
173
|
return styles;
|
package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_reactNativePaper","useStyles","theme","useTheme","styles","StyleSheet","create","commentWrap","backgroundColor","colors","background","paddingHorizontal","width","alignSelf","replyCommentWrap","paddingTop","headerSection","paddingVertical","flexDirection","replyHeaderSection","headerText","fontWeight","fontSize","color","base","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_reactNativePaper","useStyles","theme","useTheme","styles","StyleSheet","create","commentWrap","backgroundColor","colors","background","paddingHorizontal","width","alignSelf","replyCommentWrap","paddingTop","headerSection","paddingVertical","flexDirection","replyHeaderSection","headerText","fontWeight","fontSize","color","base","flexShrink","headerTextTime","baseShade1","avatar","height","borderRadius","marginRight","alignItems","justifyContent","rightSection","commentBubble","padding","baseShade4","borderTopLeftRadius","maxWidth","viewMoreReplyBtn","marginBottom","viewMoreText","commentText","likeBtn","actionSection","flex","paddingBottom","rowContainer","gap","likedText","primary","marginLeft","btnText","baseShade2","threeDots","opacity","modalContainer","modalContent","borderTopRightRadius","minHeight","modalRow","marginVertical","handleBar","deleteText","paddingLeft","twoOptions","timeRow","dot","mentionText","inputText","displayNameRow","exports"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/CommentListItem/styles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -86,12 +86,13 @@ const AmityPostCommentComponent = ({
|
|
|
86
86
|
}, [postId, postType]);
|
|
87
87
|
const queryComment = comments => {
|
|
88
88
|
const formattedCommentList = comments.map(item => {
|
|
89
|
-
var _item$creator, _item$creator2, _item$creator3, _item$creator4, _item$metadata;
|
|
89
|
+
var _item$creator, _item$creator2, _item$creator3, _item$creator4, _item$creator5, _item$metadata;
|
|
90
90
|
const formattedUserObject = {
|
|
91
91
|
userId: (_item$creator = item.creator) === null || _item$creator === void 0 ? void 0 : _item$creator.userId,
|
|
92
92
|
displayName: (_item$creator2 = item.creator) === null || _item$creator2 === void 0 ? void 0 : _item$creator2.displayName,
|
|
93
93
|
avatarFileId: (_item$creator3 = item.creator) === null || _item$creator3 === void 0 ? void 0 : _item$creator3.avatarFileId,
|
|
94
|
-
avatarCustomUrl: (_item$creator4 = item.creator) === null || _item$creator4 === void 0 ? void 0 : _item$creator4.avatarCustomUrl
|
|
94
|
+
avatarCustomUrl: (_item$creator4 = item.creator) === null || _item$creator4 === void 0 ? void 0 : _item$creator4.avatarCustomUrl,
|
|
95
|
+
isBrand: (_item$creator5 = item.creator) === null || _item$creator5 === void 0 ? void 0 : _item$creator5.isBrand
|
|
95
96
|
};
|
|
96
97
|
return {
|
|
97
98
|
targetType: item.targetType,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_react","_tsSdkReactNative","_CommentListItem","_interopRequireDefault","_comment","_enums","_hooks","_native","_interopRequireWildcard","_useCustomRankingGlobalFeed","_CommentAdComponent","_usePaginator","_useCommentAdImpression","_styles","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","commentListLimit","AmityPostCommentComponent","pageId","PageID","WildCardPage","postId","communityId","postType","disabledInteraction","setReplyUserName","setReplyCommentId","ListHeaderComponent","componentId","ComponentID","CommentTray","isExcluded","themeStyles","useAmityComponent","styles","useStyles","onNextPageRef","useRef","commentList","setCommentList","useState","isLoading","setIsLoading","handleViewChange","useCommentAdImpression","itemWithAds","usePaginatorApi","items","placement","pageSize","getItemId","item","commentId","useEffect","unsubComment","CommentRepository","getComments","dataTypes","matchType","values","referenceId","referenceType","limit","loading","data","hasNextPage","onNextPage","length","queryComment","current","setTimeout","comments","formattedCommentList","map","_item$creator","_item$creator2","_item$creator3","_item$creator4","_item$metadata","formattedUserObject","userId","creator","displayName","avatarFileId","avatarCustomUrl","targetType","targetId","dataType","myReactions","reactions","user","updatedAt","editedAt","createdAt","childrenComment","children","childrenNumber","mentionPosition","metadata","mentioned","onDeleteComment","useCallback","isDeleted","deleteCommentById","prevCommentList","updatedCommentList","filter","handleClickReply","renderCommentListItem","React","createElement","height","speed","width","backgroundColor","colors","baseShade4","foregroundColor","baseShade2","viewBox","Circle","cx","cy","Rect","x","y","rx","ry","isAmityAd","ad","onDelete","commentDetail","onClickReply","View","style","commentListContainer","FlatList","keyboardShouldPersistTaps","renderItem","keyExtractor","index","adId","onEndReachedThreshold","viewabilityConfig","viewAreaCoveragePercentThreshold","onEndReached","onViewableItemsChanged","_default","exports","memo"],"sourceRoot":"../../../../../../../src","sources":["social/features/comment/components/PostComment/PostComment.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_tsSdkReactNative","_CommentListItem","_interopRequireDefault","_comment","_enums","_hooks","_native","_interopRequireWildcard","_useCustomRankingGlobalFeed","_CommentAdComponent","_usePaginator","_useCommentAdImpression","_styles","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","commentListLimit","AmityPostCommentComponent","pageId","PageID","WildCardPage","postId","communityId","postType","disabledInteraction","setReplyUserName","setReplyCommentId","ListHeaderComponent","componentId","ComponentID","CommentTray","isExcluded","themeStyles","useAmityComponent","styles","useStyles","onNextPageRef","useRef","commentList","setCommentList","useState","isLoading","setIsLoading","handleViewChange","useCommentAdImpression","itemWithAds","usePaginatorApi","items","placement","pageSize","getItemId","item","commentId","useEffect","unsubComment","CommentRepository","getComments","dataTypes","matchType","values","referenceId","referenceType","limit","loading","data","hasNextPage","onNextPage","length","queryComment","current","setTimeout","comments","formattedCommentList","map","_item$creator","_item$creator2","_item$creator3","_item$creator4","_item$creator5","_item$metadata","formattedUserObject","userId","creator","displayName","avatarFileId","avatarCustomUrl","isBrand","targetType","targetId","dataType","myReactions","reactions","user","updatedAt","editedAt","createdAt","childrenComment","children","childrenNumber","mentionPosition","metadata","mentioned","onDeleteComment","useCallback","isDeleted","deleteCommentById","prevCommentList","updatedCommentList","filter","handleClickReply","renderCommentListItem","React","createElement","height","speed","width","backgroundColor","colors","baseShade4","foregroundColor","baseShade2","viewBox","Circle","cx","cy","Rect","x","y","rx","ry","isAmityAd","ad","onDelete","commentDetail","onClickReply","View","style","commentListContainer","FlatList","keyboardShouldPersistTaps","renderItem","keyExtractor","index","adId","onEndReachedThreshold","viewabilityConfig","viewAreaCoveragePercentThreshold","onEndReached","onViewableItemsChanged","_default","exports","memo"],"sourceRoot":"../../../../../../../src","sources":["social/features/comment/components/PostComment/PostComment.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js
CHANGED
|
@@ -12,10 +12,12 @@ var _xml = require("../../../../../../core/assets/icons/xml");
|
|
|
12
12
|
var _comment = require("../../../../../../core/legacy/comment");
|
|
13
13
|
var _useAuth = _interopRequireDefault(require("../../../../../../core/hooks/useAuth"));
|
|
14
14
|
var _useTimeDifference = require("../../../../../hooks/useTimeDifference");
|
|
15
|
+
var _useGlobalBehavior = require("../../../../../hooks/useGlobalBehavior");
|
|
15
16
|
var _feed = require("../../../../../../core/legacy/feed");
|
|
16
17
|
var _EditCommentModal = _interopRequireDefault(require("../../../../../components/legacy/EditCommentModal"));
|
|
17
18
|
var _reactNativePaper = require("react-native-paper");
|
|
18
19
|
var _ModeratorBadgeElement = _interopRequireDefault(require("../../../../../elements/ModeratorBadgeElement/ModeratorBadgeElement"));
|
|
20
|
+
var _BrandBadge = require("../../../../../elements/BrandBadge");
|
|
19
21
|
var _enums = require("../../../../../enums");
|
|
20
22
|
var _List = _interopRequireDefault(require("../../../../reaction/components/List"));
|
|
21
23
|
var _RenderTextWithMention = _interopRequireDefault(require("../../../../../components/RenderTextWithMention/RenderTextWithMention"));
|
|
@@ -37,7 +39,6 @@ const ReplyCommentList = ({
|
|
|
37
39
|
childrenComment,
|
|
38
40
|
editedAt,
|
|
39
41
|
mentionPosition,
|
|
40
|
-
childrenNumber,
|
|
41
42
|
targetType,
|
|
42
43
|
targetId
|
|
43
44
|
} = commentDetail;
|
|
@@ -92,8 +93,17 @@ const ReplyCommentList = ({
|
|
|
92
93
|
await (0, _comment.addCommentReaction)(commentId, 'like');
|
|
93
94
|
}
|
|
94
95
|
};
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
|
|
97
|
+
// Web parity: visitors see Like but taps show the sign-in toast
|
|
98
|
+
const {
|
|
99
|
+
handleGlobalBehavior,
|
|
100
|
+
isVisitorOrBot
|
|
101
|
+
} = (0, _useGlobalBehavior.useGlobalBehavior)();
|
|
102
|
+
const onPressLike = () => handleGlobalBehavior({
|
|
103
|
+
defaultBehavior: addReactionToComment
|
|
104
|
+
});
|
|
105
|
+
const deleteReplyComment = () => {
|
|
106
|
+
_reactNative.Alert.alert('Delete reply', 'This reply will be permanently deleted.', [{
|
|
97
107
|
text: 'Cancel',
|
|
98
108
|
style: 'cancel'
|
|
99
109
|
}, {
|
|
@@ -177,9 +187,16 @@ const ReplyCommentList = ({
|
|
|
177
187
|
onPress: () => (user === null || user === void 0 ? void 0 : user.userId) && navigation.navigate('UserProfile', {
|
|
178
188
|
userId: (user === null || user === void 0 ? void 0 : user.userId) || ''
|
|
179
189
|
})
|
|
190
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
191
|
+
style: styles.displayNameRow
|
|
180
192
|
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
181
|
-
style: styles.headerText
|
|
182
|
-
|
|
193
|
+
style: styles.headerText,
|
|
194
|
+
numberOfLines: 1,
|
|
195
|
+
ellipsizeMode: "tail"
|
|
196
|
+
}, user === null || user === void 0 ? void 0 : user.displayName), (user === null || user === void 0 ? void 0 : user.isBrand) && /*#__PURE__*/React.createElement(_BrandBadge.BrandBadge, {
|
|
197
|
+
width: 16,
|
|
198
|
+
height: 16
|
|
199
|
+
}))), targetType === 'community' && targetId &&
|
|
183
200
|
/*#__PURE__*/
|
|
184
201
|
// eslint-disable-next-line react-native/no-inline-styles
|
|
185
202
|
React.createElement(_reactNative.View, {
|
|
@@ -210,11 +227,11 @@ const ReplyCommentList = ({
|
|
|
210
227
|
}, timeDifference), (editedAt !== createdAt || isEditComment) && /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
211
228
|
style: styles.headerTextTime
|
|
212
229
|
}, " (edited)")), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
213
|
-
onPress:
|
|
230
|
+
onPress: onPressLike,
|
|
214
231
|
style: styles.likeBtn
|
|
215
232
|
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
216
233
|
style: isLike ? styles.likedText : styles.btnText
|
|
217
|
-
}, !isLike ? 'Like' : 'Liked')), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
234
|
+
}, !isLike ? 'Like' : 'Liked')), !isVisitorOrBot && /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
218
235
|
onPress: openModal,
|
|
219
236
|
style: styles.threeDots
|
|
220
237
|
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
@@ -235,13 +252,7 @@ const ReplyCommentList = ({
|
|
|
235
252
|
xml: _xml.likeCircle,
|
|
236
253
|
width: "20",
|
|
237
254
|
height: "16"
|
|
238
|
-
}))), /*#__PURE__*/React.createElement(_reactNative.
|
|
239
|
-
style: styles.viewMoreReplyBtn
|
|
240
|
-
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
241
|
-
xml: _xml.expandIcon
|
|
242
|
-
}), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
243
|
-
style: styles.viewMoreText
|
|
244
|
-
}, "View ", childrenNumber, " replies"))))), /*#__PURE__*/React.createElement(_reactNative.Modal, {
|
|
255
|
+
}))))), /*#__PURE__*/React.createElement(_reactNative.Modal, {
|
|
245
256
|
animationType: "fade",
|
|
246
257
|
transparent: true,
|
|
247
258
|
visible: isVisible,
|
|
@@ -254,14 +265,22 @@ const ReplyCommentList = ({
|
|
|
254
265
|
}, (user === null || user === void 0 ? void 0 : user.userId) === client.userId ? /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
255
266
|
onPress: openEditCommentModal,
|
|
256
267
|
style: styles.modalRow
|
|
257
|
-
}, /*#__PURE__*/React.createElement(
|
|
268
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
269
|
+
xml: (0, _xml.editIcon)(theme.colors.base),
|
|
270
|
+
width: "20",
|
|
271
|
+
height: "20"
|
|
272
|
+
}), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
258
273
|
style: styles.deleteText
|
|
259
|
-
}, " Edit
|
|
260
|
-
onPress:
|
|
274
|
+
}, " Edit reply")), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
275
|
+
onPress: deleteReplyComment,
|
|
261
276
|
style: styles.modalRow
|
|
262
|
-
}, /*#__PURE__*/React.createElement(
|
|
277
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
278
|
+
xml: (0, _xml.storyDraftDeletHyperLink)(),
|
|
279
|
+
width: "20",
|
|
280
|
+
height: "20"
|
|
281
|
+
}), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
263
282
|
style: styles.deleteText
|
|
264
|
-
}, " Delete
|
|
283
|
+
}, " Delete reply"))) : /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
265
284
|
onPress: reportCommentObject,
|
|
266
285
|
style: styles.modalRow
|
|
267
286
|
}, /*#__PURE__*/React.createElement(_reactNativeSvg.SvgXml, {
|
|
@@ -270,7 +289,7 @@ const ReplyCommentList = ({
|
|
|
270
289
|
height: "20"
|
|
271
290
|
}), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
272
291
|
style: styles.deleteText
|
|
273
|
-
}, isReportByMe ? 'Unreport
|
|
292
|
+
}, isReportByMe ? 'Unreport reply' : 'Report reply'))))), /*#__PURE__*/React.createElement(_EditCommentModal.default, {
|
|
274
293
|
visible: editCommentModal,
|
|
275
294
|
commentDetail: commentDetail,
|
|
276
295
|
onFinishEdit: onEditComment,
|
package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_useAuth","_interopRequireDefault","_useTimeDifference","_feed","_EditCommentModal","_reactNativePaper","_ModeratorBadgeElement","_enums","_List","_RenderTextWithMention","_uiSlice","_store","_native","e","__esModule","default","ReplyCommentList","commentDetail","onDelete","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","targetType","targetId","theme","useTheme","styles","useStyles","dispatch","useUIKitDispatch","showToastMessage","uiSlice","actions","timeDifference","useTimeDifference","isLike","setIsLike","useState","includes","likeReaction","setLikeReaction","like","client","apiRegion","useAuth","textComment","setTextComment","text","isVisible","setIsVisible","isReactionListVisible","setIsReactionListVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","useRef","Animated","Value","current","navigation","useNavigation","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","useEffect","addReactionToComment","removeCommentReaction","addCommentReaction","deletePostObject","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","toastMessage","isSuccessToast","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onPressCommentReaction","React","createElement","View","key","replyCommentWrap","replyHeaderSection","TouchableOpacity","userId","navigate","avatarFileId","Image","avatar","source","uri","avatarCustomUrl","SvgXml","xml","personXml","width","height","rightSection","commentBubble","Text","headerText","displayName","marginVertical","communityId","pageID","PageID","WildCardPage","componentID","ComponentID","post_content","textPost","mentionPositionArr","actionSection","rowContainer","timeRow","headerTextTime","likeBtn","likedText","btnText","threeDots","colors","base","marginLeft","likeCircle","length","Pressable","viewMoreReplyBtn","expandIcon","viewMoreText","Modal","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","modalRow","deleteText","reportOutLine","onFinishEdit","onClose","referenceId","referenceType","isModalVisible","onCloseModal","_default","exports","memo"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/ReplyCommentList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_styles","_reactNativeSvg","_xml","_comment","_useAuth","_interopRequireDefault","_useTimeDifference","_useGlobalBehavior","_feed","_EditCommentModal","_reactNativePaper","_ModeratorBadgeElement","_BrandBadge","_enums","_List","_RenderTextWithMention","_uiSlice","_store","_native","e","__esModule","default","ReplyCommentList","commentDetail","onDelete","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","targetType","targetId","theme","useTheme","styles","useStyles","dispatch","useUIKitDispatch","showToastMessage","uiSlice","actions","timeDifference","useTimeDifference","isLike","setIsLike","useState","includes","likeReaction","setLikeReaction","like","client","apiRegion","useAuth","textComment","setTextComment","text","isVisible","setIsVisible","isReactionListVisible","setIsReactionListVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","useRef","Animated","Value","current","navigation","useNavigation","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","isReportTarget","useEffect","addReactionToComment","removeCommentReaction","addCommentReaction","handleGlobalBehavior","isVisitorOrBot","useGlobalBehavior","onPressLike","defaultBehavior","deleteReplyComment","Alert","alert","style","onPress","reportCommentObject","unReportPost","unReportTargetById","toastMessage","isSuccessToast","reportPost","reportTargetById","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onPressCommentReaction","React","createElement","View","key","replyCommentWrap","replyHeaderSection","TouchableOpacity","userId","navigate","avatarFileId","Image","avatar","source","uri","avatarCustomUrl","SvgXml","xml","personXml","width","height","rightSection","commentBubble","displayNameRow","Text","headerText","numberOfLines","ellipsizeMode","displayName","isBrand","BrandBadge","marginVertical","communityId","pageID","PageID","WildCardPage","componentID","ComponentID","post_content","textPost","mentionPositionArr","actionSection","rowContainer","timeRow","headerTextTime","likeBtn","likedText","btnText","threeDots","colors","base","marginLeft","likeCircle","Modal","animationType","transparent","visible","onRequestClose","Pressable","modalContainer","modalContent","twoOptions","modalRow","editIcon","deleteText","storyDraftDeletHyperLink","reportOutLine","onFinishEdit","onClose","referenceId","referenceType","isModalVisible","onCloseModal","_default","exports","memo"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/ReplyCommentList/index.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js
CHANGED
|
@@ -33,7 +33,8 @@ const useStyles = () => {
|
|
|
33
33
|
fontWeight: '600',
|
|
34
34
|
fontSize: 15,
|
|
35
35
|
color: theme.colors.base,
|
|
36
|
-
marginBottom: 4
|
|
36
|
+
marginBottom: 4,
|
|
37
|
+
flexShrink: 1
|
|
37
38
|
},
|
|
38
39
|
headerTextTime: {
|
|
39
40
|
fontSize: 13,
|
|
@@ -63,7 +64,8 @@ const useStyles = () => {
|
|
|
63
64
|
marginVertical: 8,
|
|
64
65
|
borderRadius: 12,
|
|
65
66
|
borderTopLeftRadius: 0,
|
|
66
|
-
alignSelf: 'flex-start'
|
|
67
|
+
alignSelf: 'flex-start',
|
|
68
|
+
maxWidth: '100%'
|
|
67
69
|
},
|
|
68
70
|
viewMoreReplyBtn: {
|
|
69
71
|
width: 155,
|
|
@@ -158,6 +160,11 @@ const useStyles = () => {
|
|
|
158
160
|
flexDirection: 'row',
|
|
159
161
|
alignItems: 'center',
|
|
160
162
|
gap: 8
|
|
163
|
+
},
|
|
164
|
+
displayNameRow: {
|
|
165
|
+
flexDirection: 'row',
|
|
166
|
+
alignItems: 'center',
|
|
167
|
+
gap: 4
|
|
161
168
|
}
|
|
162
169
|
});
|
|
163
170
|
return styles;
|
package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_reactNativePaper","useStyles","theme","useTheme","styles","StyleSheet","create","commentWrap","backgroundColor","colors","background","paddingHorizontal","width","alignSelf","replyCommentWrap","paddingTop","paddingRight","headerSection","paddingVertical","flexDirection","replyHeaderSection","headerText","fontWeight","fontSize","color","base","marginBottom","headerTextTime","marginVertical","baseShade1","avatar","height","borderRadius","marginRight","alignItems","justifyContent","headerRow","rightSection","commentBubble","padding","baseShade4","borderTopLeftRadius","viewMoreReplyBtn","marginTop","viewMoreText","commentText","likeBtn","actionSection","flex","likedText","primary","btnText","baseShade2","threeDots","opacity","modalContainer","modalContent","borderTopRightRadius","minHeight","modalRow","deleteText","paddingLeft","twoOptions","timeRow","dot","mentionText","inputText","rowContainer","gap","exports"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/ReplyCommentList/styles.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAD,OAAA;AAGO,MAAME,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAG,IAAAC,0BAAQ,EAAC,CAAe;EAEtC,MAAMC,MAAM,GAAGC,uBAAU,CAACC,MAAM,CAAC;IAC/BC,WAAW,EAAE;MACXC,eAAe,EAAEN,KAAK,CAACO,MAAM,CAACC,UAAU;MACxCC,iBAAiB,EAAE,EAAE;MACrBC,KAAK,EAAE,MAAM;MACbC,SAAS,EAAE;IACb,CAAC;IACDC,gBAAgB,EAAE;MAChBN,eAAe,EAAEN,KAAK,CAACO,MAAM,CAACC,UAAU;MACxCE,KAAK,EAAE,MAAM;MACbG,UAAU,EAAE,CAAC;MACbC,YAAY,EAAE;IAChB,CAAC;IACDC,aAAa,EAAE;MACbC,eAAe,EAAE,EAAE;MACnBC,aAAa,EAAE;IACjB,CAAC;IACDC,kBAAkB,EAAE;MAClBL,UAAU,EAAE,CAAC;MACbI,aAAa,EAAE;IACjB,CAAC;IACDE,UAAU,EAAE;MACVC,UAAU,EAAE,KAAK;MACjBC,QAAQ,EAAE,EAAE;MACZC,KAAK,EAAEtB,KAAK,CAACO,MAAM,CAACgB,IAAI;MACxBC,YAAY,EAAE;
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_reactNativePaper","useStyles","theme","useTheme","styles","StyleSheet","create","commentWrap","backgroundColor","colors","background","paddingHorizontal","width","alignSelf","replyCommentWrap","paddingTop","paddingRight","headerSection","paddingVertical","flexDirection","replyHeaderSection","headerText","fontWeight","fontSize","color","base","marginBottom","flexShrink","headerTextTime","marginVertical","baseShade1","avatar","height","borderRadius","marginRight","alignItems","justifyContent","headerRow","rightSection","commentBubble","padding","baseShade4","borderTopLeftRadius","maxWidth","viewMoreReplyBtn","marginTop","viewMoreText","commentText","likeBtn","actionSection","flex","likedText","primary","btnText","baseShade2","threeDots","opacity","modalContainer","modalContent","borderTopRightRadius","minHeight","modalRow","deleteText","paddingLeft","twoOptions","timeRow","dot","mentionText","inputText","rowContainer","gap","displayNameRow","exports"],"sourceRoot":"../../../../../../../../src","sources":["social/features/comment/components/PostComment/ReplyCommentList/styles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -95,6 +95,7 @@ const AddCategory = () => {
|
|
|
95
95
|
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
96
96
|
style: styles.submitButtonContainer
|
|
97
97
|
}, /*#__PURE__*/React.createElement(_ActionButton.default, {
|
|
98
|
+
fullWidth: true,
|
|
98
99
|
label: "Add category",
|
|
99
100
|
onPress: handleSubmit(onSubmit),
|
|
100
101
|
disabled: !isDirty || !isValid || isSubmitting
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_reactNativeSafeAreaContext","_Header","_interopRequireDefault","_CheckBox","_Typography","_Avatar","_CategoryChip","_reactHookForm","_useAddCategory","_MemberSkeleton","_ActionButton","e","__esModule","default","AddCategory","categories","fetchNextPage","hasNextPage","handleSubmit","isFetchingNextPage","isDirty","control","isSubmitting","onSubmit","isValid","styles","isLoading","useAddCategory","React","createElement","SafeAreaView","style","container","Controller","name","render","field","onChange","value","Fragment","bordered","total","length","count","View","selectedCategoriesContainer","map","selectedCategory","category","key","categoryId","onPress","filter","cat","skeletonContainer","CheckBox","Group","extractKey","item","select","list","option","find","FlatList","data","keyExtractor","contentContainerStyle","categoryContainer","onEndReached","ListFooterComponent","renderItem","_item$avatar","Option","categoryOption","Label","categoryLabel","Category","uri","avatar","fileUrl","imageStyle","categoryImage","iconProps","width","height","Typography","BodyBold","numberOfLines","ellipsizeMode","categoryLabelText","Icon","submitButtonContainer","label","disabled","_default","exports"],"sourceRoot":"../../../../../../src","sources":["social/features/community/AddCategory/AddCategory.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_reactNativeSafeAreaContext","_Header","_interopRequireDefault","_CheckBox","_Typography","_Avatar","_CategoryChip","_reactHookForm","_useAddCategory","_MemberSkeleton","_ActionButton","e","__esModule","default","AddCategory","categories","fetchNextPage","hasNextPage","handleSubmit","isFetchingNextPage","isDirty","control","isSubmitting","onSubmit","isValid","styles","isLoading","useAddCategory","React","createElement","SafeAreaView","style","container","Controller","name","render","field","onChange","value","Fragment","bordered","total","length","count","View","selectedCategoriesContainer","map","selectedCategory","category","key","categoryId","onPress","filter","cat","skeletonContainer","CheckBox","Group","extractKey","item","select","list","option","find","FlatList","data","keyExtractor","contentContainerStyle","categoryContainer","onEndReached","ListFooterComponent","renderItem","_item$avatar","Option","categoryOption","Label","categoryLabel","Category","uri","avatar","fileUrl","imageStyle","categoryImage","iconProps","width","height","Typography","BodyBold","numberOfLines","ellipsizeMode","categoryLabelText","Icon","submitButtonContainer","fullWidth","label","disabled","_default","exports"],"sourceRoot":"../../../../../../src","sources":["social/features/community/AddCategory/AddCategory.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -54,7 +54,8 @@ function useAddMember({
|
|
|
54
54
|
params: {
|
|
55
55
|
displayName: values.search,
|
|
56
56
|
limit: 20,
|
|
57
|
-
searchBy: [_tsSdkReactNative.SearchUsersByEnum.DISPLAY_NAME]
|
|
57
|
+
searchBy: [_tsSdkReactNative.SearchUsersByEnum.DISPLAY_NAME],
|
|
58
|
+
matchType: _tsSdkReactNative.UserRepository.AmityUserSearchMatchType.PARTIAL
|
|
58
59
|
},
|
|
59
60
|
enabled: !!values.search && !communityId
|
|
60
61
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_styles","require","_native","z","_interopRequireWildcard","_zod2","_reactHookForm","_useUserCollection","_useSearchUserByDisplayNameCollection","_tsSdkReactNative","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","useAddMember","communityId","_route$params","_values$search","styles","theme","useStyles","route","useRoute","schema","object","users","array","custom","min","search","string","optional","watch","control","handleSubmit","formState","isDirty","isSubmitting","isValid","useForm","resolver","zodResolver","mode","defaultValues","params","values","userCollection","useUserCollection","enabled","limit","searchUserDisplayNameCollection","useSearchUserByDisplayNameCollection","displayName","searchBy","SearchUsersByEnum","DISPLAY_NAME","onSubmit","_route$params2","onAddedAction","collection","length","_default","exports"],"sourceRoot":"../../../../../../../src","sources":["social/features/community/AddMember/hooks/useAddMember.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAEA,IAAAE,CAAA,GAAAC,uBAAA,CAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,cAAA,GAAAL,OAAA;AACA,IAAAM,kBAAA,GAAAN,OAAA;AACA,IAAAO,qCAAA,GAAAP,OAAA;AACA,IAAAQ,iBAAA,GAAAR,OAAA;
|
|
1
|
+
{"version":3,"names":["_styles","require","_native","z","_interopRequireWildcard","_zod2","_reactHookForm","_useUserCollection","_useSearchUserByDisplayNameCollection","_tsSdkReactNative","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","useAddMember","communityId","_route$params","_values$search","styles","theme","useStyles","route","useRoute","schema","object","users","array","custom","min","search","string","optional","watch","control","handleSubmit","formState","isDirty","isSubmitting","isValid","useForm","resolver","zodResolver","mode","defaultValues","params","values","userCollection","useUserCollection","enabled","limit","searchUserDisplayNameCollection","useSearchUserByDisplayNameCollection","displayName","searchBy","SearchUsersByEnum","DISPLAY_NAME","matchType","UserRepository","AmityUserSearchMatchType","PARTIAL","onSubmit","_route$params2","onAddedAction","collection","length","_default","exports"],"sourceRoot":"../../../../../../../src","sources":["social/features/community/AddMember/hooks/useAddMember.ts"],"mappings":"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","ignoreList":[]}
|