@amityco/react-native-social-uikit 4.0.0-df1703f8.0 → 4.0.0-e0eb8745.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -5
- package/lib/commonjs/core/assets/icons/index.js +16 -0
- package/lib/commonjs/core/assets/icons/index.js.map +1 -1
- package/lib/commonjs/core/assets/icons/mediaIcon.js +13 -0
- package/lib/commonjs/core/assets/icons/mediaIcon.js.map +1 -0
- package/lib/commonjs/core/assets/icons/video.js +3 -2
- package/lib/commonjs/core/assets/icons/video.js.map +1 -1
- package/lib/commonjs/core/assets/icons/visitorLimit.js +30 -0
- package/lib/commonjs/core/assets/icons/visitorLimit.js.map +1 -0
- package/lib/commonjs/core/constants/index.js +54 -2
- package/lib/commonjs/core/constants/index.js.map +1 -1
- package/lib/commonjs/core/hooks/useAuth.js +6 -2
- package/lib/commonjs/core/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/core/hooks/useSearch.js +2 -1
- package/lib/commonjs/core/hooks/useSearch.js.map +1 -1
- package/lib/commonjs/core/legacy/feed.js +25 -2
- package/lib/commonjs/core/legacy/feed.js.map +1 -1
- package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/commonjs/core/providers/AuthProvider.js +50 -48
- package/lib/commonjs/core/providers/AuthProvider.js.map +1 -1
- package/lib/commonjs/core/routes/AmityPageRenderer.js +15 -11
- package/lib/commonjs/core/routes/AmityPageRenderer.js.map +1 -1
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js +52 -11
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/commonjs/core/routes/navigation.js +10 -1
- package/lib/commonjs/core/routes/navigation.js.map +1 -1
- package/lib/commonjs/core/stores/slices/bottomSheetSlice.js.map +1 -1
- package/lib/commonjs/core/stores/slices/globalfeedSlice.js +20 -7
- package/lib/commonjs/core/stores/slices/globalfeedSlice.js.map +1 -1
- package/lib/commonjs/index.js +12 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/social/components/Avatar/Avatar.js +36 -7
- package/lib/commonjs/social/components/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/social/components/Avatar/styles.js +7 -1
- package/lib/commonjs/social/components/Avatar/styles.js.map +1 -1
- package/lib/commonjs/social/components/BottomSheetComponent/BottomSheetComponent.js +2 -1
- package/lib/commonjs/social/components/BottomSheetComponent/BottomSheetComponent.js.map +1 -1
- package/lib/commonjs/social/components/Button/Button.js +2 -0
- package/lib/commonjs/social/components/Button/Button.js.map +1 -1
- package/lib/commonjs/social/components/CommunitySearchResult/CommunitySearchResult.js +1 -1
- package/lib/commonjs/social/components/CommunitySearchResult/CommunitySearchResult.js.map +1 -1
- package/lib/commonjs/social/components/CommunityStories/index.js +19 -2
- package/lib/commonjs/social/components/CommunityStories/index.js.map +1 -1
- package/lib/commonjs/social/components/FormInput/FormInput.js +3 -1
- package/lib/commonjs/social/components/FormInput/FormInput.js.map +1 -1
- package/lib/commonjs/social/components/FormInput/styles.js +3 -0
- package/lib/commonjs/social/components/FormInput/styles.js.map +1 -1
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js +23 -0
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js.map +1 -0
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js +32 -0
- package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js.map +1 -0
- package/lib/commonjs/social/components/MyAvatar/MyAvatar.js +32 -10
- package/lib/commonjs/social/components/MyAvatar/MyAvatar.js.map +1 -1
- package/lib/commonjs/social/components/MyAvatar/styles.js +43 -0
- package/lib/commonjs/social/components/MyAvatar/styles.js.map +1 -0
- package/lib/commonjs/social/components/MyStories/StoryCircleItem.js +27 -8
- package/lib/commonjs/social/components/MyStories/StoryCircleItem.js.map +1 -1
- package/lib/commonjs/social/components/MyStories/StoryTargetView.js +15 -1
- package/lib/commonjs/social/components/MyStories/StoryTargetView.js.map +1 -1
- package/lib/commonjs/social/components/MyStories/styles.js +11 -9
- package/lib/commonjs/social/components/MyStories/styles.js.map +1 -1
- package/lib/commonjs/social/components/PollContent/PollFooter.js +8 -2
- package/lib/commonjs/social/components/PollContent/PollFooter.js.map +1 -1
- package/lib/commonjs/social/components/PollContent/PollResults.js +2 -1
- package/lib/commonjs/social/components/PollContent/PollResults.js.map +1 -1
- package/lib/commonjs/social/components/PollContent/index.js +3 -0
- package/lib/commonjs/social/components/PollContent/index.js.map +1 -1
- package/lib/commonjs/social/components/PostMenu/index.js +25 -27
- package/lib/commonjs/social/components/PostMenu/index.js.map +1 -1
- package/lib/commonjs/social/components/RenderTextWithMention/RenderTextWithMention.js +5 -5
- package/lib/commonjs/social/components/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
- package/lib/commonjs/social/components/SearchResultItem/SearchResultItem.js +9 -2
- package/lib/commonjs/social/components/SearchResultItem/SearchResultItem.js.map +1 -1
- package/lib/commonjs/social/components/SearchResultItem/styles.js +10 -7
- package/lib/commonjs/social/components/SearchResultItem/styles.js.map +1 -1
- package/lib/commonjs/social/components/Social/CommentList/CommentList.js +62 -20
- package/lib/commonjs/social/components/Social/CommentList/CommentList.js.map +1 -1
- package/lib/commonjs/social/components/Social/CommentList/styles.js +20 -5
- package/lib/commonjs/social/components/Social/CommentList/styles.js.map +1 -1
- package/lib/commonjs/social/components/Social/CommentListItem/CommentListItem.js +54 -14
- package/lib/commonjs/social/components/Social/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/commonjs/social/components/Social/ReplyCommentList/index.js +15 -7
- package/lib/commonjs/social/components/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/Story.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/StoryCircleListItem.js +3 -1
- package/lib/commonjs/social/components/StoryKit/src/StoryCircleListItem.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/StoryListItem.js +9 -2
- package/lib/commonjs/social/components/StoryKit/src/StoryListItem.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/commonjs/social/components/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/commonjs/social/components/StoryKit/src/styles.js +5 -2
- package/lib/commonjs/social/components/StoryKit/src/styles.js.map +1 -1
- package/lib/commonjs/social/components/legacy/CustomText/index.js +3 -5
- package/lib/commonjs/social/components/legacy/CustomText/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/CommentList/index.js +1 -1
- package/lib/commonjs/social/components/legacy/Social/CommentList/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/PostList/index.js +23 -3
- package/lib/commonjs/social/components/legacy/Social/PostList/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/Social/ReplyCommentList/index.js +45 -8
- package/lib/commonjs/social/components/legacy/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/commonjs/social/components/legacy/StoryKit/src/Story.js.map +1 -1
- package/lib/commonjs/social/components/legacy/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/commonjs/social/components/legacy/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/commonjs/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.js.map +1 -1
- package/lib/commonjs/social/elements/CommonElements/AvatarElement.js +32 -4
- package/lib/commonjs/social/elements/CommonElements/AvatarElement.js.map +1 -1
- package/lib/commonjs/social/elements/CommonElements/styles.js +34 -0
- package/lib/commonjs/social/elements/CommonElements/styles.js.map +1 -0
- package/lib/commonjs/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js +6 -1
- package/lib/commonjs/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js.map +1 -1
- package/lib/commonjs/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.js.map +1 -1
- package/lib/commonjs/social/elements/ImageViewer/ImageViewer.js +20 -4
- package/lib/commonjs/social/elements/ImageViewer/ImageViewer.js.map +1 -1
- package/lib/commonjs/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js +10 -10
- package/lib/commonjs/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js.map +1 -1
- package/lib/commonjs/social/elements/VideoGallery/VideoGallery.js +4 -2
- package/lib/commonjs/social/elements/VideoGallery/VideoGallery.js.map +1 -1
- package/lib/commonjs/social/enums/enumUIKitID.js +7 -0
- package/lib/commonjs/social/enums/enumUIKitID.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js +33 -11
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js +8 -2
- package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/PostComment.js +3 -2
- package/lib/commonjs/social/features/comment/components/PostComment/PostComment.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js +39 -20
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js.map +1 -1
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js +9 -2
- package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/AddCategory/AddCategory.js +1 -0
- package/lib/commonjs/social/features/community/AddCategory/AddCategory.js.map +1 -1
- package/lib/commonjs/social/features/community/AddMember/hooks/useAddMember.js +2 -1
- package/lib/commonjs/social/features/community/AddMember/hooks/useAddMember.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js +17 -140
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js +149 -0
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/CommentsNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js +18 -105
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js +113 -0
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/MemberItem.js +26 -7
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/MemberItem.js.map +1 -1
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/style.js +9 -1
- package/lib/commonjs/social/features/community/Membership/components/MemberItem/style.js.map +1 -1
- package/lib/commonjs/social/features/community/NotificationSetting/NotificationSetting.js +38 -139
- package/lib/commonjs/social/features/community/NotificationSetting/NotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/NotificationSetting/hooks/useNotificationSetting.js +154 -0
- package/lib/commonjs/social/features/community/NotificationSetting/hooks/useNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/NotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/NotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js +13 -10
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js.map +1 -1
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/styles.js +11 -1
- package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js +15 -120
- package/lib/commonjs/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/PostsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js +131 -0
- package/lib/commonjs/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/PostsNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/PostsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/PostsNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/PostsNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/Setting/Setting.js +5 -6
- package/lib/commonjs/social/features/community/Setting/Setting.js.map +1 -1
- package/lib/commonjs/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.js.map +1 -1
- package/lib/commonjs/social/features/community/Setting/hooks/useCommunitySetting.js +10 -1
- package/lib/commonjs/social/features/community/Setting/hooks/useCommunitySetting.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js +15 -138
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/components/Header/Header.js +4 -3
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js +149 -0
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js.map +1 -0
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/index.js +3 -4
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/styles.js +1 -2
- package/lib/commonjs/social/features/community/StoriesNotificationSetting/styles.js.map +1 -1
- package/lib/commonjs/social/features/community/shared/constants/index.js +12 -0
- package/lib/commonjs/social/features/community/shared/constants/index.js.map +1 -0
- package/lib/commonjs/social/features/community/shared/utils/index.js +34 -0
- package/lib/commonjs/social/features/community/shared/utils/index.js.map +1 -0
- package/lib/commonjs/social/features/feed/components/Categories/Categories.js +4 -1
- package/lib/commonjs/social/features/feed/components/Categories/Categories.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/CommunityCategories/CommunityCategories.js +1 -1
- package/lib/commonjs/social/features/feed/components/CommunityCategories/CommunityCategories.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/CreatePostMenu/CreatePostMenu.js +3 -1
- package/lib/commonjs/social/features/feed/components/CreatePostMenu/CreatePostMenu.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js +1 -3
- package/lib/commonjs/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/Explore/Explore.js +1 -2
- package/lib/commonjs/social/features/feed/components/Explore/Explore.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/GlobalFeed/GlobalFeed.js +20 -12
- package/lib/commonjs/social/features/feed/components/GlobalFeed/GlobalFeed.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/MyCommunities/MyCommunities.js +1 -2
- package/lib/commonjs/social/features/feed/components/MyCommunities/MyCommunities.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/NewsFeed/NewsFeed.js +2 -3
- package/lib/commonjs/social/features/feed/components/NewsFeed/NewsFeed.js.map +1 -1
- package/lib/commonjs/social/features/feed/components/TopNavigation/TopNavigation.js +5 -1
- package/lib/commonjs/social/features/feed/components/TopNavigation/TopNavigation.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Create/Create.js +12 -14
- package/lib/commonjs/social/features/livestream/Create/Create.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Create/styles.js +11 -0
- package/lib/commonjs/social/features/livestream/Create/styles.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Player/Player.js +41 -19
- package/lib/commonjs/social/features/livestream/Player/Player.js.map +1 -1
- package/lib/commonjs/social/features/livestream/Player/styles.js +20 -2
- package/lib/commonjs/social/features/livestream/Player/styles.js.map +1 -1
- package/lib/commonjs/social/features/livestream/components/ThumbnailAction/ThumbnailAction.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/PollPostComposer.js +2 -1
- package/lib/commonjs/social/features/poll/Composer/PollPostComposer.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationBottomSheet.js +37 -13
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationBottomSheet.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationPicker.js +40 -37
- package/lib/commonjs/social/features/poll/Composer/components/PollDurationPicker.js.map +1 -1
- package/lib/commonjs/social/features/poll/Composer/styles.js +8 -1
- package/lib/commonjs/social/features/poll/Composer/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/Composer/PostComposer.js +43 -14
- package/lib/commonjs/social/features/post/Composer/PostComposer.js.map +1 -1
- package/lib/commonjs/social/features/post/Detail/index.js +61 -37
- package/lib/commonjs/social/features/post/Detail/index.js.map +1 -1
- package/lib/commonjs/social/features/post/Detail/styles.js +2 -1
- package/lib/commonjs/social/features/post/Detail/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/TargetSelection/TargetSelection.js +3 -2
- package/lib/commonjs/social/features/post/TargetSelection/TargetSelection.js.map +1 -1
- package/lib/commonjs/social/features/post/components/Content/Content.js +35 -11
- package/lib/commonjs/social/features/post/components/Content/Content.js.map +1 -1
- package/lib/commonjs/social/features/post/components/Content/styles.js +5 -2
- package/lib/commonjs/social/features/post/components/Content/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +55 -24
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/styles.js +4 -4
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/styles.js.map +1 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/DetailStyle.js +9 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/DetailStyle.js.map +1 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/FeedStyle.js +9 -1
- package/lib/commonjs/social/features/post/components/EngagementActions/Components/FeedStyle.js.map +1 -1
- package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js +53 -23
- package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
- package/lib/commonjs/social/features/post/components/MediaAttachment/styles.js +4 -4
- package/lib/commonjs/social/features/post/components/MediaAttachment/styles.js.map +1 -1
- package/lib/commonjs/social/features/reaction/components/List/List.js +10 -5
- package/lib/commonjs/social/features/reaction/components/List/List.js.map +1 -1
- package/lib/commonjs/social/features/story/Create/Create.js +4 -3
- package/lib/commonjs/social/features/story/Create/Create.js.map +1 -1
- package/lib/commonjs/social/features/story/Draft/Draft.js +41 -18
- package/lib/commonjs/social/features/story/Draft/Draft.js.map +1 -1
- package/lib/commonjs/social/features/story/Draft/components/HyperLinkConfig.js +39 -7
- package/lib/commonjs/social/features/story/Draft/components/HyperLinkConfig.js.map +1 -1
- package/lib/commonjs/social/features/story/Draft/styles.js +72 -44
- package/lib/commonjs/social/features/story/Draft/styles.js.map +1 -1
- package/lib/commonjs/social/features/story/View/View.js +11 -5
- package/lib/commonjs/social/features/story/View/View.js.map +1 -1
- package/lib/commonjs/social/features/story/View/components/AmityViewStoryItem.js +42 -11
- package/lib/commonjs/social/features/story/View/components/AmityViewStoryItem.js.map +1 -1
- package/lib/commonjs/social/features/story/View/styles.js +31 -8
- package/lib/commonjs/social/features/story/View/styles.js.map +1 -1
- package/lib/commonjs/social/features/user/CreateProfile/CreateProfile.js +122 -0
- package/lib/commonjs/social/features/user/CreateProfile/CreateProfile.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js +140 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/index.js +13 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/styles.js +51 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/styles.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/TopBar.js +34 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/TopBar.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/index.js +13 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/styles.js +37 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/styles.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/index.js +28 -0
- package/lib/commonjs/social/features/user/CreateProfile/components/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/index.js +17 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/useCreateProfile.js +238 -0
- package/lib/commonjs/social/features/user/CreateProfile/hooks/useCreateProfile.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/index.js +13 -0
- package/lib/commonjs/social/features/user/CreateProfile/index.js.map +1 -0
- package/lib/commonjs/social/features/user/CreateProfile/styles.js +40 -0
- package/lib/commonjs/social/features/user/CreateProfile/styles.js.map +1 -0
- package/lib/commonjs/social/features/user/Edit/Edit.js +4 -2
- package/lib/commonjs/social/features/user/Edit/Edit.js.map +1 -1
- package/lib/commonjs/social/features/user/Edit/components/ImageUpload/ImageUpload.js +49 -15
- package/lib/commonjs/social/features/user/Edit/components/ImageUpload/ImageUpload.js.map +1 -1
- package/lib/commonjs/social/features/user/Edit/hooks/useEditUser.js +10 -2
- package/lib/commonjs/social/features/user/Edit/hooks/useEditUser.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/Profile.js +20 -13
- package/lib/commonjs/social/features/user/Profile/Profile.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/Feed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/Feed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/hooks/useFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/Feed/hooks/useFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Header/Header.js +37 -11
- package/lib/commonjs/social/features/user/Profile/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Header/hooks/useHeader.js +9 -3
- package/lib/commonjs/social/features/user/Profile/components/Header/hooks/useHeader.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/Header/styles.js +4 -0
- package/lib/commonjs/social/features/user/Profile/components/Header/styles.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/ImageFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/ImageFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/TopBar/TopBar.js +9 -54
- package/lib/commonjs/social/features/user/Profile/components/TopBar/TopBar.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/TopBar/hooks/useTopBar.js +5 -149
- package/lib/commonjs/social/features/user/Profile/components/TopBar/hooks/useTopBar.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/VideoFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/VideoFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js +5 -1
- package/lib/commonjs/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/elements/Menu/Menu.js +70 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/Menu.js.map +1 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/hooks/useMenu.js +161 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/hooks/useMenu.js.map +1 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/index.js +13 -0
- package/lib/commonjs/social/features/user/Profile/elements/Menu/index.js.map +1 -0
- package/lib/commonjs/social/features/user/Profile/elements/index.js +11 -0
- package/lib/commonjs/social/features/user/Profile/elements/index.js.map +1 -1
- package/lib/commonjs/social/features/user/Profile/hooks/useFeedState.js +10 -3
- package/lib/commonjs/social/features/user/Profile/hooks/useFeedState.js.map +1 -1
- package/lib/commonjs/social/features/user/Relationship/components/UserItem/UserItem.js +1 -0
- package/lib/commonjs/social/features/user/Relationship/components/UserItem/UserItem.js.map +1 -1
- package/lib/commonjs/social/hooks/collections/index.js.map +1 -1
- package/lib/commonjs/social/hooks/index.js +15 -4
- package/lib/commonjs/social/hooks/index.js.map +1 -1
- package/lib/commonjs/social/hooks/isModerator.js +22 -0
- package/lib/commonjs/social/hooks/isModerator.js.map +1 -0
- package/lib/commonjs/social/hooks/queries/useCommunityNotificationSettingsQuery.js +54 -0
- package/lib/commonjs/social/hooks/queries/useCommunityNotificationSettingsQuery.js.map +1 -0
- package/lib/commonjs/social/hooks/queries/useFlagPost.js +3 -3
- package/lib/commonjs/social/hooks/queries/useFlagPost.js.map +1 -1
- package/lib/commonjs/social/hooks/useAmityGlobalSearchViewModel.js +2 -1
- package/lib/commonjs/social/hooks/useAmityGlobalSearchViewModel.js.map +1 -1
- package/lib/commonjs/social/hooks/useCustomRankingGlobalFeed.js +8 -1
- package/lib/commonjs/social/hooks/useCustomRankingGlobalFeed.js.map +1 -1
- package/lib/commonjs/social/hooks/useFile.js +1 -1
- package/lib/commonjs/social/hooks/useFile.js.map +1 -1
- package/lib/commonjs/social/hooks/useGlobalBehavior.js +53 -0
- package/lib/commonjs/social/hooks/useGlobalBehavior.js.map +1 -0
- package/lib/commonjs/social/hooks/useMention/index.js +38 -18
- package/lib/commonjs/social/hooks/useMention/index.js.map +1 -1
- package/lib/commonjs/social/hooks/useMention/styles.js +5 -4
- package/lib/commonjs/social/hooks/useMention/styles.js.map +1 -1
- package/lib/commonjs/social/hooks/usePaginator.js +25 -8
- package/lib/commonjs/social/hooks/usePaginator.js.map +1 -1
- package/lib/commonjs/social/hooks/usePoll.js +34 -2
- package/lib/commonjs/social/hooks/usePoll.js.map +1 -1
- package/lib/commonjs/social/hooks/usePostPermission.js +10 -9
- package/lib/commonjs/social/hooks/usePostPermission.js.map +1 -1
- package/lib/commonjs/social/hooks/useSearch.js +49 -6
- package/lib/commonjs/social/hooks/useSearch.js.map +1 -1
- package/lib/commonjs/social/hooks/useStoryPermission.js +6 -4
- package/lib/commonjs/social/hooks/useStoryPermission.js.map +1 -1
- package/lib/commonjs/social/index.js +23 -10
- package/lib/commonjs/social/index.js.map +1 -1
- package/lib/commonjs/social/providers/BehaviourProvider.js +1 -0
- package/lib/commonjs/social/providers/BehaviourProvider.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityCommentsNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityCommentsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityLivestreamsNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityLivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityPostsNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityPostsNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/components/Header/Header.js +2 -6
- package/lib/commonjs/social/screens/CommunityProfile/components/Header/Header.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/components/Tab/Tab.js +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/components/Tab/Tab.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityProfile/index.js +9 -6
- package/lib/commonjs/social/screens/CommunityProfile/index.js.map +1 -1
- package/lib/commonjs/social/screens/CommunityStoriesNotificationSetting/index.js +8 -8
- package/lib/commonjs/social/screens/CommunityStoriesNotificationSetting/index.js.map +1 -1
- package/lib/commonjs/social/screens/CreateUserProfile/CreateUserProfile.js +20 -0
- package/lib/commonjs/social/screens/CreateUserProfile/CreateUserProfile.js.map +1 -0
- package/lib/commonjs/social/screens/CreateUserProfile/index.js +13 -0
- package/lib/commonjs/social/screens/CreateUserProfile/index.js.map +1 -0
- package/lib/commonjs/social/screens/SocialHomePage/index.js +35 -7
- package/lib/commonjs/social/screens/SocialHomePage/index.js.map +1 -1
- package/lib/commonjs/social/screens/UserProfile/UserProfile.js +2 -4
- package/lib/commonjs/social/screens/UserProfile/UserProfile.js.map +1 -1
- package/lib/commonjs/social/screens/VideoPlayer/VideoPlayer.js +2 -1
- package/lib/commonjs/social/screens/VideoPlayer/VideoPlayer.js.map +1 -1
- package/lib/commonjs/social/screens/VisitorUsageLimit/VisitorUsageLimit.js +78 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/VisitorUsageLimit.js.map +1 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/index.js +13 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/index.js.map +1 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/styles.js +50 -0
- package/lib/commonjs/social/screens/VisitorUsageLimit/styles.js.map +1 -0
- package/lib/commonjs/social/screens/index.js +11 -0
- package/lib/commonjs/social/screens/index.js.map +1 -1
- package/lib/commonjs/social/utils/index.js +26 -1
- package/lib/commonjs/social/utils/index.js.map +1 -1
- package/lib/commonjs/social/utils/permissions.js +8 -3
- package/lib/commonjs/social/utils/permissions.js.map +1 -1
- package/lib/commonjs/types/declarations.d.js +2 -0
- package/lib/commonjs/types/declarations.d.js.map +1 -0
- package/lib/module/core/assets/icons/index.js +2 -0
- package/lib/module/core/assets/icons/index.js.map +1 -1
- package/lib/module/core/assets/icons/mediaIcon.js +6 -0
- package/lib/module/core/assets/icons/mediaIcon.js.map +1 -0
- package/lib/module/core/assets/icons/video.js +3 -2
- package/lib/module/core/assets/icons/video.js.map +1 -1
- package/lib/module/core/assets/icons/visitorLimit.js +23 -0
- package/lib/module/core/assets/icons/visitorLimit.js.map +1 -0
- package/lib/module/core/constants/index.js +52 -1
- package/lib/module/core/constants/index.js.map +1 -1
- package/lib/module/core/hooks/useAuth.js +6 -2
- package/lib/module/core/hooks/useAuth.js.map +1 -1
- package/lib/module/core/hooks/useSearch.js +2 -1
- package/lib/module/core/hooks/useSearch.js.map +1 -1
- package/lib/module/core/legacy/feed.js +26 -3
- package/lib/module/core/legacy/feed.js.map +1 -1
- package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/module/core/providers/AuthProvider.js +50 -48
- package/lib/module/core/providers/AuthProvider.js.map +1 -1
- package/lib/module/core/routes/AmityPageRenderer.js +15 -11
- package/lib/module/core/routes/AmityPageRenderer.js.map +1 -1
- package/lib/module/core/routes/AmityUIKitNavigator.js +52 -11
- package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/module/core/routes/navigation.js +9 -1
- package/lib/module/core/routes/navigation.js.map +1 -1
- package/lib/module/core/stores/slices/bottomSheetSlice.js.map +1 -1
- package/lib/module/core/stores/slices/globalfeedSlice.js +20 -7
- package/lib/module/core/stores/slices/globalfeedSlice.js.map +1 -1
- package/lib/module/index.js +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/social/components/Avatar/Avatar.js +38 -8
- package/lib/module/social/components/Avatar/Avatar.js.map +1 -1
- package/lib/module/social/components/Avatar/styles.js +7 -1
- package/lib/module/social/components/Avatar/styles.js.map +1 -1
- package/lib/module/social/components/BottomSheetComponent/BottomSheetComponent.js +2 -1
- package/lib/module/social/components/BottomSheetComponent/BottomSheetComponent.js.map +1 -1
- package/lib/module/social/components/Button/Button.js +2 -0
- package/lib/module/social/components/Button/Button.js.map +1 -1
- package/lib/module/social/components/CommunitySearchResult/CommunitySearchResult.js +1 -1
- package/lib/module/social/components/CommunitySearchResult/CommunitySearchResult.js.map +1 -1
- package/lib/module/social/components/CommunityStories/index.js +20 -3
- package/lib/module/social/components/CommunityStories/index.js.map +1 -1
- package/lib/module/social/components/FormInput/FormInput.js +3 -1
- package/lib/module/social/components/FormInput/FormInput.js.map +1 -1
- package/lib/module/social/components/FormInput/styles.js +3 -0
- package/lib/module/social/components/FormInput/styles.js.map +1 -1
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js +17 -0
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js.map +1 -0
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js +25 -0
- package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js.map +1 -0
- package/lib/module/social/components/MyAvatar/MyAvatar.js +33 -11
- package/lib/module/social/components/MyAvatar/MyAvatar.js.map +1 -1
- package/lib/module/social/components/MyAvatar/styles.js +36 -0
- package/lib/module/social/components/MyAvatar/styles.js.map +1 -0
- package/lib/module/social/components/MyStories/StoryCircleItem.js +27 -8
- package/lib/module/social/components/MyStories/StoryCircleItem.js.map +1 -1
- package/lib/module/social/components/MyStories/StoryTargetView.js +15 -1
- package/lib/module/social/components/MyStories/StoryTargetView.js.map +1 -1
- package/lib/module/social/components/MyStories/styles.js +11 -9
- package/lib/module/social/components/MyStories/styles.js.map +1 -1
- package/lib/module/social/components/PollContent/PollFooter.js +8 -2
- package/lib/module/social/components/PollContent/PollFooter.js.map +1 -1
- package/lib/module/social/components/PollContent/PollResults.js +2 -1
- package/lib/module/social/components/PollContent/PollResults.js.map +1 -1
- package/lib/module/social/components/PollContent/index.js +3 -0
- package/lib/module/social/components/PollContent/index.js.map +1 -1
- package/lib/module/social/components/PostMenu/index.js +27 -29
- package/lib/module/social/components/PostMenu/index.js.map +1 -1
- package/lib/module/social/components/RenderTextWithMention/RenderTextWithMention.js +7 -7
- package/lib/module/social/components/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
- package/lib/module/social/components/SearchResultItem/SearchResultItem.js +9 -2
- package/lib/module/social/components/SearchResultItem/SearchResultItem.js.map +1 -1
- package/lib/module/social/components/SearchResultItem/styles.js +10 -7
- package/lib/module/social/components/SearchResultItem/styles.js.map +1 -1
- package/lib/module/social/components/Social/CommentList/CommentList.js +63 -21
- package/lib/module/social/components/Social/CommentList/CommentList.js.map +1 -1
- package/lib/module/social/components/Social/CommentList/styles.js +20 -5
- package/lib/module/social/components/Social/CommentList/styles.js.map +1 -1
- package/lib/module/social/components/Social/CommentListItem/CommentListItem.js +54 -14
- package/lib/module/social/components/Social/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/module/social/components/Social/ReplyCommentList/index.js +16 -8
- package/lib/module/social/components/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/Story.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/StoryCircleListItem.js +3 -1
- package/lib/module/social/components/StoryKit/src/StoryCircleListItem.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/StoryListItem.js +9 -2
- package/lib/module/social/components/StoryKit/src/StoryListItem.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/module/social/components/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/module/social/components/StoryKit/src/styles.js +5 -2
- package/lib/module/social/components/StoryKit/src/styles.js.map +1 -1
- package/lib/module/social/components/legacy/CustomText/index.js +3 -5
- package/lib/module/social/components/legacy/CustomText/index.js.map +1 -1
- package/lib/module/social/components/legacy/Social/CommentList/index.js +1 -1
- package/lib/module/social/components/legacy/Social/CommentList/index.js.map +1 -1
- package/lib/module/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map +1 -1
- package/lib/module/social/components/legacy/Social/PostList/index.js +23 -3
- package/lib/module/social/components/legacy/Social/PostList/index.js.map +1 -1
- package/lib/module/social/components/legacy/Social/ReplyCommentList/index.js +45 -8
- package/lib/module/social/components/legacy/Social/ReplyCommentList/index.js.map +1 -1
- package/lib/module/social/components/legacy/StoryKit/src/Story.js.map +1 -1
- package/lib/module/social/components/legacy/StoryKit/src/helpers/StateHelpers.js +1 -1
- package/lib/module/social/components/legacy/StoryKit/src/helpers/StateHelpers.js.map +1 -1
- package/lib/module/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.js.map +1 -1
- package/lib/module/social/elements/CommonElements/AvatarElement.js +33 -5
- package/lib/module/social/elements/CommonElements/AvatarElement.js.map +1 -1
- package/lib/module/social/elements/CommonElements/styles.js +27 -0
- package/lib/module/social/elements/CommonElements/styles.js.map +1 -0
- package/lib/module/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js +7 -2
- package/lib/module/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js.map +1 -1
- package/lib/module/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.js.map +1 -1
- package/lib/module/social/elements/ImageViewer/ImageViewer.js +20 -4
- package/lib/module/social/elements/ImageViewer/ImageViewer.js.map +1 -1
- package/lib/module/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js +6 -7
- package/lib/module/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js.map +1 -1
- package/lib/module/social/elements/VideoGallery/VideoGallery.js +4 -2
- package/lib/module/social/elements/VideoGallery/VideoGallery.js.map +1 -1
- package/lib/module/social/enums/enumUIKitID.js +7 -0
- package/lib/module/social/enums/enumUIKitID.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js +34 -12
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/styles.js +8 -2
- package/lib/module/social/features/comment/components/PostComment/CommentListItem/styles.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/PostComment.js +3 -2
- package/lib/module/social/features/comment/components/PostComment/PostComment.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/index.js +40 -21
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/index.js.map +1 -1
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/styles.js +9 -2
- package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map +1 -1
- package/lib/module/social/features/community/AddCategory/AddCategory.js +1 -0
- package/lib/module/social/features/community/AddCategory/AddCategory.js.map +1 -1
- package/lib/module/social/features/community/AddMember/hooks/useAddMember.js +3 -2
- package/lib/module/social/features/community/AddMember/hooks/useAddMember.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js +16 -138
- package/lib/module/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/CommentsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js +142 -0
- package/lib/module/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/CommentsNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/CommentsNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/CommentsNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js +17 -103
- package/lib/module/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js +106 -0
- package/lib/module/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/LivestreamsNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/LivestreamsNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/LivestreamsNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/Membership/components/MemberItem/MemberItem.js +27 -8
- package/lib/module/social/features/community/Membership/components/MemberItem/MemberItem.js.map +1 -1
- package/lib/module/social/features/community/Membership/components/MemberItem/style.js +9 -1
- package/lib/module/social/features/community/Membership/components/MemberItem/style.js.map +1 -1
- package/lib/module/social/features/community/NotificationSetting/NotificationSetting.js +38 -138
- package/lib/module/social/features/community/NotificationSetting/NotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/NotificationSetting/hooks/useNotificationSetting.js +147 -0
- package/lib/module/social/features/community/NotificationSetting/hooks/useNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/NotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/NotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js +13 -10
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js.map +1 -1
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/styles.js +11 -1
- package/lib/module/social/features/community/PendingRequest/components/PendingPostList/styles.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js +14 -118
- package/lib/module/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/PostsNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js +124 -0
- package/lib/module/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/PostsNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/PostsNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/PostsNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/Setting/Setting.js +5 -6
- package/lib/module/social/features/community/Setting/Setting.js.map +1 -1
- package/lib/module/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.js.map +1 -1
- package/lib/module/social/features/community/Setting/hooks/useCommunitySetting.js +10 -1
- package/lib/module/social/features/community/Setting/hooks/useCommunitySetting.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js +14 -136
- package/lib/module/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/components/Header/Header.js +4 -3
- package/lib/module/social/features/community/StoriesNotificationSetting/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js +142 -0
- package/lib/module/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js.map +1 -0
- package/lib/module/social/features/community/StoriesNotificationSetting/index.js +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/index.js.map +1 -1
- package/lib/module/social/features/community/StoriesNotificationSetting/styles.js +1 -2
- package/lib/module/social/features/community/StoriesNotificationSetting/styles.js.map +1 -1
- package/lib/module/social/features/community/shared/constants/index.js +6 -0
- package/lib/module/social/features/community/shared/constants/index.js.map +1 -0
- package/lib/module/social/features/community/shared/utils/index.js +27 -0
- package/lib/module/social/features/community/shared/utils/index.js.map +1 -0
- package/lib/module/social/features/feed/components/Categories/Categories.js +4 -1
- package/lib/module/social/features/feed/components/Categories/Categories.js.map +1 -1
- package/lib/module/social/features/feed/components/CommunityCategories/CommunityCategories.js +1 -1
- package/lib/module/social/features/feed/components/CommunityCategories/CommunityCategories.js.map +1 -1
- package/lib/module/social/features/feed/components/CreatePostMenu/CreatePostMenu.js +3 -1
- package/lib/module/social/features/feed/components/CreatePostMenu/CreatePostMenu.js.map +1 -1
- package/lib/module/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js +1 -2
- package/lib/module/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js.map +1 -1
- package/lib/module/social/features/feed/components/Explore/Explore.js +1 -2
- package/lib/module/social/features/feed/components/Explore/Explore.js.map +1 -1
- package/lib/module/social/features/feed/components/GlobalFeed/GlobalFeed.js +15 -8
- package/lib/module/social/features/feed/components/GlobalFeed/GlobalFeed.js.map +1 -1
- package/lib/module/social/features/feed/components/MyCommunities/MyCommunities.js +1 -2
- package/lib/module/social/features/feed/components/MyCommunities/MyCommunities.js.map +1 -1
- package/lib/module/social/features/feed/components/NewsFeed/NewsFeed.js +2 -3
- package/lib/module/social/features/feed/components/NewsFeed/NewsFeed.js.map +1 -1
- package/lib/module/social/features/feed/components/TopNavigation/TopNavigation.js +5 -1
- package/lib/module/social/features/feed/components/TopNavigation/TopNavigation.js.map +1 -1
- package/lib/module/social/features/livestream/Create/Create.js +12 -14
- package/lib/module/social/features/livestream/Create/Create.js.map +1 -1
- package/lib/module/social/features/livestream/Create/styles.js +11 -0
- package/lib/module/social/features/livestream/Create/styles.js.map +1 -1
- package/lib/module/social/features/livestream/Player/Player.js +43 -21
- package/lib/module/social/features/livestream/Player/Player.js.map +1 -1
- package/lib/module/social/features/livestream/Player/styles.js +20 -2
- package/lib/module/social/features/livestream/Player/styles.js.map +1 -1
- package/lib/module/social/features/livestream/components/ThumbnailAction/ThumbnailAction.js.map +1 -1
- package/lib/module/social/features/poll/Composer/PollPostComposer.js +2 -1
- package/lib/module/social/features/poll/Composer/PollPostComposer.js.map +1 -1
- package/lib/module/social/features/poll/Composer/components/PollDurationBottomSheet.js +38 -14
- package/lib/module/social/features/poll/Composer/components/PollDurationBottomSheet.js.map +1 -1
- package/lib/module/social/features/poll/Composer/components/PollDurationPicker.js +41 -39
- package/lib/module/social/features/poll/Composer/components/PollDurationPicker.js.map +1 -1
- package/lib/module/social/features/poll/Composer/styles.js +8 -1
- package/lib/module/social/features/poll/Composer/styles.js.map +1 -1
- package/lib/module/social/features/post/Composer/PostComposer.js +46 -17
- package/lib/module/social/features/post/Composer/PostComposer.js.map +1 -1
- package/lib/module/social/features/post/Detail/index.js +62 -38
- package/lib/module/social/features/post/Detail/index.js.map +1 -1
- package/lib/module/social/features/post/Detail/styles.js +2 -1
- package/lib/module/social/features/post/Detail/styles.js.map +1 -1
- package/lib/module/social/features/post/TargetSelection/TargetSelection.js +3 -2
- package/lib/module/social/features/post/TargetSelection/TargetSelection.js.map +1 -1
- package/lib/module/social/features/post/components/Content/Content.js +35 -11
- package/lib/module/social/features/post/components/Content/Content.js.map +1 -1
- package/lib/module/social/features/post/components/Content/styles.js +5 -2
- package/lib/module/social/features/post/components/Content/styles.js.map +1 -1
- package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +56 -25
- package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
- package/lib/module/social/features/post/components/DetailedMediaAttachment/styles.js +4 -4
- package/lib/module/social/features/post/components/DetailedMediaAttachment/styles.js.map +1 -1
- package/lib/module/social/features/post/components/EngagementActions/Components/DetailStyle.js +10 -2
- package/lib/module/social/features/post/components/EngagementActions/Components/DetailStyle.js.map +1 -1
- package/lib/module/social/features/post/components/EngagementActions/Components/FeedStyle.js +10 -2
- package/lib/module/social/features/post/components/EngagementActions/Components/FeedStyle.js.map +1 -1
- package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js +54 -23
- package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
- package/lib/module/social/features/post/components/MediaAttachment/styles.js +4 -4
- package/lib/module/social/features/post/components/MediaAttachment/styles.js.map +1 -1
- package/lib/module/social/features/reaction/components/List/List.js +10 -5
- package/lib/module/social/features/reaction/components/List/List.js.map +1 -1
- package/lib/module/social/features/story/Create/Create.js +4 -3
- package/lib/module/social/features/story/Create/Create.js.map +1 -1
- package/lib/module/social/features/story/Draft/Draft.js +41 -18
- package/lib/module/social/features/story/Draft/Draft.js.map +1 -1
- package/lib/module/social/features/story/Draft/components/HyperLinkConfig.js +39 -7
- package/lib/module/social/features/story/Draft/components/HyperLinkConfig.js.map +1 -1
- package/lib/module/social/features/story/Draft/styles.js +72 -44
- package/lib/module/social/features/story/Draft/styles.js.map +1 -1
- package/lib/module/social/features/story/View/View.js +11 -5
- package/lib/module/social/features/story/View/View.js.map +1 -1
- package/lib/module/social/features/story/View/components/AmityViewStoryItem.js +42 -10
- package/lib/module/social/features/story/View/components/AmityViewStoryItem.js.map +1 -1
- package/lib/module/social/features/story/View/styles.js +31 -8
- package/lib/module/social/features/story/View/styles.js.map +1 -1
- package/lib/module/social/features/user/CreateProfile/CreateProfile.js +115 -0
- package/lib/module/social/features/user/CreateProfile/CreateProfile.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js +134 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/styles.js +44 -0
- package/lib/module/social/features/user/CreateProfile/components/ImageUpload/styles.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/TopBar.js +27 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/TopBar.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/styles.js +30 -0
- package/lib/module/social/features/user/CreateProfile/components/TopBar/styles.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/components/index.js +3 -0
- package/lib/module/social/features/user/CreateProfile/components/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/hooks/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/hooks/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/hooks/useCreateProfile.js +231 -0
- package/lib/module/social/features/user/CreateProfile/hooks/useCreateProfile.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/index.js +2 -0
- package/lib/module/social/features/user/CreateProfile/index.js.map +1 -0
- package/lib/module/social/features/user/CreateProfile/styles.js +33 -0
- package/lib/module/social/features/user/CreateProfile/styles.js.map +1 -0
- package/lib/module/social/features/user/Edit/Edit.js +4 -2
- package/lib/module/social/features/user/Edit/Edit.js.map +1 -1
- package/lib/module/social/features/user/Edit/components/ImageUpload/ImageUpload.js +50 -16
- package/lib/module/social/features/user/Edit/components/ImageUpload/ImageUpload.js.map +1 -1
- package/lib/module/social/features/user/Edit/hooks/useEditUser.js +10 -2
- package/lib/module/social/features/user/Edit/hooks/useEditUser.js.map +1 -1
- package/lib/module/social/features/user/Profile/Profile.js +21 -14
- package/lib/module/social/features/user/Profile/Profile.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Feed/Feed.js +5 -1
- package/lib/module/social/features/user/Profile/components/Feed/Feed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Feed/hooks/useFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/Feed/hooks/useFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Header/Header.js +39 -12
- package/lib/module/social/features/user/Profile/components/Header/Header.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Header/hooks/useHeader.js +10 -4
- package/lib/module/social/features/user/Profile/components/Header/hooks/useHeader.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/Header/styles.js +4 -0
- package/lib/module/social/features/user/Profile/components/Header/styles.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/ImageFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/ImageFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/TopBar/TopBar.js +9 -54
- package/lib/module/social/features/user/Profile/components/TopBar/TopBar.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/TopBar/hooks/useTopBar.js +5 -148
- package/lib/module/social/features/user/Profile/components/TopBar/hooks/useTopBar.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/VideoFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/VideoFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js +5 -1
- package/lib/module/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js.map +1 -1
- package/lib/module/social/features/user/Profile/elements/Menu/Menu.js +63 -0
- package/lib/module/social/features/user/Profile/elements/Menu/Menu.js.map +1 -0
- package/lib/module/social/features/user/Profile/elements/Menu/hooks/useMenu.js +154 -0
- package/lib/module/social/features/user/Profile/elements/Menu/hooks/useMenu.js.map +1 -0
- package/lib/module/social/features/user/Profile/elements/Menu/index.js +2 -0
- package/lib/module/social/features/user/Profile/elements/Menu/index.js.map +1 -0
- package/lib/module/social/features/user/Profile/elements/index.js +1 -0
- package/lib/module/social/features/user/Profile/elements/index.js.map +1 -1
- package/lib/module/social/features/user/Profile/hooks/useFeedState.js +10 -3
- package/lib/module/social/features/user/Profile/hooks/useFeedState.js.map +1 -1
- package/lib/module/social/features/user/Relationship/components/UserItem/UserItem.js +1 -0
- package/lib/module/social/features/user/Relationship/components/UserItem/UserItem.js.map +1 -1
- package/lib/module/social/hooks/collections/index.js +0 -1
- package/lib/module/social/hooks/collections/index.js.map +1 -1
- package/lib/module/social/hooks/index.js +2 -1
- package/lib/module/social/hooks/index.js.map +1 -1
- package/lib/module/social/hooks/isModerator.js +15 -0
- package/lib/module/social/hooks/isModerator.js.map +1 -0
- package/lib/module/social/hooks/queries/useCommunityNotificationSettingsQuery.js +48 -0
- package/lib/module/social/hooks/queries/useCommunityNotificationSettingsQuery.js.map +1 -0
- package/lib/module/social/hooks/queries/useFlagPost.js +4 -4
- package/lib/module/social/hooks/queries/useFlagPost.js.map +1 -1
- package/lib/module/social/hooks/useAmityGlobalSearchViewModel.js +2 -1
- package/lib/module/social/hooks/useAmityGlobalSearchViewModel.js.map +1 -1
- package/lib/module/social/hooks/useCustomRankingGlobalFeed.js +8 -1
- package/lib/module/social/hooks/useCustomRankingGlobalFeed.js.map +1 -1
- package/lib/module/social/hooks/useFile.js +1 -1
- package/lib/module/social/hooks/useFile.js.map +1 -1
- package/lib/module/social/hooks/useGlobalBehavior.js +45 -0
- package/lib/module/social/hooks/useGlobalBehavior.js.map +1 -0
- package/lib/module/social/hooks/useMention/index.js +40 -20
- package/lib/module/social/hooks/useMention/index.js.map +1 -1
- package/lib/module/social/hooks/useMention/styles.js +5 -4
- package/lib/module/social/hooks/useMention/styles.js.map +1 -1
- package/lib/module/social/hooks/usePaginator.js +25 -8
- package/lib/module/social/hooks/usePaginator.js.map +1 -1
- package/lib/module/social/hooks/usePoll.js +34 -2
- package/lib/module/social/hooks/usePoll.js.map +1 -1
- package/lib/module/social/hooks/usePostPermission.js +10 -9
- package/lib/module/social/hooks/usePostPermission.js.map +1 -1
- package/lib/module/social/hooks/useSearch.js +49 -6
- package/lib/module/social/hooks/useSearch.js.map +1 -1
- package/lib/module/social/hooks/useStoryPermission.js +7 -5
- package/lib/module/social/hooks/useStoryPermission.js.map +1 -1
- package/lib/module/social/index.js +7 -6
- package/lib/module/social/index.js.map +1 -1
- package/lib/module/social/providers/BehaviourProvider.js +1 -0
- package/lib/module/social/providers/BehaviourProvider.js.map +1 -1
- package/lib/module/social/screens/CommunityCommentsNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityCommentsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityLivestreamsNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityLivestreamsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityPostsNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityPostsNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CommunityProfile/components/Header/Header.js +3 -7
- package/lib/module/social/screens/CommunityProfile/components/Header/Header.js.map +1 -1
- package/lib/module/social/screens/CommunityProfile/components/Tab/Tab.js +2 -2
- package/lib/module/social/screens/CommunityProfile/components/Tab/Tab.js.map +1 -1
- package/lib/module/social/screens/CommunityProfile/index.js +9 -6
- package/lib/module/social/screens/CommunityProfile/index.js.map +1 -1
- package/lib/module/social/screens/CommunityStoriesNotificationSetting/index.js +6 -5
- package/lib/module/social/screens/CommunityStoriesNotificationSetting/index.js.map +1 -1
- package/lib/module/social/screens/CreateUserProfile/CreateUserProfile.js +14 -0
- package/lib/module/social/screens/CreateUserProfile/CreateUserProfile.js.map +1 -0
- package/lib/module/social/screens/CreateUserProfile/index.js +2 -0
- package/lib/module/social/screens/CreateUserProfile/index.js.map +1 -0
- package/lib/module/social/screens/SocialHomePage/index.js +36 -8
- package/lib/module/social/screens/SocialHomePage/index.js.map +1 -1
- package/lib/module/social/screens/UserProfile/UserProfile.js +4 -6
- package/lib/module/social/screens/UserProfile/UserProfile.js.map +1 -1
- package/lib/module/social/screens/VideoPlayer/VideoPlayer.js +2 -1
- package/lib/module/social/screens/VideoPlayer/VideoPlayer.js.map +1 -1
- package/lib/module/social/screens/VisitorUsageLimit/VisitorUsageLimit.js +72 -0
- package/lib/module/social/screens/VisitorUsageLimit/VisitorUsageLimit.js.map +1 -0
- package/lib/module/social/screens/VisitorUsageLimit/index.js +2 -0
- package/lib/module/social/screens/VisitorUsageLimit/index.js.map +1 -0
- package/lib/module/social/screens/VisitorUsageLimit/styles.js +43 -0
- package/lib/module/social/screens/VisitorUsageLimit/styles.js.map +1 -0
- package/lib/module/social/screens/index.js +1 -0
- package/lib/module/social/screens/index.js.map +1 -1
- package/lib/module/social/utils/index.js +24 -0
- package/lib/module/social/utils/index.js.map +1 -1
- package/lib/module/social/utils/permissions.js +8 -3
- package/lib/module/social/utils/permissions.js.map +1 -1
- package/lib/module/types/declarations.d.js +2 -0
- package/lib/module/types/declarations.d.js.map +1 -0
- package/lib/typescript/core/assets/icons/arrowDown.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/arrowLeft.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/arrowRight.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/ban.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/bell.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/block.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/brand.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/camera.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/category.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/check.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/checkbox.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/close.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/commentNotification.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/community.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/cross.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/demote.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/dot.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyCommunity.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyImagePost.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyList.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyPost.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/emptyVideoPost.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/errorPage.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/exclamation.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/featured.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/feed.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/firework.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/following.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/image.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/imageUpload.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/index.d.ts +77 -0
- package/lib/typescript/core/assets/icons/index.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/link.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/list.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/livestream.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/lock.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/mediaIcon.d.ts +3 -0
- package/lib/typescript/core/assets/icons/mediaIcon.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/member.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/menu.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/moderator.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/noResult.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pause.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pen.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/penFill.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pending.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/people.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/photo.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pin.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/pinFill.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/play.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/plus.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/poll.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/post.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/postNotification.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/postPermission.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/private.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/privateFeed.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/promote.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/public.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/radio.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/report.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/resume.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/rotate.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/search.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/settings.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/share.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/startLivestream.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/story.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/terminated.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/thumbnail.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/toast.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/trash.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/unfollow.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/unreport.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/verifiedBadge.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/verticalMenu.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/video.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/visitorLimit.d.ts +3 -0
- package/lib/typescript/core/assets/icons/visitorLimit.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/warning.d.ts.map +1 -0
- package/lib/typescript/core/assets/icons/xml.d.ts.map +1 -0
- package/lib/typescript/core/assets/index.d.ts.map +1 -0
- package/lib/typescript/core/components/CheckBox/index.d.ts.map +1 -0
- package/lib/typescript/core/components/CheckBox/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/core/components/ErrorBoundary/index.d.ts.map +1 -0
- package/lib/typescript/core/components/Menu/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Radio/index.d.ts.map +1 -0
- package/lib/typescript/core/components/Radio/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/core/components/Skeleton/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/core/components/Tabs/index.d.ts.map +1 -0
- package/lib/typescript/core/components/Tabs/styles.d.ts.map +1 -0
- package/lib/typescript/core/components/Typography/Typography.d.ts.map +1 -0
- package/lib/typescript/core/components/Typography/styles.d.ts.map +1 -0
- package/lib/typescript/core/constants/index.d.ts +231 -0
- package/lib/typescript/core/constants/index.d.ts.map +1 -0
- package/lib/typescript/core/engines/AdAssetCache.d.ts.map +1 -0
- package/lib/typescript/core/engines/AdEngine.d.ts.map +1 -0
- package/lib/typescript/core/engines/AdSupplier.d.ts.map +1 -0
- package/lib/typescript/core/engines/AssetDownloader.d.ts.map +1 -0
- package/lib/typescript/core/engines/TimeWindowTracker.d.ts.map +1 -0
- package/lib/typescript/core/enums/customization.d.ts.map +1 -0
- package/lib/typescript/core/enums/index.d.ts.map +1 -0
- package/lib/typescript/core/hooks/index.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useAuth.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useConfig.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useFile.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useGallery.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useImagePicker.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useReaction.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useSearch.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useShareableLink.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useSocialSettings.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useStory.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useTimeDifference.d.ts.map +1 -0
- package/lib/typescript/core/hooks/useUpload.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts.map +1 -0
- package/lib/typescript/core/legacy/comment.d.ts.map +1 -0
- package/lib/typescript/core/legacy/community.d.ts.map +1 -0
- package/lib/typescript/core/legacy/feed.d.ts.map +1 -0
- package/lib/typescript/core/legacy/file.d.ts.map +1 -0
- package/lib/typescript/core/legacy/user.d.ts.map +1 -0
- package/lib/typescript/core/providers/AmityUIKitProvider.d.ts +47 -0
- package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -0
- package/lib/typescript/core/providers/AuthProvider.d.ts.map +1 -0
- package/lib/typescript/core/providers/ConfigProvider.d.ts.map +1 -0
- package/lib/typescript/core/routes/AmityPageRenderer.d.ts.map +1 -0
- package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -0
- package/lib/typescript/core/routes/RouteParamList.d.ts +137 -0
- package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -0
- package/lib/typescript/core/routes/navigation.d.ts +6 -0
- package/lib/typescript/core/routes/navigation.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/bottomSheetSlice.d.ts +38 -0
- package/lib/typescript/core/stores/slices/bottomSheetSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/feedSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/globalfeedSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/postDetailSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/slices/uiSlice.d.ts.map +1 -0
- package/lib/typescript/core/stores/store/index.d.ts +11 -0
- package/lib/typescript/core/stores/store/index.d.ts.map +1 -0
- package/lib/typescript/core/types/auth.d.ts +16 -0
- package/lib/typescript/core/types/auth.d.ts.map +1 -0
- package/lib/typescript/core/types/behaviour.d.ts +207 -0
- package/lib/typescript/core/types/behaviour.d.ts.map +1 -0
- package/lib/typescript/core/types/config.d.ts.map +1 -0
- package/lib/typescript/core/types/index.d.ts.map +1 -0
- package/lib/typescript/core/types/mention.d.ts.map +1 -0
- package/lib/typescript/core/types/user.d.ts +17 -0
- package/lib/typescript/core/types/user.d.ts.map +1 -0
- package/lib/typescript/core/utils/color.d.ts.map +1 -0
- package/lib/typescript/core/utils/number.d.ts.map +1 -0
- package/lib/typescript/core/utils/permission.d.ts.map +1 -0
- package/lib/typescript/core/utils/post.d.ts.map +1 -0
- package/lib/typescript/core/utils/postType.d.ts.map +1 -0
- package/lib/typescript/core/utils/role.d.ts.map +1 -0
- package/lib/typescript/core/utils/time.d.ts.map +1 -0
- package/lib/typescript/core/utils/url.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +4 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/social/components/AdInformation/AdInformation.d.ts.map +1 -0
- package/lib/typescript/social/components/AdInformation/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Avatar/Avatar.d.ts +40 -0
- package/lib/typescript/social/components/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/social/components/Avatar/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Avatar/styles.d.ts +28 -0
- package/lib/typescript/social/components/Avatar/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/BottomSheetComponent/BottomSheetComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/BottomSheetComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Button/Button.d.ts.map +1 -0
- package/lib/typescript/social/components/Button/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Button/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CancelButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CancelButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CategoryChip/CategoryChip.d.ts.map +1 -0
- package/lib/typescript/social/components/CategoryChip/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CategoryChip/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CircularProgressIndicator/CircularProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/social/components/CircularProgressIndicator/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CircularProgressIndicator/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CommentAdComponent/CommentAdComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/CommentAdComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityListSkeleton/CommunityListSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityRowItem/CommunityRowItem.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityRowItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CommunityStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomSocialTab/CustomSocialTab.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomSocialTab/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomTab/index.d.ts.map +1 -0
- package/lib/typescript/social/components/CustomTab/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Divider/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Divider/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Empty/Empty.d.ts.map +1 -0
- package/lib/typescript/social/components/Empty/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Empty/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/ErrorComponent/ErrorComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/ErrorComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/FloatingActionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/FloatingActionButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/FormInput/FormInput.d.ts +16 -0
- package/lib/typescript/social/components/FormInput/FormInput.d.ts.map +1 -0
- package/lib/typescript/social/components/FormInput/index.d.ts.map +1 -0
- package/lib/typescript/social/components/FormInput/styles.d.ts +30 -0
- package/lib/typescript/social/components/FormInput/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Gallery/Gallery.d.ts.map +1 -0
- package/lib/typescript/social/components/Gallery/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Gallery/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/IconTab/IconTab.d.ts.map +1 -0
- package/lib/typescript/social/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/components/ImageFeedSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LimitCharacterSearch/LimitCharacterSearch.d.ts.map +1 -0
- package/lib/typescript/social/components/LimitCharacterSearch/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LimitCharacterSearch/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/index.d.ts +3 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.d.ts +19 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LivestreamContent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingImage/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingImage/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingVideo/index.d.ts.map +1 -0
- package/lib/typescript/social/components/LoadingVideo/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MemberChip/MemberChip.d.ts.map +1 -0
- package/lib/typescript/social/components/MemberChip/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MyAvatar/MyAvatar.d.ts.map +1 -0
- package/lib/typescript/social/components/MyAvatar/styles.d.ts +31 -0
- package/lib/typescript/social/components/MyAvatar/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/StoryCircleItem.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/StoryTargetView.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/MyStories/styles.d.ts +101 -0
- package/lib/typescript/social/components/MyStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/NewsFeedLoadingComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/NoResult/NoResult.d.ts.map +1 -0
- package/lib/typescript/social/components/NoResult/index.d.ts.map +1 -0
- package/lib/typescript/social/components/NoResult/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/NoSearchResult/NoSearchResult.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/PollFooter.d.ts +14 -0
- package/lib/typescript/social/components/PollContent/PollFooter.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/PollOption.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/PollResults.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PollContent/style.d.ts.map +1 -0
- package/lib/typescript/social/components/PopupMenu/PopupMenu.d.ts.map +1 -0
- package/lib/typescript/social/components/PopupMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostAdComponent/PostAdComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/PostAdComponent/PostAdHeader.d.ts.map +1 -0
- package/lib/typescript/social/components/PostAdComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostContent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PostContent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostFeedSkeleton/PostFeedSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/components/PostFeedSkeleton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PostFeedSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PostMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/LinkPreview.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/index.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/types.d.ts.map +1 -0
- package/lib/typescript/social/components/PreviewLink/utils.d.ts.map +1 -0
- package/lib/typescript/social/components/RenderTextWithMention/RenderTextWithMention.d.ts.map +1 -0
- package/lib/typescript/social/components/RenderTextWithMention/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchInput/index.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchInput/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchItem/index.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchResultItem/SearchResultItem.d.ts.map +1 -0
- package/lib/typescript/social/components/SearchResultItem/styles.d.ts +59 -0
- package/lib/typescript/social/components/SearchResultItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentList/CommentList.d.ts +11 -0
- package/lib/typescript/social/components/Social/CommentList/CommentList.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentList/styles.d.ts +151 -0
- package/lib/typescript/social/components/Social/CommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentListItem/CommentListItem.d.ts +30 -0
- package/lib/typescript/social/components/Social/CommentListItem/CommentListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/CommentListItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/ReplyCommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Social/ReplyCommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/index.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/Story.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/StoryCircleListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/StoryCircleListView.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/StoryListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/StateHelpers.d.ts +2 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/StateHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/ValidationHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/interfaces/index.d.ts.map +1 -0
- package/lib/typescript/social/components/StoryKit/src/styles.d.ts +217 -0
- package/lib/typescript/social/components/StoryKit/src/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/TargetSelectionPage/TargetItem/TargetItem.d.ts.map +1 -0
- package/lib/typescript/social/components/TargetSelectionPage/TargetSelectionPage.d.ts.map +1 -0
- package/lib/typescript/social/components/TargetSelectionPage/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Toast/index.d.ts.map +1 -0
- package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/BackButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/BackButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CancelButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CancelButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CloseButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CloseButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CommunityStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CommunityStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CreatePostChooseTargetModal/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomTab/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomTab/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomText/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/CustomText/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/DoneButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/DoneButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditCommentModal/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditCommentModal/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditPostModal/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/EditPostModal/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/FloatingButton/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/FloatingButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingImage/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingImage/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingIndicator/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingIndicator/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingOverlay/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingOverlay/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingVideo/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/LoadingVideo/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MediaSection/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MediaSection/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MyStories/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/MyStories/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/Components/PollBar.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/Components/PollOptionList.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/PollSection.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/style.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PollSection/usePoll.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/PostTypeChoiceModal/style.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/SearchItem/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/SearchItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/CommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/CommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PendingPostList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PendingPostList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PostList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/PostList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/ReplyCommentList/index.d.ts +26 -0
- package/lib/typescript/social/components/legacy/Social/ReplyCommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Social/ReplyCommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/Story.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/StoryCircleListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/StoryCircleListView.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/StoryListItem.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts +2 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/helpers/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/interfaces/index.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/StoryKit/src/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/legacy/Toast/Toast.d.ts.map +1 -0
- package/lib/typescript/social/elements/ActionButton/ActionButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/ActionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ActionButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddOptionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddOptionButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddThumbnailButton/AddThumbnailButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddThumbnailButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/AddThumbnailButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts.map +1 -0
- package/lib/typescript/social/elements/AnnouncementBadge/AnnouncementBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/AnnouncementBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/AnnouncementBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButton/BackButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/BackButtonIconElement/BackButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/BrandBadge/BrandBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/BrandBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CameraButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CameraButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/CancelCreateLivestreamButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CancelCreateLivestreamButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CategoryRowImage/CategoryRowImage.d.ts.map +1 -0
- package/lib/typescript/social/elements/CategoryRowName/CategoryRowName.d.ts.map +1 -0
- package/lib/typescript/social/elements/CategoryTitle/CategoryTitle.d.ts.map +1 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts +9 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ChangeThumbnailButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CloseButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CloseButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/AvatarElement.d.ts +16 -0
- package/lib/typescript/social/elements/CommonElements/AvatarElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/ImageElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/TextElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommonElements/styles.d.ts +22 -0
- package/lib/typescript/social/elements/CommonElements/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityAddMemberButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityAddMemberButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityCreatePostButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityCreatePostButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityDescription/CommunityDescription.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityDisplayname/CommunityDisplayname.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityDisplayname/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityInfo/CommunityInfo.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityMemeberCount/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityName/CommunityName.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPendingPost/CommunityPendingPost.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivacyIcon/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivacyIcon/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityRowImage/CommunityRowImage.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityRowImage/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/CopyLinkAction/CopyLinkAction.d.ts.map +1 -0
- package/lib/typescript/social/elements/CopyLinkAction/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts +9 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/DeleteThumbnailButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/DescriptionElement/DescriptionElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/EndLiveStreamButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/EndLiveStreamButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormDescription/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormDescription/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormLabel/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/FormLabel/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageGallery/ImageGallery.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageKeyElement/ImageKeyElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/ImageViewer/ImageViewer.d.ts.map +1 -0
- package/lib/typescript/social/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/LiveTimerStatus/LiveTimerStatus.d.ts.map +1 -0
- package/lib/typescript/social/elements/LiveTimerStatus/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/LiveTimerStatus/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/LivestreamTerminatedActionButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuAction/MenuAction.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuAction/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuAction/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButton/MenuButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts +11 -0
- package/lib/typescript/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/ModeratorBadgeElement/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/PinBadge/PinBadge.d.ts.map +1 -0
- package/lib/typescript/social/elements/PinBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/PinBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareAction/ShareAction.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareAction/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareButton/ShareButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/StartLivestreamButton/StartLivestreamButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/StartLivestreamButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/StartLivestreamButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/SwitchCameraButton/SwitchCameraButton.d.ts.map +1 -0
- package/lib/typescript/social/elements/SwitchCameraButton/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/TextKeyElement/TextKeyElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/Timestamp/Timestamp.d.ts.map +1 -0
- package/lib/typescript/social/elements/Timestamp/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/Timestamp/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/TimestampElement/TimestampElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/Title/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/Title/styles.d.ts.map +1 -0
- package/lib/typescript/social/elements/TitleElement/TitleElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/VideoGallery/VideoGallery.d.ts.map +1 -0
- package/lib/typescript/social/elements/VideoViewer/VideoViewer.d.ts.map +1 -0
- package/lib/typescript/social/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/enums/AmityPostContentComponentStyle.d.ts.map +1 -0
- package/lib/typescript/social/enums/enumTabName.d.ts.map +1 -0
- package/lib/typescript/social/enums/enumTheme.d.ts.map +1 -0
- package/lib/typescript/social/enums/enumUIKitID.d.ts +299 -0
- package/lib/typescript/social/enums/enumUIKitID.d.ts.map +1 -0
- package/lib/typescript/social/enums/imageSizeState.d.ts.map +1 -0
- package/lib/typescript/social/enums/index.d.ts.map +1 -0
- package/lib/typescript/social/enums/mediaAttachmentEnum.d.ts.map +1 -0
- package/lib/typescript/social/enums/post.d.ts.map +1 -0
- package/lib/typescript/social/enums/postTargetType.d.ts.map +1 -0
- package/lib/typescript/social/enums/roomStatus.d.ts.map +1 -0
- package/lib/typescript/social/enums/storyType.d.ts.map +1 -0
- package/lib/typescript/social/enums/tabNameState.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/styles.d.ts +163 -0
- package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/PostComment.d.ts +31 -0
- package/lib/typescript/social/features/comment/components/PostComment/PostComment.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts +160 -0
- package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/index.d.ts.map +1 -0
- package/lib/typescript/social/features/comment/components/PostComment/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/AddCategory.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/hooks/useAddCategory.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddCategory/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/AddMember.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/hooks/useAddMember.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/AddMember/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +123 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/Create.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Members/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/components/Members/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/hooks/useCreateCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/Edit.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/hooks/useEditCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Edit/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +73 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/Membership.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/MemberItem.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/style.d.ts +39 -0
- package/lib/typescript/social/features/community/Membership/components/MemberItem/style.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberList/MemberList.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/MemberList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/ModeratorList/ModeratorList.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/ModeratorList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/components/ModeratorList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/hooks/useMembership.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Membership/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/NotificationSetting.d.ts +4 -0
- package/lib/typescript/social/features/community/NotificationSetting/NotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/hooks/useNotificationSetting.d.ts +64 -0
- package/lib/typescript/social/features/community/NotificationSetting/hooks/useNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/NotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/NotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/PendingRequest.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts +91 -0
- package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PendingRequest/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/PostPermission.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostPermission/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +98 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/PostsNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/Setting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts +10 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/hooks/useCommunitySetting.d.ts +28 -0
- package/lib/typescript/social/features/community/Setting/hooks/useCommunitySetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setup/Setup.d.ts.map +1 -0
- package/lib/typescript/social/features/community/Setup/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts +3 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +123 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/styles.d.ts +31 -0
- package/lib/typescript/social/features/community/StoriesNotificationSetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/StorySetting.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/StorySetting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Categories/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Categories/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/CoverImageUpload/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/CoverImageUpload/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/MemberSkeleton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/MemberSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Privacy/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/components/Privacy/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/constants/index.d.ts +6 -0
- package/lib/typescript/social/features/community/shared/constants/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/elements/Action/Action.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/elements/Action/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/elements/Action/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/types/index.d.ts.map +1 -0
- package/lib/typescript/social/features/community/shared/utils/index.d.ts +5 -0
- package/lib/typescript/social/features/community/shared/utils/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Categories/Categories.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Categories/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Categories/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts +11 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CommunityCategories/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts +8 -0
- package/lib/typescript/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/CreatePostMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/EmptyNewsFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/Explore.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/Explore/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreEmpty/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/ExploreEmpty/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts +15 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/GlobalFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/MyCommunities/MyCommunities.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/MyCommunities/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/MyCommunities/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/NewsFeed/NewsFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/NewsFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/NewsFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/RecommendedCommunities/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TopNavigation/TopNavigation.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TopNavigation/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/TrendingCommunities/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/CommunityCategory/CommunityCategory.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/CommunityCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/CommunityCategory/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/feed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/Create.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/RoomView.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Create/styles.d.ts +270 -0
- package/lib/typescript/social/features/livestream/Create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Player/Player.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Player/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Player/styles.d.ts +96 -0
- package/lib/typescript/social/features/livestream/Player/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Terminated/Terminated.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Terminated/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/Terminated/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts +9 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/index.d.ts.map +1 -0
- package/lib/typescript/social/features/livestream/components/ThumbnailAction/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/PollPostComposer.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollDuration.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollDurationBottomSheet.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollDurationPicker.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollHeader.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollOptions.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollQuestion.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/components/PollSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/Composer/styles.d.ts +149 -0
- package/lib/typescript/social/features/poll/Composer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/poll/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Composer/PostComposer.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Composer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Composer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Detail/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/Detail/styles.d.ts +134 -0
- package/lib/typescript/social/features/post/Detail/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/post/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/Content/Content.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/Content/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/Content/styles.d.ts +233 -0
- package/lib/typescript/social/features/post/components/Content/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +11 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/styles.d.ts +46 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/DetailStyle.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/FeedStyle.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/type.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/Components/usePostShareAction.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/EngagementActions.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementActions/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementContent/EngagementContent.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementContent/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/EngagementContent/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +11 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/index.d.ts.map +1 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/styles.d.ts +38 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/reaction/components/List/List.d.ts +10 -0
- package/lib/typescript/social/features/reaction/components/List/List.d.ts.map +1 -0
- package/lib/typescript/social/features/reaction/components/List/index.d.ts.map +1 -0
- package/lib/typescript/social/features/reaction/components/List/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/room/hooks/useRoom.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/CommunitySearchResult/index.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/TopSearchBar/TopSearchBar.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/TopSearchBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/TopSearchBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/UserSearchResult/UserSearchResult.d.ts.map +1 -0
- package/lib/typescript/social/features/search/components/UserSearchResult/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Create/Create.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/Draft.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/components/HyperLinkConfig.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/Draft/styles.d.ts +222 -0
- package/lib/typescript/social/features/story/Draft/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/story/TargetSelection/TargetSelection.d.ts.map +1 -0
- package/lib/typescript/social/features/story/TargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/View.d.ts +14 -0
- package/lib/typescript/social/features/story/View/View.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/components/AmityViewStoryItem.d.ts +21 -0
- package/lib/typescript/social/features/story/View/components/AmityViewStoryItem.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/index.d.ts.map +1 -0
- package/lib/typescript/social/features/story/View/styles.d.ts +257 -0
- package/lib/typescript/social/features/story/View/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/story/components/Tab/Tab.d.ts.map +1 -0
- package/lib/typescript/social/features/story/components/Tab/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/Blocked.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserItem/UserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/elements/UnblockUserButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Blocked/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/CreateProfile.d.ts +35 -0
- package/lib/typescript/social/features/user/CreateProfile/CreateProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.d.ts +14 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/index.d.ts +2 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/styles.d.ts +39 -0
- package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/TopBar.d.ts +7 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/styles.d.ts +25 -0
- package/lib/typescript/social/features/user/CreateProfile/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/components/index.d.ts +3 -0
- package/lib/typescript/social/features/user/CreateProfile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/useCreateProfile.d.ts +81 -0
- package/lib/typescript/social/features/user/CreateProfile/hooks/useCreateProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/index.d.ts +3 -0
- package/lib/typescript/social/features/user/CreateProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/CreateProfile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/Edit.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/ImageUpload/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/ImageUpload/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/hooks/useEditUser.d.ts +65 -0
- package/lib/typescript/social/features/user/Edit/hooks/useEditUser.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Edit/styles.d.ts +28 -0
- package/lib/typescript/social/features/user/Edit/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/PendingFollowRequests.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/PendingFollowRequests/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/Profile.d.ts +8 -0
- package/lib/typescript/social/features/user/Profile/Profile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Action/Action.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Action/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/Feed.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/Feed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts +23 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Feed/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/Header.d.ts +11 -0
- package/lib/typescript/social/features/user/Profile/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/hooks/useHeader.d.ts +111 -0
- package/lib/typescript/social/features/user/Profile/components/Header/hooks/useHeader.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/Header/styles.d.ts +72 -0
- package/lib/typescript/social/features/user/Profile/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts +25 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/ImageFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/TopBar.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts +24 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts +9 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts +25 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/VideoFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowButton/FollowButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/FollowingButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/Menu.d.ts +7 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/Menu.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/hooks/useMenu.d.ts +32 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/hooks/useMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/index.d.ts +2 -0
- package/lib/typescript/social/features/user/Profile/elements/Menu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingButton/PendingButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/UnblockButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/elements/index.d.ts +7 -0
- package/lib/typescript/social/features/user/Profile/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/hooks/useFeedState.d.ts +17 -0
- package/lib/typescript/social/features/user/Profile/hooks/useFeedState.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/hooks/useUserProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Profile/types/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/Relationship.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowerList/FollowerList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowerList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowerList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowingList/FollowingList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowingList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/FollowingList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/UserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts +55 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/hooks/useUserRelationship.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/index.d.ts.map +1 -0
- package/lib/typescript/social/features/user/Relationship/styles.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/category/useCategoryCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/community/useCommunityMemberCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/index.d.ts +12 -0
- package/lib/typescript/social/hooks/collections/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/post/usePinnedPostCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/post/usePostCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/post/useUserFeed.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/useLiveCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/useReactQueryLiveCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useBlockedUsersCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useFollowerCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useFollowingCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/collections/user/useUserCollection.d.ts.map +1 -0
- package/lib/typescript/social/hooks/files/useFile.d.ts.map +1 -0
- package/lib/typescript/social/hooks/index.d.ts +39 -0
- package/lib/typescript/social/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/isModerator.d.ts +2 -0
- package/lib/typescript/social/hooks/isModerator.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/useLiveObject.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/user/useFollowInfo.d.ts.map +1 -0
- package/lib/typescript/social/hooks/objects/user/useUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useBlockUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useClosePoll.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useCommunityNotificationSettingsQuery.d.ts +20 -0
- package/lib/typescript/social/hooks/queries/useCommunityNotificationSettingsQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useFlagPost.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useFlagUserQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/useFollowUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/queries/usePendingFollowRequest.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useAmityGlobalSearchViewModel.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCamera.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCategories.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCategory.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCommentAdImpression.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCommunities.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCommunity.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useConfig.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useConfigImageUri.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useCustomRankingGlobalFeed.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useDarkMode.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useFile.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useGenerateThemeStyles.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +23 -0
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useGlobalStory.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useImagePicker.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useJoinCommunity.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useKeyboardStatus.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useLeaveCommunity.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useMembersQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useMention/index.d.ts +23 -0
- package/lib/typescript/social/hooks/useMention/index.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useMention/styles.d.ts +32 -0
- package/lib/typescript/social/hooks/useMention/styles.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePaginator.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePendingPostQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePendingPosts.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePermissions.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePoll.d.ts +12 -0
- package/lib/typescript/social/hooks/usePoll.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePopup.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePostImpression.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePostPermission.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePostSubscription.d.ts.map +1 -0
- package/lib/typescript/social/hooks/usePosts.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useReaction.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useRecommenedCommunities.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useRolesQuery.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useRoomSubscription.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useSearch.d.ts +11 -0
- package/lib/typescript/social/hooks/useSearch.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useStory.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useStoryPermission.d.ts +4 -0
- package/lib/typescript/social/hooks/useStoryPermission.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useStoryTarget.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useTimeDifference.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useTrendingCommunities.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useUiKitConfig.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useUiKitReference.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useUser.d.ts.map +1 -0
- package/lib/typescript/social/hooks/useValidateConfig.d.ts.map +1 -0
- package/lib/typescript/social/index.d.ts +68 -0
- package/lib/typescript/social/index.d.ts.map +1 -0
- package/lib/typescript/social/providers/AdEngineProvider.d.ts.map +1 -0
- package/lib/typescript/social/providers/BehaviourProvider.d.ts.map +1 -0
- package/lib/typescript/social/providers/ExploreProvider.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/CategoryRowItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/AllCategories/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/BlockedUsers/BlockedUsers.d.ts.map +1 -0
- package/lib/typescript/social/screens/BlockedUsers/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunitiesByCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunitiesByCategory/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityAddCategory/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityAddMember/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityCommentsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityCommentsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityMembership/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityPendingRequest/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityPostPermission/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityPostsNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityPostsNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Feed/Feed.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Feed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Feed/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/ImageFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Tab/Tab.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/Tab/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/elements/CommunityCover/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/elements/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityProfile/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunitySetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityStoriesNotificationSetting/index.d.ts +2 -0
- package/lib/typescript/social/screens/CommunityStoriesNotificationSetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CommunityStorySetting/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateLivestream/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreatePost/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateStory/CreateStoryScreen.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateUserProfile/CreateUserProfile.d.ts +7 -0
- package/lib/typescript/social/screens/CreateUserProfile/CreateUserProfile.d.ts.map +1 -0
- package/lib/typescript/social/screens/CreateUserProfile/index.d.ts +3 -0
- package/lib/typescript/social/screens/CreateUserProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditCommunity/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditPost/EditPost.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditUser/EditUser.d.ts.map +1 -0
- package/lib/typescript/social/screens/EditUser/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalBan/GlobalBan.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalBan/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalBan/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalFeed/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/GlobalFeed/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/ImageViewer.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/components/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/ImageViewer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/LivestreamPlayer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/LivestreamPostTargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/LivestreamTerminated/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/MyCommunitiesSearch/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/MyCommunitiesSearch/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/PollPostComposer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/PollTargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/PostDetail/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/PostTargetSelection/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/SocialGlobalSearch/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/SocialGlobalSearch/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/SocialHomePage/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserPendingFollowRequests/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserProfile/UserProfile.d.ts +6 -0
- package/lib/typescript/social/screens/UserProfile/UserProfile.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserProfile/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserRelationship/UserRelationship.d.ts.map +1 -0
- package/lib/typescript/social/screens/UserRelationship/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/lib/typescript/social/screens/VideoPlayer/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/VideoPlayer/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/VisitorUsageLimit.d.ts +2 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/VisitorUsageLimit.d.ts.map +1 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/index.d.ts +2 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/index.d.ts.map +1 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/styles.d.ts +38 -0
- package/lib/typescript/social/screens/VisitorUsageLimit/styles.d.ts.map +1 -0
- package/lib/typescript/social/screens/index.d.ts +9 -0
- package/lib/typescript/social/screens/index.d.ts.map +1 -0
- package/lib/typescript/social/types/index.d.ts.map +1 -0
- package/lib/typescript/social/utils/errors.d.ts.map +1 -0
- package/lib/typescript/social/utils/index.d.ts +12 -0
- package/lib/typescript/social/utils/index.d.ts.map +1 -0
- package/lib/typescript/social/utils/permissions.d.ts +7 -0
- package/lib/typescript/social/utils/permissions.d.ts.map +1 -0
- package/package.json +15 -9
- package/src/core/assets/icons/index.ts +2 -0
- package/src/core/assets/icons/mediaIcon.tsx +7 -0
- package/src/core/assets/icons/video.tsx +3 -2
- package/src/core/assets/icons/visitorLimit.tsx +23 -0
- package/src/core/constants/index.ts +56 -3
- package/src/core/hooks/useAuth.ts +4 -0
- package/src/core/hooks/useSearch.ts +1 -0
- package/src/core/legacy/feed.ts +21 -1
- package/src/core/providers/AmityUIKitProvider.tsx +2 -1
- package/src/core/providers/AuthProvider.tsx +44 -41
- package/src/core/routes/AmityPageRenderer.tsx +21 -10
- package/src/core/routes/AmityUIKitNavigator.tsx +48 -11
- package/src/core/routes/RouteParamList.tsx +4 -0
- package/src/core/routes/navigation.ts +13 -1
- package/src/core/stores/slices/bottomSheetSlice.ts +3 -2
- package/src/core/stores/slices/globalfeedSlice.ts +26 -16
- package/src/core/types/auth.ts +2 -0
- package/src/core/types/behaviour.ts +18 -0
- package/src/core/types/user.ts +1 -0
- package/src/index.tsx +4 -0
- package/src/social/components/Avatar/Avatar.tsx +42 -6
- package/src/social/components/Avatar/styles.ts +6 -0
- package/src/social/components/BottomSheetComponent/BottomSheetComponent.tsx +1 -0
- package/src/social/components/Button/Button.tsx +4 -2
- package/src/social/components/CommunitySearchResult/CommunitySearchResult.tsx +3 -1
- package/src/social/components/CommunityStories/index.tsx +20 -2
- package/src/social/components/FormInput/FormInput.tsx +3 -1
- package/src/social/components/FormInput/styles.ts +3 -0
- package/src/social/components/LivestreamContent/LivestreamStartingThumbnail/index.tsx +19 -0
- package/src/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.ts +28 -0
- package/src/social/components/MyAvatar/MyAvatar.tsx +37 -12
- package/src/social/components/MyAvatar/styles.ts +36 -0
- package/src/social/components/MyStories/StoryCircleItem.tsx +26 -9
- package/src/social/components/MyStories/StoryTargetView.tsx +18 -2
- package/src/social/components/MyStories/styles.ts +10 -8
- package/src/social/components/PollContent/PollFooter.tsx +14 -0
- package/src/social/components/PollContent/PollResults.tsx +1 -0
- package/src/social/components/PollContent/index.tsx +3 -0
- package/src/social/components/PostMenu/index.tsx +36 -31
- package/src/social/components/RenderTextWithMention/RenderTextWithMention.tsx +12 -12
- package/src/social/components/SearchResultItem/SearchResultItem.tsx +9 -0
- package/src/social/components/SearchResultItem/styles.ts +7 -4
- package/src/social/components/Social/CommentList/CommentList.tsx +121 -73
- package/src/social/components/Social/CommentList/styles.ts +18 -3
- package/src/social/components/Social/CommentListItem/CommentListItem.tsx +59 -22
- package/src/social/components/Social/ReplyCommentList/index.tsx +27 -19
- package/src/social/components/StoryKit/src/Story.tsx +3 -1
- package/src/social/components/StoryKit/src/StoryCircleListItem.tsx +1 -1
- package/src/social/components/StoryKit/src/StoryListItem.tsx +3 -1
- package/src/social/components/StoryKit/src/helpers/StateHelpers.ts +2 -2
- package/src/social/components/StoryKit/src/styles.ts +5 -2
- package/src/social/components/legacy/CustomText/index.tsx +1 -3
- package/src/social/components/legacy/Social/CommentList/index.tsx +2 -1
- package/src/social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx +1 -1
- package/src/social/components/legacy/Social/PostList/index.tsx +45 -17
- package/src/social/components/legacy/Social/ReplyCommentList/index.tsx +50 -16
- package/src/social/components/legacy/StoryKit/src/Story.tsx +3 -1
- package/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.ts +2 -2
- package/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.tsx +1 -1
- package/src/social/elements/CommonElements/AvatarElement.tsx +40 -6
- package/src/social/elements/CommonElements/styles.ts +27 -0
- package/src/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.tsx +10 -2
- package/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.tsx +1 -1
- package/src/social/elements/ImageViewer/ImageViewer.tsx +15 -1
- package/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.tsx +7 -9
- package/src/social/elements/VideoGallery/VideoGallery.tsx +6 -3
- package/src/social/enums/enumUIKitID.ts +7 -0
- package/src/social/features/comment/components/PostComment/CommentListItem/CommentListItem.tsx +51 -39
- package/src/social/features/comment/components/PostComment/CommentListItem/styles.ts +7 -1
- package/src/social/features/comment/components/PostComment/PostComment.tsx +2 -1
- package/src/social/features/comment/components/PostComment/ReplyCommentList/index.tsx +56 -45
- package/src/social/features/comment/components/PostComment/ReplyCommentList/styles.ts +7 -0
- package/src/social/features/community/AddCategory/AddCategory.tsx +1 -0
- package/src/social/features/community/AddMember/hooks/useAddMember.ts +5 -1
- package/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.tsx +17 -151
- package/src/social/features/community/CommentsNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.ts +194 -0
- package/src/social/features/community/CommentsNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/CommentsNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.tsx +17 -121
- package/src/social/features/community/LivestreamsNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.ts +135 -0
- package/src/social/features/community/LivestreamsNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/LivestreamsNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/Membership/components/MemberItem/MemberItem.tsx +33 -10
- package/src/social/features/community/Membership/components/MemberItem/style.ts +8 -0
- package/src/social/features/community/NotificationSetting/NotificationSetting.tsx +43 -162
- package/src/social/features/community/NotificationSetting/hooks/useNotificationSetting.ts +155 -0
- package/src/social/features/community/NotificationSetting/index.tsx +1 -1
- package/src/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.tsx +25 -19
- package/src/social/features/community/PendingRequest/components/PendingPostList/styles.ts +10 -0
- package/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.tsx +16 -132
- package/src/social/features/community/PostsNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.ts +166 -0
- package/src/social/features/community/PostsNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/PostsNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/Setting/Setting.tsx +4 -2
- package/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.tsx +3 -5
- package/src/social/features/community/Setting/hooks/useCommunitySetting.ts +12 -0
- package/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.tsx +16 -149
- package/src/social/features/community/StoriesNotificationSetting/components/Header/Header.tsx +5 -4
- package/src/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.ts +197 -0
- package/src/social/features/community/StoriesNotificationSetting/index.tsx +1 -1
- package/src/social/features/community/StoriesNotificationSetting/styles.ts +1 -2
- package/src/social/features/community/shared/constants/index.ts +5 -0
- package/src/social/features/community/shared/utils/index.ts +40 -0
- package/src/social/features/feed/components/Categories/Categories.tsx +6 -1
- package/src/social/features/feed/components/CommunityCategories/CommunityCategories.tsx +2 -2
- package/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.tsx +2 -2
- package/src/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.tsx +0 -2
- package/src/social/features/feed/components/Explore/Explore.tsx +0 -2
- package/src/social/features/feed/components/GlobalFeed/GlobalFeed.tsx +24 -16
- package/src/social/features/feed/components/MyCommunities/MyCommunities.tsx +0 -2
- package/src/social/features/feed/components/NewsFeed/NewsFeed.tsx +4 -3
- package/src/social/features/feed/components/TopNavigation/TopNavigation.tsx +3 -1
- package/src/social/features/livestream/Create/Create.tsx +29 -20
- package/src/social/features/livestream/Create/styles.ts +11 -0
- package/src/social/features/livestream/Player/Player.tsx +101 -61
- package/src/social/features/livestream/Player/styles.ts +19 -1
- package/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.tsx +1 -1
- package/src/social/features/poll/Composer/PollPostComposer.tsx +1 -0
- package/src/social/features/poll/Composer/components/PollDurationBottomSheet.tsx +38 -19
- package/src/social/features/poll/Composer/components/PollDurationPicker.tsx +39 -46
- package/src/social/features/poll/Composer/styles.ts +7 -0
- package/src/social/features/post/Composer/PostComposer.tsx +54 -22
- package/src/social/features/post/Detail/index.tsx +67 -44
- package/src/social/features/post/Detail/styles.ts +1 -0
- package/src/social/features/post/TargetSelection/TargetSelection.tsx +3 -2
- package/src/social/features/post/components/Content/Content.tsx +56 -18
- package/src/social/features/post/components/Content/styles.ts +5 -2
- package/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.tsx +92 -43
- package/src/social/features/post/components/DetailedMediaAttachment/styles.ts +4 -4
- package/src/social/features/post/components/EngagementActions/Components/DetailStyle.tsx +7 -2
- package/src/social/features/post/components/EngagementActions/Components/FeedStyle.tsx +7 -2
- package/src/social/features/post/components/MediaAttachment/MediaAttachment.tsx +71 -30
- package/src/social/features/post/components/MediaAttachment/styles.ts +4 -4
- package/src/social/features/reaction/components/List/List.tsx +8 -2
- package/src/social/features/story/Create/Create.tsx +1 -2
- package/src/social/features/story/Draft/Draft.tsx +53 -21
- package/src/social/features/story/Draft/components/HyperLinkConfig.tsx +104 -60
- package/src/social/features/story/Draft/styles.ts +69 -40
- package/src/social/features/story/View/View.tsx +7 -2
- package/src/social/features/story/View/components/AmityViewStoryItem.tsx +66 -20
- package/src/social/features/story/View/styles.ts +29 -7
- package/src/social/features/user/CreateProfile/CreateProfile.tsx +135 -0
- package/src/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.tsx +167 -0
- package/src/social/features/user/CreateProfile/components/ImageUpload/index.ts +1 -0
- package/src/social/features/user/CreateProfile/components/ImageUpload/styles.ts +44 -0
- package/src/social/features/user/CreateProfile/components/TopBar/TopBar.tsx +30 -0
- package/src/social/features/user/CreateProfile/components/TopBar/index.ts +1 -0
- package/src/social/features/user/CreateProfile/components/TopBar/styles.ts +30 -0
- package/src/social/features/user/CreateProfile/components/index.ts +2 -0
- package/src/social/features/user/CreateProfile/hooks/index.ts +1 -0
- package/src/social/features/user/CreateProfile/hooks/useCreateProfile.ts +243 -0
- package/src/social/features/user/CreateProfile/index.ts +2 -0
- package/src/social/features/user/CreateProfile/styles.ts +33 -0
- package/src/social/features/user/Edit/Edit.tsx +2 -0
- package/src/social/features/user/Edit/components/ImageUpload/ImageUpload.tsx +62 -16
- package/src/social/features/user/Edit/hooks/useEditUser.ts +7 -1
- package/src/social/features/user/Profile/Profile.tsx +40 -20
- package/src/social/features/user/Profile/components/Feed/Feed.tsx +4 -2
- package/src/social/features/user/Profile/components/Feed/hooks/useFeed.ts +13 -2
- package/src/social/features/user/Profile/components/Header/Header.tsx +58 -12
- package/src/social/features/user/Profile/components/Header/hooks/useHeader.ts +8 -4
- package/src/social/features/user/Profile/components/Header/styles.ts +4 -0
- package/src/social/features/user/Profile/components/ImageFeed/ImageFeed.tsx +4 -2
- package/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.ts +13 -2
- package/src/social/features/user/Profile/components/TopBar/TopBar.tsx +6 -62
- package/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.ts +7 -136
- package/src/social/features/user/Profile/components/VideoFeed/VideoFeed.tsx +4 -2
- package/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.ts +13 -2
- package/src/social/features/user/Profile/elements/Menu/Menu.tsx +63 -0
- package/src/social/features/user/Profile/elements/Menu/hooks/useMenu.ts +146 -0
- package/src/social/features/user/Profile/elements/Menu/index.ts +1 -0
- package/src/social/features/user/Profile/elements/index.ts +1 -0
- package/src/social/features/user/Profile/hooks/useFeedState.ts +19 -3
- package/src/social/features/user/Relationship/components/UserItem/UserItem.tsx +1 -0
- package/src/social/hooks/collections/index.ts +0 -1
- package/src/social/hooks/index.ts +2 -1
- package/src/social/hooks/isModerator.ts +19 -0
- package/src/social/hooks/queries/useCommunityNotificationSettingsQuery.ts +76 -0
- package/src/social/hooks/queries/useFlagPost.ts +10 -22
- package/src/social/hooks/useAmityGlobalSearchViewModel.ts +1 -0
- package/src/social/hooks/useCustomRankingGlobalFeed.ts +10 -1
- package/src/social/hooks/useFile.ts +1 -1
- package/src/social/hooks/useGlobalBehavior.ts +39 -0
- package/src/social/hooks/useMention/index.tsx +46 -27
- package/src/social/hooks/useMention/styles.ts +5 -4
- package/src/social/hooks/usePaginator.ts +40 -8
- package/src/social/hooks/usePoll.ts +29 -1
- package/src/social/hooks/usePostPermission.ts +10 -7
- package/src/social/hooks/useSearch.ts +52 -5
- package/src/social/hooks/useStoryPermission.ts +10 -14
- package/src/social/index.tsx +7 -5
- package/src/social/providers/BehaviourProvider.tsx +1 -0
- package/src/social/screens/CommunityCommentsNotificationSetting/index.tsx +4 -13
- package/src/social/screens/CommunityLivestreamsNotificationSetting/index.tsx +4 -15
- package/src/social/screens/CommunityNotificationSetting/index.tsx +4 -11
- package/src/social/screens/CommunityPostsNotificationSetting/index.tsx +4 -13
- package/src/social/screens/CommunityProfile/components/Header/Header.tsx +4 -5
- package/src/social/screens/CommunityProfile/components/Tab/Tab.tsx +2 -2
- package/src/social/screens/CommunityProfile/index.tsx +46 -34
- package/src/social/screens/CommunityStoriesNotificationSetting/index.tsx +4 -13
- package/src/social/screens/CreateUserProfile/CreateUserProfile.tsx +19 -0
- package/src/social/screens/CreateUserProfile/index.ts +2 -0
- package/src/social/screens/SocialHomePage/index.tsx +50 -14
- package/src/social/screens/UserProfile/UserProfile.tsx +3 -11
- package/src/social/screens/VideoPlayer/VideoPlayer.tsx +1 -1
- package/src/social/screens/VisitorUsageLimit/VisitorUsageLimit.tsx +78 -0
- package/src/social/screens/VisitorUsageLimit/index.ts +1 -0
- package/src/social/screens/VisitorUsageLimit/styles.ts +43 -0
- package/src/social/screens/index.ts +1 -0
- package/src/social/utils/index.ts +27 -0
- package/src/social/utils/permissions.ts +15 -10
- package/src/types/declarations.d.ts +23 -0
- package/uikit.config.json +23 -1
- package/lib/commonjs/social/hooks/useIsCommunityModerator.js +0 -43
- package/lib/commonjs/social/hooks/useIsCommunityModerator.js.map +0 -1
- package/lib/module/social/hooks/useIsCommunityModerator.js +0 -36
- package/lib/module/social/hooks/useIsCommunityModerator.js.map +0 -1
- package/lib/typescript/src/core/assets/icons/arrowDown.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/arrowLeft.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/arrowRight.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/ban.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/bell.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/block.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/brand.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/camera.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/category.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/check.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/checkbox.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/close.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/commentNotification.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/community.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/cross.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/demote.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/dot.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyCommunity.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyImagePost.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyList.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyPost.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/emptyVideoPost.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/errorPage.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/exclamation.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/featured.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/feed.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/firework.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/following.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/image.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/imageUpload.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/index.d.ts +0 -75
- package/lib/typescript/src/core/assets/icons/index.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/link.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/list.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/livestream.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/lock.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/member.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/menu.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/moderator.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/noResult.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pause.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pen.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/penFill.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pending.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/people.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/photo.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pin.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/pinFill.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/play.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/plus.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/poll.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/post.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/postNotification.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/postPermission.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/private.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/privateFeed.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/promote.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/public.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/radio.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/report.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/resume.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/rotate.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/search.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/settings.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/share.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/startLivestream.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/story.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/terminated.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/thumbnail.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/toast.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/trash.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/unfollow.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/unreport.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/verifiedBadge.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/verticalMenu.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/video.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/warning.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/icons/xml.d.ts.map +0 -1
- package/lib/typescript/src/core/assets/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/CheckBox/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/CheckBox/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
- package/lib/typescript/src/core/components/ErrorBoundary/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Menu/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Radio/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Radio/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Skeleton/Skeleton.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Skeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Tabs/Tabs.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Tabs/index.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Tabs/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Typography/Typography.d.ts.map +0 -1
- package/lib/typescript/src/core/components/Typography/styles.d.ts.map +0 -1
- package/lib/typescript/src/core/constants/index.d.ts +0 -191
- package/lib/typescript/src/core/constants/index.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AdAssetCache.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AdEngine.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AdSupplier.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/AssetDownloader.d.ts.map +0 -1
- package/lib/typescript/src/core/engines/TimeWindowTracker.d.ts.map +0 -1
- package/lib/typescript/src/core/enums/customization.d.ts.map +0 -1
- package/lib/typescript/src/core/enums/index.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useAuth.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useConfig.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useFile.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useGallery.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useImagePicker.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useReaction.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useSearch.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useShareableLink.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useSocialSettings.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useStory.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useTimeDifference.d.ts.map +0 -1
- package/lib/typescript/src/core/hooks/useUpload.d.ts.map +0 -1
- package/lib/typescript/src/core/index.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/comment.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/community.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/feed.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/file.d.ts.map +0 -1
- package/lib/typescript/src/core/legacy/user.d.ts.map +0 -1
- package/lib/typescript/src/core/providers/AmityUIKitProvider.d.ts +0 -46
- package/lib/typescript/src/core/providers/AmityUIKitProvider.d.ts.map +0 -1
- package/lib/typescript/src/core/providers/AuthProvider.d.ts.map +0 -1
- package/lib/typescript/src/core/providers/ConfigProvider.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/AmityPageRenderer.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/AmityUIKitNavigator.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/RouteParamList.d.ts +0 -136
- package/lib/typescript/src/core/routes/RouteParamList.d.ts.map +0 -1
- package/lib/typescript/src/core/routes/navigation.d.ts +0 -5
- package/lib/typescript/src/core/routes/navigation.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/bottomSheetSlice.d.ts +0 -37
- package/lib/typescript/src/core/stores/slices/bottomSheetSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/feedSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/globalfeedSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/postDetailSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/toastSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/slices/uiSlice.d.ts.map +0 -1
- package/lib/typescript/src/core/stores/store/index.d.ts +0 -11
- package/lib/typescript/src/core/stores/store/index.d.ts.map +0 -1
- package/lib/typescript/src/core/types/auth.d.ts +0 -14
- package/lib/typescript/src/core/types/auth.d.ts.map +0 -1
- package/lib/typescript/src/core/types/behaviour.d.ts +0 -189
- package/lib/typescript/src/core/types/behaviour.d.ts.map +0 -1
- package/lib/typescript/src/core/types/config.d.ts.map +0 -1
- package/lib/typescript/src/core/types/index.d.ts.map +0 -1
- package/lib/typescript/src/core/types/mention.d.ts.map +0 -1
- package/lib/typescript/src/core/types/user.d.ts +0 -16
- package/lib/typescript/src/core/types/user.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/color.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/number.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/permission.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/post.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/postType.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/role.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/time.d.ts.map +0 -1
- package/lib/typescript/src/core/utils/url.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts +0 -4
- package/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/AdInformation/AdInformation.d.ts.map +0 -1
- package/lib/typescript/src/social/components/AdInformation/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Avatar/Avatar.d.ts +0 -38
- package/lib/typescript/src/social/components/Avatar/Avatar.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Avatar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Avatar/styles.d.ts +0 -22
- package/lib/typescript/src/social/components/Avatar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/BottomSheetComponent/BottomSheetComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/BottomSheetComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Button/Button.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Button/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Button/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CancelButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CancelButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CategoryChip/CategoryChip.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CategoryChip/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CategoryChip/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CircularProgressIndicator/CircularProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CircularProgressIndicator/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CircularProgressIndicator/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommentAdComponent/CommentAdComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommentAdComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityListSkeleton/CommunityListSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityRowItem/CommunityRowItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityRowItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CommunityStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomSocialTab/CustomSocialTab.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomSocialTab/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomTab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/CustomTab/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Divider/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Divider/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Empty/Empty.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Empty/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Empty/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ErrorComponent/ErrorComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ErrorComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FloatingActionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FloatingActionButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FormInput/FormInput.d.ts +0 -16
- package/lib/typescript/src/social/components/FormInput/FormInput.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FormInput/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/FormInput/styles.d.ts +0 -27
- package/lib/typescript/src/social/components/FormInput/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Gallery/Gallery.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Gallery/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Gallery/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/IconTab/IconTab.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/components/ImageFeedSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LimitCharacterSearch/LimitCharacterSearch.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LimitCharacterSearch/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LimitCharacterSearch/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LivestreamContent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingImage/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingImage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingVideo/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/LoadingVideo/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MemberChip/MemberChip.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MemberChip/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyAvatar/MyAvatar.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/StoryCircleItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/StoryTargetView.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/MyStories/styles.d.ts +0 -99
- package/lib/typescript/src/social/components/MyStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NewsFeedLoadingComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoResult/NoResult.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoResult/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoResult/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/NoSearchResult/NoSearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/PollFooter.d.ts +0 -12
- package/lib/typescript/src/social/components/PollContent/PollFooter.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/PollOption.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/PollResults.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PollContent/style.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PopupMenu/PopupMenu.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PopupMenu/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostAdComponent/PostAdComponent.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostAdComponent/PostAdHeader.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostAdComponent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostContent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostFeedSkeleton/PostFeedSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostFeedSkeleton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostFeedSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostMenu/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PostMenu/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/LinkPreview.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/types.d.ts.map +0 -1
- package/lib/typescript/src/social/components/PreviewLink/utils.d.ts.map +0 -1
- package/lib/typescript/src/social/components/RenderTextWithMention/RenderTextWithMention.d.ts.map +0 -1
- package/lib/typescript/src/social/components/RenderTextWithMention/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchInput/SearchInput.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchInput/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchInput/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchResultItem/SearchResultItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/SearchResultItem/styles.d.ts +0 -56
- package/lib/typescript/src/social/components/SearchResultItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentList/CommentList.d.ts +0 -11
- package/lib/typescript/src/social/components/Social/CommentList/CommentList.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentList/styles.d.ts +0 -136
- package/lib/typescript/src/social/components/Social/CommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentListItem/CommentListItem.d.ts +0 -30
- package/lib/typescript/src/social/components/Social/CommentListItem/CommentListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/CommentListItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/ReplyCommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Social/ReplyCommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/Story.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/StoryCircleListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/StoryCircleListView.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/StoryListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/helpers/StateHelpers.d.ts +0 -2
- package/lib/typescript/src/social/components/StoryKit/src/helpers/StateHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/helpers/ValidationHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/helpers/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/interfaces/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/StoryKit/src/styles.d.ts +0 -214
- package/lib/typescript/src/social/components/StoryKit/src/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/TargetSelectionPage/TargetItem/TargetItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/TargetSelectionPage/TargetSelectionPage.d.ts.map +0 -1
- package/lib/typescript/src/social/components/TargetSelectionPage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Toast/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/Toast/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/BackButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/BackButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CancelButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CancelButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CloseButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CloseButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CommunityStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CommunityStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CreatePostChooseTargetModal/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomTab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomTab/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomText/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/CustomText/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/DoneButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/DoneButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditCommentModal/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditCommentModal/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditPostModal/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/EditPostModal/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/FloatingButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/FloatingButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingImage/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingImage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingIndicator/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingIndicator/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingOverlay/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingOverlay/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingVideo/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/LoadingVideo/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MediaSection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MediaSection/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MyStories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/MyStories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/Components/PollBar.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/Components/PollOptionList.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/PollSection.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/style.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PollSection/usePoll.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/PostTypeChoiceModal/style.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/SearchItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/SearchItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/CommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/CommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PendingPostList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PendingPostList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PostList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/PostList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/index.d.ts +0 -25
- package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/Story.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryCircleListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryCircleListView.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts +0 -2
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/interfaces/index.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/StoryKit/src/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/components/legacy/Toast/Toast.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ActionButton/ActionButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ActionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ActionButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddOptionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddOptionButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddThumbnailButton/AddThumbnailButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddThumbnailButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AddThumbnailButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AnnouncementBadge/AnnouncementBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AnnouncementBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/AnnouncementBadge/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButton/BackButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BackButtonIconElement/BackButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BrandBadge/BrandBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/BrandBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CameraButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CameraButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CategoryRowImage/CategoryRowImage.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CategoryRowName/CategoryRowName.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CategoryTitle/CategoryTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts +0 -9
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ChangeThumbnailButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CloseButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CloseButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommonElements/AvatarElement.d.ts +0 -15
- package/lib/typescript/src/social/elements/CommonElements/AvatarElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommonElements/ImageElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommonElements/TextElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityAddMemberButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityAddMemberButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityCreatePostButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityCreatePostButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityDescription/CommunityDescription.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityDisplayname/CommunityDisplayname.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityDisplayname/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityInfo/CommunityInfo.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityMemeberCount/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityName/CommunityName.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPendingPost/CommunityPendingPost.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivacyIcon/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivacyIcon/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityRowImage/CommunityRowImage.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityRowImage/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CopyLinkAction/CopyLinkAction.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/CopyLinkAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts +0 -9
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DeleteThumbnailButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/DescriptionElement/DescriptionElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/EndLiveStreamButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/EndLiveStreamButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormDescription/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormDescription/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormLabel/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/FormLabel/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageGallery/ImageGallery.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageKeyElement/ImageKeyElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ImageViewer/ImageViewer.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LiveTimerStatus/LiveTimerStatus.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LiveTimerStatus/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LiveTimerStatus/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/LivestreamTerminatedActionButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuAction/MenuAction.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuAction/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButton/MenuButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadge/ModeratorBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadge/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts +0 -11
- package/lib/typescript/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ModeratorBadgeElement/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/PinBadge/PinBadge.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/PinBadge/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/PinBadge/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareAction/ShareAction.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareButton/ShareButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/StartLivestreamButton/StartLivestreamButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/StartLivestreamButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/StartLivestreamButton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/SwitchCameraButton/SwitchCameraButton.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/SwitchCameraButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/TextKeyElement/TextKeyElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Timestamp/Timestamp.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Timestamp/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Timestamp/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/TimestampElement/TimestampElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Title/index.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/Title/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/TitleElement/TitleElement.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/VideoGallery/VideoGallery.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/VideoViewer/VideoViewer.d.ts.map +0 -1
- package/lib/typescript/src/social/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/AmityPostContentComponentStyle.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/enumTabName.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/enumTheme.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/enumUIKitID.d.ts +0 -292
- package/lib/typescript/src/social/enums/enumUIKitID.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/imageSizeState.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/index.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/mediaAttachmentEnum.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/post.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/postTargetType.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/roomStatus.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/storyType.d.ts.map +0 -1
- package/lib/typescript/src/social/enums/tabNameState.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/styles.d.ts +0 -157
- package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/PostComment.d.ts +0 -31
- package/lib/typescript/src/social/features/comment/components/PostComment/PostComment.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts +0 -153
- package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/comment/components/PostComment/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/AddCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/hooks/useAddCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddCategory/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/AddMember.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/hooks/useAddMember.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/AddMember/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/CommentsNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/Create.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Members/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/components/Members/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/hooks/useCreateCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Create/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/Edit.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/hooks/useEditCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Edit/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/Membership.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/MemberItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/style.d.ts +0 -31
- package/lib/typescript/src/social/features/community/Membership/components/MemberItem/style.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberList/MemberList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/MemberList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/ModeratorList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/hooks/useMembership.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Membership/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/NotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/NotificationSetting/NotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/NotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/NotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/PendingRequest.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts +0 -81
- package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PendingRequest/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/PostPermission.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostPermission/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/PostsNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/Setting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts +0 -10
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/hooks/useCommunitySetting.d.ts +0 -26
- package/lib/typescript/src/social/features/community/Setting/hooks/useCommunitySetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setup/Setup.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/Setup/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts +0 -6
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/index.d.ts +0 -2
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/styles.d.ts +0 -32
- package/lib/typescript/src/social/features/community/StoriesNotificationSetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/StorySetting.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/StorySetting/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Categories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Categories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/CoverImageUpload/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/CoverImageUpload/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Privacy/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/components/Privacy/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/elements/Action/Action.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/elements/Action/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/elements/Action/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/community/shared/types/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Categories/Categories.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Categories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Categories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts +0 -11
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CommunityCategories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts +0 -8
- package/lib/typescript/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/CreatePostMenu/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/Explore.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/Explore/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreEmpty/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/ExploreEmpty/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts +0 -14
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/GlobalFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/MyCommunities/MyCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/MyCommunities/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/MyCommunities/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/NewsFeed/NewsFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/NewsFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/NewsFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TopNavigation/TopNavigation.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TopNavigation/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/TrendingCommunities/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/CommunityCategory/CommunityCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/CommunityCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/CommunityCategory/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/feed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/Create.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/RoomView.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Create/styles.d.ts +0 -262
- package/lib/typescript/src/social/features/livestream/Create/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Player/Player.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Player/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Player/styles.d.ts +0 -78
- package/lib/typescript/src/social/features/livestream/Player/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Terminated/Terminated.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Terminated/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/Terminated/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts +0 -9
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/PollPostComposer.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollDuration.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollDurationBottomSheet.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollDurationPicker.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollHeader.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollOptions.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollQuestion.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/components/PollSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/Composer/styles.d.ts +0 -142
- package/lib/typescript/src/social/features/poll/Composer/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/poll/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Composer/PostComposer.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Composer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Composer/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Detail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/Detail/styles.d.ts +0 -133
- package/lib/typescript/src/social/features/post/Detail/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/Content/Content.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/Content/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/Content/styles.d.ts +0 -230
- package/lib/typescript/src/social/features/post/components/Content/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +0 -10
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/styles.d.ts +0 -46
- package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/DetailStyle.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/FeedStyle.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/type.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/Components/usePostShareAction.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/EngagementActions.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementActions/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementContent/EngagementContent.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementContent/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/EngagementContent/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +0 -10
- package/lib/typescript/src/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/MediaAttachment/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/post/components/MediaAttachment/styles.d.ts +0 -38
- package/lib/typescript/src/social/features/post/components/MediaAttachment/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/reaction/components/List/List.d.ts +0 -9
- package/lib/typescript/src/social/features/reaction/components/List/List.d.ts.map +0 -1
- package/lib/typescript/src/social/features/reaction/components/List/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/reaction/components/List/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/room/hooks/useRoom.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/CommunitySearchResult/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/TopSearchBar/TopSearchBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/TopSearchBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/TopSearchBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/UserSearchResult/UserSearchResult.d.ts.map +0 -1
- package/lib/typescript/src/social/features/search/components/UserSearchResult/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Create/Create.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Create/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Create/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/Draft.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/components/HyperLinkConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/Draft/styles.d.ts +0 -194
- package/lib/typescript/src/social/features/story/Draft/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/TargetSelection/TargetSelection.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/TargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/View.d.ts +0 -13
- package/lib/typescript/src/social/features/story/View/View.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/components/AmityViewStoryItem.d.ts +0 -20
- package/lib/typescript/src/social/features/story/View/components/AmityViewStoryItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/View/styles.d.ts +0 -238
- package/lib/typescript/src/social/features/story/View/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/components/Tab/Tab.d.ts.map +0 -1
- package/lib/typescript/src/social/features/story/components/Tab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/Blocked.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserItem/UserItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/elements/UnblockUserButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Blocked/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/Edit.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/ImageUpload.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/hooks/useEditUser.d.ts +0 -64
- package/lib/typescript/src/social/features/user/Edit/hooks/useEditUser.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Edit/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/PendingFollowRequests.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/PendingFollowRequests/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/Profile.d.ts +0 -8
- package/lib/typescript/src/social/features/user/Profile/Profile.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Action/Action.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Action/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/Feed.d.ts +0 -7
- package/lib/typescript/src/social/features/user/Profile/components/Feed/Feed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts +0 -21
- package/lib/typescript/src/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Feed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/Header.d.ts +0 -10
- package/lib/typescript/src/social/features/user/Profile/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/hooks/useHeader.d.ts +0 -106
- package/lib/typescript/src/social/features/user/Profile/components/Header/hooks/useHeader.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/Header/styles.d.ts +0 -68
- package/lib/typescript/src/social/features/user/Profile/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts +0 -7
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts +0 -23
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/TopBar.d.ts +0 -10
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts +0 -50
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts +0 -7
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts +0 -23
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowButton/FollowButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/FollowingButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingButton/PendingButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/UnblockButton/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/elements/index.d.ts +0 -6
- package/lib/typescript/src/social/features/user/Profile/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/hooks/useFeedState.d.ts +0 -10
- package/lib/typescript/src/social/features/user/Profile/hooks/useFeedState.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/hooks/useUserProfile.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Profile/types/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/Relationship.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/FollowerList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/FollowingList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/UserItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts +0 -55
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/hooks/useUserRelationship.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/index.d.ts.map +0 -1
- package/lib/typescript/src/social/features/user/Relationship/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/category/useCategoryCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/community/useCommunityMemberCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/index.d.ts +0 -13
- package/lib/typescript/src/social/hooks/collections/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/post/usePinnedPostCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/post/usePostCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/post/useUserFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/useLiveCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/useReactQueryLiveCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useBlockedUsersCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useFollowerCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useFollowingCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/collections/user/useUserCollection.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/files/useFile.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/index.d.ts +0 -38
- package/lib/typescript/src/social/hooks/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/useLiveObject.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/user/useFollowInfo.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/objects/user/useUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useBlockUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useClosePoll.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useFlagPost.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useFlagUserQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/useFollowUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/queries/usePendingFollowRequest.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useAmityGlobalSearchViewModel.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCamera.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCategories.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCategory.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCommentAdImpression.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useConfigImageUri.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useCustomRankingGlobalFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useDarkMode.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useFile.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useGenerateThemeStyles.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useGlobalStory.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useImagePicker.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useIsCommunityModerator.d.ts +0 -7
- package/lib/typescript/src/social/hooks/useIsCommunityModerator.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useJoinCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useKeyboardStatus.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useLeaveCommunity.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useMembersQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useMention/index.d.ts +0 -21
- package/lib/typescript/src/social/hooks/useMention/index.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useMention/styles.d.ts +0 -31
- package/lib/typescript/src/social/hooks/useMention/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePaginator.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePendingPostQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePendingPosts.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePermissions.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePoll.d.ts +0 -11
- package/lib/typescript/src/social/hooks/usePoll.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePopup.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePostImpression.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePostPermission.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePostSubscription.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/usePosts.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useReaction.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useRecommenedCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useRolesQuery.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useRoomSubscription.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useSearch.d.ts +0 -11
- package/lib/typescript/src/social/hooks/useSearch.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useStory.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useStoryPermission.d.ts +0 -2
- package/lib/typescript/src/social/hooks/useStoryPermission.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useStoryTarget.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useTimeDifference.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useTrendingCommunities.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useUiKitConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useUiKitReference.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useUser.d.ts.map +0 -1
- package/lib/typescript/src/social/hooks/useValidateConfig.d.ts.map +0 -1
- package/lib/typescript/src/social/index.d.ts +0 -67
- package/lib/typescript/src/social/index.d.ts.map +0 -1
- package/lib/typescript/src/social/providers/AdEngineProvider.d.ts.map +0 -1
- package/lib/typescript/src/social/providers/BehaviourProvider.d.ts.map +0 -1
- package/lib/typescript/src/social/providers/ExploreProvider.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/CategoryRowItem/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/AllCategories/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/BlockedUsers/BlockedUsers.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/BlockedUsers/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunitiesByCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunitiesByCategory/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityAddCategory/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityAddMember/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityCommentsNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityCommentsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityMembership/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityPendingRequest/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityPostPermission/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityPostsNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityPostsNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/Feed.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/ImageFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Tab/Tab.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/Tab/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/elements/CommunityCover/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/elements/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityProfile/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunitySetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityStoriesNotificationSetting/index.d.ts +0 -6
- package/lib/typescript/src/social/screens/CommunityStoriesNotificationSetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CommunityStorySetting/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreateCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreateLivestream/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreatePost/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/CreateStory/CreateStoryScreen.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditCommunity/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditPost/EditPost.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditUser/EditUser.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/EditUser/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalBan/GlobalBan.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalBan/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalBan/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalFeed/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/GlobalFeed/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/ImageViewer.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/components/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/ImageViewer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/LivestreamPlayer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/LivestreamPostTargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/LivestreamTerminated/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/MyCommunitiesSearch/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/MyCommunitiesSearch/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PollPostComposer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PollTargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PostDetail/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/PostTargetSelection/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/SocialGlobalSearch/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/SocialGlobalSearch/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/SocialHomePage/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserPendingFollowRequests/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserProfile/UserProfile.d.ts +0 -7
- package/lib/typescript/src/social/screens/UserProfile/UserProfile.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserProfile/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserRelationship/UserRelationship.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/UserRelationship/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/VideoPlayer/VideoPlayer.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/VideoPlayer/index.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/VideoPlayer/styles.d.ts.map +0 -1
- package/lib/typescript/src/social/screens/index.d.ts +0 -8
- package/lib/typescript/src/social/screens/index.d.ts.map +0 -1
- package/lib/typescript/src/social/types/index.d.ts.map +0 -1
- package/lib/typescript/src/social/utils/errors.d.ts.map +0 -1
- package/lib/typescript/src/social/utils/index.d.ts +0 -5
- package/lib/typescript/src/social/utils/index.d.ts.map +0 -1
- package/lib/typescript/src/social/utils/permissions.d.ts +0 -7
- package/lib/typescript/src/social/utils/permissions.d.ts.map +0 -1
- package/src/social/hooks/useIsCommunityModerator.ts +0 -35
- /package/lib/typescript/{src/core → core}/assets/icons/arrowDown.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/arrowLeft.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/arrowRight.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/ban.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/bell.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/block.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/brand.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/camera.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/category.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/check.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/checkbox.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/close.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/commentNotification.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/community.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/cross.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/demote.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/dot.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyCommunity.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyImagePost.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyList.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyPost.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/emptyVideoPost.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/errorPage.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/exclamation.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/featured.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/feed.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/firework.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/following.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/image.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/imageUpload.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/link.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/list.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/livestream.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/lock.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/member.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/menu.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/moderator.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/noResult.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pause.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pen.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/penFill.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pending.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/people.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/photo.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pin.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/pinFill.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/play.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/plus.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/poll.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/post.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/postNotification.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/postPermission.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/private.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/privateFeed.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/promote.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/public.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/radio.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/report.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/resume.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/rotate.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/search.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/settings.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/share.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/startLivestream.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/story.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/terminated.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/thumbnail.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/toast.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/trash.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/unfollow.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/unreport.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/verifiedBadge.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/verticalMenu.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/video.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/warning.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/icons/xml.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/assets/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/CheckBox/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/CheckBox/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/ErrorBoundary/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Menu/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Radio/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Radio/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Skeleton/Skeleton.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Skeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Tabs/Tabs.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Tabs/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Tabs/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Typography/Typography.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/components/Typography/styles.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AdAssetCache.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AdEngine.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AdSupplier.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/AssetDownloader.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/engines/TimeWindowTracker.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/enums/customization.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/enums/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useAuth.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useConfig.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useFile.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useGallery.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useImagePicker.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useReaction.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useSearch.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useShareableLink.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useSocialSettings.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useStory.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useTimeDifference.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/hooks/useUpload.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/comment.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/community.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/feed.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/file.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/legacy/user.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/providers/AuthProvider.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/providers/ConfigProvider.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/routes/AmityPageRenderer.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/routes/AmityUIKitNavigator.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/feedSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/globalfeedSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/postDetailSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/toastSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/stores/slices/uiSlice.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/types/config.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/types/index.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/types/mention.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/color.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/number.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/permission.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/post.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/postType.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/role.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/time.d.ts +0 -0
- /package/lib/typescript/{src/core → core}/utils/url.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/AdInformation/AdInformation.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/AdInformation/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Avatar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/BottomSheetComponent/BottomSheetComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/BottomSheetComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Button/Button.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Button/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Button/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CancelButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CancelButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CategoryChip/CategoryChip.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CategoryChip/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CategoryChip/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/CircularProgressIndicator.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommentAdComponent/CommentAdComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommentAdComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityListSkeleton/CommunityListSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityRowItem/CommunityRowItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityRowItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunitySearchResult/CommunitySearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CommunityStories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomSocialTab/CustomSocialTab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomSocialTab/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomTab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/CustomTab/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Divider/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Divider/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Empty/Empty.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Empty/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Empty/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ErrorComponent/ErrorComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ErrorComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/FloatingActionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/FloatingActionButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/FormInput/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Gallery/Gallery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Gallery/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Gallery/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/IconTab/IconTab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/ImageFeedSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/LimitCharacterSearch.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LivestreamContent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingImage/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingImage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingVideo/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/LoadingVideo/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MemberChip/MemberChip.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MemberChip/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyAvatar/MyAvatar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyStories/StoryCircleItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyStories/StoryTargetView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/MyStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NewsFeedLoadingComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoResult/NoResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoResult/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoResult/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/NoSearchResult/NoSearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/PollOption.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/PollResults.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PollContent/style.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PopupMenu/PopupMenu.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PopupMenu/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostAdComponent/PostAdComponent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostAdComponent/PostAdHeader.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostAdComponent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostContent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/PostFeedSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostMenu/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PostMenu/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/LinkPreview.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/types.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/PreviewLink/utils.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/RenderTextWithMention/RenderTextWithMention.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/RenderTextWithMention/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchInput/SearchInput.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchInput/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchInput/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/SearchResultItem/SearchResultItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Social/CommentListItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Social/ReplyCommentList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Social/ReplyCommentList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/Story.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryCircleListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryCircleListView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/helpers/ValidationHelpers.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/helpers/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/StoryKit/src/interfaces/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/TargetItem/TargetItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/TargetSelectionPage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Toast/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/Toast/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/BackButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/BackButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CancelButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CancelButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CloseButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CloseButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CommunityStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CommunityStories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CreatePostChooseTargetModal/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomTab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomTab/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomText/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/CustomText/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/DoneButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/DoneButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditCommentModal/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditCommentModal/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditPostModal/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/EditPostModal/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/FloatingButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/FloatingButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingImage/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingImage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingIndicator/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingIndicator/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingOverlay/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingOverlay/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingVideo/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/LoadingVideo/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MediaSection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MediaSection/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MyStories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/MyStories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/Components/PollBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/Components/PollOptionList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/PollSection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/style.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PollSection/usePoll.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/PostTypeChoiceModal/style.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/SearchItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/SearchItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/CommentList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/CommentList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PendingPostList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PendingPostList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Social/ReplyCommentList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/Story.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryCircleListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryCircleListView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/helpers/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/interfaces/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/components/legacy/Toast/Toast.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ActionButton/ActionButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ActionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ActionButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddOptionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddOptionButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/AddThumbnailButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/AnnouncementBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButton/BackButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BackButtonIconElement/BackButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BrandBadge/BrandBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/BrandBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CameraButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CameraButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CategoryRowImage/CategoryRowImage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CategoryRowName/CategoryRowName.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CategoryTitle/CategoryTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ChangeThumbnailButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ChangeThumbnailButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CloseButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CloseButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommonElements/ImageElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommonElements/TextElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityDescription/CommunityDescription.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityDisplayname/CommunityDisplayname.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityDisplayname/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityInfo/CommunityInfo.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityMemeberCount/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityName/CommunityName.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPendingPost/CommunityPendingPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityRowImage/CommunityRowImage.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityRowImage/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CopyLinkAction/CopyLinkAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/CopyLinkAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/DeleteThumbnailButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/DeleteThumbnailButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/DescriptionElement/DescriptionElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormDescription/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormDescription/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormLabel/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/FormLabel/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageGallery/ImageGallery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageKeyElement/ImageKeyElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ImageViewer/ImageViewer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/LiveTimerStatus.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/LivestreamTerminatedActionButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuAction/MenuAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuAction/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButton/MenuButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/ModeratorBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ModeratorBadgeElement/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/PinBadge/PinBadge.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/PinBadge/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/PinBadge/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareAction/ShareAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareButton/ShareButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/StartLivestreamButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/SwitchCameraButton/SwitchCameraButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/SwitchCameraButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/TextKeyElement/TextKeyElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Timestamp/Timestamp.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Timestamp/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Timestamp/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/TimestampElement/TimestampElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Title/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/Title/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/TitleElement/TitleElement.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/VideoGallery/VideoGallery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/VideoViewer/VideoViewer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/AmityPostContentComponentStyle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/enumTabName.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/enumTheme.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/imageSizeState.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/mediaAttachmentEnum.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/post.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/postTargetType.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/roomStatus.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/storyType.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/enums/tabNameState.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/ReplyCommentList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/AddCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/hooks/useAddCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddCategory/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/AddMember.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/hooks/useAddMember.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/AddMember/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/Create.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Members/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/components/Members/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/hooks/useCreateCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Create/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/Edit.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/hooks/useEditCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Edit/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/Membership.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberItem/MemberItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/MemberList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/ModeratorList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/hooks/useMembership.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Membership/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/PendingRequest.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/PendingPostList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PendingRequest/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/PostPermission.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostPermission/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/Setting.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunityDescription/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setting/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setup/Setup.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/Setup/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/StorySetting.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/StorySetting/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Categories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Categories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/CoverImageUpload/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/CoverImageUpload/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Privacy/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/components/Privacy/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/Action.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/community/shared/types/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Categories/Categories.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Categories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Categories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/CommunityCategories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/CommunityCategories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/CreatePostMenu/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/Explore.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/Explore/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/GlobalFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/GlobalFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/MyCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/NewsFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TopNavigation/TopNavigation.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TopNavigation/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/CommunityCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/feed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Create/Create.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Create/RoomView.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Create/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Player/Player.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Player/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Terminated/Terminated.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Terminated/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/Terminated/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/components/ThumbnailAction/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/livestream/components/ThumbnailAction/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/PollPostComposer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDuration.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDurationBottomSheet.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDurationPicker.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollHeader.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollOptions.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollQuestion.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/Composer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/poll/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Composer/PostComposer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Composer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Composer/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/Detail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/Content/Content.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/Content/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/DetailedMediaAttachment/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/DetailStyle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/FeedStyle.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/type.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/usePostShareAction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/EngagementActions.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/EngagementContent.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/post/components/MediaAttachment/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/reaction/components/List/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/reaction/components/List/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/room/hooks/useRoom.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/CommunitySearchResult/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/TopSearchBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/UserSearchResult/UserSearchResult.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/search/components/UserSearchResult/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Create/Create.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Create/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Create/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Draft/Draft.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Draft/components/HyperLinkConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/Draft/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/TargetSelection/TargetSelection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/TargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/View/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/components/Tab/Tab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/story/components/Tab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/Blocked.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/UserItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/UserList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/UnblockUserButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Blocked/styles.d.ts +0 -0
- /package/lib/typescript/{src/social/features/user/PendingFollowRequests → social/features/user/CreateProfile}/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social/features/user/Edit → social/features/user/CreateProfile}/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/Edit.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/ImageUpload.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/hooks/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Edit/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/PendingFollowRequests.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social/features/user/Relationship → social/features/user/PendingFollowRequests}/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Action/Action.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Action/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Feed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Feed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/ImageFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/VideoFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowButton/FollowButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowingButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingButton/PendingButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/elements/UnblockButton/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/hooks/useUserProfile.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Profile/types/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/Relationship.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/FollowerList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/FollowingList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social/screens/CommunityProfile → social/features/user/Relationship}/components/TopBar/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/UserItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/UserList.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/hooks/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/hooks/useUserRelationship.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/features/user/Relationship/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/category/useCategoryCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/community/useCommunityMemberCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/post/usePinnedPostCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/post/usePostCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/post/useUserFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/useLiveCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/useReactQueryLiveCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useBlockedUsersCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useFollowerCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useFollowingCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/collections/user/useUserCollection.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/files/useFile.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/useLiveObject.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/user/useFollowInfo.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/objects/user/useUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useBlockUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useClosePoll.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useFlagPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useFlagUserQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/useFollowUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/queries/usePendingFollowRequest.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useAmityGlobalSearchViewModel.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCamera.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCategories.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCategory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCommentAdImpression.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useConfigImageUri.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useCustomRankingGlobalFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useDarkMode.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useFile.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useGenerateThemeStyles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useGlobalStory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useImagePicker.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useJoinCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useKeyboardStatus.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useLeaveCommunity.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useMembersQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePaginator.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePendingPostQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePendingPosts.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePermissions.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePopup.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePostImpression.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePostPermission.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePostSubscription.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/usePosts.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useReaction.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useRecommenedCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useRolesQuery.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useRoomSubscription.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useStory.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useStoryTarget.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useTimeDifference.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useTrendingCommunities.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useUiKitConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useUiKitReference.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/hooks/useValidateConfig.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/providers/AdEngineProvider.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/providers/BehaviourProvider.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/providers/ExploreProvider.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryRowItem/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/AllCategories/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/BlockedUsers/BlockedUsers.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/BlockedUsers/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunitiesByCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunitiesByCategory/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityAddCategory/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityAddMember/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityMembership/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityPendingRequest/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityPostPermission/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/Feed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/ImageFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Tab/Tab.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Tab/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/TopBar/TopBar.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/TopBar/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/CommunityCover/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityProfile/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunitySetting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CommunityStorySetting/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreateCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreateLivestream/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreatePost/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/CreateStory/CreateStoryScreen.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditCommunity/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditPost/EditPost.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditUser/EditUser.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/EditUser/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalBan/GlobalBan.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalBan/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalBan/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalFeed/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/GlobalFeed/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/ImageViewer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/Header.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/ImageViewer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/LivestreamPlayer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/LivestreamPostTargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/LivestreamTerminated/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/MyCommunitiesSearch/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/MyCommunitiesSearch/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PollPostComposer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PollTargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PostDetail/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/PostTargetSelection/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/SocialGlobalSearch/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/SocialGlobalSearch/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/SocialHomePage/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserPendingFollowRequests/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserProfile/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserRelationship/UserRelationship.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/UserRelationship/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/VideoPlayer/VideoPlayer.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/VideoPlayer/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/screens/VideoPlayer/styles.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/types/index.d.ts +0 -0
- /package/lib/typescript/{src/social → social}/utils/errors.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_react","_enums","_hooks","_styles","_types","_CloseButtonIconElement","_interopRequireDefault","_native","_uiSlice","_post","_useAuth","_globalfeedSlice","_feed","_TextKeyElement","_MediaAttachment","_DetailedMediaAttachment","_reactNativeImagePicker","_LoadingImage","_LoadingVideo","_tsSdkReactNative","_useMention","_errors","_constants","_reactNativeControlledMentions","_store","_BehaviourProvider","_reactNativeSafeAreaContext","e","__esModule","default","AmityPostComposerPage","mode","targetId","targetType","community","post","_post$data","useRequestPermission","onRequestPermissionFailed","Linking","openSettings","shouldCall","pageId","PageID","post_composer_page","AmityPostComposerPageBehavior","useBehaviour","isExcluded","themeStyles","accessibilityId","useAmityPage","styles","useStyles","getImage","useFile","isEditMode","AmityPostComposerMode","EDIT","navigation","useNavigation","isKeyboardShowing","useKeyboardStatus","client","useAuth","dispatch","useUIKitDispatch","addPostToGlobalFeed","updateByPostId","globalfeedSlice","actions","isCommunityModerator","useIsCommunityModerator","communityId","userId","showToastMessage","hideToastMessage","uiSlice","inputMessage","setInputMessage","useState","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","MAXIMUM_POST_CHARACTERS","renderInput","renderSuggestions","useMention","value","onChange","user","prev","setMentionPosition","position","checkIsEditValid","_post$data2","parsePostText","useCallback","mentionUsersArr","parsedText","replace","_","username","mentionee","find","mentioneeId","getPostInfo","postArray","response","Promise","all","map","id","getPostById","images","videos","item","dataType","_item$data","fileId","url","imageSize","ImageSizeState","full","push","fileName","isUploaded","postId","_item$data2","_item$data3","_fileUrls$","_fileUrls$2","videoFileId","original","thumbnailFileId","fileUrls","allSettled","thumbNail","error","console","log","useEffect","children","getMentionPositions","mentioneeIds","index","mentions","match","mentionRegex","exec","startIdx","mention","type","getMentionUsers","mentionIds","_post$data3","UserRepository","getUserByIds","users","name","_post$mentionees","mentionees","_post$data4","_post$mentionees2","_post$mentionees3","mentionPositions","userIds","_post$data5","onPressClose","routes","getState","onPressPost","pop","onClose","Alert","alert","style","onPress","Keyboard","dismiss","toastMessage","isLoadingToast","mentionedUserIds","files","mediaAttachment","image","video","fileIds","PostRepository","deletePost","editPost","replaceTriggerValues","createPostToFeed","postSetting","needApprovalOnPostCreation","formattedPost","amityPostsFormatter","updatedPost","postDetail","errorMessage","getPostErrorMessage","tEvents","onSwipe","touchEvent","swipeUp","swipeDown","shouldShowDetailAttachment","processMedia","mediaUrls","mediaObject","substring","lastIndexOf","pickCamera","mediaType","result","launchCamera","quality","presentationStyle","videoQuality","assets","_result$assets$0$type","includes","imagesArr","uri","mediaOj","selectedVideos","imageUriArr","videosArr","totalVideos","concat","onPressCamera","Platform","OS","onPressImage","launchImageLibrary","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","SafeAreaView","testID","accessibilityLabel","container","View","headerContainer","TouchableOpacity","hitSlop","pageID","closeBtn","Text","disabled","postBtnText","activePostBtn","componentID","ComponentID","WildCardComponent","elementID","ElementID","create_new_post_button","KeyboardAvoidingView","behavior","inputWrapper","ScrollView","contentContainerStyle","scrollContainer","nestedScrollEnabled","keyboardShouldPersistTaps","multiline","placeholder","placeholderTextColor","colors","baseShade3","input","imageContainer","FlatList","scrollEnabled","renderItem","onLoadFinish","onUploadError","fileCount","numColumns","bottom","onTouchStart","onTouchMove","a","nativeEvent","locationY","StatusBar","backgroundColor","background","_default","exports","memo"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Composer/PostComposer.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_enums","_hooks","_styles","_types","_CloseButtonIconElement","_interopRequireDefault","_native","_uiSlice","_post","_useAuth","_globalfeedSlice","_feed","_TextKeyElement","_MediaAttachment","_DetailedMediaAttachment","_reactNativeImagePicker","_LoadingImage","_LoadingVideo","_tsSdkReactNative","_useMention","_errors","_constants","_reactNativeControlledMentions","_store","_BehaviourProvider","_reactNativeSafeAreaContext","e","__esModule","default","AmityPostComposerPage","mode","targetId","targetType","community","post","_post$data","useRequestPermission","onRequestPermissionFailed","Linking","openSettings","shouldCall","pageId","PageID","post_composer_page","AmityPostComposerPageBehavior","useBehaviour","isExcluded","themeStyles","accessibilityId","useAmityPage","styles","useStyles","getImage","useFile","isEditMode","AmityPostComposerMode","EDIT","navigation","useNavigation","isKeyboardShowing","useKeyboardStatus","attachmentBarHeight","setAttachmentBarHeight","useState","client","useAuth","dispatch","useUIKitDispatch","addPostToGlobalFeed","updateByPostId","globalfeedSlice","actions","currentUser","useUser","userId","isCommunityModerator","isModerator","roles","showToastMessage","hideToastMessage","uiSlice","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","useEffect","unsub","CommunityRepository","getCommunity","loading","error","undefined","_unsub","effectiveCommunity","privateCommunityId","isPublic","communityId","title","displayName","isInputValid","size","trim","length","MAXIMUM_POST_CHARACTERS","renderInput","renderSuggestions","useMention","value","onChange","user","prev","setMentionPosition","position","isMentionLimitReached","MAX_MENTION_USERS","onMentionLimitReached","Alert","alert","ALERT","MENTION","TOO_MANY","TITLE","MESSAGE","replace","String","ACTION","OK","checkIsEditValid","_post$data2","parsePostText","useCallback","mentionUsersArr","parsedText","_","username","mentionee","find","mentioneeId","getPostInfo","postArray","response","Promise","all","map","id","getPostById","images","videos","item","dataType","_item$data","fileId","url","imageSize","ImageSizeState","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","UserRepository","getUserByIds","users","name","_post$mentionees","mentionees","_post$data4","_post$mentionees2","_post$mentionees3","mentionPositions","userIds","_post$data5","onPressClose","routes","getState","onPressPost","pop","onClose","style","onPress","Keyboard","dismiss","toastMessage","isLoadingToast","mentionedUserIds","files","mediaAttachment","image","video","fileIds","PostRepository","deletePost","editPost","replaceTriggerValues","createPostToFeed","postSetting","needApprovalOnPostCreation","formattedPost","amityPostsFormatter","updatedPost","postDetail","errorMessage","getPostErrorMessage","tEvents","onSwipe","touchEvent","swipeUp","swipeDown","shouldShowDetailAttachment","processMedia","mediaUrls","mediaObject","substring","lastIndexOf","pickCamera","mediaType","result","launchCamera","quality","presentationStyle","videoQuality","assets","_result$assets$0$type","includes","imagesArr","uri","mediaOj","selectedVideos","imageUriArr","videosArr","totalVideos","concat","onPressCamera","Platform","OS","onPressImage","launchImageLibrary","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","SafeAreaView","testID","accessibilityLabel","container","View","headerContainer","TouchableOpacity","hitSlop","pageID","closeBtn","Text","disabled","postBtnText","activePostBtn","componentID","ComponentID","WildCardComponent","elementID","ElementID","create_new_post_button","KeyboardAvoidingView","behavior","inputWrapper","ScrollView","contentContainerStyle","scrollContainer","nestedScrollEnabled","keyboardShouldPersistTaps","multiline","placeholder","placeholderTextColor","colors","baseShade3","input","imageContainer","FlatList","scrollEnabled","renderItem","onLoadFinish","onUploadError","fileCount","numColumns","zIndex","minHeight","onTouchStart","onTouchMove","a","nativeEvent","locationY","StatusBar","backgroundColor","background","_default","exports","memo"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Composer/PostComposer.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -17,11 +17,11 @@ var _AmityPostContentComponentStyle = require("../../../enums/AmityPostContentCo
|
|
|
17
17
|
var _PostComment = _interopRequireDefault(require("../../comment/components/PostComment"));
|
|
18
18
|
var _xml = require("../../../../core/assets/icons/xml");
|
|
19
19
|
var _reactNativeSvg = require("react-native-svg");
|
|
20
|
-
var _uiSlice = _interopRequireDefault(require("../../../../core/stores/slices/uiSlice"));
|
|
21
20
|
var _netinfo = _interopRequireDefault(require("@react-native-community/netinfo"));
|
|
22
21
|
var _toastSlice = require("../../../../core/stores/slices/toastSlice");
|
|
23
22
|
var _MyAvatar = _interopRequireDefault(require("../../../components/MyAvatar/MyAvatar"));
|
|
24
23
|
var _constants = require("../../../../core/constants");
|
|
24
|
+
var _useAuth = _interopRequireDefault(require("../../../../core/hooks/useAuth"));
|
|
25
25
|
var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
|
|
26
26
|
var _ErrorComponent = _interopRequireDefault(require("../../../components/ErrorComponent/ErrorComponent"));
|
|
27
27
|
var _color = require("../../../../core/utils/color");
|
|
@@ -30,7 +30,6 @@ var _PostMenu = require("../../../components/PostMenu");
|
|
|
30
30
|
var _useMention = _interopRequireDefault(require("../../../hooks/useMention"));
|
|
31
31
|
var _reactNativeControlledMentions = require("react-native-controlled-mentions");
|
|
32
32
|
var _comment = require("../../../../core/legacy/comment");
|
|
33
|
-
var _store = require("../../../../core/stores/store");
|
|
34
33
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
35
34
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
36
35
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
@@ -41,9 +40,14 @@ const AmityPostDetailPage = ({
|
|
|
41
40
|
category,
|
|
42
41
|
isDeleted
|
|
43
42
|
}) => {
|
|
43
|
+
var _postData$targetCommu;
|
|
44
44
|
const pageId = _enums.PageID.post_detail_page;
|
|
45
|
-
const dispatch = (0, _store.useUIKitDispatch)();
|
|
46
45
|
const componentId = _enums.ComponentID.WildCardComponent;
|
|
46
|
+
// Web parity (CommentTray.canShowComposer): visitors never see the
|
|
47
|
+
// composer; comment rows stay visible and their actions toast on tap.
|
|
48
|
+
const {
|
|
49
|
+
isVisitorOrBot
|
|
50
|
+
} = (0, _useAuth.default)();
|
|
47
51
|
const disabledInteraction = false;
|
|
48
52
|
const navigation = (0, _native.useNavigation)();
|
|
49
53
|
const {
|
|
@@ -55,7 +59,8 @@ const AmityPostDetailPage = ({
|
|
|
55
59
|
});
|
|
56
60
|
const styles = (0, _styles.useStyles)(themeStyles);
|
|
57
61
|
const {
|
|
58
|
-
showToast
|
|
62
|
+
showToast,
|
|
63
|
+
showCommentErrorToast
|
|
59
64
|
} = (0, _toastSlice.useToast)();
|
|
60
65
|
const [postData, setPostData] = (0, _react.useState)(null);
|
|
61
66
|
const [loading, setLoading] = (0, _react.useState)(true);
|
|
@@ -64,23 +69,34 @@ const AmityPostDetailPage = ({
|
|
|
64
69
|
const [inputMessage, setInputMessage] = (0, _react.useState)('');
|
|
65
70
|
const [mentionNames, setMentionNames] = (0, _react.useState)([]);
|
|
66
71
|
const [mentionsPosition, setMentionsPosition] = (0, _react.useState)([]);
|
|
72
|
+
const [inputBarHeight, setInputBarHeight] = (0, _react.useState)(0);
|
|
67
73
|
const [showLivestreamEndPopup, setShowLivestreamEndPopup] = (0, _react.useState)(showEndPopup || false);
|
|
74
|
+
|
|
75
|
+
// Restrict @mention list to community members when the post belongs to a
|
|
76
|
+
// private community. postData.targetCommunity is populated after the post loads.
|
|
77
|
+
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;
|
|
68
78
|
const {
|
|
69
79
|
renderInput,
|
|
70
80
|
renderSuggestions
|
|
71
81
|
} = (0, _useMention.default)({
|
|
72
82
|
value: inputMessage,
|
|
73
83
|
onChange: setInputMessage,
|
|
84
|
+
communityId: privateCommunityId,
|
|
74
85
|
setMentionUsers: user => {
|
|
75
|
-
setMentionNames(prev =>
|
|
86
|
+
setMentionNames(prev => {
|
|
87
|
+
if (prev.length >= _constants.MAX_MENTION_USERS) {
|
|
88
|
+
_reactNative.Alert.alert('Too many users mentioned', 'You can only mention up to 30 users per post.', [{
|
|
89
|
+
text: 'OK'
|
|
90
|
+
}]);
|
|
91
|
+
return prev;
|
|
92
|
+
}
|
|
93
|
+
return [...prev, user];
|
|
94
|
+
});
|
|
76
95
|
},
|
|
77
96
|
setMentionPosition: position => {
|
|
78
97
|
setMentionsPosition(prev => [...prev, position]);
|
|
79
98
|
}
|
|
80
99
|
});
|
|
81
|
-
const {
|
|
82
|
-
showToastMessage
|
|
83
|
-
} = _uiSlice.default.actions;
|
|
84
100
|
(0, _react.useEffect)(() => {
|
|
85
101
|
const unsubscribe = _netinfo.default.addEventListener(state => {
|
|
86
102
|
if (!state.isConnected) {
|
|
@@ -119,14 +135,18 @@ const AmityPostDetailPage = ({
|
|
|
119
135
|
};
|
|
120
136
|
}, [postId]);
|
|
121
137
|
(0, _react.useEffect)(() => {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
138
|
+
// Parse active mention user IDs directly from the controlled-mentions
|
|
139
|
+
// value format: {@}[DisplayName](userId)
|
|
140
|
+
// Using displayName.includes() is unreliable — the same name can appear as
|
|
141
|
+
// plain text, and deletions may not remove the entry correctly.
|
|
142
|
+
const mentionTokenRegex = /\{@\}\[([^\]]*)\]\(([^)]*)\)/g;
|
|
143
|
+
const activeUserIds = new Set();
|
|
144
|
+
let match;
|
|
145
|
+
while ((match = mentionTokenRegex.exec(inputMessage)) !== null) {
|
|
146
|
+
activeUserIds.add(match[2]); // userId is capture group 2
|
|
147
|
+
}
|
|
148
|
+
setMentionNames(prev => prev.filter(item => activeUserIds.has(item.id)));
|
|
149
|
+
setMentionsPosition(prev => prev.filter(item => activeUserIds.has(item.userId)));
|
|
130
150
|
}, [inputMessage]);
|
|
131
151
|
const onPressBack = (0, _react.useCallback)(() => {
|
|
132
152
|
const routes = navigation.getState().routes;
|
|
@@ -153,35 +173,33 @@ const AmityPostDetailPage = ({
|
|
|
153
173
|
if (inputMessage.trim() === '') {
|
|
154
174
|
return;
|
|
155
175
|
}
|
|
156
|
-
|
|
157
|
-
|
|
176
|
+
const uniqueMentionIds = [...new Set(mentionNames.map(item => item.id))];
|
|
177
|
+
if (uniqueMentionIds.length > _constants.MAX_MENTION_USERS) {
|
|
178
|
+
_reactNative.Alert.alert('Too many users mentioned', 'You can only mention up to 30 users per post.', [{
|
|
179
|
+
text: 'OK'
|
|
180
|
+
}]);
|
|
181
|
+
return;
|
|
182
|
+
}
|
|
158
183
|
const comment = (0, _reactNativeControlledMentions.replaceTriggerValues)(inputMessage, ({
|
|
159
184
|
name
|
|
160
185
|
}) => `@${name}`);
|
|
161
186
|
if (replyCommentId.length > 0) {
|
|
162
187
|
try {
|
|
163
|
-
await (0, _comment.createReplyComment)(comment, postId, replyCommentId,
|
|
188
|
+
await (0, _comment.createReplyComment)(comment, postId, replyCommentId, uniqueMentionIds, mentionsPosition, 'post');
|
|
164
189
|
} catch (error) {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
toastMessage: _constants.comment_contains_inapproproate_word
|
|
168
|
-
}));
|
|
169
|
-
return;
|
|
170
|
-
}
|
|
190
|
+
showCommentErrorToast(error);
|
|
191
|
+
return;
|
|
171
192
|
}
|
|
172
193
|
} else {
|
|
173
194
|
try {
|
|
174
|
-
await (0, _comment.createComment)(comment, postId,
|
|
195
|
+
await (0, _comment.createComment)(comment, postId, uniqueMentionIds, mentionsPosition, 'post');
|
|
175
196
|
} catch (error) {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
toastMessage: _constants.comment_contains_inapproproate_word
|
|
179
|
-
}));
|
|
180
|
-
return;
|
|
181
|
-
}
|
|
197
|
+
showCommentErrorToast(error);
|
|
198
|
+
return;
|
|
182
199
|
}
|
|
183
200
|
}
|
|
184
201
|
setInputMessage('');
|
|
202
|
+
_reactNative.Keyboard.dismiss();
|
|
185
203
|
setMentionNames([]);
|
|
186
204
|
setMentionsPosition([]);
|
|
187
205
|
onCloseReply();
|
|
@@ -190,8 +208,11 @@ const AmityPostDetailPage = ({
|
|
|
190
208
|
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
191
209
|
style: styles.commentListFooter
|
|
192
210
|
}, renderSuggestions({
|
|
193
|
-
type: 'comment'
|
|
194
|
-
|
|
211
|
+
type: 'comment',
|
|
212
|
+
bottom: inputBarHeight
|
|
213
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
214
|
+
onLayout: e => setInputBarHeight(e.nativeEvent.layout.height)
|
|
215
|
+
}, replyUserName.length > 0 && /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
195
216
|
style: styles.replyLabelWrap
|
|
196
217
|
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
197
218
|
style: styles.replyLabel
|
|
@@ -203,7 +224,7 @@ const AmityPostDetailPage = ({
|
|
|
203
224
|
style: styles.closeIcon,
|
|
204
225
|
xml: (0, _xml.closeIcon)(themeStyles.colors.baseShade2),
|
|
205
226
|
width: 20
|
|
206
|
-
})))), !disabledInteraction && /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
227
|
+
})))), !disabledInteraction && !isVisitorOrBot && /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
207
228
|
style: styles.InputWrap
|
|
208
229
|
}, /*#__PURE__*/React.createElement(_MyAvatar.default, {
|
|
209
230
|
style: styles.myAvatar
|
|
@@ -211,9 +232,12 @@ const AmityPostDetailPage = ({
|
|
|
211
232
|
style: styles.inputContainer
|
|
212
233
|
}, renderInput({
|
|
213
234
|
multiline: true,
|
|
235
|
+
scrollEnabled: true,
|
|
214
236
|
placeholder: 'Say something nice...',
|
|
215
237
|
placeholderTextColor: themeStyles.colors.baseShade3,
|
|
216
|
-
style: styles.input
|
|
238
|
+
style: [styles.input, {
|
|
239
|
+
lineHeight: 20
|
|
240
|
+
}]
|
|
217
241
|
})), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
218
242
|
disabled: inputMessage.length > 0 ? false : true,
|
|
219
243
|
onPress: handleSend,
|
|
@@ -310,7 +334,7 @@ const AmityPostDetailPage = ({
|
|
|
310
334
|
postId: postId,
|
|
311
335
|
communityId: (postData === null || postData === void 0 ? void 0 : postData.targetType) === 'community' && (postData === null || postData === void 0 ? void 0 : postData.targetId),
|
|
312
336
|
postType: "post",
|
|
313
|
-
disabledInteraction:
|
|
337
|
+
disabledInteraction: disabledInteraction,
|
|
314
338
|
ListHeaderComponent: postData && /*#__PURE__*/React.createElement(_Content.default, {
|
|
315
339
|
post: postData,
|
|
316
340
|
showedAllOptions: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_react","_enums","_hooks","_styles","_BackButtonIconElement","_interopRequireDefault","_native","_tsSdkReactNative","_Content","_AmityPostContentComponentStyle","_PostComment","_xml","_reactNativeSvg","_uiSlice","_netinfo","_toastSlice","_MyAvatar","_constants","_reactNativeSafeAreaContext","_ErrorComponent","_color","_native2","_interopRequireWildcard","_PostMenu","_useMention","_reactNativeControlledMentions","_comment","_store","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_extends","assign","bind","arguments","length","apply","AmityPostDetailPage","postId","isFromComponent","showEndPopup","category","isDeleted","pageId","PageID","post_detail_page","dispatch","useUIKitDispatch","componentId","ComponentID","WildCardComponent","disabledInteraction","navigation","useNavigation","isExcluded","themeStyles","accessibilityId","useAmityPage","styles","useStyles","showToast","useToast","postData","setPostData","useState","loading","setLoading","replyUserName","setReplyUserName","replyCommentId","setReplyCommentId","inputMessage","setInputMessage","mentionNames","setMentionNames","mentionsPosition","setMentionsPosition","showLivestreamEndPopup","setShowLivestreamEndPopup","renderInput","renderSuggestions","useMention","value","onChange","setMentionUsers","user","prev","setMentionPosition","position","showToastMessage","uiSlice","actions","useEffect","unsubscribe","NetInfo","addEventListener","state","isConnected","type","message","duration","bottomPosition","useLayoutEffect","unsub","hasSubscribed","postUnsub","PostRepository","getPost","error","postLoading","data","subscribeTopic","getPostTopic","SubscriptionLevels","COMMENT","checkMentionNames","filter","item","includes","displayName","checkMentionPosition","onPressBack","useCallback","routes","getState","navigate","CommonActions","reset","index","name","_routes","pop","goBack","onCloseReply","handleSend","trim","Keyboard","dismiss","comment","replaceTriggerValues","createReplyComment","map","id","text_contain_blocked_word","toastMessage","comment_contains_inapproproate_word","createComment","renderFooterComponent","React","createElement","View","style","commentListFooter","replyLabelWrap","Text","replyLabel","userNameLabel","TouchableOpacity","onPress","SvgXml","closeIcon","xml","colors","baseShade2","width","InputWrap","myAvatar","inputContainer","multiline","placeholder","placeholderTextColor","baseShade3","input","disabled","postBtn","postBtnText","postDisabledBtn","renderLivestreamEndPopup","Alert","alert","text","themeStyle","title","description","KeyboardAvoidingView","container","keyboardVerticalOffset","Platform","OS","behavior","SafeAreaView","edges","testID","header","Pressable","pageID","componentID","headerIcon","headerTitle","PostMenu","post","scrollContainer","skeletonContainer","speed","getSkeletonBackgrounColor","Circle","cx","cy","Rect","x","y","height","rx","communityId","targetType","targetId","postType","ListHeaderComponent","showedAllOptions","AmityPostContentComponentStyle","AmityPostContentComponentStyleEnum","detail","_default","exports","memo"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_enums","_hooks","_styles","_BackButtonIconElement","_interopRequireDefault","_native","_tsSdkReactNative","_Content","_AmityPostContentComponentStyle","_PostComment","_xml","_reactNativeSvg","_netinfo","_toastSlice","_MyAvatar","_constants","_useAuth","_reactNativeSafeAreaContext","_ErrorComponent","_color","_native2","_interopRequireWildcard","_PostMenu","_useMention","_reactNativeControlledMentions","_comment","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_extends","assign","bind","arguments","length","apply","AmityPostDetailPage","postId","isFromComponent","showEndPopup","category","isDeleted","_postData$targetCommu","pageId","PageID","post_detail_page","componentId","ComponentID","WildCardComponent","isVisitorOrBot","useAuth","disabledInteraction","navigation","useNavigation","isExcluded","themeStyles","accessibilityId","useAmityPage","styles","useStyles","showToast","showCommentErrorToast","useToast","postData","setPostData","useState","loading","setLoading","replyUserName","setReplyUserName","replyCommentId","setReplyCommentId","inputMessage","setInputMessage","mentionNames","setMentionNames","mentionsPosition","setMentionsPosition","inputBarHeight","setInputBarHeight","showLivestreamEndPopup","setShowLivestreamEndPopup","privateCommunityId","targetType","targetCommunity","isPublic","targetId","undefined","renderInput","renderSuggestions","useMention","value","onChange","communityId","setMentionUsers","user","prev","MAX_MENTION_USERS","Alert","alert","text","setMentionPosition","position","useEffect","unsubscribe","NetInfo","addEventListener","state","isConnected","type","message","duration","bottomPosition","useLayoutEffect","unsub","hasSubscribed","postUnsub","PostRepository","getPost","error","postLoading","data","subscribeTopic","getPostTopic","SubscriptionLevels","COMMENT","mentionTokenRegex","activeUserIds","Set","match","exec","add","filter","item","id","userId","onPressBack","useCallback","routes","getState","navigate","dispatch","CommonActions","reset","index","name","_routes","pop","goBack","onCloseReply","handleSend","trim","uniqueMentionIds","map","comment","replaceTriggerValues","createReplyComment","createComment","Keyboard","dismiss","renderFooterComponent","React","createElement","View","style","commentListFooter","bottom","onLayout","nativeEvent","layout","height","replyLabelWrap","Text","replyLabel","userNameLabel","TouchableOpacity","onPress","SvgXml","closeIcon","xml","colors","baseShade2","width","InputWrap","myAvatar","inputContainer","multiline","scrollEnabled","placeholder","placeholderTextColor","baseShade3","input","lineHeight","disabled","postBtn","postBtnText","postDisabledBtn","renderLivestreamEndPopup","themeStyle","title","description","KeyboardAvoidingView","container","keyboardVerticalOffset","Platform","OS","behavior","SafeAreaView","edges","testID","header","Pressable","pageID","componentID","headerIcon","headerTitle","PostMenu","post","scrollContainer","skeletonContainer","speed","getSkeletonBackgrounColor","Circle","cx","cy","Rect","x","y","rx","postType","ListHeaderComponent","showedAllOptions","AmityPostContentComponentStyle","AmityPostContentComponentStyleEnum","detail","_default","exports","memo"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAUA,IAAAC,MAAA,GAAAD,OAAA;AAQA,IAAAE,MAAA,GAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AACA,IAAAK,sBAAA,GAAAC,sBAAA,CAAAN,OAAA;AACA,IAAAO,OAAA,GAAAP,OAAA;AAGA,IAAAQ,iBAAA,GAAAR,OAAA;AAMA,IAAAS,QAAA,GAAAH,sBAAA,CAAAN,OAAA;AACA,IAAAU,+BAAA,GAAAV,OAAA;AAIA,IAAAW,YAAA,GAAAL,sBAAA,CAAAN,OAAA;AAEA,IAAAY,IAAA,GAAAZ,OAAA;AACA,IAAAa,eAAA,GAAAb,OAAA;AAEA,IAAAc,QAAA,GAAAR,sBAAA,CAAAN,OAAA;AACA,IAAAe,WAAA,GAAAf,OAAA;AACA,IAAAgB,SAAA,GAAAV,sBAAA,CAAAN,OAAA;AACA,IAAAiB,UAAA,GAAAjB,OAAA;AACA,IAAAkB,QAAA,GAAAZ,sBAAA,CAAAN,OAAA;AAEA,IAAAmB,2BAAA,GAAAnB,OAAA;AACA,IAAAoB,eAAA,GAAAd,sBAAA,CAAAN,OAAA;AACA,IAAAqB,MAAA,GAAArB,OAAA;AACA,IAAAsB,QAAA,GAAAC,uBAAA,CAAAvB,OAAA;AACA,IAAAwB,SAAA,GAAAxB,OAAA;AACA,IAAAyB,WAAA,GAAAnB,sBAAA,CAAAN,OAAA;AACA,IAAA0B,8BAAA,GAAA1B,OAAA;AACA,IAAA2B,QAAA,GAAA3B,OAAA;AAGyC,SAAAuB,wBAAAK,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAP,uBAAA,YAAAA,CAAAK,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,SAAAvB,uBAAAsB,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAK,UAAA,GAAAL,CAAA,KAAAU,OAAA,EAAAV,CAAA;AAAA,SAAAmB,SAAA,WAAAA,QAAA,GAAAH,MAAA,CAAAI,MAAA,GAAAJ,MAAA,CAAAI,MAAA,CAAAC,IAAA,eAAAjB,CAAA,aAAAJ,CAAA,MAAAA,CAAA,GAAAsB,SAAA,CAAAC,MAAA,EAAAvB,CAAA,UAAAC,CAAA,GAAAqB,SAAA,CAAAtB,CAAA,YAAAG,CAAA,IAAAF,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAE,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAF,CAAA,CAAAE,CAAA,aAAAC,CAAA,KAAAe,QAAA,CAAAK,KAAA,OAAAF,SAAA;AAUzC,MAAMG,mBAAgD,GAAGA,CAAC;EACxDC,MAAM;EACNC,eAAe;EACfC,YAAY;EACZC,QAAQ;EACRC;AACF,CAAC,KAAK;EAAA,IAAAC,qBAAA;EACJ,MAAMC,MAAM,GAAGC,aAAM,CAACC,gBAAgB;EACtC,MAAMC,WAAW,GAAGC,kBAAW,CAACC,iBAAiB;EACjD;EACA;EACA,MAAM;IAAEC;EAAe,CAAC,GAAG,IAAAC,gBAAO,EAAC,CAAC;EACpC,MAAMC,mBAAmB,GAAG,KAAK;EACjC,MAAMC,UAAU,GACd,IAAAC,qBAAa,EAAgD,CAAC;EAChE,MAAM;IAAEC,UAAU;IAAEC,WAAW;IAAEC;EAAgB,CAAC,GAAG,IAAAC,mBAAY,EAAC;IAAEd;EAAO,CAAC,CAAC;EAC7E,MAAMe,MAAM,GAAG,IAAAC,iBAAS,EAACJ,WAAW,CAAC;EACrC,MAAM;IAAEK,SAAS;IAAEC;EAAsB,CAAC,GAAG,IAAAC,oBAAQ,EAAC,CAAC;EACvD,MAAM,CAACC,QAAQ,EAAEC,WAAW,CAAC,GAAG,IAAAC,eAAQ,EAAkB,IAAI,CAAC;EAC/D,MAAM,CAACC,OAAO,EAAEC,UAAU,CAAC,GAAG,IAAAF,eAAQ,EAAU,IAAI,CAAC;EAErD,MAAM,CAACG,aAAa,EAAEC,gBAAgB,CAAC,GAAG,IAAAJ,eAAQ,EAAS,EAAE,CAAC;EAC9D,MAAM,CAACK,cAAc,EAAEC,iBAAiB,CAAC,GAAG,IAAAN,eAAQ,EAAS,EAAE,CAAC;EAChE,MAAM,CAACO,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAR,eAAQ,EAAC,EAAE,CAAC;EACpD,MAAM,CAACS,YAAY,EAAEC,eAAe,CAAC,GAAG,IAAAV,eAAQ,EAAgB,EAAE,CAAC;EACnE,MAAM,CAACW,gBAAgB,EAAEC,mBAAmB,CAAC,GAAG,IAAAZ,eAAQ,EACtD,EACF,CAAC;EACD,MAAM,CAACa,cAAc,EAAEC,iBAAiB,CAAC,GAAG,IAAAd,eAAQ,EAAC,CAAC,CAAC;EAEvD,MAAM,CAACe,sBAAsB,EAAEC,yBAAyB,CAAC,GAAG,IAAAhB,eAAQ,EAClE1B,YAAY,IAAI,KAClB,CAAC;;EAED;EACA;EACA,MAAM2C,kBAAkB,GACtB,CAAAnB,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEoB,UAAU,MAAK,WAAW,IAAI,EAACpB,QAAQ,aAARA,QAAQ,gBAAArB,qBAAA,GAARqB,QAAQ,CAAEqB,eAAe,cAAA1C,qBAAA,eAAzBA,qBAAA,CAA2B2C,QAAQ,IACxEtB,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEuB,QAAQ,GAClBC,SAAS;EAEf,MAAM;IAAEC,WAAW;IAAEC;EAAkB,CAAC,GAAG,IAAAC,mBAAU,EAAC;IACpDC,KAAK,EAAEnB,YAAY;IACnBoB,QAAQ,EAAEnB,eAAe;IACzBoB,WAAW,EAAEX,kBAAkB;IAC/BY,eAAe,EAAGC,IAAiB,IAAK;MACtCpB,eAAe,CAAEqB,IAAI,IAAK;QACxB,IAAIA,IAAI,CAAC9D,MAAM,IAAI+D,4BAAiB,EAAE;UACpCC,kBAAK,CAACC,KAAK,CACT,0BAA0B,EAC1B,+CAA+C,EAC/C,CAAC;YAAEC,IAAI,EAAE;UAAK,CAAC,CACjB,CAAC;UACD,OAAOJ,IAAI;QACb;QACA,OAAO,CAAC,GAAGA,IAAI,EAAED,IAAI,CAAC;MACxB,CAAC,CAAC;IACJ,CAAC;IACDM,kBAAkB,EAAGC,QAA0B,IAAK;MAClDzB,mBAAmB,CAAEmB,IAAI,IAAK,CAAC,GAAGA,IAAI,EAAEM,QAAQ,CAAC,CAAC;IACpD;EACF,CAAC,CAAC;EAEF,IAAAC,gBAAS,EAAC,MAAM;IACd,MAAMC,WAAW,GAAGC,gBAAO,CAACC,gBAAgB,CAAEC,KAAK,IAAK;MACtD,IAAI,CAACA,KAAK,CAACC,WAAW,EAAE;QACtBhD,SAAS,CAAC;UACRiD,IAAI,EAAE,QAAQ;UACdC,OAAO,EAAE,yBAAyB;UAClCC,QAAQ,EAAE,IAAI;UACdC,cAAc,EAAE;QAClB,CAAC,CAAC;MACJ;IACF,CAAC,CAAC;IACF,OAAO,MAAMR,WAAW,CAAC,CAAC;EAC5B,CAAC,EAAE,CAAC5C,SAAS,CAAC,CAAC;EAEf,IAAAqD,sBAAe,EAAC,MAAM;IACpB,IAAI,CAAC5E,MAAM,EAAE,OAAO,MAAM,CAAC,CAAC;IAC5B8B,UAAU,CAAC,IAAI,CAAC;IAChB,IAAI+C,KAAiB;IACrB,IAAIC,aAAa,GAAG,KAAK;IACzB,MAAMC,SAAS,GAAGC,gCAAc,CAACC,OAAO,CACtCjF,MAAM,EACN,OAAO;MAAEkF,KAAK;MAAErD,OAAO,EAAEsD,WAAW;MAAEC;IAAK,CAAC,KAAK;MAC/C,IAAI,CAACF,KAAK,IAAI,CAACC,WAAW,EAAE;QAC1B,IAAI,CAACL,aAAa,EAAE;UAClBD,KAAK,GAAG,IAAAQ,gCAAc,EACpB,IAAAC,8BAAY,EAACF,IAAI,EAAEG,oCAAkB,CAACC,OAAO,CAC/C,CAAC;UACDV,aAAa,GAAG,IAAI;QACtB;QAEAnD,WAAW,CAACyD,IAAI,CAAC;MACnB;MACAtD,UAAU,CAACqD,WAAW,CAAC;IACzB,CACF,CAAC;IAED,OAAO,MAAM;MACXJ,SAAS,CAAC,CAAC;MACXF,KAAK,IAAIA,KAAK,CAAC,CAAC;IAClB,CAAC;EACH,CAAC,EAAE,CAAC7E,MAAM,CAAC,CAAC;EAEZ,IAAAkE,gBAAS,EAAC,MAAM;IACd;IACA;IACA;IACA;IACA,MAAMuB,iBAAiB,GAAG,+BAA+B;IACzD,MAAMC,aAAa,GAAG,IAAIC,GAAG,CAAS,CAAC;IACvC,IAAIC,KAA6B;IACjC,OAAO,CAACA,KAAK,GAAGH,iBAAiB,CAACI,IAAI,CAAC1D,YAAY,CAAC,MAAM,IAAI,EAAE;MAC9DuD,aAAa,CAACI,GAAG,CAACF,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B;IACAtD,eAAe,CAAEqB,IAAI,IACnBA,IAAI,CAACoC,MAAM,CAAEC,IAAI,IAAKN,aAAa,CAACzG,GAAG,CAAC+G,IAAI,CAACC,EAAE,CAAC,CAClD,CAAC;IACDzD,mBAAmB,CAAEmB,IAAI,IACvBA,IAAI,CAACoC,MAAM,CAAEC,IAAI,IAAKN,aAAa,CAACzG,GAAG,CAAC+G,IAAI,CAACE,MAAM,CAAC,CACtD,CAAC;EACH,CAAC,EAAE,CAAC/D,YAAY,CAAC,CAAC;EAElB,MAAMgE,WAAW,GAAG,IAAAC,kBAAW,EAAC,MAAM;IACpC,MAAMC,MAAM,GAAGtF,UAAU,CAACuF,QAAQ,CAAC,CAAC,CAACD,MAAM;IAC3C,IAAIpG,eAAe,IAAIoG,MAAM,CAACxG,MAAM,KAAK,CAAC,EAAE;MAC1CkB,UAAU,CAACwF,QAAQ,CAAC,qBAAqB,CAAC;MAC1CxF,UAAU,CAACyF,QAAQ,CACjBC,qBAAa,CAACC,KAAK,CAAC;QAClBC,KAAK,EAAE,CAAC;QACRN,MAAM,EAAE,CAAC;UAAEO,IAAI,EAAE;QAAsB,CAAC;MAC1C,CAAC,CACH,CAAC;IACH,CAAC,MAAM;MAAA,IAAAC,OAAA;MACL,IAAI,EAAAA,OAAA,GAAAR,MAAM,CAACA,MAAM,CAACxG,MAAM,GAAG,CAAC,CAAC,cAAAgH,OAAA,uBAAzBA,OAAA,CAA2BD,IAAI,MAAK,kBAAkB,EACxD,OAAO7F,UAAU,CAAC+F,GAAG,CAAC,CAAC,CAAC;MAC1B/F,UAAU,CAACgG,MAAM,CAAC,CAAC;IACrB;IACA;EACF,CAAC,EAAE,CAAChG,UAAU,EAAEd,eAAe,CAAC,CAAC;EAEjC,MAAM+G,YAAY,GAAGA,CAAA,KAAM;IACzBhF,gBAAgB,CAAC,EAAE,CAAC;IACpBE,iBAAiB,CAAC,EAAE,CAAC;EACvB,CAAC;EAED,MAAM+E,UAA+B,GAAG,MAAAA,CAAA,KAAY;IAClD,IAAI9E,YAAY,CAAC+E,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE;MAC9B;IACF;IACA,MAAMC,gBAAgB,GAAG,CAAC,GAAG,IAAIxB,GAAG,CAACtD,YAAY,CAAC+E,GAAG,CAAEpB,IAAI,IAAKA,IAAI,CAACC,EAAE,CAAC,CAAC,CAAC;IAC1E,IAAIkB,gBAAgB,CAACtH,MAAM,GAAG+D,4BAAiB,EAAE;MAC/CC,kBAAK,CAACC,KAAK,CACT,0BAA0B,EAC1B,+CAA+C,EAC/C,CAAC;QAAEC,IAAI,EAAE;MAAK,CAAC,CACjB,CAAC;MACD;IACF;IACA,MAAMsD,OAAO,GAAG,IAAAC,mDAAoB,EAClCnF,YAAY,EACZ,CAAC;MAAEyE;IAAK,CAAC,KAAK,IAAIA,IAAI,EACxB,CAAC;IACD,IAAI3E,cAAc,CAACpC,MAAM,GAAG,CAAC,EAAE;MAC7B,IAAI;QACF,MAAM,IAAA0H,2BAAkB,EACtBF,OAAO,EACPrH,MAAM,EACNiC,cAAc,EACdkF,gBAAgB,EAChB5E,gBAAgB,EAChB,MACF,CAAC;MACH,CAAC,CAAC,OAAO2C,KAAK,EAAE;QACd1D,qBAAqB,CAAC0D,KAAK,CAAC;QAC5B;MACF;IACF,CAAC,MAAM;MACL,IAAI;QACF,MAAM,IAAAsC,sBAAa,EACjBH,OAAO,EACPrH,MAAM,EACNmH,gBAAgB,EAChB5E,gBAAgB,EAChB,MACF,CAAC;MACH,CAAC,CAAC,OAAO2C,KAAK,EAAE;QACd1D,qBAAqB,CAAC0D,KAAK,CAAC;QAC5B;MACF;IACF;IACA9C,eAAe,CAAC,EAAE,CAAC;IACnBqF,qBAAQ,CAACC,OAAO,CAAC,CAAC;IAClBpF,eAAe,CAAC,EAAE,CAAC;IACnBE,mBAAmB,CAAC,EAAE,CAAC;IACvBwE,YAAY,CAAC,CAAC;EAChB,CAAC;EAED,MAAMW,qBAAqB,GAAGA,CAAA,KAAM;IAClC,oBACEC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;MAACC,KAAK,EAAE1G,MAAM,CAAC2G;IAAkB,GACnC5E,iBAAiB,CAAC;MACjBoB,IAAI,EAAE,SAAS;MACfyD,MAAM,EAAExF;IACV,CAAC,CAAC,eACFmF,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;MAACI,QAAQ,EAAG5J,CAAC,IAAKoE,iBAAiB,CAACpE,CAAC,CAAC6J,WAAW,CAACC,MAAM,CAACC,MAAM;IAAE,GACnEtG,aAAa,CAAClC,MAAM,GAAG,CAAC,iBACvB+H,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;MAACC,KAAK,EAAE1G,MAAM,CAACiH;IAAe,gBACjCV,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA8L,IAAI;MAACR,KAAK,EAAE1G,MAAM,CAACmH;IAAW,GAAC,aACnB,EAAC,GAAG,eACfZ,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA8L,IAAI;MAACR,KAAK,EAAE1G,MAAM,CAACoH;IAAc,GAAE1G,aAAoB,CACpD,CAAC,eACP6F,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAiM,gBAAgB,qBACfd,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAiM,gBAAgB;MAACC,OAAO,EAAE3B;IAAa,gBACtCY,KAAA,CAAAC,aAAA,CAACtK,eAAA,CAAAqL,MAAM;MACLb,KAAK,EAAE1G,MAAM,CAACwH,SAAU;MACxBC,GAAG,EAAE,IAAAD,cAAS,EAAC3H,WAAW,CAAC6H,MAAM,CAACC,UAAU,CAAE;MAC9CC,KAAK,EAAE;IAAG,CACX,CACe,CACF,CACd,CACP,EACA,CAACnI,mBAAmB,IAAI,CAACF,cAAc,iBACtCgH,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;MAACC,KAAK,EAAE1G,MAAM,CAAC6H;IAAU,gBAC5BtB,KAAA,CAAAC,aAAA,CAACnK,SAAA,CAAAsB,OAAQ;MAAC+I,KAAK,EAAE1G,MAAM,CAAC8H;IAAS,CAAE,CAAC,eACpCvB,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;MAACC,KAAK,EAAE1G,MAAM,CAAC+H;IAAe,GAChCjG,WAAW,CAAC;MACXkG,SAAS,EAAE,IAAI;MACfC,aAAa,EAAE,IAAI;MACnBC,WAAW,EAAE,uBAAuB;MACpCC,oBAAoB,EAAEtI,WAAW,CAAC6H,MAAM,CAACU,UAAU;MACnD1B,KAAK,EAAE,CAAC1G,MAAM,CAACqI,KAAK,EAAE;QAAEC,UAAU,EAAE;MAAG,CAAC;IAC1C,CAAC,CACG,CAAC,eAEP/B,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAiM,gBAAgB;MACfkB,QAAQ,EAAEzH,YAAY,CAACtC,MAAM,GAAG,CAAC,GAAG,KAAK,GAAG,IAAK;MACjD8I,OAAO,EAAE1B,UAAW;MACpBc,KAAK,EAAE1G,MAAM,CAACwI;IAAQ,gBAEtBjC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA8L,IAAI;MACHR,KAAK,EACH5F,YAAY,CAACtC,MAAM,GAAG,CAAC,GACnBwB,MAAM,CAACyI,WAAW,GAClBzI,MAAM,CAAC0I;IACZ,GACF,MAEK,CACU,CACd,CAEJ,CACF,CAAC;EAEX,CAAC;EAED,MAAMC,wBAAwB,GAAGA,CAAA,KAAM;IACrCnG,kBAAK,CAACC,KAAK,CACT,mBAAmB,EACnB,oFAAoF,EACpF,CACE;MACEC,IAAI,EAAE,IAAI;MACV4E,OAAO,EAAEA,CAAA,KAAM;QACb/F,yBAAyB,CAAC,KAAK,CAAC;MAClC;IACF,CAAC,CAEL,CAAC;EACH,CAAC;EAED,IAAAsB,gBAAS,EAAC,MAAM;IACdvB,sBAAsB,IAAIqH,wBAAwB,CAAC,CAAC;EACtD,CAAC,EAAE,CAACrH,sBAAsB,CAAC,CAAC;EAE5B,IAAI1B,UAAU,EAAE,OAAO,IAAI;EAE3B,IAAIb,SAAS,IAAIsB,QAAQ,aAARA,QAAQ,eAARA,QAAQ,CAAEtB,SAAS,EAAE;IACpC,oBACEwH,KAAA,CAAAC,aAAA,CAAC/J,eAAA,CAAAkB,OAAc;MACbiL,UAAU,EAAE/I,WAAY;MACxByH,OAAO,EAAExC,WAAY;MACrB+D,KAAK,EAAC,sBAAsB;MAC5BC,WAAW,EAAC;IAAgD,CAC7D,CAAC;EAEN;EAEA,oBACEvC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA2N,oBAAoB;IACnBrC,KAAK,EAAE1G,MAAM,CAACgJ,SAAU;IACxBC,sBAAsB,EAAEC,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG,CAAC,GAAG,CAAE;IACtDC,QAAQ,EAAEF,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG,SAAS,GAAG;EAAS,gBAEvD5C,KAAA,CAAAC,aAAA,CAAChK,2BAAA,CAAA6M,YAAY;IACXC,KAAK,EAAE,CAAC,KAAK,CAAE;IACfC,MAAM,EAAEzJ,eAAgB;IACxB4G,KAAK,EAAE1G,MAAM,CAACgJ;EAAU,gBAExBzC,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAACC,KAAK,EAAE1G,MAAM,CAACwJ;EAAO,gBACzBjD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqO,SAAS;IAACnC,OAAO,EAAExC;EAAY,gBAC9ByB,KAAA,CAAAC,aAAA,CAAC9K,sBAAA,CAAAiC,OAAqB;IACpB+L,MAAM,EAAEzK,MAAO;IACf0K,WAAW,EAAEvK,WAAY;IACzBsH,KAAK,EAAE1G,MAAM,CAAC4J;EAAW,CAC1B,CACQ,CAAC,eACZrD,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAA8L,IAAI;IAACR,KAAK,EAAE1G,MAAM,CAAC6J;EAAY,GAAC,MAAU,CAAC,eAC5CtD,KAAA,CAAAC,aAAA,CAAC3J,SAAA,CAAAiN,QAAQ;IAACC,IAAI,EAAE1J,QAAS;IAACpB,MAAM,EAAEA,MAAO;IAACG,WAAW,EAAEA;EAAY,CAAE,CACjE,CAAC,eACPmH,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAACC,KAAK,EAAE,CAAC1G,MAAM,CAACgK,eAAe;EAAE,GACnCxJ,OAAO,gBACN+F,KAAA,CAAAC,aAAA,CAACpL,YAAA,CAAAqL,IAAI;IAACC,KAAK,EAAE1G,MAAM,CAACiK;EAAkB,gBACpC1D,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAAgB,OAAa,EAAAS,QAAA;IACZ8L,KAAK,EAAE;EAAE,GACL,IAAAC,gCAAyB,EAACtK,WAAW,CAAC,gBAE1C0G,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAAyN,MAAM;IAACC,EAAE,EAAC,IAAI;IAACC,EAAE,EAAC,IAAI;IAAClN,CAAC,EAAC;EAAI,CAAE,CAAC,eACjCmJ,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAA4N,IAAI;IAACC,CAAC,EAAC,IAAI;IAACC,CAAC,EAAC,GAAG;IAAC7C,KAAK,EAAC,KAAK;IAACZ,MAAM,EAAC,GAAG;IAAC0D,EAAE,EAAC;EAAG,CAAE,CAAC,eACnDnE,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAA4N,IAAI;IAACC,CAAC,EAAC,IAAI;IAACC,CAAC,EAAC,IAAI;IAAC7C,KAAK,EAAC,IAAI;IAACZ,MAAM,EAAC,GAAG;IAAC0D,EAAE,EAAC;EAAG,CAAE,CAAC,eACnDnE,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAA4N,IAAI;IAACC,CAAC,EAAC,GAAG;IAACC,CAAC,EAAC,IAAI;IAAC7C,KAAK,EAAC,KAAK;IAACZ,MAAM,EAAC,GAAG;IAAC0D,EAAE,EAAC;EAAG,CAAE,CAAC,eACnDnE,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAA4N,IAAI;IAACC,CAAC,EAAC,GAAG;IAACC,CAAC,EAAC,IAAI;IAAC7C,KAAK,EAAC,KAAK;IAACZ,MAAM,EAAC,GAAG;IAAC0D,EAAE,EAAC;EAAG,CAAE,CAAC,eACnDnE,KAAA,CAAAC,aAAA,CAAC7J,QAAA,CAAA4N,IAAI;IAACC,CAAC,EAAC,GAAG;IAACC,CAAC,EAAC,IAAI;IAAC7C,KAAK,EAAC,KAAK;IAACZ,MAAM,EAAC,GAAG;IAAC0D,EAAE,EAAC;EAAG,CAAE,CACrC,CACX,CAAC,gBAEPnE,KAAA,CAAAC,aAAA,CAACxK,YAAA,CAAA2B,OAAyB;IACxBgD,gBAAgB,EAAEA,gBAAiB;IACnCE,iBAAiB,EAAEA,iBAAkB;IACrClC,MAAM,EAAEA,MAAO;IACfwD,WAAW,EACT,CAAA9B,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEoB,UAAU,MAAK,WAAW,KAAIpB,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEuB,QAAQ,CAC3D;IACD+I,QAAQ,EAAC,MAAM;IACflL,mBAAmB,EAAEA,mBAAoB;IACzCmL,mBAAmB,EACjBvK,QAAQ,iBACNkG,KAAA,CAAAC,aAAA,CAAC1K,QAAA,CAAA6B,OAAyB;MACxBoM,IAAI,EAAE1J,QAAS;MACfwK,gBAAgB;MAChB/L,QAAQ,EAAEA,QAAS;MACnBgM,8BAA8B,EAC5BC,kEAAkC,CAACC,MACpC;MACD/L,MAAM,EAAEA;IAAO,CAChB;EAEJ,CACF,CAEC,CAAC,EACNqH,qBAAqB,CAAC,CACX,CACM,CAAC;AAE3B,CAAC;AAAC,IAAA2E,QAAA,GAAAC,OAAA,CAAAvN,OAAA,gBAEa,IAAAwN,WAAI,EAACzM,mBAAmB,CAAC","ignoreList":[]}
|
|
@@ -98,7 +98,8 @@ const useStyles = theme => {
|
|
|
98
98
|
paddingVertical: _reactNative.Platform.OS === 'android' ? 2 : 10,
|
|
99
99
|
paddingHorizontal: _reactNative.Platform.OS === 'android' ? 6 : 12,
|
|
100
100
|
backgroundColor: theme.colors.baseShade4,
|
|
101
|
-
borderRadius: 20
|
|
101
|
+
borderRadius: 20,
|
|
102
|
+
maxHeight: 5 * 20 + (_reactNative.Platform.OS === 'android' ? 2 * 2 : 10 * 2)
|
|
102
103
|
},
|
|
103
104
|
mentionText: {
|
|
104
105
|
color: theme.colors.primary,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","useStyles","theme","width","useWindowDimensions","styles","StyleSheet","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","Platform","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","exports"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/styles.ts"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["_reactNative","require","useStyles","theme","width","useWindowDimensions","styles","StyleSheet","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","Platform","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","exports"],"sourceRoot":"../../../../../../src","sources":["social/features/post/Detail/styles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,6 +9,7 @@ var _enums = require("../../../enums");
|
|
|
9
9
|
var _BehaviourProvider = require("../../../providers/BehaviourProvider");
|
|
10
10
|
var _TargetSelectionPage = _interopRequireDefault(require("../../../components/TargetSelectionPage/TargetSelectionPage"));
|
|
11
11
|
var _native = require("@react-navigation/native");
|
|
12
|
+
var _utils = require("../../../utils");
|
|
12
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
14
|
const AmityPostTargetSelectionPage = ({
|
|
14
15
|
postType
|
|
@@ -29,13 +30,13 @@ const AmityPostTargetSelectionPage = ({
|
|
|
29
30
|
if (postType === _enums.AmityPostTargetSelectionPageType.post) {
|
|
30
31
|
if (AmityPostTargetSelectionPageBehavior.goToPostComposerPage) {
|
|
31
32
|
return AmityPostTargetSelectionPageBehavior.goToPostComposerPage({
|
|
32
|
-
community,
|
|
33
|
+
community: (0, _utils.serializeCommunity)(community),
|
|
33
34
|
targetId,
|
|
34
35
|
targetType
|
|
35
36
|
});
|
|
36
37
|
}
|
|
37
38
|
return navigation.navigate('CreatePost', {
|
|
38
|
-
community,
|
|
39
|
+
community: (0, _utils.serializeCommunity)(community),
|
|
39
40
|
targetType,
|
|
40
41
|
targetId
|
|
41
42
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_enums","_BehaviourProvider","_TargetSelectionPage","_native","e","__esModule","default","AmityPostTargetSelectionPage","postType","AmityPostTargetSelectionPageBehavior","useBehaviour","navigation","useNavigation","onSelectFeed","targetId","targetName","targetType","community","postSetting","needApprovalOnPostCreation","isPublic","AmityPostTargetSelectionPageType","post","goToPostComposerPage","navigate","poll","goToPollComposerPage","livestream","goToCreateLivestreamPage","onClickClose","createElement","pageId","PageID","select_post_target_page","_default","exports","React","memo"],"sourceRoot":"../../../../../../src","sources":["social/features/post/TargetSelection/TargetSelection.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,kBAAA,GAAAF,OAAA;AAEA,IAAAG,oBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AAIA,IAAAI,OAAA,GAAAJ,OAAA;
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_enums","_BehaviourProvider","_TargetSelectionPage","_native","_utils","e","__esModule","default","AmityPostTargetSelectionPage","postType","AmityPostTargetSelectionPageBehavior","useBehaviour","navigation","useNavigation","onSelectFeed","targetId","targetName","targetType","community","postSetting","needApprovalOnPostCreation","isPublic","AmityPostTargetSelectionPageType","post","goToPostComposerPage","serializeCommunity","navigate","poll","goToPollComposerPage","livestream","goToCreateLivestreamPage","onClickClose","createElement","pageId","PageID","select_post_target_page","_default","exports","React","memo"],"sourceRoot":"../../../../../../src","sources":["social/features/post/TargetSelection/TargetSelection.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,kBAAA,GAAAF,OAAA;AAEA,IAAAG,oBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AAIA,IAAAI,OAAA,GAAAJ,OAAA;AAEA,IAAAK,MAAA,GAAAL,OAAA;AAAoD,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEpD,MAAMG,4BAA4B,GAAGA,CAAC;EACpCC;AAGF,CAAC,KAAK;EACJ,MAAM;IAAEC;EAAqC,CAAC,GAAG,IAAAC,+BAAY,EAAC,CAAC;EAC/D,MAAMC,UAAU,GAAG,IAAAC,qBAAa,EAAiC,CAAC;EAElE,MAAMC,YAAY,GAAGA,CAAC;IACpBC,QAAQ;IACRC,UAAU;IACVC,UAAU;IACVC,SAAS;IACTC,WAAW;IACXC,0BAA0B;IAC1BC;EACU,CAAC,KAAK;IAChB,IAAIZ,QAAQ,KAAKa,uCAAgC,CAACC,IAAI,EAAE;MACtD,IAAIb,oCAAoC,CAACc,oBAAoB,EAAE;QAC7D,OAAOd,oCAAoC,CAACc,oBAAoB,CAAC;UAC/DN,SAAS,EAAE,IAAAO,yBAAkB,EAACP,SAAS,CAAC;UACxCH,QAAQ;UACRE;QACF,CAAC,CAAC;MACJ;MAEA,OAAOL,UAAU,CAACc,QAAQ,CAAC,YAAY,EAAE;QACvCR,SAAS,EAAE,IAAAO,yBAAkB,EAACP,SAAS,CAAC;QACxCD,UAAU;QACVF;MACF,CAAC,CAAC;IACJ;IAEA,IAAIN,QAAQ,KAAKa,uCAAgC,CAACK,IAAI,EAAE;MACtD,IAAIjB,oCAAoC,CAACkB,oBAAoB,EAAE;QAC7D,OAAOlB,oCAAoC,CAACkB,oBAAoB,CAAC;UAC/Db,QAAQ;UACRE,UAAU;UACVD,UAAU;UACVG,WAAW;UACXC,0BAA0B;UAC1BC;QACF,CAAC,CAAC;MACJ;MAEA,OAAOT,UAAU,CAACc,QAAQ,CAAC,YAAY,EAAE;QACvCX,QAAQ;QACRE,UAAU;QACVD,UAAU;QACVG,WAAW;QACXC,0BAA0B;QAC1BC;MACF,CAAC,CAAC;IACJ;IAEA,IAAIZ,QAAQ,KAAKa,uCAAgC,CAACO,UAAU,EAAE;MAC5D,IAAInB,oCAAoC,CAACoB,wBAAwB,EAAE;QACjE,OAAOpB,oCAAoC,CAACoB,wBAAwB,CAAC;UACnEf,QAAQ;UACRE,UAAU;UACVD;QACF,CAAC,CAAC;MACJ;MAEA,OAAOJ,UAAU,CAACc,QAAQ,CAAC,kBAAkB,EAAE;QAC7CX,QAAQ;QACRE,UAAU;QACVD;MACF,CAAC,CAAC;IACJ;EACF,CAAC;EAED,MAAMe,YAAY,GAAGA,CAAA,KAAM;IACzB,IAAIrB,oCAAoC,aAApCA,oCAAoC,eAApCA,oCAAoC,CAAEqB,YAAY,EAAE;MACtDrB,oCAAoC,CAACqB,YAAY,CAAC,CAAC;IACrD;EACF,CAAC;EAED,oBACElC,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAAC9B,oBAAA,CAAAK,OAAmB;IAClB0B,MAAM,EAAEC,aAAM,CAACC,uBAAwB;IACvCrB,YAAY,EAAEA,YAAa;IAC3BiB,YAAY,EAAEA;EAAa,CAC5B,CAAC;AAEN,CAAC;AAAC,IAAAK,QAAA,GAAAC,OAAA,CAAA9B,OAAA,gBAEa+B,cAAK,CAACC,IAAI,CAAC/B,4BAA4B,CAAC","ignoreList":[]}
|