@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":["useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Animated","Alert","FlatList","useStyles","SvgXml","expandIcon","likeCircle","likedXml","likeXml","personXml","replyIcon","threeDots","addCommentReaction","removeCommentReaction","getAmityUser","Pressable","useAuth","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","useNavigation","ReplyCommentList","CommentRepository","useTimeDifference","LinkPreview","CommentList","commentDetail","onDelete","onClickReply","_previewReplyCommentL","theme","styles","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","referenceId","timeDifference","isLike","setIsLike","includes","likeReaction","setLikeReaction","like","client","apiRegion","replyCommentList","setReplyCommentList","previewReplyCommentList","setPreviewReplyCommentList","replyCommentCollection","setReplyCommentCollection","onNextPage","hasNextPage","isOpenReply","setIsOpenReply","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","Value","current","navigation","getReplyComments","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","formatReplyComments","replyComments","isPreviewReply","length","formattedCommentList","Promise","all","map","item","_item$metadata","userObject","userId","formattedUserObject","displayName","avatarFileId","dataType","updatedAt","children","metadata","mentioned","getCommentsParams","referenceType","dataTypes","values","matchType","limit","parentId","getComments","result","openReplyComment","addReactionToComment","deletePostObject","alert","style","onPress","reportCommentObject","unReportPost","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","onPressCommentReaction","navigate","React","createElement","key","commentWrap","headerSection","avatar","source","uri","xml","width","height","rightSection","headerRow","headerText","timeRow","headerTextTime","dot","commentBubble","mentionPositionArr","actionSection","likeBtn","colors","primary","likedText","btnText","base","renderItem","keyExtractor","index","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","modalRow","deleteText","onFinishEdit","onClose"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/CommentList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Animated","Alert","FlatList","useStyles","SvgXml","expandIcon","likeCircle","likedXml","likeXml","personXml","replyIcon","threeDots","addCommentReaction","removeCommentReaction","getAmityUser","Pressable","useAuth","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","useNavigation","ReplyCommentList","CommentRepository","useTimeDifference","LinkPreview","CommentList","commentDetail","onDelete","onClickReply","_previewReplyCommentL","theme","styles","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","referenceId","timeDifference","isLike","setIsLike","includes","likeReaction","setLikeReaction","like","client","apiRegion","replyCommentList","setReplyCommentList","previewReplyCommentList","setPreviewReplyCommentList","replyCommentCollection","setReplyCommentCollection","onNextPage","hasNextPage","isOpenReply","setIsOpenReply","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","Value","current","navigation","getReplyComments","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","formatReplyComments","replyComments","isPreviewReply","length","formattedCommentList","Promise","all","map","item","_item$metadata","userObject","userId","formattedUserObject","displayName","avatarFileId","dataType","updatedAt","children","metadata","mentioned","getCommentsParams","referenceType","dataTypes","values","matchType","limit","parentId","getComments","result","openReplyComment","addReactionToComment","deletePostObject","alert","style","onPress","reportCommentObject","unReportPost","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","onPressCommentReaction","navigate","React","createElement","key","commentWrap","headerSection","avatar","source","uri","xml","width","height","rightSection","headerRow","headerText","timeRow","headerTextTime","dot","commentBubble","mentionPositionArr","actionSection","likeBtn","colors","primary","likedText","btnText","base","renderItem","keyExtractor","index","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","modalRow","deleteText","onFinishEdit","onClose"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/CommentList/index.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/module/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Text","useStyles","memo","useNavigation","RenderTextWithMention","mentionPositionArr","textPost","styles","navigation","length","React","createElement","style","inputText","mentionClick","userId","navigate","currentPosition","result","map","index","i","nonHighlightedText","slice","highlightedText","onPress","key","mentionText","remainingText","push","flat"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AACnC,SAASC,SAAS,QAAQ,WAAW;AACrC,SAASC,IAAI,QAAQ,OAAO;AAC5B,SAASC,aAAa,QAAQ,0BAA0B;AAUxD,MAAMC,qBAAuD,GAAGA,CAAC;EAC/DC,kBAAkB;EAClBC;AACF,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAGN,SAAS,CAAC,CAAC;EAC1B,MAAMO,UAAU,GACdL,aAAa,CAAC,CAAkD;EAClE,IAAIE,kBAAkB,CAACI,MAAM,KAAK,CAAC,EAAE;IACnC,oBAAOC,KAAA,CAAAC,aAAA,CAACX,IAAI;MAACY,KAAK,EAAEL,MAAM,CAACM;IAAU,GAAEP,QAAe,CAAC;EACzD;EACA,MAAMQ,YAAY,GAAIC,MAAc,IAAK;IACvCP,UAAU,CAACQ,QAAQ,CAAC,aAAa,EAAE;MACjCD,MAAM,EAAEA;IACV,CAAC,CAAC;EACJ,CAAC;EACD,IAAIE,eAAe,GAAG,CAAC;EACvB,MAAMC,
|
|
1
|
+
{"version":3,"names":["Text","useStyles","memo","useNavigation","RenderTextWithMention","mentionPositionArr","textPost","styles","navigation","length","React","createElement","style","inputText","mentionClick","userId","navigate","currentPosition","result","map","index","i","nonHighlightedText","slice","highlightedText","onPress","key","mentionText","remainingText","push","flat"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AACnC,SAASC,SAAS,QAAQ,WAAW;AACrC,SAASC,IAAI,QAAQ,OAAO;AAC5B,SAASC,aAAa,QAAQ,0BAA0B;AAUxD,MAAMC,qBAAuD,GAAGA,CAAC;EAC/DC,kBAAkB;EAClBC;AACF,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAGN,SAAS,CAAC,CAAC;EAC1B,MAAMO,UAAU,GACdL,aAAa,CAAC,CAAkD;EAClE,IAAIE,kBAAkB,CAACI,MAAM,KAAK,CAAC,EAAE;IACnC,oBAAOC,KAAA,CAAAC,aAAA,CAACX,IAAI;MAACY,KAAK,EAAEL,MAAM,CAACM;IAAU,GAAEP,QAAe,CAAC;EACzD;EACA,MAAMQ,YAAY,GAAIC,MAAc,IAAK;IACvCP,UAAU,CAACQ,QAAQ,CAAC,aAAa,EAAE;MACjCD,MAAM,EAAEA;IACV,CAAC,CAAC;EACJ,CAAC;EACD,IAAIE,eAAe,GAAG,CAAC;EACvB,MAAMC,MAAyC,GAAGb,kBAAkB,CAACc,GAAG,CACtE,CAAC;IAAEC,KAAK;IAAEX,MAAM;IAAEM;EAAO,CAAC,EAAEM,CAAC,KAAK;IAChC;IACA,MAAMC,kBAAkB,GAAGhB,QAAQ,CAACiB,KAAK,CAACN,eAAe,EAAEG,KAAK,CAAC;;IAEjE;IACA,MAAMI,eAAe,gBACnBd,KAAA,CAAAC,aAAA,CAACX,IAAI;MACHyB,OAAO,EAAEA,CAAA,KAAMX,YAAY,CAACC,MAAM,CAAE;MACpCW,GAAG,EAAE,eAAeL,CAAC,EAAG;MACxBT,KAAK,EAAEL,MAAM,CAACoB;IAAY,GAEzBrB,QAAQ,CAACiB,KAAK,CAACH,KAAK,EAAEA,KAAK,GAAGX,MAAM,CACjC,CACP;;IAED;IACAQ,eAAe,GAAGG,KAAK,GAAGX,MAAM;;IAEhC;IACA,OAAO,CAACa,kBAAkB,EAAEE,eAAe,CAAC;EAC9C,CACF,CAAC;;EAED;EACA,MAAMI,aAAa,GAAGtB,QAAQ,CAACiB,KAAK,CAACN,eAAe,CAAC;EACrDC,MAAM,CAACW,IAAI,CAAC,cACVnB,KAAA,CAAAC,aAAA,CAACX,IAAI;IAAC0B,GAAG,EAAC,qBAAqB;IAACd,KAAK,EAAEL,MAAM,CAACM;EAAU,GACrDe,aACG,CAAC,CACR,CAAC;;EAEF;EACA,oBAAOlB,KAAA,CAAAC,aAAA,CAACX,IAAI;IAACY,KAAK,EAAEL,MAAM,CAACM;EAAU,GAAEK,MAAM,CAACY,IAAI,CAAC,CAAQ,CAAC;AAC9D,CAAC;AAED,4BAAe5B,IAAI,CAACE,qBAAqB,CAAC","ignoreList":[]}
|
|
@@ -288,6 +288,8 @@ export default function PostList({
|
|
|
288
288
|
style: styles.headerSection
|
|
289
289
|
}, /*#__PURE__*/React.createElement(View, {
|
|
290
290
|
style: styles.user
|
|
291
|
+
}, user !== null && user !== void 0 && user.userId ? /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
292
|
+
onPress: handleDisplayNamePress
|
|
291
293
|
}, user !== null && user !== void 0 && user.avatarCustomUrl ? /*#__PURE__*/React.createElement(Image, {
|
|
292
294
|
style: styles.avatar,
|
|
293
295
|
source: {
|
|
@@ -304,15 +306,33 @@ export default function PostList({
|
|
|
304
306
|
xml: personXml,
|
|
305
307
|
width: "20",
|
|
306
308
|
height: "16"
|
|
307
|
-
})), /*#__PURE__*/React.createElement(
|
|
309
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null, user !== null && user !== void 0 && user.avatarCustomUrl ? /*#__PURE__*/React.createElement(Image, {
|
|
310
|
+
style: styles.avatar,
|
|
311
|
+
source: {
|
|
312
|
+
uri: user.avatarCustomUrl
|
|
313
|
+
}
|
|
314
|
+
}) : user !== null && user !== void 0 && user.avatarFileId ? /*#__PURE__*/React.createElement(Image, {
|
|
315
|
+
style: styles.avatar,
|
|
316
|
+
source: {
|
|
317
|
+
uri: `https://api.${apiRegion}.amity.co/api/v3/files/${user.avatarFileId}/download`
|
|
318
|
+
}
|
|
319
|
+
}) : /*#__PURE__*/React.createElement(View, {
|
|
320
|
+
style: styles.avatar
|
|
321
|
+
}, /*#__PURE__*/React.createElement(SvgXml, {
|
|
322
|
+
xml: personXml,
|
|
323
|
+
width: "20",
|
|
324
|
+
height: "16"
|
|
325
|
+
}))), /*#__PURE__*/React.createElement(View, {
|
|
308
326
|
style: styles.fillSpace
|
|
309
327
|
}, /*#__PURE__*/React.createElement(View, {
|
|
310
328
|
style: styles.headerRow
|
|
311
|
-
}, /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
329
|
+
}, user !== null && user !== void 0 && user.userId ? /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
312
330
|
onPress: handleDisplayNamePress
|
|
313
331
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
314
332
|
style: styles.headerText
|
|
315
|
-
}, user === null || user === void 0 ? void 0 : user.displayName))
|
|
333
|
+
}, user === null || user === void 0 ? void 0 : user.displayName)) : /*#__PURE__*/React.createElement(Text, {
|
|
334
|
+
style: styles.headerText
|
|
335
|
+
}, user === null || user === void 0 ? void 0 : user.displayName), communityName && /*#__PURE__*/React.createElement(View, {
|
|
316
336
|
style: styles.communityNameContainer
|
|
317
337
|
}, /*#__PURE__*/React.createElement(SvgXml, {
|
|
318
338
|
style: styles.arrow,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useCallback","useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Pressable","Animated","Alert","SvgXml","arrowXml","commentXml","likedXml","likeXml","personXml","threeDots","useStyles","addPostReaction","isReportTarget","removePostReaction","reportTargetById","unReportTargetById","useNavigation","useAuth","EditPostModal","useTheme","postDetailSlice","globalFeedSlice","feedSlice","useTimeDifference","CommunityRepository","PostContent","useUIKitDispatch","PostList","postDetail","onDelete","theme","client","apiRegion","styles","isLike","setIsLike","likeReaction","setLikeReaction","communityName","setCommunityName","isJoined","setIsJoined","textPost","setTextPost","privateCommunityId","setPrivateCommunityId","isVisible","setIsVisible","isEdit","setIsEdit","isReportByMe","setIsReportByMe","editPostModalVisible","setEditPostModalVisible","slideAnimation","Value","current","navigation","dispatch","mentionPositionArr","setMentionsPositionArr","updateByPostId","updateByPostIdGlobalFeed","actions","updatePostDetail","postId","data","myReactions","reactions","reactionCount","commentsCount","createdAt","creator","user","targetType","targetId","children","childrenPosts","editedAt","metadata","mentionPosition","mentioned","timeDifference","length","like","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","unsubCommunity","getCommunity","error","loading","community","displayName","isPublic","communityId","text","includes","renderLikeText","likeNumber","renderCommentText","commentNumber","addReactionToPost","isLiked","prev","updatedLikeReaction","updatedPost","onClickComment","navigate","handleDisplayNamePress","userId","handleCommunityNamePress","deletePostObject","alert","style","onPress","reportPostObject","unReportPost","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","renderOptionModal","React","createElement","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","openEditPostModal","modalRow","deleteText","closeEditPostModal","handleOnFinishEdit","postData","onClickReactions","referenceId","referenceType","onPressPost","key","postWrap","headerSection","avatarCustomUrl","avatar","source","uri","avatarFileId","xml","width","height","fillSpace","headerRow","headerText","communityNameContainer","arrow","ellipsizeMode","numberOfLines","timeRow","headerTextTime","dot","colors","base","bodySection","post","countSection","likeCountText","commentCountText","actionSection","likeBtn","primary","likedText","btnText","commentBtn","onClose","onFinishEdit"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/PostList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useCallback","useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Pressable","Animated","Alert","SvgXml","arrowXml","commentXml","likedXml","likeXml","personXml","threeDots","useStyles","addPostReaction","isReportTarget","removePostReaction","reportTargetById","unReportTargetById","useNavigation","useAuth","EditPostModal","useTheme","postDetailSlice","globalFeedSlice","feedSlice","useTimeDifference","CommunityRepository","PostContent","useUIKitDispatch","PostList","postDetail","onDelete","theme","client","apiRegion","styles","isLike","setIsLike","likeReaction","setLikeReaction","communityName","setCommunityName","isJoined","setIsJoined","textPost","setTextPost","privateCommunityId","setPrivateCommunityId","isVisible","setIsVisible","isEdit","setIsEdit","isReportByMe","setIsReportByMe","editPostModalVisible","setEditPostModalVisible","slideAnimation","Value","current","navigation","dispatch","mentionPositionArr","setMentionsPositionArr","updateByPostId","updateByPostIdGlobalFeed","actions","updatePostDetail","postId","data","myReactions","reactions","reactionCount","commentsCount","createdAt","creator","user","targetType","targetId","children","childrenPosts","editedAt","metadata","mentionPosition","mentioned","timeDifference","length","like","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","unsubCommunity","getCommunity","error","loading","community","displayName","isPublic","communityId","text","includes","renderLikeText","likeNumber","renderCommentText","commentNumber","addReactionToPost","isLiked","prev","updatedLikeReaction","updatedPost","onClickComment","navigate","handleDisplayNamePress","userId","handleCommunityNamePress","deletePostObject","alert","style","onPress","reportPostObject","unReportPost","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","renderOptionModal","React","createElement","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","openEditPostModal","modalRow","deleteText","closeEditPostModal","handleOnFinishEdit","postData","onClickReactions","referenceId","referenceType","onPressPost","key","postWrap","headerSection","avatarCustomUrl","avatar","source","uri","avatarFileId","xml","width","height","Fragment","fillSpace","headerRow","headerText","communityNameContainer","arrow","ellipsizeMode","numberOfLines","timeRow","headerTextTime","dot","colors","base","bodySection","post","countSection","likeCountText","commentCountText","actionSection","likeBtn","primary","likedText","btnText","commentBtn","onClose","onFinishEdit"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/PostList/index.tsx"],"mappings":"AAAA,SAASA,WAAW,EAAEC,SAAS,EAAEC,MAAM,EAAEC,QAAQ,QAAQ,OAAO;AAChE,SACEC,IAAI,EACJC,IAAI,EACJC,gBAAgB,EAChBC,KAAK,EACLC,KAAK,EACLC,SAAS,EACTC,QAAQ,EACRC,KAAK,QAEA,cAAc;AACrB,SAASC,MAAM,QAAQ,kBAAkB;AACzC,SACEC,QAAQ,EACRC,UAAU,EACVC,QAAQ,EACRC,OAAO,EACPC,SAAS,EACTC,SAAS,QACJ,sCAAsC;AAC7C,SAASC,SAAS,QAAQ,UAAU;AAEpC,SACEC,eAAe,EACfC,cAAc,EACdC,kBAAkB,EAClBC,gBAAgB,EAChBC,kBAAkB,QACb,iCAAiC;AACxC,SAASC,aAAa,QAAQ,0BAA0B;AAExD,OAAOC,OAAO,MAAM,mCAAmC;AACvD,OAAOC,aAAa,MAAM,qBAAqB;AAC/C,SAASC,QAAQ,QAAQ,oBAAoB;AAE7C,OAAOC,eAAe,MAAM,mDAAmD;AAC/E,OAAOC,eAAe,MAAM,mDAAmD;AAE/E,OAAOC,SAAS,MAAM,6CAA6C;AAEnE,SAASC,iBAAiB,QAAQ,6CAA6C;AAC/E,SAASC,mBAAmB,QAAQ,8BAA8B;AAClE,OAAOC,WAAW,MAAM,sBAAsB;AAC9C,SAASC,gBAAgB,QAAQ,kCAAkC;AAsCnE,eAAe,SAASC,QAAQA,CAAC;EAAEC,UAAU;EAAEC;AAAoB,CAAC,EAAE;EACpE,MAAMC,KAAK,GAAGX,QAAQ,CAAC,CAAe;EACtC,MAAM;IAAEY,MAAM;IAAEC;EAAU,CAAC,GAAGf,OAAO,CAAC,CAAC;EACvC,MAAMgB,MAAM,GAAGvB,SAAS,CAAC,CAAC;EAC1B,MAAM,CAACwB,MAAM,EAAEC,SAAS,CAAC,GAAGzC,QAAQ,CAAU,KAAK,CAAC;EACpD,MAAM,CAAC0C,YAAY,EAAEC,eAAe,CAAC,GAAG3C,QAAQ,CAAS,CAAC,CAAC;EAC3D,MAAM,CAAC4C,aAAa,EAAEC,gBAAgB,CAAC,GAAG7C,QAAQ,CAAC,EAAE,CAAC;EACtD,MAAM,CAAC8C,QAAQ,EAAEC,WAAW,CAAC,GAAG/C,QAAQ,CAAU,IAAI,CAAC;EACvD,MAAM,CAACgD,QAAQ,EAAEC,WAAW,CAAC,GAAGjD,QAAQ,CAAS,EAAE,CAAC;EACpD,MAAM,CAACkD,kBAAkB,EAAEC,qBAAqB,CAAC,GAAGnD,QAAQ,CAAC,IAAI,CAAC;EAClE,MAAM,CAACoD,SAAS,EAAEC,YAAY,CAAC,GAAGrD,QAAQ,CAAU,KAAK,CAAC;EAC1D,MAAM,CAACsD,MAAM,EAAEC,SAAS,CAAC,GAAGvD,QAAQ,CAAU,KAAK,CAAC;EACpD,MAAM,CAACwD,YAAY,EAAEC,eAAe,CAAC,GAAGzD,QAAQ,CAAU,KAAK,CAAC;EAChE,MAAM,CAAC0D,oBAAoB,EAAEC,uBAAuB,CAAC,GACnD3D,QAAQ,CAAU,KAAK,CAAC;EAC1B,MAAM4D,cAAc,GAAG7D,MAAM,CAAC,IAAIQ,QAAQ,CAACsD,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EAC5D,MAAMC,UAAU,GACdzC,aAAa,CAAgD,CAAC;EAChE,MAAM0C,QAAQ,GAAGhC,gBAAgB,CAAC,CAAC;EAEnC,MAAM,CAACiC,kBAAkB,EAAEC,sBAAsB,CAAC,GAAGlE,QAAQ,CAE3D,EAAE,CAAC;EACL,MAAM;IAAEmE,cAAc,EAAEC;EAAyB,CAAC,GAAGzC,eAAe,CAAC0C,OAAO;EAC5E,MAAM;IAAEF;EAAe,CAAC,GAAGvC,SAAS,CAACyC,OAAO;EAC5C,MAAM;IAAEC;EAAiB,CAAC,GAAG5C,eAAe,CAAC2C,OAAO;EACpD,MAAM;IACJE,MAAM;IACNC,IAAI;IACJC,WAAW,GAAG,EAAE;IAChBC,SAAS,EAAEC,aAAa;IACxBC,aAAa;IACbC,SAAS;IACTC,OAAO,EAAEC,IAAI;IACbC,UAAU;IACVC,QAAQ;IACRC,QAAQ,EAAEC,aAAa,GAAG,EAAE;IAC5BC,QAAQ;IACRC;EACF,CAAC,GAAGnD,UAAU,IAAI,CAAC,CAAC;EACpB,MAAMoD,eAAe,GAAGD,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEE,SAAS;EAE3C,MAAMC,cAAc,GAAG3D,iBAAiB,CAACgD,SAAS,CAAC;EAEnD/E,SAAS,CAAC,MAAM;IACd,IAAIwF,eAAe,EAAE;MACnBpB,sBAAsB,CAACoB,eAAe,CAAC;IACzC;EACF,CAAC,EAAE,CAACA,eAAe,CAAC,CAAC;EAErBxF,SAAS,CAAC,MAAM;IACd,IAAI2E,WAAW,IAAI,CAAAA,WAAW,aAAXA,WAAW,uBAAXA,WAAW,CAAEgB,MAAM,IAAG,CAAC,EAAE;MAC1ChD,SAAS,CAAC,IAAI,CAAC;IACjB,CAAC,MAAM;MACLA,SAAS,CAAC,KAAK,CAAC;IAClB;IACA,IAAIkC,aAAa,aAAbA,aAAa,eAAbA,aAAa,CAAEe,IAAI,EAAE;MACvB/C,eAAe,CAACgC,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEe,IAAI,CAAC;IACtC,CAAC,MAAM;MACL/C,eAAe,CAAC,CAAC,CAAC;IACpB;EACF,CAAC,EAAE,CAAC8B,WAAW,EAAEE,aAAa,CAAC,CAAC;EAEhC,MAAMgB,SAAS,GAAGA,CAAA,KAAM;IACtBtC,YAAY,CAAC,IAAI,CAAC;EACpB,CAAC;EAED,MAAMuC,UAAU,GAAGA,CAAA,KAAM;IACvBrF,QAAQ,CAACsF,MAAM,CAACjC,cAAc,EAAE;MAC9BkC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE;IACnB,CAAC,CAAC,CAACC,KAAK,CAAC,MAAM5C,YAAY,CAAC,KAAK,CAAC,CAAC;EACrC,CAAC;EAED,MAAM6C,aAAa,GAAGrG,WAAW,CAAC,YAAY;IAC5C,MAAMsG,QAAQ,GAAG,MAAMjF,cAAc,CAAC,MAAM,EAAEqD,MAAM,CAAC;IACrD,IAAI4B,QAAQ,EAAE;MACZ1C,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC,EAAE,CAACc,MAAM,CAAC,CAAC;EAEZzE,SAAS,CAAC,MAAM;IACdoG,aAAa,CAAC,CAAC;EACjB,CAAC,EAAE,CAACA,aAAa,CAAC,CAAC;EAEnBpG,SAAS,CAAC,MAAM;IACd,IAAIsG,cAA0B;IAC9B,IAAIpB,UAAU,KAAK,WAAW,IAAIC,QAAQ,EAAE;MAC1CmB,cAAc,GAAGtE,mBAAmB,CAACuE,YAAY,CAC/CpB,QAAQ,EACR,CAAC;QAAEqB,KAAK;QAAEC,OAAO;QAAE/B,IAAI,EAAEgC;MAAU,CAAC,KAAK;QACvC,IAAIF,KAAK,EAAE;QACX,IAAI,CAACC,OAAO,EAAE;UACZ1D,gBAAgB,CAAC2D,SAAS,CAACC,WAAW,CAAC;UACvC1D,WAAW,CAACyD,SAAS,CAAC1D,QAAQ,CAAC;UAC/B,CAAC0D,SAAS,CAACE,QAAQ,IAAIvD,qBAAqB,CAACqD,SAAS,CAACG,WAAW,CAAC;QACrE;MACF,CACF,CAAC;IACH;IACA,OAAO,MAAMP,cAAc,IAAIA,cAAc,CAAC,CAAC;EACjD,CAAC,EAAE,CAACnB,QAAQ,EAAED,UAAU,CAAC,CAAC;EAE1BlF,SAAS,CAAC,MAAM;IACdmD,WAAW,CAAEuB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAA4BoC,IAAI,CAAC;IAClD,IAAInC,WAAW,CAACgB,MAAM,GAAG,CAAC,IAAIhB,WAAW,CAACoC,QAAQ,CAAC,MAAM,CAAC,EAAE;MAC1DpE,SAAS,CAAC,IAAI,CAAC;IACjB;IACA,IAAIkC,aAAa,aAAbA,aAAa,eAAbA,aAAa,CAAEe,IAAI,EAAE;MACvB/C,eAAe,CAACgC,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEe,IAAI,CAAC;IACtC;EACF,CAAC,EAAE,CAAClB,IAAI,EAAEC,WAAW,EAAEE,aAAa,aAAbA,aAAa,uBAAbA,aAAa,CAAEe,IAAI,EAAET,QAAQ,EAAED,UAAU,CAAC,CAAC;EAElE,MAAM8B,cAAc,GAAGjH,WAAW,CAC/BkH,UAA8B,IAAa;IAC1C,IAAI,CAACA,UAAU,EAAE,OAAO,EAAE;IAC1B,IAAIA,UAAU,KAAK,CAAC,EAAE,OAAO,MAAM;IACnC,OAAO,OAAO;EAChB,CAAC,EACD,EACF,CAAC;EACD,MAAMC,iBAAiB,GAAGnH,WAAW,CAClCoH,aAAiC,IAAa;IAC7C,IAAI,CAACA,aAAa,EAAE,OAAO,EAAE;IAC7B,IAAIA,aAAa,KAAK,CAAC,EAAE,OAAO,SAAS;IACzC,OAAO,UAAU;EACnB,CAAC,EACD,EACF,CAAC;EAED,MAAMC,iBAAiB,GAAGrH,WAAW,CACnC,MAAOsH,OAAO,IAAK;IACjB1E,SAAS,CAAE2E,IAAI,IAAK,CAACA,IAAI,CAAC;IAC1BzE,eAAe,CAAEyE,IAAI,IAAMD,OAAO,GAAGC,IAAI,GAAG,CAAC,GAAGA,IAAI,GAAG,CAAE,CAAC;IAC1D,MAAMC,mBAAmB,GAAGF,OAAO,GAAGzE,YAAY,GAAG,CAAC,GAAGA,YAAY,GAAG,CAAC;IACzE,MAAM4E,WAAW,GAAG;MAClB,GAAGpF,UAAU;MACbyC,aAAa,EAAE;QAAEe,IAAI,EAAE2B;MAAoB,CAAC;MAC5C5C,WAAW,EAAE0C,OAAO,GAAG,EAAE,GAAG,CAAC,MAAM;IACrC,CAAC;IAED,IAAI;MACFnD,QAAQ,CACNI,wBAAwB,CAAC;QACvBG,MAAM,EAAEA,MAAM;QACdrC,UAAU,EAAEoF;MACd,CAAC,CACH,CAAC;MACDtD,QAAQ,CAACG,cAAc,CAAC;QAAEI,MAAM,EAAEA,MAAM;QAAErC,UAAU,EAAEoF;MAAY,CAAC,CAAC,CAAC;MAErE,IAAIH,OAAO,EAAE;QACX,MAAMhG,kBAAkB,CAACoD,MAAM,EAAE,MAAM,CAAC;MAC1C,CAAC,MAAM;QACL,MAAMtD,eAAe,CAACsD,MAAM,EAAE,MAAM,CAAC;MACvC;IACF,CAAC,CAAC,OAAO+B,KAAK,EAAE;MACd3D,eAAe,CAAEyE,IAAI,IAAKA,IAAI,CAAC;IACjC;EACF,CAAC,EACD,CACEpD,QAAQ,EACRtB,YAAY,EACZR,UAAU,EACVqC,MAAM,EACNJ,cAAc,EACdC,wBAAwB,CAE5B,CAAC;EAED,SAASmD,cAAcA,CAAA,EAAG;IACxBvD,QAAQ,CACNM,gBAAgB,CAAC;MACf,GAAGpC,UAAU;MACbuC,WAAW,EAAEjC,MAAM,GAAG,CAAC,MAAM,CAAC,GAAG,EAAE;MACnCkC,SAAS,EAAE;QAAEgB,IAAI,EAAEhD;MAAa,CAAC;MACjCkC,aAAa,EAAEA;IACjB,CAAC,CACH,CAAC;IACDb,UAAU,CAACyD,QAAQ,CAAC,YAAY,EAAE;MAChCjD,MAAM,EAAErC,UAAU,CAACqC;IACrB,CAAC,CAAC;EACJ;EACA,MAAMkD,sBAAsB,GAAGA,CAAA,KAAM;IACnC,IAAI1C,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE2C,MAAM,EAAE;MAChB3D,UAAU,CAACyD,QAAQ,CAAC,aAAa,EAAE;QACjCE,MAAM,EAAE3C,IAAI,CAAC2C;MACf,CAAC,CAAC;IACJ;EACF,CAAC;EAED,MAAMC,wBAAwB,GAAGA,CAAA,KAAM;IACrC,IAAI3C,UAAU,KAAK,WAAW,IAAIC,QAAQ,EAAE;MAC1ClB,UAAU,CAACyD,QAAQ,CAAC,eAAe,EAAE;QACnCb,WAAW,EAAE1B,QAAQ;QACrBrC,aAAa,EAAEA;MACjB,CAAC,CAAC;IACJ;EACF,CAAC;EACD,MAAMgF,gBAAgB,GAAGA,CAAA,KAAM;IAC7BpH,KAAK,CAACqH,KAAK,CACT,kBAAkB,EAClB,gFAAgF,EAChF,CACE;MACEjB,IAAI,EAAE,QAAQ;MACdkB,KAAK,EAAE;IACT,CAAC,EACD;MACElB,IAAI,EAAE,QAAQ;MACdkB,KAAK,EAAE,aAAa;MACpBC,OAAO,EAAEA,CAAA,KAAM5F,QAAQ,IAAIA,QAAQ,CAACoC,MAAM;IAC5C,CAAC,CAEL,CAAC;IACDlB,YAAY,CAAC,KAAK,CAAC;EACrB,CAAC;EACD,MAAM2E,gBAAgB,GAAG,MAAAA,CAAA,KAAY;IACnC,IAAIxE,YAAY,EAAE;MAChB,MAAMyE,YAAY,GAAG,MAAM5G,kBAAkB,CAAC,MAAM,EAAEkD,MAAM,CAAC;MAC7D,IAAI0D,YAAY,EAAE;QAChBzH,KAAK,CAACqH,KAAK,CAAC,kBAAkB,CAAC;MACjC;MACAxE,YAAY,CAAC,KAAK,CAAC;MACnBI,eAAe,CAAC,KAAK,CAAC;IACxB,CAAC,MAAM;MACL,MAAMyE,UAAU,GAAG,MAAM9G,gBAAgB,CAAC,MAAM,EAAEmD,MAAM,CAAC;MACzD,IAAI2D,UAAU,EAAE;QACd1H,KAAK,CAACqH,KAAK,CAAC,aAAa,CAAC;MAC5B;MACAxE,YAAY,CAAC,KAAK,CAAC;MACnBI,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EAED,MAAM0E,UAAU,GAAG;IACjBC,SAAS,EAAE,CACT;MACEC,UAAU,EAAEzE,cAAc,CAAC0E,WAAW,CAAC;QACrCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAE;MACzB,CAAC;IACH,CAAC;EAEL,CAAC;EAED,MAAMC,iBAAiB,GAAGA,CAAA,KAAM;IAC9B,oBACEC,KAAA,CAAAC,aAAA,CAACtI,KAAK;MACJuI,aAAa,EAAC,MAAM;MACpBC,WAAW,EAAE,IAAK;MAClBC,OAAO,EAAE1F,SAAU;MACnB2F,cAAc,EAAEnD;IAAW,gBAE3B8C,KAAA,CAAAC,aAAA,CAACrI,SAAS;MAACyH,OAAO,EAAEnC,UAAW;MAACkC,KAAK,EAAEvF,MAAM,CAACyG;IAAe,gBAC3DN,KAAA,CAAAC,aAAA,CAACpI,QAAQ,CAACN,IAAI;MACZ6H,KAAK,EAAE,CACLvF,MAAM,CAAC0G,YAAY,EACnBd,UAAU,EACV,CAAApD,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE2C,MAAM,MAAMrF,MAAM,CAAkBqF,MAAM,IAC9CnF,MAAM,CAAC2G,UAAU;IACnB,GAED,CAAAnE,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE2C,MAAM,MAAMrF,MAAM,CAAkBqF,MAAM,gBAC/CgB,KAAA,CAAAC,aAAA,CAAC1I,IAAI,qBACHyI,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;MACf4H,OAAO,EAAEoB,iBAAkB;MAC3BrB,KAAK,EAAEvF,MAAM,CAAC6G;IAAS,gBAEvBV,KAAA,CAAAC,aAAA,CAACzI,IAAI;MAAC4H,KAAK,EAAEvF,MAAM,CAAC8G;IAAW,GAAC,YAAgB,CAChC,CAAC,eACnBX,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;MACf4H,OAAO,EAAEH,gBAAiB;MAC1BE,KAAK,EAAEvF,MAAM,CAAC6G;IAAS,gBAEvBV,KAAA,CAAAC,aAAA,CAACzI,IAAI;MAAC4H,KAAK,EAAEvF,MAAM,CAAC8G;IAAW,GAAC,cAAkB,CAClC,CACd,CAAC,gBAEPX,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;MACf4H,OAAO,EAAEC,gBAAiB;MAC1BF,KAAK,EAAEvF,MAAM,CAAC6G;IAAS,gBAEvBV,KAAA,CAAAC,aAAA,CAACzI,IAAI;MAAC4H,KAAK,EAAEvF,MAAM,CAAC8G;IAAW,GAC5B7F,YAAY,GAAG,aAAa,GAAG,QAC5B,CACU,CAEP,CACN,CACN,CAAC;EAEZ,CAAC;EACD,MAAM8F,kBAAkB,GAAGA,CAAA,KAAM;IAC/B3F,uBAAuB,CAAC,KAAK,CAAC;EAChC,CAAC;EACD,MAAMwF,iBAAiB,GAAGA,CAAA,KAAM;IAC9B9F,YAAY,CAAC,KAAK,CAAC;IACnBM,uBAAuB,CAAC,IAAI,CAAC;EAC/B,CAAC;EAED,MAAM4F,kBAAkB,GAAG1J,WAAW,CACnC2J,QAA8D,IAAK;IAClEvG,WAAW,CAACuG,QAAQ,CAAC5C,IAAI,CAAC;IAC1BjD,uBAAuB,CAAC,KAAK,CAAC;IAC9BJ,SAAS,CAAC,IAAI,CAAC;EACjB,CAAC,EACD,EACF,CAAC;EACD,MAAMkG,gBAAgB,GAAG5J,WAAW,CAAC,MAAM;IACzCkE,UAAU,CAACyD,QAAQ,CAAC,cAAc,EAAE;MAClCkC,WAAW,EAAEnF,MAAM;MACnBoF,aAAa,EAAE;IACjB,CAAC,CAAC;EACJ,CAAC,EAAE,CAAC5F,UAAU,EAAEQ,MAAM,CAAC,CAAC;EAExB,MAAMqF,WAAW,GAAGA,CAAA,KAAM;IACxB7F,UAAU,CAACyD,QAAQ,CAAC,YAAY,EAAE;MAChCjD,MAAM,EAAErC,UAAU,CAACqC;IACrB,CAAC,CAAC;EACJ,CAAC;EAED,oBACEmE,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC4J,GAAG,EAAEtF,MAAO;IAACuD,KAAK,EAAEvF,MAAM,CAACuH;EAAS,gBACxCpB,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACwH;EAAc,gBAChCrB,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACwC;EAAK,GACtBA,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE2C,MAAM,gBACXgB,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;IAAC4H,OAAO,EAAEN;EAAuB,GAC/C1C,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEiF,eAAe,gBACpBtB,KAAA,CAAAC,aAAA,CAACvI,KAAK;IACJ0H,KAAK,EAAEvF,MAAM,CAAC0H,MAAqB;IACnCC,MAAM,EAAE;MAAEC,GAAG,EAAEpF,IAAI,CAACiF;IAAgB;EAAE,CACvC,CAAC,GACAjF,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEqF,YAAY,gBACpB1B,KAAA,CAAAC,aAAA,CAACvI,KAAK;IACJ0H,KAAK,EAAEvF,MAAM,CAAC0H,MAAqB;IACnCC,MAAM,EAAE;MACNC,GAAG,EAAE,eAAe7H,SAAS,0BAA0ByC,IAAI,CAACqF,YAAY;IAC1E;EAAE,CACH,CAAC,gBAEF1B,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAAC0H;EAAO,gBACzBvB,KAAA,CAAAC,aAAA,CAAClI,MAAM;IAAC4J,GAAG,EAAEvJ,SAAU;IAACwJ,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CAEQ,CAAC,gBAEnB7B,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA8B,QAAA,QACGzF,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEiF,eAAe,gBACpBtB,KAAA,CAAAC,aAAA,CAACvI,KAAK;IACJ0H,KAAK,EAAEvF,MAAM,CAAC0H,MAAqB;IACnCC,MAAM,EAAE;MAAEC,GAAG,EAAEpF,IAAI,CAACiF;IAAgB;EAAE,CACvC,CAAC,GACAjF,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEqF,YAAY,gBACpB1B,KAAA,CAAAC,aAAA,CAACvI,KAAK;IACJ0H,KAAK,EAAEvF,MAAM,CAAC0H,MAAqB;IACnCC,MAAM,EAAE;MACNC,GAAG,EAAE,eAAe7H,SAAS,0BAA0ByC,IAAI,CAACqF,YAAY;IAC1E;EAAE,CACH,CAAC,gBAEF1B,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAAC0H;EAAO,gBACzBvB,KAAA,CAAAC,aAAA,CAAClI,MAAM;IAAC4J,GAAG,EAAEvJ,SAAU;IAACwJ,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CAER,CACH,eAED7B,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACkI;EAAU,gBAC5B/B,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACmI;EAAU,GAC3B3F,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE2C,MAAM,gBACXgB,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;IAAC4H,OAAO,EAAEN;EAAuB,gBAChDiB,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAACoI;EAAW,GAAE5F,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE0B,WAAkB,CACzC,CAAC,gBAEnBiC,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAACoI;EAAW,GAAE5F,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE0B,WAAkB,CAC1D,EAEA7D,aAAa,iBACZ8F,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACqI;EAAuB,gBACzClC,KAAA,CAAAC,aAAA,CAAClI,MAAM;IACLqH,KAAK,EAAEvF,MAAM,CAACsI,KAAM;IACpBR,GAAG,EAAE3J,QAAS;IACd4J,KAAK,EAAC,GAAG;IACTC,MAAM,EAAC;EAAG,CACX,CAAC,eAEF7B,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;IAAC4H,OAAO,EAAEJ;EAAyB,gBAClDe,KAAA,CAAAC,aAAA,CAACzI,IAAI;IACH4K,aAAa,EAAC,MAAM;IACpBC,aAAa,EAAE,CAAE;IACjBjD,KAAK,EAAEvF,MAAM,CAACoI;EAAW,GAExB/H,aACG,CACU,CACd,CAEJ,CAAC,eACP8F,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACyI;EAAQ,gBAC1BtC,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAAC0I;EAAe,GAAEzF,cAAqB,CAAC,EAC1D,CAACJ,QAAQ,KAAKP,SAAS,IAAIvB,MAAM,kBAChCoF,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAAC2I;EAAI,GAAC,MAAO,CACjC,EACA,CAAC9F,QAAQ,KAAKP,SAAS,IAAIvB,MAAM,kBAChCoF,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAAC0I;EAAe,GAAC,QAAY,CAE9C,CACF,CACF,CAAC,eACPvC,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;IAAC4H,OAAO,EAAEpC,SAAU;IAACmC,KAAK,EAAEvF,MAAM,CAACxB;EAAU,gBAC5D2H,KAAA,CAAAC,aAAA,CAAClI,MAAM;IAAC4J,GAAG,EAAEtJ,SAAS,CAACqB,KAAK,CAAC+I,MAAM,CAACC,IAAI,CAAE;IAACd,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CACnD,CACd,CAAC,eACP7B,KAAA,CAAAC,aAAA,CAAC1I,IAAI,qBACHyI,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAAC8I;EAAY,gBAC9B3C,KAAA,CAAAC,aAAA,CAAC5G,WAAW;IACVuJ,IAAI,EAAEpJ,UAAW;IACjBiD,aAAa,EAAEA,aAAc;IAC7BnC,QAAQ,EAAEA,QAAS;IACnB4G,WAAW,EAAEA,WAAY;IACzB3F,kBAAkB,EAAEA;EAAmB,CACxC,CACG,CAAC,EAENvB,YAAY,KAAK,CAAC,IAAIkC,aAAa,KAAK,CAAC,GACxC,EAAE,gBAEF8D,KAAA,CAAAC,aAAA,CAAC1I,IAAI,qBACHyI,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACgJ;EAAa,GAC9B7I,YAAY,gBACXgG,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAACiJ,aAAc;IAACzD,OAAO,EAAE0B;EAAiB,GAC1D/G,YAAY,EAAC,GAAC,EAACoE,cAAc,CAACpE,YAAY,CACvC,CAAC,gBAEPgG,KAAA,CAAAC,aAAA,CAACzI,IAAI,MAAE,CACR,EACA0E,aAAa,GAAG,CAAC,iBAChB8D,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAACkJ;EAAiB,GAClC7G,aAAa,GAAG,CAAC,IAAIA,aAAa,EAAE,GAAG,EACvCoC,iBAAiB,CAACpC,aAAa,CAC5B,CAEJ,CACF,CACP,EAEAI,UAAU,KAAK,WAAW,IAAIlC,QAAQ,KAAK,KAAK,gBAC/C4F,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACmJ;EAAc,gBAChChD,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;IACf4H,OAAO,EAAEA,CAAA,KAAMb,iBAAiB,CAAC1E,MAAM,CAAE;IACzCsF,KAAK,EAAEvF,MAAM,CAACoJ;EAAQ,GAErBnJ,MAAM,gBACLkG,KAAA,CAAAC,aAAA,CAAClI,MAAM;IACL4J,GAAG,EAAEzJ,QAAQ,CAACwB,KAAK,CAAC+I,MAAM,CAACS,OAAO,CAAE;IACpCtB,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CAAC,gBAEF7B,KAAA,CAAAC,aAAA,CAAClI,MAAM;IAAC4J,GAAG,EAAExJ,OAAQ;IAACyJ,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC/C,eAED7B,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEtF,MAAM,GAAGD,MAAM,CAACsJ,SAAS,GAAGtJ,MAAM,CAACuJ;EAAQ,GAAC,MAEnD,CACU,CAAC,eACnBpD,KAAA,CAAAC,aAAA,CAACxI,gBAAgB;IACf4H,OAAO,EAAER,cAAe;IACxBO,KAAK,EAAEvF,MAAM,CAACwJ;EAAW,gBAEzBrD,KAAA,CAAAC,aAAA,CAAClI,MAAM;IAAC4J,GAAG,EAAE1J,UAAW;IAAC2J,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAAC,eAClD7B,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAACuJ;EAAQ,GAAC,SAAa,CAC1B,CACd,CAAC,gBAEPpD,KAAA,CAAAC,aAAA,CAAC1I,IAAI;IAAC6H,KAAK,EAAEvF,MAAM,CAACmJ;EAAc,gBAChChD,KAAA,CAAAC,aAAA,CAACzI,IAAI;IAAC4H,KAAK,EAAEvF,MAAM,CAACuJ;EAAQ,GAAC,2CAEvB,CACF,CAEJ,CAAC,EACNrD,iBAAiB,CAAC,CAAC,EACnB/E,oBAAoB,iBACnBgF,KAAA,CAAAC,aAAA,CAACnH,aAAa;IACZ0B,kBAAkB,EAAEA,kBAAmB;IACvC4F,OAAO,EAAEpF,oBAAqB;IAC9BsI,OAAO,EAAE1C,kBAAmB;IAC5BpH,UAAU,EAAE;MACV,GAAGA,UAAU;MACbsC,IAAI,EAAE;QACJ,IAAI,OAAOA,IAAI,KAAK,QAAQ,IAAIA,IAAI,KAAK,IAAI,GAAGA,IAAI,GAAG,CAAC,CAAC,CAAC;QAC1DoC,IAAI,EAAE5D;MACR;IACF,CAAE;IACFiJ,YAAY,EAAE1C;EAAmB,CAClC,CAEC,CAAC;AAEX","ignoreList":[]}
|
|
@@ -16,11 +16,14 @@ import { Typography } from '../../../../../core/components/Typography/Typography
|
|
|
16
16
|
import { pen, trash, unreport, report } from '../../../../../core/assets/icons';
|
|
17
17
|
import { useNavigation } from '@react-navigation/native';
|
|
18
18
|
import { useTimeDifference } from '../../../../hooks';
|
|
19
|
+
import { useGlobalBehavior } from '../../../../hooks/useGlobalBehavior';
|
|
19
20
|
import { useToast } from '../../../../../core/stores/slices/toastSlice';
|
|
21
|
+
import AmityReactionListComponent from '../../../../features/reaction/components/List';
|
|
20
22
|
export default function ReplyCommentList({
|
|
21
23
|
commentDetail,
|
|
22
24
|
onDelete,
|
|
23
|
-
commentId
|
|
25
|
+
commentId,
|
|
26
|
+
onNavigate
|
|
24
27
|
}) {
|
|
25
28
|
const {
|
|
26
29
|
// commentId,
|
|
@@ -49,6 +52,7 @@ export default function ReplyCommentList({
|
|
|
49
52
|
const [isEditComment, setIsEditComment] = useState(false);
|
|
50
53
|
const slideAnimation = useRef(new Animated.Value(0)).current;
|
|
51
54
|
const [commentMentionPosition, setCommentMentionPosition] = useState([]);
|
|
55
|
+
const [isReactionListVisible, setIsReactionListVisible] = useState(false);
|
|
52
56
|
const navigation = useNavigation();
|
|
53
57
|
const timeDifference = useTimeDifference(createdAt);
|
|
54
58
|
const {
|
|
@@ -89,6 +93,15 @@ export default function ReplyCommentList({
|
|
|
89
93
|
await addCommentReaction(commentId, 'like');
|
|
90
94
|
}
|
|
91
95
|
};
|
|
96
|
+
|
|
97
|
+
// Web parity: visitors see Like but taps show the sign-in toast
|
|
98
|
+
const {
|
|
99
|
+
handleGlobalBehavior,
|
|
100
|
+
isVisitorOrBot
|
|
101
|
+
} = useGlobalBehavior();
|
|
102
|
+
const onPressLike = () => handleGlobalBehavior({
|
|
103
|
+
defaultBehavior: addReactionToComment
|
|
104
|
+
});
|
|
92
105
|
const deletePostObject = () => {
|
|
93
106
|
Alert.alert('Delete reply', `This reply will be permanently deleted.`, [{
|
|
94
107
|
text: 'Cancel',
|
|
@@ -144,10 +157,7 @@ export default function ReplyCommentList({
|
|
|
144
157
|
setEditCommentModal(false);
|
|
145
158
|
};
|
|
146
159
|
const onPressReplyReaction = () => {
|
|
147
|
-
|
|
148
|
-
referenceId: commentId,
|
|
149
|
-
referenceType: 'comment'
|
|
150
|
-
});
|
|
160
|
+
setIsReactionListVisible(true);
|
|
151
161
|
};
|
|
152
162
|
return /*#__PURE__*/React.createElement(View, {
|
|
153
163
|
key: commentId,
|
|
@@ -169,9 +179,21 @@ export default function ReplyCommentList({
|
|
|
169
179
|
style: styles.rightSection
|
|
170
180
|
}, /*#__PURE__*/React.createElement(View, {
|
|
171
181
|
style: styles.headerRow
|
|
182
|
+
}, /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
183
|
+
disabled: !(user !== null && user !== void 0 && user.userId),
|
|
184
|
+
onPress: () => {
|
|
185
|
+
if (!(user !== null && user !== void 0 && user.userId)) return;
|
|
186
|
+
if (onNavigate) {
|
|
187
|
+
onNavigate(user.userId);
|
|
188
|
+
} else {
|
|
189
|
+
navigation.navigate('UserProfile', {
|
|
190
|
+
userId: user.userId
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
}
|
|
172
194
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
173
195
|
style: styles.headerText
|
|
174
|
-
}, user === null || user === void 0 ? void 0 : user.displayName)), /*#__PURE__*/React.createElement(View, {
|
|
196
|
+
}, user === null || user === void 0 ? void 0 : user.displayName))), /*#__PURE__*/React.createElement(View, {
|
|
175
197
|
style: styles.commentBubble
|
|
176
198
|
}, textComment && /*#__PURE__*/React.createElement(LinkPreview, {
|
|
177
199
|
text: textComment,
|
|
@@ -187,11 +209,11 @@ export default function ReplyCommentList({
|
|
|
187
209
|
}, timeDifference), (editedAt !== createdAt || isEditComment) && /*#__PURE__*/React.createElement(Typography.Caption, {
|
|
188
210
|
style: styles.headerTextTime
|
|
189
211
|
}, ' ', "(edited)")), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
190
|
-
onPress:
|
|
212
|
+
onPress: onPressLike,
|
|
191
213
|
style: styles.likeBtn
|
|
192
214
|
}, /*#__PURE__*/React.createElement(Typography.CaptionBold, {
|
|
193
215
|
style: isLike ? styles.likedText : styles.btnText
|
|
194
|
-
}, "Like")), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
216
|
+
}, "Like")), !isVisitorOrBot && /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
195
217
|
onPress: openModal,
|
|
196
218
|
style: styles.threeDots
|
|
197
219
|
}, /*#__PURE__*/React.createElement(SvgXml, {
|
|
@@ -260,6 +282,21 @@ export default function ReplyCommentList({
|
|
|
260
282
|
commentDetail: commentDetail,
|
|
261
283
|
onFinishEdit: onEditComment,
|
|
262
284
|
onClose: onCloseEditCommentModal
|
|
285
|
+
}), /*#__PURE__*/React.createElement(AmityReactionListComponent, {
|
|
286
|
+
isModalVisible: isReactionListVisible,
|
|
287
|
+
onCloseModal: () => setIsReactionListVisible(false),
|
|
288
|
+
referenceId: commentId,
|
|
289
|
+
referenceType: "comment",
|
|
290
|
+
onPressUser: userId => {
|
|
291
|
+
setIsReactionListVisible(false);
|
|
292
|
+
if (onNavigate) {
|
|
293
|
+
onNavigate(userId);
|
|
294
|
+
} else {
|
|
295
|
+
navigation.navigate('UserProfile', {
|
|
296
|
+
userId
|
|
297
|
+
});
|
|
298
|
+
}
|
|
299
|
+
}
|
|
263
300
|
}));
|
|
264
301
|
}
|
|
265
302
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Animated","Alert","useStyles","SvgXml","expandIcon","likeCircle","personXml","threeDots","addCommentReaction","removeCommentReaction","Pressable","useAuth","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","LinkPreview","Typography","pen","trash","unreport","report","useNavigation","useTimeDifference","useToast","ReplyCommentList","commentDetail","onDelete","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","theme","styles","isLike","setIsLike","includes","likeReaction","setLikeReaction","like","client","apiRegion","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","Value","current","commentMentionPosition","setCommentMentionPosition","navigation","timeDifference","showToast","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","addReactionToComment","deletePostObject","alert","style","onPress","reportCommentObject","unReportPost","message","type","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onPressReplyReaction","navigate","referenceId","referenceType","React","createElement","key","replyCommentWrap","replyHeaderSection","avatarFileId","avatar","source","uri","xml","width","height","rightSection","headerRow","headerText","displayName","commentBubble","mentionPositionArr","actionSection","rowContainer","timeRow","Caption","headerTextTime","likeBtn","CaptionBold","likedText","btnText","colors","base","length","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","userId","twoOptions","handleBar","modalRow","color","BodyBold","normalActionText","dangerActionText","onFinishEdit","onClose"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/ReplyCommentList/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Animated","Alert","useStyles","SvgXml","expandIcon","likeCircle","personXml","threeDots","addCommentReaction","removeCommentReaction","Pressable","useAuth","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","LinkPreview","Typography","pen","trash","unreport","report","useNavigation","useTimeDifference","useGlobalBehavior","useToast","AmityReactionListComponent","ReplyCommentList","commentDetail","onDelete","commentId","onNavigate","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","theme","styles","isLike","setIsLike","includes","likeReaction","setLikeReaction","like","client","apiRegion","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","Value","current","commentMentionPosition","setCommentMentionPosition","isReactionListVisible","setIsReactionListVisible","navigation","timeDifference","showToast","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","addReactionToComment","handleGlobalBehavior","isVisitorOrBot","onPressLike","defaultBehavior","deletePostObject","alert","style","onPress","reportCommentObject","unReportPost","message","type","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onPressReplyReaction","React","createElement","key","replyCommentWrap","replyHeaderSection","avatarFileId","avatar","source","uri","xml","width","height","rightSection","headerRow","disabled","userId","navigate","headerText","displayName","commentBubble","mentionPositionArr","actionSection","rowContainer","timeRow","Caption","headerTextTime","likeBtn","CaptionBold","likedText","btnText","colors","base","length","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","handleBar","modalRow","color","BodyBold","normalActionText","dangerActionText","onFinishEdit","onClose","isModalVisible","onCloseModal","referenceId","referenceType","onPressUser"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/Social/ReplyCommentList/index.tsx"],"mappings":"AAAA,SAASA,SAAS,EAAEC,MAAM,EAAEC,QAAQ,QAAQ,OAAO;AACnD;;AAEA,SACEC,IAAI,EACJC,IAAI,EACJC,gBAAgB,EAChBC,KAAK,EACLC,KAAK,EACLC,QAAQ,EACRC,KAAK,QACA,cAAc;AACrB,SAASC,SAAS,QAAQ,UAAU;AACpC,SAASC,MAAM,QAAQ,kBAAkB;AACzC,SACEC,UAAU,EACVC,UAAU,EACVC,SAAS,EACTC,SAAS,QACJ,sCAAsC;AAI7C,SACEC,kBAAkB,EAClBC,qBAAqB,QAChB,oCAAoC;AAE3C,SAASC,SAAS,QAAQ,cAAc;AACxC,OAAOC,OAAO,MAAM,mCAAmC;AACvD,SACEC,cAAc,EACdC,gBAAgB,EAChBC,kBAAkB,QACb,iCAAiC;AACxC,OAAOC,gBAAgB,MAAM,wBAAwB;AACrD,SAASC,QAAQ,QAAQ,oBAAoB;AAG7C,SAASC,WAAW,QAAQ,kCAAkC;AAC9D,SAASC,UAAU,QAAQ,sDAAsD;AACjF,SAASC,GAAG,EAAEC,KAAK,EAAEC,QAAQ,EAAEC,MAAM,QAAQ,kCAAkC;AAC/E,SAASC,aAAa,QAAQ,0BAA0B;AAGxD,SAASC,iBAAiB,QAAQ,mBAAmB;AACrD,SAASC,iBAAiB,QAAQ,qCAAqC;AACvE,SAASC,QAAQ,QAAQ,8CAA8C;AACvE,OAAOC,0BAA0B,MAAM,+CAA+C;AAyBtF,eAAe,SAASC,gBAAgBA,CAAC;EACvCC,aAAa;EACbC,QAAQ;EACRC,SAAS;EACTC;AACiB,CAAC,EAAE;EACpB,MAAM;IACJ;IACAC,IAAI;IACJC,IAAI;IACJC,SAAS;IACTC,SAAS;IACTC,WAAW;IACXC,eAAe;IACfC,QAAQ;IACRC,eAAe;IACfC;EACF,CAAC,GAAGZ,aAAa;EACjB,MAAMa,KAAK,GAAG1B,QAAQ,CAAC,CAAe;EACtC,MAAM2B,MAAM,GAAGzC,SAAS,CAAC,CAAC;EAC1B,MAAM,CAAC0C,MAAM,EAAEC,SAAS,CAAC,GAAGnD,QAAQ,CAClC2C,WAAW,GAAGA,WAAW,CAACS,QAAQ,CAAC,MAAM,CAAC,GAAG,KAC/C,CAAC;EACD,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAGtD,QAAQ,CAC9C0C,SAAS,CAACa,IAAI,GAAGb,SAAS,CAACa,IAAI,GAAG,CACpC,CAAC;EAED,MAAM;IAAEC,MAAM;IAAEC;EAAU,CAAC,GAAGxC,OAAO,CAAC,CAAC;EAEvC,MAAM,CAACyC,WAAW,EAAEC,cAAc,CAAC,GAAG3D,QAAQ,CAASuC,IAAI,CAACqB,IAAI,CAAC;EACjE,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG9D,QAAQ,CAAC,KAAK,CAAC;EACjD,MAAM,CAAC+D,YAAY,EAAEC,eAAe,CAAC,GAAGhE,QAAQ,CAAU,KAAK,CAAC;EAChE,MAAM,CAACiE,gBAAgB,EAAEC,mBAAmB,CAAC,GAAGlE,QAAQ,CAAU,KAAK,CAAC;EACxE,MAAM,CAACmE,aAAa,EAAEC,gBAAgB,CAAC,GAAGpE,QAAQ,CAAU,KAAK,CAAC;EAClE,MAAMqE,cAAc,GAAGtE,MAAM,CAAC,IAAIO,QAAQ,CAACgE,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EAC5D,MAAM,CAACC,sBAAsB,EAAEC,yBAAyB,CAAC,GAAGzE,QAAQ,CAElE,EAAE,CAAC;EACL,MAAM,CAAC0E,qBAAqB,EAAEC,wBAAwB,CAAC,GACrD3E,QAAQ,CAAU,KAAK,CAAC;EAC1B,MAAM4E,UAAU,GACd/C,aAAa,CAAgD,CAAC;EAEhE,MAAMgD,cAAc,GAAG/C,iBAAiB,CAACW,SAAS,CAAC;EACnD,MAAM;IAAEqC;EAAU,CAAC,GAAG9C,QAAQ,CAAC,CAAC;EAEhClC,SAAS,CAAC,MAAM;IACd,IAAIgD,eAAe,EAAE;MACnB2B,yBAAyB,CAAC3B,eAAe,CAAC;IAC5C;EACF,CAAC,EAAE,CAACA,eAAe,CAAC,CAAC;EAErB,MAAMiC,SAAS,GAAGA,CAAA,KAAM;IACtBjB,YAAY,CAAC,IAAI,CAAC;EACpB,CAAC;EAED,MAAMkB,UAAU,GAAGA,CAAA,KAAM;IACvB1E,QAAQ,CAAC2E,MAAM,CAACZ,cAAc,EAAE;MAC9Ba,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE;IACnB,CAAC,CAAC,CAACC,KAAK,CAAC,MAAMvB,YAAY,CAAC,KAAK,CAAC,CAAC;EACrC,CAAC;EACD,MAAMwB,aAAa,GAAG,MAAAA,CAAA,KAAY;IAChC,MAAMC,QAAQ,GAAG,MAAMrE,cAAc,CAAC,SAAS,EAAEmB,SAAS,CAAC;IAC3D,IAAIkD,QAAQ,EAAE;MACZvB,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EAEDlE,SAAS,CAAC,MAAM;IACdwF,aAAa,CAAC,CAAC;EACjB,CAAC,EAAE,CAAC1C,eAAe,CAAC,CAAC;EAErB,MAAM4C,oBAAyC,GAAG,MAAAA,CAAA,KAAY;IAC5D,IAAItC,MAAM,IAAIG,YAAY,EAAE;MAC1BF,SAAS,CAAC,KAAK,CAAC;MAChBG,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAMtC,qBAAqB,CAACsB,SAAS,EAAE,MAAM,CAAC;IAChD,CAAC,MAAM;MACLc,SAAS,CAAC,IAAI,CAAC;MACfG,eAAe,CAACD,YAAY,GAAG,CAAC,CAAC;MACjC,MAAMvC,kBAAkB,CAACuB,SAAS,EAAE,MAAM,CAAC;IAC7C;EACF,CAAC;;EAED;EACA,MAAM;IAAEoD,oBAAoB;IAAEC;EAAe,CAAC,GAAG3D,iBAAiB,CAAC,CAAC;EACpE,MAAM4D,WAAW,GAAGA,CAAA,KAClBF,oBAAoB,CAAC;IAAEG,eAAe,EAAEJ;EAAqB,CAAC,CAAC;EAEjE,MAAMK,gBAAgB,GAAGA,CAAA,KAAM;IAC7BtF,KAAK,CAACuF,KAAK,CAAC,cAAc,EAAE,yCAAyC,EAAE,CACrE;MACElC,IAAI,EAAE,QAAQ;MACdmC,KAAK,EAAE;IACT,CAAC,EACD;MACEnC,IAAI,EAAE,QAAQ;MACdmC,KAAK,EAAE,aAAa;MACpBC,OAAO,EAAEA,CAAA,KAAM5D,QAAQ,IAAIA,QAAQ,CAACC,SAAS;IAC/C,CAAC,CACF,CAAC;IACFyB,YAAY,CAAC,KAAK,CAAC;EACrB,CAAC;EACD,MAAMmC,mBAAmB,GAAG,MAAAA,CAAA,KAAY;IACtC,IAAIlC,YAAY,EAAE;MAChB,MAAMmC,YAAY,GAAG,MAAM9E,kBAAkB,CAAC,SAAS,EAAEiB,SAAS,CAAC;MACnE,IAAI6D,YAAY,EAAE;QAChBpB,SAAS,CAAC;UAAEqB,OAAO,EAAE,mBAAmB;UAAEC,IAAI,EAAE;QAAU,CAAC,CAAC;MAC9D;MACAtC,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,KAAK,CAAC;IACxB,CAAC,MAAM;MACL,MAAMqC,UAAU,GAAG,MAAMlF,gBAAgB,CAAC,SAAS,EAAEkB,SAAS,CAAC;MAC/D,IAAIgE,UAAU,EAAE;QACdvB,SAAS,CAAC;UAAEqB,OAAO,EAAE,mBAAmB;UAAEC,IAAI,EAAE;QAAU,CAAC,CAAC;MAC9D;MACAtC,YAAY,CAAC,KAAK,CAAC;MACnBE,eAAe,CAAC,IAAI,CAAC;IACvB;EACF,CAAC;EACD,MAAMsC,UAAU,GAAG;IACjBC,SAAS,EAAE,CACT;MACEC,UAAU,EAAEnC,cAAc,CAACoC,WAAW,CAAC;QACrCC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAE;MACzB,CAAC;IACH,CAAC;EAEL,CAAC;EAED,MAAMC,oBAAoB,GAAGA,CAAA,KAAM;IACjC9C,YAAY,CAAC,KAAK,CAAC;IACnBI,mBAAmB,CAAC,IAAI,CAAC;EAC3B,CAAC;EACD,MAAM2C,aAAa,GAAIC,QAAgB,IAAK;IAC1C1C,gBAAgB,CAAC,IAAI,CAAC;IACtBF,mBAAmB,CAAC,KAAK,CAAC;IAC1BP,cAAc,CAACmD,QAAQ,CAAC;EAC1B,CAAC;EACD,MAAMC,uBAAuB,GAAGA,CAAA,KAAM;IACpC7C,mBAAmB,CAAC,KAAK,CAAC;EAC5B,CAAC;EAED,MAAM8C,oBAAoB,GAAGA,CAAA,KAAM;IACjCrC,wBAAwB,CAAC,IAAI,CAAC;EAChC,CAAC;EAED,oBACEsC,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAACkH,GAAG,EAAE9E,SAAU;IAAC0D,KAAK,EAAE9C,MAAM,CAACmE;EAAiB,gBACnDH,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAACoE;EAAmB,GACpC7E,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAE8E,YAAY,gBACjBL,KAAA,CAAAC,aAAA,CAAC9G,KAAK;IACJ2F,KAAK,EAAE9C,MAAM,CAACsE,MAAO;IACrBC,MAAM,EAAE;MACNC,GAAG,EAAE,eAAehE,SAAS,0BAA0BjB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE8E,YAAY;IAC3E;EAAE,CACH,CAAC,gBAEFL,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAACsE;EAAO,gBACzBN,KAAA,CAAAC,aAAA,CAACzG,MAAM;IAACiH,GAAG,EAAE9G,SAAU;IAAC+G,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CAC5C,CACP,eACDX,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAAC4E;EAAa,gBAC/BZ,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAAC6E;EAAU,gBAC5Bb,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IACf4H,QAAQ,EAAE,EAACvF,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEwF,MAAM,CAAC;IACxBhC,OAAO,EAAEA,CAAA,KAAM;MACb,IAAI,EAACxD,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEwF,MAAM,GAAE;MACnB,IAAI1F,UAAU,EAAE;QACdA,UAAU,CAACE,IAAI,CAACwF,MAAM,CAAC;MACzB,CAAC,MAAM;QACLpD,UAAU,CAACqD,QAAQ,CAAC,aAAa,EAAE;UAAED,MAAM,EAAExF,IAAI,CAACwF;QAAO,CAAC,CAAC;MAC7D;IACF;EAAE,gBAEFf,KAAA,CAAAC,aAAA,CAAChH,IAAI;IAAC6F,KAAK,EAAE9C,MAAM,CAACiF;EAAW,GAAE1F,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAE2F,WAAkB,CACzC,CACd,CAAC,eAEPlB,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAACmF;EAAc,GAC/B1E,WAAW,iBACVuD,KAAA,CAAAC,aAAA,CAAC3F,WAAW;IACVqC,IAAI,EAAEF,WAAY;IAClB2E,kBAAkB,EAAE7D;EAAuB,CAC5C,CAEC,CAAC,eACPyC,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAACqF;EAAc,gBAChCrB,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAACsF;EAAa,gBAC/BtB,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAACuF;EAAQ,gBAC1BvB,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACiH,OAAO;IAAC1C,KAAK,EAAE9C,MAAM,CAACyF;EAAe,GAC9C7D,cACiB,CAAC,EACpB,CAAChC,QAAQ,KAAKJ,SAAS,IAAI0B,aAAa,kBACvC8C,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACiH,OAAO;IAAC1C,KAAK,EAAE9C,MAAM,CAACyF;EAAe,GAC9C,GAAG,EAAC,UAEa,CAElB,CAAC,eACPzB,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IAAC6F,OAAO,EAAEL,WAAY;IAACI,KAAK,EAAE9C,MAAM,CAAC0F;EAAQ,gBAC5D1B,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACoH,WAAW;IACrB7C,KAAK,EAAE7C,MAAM,GAAGD,MAAM,CAAC4F,SAAS,GAAG5F,MAAM,CAAC6F;EAAQ,GACnD,MAEuB,CACR,CAAC,EAElB,CAACpD,cAAc,iBACduB,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IAAC6F,OAAO,EAAEjB,SAAU;IAACgB,KAAK,EAAE9C,MAAM,CAACpC;EAAU,gBAC5DoG,KAAA,CAAAC,aAAA,CAACzG,MAAM;IACLiH,GAAG,EAAE7G,SAAS,CAACmC,KAAK,CAAC+F,MAAM,CAACC,IAAI,CAAE;IAClCrB,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC;EAAI,CACZ,CACe,CAEhB,CAAC,EACNvE,YAAY,GAAG,CAAC,iBACf4D,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IACf6F,OAAO,EAAEgB,oBAAqB;IAC9BjB,KAAK,EAAE9C,MAAM,CAAC0F;EAAQ,gBAEtB1B,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACiH,OAAO;IAAC1C,KAAK,EAAE9C,MAAM,CAAC6F;EAAQ,GACvCzF,YACiB,CAAC,eACrB4D,KAAA,CAAAC,aAAA,CAACzG,MAAM;IAACiH,GAAG,EAAE/G,UAAW;IAACgH,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC;EAAI,CAAE,CACjC,CAEhB,CAAC,eACPX,KAAA,CAAAC,aAAA,CAACjH,IAAI,QACF2C,eAAe,CAACqG,MAAM,GAAG,CAAC,iBACzBhC,KAAA,CAAAC,aAAA,CAAClG,SAAS;IAAC+E,KAAK,EAAE9C,MAAM,CAACiG;EAAiB,gBACxCjC,KAAA,CAAAC,aAAA,CAACzG,MAAM;IAACiH,GAAG,EAAEhH;EAAW,CAAE,CAAC,eAC3BuG,KAAA,CAAAC,aAAA,CAAChH,IAAI;IAAC6F,KAAK,EAAE9C,MAAM,CAACkG;EAAa,GAAC,OAC3B,EAACpG,cAAc,EAAC,UACjB,CACG,CAET,CACF,CACF,CAAC,eACPkE,KAAA,CAAAC,aAAA,CAAC7G,KAAK;IACJ+I,aAAa,EAAC,MAAM;IACpBC,WAAW,EAAE,IAAK;IAClBC,OAAO,EAAEzF,SAAU;IACnB0F,cAAc,EAAEvE;EAAW,gBAE3BiC,KAAA,CAAAC,aAAA,CAAClG,SAAS;IAACgF,OAAO,EAAEhB,UAAW;IAACe,KAAK,EAAE9C,MAAM,CAACuG;EAAe,gBAC3DvC,KAAA,CAAAC,aAAA,CAAC5G,QAAQ,CAACL,IAAI;IACZ8F,KAAK,EAAE,CACL9C,MAAM,CAACwG,YAAY,EACnBnD,UAAU,EACV,CAAA9D,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEwF,MAAM,MAAMxE,MAAM,CAAkBwE,MAAM,IAC9C/E,MAAM,CAACyG,UAAU;EACnB,gBAEFzC,KAAA,CAAAC,aAAA,CAACjH,IAAI;IAAC8F,KAAK,EAAE9C,MAAM,CAAC0G;EAAU,CAAE,CAAC,EAChC,CAAAnH,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEwF,MAAM,MAAMxE,MAAM,CAAkBwE,MAAM,gBAC/Cf,KAAA,CAAAC,aAAA,CAACjH,IAAI,qBACHgH,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IACf6F,OAAO,EAAEY,oBAAqB;IAC9Bb,KAAK,EAAE9C,MAAM,CAAC2G;EAAS,gBAEvB3C,KAAA,CAAAC,aAAA,CAACzG,MAAM;IACLkH,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXF,GAAG,EAAEjG,GAAG,CAAC,CAAE;IACXoI,KAAK,EAAE7G,KAAK,CAAC+F,MAAM,CAACC;EAAK,CAC1B,CAAC,eACF/B,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACsI,QAAQ;IAAC/D,KAAK,EAAE9C,MAAM,CAAC8G;EAAiB,GAAC,YAEhC,CACL,CAAC,eACnB9C,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IACf6F,OAAO,EAAEH,gBAAiB;IAC1BE,KAAK,EAAE9C,MAAM,CAAC2G;EAAS,gBAEvB3C,KAAA,CAAAC,aAAA,CAACzG,MAAM;IACLkH,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXF,GAAG,EAAEhG,KAAK,CAAC,CAAE;IACbmI,KAAK,EAAE7G,KAAK,CAAC+F,MAAM,CAACjD;EAAM,CAC3B,CAAC,eACFmB,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACsI,QAAQ;IAAC/D,KAAK,EAAE9C,MAAM,CAAC+G;EAAiB,GAAC,cAEhC,CACL,CACd,CAAC,gBAEP/C,KAAA,CAAAC,aAAA,CAAC/G,gBAAgB;IACf6F,OAAO,EAAEC,mBAAoB;IAC7BF,KAAK,EAAE9C,MAAM,CAAC2G;EAAS,gBAEvB3C,KAAA,CAAAC,aAAA,CAACzG,MAAM;IACLkH,KAAK,EAAC,IAAI;IACVC,MAAM,EAAC,IAAI;IACXiC,KAAK,EAAE7G,KAAK,CAAC+F,MAAM,CAACC,IAAK;IACzBtB,GAAG,EAAE3D,YAAY,GAAGpC,QAAQ,CAAC,CAAC,GAAGC,MAAM,CAAC;EAAE,CAC3C,CAAC,eACFqF,KAAA,CAAAC,aAAA,CAAC1F,UAAU,CAACsI,QAAQ;IAAC/D,KAAK,EAAE9C,MAAM,CAAC8G;EAAiB,GACjDhG,YAAY,GAAG,gBAAgB,GAAG,cAChB,CACL,CAEP,CACN,CACN,CAAC,eACRkD,KAAA,CAAAC,aAAA,CAAC7F,gBAAgB;IACfiI,OAAO,EAAErF,gBAAiB;IAC1B9B,aAAa,EAAEA,aAAc;IAC7B8H,YAAY,EAAEpD,aAAc;IAC5BqD,OAAO,EAAEnD;EAAwB,CAClC,CAAC,eACFE,KAAA,CAAAC,aAAA,CAACjF,0BAA0B;IACzBkI,cAAc,EAAEzF,qBAAsB;IACtC0F,YAAY,EAAEA,CAAA,KAAMzF,wBAAwB,CAAC,KAAK,CAAE;IACpD0F,WAAW,EAAEhI,SAAU;IACvBiI,aAAa,EAAC,SAAS;IACvBC,WAAW,EAAGvC,MAAM,IAAK;MACvBrD,wBAAwB,CAAC,KAAK,CAAC;MAC/B,IAAIrC,UAAU,EAAE;QACdA,UAAU,CAAC0F,MAAM,CAAC;MACpB,CAAC,MAAM;QACLpD,UAAU,CAACqD,QAAQ,CAAC,aAAa,EAAE;UAAED;QAAO,CAAC,CAAC;MAChD;IACF;EAAE,CACH,CACG,CAAC;AAEX","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Fragment","useRef","useState","useEffect","Dimensions","View","Platform","StyleSheet","Modal","StoryListItem","StoryCircleListView","isNullOrWhitespace","AndroidCubeEffect","CubeNavigationHorizontal","height","width","get","Story","data","unPressedBorderColor","pressedBorderColor","unPressedAvatarTextColor","pressedAvatarTextColor","style","onStart","onClose","duration","swipeText","avatarSize","showAvatarText","avatarTextStyle","onStorySeen","renderCloseComponent","renderSwipeUpComponent","renderTextComponent","loadedAnimationBarStyle","unloadedAnimationBarStyle","animationBarContainerStyle","storyUserContainerStyle","storyImageStyle","storyAvatarImageStyle","storyContainerStyle","avatarImageStyle","avatarWrapperStyle","avatarFlatListProps","isCommunityStory","dataState","setDataState","isModalOpen","setIsModalOpen","currentPage","setCurrentPage","selectedData","setSelectedData","cube","_handleStoryItemPress","item","index","newData","slice","handleSeen","seen","seenIndex","indexOf","_dataState$seenIndex","tempData","onStoryFinish","state","newPage","length","_cube$current","current","scrollTo","_cube$current2","renderStoryList","map","x","i","React","createElement","key","userId","user_id","profileName","user_name","profileImage","user_image","stories","onFinish","onClosePress","renderCube","OS","ref","callBackAfterSwipe","parseInt","handleStoryItemPress","showText","styles","modal","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","create","flex","defaultProps"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/StoryKit/src/Story.tsx"],"mappings":"AAAA,SAASA,QAAQ,EAAEC,MAAM,EAAEC,QAAQ,EAAEC,SAAS,QAAQ,OAAO;AAC7D,SAASC,UAAU,EAAEC,IAAI,EAAEC,QAAQ,EAAEC,UAAU,QAAQ,cAAc;AACrE,OAAOC,KAAK,MAAM,uBAAuB;AAEzC,OAAOC,aAAa,MAAM,iBAAiB;AAC3C,OAAOC,mBAAmB,MAAM,uBAAuB;AACvD,SAASC,kBAAkB,QAAQ,WAAW;AAC9C,OAAOC,iBAAiB,MAAM,gCAAgC;AAC9D,OAAOC,wBAAwB,MAAM,uCAAuC;AAG5E,MAAM;EAAEC,MAAM;EAAEC;AAAM,CAAC,GAAGX,UAAU,CAACY,GAAG,CAAC,QAAQ,CAAC;AAElD,OAAO,MAAMC,KAAK,GAAGA,CAAC;EACpBC,IAAI;EACJC,oBAAoB;EACpBC,kBAAkB;EAClBC,wBAAwB;EACxBC,sBAAsB;EACtBC,KAAK;EACLC,OAAO;EACPC,OAAO;EACPC,QAAQ;EACRC,SAAS;EACTC,UAAU;EACVC,cAAc;EACdC,eAAe;EACfC,WAAW;EACXC,oBAAoB;EACpBC,sBAAsB;EACtBC,mBAAmB;EACnBC,uBAAuB;EACvBC,yBAAyB;EACzBC,0BAA0B;EAC1BC,uBAAuB;EACvBC,eAAe;EACfC,qBAAqB;EACrBC,mBAAmB;EACnBC,gBAAgB;EAChBC,kBAAkB;EAClBC,mBAAmB;EACnBC,gBAAgB,GAAG;AACT,CAAC,KAAK;EAChB,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG7C,QAAQ,CAAegB,IAAI,CAAC;EAC9D,MAAM,CAAC8B,WAAW,EAAEC,cAAc,CAAC,GAAG/C,QAAQ,CAAU,KAAK,CAAC;EAC9D,MAAM,CAACgD,WAAW,EAAEC,cAAc,CAAC,GAAGjD,QAAQ,CAAS,CAAC,CAAC;EACzD,MAAM,CAACkD,YAAY,EAAEC,eAAe,CAAC,GAAGnD,QAAQ,CAAe,EAAE,CAAC;EAClE,MAAMoD,IAAI,GAAGrD,MAAM,
|
|
1
|
+
{"version":3,"names":["Fragment","useRef","useState","useEffect","Dimensions","View","Platform","StyleSheet","Modal","StoryListItem","StoryCircleListView","isNullOrWhitespace","AndroidCubeEffect","CubeNavigationHorizontal","height","width","get","Story","data","unPressedBorderColor","pressedBorderColor","unPressedAvatarTextColor","pressedAvatarTextColor","style","onStart","onClose","duration","swipeText","avatarSize","showAvatarText","avatarTextStyle","onStorySeen","renderCloseComponent","renderSwipeUpComponent","renderTextComponent","loadedAnimationBarStyle","unloadedAnimationBarStyle","animationBarContainerStyle","storyUserContainerStyle","storyImageStyle","storyAvatarImageStyle","storyContainerStyle","avatarImageStyle","avatarWrapperStyle","avatarFlatListProps","isCommunityStory","dataState","setDataState","isModalOpen","setIsModalOpen","currentPage","setCurrentPage","selectedData","setSelectedData","cube","_handleStoryItemPress","item","index","newData","slice","handleSeen","seen","seenIndex","indexOf","_dataState$seenIndex","tempData","onStoryFinish","state","newPage","length","_cube$current","current","scrollTo","_cube$current2","renderStoryList","map","x","i","React","createElement","key","userId","user_id","profileName","user_name","profileImage","user_image","stories","onFinish","onClosePress","renderCube","OS","ref","callBackAfterSwipe","parseInt","handleStoryItemPress","showText","styles","modal","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","create","flex","defaultProps"],"sourceRoot":"../../../../../../../src","sources":["social/components/legacy/StoryKit/src/Story.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useRef","usePrevious","value","ref","current"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/StoryKit/src/helpers/StateHelpers.ts"],"mappings":"AAAA,SAASA,SAAS,EAAEC,MAAM,QAAQ,OAAO;AAEzC,OAAO,SAASC,WAAWA,
|
|
1
|
+
{"version":3,"names":["useEffect","useRef","usePrevious","value","ref","undefined","current"],"sourceRoot":"../../../../../../../../src","sources":["social/components/legacy/StoryKit/src/helpers/StateHelpers.ts"],"mappings":"AAAA,SAASA,SAAS,EAAEC,MAAM,QAAQ,OAAO;AAEzC,OAAO,SAASC,WAAWA,CAAIC,KAAQ,EAAiB;EACtD,MAAMC,GAAG,GAAGH,MAAM,CAAgBI,SAAS,CAAC;EAC5CL,SAAS,CAAC,MAAM;IACdI,GAAG,CAACE,OAAO,GAAGH,KAAK;EACrB,CAAC,CAAC;EACF,OAAOC,GAAG,CAACE,OAAO;AACpB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TouchableOpacity","ComponentID","ElementID","PageID","useAmityElement","useStyles","Typography","thumbnail","SvgXml","ChangeThumbnailButton","pageId","WildCardPage","componentId","WildCardComponent","props","themeStyles","config","elementId","change_thumbnail_button","styles","React","createElement","_extends","activeOpacity","style","button","width","height","xml","color","colors","base","BodyBold","label","text"],"sourceRoot":"../../../../../src","sources":["social/elements/ChangeThumbnailButton/ChangeThumbnailButton.tsx"],"mappings":";AAAA,SAASA,gBAAgB,QAA+B,cAAc;AACtE,SAASC,WAAW,EAAEC,SAAS,EAAEC,MAAM,QAAQ,yBAAyB;AACxE,SAASC,eAAe,QAAQ,aAAa;AAC7C,SAASC,SAAS,QAAQ,UAAU;AACpC,SAASC,UAAU,QAAQ,gDAAgD;AAC3E,SAASC,SAAS,QAAQ,4BAA4B;AACtD,SAASC,MAAM,QAAQ,kBAAkB;AAOzC,MAAMC,qBAAqB,GAAGA,CAAC;EAC7BC,MAAM,GAAGP,MAAM,CAACQ,YAAY;EAC5BC,WAAW,GAAGX,WAAW,CAACY,iBAAiB;EAC3C,GAAGC;AACuB,CAAC,
|
|
1
|
+
{"version":3,"names":["TouchableOpacity","ComponentID","ElementID","PageID","useAmityElement","useStyles","Typography","thumbnail","SvgXml","ChangeThumbnailButton","pageId","WildCardPage","componentId","WildCardComponent","props","themeStyles","config","elementId","change_thumbnail_button","styles","React","createElement","_extends","activeOpacity","style","button","width","height","xml","color","colors","base","BodyBold","label","text"],"sourceRoot":"../../../../../src","sources":["social/elements/ChangeThumbnailButton/ChangeThumbnailButton.tsx"],"mappings":";AAAA,SAASA,gBAAgB,QAA+B,cAAc;AACtE,SAASC,WAAW,EAAEC,SAAS,EAAEC,MAAM,QAAQ,yBAAyB;AACxE,SAASC,eAAe,QAAQ,aAAa;AAC7C,SAASC,SAAS,QAAQ,UAAU;AACpC,SAASC,UAAU,QAAQ,gDAAgD;AAC3E,SAASC,SAAS,QAAQ,4BAA4B;AACtD,SAASC,MAAM,QAAQ,kBAAkB;AAOzC,MAAMC,qBAAqB,GAAGA,CAAC;EAC7BC,MAAM,GAAGP,MAAM,CAACQ,YAAY;EAC5BC,WAAW,GAAGX,WAAW,CAACY,iBAAiB;EAC3C,GAAGC;AACuB,CAAC,KAAyB;EACpD,MAAM;IAAEC,WAAW;IAAEC;EAAO,CAAC,GAAGZ,eAAe,CAAC;IAC9CM,MAAM;IACNE,WAAW;IACXK,SAAS,EAAEf,SAAS,CAACgB;EACvB,CAAC,CAAC;EAEF,MAAMC,MAAM,GAAGd,SAAS,CAACU,WAAW,CAAC;EAErC,oBACEK,KAAA,CAAAC,aAAA,CAACrB,gBAAgB,EAAAsB,QAAA;IAACC,aAAa,EAAE,GAAI;IAACC,KAAK,EAAEL,MAAM,CAACM;EAAO,GAAKX,KAAK,gBACnEM,KAAA,CAAAC,aAAA,CAACb,MAAM;IACLkB,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,GAAG,EAAErB,SAAS,CAAC,CAAE;IACjBsB,KAAK,EAAEd,WAAW,CAACe,MAAM,CAACC;EAAK,CAChC,CAAC,eACFX,KAAA,CAAAC,aAAA,CAACf,UAAU,CAAC0B,QAAQ;IAACR,KAAK,EAAEL,MAAM,CAACc;EAAM,GACtCjB,MAAM,CAACkB,IAAI,IAAI,kBACG,CACL,CAAC;AAEvB,CAAC;AAED,eAAezB,qBAAqB","ignoreList":[]}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
-
import { Image } from 'react-native';
|
|
2
|
+
import { Image, View, Text } from 'react-native';
|
|
3
3
|
import { useLayoutEffect, useMemo, useState } from 'react';
|
|
4
4
|
import { defaultAvatarUri, defaultCommunityAvatarUri } from '../../../core/assets';
|
|
5
5
|
import { useFile } from '../../hooks';
|
|
6
6
|
import { ImageSizeState } from '../../enums';
|
|
7
7
|
import useConfig from '../../hooks/useConfig';
|
|
8
8
|
import useAuth from '../../../core/hooks/useAuth';
|
|
9
|
+
import { useStyles } from './styles';
|
|
9
10
|
const AvatarElement = ({
|
|
10
11
|
avatarId,
|
|
11
12
|
pageID = '*',
|
|
@@ -14,17 +15,22 @@ const AvatarElement = ({
|
|
|
14
15
|
targetType,
|
|
15
16
|
defaultAvatar,
|
|
16
17
|
avatarCustomUrl,
|
|
18
|
+
displayName,
|
|
17
19
|
...props
|
|
18
20
|
}) => {
|
|
19
21
|
var _token;
|
|
20
22
|
const {
|
|
21
23
|
client
|
|
22
24
|
} = useAuth();
|
|
25
|
+
const {
|
|
26
|
+
styles
|
|
27
|
+
} = useStyles();
|
|
23
28
|
const fallbackAvatar = useMemo(() => {
|
|
24
29
|
if (defaultAvatar) return defaultAvatar;
|
|
25
30
|
return targetType === 'community' ? defaultCommunityAvatarUri : defaultAvatarUri;
|
|
26
31
|
}, [defaultAvatar, targetType]);
|
|
27
|
-
const [avatarUrl, setAvatarUrl] = useState(
|
|
32
|
+
const [avatarUrl, setAvatarUrl] = useState(null);
|
|
33
|
+
const [loaded, setLoaded] = useState(false);
|
|
28
34
|
const {
|
|
29
35
|
excludes
|
|
30
36
|
} = useConfig();
|
|
@@ -36,26 +42,48 @@ const AvatarElement = ({
|
|
|
36
42
|
const loadAvatar = async () => {
|
|
37
43
|
if (avatarCustomUrl) {
|
|
38
44
|
setAvatarUrl(avatarCustomUrl);
|
|
45
|
+
setLoaded(true);
|
|
39
46
|
return;
|
|
40
47
|
}
|
|
41
48
|
if (!avatarId) {
|
|
42
|
-
setAvatarUrl(
|
|
49
|
+
setAvatarUrl(null);
|
|
50
|
+
setLoaded(true);
|
|
43
51
|
return;
|
|
44
52
|
}
|
|
45
53
|
const avatar = await getImage({
|
|
46
54
|
fileId: avatarId,
|
|
47
55
|
imageSize: ImageSizeState.small
|
|
48
56
|
});
|
|
49
|
-
setAvatarUrl(avatar ??
|
|
57
|
+
setAvatarUrl(avatar ?? null);
|
|
58
|
+
setLoaded(true);
|
|
50
59
|
};
|
|
51
60
|
loadAvatar();
|
|
52
61
|
}, [avatarId, fallbackAvatar, getImage, avatarCustomUrl]);
|
|
53
62
|
if (excludes.includes(configId)) return null;
|
|
63
|
+
|
|
64
|
+
// Show first-char placeholder for user avatars when no image is available
|
|
65
|
+
const firstChar = targetType === 'user' && displayName ? displayName.trim().charAt(0).toUpperCase() : null;
|
|
66
|
+
if (loaded && !avatarUrl && firstChar) {
|
|
67
|
+
const style = props.style;
|
|
68
|
+
const size = (style === null || style === void 0 ? void 0 : style.width) ?? 40;
|
|
69
|
+
const radius = (style === null || style === void 0 ? void 0 : style.borderRadius) ?? size / 2;
|
|
70
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
71
|
+
testID: configId,
|
|
72
|
+
accessibilityLabel: configId,
|
|
73
|
+
style: [props.style, styles.avatarPlaceholder, {
|
|
74
|
+
width: size,
|
|
75
|
+
height: size,
|
|
76
|
+
borderRadius: radius
|
|
77
|
+
}]
|
|
78
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
79
|
+
style: styles.avatarPlaceholderText
|
|
80
|
+
}, firstChar));
|
|
81
|
+
}
|
|
54
82
|
return /*#__PURE__*/React.createElement(Image, _extends({
|
|
55
83
|
testID: configId,
|
|
56
84
|
accessibilityLabel: configId,
|
|
57
85
|
source: {
|
|
58
|
-
uri: avatarUrl,
|
|
86
|
+
uri: avatarUrl ?? fallbackAvatar,
|
|
59
87
|
headers: {
|
|
60
88
|
Authorization: `Bearer ${client === null || client === void 0 || (_token = client.token) === null || _token === void 0 ? void 0 : _token.accessToken}`
|
|
61
89
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Image","useLayoutEffect","useMemo","useState","defaultAvatarUri","defaultCommunityAvatarUri","useFile","ImageSizeState","useConfig","useAuth","AvatarElement","avatarId","pageID","componentID","elementID","targetType","defaultAvatar","avatarCustomUrl","props","_token","client","fallbackAvatar","avatarUrl","setAvatarUrl","excludes","configId","getImage","loadAvatar","avatar","fileId","imageSize","small","includes","
|
|
1
|
+
{"version":3,"names":["Image","View","Text","useLayoutEffect","useMemo","useState","defaultAvatarUri","defaultCommunityAvatarUri","useFile","ImageSizeState","useConfig","useAuth","useStyles","AvatarElement","avatarId","pageID","componentID","elementID","targetType","defaultAvatar","avatarCustomUrl","displayName","props","_token","client","styles","fallbackAvatar","avatarUrl","setAvatarUrl","loaded","setLoaded","excludes","configId","getImage","loadAvatar","avatar","fileId","imageSize","small","includes","firstChar","trim","charAt","toUpperCase","style","size","width","radius","borderRadius","React","createElement","testID","accessibilityLabel","avatarPlaceholder","height","avatarPlaceholderText","_extends","source","uri","headers","Authorization","token","accessToken"],"sourceRoot":"../../../../../src","sources":["social/elements/CommonElements/AvatarElement.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { useTheme } from 'react-native-paper';
|
|
3
|
+
export const useStyles = () => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
const styles = StyleSheet.create({
|
|
6
|
+
avatarPlaceholder: {
|
|
7
|
+
justifyContent: 'center',
|
|
8
|
+
alignItems: 'center',
|
|
9
|
+
backgroundColor: theme.colors.primaryShade2
|
|
10
|
+
},
|
|
11
|
+
avatarPlaceholderText: {
|
|
12
|
+
color: theme.colors.background,
|
|
13
|
+
fontSize: 16,
|
|
14
|
+
fontWeight: '600',
|
|
15
|
+
textAlign: 'center',
|
|
16
|
+
textAlignVertical: 'center',
|
|
17
|
+
includeFontPadding: false,
|
|
18
|
+
padding: 0,
|
|
19
|
+
margin: 0
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
return {
|
|
23
|
+
styles,
|
|
24
|
+
theme
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=styles.js.map
|