@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,7 +1,7 @@
|
|
|
1
1
|
import { Alert, FlatList, Keyboard, KeyboardAvoidingView, Platform, ScrollView, Text, TouchableOpacity, View, StatusBar, Linking } from 'react-native';
|
|
2
2
|
import { memo, useCallback, useEffect, useState } from 'react';
|
|
3
3
|
import { ComponentID, ElementID, ImageSizeState, PageID, mediaAttachment } from '../../../enums';
|
|
4
|
-
import { useAmityPage,
|
|
4
|
+
import { useAmityPage, useRequestPermission, useUser, isModerator } from '../../../hooks';
|
|
5
5
|
import { useStyles } from './styles';
|
|
6
6
|
import { AmityPostComposerMode } from '../../../types';
|
|
7
7
|
import CloseButtonIconElement from '../../../elements/CloseButtonIconElement/CloseButtonIconElement';
|
|
@@ -18,11 +18,11 @@ import { useKeyboardStatus } from '../../../hooks';
|
|
|
18
18
|
import { launchImageLibrary, launchCamera } from 'react-native-image-picker';
|
|
19
19
|
import LoadingImage from '../../../components/LoadingImage';
|
|
20
20
|
import LoadingVideo from '../../../components/LoadingVideo';
|
|
21
|
-
import { PostRepository, UserRepository } from '@amityco/ts-sdk-react-native';
|
|
21
|
+
import { CommunityRepository, PostRepository, UserRepository } from '@amityco/ts-sdk-react-native';
|
|
22
22
|
import { useFile } from '../../../hooks';
|
|
23
23
|
import useMention from '../../../hooks/useMention';
|
|
24
24
|
import { getPostErrorMessage } from '../../../utils/errors';
|
|
25
|
-
import { MAXIMUM_POST_CHARACTERS } from '../../../../core/constants';
|
|
25
|
+
import { ALERT, MAX_MENTION_USERS, MAXIMUM_POST_CHARACTERS } from '../../../../core/constants';
|
|
26
26
|
import { replaceTriggerValues } from 'react-native-controlled-mentions';
|
|
27
27
|
import { useUIKitDispatch } from '../../../../core/stores/store';
|
|
28
28
|
import { useBehaviour } from '../../../providers/BehaviourProvider';
|
|
@@ -61,6 +61,7 @@ const AmityPostComposerPage = ({
|
|
|
61
61
|
const {
|
|
62
62
|
isKeyboardShowing
|
|
63
63
|
} = useKeyboardStatus();
|
|
64
|
+
const [attachmentBarHeight, setAttachmentBarHeight] = useState(0);
|
|
64
65
|
const {
|
|
65
66
|
client
|
|
66
67
|
} = useAuth();
|
|
@@ -69,12 +70,8 @@ const AmityPostComposerPage = ({
|
|
|
69
70
|
addPostToGlobalFeed,
|
|
70
71
|
updateByPostId
|
|
71
72
|
} = globalfeedSlice.actions;
|
|
72
|
-
const
|
|
73
|
-
|
|
74
|
-
} = useIsCommunityModerator({
|
|
75
|
-
communityId: community === null || community === void 0 ? void 0 : community.communityId,
|
|
76
|
-
userId: client === null || client === void 0 ? void 0 : client.userId
|
|
77
|
-
});
|
|
73
|
+
const currentUser = useUser((client === null || client === void 0 ? void 0 : client.userId) || '');
|
|
74
|
+
const isCommunityModerator = isModerator(currentUser === null || currentUser === void 0 ? void 0 : currentUser.roles);
|
|
78
75
|
const {
|
|
79
76
|
showToastMessage,
|
|
80
77
|
hideToastMessage
|
|
@@ -91,8 +88,29 @@ const AmityPostComposerPage = ({
|
|
|
91
88
|
const [hasChangedAttachment, setHasChangedAttachment] = useState(false);
|
|
92
89
|
const [imageErrors, setImageErrors] = useState(new Set());
|
|
93
90
|
const [videoErrors, setVideoErrors] = useState(new Set());
|
|
94
|
-
|
|
95
|
-
|
|
91
|
+
|
|
92
|
+
// When community is not provided via props (e.g. PostTypeChoiceModal only
|
|
93
|
+
// dispatches targetId/targetType), fetch it from targetId.
|
|
94
|
+
const [fetchedCommunity, setFetchedCommunity] = useState(null);
|
|
95
|
+
useEffect(() => {
|
|
96
|
+
let unsub;
|
|
97
|
+
if (!community && targetType === 'community' && targetId) {
|
|
98
|
+
unsub = CommunityRepository.getCommunity(targetId, ({
|
|
99
|
+
data,
|
|
100
|
+
loading,
|
|
101
|
+
error
|
|
102
|
+
}) => {
|
|
103
|
+
if (!loading && !error && data) setFetchedCommunity(data);
|
|
104
|
+
}) ?? undefined;
|
|
105
|
+
}
|
|
106
|
+
return () => {
|
|
107
|
+
var _unsub;
|
|
108
|
+
return (_unsub = unsub) === null || _unsub === void 0 ? void 0 : _unsub();
|
|
109
|
+
};
|
|
110
|
+
}, [community, targetId, targetType]);
|
|
111
|
+
const effectiveCommunity = community ?? fetchedCommunity;
|
|
112
|
+
const privateCommunityId = !(effectiveCommunity !== null && effectiveCommunity !== void 0 && effectiveCommunity.isPublic) && (effectiveCommunity === null || effectiveCommunity === void 0 ? void 0 : effectiveCommunity.communityId);
|
|
113
|
+
const title = isEditMode ? 'Edit Post' : (effectiveCommunity === null || effectiveCommunity === void 0 ? void 0 : effectiveCommunity.displayName) ?? 'My Timeline';
|
|
96
114
|
const isInputValid = !isUploading && imageErrors.size === 0 && videoErrors.size === 0 && inputMessage.trim().length <= MAXIMUM_POST_CHARACTERS && (inputMessage.trim().length > 0 || displayImages.length > 0 || displayVideos.length > 0) && (displayImages.length <= 10 || displayVideos.length <= 10);
|
|
97
115
|
const {
|
|
98
116
|
renderInput,
|
|
@@ -106,6 +124,12 @@ const AmityPostComposerPage = ({
|
|
|
106
124
|
},
|
|
107
125
|
setMentionPosition: position => {
|
|
108
126
|
setMentionsPosition(prev => [...prev, position]);
|
|
127
|
+
},
|
|
128
|
+
isMentionLimitReached: mentionUsers.length >= MAX_MENTION_USERS,
|
|
129
|
+
onMentionLimitReached: () => {
|
|
130
|
+
Alert.alert(ALERT.MENTION.TOO_MANY.TITLE, ALERT.MENTION.TOO_MANY.MESSAGE.replace('%s', String(MAX_MENTION_USERS)), [{
|
|
131
|
+
text: ALERT.ACTION.OK
|
|
132
|
+
}]);
|
|
109
133
|
}
|
|
110
134
|
});
|
|
111
135
|
const checkIsEditValid = () => {
|
|
@@ -297,7 +321,7 @@ const AmityPostComposerPage = ({
|
|
|
297
321
|
return;
|
|
298
322
|
}
|
|
299
323
|
dispatch(hideToastMessage());
|
|
300
|
-
if (targetType === 'community' && ((
|
|
324
|
+
if (targetType === 'community' && ((effectiveCommunity === null || effectiveCommunity === void 0 ? void 0 : effectiveCommunity.postSetting) === 'ADMIN_REVIEW_POST_REQUIRED' || effectiveCommunity !== null && effectiveCommunity !== void 0 && effectiveCommunity.needApprovalOnPostCreation) && !isCommunityModerator) {
|
|
301
325
|
onPressClose();
|
|
302
326
|
return Alert.alert('Post submitted', 'Your post has been submitted to the pending list. It will be reviewed by community moderator', [{
|
|
303
327
|
text: 'OK'
|
|
@@ -327,7 +351,7 @@ const AmityPostComposerPage = ({
|
|
|
327
351
|
toastMessage: errorMessage
|
|
328
352
|
}));
|
|
329
353
|
}
|
|
330
|
-
}, [addPostToGlobalFeed, chosenMediaType,
|
|
354
|
+
}, [addPostToGlobalFeed, chosenMediaType, effectiveCommunity, deletedPostIds, dispatch, displayImages, displayVideos, hideToastMessage, inputMessage, isEditMode, isInputValid, isCommunityModerator, mentionUsers, mentionsPosition, onPressClose, post, showToastMessage, targetId, targetType, updateByPostId]);
|
|
331
355
|
let tEvents = [];
|
|
332
356
|
const onSwipe = useCallback(touchEvent => {
|
|
333
357
|
const swipeUp = touchEvent[0] > touchEvent[touchEvent.length - 1];
|
|
@@ -526,14 +550,16 @@ const AmityPostComposerPage = ({
|
|
|
526
550
|
onPressCamera: onPressCamera,
|
|
527
551
|
onPressImage: onPressImage,
|
|
528
552
|
onPressVideo: onPressVideo,
|
|
529
|
-
chosenMediaType: chosenMediaType
|
|
553
|
+
chosenMediaType: chosenMediaType,
|
|
554
|
+
onHeightChange: setAttachmentBarHeight
|
|
530
555
|
});
|
|
531
556
|
}
|
|
532
557
|
return /*#__PURE__*/React.createElement(AmityMediaAttachmentComponent, {
|
|
533
558
|
onPressCamera: onPressCamera,
|
|
534
559
|
onPressImage: onPressImage,
|
|
535
560
|
onPressVideo: onPressVideo,
|
|
536
|
-
chosenMediaType: chosenMediaType
|
|
561
|
+
chosenMediaType: chosenMediaType,
|
|
562
|
+
onHeightChange: setAttachmentBarHeight
|
|
537
563
|
});
|
|
538
564
|
}, [chosenMediaType, isEditMode, onPressCamera, onPressImage, onPressVideo, shouldShowDetailAttachment]);
|
|
539
565
|
if (isExcluded) return null;
|
|
@@ -625,9 +651,12 @@ const AmityPostComposerPage = ({
|
|
|
625
651
|
},
|
|
626
652
|
numColumns: 3
|
|
627
653
|
}))), renderSuggestions({
|
|
628
|
-
type: 'post'
|
|
629
|
-
bottom: isEditMode ? 0 : shouldShowDetailAttachment ? 220 : isKeyboardShowing ? 60 : 80
|
|
654
|
+
type: 'post'
|
|
630
655
|
}), /*#__PURE__*/React.createElement(View, {
|
|
656
|
+
style: {
|
|
657
|
+
zIndex: 200,
|
|
658
|
+
minHeight: attachmentBarHeight
|
|
659
|
+
},
|
|
631
660
|
onTouchStart: () => {
|
|
632
661
|
tEvents = [];
|
|
633
662
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Alert","FlatList","Keyboard","KeyboardAvoidingView","Platform","ScrollView","Text","TouchableOpacity","View","StatusBar","Linking","memo","useCallback","useEffect","useState","ComponentID","ElementID","ImageSizeState","PageID","mediaAttachment","useAmityPage","useIsCommunityModerator","useRequestPermission","useStyles","AmityPostComposerMode","CloseButtonIconElement","useNavigation","uiSlice","amityPostsFormatter","useAuth","globalfeedSlice","createPostToFeed","editPost","getPostById","TextKeyElement","AmityMediaAttachmentComponent","AmityDetailedMediaAttachmentComponent","useKeyboardStatus","launchImageLibrary","launchCamera","LoadingImage","LoadingVideo","PostRepository","UserRepository","useFile","useMention","getPostErrorMessage","MAXIMUM_POST_CHARACTERS","replaceTriggerValues","useUIKitDispatch","useBehaviour","SafeAreaView","AmityPostComposerPage","mode","targetId","targetType","community","post","_post$data","onRequestPermissionFailed","openSettings","shouldCall","pageId","post_composer_page","AmityPostComposerPageBehavior","isExcluded","themeStyles","accessibilityId","styles","getImage","isEditMode","EDIT","navigation","isKeyboardShowing","client","dispatch","addPostToGlobalFeed","updateByPostId","actions","isCommunityModerator","communityId","userId","showToastMessage","hideToastMessage","inputMessage","setInputMessage","data","text","mentionsPosition","setMentionsPosition","chosenMediaType","setChosenMediaType","displayImages","setDisplayImages","displayVideos","setDisplayVideos","mentionUsers","setMentionUsers","isSwipeup","setIsSwipeup","deletedPostIds","setDeletedPostIds","isUploading","setIsUploading","hasChangedAttachment","setHasChangedAttachment","imageErrors","setImageErrors","Set","videoErrors","setVideoErrors","privateCommunityId","isPublic","title","displayName","isInputValid","size","trim","length","renderInput","renderSuggestions","value","onChange","user","prev","setMentionPosition","position","checkIsEditValid","_post$data2","parsePostText","mentionUsersArr","parsedText","replace","_","username","mentionee","find","mentioneeId","getPostInfo","postArray","response","Promise","all","map","id","images","videos","item","dataType","_item$data","fileId","url","imageSize","full","push","fileName","isUploaded","postId","_item$data2","_item$data3","_fileUrls$","_fileUrls$2","videoFileId","original","thumbnailFileId","fileUrls","allSettled","thumbNail","error","console","log","children","getMentionPositions","mentioneeIds","index","mentions","match","mentionRegex","exec","startIdx","mention","type","getMentionUsers","mentionIds","_post$data3","getUserByIds","users","name","_post$mentionees","mentionees","_post$data4","_post$mentionees2","_post$mentionees3","mentionPositions","userIds","_post$data5","onPressClose","routes","getState","onPressPost","pop","onClose","alert","style","onPress","dismiss","toastMessage","isLoadingToast","mentionedUserIds","files","image","video","fileIds","deletePost","postSetting","needApprovalOnPostCreation","formattedPost","updatedPost","postDetail","errorMessage","tEvents","onSwipe","touchEvent","swipeUp","swipeDown","shouldShowDetailAttachment","processMedia","mediaUrls","mediaObject","substring","lastIndexOf","pickCamera","mediaType","result","quality","presentationStyle","videoQuality","assets","_result$assets$0$type","includes","imagesArr","uri","mediaOj","selectedVideos","imageUriArr","videosArr","totalVideos","concat","onPressCamera","OS","onPressImage","selectionLimit","didCancel","updatedArray","slice","onPressVideo","videoUriArr","handleImageUploadError","hasError","source","newSet","add","delete","handleVideoUploadError","handleOnCloseImage","originalPath","prevData","newData","filter","handleOnCloseVideo","handleOnFinishImage","fileUrl","imageObject","handleOnFinishVideo","thumbnail","renderDetailedAttachment","React","createElement","testID","accessibilityLabel","container","headerContainer","hitSlop","pageID","closeBtn","disabled","postBtnText","activePostBtn","componentID","WildCardComponent","elementID","create_new_post_button","behavior","inputWrapper","contentContainerStyle","scrollContainer","nestedScrollEnabled","keyboardShouldPersistTaps","multiline","placeholder","placeholderTextColor","colors","baseShade3","input","imageContainer","scrollEnabled","renderItem","onLoadFinish","onUploadError","fileCount","numColumns","bottom","onTouchStart","onTouchMove","a","nativeEvent","locationY","backgroundColor","background"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Composer/PostComposer.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["Alert","FlatList","Keyboard","KeyboardAvoidingView","Platform","ScrollView","Text","TouchableOpacity","View","StatusBar","Linking","memo","useCallback","useEffect","useState","ComponentID","ElementID","ImageSizeState","PageID","mediaAttachment","useAmityPage","useRequestPermission","useUser","isModerator","useStyles","AmityPostComposerMode","CloseButtonIconElement","useNavigation","uiSlice","amityPostsFormatter","useAuth","globalfeedSlice","createPostToFeed","editPost","getPostById","TextKeyElement","AmityMediaAttachmentComponent","AmityDetailedMediaAttachmentComponent","useKeyboardStatus","launchImageLibrary","launchCamera","LoadingImage","LoadingVideo","CommunityRepository","PostRepository","UserRepository","useFile","useMention","getPostErrorMessage","ALERT","MAX_MENTION_USERS","MAXIMUM_POST_CHARACTERS","replaceTriggerValues","useUIKitDispatch","useBehaviour","SafeAreaView","AmityPostComposerPage","mode","targetId","targetType","community","post","_post$data","onRequestPermissionFailed","openSettings","shouldCall","pageId","post_composer_page","AmityPostComposerPageBehavior","isExcluded","themeStyles","accessibilityId","styles","getImage","isEditMode","EDIT","navigation","isKeyboardShowing","attachmentBarHeight","setAttachmentBarHeight","client","dispatch","addPostToGlobalFeed","updateByPostId","actions","currentUser","userId","isCommunityModerator","roles","showToastMessage","hideToastMessage","inputMessage","setInputMessage","data","text","mentionsPosition","setMentionsPosition","chosenMediaType","setChosenMediaType","displayImages","setDisplayImages","displayVideos","setDisplayVideos","mentionUsers","setMentionUsers","isSwipeup","setIsSwipeup","deletedPostIds","setDeletedPostIds","isUploading","setIsUploading","hasChangedAttachment","setHasChangedAttachment","imageErrors","setImageErrors","Set","videoErrors","setVideoErrors","fetchedCommunity","setFetchedCommunity","unsub","getCommunity","loading","error","undefined","_unsub","effectiveCommunity","privateCommunityId","isPublic","communityId","title","displayName","isInputValid","size","trim","length","renderInput","renderSuggestions","value","onChange","user","prev","setMentionPosition","position","isMentionLimitReached","onMentionLimitReached","alert","MENTION","TOO_MANY","TITLE","MESSAGE","replace","String","ACTION","OK","checkIsEditValid","_post$data2","parsePostText","mentionUsersArr","parsedText","_","username","mentionee","find","mentioneeId","getPostInfo","postArray","response","Promise","all","map","id","images","videos","item","dataType","_item$data","fileId","url","imageSize","full","push","fileName","isUploaded","postId","_item$data2","_item$data3","_fileUrls$","_fileUrls$2","videoFileId","original","thumbnailFileId","fileUrls","allSettled","thumbNail","console","log","children","getMentionPositions","mentioneeIds","index","mentions","match","mentionRegex","exec","startIdx","mention","type","getMentionUsers","mentionIds","_post$data3","getUserByIds","users","name","_post$mentionees","mentionees","_post$data4","_post$mentionees2","_post$mentionees3","mentionPositions","userIds","_post$data5","onPressClose","routes","getState","onPressPost","pop","onClose","style","onPress","dismiss","toastMessage","isLoadingToast","mentionedUserIds","files","image","video","fileIds","deletePost","postSetting","needApprovalOnPostCreation","formattedPost","updatedPost","postDetail","errorMessage","tEvents","onSwipe","touchEvent","swipeUp","swipeDown","shouldShowDetailAttachment","processMedia","mediaUrls","mediaObject","substring","lastIndexOf","pickCamera","mediaType","result","quality","presentationStyle","videoQuality","assets","_result$assets$0$type","includes","imagesArr","uri","mediaOj","selectedVideos","imageUriArr","videosArr","totalVideos","concat","onPressCamera","OS","onPressImage","selectionLimit","didCancel","updatedArray","slice","onPressVideo","videoUriArr","handleImageUploadError","hasError","source","newSet","add","delete","handleVideoUploadError","handleOnCloseImage","originalPath","prevData","newData","filter","handleOnCloseVideo","handleOnFinishImage","fileUrl","imageObject","handleOnFinishVideo","thumbnail","renderDetailedAttachment","React","createElement","onHeightChange","testID","accessibilityLabel","container","headerContainer","hitSlop","pageID","closeBtn","disabled","postBtnText","activePostBtn","componentID","WildCardComponent","elementID","create_new_post_button","behavior","inputWrapper","contentContainerStyle","scrollContainer","nestedScrollEnabled","keyboardShouldPersistTaps","multiline","placeholder","placeholderTextColor","colors","baseShade3","input","imageContainer","scrollEnabled","renderItem","onLoadFinish","onUploadError","fileCount","numColumns","zIndex","minHeight","onTouchStart","onTouchMove","a","nativeEvent","locationY","backgroundColor","background"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Composer/PostComposer.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -12,11 +12,11 @@ import { AmityPostContentComponentStyleEnum } from '../../../enums/AmityPostCont
|
|
|
12
12
|
import AmityPostCommentComponent from '../../comment/components/PostComment';
|
|
13
13
|
import { closeIcon } from '../../../../core/assets/icons/xml';
|
|
14
14
|
import { SvgXml } from 'react-native-svg';
|
|
15
|
-
import uiSlice from '../../../../core/stores/slices/uiSlice';
|
|
16
15
|
import NetInfo from '@react-native-community/netinfo';
|
|
17
16
|
import { useToast } from '../../../../core/stores/slices/toastSlice';
|
|
18
17
|
import MyAvatar from '../../../components/MyAvatar/MyAvatar';
|
|
19
|
-
import {
|
|
18
|
+
import { MAX_MENTION_USERS } from '../../../../core/constants';
|
|
19
|
+
import useAuth from '../../../../core/hooks/useAuth';
|
|
20
20
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
|
21
21
|
import ErrorComponent from '../../../components/ErrorComponent/ErrorComponent';
|
|
22
22
|
import { getSkeletonBackgrounColor } from '../../../../core/utils/color';
|
|
@@ -25,7 +25,6 @@ import { PostMenu } from '../../../components/PostMenu';
|
|
|
25
25
|
import useMention from '../../../hooks/useMention';
|
|
26
26
|
import { replaceTriggerValues } from 'react-native-controlled-mentions';
|
|
27
27
|
import { createComment, createReplyComment } from '../../../../core/legacy/comment';
|
|
28
|
-
import { useUIKitDispatch } from '../../../../core/stores/store';
|
|
29
28
|
const AmityPostDetailPage = ({
|
|
30
29
|
postId,
|
|
31
30
|
isFromComponent,
|
|
@@ -33,9 +32,14 @@ const AmityPostDetailPage = ({
|
|
|
33
32
|
category,
|
|
34
33
|
isDeleted
|
|
35
34
|
}) => {
|
|
35
|
+
var _postData$targetCommu;
|
|
36
36
|
const pageId = PageID.post_detail_page;
|
|
37
|
-
const dispatch = useUIKitDispatch();
|
|
38
37
|
const componentId = ComponentID.WildCardComponent;
|
|
38
|
+
// Web parity (CommentTray.canShowComposer): visitors never see the
|
|
39
|
+
// composer; comment rows stay visible and their actions toast on tap.
|
|
40
|
+
const {
|
|
41
|
+
isVisitorOrBot
|
|
42
|
+
} = useAuth();
|
|
39
43
|
const disabledInteraction = false;
|
|
40
44
|
const navigation = useNavigation();
|
|
41
45
|
const {
|
|
@@ -47,7 +51,8 @@ const AmityPostDetailPage = ({
|
|
|
47
51
|
});
|
|
48
52
|
const styles = useStyles(themeStyles);
|
|
49
53
|
const {
|
|
50
|
-
showToast
|
|
54
|
+
showToast,
|
|
55
|
+
showCommentErrorToast
|
|
51
56
|
} = useToast();
|
|
52
57
|
const [postData, setPostData] = useState(null);
|
|
53
58
|
const [loading, setLoading] = useState(true);
|
|
@@ -56,23 +61,34 @@ const AmityPostDetailPage = ({
|
|
|
56
61
|
const [inputMessage, setInputMessage] = useState('');
|
|
57
62
|
const [mentionNames, setMentionNames] = useState([]);
|
|
58
63
|
const [mentionsPosition, setMentionsPosition] = useState([]);
|
|
64
|
+
const [inputBarHeight, setInputBarHeight] = useState(0);
|
|
59
65
|
const [showLivestreamEndPopup, setShowLivestreamEndPopup] = useState(showEndPopup || false);
|
|
66
|
+
|
|
67
|
+
// Restrict @mention list to community members when the post belongs to a
|
|
68
|
+
// private community. postData.targetCommunity is populated after the post loads.
|
|
69
|
+
const privateCommunityId = (postData === null || postData === void 0 ? void 0 : postData.targetType) === 'community' && !(postData !== null && postData !== void 0 && (_postData$targetCommu = postData.targetCommunity) !== null && _postData$targetCommu !== void 0 && _postData$targetCommu.isPublic) ? postData === null || postData === void 0 ? void 0 : postData.targetId : undefined;
|
|
60
70
|
const {
|
|
61
71
|
renderInput,
|
|
62
72
|
renderSuggestions
|
|
63
73
|
} = useMention({
|
|
64
74
|
value: inputMessage,
|
|
65
75
|
onChange: setInputMessage,
|
|
76
|
+
communityId: privateCommunityId,
|
|
66
77
|
setMentionUsers: user => {
|
|
67
|
-
setMentionNames(prev =>
|
|
78
|
+
setMentionNames(prev => {
|
|
79
|
+
if (prev.length >= MAX_MENTION_USERS) {
|
|
80
|
+
Alert.alert('Too many users mentioned', 'You can only mention up to 30 users per post.', [{
|
|
81
|
+
text: 'OK'
|
|
82
|
+
}]);
|
|
83
|
+
return prev;
|
|
84
|
+
}
|
|
85
|
+
return [...prev, user];
|
|
86
|
+
});
|
|
68
87
|
},
|
|
69
88
|
setMentionPosition: position => {
|
|
70
89
|
setMentionsPosition(prev => [...prev, position]);
|
|
71
90
|
}
|
|
72
91
|
});
|
|
73
|
-
const {
|
|
74
|
-
showToastMessage
|
|
75
|
-
} = uiSlice.actions;
|
|
76
92
|
useEffect(() => {
|
|
77
93
|
const unsubscribe = NetInfo.addEventListener(state => {
|
|
78
94
|
if (!state.isConnected) {
|
|
@@ -111,14 +127,18 @@ const AmityPostDetailPage = ({
|
|
|
111
127
|
};
|
|
112
128
|
}, [postId]);
|
|
113
129
|
useEffect(() => {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
130
|
+
// Parse active mention user IDs directly from the controlled-mentions
|
|
131
|
+
// value format: {@}[DisplayName](userId)
|
|
132
|
+
// Using displayName.includes() is unreliable — the same name can appear as
|
|
133
|
+
// plain text, and deletions may not remove the entry correctly.
|
|
134
|
+
const mentionTokenRegex = /\{@\}\[([^\]]*)\]\(([^)]*)\)/g;
|
|
135
|
+
const activeUserIds = new Set();
|
|
136
|
+
let match;
|
|
137
|
+
while ((match = mentionTokenRegex.exec(inputMessage)) !== null) {
|
|
138
|
+
activeUserIds.add(match[2]); // userId is capture group 2
|
|
139
|
+
}
|
|
140
|
+
setMentionNames(prev => prev.filter(item => activeUserIds.has(item.id)));
|
|
141
|
+
setMentionsPosition(prev => prev.filter(item => activeUserIds.has(item.userId)));
|
|
122
142
|
}, [inputMessage]);
|
|
123
143
|
const onPressBack = useCallback(() => {
|
|
124
144
|
const routes = navigation.getState().routes;
|
|
@@ -145,35 +165,33 @@ const AmityPostDetailPage = ({
|
|
|
145
165
|
if (inputMessage.trim() === '') {
|
|
146
166
|
return;
|
|
147
167
|
}
|
|
148
|
-
|
|
149
|
-
|
|
168
|
+
const uniqueMentionIds = [...new Set(mentionNames.map(item => item.id))];
|
|
169
|
+
if (uniqueMentionIds.length > MAX_MENTION_USERS) {
|
|
170
|
+
Alert.alert('Too many users mentioned', 'You can only mention up to 30 users per post.', [{
|
|
171
|
+
text: 'OK'
|
|
172
|
+
}]);
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
150
175
|
const comment = replaceTriggerValues(inputMessage, ({
|
|
151
176
|
name
|
|
152
177
|
}) => `@${name}`);
|
|
153
178
|
if (replyCommentId.length > 0) {
|
|
154
179
|
try {
|
|
155
|
-
await createReplyComment(comment, postId, replyCommentId,
|
|
180
|
+
await createReplyComment(comment, postId, replyCommentId, uniqueMentionIds, mentionsPosition, 'post');
|
|
156
181
|
} catch (error) {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
toastMessage: comment_contains_inapproproate_word
|
|
160
|
-
}));
|
|
161
|
-
return;
|
|
162
|
-
}
|
|
182
|
+
showCommentErrorToast(error);
|
|
183
|
+
return;
|
|
163
184
|
}
|
|
164
185
|
} else {
|
|
165
186
|
try {
|
|
166
|
-
await createComment(comment, postId,
|
|
187
|
+
await createComment(comment, postId, uniqueMentionIds, mentionsPosition, 'post');
|
|
167
188
|
} catch (error) {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
toastMessage: comment_contains_inapproproate_word
|
|
171
|
-
}));
|
|
172
|
-
return;
|
|
173
|
-
}
|
|
189
|
+
showCommentErrorToast(error);
|
|
190
|
+
return;
|
|
174
191
|
}
|
|
175
192
|
}
|
|
176
193
|
setInputMessage('');
|
|
194
|
+
Keyboard.dismiss();
|
|
177
195
|
setMentionNames([]);
|
|
178
196
|
setMentionsPosition([]);
|
|
179
197
|
onCloseReply();
|
|
@@ -182,8 +200,11 @@ const AmityPostDetailPage = ({
|
|
|
182
200
|
return /*#__PURE__*/React.createElement(View, {
|
|
183
201
|
style: styles.commentListFooter
|
|
184
202
|
}, renderSuggestions({
|
|
185
|
-
type: 'comment'
|
|
186
|
-
|
|
203
|
+
type: 'comment',
|
|
204
|
+
bottom: inputBarHeight
|
|
205
|
+
}), /*#__PURE__*/React.createElement(View, {
|
|
206
|
+
onLayout: e => setInputBarHeight(e.nativeEvent.layout.height)
|
|
207
|
+
}, replyUserName.length > 0 && /*#__PURE__*/React.createElement(View, {
|
|
187
208
|
style: styles.replyLabelWrap
|
|
188
209
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
189
210
|
style: styles.replyLabel
|
|
@@ -195,7 +216,7 @@ const AmityPostDetailPage = ({
|
|
|
195
216
|
style: styles.closeIcon,
|
|
196
217
|
xml: closeIcon(themeStyles.colors.baseShade2),
|
|
197
218
|
width: 20
|
|
198
|
-
})))), !disabledInteraction && /*#__PURE__*/React.createElement(View, {
|
|
219
|
+
})))), !disabledInteraction && !isVisitorOrBot && /*#__PURE__*/React.createElement(View, {
|
|
199
220
|
style: styles.InputWrap
|
|
200
221
|
}, /*#__PURE__*/React.createElement(MyAvatar, {
|
|
201
222
|
style: styles.myAvatar
|
|
@@ -203,9 +224,12 @@ const AmityPostDetailPage = ({
|
|
|
203
224
|
style: styles.inputContainer
|
|
204
225
|
}, renderInput({
|
|
205
226
|
multiline: true,
|
|
227
|
+
scrollEnabled: true,
|
|
206
228
|
placeholder: 'Say something nice...',
|
|
207
229
|
placeholderTextColor: themeStyles.colors.baseShade3,
|
|
208
|
-
style: styles.input
|
|
230
|
+
style: [styles.input, {
|
|
231
|
+
lineHeight: 20
|
|
232
|
+
}]
|
|
209
233
|
})), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
210
234
|
disabled: inputMessage.length > 0 ? false : true,
|
|
211
235
|
onPress: handleSend,
|
|
@@ -302,7 +326,7 @@ const AmityPostDetailPage = ({
|
|
|
302
326
|
postId: postId,
|
|
303
327
|
communityId: (postData === null || postData === void 0 ? void 0 : postData.targetType) === 'community' && (postData === null || postData === void 0 ? void 0 : postData.targetId),
|
|
304
328
|
postType: "post",
|
|
305
|
-
disabledInteraction:
|
|
329
|
+
disabledInteraction: disabledInteraction,
|
|
306
330
|
ListHeaderComponent: postData && /*#__PURE__*/React.createElement(AmityPostContentComponent, {
|
|
307
331
|
post: postData,
|
|
308
332
|
showedAllOptions: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Pressable","View","Alert","Keyboard","Text","TouchableOpacity","KeyboardAvoidingView","Platform","memo","useCallback","useEffect","useState","useLayoutEffect","ComponentID","PageID","useAmityPage","useStyles","BackButtonIconElement","CommonActions","useNavigation","PostRepository","SubscriptionLevels","getPostTopic","subscribeTopic","AmityPostContentComponent","AmityPostContentComponentStyleEnum","AmityPostCommentComponent","closeIcon","SvgXml","uiSlice","NetInfo","useToast","MyAvatar","comment_contains_inapproproate_word","text_contain_blocked_word","SafeAreaView","ErrorComponent","getSkeletonBackgrounColor","ContentLoader","Circle","Rect","PostMenu","useMention","replaceTriggerValues","createComment","createReplyComment","useUIKitDispatch","AmityPostDetailPage","postId","isFromComponent","showEndPopup","category","isDeleted","pageId","post_detail_page","dispatch","componentId","WildCardComponent","disabledInteraction","navigation","isExcluded","themeStyles","accessibilityId","styles","showToast","postData","setPostData","loading","setLoading","replyUserName","setReplyUserName","replyCommentId","setReplyCommentId","inputMessage","setInputMessage","mentionNames","setMentionNames","mentionsPosition","setMentionsPosition","showLivestreamEndPopup","setShowLivestreamEndPopup","renderInput","renderSuggestions","value","onChange","setMentionUsers","user","prev","setMentionPosition","position","showToastMessage","actions","unsubscribe","addEventListener","state","isConnected","type","message","duration","bottomPosition","unsub","hasSubscribed","postUnsub","getPost","error","postLoading","data","COMMENT","checkMentionNames","filter","item","includes","displayName","checkMentionPosition","onPressBack","routes","getState","length","navigate","reset","index","name","_routes","pop","goBack","onCloseReply","handleSend","trim","dismiss","comment","map","id","toastMessage","renderFooterComponent","React","createElement","style","commentListFooter","replyLabelWrap","replyLabel","userNameLabel","onPress","xml","colors","baseShade2","width","InputWrap","myAvatar","inputContainer","multiline","placeholder","placeholderTextColor","baseShade3","input","disabled","postBtn","postBtnText","postDisabledBtn","renderLivestreamEndPopup","alert","text","themeStyle","title","description","container","keyboardVerticalOffset","OS","behavior","edges","testID","header","pageID","componentID","headerIcon","headerTitle","post","scrollContainer","skeletonContainer","_extends","speed","cx","cy","r","x","y","height","rx","communityId","targetType","targetId","postType","ListHeaderComponent","showedAllOptions","AmityPostContentComponentStyle","detail"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["Pressable","View","Alert","Keyboard","Text","TouchableOpacity","KeyboardAvoidingView","Platform","memo","useCallback","useEffect","useState","useLayoutEffect","ComponentID","PageID","useAmityPage","useStyles","BackButtonIconElement","CommonActions","useNavigation","PostRepository","SubscriptionLevels","getPostTopic","subscribeTopic","AmityPostContentComponent","AmityPostContentComponentStyleEnum","AmityPostCommentComponent","closeIcon","SvgXml","NetInfo","useToast","MyAvatar","MAX_MENTION_USERS","useAuth","SafeAreaView","ErrorComponent","getSkeletonBackgrounColor","ContentLoader","Circle","Rect","PostMenu","useMention","replaceTriggerValues","createComment","createReplyComment","AmityPostDetailPage","postId","isFromComponent","showEndPopup","category","isDeleted","_postData$targetCommu","pageId","post_detail_page","componentId","WildCardComponent","isVisitorOrBot","disabledInteraction","navigation","isExcluded","themeStyles","accessibilityId","styles","showToast","showCommentErrorToast","postData","setPostData","loading","setLoading","replyUserName","setReplyUserName","replyCommentId","setReplyCommentId","inputMessage","setInputMessage","mentionNames","setMentionNames","mentionsPosition","setMentionsPosition","inputBarHeight","setInputBarHeight","showLivestreamEndPopup","setShowLivestreamEndPopup","privateCommunityId","targetType","targetCommunity","isPublic","targetId","undefined","renderInput","renderSuggestions","value","onChange","communityId","setMentionUsers","user","prev","length","alert","text","setMentionPosition","position","unsubscribe","addEventListener","state","isConnected","type","message","duration","bottomPosition","unsub","hasSubscribed","postUnsub","getPost","error","postLoading","data","COMMENT","mentionTokenRegex","activeUserIds","Set","match","exec","add","filter","item","has","id","userId","onPressBack","routes","getState","navigate","dispatch","reset","index","name","_routes","pop","goBack","onCloseReply","handleSend","trim","uniqueMentionIds","map","comment","dismiss","renderFooterComponent","React","createElement","style","commentListFooter","bottom","onLayout","e","nativeEvent","layout","height","replyLabelWrap","replyLabel","userNameLabel","onPress","xml","colors","baseShade2","width","InputWrap","myAvatar","inputContainer","multiline","scrollEnabled","placeholder","placeholderTextColor","baseShade3","input","lineHeight","disabled","postBtn","postBtnText","postDisabledBtn","renderLivestreamEndPopup","themeStyle","title","description","container","keyboardVerticalOffset","OS","behavior","edges","testID","header","pageID","componentID","headerIcon","headerTitle","post","scrollContainer","skeletonContainer","_extends","speed","cx","cy","r","x","y","rx","postType","ListHeaderComponent","showedAllOptions","AmityPostContentComponentStyle","detail"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -92,7 +92,8 @@ export const useStyles = theme => {
|
|
|
92
92
|
paddingVertical: Platform.OS === 'android' ? 2 : 10,
|
|
93
93
|
paddingHorizontal: Platform.OS === 'android' ? 6 : 12,
|
|
94
94
|
backgroundColor: theme.colors.baseShade4,
|
|
95
|
-
borderRadius: 20
|
|
95
|
+
borderRadius: 20,
|
|
96
|
+
maxHeight: 5 * 20 + (Platform.OS === 'android' ? 2 * 2 : 10 * 2)
|
|
96
97
|
},
|
|
97
98
|
mentionText: {
|
|
98
99
|
color: theme.colors.primary,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","StyleSheet","useWindowDimensions","useStyles","theme","width","styles","create","container","flex","backgroundColor","colors","background","skeletonContainer","paddingVertical","paddingHorizontal","header","flexDirection","justifyContent","alignItems","padding","borderBottomWidth","borderBottomColor","baseShade4","headerIcon","height","tintColor","base","resizeMode","headerTitle","fontSize","color","fontWeight","scrollContainer","paddingBottom","input","paddingTop","OS","InputWrap","borderTopWidth","borderTopColor","myAvatar","borderRadius","alignSelf","marginRight","postDisabledBtn","postBtnText","primary","postBtn","marginHorizontal","commentItem","comment","commentListWrap","inputContainer","mentionText","inputText","letterSpacing","replyLabelWrap","replyLabel","baseShade1","paddingLeft","paddingRight","closeIcon","userNameLabel","commentListFooter","position","bottom","left","right"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/styles.ts"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["Platform","StyleSheet","useWindowDimensions","useStyles","theme","width","styles","create","container","flex","backgroundColor","colors","background","skeletonContainer","paddingVertical","paddingHorizontal","header","flexDirection","justifyContent","alignItems","padding","borderBottomWidth","borderBottomColor","baseShade4","headerIcon","height","tintColor","base","resizeMode","headerTitle","fontSize","color","fontWeight","scrollContainer","paddingBottom","input","paddingTop","OS","InputWrap","borderTopWidth","borderTopColor","myAvatar","borderRadius","alignSelf","marginRight","postDisabledBtn","postBtnText","primary","postBtn","marginHorizontal","commentItem","comment","commentListWrap","inputContainer","maxHeight","mentionText","inputText","letterSpacing","replyLabelWrap","replyLabel","baseShade1","paddingLeft","paddingRight","closeIcon","userNameLabel","commentListFooter","position","bottom","left","right"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/styles.ts"],"mappings":"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","ignoreList":[]}
|