@amityco/react-native-social-uikit 4.1.0 → 4.1.1-d7da0c5c.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/emptyCommunity2.js +46 -0
- package/lib/commonjs/core/assets/icons/emptyCommunity2.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Avatar/Avatar.js +80 -0
- package/lib/commonjs/core/design/atoms/Avatar/Avatar.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Avatar/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Avatar/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Avatar/styles.js +140 -0
- package/lib/commonjs/core/design/atoms/Avatar/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Badge/Badge.js +89 -0
- package/lib/commonjs/core/design/atoms/Badge/Badge.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Badge/index.js +19 -0
- package/lib/commonjs/core/design/atoms/Badge/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Badge/styles.js +159 -0
- package/lib/commonjs/core/design/atoms/Badge/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Button/Button.js +77 -0
- package/lib/commonjs/core/design/atoms/Button/Button.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js +66 -0
- package/lib/commonjs/core/design/atoms/Button/Icon/Icon.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Button/Icon/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Button/Icon/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Button/Icon/styles.js +139 -0
- package/lib/commonjs/core/design/atoms/Button/Icon/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Button/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Button/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Button/styles.js +277 -0
- package/lib/commonjs/core/design/atoms/Button/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Divider/Divider.js +39 -0
- package/lib/commonjs/core/design/atoms/Divider/Divider.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Divider/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Divider/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Divider/styles.js +49 -0
- package/lib/commonjs/core/design/atoms/Divider/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js +73 -0
- package/lib/commonjs/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Boxed/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Input/Boxed/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js +97 -0
- package/lib/commonjs/core/design/atoms/Input/Boxed/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js +87 -0
- package/lib/commonjs/core/design/atoms/Input/Chip/Chip.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Chip/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Input/Chip/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Chip/styles.js +93 -0
- package/lib/commonjs/core/design/atoms/Input/Chip/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Input.js +20 -0
- package/lib/commonjs/core/design/atoms/Input/Input.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Text/Text.js +89 -0
- package/lib/commonjs/core/design/atoms/Input/Text/Text.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Text/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Input/Text/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/Text/styles.js +120 -0
- package/lib/commonjs/core/design/atoms/Input/Text/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/User/User.js +41 -0
- package/lib/commonjs/core/design/atoms/Input/User/User.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/User/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Input/User/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/User/styles.js +69 -0
- package/lib/commonjs/core/design/atoms/Input/User/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Input/index.js +41 -0
- package/lib/commonjs/core/design/atoms/Input/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Loader.js +16 -0
- package/lib/commonjs/core/design/atoms/Loader/Loader.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js +29 -0
- package/lib/commonjs/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Loader/Spinner/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js +25 -0
- package/lib/commonjs/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js +96 -0
- package/lib/commonjs/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Upload/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Loader/Upload/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js +60 -0
- package/lib/commonjs/core/design/atoms/Loader/Upload/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Loader/index.js +27 -0
- package/lib/commonjs/core/design/atoms/Loader/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Selection/Selection.js +87 -0
- package/lib/commonjs/core/design/atoms/Selection/Selection.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Selection/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Selection/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Selection/styles.js +110 -0
- package/lib/commonjs/core/design/atoms/Selection/styles.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Tab/Tab.js +51 -0
- package/lib/commonjs/core/design/atoms/Tab/Tab.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Tab/index.js +13 -0
- package/lib/commonjs/core/design/atoms/Tab/index.js.map +1 -0
- package/lib/commonjs/core/design/atoms/Tab/styles.js +68 -0
- package/lib/commonjs/core/design/atoms/Tab/styles.js.map +1 -0
- package/lib/commonjs/core/design/components/Menu/Menu.js +96 -0
- package/lib/commonjs/core/design/components/Menu/Menu.js.map +1 -0
- package/lib/commonjs/core/design/components/Menu/index.js +13 -0
- package/lib/commonjs/core/design/components/Menu/index.js.map +1 -0
- package/lib/commonjs/core/design/components/Menu/styles.js +85 -0
- package/lib/commonjs/core/design/components/Menu/styles.js.map +1 -0
- package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js +40 -0
- package/lib/commonjs/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
- package/lib/commonjs/core/design/components/MenuOptionButton/index.js +13 -0
- package/lib/commonjs/core/design/components/MenuOptionButton/index.js.map +1 -0
- package/lib/commonjs/core/design/components/MenuOptionButton/styles.js +42 -0
- package/lib/commonjs/core/design/components/MenuOptionButton/styles.js.map +1 -0
- package/lib/commonjs/core/design/components/Popover/Popover.js +118 -0
- package/lib/commonjs/core/design/components/Popover/Popover.js.map +1 -0
- package/lib/commonjs/core/design/components/Popover/index.js +13 -0
- package/lib/commonjs/core/design/components/Popover/index.js.map +1 -0
- package/lib/commonjs/core/design/components/Popover/styles.js +49 -0
- package/lib/commonjs/core/design/components/Popover/styles.js.map +1 -0
- package/lib/commonjs/core/design/components/Skeleton/Skeleton.js +55 -0
- package/lib/commonjs/core/design/components/Skeleton/Skeleton.js.map +1 -0
- package/lib/commonjs/core/design/components/Skeleton/index.js +13 -0
- package/lib/commonjs/core/design/components/Skeleton/index.js.map +1 -0
- package/lib/commonjs/core/design/components/Skeleton/styles.js +24 -0
- package/lib/commonjs/core/design/components/Skeleton/styles.js.map +1 -0
- package/lib/commonjs/core/design/components/TextEditor/TextEditor.js +183 -0
- package/lib/commonjs/core/design/components/TextEditor/TextEditor.js.map +1 -0
- package/lib/commonjs/core/design/components/TextEditor/index.js +20 -0
- package/lib/commonjs/core/design/components/TextEditor/index.js.map +1 -0
- package/lib/commonjs/core/design/components/TextEditor/styles.js +62 -0
- package/lib/commonjs/core/design/components/TextEditor/styles.js.map +1 -0
- package/lib/commonjs/core/design/components/TextEditor/utils.js +132 -0
- package/lib/commonjs/core/design/components/TextEditor/utils.js.map +1 -0
- package/lib/commonjs/core/design/components/Typography/Typography.js +29 -0
- package/lib/commonjs/core/design/components/Typography/Typography.js.map +1 -0
- package/lib/commonjs/core/design/components/Typography/index.js +13 -0
- package/lib/commonjs/core/design/components/Typography/index.js.map +1 -0
- package/lib/commonjs/core/design/components/Typography/styles.js +78 -0
- package/lib/commonjs/core/design/components/Typography/styles.js.map +1 -0
- package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js +26 -0
- package/lib/commonjs/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
- package/lib/commonjs/core/design/elements/ModeratorBadge/index.js +13 -0
- package/lib/commonjs/core/design/elements/ModeratorBadge/index.js.map +1 -0
- package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js +32 -0
- package/lib/commonjs/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
- package/lib/commonjs/core/design/elements/PrivateBadge/index.js +13 -0
- package/lib/commonjs/core/design/elements/PrivateBadge/index.js.map +1 -0
- package/lib/commonjs/core/design/icons/AmityIcon.js +29 -0
- package/lib/commonjs/core/design/icons/AmityIcon.js.map +1 -0
- package/lib/commonjs/core/design/icons/generated/iconRegistry.js +702 -0
- package/lib/commonjs/core/design/icons/generated/iconRegistry.js.map +1 -0
- package/lib/commonjs/core/design/icons/index.js +38 -0
- package/lib/commonjs/core/design/icons/index.js.map +1 -0
- package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js +52 -0
- package/lib/commonjs/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
- package/lib/commonjs/core/design/molecules/SearchInput/index.js +13 -0
- package/lib/commonjs/core/design/molecules/SearchInput/index.js.map +1 -0
- package/lib/commonjs/core/design/molecules/SearchInput/styles.js +30 -0
- package/lib/commonjs/core/design/molecules/SearchInput/styles.js.map +1 -0
- package/lib/commonjs/core/design/molecules/Tabs/Tabs.js +38 -0
- package/lib/commonjs/core/design/molecules/Tabs/Tabs.js.map +1 -0
- package/lib/commonjs/core/design/molecules/Tabs/index.js +13 -0
- package/lib/commonjs/core/design/molecules/Tabs/index.js.map +1 -0
- package/lib/commonjs/core/design/molecules/Tabs/styles.js +35 -0
- package/lib/commonjs/core/design/molecules/Tabs/styles.js.map +1 -0
- package/lib/commonjs/core/design/theme/AmityForceMode.js +28 -0
- package/lib/commonjs/core/design/theme/AmityForceMode.js.map +1 -0
- package/lib/commonjs/core/design/theme/AmityThemeProvider.js +58 -0
- package/lib/commonjs/core/design/theme/AmityThemeProvider.js.map +1 -0
- package/lib/commonjs/core/design/theme/index.js +52 -0
- package/lib/commonjs/core/design/theme/index.js.map +1 -0
- package/lib/commonjs/core/design/theme/resolveTokens.js +45 -0
- package/lib/commonjs/core/design/theme/resolveTokens.js.map +1 -0
- package/lib/commonjs/core/design/theme/useToken.js +22 -0
- package/lib/commonjs/core/design/theme/useToken.js.map +1 -0
- package/lib/commonjs/core/design/tokens/CHECKSUMS.json +9 -0
- package/lib/commonjs/core/design/tokens/amity-color-tokens.js +5076 -0
- package/lib/commonjs/core/design/tokens/amity-color-tokens.js.map +1 -0
- package/lib/commonjs/core/design/tokens/amity-uikit-config.json +1381 -0
- package/lib/commonjs/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
- package/lib/commonjs/core/design/tokens/config-resolver.d.js +2 -0
- package/lib/commonjs/core/design/tokens/config-resolver.d.js.map +1 -0
- package/lib/commonjs/core/design/tokens/config-resolver.js +659 -0
- package/lib/commonjs/core/design/tokens/config-resolver.js.map +1 -0
- package/lib/commonjs/core/design/tokens/geometry.json +2673 -0
- package/lib/commonjs/core/design/tokens/spacing.js +33 -0
- package/lib/commonjs/core/design/tokens/spacing.js.map +1 -0
- package/lib/commonjs/core/index.js +7 -0
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/commonjs/core/localization/LocaleProvider.js +136 -0
- package/lib/commonjs/core/localization/LocaleProvider.js.map +1 -0
- package/lib/commonjs/core/localization/defaultLocaleMap.js +28 -0
- package/lib/commonjs/core/localization/defaultLocaleMap.js.map +1 -0
- package/lib/commonjs/core/localization/defaults/en.js +23 -0
- package/lib/commonjs/core/localization/defaults/en.js.map +1 -0
- package/lib/commonjs/core/localization/defaults/en.json +1175 -0
- package/lib/commonjs/core/localization/defaults/th.js +25 -0
- package/lib/commonjs/core/localization/defaults/th.js.map +1 -0
- package/lib/commonjs/core/localization/defaults/th.json +1174 -0
- package/lib/commonjs/core/localization/index.js +102 -0
- package/lib/commonjs/core/localization/index.js.map +1 -0
- package/lib/commonjs/core/localization/resolveString.js +190 -0
- package/lib/commonjs/core/localization/resolveString.js.map +1 -0
- package/lib/commonjs/core/localization/useString.js +36 -0
- package/lib/commonjs/core/localization/useString.js.map +1 -0
- package/lib/commonjs/core/providers/AmityUIKitProvider.js +11 -2
- package/lib/commonjs/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/commonjs/core/routes/AmityChatEntry.js +17 -0
- package/lib/commonjs/core/routes/AmityChatEntry.js.map +1 -0
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js +68 -1
- package/lib/commonjs/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/commonjs/core/stores/slices/toastSlice.js +4 -1
- package/lib/commonjs/core/stores/slices/toastSlice.js.map +1 -1
- package/lib/commonjs/core/utils/abbreviateCount.js +21 -0
- package/lib/commonjs/core/utils/abbreviateCount.js.map +1 -0
- package/lib/commonjs/index.js +6 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/social/components/Toast/index.js +38 -8
- package/lib/commonjs/social/components/Toast/index.js.map +1 -1
- package/lib/commonjs/social/components/Toast/styles.js +16 -4
- package/lib/commonjs/social/components/Toast/styles.js.map +1 -1
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +340 -0
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js +135 -0
- package/lib/commonjs/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +238 -0
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +31 -0
- package/lib/commonjs/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +243 -0
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +28 -0
- package/lib/commonjs/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +203 -0
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +70 -0
- package/lib/commonjs/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +223 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js +19 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js +62 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +432 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js +242 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +266 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js +174 -0
- package/lib/commonjs/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +135 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +82 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js +58 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +156 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js +13 -0
- package/lib/commonjs/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/constants/errorResponse.js +16 -0
- package/lib/commonjs/social/features/chat/constants/errorResponse.js.map +1 -0
- package/lib/commonjs/social/features/chat/constants/index.js +39 -0
- package/lib/commonjs/social/features/chat/constants/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/constants/list.js +13 -0
- package/lib/commonjs/social/features/chat/constants/list.js.map +1 -0
- package/lib/commonjs/social/features/chat/constants/search.js +17 -0
- package/lib/commonjs/social/features/chat/constants/search.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +32 -0
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js +39 -0
- package/lib/commonjs/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js +142 -0
- package/lib/commonjs/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/Avatar/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/Avatar/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/Avatar/styles.js +55 -0
- package/lib/commonjs/social/features/chat/elements/Avatar/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js +66 -0
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js +50 -0
- package/lib/commonjs/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +54 -0
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js +54 -0
- package/lib/commonjs/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/GroupNameField/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js +27 -0
- package/lib/commonjs/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +39 -0
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js +31 -0
- package/lib/commonjs/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js +83 -0
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js +94 -0
- package/lib/commonjs/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js +69 -0
- package/lib/commonjs/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/SettingMenu/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js +65 -0
- package/lib/commonjs/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js +60 -0
- package/lib/commonjs/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/TopBar/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/TopBar/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/TopBar/styles.js +58 -0
- package/lib/commonjs/social/features/chat/elements/TopBar/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +56 -0
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js +13 -0
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js +38 -0
- package/lib/commonjs/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js +37 -0
- package/lib/commonjs/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +134 -0
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +61 -0
- package/lib/commonjs/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js +28 -0
- package/lib/commonjs/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/archive/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/components/index.js +20 -0
- package/lib/commonjs/social/features/chat/features/archive/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/archive/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/archive/styles.js +29 -0
- package/lib/commonjs/social/features/chat/features/archive/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/Chat.js +141 -0
- package/lib/commonjs/social/features/chat/features/conversation/Chat.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js +74 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js +64 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js +182 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js +56 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +183 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js +86 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/index.js +39 -0
- package/lib/commonjs/social/features/chat/features/conversation/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js +44 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js +50 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js +32 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +81 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js +59 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js +94 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js +23 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js +27 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js +20 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +72 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +75 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/styles.js +28 -0
- package/lib/commonjs/social/features/chat/features/conversation/create/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js +59 -0
- package/lib/commonjs/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/conversation/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/conversation/styles.js +26 -0
- package/lib/commonjs/social/features/chat/features/conversation/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js +70 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +43 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +30 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js +54 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js +31 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +37 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js +154 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js +48 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js +50 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +102 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/styles.js +31 -0
- package/lib/commonjs/social/features/chat/features/group/add-member/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js +61 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +121 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +28 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js +27 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js +20 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +70 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js +31 -0
- package/lib/commonjs/social/features/chat/features/group/banned-members/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js +132 -0
- package/lib/commonjs/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +39 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +40 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js +80 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js +71 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/index.js +28 -0
- package/lib/commonjs/social/features/chat/features/group/chat/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js +85 -0
- package/lib/commonjs/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/chat/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/chat/styles.js +24 -0
- package/lib/commonjs/social/features/chat/features/group/chat/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js +104 -0
- package/lib/commonjs/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js +45 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +60 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js +42 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +113 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js +74 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/index.js +27 -0
- package/lib/commonjs/social/features/chat/features/group/create/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/create/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +193 -0
- package/lib/commonjs/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/create/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/styles.js +34 -0
- package/lib/commonjs/social/features/chat/features/group/create/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js +36 -0
- package/lib/commonjs/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/create/utils/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/create/utils/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js +110 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +42 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +37 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +46 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +37 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +134 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js +38 -0
- package/lib/commonjs/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +81 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +45 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +37 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js +27 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +117 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js +43 -0
- package/lib/commonjs/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js +67 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js +46 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +156 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js +34 -0
- package/lib/commonjs/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js +52 -0
- package/lib/commonjs/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js +49 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +96 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js +63 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js +136 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js +25 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +83 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js +19 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js +26 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/index.js +50 -0
- package/lib/commonjs/social/features/chat/features/group/members/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/members/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js +38 -0
- package/lib/commonjs/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/members/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/members/styles.js +27 -0
- package/lib/commonjs/social/features/chat/features/group/members/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js +80 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +63 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +53 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +49 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +41 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js +28 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +153 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js +30 -0
- package/lib/commonjs/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js +74 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js +72 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js +33 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +47 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +37 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +76 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js +50 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js +132 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js +31 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js +34 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js +10 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +111 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/styles.js +28 -0
- package/lib/commonjs/social/features/chat/features/group/select-member/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js +93 -0
- package/lib/commonjs/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js +27 -0
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/components/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/setting/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js +17 -0
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js +286 -0
- package/lib/commonjs/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/group/setting/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/group/setting/styles.js +58 -0
- package/lib/commonjs/social/features/chat/features/group/setting/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/ChatHome.js +80 -0
- package/lib/commonjs/social/features/chat/features/home/ChatHome.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js +196 -0
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js +108 -0
- package/lib/commonjs/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js +44 -0
- package/lib/commonjs/social/features/chat/features/home/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js +57 -0
- package/lib/commonjs/social/features/chat/features/home/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +45 -0
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +43 -0
- package/lib/commonjs/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/components/index.js +39 -0
- package/lib/commonjs/social/features/chat/features/home/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +91 -0
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +32 -0
- package/lib/commonjs/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +113 -0
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js +32 -0
- package/lib/commonjs/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js +55 -0
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js +33 -0
- package/lib/commonjs/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/hooks/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/home/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +37 -0
- package/lib/commonjs/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/index.js +28 -0
- package/lib/commonjs/social/features/chat/features/home/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/home/styles.js +32 -0
- package/lib/commonjs/social/features/chat/features/home/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/SearchChannel.js +73 -0
- package/lib/commonjs/social/features/chat/features/search/SearchChannel.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js +60 -0
- package/lib/commonjs/social/features/chat/features/search/components/Header/Header.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/components/Header/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/search/components/Header/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js +41 -0
- package/lib/commonjs/social/features/chat/features/search/components/Header/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/components/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/search/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/hooks/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/search/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js +48 -0
- package/lib/commonjs/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/search/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/search/styles.js +33 -0
- package/lib/commonjs/social/features/chat/features/search/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js +48 -0
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js +37 -0
- package/lib/commonjs/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +243 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js +103 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +36 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js +55 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +46 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +42 -0
- package/lib/commonjs/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js +58 -0
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js +38 -0
- package/lib/commonjs/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +47 -0
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js +40 -0
- package/lib/commonjs/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +102 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js +73 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +92 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js +97 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +87 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +67 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +103 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +80 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +52 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +65 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +67 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +280 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +158 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +155 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js +83 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +357 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +125 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +78 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +41 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js +40 -0
- package/lib/commonjs/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +114 -0
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js +77 -0
- package/lib/commonjs/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +39 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +26 -0
- package/lib/commonjs/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +68 -0
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js +46 -0
- package/lib/commonjs/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +177 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +116 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +62 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +110 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +69 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js +28 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js +31 -0
- package/lib/commonjs/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js +58 -0
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js +13 -0
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js +35 -0
- package/lib/commonjs/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/index.js +48 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js +136 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js +267 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +141 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js +53 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js +77 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js +588 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js +86 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js +64 -0
- package/lib/commonjs/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js +287 -0
- package/lib/commonjs/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/index.js +83 -0
- package/lib/commonjs/social/features/chat/hooks/collections/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +74 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js +92 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +69 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js +87 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js +73 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js +81 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js +81 -0
- package/lib/commonjs/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/index.js +127 -0
- package/lib/commonjs/social/features/chat/hooks/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/queries/index.js +50 -0
- package/lib/commonjs/social/features/chat/hooks/queries/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js +96 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js +68 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js +91 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +144 -0
- package/lib/commonjs/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js +55 -0
- package/lib/commonjs/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js +28 -0
- package/lib/commonjs/social/features/chat/hooks/useChatNavigation.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js +65 -0
- package/lib/commonjs/social/features/chat/hooks/useChatNotifications.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js +69 -0
- package/lib/commonjs/social/features/chat/hooks/useCreateMessage.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js +17 -0
- package/lib/commonjs/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js +34 -0
- package/lib/commonjs/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useEditMessage.js +37 -0
- package/lib/commonjs/social/features/chat/hooks/useEditMessage.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useMention.js +130 -0
- package/lib/commonjs/social/features/chat/hooks/useMention.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js +31 -0
- package/lib/commonjs/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
- package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js +35 -0
- package/lib/commonjs/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js +26 -0
- package/lib/commonjs/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js +32 -0
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js +25 -0
- package/lib/commonjs/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +26 -0
- package/lib/commonjs/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +27 -0
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js +40 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js +25 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js +38 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +30 -0
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js +27 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js +29 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +29 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js +24 -0
- package/lib/commonjs/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +18 -0
- package/lib/commonjs/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
- package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js +56 -0
- package/lib/commonjs/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
- package/lib/commonjs/social/features/chat/utils/highlightMatch.js +36 -0
- package/lib/commonjs/social/features/chat/utils/highlightMatch.js.map +1 -0
- package/lib/commonjs/social/features/chat/utils/previewLink.js +38 -0
- package/lib/commonjs/social/features/chat/utils/previewLink.js.map +1 -0
- package/lib/commonjs/social/features/chat/utils/timestamp.js +51 -0
- package/lib/commonjs/social/features/chat/utils/timestamp.js.map +1 -0
- package/lib/module/core/assets/icons/emptyCommunity2.js +39 -0
- package/lib/module/core/assets/icons/emptyCommunity2.js.map +1 -0
- package/lib/module/core/design/atoms/Avatar/Avatar.js +75 -0
- package/lib/module/core/design/atoms/Avatar/Avatar.js.map +1 -0
- package/lib/module/core/design/atoms/Avatar/index.js +2 -0
- package/lib/module/core/design/atoms/Avatar/index.js.map +1 -0
- package/lib/module/core/design/atoms/Avatar/styles.js +133 -0
- package/lib/module/core/design/atoms/Avatar/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Badge/Badge.js +82 -0
- package/lib/module/core/design/atoms/Badge/Badge.js.map +1 -0
- package/lib/module/core/design/atoms/Badge/index.js +2 -0
- package/lib/module/core/design/atoms/Badge/index.js.map +1 -0
- package/lib/module/core/design/atoms/Badge/styles.js +151 -0
- package/lib/module/core/design/atoms/Badge/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Button/Button.js +70 -0
- package/lib/module/core/design/atoms/Button/Button.js.map +1 -0
- package/lib/module/core/design/atoms/Button/Icon/Icon.js +60 -0
- package/lib/module/core/design/atoms/Button/Icon/Icon.js.map +1 -0
- package/lib/module/core/design/atoms/Button/Icon/index.js +2 -0
- package/lib/module/core/design/atoms/Button/Icon/index.js.map +1 -0
- package/lib/module/core/design/atoms/Button/Icon/styles.js +132 -0
- package/lib/module/core/design/atoms/Button/Icon/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Button/index.js +8 -0
- package/lib/module/core/design/atoms/Button/index.js.map +1 -0
- package/lib/module/core/design/atoms/Button/styles.js +270 -0
- package/lib/module/core/design/atoms/Button/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Divider/Divider.js +33 -0
- package/lib/module/core/design/atoms/Divider/Divider.js.map +1 -0
- package/lib/module/core/design/atoms/Divider/index.js +2 -0
- package/lib/module/core/design/atoms/Divider/index.js.map +1 -0
- package/lib/module/core/design/atoms/Divider/styles.js +42 -0
- package/lib/module/core/design/atoms/Divider/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Boxed/Boxed.js +67 -0
- package/lib/module/core/design/atoms/Input/Boxed/Boxed.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Boxed/index.js +2 -0
- package/lib/module/core/design/atoms/Input/Boxed/index.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Boxed/styles.js +90 -0
- package/lib/module/core/design/atoms/Input/Boxed/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Chip/Chip.js +81 -0
- package/lib/module/core/design/atoms/Input/Chip/Chip.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Chip/index.js +2 -0
- package/lib/module/core/design/atoms/Input/Chip/index.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Chip/styles.js +87 -0
- package/lib/module/core/design/atoms/Input/Chip/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Input.js +14 -0
- package/lib/module/core/design/atoms/Input/Input.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Text/Text.js +83 -0
- package/lib/module/core/design/atoms/Input/Text/Text.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Text/index.js +2 -0
- package/lib/module/core/design/atoms/Input/Text/index.js.map +1 -0
- package/lib/module/core/design/atoms/Input/Text/styles.js +114 -0
- package/lib/module/core/design/atoms/Input/Text/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Input/User/User.js +35 -0
- package/lib/module/core/design/atoms/Input/User/User.js.map +1 -0
- package/lib/module/core/design/atoms/Input/User/index.js +2 -0
- package/lib/module/core/design/atoms/Input/User/index.js.map +1 -0
- package/lib/module/core/design/atoms/Input/User/styles.js +63 -0
- package/lib/module/core/design/atoms/Input/User/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Input/index.js +6 -0
- package/lib/module/core/design/atoms/Input/index.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Loader.js +10 -0
- package/lib/module/core/design/atoms/Loader/Loader.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js +23 -0
- package/lib/module/core/design/atoms/Loader/Spinner/Spinner.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Spinner/index.js +2 -0
- package/lib/module/core/design/atoms/Loader/Spinner/index.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Spinner/styles.js +18 -0
- package/lib/module/core/design/atoms/Loader/Spinner/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Upload/Upload.js +89 -0
- package/lib/module/core/design/atoms/Loader/Upload/Upload.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Upload/index.js +2 -0
- package/lib/module/core/design/atoms/Loader/Upload/index.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/Upload/styles.js +53 -0
- package/lib/module/core/design/atoms/Loader/Upload/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Loader/index.js +4 -0
- package/lib/module/core/design/atoms/Loader/index.js.map +1 -0
- package/lib/module/core/design/atoms/Selection/Selection.js +81 -0
- package/lib/module/core/design/atoms/Selection/Selection.js.map +1 -0
- package/lib/module/core/design/atoms/Selection/index.js +2 -0
- package/lib/module/core/design/atoms/Selection/index.js.map +1 -0
- package/lib/module/core/design/atoms/Selection/styles.js +104 -0
- package/lib/module/core/design/atoms/Selection/styles.js.map +1 -0
- package/lib/module/core/design/atoms/Tab/Tab.js +45 -0
- package/lib/module/core/design/atoms/Tab/Tab.js.map +1 -0
- package/lib/module/core/design/atoms/Tab/index.js +2 -0
- package/lib/module/core/design/atoms/Tab/index.js.map +1 -0
- package/lib/module/core/design/atoms/Tab/styles.js +61 -0
- package/lib/module/core/design/atoms/Tab/styles.js.map +1 -0
- package/lib/module/core/design/components/Menu/Menu.js +90 -0
- package/lib/module/core/design/components/Menu/Menu.js.map +1 -0
- package/lib/module/core/design/components/Menu/index.js +2 -0
- package/lib/module/core/design/components/Menu/index.js.map +1 -0
- package/lib/module/core/design/components/Menu/styles.js +78 -0
- package/lib/module/core/design/components/Menu/styles.js.map +1 -0
- package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js +34 -0
- package/lib/module/core/design/components/MenuOptionButton/MenuOptionButton.js.map +1 -0
- package/lib/module/core/design/components/MenuOptionButton/index.js +2 -0
- package/lib/module/core/design/components/MenuOptionButton/index.js.map +1 -0
- package/lib/module/core/design/components/MenuOptionButton/styles.js +35 -0
- package/lib/module/core/design/components/MenuOptionButton/styles.js.map +1 -0
- package/lib/module/core/design/components/Popover/Popover.js +112 -0
- package/lib/module/core/design/components/Popover/Popover.js.map +1 -0
- package/lib/module/core/design/components/Popover/index.js +2 -0
- package/lib/module/core/design/components/Popover/index.js.map +1 -0
- package/lib/module/core/design/components/Popover/styles.js +42 -0
- package/lib/module/core/design/components/Popover/styles.js.map +1 -0
- package/lib/module/core/design/components/Skeleton/Skeleton.js +49 -0
- package/lib/module/core/design/components/Skeleton/Skeleton.js.map +1 -0
- package/lib/module/core/design/components/Skeleton/index.js +2 -0
- package/lib/module/core/design/components/Skeleton/index.js.map +1 -0
- package/lib/module/core/design/components/Skeleton/styles.js +18 -0
- package/lib/module/core/design/components/Skeleton/styles.js.map +1 -0
- package/lib/module/core/design/components/TextEditor/TextEditor.js +181 -0
- package/lib/module/core/design/components/TextEditor/TextEditor.js.map +1 -0
- package/lib/module/core/design/components/TextEditor/index.js +3 -0
- package/lib/module/core/design/components/TextEditor/index.js.map +1 -0
- package/lib/module/core/design/components/TextEditor/styles.js +55 -0
- package/lib/module/core/design/components/TextEditor/styles.js.map +1 -0
- package/lib/module/core/design/components/TextEditor/utils.js +123 -0
- package/lib/module/core/design/components/TextEditor/utils.js.map +1 -0
- package/lib/module/core/design/components/Typography/Typography.js +25 -0
- package/lib/module/core/design/components/Typography/Typography.js.map +1 -0
- package/lib/module/core/design/components/Typography/index.js +2 -0
- package/lib/module/core/design/components/Typography/index.js.map +1 -0
- package/lib/module/core/design/components/Typography/styles.js +72 -0
- package/lib/module/core/design/components/Typography/styles.js.map +1 -0
- package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js +20 -0
- package/lib/module/core/design/elements/ModeratorBadge/ModeratorBadge.js.map +1 -0
- package/lib/module/core/design/elements/ModeratorBadge/index.js +2 -0
- package/lib/module/core/design/elements/ModeratorBadge/index.js.map +1 -0
- package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js +26 -0
- package/lib/module/core/design/elements/PrivateBadge/PrivateBadge.js.map +1 -0
- package/lib/module/core/design/elements/PrivateBadge/index.js +2 -0
- package/lib/module/core/design/elements/PrivateBadge/index.js.map +1 -0
- package/lib/module/core/design/icons/AmityIcon.js +23 -0
- package/lib/module/core/design/icons/AmityIcon.js.map +1 -0
- package/lib/module/core/design/icons/generated/iconRegistry.js +694 -0
- package/lib/module/core/design/icons/generated/iconRegistry.js.map +1 -0
- package/lib/module/core/design/icons/index.js +3 -0
- package/lib/module/core/design/icons/index.js.map +1 -0
- package/lib/module/core/design/molecules/SearchInput/SearchInput.js +46 -0
- package/lib/module/core/design/molecules/SearchInput/SearchInput.js.map +1 -0
- package/lib/module/core/design/molecules/SearchInput/index.js +2 -0
- package/lib/module/core/design/molecules/SearchInput/index.js.map +1 -0
- package/lib/module/core/design/molecules/SearchInput/styles.js +24 -0
- package/lib/module/core/design/molecules/SearchInput/styles.js.map +1 -0
- package/lib/module/core/design/molecules/Tabs/Tabs.js +32 -0
- package/lib/module/core/design/molecules/Tabs/Tabs.js.map +1 -0
- package/lib/module/core/design/molecules/Tabs/index.js +2 -0
- package/lib/module/core/design/molecules/Tabs/index.js.map +1 -0
- package/lib/module/core/design/molecules/Tabs/styles.js +28 -0
- package/lib/module/core/design/molecules/Tabs/styles.js.map +1 -0
- package/lib/module/core/design/theme/AmityForceMode.js +21 -0
- package/lib/module/core/design/theme/AmityForceMode.js.map +1 -0
- package/lib/module/core/design/theme/AmityThemeProvider.js +49 -0
- package/lib/module/core/design/theme/AmityThemeProvider.js.map +1 -0
- package/lib/module/core/design/theme/index.js +5 -0
- package/lib/module/core/design/theme/index.js.map +1 -0
- package/lib/module/core/design/theme/resolveTokens.js +38 -0
- package/lib/module/core/design/theme/resolveTokens.js.map +1 -0
- package/lib/module/core/design/theme/useToken.js +17 -0
- package/lib/module/core/design/theme/useToken.js.map +1 -0
- package/lib/module/core/design/tokens/CHECKSUMS.json +9 -0
- package/lib/module/core/design/tokens/amity-color-tokens.js +5070 -0
- package/lib/module/core/design/tokens/amity-color-tokens.js.map +1 -0
- package/lib/module/core/design/tokens/amity-uikit-config.json +1381 -0
- package/lib/module/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
- package/lib/module/core/design/tokens/config-resolver.d.js +2 -0
- package/lib/module/core/design/tokens/config-resolver.d.js.map +1 -0
- package/lib/module/core/design/tokens/config-resolver.js +657 -0
- package/lib/module/core/design/tokens/config-resolver.js.map +1 -0
- package/lib/module/core/design/tokens/geometry.json +2673 -0
- package/lib/module/core/design/tokens/spacing.js +26 -0
- package/lib/module/core/design/tokens/spacing.js.map +1 -0
- package/lib/module/core/index.js +1 -0
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/core/localization/LocaleProvider.js +127 -0
- package/lib/module/core/localization/LocaleProvider.js.map +1 -0
- package/lib/module/core/localization/defaultLocaleMap.js +22 -0
- package/lib/module/core/localization/defaultLocaleMap.js.map +1 -0
- package/lib/module/core/localization/defaults/en.js +16 -0
- package/lib/module/core/localization/defaults/en.js.map +1 -0
- package/lib/module/core/localization/defaults/en.json +1175 -0
- package/lib/module/core/localization/defaults/th.js +18 -0
- package/lib/module/core/localization/defaults/th.js.map +1 -0
- package/lib/module/core/localization/defaults/th.json +1174 -0
- package/lib/module/core/localization/index.js +27 -0
- package/lib/module/core/localization/index.js.map +1 -0
- package/lib/module/core/localization/resolveString.js +178 -0
- package/lib/module/core/localization/resolveString.js.map +1 -0
- package/lib/module/core/localization/useString.js +31 -0
- package/lib/module/core/localization/useString.js.map +1 -0
- package/lib/module/core/providers/AmityUIKitProvider.js +11 -2
- package/lib/module/core/providers/AmityUIKitProvider.js.map +1 -1
- package/lib/module/core/routes/AmityChatEntry.js +10 -0
- package/lib/module/core/routes/AmityChatEntry.js.map +1 -0
- package/lib/module/core/routes/AmityUIKitNavigator.js +68 -1
- package/lib/module/core/routes/AmityUIKitNavigator.js.map +1 -1
- package/lib/module/core/stores/slices/toastSlice.js +4 -1
- package/lib/module/core/stores/slices/toastSlice.js.map +1 -1
- package/lib/module/core/utils/abbreviateCount.js +14 -0
- package/lib/module/core/utils/abbreviateCount.js.map +1 -0
- package/lib/module/index.js +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/social/components/Toast/index.js +38 -8
- package/lib/module/social/components/Toast/index.js.map +1 -1
- package/lib/module/social/components/Toast/styles.js +16 -4
- package/lib/module/social/components/Toast/styles.js.map +1 -1
- package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js +333 -0
- package/lib/module/social/features/chat/components/AmityChatListItem/AmityChatListItem.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityChatListItem/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityChatListItem/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityChatListItem/styles.js +128 -0
- package/lib/module/social/features/chat/components/AmityChatListItem/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js +231 -0
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js +24 -0
- package/lib/module/social/features/chat/components/AmityConversationChatUserActionComponent/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js +236 -0
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js +21 -0
- package/lib/module/social/features/chat/components/AmityGroupMemberActionComponent/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js +197 -0
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js +63 -0
- package/lib/module/social/features/chat/components/AmityMediaAttachmentPicker/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js +215 -0
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js +55 -0
- package/lib/module/social/features/chat/components/AmityMessageActionMenu/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js +425 -0
- package/lib/module/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageBubble/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityMessageBubble/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js +236 -0
- package/lib/module/social/features/chat/components/AmityMessageBubble/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js +260 -0
- package/lib/module/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageComposer/index.js +2 -0
- package/lib/module/social/features/chat/components/AmityMessageComposer/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js +167 -0
- package/lib/module/social/features/chat/components/AmityMessageComposer/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js +130 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.js.map +1 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js +76 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map +1 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js +2 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/index.js.map +1 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js +51 -0
- package/lib/module/social/features/chat/components/AmitySearchChannelResults/styles.js.map +1 -0
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js +151 -0
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.js.map +1 -0
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js +2 -0
- package/lib/module/social/features/chat/components/AmitySearchMessageResults/index.js.map +1 -0
- package/lib/module/social/features/chat/constants/errorResponse.js +10 -0
- package/lib/module/social/features/chat/constants/errorResponse.js.map +1 -0
- package/lib/module/social/features/chat/constants/index.js +4 -0
- package/lib/module/social/features/chat/constants/index.js.map +1 -0
- package/lib/module/social/features/chat/constants/list.js +7 -0
- package/lib/module/social/features/chat/constants/list.js.map +1 -0
- package/lib/module/social/features/chat/constants/search.js +11 -0
- package/lib/module/social/features/chat/constants/search.js.map +1 -0
- package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js +26 -0
- package/lib/module/social/features/chat/elements/ArchivedBadge/ArchivedBadge.js.map +1 -0
- package/lib/module/social/features/chat/elements/ArchivedBadge/index.js +2 -0
- package/lib/module/social/features/chat/elements/ArchivedBadge/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js +33 -0
- package/lib/module/social/features/chat/elements/ArchivedBadge/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/Avatar/Avatar.js +136 -0
- package/lib/module/social/features/chat/elements/Avatar/Avatar.js.map +1 -0
- package/lib/module/social/features/chat/elements/Avatar/index.js +2 -0
- package/lib/module/social/features/chat/elements/Avatar/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/Avatar/styles.js +49 -0
- package/lib/module/social/features/chat/elements/Avatar/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js +60 -0
- package/lib/module/social/features/chat/elements/AvatarPicker/AvatarPicker.js.map +1 -0
- package/lib/module/social/features/chat/elements/AvatarPicker/index.js +2 -0
- package/lib/module/social/features/chat/elements/AvatarPicker/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/AvatarPicker/styles.js +44 -0
- package/lib/module/social/features/chat/elements/AvatarPicker/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js +48 -0
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.js.map +1 -0
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js +2 -0
- package/lib/module/social/features/chat/elements/ConversationChatAvatar/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js +48 -0
- package/lib/module/social/features/chat/elements/GroupNameField/GroupNameField.js.map +1 -0
- package/lib/module/social/features/chat/elements/GroupNameField/index.js +2 -0
- package/lib/module/social/features/chat/elements/GroupNameField/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/GroupNameField/styles.js +21 -0
- package/lib/module/social/features/chat/elements/GroupNameField/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js +33 -0
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.js.map +1 -0
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js +2 -0
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js +24 -0
- package/lib/module/social/features/chat/elements/MediaUploadOverlay/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js +77 -0
- package/lib/module/social/features/chat/elements/ReactionPicker/ReactionPicker.js.map +1 -0
- package/lib/module/social/features/chat/elements/ReactionPicker/index.js +2 -0
- package/lib/module/social/features/chat/elements/ReactionPicker/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/ReactionPicker/styles.js +87 -0
- package/lib/module/social/features/chat/elements/ReactionPicker/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js +63 -0
- package/lib/module/social/features/chat/elements/SettingMenu/SettingMenu.js.map +1 -0
- package/lib/module/social/features/chat/elements/SettingMenu/index.js +2 -0
- package/lib/module/social/features/chat/elements/SettingMenu/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/SettingMenu/styles.js +59 -0
- package/lib/module/social/features/chat/elements/SettingMenu/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/TopBar/TopBar.js +55 -0
- package/lib/module/social/features/chat/elements/TopBar/TopBar.js.map +1 -0
- package/lib/module/social/features/chat/elements/TopBar/index.js +2 -0
- package/lib/module/social/features/chat/elements/TopBar/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/TopBar/styles.js +51 -0
- package/lib/module/social/features/chat/elements/TopBar/styles.js.map +1 -0
- package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js +49 -0
- package/lib/module/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.js.map +1 -0
- package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js +2 -0
- package/lib/module/social/features/chat/elements/WaitingForNetwork/index.js.map +1 -0
- package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js +31 -0
- package/lib/module/social/features/chat/elements/WaitingForNetwork/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/ArchivedChat.js +31 -0
- package/lib/module/social/features/chat/features/archive/ArchivedChat.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js +126 -0
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js +2 -0
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js +54 -0
- package/lib/module/social/features/chat/features/archive/components/ArchivedChannelList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/components/Header/Header.js +22 -0
- package/lib/module/social/features/chat/features/archive/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/archive/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/components/index.js +3 -0
- package/lib/module/social/features/chat/features/archive/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/index.js +2 -0
- package/lib/module/social/features/chat/features/archive/index.js.map +1 -0
- package/lib/module/social/features/chat/features/archive/styles.js +22 -0
- package/lib/module/social/features/chat/features/archive/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/Chat.js +134 -0
- package/lib/module/social/features/chat/features/conversation/Chat.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/Header/Header.js +69 -0
- package/lib/module/social/features/chat/features/conversation/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/Header/styles.js +57 -0
- package/lib/module/social/features/chat/features/conversation/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js +176 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageList/MessageList.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js +49 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js +176 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/MessageRow.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js +79 -0
- package/lib/module/social/features/chat/features/conversation/components/MessageRow/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/components/index.js +4 -0
- package/lib/module/social/features/chat/features/conversation/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js +38 -0
- package/lib/module/social/features/chat/features/conversation/create/CreateConversation.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js +44 -0
- package/lib/module/social/features/chat/features/conversation/create/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/create/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js +25 -0
- package/lib/module/social/features/chat/features/conversation/create/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js +74 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/UserItem.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js +52 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserItem/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js +89 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/UserList.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js +16 -0
- package/lib/module/social/features/chat/features/conversation/create/components/UserList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/components/index.js +4 -0
- package/lib/module/social/features/chat/features/conversation/create/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/hooks/index.js +3 -0
- package/lib/module/social/features/chat/features/conversation/create/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js +65 -0
- package/lib/module/social/features/chat/features/conversation/create/hooks/useCreateConversation.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js +68 -0
- package/lib/module/social/features/chat/features/conversation/create/hooks/useSearchUsers.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/create/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/create/styles.js +21 -0
- package/lib/module/social/features/chat/features/conversation/create/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js +52 -0
- package/lib/module/social/features/chat/features/conversation/hooks/useConversation.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/index.js +2 -0
- package/lib/module/social/features/chat/features/conversation/index.js.map +1 -0
- package/lib/module/social/features/chat/features/conversation/styles.js +19 -0
- package/lib/module/social/features/chat/features/conversation/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js +64 -0
- package/lib/module/social/features/chat/features/group/add-member/AddGroupMember.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js +37 -0
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js +2 -0
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js +23 -0
- package/lib/module/social/features/chat/features/group/add-member/components/AddMemberButton/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js +48 -0
- package/lib/module/social/features/chat/features/group/add-member/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/add-member/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js +24 -0
- package/lib/module/social/features/chat/features/group/add-member/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js +2 -0
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js +30 -0
- package/lib/module/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js +147 -0
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/UserList.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js +2 -0
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js +41 -0
- package/lib/module/social/features/chat/features/group/add-member/components/UserList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/components/index.js +5 -0
- package/lib/module/social/features/chat/features/group/add-member/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/add-member/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js +94 -0
- package/lib/module/social/features/chat/features/group/add-member/hooks/useAddGroupMember.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/index.js +2 -0
- package/lib/module/social/features/chat/features/group/add-member/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/add-member/styles.js +24 -0
- package/lib/module/social/features/chat/features/group/add-member/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js +55 -0
- package/lib/module/social/features/chat/features/group/banned-members/BannedGroupMembers.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js +116 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js +2 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js +21 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js +21 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/index.js +3 -0
- package/lib/module/social/features/chat/features/group/banned-members/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/banned-members/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js +63 -0
- package/lib/module/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/index.js +2 -0
- package/lib/module/social/features/chat/features/group/banned-members/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/banned-members/styles.js +24 -0
- package/lib/module/social/features/chat/features/group/banned-members/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/GroupChat.js +126 -0
- package/lib/module/social/features/chat/features/group/chat/GroupChat.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js +33 -0
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js +2 -0
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js +33 -0
- package/lib/module/social/features/chat/features/group/chat/components/BannedEmptyState/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js +73 -0
- package/lib/module/social/features/chat/features/group/chat/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/chat/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js +63 -0
- package/lib/module/social/features/chat/features/group/chat/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/components/index.js +3 -0
- package/lib/module/social/features/chat/features/group/chat/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/chat/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js +78 -0
- package/lib/module/social/features/chat/features/group/chat/hooks/useGroupChat.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/index.js +2 -0
- package/lib/module/social/features/chat/features/group/chat/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/chat/styles.js +17 -0
- package/lib/module/social/features/chat/features/group/chat/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js +98 -0
- package/lib/module/social/features/chat/features/group/create/CreateGroupChat.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/Header/Header.js +39 -0
- package/lib/module/social/features/chat/features/group/create/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/create/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js +54 -0
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js +2 -0
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js +35 -0
- package/lib/module/social/features/chat/features/group/create/components/MemberGrid/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js +108 -0
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js +2 -0
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js +67 -0
- package/lib/module/social/features/chat/features/group/create/components/PrivacySection/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/components/index.js +4 -0
- package/lib/module/social/features/chat/features/group/create/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/create/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js +187 -0
- package/lib/module/social/features/chat/features/group/create/hooks/useCreateGroupChat.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/index.js +2 -0
- package/lib/module/social/features/chat/features/group/create/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/styles.js +27 -0
- package/lib/module/social/features/chat/features/group/create/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js +30 -0
- package/lib/module/social/features/chat/features/group/create/utils/generateDisplayName.js.map +1 -0
- package/lib/module/social/features/chat/features/group/create/utils/index.js +2 -0
- package/lib/module/social/features/chat/features/group/create/utils/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js +104 -0
- package/lib/module/social/features/chat/features/group/edit-notification/EditGroupNotification.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js +36 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js +30 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js +40 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js +30 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-notification/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js +124 -0
- package/lib/module/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-notification/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-notification/styles.js +31 -0
- package/lib/module/social/features/chat/features/group/edit-notification/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js +75 -0
- package/lib/module/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js +39 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js +30 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-permission/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js +22 -0
- package/lib/module/social/features/chat/features/group/edit-permission/constants/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js +109 -0
- package/lib/module/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-permission/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-permission/styles.js +36 -0
- package/lib/module/social/features/chat/features/group/edit-permission/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js +61 -0
- package/lib/module/social/features/chat/features/group/edit-profile/EditGroupProfile.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js +40 -0
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-profile/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/components/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-profile/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js +148 -0
- package/lib/module/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/index.js +2 -0
- package/lib/module/social/features/chat/features/group/edit-profile/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/edit-profile/styles.js +27 -0
- package/lib/module/social/features/chat/features/group/edit-profile/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/GroupMembers.js +46 -0
- package/lib/module/social/features/chat/features/group/members/GroupMembers.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/Header/Header.js +43 -0
- package/lib/module/social/features/chat/features/group/members/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/members/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js +90 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/MemberItem.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js +2 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js +56 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberItem/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js +130 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberList/MemberList.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js +2 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js +18 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js +78 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js +2 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js +19 -0
- package/lib/module/social/features/chat/features/group/members/components/MemberTabs/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/components/index.js +5 -0
- package/lib/module/social/features/chat/features/group/members/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/members/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js +32 -0
- package/lib/module/social/features/chat/features/group/members/hooks/useGroupMembers.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/index.js +2 -0
- package/lib/module/social/features/chat/features/group/members/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/members/styles.js +20 -0
- package/lib/module/social/features/chat/features/group/members/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js +74 -0
- package/lib/module/social/features/chat/features/group/notification-preference/NotificationPreference.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js +57 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js +2 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js +46 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js +43 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js +2 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js +34 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/index.js +3 -0
- package/lib/module/social/features/chat/features/group/notification-preference/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js +144 -0
- package/lib/module/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/index.js +2 -0
- package/lib/module/social/features/chat/features/group/notification-preference/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/notification-preference/styles.js +23 -0
- package/lib/module/social/features/chat/features/group/notification-preference/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js +68 -0
- package/lib/module/social/features/chat/features/group/select-member/SelectGroupMember.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js +66 -0
- package/lib/module/social/features/chat/features/group/select-member/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/select-member/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js +26 -0
- package/lib/module/social/features/chat/features/group/select-member/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js +41 -0
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js +2 -0
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js +30 -0
- package/lib/module/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js +69 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/UserItem.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js +2 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js +43 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserItem/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js +127 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/UserList.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js +2 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js +24 -0
- package/lib/module/social/features/chat/features/group/select-member/components/UserList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/components/index.js +5 -0
- package/lib/module/social/features/chat/features/group/select-member/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/constants/index.js +4 -0
- package/lib/module/social/features/chat/features/group/select-member/constants/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/select-member/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js +105 -0
- package/lib/module/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/index.js +2 -0
- package/lib/module/social/features/chat/features/group/select-member/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/select-member/styles.js +21 -0
- package/lib/module/social/features/chat/features/group/select-member/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/GroupSetting.js +91 -0
- package/lib/module/social/features/chat/features/group/setting/GroupSetting.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js +21 -0
- package/lib/module/social/features/chat/features/group/setting/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/group/setting/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/components/index.js +2 -0
- package/lib/module/social/features/chat/features/group/setting/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/group/setting/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js +278 -0
- package/lib/module/social/features/chat/features/group/setting/hooks/useGroupSetting.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/index.js +2 -0
- package/lib/module/social/features/chat/features/group/setting/index.js.map +1 -0
- package/lib/module/social/features/chat/features/group/setting/styles.js +51 -0
- package/lib/module/social/features/chat/features/group/setting/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/ChatHome.js +74 -0
- package/lib/module/social/features/chat/features/home/ChatHome.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js +189 -0
- package/lib/module/social/features/chat/features/home/components/ChannelList/ChannelList.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/ChannelList/index.js +2 -0
- package/lib/module/social/features/chat/features/home/components/ChannelList/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js +101 -0
- package/lib/module/social/features/chat/features/home/components/ChannelList/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/Header/Header.js +38 -0
- package/lib/module/social/features/chat/features/home/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/home/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/Header/styles.js +50 -0
- package/lib/module/social/features/chat/features/home/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js +39 -0
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js +2 -0
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js +36 -0
- package/lib/module/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/components/index.js +4 -0
- package/lib/module/social/features/chat/features/home/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js +84 -0
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js +2 -0
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js +25 -0
- package/lib/module/social/features/chat/features/home/elements/ChatHomeMenu/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js +106 -0
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js +2 -0
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js +25 -0
- package/lib/module/social/features/chat/features/home/elements/CreateChatMenu/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js +48 -0
- package/lib/module/social/features/chat/features/home/elements/SearchButton/SearchButton.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js +2 -0
- package/lib/module/social/features/chat/features/home/elements/SearchButton/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js +26 -0
- package/lib/module/social/features/chat/features/home/elements/SearchButton/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/home/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/home/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js +31 -0
- package/lib/module/social/features/chat/features/home/hooks/usePushNotificationEnabled.js.map +1 -0
- package/lib/module/social/features/chat/features/home/index.js +3 -0
- package/lib/module/social/features/chat/features/home/index.js.map +1 -0
- package/lib/module/social/features/chat/features/home/styles.js +25 -0
- package/lib/module/social/features/chat/features/home/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/search/SearchChannel.js +66 -0
- package/lib/module/social/features/chat/features/search/SearchChannel.js.map +1 -0
- package/lib/module/social/features/chat/features/search/components/Header/Header.js +54 -0
- package/lib/module/social/features/chat/features/search/components/Header/Header.js.map +1 -0
- package/lib/module/social/features/chat/features/search/components/Header/index.js +2 -0
- package/lib/module/social/features/chat/features/search/components/Header/index.js.map +1 -0
- package/lib/module/social/features/chat/features/search/components/Header/styles.js +34 -0
- package/lib/module/social/features/chat/features/search/components/Header/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/search/components/index.js +6 -0
- package/lib/module/social/features/chat/features/search/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/search/hooks/index.js +2 -0
- package/lib/module/social/features/chat/features/search/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js +42 -0
- package/lib/module/social/features/chat/features/search/hooks/useSearchChannel.js.map +1 -0
- package/lib/module/social/features/chat/features/search/index.js +2 -0
- package/lib/module/social/features/chat/features/search/index.js.map +1 -0
- package/lib/module/social/features/chat/features/search/styles.js +26 -0
- package/lib/module/social/features/chat/features/search/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js +42 -0
- package/lib/module/social/features/chat/features/shared/components/AddTile/AddTile.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/AddTile/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/AddTile/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js +30 -0
- package/lib/module/social/features/chat/features/shared/components/AddTile/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js +236 -0
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js +96 -0
- package/lib/module/social/features/chat/features/shared/components/ContentReportReason/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js +30 -0
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/DateSeparator.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js +48 -0
- package/lib/module/social/features/chat/features/shared/components/DateSeparator/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js +40 -0
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js +35 -0
- package/lib/module/social/features/chat/features/shared/components/DeletedMessagePill/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js +52 -0
- package/lib/module/social/features/chat/features/shared/components/EmptyState/EmptyState.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/EmptyState/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js +31 -0
- package/lib/module/social/features/chat/features/shared/components/EmptyState/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js +41 -0
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/FailedToShow.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js +33 -0
- package/lib/module/social/features/chat/features/shared/components/FailedToShow/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js +95 -0
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/ImageViewer.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js +66 -0
- package/lib/module/social/features/chat/features/shared/components/ImageViewer/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js +86 -0
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/MediaViewer.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js +90 -0
- package/lib/module/social/features/chat/features/shared/components/MediaViewer/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js +81 -0
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js +60 -0
- package/lib/module/social/features/chat/features/shared/components/MessageFullTextScreen/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js +97 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js +73 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js +45 -0
- package/lib/module/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js +59 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js +60 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactionBadge/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js +274 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js +151 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReactorListSheet/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js +148 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js +76 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyBand/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js +350 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js +118 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js +71 -0
- package/lib/module/social/features/chat/features/shared/components/MessageReplyQuote/utils.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js +35 -0
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/MutedBanner.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js +33 -0
- package/lib/module/social/features/chat/features/shared/components/MutedBanner/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js +107 -0
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js +70 -0
- package/lib/module/social/features/chat/features/shared/components/NewMessageNotification/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js +33 -0
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js +19 -0
- package/lib/module/social/features/chat/features/shared/components/ScrollToLatestButton/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js +61 -0
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/SelectedMember.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js +40 -0
- package/lib/module/social/features/chat/features/shared/components/SelectedMember/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js +170 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js +109 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js +55 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js +108 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js +62 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js +3 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/components/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js +24 -0
- package/lib/module/social/features/chat/features/shared/components/VideoPlayer/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js +51 -0
- package/lib/module/social/features/chat/features/shared/components/YouTile/YouTile.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/YouTile/index.js +2 -0
- package/lib/module/social/features/chat/features/shared/components/YouTile/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js +28 -0
- package/lib/module/social/features/chat/features/shared/components/YouTile/styles.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/index.js +10 -0
- package/lib/module/social/features/chat/features/shared/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js +129 -0
- package/lib/module/social/features/chat/features/shared/hooks/useBubbleMenu.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js +261 -0
- package/lib/module/social/features/chat/features/shared/hooks/useChatMessage.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js +135 -0
- package/lib/module/social/features/chat/features/shared/hooks/useFailedMessageSheet.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js +46 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMarkAsRead.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js +71 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMediaViewer.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js +579 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMessageComposer.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js +80 -0
- package/lib/module/social/features/chat/features/shared/hooks/useMessageReactions.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js +58 -0
- package/lib/module/social/features/chat/features/shared/hooks/useReactorsCollection.js.map +1 -0
- package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js +272 -0
- package/lib/module/social/features/chat/features/shared/utils/reactionIcons.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/index.js +8 -0
- package/lib/module/social/features/chat/hooks/collections/index.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js +67 -0
- package/lib/module/social/features/chat/hooks/collections/useArchivedChannelsCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js +85 -0
- package/lib/module/social/features/chat/hooks/collections/useChannelMembersCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js +62 -0
- package/lib/module/social/features/chat/hooks/collections/useChannelsByIdsCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js +80 -0
- package/lib/module/social/features/chat/hooks/collections/useChannelsCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js +66 -0
- package/lib/module/social/features/chat/hooks/collections/useMessageSearchCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js +74 -0
- package/lib/module/social/features/chat/hooks/collections/useMessagesCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js +74 -0
- package/lib/module/social/features/chat/hooks/collections/useSearchChannelsCollection.js.map +1 -0
- package/lib/module/social/features/chat/hooks/index.js +12 -0
- package/lib/module/social/features/chat/hooks/index.js.map +1 -0
- package/lib/module/social/features/chat/hooks/queries/index.js +5 -0
- package/lib/module/social/features/chat/hooks/queries/index.js.map +1 -0
- package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js +90 -0
- package/lib/module/social/features/chat/hooks/queries/useChannelArchiveQuery.js.map +1 -0
- package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js +62 -0
- package/lib/module/social/features/chat/hooks/queries/useDeleteMessageQuery.js.map +1 -0
- package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js +85 -0
- package/lib/module/social/features/chat/hooks/queries/useFlagMessageQuery.js.map +1 -0
- package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js +137 -0
- package/lib/module/social/features/chat/hooks/queries/useSaveMediaMessageQuery.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useChannelMyMembership.js +48 -0
- package/lib/module/social/features/chat/hooks/useChannelMyMembership.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useChatNavigation.js +22 -0
- package/lib/module/social/features/chat/hooks/useChatNavigation.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useChatNotifications.js +59 -0
- package/lib/module/social/features/chat/hooks/useChatNotifications.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useCreateMessage.js +62 -0
- package/lib/module/social/features/chat/hooks/useCreateMessage.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useCurrentUserId.js +11 -0
- package/lib/module/social/features/chat/hooks/useCurrentUserId.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useDeleteMessage.js +27 -0
- package/lib/module/social/features/chat/hooks/useDeleteMessage.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useEditMessage.js +30 -0
- package/lib/module/social/features/chat/hooks/useEditMessage.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useMention.js +123 -0
- package/lib/module/social/features/chat/hooks/useMention.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useNetworkOnline.js +24 -0
- package/lib/module/social/features/chat/hooks/useNetworkOnline.js.map +1 -0
- package/lib/module/social/features/chat/hooks/useVideoFileUrl.js +29 -0
- package/lib/module/social/features/chat/hooks/useVideoFileUrl.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js +19 -0
- package/lib/module/social/features/chat/pages/AmityAddGroupMemberPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js +26 -0
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js +18 -0
- package/lib/module/social/features/chat/pages/AmityArchivedChatPage/styles.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js +19 -0
- package/lib/module/social/features/chat/pages/AmityBannedGroupMemberListPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js +21 -0
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js +17 -0
- package/lib/module/social/features/chat/pages/AmityChannelCreateConversationPage/styles.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js +33 -0
- package/lib/module/social/features/chat/pages/AmityChatHomePage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js +18 -0
- package/lib/module/social/features/chat/pages/AmityChatHomePage/styles.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityChatPage/index.js +33 -0
- package/lib/module/social/features/chat/pages/AmityChatPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityChatPage/styles.js +17 -0
- package/lib/module/social/features/chat/pages/AmityChatPage/styles.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js +17 -0
- package/lib/module/social/features/chat/pages/AmityCreateGroupChatPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js +17 -0
- package/lib/module/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js +23 -0
- package/lib/module/social/features/chat/pages/AmityEditGroupNotificationPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js +17 -0
- package/lib/module/social/features/chat/pages/AmityEditGroupProfilePage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js +20 -0
- package/lib/module/social/features/chat/pages/AmityGroupChatPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js +22 -0
- package/lib/module/social/features/chat/pages/AmityGroupMemberListPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js +22 -0
- package/lib/module/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js +17 -0
- package/lib/module/social/features/chat/pages/AmityGroupSettingPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js +18 -0
- package/lib/module/social/features/chat/pages/AmitySearchChannelPage/index.js.map +1 -0
- package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js +11 -0
- package/lib/module/social/features/chat/pages/AmitySelectGroupMemberPage/index.js.map +1 -0
- package/lib/module/social/features/chat/utils/groupMessagesByDate.js +50 -0
- package/lib/module/social/features/chat/utils/groupMessagesByDate.js.map +1 -0
- package/lib/module/social/features/chat/utils/highlightMatch.js +30 -0
- package/lib/module/social/features/chat/utils/highlightMatch.js.map +1 -0
- package/lib/module/social/features/chat/utils/previewLink.js +31 -0
- package/lib/module/social/features/chat/utils/previewLink.js.map +1 -0
- package/lib/module/social/features/chat/utils/timestamp.js +43 -0
- package/lib/module/social/features/chat/utils/timestamp.js.map +1 -0
- package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts +2 -0
- package/lib/typescript/core/assets/icons/emptyCommunity2.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts +20 -0
- package/lib/typescript/core/design/atoms/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Avatar/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Avatar/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Avatar/styles.d.ts +51 -0
- package/lib/typescript/core/design/atoms/Avatar/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Badge/Badge.d.ts +35 -0
- package/lib/typescript/core/design/atoms/Badge/Badge.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Badge/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Badge/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Badge/styles.d.ts +50 -0
- package/lib/typescript/core/design/atoms/Badge/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Button/Button.d.ts +25 -0
- package/lib/typescript/core/design/atoms/Button/Button.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts +25 -0
- package/lib/typescript/core/design/atoms/Button/Icon/Icon.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Button/Icon/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts +22 -0
- package/lib/typescript/core/design/atoms/Button/Icon/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Button/index.d.ts +8 -0
- package/lib/typescript/core/design/atoms/Button/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Button/styles.d.ts +34 -0
- package/lib/typescript/core/design/atoms/Button/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Divider/Divider.d.ts +10 -0
- package/lib/typescript/core/design/atoms/Divider/Divider.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Divider/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Divider/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Divider/styles.d.ts +34 -0
- package/lib/typescript/core/design/atoms/Divider/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts +22 -0
- package/lib/typescript/core/design/atoms/Input/Boxed/Boxed.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Input/Boxed/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts +45 -0
- package/lib/typescript/core/design/atoms/Input/Boxed/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts +22 -0
- package/lib/typescript/core/design/atoms/Input/Chip/Chip.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Input/Chip/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts +56 -0
- package/lib/typescript/core/design/atoms/Input/Chip/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Input.d.ts +11 -0
- package/lib/typescript/core/design/atoms/Input/Input.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts +23 -0
- package/lib/typescript/core/design/atoms/Input/Text/Text.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Text/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Input/Text/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts +66 -0
- package/lib/typescript/core/design/atoms/Input/Text/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/User/User.d.ts +14 -0
- package/lib/typescript/core/design/atoms/Input/User/User.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/User/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Input/User/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/User/styles.d.ts +38 -0
- package/lib/typescript/core/design/atoms/Input/User/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Input/index.d.ts +10 -0
- package/lib/typescript/core/design/atoms/Input/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Loader.d.ts +7 -0
- package/lib/typescript/core/design/atoms/Loader/Loader.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts +7 -0
- package/lib/typescript/core/design/atoms/Loader/Spinner/Spinner.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Loader/Spinner/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts +7 -0
- package/lib/typescript/core/design/atoms/Loader/Spinner/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts +9 -0
- package/lib/typescript/core/design/atoms/Loader/Upload/Upload.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Loader/Upload/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts +42 -0
- package/lib/typescript/core/design/atoms/Loader/Upload/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Loader/index.d.ts +6 -0
- package/lib/typescript/core/design/atoms/Loader/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Selection/Selection.d.ts +23 -0
- package/lib/typescript/core/design/atoms/Selection/Selection.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Selection/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Selection/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Selection/styles.d.ts +61 -0
- package/lib/typescript/core/design/atoms/Selection/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Tab/Tab.d.ts +12 -0
- package/lib/typescript/core/design/atoms/Tab/Tab.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Tab/index.d.ts +3 -0
- package/lib/typescript/core/design/atoms/Tab/index.d.ts.map +1 -0
- package/lib/typescript/core/design/atoms/Tab/styles.d.ts +53 -0
- package/lib/typescript/core/design/atoms/Tab/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Menu/Menu.d.ts +27 -0
- package/lib/typescript/core/design/components/Menu/Menu.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Menu/index.d.ts +3 -0
- package/lib/typescript/core/design/components/Menu/index.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Menu/styles.d.ts +51 -0
- package/lib/typescript/core/design/components/Menu/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts +9 -0
- package/lib/typescript/core/design/components/MenuOptionButton/MenuOptionButton.d.ts.map +1 -0
- package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts +3 -0
- package/lib/typescript/core/design/components/MenuOptionButton/index.d.ts.map +1 -0
- package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts +35 -0
- package/lib/typescript/core/design/components/MenuOptionButton/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Popover/Popover.d.ts +27 -0
- package/lib/typescript/core/design/components/Popover/Popover.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Popover/index.d.ts +3 -0
- package/lib/typescript/core/design/components/Popover/index.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Popover/styles.d.ts +27 -0
- package/lib/typescript/core/design/components/Popover/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts +10 -0
- package/lib/typescript/core/design/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Skeleton/index.d.ts +3 -0
- package/lib/typescript/core/design/components/Skeleton/index.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Skeleton/styles.d.ts +8 -0
- package/lib/typescript/core/design/components/Skeleton/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts +36 -0
- package/lib/typescript/core/design/components/TextEditor/TextEditor.d.ts.map +1 -0
- package/lib/typescript/core/design/components/TextEditor/index.d.ts +5 -0
- package/lib/typescript/core/design/components/TextEditor/index.d.ts.map +1 -0
- package/lib/typescript/core/design/components/TextEditor/styles.d.ts +29 -0
- package/lib/typescript/core/design/components/TextEditor/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/components/TextEditor/utils.d.ts +54 -0
- package/lib/typescript/core/design/components/TextEditor/utils.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Typography/Typography.d.ts +7 -0
- package/lib/typescript/core/design/components/Typography/Typography.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Typography/index.d.ts +3 -0
- package/lib/typescript/core/design/components/Typography/index.d.ts.map +1 -0
- package/lib/typescript/core/design/components/Typography/styles.d.ts +53 -0
- package/lib/typescript/core/design/components/Typography/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts +6 -0
- package/lib/typescript/core/design/elements/ModeratorBadge/ModeratorBadge.d.ts.map +1 -0
- package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts +3 -0
- package/lib/typescript/core/design/elements/ModeratorBadge/index.d.ts.map +1 -0
- package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts +7 -0
- package/lib/typescript/core/design/elements/PrivateBadge/PrivateBadge.d.ts.map +1 -0
- package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts +3 -0
- package/lib/typescript/core/design/elements/PrivateBadge/index.d.ts.map +1 -0
- package/lib/typescript/core/design/icons/AmityIcon.d.ts +12 -0
- package/lib/typescript/core/design/icons/AmityIcon.d.ts.map +1 -0
- package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts +222 -0
- package/lib/typescript/core/design/icons/generated/iconRegistry.d.ts.map +1 -0
- package/lib/typescript/core/design/icons/index.d.ts +5 -0
- package/lib/typescript/core/design/icons/index.d.ts.map +1 -0
- package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts +12 -0
- package/lib/typescript/core/design/molecules/SearchInput/SearchInput.d.ts.map +1 -0
- package/lib/typescript/core/design/molecules/SearchInput/index.d.ts +3 -0
- package/lib/typescript/core/design/molecules/SearchInput/index.d.ts.map +1 -0
- package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts +19 -0
- package/lib/typescript/core/design/molecules/SearchInput/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts +16 -0
- package/lib/typescript/core/design/molecules/Tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/core/design/molecules/Tabs/index.d.ts +3 -0
- package/lib/typescript/core/design/molecules/Tabs/index.d.ts.map +1 -0
- package/lib/typescript/core/design/molecules/Tabs/styles.d.ts +19 -0
- package/lib/typescript/core/design/molecules/Tabs/styles.d.ts.map +1 -0
- package/lib/typescript/core/design/theme/AmityForceMode.d.ts +8 -0
- package/lib/typescript/core/design/theme/AmityForceMode.d.ts.map +1 -0
- package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts +27 -0
- package/lib/typescript/core/design/theme/AmityThemeProvider.d.ts.map +1 -0
- package/lib/typescript/core/design/theme/index.d.ts +9 -0
- package/lib/typescript/core/design/theme/index.d.ts.map +1 -0
- package/lib/typescript/core/design/theme/resolveTokens.d.ts +16 -0
- package/lib/typescript/core/design/theme/resolveTokens.d.ts.map +1 -0
- package/lib/typescript/core/design/theme/useToken.d.ts +6 -0
- package/lib/typescript/core/design/theme/useToken.d.ts.map +1 -0
- package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts +5065 -0
- package/lib/typescript/core/design/tokens/amity-color-tokens.d.ts.map +1 -0
- package/lib/typescript/core/design/tokens/spacing.d.ts +22 -0
- package/lib/typescript/core/design/tokens/spacing.d.ts.map +1 -0
- package/lib/typescript/core/index.d.ts +1 -0
- package/lib/typescript/core/index.d.ts.map +1 -1
- package/lib/typescript/core/localization/LocaleProvider.d.ts +77 -0
- package/lib/typescript/core/localization/LocaleProvider.d.ts.map +1 -0
- package/lib/typescript/core/localization/defaultLocaleMap.d.ts +19 -0
- package/lib/typescript/core/localization/defaultLocaleMap.d.ts.map +1 -0
- package/lib/typescript/core/localization/defaults/en.d.ts +14 -0
- package/lib/typescript/core/localization/defaults/en.d.ts.map +1 -0
- package/lib/typescript/core/localization/defaults/th.d.ts +16 -0
- package/lib/typescript/core/localization/defaults/th.d.ts.map +1 -0
- package/lib/typescript/core/localization/index.d.ts +28 -0
- package/lib/typescript/core/localization/index.d.ts.map +1 -0
- package/lib/typescript/core/localization/resolveString.d.ts +82 -0
- package/lib/typescript/core/localization/resolveString.d.ts.map +1 -0
- package/lib/typescript/core/localization/useString.d.ts +23 -0
- package/lib/typescript/core/localization/useString.d.ts.map +1 -0
- package/lib/typescript/core/providers/AmityUIKitProvider.d.ts.map +1 -1
- package/lib/typescript/core/routes/AmityChatEntry.d.ts +2 -0
- package/lib/typescript/core/routes/AmityChatEntry.d.ts.map +1 -0
- package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts +5 -1
- package/lib/typescript/core/routes/AmityUIKitNavigator.d.ts.map +1 -1
- package/lib/typescript/core/routes/RouteParamList.d.ts +40 -0
- package/lib/typescript/core/routes/RouteParamList.d.ts.map +1 -1
- package/lib/typescript/core/stores/slices/toastSlice.d.ts +1 -0
- package/lib/typescript/core/stores/slices/toastSlice.d.ts.map +1 -1
- package/lib/typescript/core/utils/abbreviateCount.d.ts +2 -0
- package/lib/typescript/core/utils/abbreviateCount.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +2 -2
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/social/components/Toast/index.d.ts.map +1 -1
- package/lib/typescript/social/components/Toast/styles.d.ts +3 -1
- package/lib/typescript/social/components/Toast/styles.d.ts.map +1 -1
- package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts +36 -0
- package/lib/typescript/social/features/chat/components/AmityChatListItem/AmityChatListItem.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/components/AmityChatListItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts +106 -0
- package/lib/typescript/social/features/chat/components/AmityChatListItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts +7 -0
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/components/AmityConversationChatUserActionComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts +20 -0
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/components/AmityGroupMemberActionComponent/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts +7 -0
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts +45 -0
- package/lib/typescript/social/features/chat/components/AmityMediaAttachmentPicker/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts +42 -0
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts +37 -0
- package/lib/typescript/social/features/chat/components/AmityMessageActionMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts +25 -0
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts +195 -0
- package/lib/typescript/social/features/chat/components/AmityMessageBubble/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts +11 -0
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts +140 -0
- package/lib/typescript/social/features/chat/components/AmityMessageComposer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts +5 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts +11 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts +34 -0
- package/lib/typescript/social/features/chat/components/AmitySearchChannelResults/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts +5 -0
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/components/AmitySearchMessageResults/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/constants/errorResponse.d.ts +6 -0
- package/lib/typescript/social/features/chat/constants/errorResponse.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/constants/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/constants/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/constants/list.d.ts +3 -0
- package/lib/typescript/social/features/chat/constants/list.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/constants/search.d.ts +8 -0
- package/lib/typescript/social/features/chat/constants/search.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts +2 -0
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/ArchivedBadge.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts +22 -0
- package/lib/typescript/social/features/chat/elements/ArchivedBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts +29 -0
- package/lib/typescript/social/features/chat/elements/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/Avatar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts +35 -0
- package/lib/typescript/social/features/chat/elements/Avatar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts +10 -0
- package/lib/typescript/social/features/chat/elements/AvatarPicker/AvatarPicker.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/AvatarPicker/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts +35 -0
- package/lib/typescript/social/features/chat/elements/AvatarPicker/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts +12 -0
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/ConversationChatAvatar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts +9 -0
- package/lib/typescript/social/features/chat/elements/GroupNameField/GroupNameField.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/GroupNameField/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts +11 -0
- package/lib/typescript/social/features/chat/elements/GroupNameField/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts +6 -0
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts +16 -0
- package/lib/typescript/social/features/chat/elements/MediaUploadOverlay/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts +11 -0
- package/lib/typescript/social/features/chat/elements/ReactionPicker/ReactionPicker.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/ReactionPicker/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts +58 -0
- package/lib/typescript/social/features/chat/elements/ReactionPicker/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts +12 -0
- package/lib/typescript/social/features/chat/elements/SettingMenu/SettingMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/elements/SettingMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts +47 -0
- package/lib/typescript/social/features/chat/elements/SettingMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts +10 -0
- package/lib/typescript/social/features/chat/elements/TopBar/TopBar.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/elements/TopBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts +40 -0
- package/lib/typescript/social/features/chat/elements/TopBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts +2 -0
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts +17 -0
- package/lib/typescript/social/features/chat/elements/WaitingForNetwork/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/archive/ArchivedChat.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts +33 -0
- package/lib/typescript/social/features/chat/features/archive/components/ArchivedChannelList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/archive/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/archive/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/components/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/archive/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/archive/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/archive/styles.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/archive/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/conversation/Chat.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/conversation/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts +44 -0
- package/lib/typescript/social/features/chat/features/conversation/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts +45 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/MessageList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts +32 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts +29 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/MessageRow.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts +61 -0
- package/lib/typescript/social/features/chat/features/conversation/components/MessageRow/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/features/conversation/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/create/CreateConversation.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/UserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts +40 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/features/conversation/create/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useCreateConversation.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/conversation/create/hooks/useSearchUsers.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/conversation/create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/conversation/create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts +82 -0
- package/lib/typescript/social/features/chat/features/conversation/hooks/useConversation.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/conversation/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/conversation/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/conversation/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/group/add-member/AddGroupMember.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts +13 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/AddMemberButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts +31 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts +5 -0
- package/lib/typescript/social/features/chat/features/group/add-member/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts +23 -0
- package/lib/typescript/social/features/chat/features/group/add-member/hooks/useAddGroupMember.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/add-member/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/group/add-member/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/BannedGroupMembers.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts +13 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/group/banned-members/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/chat/GroupChat.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts +26 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/BannedEmptyState/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts +53 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/chat/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/chat/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts +91 -0
- package/lib/typescript/social/features/chat/features/group/chat/hooks/useGroupChat.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/chat/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/chat/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/create/CreateGroupChat.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/create/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/create/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts +9 -0
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts +22 -0
- package/lib/typescript/social/features/chat/features/group/create/components/MemberGrid/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts +17 -0
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts +54 -0
- package/lib/typescript/social/features/chat/features/group/create/components/PrivacySection/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/features/group/create/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/create/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts +34 -0
- package/lib/typescript/social/features/chat/features/group/create/hooks/useCreateGroupChat.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/create/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/styles.d.ts +15 -0
- package/lib/typescript/social/features/chat/features/group/create/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/create/utils/generateDisplayName.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/create/utils/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/EditGroupNotification.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts +16 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts +16 -0
- package/lib/typescript/social/features/chat/features/group/edit-notification/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/constants/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts +22 -0
- package/lib/typescript/social/features/chat/features/group/edit-permission/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/EditGroupProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts +15 -0
- package/lib/typescript/social/features/chat/features/group/edit-profile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/members/GroupMembers.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/members/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/members/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts +16 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/MemberItem.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts +45 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/MemberList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/group/members/components/MemberTabs/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts +5 -0
- package/lib/typescript/social/features/chat/features/group/members/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/members/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/group/members/hooks/useGroupMembers.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/members/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/members/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/members/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/NotificationPreference.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts +31 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts +19 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts +16 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/group/notification-preference/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/select-member/SelectGroupMember.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/UserItem.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts +30 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserItem/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/UserList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/UserList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts +5 -0
- package/lib/typescript/social/features/chat/features/group/select-member/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/select-member/constants/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts +22 -0
- package/lib/typescript/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/select-member/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/group/select-member/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/setting/GroupSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/setting/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/setting/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/group/setting/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts +20 -0
- package/lib/typescript/social/features/chat/features/group/setting/hooks/useGroupSetting.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/group/setting/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts +36 -0
- package/lib/typescript/social/features/chat/features/group/setting/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/home/ChatHome.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/ChannelList.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts +78 -0
- package/lib/typescript/social/features/chat/features/home/components/ChannelList/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts +33 -0
- package/lib/typescript/social/features/chat/features/home/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts +20 -0
- package/lib/typescript/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/components/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/features/home/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/home/elements/ChatHomeMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts +9 -0
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/home/elements/CreateChatMenu/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/SearchButton.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/home/elements/SearchButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/home/hooks/usePushNotificationEnabled.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/index.d.ts +4 -0
- package/lib/typescript/social/features/chat/features/home/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/home/styles.d.ts +15 -0
- package/lib/typescript/social/features/chat/features/home/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/search/SearchChannel.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts +9 -0
- package/lib/typescript/social/features/chat/features/search/components/Header/Header.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/search/components/Header/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts +20 -0
- package/lib/typescript/social/features/chat/features/search/components/Header/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/components/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/search/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/search/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts +13 -0
- package/lib/typescript/social/features/chat/features/search/hooks/useSearchChannel.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/search/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/search/styles.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/search/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/AddTile.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts +17 -0
- package/lib/typescript/social/features/chat/features/shared/components/AddTile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts +79 -0
- package/lib/typescript/social/features/chat/features/shared/components/ContentReportReason/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/DateSeparator.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts +28 -0
- package/lib/typescript/social/features/chat/features/shared/components/DateSeparator/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts +20 -0
- package/lib/typescript/social/features/chat/features/shared/components/DeletedMessagePill/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts +19 -0
- package/lib/typescript/social/features/chat/features/shared/components/EmptyState/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/FailedToShow.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts +22 -0
- package/lib/typescript/social/features/chat/features/shared/components/FailedToShow/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/ImageViewer.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts +49 -0
- package/lib/typescript/social/features/chat/features/shared/components/ImageViewer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/MediaViewer.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts +69 -0
- package/lib/typescript/social/features/chat/features/shared/components/MediaViewer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts +9 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts +46 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageFullTextScreen/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts +9 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts +54 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts +13 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts +38 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactionBadge/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts +23 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts +110 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReactorListSheet/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts +11 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts +60 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyBand/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts +110 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts +14 -0
- package/lib/typescript/social/features/chat/features/shared/components/MessageReplyQuote/utils.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/MutedBanner.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/shared/components/MutedBanner/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts +57 -0
- package/lib/typescript/social/features/chat/features/shared/components/NewMessageNotification/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/features/shared/components/ScrollToLatestButton/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts +6 -0
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/SelectedMember.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts +27 -0
- package/lib/typescript/social/features/chat/features/shared/components/SelectedMember/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts +18 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts +17 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts +53 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts +9 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts +47 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts +3 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/components/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts +15 -0
- package/lib/typescript/social/features/chat/features/shared/components/VideoPlayer/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts +7 -0
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/YouTile.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts +17 -0
- package/lib/typescript/social/features/chat/features/shared/components/YouTile/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts +27 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useBubbleMenu.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts +86 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useChatMessage.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useFailedMessageSheet.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts +8 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMarkAsRead.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts +22 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMediaViewer.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts +80 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageComposer.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts +12 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useMessageReactions.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts +16 -0
- package/lib/typescript/social/features/chat/features/shared/hooks/useReactorsCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts +19 -0
- package/lib/typescript/social/features/chat/features/shared/utils/reactionIcons.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/index.d.ts +8 -0
- package/lib/typescript/social/features/chat/hooks/collections/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts +11 -0
- package/lib/typescript/social/features/chat/hooks/collections/useArchivedChannelsCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts +18 -0
- package/lib/typescript/social/features/chat/hooks/collections/useChannelMembersCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts +8 -0
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsByIdsCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts +17 -0
- package/lib/typescript/social/features/chat/hooks/collections/useChannelsCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts +11 -0
- package/lib/typescript/social/features/chat/hooks/collections/useMessageSearchCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts +10 -0
- package/lib/typescript/social/features/chat/hooks/collections/useMessagesCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts +13 -0
- package/lib/typescript/social/features/chat/hooks/collections/useSearchChannelsCollection.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/index.d.ts +12 -0
- package/lib/typescript/social/features/chat/hooks/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/queries/index.d.ts +5 -0
- package/lib/typescript/social/features/chat/hooks/queries/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts +11 -0
- package/lib/typescript/social/features/chat/hooks/queries/useChannelArchiveQuery.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts +8 -0
- package/lib/typescript/social/features/chat/hooks/queries/useDeleteMessageQuery.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts +19 -0
- package/lib/typescript/social/features/chat/hooks/queries/useFlagMessageQuery.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts +5 -0
- package/lib/typescript/social/features/chat/hooks/queries/useSaveMediaMessageQuery.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts +8 -0
- package/lib/typescript/social/features/chat/hooks/useChannelMyMembership.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts +10 -0
- package/lib/typescript/social/features/chat/hooks/useChatNavigation.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts +17 -0
- package/lib/typescript/social/features/chat/hooks/useChatNotifications.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts +13 -0
- package/lib/typescript/social/features/chat/hooks/useCreateMessage.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts +2 -0
- package/lib/typescript/social/features/chat/hooks/useCurrentUserId.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts +12 -0
- package/lib/typescript/social/features/chat/hooks/useDeleteMessage.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts +15 -0
- package/lib/typescript/social/features/chat/hooks/useEditMessage.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useMention.d.ts +28 -0
- package/lib/typescript/social/features/chat/hooks/useMention.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts +5 -0
- package/lib/typescript/social/features/chat/hooks/useNetworkOnline.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts +2 -0
- package/lib/typescript/social/features/chat/hooks/useVideoFileUrl.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityAddGroupMemberPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts +9 -0
- package/lib/typescript/social/features/chat/pages/AmityArchivedChatPage/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityBannedGroupMemberListPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/pages/AmityChannelCreateConversationPage/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts +9 -0
- package/lib/typescript/social/features/chat/pages/AmityChatHomePage/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityChatPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts +10 -0
- package/lib/typescript/social/features/chat/pages/AmityChatPage/styles.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityCreateGroupChatPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityEditGroupNotificationPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityEditGroupProfilePage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupChatPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupMemberListPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmityGroupSettingPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmitySearchChannelPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts +2 -0
- package/lib/typescript/social/features/chat/pages/AmitySelectGroupMemberPage/index.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts +12 -0
- package/lib/typescript/social/features/chat/utils/groupMessagesByDate.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts +4 -0
- package/lib/typescript/social/features/chat/utils/highlightMatch.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/utils/previewLink.d.ts +3 -0
- package/lib/typescript/social/features/chat/utils/previewLink.d.ts.map +1 -0
- package/lib/typescript/social/features/chat/utils/timestamp.d.ts +3 -0
- package/lib/typescript/social/features/chat/utils/timestamp.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/hooks/useGlobalBehavior.d.ts +1 -0
- package/lib/typescript/social/hooks/useGlobalBehavior.d.ts.map +1 -1
- package/package.json +12 -7
- package/src/core/assets/icons/emptyCommunity2.tsx +46 -0
- package/src/core/design/atoms/Avatar/Avatar.tsx +93 -0
- package/src/core/design/atoms/Avatar/index.ts +9 -0
- package/src/core/design/atoms/Avatar/styles.ts +109 -0
- package/src/core/design/atoms/Badge/Badge.tsx +103 -0
- package/src/core/design/atoms/Badge/index.ts +10 -0
- package/src/core/design/atoms/Badge/styles.ts +158 -0
- package/src/core/design/atoms/Button/Button.tsx +112 -0
- package/src/core/design/atoms/Button/Icon/Icon.tsx +87 -0
- package/src/core/design/atoms/Button/Icon/index.ts +7 -0
- package/src/core/design/atoms/Button/Icon/styles.ts +166 -0
- package/src/core/design/atoms/Button/index.ts +18 -0
- package/src/core/design/atoms/Button/styles.ts +309 -0
- package/src/core/design/atoms/Divider/Divider.tsx +37 -0
- package/src/core/design/atoms/Divider/index.ts +6 -0
- package/src/core/design/atoms/Divider/styles.ts +44 -0
- package/src/core/design/atoms/Input/Boxed/Boxed.tsx +97 -0
- package/src/core/design/atoms/Input/Boxed/index.ts +2 -0
- package/src/core/design/atoms/Input/Boxed/styles.ts +103 -0
- package/src/core/design/atoms/Input/Chip/Chip.tsx +105 -0
- package/src/core/design/atoms/Input/Chip/index.ts +2 -0
- package/src/core/design/atoms/Input/Chip/styles.ts +95 -0
- package/src/core/design/atoms/Input/Input.tsx +14 -0
- package/src/core/design/atoms/Input/Text/Text.tsx +118 -0
- package/src/core/design/atoms/Input/Text/index.ts +2 -0
- package/src/core/design/atoms/Input/Text/styles.ts +137 -0
- package/src/core/design/atoms/Input/User/User.tsx +53 -0
- package/src/core/design/atoms/Input/User/index.ts +2 -0
- package/src/core/design/atoms/Input/User/styles.ts +62 -0
- package/src/core/design/atoms/Input/index.ts +9 -0
- package/src/core/design/atoms/Loader/Loader.tsx +10 -0
- package/src/core/design/atoms/Loader/Spinner/Spinner.tsx +30 -0
- package/src/core/design/atoms/Loader/Spinner/index.ts +2 -0
- package/src/core/design/atoms/Loader/Spinner/styles.ts +21 -0
- package/src/core/design/atoms/Loader/Upload/Upload.tsx +119 -0
- package/src/core/design/atoms/Loader/Upload/index.ts +2 -0
- package/src/core/design/atoms/Loader/Upload/styles.ts +57 -0
- package/src/core/design/atoms/Loader/index.ts +5 -0
- package/src/core/design/atoms/Selection/Selection.tsx +96 -0
- package/src/core/design/atoms/Selection/index.ts +2 -0
- package/src/core/design/atoms/Selection/styles.ts +133 -0
- package/src/core/design/atoms/Tab/Tab.tsx +65 -0
- package/src/core/design/atoms/Tab/index.ts +2 -0
- package/src/core/design/atoms/Tab/styles.ts +109 -0
- package/src/core/design/components/Menu/Menu.tsx +92 -0
- package/src/core/design/components/Menu/index.ts +2 -0
- package/src/core/design/components/Menu/styles.ts +87 -0
- package/src/core/design/components/MenuOptionButton/MenuOptionButton.tsx +36 -0
- package/src/core/design/components/MenuOptionButton/index.ts +2 -0
- package/src/core/design/components/MenuOptionButton/styles.ts +35 -0
- package/src/core/design/components/Popover/Popover.tsx +149 -0
- package/src/core/design/components/Popover/index.ts +2 -0
- package/src/core/design/components/Popover/styles.ts +38 -0
- package/src/core/design/components/Skeleton/Skeleton.tsx +72 -0
- package/src/core/design/components/Skeleton/index.ts +2 -0
- package/src/core/design/components/Skeleton/styles.ts +17 -0
- package/src/core/design/components/TextEditor/TextEditor.tsx +262 -0
- package/src/core/design/components/TextEditor/index.ts +4 -0
- package/src/core/design/components/TextEditor/styles.ts +58 -0
- package/src/core/design/components/TextEditor/utils.ts +145 -0
- package/src/core/design/components/Typography/Typography.tsx +38 -0
- package/src/core/design/components/Typography/index.ts +2 -0
- package/src/core/design/components/Typography/styles.ts +31 -0
- package/src/core/design/elements/ModeratorBadge/ModeratorBadge.tsx +21 -0
- package/src/core/design/elements/ModeratorBadge/index.ts +2 -0
- package/src/core/design/elements/PrivateBadge/PrivateBadge.tsx +29 -0
- package/src/core/design/elements/PrivateBadge/index.ts +2 -0
- package/src/core/design/icons/AmityIcon.tsx +28 -0
- package/src/core/design/icons/generated/iconRegistry.ts +697 -0
- package/src/core/design/icons/index.ts +9 -0
- package/src/core/design/molecules/SearchInput/SearchInput.tsx +58 -0
- package/src/core/design/molecules/SearchInput/index.ts +2 -0
- package/src/core/design/molecules/SearchInput/styles.ts +23 -0
- package/src/core/design/molecules/Tabs/Tabs.tsx +46 -0
- package/src/core/design/molecules/Tabs/index.ts +2 -0
- package/src/core/design/molecules/Tabs/styles.ts +25 -0
- package/src/core/design/theme/AmityForceMode.tsx +24 -0
- package/src/core/design/theme/AmityThemeProvider.tsx +85 -0
- package/src/core/design/theme/index.ts +18 -0
- package/src/core/design/theme/resolveTokens.ts +53 -0
- package/src/core/design/theme/useToken.ts +17 -0
- package/src/core/design/tokens/CHECKSUMS.json +9 -0
- package/src/core/design/tokens/amity-color-tokens.ts +733 -0
- package/src/core/design/tokens/amity-uikit-config.json +1381 -0
- package/src/core/design/tokens/amity-uikit-design-tokens.json +2953 -0
- package/src/core/design/tokens/config-resolver.d.ts +55 -0
- package/src/core/design/tokens/config-resolver.js +525 -0
- package/src/core/design/tokens/geometry.json +2673 -0
- package/src/core/design/tokens/spacing.ts +28 -0
- package/src/core/index.tsx +1 -0
- package/src/core/localization/LocaleProvider.tsx +187 -0
- package/src/core/localization/defaultLocaleMap.ts +23 -0
- package/src/core/localization/defaults/en.json +1175 -0
- package/src/core/localization/defaults/en.ts +16 -0
- package/src/core/localization/defaults/th.json +1174 -0
- package/src/core/localization/defaults/th.ts +18 -0
- package/src/core/localization/index.ts +41 -0
- package/src/core/localization/resolveString.ts +176 -0
- package/src/core/localization/useString.ts +30 -0
- package/src/core/providers/AmityUIKitProvider.tsx +40 -29
- package/src/core/routes/AmityChatEntry.tsx +8 -0
- package/src/core/routes/AmityUIKitNavigator.tsx +86 -1
- package/src/core/routes/RouteParamList.tsx +19 -0
- package/src/core/stores/slices/toastSlice.ts +6 -0
- package/src/core/utils/abbreviateCount.ts +13 -0
- package/src/index.tsx +2 -0
- package/src/social/components/Toast/index.tsx +55 -27
- package/src/social/components/Toast/styles.ts +22 -3
- package/src/social/features/chat/components/AmityChatListItem/AmityChatListItem.tsx +394 -0
- package/src/social/features/chat/components/AmityChatListItem/index.ts +2 -0
- package/src/social/features/chat/components/AmityChatListItem/styles.ts +125 -0
- package/src/social/features/chat/components/AmityConversationChatUserActionComponent/AmityConversationChatUserActionComponent.tsx +293 -0
- package/src/social/features/chat/components/AmityConversationChatUserActionComponent/index.ts +1 -0
- package/src/social/features/chat/components/AmityConversationChatUserActionComponent/styles.ts +23 -0
- package/src/social/features/chat/components/AmityGroupMemberActionComponent/AmityGroupMemberActionComponent.tsx +347 -0
- package/src/social/features/chat/components/AmityGroupMemberActionComponent/index.ts +1 -0
- package/src/social/features/chat/components/AmityGroupMemberActionComponent/styles.ts +20 -0
- package/src/social/features/chat/components/AmityMediaAttachmentPicker/AmityMediaAttachmentPicker.tsx +239 -0
- package/src/social/features/chat/components/AmityMediaAttachmentPicker/index.ts +1 -0
- package/src/social/features/chat/components/AmityMediaAttachmentPicker/styles.ts +66 -0
- package/src/social/features/chat/components/AmityMessageActionMenu/AmityMessageActionMenu.tsx +294 -0
- package/src/social/features/chat/components/AmityMessageActionMenu/index.ts +5 -0
- package/src/social/features/chat/components/AmityMessageActionMenu/styles.ts +48 -0
- package/src/social/features/chat/components/AmityMessageBubble/AmityMessageBubble.tsx +625 -0
- package/src/social/features/chat/components/AmityMessageBubble/index.ts +1 -0
- package/src/social/features/chat/components/AmityMessageBubble/styles.ts +252 -0
- package/src/social/features/chat/components/AmityMessageComposer/AmityMessageComposer.tsx +325 -0
- package/src/social/features/chat/components/AmityMessageComposer/index.ts +1 -0
- package/src/social/features/chat/components/AmityMessageComposer/styles.ts +173 -0
- package/src/social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx +148 -0
- package/src/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx +94 -0
- package/src/social/features/chat/components/AmitySearchChannelResults/index.ts +2 -0
- package/src/social/features/chat/components/AmitySearchChannelResults/styles.ts +53 -0
- package/src/social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx +174 -0
- package/src/social/features/chat/components/AmitySearchMessageResults/index.ts +2 -0
- package/src/social/features/chat/constants/errorResponse.ts +9 -0
- package/src/social/features/chat/constants/index.ts +3 -0
- package/src/social/features/chat/constants/list.ts +7 -0
- package/src/social/features/chat/constants/search.ts +13 -0
- package/src/social/features/chat/elements/ArchivedBadge/ArchivedBadge.tsx +27 -0
- package/src/social/features/chat/elements/ArchivedBadge/index.ts +1 -0
- package/src/social/features/chat/elements/ArchivedBadge/styles.ts +34 -0
- package/src/social/features/chat/elements/Avatar/Avatar.tsx +165 -0
- package/src/social/features/chat/elements/Avatar/index.ts +2 -0
- package/src/social/features/chat/elements/Avatar/styles.ts +49 -0
- package/src/social/features/chat/elements/AvatarPicker/AvatarPicker.tsx +73 -0
- package/src/social/features/chat/elements/AvatarPicker/index.ts +2 -0
- package/src/social/features/chat/elements/AvatarPicker/styles.ts +44 -0
- package/src/social/features/chat/elements/ConversationChatAvatar/ConversationChatAvatar.tsx +61 -0
- package/src/social/features/chat/elements/ConversationChatAvatar/index.ts +2 -0
- package/src/social/features/chat/elements/GroupNameField/GroupNameField.tsx +61 -0
- package/src/social/features/chat/elements/GroupNameField/index.ts +2 -0
- package/src/social/features/chat/elements/GroupNameField/styles.ts +19 -0
- package/src/social/features/chat/elements/MediaUploadOverlay/MediaUploadOverlay.tsx +36 -0
- package/src/social/features/chat/elements/MediaUploadOverlay/index.ts +2 -0
- package/src/social/features/chat/elements/MediaUploadOverlay/styles.ts +25 -0
- package/src/social/features/chat/elements/ReactionPicker/ReactionPicker.tsx +97 -0
- package/src/social/features/chat/elements/ReactionPicker/index.ts +2 -0
- package/src/social/features/chat/elements/ReactionPicker/styles.ts +90 -0
- package/src/social/features/chat/elements/SettingMenu/SettingMenu.tsx +86 -0
- package/src/social/features/chat/elements/SettingMenu/index.ts +2 -0
- package/src/social/features/chat/elements/SettingMenu/styles.ts +57 -0
- package/src/social/features/chat/elements/TopBar/TopBar.tsx +61 -0
- package/src/social/features/chat/elements/TopBar/index.ts +1 -0
- package/src/social/features/chat/elements/TopBar/styles.ts +50 -0
- package/src/social/features/chat/elements/WaitingForNetwork/WaitingForNetwork.tsx +48 -0
- package/src/social/features/chat/elements/WaitingForNetwork/index.ts +1 -0
- package/src/social/features/chat/elements/WaitingForNetwork/styles.ts +30 -0
- package/src/social/features/chat/features/archive/ArchivedChat.tsx +28 -0
- package/src/social/features/chat/features/archive/components/ArchivedChannelList/ArchivedChannelList.tsx +131 -0
- package/src/social/features/chat/features/archive/components/ArchivedChannelList/index.ts +1 -0
- package/src/social/features/chat/features/archive/components/ArchivedChannelList/styles.ts +56 -0
- package/src/social/features/chat/features/archive/components/Header/Header.tsx +18 -0
- package/src/social/features/chat/features/archive/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/archive/components/index.ts +2 -0
- package/src/social/features/chat/features/archive/index.ts +1 -0
- package/src/social/features/chat/features/archive/styles.ts +21 -0
- package/src/social/features/chat/features/conversation/Chat.tsx +153 -0
- package/src/social/features/chat/features/conversation/components/Header/Header.tsx +73 -0
- package/src/social/features/chat/features/conversation/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/conversation/components/Header/styles.ts +56 -0
- package/src/social/features/chat/features/conversation/components/MessageList/MessageList.tsx +235 -0
- package/src/social/features/chat/features/conversation/components/MessageList/index.ts +1 -0
- package/src/social/features/chat/features/conversation/components/MessageList/styles.ts +48 -0
- package/src/social/features/chat/features/conversation/components/MessageRow/MessageRow.tsx +234 -0
- package/src/social/features/chat/features/conversation/components/MessageRow/index.ts +1 -0
- package/src/social/features/chat/features/conversation/components/MessageRow/styles.ts +78 -0
- package/src/social/features/chat/features/conversation/components/index.ts +3 -0
- package/src/social/features/chat/features/conversation/create/CreateConversation.tsx +36 -0
- package/src/social/features/chat/features/conversation/create/components/Header/Header.tsx +42 -0
- package/src/social/features/chat/features/conversation/create/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/conversation/create/components/Header/styles.ts +24 -0
- package/src/social/features/chat/features/conversation/create/components/UserItem/UserItem.tsx +66 -0
- package/src/social/features/chat/features/conversation/create/components/UserItem/index.ts +1 -0
- package/src/social/features/chat/features/conversation/create/components/UserItem/styles.ts +51 -0
- package/src/social/features/chat/features/conversation/create/components/UserList/UserList.tsx +86 -0
- package/src/social/features/chat/features/conversation/create/components/UserList/index.ts +1 -0
- package/src/social/features/chat/features/conversation/create/components/UserList/styles.ts +15 -0
- package/src/social/features/chat/features/conversation/create/components/index.ts +3 -0
- package/src/social/features/chat/features/conversation/create/hooks/index.ts +6 -0
- package/src/social/features/chat/features/conversation/create/hooks/useCreateConversation.ts +74 -0
- package/src/social/features/chat/features/conversation/create/hooks/useSearchUsers.ts +80 -0
- package/src/social/features/chat/features/conversation/create/index.ts +1 -0
- package/src/social/features/chat/features/conversation/create/styles.ts +20 -0
- package/src/social/features/chat/features/conversation/hooks/useConversation.ts +53 -0
- package/src/social/features/chat/features/conversation/index.ts +2 -0
- package/src/social/features/chat/features/conversation/styles.ts +18 -0
- package/src/social/features/chat/features/group/add-member/AddGroupMember.tsx +61 -0
- package/src/social/features/chat/features/group/add-member/components/AddMemberButton/AddMemberButton.tsx +40 -0
- package/src/social/features/chat/features/group/add-member/components/AddMemberButton/index.ts +1 -0
- package/src/social/features/chat/features/group/add-member/components/AddMemberButton/styles.ts +22 -0
- package/src/social/features/chat/features/group/add-member/components/Header/Header.tsx +50 -0
- package/src/social/features/chat/features/group/add-member/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/add-member/components/Header/styles.ts +23 -0
- package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
- package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/index.ts +1 -0
- package/src/social/features/chat/features/group/add-member/components/SelectedUsersBar/styles.ts +29 -0
- package/src/social/features/chat/features/group/add-member/components/UserList/UserList.tsx +157 -0
- package/src/social/features/chat/features/group/add-member/components/UserList/index.ts +1 -0
- package/src/social/features/chat/features/group/add-member/components/UserList/styles.ts +40 -0
- package/src/social/features/chat/features/group/add-member/components/index.ts +4 -0
- package/src/social/features/chat/features/group/add-member/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/add-member/hooks/useAddGroupMember.ts +112 -0
- package/src/social/features/chat/features/group/add-member/index.ts +1 -0
- package/src/social/features/chat/features/group/add-member/styles.ts +23 -0
- package/src/social/features/chat/features/group/banned-members/BannedGroupMembers.tsx +56 -0
- package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/BannedMemberList.tsx +126 -0
- package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/index.ts +1 -0
- package/src/social/features/chat/features/group/banned-members/components/BannedMemberList/styles.ts +20 -0
- package/src/social/features/chat/features/group/banned-members/components/Header/Header.tsx +17 -0
- package/src/social/features/chat/features/group/banned-members/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/banned-members/components/index.ts +2 -0
- package/src/social/features/chat/features/group/banned-members/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/banned-members/hooks/useBannedGroupMembers.ts +75 -0
- package/src/social/features/chat/features/group/banned-members/index.ts +1 -0
- package/src/social/features/chat/features/group/banned-members/styles.ts +23 -0
- package/src/social/features/chat/features/group/chat/GroupChat.tsx +150 -0
- package/src/social/features/chat/features/group/chat/components/BannedEmptyState/BannedEmptyState.tsx +34 -0
- package/src/social/features/chat/features/group/chat/components/BannedEmptyState/index.ts +1 -0
- package/src/social/features/chat/features/group/chat/components/BannedEmptyState/styles.ts +27 -0
- package/src/social/features/chat/features/group/chat/components/Header/Header.tsx +92 -0
- package/src/social/features/chat/features/group/chat/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/chat/components/Header/styles.ts +53 -0
- package/src/social/features/chat/features/group/chat/components/index.ts +2 -0
- package/src/social/features/chat/features/group/chat/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/chat/hooks/useGroupChat.ts +85 -0
- package/src/social/features/chat/features/group/chat/index.ts +2 -0
- package/src/social/features/chat/features/group/chat/styles.ts +14 -0
- package/src/social/features/chat/features/group/create/CreateGroupChat.tsx +94 -0
- package/src/social/features/chat/features/group/create/components/Header/Header.tsx +44 -0
- package/src/social/features/chat/features/group/create/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/create/components/MemberGrid/MemberGrid.tsx +62 -0
- package/src/social/features/chat/features/group/create/components/MemberGrid/index.ts +1 -0
- package/src/social/features/chat/features/group/create/components/MemberGrid/styles.ts +34 -0
- package/src/social/features/chat/features/group/create/components/PrivacySection/PrivacySection.tsx +117 -0
- package/src/social/features/chat/features/group/create/components/PrivacySection/index.ts +1 -0
- package/src/social/features/chat/features/group/create/components/PrivacySection/styles.ts +66 -0
- package/src/social/features/chat/features/group/create/components/index.ts +3 -0
- package/src/social/features/chat/features/group/create/hooks/index.ts +5 -0
- package/src/social/features/chat/features/group/create/hooks/useCreateGroupChat.ts +237 -0
- package/src/social/features/chat/features/group/create/index.ts +5 -0
- package/src/social/features/chat/features/group/create/styles.ts +26 -0
- package/src/social/features/chat/features/group/create/utils/generateDisplayName.ts +36 -0
- package/src/social/features/chat/features/group/create/utils/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-notification/EditGroupNotification.tsx +121 -0
- package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/NotificationMode.tsx +39 -0
- package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-notification/components/NotificationMode/styles.ts +29 -0
- package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/NotificationModeRow.tsx +43 -0
- package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-notification/components/NotificationModeRow/styles.ts +29 -0
- package/src/social/features/chat/features/group/edit-notification/components/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-notification/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-notification/hooks/useEditGroupNotification.ts +127 -0
- package/src/social/features/chat/features/group/edit-notification/index.ts +2 -0
- package/src/social/features/chat/features/group/edit-notification/styles.ts +30 -0
- package/src/social/features/chat/features/group/edit-permission/EditGroupMemberPermissions.tsx +83 -0
- package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/MemberPermission.tsx +42 -0
- package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-permission/components/MemberPermission/styles.ts +29 -0
- package/src/social/features/chat/features/group/edit-permission/components/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-permission/constants/index.ts +31 -0
- package/src/social/features/chat/features/group/edit-permission/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-permission/hooks/useEditGroupMemberPermissions.ts +115 -0
- package/src/social/features/chat/features/group/edit-permission/index.ts +2 -0
- package/src/social/features/chat/features/group/edit-permission/styles.ts +35 -0
- package/src/social/features/chat/features/group/edit-profile/EditGroupProfile.tsx +65 -0
- package/src/social/features/chat/features/group/edit-profile/components/Header/Header.tsx +45 -0
- package/src/social/features/chat/features/group/edit-profile/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-profile/components/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-profile/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/edit-profile/hooks/useEditGroupProfile.ts +150 -0
- package/src/social/features/chat/features/group/edit-profile/index.ts +2 -0
- package/src/social/features/chat/features/group/edit-profile/styles.ts +26 -0
- package/src/social/features/chat/features/group/members/GroupMembers.tsx +47 -0
- package/src/social/features/chat/features/group/members/components/Header/Header.tsx +51 -0
- package/src/social/features/chat/features/group/members/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/members/components/MemberItem/MemberItem.tsx +94 -0
- package/src/social/features/chat/features/group/members/components/MemberItem/index.ts +1 -0
- package/src/social/features/chat/features/group/members/components/MemberItem/styles.ts +55 -0
- package/src/social/features/chat/features/group/members/components/MemberList/MemberList.tsx +144 -0
- package/src/social/features/chat/features/group/members/components/MemberList/index.ts +1 -0
- package/src/social/features/chat/features/group/members/components/MemberList/styles.ts +17 -0
- package/src/social/features/chat/features/group/members/components/MemberTabs/MemberTabs.tsx +86 -0
- package/src/social/features/chat/features/group/members/components/MemberTabs/index.ts +1 -0
- package/src/social/features/chat/features/group/members/components/MemberTabs/styles.ts +18 -0
- package/src/social/features/chat/features/group/members/components/index.ts +4 -0
- package/src/social/features/chat/features/group/members/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/members/hooks/useGroupMembers.ts +36 -0
- package/src/social/features/chat/features/group/members/index.ts +1 -0
- package/src/social/features/chat/features/group/members/styles.ts +19 -0
- package/src/social/features/chat/features/group/notification-preference/NotificationPreference.tsx +66 -0
- package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/AllowNotifications.tsx +75 -0
- package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/index.ts +1 -0
- package/src/social/features/chat/features/group/notification-preference/components/AllowNotifications/styles.ts +45 -0
- package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/DisabledByModeratorBanner.tsx +42 -0
- package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/index.ts +1 -0
- package/src/social/features/chat/features/group/notification-preference/components/DisabledByModeratorBanner/styles.ts +33 -0
- package/src/social/features/chat/features/group/notification-preference/components/index.ts +2 -0
- package/src/social/features/chat/features/group/notification-preference/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/notification-preference/hooks/useNotificationPreference.ts +163 -0
- package/src/social/features/chat/features/group/notification-preference/index.ts +2 -0
- package/src/social/features/chat/features/group/notification-preference/styles.ts +22 -0
- package/src/social/features/chat/features/group/select-member/SelectGroupMember.tsx +68 -0
- package/src/social/features/chat/features/group/select-member/components/Header/Header.tsx +76 -0
- package/src/social/features/chat/features/group/select-member/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/select-member/components/Header/styles.ts +25 -0
- package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/SelectedUsersBar.tsx +49 -0
- package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/index.ts +1 -0
- package/src/social/features/chat/features/group/select-member/components/SelectedUsersBar/styles.ts +29 -0
- package/src/social/features/chat/features/group/select-member/components/UserItem/UserItem.tsx +58 -0
- package/src/social/features/chat/features/group/select-member/components/UserItem/index.ts +1 -0
- package/src/social/features/chat/features/group/select-member/components/UserItem/styles.ts +42 -0
- package/src/social/features/chat/features/group/select-member/components/UserList/UserList.tsx +131 -0
- package/src/social/features/chat/features/group/select-member/components/UserList/index.ts +1 -0
- package/src/social/features/chat/features/group/select-member/components/UserList/styles.ts +24 -0
- package/src/social/features/chat/features/group/select-member/components/index.ts +4 -0
- package/src/social/features/chat/features/group/select-member/constants/index.ts +3 -0
- package/src/social/features/chat/features/group/select-member/hooks/index.ts +2 -0
- package/src/social/features/chat/features/group/select-member/hooks/useSelectGroupMember.ts +128 -0
- package/src/social/features/chat/features/group/select-member/index.ts +2 -0
- package/src/social/features/chat/features/group/select-member/styles.ts +20 -0
- package/src/social/features/chat/features/group/setting/GroupSetting.tsx +94 -0
- package/src/social/features/chat/features/group/setting/components/Header/Header.tsx +17 -0
- package/src/social/features/chat/features/group/setting/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/group/setting/components/index.ts +1 -0
- package/src/social/features/chat/features/group/setting/hooks/index.ts +1 -0
- package/src/social/features/chat/features/group/setting/hooks/useGroupSetting.ts +324 -0
- package/src/social/features/chat/features/group/setting/index.ts +2 -0
- package/src/social/features/chat/features/group/setting/styles.ts +50 -0
- package/src/social/features/chat/features/home/ChatHome.tsx +84 -0
- package/src/social/features/chat/features/home/components/ChannelList/ChannelList.tsx +209 -0
- package/src/social/features/chat/features/home/components/ChannelList/index.ts +2 -0
- package/src/social/features/chat/features/home/components/ChannelList/styles.ts +102 -0
- package/src/social/features/chat/features/home/components/Header/Header.tsx +38 -0
- package/src/social/features/chat/features/home/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/home/components/Header/styles.ts +50 -0
- package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/NotificationsDisabledBanner.tsx +36 -0
- package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/index.ts +1 -0
- package/src/social/features/chat/features/home/components/NotificationsDisabledBanner/styles.ts +35 -0
- package/src/social/features/chat/features/home/components/index.ts +3 -0
- package/src/social/features/chat/features/home/elements/ChatHomeMenu/ChatHomeMenu.tsx +89 -0
- package/src/social/features/chat/features/home/elements/ChatHomeMenu/index.ts +1 -0
- package/src/social/features/chat/features/home/elements/ChatHomeMenu/styles.ts +26 -0
- package/src/social/features/chat/features/home/elements/CreateChatMenu/CreateChatMenu.tsx +131 -0
- package/src/social/features/chat/features/home/elements/CreateChatMenu/index.ts +1 -0
- package/src/social/features/chat/features/home/elements/CreateChatMenu/styles.ts +26 -0
- package/src/social/features/chat/features/home/elements/SearchButton/SearchButton.tsx +57 -0
- package/src/social/features/chat/features/home/elements/SearchButton/index.ts +1 -0
- package/src/social/features/chat/features/home/elements/SearchButton/styles.ts +27 -0
- package/src/social/features/chat/features/home/hooks/index.ts +1 -0
- package/src/social/features/chat/features/home/hooks/usePushNotificationEnabled.ts +35 -0
- package/src/social/features/chat/features/home/index.ts +3 -0
- package/src/social/features/chat/features/home/styles.ts +25 -0
- package/src/social/features/chat/features/search/SearchChannel.tsx +68 -0
- package/src/social/features/chat/features/search/components/Header/Header.tsx +61 -0
- package/src/social/features/chat/features/search/components/Header/index.ts +1 -0
- package/src/social/features/chat/features/search/components/Header/styles.ts +33 -0
- package/src/social/features/chat/features/search/components/index.ts +5 -0
- package/src/social/features/chat/features/search/hooks/index.ts +1 -0
- package/src/social/features/chat/features/search/hooks/useSearchChannel.ts +50 -0
- package/src/social/features/chat/features/search/index.ts +1 -0
- package/src/social/features/chat/features/search/styles.ts +25 -0
- package/src/social/features/chat/features/shared/components/AddTile/AddTile.tsx +44 -0
- package/src/social/features/chat/features/shared/components/AddTile/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/AddTile/styles.ts +29 -0
- package/src/social/features/chat/features/shared/components/ContentReportReason/ContentReportReason.tsx +308 -0
- package/src/social/features/chat/features/shared/components/ContentReportReason/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/ContentReportReason/styles.ts +95 -0
- package/src/social/features/chat/features/shared/components/DateSeparator/DateSeparator.tsx +29 -0
- package/src/social/features/chat/features/shared/components/DateSeparator/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/DateSeparator/styles.ts +46 -0
- package/src/social/features/chat/features/shared/components/DeletedMessagePill/DeletedMessagePill.tsx +39 -0
- package/src/social/features/chat/features/shared/components/DeletedMessagePill/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/DeletedMessagePill/styles.ts +43 -0
- package/src/social/features/chat/features/shared/components/EmptyState/EmptyState.tsx +63 -0
- package/src/social/features/chat/features/shared/components/EmptyState/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/EmptyState/styles.ts +30 -0
- package/src/social/features/chat/features/shared/components/FailedToShow/FailedToShow.tsx +44 -0
- package/src/social/features/chat/features/shared/components/FailedToShow/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/FailedToShow/styles.ts +32 -0
- package/src/social/features/chat/features/shared/components/ImageViewer/ImageViewer.tsx +130 -0
- package/src/social/features/chat/features/shared/components/ImageViewer/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/ImageViewer/styles.ts +69 -0
- package/src/social/features/chat/features/shared/components/MediaViewer/MediaViewer.tsx +130 -0
- package/src/social/features/chat/features/shared/components/MediaViewer/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/MediaViewer/styles.ts +93 -0
- package/src/social/features/chat/features/shared/components/MessageFullTextScreen/MessageFullTextScreen.tsx +100 -0
- package/src/social/features/chat/features/shared/components/MessageFullTextScreen/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/MessageFullTextScreen/styles.ts +59 -0
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/MessageLinkPreview.tsx +136 -0
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/styles.ts +72 -0
- package/src/social/features/chat/features/shared/components/MessageLinkPreview/useLinkPreview.ts +58 -0
- package/src/social/features/chat/features/shared/components/MessageReactionBadge/MessageReactionBadge.tsx +72 -0
- package/src/social/features/chat/features/shared/components/MessageReactionBadge/index.tsx +1 -0
- package/src/social/features/chat/features/shared/components/MessageReactionBadge/styles.ts +66 -0
- package/src/social/features/chat/features/shared/components/MessageReactorListSheet/MessageReactorListSheet.tsx +330 -0
- package/src/social/features/chat/features/shared/components/MessageReactorListSheet/index.tsx +1 -0
- package/src/social/features/chat/features/shared/components/MessageReactorListSheet/styles.ts +150 -0
- package/src/social/features/chat/features/shared/components/MessageReplyBand/MessageReplyBand.tsx +175 -0
- package/src/social/features/chat/features/shared/components/MessageReplyBand/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/MessageReplyBand/styles.ts +77 -0
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/MessageReplyQuote.tsx +370 -0
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/styles.ts +132 -0
- package/src/social/features/chat/features/shared/components/MessageReplyQuote/utils.ts +97 -0
- package/src/social/features/chat/features/shared/components/MutedBanner/MutedBanner.tsx +42 -0
- package/src/social/features/chat/features/shared/components/MutedBanner/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/MutedBanner/styles.ts +32 -0
- package/src/social/features/chat/features/shared/components/NewMessageNotification/NewMessageNotification.tsx +120 -0
- package/src/social/features/chat/features/shared/components/NewMessageNotification/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/NewMessageNotification/styles.ts +67 -0
- package/src/social/features/chat/features/shared/components/ScrollToLatestButton/ScrollToLatestButton.tsx +34 -0
- package/src/social/features/chat/features/shared/components/ScrollToLatestButton/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/ScrollToLatestButton/styles.ts +18 -0
- package/src/social/features/chat/features/shared/components/SelectedMember/SelectedMember.tsx +65 -0
- package/src/social/features/chat/features/shared/components/SelectedMember/index.ts +2 -0
- package/src/social/features/chat/features/shared/components/SelectedMember/styles.ts +38 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/VideoPlayer.tsx +213 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/VideoControls.tsx +147 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoControls/styles.ts +54 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/VideoScrubber.tsx +131 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/VideoScrubber/styles.ts +62 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/components/index.ts +2 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/VideoPlayer/styles.ts +23 -0
- package/src/social/features/chat/features/shared/components/YouTile/YouTile.tsx +55 -0
- package/src/social/features/chat/features/shared/components/YouTile/index.ts +1 -0
- package/src/social/features/chat/features/shared/components/YouTile/styles.ts +27 -0
- package/src/social/features/chat/features/shared/hooks/index.ts +21 -0
- package/src/social/features/chat/features/shared/hooks/useBubbleMenu.tsx +165 -0
- package/src/social/features/chat/features/shared/hooks/useChatMessage.ts +303 -0
- package/src/social/features/chat/features/shared/hooks/useFailedMessageSheet.tsx +143 -0
- package/src/social/features/chat/features/shared/hooks/useMarkAsRead.ts +55 -0
- package/src/social/features/chat/features/shared/hooks/useMediaViewer.ts +105 -0
- package/src/social/features/chat/features/shared/hooks/useMessageComposer.ts +778 -0
- package/src/social/features/chat/features/shared/hooks/useMessageReactions.ts +97 -0
- package/src/social/features/chat/features/shared/hooks/useReactorsCollection.ts +71 -0
- package/src/social/features/chat/features/shared/utils/reactionIcons.tsx +282 -0
- package/src/social/features/chat/hooks/collections/index.ts +7 -0
- package/src/social/features/chat/hooks/collections/useArchivedChannelsCollection.ts +72 -0
- package/src/social/features/chat/hooks/collections/useChannelMembersCollection.ts +94 -0
- package/src/social/features/chat/hooks/collections/useChannelsByIdsCollection.ts +66 -0
- package/src/social/features/chat/hooks/collections/useChannelsCollection.ts +98 -0
- package/src/social/features/chat/hooks/collections/useMessageSearchCollection.ts +75 -0
- package/src/social/features/chat/hooks/collections/useMessagesCollection.ts +96 -0
- package/src/social/features/chat/hooks/collections/useSearchChannelsCollection.ts +97 -0
- package/src/social/features/chat/hooks/index.ts +11 -0
- package/src/social/features/chat/hooks/queries/index.ts +4 -0
- package/src/social/features/chat/hooks/queries/useChannelArchiveQuery.ts +99 -0
- package/src/social/features/chat/hooks/queries/useDeleteMessageQuery.ts +71 -0
- package/src/social/features/chat/hooks/queries/useFlagMessageQuery.ts +105 -0
- package/src/social/features/chat/hooks/queries/useSaveMediaMessageQuery.ts +141 -0
- package/src/social/features/chat/hooks/useChannelMyMembership.ts +56 -0
- package/src/social/features/chat/hooks/useChatNavigation.ts +34 -0
- package/src/social/features/chat/hooks/useChatNotifications.ts +83 -0
- package/src/social/features/chat/hooks/useCreateMessage.ts +80 -0
- package/src/social/features/chat/hooks/useCurrentUserId.ts +10 -0
- package/src/social/features/chat/hooks/useDeleteMessage.ts +45 -0
- package/src/social/features/chat/hooks/useEditMessage.ts +47 -0
- package/src/social/features/chat/hooks/useMention.ts +163 -0
- package/src/social/features/chat/hooks/useNetworkOnline.ts +29 -0
- package/src/social/features/chat/hooks/useVideoFileUrl.ts +31 -0
- package/src/social/features/chat/pages/AmityAddGroupMemberPage/index.tsx +27 -0
- package/src/social/features/chat/pages/AmityArchivedChatPage/index.tsx +26 -0
- package/src/social/features/chat/pages/AmityArchivedChatPage/styles.ts +18 -0
- package/src/social/features/chat/pages/AmityBannedGroupMemberListPage/index.tsx +27 -0
- package/src/social/features/chat/pages/AmityChannelCreateConversationPage/index.tsx +21 -0
- package/src/social/features/chat/pages/AmityChannelCreateConversationPage/styles.ts +16 -0
- package/src/social/features/chat/pages/AmityChatHomePage/index.tsx +39 -0
- package/src/social/features/chat/pages/AmityChatHomePage/styles.ts +18 -0
- package/src/social/features/chat/pages/AmityChatPage/index.tsx +37 -0
- package/src/social/features/chat/pages/AmityChatPage/styles.ts +16 -0
- package/src/social/features/chat/pages/AmityCreateGroupChatPage/index.tsx +17 -0
- package/src/social/features/chat/pages/AmityEditGroupMemberPermissionsPage/index.tsx +19 -0
- package/src/social/features/chat/pages/AmityEditGroupNotificationPage/index.tsx +26 -0
- package/src/social/features/chat/pages/AmityEditGroupProfilePage/index.tsx +17 -0
- package/src/social/features/chat/pages/AmityGroupChatPage/index.tsx +28 -0
- package/src/social/features/chat/pages/AmityGroupMemberListPage/index.tsx +32 -0
- package/src/social/features/chat/pages/AmityGroupNotificationPreferencePage/index.tsx +25 -0
- package/src/social/features/chat/pages/AmityGroupSettingPage/index.tsx +17 -0
- package/src/social/features/chat/pages/AmitySearchChannelPage/index.tsx +19 -0
- package/src/social/features/chat/pages/AmitySelectGroupMemberPage/index.tsx +12 -0
- package/src/social/features/chat/utils/groupMessagesByDate.ts +67 -0
- package/src/social/features/chat/utils/highlightMatch.tsx +40 -0
- package/src/social/features/chat/utils/previewLink.ts +37 -0
- package/src/social/features/chat/utils/timestamp.ts +54 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
// Styles for AmityMessageComposer — ported from AmityUiKitWeb
|
|
2
|
+
// MessageComposer.module.css. Geometry: inputRow gap 0.75rem→12, padding
|
|
3
|
+
// 0.5rem 1rem→8/16, min-height 3.5rem→56; icon buttons 2rem→32 round. The boxed
|
|
4
|
+
// input surface now lives in the shared TextEditor. Edit panel + mention overlay
|
|
5
|
+
// are RN additions. All colours resolve through design tokens (no hardcoded hex).
|
|
6
|
+
|
|
7
|
+
import { StyleSheet } from 'react-native';
|
|
8
|
+
import { useToken } from '../../../../../core/design/theme/useToken';
|
|
9
|
+
import { AmityColorToken } from '../../../../../core/design/tokens/amity-color-tokens';
|
|
10
|
+
export const useStyles = () => {
|
|
11
|
+
const token = useToken();
|
|
12
|
+
const styles = StyleSheet.create({
|
|
13
|
+
container: {
|
|
14
|
+
width: '100%',
|
|
15
|
+
backgroundColor: token(AmityColorToken.SurfacePageBackgroundDefault),
|
|
16
|
+
borderTopWidth: 1,
|
|
17
|
+
borderTopColor: token(AmityColorToken.LineDividerPostDefault)
|
|
18
|
+
},
|
|
19
|
+
inputRow: {
|
|
20
|
+
flexDirection: 'row',
|
|
21
|
+
alignItems: 'flex-end',
|
|
22
|
+
gap: 12,
|
|
23
|
+
paddingVertical: 8,
|
|
24
|
+
paddingHorizontal: 16,
|
|
25
|
+
minHeight: 56
|
|
26
|
+
},
|
|
27
|
+
iconButton: {
|
|
28
|
+
width: 32,
|
|
29
|
+
height: 32,
|
|
30
|
+
borderRadius: 9999,
|
|
31
|
+
alignItems: 'center',
|
|
32
|
+
justifyContent: 'center',
|
|
33
|
+
marginBottom: 4,
|
|
34
|
+
backgroundColor: token(AmityColorToken.SurfaceIconButtonFilledSecondaryEnabled)
|
|
35
|
+
},
|
|
36
|
+
sendButton: {
|
|
37
|
+
width: 32,
|
|
38
|
+
height: 32,
|
|
39
|
+
borderRadius: 9999,
|
|
40
|
+
alignItems: 'center',
|
|
41
|
+
justifyContent: 'center',
|
|
42
|
+
marginBottom: 4,
|
|
43
|
+
backgroundColor: token(AmityColorToken.SurfaceIconButtonFilledSecondaryDisabled)
|
|
44
|
+
},
|
|
45
|
+
sendButtonEnabled: {
|
|
46
|
+
backgroundColor: token(AmityColorToken.SurfaceIconButtonFilledPrimaryEnabled)
|
|
47
|
+
},
|
|
48
|
+
// --- Edit panel ----------------------------------------------------------
|
|
49
|
+
editPanel: {
|
|
50
|
+
flexDirection: 'row',
|
|
51
|
+
alignItems: 'center',
|
|
52
|
+
justifyContent: 'space-between',
|
|
53
|
+
paddingHorizontal: 16,
|
|
54
|
+
paddingVertical: 8,
|
|
55
|
+
borderBottomWidth: 1,
|
|
56
|
+
borderBottomColor: token(AmityColorToken.LineDividerPostDefault)
|
|
57
|
+
},
|
|
58
|
+
editPanelInfo: {
|
|
59
|
+
flexDirection: 'row',
|
|
60
|
+
alignItems: 'center',
|
|
61
|
+
gap: 8
|
|
62
|
+
},
|
|
63
|
+
editPanelLabel: {
|
|
64
|
+
color: token(AmityColorToken.TextBaseSubdue)
|
|
65
|
+
},
|
|
66
|
+
editPanelClose: {
|
|
67
|
+
width: 24,
|
|
68
|
+
height: 24,
|
|
69
|
+
alignItems: 'center',
|
|
70
|
+
justifyContent: 'center'
|
|
71
|
+
},
|
|
72
|
+
// --- Mention suggestion overlay -----------------------------------------
|
|
73
|
+
// Ported from web MentionMenu (data-display-mode='bottom') + UserMentionItem.
|
|
74
|
+
// Container: surface-popover-background, radius 0.75rem→12, max-height 7rem→112,
|
|
75
|
+
// elevation shadow (web box-shadow via elevation-08 tokens; RN has no elevation
|
|
76
|
+
// tokens, approximated with an rgb() shadow). Web uses a shadow, NOT a border.
|
|
77
|
+
mentionOverlay: {
|
|
78
|
+
marginHorizontal: 8,
|
|
79
|
+
marginBottom: 8,
|
|
80
|
+
maxHeight: 112,
|
|
81
|
+
borderRadius: 12,
|
|
82
|
+
overflow: 'hidden',
|
|
83
|
+
backgroundColor: token(AmityColorToken.SurfacePopoverBackgroundDefault),
|
|
84
|
+
shadowColor: 'rgb(40, 41, 61)',
|
|
85
|
+
shadowOffset: {
|
|
86
|
+
width: 0,
|
|
87
|
+
height: 4
|
|
88
|
+
},
|
|
89
|
+
shadowOpacity: 0.16,
|
|
90
|
+
shadowRadius: 12,
|
|
91
|
+
elevation: 8
|
|
92
|
+
},
|
|
93
|
+
// web bottom-mode .mentionList: padding 0.25rem 0 → 4 vertical.
|
|
94
|
+
mentionList: {
|
|
95
|
+
paddingVertical: 4
|
|
96
|
+
},
|
|
97
|
+
// web UserMentionItem__item: grid [2rem avatar | auto], gap 0.75rem→12,
|
|
98
|
+
// padding 0.75rem→12, bg surface-popover-lists-default.
|
|
99
|
+
mentionItem: {
|
|
100
|
+
flexDirection: 'row',
|
|
101
|
+
alignItems: 'center',
|
|
102
|
+
gap: 12,
|
|
103
|
+
padding: 12,
|
|
104
|
+
backgroundColor: token(AmityColorToken.SurfacePopoverListsDefault)
|
|
105
|
+
},
|
|
106
|
+
mentionItemPressed: {
|
|
107
|
+
backgroundColor: token(AmityColorToken.SurfacePopoverListsHover)
|
|
108
|
+
},
|
|
109
|
+
mentionAvatar: {
|
|
110
|
+
width: 32,
|
|
111
|
+
height: 32
|
|
112
|
+
},
|
|
113
|
+
mentionDisplayName: {
|
|
114
|
+
flexShrink: 1,
|
|
115
|
+
color: token(AmityColorToken.TextListHeaderDefaultDefault)
|
|
116
|
+
},
|
|
117
|
+
// web UserMentionItem__allIconCircle: 2rem circle, surface-featuredicon-solid.
|
|
118
|
+
mentionAllIconCircle: {
|
|
119
|
+
width: 32,
|
|
120
|
+
height: 32,
|
|
121
|
+
borderRadius: 9999,
|
|
122
|
+
alignItems: 'center',
|
|
123
|
+
justifyContent: 'center',
|
|
124
|
+
backgroundColor: token(AmityColorToken.SurfaceFeaturedIconSolid)
|
|
125
|
+
},
|
|
126
|
+
mentionAllGlyph: {
|
|
127
|
+
fontSize: 15,
|
|
128
|
+
fontWeight: '500',
|
|
129
|
+
lineHeight: 22,
|
|
130
|
+
color: token(AmityColorToken.IconFeaturedIconSolid)
|
|
131
|
+
},
|
|
132
|
+
// web __allRightPane: flex row, space-between; description → trailing-text token.
|
|
133
|
+
mentionAllRightPane: {
|
|
134
|
+
flex: 1,
|
|
135
|
+
flexDirection: 'row',
|
|
136
|
+
alignItems: 'center',
|
|
137
|
+
justifyContent: 'space-between',
|
|
138
|
+
gap: 8,
|
|
139
|
+
minWidth: 0
|
|
140
|
+
},
|
|
141
|
+
mentionAllDescription: {
|
|
142
|
+
flexShrink: 0,
|
|
143
|
+
color: token(AmityColorToken.TextListTrailingTextGeneral)
|
|
144
|
+
},
|
|
145
|
+
// web mentionContainer__closeButton (bottom mode): top 0 / right 0.25rem→4,
|
|
146
|
+
// 1.5rem→24 circle, padding 0.25rem→4, surface-iconbutton-filled-secondary.
|
|
147
|
+
mentionCloseButton: {
|
|
148
|
+
position: 'absolute',
|
|
149
|
+
top: 4,
|
|
150
|
+
right: 4,
|
|
151
|
+
width: 24,
|
|
152
|
+
height: 24,
|
|
153
|
+
borderRadius: 9999,
|
|
154
|
+
padding: 4,
|
|
155
|
+
alignItems: 'center',
|
|
156
|
+
justifyContent: 'center',
|
|
157
|
+
backgroundColor: token(AmityColorToken.SurfaceIconButtonFilledSecondaryEnabled)
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
const placeholderColor = token(AmityColorToken.TextInputTextInputPlaceholderEnabled);
|
|
161
|
+
return {
|
|
162
|
+
styles,
|
|
163
|
+
token,
|
|
164
|
+
placeholderColor
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","useToken","AmityColorToken","useStyles","token","styles","create","container","width","backgroundColor","SurfacePageBackgroundDefault","borderTopWidth","borderTopColor","LineDividerPostDefault","inputRow","flexDirection","alignItems","gap","paddingVertical","paddingHorizontal","minHeight","iconButton","height","borderRadius","justifyContent","marginBottom","SurfaceIconButtonFilledSecondaryEnabled","sendButton","SurfaceIconButtonFilledSecondaryDisabled","sendButtonEnabled","SurfaceIconButtonFilledPrimaryEnabled","editPanel","borderBottomWidth","borderBottomColor","editPanelInfo","editPanelLabel","color","TextBaseSubdue","editPanelClose","mentionOverlay","marginHorizontal","maxHeight","overflow","SurfacePopoverBackgroundDefault","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","mentionList","mentionItem","padding","SurfacePopoverListsDefault","mentionItemPressed","SurfacePopoverListsHover","mentionAvatar","mentionDisplayName","flexShrink","TextListHeaderDefaultDefault","mentionAllIconCircle","SurfaceFeaturedIconSolid","mentionAllGlyph","fontSize","fontWeight","lineHeight","IconFeaturedIconSolid","mentionAllRightPane","flex","minWidth","mentionAllDescription","TextListTrailingTextGeneral","mentionCloseButton","position","top","right","placeholderColor","TextInputTextInputPlaceholderEnabled"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmityMessageComposer/styles.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,2CAA2C;AACpE,SAASC,eAAe,QAAQ,sDAAsD;AAEtF,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAGH,QAAQ,CAAC,CAAC;EAExB,MAAMI,MAAM,GAAGL,UAAU,CAACM,MAAM,CAAC;IAC/BC,SAAS,EAAE;MACTC,KAAK,EAAE,MAAM;MACbC,eAAe,EAAEL,KAAK,CAACF,eAAe,CAACQ,4BAA4B,CAAC;MACpEC,cAAc,EAAE,CAAC;MACjBC,cAAc,EAAER,KAAK,CAACF,eAAe,CAACW,sBAAsB;IAC9D,CAAC;IACDC,QAAQ,EAAE;MACRC,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,UAAU;MACtBC,GAAG,EAAE,EAAE;MACPC,eAAe,EAAE,CAAC;MAClBC,iBAAiB,EAAE,EAAE;MACrBC,SAAS,EAAE;IACb,CAAC;IACDC,UAAU,EAAE;MACVb,KAAK,EAAE,EAAE;MACTc,MAAM,EAAE,EAAE;MACVC,YAAY,EAAE,IAAI;MAClBP,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE,QAAQ;MACxBC,YAAY,EAAE,CAAC;MACfhB,eAAe,EAAEL,KAAK,CACpBF,eAAe,CAACwB,uCAClB;IACF,CAAC;IACDC,UAAU,EAAE;MACVnB,KAAK,EAAE,EAAE;MACTc,MAAM,EAAE,EAAE;MACVC,YAAY,EAAE,IAAI;MAClBP,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE,QAAQ;MACxBC,YAAY,EAAE,CAAC;MACfhB,eAAe,EAAEL,KAAK,CACpBF,eAAe,CAAC0B,wCAClB;IACF,CAAC;IACDC,iBAAiB,EAAE;MACjBpB,eAAe,EAAEL,KAAK,CACpBF,eAAe,CAAC4B,qCAClB;IACF,CAAC;IACD;IACAC,SAAS,EAAE;MACThB,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE,eAAe;MAC/BL,iBAAiB,EAAE,EAAE;MACrBD,eAAe,EAAE,CAAC;MAClBc,iBAAiB,EAAE,CAAC;MACpBC,iBAAiB,EAAE7B,KAAK,CAACF,eAAe,CAACW,sBAAsB;IACjE,CAAC;IACDqB,aAAa,EAAE;MACbnB,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,QAAQ;MACpBC,GAAG,EAAE;IACP,CAAC;IACDkB,cAAc,EAAE;MACdC,KAAK,EAAEhC,KAAK,CAACF,eAAe,CAACmC,cAAc;IAC7C,CAAC;IACDC,cAAc,EAAE;MACd9B,KAAK,EAAE,EAAE;MACTc,MAAM,EAAE,EAAE;MACVN,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE;IAClB,CAAC;IACD;IACA;IACA;IACA;IACA;IACAe,cAAc,EAAE;MACdC,gBAAgB,EAAE,CAAC;MACnBf,YAAY,EAAE,CAAC;MACfgB,SAAS,EAAE,GAAG;MACdlB,YAAY,EAAE,EAAE;MAChBmB,QAAQ,EAAE,QAAQ;MAClBjC,eAAe,EAAEL,KAAK,CAACF,eAAe,CAACyC,+BAA+B,CAAC;MACvEC,WAAW,EAAE,iBAAiB;MAC9BC,YAAY,EAAE;QAAErC,KAAK,EAAE,CAAC;QAAEc,MAAM,EAAE;MAAE,CAAC;MACrCwB,aAAa,EAAE,IAAI;MACnBC,YAAY,EAAE,EAAE;MAChBC,SAAS,EAAE;IACb,CAAC;IACD;IACAC,WAAW,EAAE;MACX/B,eAAe,EAAE;IACnB,CAAC;IACD;IACA;IACAgC,WAAW,EAAE;MACXnC,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,QAAQ;MACpBC,GAAG,EAAE,EAAE;MACPkC,OAAO,EAAE,EAAE;MACX1C,eAAe,EAAEL,KAAK,CAACF,eAAe,CAACkD,0BAA0B;IACnE,CAAC;IACDC,kBAAkB,EAAE;MAClB5C,eAAe,EAAEL,KAAK,CAACF,eAAe,CAACoD,wBAAwB;IACjE,CAAC;IACDC,aAAa,EAAE;MACb/C,KAAK,EAAE,EAAE;MACTc,MAAM,EAAE;IACV,CAAC;IACDkC,kBAAkB,EAAE;MAClBC,UAAU,EAAE,CAAC;MACbrB,KAAK,EAAEhC,KAAK,CAACF,eAAe,CAACwD,4BAA4B;IAC3D,CAAC;IACD;IACAC,oBAAoB,EAAE;MACpBnD,KAAK,EAAE,EAAE;MACTc,MAAM,EAAE,EAAE;MACVC,YAAY,EAAE,IAAI;MAClBP,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE,QAAQ;MACxBf,eAAe,EAAEL,KAAK,CAACF,eAAe,CAAC0D,wBAAwB;IACjE,CAAC;IACDC,eAAe,EAAE;MACfC,QAAQ,EAAE,EAAE;MACZC,UAAU,EAAE,KAAK;MACjBC,UAAU,EAAE,EAAE;MACd5B,KAAK,EAAEhC,KAAK,CAACF,eAAe,CAAC+D,qBAAqB;IACpD,CAAC;IACD;IACAC,mBAAmB,EAAE;MACnBC,IAAI,EAAE,CAAC;MACPpD,aAAa,EAAE,KAAK;MACpBC,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE,eAAe;MAC/BP,GAAG,EAAE,CAAC;MACNmD,QAAQ,EAAE;IACZ,CAAC;IACDC,qBAAqB,EAAE;MACrBZ,UAAU,EAAE,CAAC;MACbrB,KAAK,EAAEhC,KAAK,CAACF,eAAe,CAACoE,2BAA2B;IAC1D,CAAC;IACD;IACA;IACAC,kBAAkB,EAAE;MAClBC,QAAQ,EAAE,UAAU;MACpBC,GAAG,EAAE,CAAC;MACNC,KAAK,EAAE,CAAC;MACRlE,KAAK,EAAE,EAAE;MACTc,MAAM,EAAE,EAAE;MACVC,YAAY,EAAE,IAAI;MAClB4B,OAAO,EAAE,CAAC;MACVnC,UAAU,EAAE,QAAQ;MACpBQ,cAAc,EAAE,QAAQ;MACxBf,eAAe,EAAEL,KAAK,CACpBF,eAAe,CAACwB,uCAClB;IACF;EACF,CAAC,CAAC;EAEF,MAAMiD,gBAAgB,GAAGvE,KAAK,CAC5BF,eAAe,CAAC0E,oCAClB,CAAC;EAED,OAAO;IAAEvE,MAAM;IAAED,KAAK;IAAEuE;EAAiB,CAAC;AAC5C,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
// AmitySearchChannelResults — ported from AmityUiKitWeb
|
|
2
|
+
// v4/chat/features/search/components/SearchChannelList.
|
|
3
|
+
// The "Chats" tab of chat search: a live, paginated list of channels matching the
|
|
4
|
+
// query, each swipeable to archive/unarchive.
|
|
5
|
+
//
|
|
6
|
+
// RN adaptations from web:
|
|
7
|
+
// - Web `useIntersectionObserver` sentinel → FlatList `onEndReached`.
|
|
8
|
+
// - Web `ChannelItem` (with internal ChatNavigation + `searchQuery` highlight)
|
|
9
|
+
// → the shared `AmityChatListItem`. AmityChatListItem exposes no `searchQuery`
|
|
10
|
+
// prop, so the matched-text highlight is not rendered (documented deviation);
|
|
11
|
+
// row navigation is wired here via React Navigation, mirroring AmityChatHomePage.
|
|
12
|
+
// - Web `Archive`/`Unarchive` SVG icons → the registry `archive-r`/`unarchive-r`
|
|
13
|
+
// glyphs (same regular variant ArchivedBadge uses).
|
|
14
|
+
|
|
15
|
+
// 1. React / RN imports
|
|
16
|
+
import { useMemo } from 'react';
|
|
17
|
+
import { FlatList, View } from 'react-native';
|
|
18
|
+
|
|
19
|
+
// 2. Third-party imports
|
|
20
|
+
import { useNavigation } from '@react-navigation/native';
|
|
21
|
+
|
|
22
|
+
// 3. Internal imports (relative)
|
|
23
|
+
|
|
24
|
+
import { useString } from '../../../../../core/localization';
|
|
25
|
+
import { LIST_PAGE_LIMIT, LIST_SKELETON_ROW_COUNT, SEARCH_MIN_QUERY_LENGTH } from '../../constants';
|
|
26
|
+
import { useSearchChannelsCollection, useArchivedChannelsCollection } from '../../hooks/collections';
|
|
27
|
+
import { useChannelArchiveQuery } from '../../hooks/queries';
|
|
28
|
+
import { AmityChatListItem } from '../AmityChatListItem';
|
|
29
|
+
import { EmptyState } from '../../features/shared/components/EmptyState';
|
|
30
|
+
import { SwipeToLeft } from './SwipeToLeft';
|
|
31
|
+
import { useStyles } from './styles';
|
|
32
|
+
|
|
33
|
+
// 4. Types
|
|
34
|
+
|
|
35
|
+
// 5. Named function component
|
|
36
|
+
export function AmitySearchChannelResults({
|
|
37
|
+
query
|
|
38
|
+
}) {
|
|
39
|
+
const {
|
|
40
|
+
styles
|
|
41
|
+
} = useStyles();
|
|
42
|
+
const navigation = useNavigation();
|
|
43
|
+
const {
|
|
44
|
+
archiveChannel,
|
|
45
|
+
unarchiveChannel
|
|
46
|
+
} = useChannelArchiveQuery();
|
|
47
|
+
const archiveLabel = useString('amity_chat_archive');
|
|
48
|
+
const unarchiveLabel = useString('amity_chat_unarchive');
|
|
49
|
+
const trimmed = query.trim();
|
|
50
|
+
const shouldCall = trimmed.length >= SEARCH_MIN_QUERY_LENGTH;
|
|
51
|
+
const {
|
|
52
|
+
channels: archivedChannels
|
|
53
|
+
} = useArchivedChannelsCollection({
|
|
54
|
+
limit: 100
|
|
55
|
+
});
|
|
56
|
+
const archivedIds = useMemo(() => new Set(archivedChannels.map(c => c.channelId)), [archivedChannels]);
|
|
57
|
+
const {
|
|
58
|
+
channels,
|
|
59
|
+
loading,
|
|
60
|
+
hasNextPage,
|
|
61
|
+
loadMore
|
|
62
|
+
} = useSearchChannelsCollection({
|
|
63
|
+
query: trimmed,
|
|
64
|
+
limit: LIST_PAGE_LIMIT,
|
|
65
|
+
isMemberOnly: true,
|
|
66
|
+
types: ['conversation', 'community'],
|
|
67
|
+
sortBy: 'lastActivity',
|
|
68
|
+
orderBy: 'desc'
|
|
69
|
+
}, {
|
|
70
|
+
shouldCall
|
|
71
|
+
});
|
|
72
|
+
const isLoadingFirstPage = loading && channels.length === 0;
|
|
73
|
+
function handlePress(channel) {
|
|
74
|
+
if (channel.type === 'community') {
|
|
75
|
+
navigation.navigate('AmityGroupChatPage', {
|
|
76
|
+
channelId: channel.channelId
|
|
77
|
+
});
|
|
78
|
+
} else {
|
|
79
|
+
navigation.navigate('AmityChatPage', {
|
|
80
|
+
channelId: channel.channelId,
|
|
81
|
+
userDisplayName: channel.displayName
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
if (!shouldCall) {
|
|
86
|
+
return /*#__PURE__*/React.createElement(EmptyState, {
|
|
87
|
+
variant: "prompt"
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
if (channels.length === 0 && !isLoadingFirstPage) {
|
|
91
|
+
return /*#__PURE__*/React.createElement(EmptyState, {
|
|
92
|
+
variant: "no-results"
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
return /*#__PURE__*/React.createElement(FlatList, {
|
|
96
|
+
style: styles.list,
|
|
97
|
+
contentContainerStyle: styles.listContent,
|
|
98
|
+
data: channels,
|
|
99
|
+
keyExtractor: channel => channel.channelId,
|
|
100
|
+
renderItem: ({
|
|
101
|
+
item
|
|
102
|
+
}) => {
|
|
103
|
+
const isArchived = archivedIds.has(item.channelId);
|
|
104
|
+
return /*#__PURE__*/React.createElement(SwipeToLeft, {
|
|
105
|
+
actionLabel: isArchived ? unarchiveLabel : archiveLabel,
|
|
106
|
+
actionIcon: isArchived ? 'unarchive-r' : 'archive-r',
|
|
107
|
+
onAction: () => isArchived ? unarchiveChannel({
|
|
108
|
+
channelId: item.channelId
|
|
109
|
+
}) : archiveChannel({
|
|
110
|
+
channelId: item.channelId
|
|
111
|
+
})
|
|
112
|
+
}, /*#__PURE__*/React.createElement(AmityChatListItem, {
|
|
113
|
+
channel: item,
|
|
114
|
+
isArchived: isArchived,
|
|
115
|
+
searchQuery: trimmed,
|
|
116
|
+
onPress: () => handlePress(item)
|
|
117
|
+
}));
|
|
118
|
+
},
|
|
119
|
+
onEndReachedThreshold: 0.7,
|
|
120
|
+
onEndReached: () => {
|
|
121
|
+
if (hasNextPage && !isLoadingFirstPage) loadMore();
|
|
122
|
+
},
|
|
123
|
+
ListFooterComponent: isLoadingFirstPage ? /*#__PURE__*/React.createElement(View, null, Array.from({
|
|
124
|
+
length: LIST_SKELETON_ROW_COUNT
|
|
125
|
+
}).map((_, i) => /*#__PURE__*/React.createElement(AmityChatListItem.Skeleton, {
|
|
126
|
+
key: i
|
|
127
|
+
}))) : hasNextPage ? /*#__PURE__*/React.createElement(AmityChatListItem.Skeleton, null) : null
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
//# sourceMappingURL=AmitySearchChannelResults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useMemo","FlatList","View","useNavigation","useString","LIST_PAGE_LIMIT","LIST_SKELETON_ROW_COUNT","SEARCH_MIN_QUERY_LENGTH","useSearchChannelsCollection","useArchivedChannelsCollection","useChannelArchiveQuery","AmityChatListItem","EmptyState","SwipeToLeft","useStyles","AmitySearchChannelResults","query","styles","navigation","archiveChannel","unarchiveChannel","archiveLabel","unarchiveLabel","trimmed","trim","shouldCall","length","channels","archivedChannels","limit","archivedIds","Set","map","c","channelId","loading","hasNextPage","loadMore","isMemberOnly","types","sortBy","orderBy","isLoadingFirstPage","handlePress","channel","type","navigate","userDisplayName","displayName","React","createElement","variant","style","list","contentContainerStyle","listContent","data","keyExtractor","renderItem","item","isArchived","has","actionLabel","actionIcon","onAction","searchQuery","onPress","onEndReachedThreshold","onEndReached","ListFooterComponent","Array","from","_","i","Skeleton","key"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmitySearchChannelResults/AmitySearchChannelResults.tsx"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,SAASA,OAAO,QAAQ,OAAO;AAC/B,SAASC,QAAQ,EAAEC,IAAI,QAAQ,cAAc;;AAE7C;AACA,SAASC,aAAa,QAAQ,0BAA0B;;AAGxD;;AAEA,SAASC,SAAS,QAAQ,kCAAkC;AAC5D,SACEC,eAAe,EACfC,uBAAuB,EACvBC,uBAAuB,QAClB,iBAAiB;AACxB,SACEC,2BAA2B,EAC3BC,6BAA6B,QACxB,yBAAyB;AAChC,SAASC,sBAAsB,QAAQ,qBAAqB;AAC5D,SAASC,iBAAiB,QAAQ,sBAAsB;AACxD,SAASC,UAAU,QAAQ,6CAA6C;AACxE,SAASC,WAAW,QAAQ,eAAe;AAC3C,SAASC,SAAS,QAAQ,UAAU;;AAEpC;;AAKA;AACA,OAAO,SAASC,yBAAyBA,CAAC;EACxCC;AAC8B,CAAC,EAAE;EACjC,MAAM;IAAEC;EAAO,CAAC,GAAGH,SAAS,CAAC,CAAC;EAC9B,MAAMI,UAAU,GACdf,aAAa,CAAgD,CAAC;EAChE,MAAM;IAAEgB,cAAc;IAAEC;EAAiB,CAAC,GAAGV,sBAAsB,CAAC,CAAC;EACrE,MAAMW,YAAY,GAAGjB,SAAS,CAAC,oBAAoB,CAAC;EACpD,MAAMkB,cAAc,GAAGlB,SAAS,CAAC,sBAAsB,CAAC;EAExD,MAAMmB,OAAO,GAAGP,KAAK,CAACQ,IAAI,CAAC,CAAC;EAC5B,MAAMC,UAAU,GAAGF,OAAO,CAACG,MAAM,IAAInB,uBAAuB;EAE5D,MAAM;IAAEoB,QAAQ,EAAEC;EAAiB,CAAC,GAAGnB,6BAA6B,CAAC;IACnEoB,KAAK,EAAE;EACT,CAAC,CAAC;EACF,MAAMC,WAAW,GAAG9B,OAAO,CACzB,MAAM,IAAI+B,GAAG,CAACH,gBAAgB,CAACI,GAAG,CAAEC,CAAC,IAAKA,CAAC,CAACC,SAAS,CAAC,CAAC,EACvD,CAACN,gBAAgB,CACnB,CAAC;EAED,MAAM;IAAED,QAAQ;IAAEQ,OAAO;IAAEC,WAAW;IAAEC;EAAS,CAAC,GAChD7B,2BAA2B,CACzB;IACEQ,KAAK,EAAEO,OAAO;IACdM,KAAK,EAAExB,eAAe;IACtBiC,YAAY,EAAE,IAAI;IAClBC,KAAK,EAAE,CAAC,cAAc,EAAE,WAAW,CAAC;IACpCC,MAAM,EAAE,cAAc;IACtBC,OAAO,EAAE;EACX,CAAC,EACD;IAAEhB;EAAW,CACf,CAAC;EAEH,MAAMiB,kBAAkB,GAAGP,OAAO,IAAIR,QAAQ,CAACD,MAAM,KAAK,CAAC;EAE3D,SAASiB,WAAWA,CAACC,OAAsB,EAAE;IAC3C,IAAIA,OAAO,CAACC,IAAI,KAAK,WAAW,EAAE;MAChC3B,UAAU,CAAC4B,QAAQ,CAAC,oBAAoB,EAAE;QACxCZ,SAAS,EAAEU,OAAO,CAACV;MACrB,CAAC,CAAC;IACJ,CAAC,MAAM;MACLhB,UAAU,CAAC4B,QAAQ,CAAC,eAAe,EAAE;QACnCZ,SAAS,EAAEU,OAAO,CAACV,SAAS;QAC5Ba,eAAe,EAAEH,OAAO,CAACI;MAC3B,CAAC,CAAC;IACJ;EACF;EAEA,IAAI,CAACvB,UAAU,EAAE;IACf,oBAAOwB,KAAA,CAAAC,aAAA,CAACtC,UAAU;MAACuC,OAAO,EAAC;IAAQ,CAAE,CAAC;EACxC;EAEA,IAAIxB,QAAQ,CAACD,MAAM,KAAK,CAAC,IAAI,CAACgB,kBAAkB,EAAE;IAChD,oBAAOO,KAAA,CAAAC,aAAA,CAACtC,UAAU;MAACuC,OAAO,EAAC;IAAY,CAAE,CAAC;EAC5C;EAEA,oBACEF,KAAA,CAAAC,aAAA,CAACjD,QAAQ;IACPmD,KAAK,EAAEnC,MAAM,CAACoC,IAAK;IACnBC,qBAAqB,EAAErC,MAAM,CAACsC,WAAY;IAC1CC,IAAI,EAAE7B,QAAS;IACf8B,YAAY,EAAGb,OAAO,IAAKA,OAAO,CAACV,SAAU;IAC7CwB,UAAU,EAAEA,CAAC;MAAEC;IAAK,CAAC,KAAK;MACxB,MAAMC,UAAU,GAAG9B,WAAW,CAAC+B,GAAG,CAACF,IAAI,CAACzB,SAAS,CAAC;MAClD,oBACEe,KAAA,CAAAC,aAAA,CAACrC,WAAW;QACViD,WAAW,EAAEF,UAAU,GAAGtC,cAAc,GAAGD,YAAa;QACxD0C,UAAU,EAAEH,UAAU,GAAG,aAAa,GAAG,WAAY;QACrDI,QAAQ,EAAEA,CAAA,KACRJ,UAAU,GACNxC,gBAAgB,CAAC;UAAEc,SAAS,EAAEyB,IAAI,CAACzB;QAAU,CAAC,CAAC,GAC/Cf,cAAc,CAAC;UAAEe,SAAS,EAAEyB,IAAI,CAACzB;QAAU,CAAC;MACjD,gBAEDe,KAAA,CAAAC,aAAA,CAACvC,iBAAiB;QAChBiC,OAAO,EAAEe,IAAK;QACdC,UAAU,EAAEA,UAAW;QACvBK,WAAW,EAAE1C,OAAQ;QACrB2C,OAAO,EAAEA,CAAA,KAAMvB,WAAW,CAACgB,IAAI;MAAE,CAClC,CACU,CAAC;IAElB,CAAE;IACFQ,qBAAqB,EAAE,GAAI;IAC3BC,YAAY,EAAEA,CAAA,KAAM;MAClB,IAAIhC,WAAW,IAAI,CAACM,kBAAkB,EAAEL,QAAQ,CAAC,CAAC;IACpD,CAAE;IACFgC,mBAAmB,EACjB3B,kBAAkB,gBAChBO,KAAA,CAAAC,aAAA,CAAChD,IAAI,QACFoE,KAAK,CAACC,IAAI,CAAC;MAAE7C,MAAM,EAAEpB;IAAwB,CAAC,CAAC,CAAC0B,GAAG,CAAC,CAACwC,CAAC,EAAEC,CAAC,kBACxDxB,KAAA,CAAAC,aAAA,CAACvC,iBAAiB,CAAC+D,QAAQ;MAACC,GAAG,EAAEF;IAAE,CAAE,CACtC,CACG,CAAC,GACLrC,WAAW,gBACba,KAAA,CAAAC,aAAA,CAACvC,iBAAiB,CAAC+D,QAAQ,MAAE,CAAC,GAC5B;EACL,CACF,CAAC;AAEN","ignoreList":[]}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// SwipeToLeft — ported from AmityUiKitWeb v4/chat/components/SwipeToLeft.
|
|
2
|
+
// A row that reveals a single trailing action when swiped left; swiping past the
|
|
3
|
+
// threshold fires `onAction` and springs the row closed.
|
|
4
|
+
//
|
|
5
|
+
// The web parity manifest marks `chat/components/SwipeToLeft` as skip (legacy
|
|
6
|
+
// LiveChat gesture helper), so this is implemented locally as an internal helper
|
|
7
|
+
// of AmitySearchChannelResults rather than a shared unit.
|
|
8
|
+
//
|
|
9
|
+
// RN adaptations from web:
|
|
10
|
+
// - framer-motion drag → react-native-gesture-handler's `Swipeable`
|
|
11
|
+
// (`renderRightActions`): swiping the row left reveals the right action panel.
|
|
12
|
+
// `onSwipeableOpen('right')` fires `onAction` then closes, mirroring web's
|
|
13
|
+
// "trigger, then reset x to 0" behaviour.
|
|
14
|
+
// - Web's `actionIcon` is an SVG component; RN takes an `AmityIconName`.
|
|
15
|
+
// - The action panel's square-button secondary CSS tokens port 1:1 to the RN
|
|
16
|
+
// SquareButton default-secondary tokens (surface/icon/text), matching the
|
|
17
|
+
// sibling archive ArchivedChannelList.
|
|
18
|
+
// - The swipe only responds when a `GestureHandlerRootView` is mounted at the
|
|
19
|
+
// app root (host-app responsibility).
|
|
20
|
+
|
|
21
|
+
import { useRef } from 'react';
|
|
22
|
+
import { View } from 'react-native';
|
|
23
|
+
import { Swipeable } from 'react-native-gesture-handler';
|
|
24
|
+
import { Typography } from '../../../../../core/design/components/Typography';
|
|
25
|
+
import { AmityIcon } from '../../../../../core/design/icons';
|
|
26
|
+
import { AmityColorToken } from '../../../../../core/design/tokens/amity-color-tokens';
|
|
27
|
+
import { useStyles } from './styles';
|
|
28
|
+
// web SwipeToLeft.module.css: actionContent width 5rem, icon 1.75rem.
|
|
29
|
+
const ACTION_WIDTH = 80;
|
|
30
|
+
const ACTION_ICON_SIZE = 28;
|
|
31
|
+
export function SwipeToLeft({
|
|
32
|
+
children,
|
|
33
|
+
actionLabel,
|
|
34
|
+
actionIcon,
|
|
35
|
+
onAction
|
|
36
|
+
}) {
|
|
37
|
+
const {
|
|
38
|
+
styles,
|
|
39
|
+
token
|
|
40
|
+
} = useStyles();
|
|
41
|
+
const swipeableRef = useRef(null);
|
|
42
|
+
function renderRightActions() {
|
|
43
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
44
|
+
style: styles.swipeAction
|
|
45
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
46
|
+
style: styles.swipeActionContent
|
|
47
|
+
}, /*#__PURE__*/React.createElement(AmityIcon, {
|
|
48
|
+
name: actionIcon,
|
|
49
|
+
size: ACTION_ICON_SIZE,
|
|
50
|
+
tokenColor: AmityColorToken.IconSquareButtonDefaultSecondaryDefault
|
|
51
|
+
}), /*#__PURE__*/React.createElement(Typography, {
|
|
52
|
+
variant: "captionBold",
|
|
53
|
+
style: styles.swipeActionLabel
|
|
54
|
+
}, actionLabel)));
|
|
55
|
+
}
|
|
56
|
+
return /*#__PURE__*/React.createElement(Swipeable, {
|
|
57
|
+
ref: swipeableRef,
|
|
58
|
+
friction: 2,
|
|
59
|
+
rightThreshold: ACTION_WIDTH / 2,
|
|
60
|
+
overshootRight: false,
|
|
61
|
+
renderRightActions: renderRightActions,
|
|
62
|
+
containerStyle: {
|
|
63
|
+
backgroundColor: token(AmityColorToken.SurfaceSquareButtonDefaultSecondaryDefault)
|
|
64
|
+
},
|
|
65
|
+
childrenContainerStyle: {
|
|
66
|
+
backgroundColor: token(AmityColorToken.SurfacePageBackgroundDefault)
|
|
67
|
+
},
|
|
68
|
+
onSwipeableOpen: direction => {
|
|
69
|
+
var _swipeableRef$current;
|
|
70
|
+
if (direction !== 'right') return;
|
|
71
|
+
onAction();
|
|
72
|
+
(_swipeableRef$current = swipeableRef.current) === null || _swipeableRef$current === void 0 || _swipeableRef$current.close();
|
|
73
|
+
}
|
|
74
|
+
}, children);
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=SwipeToLeft.js.map
|
package/lib/module/social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useRef","View","Swipeable","Typography","AmityIcon","AmityColorToken","useStyles","ACTION_WIDTH","ACTION_ICON_SIZE","SwipeToLeft","children","actionLabel","actionIcon","onAction","styles","token","swipeableRef","renderRightActions","React","createElement","style","swipeAction","swipeActionContent","name","size","tokenColor","IconSquareButtonDefaultSecondaryDefault","variant","swipeActionLabel","ref","friction","rightThreshold","overshootRight","containerStyle","backgroundColor","SurfaceSquareButtonDefaultSecondaryDefault","childrenContainerStyle","SurfacePageBackgroundDefault","onSwipeableOpen","direction","_swipeableRef$current","current","close"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmitySearchChannelResults/SwipeToLeft.tsx"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAAyBA,MAAM,QAAQ,OAAO;AAC9C,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,SAAS,QAAQ,8BAA8B;AAExD,SAASC,UAAU,QAAQ,kDAAkD;AAC7E,SACEC,SAAS,QAEJ,kCAAkC;AACzC,SAASC,eAAe,QAAQ,sDAAsD;AACtF,SAASC,SAAS,QAAQ,UAAU;AASpC;AACA,MAAMC,YAAY,GAAG,EAAE;AACvB,MAAMC,gBAAgB,GAAG,EAAE;AAE3B,OAAO,SAASC,WAAWA,CAAC;EAC1BC,QAAQ;EACRC,WAAW;EACXC,UAAU;EACVC;AACgB,CAAC,EAAE;EACnB,MAAM;IAAEC,MAAM;IAAEC;EAAM,CAAC,GAAGT,SAAS,CAAC,CAAC;EACrC,MAAMU,YAAY,GAAGhB,MAAM,CAAY,IAAI,CAAC;EAE5C,SAASiB,kBAAkBA,CAAA,EAAG;IAC5B,oBACEC,KAAA,CAAAC,aAAA,CAAClB,IAAI;MAACmB,KAAK,EAAEN,MAAM,CAACO;IAAY,gBAC9BH,KAAA,CAAAC,aAAA,CAAClB,IAAI;MAACmB,KAAK,EAAEN,MAAM,CAACQ;IAAmB,gBACrCJ,KAAA,CAAAC,aAAA,CAACf,SAAS;MACRmB,IAAI,EAAEX,UAAW;MACjBY,IAAI,EAAEhB,gBAAiB;MACvBiB,UAAU,EAAEpB,eAAe,CAACqB;IAAwC,CACrE,CAAC,eACFR,KAAA,CAAAC,aAAA,CAAChB,UAAU;MAACwB,OAAO,EAAC,aAAa;MAACP,KAAK,EAAEN,MAAM,CAACc;IAAiB,GAC9DjB,WACS,CACR,CACF,CAAC;EAEX;EAEA,oBACEO,KAAA,CAAAC,aAAA,CAACjB,SAAS;IACR2B,GAAG,EAAEb,YAAa;IAClBc,QAAQ,EAAE,CAAE;IACZC,cAAc,EAAExB,YAAY,GAAG,CAAE;IACjCyB,cAAc,EAAE,KAAM;IACtBf,kBAAkB,EAAEA,kBAAmB;IACvCgB,cAAc,EAAE;MACdC,eAAe,EAAEnB,KAAK,CACpBV,eAAe,CAAC8B,0CAClB;IACF,CAAE;IACFC,sBAAsB,EAAE;MACtBF,eAAe,EAAEnB,KAAK,CAACV,eAAe,CAACgC,4BAA4B;IACrE,CAAE;IACFC,eAAe,EAAGC,SAAS,IAAK;MAAA,IAAAC,qBAAA;MAC9B,IAAID,SAAS,KAAK,OAAO,EAAE;MAC3B1B,QAAQ,CAAC,CAAC;MACV,CAAA2B,qBAAA,GAAAxB,YAAY,CAACyB,OAAO,cAAAD,qBAAA,eAApBA,qBAAA,CAAsBE,KAAK,CAAC,CAAC;IAC/B;EAAE,GAEDhC,QACQ,CAAC;AAEhB","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["AmitySearchChannelResults"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmitySearchChannelResults/index.ts"],"mappings":"AAAA,SAASA,yBAAyB,QAAQ,6BAA6B","ignoreList":[]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// Styles for AmitySearchChannelResults + its local SwipeToLeft helper.
|
|
2
|
+
// The list surface mirrors the home ChannelList; the swipe action geometry is
|
|
3
|
+
// ported from AmityUiKitWeb SwipeToLeft.module.css (rem → px ×16):
|
|
4
|
+
// actionContent width 5rem→80, gap 0.25rem→4, padding 1rem 0.5rem→16/8,
|
|
5
|
+
// label font-size 0.8125rem→13, weight 600, line-height 1.125rem→18.
|
|
6
|
+
// The action's square-button secondary colours port 1:1 to the RN SquareButton
|
|
7
|
+
// default-secondary surface/text tokens.
|
|
8
|
+
|
|
9
|
+
import { StyleSheet } from 'react-native';
|
|
10
|
+
import { useToken } from '../../../../../core/design/theme/useToken';
|
|
11
|
+
import { AmityColorToken } from '../../../../../core/design/tokens/amity-color-tokens';
|
|
12
|
+
const ACTION_WIDTH = 80;
|
|
13
|
+
export const useStyles = () => {
|
|
14
|
+
const token = useToken();
|
|
15
|
+
const styles = StyleSheet.create({
|
|
16
|
+
list: {
|
|
17
|
+
flex: 1,
|
|
18
|
+
backgroundColor: token(AmityColorToken.SurfaceListDefaultDefault)
|
|
19
|
+
},
|
|
20
|
+
listContent: {
|
|
21
|
+
flexGrow: 1
|
|
22
|
+
},
|
|
23
|
+
// web swipeToLeft__actionContent: right-aligned 5rem panel, centered column.
|
|
24
|
+
swipeAction: {
|
|
25
|
+
width: ACTION_WIDTH,
|
|
26
|
+
backgroundColor: token(AmityColorToken.SurfaceSquareButtonDefaultSecondaryDefault)
|
|
27
|
+
},
|
|
28
|
+
swipeActionContent: {
|
|
29
|
+
flex: 1,
|
|
30
|
+
flexDirection: 'column',
|
|
31
|
+
alignItems: 'center',
|
|
32
|
+
justifyContent: 'center',
|
|
33
|
+
gap: 4,
|
|
34
|
+
paddingVertical: 16,
|
|
35
|
+
paddingHorizontal: 8
|
|
36
|
+
},
|
|
37
|
+
swipeActionLabel: {
|
|
38
|
+
fontSize: 13,
|
|
39
|
+
fontWeight: '600',
|
|
40
|
+
lineHeight: 18,
|
|
41
|
+
letterSpacing: -0.065,
|
|
42
|
+
textAlign: 'center',
|
|
43
|
+
color: token(AmityColorToken.TextSquareButtonDefaultSecondaryDefault)
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
return {
|
|
47
|
+
styles,
|
|
48
|
+
token
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","useToken","AmityColorToken","ACTION_WIDTH","useStyles","token","styles","create","list","flex","backgroundColor","SurfaceListDefaultDefault","listContent","flexGrow","swipeAction","width","SurfaceSquareButtonDefaultSecondaryDefault","swipeActionContent","flexDirection","alignItems","justifyContent","gap","paddingVertical","paddingHorizontal","swipeActionLabel","fontSize","fontWeight","lineHeight","letterSpacing","textAlign","color","TextSquareButtonDefaultSecondaryDefault"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmitySearchChannelResults/styles.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,QAAQ,2CAA2C;AACpE,SAASC,eAAe,QAAQ,sDAAsD;AAEtF,MAAMC,YAAY,GAAG,EAAE;AAEvB,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAMC,KAAK,GAAGJ,QAAQ,CAAC,CAAC;EAExB,MAAMK,MAAM,GAAGN,UAAU,CAACO,MAAM,CAAC;IAC/BC,IAAI,EAAE;MACJC,IAAI,EAAE,CAAC;MACPC,eAAe,EAAEL,KAAK,CAACH,eAAe,CAACS,yBAAyB;IAClE,CAAC;IACDC,WAAW,EAAE;MACXC,QAAQ,EAAE;IACZ,CAAC;IACD;IACAC,WAAW,EAAE;MACXC,KAAK,EAAEZ,YAAY;MACnBO,eAAe,EAAEL,KAAK,CACpBH,eAAe,CAACc,0CAClB;IACF,CAAC;IACDC,kBAAkB,EAAE;MAClBR,IAAI,EAAE,CAAC;MACPS,aAAa,EAAE,QAAQ;MACvBC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,GAAG,EAAE,CAAC;MACNC,eAAe,EAAE,EAAE;MACnBC,iBAAiB,EAAE;IACrB,CAAC;IACDC,gBAAgB,EAAE;MAChBC,QAAQ,EAAE,EAAE;MACZC,UAAU,EAAE,KAAK;MACjBC,UAAU,EAAE,EAAE;MACdC,aAAa,EAAE,CAAC,KAAK;MACrBC,SAAS,EAAE,QAAQ;MACnBC,KAAK,EAAEzB,KAAK,CAACH,eAAe,CAAC6B,uCAAuC;IACtE;EACF,CAAC,CAAC;EAEF,OAAO;IAAEzB,MAAM;IAAED;EAAM,CAAC;AAC1B,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
// AmitySearchMessageResults — ported from AmityUiKitWeb
|
|
2
|
+
// v4/chat/features/search/components/SearchMessageList.
|
|
3
|
+
// The "Messages" tab of chat search: a live, paginated list of messages matching
|
|
4
|
+
// the query, each rendered as a channel row whose preview shows the matched text
|
|
5
|
+
// and whose timestamp is the message's createdAt.
|
|
6
|
+
//
|
|
7
|
+
// RN adaptations from web:
|
|
8
|
+
// - Web `useIntersectionObserver` sentinel → FlatList `onEndReached`.
|
|
9
|
+
// - Web `ChannelItem` took `messageBodyOverride` / `timestampOverride` props to
|
|
10
|
+
// show the matched message text + time. RN's `AmityChatListItem` (DO NOT TOUCH)
|
|
11
|
+
// has no such props but *reads* `channel.messagePreview` + `channel.lastActivity`,
|
|
12
|
+
// so we pass a shallow-cloned channel with those two fields overridden — the
|
|
13
|
+
// same rendered result without modifying the shared item.
|
|
14
|
+
// - Web `searchQuery` / `highlightStyle="bold"` matched-text highlight is not
|
|
15
|
+
// supported by AmityChatListItem → not rendered (documented deviation).
|
|
16
|
+
// - Web pushed ChatPage/GroupChatPage with `jumpToMessageId` (+ userId/avatar for
|
|
17
|
+
// conversations). RouteParamList (DO NOT TOUCH) has no such params, so we
|
|
18
|
+
// navigate to the channel without the jump (documented; orchestrator to add).
|
|
19
|
+
|
|
20
|
+
// 1. React / RN imports
|
|
21
|
+
import { useMemo } from 'react';
|
|
22
|
+
import { FlatList, View } from 'react-native';
|
|
23
|
+
|
|
24
|
+
// 2. Third-party imports
|
|
25
|
+
import { Client } from '@amityco/ts-sdk-react-native';
|
|
26
|
+
import { useNavigation } from '@react-navigation/native';
|
|
27
|
+
|
|
28
|
+
// 3. Internal imports (relative)
|
|
29
|
+
|
|
30
|
+
import { LIST_SKELETON_ROW_COUNT, SEARCH_MIN_QUERY_LENGTH } from '../../constants';
|
|
31
|
+
import { useMessageSearchCollection, useChannelsByIdsCollection, useArchivedChannelsCollection } from '../../hooks/collections';
|
|
32
|
+
import { AmityChatListItem } from '../AmityChatListItem';
|
|
33
|
+
import { EmptyState } from '../../features/shared/components/EmptyState';
|
|
34
|
+
import { useStyles } from '../AmitySearchChannelResults/styles';
|
|
35
|
+
|
|
36
|
+
// 4. Types
|
|
37
|
+
|
|
38
|
+
// 5. Named function component
|
|
39
|
+
export function AmitySearchMessageResults({
|
|
40
|
+
query
|
|
41
|
+
}) {
|
|
42
|
+
var _Client$getCurrentUse;
|
|
43
|
+
const {
|
|
44
|
+
styles
|
|
45
|
+
} = useStyles();
|
|
46
|
+
const navigation = useNavigation();
|
|
47
|
+
const currentUserId = (_Client$getCurrentUse = Client.getCurrentUser()) === null || _Client$getCurrentUse === void 0 ? void 0 : _Client$getCurrentUse.userId;
|
|
48
|
+
const trimmed = query.trim();
|
|
49
|
+
const shouldCall = trimmed.length >= SEARCH_MIN_QUERY_LENGTH;
|
|
50
|
+
const {
|
|
51
|
+
channels: archivedChannels
|
|
52
|
+
} = useArchivedChannelsCollection({
|
|
53
|
+
limit: 100
|
|
54
|
+
});
|
|
55
|
+
const archivedIds = useMemo(() => new Set(archivedChannels.map(c => c.channelId)), [archivedChannels]);
|
|
56
|
+
const {
|
|
57
|
+
messages,
|
|
58
|
+
loading,
|
|
59
|
+
hasNextPage,
|
|
60
|
+
loadMore
|
|
61
|
+
} = useMessageSearchCollection({
|
|
62
|
+
query: trimmed
|
|
63
|
+
});
|
|
64
|
+
const channelIds = useMemo(() => Array.from(new Set(messages.map(m => m.channelId))), [messages]);
|
|
65
|
+
const {
|
|
66
|
+
channels: matchedChannels
|
|
67
|
+
} = useChannelsByIdsCollection(channelIds);
|
|
68
|
+
const channelById = useMemo(() => new Map(matchedChannels.map(c => [c.channelId, c])), [matchedChannels]);
|
|
69
|
+
const isLoadingFirstPage = loading && messages.length === 0;
|
|
70
|
+
function handleNavigate(message) {
|
|
71
|
+
const channel = channelById.get(message.channelId);
|
|
72
|
+
if (!channel) return;
|
|
73
|
+
if (channel.type === 'community') {
|
|
74
|
+
navigation.navigate('AmityGroupChatPage', {
|
|
75
|
+
channelId: channel.channelId
|
|
76
|
+
});
|
|
77
|
+
} else {
|
|
78
|
+
var _channel$previewMembe, _otherMember$user;
|
|
79
|
+
const otherMember = (_channel$previewMembe = channel.previewMembers) === null || _channel$previewMembe === void 0 ? void 0 : _channel$previewMembe.find(m => m.userId !== currentUserId);
|
|
80
|
+
navigation.navigate('AmityChatPage', {
|
|
81
|
+
channelId: channel.channelId,
|
|
82
|
+
userDisplayName: otherMember === null || otherMember === void 0 || (_otherMember$user = otherMember.user) === null || _otherMember$user === void 0 ? void 0 : _otherMember$user.displayName
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Clone the channel, overriding the preview + timestamp with the matched
|
|
88
|
+
// message so AmityChatListItem renders the message text + its createdAt.
|
|
89
|
+
function toMessageRowChannel(channel, message) {
|
|
90
|
+
var _message$data;
|
|
91
|
+
const text = ((_message$data = message.data) === null || _message$data === void 0 ? void 0 : _message$data.text) ?? '';
|
|
92
|
+
const messagePreview = {
|
|
93
|
+
messagePreviewId: message.messageId,
|
|
94
|
+
subChannelName: channel.displayName ?? '',
|
|
95
|
+
channelId: message.channelId,
|
|
96
|
+
subChannelId: message.subChannelId,
|
|
97
|
+
segment: message.channelSegment,
|
|
98
|
+
subChannelUpdatedAt: message.updatedAt,
|
|
99
|
+
createdAt: message.createdAt,
|
|
100
|
+
updatedAt: message.updatedAt,
|
|
101
|
+
dataType: 'text',
|
|
102
|
+
data: {
|
|
103
|
+
text
|
|
104
|
+
},
|
|
105
|
+
isDeleted: false
|
|
106
|
+
};
|
|
107
|
+
return {
|
|
108
|
+
...channel,
|
|
109
|
+
lastActivity: message.createdAt,
|
|
110
|
+
messagePreview
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
if (!shouldCall) {
|
|
114
|
+
return /*#__PURE__*/React.createElement(EmptyState, {
|
|
115
|
+
variant: "prompt"
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
if (messages.length === 0 && !isLoadingFirstPage) {
|
|
119
|
+
return /*#__PURE__*/React.createElement(EmptyState, {
|
|
120
|
+
variant: "no-results"
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
return /*#__PURE__*/React.createElement(FlatList, {
|
|
124
|
+
style: styles.list,
|
|
125
|
+
contentContainerStyle: styles.listContent,
|
|
126
|
+
data: messages,
|
|
127
|
+
keyExtractor: message => message.messageId,
|
|
128
|
+
renderItem: ({
|
|
129
|
+
item: message
|
|
130
|
+
}) => {
|
|
131
|
+
const channel = channelById.get(message.channelId);
|
|
132
|
+
if (!channel) return null;
|
|
133
|
+
return /*#__PURE__*/React.createElement(AmityChatListItem, {
|
|
134
|
+
channel: toMessageRowChannel(channel, message),
|
|
135
|
+
isArchived: archivedIds.has(channel.channelId),
|
|
136
|
+
hideUnreadIndicators: true,
|
|
137
|
+
onPress: () => handleNavigate(message)
|
|
138
|
+
});
|
|
139
|
+
},
|
|
140
|
+
onEndReachedThreshold: 0.7,
|
|
141
|
+
onEndReached: () => {
|
|
142
|
+
if (hasNextPage && !isLoadingFirstPage) loadMore();
|
|
143
|
+
},
|
|
144
|
+
ListFooterComponent: isLoadingFirstPage ? /*#__PURE__*/React.createElement(View, null, Array.from({
|
|
145
|
+
length: LIST_SKELETON_ROW_COUNT
|
|
146
|
+
}).map((_, i) => /*#__PURE__*/React.createElement(AmityChatListItem.Skeleton, {
|
|
147
|
+
key: i
|
|
148
|
+
}))) : hasNextPage ? /*#__PURE__*/React.createElement(AmityChatListItem.Skeleton, null) : null
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
//# sourceMappingURL=AmitySearchMessageResults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useMemo","FlatList","View","Client","useNavigation","LIST_SKELETON_ROW_COUNT","SEARCH_MIN_QUERY_LENGTH","useMessageSearchCollection","useChannelsByIdsCollection","useArchivedChannelsCollection","AmityChatListItem","EmptyState","useStyles","AmitySearchMessageResults","query","_Client$getCurrentUse","styles","navigation","currentUserId","getCurrentUser","userId","trimmed","trim","shouldCall","length","channels","archivedChannels","limit","archivedIds","Set","map","c","channelId","messages","loading","hasNextPage","loadMore","channelIds","Array","from","m","matchedChannels","channelById","Map","isLoadingFirstPage","handleNavigate","message","channel","get","type","navigate","_channel$previewMembe","_otherMember$user","otherMember","previewMembers","find","userDisplayName","user","displayName","toMessageRowChannel","_message$data","text","data","messagePreview","messagePreviewId","messageId","subChannelName","subChannelId","segment","channelSegment","subChannelUpdatedAt","updatedAt","createdAt","dataType","isDeleted","lastActivity","React","createElement","variant","style","list","contentContainerStyle","listContent","keyExtractor","renderItem","item","isArchived","has","hideUnreadIndicators","onPress","onEndReachedThreshold","onEndReached","ListFooterComponent","_","i","Skeleton","key"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmitySearchMessageResults/AmitySearchMessageResults.tsx"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,SAASA,OAAO,QAAQ,OAAO;AAC/B,SAASC,QAAQ,EAAEC,IAAI,QAAQ,cAAc;;AAE7C;AACA,SAASC,MAAM,QAAQ,8BAA8B;AACrD,SAASC,aAAa,QAAQ,0BAA0B;;AAGxD;;AAEA,SACEC,uBAAuB,EACvBC,uBAAuB,QAClB,iBAAiB;AACxB,SACEC,0BAA0B,EAC1BC,0BAA0B,EAC1BC,6BAA6B,QACxB,yBAAyB;AAChC,SAASC,iBAAiB,QAAQ,sBAAsB;AACxD,SAASC,UAAU,QAAQ,6CAA6C;AACxE,SAASC,SAAS,QAAQ,qCAAqC;;AAE/D;;AAKA;AACA,OAAO,SAASC,yBAAyBA,CAAC;EACxCC;AAC8B,CAAC,EAAE;EAAA,IAAAC,qBAAA;EACjC,MAAM;IAAEC;EAAO,CAAC,GAAGJ,SAAS,CAAC,CAAC;EAC9B,MAAMK,UAAU,GACdb,aAAa,CAAgD,CAAC;EAEhE,MAAMc,aAAa,IAAAH,qBAAA,GAAGZ,MAAM,CAACgB,cAAc,CAAC,CAAC,cAAAJ,qBAAA,uBAAvBA,qBAAA,CAAyBK,MAAM;EAErD,MAAMC,OAAO,GAAGP,KAAK,CAACQ,IAAI,CAAC,CAAC;EAC5B,MAAMC,UAAU,GAAGF,OAAO,CAACG,MAAM,IAAIlB,uBAAuB;EAE5D,MAAM;IAAEmB,QAAQ,EAAEC;EAAiB,CAAC,GAAGjB,6BAA6B,CAAC;IACnEkB,KAAK,EAAE;EACT,CAAC,CAAC;EACF,MAAMC,WAAW,GAAG5B,OAAO,CACzB,MAAM,IAAI6B,GAAG,CAACH,gBAAgB,CAACI,GAAG,CAAEC,CAAC,IAAKA,CAAC,CAACC,SAAS,CAAC,CAAC,EACvD,CAACN,gBAAgB,CACnB,CAAC;EAED,MAAM;IAAEO,QAAQ;IAAEC,OAAO;IAAEC,WAAW;IAAEC;EAAS,CAAC,GAChD7B,0BAA0B,CAAC;IAAEO,KAAK,EAAEO;EAAQ,CAAC,CAAC;EAEhD,MAAMgB,UAAU,GAAGrC,OAAO,CACxB,MAAMsC,KAAK,CAACC,IAAI,CAAC,IAAIV,GAAG,CAACI,QAAQ,CAACH,GAAG,CAAEU,CAAC,IAAKA,CAAC,CAACR,SAAS,CAAC,CAAC,CAAC,EAC3D,CAACC,QAAQ,CACX,CAAC;EAED,MAAM;IAAER,QAAQ,EAAEgB;EAAgB,CAAC,GAAGjC,0BAA0B,CAAC6B,UAAU,CAAC;EAC5E,MAAMK,WAAW,GAAG1C,OAAO,CACzB,MAAM,IAAI2C,GAAG,CAACF,eAAe,CAACX,GAAG,CAAEC,CAAC,IAAK,CAACA,CAAC,CAACC,SAAS,EAAED,CAAC,CAAC,CAAC,CAAC,EAC3D,CAACU,eAAe,CAClB,CAAC;EAED,MAAMG,kBAAkB,GAAGV,OAAO,IAAID,QAAQ,CAACT,MAAM,KAAK,CAAC;EAE3D,SAASqB,cAAcA,CAACC,OAAsB,EAAE;IAC9C,MAAMC,OAAO,GAAGL,WAAW,CAACM,GAAG,CAACF,OAAO,CAACd,SAAS,CAAC;IAClD,IAAI,CAACe,OAAO,EAAE;IACd,IAAIA,OAAO,CAACE,IAAI,KAAK,WAAW,EAAE;MAChChC,UAAU,CAACiC,QAAQ,CAAC,oBAAoB,EAAE;QACxClB,SAAS,EAAEe,OAAO,CAACf;MACrB,CAAC,CAAC;IACJ,CAAC,MAAM;MAAA,IAAAmB,qBAAA,EAAAC,iBAAA;MACL,MAAMC,WAAW,IAAAF,qBAAA,GAAGJ,OAAO,CAACO,cAAc,cAAAH,qBAAA,uBAAtBA,qBAAA,CAAwBI,IAAI,CAC7Cf,CAAC,IAAKA,CAAC,CAACpB,MAAM,KAAKF,aACtB,CAAC;MACDD,UAAU,CAACiC,QAAQ,CAAC,eAAe,EAAE;QACnClB,SAAS,EAAEe,OAAO,CAACf,SAAS;QAC5BwB,eAAe,EAAEH,WAAW,aAAXA,WAAW,gBAAAD,iBAAA,GAAXC,WAAW,CAAEI,IAAI,cAAAL,iBAAA,uBAAjBA,iBAAA,CAAmBM;MACtC,CAAC,CAAC;IACJ;EACF;;EAEA;EACA;EACA,SAASC,mBAAmBA,CAC1BZ,OAAsB,EACtBD,OAAsB,EACP;IAAA,IAAAc,aAAA;IACf,MAAMC,IAAI,GAAG,EAAAD,aAAA,GAACd,OAAO,CAACgB,IAAI,cAAAF,aAAA,uBAAbA,aAAA,CAAiDC,IAAI,KAAI,EAAE;IACxE,MAAME,cAA4D,GAAG;MACnEC,gBAAgB,EAAElB,OAAO,CAACmB,SAAS;MACnCC,cAAc,EAAEnB,OAAO,CAACW,WAAW,IAAI,EAAE;MACzC1B,SAAS,EAAEc,OAAO,CAACd,SAAS;MAC5BmC,YAAY,EAAErB,OAAO,CAACqB,YAAY;MAClCC,OAAO,EAAEtB,OAAO,CAACuB,cAAc;MAC/BC,mBAAmB,EAAExB,OAAO,CAACyB,SAAS;MACtCC,SAAS,EAAE1B,OAAO,CAAC0B,SAAS;MAC5BD,SAAS,EAAEzB,OAAO,CAACyB,SAAS;MAC5BE,QAAQ,EAAE,MAAM;MAChBX,IAAI,EAAE;QAAED;MAAK,CAAC;MACda,SAAS,EAAE;IACb,CAAC;IACD,OAAO;MACL,GAAG3B,OAAO;MACV4B,YAAY,EAAE7B,OAAO,CAAC0B,SAAS;MAC/BT;IACF,CAAC;EACH;EAEA,IAAI,CAACxC,UAAU,EAAE;IACf,oBAAOqD,KAAA,CAAAC,aAAA,CAAClE,UAAU;MAACmE,OAAO,EAAC;IAAQ,CAAE,CAAC;EACxC;EAEA,IAAI7C,QAAQ,CAACT,MAAM,KAAK,CAAC,IAAI,CAACoB,kBAAkB,EAAE;IAChD,oBAAOgC,KAAA,CAAAC,aAAA,CAAClE,UAAU;MAACmE,OAAO,EAAC;IAAY,CAAE,CAAC;EAC5C;EAEA,oBACEF,KAAA,CAAAC,aAAA,CAAC5E,QAAQ;IACP8E,KAAK,EAAE/D,MAAM,CAACgE,IAAK;IACnBC,qBAAqB,EAAEjE,MAAM,CAACkE,WAAY;IAC1CpB,IAAI,EAAE7B,QAAS;IACfkD,YAAY,EAAGrC,OAAO,IAAKA,OAAO,CAACmB,SAAU;IAC7CmB,UAAU,EAAEA,CAAC;MAAEC,IAAI,EAAEvC;IAAQ,CAAC,KAAK;MACjC,MAAMC,OAAO,GAAGL,WAAW,CAACM,GAAG,CAACF,OAAO,CAACd,SAAS,CAAC;MAClD,IAAI,CAACe,OAAO,EAAE,OAAO,IAAI;MACzB,oBACE6B,KAAA,CAAAC,aAAA,CAACnE,iBAAiB;QAChBqC,OAAO,EAAEY,mBAAmB,CAACZ,OAAO,EAAED,OAAO,CAAE;QAC/CwC,UAAU,EAAE1D,WAAW,CAAC2D,GAAG,CAACxC,OAAO,CAACf,SAAS,CAAE;QAC/CwD,oBAAoB;QACpBC,OAAO,EAAEA,CAAA,KAAM5C,cAAc,CAACC,OAAO;MAAE,CACxC,CAAC;IAEN,CAAE;IACF4C,qBAAqB,EAAE,GAAI;IAC3BC,YAAY,EAAEA,CAAA,KAAM;MAClB,IAAIxD,WAAW,IAAI,CAACS,kBAAkB,EAAER,QAAQ,CAAC,CAAC;IACpD,CAAE;IACFwD,mBAAmB,EACjBhD,kBAAkB,gBAChBgC,KAAA,CAAAC,aAAA,CAAC3E,IAAI,QACFoC,KAAK,CAACC,IAAI,CAAC;MAAEf,MAAM,EAAEnB;IAAwB,CAAC,CAAC,CAACyB,GAAG,CAAC,CAAC+D,CAAC,EAAEC,CAAC,kBACxDlB,KAAA,CAAAC,aAAA,CAACnE,iBAAiB,CAACqF,QAAQ;MAACC,GAAG,EAAEF;IAAE,CAAE,CACtC,CACG,CAAC,GACL3D,WAAW,gBACbyC,KAAA,CAAAC,aAAA,CAACnE,iBAAiB,CAACqF,QAAQ,MAAE,CAAC,GAC5B;EACL,CACF,CAAC;AAEN","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["AmitySearchMessageResults"],"sourceRoot":"../../../../../../../src","sources":["social/features/chat/components/AmitySearchMessageResults/index.ts"],"mappings":"AAAA,SAASA,yBAAyB,QAAQ,6BAA6B","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Ported from AmityUiKitWeb v4/chat/constants/errorResponse.
|
|
2
|
+
// Raw SDK error-message substrings used to map a thrown error to a friendly,
|
|
3
|
+
// localized toast when creating a message.
|
|
4
|
+
|
|
5
|
+
export const ERROR_RESPONSE = Object.freeze({
|
|
6
|
+
CONTAIN_BLOCKED_WORD: 'Amity SDK (400308): Text contain blocked word',
|
|
7
|
+
NOT_INCLUDE_WHITELIST_LINK: 'Data contain link that is not in whitelist',
|
|
8
|
+
USER_MUTED: 'Amity SDK (400302): User is muted'
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=errorResponse.js.map
|