@amityco/react-native-social-uikit 4.1.1-2a1adfb8.0 → 4.1.1-79bc765b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/core/assets/icons/xml.js +69 -1
- package/lib/commonjs/core/assets/icons/xml.js.map +1 -1
- package/lib/commonjs/core/hooks/usePostByIds.js +38 -0
- package/lib/commonjs/core/hooks/usePostByIds.js.map +1 -0
- package/lib/commonjs/core/index.js +0 -7
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/commonjs/core/providers/AmityUIKitProvider.js +2 -11
- package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js +1 -68
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/commonjs/core/stores/slices/toastSlice.js +1 -4
- package/lib/commonjs/core/stores/slices/toastSlice.js.map +1 -1
- package/lib/commonjs/index.js +0 -6
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/social/components/LoadingImage/index.js +4 -3
- package/lib/commonjs/social/components/LoadingImage/index.js.map +1 -1
- package/lib/commonjs/social/components/LoadingImage/styles.js +4 -0
- package/lib/commonjs/social/components/LoadingImage/styles.js.map +1 -1
- package/lib/commonjs/social/components/LoadingVideo/index.js +12 -6
- package/lib/commonjs/social/components/LoadingVideo/index.js.map +1 -1
- package/lib/commonjs/social/components/LoadingVideo/styles.js +4 -0
- package/lib/commonjs/social/components/LoadingVideo/styles.js.map +1 -1
- package/lib/commonjs/social/components/MediaSelector/MediaSelector.js +164 -0
- package/lib/commonjs/social/components/MediaSelector/MediaSelector.js.map +1 -0
- package/lib/commonjs/social/components/MediaSelector/index.js +13 -0
- package/lib/commonjs/social/components/MediaSelector/index.js.map +1 -0
- package/lib/commonjs/social/components/MediaSelector/styles.js +130 -0
- package/lib/commonjs/social/components/MediaSelector/styles.js.map +1 -0
- package/lib/commonjs/social/components/MediaViewer/MediaViewer.js +287 -0
- package/lib/commonjs/social/components/MediaViewer/MediaViewer.js.map +1 -0
- package/lib/commonjs/social/components/MediaViewer/index.js.map +1 -0
- package/lib/commonjs/social/components/MediaViewer/styles.js +116 -0
- package/lib/commonjs/social/components/MediaViewer/styles.js.map +1 -0
- package/lib/commonjs/social/components/PostContent/index.js +75 -120
- package/lib/commonjs/social/components/PostContent/index.js.map +1 -1
- package/lib/commonjs/social/components/SelectedMediaComponent/SelectedMediaComponent.js +147 -0
- package/lib/commonjs/social/components/SelectedMediaComponent/SelectedMediaComponent.js.map +1 -0
- package/lib/commonjs/social/components/SelectedMediaComponent/index.js +13 -0
- package/lib/commonjs/social/components/SelectedMediaComponent/index.js.map +1 -0
- package/lib/commonjs/social/components/SelectedMediaComponent/styles.js +43 -0
- package/lib/commonjs/social/components/SelectedMediaComponent/styles.js.map +1 -0
- package/lib/commonjs/social/components/Toast/index.js +8 -38
- package/lib/commonjs/social/components/Toast/index.js.map +1 -1
- package/lib/commonjs/social/components/Toast/styles.js +4 -16
- package/lib/commonjs/social/components/Toast/styles.js.map +1 -1
- package/lib/commonjs/social/constants/index.js +11 -0
- package/lib/commonjs/social/constants/index.js.map +1 -0
- package/lib/commonjs/social/elements/PostMediaElement/PostMediaElement.js +244 -0
- package/lib/commonjs/social/elements/PostMediaElement/PostMediaElement.js.map +1 -0
- package/lib/commonjs/social/elements/PostMediaElement/index.js +13 -0
- package/lib/commonjs/social/elements/PostMediaElement/index.js.map +1 -0
- package/lib/commonjs/social/elements/PostMediaElement/styles.js +117 -0
- package/lib/commonjs/social/elements/PostMediaElement/styles.js.map +1 -0
- package/lib/commonjs/social/features/post/Composer/PostComposer.js +71 -105
- package/lib/commonjs/social/features/post/Composer/PostComposer.js.map +1 -1
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +17 -7
- package/lib/commonjs/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
- package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js +17 -7
- package/lib/commonjs/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
- package/lib/commonjs/social/utils/getFrameRatio.js +52 -0
- package/lib/commonjs/social/utils/getFrameRatio.js.map +1 -0
- package/lib/commonjs/social/utils/getIndicatorConfig.js +59 -0
- package/lib/commonjs/social/utils/getIndicatorConfig.js.map +1 -0
- package/lib/module/core/assets/icons/xml.js +60 -0
- package/lib/module/core/assets/icons/xml.js.map +1 -1
- package/lib/module/core/hooks/usePostByIds.js +32 -0
- package/lib/module/core/hooks/usePostByIds.js.map +1 -0
- package/lib/module/core/index.js +0 -1
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/core/providers/AmityUIKitProvider.js +2 -11
- package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/module/core/routes/AmityUIKitNavigator.js +1 -68
- package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/module/core/stores/slices/toastSlice.js +1 -4
- package/lib/module/core/stores/slices/toastSlice.js.map +1 -1
- package/lib/module/index.js +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/social/components/LoadingImage/index.js +4 -3
- package/lib/module/social/components/LoadingImage/index.js.map +1 -1
- package/lib/module/social/components/LoadingImage/styles.js +4 -0
- package/lib/module/social/components/LoadingImage/styles.js.map +1 -1
- package/lib/module/social/components/LoadingVideo/index.js +13 -7
- package/lib/module/social/components/LoadingVideo/index.js.map +1 -1
- package/lib/module/social/components/LoadingVideo/styles.js +4 -0
- package/lib/module/social/components/LoadingVideo/styles.js.map +1 -1
- package/lib/module/social/components/MediaSelector/MediaSelector.js +158 -0
- package/lib/module/social/components/MediaSelector/MediaSelector.js.map +1 -0
- package/lib/module/social/components/MediaSelector/index.js +2 -0
- package/lib/module/social/components/MediaSelector/index.js.map +1 -0
- package/lib/module/social/components/MediaSelector/styles.js +123 -0
- package/lib/module/social/components/MediaSelector/styles.js.map +1 -0
- package/lib/module/social/components/MediaViewer/MediaViewer.js +280 -0
- package/lib/module/social/components/MediaViewer/MediaViewer.js.map +1 -0
- package/lib/module/social/components/MediaViewer/index.js.map +1 -0
- package/lib/module/social/components/MediaViewer/styles.js +109 -0
- package/lib/module/social/components/MediaViewer/styles.js.map +1 -0
- package/lib/module/social/components/PostContent/index.js +77 -122
- package/lib/module/social/components/PostContent/index.js.map +1 -1
- package/lib/module/social/components/SelectedMediaComponent/SelectedMediaComponent.js +141 -0
- package/lib/module/social/components/SelectedMediaComponent/SelectedMediaComponent.js.map +1 -0
- package/lib/module/social/components/SelectedMediaComponent/index.js +2 -0
- package/lib/module/social/components/SelectedMediaComponent/index.js.map +1 -0
- package/lib/module/social/components/SelectedMediaComponent/styles.js +36 -0
- package/lib/module/social/components/SelectedMediaComponent/styles.js.map +1 -0
- package/lib/module/social/components/Toast/index.js +8 -38
- package/lib/module/social/components/Toast/index.js.map +1 -1
- package/lib/module/social/components/Toast/styles.js +4 -16
- package/lib/module/social/components/Toast/styles.js.map +1 -1
- package/lib/module/social/constants/index.js +5 -0
- package/lib/module/social/constants/index.js.map +1 -0
- package/lib/module/social/elements/PostMediaElement/PostMediaElement.js +237 -0
- package/lib/module/social/elements/PostMediaElement/PostMediaElement.js.map +1 -0
- package/lib/module/social/elements/PostMediaElement/index.js +2 -0
- package/lib/module/social/elements/PostMediaElement/index.js.map +1 -0
- package/lib/module/social/elements/PostMediaElement/styles.js +110 -0
- package/lib/module/social/elements/PostMediaElement/styles.js.map +1 -0
- package/lib/module/social/features/post/Composer/PostComposer.js +74 -108
- package/lib/module/social/features/post/Composer/PostComposer.js.map +1 -1
- package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js +17 -7
- package/lib/module/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.js.map +1 -1
- package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js +17 -7
- package/lib/module/social/features/post/components/MediaAttachment/MediaAttachment.js.map +1 -1
- package/lib/module/social/utils/getFrameRatio.js +44 -0
- package/lib/module/social/utils/getFrameRatio.js.map +1 -0
- package/lib/module/social/utils/getIndicatorConfig.js +53 -0
- package/lib/module/social/utils/getIndicatorConfig.js.map +1 -0
- package/lib/typescript/core/assets/icons/xml.d.ts +9 -0
- package/lib/typescript/core/assets/icons/xml.d.ts.map +1 -1
- package/lib/typescript/core/hooks/usePostByIds.d.ts +8 -0
- package/lib/typescript/core/hooks/usePostByIds.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts +0 -1
- package/lib/typescript/core/index.d.ts.map +1 -1
- package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -1
- package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts +1 -5
- package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -1
- package/lib/typescript/core/routes/RouteParamList.d.ts +0 -40
- package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -1
- package/lib/typescript/core/stores/slices/toastSlice.d.ts +0 -1
- package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +2 -2
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/social/components/LoadingImage/index.d.ts +2 -1
- package/lib/typescript/social/components/LoadingImage/index.d.ts.map +1 -1
- package/lib/typescript/social/components/LoadingImage/styles.d.ts +4 -0
- package/lib/typescript/social/components/LoadingImage/styles.d.ts.map +1 -1
- package/lib/typescript/social/components/LoadingVideo/index.d.ts +2 -1
- package/lib/typescript/social/components/LoadingVideo/index.d.ts.map +1 -1
- package/lib/typescript/social/components/LoadingVideo/styles.d.ts +4 -0
- package/lib/typescript/social/components/LoadingVideo/styles.d.ts.map +1 -1
- package/lib/typescript/social/components/MediaSelector/MediaSelector.d.ts +14 -0
- package/lib/typescript/social/components/MediaSelector/MediaSelector.d.ts.map +1 -0
- package/lib/typescript/social/components/MediaSelector/index.d.ts +2 -0
- package/lib/typescript/social/components/MediaSelector/index.d.ts.map +1 -0
- package/lib/typescript/social/components/MediaSelector/styles.d.ts +116 -0
- package/lib/typescript/social/components/MediaSelector/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/MediaViewer/MediaViewer.d.ts +17 -0
- package/lib/typescript/social/components/MediaViewer/MediaViewer.d.ts.map +1 -0
- package/lib/typescript/social/components/MediaViewer/index.d.ts +3 -0
- package/lib/typescript/social/components/MediaViewer/index.d.ts.map +1 -0
- package/lib/typescript/social/components/MediaViewer/styles.d.ts +99 -0
- package/lib/typescript/social/components/MediaViewer/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/PostContent/index.d.ts.map +1 -1
- package/lib/typescript/social/components/SelectedMediaComponent/SelectedMediaComponent.d.ts +12 -0
- package/lib/typescript/social/components/SelectedMediaComponent/SelectedMediaComponent.d.ts.map +1 -0
- package/lib/typescript/social/components/SelectedMediaComponent/index.d.ts +3 -0
- package/lib/typescript/social/components/SelectedMediaComponent/index.d.ts.map +1 -0
- package/lib/typescript/social/components/SelectedMediaComponent/styles.d.ts +25 -0
- package/lib/typescript/social/components/SelectedMediaComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/components/Toast/index.d.ts.map +1 -1
- package/lib/typescript/social/components/Toast/styles.d.ts +1 -3
- package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -1
- package/lib/typescript/social/constants/index.d.ts +4 -0
- package/lib/typescript/social/constants/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/PostMediaElement/PostMediaElement.d.ts +15 -0
- package/lib/typescript/social/elements/PostMediaElement/PostMediaElement.d.ts.map +1 -0
- package/lib/typescript/social/elements/PostMediaElement/index.d.ts +3 -0
- package/lib/typescript/social/elements/PostMediaElement/index.d.ts.map +1 -0
- package/lib/typescript/social/elements/PostMediaElement/styles.d.ts +88 -0
- package/lib/typescript/social/elements/PostMediaElement/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/community/CommentsNotificationSetting/hooks/useCommentsNotificationSetting.d.ts +15 -15
- package/lib/typescript/social/features/community/LivestreamsNotificationSetting/hooks/useLivestreamsNotificationSetting.d.ts +5 -5
- package/lib/typescript/social/features/community/PostsNotificationSetting/hooks/usePostsNotificationSetting.d.ts +10 -10
- package/lib/typescript/social/features/community/StoriesNotificationSetting/hooks/useStoriesNotificationSetting.d.ts +15 -15
- package/lib/typescript/social/features/post/Composer/PostComposer.d.ts.map +1 -1
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts +3 -0
- package/lib/typescript/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.d.ts.map +1 -1
- package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts +3 -0
- package/lib/typescript/social/features/post/components/MediaAttachment/MediaAttachment.d.ts.map +1 -1
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts +0 -1
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -1
- package/lib/typescript/social/utils/getFrameRatio.d.ts +21 -0
- package/lib/typescript/social/utils/getFrameRatio.d.ts.map +1 -0
- package/lib/typescript/social/utils/getIndicatorConfig.d.ts +11 -0
- package/lib/typescript/social/utils/getIndicatorConfig.d.ts.map +1 -0
- package/package.json +9 -12
- package/src/core/assets/icons/xml.ts +76 -0
- package/src/core/hooks/usePostByIds.ts +33 -0
- package/src/core/index.tsx +0 -1
- package/src/core/providers/AmityUIKitProvider.tsx +29 -40
- package/src/core/routes/AmityUIKitNavigator.tsx +1 -86
- package/src/core/routes/RouteParamList.tsx +0 -19
- package/src/core/stores/slices/toastSlice.ts +0 -6
- package/src/index.tsx +0 -2
- package/src/social/components/LoadingImage/index.tsx +12 -2
- package/src/social/components/LoadingImage/styles.ts +4 -0
- package/src/social/components/LoadingVideo/index.tsx +28 -4
- package/src/social/components/LoadingVideo/styles.ts +4 -0
- package/src/social/components/MediaSelector/MediaSelector.tsx +231 -0
- package/src/social/components/MediaSelector/index.tsx +1 -0
- package/src/social/components/MediaSelector/styles.ts +124 -0
- package/src/social/components/MediaViewer/MediaViewer.tsx +413 -0
- package/src/social/components/MediaViewer/index.tsx +2 -0
- package/src/social/components/MediaViewer/styles.ts +109 -0
- package/src/social/components/PostContent/index.tsx +86 -159
- package/src/social/components/SelectedMediaComponent/SelectedMediaComponent.tsx +202 -0
- package/src/social/components/SelectedMediaComponent/index.ts +2 -0
- package/src/social/components/SelectedMediaComponent/styles.ts +38 -0
- package/src/social/components/Toast/index.tsx +27 -55
- package/src/social/components/Toast/styles.ts +3 -22
- package/src/social/constants/index.ts +4 -0
- package/src/social/elements/PostMediaElement/PostMediaElement.tsx +318 -0
- package/src/social/elements/PostMediaElement/index.tsx +5 -0
- package/src/social/elements/PostMediaElement/styles.ts +99 -0
- package/src/social/features/post/Composer/PostComposer.tsx +83 -114
- package/src/social/features/post/components/DetailedMediaAttachment/DetailedMediaAttachment.tsx +10 -3
- package/src/social/features/post/components/MediaAttachment/MediaAttachment.tsx +14 -3
- package/src/social/utils/getFrameRatio.ts +42 -0
- package/src/social/utils/getIndicatorConfig.ts +62 -0
- package/lib/commonjs/core/assets/icons/emptyCommunity2.js +0 -46
- package/lib/commonjs/core/assets/icons/emptyCommunity2.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Avatar/Avatar.js +0 -80
- package/lib/commonjs/core/design/atoms/Avatar/Avatar.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Avatar/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Avatar/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Avatar/styles.js +0 -140
- package/lib/commonjs/core/design/atoms/Avatar/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Badge/Badge.js +0 -89
- package/lib/commonjs/core/design/atoms/Badge/Badge.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Badge/index.js +0 -19
- package/lib/commonjs/core/design/atoms/Badge/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Badge/styles.js +0 -159
- package/lib/commonjs/core/design/atoms/Badge/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Button/Button.js +0 -77
- package/lib/commonjs/core/design/atoms/Button/Button.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js +0 -66
- package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Button/Icon/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Button/Icon/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Button/Icon/styles.js +0 -139
- package/lib/commonjs/core/design/atoms/Button/Icon/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Button/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Button/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Button/styles.js +0 -277
- package/lib/commonjs/core/design/atoms/Button/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Divider/Divider.js +0 -39
- package/lib/commonjs/core/design/atoms/Divider/Divider.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Divider/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Divider/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Divider/styles.js +0 -49
- package/lib/commonjs/core/design/atoms/Divider/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js +0 -73
- package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Boxed/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Input/Boxed/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js +0 -97
- package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js +0 -87
- package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Chip/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Input/Chip/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Chip/styles.js +0 -93
- package/lib/commonjs/core/design/atoms/Input/Chip/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Input.js +0 -20
- package/lib/commonjs/core/design/atoms/Input/Input.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Text/Text.js +0 -89
- package/lib/commonjs/core/design/atoms/Input/Text/Text.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Text/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Input/Text/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/Text/styles.js +0 -120
- package/lib/commonjs/core/design/atoms/Input/Text/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/User/User.js +0 -41
- package/lib/commonjs/core/design/atoms/Input/User/User.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/User/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Input/User/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/User/styles.js +0 -69
- package/lib/commonjs/core/design/atoms/Input/User/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Input/index.js +0 -41
- package/lib/commonjs/core/design/atoms/Input/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Loader.js +0 -16
- package/lib/commonjs/core/design/atoms/Loader/Loader.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js +0 -29
- package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js +0 -25
- package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js +0 -96
- package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Upload/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Loader/Upload/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js +0 -60
- package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Loader/index.js +0 -27
- package/lib/commonjs/core/design/atoms/Loader/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Selection/Selection.js +0 -87
- package/lib/commonjs/core/design/atoms/Selection/Selection.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Selection/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Selection/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Selection/styles.js +0 -110
- package/lib/commonjs/core/design/atoms/Selection/styles.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Tab/Tab.js +0 -51
- package/lib/commonjs/core/design/atoms/Tab/Tab.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Tab/index.js +0 -13
- package/lib/commonjs/core/design/atoms/Tab/index.js.map +0 -1
- package/lib/commonjs/core/design/atoms/Tab/styles.js +0 -68
- package/lib/commonjs/core/design/atoms/Tab/styles.js.map +0 -1
- package/lib/commonjs/core/design/components/Menu/Menu.js +0 -96
- package/lib/commonjs/core/design/components/Menu/Menu.js.map +0 -1
- package/lib/commonjs/core/design/components/Menu/index.js +0 -13
- package/lib/commonjs/core/design/components/Menu/index.js.map +0 -1
- package/lib/commonjs/core/design/components/Menu/styles.js +0 -85
- package/lib/commonjs/core/design/components/Menu/styles.js.map +0 -1
- package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js +0 -40
- package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js.map +0 -1
- package/lib/commonjs/core/design/components/MenuOptionButton/index.js +0 -13
- package/lib/commonjs/core/design/components/MenuOptionButton/index.js.map +0 -1
- package/lib/commonjs/core/design/components/MenuOptionButton/styles.js +0 -42
- package/lib/commonjs/core/design/components/MenuOptionButton/styles.js.map +0 -1
- package/lib/commonjs/core/design/components/Popover/Popover.js +0 -118
- package/lib/commonjs/core/design/components/Popover/Popover.js.map +0 -1
- package/lib/commonjs/core/design/components/Popover/index.js +0 -13
- package/lib/commonjs/core/design/components/Popover/index.js.map +0 -1
- package/lib/commonjs/core/design/components/Popover/styles.js +0 -49
- package/lib/commonjs/core/design/components/Popover/styles.js.map +0 -1
- package/lib/commonjs/core/design/components/Skeleton/Skeleton.js +0 -55
- package/lib/commonjs/core/design/components/Skeleton/Skeleton.js.map +0 -1
- package/lib/commonjs/core/design/components/Skeleton/index.js +0 -13
- package/lib/commonjs/core/design/components/Skeleton/index.js.map +0 -1
- package/lib/commonjs/core/design/components/Skeleton/styles.js +0 -24
- package/lib/commonjs/core/design/components/Skeleton/styles.js.map +0 -1
- package/lib/commonjs/core/design/components/TextEditor/TextEditor.js +0 -183
- package/lib/commonjs/core/design/components/TextEditor/TextEditor.js.map +0 -1
- package/lib/commonjs/core/design/components/TextEditor/index.js +0 -20
- package/lib/commonjs/core/design/components/TextEditor/index.js.map +0 -1
- package/lib/commonjs/core/design/components/TextEditor/styles.js +0 -62
- package/lib/commonjs/core/design/components/TextEditor/styles.js.map +0 -1
- package/lib/commonjs/core/design/components/TextEditor/utils.js +0 -132
- package/lib/commonjs/core/design/components/TextEditor/utils.js.map +0 -1
- package/lib/commonjs/core/design/components/Typography/Typography.js +0 -29
- package/lib/commonjs/core/design/components/Typography/Typography.js.map +0 -1
- package/lib/commonjs/core/design/components/Typography/index.js +0 -13
- package/lib/commonjs/core/design/components/Typography/index.js.map +0 -1
- package/lib/commonjs/core/design/components/Typography/styles.js +0 -78
- package/lib/commonjs/core/design/components/Typography/styles.js.map +0 -1
- package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js +0 -26
- package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +0 -1
- package/lib/commonjs/core/design/elements/ModeratorBadge/index.js +0 -13
- package/lib/commonjs/core/design/elements/ModeratorBadge/index.js.map +0 -1
- package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js +0 -32
- package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js.map +0 -1
- package/lib/commonjs/core/design/elements/PrivateBadge/index.js +0 -13
- package/lib/commonjs/core/design/elements/PrivateBadge/index.js.map +0 -1
- package/lib/commonjs/core/design/icons/AmityIcon.js +0 -29
- package/lib/commonjs/core/design/icons/AmityIcon.js.map +0 -1
- package/lib/commonjs/core/design/icons/generated/iconRegistry.js +0 -702
- package/lib/commonjs/core/design/icons/generated/iconRegistry.js.map +0 -1
- package/lib/commonjs/core/design/icons/index.js +0 -38
- package/lib/commonjs/core/design/icons/index.js.map +0 -1
- package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js +0 -52
- package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js.map +0 -1
- package/lib/commonjs/core/design/molecules/SearchInput/index.js +0 -13
- package/lib/commonjs/core/design/molecules/SearchInput/index.js.map +0 -1
- package/lib/commonjs/core/design/molecules/SearchInput/styles.js +0 -30
- package/lib/commonjs/core/design/molecules/SearchInput/styles.js.map +0 -1
- package/lib/commonjs/core/design/molecules/Tabs/Tabs.js +0 -38
- package/lib/commonjs/core/design/molecules/Tabs/Tabs.js.map +0 -1
- package/lib/commonjs/core/design/molecules/Tabs/index.js +0 -13
- package/lib/commonjs/core/design/molecules/Tabs/index.js.map +0 -1
- package/lib/commonjs/core/design/molecules/Tabs/styles.js +0 -35
- package/lib/commonjs/core/design/molecules/Tabs/styles.js.map +0 -1
- package/lib/commonjs/core/design/theme/AmityForceMode.js +0 -28
- package/lib/commonjs/core/design/theme/AmityForceMode.js.map +0 -1
- package/lib/commonjs/core/design/theme/AmityThemeProvider.js +0 -58
- package/lib/commonjs/core/design/theme/AmityThemeProvider.js.map +0 -1
- package/lib/commonjs/core/design/theme/index.js +0 -52
- package/lib/commonjs/core/design/theme/index.js.map +0 -1
- package/lib/commonjs/core/design/theme/resolveTokens.js +0 -45
- package/lib/commonjs/core/design/theme/resolveTokens.js.map +0 -1
- package/lib/commonjs/core/design/theme/useToken.js +0 -22
- package/lib/commonjs/core/design/theme/useToken.js.map +0 -1
- package/lib/commonjs/core/design/tokens/CHECKSUMS.json +0 -9
- package/lib/commonjs/core/design/tokens/amity-color-tokens.js +0 -5076
- package/lib/commonjs/core/design/tokens/amity-color-tokens.js.map +0 -1
- package/lib/commonjs/core/design/tokens/amity-uikit-config.json +0 -1381
- package/lib/commonjs/core/design/tokens/amity-uikit-design-tokens.json +0 -2953
- package/lib/commonjs/core/design/tokens/config-resolver.d.js +0 -2
- package/lib/commonjs/core/design/tokens/config-resolver.d.js.map +0 -1
- package/lib/commonjs/core/design/tokens/config-resolver.js +0 -659
- package/lib/commonjs/core/design/tokens/config-resolver.js.map +0 -1
- package/lib/commonjs/core/design/tokens/geometry.json +0 -2673
- package/lib/commonjs/core/design/tokens/spacing.js +0 -33
- package/lib/commonjs/core/design/tokens/spacing.js.map +0 -1
- package/lib/commonjs/core/localization/LocaleProvider.js +0 -136
- package/lib/commonjs/core/localization/LocaleProvider.js.map +0 -1
- package/lib/commonjs/core/localization/defaultLocaleMap.js +0 -28
- package/lib/commonjs/core/localization/defaultLocaleMap.js.map +0 -1
- package/lib/commonjs/core/localization/defaults/en.js +0 -23
- package/lib/commonjs/core/localization/defaults/en.js.map +0 -1
- package/lib/commonjs/core/localization/defaults/en.json +0 -1175
- package/lib/commonjs/core/localization/defaults/th.js +0 -25
- package/lib/commonjs/core/localization/defaults/th.js.map +0 -1
- package/lib/commonjs/core/localization/defaults/th.json +0 -1174
- package/lib/commonjs/core/localization/index.js +0 -102
- package/lib/commonjs/core/localization/index.js.map +0 -1
- package/lib/commonjs/core/localization/resolveString.js +0 -190
- package/lib/commonjs/core/localization/resolveString.js.map +0 -1
- package/lib/commonjs/core/localization/useString.js +0 -36
- package/lib/commonjs/core/localization/useString.js.map +0 -1
- package/lib/commonjs/core/routes/AmityChatEntry.js +0 -17
- package/lib/commonjs/core/routes/AmityChatEntry.js.map +0 -1
- package/lib/commonjs/core/utils/abbreviateCount.js +0 -21
- package/lib/commonjs/core/utils/abbreviateCount.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +0 -340
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js +0 -135
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +0 -238
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +0 -31
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +0 -243
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +0 -28
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +0 -203
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +0 -70
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +0 -223
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js +0 -19
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js +0 -62
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +0 -478
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js +0 -251
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +0 -266
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js +0 -174
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +0 -135
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +0 -82
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js +0 -58
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +0 -156
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +0 -1
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js +0 -13
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/constants/errorResponse.js +0 -16
- package/lib/commonjs/social/features/chat/constants/errorResponse.js.map +0 -1
- package/lib/commonjs/social/features/chat/constants/index.js +0 -39
- package/lib/commonjs/social/features/chat/constants/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/constants/list.js +0 -13
- package/lib/commonjs/social/features/chat/constants/list.js.map +0 -1
- package/lib/commonjs/social/features/chat/constants/search.js +0 -17
- package/lib/commonjs/social/features/chat/constants/search.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +0 -32
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js +0 -39
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js +0 -142
- package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/Avatar/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/Avatar/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/Avatar/styles.js +0 -55
- package/lib/commonjs/social/features/chat/elements/Avatar/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js +0 -66
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js +0 -50
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +0 -54
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js +0 -54
- package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js +0 -27
- package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +0 -39
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js +0 -31
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js +0 -83
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js +0 -94
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js +0 -69
- package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js +0 -65
- package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js +0 -60
- package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/TopBar/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/TopBar/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/TopBar/styles.js +0 -58
- package/lib/commonjs/social/features/chat/elements/TopBar/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +0 -56
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js +0 -13
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js +0 -38
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js +0 -37
- package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +0 -134
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +0 -61
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js +0 -28
- package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/components/index.js +0 -20
- package/lib/commonjs/social/features/chat/features/archive/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/archive/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/archive/styles.js +0 -29
- package/lib/commonjs/social/features/chat/features/archive/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/Chat.js +0 -142
- package/lib/commonjs/social/features/chat/features/conversation/Chat.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js +0 -74
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js +0 -64
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js +0 -184
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js +0 -56
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +0 -192
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js +0 -86
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/components/index.js +0 -39
- package/lib/commonjs/social/features/chat/features/conversation/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js +0 -44
- package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js +0 -50
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js +0 -32
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +0 -81
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js +0 -59
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js +0 -94
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js +0 -23
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js +0 -27
- package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js +0 -20
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +0 -72
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +0 -75
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/create/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/create/styles.js +0 -28
- package/lib/commonjs/social/features/chat/features/conversation/create/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js +0 -59
- package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/conversation/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/conversation/styles.js +0 -26
- package/lib/commonjs/social/features/chat/features/conversation/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js +0 -70
- package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +0 -43
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +0 -30
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js +0 -54
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js +0 -31
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -47
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +0 -37
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js +0 -154
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js +0 -48
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js +0 -50
- package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +0 -102
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/add-member/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/add-member/styles.js +0 -31
- package/lib/commonjs/social/features/chat/features/group/add-member/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js +0 -61
- package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +0 -121
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +0 -28
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js +0 -27
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js +0 -20
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +0 -70
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/banned-members/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js +0 -31
- package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js +0 -133
- package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +0 -39
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +0 -40
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js +0 -80
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js +0 -71
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/components/index.js +0 -28
- package/lib/commonjs/social/features/chat/features/group/chat/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js +0 -85
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/chat/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/chat/styles.js +0 -24
- package/lib/commonjs/social/features/chat/features/group/chat/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js +0 -104
- package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js +0 -45
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +0 -60
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js +0 -42
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +0 -113
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js +0 -74
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/components/index.js +0 -27
- package/lib/commonjs/social/features/chat/features/group/create/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +0 -193
- package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/create/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/styles.js +0 -34
- package/lib/commonjs/social/features/chat/features/group/create/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js +0 -36
- package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/create/utils/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/create/utils/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js +0 -110
- package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +0 -42
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +0 -37
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +0 -46
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +0 -37
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +0 -134
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js +0 -38
- package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +0 -81
- package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +0 -45
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +0 -37
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js +0 -27
- package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +0 -117
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js +0 -43
- package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js +0 -67
- package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js +0 -46
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +0 -156
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js +0 -34
- package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js +0 -52
- package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js +0 -49
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +0 -96
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js +0 -63
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js +0 -136
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js +0 -25
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +0 -83
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js +0 -19
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js +0 -26
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/components/index.js +0 -50
- package/lib/commonjs/social/features/chat/features/group/members/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js +0 -38
- package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/members/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/members/styles.js +0 -27
- package/lib/commonjs/social/features/chat/features/group/members/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js +0 -80
- package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +0 -63
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +0 -53
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +0 -49
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +0 -41
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js +0 -28
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +0 -153
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js +0 -30
- package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js +0 -74
- package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js +0 -72
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js +0 -33
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -47
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +0 -37
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +0 -76
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js +0 -50
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js +0 -132
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js +0 -31
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js +0 -34
- package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js +0 -10
- package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +0 -111
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/select-member/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/select-member/styles.js +0 -28
- package/lib/commonjs/social/features/chat/features/group/select-member/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js +0 -93
- package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js +0 -27
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/components/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/setting/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js +0 -17
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js +0 -286
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/group/setting/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/group/setting/styles.js +0 -58
- package/lib/commonjs/social/features/chat/features/group/setting/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/ChatHome.js +0 -80
- package/lib/commonjs/social/features/chat/features/home/ChatHome.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js +0 -196
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js +0 -108
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js +0 -44
- package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js +0 -57
- package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +0 -45
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +0 -43
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/components/index.js +0 -39
- package/lib/commonjs/social/features/chat/features/home/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +0 -91
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +0 -32
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +0 -113
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js +0 -32
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js +0 -55
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js +0 -33
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/hooks/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/home/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +0 -37
- package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/index.js +0 -28
- package/lib/commonjs/social/features/chat/features/home/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/home/styles.js +0 -32
- package/lib/commonjs/social/features/chat/features/home/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/SearchChannel.js +0 -73
- package/lib/commonjs/social/features/chat/features/search/SearchChannel.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js +0 -60
- package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/components/Header/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/search/components/Header/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js +0 -41
- package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/components/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/search/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/hooks/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/search/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js +0 -48
- package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/search/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/search/styles.js +0 -33
- package/lib/commonjs/social/features/chat/features/search/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js +0 -48
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js +0 -37
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +0 -243
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js +0 -103
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +0 -36
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js +0 -55
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +0 -46
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +0 -42
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js +0 -58
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js +0 -38
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +0 -47
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js +0 -40
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +0 -102
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js +0 -73
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +0 -92
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js +0 -97
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +0 -87
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +0 -67
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +0 -103
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +0 -80
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +0 -52
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +0 -65
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +0 -67
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +0 -280
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +0 -158
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +0 -155
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js +0 -83
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +0 -357
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +0 -125
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +0 -78
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +0 -41
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js +0 -40
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +0 -114
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js +0 -77
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +0 -39
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +0 -26
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +0 -68
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js +0 -46
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +0 -177
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +0 -116
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +0 -62
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +0 -110
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +0 -69
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js +0 -28
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js +0 -31
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js +0 -58
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js +0 -13
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js +0 -35
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/index.js +0 -48
- package/lib/commonjs/social/features/chat/features/shared/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js +0 -136
- package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js +0 -267
- package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +0 -141
- package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js +0 -53
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js +0 -77
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js +0 -588
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js +0 -86
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js +0 -64
- package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js +0 -287
- package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/index.js +0 -83
- package/lib/commonjs/social/features/chat/hooks/collections/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +0 -74
- package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js +0 -92
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +0 -69
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js +0 -87
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js +0 -73
- package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js +0 -81
- package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js +0 -81
- package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/index.js +0 -127
- package/lib/commonjs/social/features/chat/hooks/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/queries/index.js +0 -50
- package/lib/commonjs/social/features/chat/hooks/queries/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js +0 -96
- package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js +0 -68
- package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js +0 -91
- package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +0 -144
- package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js +0 -55
- package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js +0 -28
- package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js +0 -65
- package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js +0 -69
- package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js +0 -17
- package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js +0 -34
- package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useEditMessage.js +0 -37
- package/lib/commonjs/social/features/chat/hooks/useEditMessage.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useMention.js +0 -130
- package/lib/commonjs/social/features/chat/hooks/useMention.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js +0 -31
- package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js.map +0 -1
- package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js +0 -35
- package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js +0 -26
- package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js +0 -32
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js +0 -25
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +0 -26
- package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +0 -27
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js +0 -40
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js +0 -25
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js +0 -38
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +0 -30
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js +0 -27
- package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js +0 -29
- package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +0 -29
- package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js +0 -24
- package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +0 -18
- package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +0 -1
- package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js +0 -56
- package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js.map +0 -1
- package/lib/commonjs/social/features/chat/utils/highlightMatch.js +0 -36
- package/lib/commonjs/social/features/chat/utils/highlightMatch.js.map +0 -1
- package/lib/commonjs/social/features/chat/utils/previewLink.js +0 -38
- package/lib/commonjs/social/features/chat/utils/previewLink.js.map +0 -1
- package/lib/commonjs/social/features/chat/utils/timestamp.js +0 -51
- package/lib/commonjs/social/features/chat/utils/timestamp.js.map +0 -1
- package/lib/module/core/assets/icons/emptyCommunity2.js +0 -39
- package/lib/module/core/assets/icons/emptyCommunity2.js.map +0 -1
- package/lib/module/core/design/atoms/Avatar/Avatar.js +0 -75
- package/lib/module/core/design/atoms/Avatar/Avatar.js.map +0 -1
- package/lib/module/core/design/atoms/Avatar/index.js +0 -2
- package/lib/module/core/design/atoms/Avatar/index.js.map +0 -1
- package/lib/module/core/design/atoms/Avatar/styles.js +0 -133
- package/lib/module/core/design/atoms/Avatar/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Badge/Badge.js +0 -82
- package/lib/module/core/design/atoms/Badge/Badge.js.map +0 -1
- package/lib/module/core/design/atoms/Badge/index.js +0 -2
- package/lib/module/core/design/atoms/Badge/index.js.map +0 -1
- package/lib/module/core/design/atoms/Badge/styles.js +0 -151
- package/lib/module/core/design/atoms/Badge/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Button/Button.js +0 -70
- package/lib/module/core/design/atoms/Button/Button.js.map +0 -1
- package/lib/module/core/design/atoms/Button/Icon/Icon.js +0 -60
- package/lib/module/core/design/atoms/Button/Icon/Icon.js.map +0 -1
- package/lib/module/core/design/atoms/Button/Icon/index.js +0 -2
- package/lib/module/core/design/atoms/Button/Icon/index.js.map +0 -1
- package/lib/module/core/design/atoms/Button/Icon/styles.js +0 -132
- package/lib/module/core/design/atoms/Button/Icon/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Button/index.js +0 -8
- package/lib/module/core/design/atoms/Button/index.js.map +0 -1
- package/lib/module/core/design/atoms/Button/styles.js +0 -270
- package/lib/module/core/design/atoms/Button/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Divider/Divider.js +0 -33
- package/lib/module/core/design/atoms/Divider/Divider.js.map +0 -1
- package/lib/module/core/design/atoms/Divider/index.js +0 -2
- package/lib/module/core/design/atoms/Divider/index.js.map +0 -1
- package/lib/module/core/design/atoms/Divider/styles.js +0 -42
- package/lib/module/core/design/atoms/Divider/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Boxed/Boxed.js +0 -67
- package/lib/module/core/design/atoms/Input/Boxed/Boxed.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Boxed/index.js +0 -2
- package/lib/module/core/design/atoms/Input/Boxed/index.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Boxed/styles.js +0 -90
- package/lib/module/core/design/atoms/Input/Boxed/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Chip/Chip.js +0 -81
- package/lib/module/core/design/atoms/Input/Chip/Chip.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Chip/index.js +0 -2
- package/lib/module/core/design/atoms/Input/Chip/index.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Chip/styles.js +0 -87
- package/lib/module/core/design/atoms/Input/Chip/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Input.js +0 -14
- package/lib/module/core/design/atoms/Input/Input.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Text/Text.js +0 -83
- package/lib/module/core/design/atoms/Input/Text/Text.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Text/index.js +0 -2
- package/lib/module/core/design/atoms/Input/Text/index.js.map +0 -1
- package/lib/module/core/design/atoms/Input/Text/styles.js +0 -114
- package/lib/module/core/design/atoms/Input/Text/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Input/User/User.js +0 -35
- package/lib/module/core/design/atoms/Input/User/User.js.map +0 -1
- package/lib/module/core/design/atoms/Input/User/index.js +0 -2
- package/lib/module/core/design/atoms/Input/User/index.js.map +0 -1
- package/lib/module/core/design/atoms/Input/User/styles.js +0 -63
- package/lib/module/core/design/atoms/Input/User/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Input/index.js +0 -6
- package/lib/module/core/design/atoms/Input/index.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Loader.js +0 -10
- package/lib/module/core/design/atoms/Loader/Loader.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js +0 -23
- package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Spinner/index.js +0 -2
- package/lib/module/core/design/atoms/Loader/Spinner/index.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Spinner/styles.js +0 -18
- package/lib/module/core/design/atoms/Loader/Spinner/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Upload/Upload.js +0 -89
- package/lib/module/core/design/atoms/Loader/Upload/Upload.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Upload/index.js +0 -2
- package/lib/module/core/design/atoms/Loader/Upload/index.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/Upload/styles.js +0 -53
- package/lib/module/core/design/atoms/Loader/Upload/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Loader/index.js +0 -4
- package/lib/module/core/design/atoms/Loader/index.js.map +0 -1
- package/lib/module/core/design/atoms/Selection/Selection.js +0 -81
- package/lib/module/core/design/atoms/Selection/Selection.js.map +0 -1
- package/lib/module/core/design/atoms/Selection/index.js +0 -2
- package/lib/module/core/design/atoms/Selection/index.js.map +0 -1
- package/lib/module/core/design/atoms/Selection/styles.js +0 -104
- package/lib/module/core/design/atoms/Selection/styles.js.map +0 -1
- package/lib/module/core/design/atoms/Tab/Tab.js +0 -45
- package/lib/module/core/design/atoms/Tab/Tab.js.map +0 -1
- package/lib/module/core/design/atoms/Tab/index.js +0 -2
- package/lib/module/core/design/atoms/Tab/index.js.map +0 -1
- package/lib/module/core/design/atoms/Tab/styles.js +0 -61
- package/lib/module/core/design/atoms/Tab/styles.js.map +0 -1
- package/lib/module/core/design/components/Menu/Menu.js +0 -90
- package/lib/module/core/design/components/Menu/Menu.js.map +0 -1
- package/lib/module/core/design/components/Menu/index.js +0 -2
- package/lib/module/core/design/components/Menu/index.js.map +0 -1
- package/lib/module/core/design/components/Menu/styles.js +0 -78
- package/lib/module/core/design/components/Menu/styles.js.map +0 -1
- package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js +0 -34
- package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js.map +0 -1
- package/lib/module/core/design/components/MenuOptionButton/index.js +0 -2
- package/lib/module/core/design/components/MenuOptionButton/index.js.map +0 -1
- package/lib/module/core/design/components/MenuOptionButton/styles.js +0 -35
- package/lib/module/core/design/components/MenuOptionButton/styles.js.map +0 -1
- package/lib/module/core/design/components/Popover/Popover.js +0 -112
- package/lib/module/core/design/components/Popover/Popover.js.map +0 -1
- package/lib/module/core/design/components/Popover/index.js +0 -2
- package/lib/module/core/design/components/Popover/index.js.map +0 -1
- package/lib/module/core/design/components/Popover/styles.js +0 -42
- package/lib/module/core/design/components/Popover/styles.js.map +0 -1
- package/lib/module/core/design/components/Skeleton/Skeleton.js +0 -49
- package/lib/module/core/design/components/Skeleton/Skeleton.js.map +0 -1
- package/lib/module/core/design/components/Skeleton/index.js +0 -2
- package/lib/module/core/design/components/Skeleton/index.js.map +0 -1
- package/lib/module/core/design/components/Skeleton/styles.js +0 -18
- package/lib/module/core/design/components/Skeleton/styles.js.map +0 -1
- package/lib/module/core/design/components/TextEditor/TextEditor.js +0 -181
- package/lib/module/core/design/components/TextEditor/TextEditor.js.map +0 -1
- package/lib/module/core/design/components/TextEditor/index.js +0 -3
- package/lib/module/core/design/components/TextEditor/index.js.map +0 -1
- package/lib/module/core/design/components/TextEditor/styles.js +0 -55
- package/lib/module/core/design/components/TextEditor/styles.js.map +0 -1
- package/lib/module/core/design/components/TextEditor/utils.js +0 -123
- package/lib/module/core/design/components/TextEditor/utils.js.map +0 -1
- package/lib/module/core/design/components/Typography/Typography.js +0 -25
- package/lib/module/core/design/components/Typography/Typography.js.map +0 -1
- package/lib/module/core/design/components/Typography/index.js +0 -2
- package/lib/module/core/design/components/Typography/index.js.map +0 -1
- package/lib/module/core/design/components/Typography/styles.js +0 -72
- package/lib/module/core/design/components/Typography/styles.js.map +0 -1
- package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js +0 -20
- package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +0 -1
- package/lib/module/core/design/elements/ModeratorBadge/index.js +0 -2
- package/lib/module/core/design/elements/ModeratorBadge/index.js.map +0 -1
- package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js +0 -26
- package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js.map +0 -1
- package/lib/module/core/design/elements/PrivateBadge/index.js +0 -2
- package/lib/module/core/design/elements/PrivateBadge/index.js.map +0 -1
- package/lib/module/core/design/icons/AmityIcon.js +0 -23
- package/lib/module/core/design/icons/AmityIcon.js.map +0 -1
- package/lib/module/core/design/icons/generated/iconRegistry.js +0 -694
- package/lib/module/core/design/icons/generated/iconRegistry.js.map +0 -1
- package/lib/module/core/design/icons/index.js +0 -3
- package/lib/module/core/design/icons/index.js.map +0 -1
- package/lib/module/core/design/molecules/SearchInput/SearchInput.js +0 -46
- package/lib/module/core/design/molecules/SearchInput/SearchInput.js.map +0 -1
- package/lib/module/core/design/molecules/SearchInput/index.js +0 -2
- package/lib/module/core/design/molecules/SearchInput/index.js.map +0 -1
- package/lib/module/core/design/molecules/SearchInput/styles.js +0 -24
- package/lib/module/core/design/molecules/SearchInput/styles.js.map +0 -1
- package/lib/module/core/design/molecules/Tabs/Tabs.js +0 -32
- package/lib/module/core/design/molecules/Tabs/Tabs.js.map +0 -1
- package/lib/module/core/design/molecules/Tabs/index.js +0 -2
- package/lib/module/core/design/molecules/Tabs/index.js.map +0 -1
- package/lib/module/core/design/molecules/Tabs/styles.js +0 -28
- package/lib/module/core/design/molecules/Tabs/styles.js.map +0 -1
- package/lib/module/core/design/theme/AmityForceMode.js +0 -21
- package/lib/module/core/design/theme/AmityForceMode.js.map +0 -1
- package/lib/module/core/design/theme/AmityThemeProvider.js +0 -49
- package/lib/module/core/design/theme/AmityThemeProvider.js.map +0 -1
- package/lib/module/core/design/theme/index.js +0 -5
- package/lib/module/core/design/theme/index.js.map +0 -1
- package/lib/module/core/design/theme/resolveTokens.js +0 -38
- package/lib/module/core/design/theme/resolveTokens.js.map +0 -1
- package/lib/module/core/design/theme/useToken.js +0 -17
- package/lib/module/core/design/theme/useToken.js.map +0 -1
- package/lib/module/core/design/tokens/CHECKSUMS.json +0 -9
- package/lib/module/core/design/tokens/amity-color-tokens.js +0 -5070
- package/lib/module/core/design/tokens/amity-color-tokens.js.map +0 -1
- package/lib/module/core/design/tokens/amity-uikit-config.json +0 -1381
- package/lib/module/core/design/tokens/amity-uikit-design-tokens.json +0 -2953
- package/lib/module/core/design/tokens/config-resolver.d.js +0 -2
- package/lib/module/core/design/tokens/config-resolver.d.js.map +0 -1
- package/lib/module/core/design/tokens/config-resolver.js +0 -657
- package/lib/module/core/design/tokens/config-resolver.js.map +0 -1
- package/lib/module/core/design/tokens/geometry.json +0 -2673
- package/lib/module/core/design/tokens/spacing.js +0 -26
- package/lib/module/core/design/tokens/spacing.js.map +0 -1
- package/lib/module/core/localization/LocaleProvider.js +0 -127
- package/lib/module/core/localization/LocaleProvider.js.map +0 -1
- package/lib/module/core/localization/defaultLocaleMap.js +0 -22
- package/lib/module/core/localization/defaultLocaleMap.js.map +0 -1
- package/lib/module/core/localization/defaults/en.js +0 -16
- package/lib/module/core/localization/defaults/en.js.map +0 -1
- package/lib/module/core/localization/defaults/en.json +0 -1175
- package/lib/module/core/localization/defaults/th.js +0 -18
- package/lib/module/core/localization/defaults/th.js.map +0 -1
- package/lib/module/core/localization/defaults/th.json +0 -1174
- package/lib/module/core/localization/index.js +0 -27
- package/lib/module/core/localization/index.js.map +0 -1
- package/lib/module/core/localization/resolveString.js +0 -178
- package/lib/module/core/localization/resolveString.js.map +0 -1
- package/lib/module/core/localization/useString.js +0 -31
- package/lib/module/core/localization/useString.js.map +0 -1
- package/lib/module/core/routes/AmityChatEntry.js +0 -10
- package/lib/module/core/routes/AmityChatEntry.js.map +0 -1
- package/lib/module/core/utils/abbreviateCount.js +0 -14
- package/lib/module/core/utils/abbreviateCount.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +0 -333
- package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityChatListItem/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityChatListItem/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityChatListItem/styles.js +0 -128
- package/lib/module/social/features/chat/components/AmityChatListItem/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +0 -231
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +0 -24
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +0 -236
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +0 -21
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +0 -197
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +0 -63
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +0 -215
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js +0 -55
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +0 -471
- package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageBubble/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityMessageBubble/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js +0 -245
- package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +0 -260
- package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageComposer/index.js +0 -2
- package/lib/module/social/features/chat/components/AmityMessageComposer/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js +0 -167
- package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +0 -130
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +0 -1
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +0 -76
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +0 -1
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js +0 -2
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js.map +0 -1
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js +0 -51
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js.map +0 -1
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +0 -151
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +0 -1
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js +0 -2
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js.map +0 -1
- package/lib/module/social/features/chat/constants/errorResponse.js +0 -10
- package/lib/module/social/features/chat/constants/errorResponse.js.map +0 -1
- package/lib/module/social/features/chat/constants/index.js +0 -4
- package/lib/module/social/features/chat/constants/index.js.map +0 -1
- package/lib/module/social/features/chat/constants/list.js +0 -7
- package/lib/module/social/features/chat/constants/list.js.map +0 -1
- package/lib/module/social/features/chat/constants/search.js +0 -11
- package/lib/module/social/features/chat/constants/search.js.map +0 -1
- package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +0 -26
- package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +0 -1
- package/lib/module/social/features/chat/elements/ArchivedBadge/index.js +0 -2
- package/lib/module/social/features/chat/elements/ArchivedBadge/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js +0 -33
- package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/Avatar/Avatar.js +0 -136
- package/lib/module/social/features/chat/elements/Avatar/Avatar.js.map +0 -1
- package/lib/module/social/features/chat/elements/Avatar/index.js +0 -2
- package/lib/module/social/features/chat/elements/Avatar/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/Avatar/styles.js +0 -49
- package/lib/module/social/features/chat/elements/Avatar/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js +0 -60
- package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +0 -1
- package/lib/module/social/features/chat/elements/AvatarPicker/index.js +0 -2
- package/lib/module/social/features/chat/elements/AvatarPicker/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/AvatarPicker/styles.js +0 -44
- package/lib/module/social/features/chat/elements/AvatarPicker/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +0 -48
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +0 -1
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js +0 -2
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js +0 -48
- package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js.map +0 -1
- package/lib/module/social/features/chat/elements/GroupNameField/index.js +0 -2
- package/lib/module/social/features/chat/elements/GroupNameField/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/GroupNameField/styles.js +0 -21
- package/lib/module/social/features/chat/elements/GroupNameField/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +0 -33
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +0 -1
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js +0 -2
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js +0 -24
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js +0 -77
- package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +0 -1
- package/lib/module/social/features/chat/elements/ReactionPicker/index.js +0 -2
- package/lib/module/social/features/chat/elements/ReactionPicker/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/ReactionPicker/styles.js +0 -87
- package/lib/module/social/features/chat/elements/ReactionPicker/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js +0 -63
- package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js.map +0 -1
- package/lib/module/social/features/chat/elements/SettingMenu/index.js +0 -2
- package/lib/module/social/features/chat/elements/SettingMenu/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/SettingMenu/styles.js +0 -59
- package/lib/module/social/features/chat/elements/SettingMenu/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/TopBar/TopBar.js +0 -55
- package/lib/module/social/features/chat/elements/TopBar/TopBar.js.map +0 -1
- package/lib/module/social/features/chat/elements/TopBar/index.js +0 -2
- package/lib/module/social/features/chat/elements/TopBar/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/TopBar/styles.js +0 -51
- package/lib/module/social/features/chat/elements/TopBar/styles.js.map +0 -1
- package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +0 -49
- package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +0 -1
- package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js +0 -2
- package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js.map +0 -1
- package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js +0 -31
- package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/ArchivedChat.js +0 -31
- package/lib/module/social/features/chat/features/archive/ArchivedChat.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +0 -126
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js +0 -2
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +0 -54
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/components/Header/Header.js +0 -22
- package/lib/module/social/features/chat/features/archive/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/archive/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/components/index.js +0 -3
- package/lib/module/social/features/chat/features/archive/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/index.js +0 -2
- package/lib/module/social/features/chat/features/archive/index.js.map +0 -1
- package/lib/module/social/features/chat/features/archive/styles.js +0 -22
- package/lib/module/social/features/chat/features/archive/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/Chat.js +0 -135
- package/lib/module/social/features/chat/features/conversation/Chat.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/Header/Header.js +0 -69
- package/lib/module/social/features/chat/features/conversation/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/Header/styles.js +0 -57
- package/lib/module/social/features/chat/features/conversation/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js +0 -178
- package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js +0 -49
- package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +0 -185
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js +0 -79
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/components/index.js +0 -4
- package/lib/module/social/features/chat/features/conversation/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js +0 -38
- package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js +0 -44
- package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js +0 -25
- package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +0 -74
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js +0 -52
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js +0 -89
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js +0 -16
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/components/index.js +0 -4
- package/lib/module/social/features/chat/features/conversation/create/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/hooks/index.js +0 -3
- package/lib/module/social/features/chat/features/conversation/create/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +0 -65
- package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +0 -68
- package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/create/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/create/styles.js +0 -21
- package/lib/module/social/features/chat/features/conversation/create/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js +0 -52
- package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/index.js +0 -2
- package/lib/module/social/features/chat/features/conversation/index.js.map +0 -1
- package/lib/module/social/features/chat/features/conversation/styles.js +0 -19
- package/lib/module/social/features/chat/features/conversation/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js +0 -64
- package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +0 -37
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +0 -2
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +0 -23
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js +0 -48
- package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js +0 -24
- package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -41
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +0 -2
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +0 -30
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js +0 -147
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js +0 -2
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js +0 -41
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/components/index.js +0 -5
- package/lib/module/social/features/chat/features/group/add-member/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/add-member/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +0 -94
- package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/index.js +0 -2
- package/lib/module/social/features/chat/features/group/add-member/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/add-member/styles.js +0 -24
- package/lib/module/social/features/chat/features/group/add-member/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js +0 -55
- package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +0 -116
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +0 -2
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +0 -21
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js +0 -21
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/components/index.js +0 -3
- package/lib/module/social/features/chat/features/group/banned-members/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +0 -63
- package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/index.js +0 -2
- package/lib/module/social/features/chat/features/group/banned-members/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/banned-members/styles.js +0 -24
- package/lib/module/social/features/chat/features/group/banned-members/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/GroupChat.js +0 -127
- package/lib/module/social/features/chat/features/group/chat/GroupChat.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +0 -33
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +0 -2
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +0 -33
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js +0 -73
- package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/chat/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js +0 -63
- package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/components/index.js +0 -3
- package/lib/module/social/features/chat/features/group/chat/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/chat/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js +0 -78
- package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/index.js +0 -2
- package/lib/module/social/features/chat/features/group/chat/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/chat/styles.js +0 -17
- package/lib/module/social/features/chat/features/group/chat/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js +0 -98
- package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/Header/Header.js +0 -39
- package/lib/module/social/features/chat/features/group/create/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/create/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +0 -54
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js +0 -2
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js +0 -35
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +0 -108
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js +0 -2
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js +0 -67
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/components/index.js +0 -4
- package/lib/module/social/features/chat/features/group/create/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/create/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +0 -187
- package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/index.js +0 -2
- package/lib/module/social/features/chat/features/group/create/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/styles.js +0 -27
- package/lib/module/social/features/chat/features/group/create/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js +0 -30
- package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js.map +0 -1
- package/lib/module/social/features/chat/features/group/create/utils/index.js +0 -2
- package/lib/module/social/features/chat/features/group/create/utils/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js +0 -104
- package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +0 -36
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +0 -30
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +0 -40
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +0 -30
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/components/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-notification/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +0 -124
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-notification/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-notification/styles.js +0 -31
- package/lib/module/social/features/chat/features/group/edit-notification/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +0 -75
- package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +0 -39
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +0 -30
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/components/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-permission/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js +0 -22
- package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +0 -109
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-permission/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-permission/styles.js +0 -36
- package/lib/module/social/features/chat/features/group/edit-permission/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js +0 -61
- package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js +0 -40
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/components/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-profile/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +0 -148
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/index.js +0 -2
- package/lib/module/social/features/chat/features/group/edit-profile/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/edit-profile/styles.js +0 -27
- package/lib/module/social/features/chat/features/group/edit-profile/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/GroupMembers.js +0 -46
- package/lib/module/social/features/chat/features/group/members/GroupMembers.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/Header/Header.js +0 -43
- package/lib/module/social/features/chat/features/group/members/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/members/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +0 -90
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js +0 -2
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js +0 -56
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js +0 -130
- package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js +0 -2
- package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js +0 -18
- package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +0 -78
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js +0 -2
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js +0 -19
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/components/index.js +0 -5
- package/lib/module/social/features/chat/features/group/members/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/members/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js +0 -32
- package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/index.js +0 -2
- package/lib/module/social/features/chat/features/group/members/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/members/styles.js +0 -20
- package/lib/module/social/features/chat/features/group/members/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js +0 -74
- package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +0 -57
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +0 -2
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +0 -46
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +0 -43
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +0 -2
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +0 -34
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/components/index.js +0 -3
- package/lib/module/social/features/chat/features/group/notification-preference/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +0 -144
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/index.js +0 -2
- package/lib/module/social/features/chat/features/group/notification-preference/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/notification-preference/styles.js +0 -23
- package/lib/module/social/features/chat/features/group/notification-preference/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js +0 -68
- package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js +0 -66
- package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js +0 -26
- package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +0 -41
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +0 -2
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +0 -30
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +0 -69
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js +0 -2
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js +0 -43
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js +0 -127
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js +0 -2
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js +0 -24
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/components/index.js +0 -5
- package/lib/module/social/features/chat/features/group/select-member/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/constants/index.js +0 -4
- package/lib/module/social/features/chat/features/group/select-member/constants/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/select-member/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +0 -105
- package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/index.js +0 -2
- package/lib/module/social/features/chat/features/group/select-member/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/select-member/styles.js +0 -21
- package/lib/module/social/features/chat/features/group/select-member/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/GroupSetting.js +0 -91
- package/lib/module/social/features/chat/features/group/setting/GroupSetting.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js +0 -21
- package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/group/setting/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/components/index.js +0 -2
- package/lib/module/social/features/chat/features/group/setting/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/group/setting/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js +0 -278
- package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/index.js +0 -2
- package/lib/module/social/features/chat/features/group/setting/index.js.map +0 -1
- package/lib/module/social/features/chat/features/group/setting/styles.js +0 -51
- package/lib/module/social/features/chat/features/group/setting/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/ChatHome.js +0 -74
- package/lib/module/social/features/chat/features/home/ChatHome.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js +0 -189
- package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/ChannelList/index.js +0 -2
- package/lib/module/social/features/chat/features/home/components/ChannelList/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js +0 -101
- package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/Header/Header.js +0 -38
- package/lib/module/social/features/chat/features/home/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/home/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/Header/styles.js +0 -50
- package/lib/module/social/features/chat/features/home/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +0 -39
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +0 -2
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +0 -36
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/components/index.js +0 -4
- package/lib/module/social/features/chat/features/home/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +0 -84
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js +0 -2
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +0 -25
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +0 -106
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js +0 -2
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js +0 -25
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js +0 -48
- package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js +0 -2
- package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js +0 -26
- package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/home/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/home/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +0 -31
- package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +0 -1
- package/lib/module/social/features/chat/features/home/index.js +0 -3
- package/lib/module/social/features/chat/features/home/index.js.map +0 -1
- package/lib/module/social/features/chat/features/home/styles.js +0 -25
- package/lib/module/social/features/chat/features/home/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/search/SearchChannel.js +0 -66
- package/lib/module/social/features/chat/features/search/SearchChannel.js.map +0 -1
- package/lib/module/social/features/chat/features/search/components/Header/Header.js +0 -54
- package/lib/module/social/features/chat/features/search/components/Header/Header.js.map +0 -1
- package/lib/module/social/features/chat/features/search/components/Header/index.js +0 -2
- package/lib/module/social/features/chat/features/search/components/Header/index.js.map +0 -1
- package/lib/module/social/features/chat/features/search/components/Header/styles.js +0 -34
- package/lib/module/social/features/chat/features/search/components/Header/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/search/components/index.js +0 -6
- package/lib/module/social/features/chat/features/search/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/search/hooks/index.js +0 -2
- package/lib/module/social/features/chat/features/search/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js +0 -42
- package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js.map +0 -1
- package/lib/module/social/features/chat/features/search/index.js +0 -2
- package/lib/module/social/features/chat/features/search/index.js.map +0 -1
- package/lib/module/social/features/chat/features/search/styles.js +0 -26
- package/lib/module/social/features/chat/features/search/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js +0 -42
- package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/AddTile/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/AddTile/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js +0 -30
- package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +0 -236
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js +0 -96
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +0 -30
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js +0 -48
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +0 -40
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +0 -35
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js +0 -52
- package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js +0 -31
- package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +0 -41
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js +0 -33
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +0 -95
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js +0 -66
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +0 -86
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js +0 -90
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +0 -81
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +0 -60
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +0 -97
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +0 -73
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +0 -45
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +0 -59
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +0 -60
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +0 -274
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +0 -151
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +0 -148
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js +0 -76
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +0 -350
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +0 -118
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +0 -71
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +0 -35
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js +0 -33
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +0 -107
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js +0 -70
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +0 -33
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +0 -19
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +0 -61
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js +0 -40
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +0 -170
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +0 -109
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +0 -55
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +0 -108
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +0 -62
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js +0 -3
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js +0 -24
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js +0 -51
- package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/YouTile/index.js +0 -2
- package/lib/module/social/features/chat/features/shared/components/YouTile/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js +0 -28
- package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/index.js +0 -10
- package/lib/module/social/features/chat/features/shared/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js +0 -129
- package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js +0 -261
- package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +0 -135
- package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js +0 -46
- package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js +0 -71
- package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js +0 -579
- package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js +0 -80
- package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js +0 -58
- package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +0 -1
- package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js +0 -272
- package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/index.js +0 -8
- package/lib/module/social/features/chat/hooks/collections/index.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +0 -67
- package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js +0 -85
- package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +0 -62
- package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js +0 -80
- package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js +0 -66
- package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js +0 -74
- package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js +0 -74
- package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +0 -1
- package/lib/module/social/features/chat/hooks/index.js +0 -12
- package/lib/module/social/features/chat/hooks/index.js.map +0 -1
- package/lib/module/social/features/chat/hooks/queries/index.js +0 -5
- package/lib/module/social/features/chat/hooks/queries/index.js.map +0 -1
- package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js +0 -90
- package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +0 -1
- package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js +0 -62
- package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +0 -1
- package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js +0 -85
- package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +0 -1
- package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +0 -137
- package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useChannelMyMembership.js +0 -48
- package/lib/module/social/features/chat/hooks/useChannelMyMembership.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useChatNavigation.js +0 -22
- package/lib/module/social/features/chat/hooks/useChatNavigation.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useChatNotifications.js +0 -59
- package/lib/module/social/features/chat/hooks/useChatNotifications.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useCreateMessage.js +0 -62
- package/lib/module/social/features/chat/hooks/useCreateMessage.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useCurrentUserId.js +0 -11
- package/lib/module/social/features/chat/hooks/useCurrentUserId.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useDeleteMessage.js +0 -27
- package/lib/module/social/features/chat/hooks/useDeleteMessage.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useEditMessage.js +0 -30
- package/lib/module/social/features/chat/hooks/useEditMessage.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useMention.js +0 -123
- package/lib/module/social/features/chat/hooks/useMention.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useNetworkOnline.js +0 -24
- package/lib/module/social/features/chat/hooks/useNetworkOnline.js.map +0 -1
- package/lib/module/social/features/chat/hooks/useVideoFileUrl.js +0 -29
- package/lib/module/social/features/chat/hooks/useVideoFileUrl.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js +0 -19
- package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js +0 -26
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js +0 -18
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +0 -19
- package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +0 -21
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +0 -17
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js +0 -33
- package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js +0 -18
- package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityChatPage/index.js +0 -33
- package/lib/module/social/features/chat/pages/AmityChatPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityChatPage/styles.js +0 -17
- package/lib/module/social/features/chat/pages/AmityChatPage/styles.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js +0 -17
- package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +0 -17
- package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +0 -23
- package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js +0 -17
- package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js +0 -20
- package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js +0 -22
- package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +0 -22
- package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js +0 -17
- package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js +0 -18
- package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js.map +0 -1
- package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +0 -11
- package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +0 -1
- package/lib/module/social/features/chat/utils/groupMessagesByDate.js +0 -50
- package/lib/module/social/features/chat/utils/groupMessagesByDate.js.map +0 -1
- package/lib/module/social/features/chat/utils/highlightMatch.js +0 -30
- package/lib/module/social/features/chat/utils/highlightMatch.js.map +0 -1
- package/lib/module/social/features/chat/utils/previewLink.js +0 -31
- package/lib/module/social/features/chat/utils/previewLink.js.map +0 -1
- package/lib/module/social/features/chat/utils/timestamp.js +0 -43
- package/lib/module/social/features/chat/utils/timestamp.js.map +0 -1
- package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts +0 -2
- package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts +0 -20
- package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Avatar/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Avatar/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Avatar/styles.d.ts +0 -51
- package/lib/typescript/core/design/atoms/Avatar/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Badge/Badge.d.ts +0 -35
- package/lib/typescript/core/design/atoms/Badge/Badge.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Badge/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Badge/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Badge/styles.d.ts +0 -50
- package/lib/typescript/core/design/atoms/Badge/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Button/Button.d.ts +0 -25
- package/lib/typescript/core/design/atoms/Button/Button.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts +0 -25
- package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts +0 -22
- package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Button/index.d.ts +0 -8
- package/lib/typescript/core/design/atoms/Button/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Button/styles.d.ts +0 -34
- package/lib/typescript/core/design/atoms/Button/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Divider/Divider.d.ts +0 -10
- package/lib/typescript/core/design/atoms/Divider/Divider.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Divider/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Divider/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Divider/styles.d.ts +0 -34
- package/lib/typescript/core/design/atoms/Divider/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts +0 -22
- package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts +0 -45
- package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts +0 -22
- package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts +0 -56
- package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Input.d.ts +0 -11
- package/lib/typescript/core/design/atoms/Input/Input.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts +0 -23
- package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Text/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Input/Text/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts +0 -66
- package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/User/User.d.ts +0 -14
- package/lib/typescript/core/design/atoms/Input/User/User.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/User/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Input/User/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/User/styles.d.ts +0 -38
- package/lib/typescript/core/design/atoms/Input/User/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Input/index.d.ts +0 -10
- package/lib/typescript/core/design/atoms/Input/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Loader.d.ts +0 -7
- package/lib/typescript/core/design/atoms/Loader/Loader.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts +0 -7
- package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts +0 -7
- package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts +0 -9
- package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts +0 -42
- package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Loader/index.d.ts +0 -6
- package/lib/typescript/core/design/atoms/Loader/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Selection/Selection.d.ts +0 -23
- package/lib/typescript/core/design/atoms/Selection/Selection.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Selection/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Selection/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Selection/styles.d.ts +0 -61
- package/lib/typescript/core/design/atoms/Selection/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Tab/Tab.d.ts +0 -12
- package/lib/typescript/core/design/atoms/Tab/Tab.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Tab/index.d.ts +0 -3
- package/lib/typescript/core/design/atoms/Tab/index.d.ts.map +0 -1
- package/lib/typescript/core/design/atoms/Tab/styles.d.ts +0 -53
- package/lib/typescript/core/design/atoms/Tab/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Menu/Menu.d.ts +0 -27
- package/lib/typescript/core/design/components/Menu/Menu.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Menu/index.d.ts +0 -3
- package/lib/typescript/core/design/components/Menu/index.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Menu/styles.d.ts +0 -51
- package/lib/typescript/core/design/components/Menu/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts +0 -9
- package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts.map +0 -1
- package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts +0 -3
- package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts.map +0 -1
- package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts +0 -35
- package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Popover/Popover.d.ts +0 -27
- package/lib/typescript/core/design/components/Popover/Popover.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Popover/index.d.ts +0 -3
- package/lib/typescript/core/design/components/Popover/index.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Popover/styles.d.ts +0 -27
- package/lib/typescript/core/design/components/Popover/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts +0 -10
- package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Skeleton/index.d.ts +0 -3
- package/lib/typescript/core/design/components/Skeleton/index.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Skeleton/styles.d.ts +0 -8
- package/lib/typescript/core/design/components/Skeleton/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts +0 -36
- package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts.map +0 -1
- package/lib/typescript/core/design/components/TextEditor/index.d.ts +0 -5
- package/lib/typescript/core/design/components/TextEditor/index.d.ts.map +0 -1
- package/lib/typescript/core/design/components/TextEditor/styles.d.ts +0 -29
- package/lib/typescript/core/design/components/TextEditor/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/components/TextEditor/utils.d.ts +0 -54
- package/lib/typescript/core/design/components/TextEditor/utils.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Typography/Typography.d.ts +0 -7
- package/lib/typescript/core/design/components/Typography/Typography.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Typography/index.d.ts +0 -3
- package/lib/typescript/core/design/components/Typography/index.d.ts.map +0 -1
- package/lib/typescript/core/design/components/Typography/styles.d.ts +0 -53
- package/lib/typescript/core/design/components/Typography/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts +0 -6
- package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts.map +0 -1
- package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts +0 -3
- package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts.map +0 -1
- package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts +0 -7
- package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts.map +0 -1
- package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts +0 -3
- package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts.map +0 -1
- package/lib/typescript/core/design/icons/AmityIcon.d.ts +0 -12
- package/lib/typescript/core/design/icons/AmityIcon.d.ts.map +0 -1
- package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts +0 -222
- package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts.map +0 -1
- package/lib/typescript/core/design/icons/index.d.ts +0 -5
- package/lib/typescript/core/design/icons/index.d.ts.map +0 -1
- package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts +0 -12
- package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts.map +0 -1
- package/lib/typescript/core/design/molecules/SearchInput/index.d.ts +0 -3
- package/lib/typescript/core/design/molecules/SearchInput/index.d.ts.map +0 -1
- package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts +0 -19
- package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts +0 -16
- package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts.map +0 -1
- package/lib/typescript/core/design/molecules/Tabs/index.d.ts +0 -3
- package/lib/typescript/core/design/molecules/Tabs/index.d.ts.map +0 -1
- package/lib/typescript/core/design/molecules/Tabs/styles.d.ts +0 -19
- package/lib/typescript/core/design/molecules/Tabs/styles.d.ts.map +0 -1
- package/lib/typescript/core/design/theme/AmityForceMode.d.ts +0 -8
- package/lib/typescript/core/design/theme/AmityForceMode.d.ts.map +0 -1
- package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts +0 -27
- package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts.map +0 -1
- package/lib/typescript/core/design/theme/index.d.ts +0 -9
- package/lib/typescript/core/design/theme/index.d.ts.map +0 -1
- package/lib/typescript/core/design/theme/resolveTokens.d.ts +0 -16
- package/lib/typescript/core/design/theme/resolveTokens.d.ts.map +0 -1
- package/lib/typescript/core/design/theme/useToken.d.ts +0 -6
- package/lib/typescript/core/design/theme/useToken.d.ts.map +0 -1
- package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts +0 -5065
- package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts.map +0 -1
- package/lib/typescript/core/design/tokens/spacing.d.ts +0 -22
- package/lib/typescript/core/design/tokens/spacing.d.ts.map +0 -1
- package/lib/typescript/core/localization/LocaleProvider.d.ts +0 -77
- package/lib/typescript/core/localization/LocaleProvider.d.ts.map +0 -1
- package/lib/typescript/core/localization/defaultLocaleMap.d.ts +0 -19
- package/lib/typescript/core/localization/defaultLocaleMap.d.ts.map +0 -1
- package/lib/typescript/core/localization/defaults/en.d.ts +0 -14
- package/lib/typescript/core/localization/defaults/en.d.ts.map +0 -1
- package/lib/typescript/core/localization/defaults/th.d.ts +0 -16
- package/lib/typescript/core/localization/defaults/th.d.ts.map +0 -1
- package/lib/typescript/core/localization/index.d.ts +0 -28
- package/lib/typescript/core/localization/index.d.ts.map +0 -1
- package/lib/typescript/core/localization/resolveString.d.ts +0 -82
- package/lib/typescript/core/localization/resolveString.d.ts.map +0 -1
- package/lib/typescript/core/localization/useString.d.ts +0 -23
- package/lib/typescript/core/localization/useString.d.ts.map +0 -1
- package/lib/typescript/core/routes/AmityChatEntry.d.ts +0 -2
- package/lib/typescript/core/routes/AmityChatEntry.d.ts.map +0 -1
- package/lib/typescript/core/utils/abbreviateCount.d.ts +0 -2
- package/lib/typescript/core/utils/abbreviateCount.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts +0 -36
- package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts +0 -106
- package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts +0 -7
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts +0 -20
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts +0 -7
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts +0 -45
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts +0 -42
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts +0 -37
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts +0 -42
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts +0 -201
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts +0 -11
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts +0 -140
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts +0 -5
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts +0 -11
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts +0 -34
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts +0 -5
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/constants/errorResponse.d.ts +0 -6
- package/lib/typescript/social/features/chat/constants/errorResponse.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/constants/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/constants/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/constants/list.d.ts +0 -3
- package/lib/typescript/social/features/chat/constants/list.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/constants/search.d.ts +0 -8
- package/lib/typescript/social/features/chat/constants/search.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts +0 -2
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts +0 -22
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts +0 -29
- package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts +0 -35
- package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts +0 -10
- package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts +0 -35
- package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts +0 -12
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts +0 -9
- package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts +0 -11
- package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts +0 -6
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts +0 -16
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts +0 -11
- package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts +0 -58
- package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts +0 -12
- package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts +0 -47
- package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts +0 -10
- package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts +0 -40
- package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts +0 -2
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts +0 -17
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts +0 -33
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/components/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/archive/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/archive/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/archive/styles.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/archive/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts +0 -44
- package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts +0 -53
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts +0 -32
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts +0 -31
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts +0 -61
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts +0 -40
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts +0 -82
- package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/conversation/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/conversation/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/conversation/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts +0 -13
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts +0 -31
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts +0 -5
- package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts +0 -23
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts +0 -13
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts +0 -26
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts +0 -53
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts +0 -91
- package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/chat/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts +0 -9
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts +0 -22
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts +0 -17
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts +0 -54
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts +0 -34
- package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/create/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/styles.d.ts +0 -15
- package/lib/typescript/social/features/chat/features/group/create/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts +0 -16
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts +0 -16
- package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts +0 -22
- package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts +0 -15
- package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts +0 -16
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts +0 -45
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts +0 -5
- package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/members/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/members/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/members/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts +0 -31
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts +0 -19
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts +0 -16
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts +0 -30
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts +0 -5
- package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts +0 -22
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts +0 -20
- package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/group/setting/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts +0 -36
- package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts +0 -78
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts +0 -33
- package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts +0 -20
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/components/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/features/home/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts +0 -9
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/index.d.ts +0 -4
- package/lib/typescript/social/features/chat/features/home/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/home/styles.d.ts +0 -15
- package/lib/typescript/social/features/chat/features/home/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts +0 -9
- package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts +0 -20
- package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/components/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/search/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts +0 -13
- package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/search/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/search/styles.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/search/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts +0 -17
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts +0 -79
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts +0 -28
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts +0 -20
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts +0 -19
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts +0 -22
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts +0 -49
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts +0 -69
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts +0 -9
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts +0 -46
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts +0 -9
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts +0 -54
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts +0 -13
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts +0 -38
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts +0 -23
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts +0 -110
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts +0 -11
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts +0 -60
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts +0 -110
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts +0 -14
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts +0 -57
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts +0 -6
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts +0 -27
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts +0 -18
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts +0 -17
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts +0 -53
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts +0 -9
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts +0 -47
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts +0 -3
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts +0 -15
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts +0 -7
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts +0 -17
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts +0 -27
- package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts +0 -86
- package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts +0 -8
- package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts +0 -22
- package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts +0 -80
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts +0 -12
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts +0 -16
- package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts +0 -19
- package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/index.d.ts +0 -8
- package/lib/typescript/social/features/chat/hooks/collections/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts +0 -11
- package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts +0 -18
- package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts +0 -8
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts +0 -17
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts +0 -11
- package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts +0 -10
- package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts +0 -13
- package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/index.d.ts +0 -12
- package/lib/typescript/social/features/chat/hooks/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/queries/index.d.ts +0 -5
- package/lib/typescript/social/features/chat/hooks/queries/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts +0 -11
- package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts +0 -8
- package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts +0 -19
- package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts +0 -5
- package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts +0 -8
- package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts +0 -10
- package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts +0 -17
- package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts +0 -13
- package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts +0 -2
- package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts +0 -12
- package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts +0 -15
- package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useMention.d.ts +0 -28
- package/lib/typescript/social/features/chat/hooks/useMention.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts +0 -5
- package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts +0 -2
- package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts +0 -9
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts +0 -9
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts +0 -10
- package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts +0 -2
- package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts +0 -12
- package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts +0 -4
- package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/utils/previewLink.d.ts +0 -3
- package/lib/typescript/social/features/chat/utils/previewLink.d.ts.map +0 -1
- package/lib/typescript/social/features/chat/utils/timestamp.d.ts +0 -3
- package/lib/typescript/social/features/chat/utils/timestamp.d.ts.map +0 -1
- package/src/core/assets/icons/emptyCommunity2.tsx +0 -46
- package/src/core/design/atoms/Avatar/Avatar.tsx +0 -93
- package/src/core/design/atoms/Avatar/index.ts +0 -9
- package/src/core/design/atoms/Avatar/styles.ts +0 -109
- package/src/core/design/atoms/Badge/Badge.tsx +0 -103
- package/src/core/design/atoms/Badge/index.ts +0 -10
- package/src/core/design/atoms/Badge/styles.ts +0 -158
- package/src/core/design/atoms/Button/Button.tsx +0 -112
- package/src/core/design/atoms/Button/Icon/Icon.tsx +0 -87
- package/src/core/design/atoms/Button/Icon/index.ts +0 -7
- package/src/core/design/atoms/Button/Icon/styles.ts +0 -166
- package/src/core/design/atoms/Button/index.ts +0 -18
- package/src/core/design/atoms/Button/styles.ts +0 -309
- package/src/core/design/atoms/Divider/Divider.tsx +0 -37
- package/src/core/design/atoms/Divider/index.ts +0 -6
- package/src/core/design/atoms/Divider/styles.ts +0 -44
- package/src/core/design/atoms/Input/Boxed/Boxed.tsx +0 -97
- package/src/core/design/atoms/Input/Boxed/index.ts +0 -2
- package/src/core/design/atoms/Input/Boxed/styles.ts +0 -103
- package/src/core/design/atoms/Input/Chip/Chip.tsx +0 -105
- package/src/core/design/atoms/Input/Chip/index.ts +0 -2
- package/src/core/design/atoms/Input/Chip/styles.ts +0 -95
- package/src/core/design/atoms/Input/Input.tsx +0 -14
- package/src/core/design/atoms/Input/Text/Text.tsx +0 -118
- package/src/core/design/atoms/Input/Text/index.ts +0 -2
- package/src/core/design/atoms/Input/Text/styles.ts +0 -137
- package/src/core/design/atoms/Input/User/User.tsx +0 -53
- package/src/core/design/atoms/Input/User/index.ts +0 -2
- package/src/core/design/atoms/Input/User/styles.ts +0 -62
- package/src/core/design/atoms/Input/index.ts +0 -9
- package/src/core/design/atoms/Loader/Loader.tsx +0 -10
- package/src/core/design/atoms/Loader/Spinner/Spinner.tsx +0 -30
- package/src/core/design/atoms/Loader/Spinner/index.ts +0 -2
- package/src/core/design/atoms/Loader/Spinner/styles.ts +0 -21
- package/src/core/design/atoms/Loader/Upload/Upload.tsx +0 -119
- package/src/core/design/atoms/Loader/Upload/index.ts +0 -2
- package/src/core/design/atoms/Loader/Upload/styles.ts +0 -57
- package/src/core/design/atoms/Loader/index.ts +0 -5
- package/src/core/design/atoms/Selection/Selection.tsx +0 -96
- package/src/core/design/atoms/Selection/index.ts +0 -2
- package/src/core/design/atoms/Selection/styles.ts +0 -133
- package/src/core/design/atoms/Tab/Tab.tsx +0 -65
- package/src/core/design/atoms/Tab/index.ts +0 -2
- package/src/core/design/atoms/Tab/styles.ts +0 -109
- package/src/core/design/components/Menu/Menu.tsx +0 -92
- package/src/core/design/components/Menu/index.ts +0 -2
- package/src/core/design/components/Menu/styles.ts +0 -87
- package/src/core/design/components/MenuOptionButton/MenuOptionButton.tsx +0 -36
- package/src/core/design/components/MenuOptionButton/index.ts +0 -2
- package/src/core/design/components/MenuOptionButton/styles.ts +0 -35
- package/src/core/design/components/Popover/Popover.tsx +0 -149
- package/src/core/design/components/Popover/index.ts +0 -2
- package/src/core/design/components/Popover/styles.ts +0 -38
- package/src/core/design/components/Skeleton/Skeleton.tsx +0 -72
- package/src/core/design/components/Skeleton/index.ts +0 -2
- package/src/core/design/components/Skeleton/styles.ts +0 -17
- package/src/core/design/components/TextEditor/TextEditor.tsx +0 -262
- package/src/core/design/components/TextEditor/index.ts +0 -4
- package/src/core/design/components/TextEditor/styles.ts +0 -58
- package/src/core/design/components/TextEditor/utils.ts +0 -145
- package/src/core/design/components/Typography/Typography.tsx +0 -38
- package/src/core/design/components/Typography/index.ts +0 -2
- package/src/core/design/components/Typography/styles.ts +0 -31
- package/src/core/design/elements/ModeratorBadge/ModeratorBadge.tsx +0 -21
- package/src/core/design/elements/ModeratorBadge/index.ts +0 -2
- package/src/core/design/elements/PrivateBadge/PrivateBadge.tsx +0 -29
- package/src/core/design/elements/PrivateBadge/index.ts +0 -2
- package/src/core/design/icons/AmityIcon.tsx +0 -28
- package/src/core/design/icons/generated/iconRegistry.ts +0 -697
- package/src/core/design/icons/index.ts +0 -9
- package/src/core/design/molecules/SearchInput/SearchInput.tsx +0 -58
- package/src/core/design/molecules/SearchInput/index.ts +0 -2
- package/src/core/design/molecules/SearchInput/styles.ts +0 -23
- package/src/core/design/molecules/Tabs/Tabs.tsx +0 -46
- package/src/core/design/molecules/Tabs/index.ts +0 -2
- package/src/core/design/molecules/Tabs/styles.ts +0 -25
- package/src/core/design/theme/AmityForceMode.tsx +0 -24
- package/src/core/design/theme/AmityThemeProvider.tsx +0 -85
- package/src/core/design/theme/index.ts +0 -18
- package/src/core/design/theme/resolveTokens.ts +0 -53
- package/src/core/design/theme/useToken.ts +0 -17
- package/src/core/design/tokens/CHECKSUMS.json +0 -9
- package/src/core/design/tokens/amity-color-tokens.ts +0 -733
- package/src/core/design/tokens/amity-uikit-config.json +0 -1381
- package/src/core/design/tokens/amity-uikit-design-tokens.json +0 -2953
- package/src/core/design/tokens/config-resolver.d.ts +0 -55
- package/src/core/design/tokens/config-resolver.js +0 -525
- package/src/core/design/tokens/geometry.json +0 -2673
- package/src/core/design/tokens/spacing.ts +0 -28
- package/src/core/localization/LocaleProvider.tsx +0 -187
- package/src/core/localization/defaultLocaleMap.ts +0 -23
- package/src/core/localization/defaults/en.json +0 -1175
- package/src/core/localization/defaults/en.ts +0 -16
- package/src/core/localization/defaults/th.json +0 -1174
- package/src/core/localization/defaults/th.ts +0 -18
- package/src/core/localization/index.ts +0 -41
- package/src/core/localization/resolveString.ts +0 -176
- package/src/core/localization/useString.ts +0 -30
- package/src/core/routes/AmityChatEntry.tsx +0 -8
- package/src/core/utils/abbreviateCount.ts +0 -13
- package/src/social/features/chat/components/AmityChatListItem/AmityChatListItem.tsx +0 -394
- package/src/social/features/chat/components/AmityChatListItem/index.ts +0 -2
- package/src/social/features/chat/components/AmityChatListItem/styles.ts +0 -125
- package/src/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.tsx +0 -293
- package/src/social/features/chat/components/AmityConversationChatUserActionComponent/index.ts +0 -1
- package/src/social/features/chat/components/AmityConversationChatUserActionComponent/styles.ts +0 -23
- package/src/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx +0 -347
- package/src/social/features/chat/components/AmityGroupMemberActionComponent/index.ts +0 -1
- package/src/social/features/chat/components/AmityGroupMemberActionComponent/styles.ts +0 -20
- package/src/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx +0 -239
- package/src/social/features/chat/components/AmityMediaAttachmentPicker/index.ts +0 -1
- package/src/social/features/chat/components/AmityMediaAttachmentPicker/styles.ts +0 -66
- package/src/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx +0 -294
- package/src/social/features/chat/components/AmityMessageActionMenu/index.ts +0 -5
- package/src/social/features/chat/components/AmityMessageActionMenu/styles.ts +0 -48
- package/src/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.tsx +0 -700
- package/src/social/features/chat/components/AmityMessageBubble/index.ts +0 -1
- package/src/social/features/chat/components/AmityMessageBubble/styles.ts +0 -261
- package/src/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.tsx +0 -325
- package/src/social/features/chat/components/AmityMessageComposer/index.ts +0 -1
- package/src/social/features/chat/components/AmityMessageComposer/styles.ts +0 -173
- package/src/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx +0 -148
- package/src/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx +0 -94
- package/src/social/features/chat/components/AmitySearchChannelResults/index.ts +0 -2
- package/src/social/features/chat/components/AmitySearchChannelResults/styles.ts +0 -53
- package/src/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx +0 -174
- package/src/social/features/chat/components/AmitySearchMessageResults/index.ts +0 -2
- package/src/social/features/chat/constants/errorResponse.ts +0 -9
- package/src/social/features/chat/constants/index.ts +0 -3
- package/src/social/features/chat/constants/list.ts +0 -7
- package/src/social/features/chat/constants/search.ts +0 -13
- package/src/social/features/chat/elements/ArchivedBadge/ArchivedBadge.tsx +0 -27
- package/src/social/features/chat/elements/ArchivedBadge/index.ts +0 -1
- package/src/social/features/chat/elements/ArchivedBadge/styles.ts +0 -34
- package/src/social/features/chat/elements/Avatar/Avatar.tsx +0 -165
- package/src/social/features/chat/elements/Avatar/index.ts +0 -2
- package/src/social/features/chat/elements/Avatar/styles.ts +0 -49
- package/src/social/features/chat/elements/AvatarPicker/AvatarPicker.tsx +0 -73
- package/src/social/features/chat/elements/AvatarPicker/index.ts +0 -2
- package/src/social/features/chat/elements/AvatarPicker/styles.ts +0 -44
- package/src/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.tsx +0 -61
- package/src/social/features/chat/elements/ConversationChatAvatar/index.ts +0 -2
- package/src/social/features/chat/elements/GroupNameField/GroupNameField.tsx +0 -61
- package/src/social/features/chat/elements/GroupNameField/index.ts +0 -2
- package/src/social/features/chat/elements/GroupNameField/styles.ts +0 -19
- package/src/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.tsx +0 -36
- package/src/social/features/chat/elements/MediaUploadOverlay/index.ts +0 -2
- package/src/social/features/chat/elements/MediaUploadOverlay/styles.ts +0 -25
- package/src/social/features/chat/elements/ReactionPicker/ReactionPicker.tsx +0 -97
- package/src/social/features/chat/elements/ReactionPicker/index.ts +0 -2
- package/src/social/features/chat/elements/ReactionPicker/styles.ts +0 -90
- package/src/social/features/chat/elements/SettingMenu/SettingMenu.tsx +0 -86
- package/src/social/features/chat/elements/SettingMenu/index.ts +0 -2
- package/src/social/features/chat/elements/SettingMenu/styles.ts +0 -57
- package/src/social/features/chat/elements/TopBar/TopBar.tsx +0 -61
- package/src/social/features/chat/elements/TopBar/index.ts +0 -1
- package/src/social/features/chat/elements/TopBar/styles.ts +0 -50
- package/src/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.tsx +0 -48
- package/src/social/features/chat/elements/WaitingForNetwork/index.ts +0 -1
- package/src/social/features/chat/elements/WaitingForNetwork/styles.ts +0 -30
- package/src/social/features/chat/features/archive/ArchivedChat.tsx +0 -28
- package/src/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.tsx +0 -131
- package/src/social/features/chat/features/archive/components/ArchivedChannelList/index.ts +0 -1
- package/src/social/features/chat/features/archive/components/ArchivedChannelList/styles.ts +0 -56
- package/src/social/features/chat/features/archive/components/Header/Header.tsx +0 -18
- package/src/social/features/chat/features/archive/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/archive/components/index.ts +0 -2
- package/src/social/features/chat/features/archive/index.ts +0 -1
- package/src/social/features/chat/features/archive/styles.ts +0 -21
- package/src/social/features/chat/features/conversation/Chat.tsx +0 -154
- package/src/social/features/chat/features/conversation/components/Header/Header.tsx +0 -73
- package/src/social/features/chat/features/conversation/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/conversation/components/Header/styles.ts +0 -56
- package/src/social/features/chat/features/conversation/components/MessageList/MessageList.tsx +0 -245
- package/src/social/features/chat/features/conversation/components/MessageList/index.ts +0 -1
- package/src/social/features/chat/features/conversation/components/MessageList/styles.ts +0 -48
- package/src/social/features/chat/features/conversation/components/MessageRow/MessageRow.tsx +0 -245
- package/src/social/features/chat/features/conversation/components/MessageRow/index.ts +0 -1
- package/src/social/features/chat/features/conversation/components/MessageRow/styles.ts +0 -78
- package/src/social/features/chat/features/conversation/components/index.ts +0 -3
- package/src/social/features/chat/features/conversation/create/CreateConversation.tsx +0 -36
- package/src/social/features/chat/features/conversation/create/components/Header/Header.tsx +0 -42
- package/src/social/features/chat/features/conversation/create/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/conversation/create/components/Header/styles.ts +0 -24
- package/src/social/features/chat/features/conversation/create/components/UserItem/UserItem.tsx +0 -66
- package/src/social/features/chat/features/conversation/create/components/UserItem/index.ts +0 -1
- package/src/social/features/chat/features/conversation/create/components/UserItem/styles.ts +0 -51
- package/src/social/features/chat/features/conversation/create/components/UserList/UserList.tsx +0 -86
- package/src/social/features/chat/features/conversation/create/components/UserList/index.ts +0 -1
- package/src/social/features/chat/features/conversation/create/components/UserList/styles.ts +0 -15
- package/src/social/features/chat/features/conversation/create/components/index.ts +0 -3
- package/src/social/features/chat/features/conversation/create/hooks/index.ts +0 -6
- package/src/social/features/chat/features/conversation/create/hooks/useCreateConversation.ts +0 -74
- package/src/social/features/chat/features/conversation/create/hooks/useSearchUsers.ts +0 -80
- package/src/social/features/chat/features/conversation/create/index.ts +0 -1
- package/src/social/features/chat/features/conversation/create/styles.ts +0 -20
- package/src/social/features/chat/features/conversation/hooks/useConversation.ts +0 -53
- package/src/social/features/chat/features/conversation/index.ts +0 -2
- package/src/social/features/chat/features/conversation/styles.ts +0 -18
- package/src/social/features/chat/features/group/add-member/AddGroupMember.tsx +0 -61
- package/src/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.tsx +0 -40
- package/src/social/features/chat/features/group/add-member/components/AddMemberButton/index.ts +0 -1
- package/src/social/features/chat/features/group/add-member/components/AddMemberButton/styles.ts +0 -22
- package/src/social/features/chat/features/group/add-member/components/Header/Header.tsx +0 -50
- package/src/social/features/chat/features/group/add-member/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/add-member/components/Header/styles.ts +0 -23
- package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.tsx +0 -49
- package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.ts +0 -1
- package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.ts +0 -29
- package/src/social/features/chat/features/group/add-member/components/UserList/UserList.tsx +0 -157
- package/src/social/features/chat/features/group/add-member/components/UserList/index.ts +0 -1
- package/src/social/features/chat/features/group/add-member/components/UserList/styles.ts +0 -40
- package/src/social/features/chat/features/group/add-member/components/index.ts +0 -4
- package/src/social/features/chat/features/group/add-member/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/add-member/hooks/useAddGroupMember.ts +0 -112
- package/src/social/features/chat/features/group/add-member/index.ts +0 -1
- package/src/social/features/chat/features/group/add-member/styles.ts +0 -23
- package/src/social/features/chat/features/group/banned-members/BannedGroupMembers.tsx +0 -56
- package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.tsx +0 -126
- package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/index.ts +0 -1
- package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.ts +0 -20
- package/src/social/features/chat/features/group/banned-members/components/Header/Header.tsx +0 -17
- package/src/social/features/chat/features/group/banned-members/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/banned-members/components/index.ts +0 -2
- package/src/social/features/chat/features/group/banned-members/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.ts +0 -75
- package/src/social/features/chat/features/group/banned-members/index.ts +0 -1
- package/src/social/features/chat/features/group/banned-members/styles.ts +0 -23
- package/src/social/features/chat/features/group/chat/GroupChat.tsx +0 -151
- package/src/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.tsx +0 -34
- package/src/social/features/chat/features/group/chat/components/BannedEmptyState/index.ts +0 -1
- package/src/social/features/chat/features/group/chat/components/BannedEmptyState/styles.ts +0 -27
- package/src/social/features/chat/features/group/chat/components/Header/Header.tsx +0 -92
- package/src/social/features/chat/features/group/chat/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/chat/components/Header/styles.ts +0 -53
- package/src/social/features/chat/features/group/chat/components/index.ts +0 -2
- package/src/social/features/chat/features/group/chat/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/chat/hooks/useGroupChat.ts +0 -85
- package/src/social/features/chat/features/group/chat/index.ts +0 -2
- package/src/social/features/chat/features/group/chat/styles.ts +0 -14
- package/src/social/features/chat/features/group/create/CreateGroupChat.tsx +0 -94
- package/src/social/features/chat/features/group/create/components/Header/Header.tsx +0 -44
- package/src/social/features/chat/features/group/create/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.tsx +0 -62
- package/src/social/features/chat/features/group/create/components/MemberGrid/index.ts +0 -1
- package/src/social/features/chat/features/group/create/components/MemberGrid/styles.ts +0 -34
- package/src/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.tsx +0 -117
- package/src/social/features/chat/features/group/create/components/PrivacySection/index.ts +0 -1
- package/src/social/features/chat/features/group/create/components/PrivacySection/styles.ts +0 -66
- package/src/social/features/chat/features/group/create/components/index.ts +0 -3
- package/src/social/features/chat/features/group/create/hooks/index.ts +0 -5
- package/src/social/features/chat/features/group/create/hooks/useCreateGroupChat.ts +0 -237
- package/src/social/features/chat/features/group/create/index.ts +0 -5
- package/src/social/features/chat/features/group/create/styles.ts +0 -26
- package/src/social/features/chat/features/group/create/utils/generateDisplayName.ts +0 -36
- package/src/social/features/chat/features/group/create/utils/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-notification/EditGroupNotification.tsx +0 -121
- package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.tsx +0 -39
- package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.ts +0 -29
- package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.tsx +0 -43
- package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.ts +0 -29
- package/src/social/features/chat/features/group/edit-notification/components/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-notification/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.ts +0 -127
- package/src/social/features/chat/features/group/edit-notification/index.ts +0 -2
- package/src/social/features/chat/features/group/edit-notification/styles.ts +0 -30
- package/src/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.tsx +0 -83
- package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.tsx +0 -42
- package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.ts +0 -29
- package/src/social/features/chat/features/group/edit-permission/components/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-permission/constants/index.ts +0 -31
- package/src/social/features/chat/features/group/edit-permission/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.ts +0 -115
- package/src/social/features/chat/features/group/edit-permission/index.ts +0 -2
- package/src/social/features/chat/features/group/edit-permission/styles.ts +0 -35
- package/src/social/features/chat/features/group/edit-profile/EditGroupProfile.tsx +0 -65
- package/src/social/features/chat/features/group/edit-profile/components/Header/Header.tsx +0 -45
- package/src/social/features/chat/features/group/edit-profile/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-profile/components/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-profile/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.ts +0 -150
- package/src/social/features/chat/features/group/edit-profile/index.ts +0 -2
- package/src/social/features/chat/features/group/edit-profile/styles.ts +0 -26
- package/src/social/features/chat/features/group/members/GroupMembers.tsx +0 -47
- package/src/social/features/chat/features/group/members/components/Header/Header.tsx +0 -51
- package/src/social/features/chat/features/group/members/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/members/components/MemberItem/MemberItem.tsx +0 -94
- package/src/social/features/chat/features/group/members/components/MemberItem/index.ts +0 -1
- package/src/social/features/chat/features/group/members/components/MemberItem/styles.ts +0 -55
- package/src/social/features/chat/features/group/members/components/MemberList/MemberList.tsx +0 -144
- package/src/social/features/chat/features/group/members/components/MemberList/index.ts +0 -1
- package/src/social/features/chat/features/group/members/components/MemberList/styles.ts +0 -17
- package/src/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.tsx +0 -86
- package/src/social/features/chat/features/group/members/components/MemberTabs/index.ts +0 -1
- package/src/social/features/chat/features/group/members/components/MemberTabs/styles.ts +0 -18
- package/src/social/features/chat/features/group/members/components/index.ts +0 -4
- package/src/social/features/chat/features/group/members/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/members/hooks/useGroupMembers.ts +0 -36
- package/src/social/features/chat/features/group/members/index.ts +0 -1
- package/src/social/features/chat/features/group/members/styles.ts +0 -19
- package/src/social/features/chat/features/group/notification-preference/NotificationPreference.tsx +0 -66
- package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.tsx +0 -75
- package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.ts +0 -1
- package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.ts +0 -45
- package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.tsx +0 -42
- package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.ts +0 -1
- package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.ts +0 -33
- package/src/social/features/chat/features/group/notification-preference/components/index.ts +0 -2
- package/src/social/features/chat/features/group/notification-preference/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.ts +0 -163
- package/src/social/features/chat/features/group/notification-preference/index.ts +0 -2
- package/src/social/features/chat/features/group/notification-preference/styles.ts +0 -22
- package/src/social/features/chat/features/group/select-member/SelectGroupMember.tsx +0 -68
- package/src/social/features/chat/features/group/select-member/components/Header/Header.tsx +0 -76
- package/src/social/features/chat/features/group/select-member/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/select-member/components/Header/styles.ts +0 -25
- package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.tsx +0 -49
- package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.ts +0 -1
- package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.ts +0 -29
- package/src/social/features/chat/features/group/select-member/components/UserItem/UserItem.tsx +0 -58
- package/src/social/features/chat/features/group/select-member/components/UserItem/index.ts +0 -1
- package/src/social/features/chat/features/group/select-member/components/UserItem/styles.ts +0 -42
- package/src/social/features/chat/features/group/select-member/components/UserList/UserList.tsx +0 -131
- package/src/social/features/chat/features/group/select-member/components/UserList/index.ts +0 -1
- package/src/social/features/chat/features/group/select-member/components/UserList/styles.ts +0 -24
- package/src/social/features/chat/features/group/select-member/components/index.ts +0 -4
- package/src/social/features/chat/features/group/select-member/constants/index.ts +0 -3
- package/src/social/features/chat/features/group/select-member/hooks/index.ts +0 -2
- package/src/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.ts +0 -128
- package/src/social/features/chat/features/group/select-member/index.ts +0 -2
- package/src/social/features/chat/features/group/select-member/styles.ts +0 -20
- package/src/social/features/chat/features/group/setting/GroupSetting.tsx +0 -94
- package/src/social/features/chat/features/group/setting/components/Header/Header.tsx +0 -17
- package/src/social/features/chat/features/group/setting/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/group/setting/components/index.ts +0 -1
- package/src/social/features/chat/features/group/setting/hooks/index.ts +0 -1
- package/src/social/features/chat/features/group/setting/hooks/useGroupSetting.ts +0 -324
- package/src/social/features/chat/features/group/setting/index.ts +0 -2
- package/src/social/features/chat/features/group/setting/styles.ts +0 -50
- package/src/social/features/chat/features/home/ChatHome.tsx +0 -84
- package/src/social/features/chat/features/home/components/ChannelList/ChannelList.tsx +0 -209
- package/src/social/features/chat/features/home/components/ChannelList/index.ts +0 -2
- package/src/social/features/chat/features/home/components/ChannelList/styles.ts +0 -102
- package/src/social/features/chat/features/home/components/Header/Header.tsx +0 -38
- package/src/social/features/chat/features/home/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/home/components/Header/styles.ts +0 -50
- package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.tsx +0 -36
- package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/index.ts +0 -1
- package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.ts +0 -35
- package/src/social/features/chat/features/home/components/index.ts +0 -3
- package/src/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.tsx +0 -89
- package/src/social/features/chat/features/home/elements/ChatHomeMenu/index.ts +0 -1
- package/src/social/features/chat/features/home/elements/ChatHomeMenu/styles.ts +0 -26
- package/src/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.tsx +0 -131
- package/src/social/features/chat/features/home/elements/CreateChatMenu/index.ts +0 -1
- package/src/social/features/chat/features/home/elements/CreateChatMenu/styles.ts +0 -26
- package/src/social/features/chat/features/home/elements/SearchButton/SearchButton.tsx +0 -57
- package/src/social/features/chat/features/home/elements/SearchButton/index.ts +0 -1
- package/src/social/features/chat/features/home/elements/SearchButton/styles.ts +0 -27
- package/src/social/features/chat/features/home/hooks/index.ts +0 -1
- package/src/social/features/chat/features/home/hooks/usePushNotificationEnabled.ts +0 -35
- package/src/social/features/chat/features/home/index.ts +0 -3
- package/src/social/features/chat/features/home/styles.ts +0 -25
- package/src/social/features/chat/features/search/SearchChannel.tsx +0 -68
- package/src/social/features/chat/features/search/components/Header/Header.tsx +0 -61
- package/src/social/features/chat/features/search/components/Header/index.ts +0 -1
- package/src/social/features/chat/features/search/components/Header/styles.ts +0 -33
- package/src/social/features/chat/features/search/components/index.ts +0 -5
- package/src/social/features/chat/features/search/hooks/index.ts +0 -1
- package/src/social/features/chat/features/search/hooks/useSearchChannel.ts +0 -50
- package/src/social/features/chat/features/search/index.ts +0 -1
- package/src/social/features/chat/features/search/styles.ts +0 -25
- package/src/social/features/chat/features/shared/components/AddTile/AddTile.tsx +0 -44
- package/src/social/features/chat/features/shared/components/AddTile/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/AddTile/styles.ts +0 -29
- package/src/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.tsx +0 -308
- package/src/social/features/chat/features/shared/components/ContentReportReason/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/ContentReportReason/styles.ts +0 -95
- package/src/social/features/chat/features/shared/components/DateSeparator/DateSeparator.tsx +0 -29
- package/src/social/features/chat/features/shared/components/DateSeparator/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/DateSeparator/styles.ts +0 -46
- package/src/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.tsx +0 -39
- package/src/social/features/chat/features/shared/components/DeletedMessagePill/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/DeletedMessagePill/styles.ts +0 -43
- package/src/social/features/chat/features/shared/components/EmptyState/EmptyState.tsx +0 -63
- package/src/social/features/chat/features/shared/components/EmptyState/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/EmptyState/styles.ts +0 -30
- package/src/social/features/chat/features/shared/components/FailedToShow/FailedToShow.tsx +0 -44
- package/src/social/features/chat/features/shared/components/FailedToShow/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/FailedToShow/styles.ts +0 -32
- package/src/social/features/chat/features/shared/components/ImageViewer/ImageViewer.tsx +0 -130
- package/src/social/features/chat/features/shared/components/ImageViewer/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/ImageViewer/styles.ts +0 -69
- package/src/social/features/chat/features/shared/components/MediaViewer/MediaViewer.tsx +0 -130
- package/src/social/features/chat/features/shared/components/MediaViewer/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/MediaViewer/styles.ts +0 -93
- package/src/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.tsx +0 -100
- package/src/social/features/chat/features/shared/components/MessageFullTextScreen/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/MessageFullTextScreen/styles.ts +0 -59
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.tsx +0 -136
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/styles.ts +0 -72
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.ts +0 -58
- package/src/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.tsx +0 -72
- package/src/social/features/chat/features/shared/components/MessageReactionBadge/index.tsx +0 -1
- package/src/social/features/chat/features/shared/components/MessageReactionBadge/styles.ts +0 -66
- package/src/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.tsx +0 -330
- package/src/social/features/chat/features/shared/components/MessageReactorListSheet/index.tsx +0 -1
- package/src/social/features/chat/features/shared/components/MessageReactorListSheet/styles.ts +0 -150
- package/src/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.tsx +0 -175
- package/src/social/features/chat/features/shared/components/MessageReplyBand/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/MessageReplyBand/styles.ts +0 -77
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.tsx +0 -370
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/styles.ts +0 -132
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/utils.ts +0 -97
- package/src/social/features/chat/features/shared/components/MutedBanner/MutedBanner.tsx +0 -42
- package/src/social/features/chat/features/shared/components/MutedBanner/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/MutedBanner/styles.ts +0 -32
- package/src/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.tsx +0 -120
- package/src/social/features/chat/features/shared/components/NewMessageNotification/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/NewMessageNotification/styles.ts +0 -67
- package/src/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.tsx +0 -34
- package/src/social/features/chat/features/shared/components/ScrollToLatestButton/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/ScrollToLatestButton/styles.ts +0 -18
- package/src/social/features/chat/features/shared/components/SelectedMember/SelectedMember.tsx +0 -65
- package/src/social/features/chat/features/shared/components/SelectedMember/index.ts +0 -2
- package/src/social/features/chat/features/shared/components/SelectedMember/styles.ts +0 -38
- package/src/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.tsx +0 -213
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.tsx +0 -147
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.ts +0 -54
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.tsx +0 -131
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.ts +0 -62
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/index.ts +0 -2
- package/src/social/features/chat/features/shared/components/VideoPlayer/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/VideoPlayer/styles.ts +0 -23
- package/src/social/features/chat/features/shared/components/YouTile/YouTile.tsx +0 -55
- package/src/social/features/chat/features/shared/components/YouTile/index.ts +0 -1
- package/src/social/features/chat/features/shared/components/YouTile/styles.ts +0 -27
- package/src/social/features/chat/features/shared/hooks/index.ts +0 -21
- package/src/social/features/chat/features/shared/hooks/useBubbleMenu.tsx +0 -165
- package/src/social/features/chat/features/shared/hooks/useChatMessage.ts +0 -303
- package/src/social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx +0 -143
- package/src/social/features/chat/features/shared/hooks/useMarkAsRead.ts +0 -55
- package/src/social/features/chat/features/shared/hooks/useMediaViewer.ts +0 -105
- package/src/social/features/chat/features/shared/hooks/useMessageComposer.ts +0 -778
- package/src/social/features/chat/features/shared/hooks/useMessageReactions.ts +0 -97
- package/src/social/features/chat/features/shared/hooks/useReactorsCollection.ts +0 -71
- package/src/social/features/chat/features/shared/utils/reactionIcons.tsx +0 -282
- package/src/social/features/chat/hooks/collections/index.ts +0 -7
- package/src/social/features/chat/hooks/collections/useArchivedChannelsCollection.ts +0 -72
- package/src/social/features/chat/hooks/collections/useChannelMembersCollection.ts +0 -94
- package/src/social/features/chat/hooks/collections/useChannelsByIdsCollection.ts +0 -66
- package/src/social/features/chat/hooks/collections/useChannelsCollection.ts +0 -98
- package/src/social/features/chat/hooks/collections/useMessageSearchCollection.ts +0 -75
- package/src/social/features/chat/hooks/collections/useMessagesCollection.ts +0 -96
- package/src/social/features/chat/hooks/collections/useSearchChannelsCollection.ts +0 -97
- package/src/social/features/chat/hooks/index.ts +0 -11
- package/src/social/features/chat/hooks/queries/index.ts +0 -4
- package/src/social/features/chat/hooks/queries/useChannelArchiveQuery.ts +0 -99
- package/src/social/features/chat/hooks/queries/useDeleteMessageQuery.ts +0 -71
- package/src/social/features/chat/hooks/queries/useFlagMessageQuery.ts +0 -105
- package/src/social/features/chat/hooks/queries/useSaveMediaMessageQuery.ts +0 -141
- package/src/social/features/chat/hooks/useChannelMyMembership.ts +0 -56
- package/src/social/features/chat/hooks/useChatNavigation.ts +0 -34
- package/src/social/features/chat/hooks/useChatNotifications.ts +0 -83
- package/src/social/features/chat/hooks/useCreateMessage.ts +0 -80
- package/src/social/features/chat/hooks/useCurrentUserId.ts +0 -10
- package/src/social/features/chat/hooks/useDeleteMessage.ts +0 -45
- package/src/social/features/chat/hooks/useEditMessage.ts +0 -47
- package/src/social/features/chat/hooks/useMention.ts +0 -163
- package/src/social/features/chat/hooks/useNetworkOnline.ts +0 -29
- package/src/social/features/chat/hooks/useVideoFileUrl.ts +0 -31
- package/src/social/features/chat/pages/AmityAddGroupMemberPage/index.tsx +0 -27
- package/src/social/features/chat/pages/AmityArchivedChatPage/index.tsx +0 -26
- package/src/social/features/chat/pages/AmityArchivedChatPage/styles.ts +0 -18
- package/src/social/features/chat/pages/AmityBannedGroupMemberListPage/index.tsx +0 -27
- package/src/social/features/chat/pages/AmityChannelCreateConversationPage/index.tsx +0 -21
- package/src/social/features/chat/pages/AmityChannelCreateConversationPage/styles.ts +0 -16
- package/src/social/features/chat/pages/AmityChatHomePage/index.tsx +0 -39
- package/src/social/features/chat/pages/AmityChatHomePage/styles.ts +0 -18
- package/src/social/features/chat/pages/AmityChatPage/index.tsx +0 -37
- package/src/social/features/chat/pages/AmityChatPage/styles.ts +0 -16
- package/src/social/features/chat/pages/AmityCreateGroupChatPage/index.tsx +0 -17
- package/src/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.tsx +0 -19
- package/src/social/features/chat/pages/AmityEditGroupNotificationPage/index.tsx +0 -26
- package/src/social/features/chat/pages/AmityEditGroupProfilePage/index.tsx +0 -17
- package/src/social/features/chat/pages/AmityGroupChatPage/index.tsx +0 -28
- package/src/social/features/chat/pages/AmityGroupMemberListPage/index.tsx +0 -32
- package/src/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.tsx +0 -25
- package/src/social/features/chat/pages/AmityGroupSettingPage/index.tsx +0 -17
- package/src/social/features/chat/pages/AmitySearchChannelPage/index.tsx +0 -19
- package/src/social/features/chat/pages/AmitySelectGroupMemberPage/index.tsx +0 -12
- package/src/social/features/chat/utils/groupMessagesByDate.ts +0 -67
- package/src/social/features/chat/utils/highlightMatch.tsx +0 -40
- package/src/social/features/chat/utils/previewLink.ts +0 -37
- package/src/social/features/chat/utils/timestamp.ts +0 -54
- /package/lib/commonjs/social/{features/chat/features/shared/components → components}/MediaViewer/index.js +0 -0
- /package/lib/module/social/{features/chat/features/shared/components → components}/MediaViewer/index.js +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.video = exports.userIcon = exports.unfollow = exports.toastSuccess = exports.toastIcon = exports.threeDots = exports.syncIcon = exports.switchCamera = exports.storyThreedotsMenu = exports.storyRing = exports.storyLikedIcon = exports.storyLikeIcon = exports.storyHyperLinkIcon = exports.storyGallery = exports.storyDraftDeletHyperLink = exports.storyCommentIcon = exports.storyCircleCreatePlusIcon = exports.stopIcon = exports.star = exports.seenIcon = exports.searchIcon = exports.rightLongArrow = exports.reportOutLine = exports.report = exports.replyIcon = exports.radioOn = exports.radioOff = exports.publicIcon = exports.privateUserProfile = exports.privateIcon = exports.primaryDot = exports.postIconOutlined = exports.postIcon = exports.pollIcon = exports.plusIcon = exports.playVideoIcon = exports.playIcon = exports.playBtn = exports.photo = exports.personXml = exports.officialIcon = exports.loveReaction = exports.livestreamIcon = exports.likedXml = exports.likeXml = exports.likeReaction = exports.likeCircle = exports.leftLongArrow = exports.infoIcon = exports.galleryIcon = exports.flashOn = exports.flashOff = exports.fileSearch = exports.expandIcon = exports.exclamationIcon = exports.errorIcon = exports.editThumbnailIcon = exports.editIcon = exports.communityIcon = exports.commentXml = exports.closeIcon = exports.circleCloseIcon = exports.categoryIcon = exports.cancelFollowRequest = exports.cameraIcon = exports.blockOrUnblock = exports.arrowXml = exports.arrowOutlined = exports.arrowForward = exports.arrowDown = exports.arrowBack = void 0;
|
|
6
|
+
exports.videoControlIcon = exports.video = exports.userIcon = exports.unfollow = exports.toastSuccess = exports.toastIcon = exports.threeDots = exports.syncIcon = exports.switchCamera = exports.storyThreedotsMenu = exports.storyRing = exports.storyLikedIcon = exports.storyLikeIcon = exports.storyHyperLinkIcon = exports.storyGallery = exports.storyDraftDeletHyperLink = exports.storyCommentIcon = exports.storyCircleCreatePlusIcon = exports.stopIcon = exports.star = exports.soundOnIcon = exports.soundOffIcon = exports.seenIcon = exports.searchIcon = exports.rightLongArrow = exports.reportOutLine = exports.report = exports.replyIcon = exports.radioOn = exports.radioOff = exports.publicIcon = exports.privateUserProfile = exports.privateIcon = exports.primaryDot = exports.postIconOutlined = exports.postIcon = exports.pollIcon = exports.plusIcon = exports.playVideoIcon = exports.playIcon = exports.playControlIcon = exports.playBtn = exports.photo = exports.personXml = exports.pauseControlIcon = exports.officialIcon = exports.loveReaction = exports.livestreamIcon = exports.likedXml = exports.likeXml = exports.likeReaction = exports.likeCircle = exports.leftLongArrow = exports.infoIcon = exports.galleryIcon = exports.forward10Icon = exports.flashOn = exports.flashOff = exports.fileSearch = exports.expandIcon = exports.exclamationIcon = exports.errorIcon = exports.editThumbnailIcon = exports.editIcon = exports.communityIcon = exports.commentXml = exports.closeIcon = exports.clearIcon = exports.circleCloseIcon = exports.categoryIcon = exports.cancelFollowRequest = exports.cameraIcon = exports.brokenImageIcon = exports.blockOrUnblock = exports.backward10Icon = exports.arrowXml = exports.arrowOutlined = exports.arrowForward = exports.arrowDown = exports.arrowBack = void 0;
|
|
7
7
|
const likeXml = exports.likeXml = `<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
8
8
|
<path d="M14.5625 8.96875C14.8438 8.5 15 8 15 7.40625C15 6.03125 13.8125 4.75 12.3125 4.75H11.1562C11.3125 4.34375 11.4375 3.875 11.4375 3.28125C11.4375 1 10.25 0 8.46875 0C6.53125 0 6.65625 2.96875 6.21875 3.40625C5.5 4.125 4.65625 5.5 4.0625 6H1C0.4375 6 0 6.46875 0 7V14.5C0 15.0625 0.4375 15.5 1 15.5H3C3.4375 15.5 3.84375 15.1875 3.9375 14.7812C5.34375 14.8125 6.3125 16 9.5 16C9.75 16 10 16 10.2188 16C12.625 16 13.6875 14.7812 13.7188 13.0312C14.1562 12.4688 14.375 11.6875 14.2812 10.9375C14.5938 10.375 14.6875 9.6875 14.5625 8.96875ZM12.625 10.6562C13.0312 11.3125 12.6562 12.1875 12.1875 12.4688C12.4375 13.9688 11.625 14.5 10.5312 14.5H9.34375C7.125 14.5 5.65625 13.3438 4 13.3438V7.5H4.3125C5.21875 7.5 6.4375 5.3125 7.28125 4.46875C8.15625 3.59375 7.875 2.09375 8.46875 1.5C9.9375 1.5 9.9375 2.53125 9.9375 3.28125C9.9375 4.5 9.0625 5.0625 9.0625 6.25H12.3125C12.9688 6.25 13.4688 6.84375 13.5 7.4375C13.5 8 13.0938 8.59375 12.7812 8.59375C13.2188 9.0625 13.3125 10.0312 12.625 10.6562ZM2.75 13.5C2.75 13.9375 2.40625 14.25 2 14.25C1.5625 14.25 1.25 13.9375 1.25 13.5C1.25 13.0938 1.5625 12.75 2 12.75C2.40625 12.75 2.75 13.0938 2.75 13.5Z" fill="#898E9E"/>
|
|
9
9
|
</svg>`;
|
|
@@ -60,7 +60,75 @@ exports.postIconOutlined = postIconOutlined;
|
|
|
60
60
|
const closeIcon = (color = '#292B32') => `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
61
61
|
<path d="M7.65234 6.25L11.4492 2.48828C11.6602 2.27734 11.6602 1.89062 11.4492 1.67969L10.5703 0.800781C10.3594 0.589844 9.97266 0.589844 9.76172 0.800781L6 4.59766L2.20312 0.800781C1.99219 0.589844 1.60547 0.589844 1.39453 0.800781L0.515625 1.67969C0.304688 1.89062 0.304688 2.27734 0.515625 2.48828L4.3125 6.25L0.515625 10.0469C0.304688 10.2578 0.304688 10.6445 0.515625 10.8555L1.39453 11.7344C1.60547 11.9453 1.99219 11.9453 2.20312 11.7344L6 7.9375L9.76172 11.7344C9.97266 11.9453 10.3594 11.9453 10.5703 11.7344L11.4492 10.8555C11.6602 10.6445 11.6602 10.2578 11.4492 10.0469L7.65234 6.25Z" fill="${color}"/>
|
|
62
62
|
</svg>`;
|
|
63
|
+
// Ported from web UIKit icons/MutedFilled (speaker + waves) — shown when audio
|
|
64
|
+
// is ON (unmuted). Used by the carousel full-screen media viewer.
|
|
63
65
|
exports.closeIcon = closeIcon;
|
|
66
|
+
const soundOnIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
67
|
+
<path d="M11.1211 5.78125C11.6484 5.25391 12.5625 5.60547 12.5625 6.37891V18.1562C12.5625 18.9297 11.6484 19.2812 11.1211 18.7539L7.99219 15.625H4.40625C3.91406 15.625 3.5625 15.2734 3.5625 14.7812V9.71875C3.5625 9.26172 3.91406 8.875 4.40625 8.875H7.99219L11.1211 5.78125ZM20.4375 12.25C20.4375 14.5 19.2773 16.5391 17.4141 17.7695C16.9922 18.0156 16.4648 17.875 16.2539 17.4883C16.0078 17.1016 16.1133 16.5742 16.5 16.3281C17.9062 15.4492 18.75 13.9023 18.75 12.25C18.75 10.6328 17.9062 9.08594 16.5 8.20703C16.1133 7.96094 16.0078 7.43359 16.2539 7.04688C16.5 6.625 17.0273 6.51953 17.4141 6.76562C19.2773 7.99609 20.4375 10.0352 20.4375 12.25ZM15.4453 9.57812C16.4297 10.1055 17.0625 11.1602 17.0625 12.25C17.0625 13.375 16.4297 14.4297 15.4453 14.957C15.0234 15.2031 14.5312 15.0625 14.2852 14.6406C14.0742 14.2188 14.2148 13.7266 14.6367 13.4805C15.0586 13.2344 15.375 12.7773 15.375 12.25C15.375 11.7578 15.0586 11.3008 14.6367 11.0547C14.2148 10.8086 14.0742 10.3164 14.2852 9.89453C14.5312 9.47266 15.0234 9.33203 15.4453 9.57812Z" fill="${color}"/>
|
|
68
|
+
</svg>`;
|
|
69
|
+
// Ported from web UIKit icons/UnMuted (speaker with slash) — shown when audio
|
|
70
|
+
// is OFF (muted).
|
|
71
|
+
exports.soundOnIcon = soundOnIcon;
|
|
72
|
+
const soundOffIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
73
|
+
<path d="M23.0039 19.3867C23.25 19.5625 23.3203 19.9141 23.1094 20.1602L22.4414 21.0391C22.2305 21.2852 21.8789 21.3555 21.6328 21.1445L0.960938 5.14844C0.714844 4.97266 0.644531 4.62109 0.855469 4.375L1.55859 3.49609C1.73438 3.25 2.08594 3.17969 2.33203 3.39062L7.67578 7.50391L9.43359 5.78125C9.96094 5.25391 10.875 5.60547 10.875 6.37891V9.96484L13.6523 12.1445C13.6172 11.6875 13.3359 11.2656 12.9492 11.0547C12.5273 10.8086 12.3867 10.3164 12.5977 9.89453C12.8438 9.47266 13.3359 9.33203 13.7578 9.57812C14.7422 10.1055 15.375 11.1602 15.375 12.25C15.375 12.6367 15.2695 12.9531 15.1641 13.3047L16.5352 14.3594C16.8516 13.7266 17.0625 13.0234 17.0625 12.25C17.0625 10.6328 16.2188 9.08594 14.8125 8.20703C14.4258 7.96094 14.3203 7.43359 14.5664 7.04688C14.8125 6.66016 15.3398 6.51953 15.7266 6.76562C17.5898 7.96094 18.75 10.0352 18.75 12.25C18.75 13.4102 18.4336 14.4648 17.9062 15.4141L19.2422 16.4688C19.9805 15.2031 20.4023 13.7617 20.4023 12.2852C20.4023 9.50781 19.0312 6.90625 16.6758 5.39453C16.2891 5.14844 16.1836 4.62109 16.4297 4.19922C16.7109 3.8125 17.2383 3.70703 17.625 3.95312C20.4375 5.81641 22.125 8.91016 22.125 12.25C22.125 14.1484 21.5625 15.9414 20.5781 17.4883L23.0039 19.3867ZM1.875 9.71875C1.875 9.4375 2.01562 9.19141 2.26172 9.01562L10.875 15.6602V18.1562C10.875 18.9297 9.96094 19.2812 9.43359 18.7539L6.30469 15.625H2.71875C2.22656 15.625 1.875 15.2734 1.875 14.7812V9.71875Z" fill="${color}"/>
|
|
74
|
+
</svg>`;
|
|
75
|
+
// Ported from web UIKit icons/VideoControl — the play overlay on video frames
|
|
76
|
+
// (50% black disc + white triangle). Replaces the generic playBtn in carousels.
|
|
77
|
+
exports.soundOffIcon = soundOffIcon;
|
|
78
|
+
const videoControlIcon = exports.videoControlIcon = `<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
79
|
+
<circle cx="20" cy="20" r="20" fill="black" fill-opacity="0.5"/>
|
|
80
|
+
<g clip-path="url(#clip0_212_1181)">
|
|
81
|
+
<path d="M16 13V27L27 20L16 13Z" fill="white"/>
|
|
82
|
+
</g>
|
|
83
|
+
<defs>
|
|
84
|
+
<clipPath id="clip0_212_1181">
|
|
85
|
+
<rect width="24" height="24" fill="white" transform="translate(8 8)"/>
|
|
86
|
+
</clipPath>
|
|
87
|
+
</defs>
|
|
88
|
+
</svg>`;
|
|
89
|
+
// Ported from web UIKit icons/BrokenImage — shown on a media frame that fails
|
|
90
|
+
// to load. Defaults to base-shade2.
|
|
91
|
+
const brokenImageIcon = (color = '#898E9E') => `<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
92
|
+
<path d="M26.8655 25.3718L1.64863 5.63684C1.35345 5.42599 1.26912 5.00431 1.52213 4.70913L1.94381 4.16093C2.19683 3.90792 2.61851 3.82358 2.91369 4.0766L28.1306 23.8115C28.3836 24.0224 28.4679 24.4441 28.2149 24.7392L27.7932 25.2453C27.5402 25.5404 27.1185 25.6248 26.8655 25.3718Z" fill="${color}"/>
|
|
93
|
+
<path d="M6.11895 10.8249V21.422C6.11895 21.5907 6.20329 21.675 6.37196 21.675H20.021L22.6144 23.6991H6.11895C4.9804 23.6991 4.09442 22.8135 4.09442 21.675V9.53041C4.09442 9.43874 4.10085 9.34826 4.11287 9.25939L6.11895 10.8249Z" fill="${color}"/>
|
|
94
|
+
<path d="M23.6611 7.50631C24.7574 7.50644 25.6852 8.4341 25.6852 9.53041V21.675C25.6852 21.7472 25.6806 21.8184 25.6734 21.8885L23.6611 20.3133V9.78342C23.6611 9.65699 23.5345 9.53056 23.4081 9.53041H9.88251L7.29616 7.50631H23.6611Z" fill="${color}"/>
|
|
95
|
+
<path d="M9.78763 15.9822C9.99846 15.7715 10.2937 15.7714 10.5045 15.9822L12.1912 17.6268L13.3496 16.468L17.4272 19.6509H8.14305V17.6268L9.78763 15.9822Z" fill="${color}"/>
|
|
96
|
+
<path d="M17.2093 12.6087C17.4201 12.398 17.7154 12.3979 17.9262 12.6087L21.637 16.2774V18.7293L15.7194 14.0982L17.2093 12.6087Z" fill="${color}"/>
|
|
97
|
+
<path d="M10.5142 14.2555C10.2301 14.4677 9.87584 14.5906 9.49245 14.5907C8.52257 14.5907 7.8057 13.8738 7.8057 12.9039C7.8057 12.6695 7.8512 12.4458 7.93528 12.2424L10.5142 14.2555Z" fill="${color}"/>
|
|
98
|
+
</svg>`;
|
|
99
|
+
// Ported from web UIKit icons/Clear (ClearIcon) — the circular close button
|
|
100
|
+
// used in the full-screen media viewers.
|
|
101
|
+
exports.brokenImageIcon = brokenImageIcon;
|
|
102
|
+
const clearIcon = (color = '#FFFFFF') => `<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
103
|
+
<path d="M8.82715 17.3906C13.4238 17.3906 17.2119 13.5938 17.2119 9.00586C17.2119 4.40918 13.415 0.612305 8.82715 0.612305C4.23047 0.612305 0.442383 4.40918 0.442383 9.00586C0.442383 13.5938 4.23926 17.3906 8.82715 17.3906ZM5.88281 12.5479C5.54883 12.5479 5.28516 12.2842 5.28516 11.9502C5.28516 11.792 5.34668 11.6514 5.46973 11.5283L7.9834 9.01465L5.46973 6.49219C5.34668 6.37793 5.28516 6.22852 5.28516 6.07031C5.28516 5.74512 5.54883 5.49023 5.88281 5.49023C6.0498 5.49023 6.19043 5.54297 6.2959 5.66602L8.82715 8.17969L11.3584 5.65723C11.4902 5.52539 11.6221 5.47266 11.7803 5.47266C12.1055 5.47266 12.3691 5.73633 12.3691 6.06152C12.3691 6.22852 12.3164 6.36035 12.1934 6.4834L9.6709 9.01465L12.1846 11.5283C12.3076 11.6514 12.3691 11.7832 12.3691 11.9502C12.3691 12.2842 12.1055 12.5479 11.7627 12.5479C11.5957 12.5479 11.4551 12.4863 11.332 12.3721L8.82715 9.84961L6.32227 12.3721C6.19922 12.4863 6.0498 12.5479 5.88281 12.5479Z" fill="${color}"/>
|
|
104
|
+
</svg>`;
|
|
105
|
+
// Ported from web UIKit icons/Play — solid triangle, used in the full-screen
|
|
106
|
+
// video player control bar (play/pause toggle).
|
|
107
|
+
exports.clearIcon = clearIcon;
|
|
108
|
+
const playControlIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
109
|
+
<path d="M19.531 10.809a1.71 1.71 0 010 2.918L7.156 21.039c-1.125.668-2.531-.14-2.531-1.477V4.938c0-1.44 1.512-2.039 2.531-1.44l12.375 7.312z" fill="${color}"/>
|
|
110
|
+
</svg>`;
|
|
111
|
+
// Ported from web UIKit icons/Pause — two bars, used in the full-screen video
|
|
112
|
+
// player control bar.
|
|
113
|
+
exports.playControlIcon = playControlIcon;
|
|
114
|
+
const pauseControlIcon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
115
|
+
<path d="M9.1875 20.0898H5.8125C4.86328 20.0898 4.125 19.3516 4.125 18.4023V6.02734C4.125 5.11328 4.86328 4.33984 5.8125 4.33984H9.1875C10.1016 4.33984 10.875 5.11328 10.875 6.02734V18.4023C10.875 19.3516 10.1016 20.0898 9.1875 20.0898ZM19.875 18.4023C19.875 19.3516 19.1016 20.0898 18.1875 20.0898H14.8125C13.8633 20.0898 13.125 19.3516 13.125 18.4023V6.02734C13.125 5.11328 13.8633 4.33984 14.8125 4.33984H18.1875C19.1016 4.33984 19.875 5.11328 19.875 6.02734V18.4023Z" fill="${color}"/>
|
|
116
|
+
</svg>`;
|
|
117
|
+
// Ported from web UIKit icons/Backward10 — skip back 10 seconds.
|
|
118
|
+
exports.pauseControlIcon = pauseControlIcon;
|
|
119
|
+
const backward10Icon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
120
|
+
<path d="M11 19V12L9 13.3125" stroke="${color}" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
121
|
+
<ellipse cx="15.5" cy="15.5" rx="1.75" ry="3.5" stroke="${color}" stroke-width="1.5" fill="none"/>
|
|
122
|
+
<path d="M4.81605 6.80412C-0.0309168 11.1977 -0.296082 18.579 4.22379 23.2905C8.74366 28.0021 16.337 28.2599 21.1839 23.8663C26.0309 19.4726 26.2961 12.0914 21.7762 7.37984C19.2053 4.69988 15.64 3.46089 12.1514 3.69923M13.8571 1L10.8008 3.83294L13.8571 6.87098" stroke="${color}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
123
|
+
</svg>`;
|
|
124
|
+
// Ported from web UIKit icons/Forward10 — skip forward 10 seconds.
|
|
125
|
+
exports.backward10Icon = backward10Icon;
|
|
126
|
+
const forward10Icon = (color = '#FFFFFF') => `<svg width="24" height="24" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
127
|
+
<path d="M11 19V12L9 13.3125" stroke="${color}" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
128
|
+
<ellipse cx="15.5" cy="15.5" rx="1.75" ry="3.5" stroke="${color}" stroke-width="1.5" fill="none"/>
|
|
129
|
+
<path d="M21.1839 6.80412C26.0309 11.1977 26.2961 18.579 21.7762 23.2905C17.2563 28.0021 9.66302 28.2599 4.81605 23.8663C-0.0309169 19.4726 -0.296081 12.0914 4.22379 7.37984C6.7947 4.69988 10.36 3.46089 13.8486 3.69923M12.1429 1L15.1992 3.83294L12.1429 6.87098" stroke="${color}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
130
|
+
</svg>`;
|
|
131
|
+
exports.forward10Icon = forward10Icon;
|
|
64
132
|
const cameraIcon = exports.cameraIcon = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
65
133
|
<path d="M19.5 19.5H4.5C4.10218 19.5 3.72064 19.342 3.43934 19.0607C3.15804 18.7794 3 18.3978 3 18V7.5C3 7.10218 3.15804 6.72064 3.43934 6.43934C3.72064 6.15804 4.10218 6 4.5 6H7.49945L8.99945 3.75H14.9995L16.4995 6H19.5C19.8978 6 20.2794 6.15804 20.5607 6.43934C20.842 6.72064 21 7.10218 21 7.5V18C21 18.3978 20.842 18.7794 20.5607 19.0607C20.2794 19.342 19.8978 19.5 19.5 19.5Z" stroke="#292B32" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
66
134
|
<path d="M12 15.75C13.864 15.75 15.375 14.239 15.375 12.375C15.375 10.511 13.864 9 12 9C10.136 9 8.625 10.511 8.625 12.375C8.625 14.239 10.136 15.75 12 15.75Z" stroke="#292B32" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["likeXml","exports","personXml","commentXml","likedXml","color","arrowXml","arrowOutlined","playBtn","replyIcon","postIcon","postIconOutlined","closeIcon","cameraIcon","galleryIcon","playVideoIcon","arrowDown","arrowBack","searchIcon","circleCloseIcon","communityIcon","threeDots","privateIcon","officialIcon","plusIcon","categoryIcon","publicIcon","editIcon","userIcon","primaryDot","storyRing","colorOne","colorTwo","expandIcon","pollIcon","radioOn","radioOff","blockOrUnblock","unfollow","report","reportOutLine","photo","video","fileSearch","likeCircle","seenIcon","storyCommentIcon","storyLikedIcon","storyLikeIcon","storyHyperLinkIcon","storyCircleCreatePlusIcon","leftLongArrow","rightLongArrow","flashOn","flashOff","switchCamera","storyGallery","storyThreedotsMenu","storyDraftDeletHyperLink","toastIcon","arrowForward","likeReaction","circleColor","loveReaction","cancelFollowRequest","privateUserProfile","syncIcon","editThumbnailIcon","livestreamIcon","exclamationIcon","playIcon","stopIcon","toastSuccess","star","infoIcon","errorIcon"],"sourceRoot":"../../../../../src","sources":["core/assets/icons/xml.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["likeXml","exports","personXml","commentXml","likedXml","color","arrowXml","arrowOutlined","playBtn","replyIcon","postIcon","postIconOutlined","closeIcon","soundOnIcon","soundOffIcon","videoControlIcon","brokenImageIcon","clearIcon","playControlIcon","pauseControlIcon","backward10Icon","forward10Icon","cameraIcon","galleryIcon","playVideoIcon","arrowDown","arrowBack","searchIcon","circleCloseIcon","communityIcon","threeDots","privateIcon","officialIcon","plusIcon","categoryIcon","publicIcon","editIcon","userIcon","primaryDot","storyRing","colorOne","colorTwo","expandIcon","pollIcon","radioOn","radioOff","blockOrUnblock","unfollow","report","reportOutLine","photo","video","fileSearch","likeCircle","seenIcon","storyCommentIcon","storyLikedIcon","storyLikeIcon","storyHyperLinkIcon","storyCircleCreatePlusIcon","leftLongArrow","rightLongArrow","flashOn","flashOff","switchCamera","storyGallery","storyThreedotsMenu","storyDraftDeletHyperLink","toastIcon","arrowForward","likeReaction","circleColor","loveReaction","cancelFollowRequest","privateUserProfile","syncIcon","editThumbnailIcon","livestreamIcon","exclamationIcon","playIcon","stopIcon","toastSuccess","star","infoIcon","errorIcon"],"sourceRoot":"../../../../../src","sources":["core/assets/icons/xml.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.usePostByIds = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _tsSdkReactNative = require("@amityco/ts-sdk-react-native");
|
|
9
|
+
/**
|
|
10
|
+
* Resolve a list of post ids to their loaded post objects — the same approach
|
|
11
|
+
* the web UIKit uses (core/hooks/usePostByIds) to load an edited post's child
|
|
12
|
+
* media. Uses the batch `getPostByIds` API, which is properly awaited, instead
|
|
13
|
+
* of the racy per-id live-object fetch.
|
|
14
|
+
*/
|
|
15
|
+
const usePostByIds = postIds => {
|
|
16
|
+
const [posts, setPosts] = (0, _react.useState)([]);
|
|
17
|
+
// Depend on a stable string key so a fresh `[]`/array identity each render
|
|
18
|
+
// doesn't re-trigger the effect (and loop).
|
|
19
|
+
const key = (postIds ?? []).join(',');
|
|
20
|
+
(0, _react.useEffect)(() => {
|
|
21
|
+
let active = true;
|
|
22
|
+
async function run() {
|
|
23
|
+
if (!key) {
|
|
24
|
+
setPosts(prev => prev.length ? [] : prev);
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
const response = await _tsSdkReactNative.PostRepository.getPostByIds(key.split(','));
|
|
28
|
+
if (active) setPosts(response.data);
|
|
29
|
+
}
|
|
30
|
+
run();
|
|
31
|
+
return () => {
|
|
32
|
+
active = false;
|
|
33
|
+
};
|
|
34
|
+
}, [key]);
|
|
35
|
+
return posts;
|
|
36
|
+
};
|
|
37
|
+
exports.usePostByIds = usePostByIds;
|
|
38
|
+
//# sourceMappingURL=usePostByIds.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_tsSdkReactNative","usePostByIds","postIds","posts","setPosts","useState","key","join","useEffect","active","run","prev","length","response","PostRepository","getPostByIds","split","data","exports"],"sourceRoot":"../../../../src","sources":["core/hooks/usePostByIds.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAD,OAAA;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,MAAME,YAAY,GAAIC,OAAiB,IAAK;EACjD,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAG,IAAAC,eAAQ,EAAe,EAAE,CAAC;EACpD;EACA;EACA,MAAMC,GAAG,GAAG,CAACJ,OAAO,IAAI,EAAE,EAAEK,IAAI,CAAC,GAAG,CAAC;EAErC,IAAAC,gBAAS,EAAC,MAAM;IACd,IAAIC,MAAM,GAAG,IAAI;IACjB,eAAeC,GAAGA,CAAA,EAAG;MACnB,IAAI,CAACJ,GAAG,EAAE;QACRF,QAAQ,CAAEO,IAAI,IAAMA,IAAI,CAACC,MAAM,GAAG,EAAE,GAAGD,IAAK,CAAC;QAC7C;MACF;MACA,MAAME,QAAQ,GAAG,MAAMC,gCAAc,CAACC,YAAY,CAACT,GAAG,CAACU,KAAK,CAAC,GAAG,CAAC,CAAC;MAClE,IAAIP,MAAM,EAAEL,QAAQ,CAACS,QAAQ,CAACI,IAAI,CAAC;IACrC;IACAP,GAAG,CAAC,CAAC;IACL,OAAO,MAAM;MACXD,MAAM,GAAG,KAAK;IAChB,CAAC;EACH,CAAC,EAAE,CAACH,GAAG,CAAC,CAAC;EAET,OAAOH,KAAK;AACd,CAAC;AAACe,OAAA,CAAAjB,YAAA,GAAAA,YAAA","ignoreList":[]}
|
|
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "AmityPageRenderer", {
|
|
|
9
9
|
return _AmityPageRenderer.default;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "AmityUiKitChat", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () {
|
|
15
|
-
return _AmityChatEntry.default;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
12
|
Object.defineProperty(exports, "AmityUiKitProvider", {
|
|
19
13
|
enumerable: true,
|
|
20
14
|
get: function () {
|
|
@@ -41,7 +35,6 @@ Object.defineProperty(exports, "navigate", {
|
|
|
41
35
|
});
|
|
42
36
|
var _AmityUIKitProvider = _interopRequireDefault(require("./providers/AmityUIKitProvider"));
|
|
43
37
|
var _AmityUIKitNavigator = _interopRequireDefault(require("./routes/AmityUIKitNavigator"));
|
|
44
|
-
var _AmityChatEntry = _interopRequireDefault(require("./routes/AmityChatEntry"));
|
|
45
38
|
var _AmityPageRenderer = _interopRequireDefault(require("./routes/AmityPageRenderer"));
|
|
46
39
|
var _ErrorBoundary = require("./components/ErrorBoundary");
|
|
47
40
|
var _navigation = require("./routes/navigation");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_AmityUIKitProvider","_interopRequireDefault","require","_AmityUIKitNavigator","
|
|
1
|
+
{"version":3,"names":["_AmityUIKitProvider","_interopRequireDefault","require","_AmityUIKitNavigator","_AmityPageRenderer","_ErrorBoundary","_navigation","e","__esModule","default"],"sourceRoot":"../../../src","sources":["core/index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,oBAAA,GAAAF,sBAAA,CAAAC,OAAA;AAEA,IAAAE,kBAAA,GAAAH,sBAAA,CAAAC,OAAA;AAEA,IAAAG,cAAA,GAAAH,OAAA;AAEA,IAAAI,WAAA,GAAAJ,OAAA;AAA+C,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
|
|
@@ -21,10 +21,7 @@ var _BottomSheetComponent = _interopRequireDefault(require("../../social/compone
|
|
|
21
21
|
var _Toast = _interopRequireDefault(require("../../social/components/Toast"));
|
|
22
22
|
var _reactQuery = require("@tanstack/react-query");
|
|
23
23
|
var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
|
|
24
|
-
var _reactNativeGestureHandler = require("react-native-gesture-handler");
|
|
25
24
|
var _ErrorBoundary = require("../components/ErrorBoundary");
|
|
26
|
-
var _theme = require("../design/theme");
|
|
27
|
-
var _localization = require("../localization");
|
|
28
25
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
29
26
|
const queryClient = new _reactQuery.QueryClient();
|
|
30
27
|
function AmityUiKitProvider({
|
|
@@ -97,11 +94,7 @@ function AmityUiKitProvider({
|
|
|
97
94
|
white: '#FFFFFF'
|
|
98
95
|
}
|
|
99
96
|
};
|
|
100
|
-
return /*#__PURE__*/React.createElement(_ErrorBoundary.ErrorBoundary, null, /*#__PURE__*/React.createElement(
|
|
101
|
-
style: {
|
|
102
|
-
flex: 1
|
|
103
|
-
}
|
|
104
|
-
}, /*#__PURE__*/React.createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, /*#__PURE__*/React.createElement(_reactQuery.QueryClientProvider, {
|
|
97
|
+
return /*#__PURE__*/React.createElement(_ErrorBoundary.ErrorBoundary, null, /*#__PURE__*/React.createElement(_reactNativeSafeAreaContext.SafeAreaProvider, null, /*#__PURE__*/React.createElement(_reactQuery.QueryClientProvider, {
|
|
105
98
|
client: queryClient
|
|
106
99
|
}, /*#__PURE__*/React.createElement(_reactRedux.Provider, {
|
|
107
100
|
store: _store.store,
|
|
@@ -120,8 +113,6 @@ function AmityUiKitProvider({
|
|
|
120
113
|
behaviour: behaviour
|
|
121
114
|
}, /*#__PURE__*/React.createElement(_ExploreProvider.ExploreProvider, null, /*#__PURE__*/React.createElement(_reactNativePaper.PaperProvider, {
|
|
122
115
|
theme: globalTheme
|
|
123
|
-
}, /*#__PURE__*/React.createElement(
|
|
124
|
-
mode: isDarkTheme ? 'dark' : 'light'
|
|
125
|
-
}, /*#__PURE__*/React.createElement(_localization.LocaleProvider, null, children, /*#__PURE__*/React.createElement(_BottomSheetComponent.default, null), /*#__PURE__*/React.createElement(_Toast.default, null))))))))))))));
|
|
116
|
+
}, children, /*#__PURE__*/React.createElement(_BottomSheetComponent.default, null), /*#__PURE__*/React.createElement(_Toast.default, null)))))))))));
|
|
126
117
|
}
|
|
127
118
|
//# sourceMappingURL=AmityUIKitProvider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_reactRedux","_AuthProvider","_interopRequireDefault","_reactNativePaper","_store","_ConfigProvider","_color","_useValidateConfig","_uikitConfig","_BehaviourProvider","_ExploreProvider","_polished","_AdEngineProvider","_BottomSheetComponent","_Toast","_reactQuery","_reactNativeSafeAreaContext","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_reactRedux","_AuthProvider","_interopRequireDefault","_reactNativePaper","_store","_ConfigProvider","_color","_useValidateConfig","_uikitConfig","_BehaviourProvider","_ExploreProvider","_polished","_AdEngineProvider","_BottomSheetComponent","_Toast","_reactQuery","_reactNativeSafeAreaContext","_ErrorBoundary","e","__esModule","default","queryClient","QueryClient","AmityUiKitProvider","userId","displayName","apiKey","apiRegion","apiEndpoint","children","authToken","configs","behaviour","fcmToken","socialCommunityCreationButtonVisible","hideExplore","colorScheme","useColorScheme","SHADE_PERCENTAGES","generateShades","hexColor","isDarkTheme","toLowerCase","Array","length","fill","hslColor","parseToHsl","shades","map","percentage","darken","hslToColorString","lighten","isValidConfig","useValidateConfig","baseConfigData","fallBackConfig","extraExcludes","configData","excludes","preferred_theme","themeColor","theme","dark","light","primaryShades","primary_color","secondaryShades","secondary_color","globalTheme","DefaultTheme","colors","primary","validateConfigColor","primaryShade1","primaryShade2","primaryShade3","primaryShade4","secondary","secondaryShade1","secondaryShade2","secondaryShade3","secondaryShade4","background","background_color","backgroundShade1","background_shade1_color","base","base_color","baseShade1","base_shade1_color","baseShade2","base_shade2_color","baseShade3","base_shade3_color","baseShade4","base_shade4_color","alert","alert_color","live","live_color","transparentBlack","black","white","React","createElement","ErrorBoundary","SafeAreaProvider","QueryClientProvider","client","Provider","store","context","AmityUIKitReduxContext","undefined","AdEngineProvider","ConfigProvider","BehaviourProvider","ExploreProvider","PaperProvider"],"sourceRoot":"../../../../src","sources":["core/providers/AmityUIKitProvider.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,22 +9,6 @@ var _native = require("@react-navigation/native");
|
|
|
9
9
|
var _navigation = require("./navigation");
|
|
10
10
|
var _nativeStack = require("@react-navigation/native-stack");
|
|
11
11
|
var _useAuth = _interopRequireDefault(require("../hooks/useAuth"));
|
|
12
|
-
var _AmityChatHomePage = _interopRequireDefault(require("../../social/features/chat/pages/AmityChatHomePage"));
|
|
13
|
-
var _AmityChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityChatPage"));
|
|
14
|
-
var _AmityChannelCreateConversationPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityChannelCreateConversationPage"));
|
|
15
|
-
var _AmityGroupChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupChatPage"));
|
|
16
|
-
var _AmitySelectGroupMemberPage = _interopRequireDefault(require("../../social/features/chat/pages/AmitySelectGroupMemberPage"));
|
|
17
|
-
var _AmityCreateGroupChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityCreateGroupChatPage"));
|
|
18
|
-
var _AmityAddGroupMemberPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityAddGroupMemberPage"));
|
|
19
|
-
var _AmityGroupMemberListPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupMemberListPage"));
|
|
20
|
-
var _AmityBannedGroupMemberListPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityBannedGroupMemberListPage"));
|
|
21
|
-
var _AmityGroupSettingPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupSettingPage"));
|
|
22
|
-
var _AmityEditGroupProfilePage = _interopRequireDefault(require("../../social/features/chat/pages/AmityEditGroupProfilePage"));
|
|
23
|
-
var _AmityEditGroupMemberPermissionsPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityEditGroupMemberPermissionsPage"));
|
|
24
|
-
var _AmitySearchChannelPage = _interopRequireDefault(require("../../social/features/chat/pages/AmitySearchChannelPage"));
|
|
25
|
-
var _AmityArchivedChatPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityArchivedChatPage"));
|
|
26
|
-
var _AmityGroupNotificationPreferencePage = _interopRequireDefault(require("../../social/features/chat/pages/AmityGroupNotificationPreferencePage"));
|
|
27
|
-
var _AmityEditGroupNotificationPage = _interopRequireDefault(require("../../social/features/chat/pages/AmityEditGroupNotificationPage"));
|
|
28
12
|
var _SocialHomePage = _interopRequireDefault(require("../../social/screens/SocialHomePage"));
|
|
29
13
|
var _PostDetail = _interopRequireDefault(require("../../social/screens/PostDetail"));
|
|
30
14
|
var _CreatePost = _interopRequireDefault(require("../../social/screens/CreatePost"));
|
|
@@ -66,9 +50,7 @@ var _BehaviourProvider = require("../../social/providers/BehaviourProvider");
|
|
|
66
50
|
var _screens = require("../../social/screens");
|
|
67
51
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
68
52
|
const Stack = (0, _nativeStack.createNativeStackNavigator)();
|
|
69
|
-
function AmitySocialUIKitV4Navigator({
|
|
70
|
-
initialRouteName = 'AmitySocialHomePage'
|
|
71
|
-
} = {}) {
|
|
53
|
+
function AmitySocialUIKitV4Navigator() {
|
|
72
54
|
const theme = (0, _reactNativePaper.useTheme)();
|
|
73
55
|
const {
|
|
74
56
|
isGlobalBan,
|
|
@@ -98,7 +80,6 @@ function AmitySocialUIKitV4Navigator({
|
|
|
98
80
|
onReady: _navigation.onNavigationReady
|
|
99
81
|
}, /*#__PURE__*/React.createElement(Stack.Navigator, {
|
|
100
82
|
id: "AmitySocialUIKit",
|
|
101
|
-
initialRouteName: initialRouteName,
|
|
102
83
|
screenOptions: {
|
|
103
84
|
headerShown: false,
|
|
104
85
|
headerShadowVisible: false,
|
|
@@ -113,54 +94,6 @@ function AmitySocialUIKitV4Navigator({
|
|
|
113
94
|
}
|
|
114
95
|
}
|
|
115
96
|
}, /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
116
|
-
name: "AmityChatHomePage",
|
|
117
|
-
component: _AmityChatHomePage.default
|
|
118
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
119
|
-
name: "AmityChatPage",
|
|
120
|
-
component: _AmityChatPage.default
|
|
121
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
122
|
-
name: "AmityChannelCreateConversationPage",
|
|
123
|
-
component: _AmityChannelCreateConversationPage.default
|
|
124
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
125
|
-
name: "AmityGroupChatPage",
|
|
126
|
-
component: _AmityGroupChatPage.default
|
|
127
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
128
|
-
name: "AmitySelectGroupMemberPage",
|
|
129
|
-
component: _AmitySelectGroupMemberPage.default
|
|
130
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
131
|
-
name: "AmityCreateGroupChatPage",
|
|
132
|
-
component: _AmityCreateGroupChatPage.default
|
|
133
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
134
|
-
name: "AmityAddGroupMemberPage",
|
|
135
|
-
component: _AmityAddGroupMemberPage.default
|
|
136
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
137
|
-
name: "AmityGroupMemberListPage",
|
|
138
|
-
component: _AmityGroupMemberListPage.default
|
|
139
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
140
|
-
name: "AmityBannedGroupMemberListPage",
|
|
141
|
-
component: _AmityBannedGroupMemberListPage.default
|
|
142
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
143
|
-
name: "AmityGroupSettingPage",
|
|
144
|
-
component: _AmityGroupSettingPage.default
|
|
145
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
146
|
-
name: "AmityEditGroupProfilePage",
|
|
147
|
-
component: _AmityEditGroupProfilePage.default
|
|
148
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
149
|
-
name: "AmityEditGroupMemberPermissionsPage",
|
|
150
|
-
component: _AmityEditGroupMemberPermissionsPage.default
|
|
151
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
152
|
-
name: "AmitySearchChannelPage",
|
|
153
|
-
component: _AmitySearchChannelPage.default
|
|
154
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
155
|
-
name: "AmityArchivedChatPage",
|
|
156
|
-
component: _AmityArchivedChatPage.default
|
|
157
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
158
|
-
name: "AmityGroupNotificationPreferencePage",
|
|
159
|
-
component: _AmityGroupNotificationPreferencePage.default
|
|
160
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
161
|
-
name: "AmityEditGroupNotificationPage",
|
|
162
|
-
component: _AmityEditGroupNotificationPage.default
|
|
163
|
-
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
164
97
|
name: "AmitySocialHomePage",
|
|
165
98
|
component: _SocialHomePage.default
|
|
166
99
|
}), /*#__PURE__*/React.createElement(Stack.Screen, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_native","_navigation","_nativeStack","_useAuth","_interopRequireDefault","_AmityChatHomePage","_AmityChatPage","_AmityChannelCreateConversationPage","_AmityGroupChatPage","_AmitySelectGroupMemberPage","_AmityCreateGroupChatPage","_AmityAddGroupMemberPage","_AmityGroupMemberListPage","_AmityBannedGroupMemberListPage","_AmityGroupSettingPage","_AmityEditGroupProfilePage","_AmityEditGroupMemberPermissionsPage","_AmitySearchChannelPage","_AmityArchivedChatPage","_AmityGroupNotificationPreferencePage","_AmityEditGroupNotificationPage","_SocialHomePage","_PostDetail","_CreatePost","_CreateCommunity","_reactNativePaper","_PostTypeChoiceModal","_CreateStoryScreen","_Toast","_SocialGlobalSearch","_MyCommunitiesSearch","_CreateLivestream","_PostTargetSelection","_TargetSelection","_LivestreamPostTargetSelection","_AllCategories","_CommunitiesByCategory","_CommunityProfile","_EditPost","_LivestreamPlayer","_LivestreamTerminated","_PollTargetSelection","_PollPostComposer","_CommunityAddCategory","_CommunityAddMember","_EditCommunity","_CommunitySetting","_CommunityMembership","_CommunityPostPermission","_CommunityStorySetting","_CommunityNotificationSetting","_CommunityPostsNotificationSetting","_CommunityCommentsNotificationSetting","_CommunityStoriesNotificationSetting","_CommunityLivestreamsNotificationSetting","_CommunityPendingRequest","_GlobalBan","_VisitorUsageLimit","_BehaviourProvider","_screens","e","__esModule","default","Stack","createNativeStackNavigator","AmitySocialUIKitV4Navigator","initialRouteName","theme","useTheme","isGlobalBan","isVisitorUsageLimitReached","useAuth","AmityGlobalBehaviour","useBehaviour","handleVisitorUsageLimitReached","hasHandledUsageLimit","useRef","useEffect","current","React","createElement","GlobalBan","VisitorUsageLimit","NavigationIndependentTree","NavigationContainer","ref","navigationRef","onReady","onNavigationReady","Navigator","id","screenOptions","headerShown","headerShadowVisible","contentStyle","backgroundColor","colors","background","headerStyle","headerTitleStyle","color","base","Screen","name","component","AmityChatHomePage","AmityChatPage","AmityChannelCreateConversationPage","AmityGroupChatPage","AmitySelectGroupMemberPage","AmityCreateGroupChatPage","AmityAddGroupMemberPage","AmityGroupMemberListPage","AmityBannedGroupMemberListPage","AmityGroupSettingPage","AmityEditGroupProfilePage","AmityEditGroupMemberPermissionsPage","AmitySearchChannelPage","AmityArchivedChatPage","AmityGroupNotificationPreferencePage","AmityEditGroupNotificationPage","AmitySocialHomePage","AmitySocialGlobalSearchPage","AmityMyCommunitiesSearchPage","AmityAllCategoriesPage","AmityCommunitiesByCategoryPage","CreateCommunity","CommunityAddCategory","CommunityAddMember","AmityCommunityProfilePage","CommunityPendingRequest","CommunitySetting","EditCommunity","CommunityMembership","CommunityPostPermission","CommunityStorySetting","CommunityNotificationSettingScreen","CommunityPostsNotificationSettingScreen","CommunityCommentsNotificationSettingScreen","CommunityStoriesNotificationSettingScreen","CommunityLivestreamsNotificationSettingScreen","PostTargetSelection","options","animation","CreatePost","EditPost","PostDetail","PollTargetSelection","PollPostComposer","UserProfileScreen","EditUserScreen","UserRelationshipScreen","BlockedUsersScreen","UserPendingFollowRequests","StoryTargetSelection","CreateStoryScreen","LivestreamPostTargetSelection","CreateLivestream","LivestreamPlayer","LivestreamTerminated","ImageViewerScreen","presentation","VideoPlayerScreen"],"sourceRoot":"../../../../src","sources":["core/routes/AmityUIKitNavigator.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_native","_navigation","_nativeStack","_useAuth","_interopRequireDefault","_SocialHomePage","_PostDetail","_CreatePost","_CreateCommunity","_reactNativePaper","_PostTypeChoiceModal","_CreateStoryScreen","_Toast","_SocialGlobalSearch","_MyCommunitiesSearch","_CreateLivestream","_PostTargetSelection","_TargetSelection","_LivestreamPostTargetSelection","_AllCategories","_CommunitiesByCategory","_CommunityProfile","_EditPost","_LivestreamPlayer","_LivestreamTerminated","_PollTargetSelection","_PollPostComposer","_CommunityAddCategory","_CommunityAddMember","_EditCommunity","_CommunitySetting","_CommunityMembership","_CommunityPostPermission","_CommunityStorySetting","_CommunityNotificationSetting","_CommunityPostsNotificationSetting","_CommunityCommentsNotificationSetting","_CommunityStoriesNotificationSetting","_CommunityLivestreamsNotificationSetting","_CommunityPendingRequest","_GlobalBan","_VisitorUsageLimit","_BehaviourProvider","_screens","e","__esModule","default","Stack","createNativeStackNavigator","AmitySocialUIKitV4Navigator","theme","useTheme","isGlobalBan","isVisitorUsageLimitReached","useAuth","AmityGlobalBehaviour","useBehaviour","handleVisitorUsageLimitReached","hasHandledUsageLimit","useRef","useEffect","current","React","createElement","GlobalBan","VisitorUsageLimit","NavigationIndependentTree","NavigationContainer","ref","navigationRef","onReady","onNavigationReady","Navigator","id","screenOptions","headerShown","headerShadowVisible","contentStyle","backgroundColor","colors","background","headerStyle","headerTitleStyle","color","base","Screen","name","component","AmitySocialHomePage","AmitySocialGlobalSearchPage","AmityMyCommunitiesSearchPage","AmityAllCategoriesPage","AmityCommunitiesByCategoryPage","CreateCommunity","CommunityAddCategory","CommunityAddMember","AmityCommunityProfilePage","CommunityPendingRequest","CommunitySetting","EditCommunity","CommunityMembership","CommunityPostPermission","CommunityStorySetting","CommunityNotificationSettingScreen","CommunityPostsNotificationSettingScreen","CommunityCommentsNotificationSettingScreen","CommunityStoriesNotificationSettingScreen","CommunityLivestreamsNotificationSettingScreen","PostTargetSelection","options","animation","CreatePost","EditPost","PostDetail","PollTargetSelection","PollPostComposer","UserProfileScreen","EditUserScreen","UserRelationshipScreen","BlockedUsersScreen","UserPendingFollowRequests","StoryTargetSelection","CreateStoryScreen","LivestreamPostTargetSelection","CreateLivestream","LivestreamPlayer","LivestreamTerminated","ImageViewerScreen","presentation","VideoPlayerScreen"],"sourceRoot":"../../../../src","sources":["core/routes/AmityUIKitNavigator.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -12,8 +12,7 @@ const initialState = {
|
|
|
12
12
|
message: '',
|
|
13
13
|
type: 'loading',
|
|
14
14
|
duration: 2500,
|
|
15
|
-
bottomPosition: 16
|
|
16
|
-
variant: 'default'
|
|
15
|
+
bottomPosition: 16
|
|
17
16
|
};
|
|
18
17
|
const toastSlice = (0, _toolkit.createSlice)({
|
|
19
18
|
name: 'toast',
|
|
@@ -25,7 +24,6 @@ const toastSlice = (0, _toolkit.createSlice)({
|
|
|
25
24
|
state.type = action.payload.type;
|
|
26
25
|
state.duration = action.payload.duration ?? initialState.duration;
|
|
27
26
|
state.bottomPosition = action.payload.bottomPosition ?? initialState.bottomPosition;
|
|
28
|
-
state.variant = action.payload.variant ?? initialState.variant;
|
|
29
27
|
},
|
|
30
28
|
hideToast: state => {
|
|
31
29
|
state.visible = false;
|
|
@@ -33,7 +31,6 @@ const toastSlice = (0, _toolkit.createSlice)({
|
|
|
33
31
|
state.type = 'loading';
|
|
34
32
|
state.duration = 2500;
|
|
35
33
|
state.bottomPosition = 16;
|
|
36
|
-
state.variant = 'default';
|
|
37
34
|
}
|
|
38
35
|
}
|
|
39
36
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_toolkit","require","_store","_errors","initialState","visible","message","type","duration","bottomPosition","
|
|
1
|
+
{"version":3,"names":["_toolkit","require","_store","_errors","initialState","visible","message","type","duration","bottomPosition","toastSlice","createSlice","name","reducers","showToast","state","action","payload","hideToast","_default","exports","default","useToast","dispatch","useUIKitDispatch","toast","useUIKitSelector","$showToast","$hideToast","actions","showCommentErrorToast","error","errorMessage","getCommentErrorMessage"],"sourceRoot":"../../../../../src","sources":["core/stores/slices/toastSlice.ts"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AAQA,MAAMG,YAAwB,GAAG;EAC/BC,OAAO,EAAE,KAAK;EACdC,OAAO,EAAE,EAAE;EACXC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,IAAI;EACdC,cAAc,EAAE;AAClB,CAAC;AAED,MAAMC,UAAU,GAAG,IAAAC,oBAAW,EAAC;EAC7BC,IAAI,EAAE,OAAO;EACbR,YAAY;EACZS,QAAQ,EAAE;IACRC,SAAS,EAAEA,CAACC,KAAK,EAAEC,MAAiC,KAAK;MACvDD,KAAK,CAACV,OAAO,GAAG,IAAI;MACpBU,KAAK,CAACT,OAAO,GAAGU,MAAM,CAACC,OAAO,CAACX,OAAO;MACtCS,KAAK,CAACR,IAAI,GAAGS,MAAM,CAACC,OAAO,CAACV,IAAI;MAChCQ,KAAK,CAACP,QAAQ,GAAGQ,MAAM,CAACC,OAAO,CAACT,QAAQ,IAAIJ,YAAY,CAACI,QAAQ;MACjEO,KAAK,CAACN,cAAc,GAClBO,MAAM,CAACC,OAAO,CAACR,cAAc,IAAIL,YAAY,CAACK,cAAc;IAChE,CAAC;IACDS,SAAS,EAAGH,KAAK,IAAK;MACpBA,KAAK,CAACV,OAAO,GAAG,KAAK;MACrBU,KAAK,CAACT,OAAO,GAAG,EAAE;MAClBS,KAAK,CAACR,IAAI,GAAG,SAAS;MACtBQ,KAAK,CAACP,QAAQ,GAAG,IAAI;MACrBO,KAAK,CAACN,cAAc,GAAG,EAAE;IAC3B;EACF;AACF,CAAC,CAAC;AAAC,IAAAU,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEYX,UAAU;AAElB,MAAMY,QAAQ,GAAGA,CAAA,KAAM;EAC5B,MAAMC,QAAQ,GAAG,IAAAC,uBAAgB,EAAC,CAAC;EACnC,MAAMC,KAAK,GAAG,IAAAC,uBAAgB,EAAyBX,KAAK,IAAKA,KAAK,CAACU,KAAK,CAAC;EAC7E,MAAM;IAAEX,SAAS,EAAEa,UAAU;IAAET,SAAS,EAAEU;EAAW,CAAC,GAAGlB,UAAU,CAACmB,OAAO;EAE3E,MAAMX,SAAS,GAAGA,CAAA,KAAMK,QAAQ,CAACK,UAAU,CAAC,CAAC,CAAC;EAE9C,MAAMd,SAAS,GAAIG,OAAmB,IAAKM,QAAQ,CAACI,UAAU,CAACV,OAAO,CAAC,CAAC;EAExE,MAAMa,qBAAqB,GAAIC,KAAY,IAAK;IAC9C,MAAMC,YAAY,GAAG,IAAAC,8BAAsB,EAACF,KAAK,CAAC;IAClDjB,SAAS,CAAC;MAAER,OAAO,EAAE0B,YAAY;MAAEzB,IAAI,EAAE;IAAc,CAAC,CAAC;EAC3D,CAAC;EAED,OAAO;IACLkB,KAAK;IACLP,SAAS;IACTJ,SAAS;IACTgB;EACF,CAAC;AACH,CAAC;AAACV,OAAA,CAAAE,QAAA,GAAAA,QAAA","ignoreList":[]}
|
package/lib/commonjs/index.js
CHANGED
|
@@ -375,12 +375,6 @@ Object.defineProperty(exports, "AmityTopSearchBarComponent", {
|
|
|
375
375
|
return _social.AmityTopSearchBarComponent;
|
|
376
376
|
}
|
|
377
377
|
});
|
|
378
|
-
Object.defineProperty(exports, "AmityUiKitChat", {
|
|
379
|
-
enumerable: true,
|
|
380
|
-
get: function () {
|
|
381
|
-
return _core.AmityUiKitChat;
|
|
382
|
-
}
|
|
383
|
-
});
|
|
384
378
|
Object.defineProperty(exports, "AmityUiKitProvider", {
|
|
385
379
|
enumerable: true,
|
|
386
380
|
get: function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_core","_social","BackHandler","removeEventListener","listeners","Map","originalAddEventListener","addEventListener","eventName","handler","subscription","set","_eventName","get","remove","delete"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_core","_social","BackHandler","removeEventListener","listeners","Map","originalAddEventListener","addEventListener","eventName","handler","subscription","set","_eventName","get","remove","delete"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AAOA,IAAAE,OAAA,GAAAF,OAAA;AAuEA;AACA;AACA;AACA,IAAI,CAAEG,wBAAW,CAASC,mBAAmB,EAAE;EAC7C,MAAMC,SAAS,GAAG,IAAIC,GAAG,CAAC,CAAC;EAC3B,MAAMC,wBAAwB,GAAGJ,wBAAW,CAACK,gBAAgB;EAE7DL,wBAAW,CAACK,gBAAgB,GAAG,CAACC,SAAS,EAAEC,OAAO,KAAK;IACrD,MAAMC,YAAY,GAAGJ,wBAAwB,CAACE,SAAS,EAAEC,OAAO,CAAC;IACjEL,SAAS,CAACO,GAAG,CAACF,OAAO,EAAEC,YAAY,CAAC;IACpC,OAAOA,YAAY;EACrB,CAAC;EAEAR,wBAAW,CAASC,mBAAmB,GAAG,CACzCS,UAAkB,EAClBH,OAAsB,KACnB;IACH,MAAMC,YAAY,GAAGN,SAAS,CAACS,GAAG,CAACJ,OAAO,CAAC;IAC3C,IAAIC,YAAY,EAAE;MAChBA,YAAY,CAACI,MAAM,CAAC,CAAC;MACrBV,SAAS,CAACW,MAAM,CAACN,OAAO,CAAC;IAC3B;EACF,CAAC;AACH","ignoreList":[]}
|
|
@@ -23,7 +23,8 @@ const LoadingImage = ({
|
|
|
23
23
|
isEditMode = false,
|
|
24
24
|
fileCount,
|
|
25
25
|
postId,
|
|
26
|
-
setIsUploading
|
|
26
|
+
setIsUploading,
|
|
27
|
+
carousel = false
|
|
27
28
|
}) => {
|
|
28
29
|
const [loading, setLoading] = (0, _react.useState)(true);
|
|
29
30
|
const [progress, setProgress] = (0, _react.useState)(0);
|
|
@@ -87,12 +88,12 @@ const LoadingImage = ({
|
|
|
87
88
|
uploadFileToAmity();
|
|
88
89
|
};
|
|
89
90
|
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
90
|
-
style: fileCount >= 3 ? styles.image3XContainer : styles.container
|
|
91
|
+
style: carousel ? styles.carouselContainer : fileCount >= 3 ? styles.image3XContainer : styles.container
|
|
91
92
|
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
92
93
|
source: {
|
|
93
94
|
uri: source
|
|
94
95
|
},
|
|
95
|
-
resizeMode:
|
|
96
|
+
resizeMode: carousel ? 'cover' : 'contain',
|
|
96
97
|
style: [styles.image, loading ? styles.loadingImage : styles.loadedImage]
|
|
97
98
|
}), loading && /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
98
99
|
style: styles.overlay
|