@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":["View","memo","useStyles","Illustration","Title","Description","ExploreCommunityButton","CreateCommunityButton","
|
|
1
|
+
{"version":3,"names":["View","memo","useStyles","Illustration","Title","Description","ExploreCommunityButton","CreateCommunityButton","ComponentID","PageID","useAmityComponent","AmityEmptyNewsFeedComponent","onPressExploreCommunity","pageId","WildCardPage","styles","componentId","empty_newsfeed","accessibilityId","isExcluded","React","createElement","Fragment","style","container","testID","accessibilityLabel"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AACnC,SAAaC,IAAI,QAAQ,OAAO;AAChC,SAASC,SAAS,QAAQ,UAAU;AACpC,SACEC,YAAY,EACZC,KAAK,EACLC,WAAW,EACXC,sBAAsB,EACtBC,qBAAqB,QAChB,YAAY;AACnB,SAASC,WAAW,EAAEC,MAAM,QAAQ,mBAAmB;AACvD,SAASC,iBAAiB,QAAQ,mBAAmB;AAOrD,MAAMC,2BAAgE,GAAGA,CAAC;EACxEC,uBAAuB;EACvBC,MAAM,GAAGJ,MAAM,CAACK;AAClB,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAGb,SAAS,CAAC,CAAC;EAC1B,MAAMc,WAAW,GAAGR,WAAW,CAACS,cAAc;EAE9C,MAAM;IAAEC,eAAe;IAAEC;EAAW,CAAC,GAAGT,iBAAiB,CAAC;IACxDG,MAAM;IACNG;EACF,CAAC,CAAC;EAEF,IAAIG,UAAU,EAAE,OAAO,IAAI;EAE3B,oBACEC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,qBACEF,KAAA,CAAAC,aAAA,CAACrB,IAAI;IACHuB,KAAK,EAAER,MAAM,CAACS,SAAU;IACxBC,MAAM,EAAEP,eAAgB;IACxBQ,kBAAkB,EAAER;EAAgB,gBAEpCE,KAAA,CAAAC,aAAA,CAAClB,YAAY,MAAE,CAAC,eAChBiB,KAAA,CAAAC,aAAA,CAACjB,KAAK,MAAE,CAAC,eACTgB,KAAA,CAAAC,aAAA,CAAChB,WAAW,MAAE,CAAC,eACfe,KAAA,CAAAC,aAAA,CAACf,sBAAsB;IACrBM,uBAAuB,EAAEA;EAAwB,CAClD,CAAC,eACFQ,KAAA,CAAAC,aAAA,CAACd,qBAAqB,MAAE,CACpB,CACN,CAAC;AAEP,CAAC;AAED,4BAAeN,IAAI,CAACU,2BAA2B,CAAC","ignoreList":[]}
|
|
@@ -11,7 +11,6 @@ import { useExplore } from '../../../../providers/ExploreProvider';
|
|
|
11
11
|
import ExploreLoadingSkeleton from './ExploreLoadingSkeleton/ExploreLoadingSkeleton';
|
|
12
12
|
import { useAmityPage } from '../../../../hooks';
|
|
13
13
|
import ErrorComponent from '../../../../components/ErrorComponent/ErrorComponent';
|
|
14
|
-
import Divider from '../../../../components/Divider';
|
|
15
14
|
const AmityExploreComponent = ({
|
|
16
15
|
pageId = PageID.WildCardPage
|
|
17
16
|
}) => {
|
|
@@ -56,7 +55,7 @@ const AmityExploreComponent = ({
|
|
|
56
55
|
colors: ['lightblue'],
|
|
57
56
|
tintColor: "lightblue"
|
|
58
57
|
})
|
|
59
|
-
},
|
|
58
|
+
}, isLoading && /*#__PURE__*/React.createElement(ExploreLoadingSkeleton, {
|
|
60
59
|
themeStyles: themeStyles
|
|
61
60
|
}), isNothingToShow ? /*#__PURE__*/React.createElement(View, {
|
|
62
61
|
style: styles.emptyContainer
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCallback","useState","View","ScrollView","RefreshControl","useStyles","PageID","AmityRecommendedCommunityComponent","AmityCommunityCategoriesComponent","AmityTrendingCommunitiesComponent","AmityExploreCommunityEmptyComponent","AmityExploreEmptyComponent","useExplore","ExploreLoadingSkeleton","useAmityPage","ErrorComponent","
|
|
1
|
+
{"version":3,"names":["useCallback","useState","View","ScrollView","RefreshControl","useStyles","PageID","AmityRecommendedCommunityComponent","AmityCommunityCategoriesComponent","AmityTrendingCommunitiesComponent","AmityExploreCommunityEmptyComponent","AmityExploreEmptyComponent","useExplore","ExploreLoadingSkeleton","useAmityPage","ErrorComponent","AmityExploreComponent","pageId","WildCardPage","styles","themeStyles","refreshing","setRefreshing","refresh","isLoading","isCategoryEmpty","isRecommendedCommunitiesEmpty","isTrendingCommunitiesEmpty","isAllError","isAllCommunitiesError","onRefresh","isNothingToShow","isNoCommunities","renderError","React","createElement","themeStyle","title","description","style","container","refreshControl","colors","tintColor","emptyContainer","Fragment","categoriesContainer","communitiesSection","sectionErrorContainer","recommendContainer","trendingContainer"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/Explore/Explore.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memo, useCallback, useRef, useState } from 'react';
|
|
1
|
+
import React, { memo, useCallback, useMemo, useRef, useState } from 'react';
|
|
2
2
|
import { FlatList, View } from 'react-native';
|
|
3
3
|
import { RefreshControl } from 'react-native';
|
|
4
4
|
import AmityPostContentComponent from '../../../post/components/Content/Content';
|
|
@@ -45,6 +45,17 @@ const AmityGlobalFeedComponent = ({
|
|
|
45
45
|
const {
|
|
46
46
|
handleViewChange
|
|
47
47
|
} = usePostImpression(itemWithAds === null || itemWithAds === void 0 ? void 0 : itemWithAds.filter(item => isAmityAd(item) ? item === null || item === void 0 ? void 0 : item.adId : item === null || item === void 0 ? void 0 : item.postId));
|
|
48
|
+
const viewabilityConfig = useRef({
|
|
49
|
+
viewAreaCoveragePercentThreshold: 60
|
|
50
|
+
}).current;
|
|
51
|
+
const listHeaderComponent = useMemo(() => {
|
|
52
|
+
if (isShowStoryTab) {
|
|
53
|
+
return /*#__PURE__*/React.createElement(View, null, GlobalFeedHeaderComponent, /*#__PURE__*/React.createElement(AmityStoryTabComponent, {
|
|
54
|
+
type: AmityStoryTabComponentEnum.globalFeed
|
|
55
|
+
}));
|
|
56
|
+
}
|
|
57
|
+
return GlobalFeedHeaderComponent || null;
|
|
58
|
+
}, [isShowStoryTab, GlobalFeedHeaderComponent]);
|
|
48
59
|
if (isExcluded) return null;
|
|
49
60
|
return /*#__PURE__*/React.createElement(FlatList, {
|
|
50
61
|
initialNumToRender: 20,
|
|
@@ -63,7 +74,7 @@ const AmityGlobalFeedComponent = ({
|
|
|
63
74
|
AmityPostContentComponentStyle: AmityPostContentComponentStyleEnum.feed
|
|
64
75
|
}));
|
|
65
76
|
},
|
|
66
|
-
keyExtractor: (item, index) =>
|
|
77
|
+
keyExtractor: (item, index) => isAmityAd(item) ? item.adId.toString() + '_' + index : item.postId.toString() + '_' + index,
|
|
67
78
|
onEndReachedThreshold: 0.5,
|
|
68
79
|
onEndReached: handleLoadMore,
|
|
69
80
|
ref: flatListRef,
|
|
@@ -74,12 +85,8 @@ const AmityGlobalFeedComponent = ({
|
|
|
74
85
|
tintColor: "lightblue"
|
|
75
86
|
}),
|
|
76
87
|
keyboardShouldPersistTaps: "handled",
|
|
77
|
-
ListHeaderComponent:
|
|
78
|
-
|
|
79
|
-
})) : GlobalFeedHeaderComponent,
|
|
80
|
-
viewabilityConfig: {
|
|
81
|
-
viewAreaCoveragePercentThreshold: 60
|
|
82
|
-
},
|
|
88
|
+
ListHeaderComponent: listHeaderComponent,
|
|
89
|
+
viewabilityConfig: viewabilityConfig,
|
|
83
90
|
onViewableItemsChanged: handleViewChange,
|
|
84
91
|
extraData: itemWithAds
|
|
85
92
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["memo","useCallback","useRef","useState","FlatList","View","RefreshControl","AmityPostContentComponent","ComponentID","useAmityComponent","AmityPostContentComponentStyleEnum","AmityStoryTabComponent","AmityStoryTabComponentEnum","usePostImpression","useStyle","isAmityAd","PostAdComponent","Divider","globalFeedPageLimit","AmityGlobalFeedComponent","pageId","isShowStoryTab","GlobalFeedHeaderComponent","itemWithAds","refresh","loading","onNextPage","componentId","global_feed_component","isExcluded","accessibilityId","refreshing","setRefreshing","styles","flatListRef","handleLoadMore","onRefresh","handleViewChange","filter","item","adId","postId","
|
|
1
|
+
{"version":3,"names":["React","memo","useCallback","useMemo","useRef","useState","FlatList","View","RefreshControl","AmityPostContentComponent","ComponentID","useAmityComponent","AmityPostContentComponentStyleEnum","AmityStoryTabComponent","AmityStoryTabComponentEnum","usePostImpression","useStyle","isAmityAd","PostAdComponent","Divider","globalFeedPageLimit","AmityGlobalFeedComponent","pageId","isShowStoryTab","GlobalFeedHeaderComponent","itemWithAds","refresh","loading","onNextPage","componentId","global_feed_component","isExcluded","accessibilityId","refreshing","setRefreshing","styles","flatListRef","handleLoadMore","onRefresh","handleViewChange","filter","item","adId","postId","viewabilityConfig","viewAreaCoveragePercentThreshold","current","listHeaderComponent","createElement","type","globalFeed","initialNumToRender","testID","accessibilityLabel","style","feedWrap","data","renderItem","index","Fragment","ad","post","AmityPostContentComponentStyle","feed","keyExtractor","toString","onEndReachedThreshold","onEndReached","ref","refreshControl","colors","tintColor","keyboardShouldPersistTaps","ListHeaderComponent","onViewableItemsChanged","extraData"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/GlobalFeed/GlobalFeed.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -10,7 +10,6 @@ import { emptyCommunity, plus } from '../../../../../core/assets/icons';
|
|
|
10
10
|
import { Typography } from '../../../../../core/components/Typography/Typography';
|
|
11
11
|
import { SvgXml } from 'react-native-svg';
|
|
12
12
|
import { Button } from '../../../../components/Button/Button';
|
|
13
|
-
import Divider from '../../../../components/Divider';
|
|
14
13
|
const AmityMyCommunitiesComponent = ({
|
|
15
14
|
pageId = PageID.WildCardPage
|
|
16
15
|
}) => {
|
|
@@ -69,7 +68,7 @@ const AmityMyCommunitiesComponent = ({
|
|
|
69
68
|
style: styles.container,
|
|
70
69
|
testID: accessibilityId,
|
|
71
70
|
accessibilityLabel: accessibilityId
|
|
72
|
-
},
|
|
71
|
+
}, !loading && (communities === null || communities === void 0 ? void 0 : communities.length) === 0 ? renderEmptyState() : /*#__PURE__*/React.createElement(CommunitySearchResult, {
|
|
73
72
|
pageId: pageId,
|
|
74
73
|
componentId: componentId,
|
|
75
74
|
isFirstTimeLoading: loading && !communities,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","memo","useCallback","useStyles","useAmityComponent","useCommunities","PageID","ComponentID","useNavigation","useBehaviour","CommunitySearchResult","emptyCommunity","plus","Typography","SvgXml","Button","
|
|
1
|
+
{"version":3,"names":["View","memo","useCallback","useStyles","useAmityComponent","useCommunities","PageID","ComponentID","useNavigation","useBehaviour","CommunitySearchResult","emptyCommunity","plus","Typography","SvgXml","Button","AmityMyCommunitiesComponent","pageId","WildCardPage","componentId","my_communities","isExcluded","accessibilityId","themeStyles","navigation","AmityMyCommunitiesComponentBehaviour","styles","communities","onNextCommunityPage","loading","onPressCommunity","communityId","navigate","onPressCreateCommunity","renderEmptyState","React","createElement","style","emptyContainer","xml","BodyBold","emptyTitleText","Caption","emptyDescriptionText","type","icon","createCommunityButton","onPress","createCommunityButtonText","container","testID","accessibilityLabel","length","isFirstTimeLoading","isLoading","onNextPage"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/MyCommunities/MyCommunities.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,6 @@ import { View } from 'react-native';
|
|
|
3
3
|
import { ComponentID, PageID } from '../../../../enums/enumUIKitID';
|
|
4
4
|
import AmityGlobalFeedComponent from '../GlobalFeed/GlobalFeed';
|
|
5
5
|
import { useStyles } from './styles';
|
|
6
|
-
import Divider from '../../../../components/Divider';
|
|
7
6
|
import { useAmityComponent } from '../../../../hooks';
|
|
8
7
|
import { useCustomRankingGlobalFeed } from '../../../../hooks/useCustomRankingGlobalFeed';
|
|
9
8
|
import NewsFeedLoadingComponent from '../../../../components/NewsFeedLoadingComponent/NewsFeedLoadingComponent';
|
|
@@ -29,7 +28,7 @@ const AmityNewsFeedComponent = ({
|
|
|
29
28
|
onNextPage
|
|
30
29
|
} = useCustomRankingGlobalFeed();
|
|
31
30
|
if (isExcluded) return null;
|
|
32
|
-
if (loading
|
|
31
|
+
if (loading && !(globalFeedPosts !== null && globalFeedPosts !== void 0 && globalFeedPosts.length) || !itemWithAds && globalFeedPosts !== null && globalFeedPosts !== void 0 && globalFeedPosts.length) return /*#__PURE__*/React.createElement(NewsFeedLoadingComponent, null);
|
|
33
32
|
if (!loading && !(globalFeedPosts !== null && globalFeedPosts !== void 0 && globalFeedPosts.length)) return /*#__PURE__*/React.createElement(AmityEmptyNewsFeedComponent, {
|
|
34
33
|
pageId: pageId,
|
|
35
34
|
onPressExploreCommunity: onPressExploreCommunity
|
|
@@ -38,7 +37,7 @@ const AmityNewsFeedComponent = ({
|
|
|
38
37
|
style: styles.container,
|
|
39
38
|
testID: accessibilityId,
|
|
40
39
|
accessibilityLabel: accessibilityId
|
|
41
|
-
}, /*#__PURE__*/React.createElement(
|
|
40
|
+
}, /*#__PURE__*/React.createElement(AmityGlobalFeedComponent, {
|
|
42
41
|
pageId: pageId,
|
|
43
42
|
itemWithAds: itemWithAds,
|
|
44
43
|
refresh: refresh,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["memo","View","ComponentID","PageID","AmityGlobalFeedComponent","useStyles","
|
|
1
|
+
{"version":3,"names":["memo","View","ComponentID","PageID","AmityGlobalFeedComponent","useStyles","useAmityComponent","useCustomRankingGlobalFeed","NewsFeedLoadingComponent","AmityEmptyNewsFeedComponent","AmityNewsFeedComponent","pageId","WildCardPage","onPressExploreCommunity","styles","componentId","newsfeed_component","accessibilityId","isExcluded","itemWithAds","refresh","globalFeedPosts","loading","onNextPage","length","React","createElement","style","container","testID","accessibilityLabel"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/NewsFeed/NewsFeed.tsx"],"mappings":"AAAA,SAAaA,IAAI,QAAQ,OAAO;AAChC,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,WAAW,EAAEC,MAAM,QAAQ,+BAA+B;AACnE,OAAOC,wBAAwB,MAAM,0BAA0B;AAC/D,SAASC,SAAS,QAAQ,UAAU;AACpC,SAASC,iBAAiB,QAAQ,mBAAmB;AACrD,SAASC,0BAA0B,QAAQ,8CAA8C;AACzF,OAAOC,wBAAwB,MAAM,0EAA0E;AAC/G,SAASC,2BAA2B,QAAQ,aAAa;AAOzD,MAAMC,sBAAsD,GAAGA,CAAC;EAC9DC,MAAM,GAAGR,MAAM,CAACS,YAAY;EAC5BC;AACF,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAGT,SAAS,CAAC,CAAC;EAC1B,MAAMU,WAAW,GAAGb,WAAW,CAACc,kBAAkB;EAClD,MAAM;IAAEC,eAAe;IAAEC;EAAW,CAAC,GAAGZ,iBAAiB,CAAC;IACxDK,MAAM;IACNI;EACF,CAAC,CAAC;EAEF,MAAM;IAAEI,WAAW;IAAEC,OAAO;IAAEC,eAAe;IAAEC,OAAO;IAAEC;EAAW,CAAC,GAClEhB,0BAA0B,CAAC,CAAC;EAE9B,IAAIW,UAAU,EAAE,OAAO,IAAI;EAE3B,IACGI,OAAO,IAAI,EAACD,eAAe,aAAfA,eAAe,eAAfA,eAAe,CAAEG,MAAM,KACnC,CAACL,WAAW,IAAIE,eAAe,aAAfA,eAAe,eAAfA,eAAe,CAAEG,MAAO,EAEzC,oBAAOC,KAAA,CAAAC,aAAA,CAAClB,wBAAwB,MAAE,CAAC;EAErC,IAAI,CAACc,OAAO,IAAI,EAACD,eAAe,aAAfA,eAAe,eAAfA,eAAe,CAAEG,MAAM,GACtC,oBACEC,KAAA,CAAAC,aAAA,CAACjB,2BAA2B;IAC1BE,MAAM,EAAEA,MAAO;IACfE,uBAAuB,EAAEA;EAAwB,CAClD,CAAC;EAGN,oBACEY,KAAA,CAAAC,aAAA,CAACzB,IAAI;IACH0B,KAAK,EAAEb,MAAM,CAACc,SAAU;IACxBC,MAAM,EAAEZ,eAAgB;IACxBa,kBAAkB,EAAEb;EAAgB,gBAEpCQ,KAAA,CAAAC,aAAA,CAACtB,wBAAwB;IACvBO,MAAM,EAAEA,MAAO;IACfQ,WAAW,EAAEA,WAAY;IACzBC,OAAO,EAAEA,OAAQ;IACjBE,OAAO,EAAEA,OAAQ;IACjBC,UAAU,EAAEA;EAAW,CACxB,CACG,CAAC;AAEX,CAAC;AAED,4BAAevB,IAAI,CAACU,sBAAsB,CAAC","ignoreList":[]}
|
|
@@ -8,6 +8,7 @@ import AmityCreatePostMenuComponent from '../CreatePostMenu';
|
|
|
8
8
|
import TextKeyElement from '../../../../elements/TextKeyElement/TextKeyElement';
|
|
9
9
|
import { usePopup } from '../../../../hooks/usePopup';
|
|
10
10
|
import Popup from '../../../../components/PopupMenu/PopupMenu';
|
|
11
|
+
import useAuth from '../../../../../core/hooks/useAuth';
|
|
11
12
|
const AmitySocialHomeTopNavigationComponent = ({
|
|
12
13
|
activeTab
|
|
13
14
|
}) => {
|
|
@@ -26,6 +27,9 @@ const AmitySocialHomeTopNavigationComponent = ({
|
|
|
26
27
|
setIsOpen,
|
|
27
28
|
toggle
|
|
28
29
|
} = usePopup();
|
|
30
|
+
const {
|
|
31
|
+
isVisitorOrBot
|
|
32
|
+
} = useAuth();
|
|
29
33
|
const [myCommunitiesTab] = useUiKitConfig({
|
|
30
34
|
page: PageID.social_home_page,
|
|
31
35
|
component: ComponentID.WildCardComponent,
|
|
@@ -135,7 +139,7 @@ const AmitySocialHomeTopNavigationComponent = ({
|
|
|
135
139
|
}, /*#__PURE__*/React.createElement(Image, {
|
|
136
140
|
source: searchIcon,
|
|
137
141
|
style: styles.icon
|
|
138
|
-
})), activeTab !== exploreTab && /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
142
|
+
})), !isVisitorOrBot && activeTab !== exploreTab && /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
139
143
|
style: styles.iconBtn,
|
|
140
144
|
onPress: onPressCreate,
|
|
141
145
|
testID: "top_navigation/post_creation_button",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Image","StyleSheet","TouchableOpacity","View","memo","useCallback","useFocusEffect","useNavigation","useConfigImageUri","useAmityComponent","useUiKitConfig","ComponentID","ElementID","PageID","useBehaviour","AmityCreatePostMenuComponent","TextKeyElement","usePopup","Popup","AmitySocialHomeTopNavigationComponent","activeTab","pageId","social_home_page","componentId","top_navigation","componentConfig","theme","themeStyles","AmitySocialHomeTopNavigationComponentBehaviour","isOpen","setIsOpen","toggle","myCommunitiesTab","page","component","WildCardComponent","element","my_communities_button","keys","exploreTab","explore_button","searchIcon","configPath","global_search_button","configKey","createIcon","post_creation_button","navigation","styles","create","headerContainer","width","alignSelf","flexDirection","justifyContent","alignItems","paddingHorizontal","paddingVertical","marginVertical","zIndex","position","title","fontWeight","color","colors","base","fontSize","flexContainer","iconBtn","borderRadius","backgroundColor","baseShade4","padding","marginHorizontal","icon","height","tintColor","onPressSearch","goToMyCommunitiesSearchPage","navigate","goToGlobalSearchPage","onToggleCreateComponent","onCreateCommunity","onPressCreate","isExcluded","React","createElement","Fragment","style","testID","accessibilityId","accessibilityLabel","pageID","componentID","elementID","header_label","onPress","source","setOpen","open","top","right","create_post_menu"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/TopNavigation/TopNavigation.tsx"],"mappings":"AAAA,SAASA,KAAK,EAAEC,UAAU,EAAEC,gBAAgB,EAAEC,IAAI,QAAQ,cAAc;AACxE,SAAaC,IAAI,EAAEC,WAAW,QAAQ,OAAO;AAE7C,SAASC,cAAc,EAAEC,aAAa,QAAQ,0BAA0B;AAGxE,SACEC,iBAAiB,EACjBC,iBAAiB,EACjBC,cAAc,QACT,mBAAmB;AAC1B,SAASC,WAAW,EAAEC,SAAS,EAAEC,MAAM,QAAQ,+BAA+B;AAC9E,SAASC,YAAY,QAAQ,yCAAyC;AACtE,OAAOC,4BAA4B,MAAM,mBAAmB;AAC5D,OAAOC,cAAc,MAAM,oDAAoD;AAC/E,SAASC,QAAQ,QAAQ,4BAA4B;AACrD,OAAOC,KAAK,MAAM,4CAA4C;
|
|
1
|
+
{"version":3,"names":["Image","StyleSheet","TouchableOpacity","View","memo","useCallback","useFocusEffect","useNavigation","useConfigImageUri","useAmityComponent","useUiKitConfig","ComponentID","ElementID","PageID","useBehaviour","AmityCreatePostMenuComponent","TextKeyElement","usePopup","Popup","useAuth","AmitySocialHomeTopNavigationComponent","activeTab","pageId","social_home_page","componentId","top_navigation","componentConfig","theme","themeStyles","AmitySocialHomeTopNavigationComponentBehaviour","isOpen","setIsOpen","toggle","isVisitorOrBot","myCommunitiesTab","page","component","WildCardComponent","element","my_communities_button","keys","exploreTab","explore_button","searchIcon","configPath","global_search_button","configKey","createIcon","post_creation_button","navigation","styles","create","headerContainer","width","alignSelf","flexDirection","justifyContent","alignItems","paddingHorizontal","paddingVertical","marginVertical","zIndex","position","title","fontWeight","color","colors","base","fontSize","flexContainer","iconBtn","borderRadius","backgroundColor","baseShade4","padding","marginHorizontal","icon","height","tintColor","onPressSearch","goToMyCommunitiesSearchPage","navigate","goToGlobalSearchPage","onToggleCreateComponent","onCreateCommunity","onPressCreate","isExcluded","React","createElement","Fragment","style","testID","accessibilityId","accessibilityLabel","pageID","componentID","elementID","header_label","onPress","source","setOpen","open","top","right","create_post_menu"],"sourceRoot":"../../../../../../../src","sources":["social/features/feed/components/TopNavigation/TopNavigation.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -17,6 +17,7 @@ import NetInfo from '@react-native-community/netinfo';
|
|
|
17
17
|
import { RoomStatus } from '../../../enums/roomStatus';
|
|
18
18
|
import { AmityThumbnailActionComponent } from '../components/ThumbnailAction';
|
|
19
19
|
import { StartLivestreamButton } from '../../../elements/StartLivestreamButton';
|
|
20
|
+
import LiveStreamStartingThumbnail from '../../../components/LivestreamContent/LivestreamStartingThumbnail';
|
|
20
21
|
import { PageID } from '../../../enums';
|
|
21
22
|
import { useShareableLink } from '../../../../core/hooks/useShareableLink';
|
|
22
23
|
import { ShareableLinkModel } from '../../../types';
|
|
@@ -223,8 +224,10 @@ function AmityCreateLivestreamPage() {
|
|
|
223
224
|
const newPost = await PostRepository.createPost(params);
|
|
224
225
|
setPost(newPost.data);
|
|
225
226
|
|
|
226
|
-
//
|
|
227
|
-
|
|
227
|
+
// Do NOT set isConnecting to false here — keep the loading overlay
|
|
228
|
+
// visible until LiveKitRoom fires onConnected, which confirms the
|
|
229
|
+
// video stream is ready. Clearing it prematurely exposes the white
|
|
230
|
+
// background before the camera feed appears (PDT-3089).
|
|
228
231
|
|
|
229
232
|
// Start the timer when live stream actually starts
|
|
230
233
|
if (timerRef.current) {
|
|
@@ -354,9 +357,11 @@ function AmityCreateLivestreamPage() {
|
|
|
354
357
|
}, []);
|
|
355
358
|
return /*#__PURE__*/React.createElement(SafeAreaView, {
|
|
356
359
|
style: styles.container
|
|
357
|
-
}, (!isLive || isLive &&
|
|
360
|
+
}, (!isLive || isLive && reconnecting && !isEnding || isEnding) && /*#__PURE__*/React.createElement(View, {
|
|
358
361
|
style: [styles.overlay, !hasPermission && styles.noPermissionOverlay]
|
|
359
|
-
}),
|
|
362
|
+
}), isLive && isConnecting && /*#__PURE__*/React.createElement(View, {
|
|
363
|
+
style: styles.startingContainer
|
|
364
|
+
}, /*#__PURE__*/React.createElement(LiveStreamStartingThumbnail, null)), hasPermission ? roomToken ? /*#__PURE__*/React.createElement(LiveKitRoom, {
|
|
360
365
|
serverUrl: serverUrl,
|
|
361
366
|
token: roomToken.coHostToken,
|
|
362
367
|
connect: true,
|
|
@@ -384,7 +389,7 @@ function AmityCreateLivestreamPage() {
|
|
|
384
389
|
style: styles.cameraContainer
|
|
385
390
|
}, /*#__PURE__*/React.createElement(View, {
|
|
386
391
|
style: styles.camera
|
|
387
|
-
}, /*#__PURE__*/React.createElement(RoomView, {
|
|
392
|
+
}, !isConnecting && /*#__PURE__*/React.createElement(RoomView, {
|
|
388
393
|
onLocalParticipantReady: setLivekitParticipant,
|
|
389
394
|
isFrontCamera: isFrontCamera
|
|
390
395
|
})))) : /*#__PURE__*/React.createElement(View, {
|
|
@@ -398,7 +403,7 @@ function AmityCreateLivestreamPage() {
|
|
|
398
403
|
flex: 1
|
|
399
404
|
},
|
|
400
405
|
device: cameraDevice,
|
|
401
|
-
isActive:
|
|
406
|
+
isActive: !isConnecting
|
|
402
407
|
}))) : /*#__PURE__*/React.createElement(View, {
|
|
403
408
|
style: styles.permission
|
|
404
409
|
}, /*#__PURE__*/React.createElement(Typography.TitleBold, {
|
|
@@ -417,14 +422,7 @@ function AmityCreateLivestreamPage() {
|
|
|
417
422
|
strokeWidth: 2
|
|
418
423
|
}), /*#__PURE__*/React.createElement(Typography.TitleBold, {
|
|
419
424
|
style: styles.text
|
|
420
|
-
}, "Ending live stream")), isLive ? isConnecting ? /*#__PURE__*/React.createElement(View, {
|
|
421
|
-
style: styles.connecting
|
|
422
|
-
}, /*#__PURE__*/React.createElement(CircularProgressIndicator, {
|
|
423
|
-
size: 40,
|
|
424
|
-
strokeWidth: 2
|
|
425
|
-
}), /*#__PURE__*/React.createElement(Typography.TitleBold, {
|
|
426
|
-
style: styles.text
|
|
427
|
-
}, "Starting live stream")) : /*#__PURE__*/React.createElement(React.Fragment, null, !isEnding && reconnecting && /*#__PURE__*/React.createElement(View, {
|
|
425
|
+
}, "Ending live stream")), isLive ? isConnecting ? null : /*#__PURE__*/React.createElement(React.Fragment, null, !isEnding && reconnecting && /*#__PURE__*/React.createElement(View, {
|
|
428
426
|
style: styles.connecting
|
|
429
427
|
}, /*#__PURE__*/React.createElement(CircularProgressIndicator, {
|
|
430
428
|
size: 40,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCallback","useEffect","useRef","useState","Alert","Image","PermissionsAndroid","Platform","TextInput","TouchableOpacity","View","Linking","useStyles","SafeAreaView","useNavigation","useRoute","useImagePicker","arrowDown","close","SvgXml","Typography","useTheme","useBottomSheet","CircularProgressIndicator","PostRepository","RoomRepository","Button","useRequestPermission","NetInfo","RoomStatus","AmityThumbnailActionComponent","StartLivestreamButton","PageID","useShareableLink","ShareableLinkModel","useCommunity","MenuButton","CopyLinkAction","ShareAction","LiveTimerStatus","CancelCreateLivestreamButton","EndLiveStreamButton","AddThumbnailButton","SwitchCameraButton","Track","LiveKitRoom","registerGlobals","RoomView","Camera","useCameraDevice","useRoomSubscription","useToast","usePostSubscription","useRoom","serverUrl","calculateTime","time","hours","Math","floor","minutes","seconds","toFixed","hoursString","minutesString","secondsString","Number","AmityCreateLivestreamPage","styles","navigation","theme","route","setTime","title","setTitle","isLive","setIsLive","description","setDescription","isEnding","setIsEnding","countdown","setCountdown","post","setPost","roomId","setRoomId","timerRef","connectionLossTimeoutRef","isConnecting","setIsConnecting","androidPermission","setAndroidPermission","iOSPermission","setIOSPermission","reconnecting","setReconnecting","livekitParticipant","setLivekitParticipant","isFrontCamera","setIsFrontCamera","roomToken","setRoomToken","unsubscribeRef","room","subscribedPost","postId","showToast","frontCamera","backCamera","cameraDevice","imageUri","isLoading","progress","uploadedImage","removeSelectedImage","openImageGallery","targetId","targetType","targetName","pop","params","openBottomSheet","closeBottomSheet","bottomSheetHeight","getShareLink","community","undefined","canShare","isPublic","shareLink","livestreams","handleSharePress","height","dark","content","React","createElement","link","pageId","create_livestream_page","disabled","trim","hasPermission","OS","fourHours","countdownStart","toastTriggerTime","switchCamera","cameraPublication","getTrackPublication","Source","track","videoTrack","stop","newFacingMode","restartTrack","facingMode","prev","error","console","shouldCall","onRequestPermissionFailed","callback","setTimeout","checkPermissionAndroid","cameraPermission","request","PERMISSIONS","CAMERA","message","buttonNegative","buttonPositive","microphonePermission","RECORD_AUDIO","RESULTS","GRANTED","err","warn","onGoLive","data","newStream","createRoom","thumbnailFileId","fileId","type","roomTokenResponse","getBroadcasterData","dataType","text","newPost","createPost","current","clearInterval","intervalId","setInterval","alert","confirmEndStreamAlert","style","onPress","endLiveStream","showEndPopup","stopRoom","e","log","navigate","duration","bottomPosition","remaining","ceil","fetch","then","state","isConnected","unsubscribe","addEventListener","status","live","clearTimeout","terminated","replace","isDeleted","container","overlay","noPermissionOverlay","token","coHostToken","connect","options","adaptiveStream","pixelDensity","audio","echoCancellation","noiseSuppression","autoGainControl","video","onConnected","onDisconnected","cameraContainer","camera","onLocalParticipantReady","flex","device","isActive","permission","TitleBold","permissionTitle","Body","permissionDescription","openSettings","BodyBold","connecting","size","strokeWidth","Fragment","Caption","reconnectingText","closeButton","xml","width","color","colors","background","liveRow","variant","countdownOverlay","countdownContainer","countdownText","countdownCircle","countdownNumberContainer","countdownNumber","header","goBack","communityButton","getState","routes","currentIndex","index","previousRoute","name","activeOpacity","communityName","numberOfLines","ellipsizeMode","inputContainer","titleInput","placeholder","maxLength","placeholderTextColor","onChangeText","value","descriptionInput","multiline","scrollEnabled","blurOnSubmit","goLiveContainer","footer","thumbnailButton","onChangeThumbnail","selectionLimit","mediaType","includeBase64","onDeleteThumbnail","thumbnailImageContainer","source","uri","fileUrl","thumbnailImage","thumbnailLoader"],"sourceRoot":"../../../../../../src","sources":["social/features/livestream/Create/Create.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useCallback","useEffect","useRef","useState","Alert","Image","PermissionsAndroid","Platform","TextInput","TouchableOpacity","View","Linking","useStyles","SafeAreaView","useNavigation","useRoute","useImagePicker","arrowDown","close","SvgXml","Typography","useTheme","useBottomSheet","CircularProgressIndicator","PostRepository","RoomRepository","Button","useRequestPermission","NetInfo","RoomStatus","AmityThumbnailActionComponent","StartLivestreamButton","LiveStreamStartingThumbnail","PageID","useShareableLink","ShareableLinkModel","useCommunity","MenuButton","CopyLinkAction","ShareAction","LiveTimerStatus","CancelCreateLivestreamButton","EndLiveStreamButton","AddThumbnailButton","SwitchCameraButton","Track","LiveKitRoom","registerGlobals","RoomView","Camera","useCameraDevice","useRoomSubscription","useToast","usePostSubscription","useRoom","serverUrl","calculateTime","time","hours","Math","floor","minutes","seconds","toFixed","hoursString","minutesString","secondsString","Number","AmityCreateLivestreamPage","styles","navigation","theme","route","setTime","title","setTitle","isLive","setIsLive","description","setDescription","isEnding","setIsEnding","countdown","setCountdown","post","setPost","roomId","setRoomId","timerRef","connectionLossTimeoutRef","isConnecting","setIsConnecting","androidPermission","setAndroidPermission","iOSPermission","setIOSPermission","reconnecting","setReconnecting","livekitParticipant","setLivekitParticipant","isFrontCamera","setIsFrontCamera","roomToken","setRoomToken","unsubscribeRef","room","subscribedPost","postId","showToast","frontCamera","backCamera","cameraDevice","imageUri","isLoading","progress","uploadedImage","removeSelectedImage","openImageGallery","targetId","targetType","targetName","pop","params","openBottomSheet","closeBottomSheet","bottomSheetHeight","getShareLink","community","undefined","canShare","isPublic","shareLink","livestreams","handleSharePress","height","dark","content","React","createElement","link","pageId","create_livestream_page","disabled","trim","hasPermission","OS","fourHours","countdownStart","toastTriggerTime","switchCamera","cameraPublication","getTrackPublication","Source","track","videoTrack","stop","newFacingMode","restartTrack","facingMode","prev","error","console","shouldCall","onRequestPermissionFailed","callback","setTimeout","checkPermissionAndroid","cameraPermission","request","PERMISSIONS","CAMERA","message","buttonNegative","buttonPositive","microphonePermission","RECORD_AUDIO","RESULTS","GRANTED","err","warn","onGoLive","data","newStream","createRoom","thumbnailFileId","fileId","type","roomTokenResponse","getBroadcasterData","dataType","text","newPost","createPost","current","clearInterval","intervalId","setInterval","alert","confirmEndStreamAlert","style","onPress","endLiveStream","showEndPopup","stopRoom","e","log","navigate","duration","bottomPosition","remaining","ceil","fetch","then","state","isConnected","unsubscribe","addEventListener","status","live","clearTimeout","terminated","replace","isDeleted","container","overlay","noPermissionOverlay","startingContainer","token","coHostToken","connect","options","adaptiveStream","pixelDensity","audio","echoCancellation","noiseSuppression","autoGainControl","video","onConnected","onDisconnected","cameraContainer","camera","onLocalParticipantReady","flex","device","isActive","permission","TitleBold","permissionTitle","Body","permissionDescription","openSettings","BodyBold","connecting","size","strokeWidth","Fragment","Caption","reconnectingText","closeButton","xml","width","color","colors","background","liveRow","variant","countdownOverlay","countdownContainer","countdownText","countdownCircle","countdownNumberContainer","countdownNumber","header","goBack","communityButton","getState","routes","currentIndex","index","previousRoute","name","activeOpacity","communityName","numberOfLines","ellipsizeMode","inputContainer","titleInput","placeholder","maxLength","placeholderTextColor","onChangeText","value","descriptionInput","multiline","scrollEnabled","blurOnSubmit","goLiveContainer","footer","thumbnailButton","onChangeThumbnail","selectionLimit","mediaType","includeBase64","onDeleteThumbnail","thumbnailImageContainer","source","uri","fileUrl","thumbnailImage","thumbnailLoader"],"sourceRoot":"../../../../../../src","sources":["social/features/livestream/Create/Create.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -36,6 +36,17 @@ export const useStyles = () => {
|
|
|
36
36
|
noPermissionOverlay: {
|
|
37
37
|
backgroundColor: 'rgba(0, 0, 0, 1)'
|
|
38
38
|
},
|
|
39
|
+
startingContainer: {
|
|
40
|
+
// Full-screen overlay that shows LiveStreamStartingThumbnail during
|
|
41
|
+
// the LiveKit connection phase. Sits above the camera but below the
|
|
42
|
+
// control elements (zIndex 100) so the UI doesn't flash white/black.
|
|
43
|
+
position: 'absolute',
|
|
44
|
+
top: 0,
|
|
45
|
+
left: 0,
|
|
46
|
+
right: 0,
|
|
47
|
+
bottom: 0,
|
|
48
|
+
zIndex: 60
|
|
49
|
+
},
|
|
39
50
|
camera: {
|
|
40
51
|
flex: 1,
|
|
41
52
|
height: '100%'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Dimensions","StyleSheet","useTheme","useSafeAreaInsets","useStyles","theme","height","screenHeight","get","insets","availableHeight","styles","create","container","flex","backgroundColor","colors","background","position","cameraContainer","top","bottom","left","right","zIndex","overlay","noPermissionOverlay","camera","footer","paddingBottom","minHeight","paddingHorizontal","paddingVertical","flexDirection","alignItems","justifyContent","thumbnailButton","gap","thumbnailImageContainer","width","borderRadius","borderWidth","borderColor","overflow","thumbnailImage","resizeMode","thumbnailLoader","transform","translateX","translateY","content","header","inputContainer","paddingTop","titleInput","fontSize","fontWeight","padding","color","descriptionInput","textAlignVertical","lineHeight","maxHeight","goLiveContainer","communityButton","communityName","textAlign","connecting","indicator","text","closeButton","liveRow","permission","permissionTitle","marginBottom","permissionDescription","reconnectingText","containerRoom","participantView","margin","roomContainer","videoTrack","countdownOverlay","countdownContainer","countdownCircle","countdownNumberContainer","countdownNumber","countdownText"],"sourceRoot":"../../../../../../src","sources":["social/features/livestream/Create/styles.ts"],"mappings":"AAAA,SAASA,UAAU,EAAEC,UAAU,QAAQ,cAAc;AACrD,SAASC,QAAQ,QAAQ,oBAAoB;AAE7C,SAASC,iBAAiB,QAAQ,gCAAgC;AAElE,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAGH,QAAQ,CAAa,CAAC;EACpC,MAAM;IAAEI,MAAM,EAAEC;EAAa,CAAC,GAAGP,UAAU,CAACQ,GAAG,CAAC,QAAQ,CAAC;EACzD,MAAMC,MAAM,GAAGN,iBAAiB,CAAC,CAAC;EAElC,MAAMO,eAAe,GAAGH,YAAY,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,EAAE;EACnE,MAAMI,MAAM,GAAGV,UAAU,CAACW,MAAM,CAAC;IAC/BC,SAAS,EAAE;MACTC,IAAI,EAAE,CAAC;MACPC,eAAe,EAAEV,KAAK,CAACW,MAAM,CAACC,UAAU;MACxCC,QAAQ,EAAE;IACZ,CAAC;IACDC,eAAe,EAAE;MACfL,IAAI,EAAE,CAAC;MACPM,GAAG,EAAE,CAAC;MACNC,MAAM,EAAE,EAAE;MACVC,IAAI,EAAE,CAAC;MACPC,KAAK,EAAE,CAAC;MACRL,QAAQ,EAAE,UAAU;MACpBM,MAAM,EAAE;IACV,CAAC;IACDC,OAAO,EAAE;MACPX,IAAI,EAAE,CAAC;MACPM,GAAG,EAAE,CAAC;MACNC,MAAM,EAAE,CAAC;MACTC,IAAI,EAAE,CAAC;MACPC,KAAK,EAAE,CAAC;MACRL,QAAQ,EAAE,UAAU;MACpBM,MAAM,EAAE,EAAE;MACVT,eAAe,EAAE;IACnB,CAAC;IACDW,mBAAmB,EAAE;MACnBX,eAAe,EAAE;IACnB,CAAC;IACDY,MAAM,EAAE;
|
|
1
|
+
{"version":3,"names":["Dimensions","StyleSheet","useTheme","useSafeAreaInsets","useStyles","theme","height","screenHeight","get","insets","availableHeight","styles","create","container","flex","backgroundColor","colors","background","position","cameraContainer","top","bottom","left","right","zIndex","overlay","noPermissionOverlay","startingContainer","camera","footer","paddingBottom","minHeight","paddingHorizontal","paddingVertical","flexDirection","alignItems","justifyContent","thumbnailButton","gap","thumbnailImageContainer","width","borderRadius","borderWidth","borderColor","overflow","thumbnailImage","resizeMode","thumbnailLoader","transform","translateX","translateY","content","header","inputContainer","paddingTop","titleInput","fontSize","fontWeight","padding","color","descriptionInput","textAlignVertical","lineHeight","maxHeight","goLiveContainer","communityButton","communityName","textAlign","connecting","indicator","text","closeButton","liveRow","permission","permissionTitle","marginBottom","permissionDescription","reconnectingText","containerRoom","participantView","margin","roomContainer","videoTrack","countdownOverlay","countdownContainer","countdownCircle","countdownNumberContainer","countdownNumber","countdownText"],"sourceRoot":"../../../../../../src","sources":["social/features/livestream/Create/styles.ts"],"mappings":"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","ignoreList":[]}
|