@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.
Files changed (4269) hide show
  1. package/README.md +51 -5
  2. package/lib/commonjs/core/assets/icons/index.js +16 -0
  3. package/lib/commonjs/core/assets/icons/index.js.map +1 -1
  4. package/lib/commonjs/core/assets/icons/mediaIcon.js +13 -0
  5. package/lib/commonjs/core/assets/icons/mediaIcon.js.map +1 -0
  6. package/lib/commonjs/core/assets/icons/video.js +3 -2
  7. package/lib/commonjs/core/assets/icons/video.js.map +1 -1
  8. package/lib/commonjs/core/assets/icons/visitorLimit.js +30 -0
  9. package/lib/commonjs/core/assets/icons/visitorLimit.js.map +1 -0
  10. package/lib/commonjs/core/constants/index.js +54 -2
  11. package/lib/commonjs/core/constants/index.js.map +1 -1
  12. package/lib/commonjs/core/hooks/useAuth.js +6 -2
  13. package/lib/commonjs/core/hooks/useAuth.js.map +1 -1
  14. package/lib/commonjs/core/hooks/useSearch.js +2 -1
  15. package/lib/commonjs/core/hooks/useSearch.js.map +1 -1
  16. package/lib/commonjs/core/legacy/feed.js +25 -2
  17. package/lib/commonjs/core/legacy/feed.js.map +1 -1
  18. package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
  19. package/lib/commonjs/core/providers/AuthProvider.js +50 -48
  20. package/lib/commonjs/core/providers/AuthProvider.js.map +1 -1
  21. package/lib/commonjs/core/routes/AmityPageRenderer.js +15 -11
  22. package/lib/commonjs/core/routes/AmityPageRenderer.js.map +1 -1
  23. package/lib/commonjs/core/routes/AmityUIKitNavigator.js +52 -11
  24. package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
  25. package/lib/commonjs/core/routes/navigation.js +10 -1
  26. package/lib/commonjs/core/routes/navigation.js.map +1 -1
  27. package/lib/commonjs/core/stores/slices/bottomSheetSlice.js.map +1 -1
  28. package/lib/commonjs/core/stores/slices/globalfeedSlice.js +20 -7
  29. package/lib/commonjs/core/stores/slices/globalfeedSlice.js.map +1 -1
  30. package/lib/commonjs/index.js +12 -0
  31. package/lib/commonjs/index.js.map +1 -1
  32. package/lib/commonjs/social/components/Avatar/Avatar.js +36 -7
  33. package/lib/commonjs/social/components/Avatar/Avatar.js.map +1 -1
  34. package/lib/commonjs/social/components/Avatar/styles.js +7 -1
  35. package/lib/commonjs/social/components/Avatar/styles.js.map +1 -1
  36. package/lib/commonjs/social/components/BottomSheetComponent/BottomSheetComponent.js +2 -1
  37. package/lib/commonjs/social/components/BottomSheetComponent/BottomSheetComponent.js.map +1 -1
  38. package/lib/commonjs/social/components/Button/Button.js +2 -0
  39. package/lib/commonjs/social/components/Button/Button.js.map +1 -1
  40. package/lib/commonjs/social/components/CommunitySearchResult/CommunitySearchResult.js +1 -1
  41. package/lib/commonjs/social/components/CommunitySearchResult/CommunitySearchResult.js.map +1 -1
  42. package/lib/commonjs/social/components/CommunityStories/index.js +19 -2
  43. package/lib/commonjs/social/components/CommunityStories/index.js.map +1 -1
  44. package/lib/commonjs/social/components/FormInput/FormInput.js +3 -1
  45. package/lib/commonjs/social/components/FormInput/FormInput.js.map +1 -1
  46. package/lib/commonjs/social/components/FormInput/styles.js +3 -0
  47. package/lib/commonjs/social/components/FormInput/styles.js.map +1 -1
  48. package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js +23 -0
  49. package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js.map +1 -0
  50. package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js +32 -0
  51. package/lib/commonjs/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js.map +1 -0
  52. package/lib/commonjs/social/components/MyAvatar/MyAvatar.js +32 -10
  53. package/lib/commonjs/social/components/MyAvatar/MyAvatar.js.map +1 -1
  54. package/lib/commonjs/social/components/MyAvatar/styles.js +43 -0
  55. package/lib/commonjs/social/components/MyAvatar/styles.js.map +1 -0
  56. package/lib/commonjs/social/components/MyStories/StoryCircleItem.js +27 -8
  57. package/lib/commonjs/social/components/MyStories/StoryCircleItem.js.map +1 -1
  58. package/lib/commonjs/social/components/MyStories/StoryTargetView.js +15 -1
  59. package/lib/commonjs/social/components/MyStories/StoryTargetView.js.map +1 -1
  60. package/lib/commonjs/social/components/MyStories/styles.js +11 -9
  61. package/lib/commonjs/social/components/MyStories/styles.js.map +1 -1
  62. package/lib/commonjs/social/components/PollContent/PollFooter.js +8 -2
  63. package/lib/commonjs/social/components/PollContent/PollFooter.js.map +1 -1
  64. package/lib/commonjs/social/components/PollContent/PollResults.js +2 -1
  65. package/lib/commonjs/social/components/PollContent/PollResults.js.map +1 -1
  66. package/lib/commonjs/social/components/PollContent/index.js +3 -0
  67. package/lib/commonjs/social/components/PollContent/index.js.map +1 -1
  68. package/lib/commonjs/social/components/PostMenu/index.js +25 -27
  69. package/lib/commonjs/social/components/PostMenu/index.js.map +1 -1
  70. package/lib/commonjs/social/components/RenderTextWithMention/RenderTextWithMention.js +5 -5
  71. package/lib/commonjs/social/components/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
  72. package/lib/commonjs/social/components/SearchResultItem/SearchResultItem.js +9 -2
  73. package/lib/commonjs/social/components/SearchResultItem/SearchResultItem.js.map +1 -1
  74. package/lib/commonjs/social/components/SearchResultItem/styles.js +10 -7
  75. package/lib/commonjs/social/components/SearchResultItem/styles.js.map +1 -1
  76. package/lib/commonjs/social/components/Social/CommentList/CommentList.js +62 -20
  77. package/lib/commonjs/social/components/Social/CommentList/CommentList.js.map +1 -1
  78. package/lib/commonjs/social/components/Social/CommentList/styles.js +20 -5
  79. package/lib/commonjs/social/components/Social/CommentList/styles.js.map +1 -1
  80. package/lib/commonjs/social/components/Social/CommentListItem/CommentListItem.js +54 -14
  81. package/lib/commonjs/social/components/Social/CommentListItem/CommentListItem.js.map +1 -1
  82. package/lib/commonjs/social/components/Social/ReplyCommentList/index.js +15 -7
  83. package/lib/commonjs/social/components/Social/ReplyCommentList/index.js.map +1 -1
  84. package/lib/commonjs/social/components/StoryKit/src/Story.js.map +1 -1
  85. package/lib/commonjs/social/components/StoryKit/src/StoryCircleListItem.js +3 -1
  86. package/lib/commonjs/social/components/StoryKit/src/StoryCircleListItem.js.map +1 -1
  87. package/lib/commonjs/social/components/StoryKit/src/StoryListItem.js +9 -2
  88. package/lib/commonjs/social/components/StoryKit/src/StoryListItem.js.map +1 -1
  89. package/lib/commonjs/social/components/StoryKit/src/helpers/StateHelpers.js +1 -1
  90. package/lib/commonjs/social/components/StoryKit/src/helpers/StateHelpers.js.map +1 -1
  91. package/lib/commonjs/social/components/StoryKit/src/styles.js +5 -2
  92. package/lib/commonjs/social/components/StoryKit/src/styles.js.map +1 -1
  93. package/lib/commonjs/social/components/legacy/CustomText/index.js +3 -5
  94. package/lib/commonjs/social/components/legacy/CustomText/index.js.map +1 -1
  95. package/lib/commonjs/social/components/legacy/Social/CommentList/index.js +1 -1
  96. package/lib/commonjs/social/components/legacy/Social/CommentList/index.js.map +1 -1
  97. package/lib/commonjs/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map +1 -1
  98. package/lib/commonjs/social/components/legacy/Social/PostList/index.js +23 -3
  99. package/lib/commonjs/social/components/legacy/Social/PostList/index.js.map +1 -1
  100. package/lib/commonjs/social/components/legacy/Social/ReplyCommentList/index.js +45 -8
  101. package/lib/commonjs/social/components/legacy/Social/ReplyCommentList/index.js.map +1 -1
  102. package/lib/commonjs/social/components/legacy/StoryKit/src/Story.js.map +1 -1
  103. package/lib/commonjs/social/components/legacy/StoryKit/src/helpers/StateHelpers.js +1 -1
  104. package/lib/commonjs/social/components/legacy/StoryKit/src/helpers/StateHelpers.js.map +1 -1
  105. package/lib/commonjs/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.js.map +1 -1
  106. package/lib/commonjs/social/elements/CommonElements/AvatarElement.js +32 -4
  107. package/lib/commonjs/social/elements/CommonElements/AvatarElement.js.map +1 -1
  108. package/lib/commonjs/social/elements/CommonElements/styles.js +34 -0
  109. package/lib/commonjs/social/elements/CommonElements/styles.js.map +1 -0
  110. package/lib/commonjs/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js +6 -1
  111. package/lib/commonjs/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js.map +1 -1
  112. package/lib/commonjs/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.js.map +1 -1
  113. package/lib/commonjs/social/elements/ImageViewer/ImageViewer.js +20 -4
  114. package/lib/commonjs/social/elements/ImageViewer/ImageViewer.js.map +1 -1
  115. package/lib/commonjs/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js +10 -10
  116. package/lib/commonjs/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js.map +1 -1
  117. package/lib/commonjs/social/elements/VideoGallery/VideoGallery.js +4 -2
  118. package/lib/commonjs/social/elements/VideoGallery/VideoGallery.js.map +1 -1
  119. package/lib/commonjs/social/enums/enumUIKitID.js +7 -0
  120. package/lib/commonjs/social/enums/enumUIKitID.js.map +1 -1
  121. package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js +33 -11
  122. package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js.map +1 -1
  123. package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js +8 -2
  124. package/lib/commonjs/social/features/comment/components/PostComment/CommentListItem/styles.js.map +1 -1
  125. package/lib/commonjs/social/features/comment/components/PostComment/PostComment.js +3 -2
  126. package/lib/commonjs/social/features/comment/components/PostComment/PostComment.js.map +1 -1
  127. package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js +39 -20
  128. package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/index.js.map +1 -1
  129. package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js +9 -2
  130. package/lib/commonjs/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map +1 -1
  131. package/lib/commonjs/social/features/community/AddCategory/AddCategory.js +1 -0
  132. package/lib/commonjs/social/features/community/AddCategory/AddCategory.js.map +1 -1
  133. package/lib/commonjs/social/features/community/AddMember/hooks/useAddMember.js +2 -1
  134. package/lib/commonjs/social/features/community/AddMember/hooks/useAddMember.js.map +1 -1
  135. package/lib/commonjs/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js +17 -140
  136. package/lib/commonjs/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js.map +1 -1
  137. package/lib/commonjs/social/features/community/CommentsNotificationSetting/components/Header/Header.js +4 -3
  138. package/lib/commonjs/social/features/community/CommentsNotificationSetting/components/Header/Header.js.map +1 -1
  139. package/lib/commonjs/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js +149 -0
  140. package/lib/commonjs/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js.map +1 -0
  141. package/lib/commonjs/social/features/community/CommentsNotificationSetting/index.js +3 -4
  142. package/lib/commonjs/social/features/community/CommentsNotificationSetting/index.js.map +1 -1
  143. package/lib/commonjs/social/features/community/CommentsNotificationSetting/styles.js +1 -2
  144. package/lib/commonjs/social/features/community/CommentsNotificationSetting/styles.js.map +1 -1
  145. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js +18 -105
  146. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js.map +1 -1
  147. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js +4 -3
  148. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js.map +1 -1
  149. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js +113 -0
  150. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js.map +1 -0
  151. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/index.js +3 -4
  152. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/index.js.map +1 -1
  153. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/styles.js +1 -2
  154. package/lib/commonjs/social/features/community/LivestreamsNotificationSetting/styles.js.map +1 -1
  155. package/lib/commonjs/social/features/community/Membership/components/MemberItem/MemberItem.js +26 -7
  156. package/lib/commonjs/social/features/community/Membership/components/MemberItem/MemberItem.js.map +1 -1
  157. package/lib/commonjs/social/features/community/Membership/components/MemberItem/style.js +9 -1
  158. package/lib/commonjs/social/features/community/Membership/components/MemberItem/style.js.map +1 -1
  159. package/lib/commonjs/social/features/community/NotificationSetting/NotificationSetting.js +38 -139
  160. package/lib/commonjs/social/features/community/NotificationSetting/NotificationSetting.js.map +1 -1
  161. package/lib/commonjs/social/features/community/NotificationSetting/hooks/useNotificationSetting.js +154 -0
  162. package/lib/commonjs/social/features/community/NotificationSetting/hooks/useNotificationSetting.js.map +1 -0
  163. package/lib/commonjs/social/features/community/NotificationSetting/index.js +3 -4
  164. package/lib/commonjs/social/features/community/NotificationSetting/index.js.map +1 -1
  165. package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js +13 -10
  166. package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js.map +1 -1
  167. package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/styles.js +11 -1
  168. package/lib/commonjs/social/features/community/PendingRequest/components/PendingPostList/styles.js.map +1 -1
  169. package/lib/commonjs/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js +15 -120
  170. package/lib/commonjs/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js.map +1 -1
  171. package/lib/commonjs/social/features/community/PostsNotificationSetting/components/Header/Header.js +4 -3
  172. package/lib/commonjs/social/features/community/PostsNotificationSetting/components/Header/Header.js.map +1 -1
  173. package/lib/commonjs/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js +131 -0
  174. package/lib/commonjs/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js.map +1 -0
  175. package/lib/commonjs/social/features/community/PostsNotificationSetting/index.js +3 -4
  176. package/lib/commonjs/social/features/community/PostsNotificationSetting/index.js.map +1 -1
  177. package/lib/commonjs/social/features/community/PostsNotificationSetting/styles.js +1 -2
  178. package/lib/commonjs/social/features/community/PostsNotificationSetting/styles.js.map +1 -1
  179. package/lib/commonjs/social/features/community/Setting/Setting.js +5 -6
  180. package/lib/commonjs/social/features/community/Setting/Setting.js.map +1 -1
  181. package/lib/commonjs/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.js.map +1 -1
  182. package/lib/commonjs/social/features/community/Setting/hooks/useCommunitySetting.js +10 -1
  183. package/lib/commonjs/social/features/community/Setting/hooks/useCommunitySetting.js.map +1 -1
  184. package/lib/commonjs/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js +15 -138
  185. package/lib/commonjs/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js.map +1 -1
  186. package/lib/commonjs/social/features/community/StoriesNotificationSetting/components/Header/Header.js +4 -3
  187. package/lib/commonjs/social/features/community/StoriesNotificationSetting/components/Header/Header.js.map +1 -1
  188. package/lib/commonjs/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js +149 -0
  189. package/lib/commonjs/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js.map +1 -0
  190. package/lib/commonjs/social/features/community/StoriesNotificationSetting/index.js +3 -4
  191. package/lib/commonjs/social/features/community/StoriesNotificationSetting/index.js.map +1 -1
  192. package/lib/commonjs/social/features/community/StoriesNotificationSetting/styles.js +1 -2
  193. package/lib/commonjs/social/features/community/StoriesNotificationSetting/styles.js.map +1 -1
  194. package/lib/commonjs/social/features/community/shared/constants/index.js +12 -0
  195. package/lib/commonjs/social/features/community/shared/constants/index.js.map +1 -0
  196. package/lib/commonjs/social/features/community/shared/utils/index.js +34 -0
  197. package/lib/commonjs/social/features/community/shared/utils/index.js.map +1 -0
  198. package/lib/commonjs/social/features/feed/components/Categories/Categories.js +4 -1
  199. package/lib/commonjs/social/features/feed/components/Categories/Categories.js.map +1 -1
  200. package/lib/commonjs/social/features/feed/components/CommunityCategories/CommunityCategories.js +1 -1
  201. package/lib/commonjs/social/features/feed/components/CommunityCategories/CommunityCategories.js.map +1 -1
  202. package/lib/commonjs/social/features/feed/components/CreatePostMenu/CreatePostMenu.js +3 -1
  203. package/lib/commonjs/social/features/feed/components/CreatePostMenu/CreatePostMenu.js.map +1 -1
  204. package/lib/commonjs/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js +1 -3
  205. package/lib/commonjs/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js.map +1 -1
  206. package/lib/commonjs/social/features/feed/components/Explore/Explore.js +1 -2
  207. package/lib/commonjs/social/features/feed/components/Explore/Explore.js.map +1 -1
  208. package/lib/commonjs/social/features/feed/components/GlobalFeed/GlobalFeed.js +20 -12
  209. package/lib/commonjs/social/features/feed/components/GlobalFeed/GlobalFeed.js.map +1 -1
  210. package/lib/commonjs/social/features/feed/components/MyCommunities/MyCommunities.js +1 -2
  211. package/lib/commonjs/social/features/feed/components/MyCommunities/MyCommunities.js.map +1 -1
  212. package/lib/commonjs/social/features/feed/components/NewsFeed/NewsFeed.js +2 -3
  213. package/lib/commonjs/social/features/feed/components/NewsFeed/NewsFeed.js.map +1 -1
  214. package/lib/commonjs/social/features/feed/components/TopNavigation/TopNavigation.js +5 -1
  215. package/lib/commonjs/social/features/feed/components/TopNavigation/TopNavigation.js.map +1 -1
  216. package/lib/commonjs/social/features/livestream/Create/Create.js +12 -14
  217. package/lib/commonjs/social/features/livestream/Create/Create.js.map +1 -1
  218. package/lib/commonjs/social/features/livestream/Create/styles.js +11 -0
  219. package/lib/commonjs/social/features/livestream/Create/styles.js.map +1 -1
  220. package/lib/commonjs/social/features/livestream/Player/Player.js +41 -19
  221. package/lib/commonjs/social/features/livestream/Player/Player.js.map +1 -1
  222. package/lib/commonjs/social/features/livestream/Player/styles.js +20 -2
  223. package/lib/commonjs/social/features/livestream/Player/styles.js.map +1 -1
  224. package/lib/commonjs/social/features/livestream/components/ThumbnailAction/ThumbnailAction.js.map +1 -1
  225. package/lib/commonjs/social/features/poll/Composer/PollPostComposer.js +2 -1
  226. package/lib/commonjs/social/features/poll/Composer/PollPostComposer.js.map +1 -1
  227. package/lib/commonjs/social/features/poll/Composer/components/PollDurationBottomSheet.js +37 -13
  228. package/lib/commonjs/social/features/poll/Composer/components/PollDurationBottomSheet.js.map +1 -1
  229. package/lib/commonjs/social/features/poll/Composer/components/PollDurationPicker.js +40 -37
  230. package/lib/commonjs/social/features/poll/Composer/components/PollDurationPicker.js.map +1 -1
  231. package/lib/commonjs/social/features/poll/Composer/styles.js +8 -1
  232. package/lib/commonjs/social/features/poll/Composer/styles.js.map +1 -1
  233. package/lib/commonjs/social/features/post/Composer/PostComposer.js +43 -14
  234. package/lib/commonjs/social/features/post/Composer/PostComposer.js.map +1 -1
  235. package/lib/commonjs/social/features/post/Detail/index.js +61 -37
  236. package/lib/commonjs/social/features/post/Detail/index.js.map +1 -1
  237. package/lib/commonjs/social/features/post/Detail/styles.js +2 -1
  238. package/lib/commonjs/social/features/post/Detail/styles.js.map +1 -1
  239. package/lib/commonjs/social/features/post/TargetSelection/TargetSelection.js +3 -2
  240. package/lib/commonjs/social/features/post/TargetSelection/TargetSelection.js.map +1 -1
  241. package/lib/commonjs/social/features/post/components/Content/Content.js +35 -11
  242. package/lib/commonjs/social/features/post/components/Content/Content.js.map +1 -1
  243. package/lib/commonjs/social/features/post/components/Content/styles.js +5 -2
  244. package/lib/commonjs/social/features/post/components/Content/styles.js.map +1 -1
  245. package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +55 -24
  246. package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
  247. package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/styles.js +4 -4
  248. package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/styles.js.map +1 -1
  249. package/lib/commonjs/social/features/post/components/EngagementActions/Components/DetailStyle.js +9 -1
  250. package/lib/commonjs/social/features/post/components/EngagementActions/Components/DetailStyle.js.map +1 -1
  251. package/lib/commonjs/social/features/post/components/EngagementActions/Components/FeedStyle.js +9 -1
  252. package/lib/commonjs/social/features/post/components/EngagementActions/Components/FeedStyle.js.map +1 -1
  253. package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js +53 -23
  254. package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
  255. package/lib/commonjs/social/features/post/components/MediaAttachment/styles.js +4 -4
  256. package/lib/commonjs/social/features/post/components/MediaAttachment/styles.js.map +1 -1
  257. package/lib/commonjs/social/features/reaction/components/List/List.js +10 -5
  258. package/lib/commonjs/social/features/reaction/components/List/List.js.map +1 -1
  259. package/lib/commonjs/social/features/story/Create/Create.js +4 -3
  260. package/lib/commonjs/social/features/story/Create/Create.js.map +1 -1
  261. package/lib/commonjs/social/features/story/Draft/Draft.js +41 -18
  262. package/lib/commonjs/social/features/story/Draft/Draft.js.map +1 -1
  263. package/lib/commonjs/social/features/story/Draft/components/HyperLinkConfig.js +39 -7
  264. package/lib/commonjs/social/features/story/Draft/components/HyperLinkConfig.js.map +1 -1
  265. package/lib/commonjs/social/features/story/Draft/styles.js +72 -44
  266. package/lib/commonjs/social/features/story/Draft/styles.js.map +1 -1
  267. package/lib/commonjs/social/features/story/View/View.js +11 -5
  268. package/lib/commonjs/social/features/story/View/View.js.map +1 -1
  269. package/lib/commonjs/social/features/story/View/components/AmityViewStoryItem.js +42 -11
  270. package/lib/commonjs/social/features/story/View/components/AmityViewStoryItem.js.map +1 -1
  271. package/lib/commonjs/social/features/story/View/styles.js +31 -8
  272. package/lib/commonjs/social/features/story/View/styles.js.map +1 -1
  273. package/lib/commonjs/social/features/user/CreateProfile/CreateProfile.js +122 -0
  274. package/lib/commonjs/social/features/user/CreateProfile/CreateProfile.js.map +1 -0
  275. package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js +140 -0
  276. package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js.map +1 -0
  277. package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/index.js +13 -0
  278. package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/index.js.map +1 -0
  279. package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/styles.js +51 -0
  280. package/lib/commonjs/social/features/user/CreateProfile/components/ImageUpload/styles.js.map +1 -0
  281. package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/TopBar.js +34 -0
  282. package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/TopBar.js.map +1 -0
  283. package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/index.js +13 -0
  284. package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/index.js.map +1 -0
  285. package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/styles.js +37 -0
  286. package/lib/commonjs/social/features/user/CreateProfile/components/TopBar/styles.js.map +1 -0
  287. package/lib/commonjs/social/features/user/CreateProfile/components/index.js +28 -0
  288. package/lib/commonjs/social/features/user/CreateProfile/components/index.js.map +1 -0
  289. package/lib/commonjs/social/features/user/CreateProfile/hooks/index.js +17 -0
  290. package/lib/commonjs/social/features/user/CreateProfile/hooks/index.js.map +1 -0
  291. package/lib/commonjs/social/features/user/CreateProfile/hooks/useCreateProfile.js +238 -0
  292. package/lib/commonjs/social/features/user/CreateProfile/hooks/useCreateProfile.js.map +1 -0
  293. package/lib/commonjs/social/features/user/CreateProfile/index.js +13 -0
  294. package/lib/commonjs/social/features/user/CreateProfile/index.js.map +1 -0
  295. package/lib/commonjs/social/features/user/CreateProfile/styles.js +40 -0
  296. package/lib/commonjs/social/features/user/CreateProfile/styles.js.map +1 -0
  297. package/lib/commonjs/social/features/user/Edit/Edit.js +4 -2
  298. package/lib/commonjs/social/features/user/Edit/Edit.js.map +1 -1
  299. package/lib/commonjs/social/features/user/Edit/components/ImageUpload/ImageUpload.js +49 -15
  300. package/lib/commonjs/social/features/user/Edit/components/ImageUpload/ImageUpload.js.map +1 -1
  301. package/lib/commonjs/social/features/user/Edit/hooks/useEditUser.js +10 -2
  302. package/lib/commonjs/social/features/user/Edit/hooks/useEditUser.js.map +1 -1
  303. package/lib/commonjs/social/features/user/Profile/Profile.js +20 -13
  304. package/lib/commonjs/social/features/user/Profile/Profile.js.map +1 -1
  305. package/lib/commonjs/social/features/user/Profile/components/Feed/Feed.js +5 -1
  306. package/lib/commonjs/social/features/user/Profile/components/Feed/Feed.js.map +1 -1
  307. package/lib/commonjs/social/features/user/Profile/components/Feed/hooks/useFeed.js +5 -1
  308. package/lib/commonjs/social/features/user/Profile/components/Feed/hooks/useFeed.js.map +1 -1
  309. package/lib/commonjs/social/features/user/Profile/components/Header/Header.js +37 -11
  310. package/lib/commonjs/social/features/user/Profile/components/Header/Header.js.map +1 -1
  311. package/lib/commonjs/social/features/user/Profile/components/Header/hooks/useHeader.js +9 -3
  312. package/lib/commonjs/social/features/user/Profile/components/Header/hooks/useHeader.js.map +1 -1
  313. package/lib/commonjs/social/features/user/Profile/components/Header/styles.js +4 -0
  314. package/lib/commonjs/social/features/user/Profile/components/Header/styles.js.map +1 -1
  315. package/lib/commonjs/social/features/user/Profile/components/ImageFeed/ImageFeed.js +5 -1
  316. package/lib/commonjs/social/features/user/Profile/components/ImageFeed/ImageFeed.js.map +1 -1
  317. package/lib/commonjs/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js +5 -1
  318. package/lib/commonjs/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js.map +1 -1
  319. package/lib/commonjs/social/features/user/Profile/components/TopBar/TopBar.js +9 -54
  320. package/lib/commonjs/social/features/user/Profile/components/TopBar/TopBar.js.map +1 -1
  321. package/lib/commonjs/social/features/user/Profile/components/TopBar/hooks/useTopBar.js +5 -149
  322. package/lib/commonjs/social/features/user/Profile/components/TopBar/hooks/useTopBar.js.map +1 -1
  323. package/lib/commonjs/social/features/user/Profile/components/VideoFeed/VideoFeed.js +5 -1
  324. package/lib/commonjs/social/features/user/Profile/components/VideoFeed/VideoFeed.js.map +1 -1
  325. package/lib/commonjs/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js +5 -1
  326. package/lib/commonjs/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js.map +1 -1
  327. package/lib/commonjs/social/features/user/Profile/elements/Menu/Menu.js +70 -0
  328. package/lib/commonjs/social/features/user/Profile/elements/Menu/Menu.js.map +1 -0
  329. package/lib/commonjs/social/features/user/Profile/elements/Menu/hooks/useMenu.js +161 -0
  330. package/lib/commonjs/social/features/user/Profile/elements/Menu/hooks/useMenu.js.map +1 -0
  331. package/lib/commonjs/social/features/user/Profile/elements/Menu/index.js +13 -0
  332. package/lib/commonjs/social/features/user/Profile/elements/Menu/index.js.map +1 -0
  333. package/lib/commonjs/social/features/user/Profile/elements/index.js +11 -0
  334. package/lib/commonjs/social/features/user/Profile/elements/index.js.map +1 -1
  335. package/lib/commonjs/social/features/user/Profile/hooks/useFeedState.js +10 -3
  336. package/lib/commonjs/social/features/user/Profile/hooks/useFeedState.js.map +1 -1
  337. package/lib/commonjs/social/features/user/Relationship/components/UserItem/UserItem.js +1 -0
  338. package/lib/commonjs/social/features/user/Relationship/components/UserItem/UserItem.js.map +1 -1
  339. package/lib/commonjs/social/hooks/collections/index.js.map +1 -1
  340. package/lib/commonjs/social/hooks/index.js +15 -4
  341. package/lib/commonjs/social/hooks/index.js.map +1 -1
  342. package/lib/commonjs/social/hooks/isModerator.js +22 -0
  343. package/lib/commonjs/social/hooks/isModerator.js.map +1 -0
  344. package/lib/commonjs/social/hooks/queries/useCommunityNotificationSettingsQuery.js +54 -0
  345. package/lib/commonjs/social/hooks/queries/useCommunityNotificationSettingsQuery.js.map +1 -0
  346. package/lib/commonjs/social/hooks/queries/useFlagPost.js +3 -3
  347. package/lib/commonjs/social/hooks/queries/useFlagPost.js.map +1 -1
  348. package/lib/commonjs/social/hooks/useAmityGlobalSearchViewModel.js +2 -1
  349. package/lib/commonjs/social/hooks/useAmityGlobalSearchViewModel.js.map +1 -1
  350. package/lib/commonjs/social/hooks/useCustomRankingGlobalFeed.js +8 -1
  351. package/lib/commonjs/social/hooks/useCustomRankingGlobalFeed.js.map +1 -1
  352. package/lib/commonjs/social/hooks/useFile.js +1 -1
  353. package/lib/commonjs/social/hooks/useFile.js.map +1 -1
  354. package/lib/commonjs/social/hooks/useGlobalBehavior.js +53 -0
  355. package/lib/commonjs/social/hooks/useGlobalBehavior.js.map +1 -0
  356. package/lib/commonjs/social/hooks/useMention/index.js +38 -18
  357. package/lib/commonjs/social/hooks/useMention/index.js.map +1 -1
  358. package/lib/commonjs/social/hooks/useMention/styles.js +5 -4
  359. package/lib/commonjs/social/hooks/useMention/styles.js.map +1 -1
  360. package/lib/commonjs/social/hooks/usePaginator.js +25 -8
  361. package/lib/commonjs/social/hooks/usePaginator.js.map +1 -1
  362. package/lib/commonjs/social/hooks/usePoll.js +34 -2
  363. package/lib/commonjs/social/hooks/usePoll.js.map +1 -1
  364. package/lib/commonjs/social/hooks/usePostPermission.js +10 -9
  365. package/lib/commonjs/social/hooks/usePostPermission.js.map +1 -1
  366. package/lib/commonjs/social/hooks/useSearch.js +49 -6
  367. package/lib/commonjs/social/hooks/useSearch.js.map +1 -1
  368. package/lib/commonjs/social/hooks/useStoryPermission.js +6 -4
  369. package/lib/commonjs/social/hooks/useStoryPermission.js.map +1 -1
  370. package/lib/commonjs/social/index.js +23 -10
  371. package/lib/commonjs/social/index.js.map +1 -1
  372. package/lib/commonjs/social/providers/BehaviourProvider.js +1 -0
  373. package/lib/commonjs/social/providers/BehaviourProvider.js.map +1 -1
  374. package/lib/commonjs/social/screens/CommunityCommentsNotificationSetting/index.js +8 -8
  375. package/lib/commonjs/social/screens/CommunityCommentsNotificationSetting/index.js.map +1 -1
  376. package/lib/commonjs/social/screens/CommunityLivestreamsNotificationSetting/index.js +8 -8
  377. package/lib/commonjs/social/screens/CommunityLivestreamsNotificationSetting/index.js.map +1 -1
  378. package/lib/commonjs/social/screens/CommunityNotificationSetting/index.js +8 -8
  379. package/lib/commonjs/social/screens/CommunityNotificationSetting/index.js.map +1 -1
  380. package/lib/commonjs/social/screens/CommunityPostsNotificationSetting/index.js +8 -8
  381. package/lib/commonjs/social/screens/CommunityPostsNotificationSetting/index.js.map +1 -1
  382. package/lib/commonjs/social/screens/CommunityProfile/components/Header/Header.js +2 -6
  383. package/lib/commonjs/social/screens/CommunityProfile/components/Header/Header.js.map +1 -1
  384. package/lib/commonjs/social/screens/CommunityProfile/components/Tab/Tab.js +1 -1
  385. package/lib/commonjs/social/screens/CommunityProfile/components/Tab/Tab.js.map +1 -1
  386. package/lib/commonjs/social/screens/CommunityProfile/index.js +9 -6
  387. package/lib/commonjs/social/screens/CommunityProfile/index.js.map +1 -1
  388. package/lib/commonjs/social/screens/CommunityStoriesNotificationSetting/index.js +8 -8
  389. package/lib/commonjs/social/screens/CommunityStoriesNotificationSetting/index.js.map +1 -1
  390. package/lib/commonjs/social/screens/CreateUserProfile/CreateUserProfile.js +20 -0
  391. package/lib/commonjs/social/screens/CreateUserProfile/CreateUserProfile.js.map +1 -0
  392. package/lib/commonjs/social/screens/CreateUserProfile/index.js +13 -0
  393. package/lib/commonjs/social/screens/CreateUserProfile/index.js.map +1 -0
  394. package/lib/commonjs/social/screens/SocialHomePage/index.js +35 -7
  395. package/lib/commonjs/social/screens/SocialHomePage/index.js.map +1 -1
  396. package/lib/commonjs/social/screens/UserProfile/UserProfile.js +2 -4
  397. package/lib/commonjs/social/screens/UserProfile/UserProfile.js.map +1 -1
  398. package/lib/commonjs/social/screens/VideoPlayer/VideoPlayer.js +2 -1
  399. package/lib/commonjs/social/screens/VideoPlayer/VideoPlayer.js.map +1 -1
  400. package/lib/commonjs/social/screens/VisitorUsageLimit/VisitorUsageLimit.js +78 -0
  401. package/lib/commonjs/social/screens/VisitorUsageLimit/VisitorUsageLimit.js.map +1 -0
  402. package/lib/commonjs/social/screens/VisitorUsageLimit/index.js +13 -0
  403. package/lib/commonjs/social/screens/VisitorUsageLimit/index.js.map +1 -0
  404. package/lib/commonjs/social/screens/VisitorUsageLimit/styles.js +50 -0
  405. package/lib/commonjs/social/screens/VisitorUsageLimit/styles.js.map +1 -0
  406. package/lib/commonjs/social/screens/index.js +11 -0
  407. package/lib/commonjs/social/screens/index.js.map +1 -1
  408. package/lib/commonjs/social/utils/index.js +26 -1
  409. package/lib/commonjs/social/utils/index.js.map +1 -1
  410. package/lib/commonjs/social/utils/permissions.js +8 -3
  411. package/lib/commonjs/social/utils/permissions.js.map +1 -1
  412. package/lib/commonjs/types/declarations.d.js +2 -0
  413. package/lib/commonjs/types/declarations.d.js.map +1 -0
  414. package/lib/module/core/assets/icons/index.js +2 -0
  415. package/lib/module/core/assets/icons/index.js.map +1 -1
  416. package/lib/module/core/assets/icons/mediaIcon.js +6 -0
  417. package/lib/module/core/assets/icons/mediaIcon.js.map +1 -0
  418. package/lib/module/core/assets/icons/video.js +3 -2
  419. package/lib/module/core/assets/icons/video.js.map +1 -1
  420. package/lib/module/core/assets/icons/visitorLimit.js +23 -0
  421. package/lib/module/core/assets/icons/visitorLimit.js.map +1 -0
  422. package/lib/module/core/constants/index.js +52 -1
  423. package/lib/module/core/constants/index.js.map +1 -1
  424. package/lib/module/core/hooks/useAuth.js +6 -2
  425. package/lib/module/core/hooks/useAuth.js.map +1 -1
  426. package/lib/module/core/hooks/useSearch.js +2 -1
  427. package/lib/module/core/hooks/useSearch.js.map +1 -1
  428. package/lib/module/core/legacy/feed.js +26 -3
  429. package/lib/module/core/legacy/feed.js.map +1 -1
  430. package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
  431. package/lib/module/core/providers/AuthProvider.js +50 -48
  432. package/lib/module/core/providers/AuthProvider.js.map +1 -1
  433. package/lib/module/core/routes/AmityPageRenderer.js +15 -11
  434. package/lib/module/core/routes/AmityPageRenderer.js.map +1 -1
  435. package/lib/module/core/routes/AmityUIKitNavigator.js +52 -11
  436. package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
  437. package/lib/module/core/routes/navigation.js +9 -1
  438. package/lib/module/core/routes/navigation.js.map +1 -1
  439. package/lib/module/core/stores/slices/bottomSheetSlice.js.map +1 -1
  440. package/lib/module/core/stores/slices/globalfeedSlice.js +20 -7
  441. package/lib/module/core/stores/slices/globalfeedSlice.js.map +1 -1
  442. package/lib/module/index.js +2 -2
  443. package/lib/module/index.js.map +1 -1
  444. package/lib/module/social/components/Avatar/Avatar.js +38 -8
  445. package/lib/module/social/components/Avatar/Avatar.js.map +1 -1
  446. package/lib/module/social/components/Avatar/styles.js +7 -1
  447. package/lib/module/social/components/Avatar/styles.js.map +1 -1
  448. package/lib/module/social/components/BottomSheetComponent/BottomSheetComponent.js +2 -1
  449. package/lib/module/social/components/BottomSheetComponent/BottomSheetComponent.js.map +1 -1
  450. package/lib/module/social/components/Button/Button.js +2 -0
  451. package/lib/module/social/components/Button/Button.js.map +1 -1
  452. package/lib/module/social/components/CommunitySearchResult/CommunitySearchResult.js +1 -1
  453. package/lib/module/social/components/CommunitySearchResult/CommunitySearchResult.js.map +1 -1
  454. package/lib/module/social/components/CommunityStories/index.js +20 -3
  455. package/lib/module/social/components/CommunityStories/index.js.map +1 -1
  456. package/lib/module/social/components/FormInput/FormInput.js +3 -1
  457. package/lib/module/social/components/FormInput/FormInput.js.map +1 -1
  458. package/lib/module/social/components/FormInput/styles.js +3 -0
  459. package/lib/module/social/components/FormInput/styles.js.map +1 -1
  460. package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js +17 -0
  461. package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/index.js.map +1 -0
  462. package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js +25 -0
  463. package/lib/module/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.js.map +1 -0
  464. package/lib/module/social/components/MyAvatar/MyAvatar.js +33 -11
  465. package/lib/module/social/components/MyAvatar/MyAvatar.js.map +1 -1
  466. package/lib/module/social/components/MyAvatar/styles.js +36 -0
  467. package/lib/module/social/components/MyAvatar/styles.js.map +1 -0
  468. package/lib/module/social/components/MyStories/StoryCircleItem.js +27 -8
  469. package/lib/module/social/components/MyStories/StoryCircleItem.js.map +1 -1
  470. package/lib/module/social/components/MyStories/StoryTargetView.js +15 -1
  471. package/lib/module/social/components/MyStories/StoryTargetView.js.map +1 -1
  472. package/lib/module/social/components/MyStories/styles.js +11 -9
  473. package/lib/module/social/components/MyStories/styles.js.map +1 -1
  474. package/lib/module/social/components/PollContent/PollFooter.js +8 -2
  475. package/lib/module/social/components/PollContent/PollFooter.js.map +1 -1
  476. package/lib/module/social/components/PollContent/PollResults.js +2 -1
  477. package/lib/module/social/components/PollContent/PollResults.js.map +1 -1
  478. package/lib/module/social/components/PollContent/index.js +3 -0
  479. package/lib/module/social/components/PollContent/index.js.map +1 -1
  480. package/lib/module/social/components/PostMenu/index.js +27 -29
  481. package/lib/module/social/components/PostMenu/index.js.map +1 -1
  482. package/lib/module/social/components/RenderTextWithMention/RenderTextWithMention.js +7 -7
  483. package/lib/module/social/components/RenderTextWithMention/RenderTextWithMention.js.map +1 -1
  484. package/lib/module/social/components/SearchResultItem/SearchResultItem.js +9 -2
  485. package/lib/module/social/components/SearchResultItem/SearchResultItem.js.map +1 -1
  486. package/lib/module/social/components/SearchResultItem/styles.js +10 -7
  487. package/lib/module/social/components/SearchResultItem/styles.js.map +1 -1
  488. package/lib/module/social/components/Social/CommentList/CommentList.js +63 -21
  489. package/lib/module/social/components/Social/CommentList/CommentList.js.map +1 -1
  490. package/lib/module/social/components/Social/CommentList/styles.js +20 -5
  491. package/lib/module/social/components/Social/CommentList/styles.js.map +1 -1
  492. package/lib/module/social/components/Social/CommentListItem/CommentListItem.js +54 -14
  493. package/lib/module/social/components/Social/CommentListItem/CommentListItem.js.map +1 -1
  494. package/lib/module/social/components/Social/ReplyCommentList/index.js +16 -8
  495. package/lib/module/social/components/Social/ReplyCommentList/index.js.map +1 -1
  496. package/lib/module/social/components/StoryKit/src/Story.js.map +1 -1
  497. package/lib/module/social/components/StoryKit/src/StoryCircleListItem.js +3 -1
  498. package/lib/module/social/components/StoryKit/src/StoryCircleListItem.js.map +1 -1
  499. package/lib/module/social/components/StoryKit/src/StoryListItem.js +9 -2
  500. package/lib/module/social/components/StoryKit/src/StoryListItem.js.map +1 -1
  501. package/lib/module/social/components/StoryKit/src/helpers/StateHelpers.js +1 -1
  502. package/lib/module/social/components/StoryKit/src/helpers/StateHelpers.js.map +1 -1
  503. package/lib/module/social/components/StoryKit/src/styles.js +5 -2
  504. package/lib/module/social/components/StoryKit/src/styles.js.map +1 -1
  505. package/lib/module/social/components/legacy/CustomText/index.js +3 -5
  506. package/lib/module/social/components/legacy/CustomText/index.js.map +1 -1
  507. package/lib/module/social/components/legacy/Social/CommentList/index.js +1 -1
  508. package/lib/module/social/components/legacy/Social/CommentList/index.js.map +1 -1
  509. package/lib/module/social/components/legacy/Social/PostList/Components/RenderTextWithMention.js.map +1 -1
  510. package/lib/module/social/components/legacy/Social/PostList/index.js +23 -3
  511. package/lib/module/social/components/legacy/Social/PostList/index.js.map +1 -1
  512. package/lib/module/social/components/legacy/Social/ReplyCommentList/index.js +45 -8
  513. package/lib/module/social/components/legacy/Social/ReplyCommentList/index.js.map +1 -1
  514. package/lib/module/social/components/legacy/StoryKit/src/Story.js.map +1 -1
  515. package/lib/module/social/components/legacy/StoryKit/src/helpers/StateHelpers.js +1 -1
  516. package/lib/module/social/components/legacy/StoryKit/src/helpers/StateHelpers.js.map +1 -1
  517. package/lib/module/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.js.map +1 -1
  518. package/lib/module/social/elements/CommonElements/AvatarElement.js +33 -5
  519. package/lib/module/social/elements/CommonElements/AvatarElement.js.map +1 -1
  520. package/lib/module/social/elements/CommonElements/styles.js +27 -0
  521. package/lib/module/social/elements/CommonElements/styles.js.map +1 -0
  522. package/lib/module/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js +7 -2
  523. package/lib/module/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.js.map +1 -1
  524. package/lib/module/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.js.map +1 -1
  525. package/lib/module/social/elements/ImageViewer/ImageViewer.js +20 -4
  526. package/lib/module/social/elements/ImageViewer/ImageViewer.js.map +1 -1
  527. package/lib/module/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js +6 -7
  528. package/lib/module/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.js.map +1 -1
  529. package/lib/module/social/elements/VideoGallery/VideoGallery.js +4 -2
  530. package/lib/module/social/elements/VideoGallery/VideoGallery.js.map +1 -1
  531. package/lib/module/social/enums/enumUIKitID.js +7 -0
  532. package/lib/module/social/enums/enumUIKitID.js.map +1 -1
  533. package/lib/module/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js +34 -12
  534. package/lib/module/social/features/comment/components/PostComment/CommentListItem/CommentListItem.js.map +1 -1
  535. package/lib/module/social/features/comment/components/PostComment/CommentListItem/styles.js +8 -2
  536. package/lib/module/social/features/comment/components/PostComment/CommentListItem/styles.js.map +1 -1
  537. package/lib/module/social/features/comment/components/PostComment/PostComment.js +3 -2
  538. package/lib/module/social/features/comment/components/PostComment/PostComment.js.map +1 -1
  539. package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/index.js +40 -21
  540. package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/index.js.map +1 -1
  541. package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/styles.js +9 -2
  542. package/lib/module/social/features/comment/components/PostComment/ReplyCommentList/styles.js.map +1 -1
  543. package/lib/module/social/features/community/AddCategory/AddCategory.js +1 -0
  544. package/lib/module/social/features/community/AddCategory/AddCategory.js.map +1 -1
  545. package/lib/module/social/features/community/AddMember/hooks/useAddMember.js +3 -2
  546. package/lib/module/social/features/community/AddMember/hooks/useAddMember.js.map +1 -1
  547. package/lib/module/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js +16 -138
  548. package/lib/module/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.js.map +1 -1
  549. package/lib/module/social/features/community/CommentsNotificationSetting/components/Header/Header.js +4 -3
  550. package/lib/module/social/features/community/CommentsNotificationSetting/components/Header/Header.js.map +1 -1
  551. package/lib/module/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js +142 -0
  552. package/lib/module/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.js.map +1 -0
  553. package/lib/module/social/features/community/CommentsNotificationSetting/index.js +1 -1
  554. package/lib/module/social/features/community/CommentsNotificationSetting/index.js.map +1 -1
  555. package/lib/module/social/features/community/CommentsNotificationSetting/styles.js +1 -2
  556. package/lib/module/social/features/community/CommentsNotificationSetting/styles.js.map +1 -1
  557. package/lib/module/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js +17 -103
  558. package/lib/module/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.js.map +1 -1
  559. package/lib/module/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js +4 -3
  560. package/lib/module/social/features/community/LivestreamsNotificationSetting/components/Header/Header.js.map +1 -1
  561. package/lib/module/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js +106 -0
  562. package/lib/module/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.js.map +1 -0
  563. package/lib/module/social/features/community/LivestreamsNotificationSetting/index.js +1 -1
  564. package/lib/module/social/features/community/LivestreamsNotificationSetting/index.js.map +1 -1
  565. package/lib/module/social/features/community/LivestreamsNotificationSetting/styles.js +1 -2
  566. package/lib/module/social/features/community/LivestreamsNotificationSetting/styles.js.map +1 -1
  567. package/lib/module/social/features/community/Membership/components/MemberItem/MemberItem.js +27 -8
  568. package/lib/module/social/features/community/Membership/components/MemberItem/MemberItem.js.map +1 -1
  569. package/lib/module/social/features/community/Membership/components/MemberItem/style.js +9 -1
  570. package/lib/module/social/features/community/Membership/components/MemberItem/style.js.map +1 -1
  571. package/lib/module/social/features/community/NotificationSetting/NotificationSetting.js +38 -138
  572. package/lib/module/social/features/community/NotificationSetting/NotificationSetting.js.map +1 -1
  573. package/lib/module/social/features/community/NotificationSetting/hooks/useNotificationSetting.js +147 -0
  574. package/lib/module/social/features/community/NotificationSetting/hooks/useNotificationSetting.js.map +1 -0
  575. package/lib/module/social/features/community/NotificationSetting/index.js +1 -1
  576. package/lib/module/social/features/community/NotificationSetting/index.js.map +1 -1
  577. package/lib/module/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js +13 -10
  578. package/lib/module/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.js.map +1 -1
  579. package/lib/module/social/features/community/PendingRequest/components/PendingPostList/styles.js +11 -1
  580. package/lib/module/social/features/community/PendingRequest/components/PendingPostList/styles.js.map +1 -1
  581. package/lib/module/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js +14 -118
  582. package/lib/module/social/features/community/PostsNotificationSetting/PostsNotificationSetting.js.map +1 -1
  583. package/lib/module/social/features/community/PostsNotificationSetting/components/Header/Header.js +4 -3
  584. package/lib/module/social/features/community/PostsNotificationSetting/components/Header/Header.js.map +1 -1
  585. package/lib/module/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js +124 -0
  586. package/lib/module/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.js.map +1 -0
  587. package/lib/module/social/features/community/PostsNotificationSetting/index.js +1 -1
  588. package/lib/module/social/features/community/PostsNotificationSetting/index.js.map +1 -1
  589. package/lib/module/social/features/community/PostsNotificationSetting/styles.js +1 -2
  590. package/lib/module/social/features/community/PostsNotificationSetting/styles.js.map +1 -1
  591. package/lib/module/social/features/community/Setting/Setting.js +5 -6
  592. package/lib/module/social/features/community/Setting/Setting.js.map +1 -1
  593. package/lib/module/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.js.map +1 -1
  594. package/lib/module/social/features/community/Setting/hooks/useCommunitySetting.js +10 -1
  595. package/lib/module/social/features/community/Setting/hooks/useCommunitySetting.js.map +1 -1
  596. package/lib/module/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js +14 -136
  597. package/lib/module/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.js.map +1 -1
  598. package/lib/module/social/features/community/StoriesNotificationSetting/components/Header/Header.js +4 -3
  599. package/lib/module/social/features/community/StoriesNotificationSetting/components/Header/Header.js.map +1 -1
  600. package/lib/module/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js +142 -0
  601. package/lib/module/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.js.map +1 -0
  602. package/lib/module/social/features/community/StoriesNotificationSetting/index.js +1 -1
  603. package/lib/module/social/features/community/StoriesNotificationSetting/index.js.map +1 -1
  604. package/lib/module/social/features/community/StoriesNotificationSetting/styles.js +1 -2
  605. package/lib/module/social/features/community/StoriesNotificationSetting/styles.js.map +1 -1
  606. package/lib/module/social/features/community/shared/constants/index.js +6 -0
  607. package/lib/module/social/features/community/shared/constants/index.js.map +1 -0
  608. package/lib/module/social/features/community/shared/utils/index.js +27 -0
  609. package/lib/module/social/features/community/shared/utils/index.js.map +1 -0
  610. package/lib/module/social/features/feed/components/Categories/Categories.js +4 -1
  611. package/lib/module/social/features/feed/components/Categories/Categories.js.map +1 -1
  612. package/lib/module/social/features/feed/components/CommunityCategories/CommunityCategories.js +1 -1
  613. package/lib/module/social/features/feed/components/CommunityCategories/CommunityCategories.js.map +1 -1
  614. package/lib/module/social/features/feed/components/CreatePostMenu/CreatePostMenu.js +3 -1
  615. package/lib/module/social/features/feed/components/CreatePostMenu/CreatePostMenu.js.map +1 -1
  616. package/lib/module/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js +1 -2
  617. package/lib/module/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.js.map +1 -1
  618. package/lib/module/social/features/feed/components/Explore/Explore.js +1 -2
  619. package/lib/module/social/features/feed/components/Explore/Explore.js.map +1 -1
  620. package/lib/module/social/features/feed/components/GlobalFeed/GlobalFeed.js +15 -8
  621. package/lib/module/social/features/feed/components/GlobalFeed/GlobalFeed.js.map +1 -1
  622. package/lib/module/social/features/feed/components/MyCommunities/MyCommunities.js +1 -2
  623. package/lib/module/social/features/feed/components/MyCommunities/MyCommunities.js.map +1 -1
  624. package/lib/module/social/features/feed/components/NewsFeed/NewsFeed.js +2 -3
  625. package/lib/module/social/features/feed/components/NewsFeed/NewsFeed.js.map +1 -1
  626. package/lib/module/social/features/feed/components/TopNavigation/TopNavigation.js +5 -1
  627. package/lib/module/social/features/feed/components/TopNavigation/TopNavigation.js.map +1 -1
  628. package/lib/module/social/features/livestream/Create/Create.js +12 -14
  629. package/lib/module/social/features/livestream/Create/Create.js.map +1 -1
  630. package/lib/module/social/features/livestream/Create/styles.js +11 -0
  631. package/lib/module/social/features/livestream/Create/styles.js.map +1 -1
  632. package/lib/module/social/features/livestream/Player/Player.js +43 -21
  633. package/lib/module/social/features/livestream/Player/Player.js.map +1 -1
  634. package/lib/module/social/features/livestream/Player/styles.js +20 -2
  635. package/lib/module/social/features/livestream/Player/styles.js.map +1 -1
  636. package/lib/module/social/features/livestream/components/ThumbnailAction/ThumbnailAction.js.map +1 -1
  637. package/lib/module/social/features/poll/Composer/PollPostComposer.js +2 -1
  638. package/lib/module/social/features/poll/Composer/PollPostComposer.js.map +1 -1
  639. package/lib/module/social/features/poll/Composer/components/PollDurationBottomSheet.js +38 -14
  640. package/lib/module/social/features/poll/Composer/components/PollDurationBottomSheet.js.map +1 -1
  641. package/lib/module/social/features/poll/Composer/components/PollDurationPicker.js +41 -39
  642. package/lib/module/social/features/poll/Composer/components/PollDurationPicker.js.map +1 -1
  643. package/lib/module/social/features/poll/Composer/styles.js +8 -1
  644. package/lib/module/social/features/poll/Composer/styles.js.map +1 -1
  645. package/lib/module/social/features/post/Composer/PostComposer.js +46 -17
  646. package/lib/module/social/features/post/Composer/PostComposer.js.map +1 -1
  647. package/lib/module/social/features/post/Detail/index.js +62 -38
  648. package/lib/module/social/features/post/Detail/index.js.map +1 -1
  649. package/lib/module/social/features/post/Detail/styles.js +2 -1
  650. package/lib/module/social/features/post/Detail/styles.js.map +1 -1
  651. package/lib/module/social/features/post/TargetSelection/TargetSelection.js +3 -2
  652. package/lib/module/social/features/post/TargetSelection/TargetSelection.js.map +1 -1
  653. package/lib/module/social/features/post/components/Content/Content.js +35 -11
  654. package/lib/module/social/features/post/components/Content/Content.js.map +1 -1
  655. package/lib/module/social/features/post/components/Content/styles.js +5 -2
  656. package/lib/module/social/features/post/components/Content/styles.js.map +1 -1
  657. package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +56 -25
  658. package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
  659. package/lib/module/social/features/post/components/DetailedMediaAttachment/styles.js +4 -4
  660. package/lib/module/social/features/post/components/DetailedMediaAttachment/styles.js.map +1 -1
  661. package/lib/module/social/features/post/components/EngagementActions/Components/DetailStyle.js +10 -2
  662. package/lib/module/social/features/post/components/EngagementActions/Components/DetailStyle.js.map +1 -1
  663. package/lib/module/social/features/post/components/EngagementActions/Components/FeedStyle.js +10 -2
  664. package/lib/module/social/features/post/components/EngagementActions/Components/FeedStyle.js.map +1 -1
  665. package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js +54 -23
  666. package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
  667. package/lib/module/social/features/post/components/MediaAttachment/styles.js +4 -4
  668. package/lib/module/social/features/post/components/MediaAttachment/styles.js.map +1 -1
  669. package/lib/module/social/features/reaction/components/List/List.js +10 -5
  670. package/lib/module/social/features/reaction/components/List/List.js.map +1 -1
  671. package/lib/module/social/features/story/Create/Create.js +4 -3
  672. package/lib/module/social/features/story/Create/Create.js.map +1 -1
  673. package/lib/module/social/features/story/Draft/Draft.js +41 -18
  674. package/lib/module/social/features/story/Draft/Draft.js.map +1 -1
  675. package/lib/module/social/features/story/Draft/components/HyperLinkConfig.js +39 -7
  676. package/lib/module/social/features/story/Draft/components/HyperLinkConfig.js.map +1 -1
  677. package/lib/module/social/features/story/Draft/styles.js +72 -44
  678. package/lib/module/social/features/story/Draft/styles.js.map +1 -1
  679. package/lib/module/social/features/story/View/View.js +11 -5
  680. package/lib/module/social/features/story/View/View.js.map +1 -1
  681. package/lib/module/social/features/story/View/components/AmityViewStoryItem.js +42 -10
  682. package/lib/module/social/features/story/View/components/AmityViewStoryItem.js.map +1 -1
  683. package/lib/module/social/features/story/View/styles.js +31 -8
  684. package/lib/module/social/features/story/View/styles.js.map +1 -1
  685. package/lib/module/social/features/user/CreateProfile/CreateProfile.js +115 -0
  686. package/lib/module/social/features/user/CreateProfile/CreateProfile.js.map +1 -0
  687. package/lib/module/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js +134 -0
  688. package/lib/module/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.js.map +1 -0
  689. package/lib/module/social/features/user/CreateProfile/components/ImageUpload/index.js +2 -0
  690. package/lib/module/social/features/user/CreateProfile/components/ImageUpload/index.js.map +1 -0
  691. package/lib/module/social/features/user/CreateProfile/components/ImageUpload/styles.js +44 -0
  692. package/lib/module/social/features/user/CreateProfile/components/ImageUpload/styles.js.map +1 -0
  693. package/lib/module/social/features/user/CreateProfile/components/TopBar/TopBar.js +27 -0
  694. package/lib/module/social/features/user/CreateProfile/components/TopBar/TopBar.js.map +1 -0
  695. package/lib/module/social/features/user/CreateProfile/components/TopBar/index.js +2 -0
  696. package/lib/module/social/features/user/CreateProfile/components/TopBar/index.js.map +1 -0
  697. package/lib/module/social/features/user/CreateProfile/components/TopBar/styles.js +30 -0
  698. package/lib/module/social/features/user/CreateProfile/components/TopBar/styles.js.map +1 -0
  699. package/lib/module/social/features/user/CreateProfile/components/index.js +3 -0
  700. package/lib/module/social/features/user/CreateProfile/components/index.js.map +1 -0
  701. package/lib/module/social/features/user/CreateProfile/hooks/index.js +2 -0
  702. package/lib/module/social/features/user/CreateProfile/hooks/index.js.map +1 -0
  703. package/lib/module/social/features/user/CreateProfile/hooks/useCreateProfile.js +231 -0
  704. package/lib/module/social/features/user/CreateProfile/hooks/useCreateProfile.js.map +1 -0
  705. package/lib/module/social/features/user/CreateProfile/index.js +2 -0
  706. package/lib/module/social/features/user/CreateProfile/index.js.map +1 -0
  707. package/lib/module/social/features/user/CreateProfile/styles.js +33 -0
  708. package/lib/module/social/features/user/CreateProfile/styles.js.map +1 -0
  709. package/lib/module/social/features/user/Edit/Edit.js +4 -2
  710. package/lib/module/social/features/user/Edit/Edit.js.map +1 -1
  711. package/lib/module/social/features/user/Edit/components/ImageUpload/ImageUpload.js +50 -16
  712. package/lib/module/social/features/user/Edit/components/ImageUpload/ImageUpload.js.map +1 -1
  713. package/lib/module/social/features/user/Edit/hooks/useEditUser.js +10 -2
  714. package/lib/module/social/features/user/Edit/hooks/useEditUser.js.map +1 -1
  715. package/lib/module/social/features/user/Profile/Profile.js +21 -14
  716. package/lib/module/social/features/user/Profile/Profile.js.map +1 -1
  717. package/lib/module/social/features/user/Profile/components/Feed/Feed.js +5 -1
  718. package/lib/module/social/features/user/Profile/components/Feed/Feed.js.map +1 -1
  719. package/lib/module/social/features/user/Profile/components/Feed/hooks/useFeed.js +5 -1
  720. package/lib/module/social/features/user/Profile/components/Feed/hooks/useFeed.js.map +1 -1
  721. package/lib/module/social/features/user/Profile/components/Header/Header.js +39 -12
  722. package/lib/module/social/features/user/Profile/components/Header/Header.js.map +1 -1
  723. package/lib/module/social/features/user/Profile/components/Header/hooks/useHeader.js +10 -4
  724. package/lib/module/social/features/user/Profile/components/Header/hooks/useHeader.js.map +1 -1
  725. package/lib/module/social/features/user/Profile/components/Header/styles.js +4 -0
  726. package/lib/module/social/features/user/Profile/components/Header/styles.js.map +1 -1
  727. package/lib/module/social/features/user/Profile/components/ImageFeed/ImageFeed.js +5 -1
  728. package/lib/module/social/features/user/Profile/components/ImageFeed/ImageFeed.js.map +1 -1
  729. package/lib/module/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js +5 -1
  730. package/lib/module/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.js.map +1 -1
  731. package/lib/module/social/features/user/Profile/components/TopBar/TopBar.js +9 -54
  732. package/lib/module/social/features/user/Profile/components/TopBar/TopBar.js.map +1 -1
  733. package/lib/module/social/features/user/Profile/components/TopBar/hooks/useTopBar.js +5 -148
  734. package/lib/module/social/features/user/Profile/components/TopBar/hooks/useTopBar.js.map +1 -1
  735. package/lib/module/social/features/user/Profile/components/VideoFeed/VideoFeed.js +5 -1
  736. package/lib/module/social/features/user/Profile/components/VideoFeed/VideoFeed.js.map +1 -1
  737. package/lib/module/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js +5 -1
  738. package/lib/module/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.js.map +1 -1
  739. package/lib/module/social/features/user/Profile/elements/Menu/Menu.js +63 -0
  740. package/lib/module/social/features/user/Profile/elements/Menu/Menu.js.map +1 -0
  741. package/lib/module/social/features/user/Profile/elements/Menu/hooks/useMenu.js +154 -0
  742. package/lib/module/social/features/user/Profile/elements/Menu/hooks/useMenu.js.map +1 -0
  743. package/lib/module/social/features/user/Profile/elements/Menu/index.js +2 -0
  744. package/lib/module/social/features/user/Profile/elements/Menu/index.js.map +1 -0
  745. package/lib/module/social/features/user/Profile/elements/index.js +1 -0
  746. package/lib/module/social/features/user/Profile/elements/index.js.map +1 -1
  747. package/lib/module/social/features/user/Profile/hooks/useFeedState.js +10 -3
  748. package/lib/module/social/features/user/Profile/hooks/useFeedState.js.map +1 -1
  749. package/lib/module/social/features/user/Relationship/components/UserItem/UserItem.js +1 -0
  750. package/lib/module/social/features/user/Relationship/components/UserItem/UserItem.js.map +1 -1
  751. package/lib/module/social/hooks/collections/index.js +0 -1
  752. package/lib/module/social/hooks/collections/index.js.map +1 -1
  753. package/lib/module/social/hooks/index.js +2 -1
  754. package/lib/module/social/hooks/index.js.map +1 -1
  755. package/lib/module/social/hooks/isModerator.js +15 -0
  756. package/lib/module/social/hooks/isModerator.js.map +1 -0
  757. package/lib/module/social/hooks/queries/useCommunityNotificationSettingsQuery.js +48 -0
  758. package/lib/module/social/hooks/queries/useCommunityNotificationSettingsQuery.js.map +1 -0
  759. package/lib/module/social/hooks/queries/useFlagPost.js +4 -4
  760. package/lib/module/social/hooks/queries/useFlagPost.js.map +1 -1
  761. package/lib/module/social/hooks/useAmityGlobalSearchViewModel.js +2 -1
  762. package/lib/module/social/hooks/useAmityGlobalSearchViewModel.js.map +1 -1
  763. package/lib/module/social/hooks/useCustomRankingGlobalFeed.js +8 -1
  764. package/lib/module/social/hooks/useCustomRankingGlobalFeed.js.map +1 -1
  765. package/lib/module/social/hooks/useFile.js +1 -1
  766. package/lib/module/social/hooks/useFile.js.map +1 -1
  767. package/lib/module/social/hooks/useGlobalBehavior.js +45 -0
  768. package/lib/module/social/hooks/useGlobalBehavior.js.map +1 -0
  769. package/lib/module/social/hooks/useMention/index.js +40 -20
  770. package/lib/module/social/hooks/useMention/index.js.map +1 -1
  771. package/lib/module/social/hooks/useMention/styles.js +5 -4
  772. package/lib/module/social/hooks/useMention/styles.js.map +1 -1
  773. package/lib/module/social/hooks/usePaginator.js +25 -8
  774. package/lib/module/social/hooks/usePaginator.js.map +1 -1
  775. package/lib/module/social/hooks/usePoll.js +34 -2
  776. package/lib/module/social/hooks/usePoll.js.map +1 -1
  777. package/lib/module/social/hooks/usePostPermission.js +10 -9
  778. package/lib/module/social/hooks/usePostPermission.js.map +1 -1
  779. package/lib/module/social/hooks/useSearch.js +49 -6
  780. package/lib/module/social/hooks/useSearch.js.map +1 -1
  781. package/lib/module/social/hooks/useStoryPermission.js +7 -5
  782. package/lib/module/social/hooks/useStoryPermission.js.map +1 -1
  783. package/lib/module/social/index.js +7 -6
  784. package/lib/module/social/index.js.map +1 -1
  785. package/lib/module/social/providers/BehaviourProvider.js +1 -0
  786. package/lib/module/social/providers/BehaviourProvider.js.map +1 -1
  787. package/lib/module/social/screens/CommunityCommentsNotificationSetting/index.js +6 -5
  788. package/lib/module/social/screens/CommunityCommentsNotificationSetting/index.js.map +1 -1
  789. package/lib/module/social/screens/CommunityLivestreamsNotificationSetting/index.js +6 -5
  790. package/lib/module/social/screens/CommunityLivestreamsNotificationSetting/index.js.map +1 -1
  791. package/lib/module/social/screens/CommunityNotificationSetting/index.js +6 -5
  792. package/lib/module/social/screens/CommunityNotificationSetting/index.js.map +1 -1
  793. package/lib/module/social/screens/CommunityPostsNotificationSetting/index.js +6 -5
  794. package/lib/module/social/screens/CommunityPostsNotificationSetting/index.js.map +1 -1
  795. package/lib/module/social/screens/CommunityProfile/components/Header/Header.js +3 -7
  796. package/lib/module/social/screens/CommunityProfile/components/Header/Header.js.map +1 -1
  797. package/lib/module/social/screens/CommunityProfile/components/Tab/Tab.js +2 -2
  798. package/lib/module/social/screens/CommunityProfile/components/Tab/Tab.js.map +1 -1
  799. package/lib/module/social/screens/CommunityProfile/index.js +9 -6
  800. package/lib/module/social/screens/CommunityProfile/index.js.map +1 -1
  801. package/lib/module/social/screens/CommunityStoriesNotificationSetting/index.js +6 -5
  802. package/lib/module/social/screens/CommunityStoriesNotificationSetting/index.js.map +1 -1
  803. package/lib/module/social/screens/CreateUserProfile/CreateUserProfile.js +14 -0
  804. package/lib/module/social/screens/CreateUserProfile/CreateUserProfile.js.map +1 -0
  805. package/lib/module/social/screens/CreateUserProfile/index.js +2 -0
  806. package/lib/module/social/screens/CreateUserProfile/index.js.map +1 -0
  807. package/lib/module/social/screens/SocialHomePage/index.js +36 -8
  808. package/lib/module/social/screens/SocialHomePage/index.js.map +1 -1
  809. package/lib/module/social/screens/UserProfile/UserProfile.js +4 -6
  810. package/lib/module/social/screens/UserProfile/UserProfile.js.map +1 -1
  811. package/lib/module/social/screens/VideoPlayer/VideoPlayer.js +2 -1
  812. package/lib/module/social/screens/VideoPlayer/VideoPlayer.js.map +1 -1
  813. package/lib/module/social/screens/VisitorUsageLimit/VisitorUsageLimit.js +72 -0
  814. package/lib/module/social/screens/VisitorUsageLimit/VisitorUsageLimit.js.map +1 -0
  815. package/lib/module/social/screens/VisitorUsageLimit/index.js +2 -0
  816. package/lib/module/social/screens/VisitorUsageLimit/index.js.map +1 -0
  817. package/lib/module/social/screens/VisitorUsageLimit/styles.js +43 -0
  818. package/lib/module/social/screens/VisitorUsageLimit/styles.js.map +1 -0
  819. package/lib/module/social/screens/index.js +1 -0
  820. package/lib/module/social/screens/index.js.map +1 -1
  821. package/lib/module/social/utils/index.js +24 -0
  822. package/lib/module/social/utils/index.js.map +1 -1
  823. package/lib/module/social/utils/permissions.js +8 -3
  824. package/lib/module/social/utils/permissions.js.map +1 -1
  825. package/lib/module/types/declarations.d.js +2 -0
  826. package/lib/module/types/declarations.d.js.map +1 -0
  827. package/lib/typescript/core/assets/icons/arrowDown.d.ts.map +1 -0
  828. package/lib/typescript/core/assets/icons/arrowLeft.d.ts.map +1 -0
  829. package/lib/typescript/core/assets/icons/arrowRight.d.ts.map +1 -0
  830. package/lib/typescript/core/assets/icons/ban.d.ts.map +1 -0
  831. package/lib/typescript/core/assets/icons/bell.d.ts.map +1 -0
  832. package/lib/typescript/core/assets/icons/block.d.ts.map +1 -0
  833. package/lib/typescript/core/assets/icons/brand.d.ts.map +1 -0
  834. package/lib/typescript/core/assets/icons/camera.d.ts.map +1 -0
  835. package/lib/typescript/core/assets/icons/category.d.ts.map +1 -0
  836. package/lib/typescript/core/assets/icons/check.d.ts.map +1 -0
  837. package/lib/typescript/core/assets/icons/checkbox.d.ts.map +1 -0
  838. package/lib/typescript/core/assets/icons/close.d.ts.map +1 -0
  839. package/lib/typescript/core/assets/icons/commentNotification.d.ts.map +1 -0
  840. package/lib/typescript/core/assets/icons/community.d.ts.map +1 -0
  841. package/lib/typescript/core/assets/icons/cross.d.ts.map +1 -0
  842. package/lib/typescript/core/assets/icons/demote.d.ts.map +1 -0
  843. package/lib/typescript/core/assets/icons/dot.d.ts.map +1 -0
  844. package/lib/typescript/core/assets/icons/emptyCommunity.d.ts.map +1 -0
  845. package/lib/typescript/core/assets/icons/emptyImagePost.d.ts.map +1 -0
  846. package/lib/typescript/core/assets/icons/emptyList.d.ts.map +1 -0
  847. package/lib/typescript/core/assets/icons/emptyPost.d.ts.map +1 -0
  848. package/lib/typescript/core/assets/icons/emptyVideoPost.d.ts.map +1 -0
  849. package/lib/typescript/core/assets/icons/errorPage.d.ts.map +1 -0
  850. package/lib/typescript/core/assets/icons/exclamation.d.ts.map +1 -0
  851. package/lib/typescript/core/assets/icons/featured.d.ts.map +1 -0
  852. package/lib/typescript/core/assets/icons/feed.d.ts.map +1 -0
  853. package/lib/typescript/core/assets/icons/firework.d.ts.map +1 -0
  854. package/lib/typescript/core/assets/icons/following.d.ts.map +1 -0
  855. package/lib/typescript/core/assets/icons/image.d.ts.map +1 -0
  856. package/lib/typescript/core/assets/icons/imageUpload.d.ts.map +1 -0
  857. package/lib/typescript/core/assets/icons/index.d.ts +77 -0
  858. package/lib/typescript/core/assets/icons/index.d.ts.map +1 -0
  859. package/lib/typescript/core/assets/icons/link.d.ts.map +1 -0
  860. package/lib/typescript/core/assets/icons/list.d.ts.map +1 -0
  861. package/lib/typescript/core/assets/icons/livestream.d.ts.map +1 -0
  862. package/lib/typescript/core/assets/icons/lock.d.ts.map +1 -0
  863. package/lib/typescript/core/assets/icons/mediaIcon.d.ts +3 -0
  864. package/lib/typescript/core/assets/icons/mediaIcon.d.ts.map +1 -0
  865. package/lib/typescript/core/assets/icons/member.d.ts.map +1 -0
  866. package/lib/typescript/core/assets/icons/menu.d.ts.map +1 -0
  867. package/lib/typescript/core/assets/icons/moderator.d.ts.map +1 -0
  868. package/lib/typescript/core/assets/icons/noResult.d.ts.map +1 -0
  869. package/lib/typescript/core/assets/icons/pause.d.ts.map +1 -0
  870. package/lib/typescript/core/assets/icons/pen.d.ts.map +1 -0
  871. package/lib/typescript/core/assets/icons/penFill.d.ts.map +1 -0
  872. package/lib/typescript/core/assets/icons/pending.d.ts.map +1 -0
  873. package/lib/typescript/core/assets/icons/people.d.ts.map +1 -0
  874. package/lib/typescript/core/assets/icons/photo.d.ts.map +1 -0
  875. package/lib/typescript/core/assets/icons/pin.d.ts.map +1 -0
  876. package/lib/typescript/core/assets/icons/pinFill.d.ts.map +1 -0
  877. package/lib/typescript/core/assets/icons/play.d.ts.map +1 -0
  878. package/lib/typescript/core/assets/icons/plus.d.ts.map +1 -0
  879. package/lib/typescript/core/assets/icons/poll.d.ts.map +1 -0
  880. package/lib/typescript/core/assets/icons/post.d.ts.map +1 -0
  881. package/lib/typescript/core/assets/icons/postNotification.d.ts.map +1 -0
  882. package/lib/typescript/core/assets/icons/postPermission.d.ts.map +1 -0
  883. package/lib/typescript/core/assets/icons/private.d.ts.map +1 -0
  884. package/lib/typescript/core/assets/icons/privateFeed.d.ts.map +1 -0
  885. package/lib/typescript/core/assets/icons/promote.d.ts.map +1 -0
  886. package/lib/typescript/core/assets/icons/public.d.ts.map +1 -0
  887. package/lib/typescript/core/assets/icons/radio.d.ts.map +1 -0
  888. package/lib/typescript/core/assets/icons/report.d.ts.map +1 -0
  889. package/lib/typescript/core/assets/icons/resume.d.ts.map +1 -0
  890. package/lib/typescript/core/assets/icons/rotate.d.ts.map +1 -0
  891. package/lib/typescript/core/assets/icons/search.d.ts.map +1 -0
  892. package/lib/typescript/core/assets/icons/settings.d.ts.map +1 -0
  893. package/lib/typescript/core/assets/icons/share.d.ts.map +1 -0
  894. package/lib/typescript/core/assets/icons/startLivestream.d.ts.map +1 -0
  895. package/lib/typescript/core/assets/icons/story.d.ts.map +1 -0
  896. package/lib/typescript/core/assets/icons/terminated.d.ts.map +1 -0
  897. package/lib/typescript/core/assets/icons/thumbnail.d.ts.map +1 -0
  898. package/lib/typescript/core/assets/icons/toast.d.ts.map +1 -0
  899. package/lib/typescript/core/assets/icons/trash.d.ts.map +1 -0
  900. package/lib/typescript/core/assets/icons/unfollow.d.ts.map +1 -0
  901. package/lib/typescript/core/assets/icons/unreport.d.ts.map +1 -0
  902. package/lib/typescript/core/assets/icons/verifiedBadge.d.ts.map +1 -0
  903. package/lib/typescript/core/assets/icons/verticalMenu.d.ts.map +1 -0
  904. package/lib/typescript/core/assets/icons/video.d.ts.map +1 -0
  905. package/lib/typescript/core/assets/icons/visitorLimit.d.ts +3 -0
  906. package/lib/typescript/core/assets/icons/visitorLimit.d.ts.map +1 -0
  907. package/lib/typescript/core/assets/icons/warning.d.ts.map +1 -0
  908. package/lib/typescript/core/assets/icons/xml.d.ts.map +1 -0
  909. package/lib/typescript/core/assets/index.d.ts.map +1 -0
  910. package/lib/typescript/core/components/CheckBox/index.d.ts.map +1 -0
  911. package/lib/typescript/core/components/CheckBox/styles.d.ts.map +1 -0
  912. package/lib/typescript/core/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
  913. package/lib/typescript/core/components/ErrorBoundary/index.d.ts.map +1 -0
  914. package/lib/typescript/core/components/Menu/styles.d.ts.map +1 -0
  915. package/lib/typescript/core/components/Radio/index.d.ts.map +1 -0
  916. package/lib/typescript/core/components/Radio/styles.d.ts.map +1 -0
  917. package/lib/typescript/core/components/Skeleton/Skeleton.d.ts.map +1 -0
  918. package/lib/typescript/core/components/Skeleton/styles.d.ts.map +1 -0
  919. package/lib/typescript/core/components/Tabs/Tabs.d.ts.map +1 -0
  920. package/lib/typescript/core/components/Tabs/index.d.ts.map +1 -0
  921. package/lib/typescript/core/components/Tabs/styles.d.ts.map +1 -0
  922. package/lib/typescript/core/components/Typography/Typography.d.ts.map +1 -0
  923. package/lib/typescript/core/components/Typography/styles.d.ts.map +1 -0
  924. package/lib/typescript/core/constants/index.d.ts +231 -0
  925. package/lib/typescript/core/constants/index.d.ts.map +1 -0
  926. package/lib/typescript/core/engines/AdAssetCache.d.ts.map +1 -0
  927. package/lib/typescript/core/engines/AdEngine.d.ts.map +1 -0
  928. package/lib/typescript/core/engines/AdSupplier.d.ts.map +1 -0
  929. package/lib/typescript/core/engines/AssetDownloader.d.ts.map +1 -0
  930. package/lib/typescript/core/engines/TimeWindowTracker.d.ts.map +1 -0
  931. package/lib/typescript/core/enums/customization.d.ts.map +1 -0
  932. package/lib/typescript/core/enums/index.d.ts.map +1 -0
  933. package/lib/typescript/core/hooks/index.d.ts.map +1 -0
  934. package/lib/typescript/core/hooks/useAuth.d.ts.map +1 -0
  935. package/lib/typescript/core/hooks/useConfig.d.ts.map +1 -0
  936. package/lib/typescript/core/hooks/useFile.d.ts.map +1 -0
  937. package/lib/typescript/core/hooks/useGallery.d.ts.map +1 -0
  938. package/lib/typescript/core/hooks/useImagePicker.d.ts.map +1 -0
  939. package/lib/typescript/core/hooks/useReaction.d.ts.map +1 -0
  940. package/lib/typescript/core/hooks/useSearch.d.ts.map +1 -0
  941. package/lib/typescript/core/hooks/useShareableLink.d.ts.map +1 -0
  942. package/lib/typescript/core/hooks/useSocialSettings.d.ts.map +1 -0
  943. package/lib/typescript/core/hooks/useStory.d.ts.map +1 -0
  944. package/lib/typescript/core/hooks/useTimeDifference.d.ts.map +1 -0
  945. package/lib/typescript/core/hooks/useUpload.d.ts.map +1 -0
  946. package/lib/typescript/core/index.d.ts.map +1 -0
  947. package/lib/typescript/core/legacy/comment.d.ts.map +1 -0
  948. package/lib/typescript/core/legacy/community.d.ts.map +1 -0
  949. package/lib/typescript/core/legacy/feed.d.ts.map +1 -0
  950. package/lib/typescript/core/legacy/file.d.ts.map +1 -0
  951. package/lib/typescript/core/legacy/user.d.ts.map +1 -0
  952. package/lib/typescript/core/providers/AmityUIKitProvider.d.ts +47 -0
  953. package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -0
  954. package/lib/typescript/core/providers/AuthProvider.d.ts.map +1 -0
  955. package/lib/typescript/core/providers/ConfigProvider.d.ts.map +1 -0
  956. package/lib/typescript/core/routes/AmityPageRenderer.d.ts.map +1 -0
  957. package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -0
  958. package/lib/typescript/core/routes/RouteParamList.d.ts +137 -0
  959. package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -0
  960. package/lib/typescript/core/routes/navigation.d.ts +6 -0
  961. package/lib/typescript/core/routes/navigation.d.ts.map +1 -0
  962. package/lib/typescript/core/stores/slices/bottomSheetSlice.d.ts +38 -0
  963. package/lib/typescript/core/stores/slices/bottomSheetSlice.d.ts.map +1 -0
  964. package/lib/typescript/core/stores/slices/feedSlice.d.ts.map +1 -0
  965. package/lib/typescript/core/stores/slices/globalfeedSlice.d.ts.map +1 -0
  966. package/lib/typescript/core/stores/slices/postDetailSlice.d.ts.map +1 -0
  967. package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -0
  968. package/lib/typescript/core/stores/slices/uiSlice.d.ts.map +1 -0
  969. package/lib/typescript/core/stores/store/index.d.ts +11 -0
  970. package/lib/typescript/core/stores/store/index.d.ts.map +1 -0
  971. package/lib/typescript/core/types/auth.d.ts +16 -0
  972. package/lib/typescript/core/types/auth.d.ts.map +1 -0
  973. package/lib/typescript/core/types/behaviour.d.ts +207 -0
  974. package/lib/typescript/core/types/behaviour.d.ts.map +1 -0
  975. package/lib/typescript/core/types/config.d.ts.map +1 -0
  976. package/lib/typescript/core/types/index.d.ts.map +1 -0
  977. package/lib/typescript/core/types/mention.d.ts.map +1 -0
  978. package/lib/typescript/core/types/user.d.ts +17 -0
  979. package/lib/typescript/core/types/user.d.ts.map +1 -0
  980. package/lib/typescript/core/utils/color.d.ts.map +1 -0
  981. package/lib/typescript/core/utils/number.d.ts.map +1 -0
  982. package/lib/typescript/core/utils/permission.d.ts.map +1 -0
  983. package/lib/typescript/core/utils/post.d.ts.map +1 -0
  984. package/lib/typescript/core/utils/postType.d.ts.map +1 -0
  985. package/lib/typescript/core/utils/role.d.ts.map +1 -0
  986. package/lib/typescript/core/utils/time.d.ts.map +1 -0
  987. package/lib/typescript/core/utils/url.d.ts.map +1 -0
  988. package/lib/typescript/index.d.ts +4 -0
  989. package/lib/typescript/index.d.ts.map +1 -0
  990. package/lib/typescript/social/components/AdInformation/AdInformation.d.ts.map +1 -0
  991. package/lib/typescript/social/components/AdInformation/styles.d.ts.map +1 -0
  992. package/lib/typescript/social/components/Avatar/Avatar.d.ts +40 -0
  993. package/lib/typescript/social/components/Avatar/Avatar.d.ts.map +1 -0
  994. package/lib/typescript/social/components/Avatar/index.d.ts.map +1 -0
  995. package/lib/typescript/social/components/Avatar/styles.d.ts +28 -0
  996. package/lib/typescript/social/components/Avatar/styles.d.ts.map +1 -0
  997. package/lib/typescript/social/components/BottomSheetComponent/BottomSheetComponent.d.ts.map +1 -0
  998. package/lib/typescript/social/components/BottomSheetComponent/styles.d.ts.map +1 -0
  999. package/lib/typescript/social/components/Button/Button.d.ts.map +1 -0
  1000. package/lib/typescript/social/components/Button/index.d.ts.map +1 -0
  1001. package/lib/typescript/social/components/Button/styles.d.ts.map +1 -0
  1002. package/lib/typescript/social/components/CancelButton/index.d.ts.map +1 -0
  1003. package/lib/typescript/social/components/CancelButton/styles.d.ts.map +1 -0
  1004. package/lib/typescript/social/components/CategoryChip/CategoryChip.d.ts.map +1 -0
  1005. package/lib/typescript/social/components/CategoryChip/index.d.ts.map +1 -0
  1006. package/lib/typescript/social/components/CategoryChip/styles.d.ts.map +1 -0
  1007. package/lib/typescript/social/components/CircularProgressIndicator/CircularProgressIndicator.d.ts.map +1 -0
  1008. package/lib/typescript/social/components/CircularProgressIndicator/index.d.ts.map +1 -0
  1009. package/lib/typescript/social/components/CircularProgressIndicator/styles.d.ts.map +1 -0
  1010. package/lib/typescript/social/components/CommentAdComponent/CommentAdComponent.d.ts.map +1 -0
  1011. package/lib/typescript/social/components/CommentAdComponent/styles.d.ts.map +1 -0
  1012. package/lib/typescript/social/components/CommunityListSkeleton/CommunityListSkeleton.d.ts.map +1 -0
  1013. package/lib/typescript/social/components/CommunityRowItem/CommunityRowItem.d.ts.map +1 -0
  1014. package/lib/typescript/social/components/CommunityRowItem/styles.d.ts.map +1 -0
  1015. package/lib/typescript/social/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +1 -0
  1016. package/lib/typescript/social/components/CommunityStories/index.d.ts.map +1 -0
  1017. package/lib/typescript/social/components/CommunityStories/styles.d.ts.map +1 -0
  1018. package/lib/typescript/social/components/CustomSocialTab/CustomSocialTab.d.ts.map +1 -0
  1019. package/lib/typescript/social/components/CustomSocialTab/styles.d.ts.map +1 -0
  1020. package/lib/typescript/social/components/CustomTab/index.d.ts.map +1 -0
  1021. package/lib/typescript/social/components/CustomTab/styles.d.ts.map +1 -0
  1022. package/lib/typescript/social/components/Divider/index.d.ts.map +1 -0
  1023. package/lib/typescript/social/components/Divider/styles.d.ts.map +1 -0
  1024. package/lib/typescript/social/components/Empty/Empty.d.ts.map +1 -0
  1025. package/lib/typescript/social/components/Empty/index.d.ts.map +1 -0
  1026. package/lib/typescript/social/components/Empty/styles.d.ts.map +1 -0
  1027. package/lib/typescript/social/components/ErrorComponent/ErrorComponent.d.ts.map +1 -0
  1028. package/lib/typescript/social/components/ErrorComponent/styles.d.ts.map +1 -0
  1029. package/lib/typescript/social/components/FloatingActionButton/index.d.ts.map +1 -0
  1030. package/lib/typescript/social/components/FloatingActionButton/styles.d.ts.map +1 -0
  1031. package/lib/typescript/social/components/FormInput/FormInput.d.ts +16 -0
  1032. package/lib/typescript/social/components/FormInput/FormInput.d.ts.map +1 -0
  1033. package/lib/typescript/social/components/FormInput/index.d.ts.map +1 -0
  1034. package/lib/typescript/social/components/FormInput/styles.d.ts +30 -0
  1035. package/lib/typescript/social/components/FormInput/styles.d.ts.map +1 -0
  1036. package/lib/typescript/social/components/Gallery/Gallery.d.ts.map +1 -0
  1037. package/lib/typescript/social/components/Gallery/index.d.ts.map +1 -0
  1038. package/lib/typescript/social/components/Gallery/styles.d.ts.map +1 -0
  1039. package/lib/typescript/social/components/IconTab/IconTab.d.ts.map +1 -0
  1040. package/lib/typescript/social/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts.map +1 -0
  1041. package/lib/typescript/social/components/ImageFeedSkeleton/styles.d.ts.map +1 -0
  1042. package/lib/typescript/social/components/LimitCharacterSearch/LimitCharacterSearch.d.ts.map +1 -0
  1043. package/lib/typescript/social/components/LimitCharacterSearch/index.d.ts.map +1 -0
  1044. package/lib/typescript/social/components/LimitCharacterSearch/styles.d.ts.map +1 -0
  1045. package/lib/typescript/social/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts.map +1 -0
  1046. package/lib/typescript/social/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts.map +1 -0
  1047. package/lib/typescript/social/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts.map +1 -0
  1048. package/lib/typescript/social/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts.map +1 -0
  1049. package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/index.d.ts +3 -0
  1050. package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/index.d.ts.map +1 -0
  1051. package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.d.ts +19 -0
  1052. package/lib/typescript/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.d.ts.map +1 -0
  1053. package/lib/typescript/social/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts.map +1 -0
  1054. package/lib/typescript/social/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts.map +1 -0
  1055. package/lib/typescript/social/components/LivestreamContent/index.d.ts.map +1 -0
  1056. package/lib/typescript/social/components/LivestreamContent/styles.d.ts.map +1 -0
  1057. package/lib/typescript/social/components/LoadingImage/index.d.ts.map +1 -0
  1058. package/lib/typescript/social/components/LoadingImage/styles.d.ts.map +1 -0
  1059. package/lib/typescript/social/components/LoadingVideo/index.d.ts.map +1 -0
  1060. package/lib/typescript/social/components/LoadingVideo/styles.d.ts.map +1 -0
  1061. package/lib/typescript/social/components/MemberChip/MemberChip.d.ts.map +1 -0
  1062. package/lib/typescript/social/components/MemberChip/styles.d.ts.map +1 -0
  1063. package/lib/typescript/social/components/MyAvatar/MyAvatar.d.ts.map +1 -0
  1064. package/lib/typescript/social/components/MyAvatar/styles.d.ts +31 -0
  1065. package/lib/typescript/social/components/MyAvatar/styles.d.ts.map +1 -0
  1066. package/lib/typescript/social/components/MyStories/StoryCircleItem.d.ts.map +1 -0
  1067. package/lib/typescript/social/components/MyStories/StoryTargetView.d.ts.map +1 -0
  1068. package/lib/typescript/social/components/MyStories/index.d.ts.map +1 -0
  1069. package/lib/typescript/social/components/MyStories/styles.d.ts +101 -0
  1070. package/lib/typescript/social/components/MyStories/styles.d.ts.map +1 -0
  1071. package/lib/typescript/social/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts.map +1 -0
  1072. package/lib/typescript/social/components/NewsFeedLoadingComponent/styles.d.ts.map +1 -0
  1073. package/lib/typescript/social/components/NoResult/NoResult.d.ts.map +1 -0
  1074. package/lib/typescript/social/components/NoResult/index.d.ts.map +1 -0
  1075. package/lib/typescript/social/components/NoResult/styles.d.ts.map +1 -0
  1076. package/lib/typescript/social/components/NoSearchResult/NoSearchResult.d.ts.map +1 -0
  1077. package/lib/typescript/social/components/PollContent/PollFooter.d.ts +14 -0
  1078. package/lib/typescript/social/components/PollContent/PollFooter.d.ts.map +1 -0
  1079. package/lib/typescript/social/components/PollContent/PollOption.d.ts.map +1 -0
  1080. package/lib/typescript/social/components/PollContent/PollResults.d.ts.map +1 -0
  1081. package/lib/typescript/social/components/PollContent/index.d.ts.map +1 -0
  1082. package/lib/typescript/social/components/PollContent/style.d.ts.map +1 -0
  1083. package/lib/typescript/social/components/PopupMenu/PopupMenu.d.ts.map +1 -0
  1084. package/lib/typescript/social/components/PopupMenu/styles.d.ts.map +1 -0
  1085. package/lib/typescript/social/components/PostAdComponent/PostAdComponent.d.ts.map +1 -0
  1086. package/lib/typescript/social/components/PostAdComponent/PostAdHeader.d.ts.map +1 -0
  1087. package/lib/typescript/social/components/PostAdComponent/styles.d.ts.map +1 -0
  1088. package/lib/typescript/social/components/PostContent/index.d.ts.map +1 -0
  1089. package/lib/typescript/social/components/PostContent/styles.d.ts.map +1 -0
  1090. package/lib/typescript/social/components/PostFeedSkeleton/PostFeedSkeleton.d.ts.map +1 -0
  1091. package/lib/typescript/social/components/PostFeedSkeleton/index.d.ts.map +1 -0
  1092. package/lib/typescript/social/components/PostFeedSkeleton/styles.d.ts.map +1 -0
  1093. package/lib/typescript/social/components/PostMenu/index.d.ts.map +1 -0
  1094. package/lib/typescript/social/components/PostMenu/styles.d.ts.map +1 -0
  1095. package/lib/typescript/social/components/PreviewLink/LinkPreview.d.ts.map +1 -0
  1096. package/lib/typescript/social/components/PreviewLink/index.d.ts.map +1 -0
  1097. package/lib/typescript/social/components/PreviewLink/styles.d.ts.map +1 -0
  1098. package/lib/typescript/social/components/PreviewLink/types.d.ts.map +1 -0
  1099. package/lib/typescript/social/components/PreviewLink/utils.d.ts.map +1 -0
  1100. package/lib/typescript/social/components/RenderTextWithMention/RenderTextWithMention.d.ts.map +1 -0
  1101. package/lib/typescript/social/components/RenderTextWithMention/styles.d.ts.map +1 -0
  1102. package/lib/typescript/social/components/SearchInput/SearchInput.d.ts.map +1 -0
  1103. package/lib/typescript/social/components/SearchInput/index.d.ts.map +1 -0
  1104. package/lib/typescript/social/components/SearchInput/styles.d.ts.map +1 -0
  1105. package/lib/typescript/social/components/SearchItem/index.d.ts.map +1 -0
  1106. package/lib/typescript/social/components/SearchItem/styles.d.ts.map +1 -0
  1107. package/lib/typescript/social/components/SearchResultItem/SearchResultItem.d.ts.map +1 -0
  1108. package/lib/typescript/social/components/SearchResultItem/styles.d.ts +59 -0
  1109. package/lib/typescript/social/components/SearchResultItem/styles.d.ts.map +1 -0
  1110. package/lib/typescript/social/components/Social/CommentList/CommentList.d.ts +11 -0
  1111. package/lib/typescript/social/components/Social/CommentList/CommentList.d.ts.map +1 -0
  1112. package/lib/typescript/social/components/Social/CommentList/styles.d.ts +151 -0
  1113. package/lib/typescript/social/components/Social/CommentList/styles.d.ts.map +1 -0
  1114. package/lib/typescript/social/components/Social/CommentListItem/CommentListItem.d.ts +30 -0
  1115. package/lib/typescript/social/components/Social/CommentListItem/CommentListItem.d.ts.map +1 -0
  1116. package/lib/typescript/social/components/Social/CommentListItem/styles.d.ts.map +1 -0
  1117. package/lib/typescript/social/components/Social/ReplyCommentList/index.d.ts.map +1 -0
  1118. package/lib/typescript/social/components/Social/ReplyCommentList/styles.d.ts.map +1 -0
  1119. package/lib/typescript/social/components/StoryKit/index.d.ts.map +1 -0
  1120. package/lib/typescript/social/components/StoryKit/src/Story.d.ts.map +1 -0
  1121. package/lib/typescript/social/components/StoryKit/src/StoryCircleListItem.d.ts.map +1 -0
  1122. package/lib/typescript/social/components/StoryKit/src/StoryCircleListView.d.ts.map +1 -0
  1123. package/lib/typescript/social/components/StoryKit/src/StoryListItem.d.ts.map +1 -0
  1124. package/lib/typescript/social/components/StoryKit/src/helpers/StateHelpers.d.ts +2 -0
  1125. package/lib/typescript/social/components/StoryKit/src/helpers/StateHelpers.d.ts.map +1 -0
  1126. package/lib/typescript/social/components/StoryKit/src/helpers/ValidationHelpers.d.ts.map +1 -0
  1127. package/lib/typescript/social/components/StoryKit/src/helpers/index.d.ts.map +1 -0
  1128. package/lib/typescript/social/components/StoryKit/src/interfaces/index.d.ts.map +1 -0
  1129. package/lib/typescript/social/components/StoryKit/src/styles.d.ts +217 -0
  1130. package/lib/typescript/social/components/StoryKit/src/styles.d.ts.map +1 -0
  1131. package/lib/typescript/social/components/TargetSelectionPage/TargetItem/TargetItem.d.ts.map +1 -0
  1132. package/lib/typescript/social/components/TargetSelectionPage/TargetSelectionPage.d.ts.map +1 -0
  1133. package/lib/typescript/social/components/TargetSelectionPage/styles.d.ts.map +1 -0
  1134. package/lib/typescript/social/components/Toast/index.d.ts.map +1 -0
  1135. package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -0
  1136. package/lib/typescript/social/components/index.d.ts.map +1 -0
  1137. package/lib/typescript/social/components/legacy/BackButton/index.d.ts.map +1 -0
  1138. package/lib/typescript/social/components/legacy/BackButton/styles.d.ts.map +1 -0
  1139. package/lib/typescript/social/components/legacy/CancelButton/index.d.ts.map +1 -0
  1140. package/lib/typescript/social/components/legacy/CancelButton/styles.d.ts.map +1 -0
  1141. package/lib/typescript/social/components/legacy/CloseButton/index.d.ts.map +1 -0
  1142. package/lib/typescript/social/components/legacy/CloseButton/styles.d.ts.map +1 -0
  1143. package/lib/typescript/social/components/legacy/CommunityStories/index.d.ts.map +1 -0
  1144. package/lib/typescript/social/components/legacy/CommunityStories/styles.d.ts.map +1 -0
  1145. package/lib/typescript/social/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts.map +1 -0
  1146. package/lib/typescript/social/components/legacy/CreatePostChooseTargetModal/styles.d.ts.map +1 -0
  1147. package/lib/typescript/social/components/legacy/CustomTab/index.d.ts.map +1 -0
  1148. package/lib/typescript/social/components/legacy/CustomTab/styles.d.ts.map +1 -0
  1149. package/lib/typescript/social/components/legacy/CustomText/index.d.ts.map +1 -0
  1150. package/lib/typescript/social/components/legacy/CustomText/styles.d.ts.map +1 -0
  1151. package/lib/typescript/social/components/legacy/DoneButton/index.d.ts.map +1 -0
  1152. package/lib/typescript/social/components/legacy/DoneButton/styles.d.ts.map +1 -0
  1153. package/lib/typescript/social/components/legacy/EditCommentModal/index.d.ts.map +1 -0
  1154. package/lib/typescript/social/components/legacy/EditCommentModal/styles.d.ts.map +1 -0
  1155. package/lib/typescript/social/components/legacy/EditPostModal/index.d.ts.map +1 -0
  1156. package/lib/typescript/social/components/legacy/EditPostModal/styles.d.ts.map +1 -0
  1157. package/lib/typescript/social/components/legacy/FloatingButton/index.d.ts.map +1 -0
  1158. package/lib/typescript/social/components/legacy/FloatingButton/styles.d.ts.map +1 -0
  1159. package/lib/typescript/social/components/legacy/LoadingImage/index.d.ts.map +1 -0
  1160. package/lib/typescript/social/components/legacy/LoadingImage/styles.d.ts.map +1 -0
  1161. package/lib/typescript/social/components/legacy/LoadingIndicator/index.d.ts.map +1 -0
  1162. package/lib/typescript/social/components/legacy/LoadingIndicator/styles.d.ts.map +1 -0
  1163. package/lib/typescript/social/components/legacy/LoadingOverlay/index.d.ts.map +1 -0
  1164. package/lib/typescript/social/components/legacy/LoadingOverlay/styles.d.ts.map +1 -0
  1165. package/lib/typescript/social/components/legacy/LoadingVideo/index.d.ts.map +1 -0
  1166. package/lib/typescript/social/components/legacy/LoadingVideo/styles.d.ts.map +1 -0
  1167. package/lib/typescript/social/components/legacy/MediaSection/index.d.ts.map +1 -0
  1168. package/lib/typescript/social/components/legacy/MediaSection/styles.d.ts.map +1 -0
  1169. package/lib/typescript/social/components/legacy/MyStories/index.d.ts.map +1 -0
  1170. package/lib/typescript/social/components/legacy/MyStories/styles.d.ts.map +1 -0
  1171. package/lib/typescript/social/components/legacy/PollSection/Components/PollBar.d.ts.map +1 -0
  1172. package/lib/typescript/social/components/legacy/PollSection/Components/PollOptionList.d.ts.map +1 -0
  1173. package/lib/typescript/social/components/legacy/PollSection/PollSection.d.ts.map +1 -0
  1174. package/lib/typescript/social/components/legacy/PollSection/style.d.ts.map +1 -0
  1175. package/lib/typescript/social/components/legacy/PollSection/usePoll.d.ts.map +1 -0
  1176. package/lib/typescript/social/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts.map +1 -0
  1177. package/lib/typescript/social/components/legacy/PostTypeChoiceModal/style.d.ts.map +1 -0
  1178. package/lib/typescript/social/components/legacy/SearchItem/index.d.ts.map +1 -0
  1179. package/lib/typescript/social/components/legacy/SearchItem/styles.d.ts.map +1 -0
  1180. package/lib/typescript/social/components/legacy/Social/CommentList/index.d.ts.map +1 -0
  1181. package/lib/typescript/social/components/legacy/Social/CommentList/styles.d.ts.map +1 -0
  1182. package/lib/typescript/social/components/legacy/Social/PendingPostList/index.d.ts.map +1 -0
  1183. package/lib/typescript/social/components/legacy/Social/PendingPostList/styles.d.ts.map +1 -0
  1184. package/lib/typescript/social/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts.map +1 -0
  1185. package/lib/typescript/social/components/legacy/Social/PostList/index.d.ts.map +1 -0
  1186. package/lib/typescript/social/components/legacy/Social/PostList/styles.d.ts.map +1 -0
  1187. package/lib/typescript/social/components/legacy/Social/ReplyCommentList/index.d.ts +26 -0
  1188. package/lib/typescript/social/components/legacy/Social/ReplyCommentList/index.d.ts.map +1 -0
  1189. package/lib/typescript/social/components/legacy/Social/ReplyCommentList/styles.d.ts.map +1 -0
  1190. package/lib/typescript/social/components/legacy/StoryKit/index.d.ts.map +1 -0
  1191. package/lib/typescript/social/components/legacy/StoryKit/src/Story.d.ts.map +1 -0
  1192. package/lib/typescript/social/components/legacy/StoryKit/src/StoryCircleListItem.d.ts.map +1 -0
  1193. package/lib/typescript/social/components/legacy/StoryKit/src/StoryCircleListView.d.ts.map +1 -0
  1194. package/lib/typescript/social/components/legacy/StoryKit/src/StoryListItem.d.ts.map +1 -0
  1195. package/lib/typescript/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts +2 -0
  1196. package/lib/typescript/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts.map +1 -0
  1197. package/lib/typescript/social/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts.map +1 -0
  1198. package/lib/typescript/social/components/legacy/StoryKit/src/helpers/index.d.ts.map +1 -0
  1199. package/lib/typescript/social/components/legacy/StoryKit/src/interfaces/index.d.ts.map +1 -0
  1200. package/lib/typescript/social/components/legacy/StoryKit/src/styles.d.ts.map +1 -0
  1201. package/lib/typescript/social/components/legacy/Toast/Toast.d.ts.map +1 -0
  1202. package/lib/typescript/social/elements/ActionButton/ActionButton.d.ts.map +1 -0
  1203. package/lib/typescript/social/elements/ActionButton/index.d.ts.map +1 -0
  1204. package/lib/typescript/social/elements/ActionButton/styles.d.ts.map +1 -0
  1205. package/lib/typescript/social/elements/AddOptionButton/index.d.ts.map +1 -0
  1206. package/lib/typescript/social/elements/AddOptionButton/styles.d.ts.map +1 -0
  1207. package/lib/typescript/social/elements/AddThumbnailButton/AddThumbnailButton.d.ts.map +1 -0
  1208. package/lib/typescript/social/elements/AddThumbnailButton/index.d.ts.map +1 -0
  1209. package/lib/typescript/social/elements/AddThumbnailButton/styles.d.ts.map +1 -0
  1210. package/lib/typescript/social/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts.map +1 -0
  1211. package/lib/typescript/social/elements/AnnouncementBadge/AnnouncementBadge.d.ts.map +1 -0
  1212. package/lib/typescript/social/elements/AnnouncementBadge/index.d.ts.map +1 -0
  1213. package/lib/typescript/social/elements/AnnouncementBadge/styles.d.ts.map +1 -0
  1214. package/lib/typescript/social/elements/BackButton/BackButton.d.ts.map +1 -0
  1215. package/lib/typescript/social/elements/BackButton/index.d.ts.map +1 -0
  1216. package/lib/typescript/social/elements/BackButton/styles.d.ts.map +1 -0
  1217. package/lib/typescript/social/elements/BackButtonIconElement/BackButtonIconElement.d.ts.map +1 -0
  1218. package/lib/typescript/social/elements/BrandBadge/BrandBadge.d.ts.map +1 -0
  1219. package/lib/typescript/social/elements/BrandBadge/index.d.ts.map +1 -0
  1220. package/lib/typescript/social/elements/CameraButton/index.d.ts.map +1 -0
  1221. package/lib/typescript/social/elements/CameraButton/styles.d.ts.map +1 -0
  1222. package/lib/typescript/social/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts.map +1 -0
  1223. package/lib/typescript/social/elements/CancelCreateLivestreamButton/index.d.ts.map +1 -0
  1224. package/lib/typescript/social/elements/CancelCreateLivestreamButton/styles.d.ts.map +1 -0
  1225. package/lib/typescript/social/elements/CategoryRowImage/CategoryRowImage.d.ts.map +1 -0
  1226. package/lib/typescript/social/elements/CategoryRowName/CategoryRowName.d.ts.map +1 -0
  1227. package/lib/typescript/social/elements/CategoryTitle/CategoryTitle.d.ts.map +1 -0
  1228. package/lib/typescript/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts +9 -0
  1229. package/lib/typescript/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts.map +1 -0
  1230. package/lib/typescript/social/elements/ChangeThumbnailButton/index.d.ts.map +1 -0
  1231. package/lib/typescript/social/elements/ChangeThumbnailButton/styles.d.ts.map +1 -0
  1232. package/lib/typescript/social/elements/CloseButton/index.d.ts.map +1 -0
  1233. package/lib/typescript/social/elements/CloseButton/styles.d.ts.map +1 -0
  1234. package/lib/typescript/social/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts.map +1 -0
  1235. package/lib/typescript/social/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts.map +1 -0
  1236. package/lib/typescript/social/elements/CommonElements/AvatarElement.d.ts +16 -0
  1237. package/lib/typescript/social/elements/CommonElements/AvatarElement.d.ts.map +1 -0
  1238. package/lib/typescript/social/elements/CommonElements/ImageElement.d.ts.map +1 -0
  1239. package/lib/typescript/social/elements/CommonElements/TextElement.d.ts.map +1 -0
  1240. package/lib/typescript/social/elements/CommonElements/styles.d.ts +22 -0
  1241. package/lib/typescript/social/elements/CommonElements/styles.d.ts.map +1 -0
  1242. package/lib/typescript/social/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts.map +1 -0
  1243. package/lib/typescript/social/elements/CommunityAddMemberButton/index.d.ts.map +1 -0
  1244. package/lib/typescript/social/elements/CommunityAddMemberButton/styles.d.ts.map +1 -0
  1245. package/lib/typescript/social/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts.map +1 -0
  1246. package/lib/typescript/social/elements/CommunityCreatePostButton/index.d.ts.map +1 -0
  1247. package/lib/typescript/social/elements/CommunityCreatePostButton/styles.d.ts.map +1 -0
  1248. package/lib/typescript/social/elements/CommunityDescription/CommunityDescription.d.ts.map +1 -0
  1249. package/lib/typescript/social/elements/CommunityDisplayname/CommunityDisplayname.d.ts.map +1 -0
  1250. package/lib/typescript/social/elements/CommunityDisplayname/styles.d.ts.map +1 -0
  1251. package/lib/typescript/social/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts.map +1 -0
  1252. package/lib/typescript/social/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts.map +1 -0
  1253. package/lib/typescript/social/elements/CommunityInfo/CommunityInfo.d.ts.map +1 -0
  1254. package/lib/typescript/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts.map +1 -0
  1255. package/lib/typescript/social/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts.map +1 -0
  1256. package/lib/typescript/social/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts.map +1 -0
  1257. package/lib/typescript/social/elements/CommunityMemeberCount/styles.d.ts.map +1 -0
  1258. package/lib/typescript/social/elements/CommunityName/CommunityName.d.ts.map +1 -0
  1259. package/lib/typescript/social/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts.map +1 -0
  1260. package/lib/typescript/social/elements/CommunityPendingPost/CommunityPendingPost.d.ts.map +1 -0
  1261. package/lib/typescript/social/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts.map +1 -0
  1262. package/lib/typescript/social/elements/CommunityPrivacyIcon/index.d.ts.map +1 -0
  1263. package/lib/typescript/social/elements/CommunityPrivacyIcon/styles.d.ts.map +1 -0
  1264. package/lib/typescript/social/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts.map +1 -0
  1265. package/lib/typescript/social/elements/CommunityRowImage/CommunityRowImage.d.ts.map +1 -0
  1266. package/lib/typescript/social/elements/CommunityRowImage/styles.d.ts.map +1 -0
  1267. package/lib/typescript/social/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts.map +1 -0
  1268. package/lib/typescript/social/elements/CopyLinkAction/CopyLinkAction.d.ts.map +1 -0
  1269. package/lib/typescript/social/elements/CopyLinkAction/index.d.ts.map +1 -0
  1270. package/lib/typescript/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts +9 -0
  1271. package/lib/typescript/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts.map +1 -0
  1272. package/lib/typescript/social/elements/DeleteThumbnailButton/index.d.ts.map +1 -0
  1273. package/lib/typescript/social/elements/DeleteThumbnailButton/styles.d.ts.map +1 -0
  1274. package/lib/typescript/social/elements/DescriptionElement/DescriptionElement.d.ts.map +1 -0
  1275. package/lib/typescript/social/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts.map +1 -0
  1276. package/lib/typescript/social/elements/EndLiveStreamButton/index.d.ts.map +1 -0
  1277. package/lib/typescript/social/elements/EndLiveStreamButton/styles.d.ts.map +1 -0
  1278. package/lib/typescript/social/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts.map +1 -0
  1279. package/lib/typescript/social/elements/FormDescription/index.d.ts.map +1 -0
  1280. package/lib/typescript/social/elements/FormDescription/styles.d.ts.map +1 -0
  1281. package/lib/typescript/social/elements/FormLabel/index.d.ts.map +1 -0
  1282. package/lib/typescript/social/elements/FormLabel/styles.d.ts.map +1 -0
  1283. package/lib/typescript/social/elements/ImageButton/index.d.ts.map +1 -0
  1284. package/lib/typescript/social/elements/ImageButton/styles.d.ts.map +1 -0
  1285. package/lib/typescript/social/elements/ImageGallery/ImageGallery.d.ts.map +1 -0
  1286. package/lib/typescript/social/elements/ImageKeyElement/ImageKeyElement.d.ts.map +1 -0
  1287. package/lib/typescript/social/elements/ImageViewer/ImageViewer.d.ts.map +1 -0
  1288. package/lib/typescript/social/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts.map +1 -0
  1289. package/lib/typescript/social/elements/LiveTimerStatus/LiveTimerStatus.d.ts.map +1 -0
  1290. package/lib/typescript/social/elements/LiveTimerStatus/index.d.ts.map +1 -0
  1291. package/lib/typescript/social/elements/LiveTimerStatus/styles.d.ts.map +1 -0
  1292. package/lib/typescript/social/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts.map +1 -0
  1293. package/lib/typescript/social/elements/LivestreamTerminatedActionButton/index.d.ts.map +1 -0
  1294. package/lib/typescript/social/elements/MenuAction/MenuAction.d.ts.map +1 -0
  1295. package/lib/typescript/social/elements/MenuAction/index.d.ts.map +1 -0
  1296. package/lib/typescript/social/elements/MenuAction/styles.d.ts.map +1 -0
  1297. package/lib/typescript/social/elements/MenuButton/MenuButton.d.ts.map +1 -0
  1298. package/lib/typescript/social/elements/MenuButton/index.d.ts.map +1 -0
  1299. package/lib/typescript/social/elements/MenuButton/styles.d.ts.map +1 -0
  1300. package/lib/typescript/social/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts.map +1 -0
  1301. package/lib/typescript/social/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
  1302. package/lib/typescript/social/elements/ModeratorBadge/index.d.ts.map +1 -0
  1303. package/lib/typescript/social/elements/ModeratorBadge/styles.d.ts.map +1 -0
  1304. package/lib/typescript/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts +11 -0
  1305. package/lib/typescript/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts.map +1 -0
  1306. package/lib/typescript/social/elements/ModeratorBadgeElement/styles.d.ts.map +1 -0
  1307. package/lib/typescript/social/elements/PinBadge/PinBadge.d.ts.map +1 -0
  1308. package/lib/typescript/social/elements/PinBadge/index.d.ts.map +1 -0
  1309. package/lib/typescript/social/elements/PinBadge/styles.d.ts.map +1 -0
  1310. package/lib/typescript/social/elements/ShareAction/ShareAction.d.ts.map +1 -0
  1311. package/lib/typescript/social/elements/ShareAction/index.d.ts.map +1 -0
  1312. package/lib/typescript/social/elements/ShareButton/ShareButton.d.ts.map +1 -0
  1313. package/lib/typescript/social/elements/ShareButton/index.d.ts.map +1 -0
  1314. package/lib/typescript/social/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts.map +1 -0
  1315. package/lib/typescript/social/elements/StartLivestreamButton/StartLivestreamButton.d.ts.map +1 -0
  1316. package/lib/typescript/social/elements/StartLivestreamButton/index.d.ts.map +1 -0
  1317. package/lib/typescript/social/elements/StartLivestreamButton/styles.d.ts.map +1 -0
  1318. package/lib/typescript/social/elements/SwitchCameraButton/SwitchCameraButton.d.ts.map +1 -0
  1319. package/lib/typescript/social/elements/SwitchCameraButton/index.d.ts.map +1 -0
  1320. package/lib/typescript/social/elements/TextKeyElement/TextKeyElement.d.ts.map +1 -0
  1321. package/lib/typescript/social/elements/Timestamp/Timestamp.d.ts.map +1 -0
  1322. package/lib/typescript/social/elements/Timestamp/index.d.ts.map +1 -0
  1323. package/lib/typescript/social/elements/Timestamp/styles.d.ts.map +1 -0
  1324. package/lib/typescript/social/elements/TimestampElement/TimestampElement.d.ts.map +1 -0
  1325. package/lib/typescript/social/elements/Title/index.d.ts.map +1 -0
  1326. package/lib/typescript/social/elements/Title/styles.d.ts.map +1 -0
  1327. package/lib/typescript/social/elements/TitleElement/TitleElement.d.ts.map +1 -0
  1328. package/lib/typescript/social/elements/VideoGallery/VideoGallery.d.ts.map +1 -0
  1329. package/lib/typescript/social/elements/VideoViewer/VideoViewer.d.ts.map +1 -0
  1330. package/lib/typescript/social/elements/index.d.ts.map +1 -0
  1331. package/lib/typescript/social/enums/AmityPostContentComponentStyle.d.ts.map +1 -0
  1332. package/lib/typescript/social/enums/enumTabName.d.ts.map +1 -0
  1333. package/lib/typescript/social/enums/enumTheme.d.ts.map +1 -0
  1334. package/lib/typescript/social/enums/enumUIKitID.d.ts +299 -0
  1335. package/lib/typescript/social/enums/enumUIKitID.d.ts.map +1 -0
  1336. package/lib/typescript/social/enums/imageSizeState.d.ts.map +1 -0
  1337. package/lib/typescript/social/enums/index.d.ts.map +1 -0
  1338. package/lib/typescript/social/enums/mediaAttachmentEnum.d.ts.map +1 -0
  1339. package/lib/typescript/social/enums/post.d.ts.map +1 -0
  1340. package/lib/typescript/social/enums/postTargetType.d.ts.map +1 -0
  1341. package/lib/typescript/social/enums/roomStatus.d.ts.map +1 -0
  1342. package/lib/typescript/social/enums/storyType.d.ts.map +1 -0
  1343. package/lib/typescript/social/enums/tabNameState.d.ts.map +1 -0
  1344. package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts.map +1 -0
  1345. package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/styles.d.ts +163 -0
  1346. package/lib/typescript/social/features/comment/components/PostComment/CommentListItem/styles.d.ts.map +1 -0
  1347. package/lib/typescript/social/features/comment/components/PostComment/PostComment.d.ts +31 -0
  1348. package/lib/typescript/social/features/comment/components/PostComment/PostComment.d.ts.map +1 -0
  1349. package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/index.d.ts.map +1 -0
  1350. package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts +160 -0
  1351. package/lib/typescript/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts.map +1 -0
  1352. package/lib/typescript/social/features/comment/components/PostComment/index.d.ts.map +1 -0
  1353. package/lib/typescript/social/features/comment/components/PostComment/styles.d.ts.map +1 -0
  1354. package/lib/typescript/social/features/community/AddCategory/AddCategory.d.ts.map +1 -0
  1355. package/lib/typescript/social/features/community/AddCategory/components/Header/Header.d.ts.map +1 -0
  1356. package/lib/typescript/social/features/community/AddCategory/components/Header/index.d.ts.map +1 -0
  1357. package/lib/typescript/social/features/community/AddCategory/components/Header/styles.d.ts.map +1 -0
  1358. package/lib/typescript/social/features/community/AddCategory/hooks/useAddCategory.d.ts.map +1 -0
  1359. package/lib/typescript/social/features/community/AddCategory/index.d.ts.map +1 -0
  1360. package/lib/typescript/social/features/community/AddCategory/styles.d.ts.map +1 -0
  1361. package/lib/typescript/social/features/community/AddMember/AddMember.d.ts.map +1 -0
  1362. package/lib/typescript/social/features/community/AddMember/components/Header/Header.d.ts.map +1 -0
  1363. package/lib/typescript/social/features/community/AddMember/components/Header/index.d.ts.map +1 -0
  1364. package/lib/typescript/social/features/community/AddMember/components/Header/styles.d.ts.map +1 -0
  1365. package/lib/typescript/social/features/community/AddMember/hooks/useAddMember.d.ts.map +1 -0
  1366. package/lib/typescript/social/features/community/AddMember/index.d.ts.map +1 -0
  1367. package/lib/typescript/social/features/community/AddMember/styles.d.ts.map +1 -0
  1368. package/lib/typescript/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts +3 -0
  1369. package/lib/typescript/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts.map +1 -0
  1370. package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/Header.d.ts.map +1 -0
  1371. package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/index.d.ts.map +1 -0
  1372. package/lib/typescript/social/features/community/CommentsNotificationSetting/components/Header/styles.d.ts.map +1 -0
  1373. package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +123 -0
  1374. package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts.map +1 -0
  1375. package/lib/typescript/social/features/community/CommentsNotificationSetting/index.d.ts +2 -0
  1376. package/lib/typescript/social/features/community/CommentsNotificationSetting/index.d.ts.map +1 -0
  1377. package/lib/typescript/social/features/community/CommentsNotificationSetting/styles.d.ts +31 -0
  1378. package/lib/typescript/social/features/community/CommentsNotificationSetting/styles.d.ts.map +1 -0
  1379. package/lib/typescript/social/features/community/Create/Create.d.ts.map +1 -0
  1380. package/lib/typescript/social/features/community/Create/components/Header/Header.d.ts.map +1 -0
  1381. package/lib/typescript/social/features/community/Create/components/Header/index.d.ts.map +1 -0
  1382. package/lib/typescript/social/features/community/Create/components/Header/styles.d.ts.map +1 -0
  1383. package/lib/typescript/social/features/community/Create/components/Members/index.d.ts.map +1 -0
  1384. package/lib/typescript/social/features/community/Create/components/Members/styles.d.ts.map +1 -0
  1385. package/lib/typescript/social/features/community/Create/hooks/useCreateCommunity.d.ts.map +1 -0
  1386. package/lib/typescript/social/features/community/Create/index.d.ts.map +1 -0
  1387. package/lib/typescript/social/features/community/Create/styles.d.ts.map +1 -0
  1388. package/lib/typescript/social/features/community/Edit/Edit.d.ts.map +1 -0
  1389. package/lib/typescript/social/features/community/Edit/components/Header/Header.d.ts.map +1 -0
  1390. package/lib/typescript/social/features/community/Edit/components/Header/index.d.ts.map +1 -0
  1391. package/lib/typescript/social/features/community/Edit/components/Header/styles.d.ts.map +1 -0
  1392. package/lib/typescript/social/features/community/Edit/hooks/useEditCommunity.d.ts.map +1 -0
  1393. package/lib/typescript/social/features/community/Edit/index.d.ts.map +1 -0
  1394. package/lib/typescript/social/features/community/Edit/styles.d.ts.map +1 -0
  1395. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts +3 -0
  1396. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts.map +1 -0
  1397. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts.map +1 -0
  1398. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts.map +1 -0
  1399. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts.map +1 -0
  1400. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +73 -0
  1401. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts.map +1 -0
  1402. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/index.d.ts +2 -0
  1403. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/index.d.ts.map +1 -0
  1404. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/styles.d.ts +31 -0
  1405. package/lib/typescript/social/features/community/LivestreamsNotificationSetting/styles.d.ts.map +1 -0
  1406. package/lib/typescript/social/features/community/Membership/Membership.d.ts.map +1 -0
  1407. package/lib/typescript/social/features/community/Membership/components/Header/Header.d.ts.map +1 -0
  1408. package/lib/typescript/social/features/community/Membership/components/Header/index.d.ts.map +1 -0
  1409. package/lib/typescript/social/features/community/Membership/components/Header/styles.d.ts.map +1 -0
  1410. package/lib/typescript/social/features/community/Membership/components/MemberItem/MemberItem.d.ts.map +1 -0
  1411. package/lib/typescript/social/features/community/Membership/components/MemberItem/index.d.ts.map +1 -0
  1412. package/lib/typescript/social/features/community/Membership/components/MemberItem/style.d.ts +39 -0
  1413. package/lib/typescript/social/features/community/Membership/components/MemberItem/style.d.ts.map +1 -0
  1414. package/lib/typescript/social/features/community/Membership/components/MemberList/MemberList.d.ts.map +1 -0
  1415. package/lib/typescript/social/features/community/Membership/components/MemberList/index.d.ts.map +1 -0
  1416. package/lib/typescript/social/features/community/Membership/components/MemberList/styles.d.ts.map +1 -0
  1417. package/lib/typescript/social/features/community/Membership/components/ModeratorList/ModeratorList.d.ts.map +1 -0
  1418. package/lib/typescript/social/features/community/Membership/components/ModeratorList/index.d.ts.map +1 -0
  1419. package/lib/typescript/social/features/community/Membership/components/ModeratorList/styles.d.ts.map +1 -0
  1420. package/lib/typescript/social/features/community/Membership/hooks/useMembership.d.ts.map +1 -0
  1421. package/lib/typescript/social/features/community/Membership/index.d.ts.map +1 -0
  1422. package/lib/typescript/social/features/community/Membership/styles.d.ts.map +1 -0
  1423. package/lib/typescript/social/features/community/NotificationSetting/NotificationSetting.d.ts +4 -0
  1424. package/lib/typescript/social/features/community/NotificationSetting/NotificationSetting.d.ts.map +1 -0
  1425. package/lib/typescript/social/features/community/NotificationSetting/components/Header/Header.d.ts.map +1 -0
  1426. package/lib/typescript/social/features/community/NotificationSetting/components/Header/index.d.ts.map +1 -0
  1427. package/lib/typescript/social/features/community/NotificationSetting/components/Header/styles.d.ts.map +1 -0
  1428. package/lib/typescript/social/features/community/NotificationSetting/hooks/useNotificationSetting.d.ts +64 -0
  1429. package/lib/typescript/social/features/community/NotificationSetting/hooks/useNotificationSetting.d.ts.map +1 -0
  1430. package/lib/typescript/social/features/community/NotificationSetting/index.d.ts +2 -0
  1431. package/lib/typescript/social/features/community/NotificationSetting/index.d.ts.map +1 -0
  1432. package/lib/typescript/social/features/community/NotificationSetting/styles.d.ts.map +1 -0
  1433. package/lib/typescript/social/features/community/PendingRequest/PendingRequest.d.ts.map +1 -0
  1434. package/lib/typescript/social/features/community/PendingRequest/components/Header/Header.d.ts.map +1 -0
  1435. package/lib/typescript/social/features/community/PendingRequest/components/Header/index.d.ts.map +1 -0
  1436. package/lib/typescript/social/features/community/PendingRequest/components/Header/styles.d.ts.map +1 -0
  1437. package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts.map +1 -0
  1438. package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/index.d.ts.map +1 -0
  1439. package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts +91 -0
  1440. package/lib/typescript/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts.map +1 -0
  1441. package/lib/typescript/social/features/community/PendingRequest/index.d.ts.map +1 -0
  1442. package/lib/typescript/social/features/community/PendingRequest/styles.d.ts.map +1 -0
  1443. package/lib/typescript/social/features/community/PostPermission/PostPermission.d.ts.map +1 -0
  1444. package/lib/typescript/social/features/community/PostPermission/components/Header/Header.d.ts.map +1 -0
  1445. package/lib/typescript/social/features/community/PostPermission/components/Header/index.d.ts.map +1 -0
  1446. package/lib/typescript/social/features/community/PostPermission/components/Header/styles.d.ts.map +1 -0
  1447. package/lib/typescript/social/features/community/PostPermission/index.d.ts.map +1 -0
  1448. package/lib/typescript/social/features/community/PostPermission/styles.d.ts.map +1 -0
  1449. package/lib/typescript/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts +3 -0
  1450. package/lib/typescript/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts.map +1 -0
  1451. package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/Header.d.ts.map +1 -0
  1452. package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/index.d.ts.map +1 -0
  1453. package/lib/typescript/social/features/community/PostsNotificationSetting/components/Header/styles.d.ts.map +1 -0
  1454. package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +98 -0
  1455. package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts.map +1 -0
  1456. package/lib/typescript/social/features/community/PostsNotificationSetting/index.d.ts +2 -0
  1457. package/lib/typescript/social/features/community/PostsNotificationSetting/index.d.ts.map +1 -0
  1458. package/lib/typescript/social/features/community/PostsNotificationSetting/styles.d.ts +31 -0
  1459. package/lib/typescript/social/features/community/PostsNotificationSetting/styles.d.ts.map +1 -0
  1460. package/lib/typescript/social/features/community/Setting/Setting.d.ts.map +1 -0
  1461. package/lib/typescript/social/features/community/Setting/components/Header/Header.d.ts.map +1 -0
  1462. package/lib/typescript/social/features/community/Setting/components/Header/index.d.ts.map +1 -0
  1463. package/lib/typescript/social/features/community/Setting/components/Header/styles.d.ts.map +1 -0
  1464. package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts.map +1 -0
  1465. package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/index.d.ts.map +1 -0
  1466. package/lib/typescript/social/features/community/Setting/elements/CloseCommunity/styles.d.ts.map +1 -0
  1467. package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts +10 -0
  1468. package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts.map +1 -0
  1469. package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/index.d.ts.map +1 -0
  1470. package/lib/typescript/social/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts.map +1 -0
  1471. package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts.map +1 -0
  1472. package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/index.d.ts.map +1 -0
  1473. package/lib/typescript/social/features/community/Setting/elements/LeaveCommunity/styles.d.ts.map +1 -0
  1474. package/lib/typescript/social/features/community/Setting/hooks/useCommunitySetting.d.ts +28 -0
  1475. package/lib/typescript/social/features/community/Setting/hooks/useCommunitySetting.d.ts.map +1 -0
  1476. package/lib/typescript/social/features/community/Setting/index.d.ts.map +1 -0
  1477. package/lib/typescript/social/features/community/Setting/styles.d.ts.map +1 -0
  1478. package/lib/typescript/social/features/community/Setup/Setup.d.ts.map +1 -0
  1479. package/lib/typescript/social/features/community/Setup/index.d.ts.map +1 -0
  1480. package/lib/typescript/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts +3 -0
  1481. package/lib/typescript/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts.map +1 -0
  1482. package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/Header.d.ts.map +1 -0
  1483. package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/index.d.ts.map +1 -0
  1484. package/lib/typescript/social/features/community/StoriesNotificationSetting/components/Header/styles.d.ts.map +1 -0
  1485. package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +123 -0
  1486. package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts.map +1 -0
  1487. package/lib/typescript/social/features/community/StoriesNotificationSetting/index.d.ts +2 -0
  1488. package/lib/typescript/social/features/community/StoriesNotificationSetting/index.d.ts.map +1 -0
  1489. package/lib/typescript/social/features/community/StoriesNotificationSetting/styles.d.ts +31 -0
  1490. package/lib/typescript/social/features/community/StoriesNotificationSetting/styles.d.ts.map +1 -0
  1491. package/lib/typescript/social/features/community/StorySetting/StorySetting.d.ts.map +1 -0
  1492. package/lib/typescript/social/features/community/StorySetting/components/Header/Header.d.ts.map +1 -0
  1493. package/lib/typescript/social/features/community/StorySetting/components/Header/index.d.ts.map +1 -0
  1494. package/lib/typescript/social/features/community/StorySetting/components/Header/styles.d.ts.map +1 -0
  1495. package/lib/typescript/social/features/community/StorySetting/index.d.ts.map +1 -0
  1496. package/lib/typescript/social/features/community/StorySetting/styles.d.ts.map +1 -0
  1497. package/lib/typescript/social/features/community/shared/components/Categories/index.d.ts.map +1 -0
  1498. package/lib/typescript/social/features/community/shared/components/Categories/styles.d.ts.map +1 -0
  1499. package/lib/typescript/social/features/community/shared/components/CoverImageUpload/index.d.ts.map +1 -0
  1500. package/lib/typescript/social/features/community/shared/components/CoverImageUpload/styles.d.ts.map +1 -0
  1501. package/lib/typescript/social/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts.map +1 -0
  1502. package/lib/typescript/social/features/community/shared/components/MemberSkeleton/index.d.ts.map +1 -0
  1503. package/lib/typescript/social/features/community/shared/components/MemberSkeleton/styles.d.ts.map +1 -0
  1504. package/lib/typescript/social/features/community/shared/components/Privacy/index.d.ts.map +1 -0
  1505. package/lib/typescript/social/features/community/shared/components/Privacy/styles.d.ts.map +1 -0
  1506. package/lib/typescript/social/features/community/shared/constants/index.d.ts +6 -0
  1507. package/lib/typescript/social/features/community/shared/constants/index.d.ts.map +1 -0
  1508. package/lib/typescript/social/features/community/shared/elements/Action/Action.d.ts.map +1 -0
  1509. package/lib/typescript/social/features/community/shared/elements/Action/index.d.ts.map +1 -0
  1510. package/lib/typescript/social/features/community/shared/elements/Action/styles.d.ts.map +1 -0
  1511. package/lib/typescript/social/features/community/shared/types/index.d.ts.map +1 -0
  1512. package/lib/typescript/social/features/community/shared/utils/index.d.ts +5 -0
  1513. package/lib/typescript/social/features/community/shared/utils/index.d.ts.map +1 -0
  1514. package/lib/typescript/social/features/feed/components/Categories/Categories.d.ts.map +1 -0
  1515. package/lib/typescript/social/features/feed/components/Categories/index.d.ts.map +1 -0
  1516. package/lib/typescript/social/features/feed/components/Categories/styles.d.ts.map +1 -0
  1517. package/lib/typescript/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts +11 -0
  1518. package/lib/typescript/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts.map +1 -0
  1519. package/lib/typescript/social/features/feed/components/CommunityCategories/index.d.ts.map +1 -0
  1520. package/lib/typescript/social/features/feed/components/CommunityCategories/styles.d.ts.map +1 -0
  1521. package/lib/typescript/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts +8 -0
  1522. package/lib/typescript/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts.map +1 -0
  1523. package/lib/typescript/social/features/feed/components/CreatePostMenu/index.d.ts.map +1 -0
  1524. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts.map +1 -0
  1525. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts.map +1 -0
  1526. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts.map +1 -0
  1527. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts.map +1 -0
  1528. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts.map +1 -0
  1529. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/index.d.ts.map +1 -0
  1530. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts.map +1 -0
  1531. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts.map +1 -0
  1532. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/index.d.ts.map +1 -0
  1533. package/lib/typescript/social/features/feed/components/EmptyNewsFeed/styles.d.ts.map +1 -0
  1534. package/lib/typescript/social/features/feed/components/Explore/Explore.d.ts.map +1 -0
  1535. package/lib/typescript/social/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts.map +1 -0
  1536. package/lib/typescript/social/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts.map +1 -0
  1537. package/lib/typescript/social/features/feed/components/Explore/index.d.ts.map +1 -0
  1538. package/lib/typescript/social/features/feed/components/Explore/styles.d.ts.map +1 -0
  1539. package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts.map +1 -0
  1540. package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/index.d.ts.map +1 -0
  1541. package/lib/typescript/social/features/feed/components/ExploreCommunityEmpty/styles.d.ts.map +1 -0
  1542. package/lib/typescript/social/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts.map +1 -0
  1543. package/lib/typescript/social/features/feed/components/ExploreEmpty/index.d.ts.map +1 -0
  1544. package/lib/typescript/social/features/feed/components/ExploreEmpty/styles.d.ts.map +1 -0
  1545. package/lib/typescript/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts +15 -0
  1546. package/lib/typescript/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts.map +1 -0
  1547. package/lib/typescript/social/features/feed/components/GlobalFeed/index.d.ts.map +1 -0
  1548. package/lib/typescript/social/features/feed/components/GlobalFeed/styles.d.ts.map +1 -0
  1549. package/lib/typescript/social/features/feed/components/MyCommunities/MyCommunities.d.ts.map +1 -0
  1550. package/lib/typescript/social/features/feed/components/MyCommunities/index.d.ts.map +1 -0
  1551. package/lib/typescript/social/features/feed/components/MyCommunities/styles.d.ts.map +1 -0
  1552. package/lib/typescript/social/features/feed/components/NewsFeed/NewsFeed.d.ts.map +1 -0
  1553. package/lib/typescript/social/features/feed/components/NewsFeed/index.d.ts.map +1 -0
  1554. package/lib/typescript/social/features/feed/components/NewsFeed/styles.d.ts.map +1 -0
  1555. package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts.map +1 -0
  1556. package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts.map +1 -0
  1557. package/lib/typescript/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts.map +1 -0
  1558. package/lib/typescript/social/features/feed/components/RecommendedCommunities/index.d.ts.map +1 -0
  1559. package/lib/typescript/social/features/feed/components/RecommendedCommunities/styles.d.ts.map +1 -0
  1560. package/lib/typescript/social/features/feed/components/TopNavigation/TopNavigation.d.ts.map +1 -0
  1561. package/lib/typescript/social/features/feed/components/TopNavigation/index.d.ts.map +1 -0
  1562. package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts.map +1 -0
  1563. package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts.map +1 -0
  1564. package/lib/typescript/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts.map +1 -0
  1565. package/lib/typescript/social/features/feed/components/TrendingCommunities/index.d.ts.map +1 -0
  1566. package/lib/typescript/social/features/feed/components/TrendingCommunities/styles.d.ts.map +1 -0
  1567. package/lib/typescript/social/features/feed/components/index.d.ts.map +1 -0
  1568. package/lib/typescript/social/features/feed/elements/CommunityCategory/CommunityCategory.d.ts.map +1 -0
  1569. package/lib/typescript/social/features/feed/elements/CommunityCategory/index.d.ts.map +1 -0
  1570. package/lib/typescript/social/features/feed/elements/CommunityCategory/styles.d.ts.map +1 -0
  1571. package/lib/typescript/social/features/feed/elements/index.d.ts.map +1 -0
  1572. package/lib/typescript/social/features/feed/index.d.ts.map +1 -0
  1573. package/lib/typescript/social/features/livestream/Create/Create.d.ts.map +1 -0
  1574. package/lib/typescript/social/features/livestream/Create/RoomView.d.ts.map +1 -0
  1575. package/lib/typescript/social/features/livestream/Create/index.d.ts.map +1 -0
  1576. package/lib/typescript/social/features/livestream/Create/styles.d.ts +270 -0
  1577. package/lib/typescript/social/features/livestream/Create/styles.d.ts.map +1 -0
  1578. package/lib/typescript/social/features/livestream/Player/Player.d.ts.map +1 -0
  1579. package/lib/typescript/social/features/livestream/Player/index.d.ts.map +1 -0
  1580. package/lib/typescript/social/features/livestream/Player/styles.d.ts +96 -0
  1581. package/lib/typescript/social/features/livestream/Player/styles.d.ts.map +1 -0
  1582. package/lib/typescript/social/features/livestream/TargetSelection/TargetSelection.d.ts.map +1 -0
  1583. package/lib/typescript/social/features/livestream/TargetSelection/index.d.ts.map +1 -0
  1584. package/lib/typescript/social/features/livestream/Terminated/Terminated.d.ts.map +1 -0
  1585. package/lib/typescript/social/features/livestream/Terminated/index.d.ts.map +1 -0
  1586. package/lib/typescript/social/features/livestream/Terminated/styles.d.ts.map +1 -0
  1587. package/lib/typescript/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts +9 -0
  1588. package/lib/typescript/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts.map +1 -0
  1589. package/lib/typescript/social/features/livestream/components/ThumbnailAction/index.d.ts.map +1 -0
  1590. package/lib/typescript/social/features/livestream/components/ThumbnailAction/styles.d.ts.map +1 -0
  1591. package/lib/typescript/social/features/poll/Composer/PollPostComposer.d.ts.map +1 -0
  1592. package/lib/typescript/social/features/poll/Composer/components/PollDuration.d.ts.map +1 -0
  1593. package/lib/typescript/social/features/poll/Composer/components/PollDurationBottomSheet.d.ts.map +1 -0
  1594. package/lib/typescript/social/features/poll/Composer/components/PollDurationPicker.d.ts.map +1 -0
  1595. package/lib/typescript/social/features/poll/Composer/components/PollHeader.d.ts.map +1 -0
  1596. package/lib/typescript/social/features/poll/Composer/components/PollOptions.d.ts.map +1 -0
  1597. package/lib/typescript/social/features/poll/Composer/components/PollQuestion.d.ts.map +1 -0
  1598. package/lib/typescript/social/features/poll/Composer/components/PollSelection.d.ts.map +1 -0
  1599. package/lib/typescript/social/features/poll/Composer/index.d.ts.map +1 -0
  1600. package/lib/typescript/social/features/poll/Composer/styles.d.ts +149 -0
  1601. package/lib/typescript/social/features/poll/Composer/styles.d.ts.map +1 -0
  1602. package/lib/typescript/social/features/poll/TargetSelection/TargetSelection.d.ts.map +1 -0
  1603. package/lib/typescript/social/features/poll/TargetSelection/index.d.ts.map +1 -0
  1604. package/lib/typescript/social/features/post/Composer/PostComposer.d.ts.map +1 -0
  1605. package/lib/typescript/social/features/post/Composer/index.d.ts.map +1 -0
  1606. package/lib/typescript/social/features/post/Composer/styles.d.ts.map +1 -0
  1607. package/lib/typescript/social/features/post/Detail/index.d.ts.map +1 -0
  1608. package/lib/typescript/social/features/post/Detail/styles.d.ts +134 -0
  1609. package/lib/typescript/social/features/post/Detail/styles.d.ts.map +1 -0
  1610. package/lib/typescript/social/features/post/TargetSelection/TargetSelection.d.ts.map +1 -0
  1611. package/lib/typescript/social/features/post/TargetSelection/index.d.ts.map +1 -0
  1612. package/lib/typescript/social/features/post/components/Content/Content.d.ts.map +1 -0
  1613. package/lib/typescript/social/features/post/components/Content/index.d.ts.map +1 -0
  1614. package/lib/typescript/social/features/post/components/Content/styles.d.ts +233 -0
  1615. package/lib/typescript/social/features/post/components/Content/styles.d.ts.map +1 -0
  1616. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +11 -0
  1617. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +1 -0
  1618. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/index.d.ts.map +1 -0
  1619. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/styles.d.ts +46 -0
  1620. package/lib/typescript/social/features/post/components/DetailedMediaAttachment/styles.d.ts.map +1 -0
  1621. package/lib/typescript/social/features/post/components/EngagementActions/Components/DetailStyle.d.ts.map +1 -0
  1622. package/lib/typescript/social/features/post/components/EngagementActions/Components/FeedStyle.d.ts.map +1 -0
  1623. package/lib/typescript/social/features/post/components/EngagementActions/Components/index.d.ts.map +1 -0
  1624. package/lib/typescript/social/features/post/components/EngagementActions/Components/styles.d.ts.map +1 -0
  1625. package/lib/typescript/social/features/post/components/EngagementActions/Components/type.d.ts.map +1 -0
  1626. package/lib/typescript/social/features/post/components/EngagementActions/Components/usePostShareAction.d.ts.map +1 -0
  1627. package/lib/typescript/social/features/post/components/EngagementActions/EngagementActions.d.ts.map +1 -0
  1628. package/lib/typescript/social/features/post/components/EngagementActions/index.d.ts.map +1 -0
  1629. package/lib/typescript/social/features/post/components/EngagementContent/EngagementContent.d.ts.map +1 -0
  1630. package/lib/typescript/social/features/post/components/EngagementContent/index.d.ts.map +1 -0
  1631. package/lib/typescript/social/features/post/components/EngagementContent/styles.d.ts.map +1 -0
  1632. package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +11 -0
  1633. package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +1 -0
  1634. package/lib/typescript/social/features/post/components/MediaAttachment/index.d.ts.map +1 -0
  1635. package/lib/typescript/social/features/post/components/MediaAttachment/styles.d.ts +38 -0
  1636. package/lib/typescript/social/features/post/components/MediaAttachment/styles.d.ts.map +1 -0
  1637. package/lib/typescript/social/features/reaction/components/List/List.d.ts +10 -0
  1638. package/lib/typescript/social/features/reaction/components/List/List.d.ts.map +1 -0
  1639. package/lib/typescript/social/features/reaction/components/List/index.d.ts.map +1 -0
  1640. package/lib/typescript/social/features/reaction/components/List/styles.d.ts.map +1 -0
  1641. package/lib/typescript/social/features/room/hooks/useRoom.d.ts.map +1 -0
  1642. package/lib/typescript/social/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +1 -0
  1643. package/lib/typescript/social/features/search/components/CommunitySearchResult/index.d.ts.map +1 -0
  1644. package/lib/typescript/social/features/search/components/TopSearchBar/TopSearchBar.d.ts.map +1 -0
  1645. package/lib/typescript/social/features/search/components/TopSearchBar/index.d.ts.map +1 -0
  1646. package/lib/typescript/social/features/search/components/TopSearchBar/styles.d.ts.map +1 -0
  1647. package/lib/typescript/social/features/search/components/UserSearchResult/UserSearchResult.d.ts.map +1 -0
  1648. package/lib/typescript/social/features/search/components/UserSearchResult/index.d.ts.map +1 -0
  1649. package/lib/typescript/social/features/story/Create/Create.d.ts.map +1 -0
  1650. package/lib/typescript/social/features/story/Create/index.d.ts.map +1 -0
  1651. package/lib/typescript/social/features/story/Create/styles.d.ts.map +1 -0
  1652. package/lib/typescript/social/features/story/Draft/Draft.d.ts.map +1 -0
  1653. package/lib/typescript/social/features/story/Draft/components/HyperLinkConfig.d.ts.map +1 -0
  1654. package/lib/typescript/social/features/story/Draft/index.d.ts.map +1 -0
  1655. package/lib/typescript/social/features/story/Draft/styles.d.ts +222 -0
  1656. package/lib/typescript/social/features/story/Draft/styles.d.ts.map +1 -0
  1657. package/lib/typescript/social/features/story/TargetSelection/TargetSelection.d.ts.map +1 -0
  1658. package/lib/typescript/social/features/story/TargetSelection/index.d.ts.map +1 -0
  1659. package/lib/typescript/social/features/story/View/View.d.ts +14 -0
  1660. package/lib/typescript/social/features/story/View/View.d.ts.map +1 -0
  1661. package/lib/typescript/social/features/story/View/components/AmityViewStoryItem.d.ts +21 -0
  1662. package/lib/typescript/social/features/story/View/components/AmityViewStoryItem.d.ts.map +1 -0
  1663. package/lib/typescript/social/features/story/View/index.d.ts.map +1 -0
  1664. package/lib/typescript/social/features/story/View/styles.d.ts +257 -0
  1665. package/lib/typescript/social/features/story/View/styles.d.ts.map +1 -0
  1666. package/lib/typescript/social/features/story/components/Tab/Tab.d.ts.map +1 -0
  1667. package/lib/typescript/social/features/story/components/Tab/index.d.ts.map +1 -0
  1668. package/lib/typescript/social/features/user/Blocked/Blocked.d.ts.map +1 -0
  1669. package/lib/typescript/social/features/user/Blocked/components/TopBar/TopBar.d.ts.map +1 -0
  1670. package/lib/typescript/social/features/user/Blocked/components/TopBar/index.d.ts.map +1 -0
  1671. package/lib/typescript/social/features/user/Blocked/components/TopBar/styles.d.ts.map +1 -0
  1672. package/lib/typescript/social/features/user/Blocked/components/UserItem/UserItem.d.ts.map +1 -0
  1673. package/lib/typescript/social/features/user/Blocked/components/UserItem/index.d.ts.map +1 -0
  1674. package/lib/typescript/social/features/user/Blocked/components/UserItem/styles.d.ts.map +1 -0
  1675. package/lib/typescript/social/features/user/Blocked/components/UserList/UserList.d.ts.map +1 -0
  1676. package/lib/typescript/social/features/user/Blocked/components/UserList/index.d.ts.map +1 -0
  1677. package/lib/typescript/social/features/user/Blocked/components/UserList/styles.d.ts.map +1 -0
  1678. package/lib/typescript/social/features/user/Blocked/components/index.d.ts.map +1 -0
  1679. package/lib/typescript/social/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts.map +1 -0
  1680. package/lib/typescript/social/features/user/Blocked/elements/UnblockUserButton/index.d.ts.map +1 -0
  1681. package/lib/typescript/social/features/user/Blocked/elements/index.d.ts.map +1 -0
  1682. package/lib/typescript/social/features/user/Blocked/index.d.ts.map +1 -0
  1683. package/lib/typescript/social/features/user/Blocked/styles.d.ts.map +1 -0
  1684. package/lib/typescript/social/features/user/CreateProfile/CreateProfile.d.ts +35 -0
  1685. package/lib/typescript/social/features/user/CreateProfile/CreateProfile.d.ts.map +1 -0
  1686. package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.d.ts +14 -0
  1687. package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.d.ts.map +1 -0
  1688. package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/index.d.ts +2 -0
  1689. package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/index.d.ts.map +1 -0
  1690. package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/styles.d.ts +39 -0
  1691. package/lib/typescript/social/features/user/CreateProfile/components/ImageUpload/styles.d.ts.map +1 -0
  1692. package/lib/typescript/social/features/user/CreateProfile/components/TopBar/TopBar.d.ts +7 -0
  1693. package/lib/typescript/social/features/user/CreateProfile/components/TopBar/TopBar.d.ts.map +1 -0
  1694. package/lib/typescript/social/features/user/CreateProfile/components/TopBar/index.d.ts.map +1 -0
  1695. package/lib/typescript/social/features/user/CreateProfile/components/TopBar/styles.d.ts +25 -0
  1696. package/lib/typescript/social/features/user/CreateProfile/components/TopBar/styles.d.ts.map +1 -0
  1697. package/lib/typescript/social/features/user/CreateProfile/components/index.d.ts +3 -0
  1698. package/lib/typescript/social/features/user/CreateProfile/components/index.d.ts.map +1 -0
  1699. package/lib/typescript/social/features/user/CreateProfile/hooks/index.d.ts +2 -0
  1700. package/lib/typescript/social/features/user/CreateProfile/hooks/index.d.ts.map +1 -0
  1701. package/lib/typescript/social/features/user/CreateProfile/hooks/useCreateProfile.d.ts +81 -0
  1702. package/lib/typescript/social/features/user/CreateProfile/hooks/useCreateProfile.d.ts.map +1 -0
  1703. package/lib/typescript/social/features/user/CreateProfile/index.d.ts +3 -0
  1704. package/lib/typescript/social/features/user/CreateProfile/index.d.ts.map +1 -0
  1705. package/lib/typescript/social/features/user/CreateProfile/styles.d.ts.map +1 -0
  1706. package/lib/typescript/social/features/user/Edit/Edit.d.ts.map +1 -0
  1707. package/lib/typescript/social/features/user/Edit/components/ImageUpload/ImageUpload.d.ts.map +1 -0
  1708. package/lib/typescript/social/features/user/Edit/components/ImageUpload/index.d.ts.map +1 -0
  1709. package/lib/typescript/social/features/user/Edit/components/ImageUpload/styles.d.ts.map +1 -0
  1710. package/lib/typescript/social/features/user/Edit/components/TopBar/TopBar.d.ts.map +1 -0
  1711. package/lib/typescript/social/features/user/Edit/components/TopBar/index.d.ts.map +1 -0
  1712. package/lib/typescript/social/features/user/Edit/components/TopBar/styles.d.ts.map +1 -0
  1713. package/lib/typescript/social/features/user/Edit/components/index.d.ts.map +1 -0
  1714. package/lib/typescript/social/features/user/Edit/hooks/index.d.ts.map +1 -0
  1715. package/lib/typescript/social/features/user/Edit/hooks/useEditUser.d.ts +65 -0
  1716. package/lib/typescript/social/features/user/Edit/hooks/useEditUser.d.ts.map +1 -0
  1717. package/lib/typescript/social/features/user/Edit/index.d.ts.map +1 -0
  1718. package/lib/typescript/social/features/user/Edit/styles.d.ts +28 -0
  1719. package/lib/typescript/social/features/user/Edit/styles.d.ts.map +1 -0
  1720. package/lib/typescript/social/features/user/PendingFollowRequests/PendingFollowRequests.d.ts.map +1 -0
  1721. package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts.map +1 -0
  1722. package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/index.d.ts.map +1 -0
  1723. package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts.map +1 -0
  1724. package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts.map +1 -0
  1725. package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/index.d.ts.map +1 -0
  1726. package/lib/typescript/social/features/user/PendingFollowRequests/components/RequestList/styles.d.ts.map +1 -0
  1727. package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts.map +1 -0
  1728. package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/index.d.ts.map +1 -0
  1729. package/lib/typescript/social/features/user/PendingFollowRequests/components/TopBar/styles.d.ts.map +1 -0
  1730. package/lib/typescript/social/features/user/PendingFollowRequests/components/index.d.ts.map +1 -0
  1731. package/lib/typescript/social/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts.map +1 -0
  1732. package/lib/typescript/social/features/user/PendingFollowRequests/index.d.ts.map +1 -0
  1733. package/lib/typescript/social/features/user/PendingFollowRequests/styles.d.ts.map +1 -0
  1734. package/lib/typescript/social/features/user/Profile/Profile.d.ts +8 -0
  1735. package/lib/typescript/social/features/user/Profile/Profile.d.ts.map +1 -0
  1736. package/lib/typescript/social/features/user/Profile/components/Action/Action.d.ts.map +1 -0
  1737. package/lib/typescript/social/features/user/Profile/components/Action/index.d.ts.map +1 -0
  1738. package/lib/typescript/social/features/user/Profile/components/Feed/Feed.d.ts +9 -0
  1739. package/lib/typescript/social/features/user/Profile/components/Feed/Feed.d.ts.map +1 -0
  1740. package/lib/typescript/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts +23 -0
  1741. package/lib/typescript/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts.map +1 -0
  1742. package/lib/typescript/social/features/user/Profile/components/Feed/index.d.ts.map +1 -0
  1743. package/lib/typescript/social/features/user/Profile/components/Feed/styles.d.ts.map +1 -0
  1744. package/lib/typescript/social/features/user/Profile/components/Header/Header.d.ts +11 -0
  1745. package/lib/typescript/social/features/user/Profile/components/Header/Header.d.ts.map +1 -0
  1746. package/lib/typescript/social/features/user/Profile/components/Header/hooks/useHeader.d.ts +111 -0
  1747. package/lib/typescript/social/features/user/Profile/components/Header/hooks/useHeader.d.ts.map +1 -0
  1748. package/lib/typescript/social/features/user/Profile/components/Header/index.d.ts.map +1 -0
  1749. package/lib/typescript/social/features/user/Profile/components/Header/styles.d.ts +72 -0
  1750. package/lib/typescript/social/features/user/Profile/components/Header/styles.d.ts.map +1 -0
  1751. package/lib/typescript/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts +9 -0
  1752. package/lib/typescript/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts.map +1 -0
  1753. package/lib/typescript/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts +25 -0
  1754. package/lib/typescript/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts.map +1 -0
  1755. package/lib/typescript/social/features/user/Profile/components/ImageFeed/index.d.ts.map +1 -0
  1756. package/lib/typescript/social/features/user/Profile/components/TopBar/TopBar.d.ts +9 -0
  1757. package/lib/typescript/social/features/user/Profile/components/TopBar/TopBar.d.ts.map +1 -0
  1758. package/lib/typescript/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts +24 -0
  1759. package/lib/typescript/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts.map +1 -0
  1760. package/lib/typescript/social/features/user/Profile/components/TopBar/index.d.ts.map +1 -0
  1761. package/lib/typescript/social/features/user/Profile/components/TopBar/styles.d.ts.map +1 -0
  1762. package/lib/typescript/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts +9 -0
  1763. package/lib/typescript/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts.map +1 -0
  1764. package/lib/typescript/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts +25 -0
  1765. package/lib/typescript/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts.map +1 -0
  1766. package/lib/typescript/social/features/user/Profile/components/VideoFeed/index.d.ts.map +1 -0
  1767. package/lib/typescript/social/features/user/Profile/components/index.d.ts.map +1 -0
  1768. package/lib/typescript/social/features/user/Profile/elements/FollowButton/FollowButton.d.ts.map +1 -0
  1769. package/lib/typescript/social/features/user/Profile/elements/FollowButton/index.d.ts.map +1 -0
  1770. package/lib/typescript/social/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts.map +1 -0
  1771. package/lib/typescript/social/features/user/Profile/elements/FollowingButton/index.d.ts.map +1 -0
  1772. package/lib/typescript/social/features/user/Profile/elements/Menu/Menu.d.ts +7 -0
  1773. package/lib/typescript/social/features/user/Profile/elements/Menu/Menu.d.ts.map +1 -0
  1774. package/lib/typescript/social/features/user/Profile/elements/Menu/hooks/useMenu.d.ts +32 -0
  1775. package/lib/typescript/social/features/user/Profile/elements/Menu/hooks/useMenu.d.ts.map +1 -0
  1776. package/lib/typescript/social/features/user/Profile/elements/Menu/index.d.ts +2 -0
  1777. package/lib/typescript/social/features/user/Profile/elements/Menu/index.d.ts.map +1 -0
  1778. package/lib/typescript/social/features/user/Profile/elements/PendingButton/PendingButton.d.ts.map +1 -0
  1779. package/lib/typescript/social/features/user/Profile/elements/PendingButton/index.d.ts.map +1 -0
  1780. package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts.map +1 -0
  1781. package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts.map +1 -0
  1782. package/lib/typescript/social/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts.map +1 -0
  1783. package/lib/typescript/social/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts.map +1 -0
  1784. package/lib/typescript/social/features/user/Profile/elements/UnblockButton/index.d.ts.map +1 -0
  1785. package/lib/typescript/social/features/user/Profile/elements/index.d.ts +7 -0
  1786. package/lib/typescript/social/features/user/Profile/elements/index.d.ts.map +1 -0
  1787. package/lib/typescript/social/features/user/Profile/hooks/useFeedState.d.ts +17 -0
  1788. package/lib/typescript/social/features/user/Profile/hooks/useFeedState.d.ts.map +1 -0
  1789. package/lib/typescript/social/features/user/Profile/hooks/useUserProfile.d.ts.map +1 -0
  1790. package/lib/typescript/social/features/user/Profile/index.d.ts.map +1 -0
  1791. package/lib/typescript/social/features/user/Profile/styles.d.ts.map +1 -0
  1792. package/lib/typescript/social/features/user/Profile/types/index.d.ts.map +1 -0
  1793. package/lib/typescript/social/features/user/Relationship/Relationship.d.ts.map +1 -0
  1794. package/lib/typescript/social/features/user/Relationship/components/FollowerList/FollowerList.d.ts.map +1 -0
  1795. package/lib/typescript/social/features/user/Relationship/components/FollowerList/index.d.ts.map +1 -0
  1796. package/lib/typescript/social/features/user/Relationship/components/FollowerList/styles.d.ts.map +1 -0
  1797. package/lib/typescript/social/features/user/Relationship/components/FollowingList/FollowingList.d.ts.map +1 -0
  1798. package/lib/typescript/social/features/user/Relationship/components/FollowingList/index.d.ts.map +1 -0
  1799. package/lib/typescript/social/features/user/Relationship/components/FollowingList/styles.d.ts.map +1 -0
  1800. package/lib/typescript/social/features/user/Relationship/components/TopBar/TopBar.d.ts.map +1 -0
  1801. package/lib/typescript/social/features/user/Relationship/components/TopBar/index.d.ts.map +1 -0
  1802. package/lib/typescript/social/features/user/Relationship/components/TopBar/styles.d.ts.map +1 -0
  1803. package/lib/typescript/social/features/user/Relationship/components/UserItem/UserItem.d.ts.map +1 -0
  1804. package/lib/typescript/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts +55 -0
  1805. package/lib/typescript/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts.map +1 -0
  1806. package/lib/typescript/social/features/user/Relationship/components/UserItem/index.d.ts.map +1 -0
  1807. package/lib/typescript/social/features/user/Relationship/components/UserItem/styles.d.ts.map +1 -0
  1808. package/lib/typescript/social/features/user/Relationship/components/UserList/UserList.d.ts.map +1 -0
  1809. package/lib/typescript/social/features/user/Relationship/components/UserList/index.d.ts.map +1 -0
  1810. package/lib/typescript/social/features/user/Relationship/components/UserList/styles.d.ts.map +1 -0
  1811. package/lib/typescript/social/features/user/Relationship/components/index.d.ts.map +1 -0
  1812. package/lib/typescript/social/features/user/Relationship/hooks/index.d.ts.map +1 -0
  1813. package/lib/typescript/social/features/user/Relationship/hooks/useUserRelationship.d.ts.map +1 -0
  1814. package/lib/typescript/social/features/user/Relationship/index.d.ts.map +1 -0
  1815. package/lib/typescript/social/features/user/Relationship/styles.d.ts.map +1 -0
  1816. package/lib/typescript/social/hooks/collections/category/useCategoryCollection.d.ts.map +1 -0
  1817. package/lib/typescript/social/hooks/collections/community/useCommunityMemberCollection.d.ts.map +1 -0
  1818. package/lib/typescript/social/hooks/collections/index.d.ts +12 -0
  1819. package/lib/typescript/social/hooks/collections/index.d.ts.map +1 -0
  1820. package/lib/typescript/social/hooks/collections/post/usePinnedPostCollection.d.ts.map +1 -0
  1821. package/lib/typescript/social/hooks/collections/post/usePostCollection.d.ts.map +1 -0
  1822. package/lib/typescript/social/hooks/collections/post/useUserFeed.d.ts.map +1 -0
  1823. package/lib/typescript/social/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts.map +1 -0
  1824. package/lib/typescript/social/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts.map +1 -0
  1825. package/lib/typescript/social/hooks/collections/useLiveCollection.d.ts.map +1 -0
  1826. package/lib/typescript/social/hooks/collections/useReactQueryLiveCollection.d.ts.map +1 -0
  1827. package/lib/typescript/social/hooks/collections/user/useBlockedUsersCollection.d.ts.map +1 -0
  1828. package/lib/typescript/social/hooks/collections/user/useFollowerCollection.d.ts.map +1 -0
  1829. package/lib/typescript/social/hooks/collections/user/useFollowingCollection.d.ts.map +1 -0
  1830. package/lib/typescript/social/hooks/collections/user/useUserCollection.d.ts.map +1 -0
  1831. package/lib/typescript/social/hooks/files/useFile.d.ts.map +1 -0
  1832. package/lib/typescript/social/hooks/index.d.ts +39 -0
  1833. package/lib/typescript/social/hooks/index.d.ts.map +1 -0
  1834. package/lib/typescript/social/hooks/isModerator.d.ts +2 -0
  1835. package/lib/typescript/social/hooks/isModerator.d.ts.map +1 -0
  1836. package/lib/typescript/social/hooks/objects/index.d.ts.map +1 -0
  1837. package/lib/typescript/social/hooks/objects/useLiveObject.d.ts.map +1 -0
  1838. package/lib/typescript/social/hooks/objects/user/useFollowInfo.d.ts.map +1 -0
  1839. package/lib/typescript/social/hooks/objects/user/useUser.d.ts.map +1 -0
  1840. package/lib/typescript/social/hooks/queries/useBlockUser.d.ts.map +1 -0
  1841. package/lib/typescript/social/hooks/queries/useClosePoll.d.ts.map +1 -0
  1842. package/lib/typescript/social/hooks/queries/useCommunityNotificationSettingsQuery.d.ts +20 -0
  1843. package/lib/typescript/social/hooks/queries/useCommunityNotificationSettingsQuery.d.ts.map +1 -0
  1844. package/lib/typescript/social/hooks/queries/useFlagPost.d.ts.map +1 -0
  1845. package/lib/typescript/social/hooks/queries/useFlagUserQuery.d.ts.map +1 -0
  1846. package/lib/typescript/social/hooks/queries/useFollowUser.d.ts.map +1 -0
  1847. package/lib/typescript/social/hooks/queries/usePendingFollowRequest.d.ts.map +1 -0
  1848. package/lib/typescript/social/hooks/useAmityGlobalSearchViewModel.d.ts.map +1 -0
  1849. package/lib/typescript/social/hooks/useCamera.d.ts.map +1 -0
  1850. package/lib/typescript/social/hooks/useCategories.d.ts.map +1 -0
  1851. package/lib/typescript/social/hooks/useCategory.d.ts.map +1 -0
  1852. package/lib/typescript/social/hooks/useCommentAdImpression.d.ts.map +1 -0
  1853. package/lib/typescript/social/hooks/useCommunities.d.ts.map +1 -0
  1854. package/lib/typescript/social/hooks/useCommunity.d.ts.map +1 -0
  1855. package/lib/typescript/social/hooks/useConfig.d.ts.map +1 -0
  1856. package/lib/typescript/social/hooks/useConfigImageUri.d.ts.map +1 -0
  1857. package/lib/typescript/social/hooks/useCustomRankingGlobalFeed.d.ts.map +1 -0
  1858. package/lib/typescript/social/hooks/useDarkMode.d.ts.map +1 -0
  1859. package/lib/typescript/social/hooks/useFile.d.ts.map +1 -0
  1860. package/lib/typescript/social/hooks/useGenerateThemeStyles.d.ts.map +1 -0
  1861. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +23 -0
  1862. package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -0
  1863. package/lib/typescript/social/hooks/useGlobalStory.d.ts.map +1 -0
  1864. package/lib/typescript/social/hooks/useImagePicker.d.ts.map +1 -0
  1865. package/lib/typescript/social/hooks/useJoinCommunity.d.ts.map +1 -0
  1866. package/lib/typescript/social/hooks/useKeyboardStatus.d.ts.map +1 -0
  1867. package/lib/typescript/social/hooks/useLeaveCommunity.d.ts.map +1 -0
  1868. package/lib/typescript/social/hooks/useMembersQuery.d.ts.map +1 -0
  1869. package/lib/typescript/social/hooks/useMention/index.d.ts +23 -0
  1870. package/lib/typescript/social/hooks/useMention/index.d.ts.map +1 -0
  1871. package/lib/typescript/social/hooks/useMention/styles.d.ts +32 -0
  1872. package/lib/typescript/social/hooks/useMention/styles.d.ts.map +1 -0
  1873. package/lib/typescript/social/hooks/usePaginator.d.ts.map +1 -0
  1874. package/lib/typescript/social/hooks/usePendingPostQuery.d.ts.map +1 -0
  1875. package/lib/typescript/social/hooks/usePendingPosts.d.ts.map +1 -0
  1876. package/lib/typescript/social/hooks/usePermissions.d.ts.map +1 -0
  1877. package/lib/typescript/social/hooks/usePoll.d.ts +12 -0
  1878. package/lib/typescript/social/hooks/usePoll.d.ts.map +1 -0
  1879. package/lib/typescript/social/hooks/usePopup.d.ts.map +1 -0
  1880. package/lib/typescript/social/hooks/usePostImpression.d.ts.map +1 -0
  1881. package/lib/typescript/social/hooks/usePostPermission.d.ts.map +1 -0
  1882. package/lib/typescript/social/hooks/usePostSubscription.d.ts.map +1 -0
  1883. package/lib/typescript/social/hooks/usePosts.d.ts.map +1 -0
  1884. package/lib/typescript/social/hooks/useReaction.d.ts.map +1 -0
  1885. package/lib/typescript/social/hooks/useRecommenedCommunities.d.ts.map +1 -0
  1886. package/lib/typescript/social/hooks/useRolesQuery.d.ts.map +1 -0
  1887. package/lib/typescript/social/hooks/useRoomSubscription.d.ts.map +1 -0
  1888. package/lib/typescript/social/hooks/useSearch.d.ts +11 -0
  1889. package/lib/typescript/social/hooks/useSearch.d.ts.map +1 -0
  1890. package/lib/typescript/social/hooks/useStory.d.ts.map +1 -0
  1891. package/lib/typescript/social/hooks/useStoryPermission.d.ts +4 -0
  1892. package/lib/typescript/social/hooks/useStoryPermission.d.ts.map +1 -0
  1893. package/lib/typescript/social/hooks/useStoryTarget.d.ts.map +1 -0
  1894. package/lib/typescript/social/hooks/useTimeDifference.d.ts.map +1 -0
  1895. package/lib/typescript/social/hooks/useTrendingCommunities.d.ts.map +1 -0
  1896. package/lib/typescript/social/hooks/useUiKitConfig.d.ts.map +1 -0
  1897. package/lib/typescript/social/hooks/useUiKitReference.d.ts.map +1 -0
  1898. package/lib/typescript/social/hooks/useUser.d.ts.map +1 -0
  1899. package/lib/typescript/social/hooks/useValidateConfig.d.ts.map +1 -0
  1900. package/lib/typescript/social/index.d.ts +68 -0
  1901. package/lib/typescript/social/index.d.ts.map +1 -0
  1902. package/lib/typescript/social/providers/AdEngineProvider.d.ts.map +1 -0
  1903. package/lib/typescript/social/providers/BehaviourProvider.d.ts.map +1 -0
  1904. package/lib/typescript/social/providers/ExploreProvider.d.ts.map +1 -0
  1905. package/lib/typescript/social/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts.map +1 -0
  1906. package/lib/typescript/social/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts.map +1 -0
  1907. package/lib/typescript/social/screens/AllCategories/CategoryRowItem/styles.d.ts.map +1 -0
  1908. package/lib/typescript/social/screens/AllCategories/index.d.ts.map +1 -0
  1909. package/lib/typescript/social/screens/AllCategories/styles.d.ts.map +1 -0
  1910. package/lib/typescript/social/screens/BlockedUsers/BlockedUsers.d.ts.map +1 -0
  1911. package/lib/typescript/social/screens/BlockedUsers/index.d.ts.map +1 -0
  1912. package/lib/typescript/social/screens/CommunitiesByCategory/index.d.ts.map +1 -0
  1913. package/lib/typescript/social/screens/CommunitiesByCategory/styles.d.ts.map +1 -0
  1914. package/lib/typescript/social/screens/CommunityAddCategory/index.d.ts.map +1 -0
  1915. package/lib/typescript/social/screens/CommunityAddMember/index.d.ts.map +1 -0
  1916. package/lib/typescript/social/screens/CommunityCommentsNotificationSetting/index.d.ts +2 -0
  1917. package/lib/typescript/social/screens/CommunityCommentsNotificationSetting/index.d.ts.map +1 -0
  1918. package/lib/typescript/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts +2 -0
  1919. package/lib/typescript/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts.map +1 -0
  1920. package/lib/typescript/social/screens/CommunityMembership/index.d.ts.map +1 -0
  1921. package/lib/typescript/social/screens/CommunityNotificationSetting/index.d.ts +2 -0
  1922. package/lib/typescript/social/screens/CommunityNotificationSetting/index.d.ts.map +1 -0
  1923. package/lib/typescript/social/screens/CommunityPendingRequest/index.d.ts.map +1 -0
  1924. package/lib/typescript/social/screens/CommunityPostPermission/index.d.ts.map +1 -0
  1925. package/lib/typescript/social/screens/CommunityPostsNotificationSetting/index.d.ts +2 -0
  1926. package/lib/typescript/social/screens/CommunityPostsNotificationSetting/index.d.ts.map +1 -0
  1927. package/lib/typescript/social/screens/CommunityProfile/components/Feed/Feed.d.ts.map +1 -0
  1928. package/lib/typescript/social/screens/CommunityProfile/components/Feed/index.d.ts.map +1 -0
  1929. package/lib/typescript/social/screens/CommunityProfile/components/Feed/styles.d.ts.map +1 -0
  1930. package/lib/typescript/social/screens/CommunityProfile/components/Header/Header.d.ts.map +1 -0
  1931. package/lib/typescript/social/screens/CommunityProfile/components/Header/index.d.ts.map +1 -0
  1932. package/lib/typescript/social/screens/CommunityProfile/components/Header/styles.d.ts.map +1 -0
  1933. package/lib/typescript/social/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts.map +1 -0
  1934. package/lib/typescript/social/screens/CommunityProfile/components/ImageFeed/index.d.ts.map +1 -0
  1935. package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts.map +1 -0
  1936. package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/index.d.ts.map +1 -0
  1937. package/lib/typescript/social/screens/CommunityProfile/components/PinnedPost/styles.d.ts.map +1 -0
  1938. package/lib/typescript/social/screens/CommunityProfile/components/Tab/Tab.d.ts.map +1 -0
  1939. package/lib/typescript/social/screens/CommunityProfile/components/Tab/index.d.ts.map +1 -0
  1940. package/lib/typescript/social/screens/CommunityProfile/components/TopBar/TopBar.d.ts.map +1 -0
  1941. package/lib/typescript/social/screens/CommunityProfile/components/TopBar/index.d.ts +2 -0
  1942. package/lib/typescript/social/screens/CommunityProfile/components/TopBar/index.d.ts.map +1 -0
  1943. package/lib/typescript/social/screens/CommunityProfile/components/TopBar/styles.d.ts.map +1 -0
  1944. package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts.map +1 -0
  1945. package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/index.d.ts.map +1 -0
  1946. package/lib/typescript/social/screens/CommunityProfile/components/VideoFeed/styles.d.ts.map +1 -0
  1947. package/lib/typescript/social/screens/CommunityProfile/components/index.d.ts.map +1 -0
  1948. package/lib/typescript/social/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts.map +1 -0
  1949. package/lib/typescript/social/screens/CommunityProfile/elements/CommunityCover/index.d.ts.map +1 -0
  1950. package/lib/typescript/social/screens/CommunityProfile/elements/index.d.ts.map +1 -0
  1951. package/lib/typescript/social/screens/CommunityProfile/index.d.ts.map +1 -0
  1952. package/lib/typescript/social/screens/CommunityProfile/styles.d.ts.map +1 -0
  1953. package/lib/typescript/social/screens/CommunitySetting/index.d.ts.map +1 -0
  1954. package/lib/typescript/social/screens/CommunityStoriesNotificationSetting/index.d.ts +2 -0
  1955. package/lib/typescript/social/screens/CommunityStoriesNotificationSetting/index.d.ts.map +1 -0
  1956. package/lib/typescript/social/screens/CommunityStorySetting/index.d.ts.map +1 -0
  1957. package/lib/typescript/social/screens/CreateCommunity/index.d.ts.map +1 -0
  1958. package/lib/typescript/social/screens/CreateLivestream/index.d.ts.map +1 -0
  1959. package/lib/typescript/social/screens/CreatePost/index.d.ts.map +1 -0
  1960. package/lib/typescript/social/screens/CreateStory/CreateStoryScreen.d.ts.map +1 -0
  1961. package/lib/typescript/social/screens/CreateUserProfile/CreateUserProfile.d.ts +7 -0
  1962. package/lib/typescript/social/screens/CreateUserProfile/CreateUserProfile.d.ts.map +1 -0
  1963. package/lib/typescript/social/screens/CreateUserProfile/index.d.ts +3 -0
  1964. package/lib/typescript/social/screens/CreateUserProfile/index.d.ts.map +1 -0
  1965. package/lib/typescript/social/screens/EditCommunity/index.d.ts.map +1 -0
  1966. package/lib/typescript/social/screens/EditPost/EditPost.d.ts.map +1 -0
  1967. package/lib/typescript/social/screens/EditUser/EditUser.d.ts.map +1 -0
  1968. package/lib/typescript/social/screens/EditUser/index.d.ts.map +1 -0
  1969. package/lib/typescript/social/screens/GlobalBan/GlobalBan.d.ts.map +1 -0
  1970. package/lib/typescript/social/screens/GlobalBan/index.d.ts.map +1 -0
  1971. package/lib/typescript/social/screens/GlobalBan/styles.d.ts.map +1 -0
  1972. package/lib/typescript/social/screens/GlobalFeed/index.d.ts.map +1 -0
  1973. package/lib/typescript/social/screens/GlobalFeed/styles.d.ts.map +1 -0
  1974. package/lib/typescript/social/screens/ImageViewer/ImageViewer.d.ts.map +1 -0
  1975. package/lib/typescript/social/screens/ImageViewer/components/Header/Header.d.ts.map +1 -0
  1976. package/lib/typescript/social/screens/ImageViewer/components/Header/index.d.ts.map +1 -0
  1977. package/lib/typescript/social/screens/ImageViewer/components/Header/styles.d.ts.map +1 -0
  1978. package/lib/typescript/social/screens/ImageViewer/components/index.d.ts.map +1 -0
  1979. package/lib/typescript/social/screens/ImageViewer/index.d.ts.map +1 -0
  1980. package/lib/typescript/social/screens/LivestreamPlayer/index.d.ts.map +1 -0
  1981. package/lib/typescript/social/screens/LivestreamPostTargetSelection/index.d.ts.map +1 -0
  1982. package/lib/typescript/social/screens/LivestreamTerminated/index.d.ts.map +1 -0
  1983. package/lib/typescript/social/screens/MyCommunitiesSearch/index.d.ts.map +1 -0
  1984. package/lib/typescript/social/screens/MyCommunitiesSearch/styles.d.ts.map +1 -0
  1985. package/lib/typescript/social/screens/PollPostComposer/index.d.ts.map +1 -0
  1986. package/lib/typescript/social/screens/PollTargetSelection/index.d.ts.map +1 -0
  1987. package/lib/typescript/social/screens/PostDetail/index.d.ts.map +1 -0
  1988. package/lib/typescript/social/screens/PostTargetSelection/index.d.ts.map +1 -0
  1989. package/lib/typescript/social/screens/SocialGlobalSearch/index.d.ts.map +1 -0
  1990. package/lib/typescript/social/screens/SocialGlobalSearch/styles.d.ts.map +1 -0
  1991. package/lib/typescript/social/screens/SocialHomePage/index.d.ts.map +1 -0
  1992. package/lib/typescript/social/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts.map +1 -0
  1993. package/lib/typescript/social/screens/UserPendingFollowRequests/index.d.ts.map +1 -0
  1994. package/lib/typescript/social/screens/UserProfile/UserProfile.d.ts +6 -0
  1995. package/lib/typescript/social/screens/UserProfile/UserProfile.d.ts.map +1 -0
  1996. package/lib/typescript/social/screens/UserProfile/index.d.ts.map +1 -0
  1997. package/lib/typescript/social/screens/UserRelationship/UserRelationship.d.ts.map +1 -0
  1998. package/lib/typescript/social/screens/UserRelationship/index.d.ts.map +1 -0
  1999. package/lib/typescript/social/screens/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  2000. package/lib/typescript/social/screens/VideoPlayer/index.d.ts.map +1 -0
  2001. package/lib/typescript/social/screens/VideoPlayer/styles.d.ts.map +1 -0
  2002. package/lib/typescript/social/screens/VisitorUsageLimit/VisitorUsageLimit.d.ts +2 -0
  2003. package/lib/typescript/social/screens/VisitorUsageLimit/VisitorUsageLimit.d.ts.map +1 -0
  2004. package/lib/typescript/social/screens/VisitorUsageLimit/index.d.ts +2 -0
  2005. package/lib/typescript/social/screens/VisitorUsageLimit/index.d.ts.map +1 -0
  2006. package/lib/typescript/social/screens/VisitorUsageLimit/styles.d.ts +38 -0
  2007. package/lib/typescript/social/screens/VisitorUsageLimit/styles.d.ts.map +1 -0
  2008. package/lib/typescript/social/screens/index.d.ts +9 -0
  2009. package/lib/typescript/social/screens/index.d.ts.map +1 -0
  2010. package/lib/typescript/social/types/index.d.ts.map +1 -0
  2011. package/lib/typescript/social/utils/errors.d.ts.map +1 -0
  2012. package/lib/typescript/social/utils/index.d.ts +12 -0
  2013. package/lib/typescript/social/utils/index.d.ts.map +1 -0
  2014. package/lib/typescript/social/utils/permissions.d.ts +7 -0
  2015. package/lib/typescript/social/utils/permissions.d.ts.map +1 -0
  2016. package/package.json +15 -9
  2017. package/src/core/assets/icons/index.ts +2 -0
  2018. package/src/core/assets/icons/mediaIcon.tsx +7 -0
  2019. package/src/core/assets/icons/video.tsx +3 -2
  2020. package/src/core/assets/icons/visitorLimit.tsx +23 -0
  2021. package/src/core/constants/index.ts +56 -3
  2022. package/src/core/hooks/useAuth.ts +4 -0
  2023. package/src/core/hooks/useSearch.ts +1 -0
  2024. package/src/core/legacy/feed.ts +21 -1
  2025. package/src/core/providers/AmityUIKitProvider.tsx +2 -1
  2026. package/src/core/providers/AuthProvider.tsx +44 -41
  2027. package/src/core/routes/AmityPageRenderer.tsx +21 -10
  2028. package/src/core/routes/AmityUIKitNavigator.tsx +48 -11
  2029. package/src/core/routes/RouteParamList.tsx +4 -0
  2030. package/src/core/routes/navigation.ts +13 -1
  2031. package/src/core/stores/slices/bottomSheetSlice.ts +3 -2
  2032. package/src/core/stores/slices/globalfeedSlice.ts +26 -16
  2033. package/src/core/types/auth.ts +2 -0
  2034. package/src/core/types/behaviour.ts +18 -0
  2035. package/src/core/types/user.ts +1 -0
  2036. package/src/index.tsx +4 -0
  2037. package/src/social/components/Avatar/Avatar.tsx +42 -6
  2038. package/src/social/components/Avatar/styles.ts +6 -0
  2039. package/src/social/components/BottomSheetComponent/BottomSheetComponent.tsx +1 -0
  2040. package/src/social/components/Button/Button.tsx +4 -2
  2041. package/src/social/components/CommunitySearchResult/CommunitySearchResult.tsx +3 -1
  2042. package/src/social/components/CommunityStories/index.tsx +20 -2
  2043. package/src/social/components/FormInput/FormInput.tsx +3 -1
  2044. package/src/social/components/FormInput/styles.ts +3 -0
  2045. package/src/social/components/LivestreamContent/LivestreamStartingThumbnail/index.tsx +19 -0
  2046. package/src/social/components/LivestreamContent/LivestreamStartingThumbnail/styles.ts +28 -0
  2047. package/src/social/components/MyAvatar/MyAvatar.tsx +37 -12
  2048. package/src/social/components/MyAvatar/styles.ts +36 -0
  2049. package/src/social/components/MyStories/StoryCircleItem.tsx +26 -9
  2050. package/src/social/components/MyStories/StoryTargetView.tsx +18 -2
  2051. package/src/social/components/MyStories/styles.ts +10 -8
  2052. package/src/social/components/PollContent/PollFooter.tsx +14 -0
  2053. package/src/social/components/PollContent/PollResults.tsx +1 -0
  2054. package/src/social/components/PollContent/index.tsx +3 -0
  2055. package/src/social/components/PostMenu/index.tsx +36 -31
  2056. package/src/social/components/RenderTextWithMention/RenderTextWithMention.tsx +12 -12
  2057. package/src/social/components/SearchResultItem/SearchResultItem.tsx +9 -0
  2058. package/src/social/components/SearchResultItem/styles.ts +7 -4
  2059. package/src/social/components/Social/CommentList/CommentList.tsx +121 -73
  2060. package/src/social/components/Social/CommentList/styles.ts +18 -3
  2061. package/src/social/components/Social/CommentListItem/CommentListItem.tsx +59 -22
  2062. package/src/social/components/Social/ReplyCommentList/index.tsx +27 -19
  2063. package/src/social/components/StoryKit/src/Story.tsx +3 -1
  2064. package/src/social/components/StoryKit/src/StoryCircleListItem.tsx +1 -1
  2065. package/src/social/components/StoryKit/src/StoryListItem.tsx +3 -1
  2066. package/src/social/components/StoryKit/src/helpers/StateHelpers.ts +2 -2
  2067. package/src/social/components/StoryKit/src/styles.ts +5 -2
  2068. package/src/social/components/legacy/CustomText/index.tsx +1 -3
  2069. package/src/social/components/legacy/Social/CommentList/index.tsx +2 -1
  2070. package/src/social/components/legacy/Social/PostList/Components/RenderTextWithMention.tsx +1 -1
  2071. package/src/social/components/legacy/Social/PostList/index.tsx +45 -17
  2072. package/src/social/components/legacy/Social/ReplyCommentList/index.tsx +50 -16
  2073. package/src/social/components/legacy/StoryKit/src/Story.tsx +3 -1
  2074. package/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.ts +2 -2
  2075. package/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.tsx +1 -1
  2076. package/src/social/elements/CommonElements/AvatarElement.tsx +40 -6
  2077. package/src/social/elements/CommonElements/styles.ts +27 -0
  2078. package/src/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.tsx +10 -2
  2079. package/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.tsx +1 -1
  2080. package/src/social/elements/ImageViewer/ImageViewer.tsx +15 -1
  2081. package/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.tsx +7 -9
  2082. package/src/social/elements/VideoGallery/VideoGallery.tsx +6 -3
  2083. package/src/social/enums/enumUIKitID.ts +7 -0
  2084. package/src/social/features/comment/components/PostComment/CommentListItem/CommentListItem.tsx +51 -39
  2085. package/src/social/features/comment/components/PostComment/CommentListItem/styles.ts +7 -1
  2086. package/src/social/features/comment/components/PostComment/PostComment.tsx +2 -1
  2087. package/src/social/features/comment/components/PostComment/ReplyCommentList/index.tsx +56 -45
  2088. package/src/social/features/comment/components/PostComment/ReplyCommentList/styles.ts +7 -0
  2089. package/src/social/features/community/AddCategory/AddCategory.tsx +1 -0
  2090. package/src/social/features/community/AddMember/hooks/useAddMember.ts +5 -1
  2091. package/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.tsx +17 -151
  2092. package/src/social/features/community/CommentsNotificationSetting/components/Header/Header.tsx +5 -4
  2093. package/src/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.ts +194 -0
  2094. package/src/social/features/community/CommentsNotificationSetting/index.tsx +1 -1
  2095. package/src/social/features/community/CommentsNotificationSetting/styles.ts +1 -2
  2096. package/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.tsx +17 -121
  2097. package/src/social/features/community/LivestreamsNotificationSetting/components/Header/Header.tsx +5 -4
  2098. package/src/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.ts +135 -0
  2099. package/src/social/features/community/LivestreamsNotificationSetting/index.tsx +1 -1
  2100. package/src/social/features/community/LivestreamsNotificationSetting/styles.ts +1 -2
  2101. package/src/social/features/community/Membership/components/MemberItem/MemberItem.tsx +33 -10
  2102. package/src/social/features/community/Membership/components/MemberItem/style.ts +8 -0
  2103. package/src/social/features/community/NotificationSetting/NotificationSetting.tsx +43 -162
  2104. package/src/social/features/community/NotificationSetting/hooks/useNotificationSetting.ts +155 -0
  2105. package/src/social/features/community/NotificationSetting/index.tsx +1 -1
  2106. package/src/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.tsx +25 -19
  2107. package/src/social/features/community/PendingRequest/components/PendingPostList/styles.ts +10 -0
  2108. package/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.tsx +16 -132
  2109. package/src/social/features/community/PostsNotificationSetting/components/Header/Header.tsx +5 -4
  2110. package/src/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.ts +166 -0
  2111. package/src/social/features/community/PostsNotificationSetting/index.tsx +1 -1
  2112. package/src/social/features/community/PostsNotificationSetting/styles.ts +1 -2
  2113. package/src/social/features/community/Setting/Setting.tsx +4 -2
  2114. package/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.tsx +3 -5
  2115. package/src/social/features/community/Setting/hooks/useCommunitySetting.ts +12 -0
  2116. package/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.tsx +16 -149
  2117. package/src/social/features/community/StoriesNotificationSetting/components/Header/Header.tsx +5 -4
  2118. package/src/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.ts +197 -0
  2119. package/src/social/features/community/StoriesNotificationSetting/index.tsx +1 -1
  2120. package/src/social/features/community/StoriesNotificationSetting/styles.ts +1 -2
  2121. package/src/social/features/community/shared/constants/index.ts +5 -0
  2122. package/src/social/features/community/shared/utils/index.ts +40 -0
  2123. package/src/social/features/feed/components/Categories/Categories.tsx +6 -1
  2124. package/src/social/features/feed/components/CommunityCategories/CommunityCategories.tsx +2 -2
  2125. package/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.tsx +2 -2
  2126. package/src/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.tsx +0 -2
  2127. package/src/social/features/feed/components/Explore/Explore.tsx +0 -2
  2128. package/src/social/features/feed/components/GlobalFeed/GlobalFeed.tsx +24 -16
  2129. package/src/social/features/feed/components/MyCommunities/MyCommunities.tsx +0 -2
  2130. package/src/social/features/feed/components/NewsFeed/NewsFeed.tsx +4 -3
  2131. package/src/social/features/feed/components/TopNavigation/TopNavigation.tsx +3 -1
  2132. package/src/social/features/livestream/Create/Create.tsx +29 -20
  2133. package/src/social/features/livestream/Create/styles.ts +11 -0
  2134. package/src/social/features/livestream/Player/Player.tsx +101 -61
  2135. package/src/social/features/livestream/Player/styles.ts +19 -1
  2136. package/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.tsx +1 -1
  2137. package/src/social/features/poll/Composer/PollPostComposer.tsx +1 -0
  2138. package/src/social/features/poll/Composer/components/PollDurationBottomSheet.tsx +38 -19
  2139. package/src/social/features/poll/Composer/components/PollDurationPicker.tsx +39 -46
  2140. package/src/social/features/poll/Composer/styles.ts +7 -0
  2141. package/src/social/features/post/Composer/PostComposer.tsx +54 -22
  2142. package/src/social/features/post/Detail/index.tsx +67 -44
  2143. package/src/social/features/post/Detail/styles.ts +1 -0
  2144. package/src/social/features/post/TargetSelection/TargetSelection.tsx +3 -2
  2145. package/src/social/features/post/components/Content/Content.tsx +56 -18
  2146. package/src/social/features/post/components/Content/styles.ts +5 -2
  2147. package/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.tsx +92 -43
  2148. package/src/social/features/post/components/DetailedMediaAttachment/styles.ts +4 -4
  2149. package/src/social/features/post/components/EngagementActions/Components/DetailStyle.tsx +7 -2
  2150. package/src/social/features/post/components/EngagementActions/Components/FeedStyle.tsx +7 -2
  2151. package/src/social/features/post/components/MediaAttachment/MediaAttachment.tsx +71 -30
  2152. package/src/social/features/post/components/MediaAttachment/styles.ts +4 -4
  2153. package/src/social/features/reaction/components/List/List.tsx +8 -2
  2154. package/src/social/features/story/Create/Create.tsx +1 -2
  2155. package/src/social/features/story/Draft/Draft.tsx +53 -21
  2156. package/src/social/features/story/Draft/components/HyperLinkConfig.tsx +104 -60
  2157. package/src/social/features/story/Draft/styles.ts +69 -40
  2158. package/src/social/features/story/View/View.tsx +7 -2
  2159. package/src/social/features/story/View/components/AmityViewStoryItem.tsx +66 -20
  2160. package/src/social/features/story/View/styles.ts +29 -7
  2161. package/src/social/features/user/CreateProfile/CreateProfile.tsx +135 -0
  2162. package/src/social/features/user/CreateProfile/components/ImageUpload/ImageUpload.tsx +167 -0
  2163. package/src/social/features/user/CreateProfile/components/ImageUpload/index.ts +1 -0
  2164. package/src/social/features/user/CreateProfile/components/ImageUpload/styles.ts +44 -0
  2165. package/src/social/features/user/CreateProfile/components/TopBar/TopBar.tsx +30 -0
  2166. package/src/social/features/user/CreateProfile/components/TopBar/index.ts +1 -0
  2167. package/src/social/features/user/CreateProfile/components/TopBar/styles.ts +30 -0
  2168. package/src/social/features/user/CreateProfile/components/index.ts +2 -0
  2169. package/src/social/features/user/CreateProfile/hooks/index.ts +1 -0
  2170. package/src/social/features/user/CreateProfile/hooks/useCreateProfile.ts +243 -0
  2171. package/src/social/features/user/CreateProfile/index.ts +2 -0
  2172. package/src/social/features/user/CreateProfile/styles.ts +33 -0
  2173. package/src/social/features/user/Edit/Edit.tsx +2 -0
  2174. package/src/social/features/user/Edit/components/ImageUpload/ImageUpload.tsx +62 -16
  2175. package/src/social/features/user/Edit/hooks/useEditUser.ts +7 -1
  2176. package/src/social/features/user/Profile/Profile.tsx +40 -20
  2177. package/src/social/features/user/Profile/components/Feed/Feed.tsx +4 -2
  2178. package/src/social/features/user/Profile/components/Feed/hooks/useFeed.ts +13 -2
  2179. package/src/social/features/user/Profile/components/Header/Header.tsx +58 -12
  2180. package/src/social/features/user/Profile/components/Header/hooks/useHeader.ts +8 -4
  2181. package/src/social/features/user/Profile/components/Header/styles.ts +4 -0
  2182. package/src/social/features/user/Profile/components/ImageFeed/ImageFeed.tsx +4 -2
  2183. package/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.ts +13 -2
  2184. package/src/social/features/user/Profile/components/TopBar/TopBar.tsx +6 -62
  2185. package/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.ts +7 -136
  2186. package/src/social/features/user/Profile/components/VideoFeed/VideoFeed.tsx +4 -2
  2187. package/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.ts +13 -2
  2188. package/src/social/features/user/Profile/elements/Menu/Menu.tsx +63 -0
  2189. package/src/social/features/user/Profile/elements/Menu/hooks/useMenu.ts +146 -0
  2190. package/src/social/features/user/Profile/elements/Menu/index.ts +1 -0
  2191. package/src/social/features/user/Profile/elements/index.ts +1 -0
  2192. package/src/social/features/user/Profile/hooks/useFeedState.ts +19 -3
  2193. package/src/social/features/user/Relationship/components/UserItem/UserItem.tsx +1 -0
  2194. package/src/social/hooks/collections/index.ts +0 -1
  2195. package/src/social/hooks/index.ts +2 -1
  2196. package/src/social/hooks/isModerator.ts +19 -0
  2197. package/src/social/hooks/queries/useCommunityNotificationSettingsQuery.ts +76 -0
  2198. package/src/social/hooks/queries/useFlagPost.ts +10 -22
  2199. package/src/social/hooks/useAmityGlobalSearchViewModel.ts +1 -0
  2200. package/src/social/hooks/useCustomRankingGlobalFeed.ts +10 -1
  2201. package/src/social/hooks/useFile.ts +1 -1
  2202. package/src/social/hooks/useGlobalBehavior.ts +39 -0
  2203. package/src/social/hooks/useMention/index.tsx +46 -27
  2204. package/src/social/hooks/useMention/styles.ts +5 -4
  2205. package/src/social/hooks/usePaginator.ts +40 -8
  2206. package/src/social/hooks/usePoll.ts +29 -1
  2207. package/src/social/hooks/usePostPermission.ts +10 -7
  2208. package/src/social/hooks/useSearch.ts +52 -5
  2209. package/src/social/hooks/useStoryPermission.ts +10 -14
  2210. package/src/social/index.tsx +7 -5
  2211. package/src/social/providers/BehaviourProvider.tsx +1 -0
  2212. package/src/social/screens/CommunityCommentsNotificationSetting/index.tsx +4 -13
  2213. package/src/social/screens/CommunityLivestreamsNotificationSetting/index.tsx +4 -15
  2214. package/src/social/screens/CommunityNotificationSetting/index.tsx +4 -11
  2215. package/src/social/screens/CommunityPostsNotificationSetting/index.tsx +4 -13
  2216. package/src/social/screens/CommunityProfile/components/Header/Header.tsx +4 -5
  2217. package/src/social/screens/CommunityProfile/components/Tab/Tab.tsx +2 -2
  2218. package/src/social/screens/CommunityProfile/index.tsx +46 -34
  2219. package/src/social/screens/CommunityStoriesNotificationSetting/index.tsx +4 -13
  2220. package/src/social/screens/CreateUserProfile/CreateUserProfile.tsx +19 -0
  2221. package/src/social/screens/CreateUserProfile/index.ts +2 -0
  2222. package/src/social/screens/SocialHomePage/index.tsx +50 -14
  2223. package/src/social/screens/UserProfile/UserProfile.tsx +3 -11
  2224. package/src/social/screens/VideoPlayer/VideoPlayer.tsx +1 -1
  2225. package/src/social/screens/VisitorUsageLimit/VisitorUsageLimit.tsx +78 -0
  2226. package/src/social/screens/VisitorUsageLimit/index.ts +1 -0
  2227. package/src/social/screens/VisitorUsageLimit/styles.ts +43 -0
  2228. package/src/social/screens/index.ts +1 -0
  2229. package/src/social/utils/index.ts +27 -0
  2230. package/src/social/utils/permissions.ts +15 -10
  2231. package/src/types/declarations.d.ts +23 -0
  2232. package/uikit.config.json +23 -1
  2233. package/lib/commonjs/social/hooks/useIsCommunityModerator.js +0 -43
  2234. package/lib/commonjs/social/hooks/useIsCommunityModerator.js.map +0 -1
  2235. package/lib/module/social/hooks/useIsCommunityModerator.js +0 -36
  2236. package/lib/module/social/hooks/useIsCommunityModerator.js.map +0 -1
  2237. package/lib/typescript/src/core/assets/icons/arrowDown.d.ts.map +0 -1
  2238. package/lib/typescript/src/core/assets/icons/arrowLeft.d.ts.map +0 -1
  2239. package/lib/typescript/src/core/assets/icons/arrowRight.d.ts.map +0 -1
  2240. package/lib/typescript/src/core/assets/icons/ban.d.ts.map +0 -1
  2241. package/lib/typescript/src/core/assets/icons/bell.d.ts.map +0 -1
  2242. package/lib/typescript/src/core/assets/icons/block.d.ts.map +0 -1
  2243. package/lib/typescript/src/core/assets/icons/brand.d.ts.map +0 -1
  2244. package/lib/typescript/src/core/assets/icons/camera.d.ts.map +0 -1
  2245. package/lib/typescript/src/core/assets/icons/category.d.ts.map +0 -1
  2246. package/lib/typescript/src/core/assets/icons/check.d.ts.map +0 -1
  2247. package/lib/typescript/src/core/assets/icons/checkbox.d.ts.map +0 -1
  2248. package/lib/typescript/src/core/assets/icons/close.d.ts.map +0 -1
  2249. package/lib/typescript/src/core/assets/icons/commentNotification.d.ts.map +0 -1
  2250. package/lib/typescript/src/core/assets/icons/community.d.ts.map +0 -1
  2251. package/lib/typescript/src/core/assets/icons/cross.d.ts.map +0 -1
  2252. package/lib/typescript/src/core/assets/icons/demote.d.ts.map +0 -1
  2253. package/lib/typescript/src/core/assets/icons/dot.d.ts.map +0 -1
  2254. package/lib/typescript/src/core/assets/icons/emptyCommunity.d.ts.map +0 -1
  2255. package/lib/typescript/src/core/assets/icons/emptyImagePost.d.ts.map +0 -1
  2256. package/lib/typescript/src/core/assets/icons/emptyList.d.ts.map +0 -1
  2257. package/lib/typescript/src/core/assets/icons/emptyPost.d.ts.map +0 -1
  2258. package/lib/typescript/src/core/assets/icons/emptyVideoPost.d.ts.map +0 -1
  2259. package/lib/typescript/src/core/assets/icons/errorPage.d.ts.map +0 -1
  2260. package/lib/typescript/src/core/assets/icons/exclamation.d.ts.map +0 -1
  2261. package/lib/typescript/src/core/assets/icons/featured.d.ts.map +0 -1
  2262. package/lib/typescript/src/core/assets/icons/feed.d.ts.map +0 -1
  2263. package/lib/typescript/src/core/assets/icons/firework.d.ts.map +0 -1
  2264. package/lib/typescript/src/core/assets/icons/following.d.ts.map +0 -1
  2265. package/lib/typescript/src/core/assets/icons/image.d.ts.map +0 -1
  2266. package/lib/typescript/src/core/assets/icons/imageUpload.d.ts.map +0 -1
  2267. package/lib/typescript/src/core/assets/icons/index.d.ts +0 -75
  2268. package/lib/typescript/src/core/assets/icons/index.d.ts.map +0 -1
  2269. package/lib/typescript/src/core/assets/icons/link.d.ts.map +0 -1
  2270. package/lib/typescript/src/core/assets/icons/list.d.ts.map +0 -1
  2271. package/lib/typescript/src/core/assets/icons/livestream.d.ts.map +0 -1
  2272. package/lib/typescript/src/core/assets/icons/lock.d.ts.map +0 -1
  2273. package/lib/typescript/src/core/assets/icons/member.d.ts.map +0 -1
  2274. package/lib/typescript/src/core/assets/icons/menu.d.ts.map +0 -1
  2275. package/lib/typescript/src/core/assets/icons/moderator.d.ts.map +0 -1
  2276. package/lib/typescript/src/core/assets/icons/noResult.d.ts.map +0 -1
  2277. package/lib/typescript/src/core/assets/icons/pause.d.ts.map +0 -1
  2278. package/lib/typescript/src/core/assets/icons/pen.d.ts.map +0 -1
  2279. package/lib/typescript/src/core/assets/icons/penFill.d.ts.map +0 -1
  2280. package/lib/typescript/src/core/assets/icons/pending.d.ts.map +0 -1
  2281. package/lib/typescript/src/core/assets/icons/people.d.ts.map +0 -1
  2282. package/lib/typescript/src/core/assets/icons/photo.d.ts.map +0 -1
  2283. package/lib/typescript/src/core/assets/icons/pin.d.ts.map +0 -1
  2284. package/lib/typescript/src/core/assets/icons/pinFill.d.ts.map +0 -1
  2285. package/lib/typescript/src/core/assets/icons/play.d.ts.map +0 -1
  2286. package/lib/typescript/src/core/assets/icons/plus.d.ts.map +0 -1
  2287. package/lib/typescript/src/core/assets/icons/poll.d.ts.map +0 -1
  2288. package/lib/typescript/src/core/assets/icons/post.d.ts.map +0 -1
  2289. package/lib/typescript/src/core/assets/icons/postNotification.d.ts.map +0 -1
  2290. package/lib/typescript/src/core/assets/icons/postPermission.d.ts.map +0 -1
  2291. package/lib/typescript/src/core/assets/icons/private.d.ts.map +0 -1
  2292. package/lib/typescript/src/core/assets/icons/privateFeed.d.ts.map +0 -1
  2293. package/lib/typescript/src/core/assets/icons/promote.d.ts.map +0 -1
  2294. package/lib/typescript/src/core/assets/icons/public.d.ts.map +0 -1
  2295. package/lib/typescript/src/core/assets/icons/radio.d.ts.map +0 -1
  2296. package/lib/typescript/src/core/assets/icons/report.d.ts.map +0 -1
  2297. package/lib/typescript/src/core/assets/icons/resume.d.ts.map +0 -1
  2298. package/lib/typescript/src/core/assets/icons/rotate.d.ts.map +0 -1
  2299. package/lib/typescript/src/core/assets/icons/search.d.ts.map +0 -1
  2300. package/lib/typescript/src/core/assets/icons/settings.d.ts.map +0 -1
  2301. package/lib/typescript/src/core/assets/icons/share.d.ts.map +0 -1
  2302. package/lib/typescript/src/core/assets/icons/startLivestream.d.ts.map +0 -1
  2303. package/lib/typescript/src/core/assets/icons/story.d.ts.map +0 -1
  2304. package/lib/typescript/src/core/assets/icons/terminated.d.ts.map +0 -1
  2305. package/lib/typescript/src/core/assets/icons/thumbnail.d.ts.map +0 -1
  2306. package/lib/typescript/src/core/assets/icons/toast.d.ts.map +0 -1
  2307. package/lib/typescript/src/core/assets/icons/trash.d.ts.map +0 -1
  2308. package/lib/typescript/src/core/assets/icons/unfollow.d.ts.map +0 -1
  2309. package/lib/typescript/src/core/assets/icons/unreport.d.ts.map +0 -1
  2310. package/lib/typescript/src/core/assets/icons/verifiedBadge.d.ts.map +0 -1
  2311. package/lib/typescript/src/core/assets/icons/verticalMenu.d.ts.map +0 -1
  2312. package/lib/typescript/src/core/assets/icons/video.d.ts.map +0 -1
  2313. package/lib/typescript/src/core/assets/icons/warning.d.ts.map +0 -1
  2314. package/lib/typescript/src/core/assets/icons/xml.d.ts.map +0 -1
  2315. package/lib/typescript/src/core/assets/index.d.ts.map +0 -1
  2316. package/lib/typescript/src/core/components/CheckBox/index.d.ts.map +0 -1
  2317. package/lib/typescript/src/core/components/CheckBox/styles.d.ts.map +0 -1
  2318. package/lib/typescript/src/core/components/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
  2319. package/lib/typescript/src/core/components/ErrorBoundary/index.d.ts.map +0 -1
  2320. package/lib/typescript/src/core/components/Menu/styles.d.ts.map +0 -1
  2321. package/lib/typescript/src/core/components/Radio/index.d.ts.map +0 -1
  2322. package/lib/typescript/src/core/components/Radio/styles.d.ts.map +0 -1
  2323. package/lib/typescript/src/core/components/Skeleton/Skeleton.d.ts.map +0 -1
  2324. package/lib/typescript/src/core/components/Skeleton/styles.d.ts.map +0 -1
  2325. package/lib/typescript/src/core/components/Tabs/Tabs.d.ts.map +0 -1
  2326. package/lib/typescript/src/core/components/Tabs/index.d.ts.map +0 -1
  2327. package/lib/typescript/src/core/components/Tabs/styles.d.ts.map +0 -1
  2328. package/lib/typescript/src/core/components/Typography/Typography.d.ts.map +0 -1
  2329. package/lib/typescript/src/core/components/Typography/styles.d.ts.map +0 -1
  2330. package/lib/typescript/src/core/constants/index.d.ts +0 -191
  2331. package/lib/typescript/src/core/constants/index.d.ts.map +0 -1
  2332. package/lib/typescript/src/core/engines/AdAssetCache.d.ts.map +0 -1
  2333. package/lib/typescript/src/core/engines/AdEngine.d.ts.map +0 -1
  2334. package/lib/typescript/src/core/engines/AdSupplier.d.ts.map +0 -1
  2335. package/lib/typescript/src/core/engines/AssetDownloader.d.ts.map +0 -1
  2336. package/lib/typescript/src/core/engines/TimeWindowTracker.d.ts.map +0 -1
  2337. package/lib/typescript/src/core/enums/customization.d.ts.map +0 -1
  2338. package/lib/typescript/src/core/enums/index.d.ts.map +0 -1
  2339. package/lib/typescript/src/core/hooks/index.d.ts.map +0 -1
  2340. package/lib/typescript/src/core/hooks/useAuth.d.ts.map +0 -1
  2341. package/lib/typescript/src/core/hooks/useConfig.d.ts.map +0 -1
  2342. package/lib/typescript/src/core/hooks/useFile.d.ts.map +0 -1
  2343. package/lib/typescript/src/core/hooks/useGallery.d.ts.map +0 -1
  2344. package/lib/typescript/src/core/hooks/useImagePicker.d.ts.map +0 -1
  2345. package/lib/typescript/src/core/hooks/useReaction.d.ts.map +0 -1
  2346. package/lib/typescript/src/core/hooks/useSearch.d.ts.map +0 -1
  2347. package/lib/typescript/src/core/hooks/useShareableLink.d.ts.map +0 -1
  2348. package/lib/typescript/src/core/hooks/useSocialSettings.d.ts.map +0 -1
  2349. package/lib/typescript/src/core/hooks/useStory.d.ts.map +0 -1
  2350. package/lib/typescript/src/core/hooks/useTimeDifference.d.ts.map +0 -1
  2351. package/lib/typescript/src/core/hooks/useUpload.d.ts.map +0 -1
  2352. package/lib/typescript/src/core/index.d.ts.map +0 -1
  2353. package/lib/typescript/src/core/legacy/comment.d.ts.map +0 -1
  2354. package/lib/typescript/src/core/legacy/community.d.ts.map +0 -1
  2355. package/lib/typescript/src/core/legacy/feed.d.ts.map +0 -1
  2356. package/lib/typescript/src/core/legacy/file.d.ts.map +0 -1
  2357. package/lib/typescript/src/core/legacy/user.d.ts.map +0 -1
  2358. package/lib/typescript/src/core/providers/AmityUIKitProvider.d.ts +0 -46
  2359. package/lib/typescript/src/core/providers/AmityUIKitProvider.d.ts.map +0 -1
  2360. package/lib/typescript/src/core/providers/AuthProvider.d.ts.map +0 -1
  2361. package/lib/typescript/src/core/providers/ConfigProvider.d.ts.map +0 -1
  2362. package/lib/typescript/src/core/routes/AmityPageRenderer.d.ts.map +0 -1
  2363. package/lib/typescript/src/core/routes/AmityUIKitNavigator.d.ts.map +0 -1
  2364. package/lib/typescript/src/core/routes/RouteParamList.d.ts +0 -136
  2365. package/lib/typescript/src/core/routes/RouteParamList.d.ts.map +0 -1
  2366. package/lib/typescript/src/core/routes/navigation.d.ts +0 -5
  2367. package/lib/typescript/src/core/routes/navigation.d.ts.map +0 -1
  2368. package/lib/typescript/src/core/stores/slices/bottomSheetSlice.d.ts +0 -37
  2369. package/lib/typescript/src/core/stores/slices/bottomSheetSlice.d.ts.map +0 -1
  2370. package/lib/typescript/src/core/stores/slices/feedSlice.d.ts.map +0 -1
  2371. package/lib/typescript/src/core/stores/slices/globalfeedSlice.d.ts.map +0 -1
  2372. package/lib/typescript/src/core/stores/slices/postDetailSlice.d.ts.map +0 -1
  2373. package/lib/typescript/src/core/stores/slices/toastSlice.d.ts.map +0 -1
  2374. package/lib/typescript/src/core/stores/slices/uiSlice.d.ts.map +0 -1
  2375. package/lib/typescript/src/core/stores/store/index.d.ts +0 -11
  2376. package/lib/typescript/src/core/stores/store/index.d.ts.map +0 -1
  2377. package/lib/typescript/src/core/types/auth.d.ts +0 -14
  2378. package/lib/typescript/src/core/types/auth.d.ts.map +0 -1
  2379. package/lib/typescript/src/core/types/behaviour.d.ts +0 -189
  2380. package/lib/typescript/src/core/types/behaviour.d.ts.map +0 -1
  2381. package/lib/typescript/src/core/types/config.d.ts.map +0 -1
  2382. package/lib/typescript/src/core/types/index.d.ts.map +0 -1
  2383. package/lib/typescript/src/core/types/mention.d.ts.map +0 -1
  2384. package/lib/typescript/src/core/types/user.d.ts +0 -16
  2385. package/lib/typescript/src/core/types/user.d.ts.map +0 -1
  2386. package/lib/typescript/src/core/utils/color.d.ts.map +0 -1
  2387. package/lib/typescript/src/core/utils/number.d.ts.map +0 -1
  2388. package/lib/typescript/src/core/utils/permission.d.ts.map +0 -1
  2389. package/lib/typescript/src/core/utils/post.d.ts.map +0 -1
  2390. package/lib/typescript/src/core/utils/postType.d.ts.map +0 -1
  2391. package/lib/typescript/src/core/utils/role.d.ts.map +0 -1
  2392. package/lib/typescript/src/core/utils/time.d.ts.map +0 -1
  2393. package/lib/typescript/src/core/utils/url.d.ts.map +0 -1
  2394. package/lib/typescript/src/index.d.ts +0 -4
  2395. package/lib/typescript/src/index.d.ts.map +0 -1
  2396. package/lib/typescript/src/social/components/AdInformation/AdInformation.d.ts.map +0 -1
  2397. package/lib/typescript/src/social/components/AdInformation/styles.d.ts.map +0 -1
  2398. package/lib/typescript/src/social/components/Avatar/Avatar.d.ts +0 -38
  2399. package/lib/typescript/src/social/components/Avatar/Avatar.d.ts.map +0 -1
  2400. package/lib/typescript/src/social/components/Avatar/index.d.ts.map +0 -1
  2401. package/lib/typescript/src/social/components/Avatar/styles.d.ts +0 -22
  2402. package/lib/typescript/src/social/components/Avatar/styles.d.ts.map +0 -1
  2403. package/lib/typescript/src/social/components/BottomSheetComponent/BottomSheetComponent.d.ts.map +0 -1
  2404. package/lib/typescript/src/social/components/BottomSheetComponent/styles.d.ts.map +0 -1
  2405. package/lib/typescript/src/social/components/Button/Button.d.ts.map +0 -1
  2406. package/lib/typescript/src/social/components/Button/index.d.ts.map +0 -1
  2407. package/lib/typescript/src/social/components/Button/styles.d.ts.map +0 -1
  2408. package/lib/typescript/src/social/components/CancelButton/index.d.ts.map +0 -1
  2409. package/lib/typescript/src/social/components/CancelButton/styles.d.ts.map +0 -1
  2410. package/lib/typescript/src/social/components/CategoryChip/CategoryChip.d.ts.map +0 -1
  2411. package/lib/typescript/src/social/components/CategoryChip/index.d.ts.map +0 -1
  2412. package/lib/typescript/src/social/components/CategoryChip/styles.d.ts.map +0 -1
  2413. package/lib/typescript/src/social/components/CircularProgressIndicator/CircularProgressIndicator.d.ts.map +0 -1
  2414. package/lib/typescript/src/social/components/CircularProgressIndicator/index.d.ts.map +0 -1
  2415. package/lib/typescript/src/social/components/CircularProgressIndicator/styles.d.ts.map +0 -1
  2416. package/lib/typescript/src/social/components/CommentAdComponent/CommentAdComponent.d.ts.map +0 -1
  2417. package/lib/typescript/src/social/components/CommentAdComponent/styles.d.ts.map +0 -1
  2418. package/lib/typescript/src/social/components/CommunityListSkeleton/CommunityListSkeleton.d.ts.map +0 -1
  2419. package/lib/typescript/src/social/components/CommunityRowItem/CommunityRowItem.d.ts.map +0 -1
  2420. package/lib/typescript/src/social/components/CommunityRowItem/styles.d.ts.map +0 -1
  2421. package/lib/typescript/src/social/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +0 -1
  2422. package/lib/typescript/src/social/components/CommunityStories/index.d.ts.map +0 -1
  2423. package/lib/typescript/src/social/components/CommunityStories/styles.d.ts.map +0 -1
  2424. package/lib/typescript/src/social/components/CustomSocialTab/CustomSocialTab.d.ts.map +0 -1
  2425. package/lib/typescript/src/social/components/CustomSocialTab/styles.d.ts.map +0 -1
  2426. package/lib/typescript/src/social/components/CustomTab/index.d.ts.map +0 -1
  2427. package/lib/typescript/src/social/components/CustomTab/styles.d.ts.map +0 -1
  2428. package/lib/typescript/src/social/components/Divider/index.d.ts.map +0 -1
  2429. package/lib/typescript/src/social/components/Divider/styles.d.ts.map +0 -1
  2430. package/lib/typescript/src/social/components/Empty/Empty.d.ts.map +0 -1
  2431. package/lib/typescript/src/social/components/Empty/index.d.ts.map +0 -1
  2432. package/lib/typescript/src/social/components/Empty/styles.d.ts.map +0 -1
  2433. package/lib/typescript/src/social/components/ErrorComponent/ErrorComponent.d.ts.map +0 -1
  2434. package/lib/typescript/src/social/components/ErrorComponent/styles.d.ts.map +0 -1
  2435. package/lib/typescript/src/social/components/FloatingActionButton/index.d.ts.map +0 -1
  2436. package/lib/typescript/src/social/components/FloatingActionButton/styles.d.ts.map +0 -1
  2437. package/lib/typescript/src/social/components/FormInput/FormInput.d.ts +0 -16
  2438. package/lib/typescript/src/social/components/FormInput/FormInput.d.ts.map +0 -1
  2439. package/lib/typescript/src/social/components/FormInput/index.d.ts.map +0 -1
  2440. package/lib/typescript/src/social/components/FormInput/styles.d.ts +0 -27
  2441. package/lib/typescript/src/social/components/FormInput/styles.d.ts.map +0 -1
  2442. package/lib/typescript/src/social/components/Gallery/Gallery.d.ts.map +0 -1
  2443. package/lib/typescript/src/social/components/Gallery/index.d.ts.map +0 -1
  2444. package/lib/typescript/src/social/components/Gallery/styles.d.ts.map +0 -1
  2445. package/lib/typescript/src/social/components/IconTab/IconTab.d.ts.map +0 -1
  2446. package/lib/typescript/src/social/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts.map +0 -1
  2447. package/lib/typescript/src/social/components/ImageFeedSkeleton/styles.d.ts.map +0 -1
  2448. package/lib/typescript/src/social/components/LimitCharacterSearch/LimitCharacterSearch.d.ts.map +0 -1
  2449. package/lib/typescript/src/social/components/LimitCharacterSearch/index.d.ts.map +0 -1
  2450. package/lib/typescript/src/social/components/LimitCharacterSearch/styles.d.ts.map +0 -1
  2451. package/lib/typescript/src/social/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts.map +0 -1
  2452. package/lib/typescript/src/social/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts.map +0 -1
  2453. package/lib/typescript/src/social/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts.map +0 -1
  2454. package/lib/typescript/src/social/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts.map +0 -1
  2455. package/lib/typescript/src/social/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts.map +0 -1
  2456. package/lib/typescript/src/social/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts.map +0 -1
  2457. package/lib/typescript/src/social/components/LivestreamContent/index.d.ts.map +0 -1
  2458. package/lib/typescript/src/social/components/LivestreamContent/styles.d.ts.map +0 -1
  2459. package/lib/typescript/src/social/components/LoadingImage/index.d.ts.map +0 -1
  2460. package/lib/typescript/src/social/components/LoadingImage/styles.d.ts.map +0 -1
  2461. package/lib/typescript/src/social/components/LoadingVideo/index.d.ts.map +0 -1
  2462. package/lib/typescript/src/social/components/LoadingVideo/styles.d.ts.map +0 -1
  2463. package/lib/typescript/src/social/components/MemberChip/MemberChip.d.ts.map +0 -1
  2464. package/lib/typescript/src/social/components/MemberChip/styles.d.ts.map +0 -1
  2465. package/lib/typescript/src/social/components/MyAvatar/MyAvatar.d.ts.map +0 -1
  2466. package/lib/typescript/src/social/components/MyStories/StoryCircleItem.d.ts.map +0 -1
  2467. package/lib/typescript/src/social/components/MyStories/StoryTargetView.d.ts.map +0 -1
  2468. package/lib/typescript/src/social/components/MyStories/index.d.ts.map +0 -1
  2469. package/lib/typescript/src/social/components/MyStories/styles.d.ts +0 -99
  2470. package/lib/typescript/src/social/components/MyStories/styles.d.ts.map +0 -1
  2471. package/lib/typescript/src/social/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts.map +0 -1
  2472. package/lib/typescript/src/social/components/NewsFeedLoadingComponent/styles.d.ts.map +0 -1
  2473. package/lib/typescript/src/social/components/NoResult/NoResult.d.ts.map +0 -1
  2474. package/lib/typescript/src/social/components/NoResult/index.d.ts.map +0 -1
  2475. package/lib/typescript/src/social/components/NoResult/styles.d.ts.map +0 -1
  2476. package/lib/typescript/src/social/components/NoSearchResult/NoSearchResult.d.ts.map +0 -1
  2477. package/lib/typescript/src/social/components/PollContent/PollFooter.d.ts +0 -12
  2478. package/lib/typescript/src/social/components/PollContent/PollFooter.d.ts.map +0 -1
  2479. package/lib/typescript/src/social/components/PollContent/PollOption.d.ts.map +0 -1
  2480. package/lib/typescript/src/social/components/PollContent/PollResults.d.ts.map +0 -1
  2481. package/lib/typescript/src/social/components/PollContent/index.d.ts.map +0 -1
  2482. package/lib/typescript/src/social/components/PollContent/style.d.ts.map +0 -1
  2483. package/lib/typescript/src/social/components/PopupMenu/PopupMenu.d.ts.map +0 -1
  2484. package/lib/typescript/src/social/components/PopupMenu/styles.d.ts.map +0 -1
  2485. package/lib/typescript/src/social/components/PostAdComponent/PostAdComponent.d.ts.map +0 -1
  2486. package/lib/typescript/src/social/components/PostAdComponent/PostAdHeader.d.ts.map +0 -1
  2487. package/lib/typescript/src/social/components/PostAdComponent/styles.d.ts.map +0 -1
  2488. package/lib/typescript/src/social/components/PostContent/index.d.ts.map +0 -1
  2489. package/lib/typescript/src/social/components/PostContent/styles.d.ts.map +0 -1
  2490. package/lib/typescript/src/social/components/PostFeedSkeleton/PostFeedSkeleton.d.ts.map +0 -1
  2491. package/lib/typescript/src/social/components/PostFeedSkeleton/index.d.ts.map +0 -1
  2492. package/lib/typescript/src/social/components/PostFeedSkeleton/styles.d.ts.map +0 -1
  2493. package/lib/typescript/src/social/components/PostMenu/index.d.ts.map +0 -1
  2494. package/lib/typescript/src/social/components/PostMenu/styles.d.ts.map +0 -1
  2495. package/lib/typescript/src/social/components/PreviewLink/LinkPreview.d.ts.map +0 -1
  2496. package/lib/typescript/src/social/components/PreviewLink/index.d.ts.map +0 -1
  2497. package/lib/typescript/src/social/components/PreviewLink/styles.d.ts.map +0 -1
  2498. package/lib/typescript/src/social/components/PreviewLink/types.d.ts.map +0 -1
  2499. package/lib/typescript/src/social/components/PreviewLink/utils.d.ts.map +0 -1
  2500. package/lib/typescript/src/social/components/RenderTextWithMention/RenderTextWithMention.d.ts.map +0 -1
  2501. package/lib/typescript/src/social/components/RenderTextWithMention/styles.d.ts.map +0 -1
  2502. package/lib/typescript/src/social/components/SearchInput/SearchInput.d.ts.map +0 -1
  2503. package/lib/typescript/src/social/components/SearchInput/index.d.ts.map +0 -1
  2504. package/lib/typescript/src/social/components/SearchInput/styles.d.ts.map +0 -1
  2505. package/lib/typescript/src/social/components/SearchItem/index.d.ts.map +0 -1
  2506. package/lib/typescript/src/social/components/SearchItem/styles.d.ts.map +0 -1
  2507. package/lib/typescript/src/social/components/SearchResultItem/SearchResultItem.d.ts.map +0 -1
  2508. package/lib/typescript/src/social/components/SearchResultItem/styles.d.ts +0 -56
  2509. package/lib/typescript/src/social/components/SearchResultItem/styles.d.ts.map +0 -1
  2510. package/lib/typescript/src/social/components/Social/CommentList/CommentList.d.ts +0 -11
  2511. package/lib/typescript/src/social/components/Social/CommentList/CommentList.d.ts.map +0 -1
  2512. package/lib/typescript/src/social/components/Social/CommentList/styles.d.ts +0 -136
  2513. package/lib/typescript/src/social/components/Social/CommentList/styles.d.ts.map +0 -1
  2514. package/lib/typescript/src/social/components/Social/CommentListItem/CommentListItem.d.ts +0 -30
  2515. package/lib/typescript/src/social/components/Social/CommentListItem/CommentListItem.d.ts.map +0 -1
  2516. package/lib/typescript/src/social/components/Social/CommentListItem/styles.d.ts.map +0 -1
  2517. package/lib/typescript/src/social/components/Social/ReplyCommentList/index.d.ts.map +0 -1
  2518. package/lib/typescript/src/social/components/Social/ReplyCommentList/styles.d.ts.map +0 -1
  2519. package/lib/typescript/src/social/components/StoryKit/index.d.ts.map +0 -1
  2520. package/lib/typescript/src/social/components/StoryKit/src/Story.d.ts.map +0 -1
  2521. package/lib/typescript/src/social/components/StoryKit/src/StoryCircleListItem.d.ts.map +0 -1
  2522. package/lib/typescript/src/social/components/StoryKit/src/StoryCircleListView.d.ts.map +0 -1
  2523. package/lib/typescript/src/social/components/StoryKit/src/StoryListItem.d.ts.map +0 -1
  2524. package/lib/typescript/src/social/components/StoryKit/src/helpers/StateHelpers.d.ts +0 -2
  2525. package/lib/typescript/src/social/components/StoryKit/src/helpers/StateHelpers.d.ts.map +0 -1
  2526. package/lib/typescript/src/social/components/StoryKit/src/helpers/ValidationHelpers.d.ts.map +0 -1
  2527. package/lib/typescript/src/social/components/StoryKit/src/helpers/index.d.ts.map +0 -1
  2528. package/lib/typescript/src/social/components/StoryKit/src/interfaces/index.d.ts.map +0 -1
  2529. package/lib/typescript/src/social/components/StoryKit/src/styles.d.ts +0 -214
  2530. package/lib/typescript/src/social/components/StoryKit/src/styles.d.ts.map +0 -1
  2531. package/lib/typescript/src/social/components/TargetSelectionPage/TargetItem/TargetItem.d.ts.map +0 -1
  2532. package/lib/typescript/src/social/components/TargetSelectionPage/TargetSelectionPage.d.ts.map +0 -1
  2533. package/lib/typescript/src/social/components/TargetSelectionPage/styles.d.ts.map +0 -1
  2534. package/lib/typescript/src/social/components/Toast/index.d.ts.map +0 -1
  2535. package/lib/typescript/src/social/components/Toast/styles.d.ts.map +0 -1
  2536. package/lib/typescript/src/social/components/index.d.ts.map +0 -1
  2537. package/lib/typescript/src/social/components/legacy/BackButton/index.d.ts.map +0 -1
  2538. package/lib/typescript/src/social/components/legacy/BackButton/styles.d.ts.map +0 -1
  2539. package/lib/typescript/src/social/components/legacy/CancelButton/index.d.ts.map +0 -1
  2540. package/lib/typescript/src/social/components/legacy/CancelButton/styles.d.ts.map +0 -1
  2541. package/lib/typescript/src/social/components/legacy/CloseButton/index.d.ts.map +0 -1
  2542. package/lib/typescript/src/social/components/legacy/CloseButton/styles.d.ts.map +0 -1
  2543. package/lib/typescript/src/social/components/legacy/CommunityStories/index.d.ts.map +0 -1
  2544. package/lib/typescript/src/social/components/legacy/CommunityStories/styles.d.ts.map +0 -1
  2545. package/lib/typescript/src/social/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts.map +0 -1
  2546. package/lib/typescript/src/social/components/legacy/CreatePostChooseTargetModal/styles.d.ts.map +0 -1
  2547. package/lib/typescript/src/social/components/legacy/CustomTab/index.d.ts.map +0 -1
  2548. package/lib/typescript/src/social/components/legacy/CustomTab/styles.d.ts.map +0 -1
  2549. package/lib/typescript/src/social/components/legacy/CustomText/index.d.ts.map +0 -1
  2550. package/lib/typescript/src/social/components/legacy/CustomText/styles.d.ts.map +0 -1
  2551. package/lib/typescript/src/social/components/legacy/DoneButton/index.d.ts.map +0 -1
  2552. package/lib/typescript/src/social/components/legacy/DoneButton/styles.d.ts.map +0 -1
  2553. package/lib/typescript/src/social/components/legacy/EditCommentModal/index.d.ts.map +0 -1
  2554. package/lib/typescript/src/social/components/legacy/EditCommentModal/styles.d.ts.map +0 -1
  2555. package/lib/typescript/src/social/components/legacy/EditPostModal/index.d.ts.map +0 -1
  2556. package/lib/typescript/src/social/components/legacy/EditPostModal/styles.d.ts.map +0 -1
  2557. package/lib/typescript/src/social/components/legacy/FloatingButton/index.d.ts.map +0 -1
  2558. package/lib/typescript/src/social/components/legacy/FloatingButton/styles.d.ts.map +0 -1
  2559. package/lib/typescript/src/social/components/legacy/LoadingImage/index.d.ts.map +0 -1
  2560. package/lib/typescript/src/social/components/legacy/LoadingImage/styles.d.ts.map +0 -1
  2561. package/lib/typescript/src/social/components/legacy/LoadingIndicator/index.d.ts.map +0 -1
  2562. package/lib/typescript/src/social/components/legacy/LoadingIndicator/styles.d.ts.map +0 -1
  2563. package/lib/typescript/src/social/components/legacy/LoadingOverlay/index.d.ts.map +0 -1
  2564. package/lib/typescript/src/social/components/legacy/LoadingOverlay/styles.d.ts.map +0 -1
  2565. package/lib/typescript/src/social/components/legacy/LoadingVideo/index.d.ts.map +0 -1
  2566. package/lib/typescript/src/social/components/legacy/LoadingVideo/styles.d.ts.map +0 -1
  2567. package/lib/typescript/src/social/components/legacy/MediaSection/index.d.ts.map +0 -1
  2568. package/lib/typescript/src/social/components/legacy/MediaSection/styles.d.ts.map +0 -1
  2569. package/lib/typescript/src/social/components/legacy/MyStories/index.d.ts.map +0 -1
  2570. package/lib/typescript/src/social/components/legacy/MyStories/styles.d.ts.map +0 -1
  2571. package/lib/typescript/src/social/components/legacy/PollSection/Components/PollBar.d.ts.map +0 -1
  2572. package/lib/typescript/src/social/components/legacy/PollSection/Components/PollOptionList.d.ts.map +0 -1
  2573. package/lib/typescript/src/social/components/legacy/PollSection/PollSection.d.ts.map +0 -1
  2574. package/lib/typescript/src/social/components/legacy/PollSection/style.d.ts.map +0 -1
  2575. package/lib/typescript/src/social/components/legacy/PollSection/usePoll.d.ts.map +0 -1
  2576. package/lib/typescript/src/social/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts.map +0 -1
  2577. package/lib/typescript/src/social/components/legacy/PostTypeChoiceModal/style.d.ts.map +0 -1
  2578. package/lib/typescript/src/social/components/legacy/SearchItem/index.d.ts.map +0 -1
  2579. package/lib/typescript/src/social/components/legacy/SearchItem/styles.d.ts.map +0 -1
  2580. package/lib/typescript/src/social/components/legacy/Social/CommentList/index.d.ts.map +0 -1
  2581. package/lib/typescript/src/social/components/legacy/Social/CommentList/styles.d.ts.map +0 -1
  2582. package/lib/typescript/src/social/components/legacy/Social/PendingPostList/index.d.ts.map +0 -1
  2583. package/lib/typescript/src/social/components/legacy/Social/PendingPostList/styles.d.ts.map +0 -1
  2584. package/lib/typescript/src/social/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts.map +0 -1
  2585. package/lib/typescript/src/social/components/legacy/Social/PostList/index.d.ts.map +0 -1
  2586. package/lib/typescript/src/social/components/legacy/Social/PostList/styles.d.ts.map +0 -1
  2587. package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/index.d.ts +0 -25
  2588. package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/index.d.ts.map +0 -1
  2589. package/lib/typescript/src/social/components/legacy/Social/ReplyCommentList/styles.d.ts.map +0 -1
  2590. package/lib/typescript/src/social/components/legacy/StoryKit/index.d.ts.map +0 -1
  2591. package/lib/typescript/src/social/components/legacy/StoryKit/src/Story.d.ts.map +0 -1
  2592. package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryCircleListItem.d.ts.map +0 -1
  2593. package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryCircleListView.d.ts.map +0 -1
  2594. package/lib/typescript/src/social/components/legacy/StoryKit/src/StoryListItem.d.ts.map +0 -1
  2595. package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts +0 -2
  2596. package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/StateHelpers.d.ts.map +0 -1
  2597. package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts.map +0 -1
  2598. package/lib/typescript/src/social/components/legacy/StoryKit/src/helpers/index.d.ts.map +0 -1
  2599. package/lib/typescript/src/social/components/legacy/StoryKit/src/interfaces/index.d.ts.map +0 -1
  2600. package/lib/typescript/src/social/components/legacy/StoryKit/src/styles.d.ts.map +0 -1
  2601. package/lib/typescript/src/social/components/legacy/Toast/Toast.d.ts.map +0 -1
  2602. package/lib/typescript/src/social/elements/ActionButton/ActionButton.d.ts.map +0 -1
  2603. package/lib/typescript/src/social/elements/ActionButton/index.d.ts.map +0 -1
  2604. package/lib/typescript/src/social/elements/ActionButton/styles.d.ts.map +0 -1
  2605. package/lib/typescript/src/social/elements/AddOptionButton/index.d.ts.map +0 -1
  2606. package/lib/typescript/src/social/elements/AddOptionButton/styles.d.ts.map +0 -1
  2607. package/lib/typescript/src/social/elements/AddThumbnailButton/AddThumbnailButton.d.ts.map +0 -1
  2608. package/lib/typescript/src/social/elements/AddThumbnailButton/index.d.ts.map +0 -1
  2609. package/lib/typescript/src/social/elements/AddThumbnailButton/styles.d.ts.map +0 -1
  2610. package/lib/typescript/src/social/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts.map +0 -1
  2611. package/lib/typescript/src/social/elements/AnnouncementBadge/AnnouncementBadge.d.ts.map +0 -1
  2612. package/lib/typescript/src/social/elements/AnnouncementBadge/index.d.ts.map +0 -1
  2613. package/lib/typescript/src/social/elements/AnnouncementBadge/styles.d.ts.map +0 -1
  2614. package/lib/typescript/src/social/elements/BackButton/BackButton.d.ts.map +0 -1
  2615. package/lib/typescript/src/social/elements/BackButton/index.d.ts.map +0 -1
  2616. package/lib/typescript/src/social/elements/BackButton/styles.d.ts.map +0 -1
  2617. package/lib/typescript/src/social/elements/BackButtonIconElement/BackButtonIconElement.d.ts.map +0 -1
  2618. package/lib/typescript/src/social/elements/BrandBadge/BrandBadge.d.ts.map +0 -1
  2619. package/lib/typescript/src/social/elements/BrandBadge/index.d.ts.map +0 -1
  2620. package/lib/typescript/src/social/elements/CameraButton/index.d.ts.map +0 -1
  2621. package/lib/typescript/src/social/elements/CameraButton/styles.d.ts.map +0 -1
  2622. package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts.map +0 -1
  2623. package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/index.d.ts.map +0 -1
  2624. package/lib/typescript/src/social/elements/CancelCreateLivestreamButton/styles.d.ts.map +0 -1
  2625. package/lib/typescript/src/social/elements/CategoryRowImage/CategoryRowImage.d.ts.map +0 -1
  2626. package/lib/typescript/src/social/elements/CategoryRowName/CategoryRowName.d.ts.map +0 -1
  2627. package/lib/typescript/src/social/elements/CategoryTitle/CategoryTitle.d.ts.map +0 -1
  2628. package/lib/typescript/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts +0 -9
  2629. package/lib/typescript/src/social/elements/ChangeThumbnailButton/ChangeThumbnailButton.d.ts.map +0 -1
  2630. package/lib/typescript/src/social/elements/ChangeThumbnailButton/index.d.ts.map +0 -1
  2631. package/lib/typescript/src/social/elements/ChangeThumbnailButton/styles.d.ts.map +0 -1
  2632. package/lib/typescript/src/social/elements/CloseButton/index.d.ts.map +0 -1
  2633. package/lib/typescript/src/social/elements/CloseButton/styles.d.ts.map +0 -1
  2634. package/lib/typescript/src/social/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts.map +0 -1
  2635. package/lib/typescript/src/social/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts.map +0 -1
  2636. package/lib/typescript/src/social/elements/CommonElements/AvatarElement.d.ts +0 -15
  2637. package/lib/typescript/src/social/elements/CommonElements/AvatarElement.d.ts.map +0 -1
  2638. package/lib/typescript/src/social/elements/CommonElements/ImageElement.d.ts.map +0 -1
  2639. package/lib/typescript/src/social/elements/CommonElements/TextElement.d.ts.map +0 -1
  2640. package/lib/typescript/src/social/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts.map +0 -1
  2641. package/lib/typescript/src/social/elements/CommunityAddMemberButton/index.d.ts.map +0 -1
  2642. package/lib/typescript/src/social/elements/CommunityAddMemberButton/styles.d.ts.map +0 -1
  2643. package/lib/typescript/src/social/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts.map +0 -1
  2644. package/lib/typescript/src/social/elements/CommunityCreatePostButton/index.d.ts.map +0 -1
  2645. package/lib/typescript/src/social/elements/CommunityCreatePostButton/styles.d.ts.map +0 -1
  2646. package/lib/typescript/src/social/elements/CommunityDescription/CommunityDescription.d.ts.map +0 -1
  2647. package/lib/typescript/src/social/elements/CommunityDisplayname/CommunityDisplayname.d.ts.map +0 -1
  2648. package/lib/typescript/src/social/elements/CommunityDisplayname/styles.d.ts.map +0 -1
  2649. package/lib/typescript/src/social/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts.map +0 -1
  2650. package/lib/typescript/src/social/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts.map +0 -1
  2651. package/lib/typescript/src/social/elements/CommunityInfo/CommunityInfo.d.ts.map +0 -1
  2652. package/lib/typescript/src/social/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts.map +0 -1
  2653. package/lib/typescript/src/social/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts.map +0 -1
  2654. package/lib/typescript/src/social/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts.map +0 -1
  2655. package/lib/typescript/src/social/elements/CommunityMemeberCount/styles.d.ts.map +0 -1
  2656. package/lib/typescript/src/social/elements/CommunityName/CommunityName.d.ts.map +0 -1
  2657. package/lib/typescript/src/social/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts.map +0 -1
  2658. package/lib/typescript/src/social/elements/CommunityPendingPost/CommunityPendingPost.d.ts.map +0 -1
  2659. package/lib/typescript/src/social/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts.map +0 -1
  2660. package/lib/typescript/src/social/elements/CommunityPrivacyIcon/index.d.ts.map +0 -1
  2661. package/lib/typescript/src/social/elements/CommunityPrivacyIcon/styles.d.ts.map +0 -1
  2662. package/lib/typescript/src/social/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts.map +0 -1
  2663. package/lib/typescript/src/social/elements/CommunityRowImage/CommunityRowImage.d.ts.map +0 -1
  2664. package/lib/typescript/src/social/elements/CommunityRowImage/styles.d.ts.map +0 -1
  2665. package/lib/typescript/src/social/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts.map +0 -1
  2666. package/lib/typescript/src/social/elements/CopyLinkAction/CopyLinkAction.d.ts.map +0 -1
  2667. package/lib/typescript/src/social/elements/CopyLinkAction/index.d.ts.map +0 -1
  2668. package/lib/typescript/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts +0 -9
  2669. package/lib/typescript/src/social/elements/DeleteThumbnailButton/DeleteThumbnailButton.d.ts.map +0 -1
  2670. package/lib/typescript/src/social/elements/DeleteThumbnailButton/index.d.ts.map +0 -1
  2671. package/lib/typescript/src/social/elements/DeleteThumbnailButton/styles.d.ts.map +0 -1
  2672. package/lib/typescript/src/social/elements/DescriptionElement/DescriptionElement.d.ts.map +0 -1
  2673. package/lib/typescript/src/social/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts.map +0 -1
  2674. package/lib/typescript/src/social/elements/EndLiveStreamButton/index.d.ts.map +0 -1
  2675. package/lib/typescript/src/social/elements/EndLiveStreamButton/styles.d.ts.map +0 -1
  2676. package/lib/typescript/src/social/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts.map +0 -1
  2677. package/lib/typescript/src/social/elements/FormDescription/index.d.ts.map +0 -1
  2678. package/lib/typescript/src/social/elements/FormDescription/styles.d.ts.map +0 -1
  2679. package/lib/typescript/src/social/elements/FormLabel/index.d.ts.map +0 -1
  2680. package/lib/typescript/src/social/elements/FormLabel/styles.d.ts.map +0 -1
  2681. package/lib/typescript/src/social/elements/ImageButton/index.d.ts.map +0 -1
  2682. package/lib/typescript/src/social/elements/ImageButton/styles.d.ts.map +0 -1
  2683. package/lib/typescript/src/social/elements/ImageGallery/ImageGallery.d.ts.map +0 -1
  2684. package/lib/typescript/src/social/elements/ImageKeyElement/ImageKeyElement.d.ts.map +0 -1
  2685. package/lib/typescript/src/social/elements/ImageViewer/ImageViewer.d.ts.map +0 -1
  2686. package/lib/typescript/src/social/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts.map +0 -1
  2687. package/lib/typescript/src/social/elements/LiveTimerStatus/LiveTimerStatus.d.ts.map +0 -1
  2688. package/lib/typescript/src/social/elements/LiveTimerStatus/index.d.ts.map +0 -1
  2689. package/lib/typescript/src/social/elements/LiveTimerStatus/styles.d.ts.map +0 -1
  2690. package/lib/typescript/src/social/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts.map +0 -1
  2691. package/lib/typescript/src/social/elements/LivestreamTerminatedActionButton/index.d.ts.map +0 -1
  2692. package/lib/typescript/src/social/elements/MenuAction/MenuAction.d.ts.map +0 -1
  2693. package/lib/typescript/src/social/elements/MenuAction/index.d.ts.map +0 -1
  2694. package/lib/typescript/src/social/elements/MenuAction/styles.d.ts.map +0 -1
  2695. package/lib/typescript/src/social/elements/MenuButton/MenuButton.d.ts.map +0 -1
  2696. package/lib/typescript/src/social/elements/MenuButton/index.d.ts.map +0 -1
  2697. package/lib/typescript/src/social/elements/MenuButton/styles.d.ts.map +0 -1
  2698. package/lib/typescript/src/social/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts.map +0 -1
  2699. package/lib/typescript/src/social/elements/ModeratorBadge/ModeratorBadge.d.ts.map +0 -1
  2700. package/lib/typescript/src/social/elements/ModeratorBadge/index.d.ts.map +0 -1
  2701. package/lib/typescript/src/social/elements/ModeratorBadge/styles.d.ts.map +0 -1
  2702. package/lib/typescript/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts +0 -11
  2703. package/lib/typescript/src/social/elements/ModeratorBadgeElement/ModeratorBadgeElement.d.ts.map +0 -1
  2704. package/lib/typescript/src/social/elements/ModeratorBadgeElement/styles.d.ts.map +0 -1
  2705. package/lib/typescript/src/social/elements/PinBadge/PinBadge.d.ts.map +0 -1
  2706. package/lib/typescript/src/social/elements/PinBadge/index.d.ts.map +0 -1
  2707. package/lib/typescript/src/social/elements/PinBadge/styles.d.ts.map +0 -1
  2708. package/lib/typescript/src/social/elements/ShareAction/ShareAction.d.ts.map +0 -1
  2709. package/lib/typescript/src/social/elements/ShareAction/index.d.ts.map +0 -1
  2710. package/lib/typescript/src/social/elements/ShareButton/ShareButton.d.ts.map +0 -1
  2711. package/lib/typescript/src/social/elements/ShareButton/index.d.ts.map +0 -1
  2712. package/lib/typescript/src/social/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts.map +0 -1
  2713. package/lib/typescript/src/social/elements/StartLivestreamButton/StartLivestreamButton.d.ts.map +0 -1
  2714. package/lib/typescript/src/social/elements/StartLivestreamButton/index.d.ts.map +0 -1
  2715. package/lib/typescript/src/social/elements/StartLivestreamButton/styles.d.ts.map +0 -1
  2716. package/lib/typescript/src/social/elements/SwitchCameraButton/SwitchCameraButton.d.ts.map +0 -1
  2717. package/lib/typescript/src/social/elements/SwitchCameraButton/index.d.ts.map +0 -1
  2718. package/lib/typescript/src/social/elements/TextKeyElement/TextKeyElement.d.ts.map +0 -1
  2719. package/lib/typescript/src/social/elements/Timestamp/Timestamp.d.ts.map +0 -1
  2720. package/lib/typescript/src/social/elements/Timestamp/index.d.ts.map +0 -1
  2721. package/lib/typescript/src/social/elements/Timestamp/styles.d.ts.map +0 -1
  2722. package/lib/typescript/src/social/elements/TimestampElement/TimestampElement.d.ts.map +0 -1
  2723. package/lib/typescript/src/social/elements/Title/index.d.ts.map +0 -1
  2724. package/lib/typescript/src/social/elements/Title/styles.d.ts.map +0 -1
  2725. package/lib/typescript/src/social/elements/TitleElement/TitleElement.d.ts.map +0 -1
  2726. package/lib/typescript/src/social/elements/VideoGallery/VideoGallery.d.ts.map +0 -1
  2727. package/lib/typescript/src/social/elements/VideoViewer/VideoViewer.d.ts.map +0 -1
  2728. package/lib/typescript/src/social/elements/index.d.ts.map +0 -1
  2729. package/lib/typescript/src/social/enums/AmityPostContentComponentStyle.d.ts.map +0 -1
  2730. package/lib/typescript/src/social/enums/enumTabName.d.ts.map +0 -1
  2731. package/lib/typescript/src/social/enums/enumTheme.d.ts.map +0 -1
  2732. package/lib/typescript/src/social/enums/enumUIKitID.d.ts +0 -292
  2733. package/lib/typescript/src/social/enums/enumUIKitID.d.ts.map +0 -1
  2734. package/lib/typescript/src/social/enums/imageSizeState.d.ts.map +0 -1
  2735. package/lib/typescript/src/social/enums/index.d.ts.map +0 -1
  2736. package/lib/typescript/src/social/enums/mediaAttachmentEnum.d.ts.map +0 -1
  2737. package/lib/typescript/src/social/enums/post.d.ts.map +0 -1
  2738. package/lib/typescript/src/social/enums/postTargetType.d.ts.map +0 -1
  2739. package/lib/typescript/src/social/enums/roomStatus.d.ts.map +0 -1
  2740. package/lib/typescript/src/social/enums/storyType.d.ts.map +0 -1
  2741. package/lib/typescript/src/social/enums/tabNameState.d.ts.map +0 -1
  2742. package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts.map +0 -1
  2743. package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/styles.d.ts +0 -157
  2744. package/lib/typescript/src/social/features/comment/components/PostComment/CommentListItem/styles.d.ts.map +0 -1
  2745. package/lib/typescript/src/social/features/comment/components/PostComment/PostComment.d.ts +0 -31
  2746. package/lib/typescript/src/social/features/comment/components/PostComment/PostComment.d.ts.map +0 -1
  2747. package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/index.d.ts.map +0 -1
  2748. package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts +0 -153
  2749. package/lib/typescript/src/social/features/comment/components/PostComment/ReplyCommentList/styles.d.ts.map +0 -1
  2750. package/lib/typescript/src/social/features/comment/components/PostComment/index.d.ts.map +0 -1
  2751. package/lib/typescript/src/social/features/comment/components/PostComment/styles.d.ts.map +0 -1
  2752. package/lib/typescript/src/social/features/community/AddCategory/AddCategory.d.ts.map +0 -1
  2753. package/lib/typescript/src/social/features/community/AddCategory/components/Header/Header.d.ts.map +0 -1
  2754. package/lib/typescript/src/social/features/community/AddCategory/components/Header/index.d.ts.map +0 -1
  2755. package/lib/typescript/src/social/features/community/AddCategory/components/Header/styles.d.ts.map +0 -1
  2756. package/lib/typescript/src/social/features/community/AddCategory/hooks/useAddCategory.d.ts.map +0 -1
  2757. package/lib/typescript/src/social/features/community/AddCategory/index.d.ts.map +0 -1
  2758. package/lib/typescript/src/social/features/community/AddCategory/styles.d.ts.map +0 -1
  2759. package/lib/typescript/src/social/features/community/AddMember/AddMember.d.ts.map +0 -1
  2760. package/lib/typescript/src/social/features/community/AddMember/components/Header/Header.d.ts.map +0 -1
  2761. package/lib/typescript/src/social/features/community/AddMember/components/Header/index.d.ts.map +0 -1
  2762. package/lib/typescript/src/social/features/community/AddMember/components/Header/styles.d.ts.map +0 -1
  2763. package/lib/typescript/src/social/features/community/AddMember/hooks/useAddMember.d.ts.map +0 -1
  2764. package/lib/typescript/src/social/features/community/AddMember/index.d.ts.map +0 -1
  2765. package/lib/typescript/src/social/features/community/AddMember/styles.d.ts.map +0 -1
  2766. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts +0 -6
  2767. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/CommentsNotificationSetting.d.ts.map +0 -1
  2768. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/Header.d.ts.map +0 -1
  2769. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/index.d.ts.map +0 -1
  2770. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/components/Header/styles.d.ts.map +0 -1
  2771. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/index.d.ts +0 -2
  2772. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/index.d.ts.map +0 -1
  2773. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/styles.d.ts +0 -32
  2774. package/lib/typescript/src/social/features/community/CommentsNotificationSetting/styles.d.ts.map +0 -1
  2775. package/lib/typescript/src/social/features/community/Create/Create.d.ts.map +0 -1
  2776. package/lib/typescript/src/social/features/community/Create/components/Header/Header.d.ts.map +0 -1
  2777. package/lib/typescript/src/social/features/community/Create/components/Header/index.d.ts.map +0 -1
  2778. package/lib/typescript/src/social/features/community/Create/components/Header/styles.d.ts.map +0 -1
  2779. package/lib/typescript/src/social/features/community/Create/components/Members/index.d.ts.map +0 -1
  2780. package/lib/typescript/src/social/features/community/Create/components/Members/styles.d.ts.map +0 -1
  2781. package/lib/typescript/src/social/features/community/Create/hooks/useCreateCommunity.d.ts.map +0 -1
  2782. package/lib/typescript/src/social/features/community/Create/index.d.ts.map +0 -1
  2783. package/lib/typescript/src/social/features/community/Create/styles.d.ts.map +0 -1
  2784. package/lib/typescript/src/social/features/community/Edit/Edit.d.ts.map +0 -1
  2785. package/lib/typescript/src/social/features/community/Edit/components/Header/Header.d.ts.map +0 -1
  2786. package/lib/typescript/src/social/features/community/Edit/components/Header/index.d.ts.map +0 -1
  2787. package/lib/typescript/src/social/features/community/Edit/components/Header/styles.d.ts.map +0 -1
  2788. package/lib/typescript/src/social/features/community/Edit/hooks/useEditCommunity.d.ts.map +0 -1
  2789. package/lib/typescript/src/social/features/community/Edit/index.d.ts.map +0 -1
  2790. package/lib/typescript/src/social/features/community/Edit/styles.d.ts.map +0 -1
  2791. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts +0 -6
  2792. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/LivestreamsNotificationSetting.d.ts.map +0 -1
  2793. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts.map +0 -1
  2794. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts.map +0 -1
  2795. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts.map +0 -1
  2796. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/index.d.ts +0 -2
  2797. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/index.d.ts.map +0 -1
  2798. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/styles.d.ts +0 -32
  2799. package/lib/typescript/src/social/features/community/LivestreamsNotificationSetting/styles.d.ts.map +0 -1
  2800. package/lib/typescript/src/social/features/community/Membership/Membership.d.ts.map +0 -1
  2801. package/lib/typescript/src/social/features/community/Membership/components/Header/Header.d.ts.map +0 -1
  2802. package/lib/typescript/src/social/features/community/Membership/components/Header/index.d.ts.map +0 -1
  2803. package/lib/typescript/src/social/features/community/Membership/components/Header/styles.d.ts.map +0 -1
  2804. package/lib/typescript/src/social/features/community/Membership/components/MemberItem/MemberItem.d.ts.map +0 -1
  2805. package/lib/typescript/src/social/features/community/Membership/components/MemberItem/index.d.ts.map +0 -1
  2806. package/lib/typescript/src/social/features/community/Membership/components/MemberItem/style.d.ts +0 -31
  2807. package/lib/typescript/src/social/features/community/Membership/components/MemberItem/style.d.ts.map +0 -1
  2808. package/lib/typescript/src/social/features/community/Membership/components/MemberList/MemberList.d.ts.map +0 -1
  2809. package/lib/typescript/src/social/features/community/Membership/components/MemberList/index.d.ts.map +0 -1
  2810. package/lib/typescript/src/social/features/community/Membership/components/MemberList/styles.d.ts.map +0 -1
  2811. package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/ModeratorList.d.ts.map +0 -1
  2812. package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/index.d.ts.map +0 -1
  2813. package/lib/typescript/src/social/features/community/Membership/components/ModeratorList/styles.d.ts.map +0 -1
  2814. package/lib/typescript/src/social/features/community/Membership/hooks/useMembership.d.ts.map +0 -1
  2815. package/lib/typescript/src/social/features/community/Membership/index.d.ts.map +0 -1
  2816. package/lib/typescript/src/social/features/community/Membership/styles.d.ts.map +0 -1
  2817. package/lib/typescript/src/social/features/community/NotificationSetting/NotificationSetting.d.ts +0 -6
  2818. package/lib/typescript/src/social/features/community/NotificationSetting/NotificationSetting.d.ts.map +0 -1
  2819. package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/Header.d.ts.map +0 -1
  2820. package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/index.d.ts.map +0 -1
  2821. package/lib/typescript/src/social/features/community/NotificationSetting/components/Header/styles.d.ts.map +0 -1
  2822. package/lib/typescript/src/social/features/community/NotificationSetting/index.d.ts +0 -2
  2823. package/lib/typescript/src/social/features/community/NotificationSetting/index.d.ts.map +0 -1
  2824. package/lib/typescript/src/social/features/community/NotificationSetting/styles.d.ts.map +0 -1
  2825. package/lib/typescript/src/social/features/community/PendingRequest/PendingRequest.d.ts.map +0 -1
  2826. package/lib/typescript/src/social/features/community/PendingRequest/components/Header/Header.d.ts.map +0 -1
  2827. package/lib/typescript/src/social/features/community/PendingRequest/components/Header/index.d.ts.map +0 -1
  2828. package/lib/typescript/src/social/features/community/PendingRequest/components/Header/styles.d.ts.map +0 -1
  2829. package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts.map +0 -1
  2830. package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/index.d.ts.map +0 -1
  2831. package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts +0 -81
  2832. package/lib/typescript/src/social/features/community/PendingRequest/components/PendingPostList/styles.d.ts.map +0 -1
  2833. package/lib/typescript/src/social/features/community/PendingRequest/index.d.ts.map +0 -1
  2834. package/lib/typescript/src/social/features/community/PendingRequest/styles.d.ts.map +0 -1
  2835. package/lib/typescript/src/social/features/community/PostPermission/PostPermission.d.ts.map +0 -1
  2836. package/lib/typescript/src/social/features/community/PostPermission/components/Header/Header.d.ts.map +0 -1
  2837. package/lib/typescript/src/social/features/community/PostPermission/components/Header/index.d.ts.map +0 -1
  2838. package/lib/typescript/src/social/features/community/PostPermission/components/Header/styles.d.ts.map +0 -1
  2839. package/lib/typescript/src/social/features/community/PostPermission/index.d.ts.map +0 -1
  2840. package/lib/typescript/src/social/features/community/PostPermission/styles.d.ts.map +0 -1
  2841. package/lib/typescript/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts +0 -6
  2842. package/lib/typescript/src/social/features/community/PostsNotificationSetting/PostsNotificationSetting.d.ts.map +0 -1
  2843. package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/Header.d.ts.map +0 -1
  2844. package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/index.d.ts.map +0 -1
  2845. package/lib/typescript/src/social/features/community/PostsNotificationSetting/components/Header/styles.d.ts.map +0 -1
  2846. package/lib/typescript/src/social/features/community/PostsNotificationSetting/index.d.ts +0 -2
  2847. package/lib/typescript/src/social/features/community/PostsNotificationSetting/index.d.ts.map +0 -1
  2848. package/lib/typescript/src/social/features/community/PostsNotificationSetting/styles.d.ts +0 -32
  2849. package/lib/typescript/src/social/features/community/PostsNotificationSetting/styles.d.ts.map +0 -1
  2850. package/lib/typescript/src/social/features/community/Setting/Setting.d.ts.map +0 -1
  2851. package/lib/typescript/src/social/features/community/Setting/components/Header/Header.d.ts.map +0 -1
  2852. package/lib/typescript/src/social/features/community/Setting/components/Header/index.d.ts.map +0 -1
  2853. package/lib/typescript/src/social/features/community/Setting/components/Header/styles.d.ts.map +0 -1
  2854. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts.map +0 -1
  2855. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/index.d.ts.map +0 -1
  2856. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunity/styles.d.ts.map +0 -1
  2857. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts +0 -10
  2858. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/CloseCommunityDescription.d.ts.map +0 -1
  2859. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/index.d.ts.map +0 -1
  2860. package/lib/typescript/src/social/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts.map +0 -1
  2861. package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts.map +0 -1
  2862. package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/index.d.ts.map +0 -1
  2863. package/lib/typescript/src/social/features/community/Setting/elements/LeaveCommunity/styles.d.ts.map +0 -1
  2864. package/lib/typescript/src/social/features/community/Setting/hooks/useCommunitySetting.d.ts +0 -26
  2865. package/lib/typescript/src/social/features/community/Setting/hooks/useCommunitySetting.d.ts.map +0 -1
  2866. package/lib/typescript/src/social/features/community/Setting/index.d.ts.map +0 -1
  2867. package/lib/typescript/src/social/features/community/Setting/styles.d.ts.map +0 -1
  2868. package/lib/typescript/src/social/features/community/Setup/Setup.d.ts.map +0 -1
  2869. package/lib/typescript/src/social/features/community/Setup/index.d.ts.map +0 -1
  2870. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts +0 -6
  2871. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/StoriesNotificationSetting.d.ts.map +0 -1
  2872. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/Header.d.ts.map +0 -1
  2873. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/index.d.ts.map +0 -1
  2874. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/components/Header/styles.d.ts.map +0 -1
  2875. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/index.d.ts +0 -2
  2876. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/index.d.ts.map +0 -1
  2877. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/styles.d.ts +0 -32
  2878. package/lib/typescript/src/social/features/community/StoriesNotificationSetting/styles.d.ts.map +0 -1
  2879. package/lib/typescript/src/social/features/community/StorySetting/StorySetting.d.ts.map +0 -1
  2880. package/lib/typescript/src/social/features/community/StorySetting/components/Header/Header.d.ts.map +0 -1
  2881. package/lib/typescript/src/social/features/community/StorySetting/components/Header/index.d.ts.map +0 -1
  2882. package/lib/typescript/src/social/features/community/StorySetting/components/Header/styles.d.ts.map +0 -1
  2883. package/lib/typescript/src/social/features/community/StorySetting/index.d.ts.map +0 -1
  2884. package/lib/typescript/src/social/features/community/StorySetting/styles.d.ts.map +0 -1
  2885. package/lib/typescript/src/social/features/community/shared/components/Categories/index.d.ts.map +0 -1
  2886. package/lib/typescript/src/social/features/community/shared/components/Categories/styles.d.ts.map +0 -1
  2887. package/lib/typescript/src/social/features/community/shared/components/CoverImageUpload/index.d.ts.map +0 -1
  2888. package/lib/typescript/src/social/features/community/shared/components/CoverImageUpload/styles.d.ts.map +0 -1
  2889. package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts.map +0 -1
  2890. package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/index.d.ts.map +0 -1
  2891. package/lib/typescript/src/social/features/community/shared/components/MemberSkeleton/styles.d.ts.map +0 -1
  2892. package/lib/typescript/src/social/features/community/shared/components/Privacy/index.d.ts.map +0 -1
  2893. package/lib/typescript/src/social/features/community/shared/components/Privacy/styles.d.ts.map +0 -1
  2894. package/lib/typescript/src/social/features/community/shared/elements/Action/Action.d.ts.map +0 -1
  2895. package/lib/typescript/src/social/features/community/shared/elements/Action/index.d.ts.map +0 -1
  2896. package/lib/typescript/src/social/features/community/shared/elements/Action/styles.d.ts.map +0 -1
  2897. package/lib/typescript/src/social/features/community/shared/types/index.d.ts.map +0 -1
  2898. package/lib/typescript/src/social/features/feed/components/Categories/Categories.d.ts.map +0 -1
  2899. package/lib/typescript/src/social/features/feed/components/Categories/index.d.ts.map +0 -1
  2900. package/lib/typescript/src/social/features/feed/components/Categories/styles.d.ts.map +0 -1
  2901. package/lib/typescript/src/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts +0 -11
  2902. package/lib/typescript/src/social/features/feed/components/CommunityCategories/CommunityCategories.d.ts.map +0 -1
  2903. package/lib/typescript/src/social/features/feed/components/CommunityCategories/index.d.ts.map +0 -1
  2904. package/lib/typescript/src/social/features/feed/components/CommunityCategories/styles.d.ts.map +0 -1
  2905. package/lib/typescript/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts +0 -8
  2906. package/lib/typescript/src/social/features/feed/components/CreatePostMenu/CreatePostMenu.d.ts.map +0 -1
  2907. package/lib/typescript/src/social/features/feed/components/CreatePostMenu/index.d.ts.map +0 -1
  2908. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts.map +0 -1
  2909. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts.map +0 -1
  2910. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts.map +0 -1
  2911. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts.map +0 -1
  2912. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts.map +0 -1
  2913. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/index.d.ts.map +0 -1
  2914. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts.map +0 -1
  2915. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts.map +0 -1
  2916. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/index.d.ts.map +0 -1
  2917. package/lib/typescript/src/social/features/feed/components/EmptyNewsFeed/styles.d.ts.map +0 -1
  2918. package/lib/typescript/src/social/features/feed/components/Explore/Explore.d.ts.map +0 -1
  2919. package/lib/typescript/src/social/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts.map +0 -1
  2920. package/lib/typescript/src/social/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts.map +0 -1
  2921. package/lib/typescript/src/social/features/feed/components/Explore/index.d.ts.map +0 -1
  2922. package/lib/typescript/src/social/features/feed/components/Explore/styles.d.ts.map +0 -1
  2923. package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts.map +0 -1
  2924. package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/index.d.ts.map +0 -1
  2925. package/lib/typescript/src/social/features/feed/components/ExploreCommunityEmpty/styles.d.ts.map +0 -1
  2926. package/lib/typescript/src/social/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts.map +0 -1
  2927. package/lib/typescript/src/social/features/feed/components/ExploreEmpty/index.d.ts.map +0 -1
  2928. package/lib/typescript/src/social/features/feed/components/ExploreEmpty/styles.d.ts.map +0 -1
  2929. package/lib/typescript/src/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts +0 -14
  2930. package/lib/typescript/src/social/features/feed/components/GlobalFeed/GlobalFeed.d.ts.map +0 -1
  2931. package/lib/typescript/src/social/features/feed/components/GlobalFeed/index.d.ts.map +0 -1
  2932. package/lib/typescript/src/social/features/feed/components/GlobalFeed/styles.d.ts.map +0 -1
  2933. package/lib/typescript/src/social/features/feed/components/MyCommunities/MyCommunities.d.ts.map +0 -1
  2934. package/lib/typescript/src/social/features/feed/components/MyCommunities/index.d.ts.map +0 -1
  2935. package/lib/typescript/src/social/features/feed/components/MyCommunities/styles.d.ts.map +0 -1
  2936. package/lib/typescript/src/social/features/feed/components/NewsFeed/NewsFeed.d.ts.map +0 -1
  2937. package/lib/typescript/src/social/features/feed/components/NewsFeed/index.d.ts.map +0 -1
  2938. package/lib/typescript/src/social/features/feed/components/NewsFeed/styles.d.ts.map +0 -1
  2939. package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts.map +0 -1
  2940. package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts.map +0 -1
  2941. package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts.map +0 -1
  2942. package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/index.d.ts.map +0 -1
  2943. package/lib/typescript/src/social/features/feed/components/RecommendedCommunities/styles.d.ts.map +0 -1
  2944. package/lib/typescript/src/social/features/feed/components/TopNavigation/TopNavigation.d.ts.map +0 -1
  2945. package/lib/typescript/src/social/features/feed/components/TopNavigation/index.d.ts.map +0 -1
  2946. package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts.map +0 -1
  2947. package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts.map +0 -1
  2948. package/lib/typescript/src/social/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts.map +0 -1
  2949. package/lib/typescript/src/social/features/feed/components/TrendingCommunities/index.d.ts.map +0 -1
  2950. package/lib/typescript/src/social/features/feed/components/TrendingCommunities/styles.d.ts.map +0 -1
  2951. package/lib/typescript/src/social/features/feed/components/index.d.ts.map +0 -1
  2952. package/lib/typescript/src/social/features/feed/elements/CommunityCategory/CommunityCategory.d.ts.map +0 -1
  2953. package/lib/typescript/src/social/features/feed/elements/CommunityCategory/index.d.ts.map +0 -1
  2954. package/lib/typescript/src/social/features/feed/elements/CommunityCategory/styles.d.ts.map +0 -1
  2955. package/lib/typescript/src/social/features/feed/elements/index.d.ts.map +0 -1
  2956. package/lib/typescript/src/social/features/feed/index.d.ts.map +0 -1
  2957. package/lib/typescript/src/social/features/livestream/Create/Create.d.ts.map +0 -1
  2958. package/lib/typescript/src/social/features/livestream/Create/RoomView.d.ts.map +0 -1
  2959. package/lib/typescript/src/social/features/livestream/Create/index.d.ts.map +0 -1
  2960. package/lib/typescript/src/social/features/livestream/Create/styles.d.ts +0 -262
  2961. package/lib/typescript/src/social/features/livestream/Create/styles.d.ts.map +0 -1
  2962. package/lib/typescript/src/social/features/livestream/Player/Player.d.ts.map +0 -1
  2963. package/lib/typescript/src/social/features/livestream/Player/index.d.ts.map +0 -1
  2964. package/lib/typescript/src/social/features/livestream/Player/styles.d.ts +0 -78
  2965. package/lib/typescript/src/social/features/livestream/Player/styles.d.ts.map +0 -1
  2966. package/lib/typescript/src/social/features/livestream/TargetSelection/TargetSelection.d.ts.map +0 -1
  2967. package/lib/typescript/src/social/features/livestream/TargetSelection/index.d.ts.map +0 -1
  2968. package/lib/typescript/src/social/features/livestream/Terminated/Terminated.d.ts.map +0 -1
  2969. package/lib/typescript/src/social/features/livestream/Terminated/index.d.ts.map +0 -1
  2970. package/lib/typescript/src/social/features/livestream/Terminated/styles.d.ts.map +0 -1
  2971. package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts +0 -9
  2972. package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/ThumbnailAction.d.ts.map +0 -1
  2973. package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/index.d.ts.map +0 -1
  2974. package/lib/typescript/src/social/features/livestream/components/ThumbnailAction/styles.d.ts.map +0 -1
  2975. package/lib/typescript/src/social/features/poll/Composer/PollPostComposer.d.ts.map +0 -1
  2976. package/lib/typescript/src/social/features/poll/Composer/components/PollDuration.d.ts.map +0 -1
  2977. package/lib/typescript/src/social/features/poll/Composer/components/PollDurationBottomSheet.d.ts.map +0 -1
  2978. package/lib/typescript/src/social/features/poll/Composer/components/PollDurationPicker.d.ts.map +0 -1
  2979. package/lib/typescript/src/social/features/poll/Composer/components/PollHeader.d.ts.map +0 -1
  2980. package/lib/typescript/src/social/features/poll/Composer/components/PollOptions.d.ts.map +0 -1
  2981. package/lib/typescript/src/social/features/poll/Composer/components/PollQuestion.d.ts.map +0 -1
  2982. package/lib/typescript/src/social/features/poll/Composer/components/PollSelection.d.ts.map +0 -1
  2983. package/lib/typescript/src/social/features/poll/Composer/index.d.ts.map +0 -1
  2984. package/lib/typescript/src/social/features/poll/Composer/styles.d.ts +0 -142
  2985. package/lib/typescript/src/social/features/poll/Composer/styles.d.ts.map +0 -1
  2986. package/lib/typescript/src/social/features/poll/TargetSelection/TargetSelection.d.ts.map +0 -1
  2987. package/lib/typescript/src/social/features/poll/TargetSelection/index.d.ts.map +0 -1
  2988. package/lib/typescript/src/social/features/post/Composer/PostComposer.d.ts.map +0 -1
  2989. package/lib/typescript/src/social/features/post/Composer/index.d.ts.map +0 -1
  2990. package/lib/typescript/src/social/features/post/Composer/styles.d.ts.map +0 -1
  2991. package/lib/typescript/src/social/features/post/Detail/index.d.ts.map +0 -1
  2992. package/lib/typescript/src/social/features/post/Detail/styles.d.ts +0 -133
  2993. package/lib/typescript/src/social/features/post/Detail/styles.d.ts.map +0 -1
  2994. package/lib/typescript/src/social/features/post/TargetSelection/TargetSelection.d.ts.map +0 -1
  2995. package/lib/typescript/src/social/features/post/TargetSelection/index.d.ts.map +0 -1
  2996. package/lib/typescript/src/social/features/post/components/Content/Content.d.ts.map +0 -1
  2997. package/lib/typescript/src/social/features/post/components/Content/index.d.ts.map +0 -1
  2998. package/lib/typescript/src/social/features/post/components/Content/styles.d.ts +0 -230
  2999. package/lib/typescript/src/social/features/post/components/Content/styles.d.ts.map +0 -1
  3000. package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +0 -10
  3001. package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +0 -1
  3002. package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/index.d.ts.map +0 -1
  3003. package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/styles.d.ts +0 -46
  3004. package/lib/typescript/src/social/features/post/components/DetailedMediaAttachment/styles.d.ts.map +0 -1
  3005. package/lib/typescript/src/social/features/post/components/EngagementActions/Components/DetailStyle.d.ts.map +0 -1
  3006. package/lib/typescript/src/social/features/post/components/EngagementActions/Components/FeedStyle.d.ts.map +0 -1
  3007. package/lib/typescript/src/social/features/post/components/EngagementActions/Components/index.d.ts.map +0 -1
  3008. package/lib/typescript/src/social/features/post/components/EngagementActions/Components/styles.d.ts.map +0 -1
  3009. package/lib/typescript/src/social/features/post/components/EngagementActions/Components/type.d.ts.map +0 -1
  3010. package/lib/typescript/src/social/features/post/components/EngagementActions/Components/usePostShareAction.d.ts.map +0 -1
  3011. package/lib/typescript/src/social/features/post/components/EngagementActions/EngagementActions.d.ts.map +0 -1
  3012. package/lib/typescript/src/social/features/post/components/EngagementActions/index.d.ts.map +0 -1
  3013. package/lib/typescript/src/social/features/post/components/EngagementContent/EngagementContent.d.ts.map +0 -1
  3014. package/lib/typescript/src/social/features/post/components/EngagementContent/index.d.ts.map +0 -1
  3015. package/lib/typescript/src/social/features/post/components/EngagementContent/styles.d.ts.map +0 -1
  3016. package/lib/typescript/src/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +0 -10
  3017. package/lib/typescript/src/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +0 -1
  3018. package/lib/typescript/src/social/features/post/components/MediaAttachment/index.d.ts.map +0 -1
  3019. package/lib/typescript/src/social/features/post/components/MediaAttachment/styles.d.ts +0 -38
  3020. package/lib/typescript/src/social/features/post/components/MediaAttachment/styles.d.ts.map +0 -1
  3021. package/lib/typescript/src/social/features/reaction/components/List/List.d.ts +0 -9
  3022. package/lib/typescript/src/social/features/reaction/components/List/List.d.ts.map +0 -1
  3023. package/lib/typescript/src/social/features/reaction/components/List/index.d.ts.map +0 -1
  3024. package/lib/typescript/src/social/features/reaction/components/List/styles.d.ts.map +0 -1
  3025. package/lib/typescript/src/social/features/room/hooks/useRoom.d.ts.map +0 -1
  3026. package/lib/typescript/src/social/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts.map +0 -1
  3027. package/lib/typescript/src/social/features/search/components/CommunitySearchResult/index.d.ts.map +0 -1
  3028. package/lib/typescript/src/social/features/search/components/TopSearchBar/TopSearchBar.d.ts.map +0 -1
  3029. package/lib/typescript/src/social/features/search/components/TopSearchBar/index.d.ts.map +0 -1
  3030. package/lib/typescript/src/social/features/search/components/TopSearchBar/styles.d.ts.map +0 -1
  3031. package/lib/typescript/src/social/features/search/components/UserSearchResult/UserSearchResult.d.ts.map +0 -1
  3032. package/lib/typescript/src/social/features/search/components/UserSearchResult/index.d.ts.map +0 -1
  3033. package/lib/typescript/src/social/features/story/Create/Create.d.ts.map +0 -1
  3034. package/lib/typescript/src/social/features/story/Create/index.d.ts.map +0 -1
  3035. package/lib/typescript/src/social/features/story/Create/styles.d.ts.map +0 -1
  3036. package/lib/typescript/src/social/features/story/Draft/Draft.d.ts.map +0 -1
  3037. package/lib/typescript/src/social/features/story/Draft/components/HyperLinkConfig.d.ts.map +0 -1
  3038. package/lib/typescript/src/social/features/story/Draft/index.d.ts.map +0 -1
  3039. package/lib/typescript/src/social/features/story/Draft/styles.d.ts +0 -194
  3040. package/lib/typescript/src/social/features/story/Draft/styles.d.ts.map +0 -1
  3041. package/lib/typescript/src/social/features/story/TargetSelection/TargetSelection.d.ts.map +0 -1
  3042. package/lib/typescript/src/social/features/story/TargetSelection/index.d.ts.map +0 -1
  3043. package/lib/typescript/src/social/features/story/View/View.d.ts +0 -13
  3044. package/lib/typescript/src/social/features/story/View/View.d.ts.map +0 -1
  3045. package/lib/typescript/src/social/features/story/View/components/AmityViewStoryItem.d.ts +0 -20
  3046. package/lib/typescript/src/social/features/story/View/components/AmityViewStoryItem.d.ts.map +0 -1
  3047. package/lib/typescript/src/social/features/story/View/index.d.ts.map +0 -1
  3048. package/lib/typescript/src/social/features/story/View/styles.d.ts +0 -238
  3049. package/lib/typescript/src/social/features/story/View/styles.d.ts.map +0 -1
  3050. package/lib/typescript/src/social/features/story/components/Tab/Tab.d.ts.map +0 -1
  3051. package/lib/typescript/src/social/features/story/components/Tab/index.d.ts.map +0 -1
  3052. package/lib/typescript/src/social/features/user/Blocked/Blocked.d.ts.map +0 -1
  3053. package/lib/typescript/src/social/features/user/Blocked/components/TopBar/TopBar.d.ts.map +0 -1
  3054. package/lib/typescript/src/social/features/user/Blocked/components/TopBar/index.d.ts.map +0 -1
  3055. package/lib/typescript/src/social/features/user/Blocked/components/TopBar/styles.d.ts.map +0 -1
  3056. package/lib/typescript/src/social/features/user/Blocked/components/UserItem/UserItem.d.ts.map +0 -1
  3057. package/lib/typescript/src/social/features/user/Blocked/components/UserItem/index.d.ts.map +0 -1
  3058. package/lib/typescript/src/social/features/user/Blocked/components/UserItem/styles.d.ts.map +0 -1
  3059. package/lib/typescript/src/social/features/user/Blocked/components/UserList/UserList.d.ts.map +0 -1
  3060. package/lib/typescript/src/social/features/user/Blocked/components/UserList/index.d.ts.map +0 -1
  3061. package/lib/typescript/src/social/features/user/Blocked/components/UserList/styles.d.ts.map +0 -1
  3062. package/lib/typescript/src/social/features/user/Blocked/components/index.d.ts.map +0 -1
  3063. package/lib/typescript/src/social/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts.map +0 -1
  3064. package/lib/typescript/src/social/features/user/Blocked/elements/UnblockUserButton/index.d.ts.map +0 -1
  3065. package/lib/typescript/src/social/features/user/Blocked/elements/index.d.ts.map +0 -1
  3066. package/lib/typescript/src/social/features/user/Blocked/index.d.ts.map +0 -1
  3067. package/lib/typescript/src/social/features/user/Blocked/styles.d.ts.map +0 -1
  3068. package/lib/typescript/src/social/features/user/Edit/Edit.d.ts.map +0 -1
  3069. package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/ImageUpload.d.ts.map +0 -1
  3070. package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/index.d.ts.map +0 -1
  3071. package/lib/typescript/src/social/features/user/Edit/components/ImageUpload/styles.d.ts.map +0 -1
  3072. package/lib/typescript/src/social/features/user/Edit/components/TopBar/TopBar.d.ts.map +0 -1
  3073. package/lib/typescript/src/social/features/user/Edit/components/TopBar/index.d.ts.map +0 -1
  3074. package/lib/typescript/src/social/features/user/Edit/components/TopBar/styles.d.ts.map +0 -1
  3075. package/lib/typescript/src/social/features/user/Edit/components/index.d.ts.map +0 -1
  3076. package/lib/typescript/src/social/features/user/Edit/hooks/index.d.ts.map +0 -1
  3077. package/lib/typescript/src/social/features/user/Edit/hooks/useEditUser.d.ts +0 -64
  3078. package/lib/typescript/src/social/features/user/Edit/hooks/useEditUser.d.ts.map +0 -1
  3079. package/lib/typescript/src/social/features/user/Edit/index.d.ts.map +0 -1
  3080. package/lib/typescript/src/social/features/user/Edit/styles.d.ts.map +0 -1
  3081. package/lib/typescript/src/social/features/user/PendingFollowRequests/PendingFollowRequests.d.ts.map +0 -1
  3082. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts.map +0 -1
  3083. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/index.d.ts.map +0 -1
  3084. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts.map +0 -1
  3085. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts.map +0 -1
  3086. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/index.d.ts.map +0 -1
  3087. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/RequestList/styles.d.ts.map +0 -1
  3088. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts.map +0 -1
  3089. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/index.d.ts.map +0 -1
  3090. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/TopBar/styles.d.ts.map +0 -1
  3091. package/lib/typescript/src/social/features/user/PendingFollowRequests/components/index.d.ts.map +0 -1
  3092. package/lib/typescript/src/social/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts.map +0 -1
  3093. package/lib/typescript/src/social/features/user/PendingFollowRequests/index.d.ts.map +0 -1
  3094. package/lib/typescript/src/social/features/user/PendingFollowRequests/styles.d.ts.map +0 -1
  3095. package/lib/typescript/src/social/features/user/Profile/Profile.d.ts +0 -8
  3096. package/lib/typescript/src/social/features/user/Profile/Profile.d.ts.map +0 -1
  3097. package/lib/typescript/src/social/features/user/Profile/components/Action/Action.d.ts.map +0 -1
  3098. package/lib/typescript/src/social/features/user/Profile/components/Action/index.d.ts.map +0 -1
  3099. package/lib/typescript/src/social/features/user/Profile/components/Feed/Feed.d.ts +0 -7
  3100. package/lib/typescript/src/social/features/user/Profile/components/Feed/Feed.d.ts.map +0 -1
  3101. package/lib/typescript/src/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts +0 -21
  3102. package/lib/typescript/src/social/features/user/Profile/components/Feed/hooks/useFeed.d.ts.map +0 -1
  3103. package/lib/typescript/src/social/features/user/Profile/components/Feed/index.d.ts.map +0 -1
  3104. package/lib/typescript/src/social/features/user/Profile/components/Feed/styles.d.ts.map +0 -1
  3105. package/lib/typescript/src/social/features/user/Profile/components/Header/Header.d.ts +0 -10
  3106. package/lib/typescript/src/social/features/user/Profile/components/Header/Header.d.ts.map +0 -1
  3107. package/lib/typescript/src/social/features/user/Profile/components/Header/hooks/useHeader.d.ts +0 -106
  3108. package/lib/typescript/src/social/features/user/Profile/components/Header/hooks/useHeader.d.ts.map +0 -1
  3109. package/lib/typescript/src/social/features/user/Profile/components/Header/index.d.ts.map +0 -1
  3110. package/lib/typescript/src/social/features/user/Profile/components/Header/styles.d.ts +0 -68
  3111. package/lib/typescript/src/social/features/user/Profile/components/Header/styles.d.ts.map +0 -1
  3112. package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts +0 -7
  3113. package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/ImageFeed.d.ts.map +0 -1
  3114. package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts +0 -23
  3115. package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/hooks/useImageFeed.d.ts.map +0 -1
  3116. package/lib/typescript/src/social/features/user/Profile/components/ImageFeed/index.d.ts.map +0 -1
  3117. package/lib/typescript/src/social/features/user/Profile/components/TopBar/TopBar.d.ts +0 -10
  3118. package/lib/typescript/src/social/features/user/Profile/components/TopBar/TopBar.d.ts.map +0 -1
  3119. package/lib/typescript/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts +0 -50
  3120. package/lib/typescript/src/social/features/user/Profile/components/TopBar/hooks/useTopBar.d.ts.map +0 -1
  3121. package/lib/typescript/src/social/features/user/Profile/components/TopBar/index.d.ts.map +0 -1
  3122. package/lib/typescript/src/social/features/user/Profile/components/TopBar/styles.d.ts.map +0 -1
  3123. package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts +0 -7
  3124. package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/VideoFeed.d.ts.map +0 -1
  3125. package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts +0 -23
  3126. package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/hooks/useVideoFeed.d.ts.map +0 -1
  3127. package/lib/typescript/src/social/features/user/Profile/components/VideoFeed/index.d.ts.map +0 -1
  3128. package/lib/typescript/src/social/features/user/Profile/components/index.d.ts.map +0 -1
  3129. package/lib/typescript/src/social/features/user/Profile/elements/FollowButton/FollowButton.d.ts.map +0 -1
  3130. package/lib/typescript/src/social/features/user/Profile/elements/FollowButton/index.d.ts.map +0 -1
  3131. package/lib/typescript/src/social/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts.map +0 -1
  3132. package/lib/typescript/src/social/features/user/Profile/elements/FollowingButton/index.d.ts.map +0 -1
  3133. package/lib/typescript/src/social/features/user/Profile/elements/PendingButton/PendingButton.d.ts.map +0 -1
  3134. package/lib/typescript/src/social/features/user/Profile/elements/PendingButton/index.d.ts.map +0 -1
  3135. package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts.map +0 -1
  3136. package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts.map +0 -1
  3137. package/lib/typescript/src/social/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts.map +0 -1
  3138. package/lib/typescript/src/social/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts.map +0 -1
  3139. package/lib/typescript/src/social/features/user/Profile/elements/UnblockButton/index.d.ts.map +0 -1
  3140. package/lib/typescript/src/social/features/user/Profile/elements/index.d.ts +0 -6
  3141. package/lib/typescript/src/social/features/user/Profile/elements/index.d.ts.map +0 -1
  3142. package/lib/typescript/src/social/features/user/Profile/hooks/useFeedState.d.ts +0 -10
  3143. package/lib/typescript/src/social/features/user/Profile/hooks/useFeedState.d.ts.map +0 -1
  3144. package/lib/typescript/src/social/features/user/Profile/hooks/useUserProfile.d.ts.map +0 -1
  3145. package/lib/typescript/src/social/features/user/Profile/index.d.ts.map +0 -1
  3146. package/lib/typescript/src/social/features/user/Profile/styles.d.ts.map +0 -1
  3147. package/lib/typescript/src/social/features/user/Profile/types/index.d.ts.map +0 -1
  3148. package/lib/typescript/src/social/features/user/Relationship/Relationship.d.ts.map +0 -1
  3149. package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/FollowerList.d.ts.map +0 -1
  3150. package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/index.d.ts.map +0 -1
  3151. package/lib/typescript/src/social/features/user/Relationship/components/FollowerList/styles.d.ts.map +0 -1
  3152. package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/FollowingList.d.ts.map +0 -1
  3153. package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/index.d.ts.map +0 -1
  3154. package/lib/typescript/src/social/features/user/Relationship/components/FollowingList/styles.d.ts.map +0 -1
  3155. package/lib/typescript/src/social/features/user/Relationship/components/TopBar/TopBar.d.ts.map +0 -1
  3156. package/lib/typescript/src/social/features/user/Relationship/components/TopBar/index.d.ts.map +0 -1
  3157. package/lib/typescript/src/social/features/user/Relationship/components/TopBar/styles.d.ts.map +0 -1
  3158. package/lib/typescript/src/social/features/user/Relationship/components/UserItem/UserItem.d.ts.map +0 -1
  3159. package/lib/typescript/src/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts +0 -55
  3160. package/lib/typescript/src/social/features/user/Relationship/components/UserItem/hooks/useUserItem.d.ts.map +0 -1
  3161. package/lib/typescript/src/social/features/user/Relationship/components/UserItem/index.d.ts.map +0 -1
  3162. package/lib/typescript/src/social/features/user/Relationship/components/UserItem/styles.d.ts.map +0 -1
  3163. package/lib/typescript/src/social/features/user/Relationship/components/UserList/UserList.d.ts.map +0 -1
  3164. package/lib/typescript/src/social/features/user/Relationship/components/UserList/index.d.ts.map +0 -1
  3165. package/lib/typescript/src/social/features/user/Relationship/components/UserList/styles.d.ts.map +0 -1
  3166. package/lib/typescript/src/social/features/user/Relationship/components/index.d.ts.map +0 -1
  3167. package/lib/typescript/src/social/features/user/Relationship/hooks/index.d.ts.map +0 -1
  3168. package/lib/typescript/src/social/features/user/Relationship/hooks/useUserRelationship.d.ts.map +0 -1
  3169. package/lib/typescript/src/social/features/user/Relationship/index.d.ts.map +0 -1
  3170. package/lib/typescript/src/social/features/user/Relationship/styles.d.ts.map +0 -1
  3171. package/lib/typescript/src/social/hooks/collections/category/useCategoryCollection.d.ts.map +0 -1
  3172. package/lib/typescript/src/social/hooks/collections/community/useCommunityMemberCollection.d.ts.map +0 -1
  3173. package/lib/typescript/src/social/hooks/collections/index.d.ts +0 -13
  3174. package/lib/typescript/src/social/hooks/collections/index.d.ts.map +0 -1
  3175. package/lib/typescript/src/social/hooks/collections/post/usePinnedPostCollection.d.ts.map +0 -1
  3176. package/lib/typescript/src/social/hooks/collections/post/usePostCollection.d.ts.map +0 -1
  3177. package/lib/typescript/src/social/hooks/collections/post/useUserFeed.d.ts.map +0 -1
  3178. package/lib/typescript/src/social/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts.map +0 -1
  3179. package/lib/typescript/src/social/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts.map +0 -1
  3180. package/lib/typescript/src/social/hooks/collections/useLiveCollection.d.ts.map +0 -1
  3181. package/lib/typescript/src/social/hooks/collections/useReactQueryLiveCollection.d.ts.map +0 -1
  3182. package/lib/typescript/src/social/hooks/collections/user/useBlockedUsersCollection.d.ts.map +0 -1
  3183. package/lib/typescript/src/social/hooks/collections/user/useFollowerCollection.d.ts.map +0 -1
  3184. package/lib/typescript/src/social/hooks/collections/user/useFollowingCollection.d.ts.map +0 -1
  3185. package/lib/typescript/src/social/hooks/collections/user/useUserCollection.d.ts.map +0 -1
  3186. package/lib/typescript/src/social/hooks/files/useFile.d.ts.map +0 -1
  3187. package/lib/typescript/src/social/hooks/index.d.ts +0 -38
  3188. package/lib/typescript/src/social/hooks/index.d.ts.map +0 -1
  3189. package/lib/typescript/src/social/hooks/objects/index.d.ts.map +0 -1
  3190. package/lib/typescript/src/social/hooks/objects/useLiveObject.d.ts.map +0 -1
  3191. package/lib/typescript/src/social/hooks/objects/user/useFollowInfo.d.ts.map +0 -1
  3192. package/lib/typescript/src/social/hooks/objects/user/useUser.d.ts.map +0 -1
  3193. package/lib/typescript/src/social/hooks/queries/useBlockUser.d.ts.map +0 -1
  3194. package/lib/typescript/src/social/hooks/queries/useClosePoll.d.ts.map +0 -1
  3195. package/lib/typescript/src/social/hooks/queries/useFlagPost.d.ts.map +0 -1
  3196. package/lib/typescript/src/social/hooks/queries/useFlagUserQuery.d.ts.map +0 -1
  3197. package/lib/typescript/src/social/hooks/queries/useFollowUser.d.ts.map +0 -1
  3198. package/lib/typescript/src/social/hooks/queries/usePendingFollowRequest.d.ts.map +0 -1
  3199. package/lib/typescript/src/social/hooks/useAmityGlobalSearchViewModel.d.ts.map +0 -1
  3200. package/lib/typescript/src/social/hooks/useCamera.d.ts.map +0 -1
  3201. package/lib/typescript/src/social/hooks/useCategories.d.ts.map +0 -1
  3202. package/lib/typescript/src/social/hooks/useCategory.d.ts.map +0 -1
  3203. package/lib/typescript/src/social/hooks/useCommentAdImpression.d.ts.map +0 -1
  3204. package/lib/typescript/src/social/hooks/useCommunities.d.ts.map +0 -1
  3205. package/lib/typescript/src/social/hooks/useCommunity.d.ts.map +0 -1
  3206. package/lib/typescript/src/social/hooks/useConfig.d.ts.map +0 -1
  3207. package/lib/typescript/src/social/hooks/useConfigImageUri.d.ts.map +0 -1
  3208. package/lib/typescript/src/social/hooks/useCustomRankingGlobalFeed.d.ts.map +0 -1
  3209. package/lib/typescript/src/social/hooks/useDarkMode.d.ts.map +0 -1
  3210. package/lib/typescript/src/social/hooks/useFile.d.ts.map +0 -1
  3211. package/lib/typescript/src/social/hooks/useGenerateThemeStyles.d.ts.map +0 -1
  3212. package/lib/typescript/src/social/hooks/useGlobalStory.d.ts.map +0 -1
  3213. package/lib/typescript/src/social/hooks/useImagePicker.d.ts.map +0 -1
  3214. package/lib/typescript/src/social/hooks/useIsCommunityModerator.d.ts +0 -7
  3215. package/lib/typescript/src/social/hooks/useIsCommunityModerator.d.ts.map +0 -1
  3216. package/lib/typescript/src/social/hooks/useJoinCommunity.d.ts.map +0 -1
  3217. package/lib/typescript/src/social/hooks/useKeyboardStatus.d.ts.map +0 -1
  3218. package/lib/typescript/src/social/hooks/useLeaveCommunity.d.ts.map +0 -1
  3219. package/lib/typescript/src/social/hooks/useMembersQuery.d.ts.map +0 -1
  3220. package/lib/typescript/src/social/hooks/useMention/index.d.ts +0 -21
  3221. package/lib/typescript/src/social/hooks/useMention/index.d.ts.map +0 -1
  3222. package/lib/typescript/src/social/hooks/useMention/styles.d.ts +0 -31
  3223. package/lib/typescript/src/social/hooks/useMention/styles.d.ts.map +0 -1
  3224. package/lib/typescript/src/social/hooks/usePaginator.d.ts.map +0 -1
  3225. package/lib/typescript/src/social/hooks/usePendingPostQuery.d.ts.map +0 -1
  3226. package/lib/typescript/src/social/hooks/usePendingPosts.d.ts.map +0 -1
  3227. package/lib/typescript/src/social/hooks/usePermissions.d.ts.map +0 -1
  3228. package/lib/typescript/src/social/hooks/usePoll.d.ts +0 -11
  3229. package/lib/typescript/src/social/hooks/usePoll.d.ts.map +0 -1
  3230. package/lib/typescript/src/social/hooks/usePopup.d.ts.map +0 -1
  3231. package/lib/typescript/src/social/hooks/usePostImpression.d.ts.map +0 -1
  3232. package/lib/typescript/src/social/hooks/usePostPermission.d.ts.map +0 -1
  3233. package/lib/typescript/src/social/hooks/usePostSubscription.d.ts.map +0 -1
  3234. package/lib/typescript/src/social/hooks/usePosts.d.ts.map +0 -1
  3235. package/lib/typescript/src/social/hooks/useReaction.d.ts.map +0 -1
  3236. package/lib/typescript/src/social/hooks/useRecommenedCommunities.d.ts.map +0 -1
  3237. package/lib/typescript/src/social/hooks/useRolesQuery.d.ts.map +0 -1
  3238. package/lib/typescript/src/social/hooks/useRoomSubscription.d.ts.map +0 -1
  3239. package/lib/typescript/src/social/hooks/useSearch.d.ts +0 -11
  3240. package/lib/typescript/src/social/hooks/useSearch.d.ts.map +0 -1
  3241. package/lib/typescript/src/social/hooks/useStory.d.ts.map +0 -1
  3242. package/lib/typescript/src/social/hooks/useStoryPermission.d.ts +0 -2
  3243. package/lib/typescript/src/social/hooks/useStoryPermission.d.ts.map +0 -1
  3244. package/lib/typescript/src/social/hooks/useStoryTarget.d.ts.map +0 -1
  3245. package/lib/typescript/src/social/hooks/useTimeDifference.d.ts.map +0 -1
  3246. package/lib/typescript/src/social/hooks/useTrendingCommunities.d.ts.map +0 -1
  3247. package/lib/typescript/src/social/hooks/useUiKitConfig.d.ts.map +0 -1
  3248. package/lib/typescript/src/social/hooks/useUiKitReference.d.ts.map +0 -1
  3249. package/lib/typescript/src/social/hooks/useUser.d.ts.map +0 -1
  3250. package/lib/typescript/src/social/hooks/useValidateConfig.d.ts.map +0 -1
  3251. package/lib/typescript/src/social/index.d.ts +0 -67
  3252. package/lib/typescript/src/social/index.d.ts.map +0 -1
  3253. package/lib/typescript/src/social/providers/AdEngineProvider.d.ts.map +0 -1
  3254. package/lib/typescript/src/social/providers/BehaviourProvider.d.ts.map +0 -1
  3255. package/lib/typescript/src/social/providers/ExploreProvider.d.ts.map +0 -1
  3256. package/lib/typescript/src/social/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts.map +0 -1
  3257. package/lib/typescript/src/social/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts.map +0 -1
  3258. package/lib/typescript/src/social/screens/AllCategories/CategoryRowItem/styles.d.ts.map +0 -1
  3259. package/lib/typescript/src/social/screens/AllCategories/index.d.ts.map +0 -1
  3260. package/lib/typescript/src/social/screens/AllCategories/styles.d.ts.map +0 -1
  3261. package/lib/typescript/src/social/screens/BlockedUsers/BlockedUsers.d.ts.map +0 -1
  3262. package/lib/typescript/src/social/screens/BlockedUsers/index.d.ts.map +0 -1
  3263. package/lib/typescript/src/social/screens/CommunitiesByCategory/index.d.ts.map +0 -1
  3264. package/lib/typescript/src/social/screens/CommunitiesByCategory/styles.d.ts.map +0 -1
  3265. package/lib/typescript/src/social/screens/CommunityAddCategory/index.d.ts.map +0 -1
  3266. package/lib/typescript/src/social/screens/CommunityAddMember/index.d.ts.map +0 -1
  3267. package/lib/typescript/src/social/screens/CommunityCommentsNotificationSetting/index.d.ts +0 -6
  3268. package/lib/typescript/src/social/screens/CommunityCommentsNotificationSetting/index.d.ts.map +0 -1
  3269. package/lib/typescript/src/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts +0 -6
  3270. package/lib/typescript/src/social/screens/CommunityLivestreamsNotificationSetting/index.d.ts.map +0 -1
  3271. package/lib/typescript/src/social/screens/CommunityMembership/index.d.ts.map +0 -1
  3272. package/lib/typescript/src/social/screens/CommunityNotificationSetting/index.d.ts +0 -6
  3273. package/lib/typescript/src/social/screens/CommunityNotificationSetting/index.d.ts.map +0 -1
  3274. package/lib/typescript/src/social/screens/CommunityPendingRequest/index.d.ts.map +0 -1
  3275. package/lib/typescript/src/social/screens/CommunityPostPermission/index.d.ts.map +0 -1
  3276. package/lib/typescript/src/social/screens/CommunityPostsNotificationSetting/index.d.ts +0 -6
  3277. package/lib/typescript/src/social/screens/CommunityPostsNotificationSetting/index.d.ts.map +0 -1
  3278. package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/Feed.d.ts.map +0 -1
  3279. package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/index.d.ts.map +0 -1
  3280. package/lib/typescript/src/social/screens/CommunityProfile/components/Feed/styles.d.ts.map +0 -1
  3281. package/lib/typescript/src/social/screens/CommunityProfile/components/Header/Header.d.ts.map +0 -1
  3282. package/lib/typescript/src/social/screens/CommunityProfile/components/Header/index.d.ts.map +0 -1
  3283. package/lib/typescript/src/social/screens/CommunityProfile/components/Header/styles.d.ts.map +0 -1
  3284. package/lib/typescript/src/social/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts.map +0 -1
  3285. package/lib/typescript/src/social/screens/CommunityProfile/components/ImageFeed/index.d.ts.map +0 -1
  3286. package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts.map +0 -1
  3287. package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/index.d.ts.map +0 -1
  3288. package/lib/typescript/src/social/screens/CommunityProfile/components/PinnedPost/styles.d.ts.map +0 -1
  3289. package/lib/typescript/src/social/screens/CommunityProfile/components/Tab/Tab.d.ts.map +0 -1
  3290. package/lib/typescript/src/social/screens/CommunityProfile/components/Tab/index.d.ts.map +0 -1
  3291. package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/TopBar.d.ts.map +0 -1
  3292. package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/index.d.ts.map +0 -1
  3293. package/lib/typescript/src/social/screens/CommunityProfile/components/TopBar/styles.d.ts.map +0 -1
  3294. package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts.map +0 -1
  3295. package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/index.d.ts.map +0 -1
  3296. package/lib/typescript/src/social/screens/CommunityProfile/components/VideoFeed/styles.d.ts.map +0 -1
  3297. package/lib/typescript/src/social/screens/CommunityProfile/components/index.d.ts.map +0 -1
  3298. package/lib/typescript/src/social/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts.map +0 -1
  3299. package/lib/typescript/src/social/screens/CommunityProfile/elements/CommunityCover/index.d.ts.map +0 -1
  3300. package/lib/typescript/src/social/screens/CommunityProfile/elements/index.d.ts.map +0 -1
  3301. package/lib/typescript/src/social/screens/CommunityProfile/index.d.ts.map +0 -1
  3302. package/lib/typescript/src/social/screens/CommunityProfile/styles.d.ts.map +0 -1
  3303. package/lib/typescript/src/social/screens/CommunitySetting/index.d.ts.map +0 -1
  3304. package/lib/typescript/src/social/screens/CommunityStoriesNotificationSetting/index.d.ts +0 -6
  3305. package/lib/typescript/src/social/screens/CommunityStoriesNotificationSetting/index.d.ts.map +0 -1
  3306. package/lib/typescript/src/social/screens/CommunityStorySetting/index.d.ts.map +0 -1
  3307. package/lib/typescript/src/social/screens/CreateCommunity/index.d.ts.map +0 -1
  3308. package/lib/typescript/src/social/screens/CreateLivestream/index.d.ts.map +0 -1
  3309. package/lib/typescript/src/social/screens/CreatePost/index.d.ts.map +0 -1
  3310. package/lib/typescript/src/social/screens/CreateStory/CreateStoryScreen.d.ts.map +0 -1
  3311. package/lib/typescript/src/social/screens/EditCommunity/index.d.ts.map +0 -1
  3312. package/lib/typescript/src/social/screens/EditPost/EditPost.d.ts.map +0 -1
  3313. package/lib/typescript/src/social/screens/EditUser/EditUser.d.ts.map +0 -1
  3314. package/lib/typescript/src/social/screens/EditUser/index.d.ts.map +0 -1
  3315. package/lib/typescript/src/social/screens/GlobalBan/GlobalBan.d.ts.map +0 -1
  3316. package/lib/typescript/src/social/screens/GlobalBan/index.d.ts.map +0 -1
  3317. package/lib/typescript/src/social/screens/GlobalBan/styles.d.ts.map +0 -1
  3318. package/lib/typescript/src/social/screens/GlobalFeed/index.d.ts.map +0 -1
  3319. package/lib/typescript/src/social/screens/GlobalFeed/styles.d.ts.map +0 -1
  3320. package/lib/typescript/src/social/screens/ImageViewer/ImageViewer.d.ts.map +0 -1
  3321. package/lib/typescript/src/social/screens/ImageViewer/components/Header/Header.d.ts.map +0 -1
  3322. package/lib/typescript/src/social/screens/ImageViewer/components/Header/index.d.ts.map +0 -1
  3323. package/lib/typescript/src/social/screens/ImageViewer/components/Header/styles.d.ts.map +0 -1
  3324. package/lib/typescript/src/social/screens/ImageViewer/components/index.d.ts.map +0 -1
  3325. package/lib/typescript/src/social/screens/ImageViewer/index.d.ts.map +0 -1
  3326. package/lib/typescript/src/social/screens/LivestreamPlayer/index.d.ts.map +0 -1
  3327. package/lib/typescript/src/social/screens/LivestreamPostTargetSelection/index.d.ts.map +0 -1
  3328. package/lib/typescript/src/social/screens/LivestreamTerminated/index.d.ts.map +0 -1
  3329. package/lib/typescript/src/social/screens/MyCommunitiesSearch/index.d.ts.map +0 -1
  3330. package/lib/typescript/src/social/screens/MyCommunitiesSearch/styles.d.ts.map +0 -1
  3331. package/lib/typescript/src/social/screens/PollPostComposer/index.d.ts.map +0 -1
  3332. package/lib/typescript/src/social/screens/PollTargetSelection/index.d.ts.map +0 -1
  3333. package/lib/typescript/src/social/screens/PostDetail/index.d.ts.map +0 -1
  3334. package/lib/typescript/src/social/screens/PostTargetSelection/index.d.ts.map +0 -1
  3335. package/lib/typescript/src/social/screens/SocialGlobalSearch/index.d.ts.map +0 -1
  3336. package/lib/typescript/src/social/screens/SocialGlobalSearch/styles.d.ts.map +0 -1
  3337. package/lib/typescript/src/social/screens/SocialHomePage/index.d.ts.map +0 -1
  3338. package/lib/typescript/src/social/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts.map +0 -1
  3339. package/lib/typescript/src/social/screens/UserPendingFollowRequests/index.d.ts.map +0 -1
  3340. package/lib/typescript/src/social/screens/UserProfile/UserProfile.d.ts +0 -7
  3341. package/lib/typescript/src/social/screens/UserProfile/UserProfile.d.ts.map +0 -1
  3342. package/lib/typescript/src/social/screens/UserProfile/index.d.ts.map +0 -1
  3343. package/lib/typescript/src/social/screens/UserRelationship/UserRelationship.d.ts.map +0 -1
  3344. package/lib/typescript/src/social/screens/UserRelationship/index.d.ts.map +0 -1
  3345. package/lib/typescript/src/social/screens/VideoPlayer/VideoPlayer.d.ts.map +0 -1
  3346. package/lib/typescript/src/social/screens/VideoPlayer/index.d.ts.map +0 -1
  3347. package/lib/typescript/src/social/screens/VideoPlayer/styles.d.ts.map +0 -1
  3348. package/lib/typescript/src/social/screens/index.d.ts +0 -8
  3349. package/lib/typescript/src/social/screens/index.d.ts.map +0 -1
  3350. package/lib/typescript/src/social/types/index.d.ts.map +0 -1
  3351. package/lib/typescript/src/social/utils/errors.d.ts.map +0 -1
  3352. package/lib/typescript/src/social/utils/index.d.ts +0 -5
  3353. package/lib/typescript/src/social/utils/index.d.ts.map +0 -1
  3354. package/lib/typescript/src/social/utils/permissions.d.ts +0 -7
  3355. package/lib/typescript/src/social/utils/permissions.d.ts.map +0 -1
  3356. package/src/social/hooks/useIsCommunityModerator.ts +0 -35
  3357. /package/lib/typescript/{src/core → core}/assets/icons/arrowDown.d.ts +0 -0
  3358. /package/lib/typescript/{src/core → core}/assets/icons/arrowLeft.d.ts +0 -0
  3359. /package/lib/typescript/{src/core → core}/assets/icons/arrowRight.d.ts +0 -0
  3360. /package/lib/typescript/{src/core → core}/assets/icons/ban.d.ts +0 -0
  3361. /package/lib/typescript/{src/core → core}/assets/icons/bell.d.ts +0 -0
  3362. /package/lib/typescript/{src/core → core}/assets/icons/block.d.ts +0 -0
  3363. /package/lib/typescript/{src/core → core}/assets/icons/brand.d.ts +0 -0
  3364. /package/lib/typescript/{src/core → core}/assets/icons/camera.d.ts +0 -0
  3365. /package/lib/typescript/{src/core → core}/assets/icons/category.d.ts +0 -0
  3366. /package/lib/typescript/{src/core → core}/assets/icons/check.d.ts +0 -0
  3367. /package/lib/typescript/{src/core → core}/assets/icons/checkbox.d.ts +0 -0
  3368. /package/lib/typescript/{src/core → core}/assets/icons/close.d.ts +0 -0
  3369. /package/lib/typescript/{src/core → core}/assets/icons/commentNotification.d.ts +0 -0
  3370. /package/lib/typescript/{src/core → core}/assets/icons/community.d.ts +0 -0
  3371. /package/lib/typescript/{src/core → core}/assets/icons/cross.d.ts +0 -0
  3372. /package/lib/typescript/{src/core → core}/assets/icons/demote.d.ts +0 -0
  3373. /package/lib/typescript/{src/core → core}/assets/icons/dot.d.ts +0 -0
  3374. /package/lib/typescript/{src/core → core}/assets/icons/emptyCommunity.d.ts +0 -0
  3375. /package/lib/typescript/{src/core → core}/assets/icons/emptyImagePost.d.ts +0 -0
  3376. /package/lib/typescript/{src/core → core}/assets/icons/emptyList.d.ts +0 -0
  3377. /package/lib/typescript/{src/core → core}/assets/icons/emptyPost.d.ts +0 -0
  3378. /package/lib/typescript/{src/core → core}/assets/icons/emptyVideoPost.d.ts +0 -0
  3379. /package/lib/typescript/{src/core → core}/assets/icons/errorPage.d.ts +0 -0
  3380. /package/lib/typescript/{src/core → core}/assets/icons/exclamation.d.ts +0 -0
  3381. /package/lib/typescript/{src/core → core}/assets/icons/featured.d.ts +0 -0
  3382. /package/lib/typescript/{src/core → core}/assets/icons/feed.d.ts +0 -0
  3383. /package/lib/typescript/{src/core → core}/assets/icons/firework.d.ts +0 -0
  3384. /package/lib/typescript/{src/core → core}/assets/icons/following.d.ts +0 -0
  3385. /package/lib/typescript/{src/core → core}/assets/icons/image.d.ts +0 -0
  3386. /package/lib/typescript/{src/core → core}/assets/icons/imageUpload.d.ts +0 -0
  3387. /package/lib/typescript/{src/core → core}/assets/icons/link.d.ts +0 -0
  3388. /package/lib/typescript/{src/core → core}/assets/icons/list.d.ts +0 -0
  3389. /package/lib/typescript/{src/core → core}/assets/icons/livestream.d.ts +0 -0
  3390. /package/lib/typescript/{src/core → core}/assets/icons/lock.d.ts +0 -0
  3391. /package/lib/typescript/{src/core → core}/assets/icons/member.d.ts +0 -0
  3392. /package/lib/typescript/{src/core → core}/assets/icons/menu.d.ts +0 -0
  3393. /package/lib/typescript/{src/core → core}/assets/icons/moderator.d.ts +0 -0
  3394. /package/lib/typescript/{src/core → core}/assets/icons/noResult.d.ts +0 -0
  3395. /package/lib/typescript/{src/core → core}/assets/icons/pause.d.ts +0 -0
  3396. /package/lib/typescript/{src/core → core}/assets/icons/pen.d.ts +0 -0
  3397. /package/lib/typescript/{src/core → core}/assets/icons/penFill.d.ts +0 -0
  3398. /package/lib/typescript/{src/core → core}/assets/icons/pending.d.ts +0 -0
  3399. /package/lib/typescript/{src/core → core}/assets/icons/people.d.ts +0 -0
  3400. /package/lib/typescript/{src/core → core}/assets/icons/photo.d.ts +0 -0
  3401. /package/lib/typescript/{src/core → core}/assets/icons/pin.d.ts +0 -0
  3402. /package/lib/typescript/{src/core → core}/assets/icons/pinFill.d.ts +0 -0
  3403. /package/lib/typescript/{src/core → core}/assets/icons/play.d.ts +0 -0
  3404. /package/lib/typescript/{src/core → core}/assets/icons/plus.d.ts +0 -0
  3405. /package/lib/typescript/{src/core → core}/assets/icons/poll.d.ts +0 -0
  3406. /package/lib/typescript/{src/core → core}/assets/icons/post.d.ts +0 -0
  3407. /package/lib/typescript/{src/core → core}/assets/icons/postNotification.d.ts +0 -0
  3408. /package/lib/typescript/{src/core → core}/assets/icons/postPermission.d.ts +0 -0
  3409. /package/lib/typescript/{src/core → core}/assets/icons/private.d.ts +0 -0
  3410. /package/lib/typescript/{src/core → core}/assets/icons/privateFeed.d.ts +0 -0
  3411. /package/lib/typescript/{src/core → core}/assets/icons/promote.d.ts +0 -0
  3412. /package/lib/typescript/{src/core → core}/assets/icons/public.d.ts +0 -0
  3413. /package/lib/typescript/{src/core → core}/assets/icons/radio.d.ts +0 -0
  3414. /package/lib/typescript/{src/core → core}/assets/icons/report.d.ts +0 -0
  3415. /package/lib/typescript/{src/core → core}/assets/icons/resume.d.ts +0 -0
  3416. /package/lib/typescript/{src/core → core}/assets/icons/rotate.d.ts +0 -0
  3417. /package/lib/typescript/{src/core → core}/assets/icons/search.d.ts +0 -0
  3418. /package/lib/typescript/{src/core → core}/assets/icons/settings.d.ts +0 -0
  3419. /package/lib/typescript/{src/core → core}/assets/icons/share.d.ts +0 -0
  3420. /package/lib/typescript/{src/core → core}/assets/icons/startLivestream.d.ts +0 -0
  3421. /package/lib/typescript/{src/core → core}/assets/icons/story.d.ts +0 -0
  3422. /package/lib/typescript/{src/core → core}/assets/icons/terminated.d.ts +0 -0
  3423. /package/lib/typescript/{src/core → core}/assets/icons/thumbnail.d.ts +0 -0
  3424. /package/lib/typescript/{src/core → core}/assets/icons/toast.d.ts +0 -0
  3425. /package/lib/typescript/{src/core → core}/assets/icons/trash.d.ts +0 -0
  3426. /package/lib/typescript/{src/core → core}/assets/icons/unfollow.d.ts +0 -0
  3427. /package/lib/typescript/{src/core → core}/assets/icons/unreport.d.ts +0 -0
  3428. /package/lib/typescript/{src/core → core}/assets/icons/verifiedBadge.d.ts +0 -0
  3429. /package/lib/typescript/{src/core → core}/assets/icons/verticalMenu.d.ts +0 -0
  3430. /package/lib/typescript/{src/core → core}/assets/icons/video.d.ts +0 -0
  3431. /package/lib/typescript/{src/core → core}/assets/icons/warning.d.ts +0 -0
  3432. /package/lib/typescript/{src/core → core}/assets/icons/xml.d.ts +0 -0
  3433. /package/lib/typescript/{src/core → core}/assets/index.d.ts +0 -0
  3434. /package/lib/typescript/{src/core → core}/components/CheckBox/index.d.ts +0 -0
  3435. /package/lib/typescript/{src/core → core}/components/CheckBox/styles.d.ts +0 -0
  3436. /package/lib/typescript/{src/core → core}/components/ErrorBoundary/ErrorBoundary.d.ts +0 -0
  3437. /package/lib/typescript/{src/core → core}/components/ErrorBoundary/index.d.ts +0 -0
  3438. /package/lib/typescript/{src/core → core}/components/Menu/styles.d.ts +0 -0
  3439. /package/lib/typescript/{src/core → core}/components/Radio/index.d.ts +0 -0
  3440. /package/lib/typescript/{src/core → core}/components/Radio/styles.d.ts +0 -0
  3441. /package/lib/typescript/{src/core → core}/components/Skeleton/Skeleton.d.ts +0 -0
  3442. /package/lib/typescript/{src/core → core}/components/Skeleton/styles.d.ts +0 -0
  3443. /package/lib/typescript/{src/core → core}/components/Tabs/Tabs.d.ts +0 -0
  3444. /package/lib/typescript/{src/core → core}/components/Tabs/index.d.ts +0 -0
  3445. /package/lib/typescript/{src/core → core}/components/Tabs/styles.d.ts +0 -0
  3446. /package/lib/typescript/{src/core → core}/components/Typography/Typography.d.ts +0 -0
  3447. /package/lib/typescript/{src/core → core}/components/Typography/styles.d.ts +0 -0
  3448. /package/lib/typescript/{src/core → core}/engines/AdAssetCache.d.ts +0 -0
  3449. /package/lib/typescript/{src/core → core}/engines/AdEngine.d.ts +0 -0
  3450. /package/lib/typescript/{src/core → core}/engines/AdSupplier.d.ts +0 -0
  3451. /package/lib/typescript/{src/core → core}/engines/AssetDownloader.d.ts +0 -0
  3452. /package/lib/typescript/{src/core → core}/engines/TimeWindowTracker.d.ts +0 -0
  3453. /package/lib/typescript/{src/core → core}/enums/customization.d.ts +0 -0
  3454. /package/lib/typescript/{src/core → core}/enums/index.d.ts +0 -0
  3455. /package/lib/typescript/{src/core → core}/hooks/index.d.ts +0 -0
  3456. /package/lib/typescript/{src/core → core}/hooks/useAuth.d.ts +0 -0
  3457. /package/lib/typescript/{src/core → core}/hooks/useConfig.d.ts +0 -0
  3458. /package/lib/typescript/{src/core → core}/hooks/useFile.d.ts +0 -0
  3459. /package/lib/typescript/{src/core → core}/hooks/useGallery.d.ts +0 -0
  3460. /package/lib/typescript/{src/core → core}/hooks/useImagePicker.d.ts +0 -0
  3461. /package/lib/typescript/{src/core → core}/hooks/useReaction.d.ts +0 -0
  3462. /package/lib/typescript/{src/core → core}/hooks/useSearch.d.ts +0 -0
  3463. /package/lib/typescript/{src/core → core}/hooks/useShareableLink.d.ts +0 -0
  3464. /package/lib/typescript/{src/core → core}/hooks/useSocialSettings.d.ts +0 -0
  3465. /package/lib/typescript/{src/core → core}/hooks/useStory.d.ts +0 -0
  3466. /package/lib/typescript/{src/core → core}/hooks/useTimeDifference.d.ts +0 -0
  3467. /package/lib/typescript/{src/core → core}/hooks/useUpload.d.ts +0 -0
  3468. /package/lib/typescript/{src/core → core}/index.d.ts +0 -0
  3469. /package/lib/typescript/{src/core → core}/legacy/comment.d.ts +0 -0
  3470. /package/lib/typescript/{src/core → core}/legacy/community.d.ts +0 -0
  3471. /package/lib/typescript/{src/core → core}/legacy/feed.d.ts +0 -0
  3472. /package/lib/typescript/{src/core → core}/legacy/file.d.ts +0 -0
  3473. /package/lib/typescript/{src/core → core}/legacy/user.d.ts +0 -0
  3474. /package/lib/typescript/{src/core → core}/providers/AuthProvider.d.ts +0 -0
  3475. /package/lib/typescript/{src/core → core}/providers/ConfigProvider.d.ts +0 -0
  3476. /package/lib/typescript/{src/core → core}/routes/AmityPageRenderer.d.ts +0 -0
  3477. /package/lib/typescript/{src/core → core}/routes/AmityUIKitNavigator.d.ts +0 -0
  3478. /package/lib/typescript/{src/core → core}/stores/slices/feedSlice.d.ts +0 -0
  3479. /package/lib/typescript/{src/core → core}/stores/slices/globalfeedSlice.d.ts +0 -0
  3480. /package/lib/typescript/{src/core → core}/stores/slices/postDetailSlice.d.ts +0 -0
  3481. /package/lib/typescript/{src/core → core}/stores/slices/toastSlice.d.ts +0 -0
  3482. /package/lib/typescript/{src/core → core}/stores/slices/uiSlice.d.ts +0 -0
  3483. /package/lib/typescript/{src/core → core}/types/config.d.ts +0 -0
  3484. /package/lib/typescript/{src/core → core}/types/index.d.ts +0 -0
  3485. /package/lib/typescript/{src/core → core}/types/mention.d.ts +0 -0
  3486. /package/lib/typescript/{src/core → core}/utils/color.d.ts +0 -0
  3487. /package/lib/typescript/{src/core → core}/utils/number.d.ts +0 -0
  3488. /package/lib/typescript/{src/core → core}/utils/permission.d.ts +0 -0
  3489. /package/lib/typescript/{src/core → core}/utils/post.d.ts +0 -0
  3490. /package/lib/typescript/{src/core → core}/utils/postType.d.ts +0 -0
  3491. /package/lib/typescript/{src/core → core}/utils/role.d.ts +0 -0
  3492. /package/lib/typescript/{src/core → core}/utils/time.d.ts +0 -0
  3493. /package/lib/typescript/{src/core → core}/utils/url.d.ts +0 -0
  3494. /package/lib/typescript/{src/social → social}/components/AdInformation/AdInformation.d.ts +0 -0
  3495. /package/lib/typescript/{src/social → social}/components/AdInformation/styles.d.ts +0 -0
  3496. /package/lib/typescript/{src/social → social}/components/Avatar/index.d.ts +0 -0
  3497. /package/lib/typescript/{src/social → social}/components/BottomSheetComponent/BottomSheetComponent.d.ts +0 -0
  3498. /package/lib/typescript/{src/social → social}/components/BottomSheetComponent/styles.d.ts +0 -0
  3499. /package/lib/typescript/{src/social → social}/components/Button/Button.d.ts +0 -0
  3500. /package/lib/typescript/{src/social → social}/components/Button/index.d.ts +0 -0
  3501. /package/lib/typescript/{src/social → social}/components/Button/styles.d.ts +0 -0
  3502. /package/lib/typescript/{src/social → social}/components/CancelButton/index.d.ts +0 -0
  3503. /package/lib/typescript/{src/social → social}/components/CancelButton/styles.d.ts +0 -0
  3504. /package/lib/typescript/{src/social → social}/components/CategoryChip/CategoryChip.d.ts +0 -0
  3505. /package/lib/typescript/{src/social → social}/components/CategoryChip/index.d.ts +0 -0
  3506. /package/lib/typescript/{src/social → social}/components/CategoryChip/styles.d.ts +0 -0
  3507. /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/CircularProgressIndicator.d.ts +0 -0
  3508. /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/index.d.ts +0 -0
  3509. /package/lib/typescript/{src/social → social}/components/CircularProgressIndicator/styles.d.ts +0 -0
  3510. /package/lib/typescript/{src/social → social}/components/CommentAdComponent/CommentAdComponent.d.ts +0 -0
  3511. /package/lib/typescript/{src/social → social}/components/CommentAdComponent/styles.d.ts +0 -0
  3512. /package/lib/typescript/{src/social → social}/components/CommunityListSkeleton/CommunityListSkeleton.d.ts +0 -0
  3513. /package/lib/typescript/{src/social → social}/components/CommunityRowItem/CommunityRowItem.d.ts +0 -0
  3514. /package/lib/typescript/{src/social → social}/components/CommunityRowItem/styles.d.ts +0 -0
  3515. /package/lib/typescript/{src/social → social}/components/CommunitySearchResult/CommunitySearchResult.d.ts +0 -0
  3516. /package/lib/typescript/{src/social → social}/components/CommunityStories/index.d.ts +0 -0
  3517. /package/lib/typescript/{src/social → social}/components/CommunityStories/styles.d.ts +0 -0
  3518. /package/lib/typescript/{src/social → social}/components/CustomSocialTab/CustomSocialTab.d.ts +0 -0
  3519. /package/lib/typescript/{src/social → social}/components/CustomSocialTab/styles.d.ts +0 -0
  3520. /package/lib/typescript/{src/social → social}/components/CustomTab/index.d.ts +0 -0
  3521. /package/lib/typescript/{src/social → social}/components/CustomTab/styles.d.ts +0 -0
  3522. /package/lib/typescript/{src/social → social}/components/Divider/index.d.ts +0 -0
  3523. /package/lib/typescript/{src/social → social}/components/Divider/styles.d.ts +0 -0
  3524. /package/lib/typescript/{src/social → social}/components/Empty/Empty.d.ts +0 -0
  3525. /package/lib/typescript/{src/social → social}/components/Empty/index.d.ts +0 -0
  3526. /package/lib/typescript/{src/social → social}/components/Empty/styles.d.ts +0 -0
  3527. /package/lib/typescript/{src/social → social}/components/ErrorComponent/ErrorComponent.d.ts +0 -0
  3528. /package/lib/typescript/{src/social → social}/components/ErrorComponent/styles.d.ts +0 -0
  3529. /package/lib/typescript/{src/social → social}/components/FloatingActionButton/index.d.ts +0 -0
  3530. /package/lib/typescript/{src/social → social}/components/FloatingActionButton/styles.d.ts +0 -0
  3531. /package/lib/typescript/{src/social → social}/components/FormInput/index.d.ts +0 -0
  3532. /package/lib/typescript/{src/social → social}/components/Gallery/Gallery.d.ts +0 -0
  3533. /package/lib/typescript/{src/social → social}/components/Gallery/index.d.ts +0 -0
  3534. /package/lib/typescript/{src/social → social}/components/Gallery/styles.d.ts +0 -0
  3535. /package/lib/typescript/{src/social → social}/components/IconTab/IconTab.d.ts +0 -0
  3536. /package/lib/typescript/{src/social → social}/components/ImageFeedSkeleton/ImageFeedSkeleton.d.ts +0 -0
  3537. /package/lib/typescript/{src/social → social}/components/ImageFeedSkeleton/styles.d.ts +0 -0
  3538. /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/LimitCharacterSearch.d.ts +0 -0
  3539. /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/index.d.ts +0 -0
  3540. /package/lib/typescript/{src/social → social}/components/LimitCharacterSearch/styles.d.ts +0 -0
  3541. /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamEndedThumbnail/index.d.ts +0 -0
  3542. /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamEndedThumbnail/styles.d.ts +0 -0
  3543. /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamIdleThumbnail/index.d.ts +0 -0
  3544. /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamIdleThumbnail/styles.d.ts +0 -0
  3545. /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamTerminatedThumbnail/index.d.ts +0 -0
  3546. /package/lib/typescript/{src/social → social}/components/LivestreamContent/LivestreamTerminatedThumbnail/styles.d.ts +0 -0
  3547. /package/lib/typescript/{src/social → social}/components/LivestreamContent/index.d.ts +0 -0
  3548. /package/lib/typescript/{src/social → social}/components/LivestreamContent/styles.d.ts +0 -0
  3549. /package/lib/typescript/{src/social → social}/components/LoadingImage/index.d.ts +0 -0
  3550. /package/lib/typescript/{src/social → social}/components/LoadingImage/styles.d.ts +0 -0
  3551. /package/lib/typescript/{src/social → social}/components/LoadingVideo/index.d.ts +0 -0
  3552. /package/lib/typescript/{src/social → social}/components/LoadingVideo/styles.d.ts +0 -0
  3553. /package/lib/typescript/{src/social → social}/components/MemberChip/MemberChip.d.ts +0 -0
  3554. /package/lib/typescript/{src/social → social}/components/MemberChip/styles.d.ts +0 -0
  3555. /package/lib/typescript/{src/social → social}/components/MyAvatar/MyAvatar.d.ts +0 -0
  3556. /package/lib/typescript/{src/social → social}/components/MyStories/StoryCircleItem.d.ts +0 -0
  3557. /package/lib/typescript/{src/social → social}/components/MyStories/StoryTargetView.d.ts +0 -0
  3558. /package/lib/typescript/{src/social → social}/components/MyStories/index.d.ts +0 -0
  3559. /package/lib/typescript/{src/social → social}/components/NewsFeedLoadingComponent/NewsFeedLoadingComponent.d.ts +0 -0
  3560. /package/lib/typescript/{src/social → social}/components/NewsFeedLoadingComponent/styles.d.ts +0 -0
  3561. /package/lib/typescript/{src/social → social}/components/NoResult/NoResult.d.ts +0 -0
  3562. /package/lib/typescript/{src/social → social}/components/NoResult/index.d.ts +0 -0
  3563. /package/lib/typescript/{src/social → social}/components/NoResult/styles.d.ts +0 -0
  3564. /package/lib/typescript/{src/social → social}/components/NoSearchResult/NoSearchResult.d.ts +0 -0
  3565. /package/lib/typescript/{src/social → social}/components/PollContent/PollOption.d.ts +0 -0
  3566. /package/lib/typescript/{src/social → social}/components/PollContent/PollResults.d.ts +0 -0
  3567. /package/lib/typescript/{src/social → social}/components/PollContent/index.d.ts +0 -0
  3568. /package/lib/typescript/{src/social → social}/components/PollContent/style.d.ts +0 -0
  3569. /package/lib/typescript/{src/social → social}/components/PopupMenu/PopupMenu.d.ts +0 -0
  3570. /package/lib/typescript/{src/social → social}/components/PopupMenu/styles.d.ts +0 -0
  3571. /package/lib/typescript/{src/social → social}/components/PostAdComponent/PostAdComponent.d.ts +0 -0
  3572. /package/lib/typescript/{src/social → social}/components/PostAdComponent/PostAdHeader.d.ts +0 -0
  3573. /package/lib/typescript/{src/social → social}/components/PostAdComponent/styles.d.ts +0 -0
  3574. /package/lib/typescript/{src/social → social}/components/PostContent/index.d.ts +0 -0
  3575. /package/lib/typescript/{src/social → social}/components/PostContent/styles.d.ts +0 -0
  3576. /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/PostFeedSkeleton.d.ts +0 -0
  3577. /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/index.d.ts +0 -0
  3578. /package/lib/typescript/{src/social → social}/components/PostFeedSkeleton/styles.d.ts +0 -0
  3579. /package/lib/typescript/{src/social → social}/components/PostMenu/index.d.ts +0 -0
  3580. /package/lib/typescript/{src/social → social}/components/PostMenu/styles.d.ts +0 -0
  3581. /package/lib/typescript/{src/social → social}/components/PreviewLink/LinkPreview.d.ts +0 -0
  3582. /package/lib/typescript/{src/social → social}/components/PreviewLink/index.d.ts +0 -0
  3583. /package/lib/typescript/{src/social → social}/components/PreviewLink/styles.d.ts +0 -0
  3584. /package/lib/typescript/{src/social → social}/components/PreviewLink/types.d.ts +0 -0
  3585. /package/lib/typescript/{src/social → social}/components/PreviewLink/utils.d.ts +0 -0
  3586. /package/lib/typescript/{src/social → social}/components/RenderTextWithMention/RenderTextWithMention.d.ts +0 -0
  3587. /package/lib/typescript/{src/social → social}/components/RenderTextWithMention/styles.d.ts +0 -0
  3588. /package/lib/typescript/{src/social → social}/components/SearchInput/SearchInput.d.ts +0 -0
  3589. /package/lib/typescript/{src/social → social}/components/SearchInput/index.d.ts +0 -0
  3590. /package/lib/typescript/{src/social → social}/components/SearchInput/styles.d.ts +0 -0
  3591. /package/lib/typescript/{src/social → social}/components/SearchItem/index.d.ts +0 -0
  3592. /package/lib/typescript/{src/social → social}/components/SearchItem/styles.d.ts +0 -0
  3593. /package/lib/typescript/{src/social → social}/components/SearchResultItem/SearchResultItem.d.ts +0 -0
  3594. /package/lib/typescript/{src/social → social}/components/Social/CommentListItem/styles.d.ts +0 -0
  3595. /package/lib/typescript/{src/social → social}/components/Social/ReplyCommentList/index.d.ts +0 -0
  3596. /package/lib/typescript/{src/social → social}/components/Social/ReplyCommentList/styles.d.ts +0 -0
  3597. /package/lib/typescript/{src/social → social}/components/StoryKit/index.d.ts +0 -0
  3598. /package/lib/typescript/{src/social → social}/components/StoryKit/src/Story.d.ts +0 -0
  3599. /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryCircleListItem.d.ts +0 -0
  3600. /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryCircleListView.d.ts +0 -0
  3601. /package/lib/typescript/{src/social → social}/components/StoryKit/src/StoryListItem.d.ts +0 -0
  3602. /package/lib/typescript/{src/social → social}/components/StoryKit/src/helpers/ValidationHelpers.d.ts +0 -0
  3603. /package/lib/typescript/{src/social → social}/components/StoryKit/src/helpers/index.d.ts +0 -0
  3604. /package/lib/typescript/{src/social → social}/components/StoryKit/src/interfaces/index.d.ts +0 -0
  3605. /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/TargetItem/TargetItem.d.ts +0 -0
  3606. /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/TargetSelectionPage.d.ts +0 -0
  3607. /package/lib/typescript/{src/social → social}/components/TargetSelectionPage/styles.d.ts +0 -0
  3608. /package/lib/typescript/{src/social → social}/components/Toast/index.d.ts +0 -0
  3609. /package/lib/typescript/{src/social → social}/components/Toast/styles.d.ts +0 -0
  3610. /package/lib/typescript/{src/social → social}/components/index.d.ts +0 -0
  3611. /package/lib/typescript/{src/social → social}/components/legacy/BackButton/index.d.ts +0 -0
  3612. /package/lib/typescript/{src/social → social}/components/legacy/BackButton/styles.d.ts +0 -0
  3613. /package/lib/typescript/{src/social → social}/components/legacy/CancelButton/index.d.ts +0 -0
  3614. /package/lib/typescript/{src/social → social}/components/legacy/CancelButton/styles.d.ts +0 -0
  3615. /package/lib/typescript/{src/social → social}/components/legacy/CloseButton/index.d.ts +0 -0
  3616. /package/lib/typescript/{src/social → social}/components/legacy/CloseButton/styles.d.ts +0 -0
  3617. /package/lib/typescript/{src/social → social}/components/legacy/CommunityStories/index.d.ts +0 -0
  3618. /package/lib/typescript/{src/social → social}/components/legacy/CommunityStories/styles.d.ts +0 -0
  3619. /package/lib/typescript/{src/social → social}/components/legacy/CreatePostChooseTargetModal/CreatePostChooseTargetModal.d.ts +0 -0
  3620. /package/lib/typescript/{src/social → social}/components/legacy/CreatePostChooseTargetModal/styles.d.ts +0 -0
  3621. /package/lib/typescript/{src/social → social}/components/legacy/CustomTab/index.d.ts +0 -0
  3622. /package/lib/typescript/{src/social → social}/components/legacy/CustomTab/styles.d.ts +0 -0
  3623. /package/lib/typescript/{src/social → social}/components/legacy/CustomText/index.d.ts +0 -0
  3624. /package/lib/typescript/{src/social → social}/components/legacy/CustomText/styles.d.ts +0 -0
  3625. /package/lib/typescript/{src/social → social}/components/legacy/DoneButton/index.d.ts +0 -0
  3626. /package/lib/typescript/{src/social → social}/components/legacy/DoneButton/styles.d.ts +0 -0
  3627. /package/lib/typescript/{src/social → social}/components/legacy/EditCommentModal/index.d.ts +0 -0
  3628. /package/lib/typescript/{src/social → social}/components/legacy/EditCommentModal/styles.d.ts +0 -0
  3629. /package/lib/typescript/{src/social → social}/components/legacy/EditPostModal/index.d.ts +0 -0
  3630. /package/lib/typescript/{src/social → social}/components/legacy/EditPostModal/styles.d.ts +0 -0
  3631. /package/lib/typescript/{src/social → social}/components/legacy/FloatingButton/index.d.ts +0 -0
  3632. /package/lib/typescript/{src/social → social}/components/legacy/FloatingButton/styles.d.ts +0 -0
  3633. /package/lib/typescript/{src/social → social}/components/legacy/LoadingImage/index.d.ts +0 -0
  3634. /package/lib/typescript/{src/social → social}/components/legacy/LoadingImage/styles.d.ts +0 -0
  3635. /package/lib/typescript/{src/social → social}/components/legacy/LoadingIndicator/index.d.ts +0 -0
  3636. /package/lib/typescript/{src/social → social}/components/legacy/LoadingIndicator/styles.d.ts +0 -0
  3637. /package/lib/typescript/{src/social → social}/components/legacy/LoadingOverlay/index.d.ts +0 -0
  3638. /package/lib/typescript/{src/social → social}/components/legacy/LoadingOverlay/styles.d.ts +0 -0
  3639. /package/lib/typescript/{src/social → social}/components/legacy/LoadingVideo/index.d.ts +0 -0
  3640. /package/lib/typescript/{src/social → social}/components/legacy/LoadingVideo/styles.d.ts +0 -0
  3641. /package/lib/typescript/{src/social → social}/components/legacy/MediaSection/index.d.ts +0 -0
  3642. /package/lib/typescript/{src/social → social}/components/legacy/MediaSection/styles.d.ts +0 -0
  3643. /package/lib/typescript/{src/social → social}/components/legacy/MyStories/index.d.ts +0 -0
  3644. /package/lib/typescript/{src/social → social}/components/legacy/MyStories/styles.d.ts +0 -0
  3645. /package/lib/typescript/{src/social → social}/components/legacy/PollSection/Components/PollBar.d.ts +0 -0
  3646. /package/lib/typescript/{src/social → social}/components/legacy/PollSection/Components/PollOptionList.d.ts +0 -0
  3647. /package/lib/typescript/{src/social → social}/components/legacy/PollSection/PollSection.d.ts +0 -0
  3648. /package/lib/typescript/{src/social → social}/components/legacy/PollSection/style.d.ts +0 -0
  3649. /package/lib/typescript/{src/social → social}/components/legacy/PollSection/usePoll.d.ts +0 -0
  3650. /package/lib/typescript/{src/social → social}/components/legacy/PostTypeChoiceModal/PostTypeChoiceModal.d.ts +0 -0
  3651. /package/lib/typescript/{src/social → social}/components/legacy/PostTypeChoiceModal/style.d.ts +0 -0
  3652. /package/lib/typescript/{src/social → social}/components/legacy/SearchItem/index.d.ts +0 -0
  3653. /package/lib/typescript/{src/social → social}/components/legacy/SearchItem/styles.d.ts +0 -0
  3654. /package/lib/typescript/{src/social → social}/components/legacy/Social/CommentList/index.d.ts +0 -0
  3655. /package/lib/typescript/{src/social → social}/components/legacy/Social/CommentList/styles.d.ts +0 -0
  3656. /package/lib/typescript/{src/social → social}/components/legacy/Social/PendingPostList/index.d.ts +0 -0
  3657. /package/lib/typescript/{src/social → social}/components/legacy/Social/PendingPostList/styles.d.ts +0 -0
  3658. /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/Components/RenderTextWithMention.d.ts +0 -0
  3659. /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/index.d.ts +0 -0
  3660. /package/lib/typescript/{src/social → social}/components/legacy/Social/PostList/styles.d.ts +0 -0
  3661. /package/lib/typescript/{src/social → social}/components/legacy/Social/ReplyCommentList/styles.d.ts +0 -0
  3662. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/index.d.ts +0 -0
  3663. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/Story.d.ts +0 -0
  3664. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryCircleListItem.d.ts +0 -0
  3665. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryCircleListView.d.ts +0 -0
  3666. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/StoryListItem.d.ts +0 -0
  3667. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/helpers/ValidationHelpers.d.ts +0 -0
  3668. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/helpers/index.d.ts +0 -0
  3669. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/interfaces/index.d.ts +0 -0
  3670. /package/lib/typescript/{src/social → social}/components/legacy/StoryKit/src/styles.d.ts +0 -0
  3671. /package/lib/typescript/{src/social → social}/components/legacy/Toast/Toast.d.ts +0 -0
  3672. /package/lib/typescript/{src/social → social}/elements/ActionButton/ActionButton.d.ts +0 -0
  3673. /package/lib/typescript/{src/social → social}/elements/ActionButton/index.d.ts +0 -0
  3674. /package/lib/typescript/{src/social → social}/elements/ActionButton/styles.d.ts +0 -0
  3675. /package/lib/typescript/{src/social → social}/elements/AddOptionButton/index.d.ts +0 -0
  3676. /package/lib/typescript/{src/social → social}/elements/AddOptionButton/styles.d.ts +0 -0
  3677. /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/AddThumbnailButton.d.ts +0 -0
  3678. /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/index.d.ts +0 -0
  3679. /package/lib/typescript/{src/social → social}/elements/AddThumbnailButton/styles.d.ts +0 -0
  3680. /package/lib/typescript/{src/social → social}/elements/AllCategoriesTitle/AllCategoriesTitle.d.ts +0 -0
  3681. /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/AnnouncementBadge.d.ts +0 -0
  3682. /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/index.d.ts +0 -0
  3683. /package/lib/typescript/{src/social → social}/elements/AnnouncementBadge/styles.d.ts +0 -0
  3684. /package/lib/typescript/{src/social → social}/elements/BackButton/BackButton.d.ts +0 -0
  3685. /package/lib/typescript/{src/social → social}/elements/BackButton/index.d.ts +0 -0
  3686. /package/lib/typescript/{src/social → social}/elements/BackButton/styles.d.ts +0 -0
  3687. /package/lib/typescript/{src/social → social}/elements/BackButtonIconElement/BackButtonIconElement.d.ts +0 -0
  3688. /package/lib/typescript/{src/social → social}/elements/BrandBadge/BrandBadge.d.ts +0 -0
  3689. /package/lib/typescript/{src/social → social}/elements/BrandBadge/index.d.ts +0 -0
  3690. /package/lib/typescript/{src/social → social}/elements/CameraButton/index.d.ts +0 -0
  3691. /package/lib/typescript/{src/social → social}/elements/CameraButton/styles.d.ts +0 -0
  3692. /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/CancelCreateLivestreamButton.d.ts +0 -0
  3693. /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/index.d.ts +0 -0
  3694. /package/lib/typescript/{src/social → social}/elements/CancelCreateLivestreamButton/styles.d.ts +0 -0
  3695. /package/lib/typescript/{src/social → social}/elements/CategoryRowImage/CategoryRowImage.d.ts +0 -0
  3696. /package/lib/typescript/{src/social → social}/elements/CategoryRowName/CategoryRowName.d.ts +0 -0
  3697. /package/lib/typescript/{src/social → social}/elements/CategoryTitle/CategoryTitle.d.ts +0 -0
  3698. /package/lib/typescript/{src/social → social}/elements/ChangeThumbnailButton/index.d.ts +0 -0
  3699. /package/lib/typescript/{src/social → social}/elements/ChangeThumbnailButton/styles.d.ts +0 -0
  3700. /package/lib/typescript/{src/social → social}/elements/CloseButton/index.d.ts +0 -0
  3701. /package/lib/typescript/{src/social → social}/elements/CloseButton/styles.d.ts +0 -0
  3702. /package/lib/typescript/{src/social → social}/elements/CloseButtonIconElement/CloseButtonIconElement.d.ts +0 -0
  3703. /package/lib/typescript/{src/social → social}/elements/CommentButtonIconElement/CommentButtonIconElement.d.ts +0 -0
  3704. /package/lib/typescript/{src/social → social}/elements/CommonElements/ImageElement.d.ts +0 -0
  3705. /package/lib/typescript/{src/social → social}/elements/CommonElements/TextElement.d.ts +0 -0
  3706. /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/CommunityAddMemberButton.d.ts +0 -0
  3707. /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/index.d.ts +0 -0
  3708. /package/lib/typescript/{src/social → social}/elements/CommunityAddMemberButton/styles.d.ts +0 -0
  3709. /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/CommunityCreatePostButton.d.ts +0 -0
  3710. /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/index.d.ts +0 -0
  3711. /package/lib/typescript/{src/social → social}/elements/CommunityCreatePostButton/styles.d.ts +0 -0
  3712. /package/lib/typescript/{src/social → social}/elements/CommunityDescription/CommunityDescription.d.ts +0 -0
  3713. /package/lib/typescript/{src/social → social}/elements/CommunityDisplayname/CommunityDisplayname.d.ts +0 -0
  3714. /package/lib/typescript/{src/social → social}/elements/CommunityDisplayname/styles.d.ts +0 -0
  3715. /package/lib/typescript/{src/social → social}/elements/CommunityEmptyImage/CommunityEmptyImage.d.ts +0 -0
  3716. /package/lib/typescript/{src/social → social}/elements/CommunityEmptyTitle/CommunityEmptyTitle.d.ts +0 -0
  3717. /package/lib/typescript/{src/social → social}/elements/CommunityInfo/CommunityInfo.d.ts +0 -0
  3718. /package/lib/typescript/{src/social → social}/elements/CommunityJoinButtonElement/CommunityJoinButtonElement.d.ts +0 -0
  3719. /package/lib/typescript/{src/social → social}/elements/CommunityJoinedButtonElement/CommunityJoinedButtonElement.d.ts +0 -0
  3720. /package/lib/typescript/{src/social → social}/elements/CommunityMemeberCount/CommunityMemeberCount.d.ts +0 -0
  3721. /package/lib/typescript/{src/social → social}/elements/CommunityMemeberCount/styles.d.ts +0 -0
  3722. /package/lib/typescript/{src/social → social}/elements/CommunityName/CommunityName.d.ts +0 -0
  3723. /package/lib/typescript/{src/social → social}/elements/CommunityOfficialBadge/CommunityOfficialBadge.d.ts +0 -0
  3724. /package/lib/typescript/{src/social → social}/elements/CommunityPendingPost/CommunityPendingPost.d.ts +0 -0
  3725. /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/CommunityPrivacyIcon.d.ts +0 -0
  3726. /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/index.d.ts +0 -0
  3727. /package/lib/typescript/{src/social → social}/elements/CommunityPrivacyIcon/styles.d.ts +0 -0
  3728. /package/lib/typescript/{src/social → social}/elements/CommunityPrivateBadge/CommunityPrivateBadge.d.ts +0 -0
  3729. /package/lib/typescript/{src/social → social}/elements/CommunityRowImage/CommunityRowImage.d.ts +0 -0
  3730. /package/lib/typescript/{src/social → social}/elements/CommunityRowImage/styles.d.ts +0 -0
  3731. /package/lib/typescript/{src/social → social}/elements/CommunityVerifyBadge/CommunityVerifyBadge.d.ts +0 -0
  3732. /package/lib/typescript/{src/social → social}/elements/CopyLinkAction/CopyLinkAction.d.ts +0 -0
  3733. /package/lib/typescript/{src/social → social}/elements/CopyLinkAction/index.d.ts +0 -0
  3734. /package/lib/typescript/{src/social → social}/elements/DeleteThumbnailButton/index.d.ts +0 -0
  3735. /package/lib/typescript/{src/social → social}/elements/DeleteThumbnailButton/styles.d.ts +0 -0
  3736. /package/lib/typescript/{src/social → social}/elements/DescriptionElement/DescriptionElement.d.ts +0 -0
  3737. /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/EndLiveStreamButton.d.ts +0 -0
  3738. /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/index.d.ts +0 -0
  3739. /package/lib/typescript/{src/social → social}/elements/EndLiveStreamButton/styles.d.ts +0 -0
  3740. /package/lib/typescript/{src/social → social}/elements/ExploreCreateCommunity/ExploreCreateCommunity.d.ts +0 -0
  3741. /package/lib/typescript/{src/social → social}/elements/FormDescription/index.d.ts +0 -0
  3742. /package/lib/typescript/{src/social → social}/elements/FormDescription/styles.d.ts +0 -0
  3743. /package/lib/typescript/{src/social → social}/elements/FormLabel/index.d.ts +0 -0
  3744. /package/lib/typescript/{src/social → social}/elements/FormLabel/styles.d.ts +0 -0
  3745. /package/lib/typescript/{src/social → social}/elements/ImageButton/index.d.ts +0 -0
  3746. /package/lib/typescript/{src/social → social}/elements/ImageButton/styles.d.ts +0 -0
  3747. /package/lib/typescript/{src/social → social}/elements/ImageGallery/ImageGallery.d.ts +0 -0
  3748. /package/lib/typescript/{src/social → social}/elements/ImageKeyElement/ImageKeyElement.d.ts +0 -0
  3749. /package/lib/typescript/{src/social → social}/elements/ImageViewer/ImageViewer.d.ts +0 -0
  3750. /package/lib/typescript/{src/social → social}/elements/LikeButtonIconElement/LikeButtonIconElement.d.ts +0 -0
  3751. /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/LiveTimerStatus.d.ts +0 -0
  3752. /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/index.d.ts +0 -0
  3753. /package/lib/typescript/{src/social → social}/elements/LiveTimerStatus/styles.d.ts +0 -0
  3754. /package/lib/typescript/{src/social → social}/elements/LivestreamTerminatedActionButton/LivestreamTerminatedActionButton.d.ts +0 -0
  3755. /package/lib/typescript/{src/social → social}/elements/LivestreamTerminatedActionButton/index.d.ts +0 -0
  3756. /package/lib/typescript/{src/social → social}/elements/MenuAction/MenuAction.d.ts +0 -0
  3757. /package/lib/typescript/{src/social → social}/elements/MenuAction/index.d.ts +0 -0
  3758. /package/lib/typescript/{src/social → social}/elements/MenuAction/styles.d.ts +0 -0
  3759. /package/lib/typescript/{src/social → social}/elements/MenuButton/MenuButton.d.ts +0 -0
  3760. /package/lib/typescript/{src/social → social}/elements/MenuButton/index.d.ts +0 -0
  3761. /package/lib/typescript/{src/social → social}/elements/MenuButton/styles.d.ts +0 -0
  3762. /package/lib/typescript/{src/social → social}/elements/MenuButtonIconElement/MenuButtonIconElement.d.ts +0 -0
  3763. /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/ModeratorBadge.d.ts +0 -0
  3764. /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/index.d.ts +0 -0
  3765. /package/lib/typescript/{src/social → social}/elements/ModeratorBadge/styles.d.ts +0 -0
  3766. /package/lib/typescript/{src/social → social}/elements/ModeratorBadgeElement/styles.d.ts +0 -0
  3767. /package/lib/typescript/{src/social → social}/elements/PinBadge/PinBadge.d.ts +0 -0
  3768. /package/lib/typescript/{src/social → social}/elements/PinBadge/index.d.ts +0 -0
  3769. /package/lib/typescript/{src/social → social}/elements/PinBadge/styles.d.ts +0 -0
  3770. /package/lib/typescript/{src/social → social}/elements/ShareAction/ShareAction.d.ts +0 -0
  3771. /package/lib/typescript/{src/social → social}/elements/ShareAction/index.d.ts +0 -0
  3772. /package/lib/typescript/{src/social → social}/elements/ShareButton/ShareButton.d.ts +0 -0
  3773. /package/lib/typescript/{src/social → social}/elements/ShareButton/index.d.ts +0 -0
  3774. /package/lib/typescript/{src/social → social}/elements/ShareButtonIconElement/ShareButtonIconElement.d.ts +0 -0
  3775. /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/StartLivestreamButton.d.ts +0 -0
  3776. /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/index.d.ts +0 -0
  3777. /package/lib/typescript/{src/social → social}/elements/StartLivestreamButton/styles.d.ts +0 -0
  3778. /package/lib/typescript/{src/social → social}/elements/SwitchCameraButton/SwitchCameraButton.d.ts +0 -0
  3779. /package/lib/typescript/{src/social → social}/elements/SwitchCameraButton/index.d.ts +0 -0
  3780. /package/lib/typescript/{src/social → social}/elements/TextKeyElement/TextKeyElement.d.ts +0 -0
  3781. /package/lib/typescript/{src/social → social}/elements/Timestamp/Timestamp.d.ts +0 -0
  3782. /package/lib/typescript/{src/social → social}/elements/Timestamp/index.d.ts +0 -0
  3783. /package/lib/typescript/{src/social → social}/elements/Timestamp/styles.d.ts +0 -0
  3784. /package/lib/typescript/{src/social → social}/elements/TimestampElement/TimestampElement.d.ts +0 -0
  3785. /package/lib/typescript/{src/social → social}/elements/Title/index.d.ts +0 -0
  3786. /package/lib/typescript/{src/social → social}/elements/Title/styles.d.ts +0 -0
  3787. /package/lib/typescript/{src/social → social}/elements/TitleElement/TitleElement.d.ts +0 -0
  3788. /package/lib/typescript/{src/social → social}/elements/VideoGallery/VideoGallery.d.ts +0 -0
  3789. /package/lib/typescript/{src/social → social}/elements/VideoViewer/VideoViewer.d.ts +0 -0
  3790. /package/lib/typescript/{src/social → social}/elements/index.d.ts +0 -0
  3791. /package/lib/typescript/{src/social → social}/enums/AmityPostContentComponentStyle.d.ts +0 -0
  3792. /package/lib/typescript/{src/social → social}/enums/enumTabName.d.ts +0 -0
  3793. /package/lib/typescript/{src/social → social}/enums/enumTheme.d.ts +0 -0
  3794. /package/lib/typescript/{src/social → social}/enums/imageSizeState.d.ts +0 -0
  3795. /package/lib/typescript/{src/social → social}/enums/index.d.ts +0 -0
  3796. /package/lib/typescript/{src/social → social}/enums/mediaAttachmentEnum.d.ts +0 -0
  3797. /package/lib/typescript/{src/social → social}/enums/post.d.ts +0 -0
  3798. /package/lib/typescript/{src/social → social}/enums/postTargetType.d.ts +0 -0
  3799. /package/lib/typescript/{src/social → social}/enums/roomStatus.d.ts +0 -0
  3800. /package/lib/typescript/{src/social → social}/enums/storyType.d.ts +0 -0
  3801. /package/lib/typescript/{src/social → social}/enums/tabNameState.d.ts +0 -0
  3802. /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/CommentListItem/CommentListItem.d.ts +0 -0
  3803. /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/ReplyCommentList/index.d.ts +0 -0
  3804. /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/index.d.ts +0 -0
  3805. /package/lib/typescript/{src/social → social}/features/comment/components/PostComment/styles.d.ts +0 -0
  3806. /package/lib/typescript/{src/social → social}/features/community/AddCategory/AddCategory.d.ts +0 -0
  3807. /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/Header.d.ts +0 -0
  3808. /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/index.d.ts +0 -0
  3809. /package/lib/typescript/{src/social → social}/features/community/AddCategory/components/Header/styles.d.ts +0 -0
  3810. /package/lib/typescript/{src/social → social}/features/community/AddCategory/hooks/useAddCategory.d.ts +0 -0
  3811. /package/lib/typescript/{src/social → social}/features/community/AddCategory/index.d.ts +0 -0
  3812. /package/lib/typescript/{src/social → social}/features/community/AddCategory/styles.d.ts +0 -0
  3813. /package/lib/typescript/{src/social → social}/features/community/AddMember/AddMember.d.ts +0 -0
  3814. /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/Header.d.ts +0 -0
  3815. /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/index.d.ts +0 -0
  3816. /package/lib/typescript/{src/social → social}/features/community/AddMember/components/Header/styles.d.ts +0 -0
  3817. /package/lib/typescript/{src/social → social}/features/community/AddMember/hooks/useAddMember.d.ts +0 -0
  3818. /package/lib/typescript/{src/social → social}/features/community/AddMember/index.d.ts +0 -0
  3819. /package/lib/typescript/{src/social → social}/features/community/AddMember/styles.d.ts +0 -0
  3820. /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/Header.d.ts +0 -0
  3821. /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/index.d.ts +0 -0
  3822. /package/lib/typescript/{src/social → social}/features/community/CommentsNotificationSetting/components/Header/styles.d.ts +0 -0
  3823. /package/lib/typescript/{src/social → social}/features/community/Create/Create.d.ts +0 -0
  3824. /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/Header.d.ts +0 -0
  3825. /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/index.d.ts +0 -0
  3826. /package/lib/typescript/{src/social → social}/features/community/Create/components/Header/styles.d.ts +0 -0
  3827. /package/lib/typescript/{src/social → social}/features/community/Create/components/Members/index.d.ts +0 -0
  3828. /package/lib/typescript/{src/social → social}/features/community/Create/components/Members/styles.d.ts +0 -0
  3829. /package/lib/typescript/{src/social → social}/features/community/Create/hooks/useCreateCommunity.d.ts +0 -0
  3830. /package/lib/typescript/{src/social → social}/features/community/Create/index.d.ts +0 -0
  3831. /package/lib/typescript/{src/social → social}/features/community/Create/styles.d.ts +0 -0
  3832. /package/lib/typescript/{src/social → social}/features/community/Edit/Edit.d.ts +0 -0
  3833. /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/Header.d.ts +0 -0
  3834. /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/index.d.ts +0 -0
  3835. /package/lib/typescript/{src/social → social}/features/community/Edit/components/Header/styles.d.ts +0 -0
  3836. /package/lib/typescript/{src/social → social}/features/community/Edit/hooks/useEditCommunity.d.ts +0 -0
  3837. /package/lib/typescript/{src/social → social}/features/community/Edit/index.d.ts +0 -0
  3838. /package/lib/typescript/{src/social → social}/features/community/Edit/styles.d.ts +0 -0
  3839. /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/Header.d.ts +0 -0
  3840. /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/index.d.ts +0 -0
  3841. /package/lib/typescript/{src/social → social}/features/community/LivestreamsNotificationSetting/components/Header/styles.d.ts +0 -0
  3842. /package/lib/typescript/{src/social → social}/features/community/Membership/Membership.d.ts +0 -0
  3843. /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/Header.d.ts +0 -0
  3844. /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/index.d.ts +0 -0
  3845. /package/lib/typescript/{src/social → social}/features/community/Membership/components/Header/styles.d.ts +0 -0
  3846. /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberItem/MemberItem.d.ts +0 -0
  3847. /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberItem/index.d.ts +0 -0
  3848. /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/MemberList.d.ts +0 -0
  3849. /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/index.d.ts +0 -0
  3850. /package/lib/typescript/{src/social → social}/features/community/Membership/components/MemberList/styles.d.ts +0 -0
  3851. /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/ModeratorList.d.ts +0 -0
  3852. /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/index.d.ts +0 -0
  3853. /package/lib/typescript/{src/social → social}/features/community/Membership/components/ModeratorList/styles.d.ts +0 -0
  3854. /package/lib/typescript/{src/social → social}/features/community/Membership/hooks/useMembership.d.ts +0 -0
  3855. /package/lib/typescript/{src/social → social}/features/community/Membership/index.d.ts +0 -0
  3856. /package/lib/typescript/{src/social → social}/features/community/Membership/styles.d.ts +0 -0
  3857. /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/Header.d.ts +0 -0
  3858. /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/index.d.ts +0 -0
  3859. /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/components/Header/styles.d.ts +0 -0
  3860. /package/lib/typescript/{src/social → social}/features/community/NotificationSetting/styles.d.ts +0 -0
  3861. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/PendingRequest.d.ts +0 -0
  3862. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/Header.d.ts +0 -0
  3863. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/index.d.ts +0 -0
  3864. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/Header/styles.d.ts +0 -0
  3865. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/PendingPostList/PendingPostList.d.ts +0 -0
  3866. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/components/PendingPostList/index.d.ts +0 -0
  3867. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/index.d.ts +0 -0
  3868. /package/lib/typescript/{src/social → social}/features/community/PendingRequest/styles.d.ts +0 -0
  3869. /package/lib/typescript/{src/social → social}/features/community/PostPermission/PostPermission.d.ts +0 -0
  3870. /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/Header.d.ts +0 -0
  3871. /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/index.d.ts +0 -0
  3872. /package/lib/typescript/{src/social → social}/features/community/PostPermission/components/Header/styles.d.ts +0 -0
  3873. /package/lib/typescript/{src/social → social}/features/community/PostPermission/index.d.ts +0 -0
  3874. /package/lib/typescript/{src/social → social}/features/community/PostPermission/styles.d.ts +0 -0
  3875. /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/Header.d.ts +0 -0
  3876. /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/index.d.ts +0 -0
  3877. /package/lib/typescript/{src/social → social}/features/community/PostsNotificationSetting/components/Header/styles.d.ts +0 -0
  3878. /package/lib/typescript/{src/social → social}/features/community/Setting/Setting.d.ts +0 -0
  3879. /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/Header.d.ts +0 -0
  3880. /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/index.d.ts +0 -0
  3881. /package/lib/typescript/{src/social → social}/features/community/Setting/components/Header/styles.d.ts +0 -0
  3882. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/CloseCommunity.d.ts +0 -0
  3883. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/index.d.ts +0 -0
  3884. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunity/styles.d.ts +0 -0
  3885. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunityDescription/index.d.ts +0 -0
  3886. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/CloseCommunityDescription/styles.d.ts +0 -0
  3887. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/LeaveCommunity.d.ts +0 -0
  3888. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/index.d.ts +0 -0
  3889. /package/lib/typescript/{src/social → social}/features/community/Setting/elements/LeaveCommunity/styles.d.ts +0 -0
  3890. /package/lib/typescript/{src/social → social}/features/community/Setting/index.d.ts +0 -0
  3891. /package/lib/typescript/{src/social → social}/features/community/Setting/styles.d.ts +0 -0
  3892. /package/lib/typescript/{src/social → social}/features/community/Setup/Setup.d.ts +0 -0
  3893. /package/lib/typescript/{src/social → social}/features/community/Setup/index.d.ts +0 -0
  3894. /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/Header.d.ts +0 -0
  3895. /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/index.d.ts +0 -0
  3896. /package/lib/typescript/{src/social → social}/features/community/StoriesNotificationSetting/components/Header/styles.d.ts +0 -0
  3897. /package/lib/typescript/{src/social → social}/features/community/StorySetting/StorySetting.d.ts +0 -0
  3898. /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/Header.d.ts +0 -0
  3899. /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/index.d.ts +0 -0
  3900. /package/lib/typescript/{src/social → social}/features/community/StorySetting/components/Header/styles.d.ts +0 -0
  3901. /package/lib/typescript/{src/social → social}/features/community/StorySetting/index.d.ts +0 -0
  3902. /package/lib/typescript/{src/social → social}/features/community/StorySetting/styles.d.ts +0 -0
  3903. /package/lib/typescript/{src/social → social}/features/community/shared/components/Categories/index.d.ts +0 -0
  3904. /package/lib/typescript/{src/social → social}/features/community/shared/components/Categories/styles.d.ts +0 -0
  3905. /package/lib/typescript/{src/social → social}/features/community/shared/components/CoverImageUpload/index.d.ts +0 -0
  3906. /package/lib/typescript/{src/social → social}/features/community/shared/components/CoverImageUpload/styles.d.ts +0 -0
  3907. /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/MemberSkeleton.d.ts +0 -0
  3908. /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/index.d.ts +0 -0
  3909. /package/lib/typescript/{src/social → social}/features/community/shared/components/MemberSkeleton/styles.d.ts +0 -0
  3910. /package/lib/typescript/{src/social → social}/features/community/shared/components/Privacy/index.d.ts +0 -0
  3911. /package/lib/typescript/{src/social → social}/features/community/shared/components/Privacy/styles.d.ts +0 -0
  3912. /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/Action.d.ts +0 -0
  3913. /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/index.d.ts +0 -0
  3914. /package/lib/typescript/{src/social → social}/features/community/shared/elements/Action/styles.d.ts +0 -0
  3915. /package/lib/typescript/{src/social → social}/features/community/shared/types/index.d.ts +0 -0
  3916. /package/lib/typescript/{src/social → social}/features/feed/components/Categories/Categories.d.ts +0 -0
  3917. /package/lib/typescript/{src/social → social}/features/feed/components/Categories/index.d.ts +0 -0
  3918. /package/lib/typescript/{src/social → social}/features/feed/components/Categories/styles.d.ts +0 -0
  3919. /package/lib/typescript/{src/social → social}/features/feed/components/CommunityCategories/index.d.ts +0 -0
  3920. /package/lib/typescript/{src/social → social}/features/feed/components/CommunityCategories/styles.d.ts +0 -0
  3921. /package/lib/typescript/{src/social → social}/features/feed/components/CreatePostMenu/index.d.ts +0 -0
  3922. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/CreateCommunityButton.d.ts +0 -0
  3923. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Description.d.ts +0 -0
  3924. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/ExploreCommunityButton.d.ts +0 -0
  3925. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Illustration.d.ts +0 -0
  3926. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/Title.d.ts +0 -0
  3927. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/index.d.ts +0 -0
  3928. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/Elements/styles/styles.d.ts +0 -0
  3929. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/EmptyNewsFeed.d.ts +0 -0
  3930. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/index.d.ts +0 -0
  3931. /package/lib/typescript/{src/social → social}/features/feed/components/EmptyNewsFeed/styles.d.ts +0 -0
  3932. /package/lib/typescript/{src/social → social}/features/feed/components/Explore/Explore.d.ts +0 -0
  3933. /package/lib/typescript/{src/social → social}/features/feed/components/Explore/ExploreLoadingSkeleton/ExploreLoadingSkeleton.d.ts +0 -0
  3934. /package/lib/typescript/{src/social → social}/features/feed/components/Explore/ExploreLoadingSkeleton/styles.d.ts +0 -0
  3935. /package/lib/typescript/{src/social → social}/features/feed/components/Explore/index.d.ts +0 -0
  3936. /package/lib/typescript/{src/social → social}/features/feed/components/Explore/styles.d.ts +0 -0
  3937. /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/ExploreCommunityEmpty.d.ts +0 -0
  3938. /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/index.d.ts +0 -0
  3939. /package/lib/typescript/{src/social → social}/features/feed/components/ExploreCommunityEmpty/styles.d.ts +0 -0
  3940. /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/ExploreEmpty.d.ts +0 -0
  3941. /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/index.d.ts +0 -0
  3942. /package/lib/typescript/{src/social → social}/features/feed/components/ExploreEmpty/styles.d.ts +0 -0
  3943. /package/lib/typescript/{src/social → social}/features/feed/components/GlobalFeed/index.d.ts +0 -0
  3944. /package/lib/typescript/{src/social → social}/features/feed/components/GlobalFeed/styles.d.ts +0 -0
  3945. /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/MyCommunities.d.ts +0 -0
  3946. /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/index.d.ts +0 -0
  3947. /package/lib/typescript/{src/social → social}/features/feed/components/MyCommunities/styles.d.ts +0 -0
  3948. /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/NewsFeed.d.ts +0 -0
  3949. /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/index.d.ts +0 -0
  3950. /package/lib/typescript/{src/social → social}/features/feed/components/NewsFeed/styles.d.ts +0 -0
  3951. /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommendedCommunities.d.ts +0 -0
  3952. /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/RecommenedCommunityItems.d.ts +0 -0
  3953. /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/RecommenedCommunityItems/styles.d.ts +0 -0
  3954. /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/index.d.ts +0 -0
  3955. /package/lib/typescript/{src/social → social}/features/feed/components/RecommendedCommunities/styles.d.ts +0 -0
  3956. /package/lib/typescript/{src/social → social}/features/feed/components/TopNavigation/TopNavigation.d.ts +0 -0
  3957. /package/lib/typescript/{src/social → social}/features/feed/components/TopNavigation/index.d.ts +0 -0
  3958. /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunities.d.ts +0 -0
  3959. /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunityTitle/TrendingCommunityTitle.d.ts +0 -0
  3960. /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/TrendingCommunityTitle/styles.d.ts +0 -0
  3961. /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/index.d.ts +0 -0
  3962. /package/lib/typescript/{src/social → social}/features/feed/components/TrendingCommunities/styles.d.ts +0 -0
  3963. /package/lib/typescript/{src/social → social}/features/feed/components/index.d.ts +0 -0
  3964. /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/CommunityCategory.d.ts +0 -0
  3965. /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/index.d.ts +0 -0
  3966. /package/lib/typescript/{src/social → social}/features/feed/elements/CommunityCategory/styles.d.ts +0 -0
  3967. /package/lib/typescript/{src/social → social}/features/feed/elements/index.d.ts +0 -0
  3968. /package/lib/typescript/{src/social → social}/features/feed/index.d.ts +0 -0
  3969. /package/lib/typescript/{src/social → social}/features/livestream/Create/Create.d.ts +0 -0
  3970. /package/lib/typescript/{src/social → social}/features/livestream/Create/RoomView.d.ts +0 -0
  3971. /package/lib/typescript/{src/social → social}/features/livestream/Create/index.d.ts +0 -0
  3972. /package/lib/typescript/{src/social → social}/features/livestream/Player/Player.d.ts +0 -0
  3973. /package/lib/typescript/{src/social → social}/features/livestream/Player/index.d.ts +0 -0
  3974. /package/lib/typescript/{src/social → social}/features/livestream/TargetSelection/TargetSelection.d.ts +0 -0
  3975. /package/lib/typescript/{src/social → social}/features/livestream/TargetSelection/index.d.ts +0 -0
  3976. /package/lib/typescript/{src/social → social}/features/livestream/Terminated/Terminated.d.ts +0 -0
  3977. /package/lib/typescript/{src/social → social}/features/livestream/Terminated/index.d.ts +0 -0
  3978. /package/lib/typescript/{src/social → social}/features/livestream/Terminated/styles.d.ts +0 -0
  3979. /package/lib/typescript/{src/social → social}/features/livestream/components/ThumbnailAction/index.d.ts +0 -0
  3980. /package/lib/typescript/{src/social → social}/features/livestream/components/ThumbnailAction/styles.d.ts +0 -0
  3981. /package/lib/typescript/{src/social → social}/features/poll/Composer/PollPostComposer.d.ts +0 -0
  3982. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDuration.d.ts +0 -0
  3983. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDurationBottomSheet.d.ts +0 -0
  3984. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollDurationPicker.d.ts +0 -0
  3985. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollHeader.d.ts +0 -0
  3986. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollOptions.d.ts +0 -0
  3987. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollQuestion.d.ts +0 -0
  3988. /package/lib/typescript/{src/social → social}/features/poll/Composer/components/PollSelection.d.ts +0 -0
  3989. /package/lib/typescript/{src/social → social}/features/poll/Composer/index.d.ts +0 -0
  3990. /package/lib/typescript/{src/social → social}/features/poll/TargetSelection/TargetSelection.d.ts +0 -0
  3991. /package/lib/typescript/{src/social → social}/features/poll/TargetSelection/index.d.ts +0 -0
  3992. /package/lib/typescript/{src/social → social}/features/post/Composer/PostComposer.d.ts +0 -0
  3993. /package/lib/typescript/{src/social → social}/features/post/Composer/index.d.ts +0 -0
  3994. /package/lib/typescript/{src/social → social}/features/post/Composer/styles.d.ts +0 -0
  3995. /package/lib/typescript/{src/social → social}/features/post/Detail/index.d.ts +0 -0
  3996. /package/lib/typescript/{src/social → social}/features/post/TargetSelection/TargetSelection.d.ts +0 -0
  3997. /package/lib/typescript/{src/social → social}/features/post/TargetSelection/index.d.ts +0 -0
  3998. /package/lib/typescript/{src/social → social}/features/post/components/Content/Content.d.ts +0 -0
  3999. /package/lib/typescript/{src/social → social}/features/post/components/Content/index.d.ts +0 -0
  4000. /package/lib/typescript/{src/social → social}/features/post/components/DetailedMediaAttachment/index.d.ts +0 -0
  4001. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/DetailStyle.d.ts +0 -0
  4002. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/FeedStyle.d.ts +0 -0
  4003. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/index.d.ts +0 -0
  4004. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/styles.d.ts +0 -0
  4005. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/type.d.ts +0 -0
  4006. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/Components/usePostShareAction.d.ts +0 -0
  4007. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/EngagementActions.d.ts +0 -0
  4008. /package/lib/typescript/{src/social → social}/features/post/components/EngagementActions/index.d.ts +0 -0
  4009. /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/EngagementContent.d.ts +0 -0
  4010. /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/index.d.ts +0 -0
  4011. /package/lib/typescript/{src/social → social}/features/post/components/EngagementContent/styles.d.ts +0 -0
  4012. /package/lib/typescript/{src/social → social}/features/post/components/MediaAttachment/index.d.ts +0 -0
  4013. /package/lib/typescript/{src/social → social}/features/reaction/components/List/index.d.ts +0 -0
  4014. /package/lib/typescript/{src/social → social}/features/reaction/components/List/styles.d.ts +0 -0
  4015. /package/lib/typescript/{src/social → social}/features/room/hooks/useRoom.d.ts +0 -0
  4016. /package/lib/typescript/{src/social → social}/features/search/components/CommunitySearchResult/CommunitySearchResult.d.ts +0 -0
  4017. /package/lib/typescript/{src/social → social}/features/search/components/CommunitySearchResult/index.d.ts +0 -0
  4018. /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/TopSearchBar.d.ts +0 -0
  4019. /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/index.d.ts +0 -0
  4020. /package/lib/typescript/{src/social → social}/features/search/components/TopSearchBar/styles.d.ts +0 -0
  4021. /package/lib/typescript/{src/social → social}/features/search/components/UserSearchResult/UserSearchResult.d.ts +0 -0
  4022. /package/lib/typescript/{src/social → social}/features/search/components/UserSearchResult/index.d.ts +0 -0
  4023. /package/lib/typescript/{src/social → social}/features/story/Create/Create.d.ts +0 -0
  4024. /package/lib/typescript/{src/social → social}/features/story/Create/index.d.ts +0 -0
  4025. /package/lib/typescript/{src/social → social}/features/story/Create/styles.d.ts +0 -0
  4026. /package/lib/typescript/{src/social → social}/features/story/Draft/Draft.d.ts +0 -0
  4027. /package/lib/typescript/{src/social → social}/features/story/Draft/components/HyperLinkConfig.d.ts +0 -0
  4028. /package/lib/typescript/{src/social → social}/features/story/Draft/index.d.ts +0 -0
  4029. /package/lib/typescript/{src/social → social}/features/story/TargetSelection/TargetSelection.d.ts +0 -0
  4030. /package/lib/typescript/{src/social → social}/features/story/TargetSelection/index.d.ts +0 -0
  4031. /package/lib/typescript/{src/social → social}/features/story/View/index.d.ts +0 -0
  4032. /package/lib/typescript/{src/social → social}/features/story/components/Tab/Tab.d.ts +0 -0
  4033. /package/lib/typescript/{src/social → social}/features/story/components/Tab/index.d.ts +0 -0
  4034. /package/lib/typescript/{src/social → social}/features/user/Blocked/Blocked.d.ts +0 -0
  4035. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/TopBar.d.ts +0 -0
  4036. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/index.d.ts +0 -0
  4037. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/TopBar/styles.d.ts +0 -0
  4038. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/UserItem.d.ts +0 -0
  4039. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/index.d.ts +0 -0
  4040. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserItem/styles.d.ts +0 -0
  4041. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/UserList.d.ts +0 -0
  4042. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/index.d.ts +0 -0
  4043. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/UserList/styles.d.ts +0 -0
  4044. /package/lib/typescript/{src/social → social}/features/user/Blocked/components/index.d.ts +0 -0
  4045. /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/UnblockUserButton/UnblockUserButton.d.ts +0 -0
  4046. /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/UnblockUserButton/index.d.ts +0 -0
  4047. /package/lib/typescript/{src/social → social}/features/user/Blocked/elements/index.d.ts +0 -0
  4048. /package/lib/typescript/{src/social → social}/features/user/Blocked/index.d.ts +0 -0
  4049. /package/lib/typescript/{src/social → social}/features/user/Blocked/styles.d.ts +0 -0
  4050. /package/lib/typescript/{src/social/features/user/PendingFollowRequests → social/features/user/CreateProfile}/components/TopBar/index.d.ts +0 -0
  4051. /package/lib/typescript/{src/social/features/user/Edit → social/features/user/CreateProfile}/styles.d.ts +0 -0
  4052. /package/lib/typescript/{src/social → social}/features/user/Edit/Edit.d.ts +0 -0
  4053. /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/ImageUpload.d.ts +0 -0
  4054. /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/index.d.ts +0 -0
  4055. /package/lib/typescript/{src/social → social}/features/user/Edit/components/ImageUpload/styles.d.ts +0 -0
  4056. /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/TopBar.d.ts +0 -0
  4057. /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/index.d.ts +0 -0
  4058. /package/lib/typescript/{src/social → social}/features/user/Edit/components/TopBar/styles.d.ts +0 -0
  4059. /package/lib/typescript/{src/social → social}/features/user/Edit/components/index.d.ts +0 -0
  4060. /package/lib/typescript/{src/social → social}/features/user/Edit/hooks/index.d.ts +0 -0
  4061. /package/lib/typescript/{src/social → social}/features/user/Edit/index.d.ts +0 -0
  4062. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/PendingFollowRequests.d.ts +0 -0
  4063. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/RequestItem.d.ts +0 -0
  4064. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/index.d.ts +0 -0
  4065. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestItem/styles.d.ts +0 -0
  4066. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/RequestList.d.ts +0 -0
  4067. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/index.d.ts +0 -0
  4068. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/RequestList/styles.d.ts +0 -0
  4069. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/TopBar/TopBar.d.ts +0 -0
  4070. /package/lib/typescript/{src/social/features/user/Relationship → social/features/user/PendingFollowRequests}/components/TopBar/index.d.ts +0 -0
  4071. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/TopBar/styles.d.ts +0 -0
  4072. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/components/index.d.ts +0 -0
  4073. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/hooks/usePendingFollowRequests.d.ts +0 -0
  4074. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/index.d.ts +0 -0
  4075. /package/lib/typescript/{src/social → social}/features/user/PendingFollowRequests/styles.d.ts +0 -0
  4076. /package/lib/typescript/{src/social → social}/features/user/Profile/components/Action/Action.d.ts +0 -0
  4077. /package/lib/typescript/{src/social → social}/features/user/Profile/components/Action/index.d.ts +0 -0
  4078. /package/lib/typescript/{src/social → social}/features/user/Profile/components/Feed/index.d.ts +0 -0
  4079. /package/lib/typescript/{src/social → social}/features/user/Profile/components/Feed/styles.d.ts +0 -0
  4080. /package/lib/typescript/{src/social → social}/features/user/Profile/components/Header/index.d.ts +0 -0
  4081. /package/lib/typescript/{src/social → social}/features/user/Profile/components/ImageFeed/index.d.ts +0 -0
  4082. /package/lib/typescript/{src/social → social}/features/user/Profile/components/TopBar/index.d.ts +0 -0
  4083. /package/lib/typescript/{src/social → social}/features/user/Profile/components/TopBar/styles.d.ts +0 -0
  4084. /package/lib/typescript/{src/social → social}/features/user/Profile/components/VideoFeed/index.d.ts +0 -0
  4085. /package/lib/typescript/{src/social → social}/features/user/Profile/components/index.d.ts +0 -0
  4086. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowButton/FollowButton.d.ts +0 -0
  4087. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowButton/index.d.ts +0 -0
  4088. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowingButton/FollowingButton.d.ts +0 -0
  4089. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/FollowingButton/index.d.ts +0 -0
  4090. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingButton/PendingButton.d.ts +0 -0
  4091. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingButton/index.d.ts +0 -0
  4092. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/PendingFollowRequestsBanner.d.ts +0 -0
  4093. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/index.d.ts +0 -0
  4094. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/PendingFollowRequestsBanner/styles.d.ts +0 -0
  4095. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/UnblockButton/UnblockButton.d.ts +0 -0
  4096. /package/lib/typescript/{src/social → social}/features/user/Profile/elements/UnblockButton/index.d.ts +0 -0
  4097. /package/lib/typescript/{src/social → social}/features/user/Profile/hooks/useUserProfile.d.ts +0 -0
  4098. /package/lib/typescript/{src/social → social}/features/user/Profile/index.d.ts +0 -0
  4099. /package/lib/typescript/{src/social → social}/features/user/Profile/styles.d.ts +0 -0
  4100. /package/lib/typescript/{src/social → social}/features/user/Profile/types/index.d.ts +0 -0
  4101. /package/lib/typescript/{src/social → social}/features/user/Relationship/Relationship.d.ts +0 -0
  4102. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/FollowerList.d.ts +0 -0
  4103. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/index.d.ts +0 -0
  4104. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowerList/styles.d.ts +0 -0
  4105. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/FollowingList.d.ts +0 -0
  4106. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/index.d.ts +0 -0
  4107. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/FollowingList/styles.d.ts +0 -0
  4108. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/TopBar/TopBar.d.ts +0 -0
  4109. /package/lib/typescript/{src/social/screens/CommunityProfile → social/features/user/Relationship}/components/TopBar/index.d.ts +0 -0
  4110. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/TopBar/styles.d.ts +0 -0
  4111. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/UserItem.d.ts +0 -0
  4112. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/index.d.ts +0 -0
  4113. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserItem/styles.d.ts +0 -0
  4114. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/UserList.d.ts +0 -0
  4115. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/index.d.ts +0 -0
  4116. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/UserList/styles.d.ts +0 -0
  4117. /package/lib/typescript/{src/social → social}/features/user/Relationship/components/index.d.ts +0 -0
  4118. /package/lib/typescript/{src/social → social}/features/user/Relationship/hooks/index.d.ts +0 -0
  4119. /package/lib/typescript/{src/social → social}/features/user/Relationship/hooks/useUserRelationship.d.ts +0 -0
  4120. /package/lib/typescript/{src/social → social}/features/user/Relationship/index.d.ts +0 -0
  4121. /package/lib/typescript/{src/social → social}/features/user/Relationship/styles.d.ts +0 -0
  4122. /package/lib/typescript/{src/social → social}/hooks/collections/category/useCategoryCollection.d.ts +0 -0
  4123. /package/lib/typescript/{src/social → social}/hooks/collections/community/useCommunityMemberCollection.d.ts +0 -0
  4124. /package/lib/typescript/{src/social → social}/hooks/collections/post/usePinnedPostCollection.d.ts +0 -0
  4125. /package/lib/typescript/{src/social → social}/hooks/collections/post/usePostCollection.d.ts +0 -0
  4126. /package/lib/typescript/{src/social → social}/hooks/collections/post/useUserFeed.d.ts +0 -0
  4127. /package/lib/typescript/{src/social → social}/hooks/collections/search/useSearchMemberByDisplayNameCollection.d.ts +0 -0
  4128. /package/lib/typescript/{src/social → social}/hooks/collections/search/useSearchUserByDisplayNameCollection.d.ts +0 -0
  4129. /package/lib/typescript/{src/social → social}/hooks/collections/useLiveCollection.d.ts +0 -0
  4130. /package/lib/typescript/{src/social → social}/hooks/collections/useReactQueryLiveCollection.d.ts +0 -0
  4131. /package/lib/typescript/{src/social → social}/hooks/collections/user/useBlockedUsersCollection.d.ts +0 -0
  4132. /package/lib/typescript/{src/social → social}/hooks/collections/user/useFollowerCollection.d.ts +0 -0
  4133. /package/lib/typescript/{src/social → social}/hooks/collections/user/useFollowingCollection.d.ts +0 -0
  4134. /package/lib/typescript/{src/social → social}/hooks/collections/user/useUserCollection.d.ts +0 -0
  4135. /package/lib/typescript/{src/social → social}/hooks/files/useFile.d.ts +0 -0
  4136. /package/lib/typescript/{src/social → social}/hooks/objects/index.d.ts +0 -0
  4137. /package/lib/typescript/{src/social → social}/hooks/objects/useLiveObject.d.ts +0 -0
  4138. /package/lib/typescript/{src/social → social}/hooks/objects/user/useFollowInfo.d.ts +0 -0
  4139. /package/lib/typescript/{src/social → social}/hooks/objects/user/useUser.d.ts +0 -0
  4140. /package/lib/typescript/{src/social → social}/hooks/queries/useBlockUser.d.ts +0 -0
  4141. /package/lib/typescript/{src/social → social}/hooks/queries/useClosePoll.d.ts +0 -0
  4142. /package/lib/typescript/{src/social → social}/hooks/queries/useFlagPost.d.ts +0 -0
  4143. /package/lib/typescript/{src/social → social}/hooks/queries/useFlagUserQuery.d.ts +0 -0
  4144. /package/lib/typescript/{src/social → social}/hooks/queries/useFollowUser.d.ts +0 -0
  4145. /package/lib/typescript/{src/social → social}/hooks/queries/usePendingFollowRequest.d.ts +0 -0
  4146. /package/lib/typescript/{src/social → social}/hooks/useAmityGlobalSearchViewModel.d.ts +0 -0
  4147. /package/lib/typescript/{src/social → social}/hooks/useCamera.d.ts +0 -0
  4148. /package/lib/typescript/{src/social → social}/hooks/useCategories.d.ts +0 -0
  4149. /package/lib/typescript/{src/social → social}/hooks/useCategory.d.ts +0 -0
  4150. /package/lib/typescript/{src/social → social}/hooks/useCommentAdImpression.d.ts +0 -0
  4151. /package/lib/typescript/{src/social → social}/hooks/useCommunities.d.ts +0 -0
  4152. /package/lib/typescript/{src/social → social}/hooks/useCommunity.d.ts +0 -0
  4153. /package/lib/typescript/{src/social → social}/hooks/useConfig.d.ts +0 -0
  4154. /package/lib/typescript/{src/social → social}/hooks/useConfigImageUri.d.ts +0 -0
  4155. /package/lib/typescript/{src/social → social}/hooks/useCustomRankingGlobalFeed.d.ts +0 -0
  4156. /package/lib/typescript/{src/social → social}/hooks/useDarkMode.d.ts +0 -0
  4157. /package/lib/typescript/{src/social → social}/hooks/useFile.d.ts +0 -0
  4158. /package/lib/typescript/{src/social → social}/hooks/useGenerateThemeStyles.d.ts +0 -0
  4159. /package/lib/typescript/{src/social → social}/hooks/useGlobalStory.d.ts +0 -0
  4160. /package/lib/typescript/{src/social → social}/hooks/useImagePicker.d.ts +0 -0
  4161. /package/lib/typescript/{src/social → social}/hooks/useJoinCommunity.d.ts +0 -0
  4162. /package/lib/typescript/{src/social → social}/hooks/useKeyboardStatus.d.ts +0 -0
  4163. /package/lib/typescript/{src/social → social}/hooks/useLeaveCommunity.d.ts +0 -0
  4164. /package/lib/typescript/{src/social → social}/hooks/useMembersQuery.d.ts +0 -0
  4165. /package/lib/typescript/{src/social → social}/hooks/usePaginator.d.ts +0 -0
  4166. /package/lib/typescript/{src/social → social}/hooks/usePendingPostQuery.d.ts +0 -0
  4167. /package/lib/typescript/{src/social → social}/hooks/usePendingPosts.d.ts +0 -0
  4168. /package/lib/typescript/{src/social → social}/hooks/usePermissions.d.ts +0 -0
  4169. /package/lib/typescript/{src/social → social}/hooks/usePopup.d.ts +0 -0
  4170. /package/lib/typescript/{src/social → social}/hooks/usePostImpression.d.ts +0 -0
  4171. /package/lib/typescript/{src/social → social}/hooks/usePostPermission.d.ts +0 -0
  4172. /package/lib/typescript/{src/social → social}/hooks/usePostSubscription.d.ts +0 -0
  4173. /package/lib/typescript/{src/social → social}/hooks/usePosts.d.ts +0 -0
  4174. /package/lib/typescript/{src/social → social}/hooks/useReaction.d.ts +0 -0
  4175. /package/lib/typescript/{src/social → social}/hooks/useRecommenedCommunities.d.ts +0 -0
  4176. /package/lib/typescript/{src/social → social}/hooks/useRolesQuery.d.ts +0 -0
  4177. /package/lib/typescript/{src/social → social}/hooks/useRoomSubscription.d.ts +0 -0
  4178. /package/lib/typescript/{src/social → social}/hooks/useStory.d.ts +0 -0
  4179. /package/lib/typescript/{src/social → social}/hooks/useStoryTarget.d.ts +0 -0
  4180. /package/lib/typescript/{src/social → social}/hooks/useTimeDifference.d.ts +0 -0
  4181. /package/lib/typescript/{src/social → social}/hooks/useTrendingCommunities.d.ts +0 -0
  4182. /package/lib/typescript/{src/social → social}/hooks/useUiKitConfig.d.ts +0 -0
  4183. /package/lib/typescript/{src/social → social}/hooks/useUiKitReference.d.ts +0 -0
  4184. /package/lib/typescript/{src/social → social}/hooks/useUser.d.ts +0 -0
  4185. /package/lib/typescript/{src/social → social}/hooks/useValidateConfig.d.ts +0 -0
  4186. /package/lib/typescript/{src/social → social}/providers/AdEngineProvider.d.ts +0 -0
  4187. /package/lib/typescript/{src/social → social}/providers/BehaviourProvider.d.ts +0 -0
  4188. /package/lib/typescript/{src/social → social}/providers/ExploreProvider.d.ts +0 -0
  4189. /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryListSkeleton/CategoryListSkeleton.d.ts +0 -0
  4190. /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryRowItem/CategoryRowItem.d.ts +0 -0
  4191. /package/lib/typescript/{src/social → social}/screens/AllCategories/CategoryRowItem/styles.d.ts +0 -0
  4192. /package/lib/typescript/{src/social → social}/screens/AllCategories/index.d.ts +0 -0
  4193. /package/lib/typescript/{src/social → social}/screens/AllCategories/styles.d.ts +0 -0
  4194. /package/lib/typescript/{src/social → social}/screens/BlockedUsers/BlockedUsers.d.ts +0 -0
  4195. /package/lib/typescript/{src/social → social}/screens/BlockedUsers/index.d.ts +0 -0
  4196. /package/lib/typescript/{src/social → social}/screens/CommunitiesByCategory/index.d.ts +0 -0
  4197. /package/lib/typescript/{src/social → social}/screens/CommunitiesByCategory/styles.d.ts +0 -0
  4198. /package/lib/typescript/{src/social → social}/screens/CommunityAddCategory/index.d.ts +0 -0
  4199. /package/lib/typescript/{src/social → social}/screens/CommunityAddMember/index.d.ts +0 -0
  4200. /package/lib/typescript/{src/social → social}/screens/CommunityMembership/index.d.ts +0 -0
  4201. /package/lib/typescript/{src/social → social}/screens/CommunityPendingRequest/index.d.ts +0 -0
  4202. /package/lib/typescript/{src/social → social}/screens/CommunityPostPermission/index.d.ts +0 -0
  4203. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/Feed.d.ts +0 -0
  4204. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/index.d.ts +0 -0
  4205. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Feed/styles.d.ts +0 -0
  4206. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/Header.d.ts +0 -0
  4207. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/index.d.ts +0 -0
  4208. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Header/styles.d.ts +0 -0
  4209. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/ImageFeed/ImageFeed.d.ts +0 -0
  4210. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/ImageFeed/index.d.ts +0 -0
  4211. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/PinnedPost.d.ts +0 -0
  4212. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/index.d.ts +0 -0
  4213. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/PinnedPost/styles.d.ts +0 -0
  4214. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Tab/Tab.d.ts +0 -0
  4215. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/Tab/index.d.ts +0 -0
  4216. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/TopBar/TopBar.d.ts +0 -0
  4217. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/TopBar/styles.d.ts +0 -0
  4218. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/VideoFeed.d.ts +0 -0
  4219. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/index.d.ts +0 -0
  4220. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/VideoFeed/styles.d.ts +0 -0
  4221. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/components/index.d.ts +0 -0
  4222. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/CommunityCover/CommunityCover.d.ts +0 -0
  4223. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/CommunityCover/index.d.ts +0 -0
  4224. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/elements/index.d.ts +0 -0
  4225. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/index.d.ts +0 -0
  4226. /package/lib/typescript/{src/social → social}/screens/CommunityProfile/styles.d.ts +0 -0
  4227. /package/lib/typescript/{src/social → social}/screens/CommunitySetting/index.d.ts +0 -0
  4228. /package/lib/typescript/{src/social → social}/screens/CommunityStorySetting/index.d.ts +0 -0
  4229. /package/lib/typescript/{src/social → social}/screens/CreateCommunity/index.d.ts +0 -0
  4230. /package/lib/typescript/{src/social → social}/screens/CreateLivestream/index.d.ts +0 -0
  4231. /package/lib/typescript/{src/social → social}/screens/CreatePost/index.d.ts +0 -0
  4232. /package/lib/typescript/{src/social → social}/screens/CreateStory/CreateStoryScreen.d.ts +0 -0
  4233. /package/lib/typescript/{src/social → social}/screens/EditCommunity/index.d.ts +0 -0
  4234. /package/lib/typescript/{src/social → social}/screens/EditPost/EditPost.d.ts +0 -0
  4235. /package/lib/typescript/{src/social → social}/screens/EditUser/EditUser.d.ts +0 -0
  4236. /package/lib/typescript/{src/social → social}/screens/EditUser/index.d.ts +0 -0
  4237. /package/lib/typescript/{src/social → social}/screens/GlobalBan/GlobalBan.d.ts +0 -0
  4238. /package/lib/typescript/{src/social → social}/screens/GlobalBan/index.d.ts +0 -0
  4239. /package/lib/typescript/{src/social → social}/screens/GlobalBan/styles.d.ts +0 -0
  4240. /package/lib/typescript/{src/social → social}/screens/GlobalFeed/index.d.ts +0 -0
  4241. /package/lib/typescript/{src/social → social}/screens/GlobalFeed/styles.d.ts +0 -0
  4242. /package/lib/typescript/{src/social → social}/screens/ImageViewer/ImageViewer.d.ts +0 -0
  4243. /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/Header.d.ts +0 -0
  4244. /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/index.d.ts +0 -0
  4245. /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/Header/styles.d.ts +0 -0
  4246. /package/lib/typescript/{src/social → social}/screens/ImageViewer/components/index.d.ts +0 -0
  4247. /package/lib/typescript/{src/social → social}/screens/ImageViewer/index.d.ts +0 -0
  4248. /package/lib/typescript/{src/social → social}/screens/LivestreamPlayer/index.d.ts +0 -0
  4249. /package/lib/typescript/{src/social → social}/screens/LivestreamPostTargetSelection/index.d.ts +0 -0
  4250. /package/lib/typescript/{src/social → social}/screens/LivestreamTerminated/index.d.ts +0 -0
  4251. /package/lib/typescript/{src/social → social}/screens/MyCommunitiesSearch/index.d.ts +0 -0
  4252. /package/lib/typescript/{src/social → social}/screens/MyCommunitiesSearch/styles.d.ts +0 -0
  4253. /package/lib/typescript/{src/social → social}/screens/PollPostComposer/index.d.ts +0 -0
  4254. /package/lib/typescript/{src/social → social}/screens/PollTargetSelection/index.d.ts +0 -0
  4255. /package/lib/typescript/{src/social → social}/screens/PostDetail/index.d.ts +0 -0
  4256. /package/lib/typescript/{src/social → social}/screens/PostTargetSelection/index.d.ts +0 -0
  4257. /package/lib/typescript/{src/social → social}/screens/SocialGlobalSearch/index.d.ts +0 -0
  4258. /package/lib/typescript/{src/social → social}/screens/SocialGlobalSearch/styles.d.ts +0 -0
  4259. /package/lib/typescript/{src/social → social}/screens/SocialHomePage/index.d.ts +0 -0
  4260. /package/lib/typescript/{src/social → social}/screens/UserPendingFollowRequests/UserPendingFollowRequests.d.ts +0 -0
  4261. /package/lib/typescript/{src/social → social}/screens/UserPendingFollowRequests/index.d.ts +0 -0
  4262. /package/lib/typescript/{src/social → social}/screens/UserProfile/index.d.ts +0 -0
  4263. /package/lib/typescript/{src/social → social}/screens/UserRelationship/UserRelationship.d.ts +0 -0
  4264. /package/lib/typescript/{src/social → social}/screens/UserRelationship/index.d.ts +0 -0
  4265. /package/lib/typescript/{src/social → social}/screens/VideoPlayer/VideoPlayer.d.ts +0 -0
  4266. /package/lib/typescript/{src/social → social}/screens/VideoPlayer/index.d.ts +0 -0
  4267. /package/lib/typescript/{src/social → social}/screens/VideoPlayer/styles.d.ts +0 -0
  4268. /package/lib/typescript/{src/social → social}/types/index.d.ts +0 -0
  4269. /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","personXml","threeDots","addCommentReaction","removeCommentReaction","getAmityUser","Pressable","useAuth","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","useNavigation","ReplyCommentList","CommentRepository","useTimeDifference","LinkPreview","Typography","pen","report","trash","unreport","useToast","CommentListItem","commentDetail","onDelete","onClickReply","postType","disabledInteraction","onNavigate","disabledComment","_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","showToast","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","message","type","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","commentBubble","mentionPositionArr","actionSection","rowContainer","timeRow","Caption","headerTextTime","likeBtn","CaptionBold","likedText","btnText","undefined","colors","baseShade2","renderItem","keyExtractor","index","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","handleBar","modalRow","color","base","BodyBold","normalActionText","dangerActionText","onFinishEdit","onClose"],"sourceRoot":"../../../../../../src","sources":["social/components/Social/CommentListItem/CommentListItem.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","personXml","threeDots","addCommentReaction","removeCommentReaction","getAmityUser","Pressable","useAuth","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","useNavigation","ReplyCommentList","AmityReactionListComponent","CommentRepository","useTimeDifference","useGlobalBehavior","LinkPreview","Typography","pen","report","trash","unreport","useToast","CommentListItem","commentDetail","onDelete","onClickReply","postType","disabledInteraction","disabledComment","onNavigate","_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","isReactionListVisible","setIsReactionListVisible","navigation","showToast","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","message","type","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","onHandleReply","handleGlobalBehavior","isVisitorOrBot","onPressLike","defaultBehavior","onPressReply","onPressCommentReaction","React","createElement","key","commentWrap","headerSection","avatar","source","uri","xml","width","height","rightSection","headerRow","disabled","navigate","headerText","commentBubble","mentionPositionArr","actionSection","rowContainer","timeRow","Caption","headerTextTime","likeBtn","CaptionBold","likedText","btnText","undefined","colors","baseShade2","renderItem","keyExtractor","index","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","twoOptions","handleBar","modalRow","color","base","BodyBold","normalActionText","dangerActionText","onFinishEdit","onClose","isModalVisible","onCloseModal","onPressUser"],"sourceRoot":"../../../../../../src","sources":["social/components/Social/CommentListItem/CommentListItem.tsx"],"mappings":"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","ignoreList":[]}
@@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'react';
2
2
  import { View, Text, TouchableOpacity, Image, Modal, Animated, Alert } from 'react-native';
3
3
  import { useStyles } from './styles';
4
4
  import { SvgXml } from 'react-native-svg';
5
- import { expandIcon, likedXml, likeXml, personXml, threeDots } from '../../../../core/assets/icons/xml';
5
+ import { editIcon, expandIcon, likedXml, likeXml, personXml, storyDraftDeletHyperLink, threeDots } from '../../../../core/assets/icons/xml';
6
6
  import { addCommentReaction, removeCommentReaction } from '../../../../core/legacy/comment';
7
7
  import { Pressable } from 'react-native';
8
8
  import useAuth from '../../../../core/hooks/useAuth';
@@ -78,8 +78,8 @@ export default function ReplyCommentList({
78
78
  await addCommentReaction(commentId, 'like');
79
79
  }
80
80
  };
81
- const deletePostObject = () => {
82
- Alert.alert('Delete this post', `This post will be permanently deleted. You'll no longer see and find this post`, [{
81
+ const deleteReplyComment = () => {
82
+ Alert.alert('Delete reply', 'This reply will be permanently deleted.', [{
83
83
  text: 'Cancel',
84
84
  style: 'cancel'
85
85
  }, {
@@ -202,14 +202,22 @@ export default function ReplyCommentList({
202
202
  }, (user === null || user === void 0 ? void 0 : user.userId) === client.userId ? /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(TouchableOpacity, {
203
203
  onPress: openEditCommentModal,
204
204
  style: styles.modalRow
205
- }, /*#__PURE__*/React.createElement(Text, {
205
+ }, /*#__PURE__*/React.createElement(SvgXml, {
206
+ xml: editIcon(theme.colors.base),
207
+ width: "20",
208
+ height: "20"
209
+ }), /*#__PURE__*/React.createElement(Text, {
206
210
  style: styles.deleteText
207
- }, " Edit Comment")), /*#__PURE__*/React.createElement(TouchableOpacity, {
208
- onPress: deletePostObject,
211
+ }, " Edit reply")), /*#__PURE__*/React.createElement(TouchableOpacity, {
212
+ onPress: deleteReplyComment,
209
213
  style: styles.modalRow
210
- }, /*#__PURE__*/React.createElement(Text, {
214
+ }, /*#__PURE__*/React.createElement(SvgXml, {
215
+ xml: storyDraftDeletHyperLink(),
216
+ width: "20",
217
+ height: "20"
218
+ }), /*#__PURE__*/React.createElement(Text, {
211
219
  style: styles.deleteText
212
- }, " Delete Comment"))) : /*#__PURE__*/React.createElement(TouchableOpacity, {
220
+ }, " Delete reply"))) : /*#__PURE__*/React.createElement(TouchableOpacity, {
213
221
  onPress: reportCommentObject,
214
222
  style: styles.modalRow
215
223
  }, /*#__PURE__*/React.createElement(Text, {
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useRef","useState","View","Text","TouchableOpacity","Image","Modal","Animated","Alert","useStyles","SvgXml","expandIcon","likedXml","likeXml","personXml","threeDots","addCommentReaction","removeCommentReaction","Pressable","useAuth","useTimeDifference","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","LinkPreview","ReplyCommentList","commentDetail","onDelete","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","theme","styles","timeDifference","isLike","setIsLike","includes","likeReaction","setLikeReaction","like","client","apiRegion","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","Value","current","commentMentionPosition","setCommentMentionPosition","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","addReactionToComment","deletePostObject","alert","style","onPress","reportCommentObject","unReportPost","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","React","createElement","key","replyCommentWrap","replyHeaderSection","avatarFileId","avatar","source","uri","xml","width","height","rightSection","headerRow","headerText","displayName","timeRow","headerTextTime","dot","commentBubble","mentionPositionArr","actionSection","likeBtn","colors","primary","likedText","btnText","base","length","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","userId","twoOptions","modalRow","deleteText","onFinishEdit","onClose"],"sourceRoot":"../../../../../../src","sources":["social/components/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","editIcon","expandIcon","likedXml","likeXml","personXml","storyDraftDeletHyperLink","threeDots","addCommentReaction","removeCommentReaction","Pressable","useAuth","useTimeDifference","isReportTarget","reportTargetById","unReportTargetById","EditCommentModal","useTheme","LinkPreview","ReplyCommentList","commentDetail","onDelete","commentId","data","user","createdAt","reactions","myReactions","childrenComment","editedAt","mentionPosition","childrenNumber","theme","styles","timeDifference","isLike","setIsLike","includes","likeReaction","setLikeReaction","like","client","apiRegion","textComment","setTextComment","text","isVisible","setIsVisible","isReportByMe","setIsReportByMe","editCommentModal","setEditCommentModal","isEditComment","setIsEditComment","slideAnimation","Value","current","commentMentionPosition","setCommentMentionPosition","openModal","closeModal","timing","toValue","duration","useNativeDriver","start","checkIsReport","isReport","addReactionToComment","deleteReplyComment","alert","style","onPress","reportCommentObject","unReportPost","reportPost","modalStyle","transform","translateY","interpolate","inputRange","outputRange","openEditCommentModal","onEditComment","editText","onCloseEditCommentModal","React","createElement","key","replyCommentWrap","replyHeaderSection","avatarFileId","avatar","source","uri","xml","width","height","rightSection","headerRow","headerText","displayName","timeRow","headerTextTime","dot","commentBubble","mentionPositionArr","actionSection","likeBtn","colors","primary","likedText","btnText","base","length","viewMoreReplyBtn","viewMoreText","animationType","transparent","visible","onRequestClose","modalContainer","modalContent","userId","twoOptions","modalRow","deleteText","onFinishEdit","onClose"],"sourceRoot":"../../../../../../src","sources":["social/components/Social/ReplyCommentList/index.tsx"],"mappings":"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","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","onClose","duration","onStorySeen","isCommunityStory","dataState","setDataState","isModalOpen","setIsModalOpen","currentPage","setCurrentPage","selectedData","setSelectedData","cube","_handleStoryItemPress","item","index","_item$stories","stories","length","newData","slice","handleSeen","seen","seenIndex","indexOf","_dataState$seenIndex","tempData","onStoryFinish","state","newPage","_cube$current","current","scrollTo","_cube$current2","renderStoryList","map","storyData","React","createElement","key","userId","user_id","profileName","user_name","profileImage","user_image","onFinish","onClosePress","isModerator","renderCube","OS","ref","callBackAfterSwipe","x","parseInt","handleStoryItemPress","style","styles","modal","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","create","flex","defaultProps","showAvatarText"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/Story.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["Fragment","useRef","useState","useEffect","Dimensions","View","Platform","StyleSheet","Modal","StoryListItem","StoryCircleListView","isNullOrWhitespace","AndroidCubeEffect","CubeNavigationHorizontal","height","width","get","Story","data","onClose","duration","onStorySeen","isCommunityStory","dataState","setDataState","isModalOpen","setIsModalOpen","currentPage","setCurrentPage","selectedData","setSelectedData","cube","_handleStoryItemPress","item","index","_item$stories","stories","length","newData","slice","handleSeen","seen","seenIndex","indexOf","_dataState$seenIndex","tempData","onStoryFinish","state","newPage","_cube$current","current","scrollTo","_cube$current2","renderStoryList","map","storyData","React","createElement","key","userId","user_id","profileName","user_name","profileImage","user_image","onFinish","onClosePress","isModerator","renderCube","OS","ref","callBackAfterSwipe","x","parseInt","handleStoryItemPress","style","styles","modal","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","create","flex","defaultProps","showAvatarText"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/Story.tsx"],"mappings":"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","ignoreList":[]}
@@ -16,7 +16,9 @@ const StoryCircleListItem = ({
16
16
  const styles = useStyles();
17
17
  const [, setIsPressed] = useState(item === null || item === void 0 ? void 0 : item.seen);
18
18
  const prevSeen = usePrevious(item === null || item === void 0 ? void 0 : item.seen);
19
- const hasStoryPermission = useStoryPermission(item.user_id);
19
+ const {
20
+ hasStoryPermission
21
+ } = useStoryPermission(item.user_id);
20
22
  const {
21
23
  getUiKitConfig
22
24
  } = useConfig();
@@ -1 +1 @@
1
- {"version":3,"names":["useState","useEffect","View","Image","TouchableOpacity","Text","StyleSheet","usePrevious","useTheme","SvgXml","communityIcon","officialIcon","privateIcon","storyCircleCreatePlusIcon","storyRing","useConfig","useStoryPermission","StoryCircleListItem","item","handleStoryItemPress","isCommunityStory","_getUiKitConfig","_item$stories","_item$stories2","theme","styles","useStyles","setIsPressed","seen","prevSeen","hasStoryPermission","user_id","getUiKitConfig","storyRingColor","page","component","element","progress_color","_handleItemPress","pressedItem","React","createElement","onPress","style","itemContainer","user_image","source","uri","communityAvatar","avatar","width","height","xml","stories","length","isOfficial","colors","primary","storyCreateIcon","textRow","isPublic","base","numberOfLines","ellipsizeMode","itemText","user_name","create","title","fontSize","fontWeight","margin","color","scrollView","justifyContent","alignItems","borderRadius","marginTop","flexDirection","titleContainer","arrowIcon","marginRight","display","seeAllBtn","seeAllIcon","backgroundColor","seeAllText","position","left","top"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/StoryCircleListItem.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useState","useEffect","View","Image","TouchableOpacity","Text","StyleSheet","usePrevious","useTheme","SvgXml","communityIcon","officialIcon","privateIcon","storyCircleCreatePlusIcon","storyRing","useConfig","useStoryPermission","StoryCircleListItem","item","handleStoryItemPress","isCommunityStory","_getUiKitConfig","_item$stories","_item$stories2","theme","styles","useStyles","setIsPressed","seen","prevSeen","hasStoryPermission","user_id","getUiKitConfig","storyRingColor","page","component","element","progress_color","_handleItemPress","pressedItem","React","createElement","onPress","style","itemContainer","user_image","source","uri","communityAvatar","avatar","width","height","xml","stories","length","isOfficial","colors","primary","storyCreateIcon","textRow","isPublic","base","numberOfLines","ellipsizeMode","itemText","user_name","create","title","fontSize","fontWeight","margin","color","scrollView","justifyContent","alignItems","borderRadius","marginTop","flexDirection","titleContainer","arrowIcon","marginRight","display","seeAllBtn","seeAllIcon","backgroundColor","seeAllText","position","left","top"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/StoryCircleListItem.tsx"],"mappings":"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","ignoreList":[]}
@@ -5,6 +5,7 @@ import { usePrevious, isNullOrWhitespace } from './helpers';
5
5
  import Video from 'react-native-video';
6
6
  import { SvgXml } from 'react-native-svg';
7
7
  import { seenIcon, storyCircleCreatePlusIcon, storyCommentIcon, storyHyperLinkIcon, storyLikeIcon, storyLikedIcon, storyThreedotsMenu } from '../../../../core/assets/icons/xml';
8
+ import { trash } from '../../../../core/assets/icons';
8
9
  import { useStyles } from './styles';
9
10
  import { useTimeDifference } from '../../../../core/hooks/useTimeDifference';
10
11
  import { useStory } from '../../../hooks/useStory';
@@ -33,7 +34,9 @@ export const StoryListItem = ({
33
34
  }) => {
34
35
  var _getUiKitConfig, _getUiKitConfig2, _getUiKitConfig3, _getUiKitConfig4, _content$current, _content$current2, _content$current3, _content$current4, _content$current5, _content$current6, _content$current7, _content$current8;
35
36
  const styles = useStyles();
36
- const hasStoryPermission = useStoryPermission(userId);
37
+ const {
38
+ hasStoryPermission
39
+ } = useStoryPermission(userId);
37
40
  const {
38
41
  getUiKitConfig
39
42
  } = useConfig();
@@ -512,7 +515,11 @@ export const StoryListItem = ({
512
515
  }, /*#__PURE__*/React.createElement(TouchableOpacity, {
513
516
  style: styles.deleteBtn,
514
517
  onPress: onPressDelete
515
- }, /*#__PURE__*/React.createElement(Text, {
518
+ }, /*#__PURE__*/React.createElement(SvgXml, {
519
+ xml: trash(),
520
+ width: 24,
521
+ height: 24
522
+ }), /*#__PURE__*/React.createElement(Text, {
516
523
  style: styles.deleteStoryTxt
517
524
  }, "Delete story")))));
518
525
  };
@@ -1 +1 @@
1
- {"version":3,"names":["useState","useEffect","useRef","useCallback","Animated","Image","Text","TouchableOpacity","Linking","TouchableWithoutFeedback","ActivityIndicator","View","Alert","KeyboardAvoidingView","Platform","Modal","usePrevious","isNullOrWhitespace","Video","SvgXml","seenIcon","storyCircleCreatePlusIcon","storyCommentIcon","storyHyperLinkIcon","storyLikeIcon","storyLikedIcon","storyThreedotsMenu","useStyles","useTimeDifference","useStory","ElementID","ComponentID","PageID","useConfig","useNavigation","BottomSheet","StoryRepository","CommentList","useStoryPermission","useConfigImageUri","SafeAreaView","StoryListItem","index","key","_key","userId","profileImage","profileName","duration","onFinish","onClosePress","stories","currentPage","onStorySeen","isModerator","_getUiKitConfig","_getUiKitConfig2","_getUiKitConfig3","_getUiKitConfig4","_content$current","_content$current2","_content$current3","_content$current4","_content$current5","_content$current6","_content$current7","_content$current8","styles","hasStoryPermission","getUiKitConfig","storyReactionBgColor","element","StoryRing","component","WildCardComponent","page","StoryPage","background_color","storyCommentBgColor","StoryCommentBtn","storyViewerBgColor","StoryImpressionBtn","storyPlusBgColor","StoryHyperLinkBtn","load","setLoad","pressed","setPressed","error","setError","content","setContent","map","x","finish","current","setCurrent","storyDuration","setStoryDuration","currentSeek","setCurrentSeek","progress","Value","sheetRef","timeDifference","createdAt","storyHyperLink","items","data","undefined","creatorName","viewer","storyId","story_id","reactionCounts","commentsCounts","myReactions","navigation","totalReaction","setTotalReaction","isLiked","setIsLiked","length","openCommentSheet","setOpenCommentSheet","handleReaction","prevCurrentPage","muted","setMuted","hasStoryImpressionPermission","isOwner","muteIcon","configPath","SpeakerBtn","configKey","unmuteIcon","mappedStories","isPrevious","storyItem","storyIndex","start","prevCurrent","story_image","startAnimation","timing","toValue","useNativeDriver","finished","next","setValue","close","previous","state","onPressHyperLink","markLinkAsClicked","supported","canOpenURL","url","openURL","alert","onPressAvatar","navigate","targetId","targetType","onPressMenu","_sheetRef$current","stopAnimation","open","onPressComment","onCloseBottomSheet","onClosedCommentSheet","deleteStory","softDeleteStory","goBack","err","message","onPressDelete","text","onPress","_sheetRef$current2","style","user_id","user_image","user_name","story","handleLoadVideo","onPressReaction","reactionName","prev","onPressProfileName","communityId","React","createElement","Fragment","container","backgroundContainer","story_type","onProgress","currentTime","source","uri","story_video","video","resizeMode","controls","onReadyForDisplay","paused","story_page","onLoad","onError","nativeEvent","onLoadStart","onLoadEnd","image","spinnerContainer","size","color","flexCol","animationBarContainer","_item","barIndex","animationBackground","flex","height","backgroundColor","userContainer","flexRowCenter","hitSlop","avatarImage","width","storyCreateIcon","xml","avatarText","avatarSubText","marginLeft","closeIconContainer","menuCloseContaier","threeDotsMenu","whiteText","pressContainer","onPressIn","onLongPress","delayLongPress","onPressOut","hyperlinkContainer","hyperlinkText","customText","muteBtn","footer","seenContainer","seen","iconContainer","bottomSheet","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","behavior","OS","commentBottomSheet","handleBar","commentTitle","horizontalSperator","postId","postType","ref","onClose","closeOnDragDown","deleteBottomSheet","deleteBtn","deleteStoryTxt","defaultProps"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/StoryListItem.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useState","useEffect","useRef","useCallback","Animated","Image","Text","TouchableOpacity","Linking","TouchableWithoutFeedback","ActivityIndicator","View","Alert","KeyboardAvoidingView","Platform","Modal","usePrevious","isNullOrWhitespace","Video","SvgXml","seenIcon","storyCircleCreatePlusIcon","storyCommentIcon","storyHyperLinkIcon","storyLikeIcon","storyLikedIcon","storyThreedotsMenu","trash","useStyles","useTimeDifference","useStory","ElementID","ComponentID","PageID","useConfig","useNavigation","BottomSheet","StoryRepository","CommentList","useStoryPermission","useConfigImageUri","SafeAreaView","StoryListItem","index","key","_key","userId","profileImage","profileName","duration","onFinish","onClosePress","stories","currentPage","onStorySeen","isModerator","_getUiKitConfig","_getUiKitConfig2","_getUiKitConfig3","_getUiKitConfig4","_content$current","_content$current2","_content$current3","_content$current4","_content$current5","_content$current6","_content$current7","_content$current8","styles","hasStoryPermission","getUiKitConfig","storyReactionBgColor","element","StoryRing","component","WildCardComponent","page","StoryPage","background_color","storyCommentBgColor","StoryCommentBtn","storyViewerBgColor","StoryImpressionBtn","storyPlusBgColor","StoryHyperLinkBtn","load","setLoad","pressed","setPressed","error","setError","content","setContent","map","x","finish","current","setCurrent","storyDuration","setStoryDuration","currentSeek","setCurrentSeek","progress","Value","sheetRef","timeDifference","createdAt","storyHyperLink","items","data","undefined","creatorName","viewer","storyId","story_id","reactionCounts","commentsCounts","myReactions","navigation","totalReaction","setTotalReaction","isLiked","setIsLiked","length","openCommentSheet","setOpenCommentSheet","handleReaction","prevCurrentPage","muted","setMuted","hasStoryImpressionPermission","isOwner","muteIcon","configPath","SpeakerBtn","configKey","unmuteIcon","mappedStories","isPrevious","storyItem","storyIndex","start","prevCurrent","story_image","startAnimation","timing","toValue","useNativeDriver","finished","next","setValue","close","previous","state","onPressHyperLink","markLinkAsClicked","supported","canOpenURL","url","openURL","alert","onPressAvatar","navigate","targetId","targetType","onPressMenu","_sheetRef$current","stopAnimation","open","onPressComment","onCloseBottomSheet","onClosedCommentSheet","deleteStory","softDeleteStory","goBack","err","message","onPressDelete","text","onPress","_sheetRef$current2","style","user_id","user_image","user_name","story","handleLoadVideo","onPressReaction","reactionName","prev","onPressProfileName","communityId","React","createElement","Fragment","container","backgroundContainer","story_type","onProgress","currentTime","source","uri","story_video","video","resizeMode","controls","onReadyForDisplay","paused","story_page","onLoad","onError","nativeEvent","onLoadStart","onLoadEnd","image","spinnerContainer","size","color","flexCol","animationBarContainer","_item","barIndex","animationBackground","flex","height","backgroundColor","userContainer","flexRowCenter","hitSlop","avatarImage","width","storyCreateIcon","xml","avatarText","avatarSubText","marginLeft","closeIconContainer","menuCloseContaier","threeDotsMenu","whiteText","pressContainer","onPressIn","onLongPress","delayLongPress","onPressOut","hyperlinkContainer","hyperlinkText","customText","muteBtn","footer","seenContainer","seen","iconContainer","bottomSheet","isOpen","onClosed","position","swipeToClose","swipeArea","backButtonClose","coverScreen","behavior","OS","commentBottomSheet","handleBar","commentTitle","horizontalSperator","postId","postType","ref","onClose","closeOnDragDown","deleteBottomSheet","deleteBtn","deleteStoryTxt","defaultProps"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/StoryListItem.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  import { useEffect, useRef } from 'react';
2
2
  export function usePrevious(value) {
3
- const ref = useRef(null);
3
+ const ref = useRef(undefined);
4
4
  useEffect(() => {
5
5
  ref.current = value;
6
6
  });
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useRef","usePrevious","value","ref","current"],"sourceRoot":"../../../../../../../src","sources":["social/components/StoryKit/src/helpers/StateHelpers.ts"],"mappings":"AAAA,SAASA,SAAS,EAAEC,MAAM,QAAQ,OAAO;AAEzC,OAAO,SAASC,WAAWA,CAACC,KAAU,EAAE;EACtC,MAAMC,GAAG,GAAGH,MAAM,CAAC,IAAI,CAAC;EACxBD,SAAS,CAAC,MAAM;IACdI,GAAG,CAACC,OAAO,GAAGF,KAAK;EACrB,CAAC,CAAC;EACF,OAAOC,GAAG,CAACC,OAAO;AACpB","ignoreList":[]}
1
+ {"version":3,"names":["useEffect","useRef","usePrevious","value","ref","undefined","current"],"sourceRoot":"../../../../../../../src","sources":["social/components/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":[]}
@@ -188,6 +188,8 @@ export const useStyles = () => {
188
188
  },
189
189
  deleteBtn: {
190
190
  flexDirection: 'row',
191
+ alignItems: 'center',
192
+ gap: 12,
191
193
  backgroundColor: theme.colors.background
192
194
  },
193
195
  commentBottomSheet: {
@@ -197,7 +199,7 @@ export const useStyles = () => {
197
199
  height: '100%'
198
200
  },
199
201
  handleBar: {
200
- width: 0.25 * width,
202
+ width: 36,
201
203
  backgroundColor: theme.colors.baseShade4,
202
204
  height: 5,
203
205
  marginVertical: 10,
@@ -216,7 +218,8 @@ export const useStyles = () => {
216
218
  },
217
219
  deleteStoryTxt: {
218
220
  color: theme.colors.base,
219
- fontSize: 14
221
+ fontSize: 15,
222
+ fontWeight: '600'
220
223
  }
221
224
  });
222
225
  return styles;
@@ -1 +1 @@
1
- {"version":3,"names":["StyleSheet","Dimensions","Platform","useTheme","width","height","get","useStyles","theme","styles","create","video","container","flex","backgroundColor","flexCol","flexDirection","flexRowCenter","alignItems","image","resizeMode","backgroundContainer","spinnerContainer","zIndex","position","justifyContent","alignSelf","animationBarContainer","paddingTop","paddingHorizontal","animationBackground","marginHorizontal","userContainer","avatarImage","borderRadius","avatarText","fontWeight","color","paddingLeft","fontSize","avatarSubText","colors","background","closeIconContainer","menuCloseContaier","pressContainer","swipeUpBtn","right","left","bottom","OS","whiteText","threeDotsMenu","marginRight","swipeText","marginTop","footer","marginBottom","muteBtn","top","muteIcon","seenContainer","paddingVertical","iconContainer","seen","marginLeft","hyperlinkContainer","baseShade1","hyperlinkText","error","textAlign","storyCreateIcon","bottomSheet","borderTopLeftRadius","borderTopRightRadius","deleteBottomSheet","marginVertical","deleteBtn","commentBottomSheet","handleBar","baseShade4","commentTitle","base","horizontalSperator","deleteStoryTxt"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/styles.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["StyleSheet","Dimensions","Platform","useTheme","width","height","get","useStyles","theme","styles","create","video","container","flex","backgroundColor","flexCol","flexDirection","flexRowCenter","alignItems","image","resizeMode","backgroundContainer","spinnerContainer","zIndex","position","justifyContent","alignSelf","animationBarContainer","paddingTop","paddingHorizontal","animationBackground","marginHorizontal","userContainer","avatarImage","borderRadius","avatarText","fontWeight","color","paddingLeft","fontSize","avatarSubText","colors","background","closeIconContainer","menuCloseContaier","pressContainer","swipeUpBtn","right","left","bottom","OS","whiteText","threeDotsMenu","marginRight","swipeText","marginTop","footer","marginBottom","muteBtn","top","muteIcon","seenContainer","paddingVertical","iconContainer","seen","marginLeft","hyperlinkContainer","baseShade1","hyperlinkText","error","textAlign","storyCreateIcon","bottomSheet","borderTopLeftRadius","borderTopRightRadius","deleteBottomSheet","marginVertical","deleteBtn","gap","commentBottomSheet","handleBar","baseShade4","commentTitle","base","horizontalSperator","deleteStoryTxt"],"sourceRoot":"../../../../../../src","sources":["social/components/StoryKit/src/styles.ts"],"mappings":"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","ignoreList":[]}
@@ -1,18 +1,16 @@
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
1
  import { Text } from 'react-native';
3
2
  import styles from './styles';
4
3
  const CustomText = ({
5
4
  children,
6
5
  style,
7
6
  numberOfLines,
8
- ellipsizeMode = 'tail',
9
- ...props
7
+ ellipsizeMode = 'tail'
10
8
  }) => {
11
- return /*#__PURE__*/React.createElement(Text, _extends({}, props, {
9
+ return /*#__PURE__*/React.createElement(Text, {
12
10
  style: [styles.text, style],
13
11
  numberOfLines: numberOfLines,
14
12
  ellipsizeMode: ellipsizeMode
15
- }), children);
13
+ }, children);
16
14
  };
17
15
  export default CustomText;
18
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Text","styles","CustomText","children","style","numberOfLines","ellipsizeMode","props","React","createElement","_extends","text"],"sourceRoot":"../../../../../../src","sources":["social/components/legacy/CustomText/index.tsx"],"mappings":";AAAA,SAASA,IAAI,QAAQ,cAAc;AACnC,OAAOC,MAAM,MAAM,UAAU;AAS7B,MAAMC,UAAqC,GAAGA,CAAC;EAC7CC,QAAQ;EACRC,KAAK;EACLC,aAAa;EACbC,aAAa,GAAG,MAAM;EACtB,GAAGC;AACY,CAAC,KAAK;EACrB,oBACEC,KAAA,CAAAC,aAAA,CAACT,IAAI,EAAAU,QAAA,KACCH,KAAK;IACTH,KAAK,EAAE,CAACH,MAAM,CAACU,IAAI,EAAEP,KAAK,CAAE;IAC5BC,aAAa,EAAEA,aAAc;IAC7BC,aAAa,EAAEA;EAAc,IAE5BH,QACG,CAAC;AAEX,CAAC;AACD,eAAeD,UAAU","ignoreList":[]}
1
+ {"version":3,"names":["Text","styles","CustomText","children","style","numberOfLines","ellipsizeMode","React","createElement","text"],"sourceRoot":"../../../../../../src","sources":["social/components/legacy/CustomText/index.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AACnC,OAAOC,MAAM,MAAM,UAAU;AAS7B,MAAMC,UAAqC,GAAGA,CAAC;EAC7CC,QAAQ;EACRC,KAAK;EACLC,aAAa;EACbC,aAAa,GAAG;AAClB,CAAC,KAAK;EACJ,oBACEC,KAAA,CAAAC,aAAA,CAACR,IAAI;IACHI,KAAK,EAAE,CAACH,MAAM,CAACQ,IAAI,EAAEL,KAAK,CAAE;IAC5BC,aAAa,EAAEA,aAAc;IAC7BC,aAAa,EAAEA;EAAc,GAE5BH,QACG,CAAC;AAEX,CAAC;AACD,eAAeD,UAAU","ignoreList":[]}
@@ -313,7 +313,7 @@ const CommentList = ({
313
313
  xml: expandIcon
314
314
  }), /*#__PURE__*/React.createElement(Text, {
315
315
  style: styles.viewMoreText
316
- }, "View ", childrenNumber, " replies")), isOpenReply && hasNextPage && /*#__PURE__*/React.createElement(TouchableOpacity, {
316
+ }, "View ", childrenNumber, ' ', childrenNumber === 1 ? 'reply' : 'replies')), isOpenReply && hasNextPage && /*#__PURE__*/React.createElement(TouchableOpacity, {
317
317
  onPress: () => onNextPage(),
318
318
  style: styles.viewMoreReplyBtn
319
319
  }, /*#__PURE__*/React.createElement(SvgXml, {