@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,1174 @@
|
|
|
1
|
+
{
|
|
2
|
+
"amity_add_blocked_url_comment_error_message": "ความคิดเห็นของคุณไม่ถูกโพสต์เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
3
|
+
"amity_chat_label_banned_from_chat": "คุณถูกแบนจากการแชท",
|
|
4
|
+
"amity_chat_label_banned_from_chat_description": "คุณจะไม่สามารถเข้าร่วมการแชทนี้ได้จนกว่าจะถูกยกเลิกการแบน",
|
|
5
|
+
"amity_chat_loading_label": "กำลังโหลดแชท...",
|
|
6
|
+
"amity_chat_toast_message_reported": "รายงานข้อความแล้ว",
|
|
7
|
+
"amity_chat_toast_moderator_promoted": "เลื่อนตำแหน่งผู้ดูแลแล้ว!",
|
|
8
|
+
"amity_chat_empty_state_no_messages_title": "ยังไม่มีข้อความ",
|
|
9
|
+
"amity_chat_empty_state_pending_post_description": "ผู้ใช้สามารถเริ่มส่งข้อความได้เมื่อโพสต์ได้รับการอนุมัติแล้ว",
|
|
10
|
+
"amity_chat_empty_state_start_conversation_description": "เป็นคนแรกที่เริ่มการสนทนา",
|
|
11
|
+
"amity_common_ad_ad_about_advertiser": "เกี่ยวกับผู้ลงโฆษณารายนี้",
|
|
12
|
+
"amity_common_ad_ad_about_title": "เกี่ยวกับโฆษณานี้",
|
|
13
|
+
"amity_common_ad_ad_why_description": "คุณเห็นโฆษณานี้เพราะถูกแสดงต่อผู้ใช้ทุกคนในระบบ",
|
|
14
|
+
"amity_common_ad_ad_why_title": "ทำไมถึงเห็นโฆษณานี้?",
|
|
15
|
+
"amity_common_ad_advertiser_name": "ชื่อผู้ลงโฆษณา: %1$s",
|
|
16
|
+
"amity_common_ad_sponsored": "ได้รับการสนับสนุน",
|
|
17
|
+
"amity_common_button_all": "ทั้งหมด",
|
|
18
|
+
"amity_common_button_cancel": "ยกเลิก",
|
|
19
|
+
"amity_common_button_delete": "ลบ",
|
|
20
|
+
"amity_common_button_no_reactions_yet": "ยังไม่มีปฏิกิริยา",
|
|
21
|
+
"amity_social_button_reaction_fire": "ไฟ",
|
|
22
|
+
"amity_social_button_reaction_grinning": "ยิ้มกว้าง",
|
|
23
|
+
"amity_social_button_reaction_happy": "มีความสุข",
|
|
24
|
+
"amity_social_button_reaction_like": "ถูกใจ",
|
|
25
|
+
"amity_social_button_reaction_love": "รัก",
|
|
26
|
+
"amity_social_button_reaction_sad": "เศร้า",
|
|
27
|
+
"amity_social_button_reaction_heart": "หัวใจ",
|
|
28
|
+
"amity_common_button_tap_to_remove_reaction": "แตะเพื่อลบปฏิกิริยา",
|
|
29
|
+
"amity_common_button_unable_to_load_reactions": "ไม่สามารถโหลดปฏิกิริยาได้",
|
|
30
|
+
"amity_common_join": "เข้าร่วม",
|
|
31
|
+
"amity_common_label_be_first_to_react": "เป็นคนแรกที่แสดงปฏิกิริยาต่อ %1$s นี้!",
|
|
32
|
+
"amity_common_label_follow_user_to_interact": "ติดตามผู้ใช้เพื่อโต้ตอบ",
|
|
33
|
+
"amity_common_label_join_community_to_interact": "เข้าร่วมชุมชนเพื่อโต้ตอบ",
|
|
34
|
+
"amity_common_time_just_now": "เมื่อกี้นี้",
|
|
35
|
+
"amity_common_time_time_days_suffix": "ว",
|
|
36
|
+
"amity_common_time_time_hours_suffix": "ชม",
|
|
37
|
+
"amity_common_time_time_minutes_suffix": "น",
|
|
38
|
+
"amity_common_time_time_seconds_suffix": "วิ",
|
|
39
|
+
"amity_livechat_notification_copy_message": "คัดลอกข้อความแล้ว",
|
|
40
|
+
"amity_loadMore": "โหลดเพิ่มเติม",
|
|
41
|
+
"amity_social_accept_button": "ยอมรับ",
|
|
42
|
+
"amity_social_banned_message": "จากกิจกรรมก่อนหน้าของคุณ บัญชีของคุณถูกแบนจากฟีดทั้งหมด",
|
|
43
|
+
"amity_social_button_add_blocked_words_comment_error_message": "ความคิดเห็นของคุณมีคำที่ไม่เหมาะสม กรุณาตรวจสอบและลบออก",
|
|
44
|
+
"amity_social_button_add_category": "เพิ่มหมวดหมู่",
|
|
45
|
+
"amity_social_button_add_link": "เพิ่มลิงก์",
|
|
46
|
+
"amity_social_button_add_member": "เพิ่มสมาชิก",
|
|
47
|
+
"amity_social_button_add_option": "เพิ่มตัวเลือก",
|
|
48
|
+
"amity_social_button_add_products": "เพิ่มสินค้า",
|
|
49
|
+
"amity_social_button_address": "ที่อยู่",
|
|
50
|
+
"amity_social_button_all_categories": "ทุกหมวดหมู่",
|
|
51
|
+
"amity_social_button_all_members": "สมาชิกทั้งหมด",
|
|
52
|
+
"amity_social_button_alt": "ALT",
|
|
53
|
+
"amity_social_button_attendees": "ผู้เข้าร่วม",
|
|
54
|
+
"amity_social_button_block": "บล็อก",
|
|
55
|
+
"amity_social_button_block_user": "บล็อกผู้ใช้",
|
|
56
|
+
"amity_social_button_by": "โดย",
|
|
57
|
+
"amity_social_button_by_creator": "โดย %s",
|
|
58
|
+
"amity_social_button_cancel": "ยกเลิก",
|
|
59
|
+
"amity_social_button_cancel_invitation": "ยกเลิกคำเชิญ",
|
|
60
|
+
"amity_social_button_cancel_request": "ยกเลิกคำขอ",
|
|
61
|
+
"amity_social_button_change_thumbnail": "เปลี่ยนภาพปก",
|
|
62
|
+
"amity_social_button_clip": "คลิป",
|
|
63
|
+
"amity_social_button_close_community": "ปิดชุมชน",
|
|
64
|
+
"amity_social_button_close_poll": "ปิดโพล",
|
|
65
|
+
"amity_social_button_co_hosting": "การเป็นเจ้าภาพร่วม",
|
|
66
|
+
"amity_social_button_cohost": "เจ้าภาพร่วม",
|
|
67
|
+
"amity_social_button_comment_deleted_message": "ความคิดเห็นนี้ถูกลบแล้ว",
|
|
68
|
+
"amity_social_button_comments": "ความคิดเห็น",
|
|
69
|
+
"amity_social_button_community": "ชุมชน",
|
|
70
|
+
"amity_social_button_community_add_member_button": "เชิญ",
|
|
71
|
+
"amity_social_button_community_and": "และ",
|
|
72
|
+
"amity_social_button_community_invitation_accept_button": "เข้าร่วม",
|
|
73
|
+
"amity_social_button_community_invitation_reject_button": "ปฏิเสธ",
|
|
74
|
+
"amity_social_button_community_require_approval": "%s ต้องได้รับการอนุมัติ",
|
|
75
|
+
"amity_social_button_community_requires_approval": "%s ต้องได้รับการอนุมัติ",
|
|
76
|
+
"amity_social_button_community_setup_about_description": "ใส่คำอธิบาย",
|
|
77
|
+
"amity_social_button_community_setup_categories_description": "เลือกหมวดหมู่",
|
|
78
|
+
"amity_social_button_community_setup_create_button": "สร้างชุมชน",
|
|
79
|
+
"amity_social_button_community_setup_edit_button": "บันทึก",
|
|
80
|
+
"amity_social_button_community_setup_image_button": "รูปภาพ",
|
|
81
|
+
"amity_social_button_confirm": "ยืนยัน",
|
|
82
|
+
"amity_social_button_copy": "คัดลอก",
|
|
83
|
+
"amity_social_button_copy_event_link": "คัดลอกลิงก์กิจกรรม",
|
|
84
|
+
"amity_social_button_create_event": "กิจกรรม",
|
|
85
|
+
"amity_social_button_decline": "ปฏิเสธ",
|
|
86
|
+
"amity_social_button_decline_pending_post_will_permanently_delete_the_select": "การปฏิเสธโพสต์ที่รอดำเนินการจะลบโพสต์ที่เลือกออกจากชุมชนอย่างถาวร",
|
|
87
|
+
"amity_social_button_delete": "ลบ",
|
|
88
|
+
"amity_social_button_delete_story": "ลบสตอรี่",
|
|
89
|
+
"amity_social_button_delete_comment": "ลบความคิดเห็น",
|
|
90
|
+
"amity_social_button_delete_comment_title": "ลบความคิดเห็น",
|
|
91
|
+
"amity_social_button_delete_comment_warning_message": "ความคิดเห็นนี้จะถูกลบอย่างถาวร",
|
|
92
|
+
"amity_social_button_delete_event": "ลบกิจกรรม",
|
|
93
|
+
"amity_social_button_delete_message_failed": "ไม่สามารถลบข้อความได้ กรุณาลองใหม่อีกครั้ง",
|
|
94
|
+
"amity_social_button_delete_post": "ลบโพสต์",
|
|
95
|
+
"amity_social_button_delete_post_title": "ลบโพสต์นี้?",
|
|
96
|
+
"amity_social_button_delete_reply": "ลบการตอบกลับ",
|
|
97
|
+
"amity_social_button_delete_reply_title": "ลบการตอบกลับ",
|
|
98
|
+
"amity_social_button_delete_reply_warning_message": "การตอบกลับนี้จะถูกลบอย่างถาวร",
|
|
99
|
+
"amity_social_button_delete_story_message": "สตอรี่นี้จะถูกลบอย่างถาวร คุณจะไม่สามารถดูหรือค้นหาสตอรี่นี้ได้อีกต่อไป",
|
|
100
|
+
"amity_social_button_delete_story_success": "ลบสตอรี่แล้ว",
|
|
101
|
+
"amity_social_button_delete_thumbnail": "ลบภาพปก",
|
|
102
|
+
"amity_social_button_demote": "ลดตำแหน่ง",
|
|
103
|
+
"amity_social_button_disable": "ปิดใช้งาน",
|
|
104
|
+
"amity_social_button_discard": "ยกเลิกการเปลี่ยนแปลง",
|
|
105
|
+
"amity_social_button_done": "เสร็จสิ้น",
|
|
106
|
+
"amity_social_button_edit": "แก้ไข",
|
|
107
|
+
"amity_social_button_edit_comment": "แก้ไขความคิดเห็น",
|
|
108
|
+
"amity_social_button_edit_event": "แก้ไขกิจกรรม",
|
|
109
|
+
"amity_social_button_edit_post": "แก้ไขโพสต์",
|
|
110
|
+
"amity_social_button_edit_profile": "แก้ไขโปรไฟล์",
|
|
111
|
+
"amity_social_button_edit_reply": "แก้ไขการตอบกลับ",
|
|
112
|
+
"amity_social_button_edit_user_save_button": "บันทึก",
|
|
113
|
+
"amity_social_button_edited_suffix": "(แก้ไขแล้ว)",
|
|
114
|
+
"amity_social_button_ends_on": "สิ้นสุดเมื่อ",
|
|
115
|
+
"amity_social_button_event_detail_header_status_cancelled": "ยกเลิกแล้ว",
|
|
116
|
+
"amity_social_button_event_details": "รายละเอียดกิจกรรม",
|
|
117
|
+
"amity_social_button_event_feed_past": "ที่ผ่านมา",
|
|
118
|
+
"amity_social_button_event_name": "ชื่อกิจกรรม",
|
|
119
|
+
"amity_social_button_event_progress_not_saved": "ความคืบหน้าของคุณจะไม่ถูกบันทึก และกิจกรรมของคุณจะไม่ถูกสร้าง",
|
|
120
|
+
"amity_social_button_event_setup_ends_on": "สิ้นสุดเมื่อ",
|
|
121
|
+
"amity_social_button_event_type": "ประเภทกิจกรรม",
|
|
122
|
+
"amity_social_button_event_unsaved_changes": "การเปลี่ยนแปลงที่คุณทำอาจไม่ถูกบันทึก",
|
|
123
|
+
"amity_social_button_featured": "แนะนำ",
|
|
124
|
+
"amity_social_button_feed_comment_count_plural": "%d ความคิดเห็น",
|
|
125
|
+
"amity_social_button_feed_comment_count_singular": "%d ความคิดเห็น",
|
|
126
|
+
"amity_social_button_file_too_large": "ไฟล์ใหญ่เกินไป",
|
|
127
|
+
"amity_social_button_followers": "ผู้ติดตาม",
|
|
128
|
+
"amity_social_button_following": "กำลังติดตาม",
|
|
129
|
+
"amity_social_button_go_back": "กลับ",
|
|
130
|
+
"amity_social_button_going": "จะไป",
|
|
131
|
+
"amity_social_button_happening_now": "กำลังเกิดขึ้นตอนนี้",
|
|
132
|
+
"amity_social_button_host": "เจ้าภาพ",
|
|
133
|
+
"amity_social_button_hosted_by": "จัดโดย",
|
|
134
|
+
"amity_social_button_image_poll": "โพลรูปภาพ",
|
|
135
|
+
"amity_social_button_in_person": "พบปะด้วยตนเอง",
|
|
136
|
+
"amity_social_button_inappropriate_image": "รูปภาพไม่เหมาะสม",
|
|
137
|
+
"amity_social_button_invitation_sent": "ส่งคำเชิญแล้ว",
|
|
138
|
+
"amity_social_button_invite": "เชิญ",
|
|
139
|
+
"amity_social_button_invite_co_host": "เชิญเจ้าภาพร่วม",
|
|
140
|
+
"amity_social_button_invite_member": "เชิญสมาชิก",
|
|
141
|
+
"amity_social_button_joined": "เข้าร่วมแล้ว",
|
|
142
|
+
"amity_social_button_keep_editing": "แก้ไขต่อ",
|
|
143
|
+
"amity_social_button_leave": "ออก",
|
|
144
|
+
"amity_social_button_leave_as_co_host": "ออกจากการเป็นเจ้าภาพร่วม",
|
|
145
|
+
"amity_social_button_leave_community": "ออกจากชุมชน",
|
|
146
|
+
"amity_social_button_leave_community_error_title": "ไม่สามารถออกจากชุมชนได้",
|
|
147
|
+
"amity_social_button_livestream_deleted_page_desc": "เนื้อหาที่คุณกำลังมองหาไม่พร้อมใช้งาน",
|
|
148
|
+
"amity_social_button_livestream_unavailable_desc": "เนื้อหาที่คุณกำลังมองหาไม่พร้อมใช้งาน",
|
|
149
|
+
"amity_social_button_location": "ตำแหน่งที่ตั้ง",
|
|
150
|
+
"amity_social_button_member_count_plural": "%s สมาชิก",
|
|
151
|
+
"amity_social_button_member_count_singular": "%s สมาชิก",
|
|
152
|
+
"amity_social_button_member": "สมาชิก",
|
|
153
|
+
"amity_social_button_members": "สมาชิก",
|
|
154
|
+
"amity_social_button_message_deleted": "ข้อความนี้ถูกลบแล้ว",
|
|
155
|
+
"amity_social_button_message_reported": "รายงานข้อความแล้ว",
|
|
156
|
+
"amity_social_button_message_unreported": "ยกเลิกการรายงานข้อความแล้ว",
|
|
157
|
+
"amity_social_button_moderators": "ผู้ดูแล",
|
|
158
|
+
"amity_social_button_multiple_selection": "เลือกหลายรายการ",
|
|
159
|
+
"amity_social_button_mute": "ปิดเสียง",
|
|
160
|
+
"amity_social_button_mute_user": "ปิดเสียงผู้ใช้",
|
|
161
|
+
"amity_social_button_my_communities": "ชุมชนของฉัน",
|
|
162
|
+
"amity_social_button_my_timeline": "ไทม์ไลน์ของฉัน",
|
|
163
|
+
"amity_social_button_next": "ถัดไป",
|
|
164
|
+
"amity_social_button_no": "ไม่",
|
|
165
|
+
"amity_social_button_no_votes": "ยังไม่มีการโหวต",
|
|
166
|
+
"amity_social_button_not_going": "ไม่ไป",
|
|
167
|
+
"amity_social_button_ok": "ตกลง",
|
|
168
|
+
"amity_social_button_option_number": "ตัวเลือก %d",
|
|
169
|
+
"amity_social_button_options": "ตัวเลือก",
|
|
170
|
+
"amity_social_button_others": "อื่นๆ",
|
|
171
|
+
"amity_social_button_past_events": "กิจกรรมที่ผ่านมา",
|
|
172
|
+
"amity_social_button_pending": "รอดำเนินการ",
|
|
173
|
+
"amity_social_button_pending_invitation": "คำเชิญที่รอดำเนินการ",
|
|
174
|
+
"amity_social_button_pending_post_accept_button": "ยอมรับ",
|
|
175
|
+
"amity_social_button_accept_invite": "ยอมรับ",
|
|
176
|
+
"amity_social_button_pending_post_decline_button": "ปฏิเสธ",
|
|
177
|
+
"amity_social_button_pending_requests": "คำขอที่รอดำเนินการ",
|
|
178
|
+
"amity_social_button_poll": "โพล",
|
|
179
|
+
"amity_social_button_story": "สตอรี่",
|
|
180
|
+
"amity_social_button_poll_duration": "ระยะเวลาโพล",
|
|
181
|
+
"amity_social_button_poll_duration_1_day": "1 วัน",
|
|
182
|
+
"amity_social_button_poll_duration_14_days": "14 วัน",
|
|
183
|
+
"amity_social_button_poll_duration_3_days": "3 วัน",
|
|
184
|
+
"amity_social_button_poll_duration_30_days": "30 วัน",
|
|
185
|
+
"amity_social_button_poll_duration_7_days": "7 วัน",
|
|
186
|
+
"amity_social_button_poll_ended": "โพลสิ้นสุดแล้ว",
|
|
187
|
+
"amity_social_button_poll_question": "คำถามโพล",
|
|
188
|
+
"amity_social_button_poll_upload_image": "อัปโหลดรูปภาพ",
|
|
189
|
+
"amity_social_button_post_accepted": "ยอมรับโพสต์แล้ว",
|
|
190
|
+
"amity_social_button_post_composer_create_button": "โพสต์",
|
|
191
|
+
"amity_social_button_post_composer_edit_button": "บันทึก",
|
|
192
|
+
"amity_social_button_post_composer_file_button": "ไฟล์แนบ",
|
|
193
|
+
"amity_social_button_post_composer_image_button": "รูปภาพ",
|
|
194
|
+
"amity_social_button_post_composer_video_button": "วิดีโอ",
|
|
195
|
+
"amity_social_button_post_declined": "ปฏิเสธโพสต์แล้ว",
|
|
196
|
+
"amity_social_button_post_deleted": "ลบโพสต์แล้ว",
|
|
197
|
+
"amity_social_button_post_menu_type_poll": "โพล",
|
|
198
|
+
"amity_social_button_post_reported": "รายงานโพสต์แล้ว",
|
|
199
|
+
"amity_social_button_post_to": "โพสต์ไปที่",
|
|
200
|
+
"amity_social_button_post_unreported": "ยกเลิกรายงานโพสต์แล้ว",
|
|
201
|
+
"amity_social_button_product_already_tagged": "แท็กแล้ว",
|
|
202
|
+
"amity_social_button_products_tagged": "สินค้าที่แท็กแล้ว",
|
|
203
|
+
"amity_social_button_promote": "โปรโมต",
|
|
204
|
+
"amity_social_button_publish": "เผยแพร่",
|
|
205
|
+
"amity_social_button_reconnecting": "กำลังเชื่อมต่อใหม่",
|
|
206
|
+
"amity_social_button_remove": "ลบออก",
|
|
207
|
+
"amity_social_button_remove_end_date": "ลบวันสิ้นสุด",
|
|
208
|
+
"amity_social_button_remove_link": "ลบลิงก์",
|
|
209
|
+
"amity_social_button_reply": "ตอบกลับ",
|
|
210
|
+
"amity_social_button_reply_deleted_message": "ข้อความตอบกลับนี้ถูกลบแล้ว",
|
|
211
|
+
"amity_social_button_report_comment": "รายงานความคิดเห็น",
|
|
212
|
+
"amity_social_button_report_message": "รายงานข้อความ",
|
|
213
|
+
"amity_social_button_report_other_reason_optional": "(ไม่บังคับ)",
|
|
214
|
+
"amity_social_button_report_post": "รายงานโพสต์",
|
|
215
|
+
"amity_social_button_report_reason": "เหตุผลในการรายงาน",
|
|
216
|
+
"amity_social_button_report_reply_v4": "รายงานการตอบกลับ",
|
|
217
|
+
"amity_social_button_report_submit_button": "ส่ง",
|
|
218
|
+
"amity_social_button_report_user": "รายงานผู้ใช้",
|
|
219
|
+
"amity_social_button_request_to_join": "ขอเข้าร่วม",
|
|
220
|
+
"amity_social_button_requests": "คำขอ",
|
|
221
|
+
"amity_social_button_retry": "ลองอีกครั้ง",
|
|
222
|
+
"amity_social_button_review_post": "ตรวจสอบโพสต์",
|
|
223
|
+
"amity_social_button_rsvp": "ตอบรับ",
|
|
224
|
+
"amity_social_button_save": "บันทึก",
|
|
225
|
+
"amity_social_button_see_more": "ดูเพิ่มเติม",
|
|
226
|
+
"amity_social_button_see_results": "ดูผลลัพธ์",
|
|
227
|
+
"amity_social_button_select_livestream_target_my_timeline": "ไทม์ไลน์ของฉัน",
|
|
228
|
+
"amity_social_button_select_poll_target_my_timeline": "ไทม์ไลน์ของฉัน",
|
|
229
|
+
"amity_social_button_select_post_target_my_timeline": "ไทม์ไลน์ของฉัน",
|
|
230
|
+
"amity_social_button_setup_create_button": "สร้างชุมชน",
|
|
231
|
+
"amity_social_button_share_story": "แชร์สตอรี่",
|
|
232
|
+
"amity_social_button_social_home_communities_button": "ชุมชน",
|
|
233
|
+
"amity_social_button_social_home_create_community": "สร้างชุมชน",
|
|
234
|
+
"amity_social_button_social_home_create_post_button": "โพสต์",
|
|
235
|
+
"amity_social_button_social_home_create_story_button": "สตอรี่",
|
|
236
|
+
"amity_social_button_social_home_events_button": "กิจกรรม",
|
|
237
|
+
"amity_social_button_social_home_explore_button": "สำรวจชุมชน",
|
|
238
|
+
"amity_social_button_social_home_for_you_button": "สำหรับคุณ",
|
|
239
|
+
"amity_social_feed_caught_up_aria_label": "สิ้นสุดฟีดสำหรับคุณ",
|
|
240
|
+
"amity_social_feed_caught_up_cta": "ดูที่ติดตาม",
|
|
241
|
+
"amity_social_feed_caught_up_title": "คุณดูครบทุกโพสต์แล้ว",
|
|
242
|
+
"amity_social_button_social_home_newsfeed_button": "นิวส์ฟีด",
|
|
243
|
+
"amity_social_button_starts": "เริ่มต้น",
|
|
244
|
+
"amity_social_button_tag_products": "แท็กสินค้า",
|
|
245
|
+
"amity_social_button_tagged_products": "สินค้าที่แท็กแล้ว",
|
|
246
|
+
"amity_social_button_tagged_products_archived_info": "ไม่แสดงในรายการ",
|
|
247
|
+
"amity_social_button_tagged_products_empty_action": "เพิ่มสินค้า",
|
|
248
|
+
"amity_social_button_text_only_poll": "โพลแบบข้อความเท่านั้น",
|
|
249
|
+
"amity_social_button_timezone": "เขตเวลา",
|
|
250
|
+
"amity_social_button_trending_now": "กำลังเป็นที่นิยม",
|
|
251
|
+
"amity_social_button_unblock": "เลิกบล็อก",
|
|
252
|
+
"amity_social_button_unblock_user": "เลิกบล็อกผู้ใช้",
|
|
253
|
+
"amity_social_button_unfollow": "เลิกติดตาม",
|
|
254
|
+
"amity_social_button_unmute": "เปิดเสียง",
|
|
255
|
+
"amity_social_button_unmute_user": "เปิดเสียงผู้ใช้",
|
|
256
|
+
"amity_social_button_unreport_comment": "ยกเลิกรายงานความคิดเห็น",
|
|
257
|
+
"amity_social_button_unreport_message": "ยกเลิกรายงานข้อความ",
|
|
258
|
+
"amity_social_button_unreport_post": "ยกเลิกรายงานโพสต์",
|
|
259
|
+
"amity_social_button_unreport_reply": "ยกเลิกรายงานการตอบกลับ",
|
|
260
|
+
"amity_social_button_unreport_user": "ยกเลิกรายงานผู้ใช้",
|
|
261
|
+
"amity_social_button_unvote": "ยกเลิกการโหวต",
|
|
262
|
+
"amity_social_button_uploading": "กำลังอัปโหลด…",
|
|
263
|
+
"amity_social_button_user_blocked": "บล็อกผู้ใช้แล้ว",
|
|
264
|
+
"amity_social_button_user_follow_button": "ติดตาม",
|
|
265
|
+
"amity_social_button_user_following_button": "กำลังติดตาม",
|
|
266
|
+
"amity_social_button_user_muted": "ปิดเสียงผู้ใช้แล้ว",
|
|
267
|
+
"amity_social_button_user_profile_feed_option_user": "โพสต์ในโปรไฟล์",
|
|
268
|
+
"amity_social_button_user_profile_follower": "ผู้ติดตาม",
|
|
269
|
+
"amity_social_button_user_profile_following": "กำลังติดตาม",
|
|
270
|
+
"amity_social_button_user_reported": "รายงานผู้ใช้แล้ว",
|
|
271
|
+
"amity_social_button_user_unblock_button": "เลิกบล็อก",
|
|
272
|
+
"amity_social_button_user_unblocked": "เลิกบล็อกผู้ใช้แล้ว",
|
|
273
|
+
"amity_social_button_user_unmuted": "เปิดเสียงผู้ใช้แล้ว",
|
|
274
|
+
"amity_social_button_user_unreported": "ยกเลิกรายงานผู้ใช้แล้ว",
|
|
275
|
+
"amity_social_button_view": "ดู",
|
|
276
|
+
"amity_social_button_view_all": "ดูทั้งหมด",
|
|
277
|
+
"amity_social_button_view_all_comments": "ดูความคิดเห็นทั้งหมด...",
|
|
278
|
+
"amity_social_button_view_post": "ดูโพสต์",
|
|
279
|
+
"amity_social_button_virtual": "ออนไลน์",
|
|
280
|
+
"amity_social_button_poll_voter": "%@ โหวต",
|
|
281
|
+
"amity_social_button_poll_voters": "%@ โหวต",
|
|
282
|
+
"amity_social_button_vote": "โหวต",
|
|
283
|
+
"amity_social_button_vote_removed": "ลบการโหวตแล้ว",
|
|
284
|
+
"amity_social_button_whos_watching": "ใครกำลังดูอยู่",
|
|
285
|
+
"amity_social_button_yes": "ใช่",
|
|
286
|
+
"amity_social_camera_placeholder_loading_description": "กำลังเตรียมกล้องและไมโครโฟนของคุณ",
|
|
287
|
+
"amity_social_camera_placeholder_no_camera_description": "ไม่พบกล้องของคุณ กรุณาตรวจสอบให้แน่ใจว่าเชื่อมต่อ ติดตั้ง และไม่ถูกบล็อกอย่างถูกต้อง และตรวจสอบว่าไม่มีแอปอื่นใช้งานอยู่",
|
|
288
|
+
"amity_social_status_allow_camera_desc": "การดำเนินการนี้ช่วยให้คุณบันทึกและสตรีมสดจากอุปกรณ์นี้ได้",
|
|
289
|
+
"amity_social_camera_preview_loading": "กำลังโหลดกล้อง...",
|
|
290
|
+
"amity_social_cancel_co_host_invitation": "ยกเลิกคำเชิญผู้ร่วมโฮสต์",
|
|
291
|
+
"amity_social_canceled_to_join_the_community": "ยกเลิกการเข้าร่วมชุมชนแล้ว",
|
|
292
|
+
"amity_social_close_community_msg": "สมาชิกทั้งหมดจะถูกลบออกจากชุมชน โพสต์ ข้อความ ปฏิกิริยา และสื่อทั้งหมดที่แชร์ในชุมชนจะถูกลบ ไม่สามารถยกเลิกการกระทำนี้ได้",
|
|
293
|
+
"amity_social_co_host_left_the_stage": "ผู้ร่วมโฮสต์ออกจากเวทีแล้ว",
|
|
294
|
+
"amity_social_comment_report_failed": "ไม่สามารถรายงานความคิดเห็นได้ กรุณาลองอีกครั้ง",
|
|
295
|
+
"amity_social_comment_unreport_failed": "ไม่สามารถยกเลิกรายงานความคิดเห็นได้ กรุณาลองอีกครั้ง",
|
|
296
|
+
"amity_social_community_setting_page_edit_profile_text": "โปรไฟล์ชุมชน",
|
|
297
|
+
"amity_social_community_setup_page_community_add_member_button_text": "เพิ่ม",
|
|
298
|
+
"amity_social_community_setup_page_community_privacy_public_description_text": "ชุมชนสามารถค้นพบได้โดยทุกคน เนื้อหาสามารถมองเห็นได้โดยทุกคน",
|
|
299
|
+
"amity_social_confirm_invite_co_host": "ยืนยันการเชิญผู้ร่วมโฮสต์",
|
|
300
|
+
"amity_social_couldnt_load_chat": "ไม่สามารถโหลดแชทได้",
|
|
301
|
+
"amity_social_creating": "กำลังสร้าง...",
|
|
302
|
+
"amity_social_button_delete_post_warning_message": "โพสต์นี้จะถูกลบอย่างถาวร คุณจะไม่สามารถดูและค้นหาโพสต์นี้ได้อีก",
|
|
303
|
+
"amity_social_delete_this_event": "ลบกิจกรรมนี้หรือไม่?",
|
|
304
|
+
"amity_social_delete_this_story": "ลบสตอรี่นี้หรือไม่?",
|
|
305
|
+
"amity_social_disable_product_tagging_description": "หากคุณปิดใช้งานตัวเลือกนี้ ผู้ร่วมโฮสต์จะไม่สามารถเพิ่ม ลบ หรือปักหมุดสินค้าในการสตรีมสดนี้ได้",
|
|
306
|
+
"amity_social_modal_dialog_title_discard_story": "ยกเลิกสตอรี่นี้หรือไม่?",
|
|
307
|
+
"amity_social_edit_tags": "แก้ไขแท็ก",
|
|
308
|
+
"amity_social_empty_feed_no_posts": "ไม่มีโพสต์",
|
|
309
|
+
"amity_social_empty_state_empty_clip_feed": "ยังไม่มีคลิป",
|
|
310
|
+
"amity_social_empty_state_empty_user_image_feed": "ยังไม่มีรูปภาพ",
|
|
311
|
+
"amity_social_empty_state_empty_user_video_feed": "ยังไม่มีวิดีโอ",
|
|
312
|
+
"amity_social_empty_state_no_comments_yet": "ยังไม่มีความคิดเห็น",
|
|
313
|
+
"amity_social_empty_state_tagged_products_empty_title": "ยังไม่มีสินค้าที่แท็ก",
|
|
314
|
+
"amity_social_empty_state_tagged_products_empty_desc": "คุณสามารถเพิ่มหรือลบสินค้าได้ทุกเมื่อ และปักหมุดเพื่อควบคุมสิ่งที่ผู้ชมเห็นระหว่างการสตรีมสด",
|
|
315
|
+
"amity_social_ending_live_stream": "กำลังสิ้นสุดการสตรีมสด",
|
|
316
|
+
"amity_social_error_add_blocked_links_post_error_message": "โพสต์ของคุณไม่ถูกโพสต์เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
317
|
+
"amity_social_error_add_reply_parent_deleted_error_message": "ความคิดเห็นนี้ไม่พร้อมใช้งานอีกต่อไป",
|
|
318
|
+
"amity_social_error_close_community_error_title": "ไม่สามารถปิดชุมชนได้",
|
|
319
|
+
"amity_social_error_community_invitation_unavailable_error": "คำเชิญนี้ไม่พร้อมใช้งานอีกต่อไป",
|
|
320
|
+
"amity_social_error_reply_no_longer_available_error_message": "การตอบกลับนี้ไม่พร้อมใช้งานอีกต่อไป",
|
|
321
|
+
"amity_social_error_upload_failed_title": "การอัปโหลดล้มเหลว",
|
|
322
|
+
"amity_social_event_detail_status_ended": "สิ้นสุดแล้ว",
|
|
323
|
+
"amity_social_event_info_event_address": "ที่อยู่กิจกรรม",
|
|
324
|
+
"amity_social_event_no_access_description": "คุณต้องเป็นสมาชิกเพื่อดูกิจกรรมนี้",
|
|
325
|
+
"amity_social_event_no_access_title": "กิจกรรมนี้มาจากชุมชนส่วนตัว",
|
|
326
|
+
"amity_social_event_platform": "แพลตฟอร์ม",
|
|
327
|
+
"amity_social_event_stream_status_recorded": "บันทึกแล้ว",
|
|
328
|
+
"amity_social_event_stream_status_upcoming_live": "สตรีมสดที่กำลังจะมาถึง",
|
|
329
|
+
"amity_social_exit_picture_in_picture": "ออกจากโหมดภาพในภาพ",
|
|
330
|
+
"amity_social_explore_community_button": "สำรวจชุมชน",
|
|
331
|
+
"amity_social_failed_to_accept_post_please_try_again": "ไม่สามารถยอมรับโพสต์ได้ กรุณาลองอีกครั้ง",
|
|
332
|
+
"amity_social_toast_cancel_request_failed": "ไม่สามารถยกเลิกคำขอของคุณได้ กรุณาลองอีกครั้ง",
|
|
333
|
+
"amity_social_failed_to_copy_link": "ไม่สามารถคัดลอกลิงก์ได้",
|
|
334
|
+
"amity_social_failed_to_decline_follow_request": "ไม่สามารถปฏิเสธคำขอติดตามได้",
|
|
335
|
+
"amity_social_failed_to_decline_post_please_try_again": "ไม่สามารถปฏิเสธโพสต์ได้ กรุณาลองอีกครั้ง",
|
|
336
|
+
"amity_social_failed_to_delete_post_post_has_been_deleted": "ไม่สามารถลบโพสต์ได้ โพสต์ถูกลบไปแล้ว",
|
|
337
|
+
"amity_social_failed_to_share_story": "ไม่สามารถแชร์สตอรี่ได้",
|
|
338
|
+
"amity_social_failed_to_shared_story_please_try_again": "ไม่สามารถแชร์สตอรี่ได้ กรุณาลองอีกครั้ง",
|
|
339
|
+
"amity_social_failed_to_unfollow_user": "ไม่สามารถเลิกติดตามผู้ใช้ได้",
|
|
340
|
+
"amity_social_failed_to_update_community_story_permissions_please_try_again": "ไม่สามารถอัปเดตสิทธิ์สตอรี่ชุมชนได้ กรุณาลองอีกครั้ง",
|
|
341
|
+
"amity_social_failed_to_update_your_attending_status_please_try_again": "ไม่สามารถอัปเดตสถานะการเข้าร่วมได้ โปรดลองอีกครั้ง",
|
|
342
|
+
"amity_social_featured_post_edit_warning": "โพสต์ที่คุณกำลังแก้ไขได้รับการแนะนำในระดับสากล หากคุณแก้ไขโพสต์ จะต้องได้รับการอนุมัติใหม่ และจะไม่ถูกแนะนำในระดับสากลอีกต่อไป",
|
|
343
|
+
"amity_social_general_anonymous": "ไม่ระบุตัวตน",
|
|
344
|
+
"amity_social_invitation_accepted": "ยอมรับคำเชิญแล้ว",
|
|
345
|
+
"amity_social_join_community": "เข้าร่วมชุมชน",
|
|
346
|
+
"amity_social_join_community_and_rsvp": "เข้าร่วมชุมชนและตอบรับ",
|
|
347
|
+
"amity_social_join_community_to_continue": "เข้าร่วมชุมชนเพื่อดำเนินการต่อ",
|
|
348
|
+
"amity_social_label_about_the_event": "เกี่ยวกับกิจกรรม",
|
|
349
|
+
"amity_social_label_add_end_date_and_time": "เพิ่มวันและเวลาสิ้นสุด",
|
|
350
|
+
"amity_social_label_allow_co_host_to_manage_product_tags": "อนุญาตให้ผู้ร่วมโฮสต์จัดการแท็กสินค้า",
|
|
351
|
+
"amity_social_label_allow_comments_on_community_stories": "อนุญาตให้แสดงความคิดเห็นในสตอรี่ชุมชน",
|
|
352
|
+
"amity_social_label_back_to_poll": "กลับไปที่โพล",
|
|
353
|
+
"amity_social_label_choose_poll_type": "เลือกประเภทโพล",
|
|
354
|
+
"amity_social_modal_dialog_video_upload_error": "กรุณาเลือกวิดีโอที่มีขนาดไฟล์เล็กกว่านี้",
|
|
355
|
+
"amity_social_label_close_community_description": "การปิดชุมชนนี้จะลบหน้าชุมชนและเนื้อหาและความคิดเห็นทั้งหมด",
|
|
356
|
+
"amity_social_label_cohost_accepted_invitation": "ผู้ร่วมโฮสต์ยอมรับคำเชิญแล้ว",
|
|
357
|
+
"amity_social_label_cohost_backstage_title": "เตรียมตัวให้พร้อมก่อนเริ่มสตรีมสด",
|
|
358
|
+
"amity_social_label_cohost_declined_invitation": "ผู้ร่วมโฮสต์ปฏิเสธคำเชิญแล้ว",
|
|
359
|
+
"amity_social_label_comment_compose_bar_reply_to": "ตอบกลับ ",
|
|
360
|
+
"amity_social_label_comment_over_mentionees_limit": "คุณถึงขีดจำกัดการแท็กผู้ใช้สูงสุด 30 คนในโพสต์แล้ว",
|
|
361
|
+
"amity_social_label_comments_disabled_message": "ความคิดเห็นถูกปิดใช้งานสำหรับสตอรี่นี้",
|
|
362
|
+
"amity_social_label_community_information_title": "ข้อมูลชุมชน",
|
|
363
|
+
"amity_social_label_community_invitation_accept_success": "คุณเข้าร่วม %s แล้ว",
|
|
364
|
+
"amity_social_label_community_invitation_invited_you": "เชิญคุณแล้ว",
|
|
365
|
+
"amity_social_label_community_invitation_message_template": "%s เชิญคุณเข้าร่วม %s",
|
|
366
|
+
"amity_social_label_community_join_request_label": "คำขอเข้าร่วม",
|
|
367
|
+
"amity_social_label_community_join_requests_label": "คำขอเข้าร่วม",
|
|
368
|
+
"amity_social_label_community_members_label": "สมาชิก",
|
|
369
|
+
"amity_social_label_community_post_label": "โพสต์",
|
|
370
|
+
"amity_social_label_community_posts_label": "โพสต์",
|
|
371
|
+
"amity_social_label_community_posts_pending_review": "โพสต์ของคุณรอการตรวจสอบ",
|
|
372
|
+
"amity_social_label_community_setup_about_optional_title": "(ไม่บังคับ)",
|
|
373
|
+
"amity_social_label_community_setup_about_title": "เกี่ยวกับ",
|
|
374
|
+
"amity_social_label_community_setup_category_title": "หมวดหมู่",
|
|
375
|
+
"amity_social_label_community_setup_create_title": "สร้างชุมชน",
|
|
376
|
+
"amity_social_label_community_setup_edit_title": "แก้ไขชุมชน",
|
|
377
|
+
"amity_social_label_community_setup_invite_members_description": "พวกเขาจะเข้าร่วมเป็นสมาชิกหลังจากยอมรับคำเชิญของคุณ",
|
|
378
|
+
"amity_social_label_community_setup_invite_members_title": "เชิญสมาชิก",
|
|
379
|
+
"amity_social_label_community_setup_membership_description": "ต้องได้รับการอนุมัติจากผู้ดูแล",
|
|
380
|
+
"amity_social_label_community_setup_membership_title": "การเป็นสมาชิก",
|
|
381
|
+
"amity_social_label_community_setup_name_description": "ตั้งชื่อชุมชนของคุณ",
|
|
382
|
+
"amity_social_label_community_setup_name_title": "ชื่อชุมชน",
|
|
383
|
+
"amity_social_label_community_setup_privacy_private_and_hidden_description": "ชุมชนและเนื้อหาถูกซ่อนจากผู้ที่ไม่ใช่สมาชิก และไม่สามารถค้นพบผ่านการค้นหาได้",
|
|
384
|
+
"amity_social_label_community_setup_privacy_private_and_hidden_title": "ส่วนตัวและซ่อน",
|
|
385
|
+
"amity_social_label_community_setup_privacy_private_and_visible_description": "ชุมชนสามารถค้นพบได้โดยทุกคน เนื้อหาถูกซ่อนจากผู้ที่ไม่ใช่สมาชิก",
|
|
386
|
+
"amity_social_label_community_setup_privacy_private_and_visible_title": "ส่วนตัวและมองเห็นได้",
|
|
387
|
+
"amity_social_label_community_setup_privacy_private_description": "เฉพาะสมาชิกที่ได้รับเชิญจากผู้ดูแลเท่านั้นที่สามารถเข้าร่วม ดู และค้นหาโพสต์ในชุมชนนี้ได้",
|
|
388
|
+
"amity_social_label_community_setup_privacy_public_title": "สาธารณะ",
|
|
389
|
+
"amity_social_label_community_setup_privacy_title": "ความเป็นส่วนตัว",
|
|
390
|
+
"amity_social_label_copy_post_link": "คัดลอกลิงก์โพสต์",
|
|
391
|
+
"amity_social_label_create_account_or_sign_in": "สร้างบัญชีหรือเข้าสู่ระบบเพื่อดำเนินการต่อ",
|
|
392
|
+
"amity_social_label_create_livestream_terminated_question": "หมายความว่าอะไร?",
|
|
393
|
+
"amity_social_label_customize_link_text": "ปรับแต่งข้อความลิงก์",
|
|
394
|
+
"amity_social_label_date_and_time": "วันที่และเวลา",
|
|
395
|
+
"amity_social_label_declining_a_join_request_is_irreversible_the_user_must_": "การปฏิเสธคำขอเข้าร่วมไม่สามารถย้อนกลับได้ ผู้ใช้ต้องส่งคำขอใหม่หากถูกปฏิเสธ",
|
|
396
|
+
"amity_social_decline_follow_request_message": "การปฏิเสธคำขอติดตามไม่สามารถย้อนกลับได้ ผู้ใช้ต้องส่งคำขอใหม่หากถูกปฏิเสธ",
|
|
397
|
+
"amity_social_label_demote_to_member": "ลดระดับเป็นสมาชิก",
|
|
398
|
+
"amity_social_label_edit_post_community_requires_approval_content": "การโพสต์ในชุมชนนี้ต้องได้รับการอนุมัติ โพสต์ที่แก้ไขของคุณจะถูกเผยแพร่เมื่อได้รับการอนุมัติจากผู้ดูแลชุมชน",
|
|
399
|
+
"amity_social_label_editing_is_not_possible": "ไม่สามารถแก้ไขได้",
|
|
400
|
+
"amity_social_label_enter_address_of_where_this_event_will_be_happening": "ป้อนที่อยู่ของสถานที่จัดงาน",
|
|
401
|
+
"amity_social_label_enter_valid_url": "กรุณาป้อน URL ที่ถูกต้อง",
|
|
402
|
+
"amity_social_label_enter_whitelisted_url": "กรุณาป้อน URL ที่อยู่ในรายการที่อนุญาต",
|
|
403
|
+
"amity_social_label_event_location_title": "สถานที่",
|
|
404
|
+
"amity_social_label_event_platform_external": "แพลตฟอร์มภายนอก",
|
|
405
|
+
"amity_social_label_event_platform_external_description": "ผู้ใช้จะเข้าร่วมงานบนแพลตฟอร์มภายนอก",
|
|
406
|
+
"amity_social_label_event_platform_livestream_description": "ผู้ใช้สามารถเข้าร่วมไลฟ์สตรีมบนแอปหรือเว็บไซต์",
|
|
407
|
+
"amity_social_label_event_select_location": "เลือกสถานที่จัดงาน",
|
|
408
|
+
"amity_social_label_event_date_tomorrow": "พรุ่งนี้ %1$s ถึง %2$s",
|
|
409
|
+
"amity_social_label_event_date_other": "%1$s ถึง %2$s",
|
|
410
|
+
"amity_social_label_file_exceeds_max_upload": "ไฟล์เกินขนาดที่อนุญาตสำหรับการอัปโหลด",
|
|
411
|
+
"amity_social_label_file_size_exceed_limit": "ขนาดไฟล์เกินขีดจำกัดที่กำหนด",
|
|
412
|
+
"amity_social_label_find_community_or_create_your_own": "ค้นหาชุมชนหรือสร้างของคุณเอง",
|
|
413
|
+
"amity_social_label_follow_request_accepted": "%1$s กำลังติดตามคุณอยู่",
|
|
414
|
+
"amity_social_label_follow_request_declined": "ปฏิเสธคำขอติดตามแล้ว",
|
|
415
|
+
"amity_social_label_image_add_alt_text_title": "ข้อความ Alt",
|
|
416
|
+
"amity_social_label_image_alt_text_updated_message": "อัปเดตข้อความ Alt แล้ว",
|
|
417
|
+
"amity_social_label_image_edit_alt_text_title": "แก้ไขข้อความ Alt",
|
|
418
|
+
"amity_social_label_invite_as_co_host": "เชิญเป็นผู้ร่วมโฮสต์",
|
|
419
|
+
"amity_social_label_join_as_co_host": "เข้าร่วมเป็นผู้ร่วมโฮสต์",
|
|
420
|
+
"amity_social_label_join_request_accepted": "ยอมรับคำขอเข้าร่วมแล้ว",
|
|
421
|
+
"amity_social_label_join_request_declined": "ปฏิเสธคำขอเข้าร่วมแล้ว",
|
|
422
|
+
"amity_social_modal_dialog_join_request_sent": "ส่งคำขอเข้าร่วมแล้ว คุณจะได้รับการแจ้งเตือนเมื่อคำขอได้รับการยอมรับ",
|
|
423
|
+
"amity_social_label_join_request_unavailable": "คำขอเข้าร่วมนี้ไม่สามารถใช้งานได้อีกต่อไป",
|
|
424
|
+
"amity_social_tab_tab_join_requests_count": "คำขอเข้าร่วม (%s)",
|
|
425
|
+
"amity_social_label_join_this_community_to_see_its_content_and_members": "เข้าร่วมชุมชนนี้เพื่อดูเนื้อหาและสมาชิก",
|
|
426
|
+
"amity_social_label_join_to_attend_events": "เป็นสมาชิกของ %s เพื่อเข้าร่วมงานและร่วมสนทนา",
|
|
427
|
+
"amity_social_label_joined_community": "คุณเข้าร่วม %s แล้ว",
|
|
428
|
+
"amity_social_label_left_stage": "คุณออกจากเวทีแล้วและกำลังรับชมในฐานะผู้ชม",
|
|
429
|
+
"amity_social_label_let_participants_vote_more_than_one_option": "ให้ผู้เข้าร่วมโหวตได้มากกว่าหนึ่งตัวเลือก",
|
|
430
|
+
"amity_social_modal_dialog_link_limit": "คุณสามารถเพิ่มได้สูงสุด %s ลิงก์ต่อโพสต์",
|
|
431
|
+
"amity_social_label_livestream_deleted_page_title": "เกิดข้อผิดพลาดบางอย่าง",
|
|
432
|
+
"amity_social_label_livestream_description": "คำอธิบาย",
|
|
433
|
+
"amity_social_label_livestream_post_thumbnail_unavailable_title": "สตรีมนี้ไม่พร้อมใช้งานในขณะนี้",
|
|
434
|
+
"amity_social_label_livestream_read_only_description": "สมาชิกที่ไม่ใช่ผู้สตรีมสามารถอ่านข้อความได้แต่ไม่สามารถส่งข้อความได้",
|
|
435
|
+
"amity_social_label_livestream_title": "ชื่อไลฟ์",
|
|
436
|
+
"amity_social_label_manage_blocked_users": "จัดการผู้ใช้ที่ถูกบล็อก",
|
|
437
|
+
"amity_social_label_max_upload_limit_message": "คุณถึงขีดจำกัดการอัปโหลด 10 %@ แล้ว %@ เพิ่มเติมจะไม่ถูกบันทึก",
|
|
438
|
+
"amity_social_label_msg_blocked_word": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีคำที่ถูกบล็อก",
|
|
439
|
+
"amity_social_label_msg_link_not_allowed": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
440
|
+
"amity_social_label_name_your_event": "ตั้งชื่องานของคุณ",
|
|
441
|
+
"amity_social_label_new_follow_requests": "คำขอติดตามใหม่",
|
|
442
|
+
"amity_social_label_follow_requests": "คำขอติดตาม (%1$d)",
|
|
443
|
+
"amity_social_label_no_community_yet": "ยังไม่มีชุมชน",
|
|
444
|
+
"amity_social_label_no_community_yet_2": "ยังไม่มีชุมชน",
|
|
445
|
+
"amity_social_label_no_events_yet": "ยังไม่มีงาน",
|
|
446
|
+
"amity_social_label_no_pending_posts": "ไม่มีโพสต์ที่รอดำเนินการ",
|
|
447
|
+
"amity_social_label_no_pinned_posts_yet": "ยังไม่มีโพสต์ที่ปักหมุด",
|
|
448
|
+
"amity_social_label_no_pending_requests": "ไม่มีคำขอที่รอดำเนินการ",
|
|
449
|
+
"amity_social_button_pending_join_accept_button": "ยอมรับ",
|
|
450
|
+
"amity_social_button_pending_join_decline_button": "ปฏิเสธ",
|
|
451
|
+
"amity_social_label_no_requests_to_review": "ไม่มีคำขอที่ต้องตรวจสอบ",
|
|
452
|
+
"amity_social_label_no_description_available": "ไม่มีคำอธิบาย",
|
|
453
|
+
"amity_social_label_no_results_found": "ไม่พบผลลัพธ์",
|
|
454
|
+
"amity_social_label_nothing_here_yet": "ยังไม่มีอะไรที่นี่",
|
|
455
|
+
"amity_social_label_optional": "(ไม่บังคับ)",
|
|
456
|
+
"amity_social_label_other_products_label": "สินค้าอื่นๆ",
|
|
457
|
+
"amity_social_label_pinned_product_label": "สินค้าที่ปักหมุด",
|
|
458
|
+
"amity_social_label_playback_unavailable": "ไม่สามารถเล่นได้",
|
|
459
|
+
"amity_social_label_please_try_again": "กรุณาลองอีกครั้ง",
|
|
460
|
+
"amity_social_label_poll_min_options_with_images": "โพลต้องมีอย่างน้อย 2 ตัวเลือก และต้องอัปโหลดรูปภาพสำหรับทุกตัวเลือก",
|
|
461
|
+
"amity_social_label_poll_options_desc": "โพลต้องมีอย่างน้อย 2 ตัวเลือก",
|
|
462
|
+
"amity_social_label_post_composer_edit_title": "แก้ไขโพสต์",
|
|
463
|
+
"amity_social_label_post_composer_post_updates_sent_for_review_title": "การอัปเดตโพสต์ถูกส่งเพื่อตรวจสอบ",
|
|
464
|
+
"amity_social_label_post_label_singular": "โพสต์",
|
|
465
|
+
"amity_social_label_product_tag_added": "เพิ่มแท็กสินค้าแล้ว",
|
|
466
|
+
"amity_social_label_product_tag_pinned": "ปักหมุดแท็กสินค้าแล้ว",
|
|
467
|
+
"amity_social_label_product_tag_removed": "ลบแท็กสินค้าแล้ว",
|
|
468
|
+
"amity_social_label_product_tag_unpinned": "เลิกปักหมุดแท็กสินค้าแล้ว",
|
|
469
|
+
"amity_social_label_product_tagging_unavailable_description": "สินค้าที่คุณแท็กไว้จะถูกลบออกและจะไม่แสดงให้ผู้ชมเห็น",
|
|
470
|
+
"amity_social_label_product_tags_added": "เพิ่มแท็กสินค้าแล้ว",
|
|
471
|
+
"amity_social_label_products_tagged_in_photo": "สินค้าที่แท็กในรูปภาพนี้",
|
|
472
|
+
"amity_social_label_products_tagged_in_post": "สินค้าที่แท็กในโพสต์นี้",
|
|
473
|
+
"amity_social_label_products_tagged_in_video": "สินค้าที่แท็กในวิดีโอนี้",
|
|
474
|
+
"amity_social_label_promote_to_moderator": "เลื่อนระดับเป็นผู้ดูแล",
|
|
475
|
+
"amity_social_label_recommended_for_you": "แนะนำสำหรับคุณ",
|
|
476
|
+
"amity_social_label_remove_from_community": "ลบออกจากชุมชน",
|
|
477
|
+
"amity_social_label_report_other_reason_desc": "อธิบายเหตุผลของคุณ",
|
|
478
|
+
"amity_social_label_rsvp_after_join": "คุณจะสามารถตอบรับได้เมื่อคำขอเข้าร่วมของคุณได้รับการยอมรับ",
|
|
479
|
+
"amity_social_label_see_full_results": "ดูผลลัพธ์ทั้งหมด",
|
|
480
|
+
"amity_social_label_see_more_option": "ดูเพิ่มอีก %d ตัวเลือก",
|
|
481
|
+
"amity_social_label_see_more_options": "ดูเพิ่มอีก %d ตัวเลือก",
|
|
482
|
+
"amity_social_label_select_multiple_options": "เลือกหนึ่งตัวเลือกหรือมากกว่า",
|
|
483
|
+
"amity_social_label_select_one_option": "เลือกหนึ่งตัวเลือก",
|
|
484
|
+
"amity_social_label_social_home_header_label": "ชุมชน",
|
|
485
|
+
"amity_social_label_start_typing_to_search": "เริ่มพิมพ์เพื่อค้นหาสินค้า",
|
|
486
|
+
"amity_social_label_search_my_communities": "ค้นหาชุมชนของฉัน",
|
|
487
|
+
"amity_social_label_story_could_not_be_loaded": "ไม่สามารถโหลดสตอรีนี้ได้",
|
|
488
|
+
"amity_social_label_text_contains_blocklisted": "ข้อความของคุณมีคำที่อยู่ในรายการบล็อก",
|
|
489
|
+
"amity_social_label_this_clip_is_no_longer_available": "คลิปนี้ไม่สามารถใช้งานได้อีกต่อไป",
|
|
490
|
+
"amity_social_label_this_community_is_private": "ชุมชนนี้เป็นชุมชนส่วนตัว",
|
|
491
|
+
"amity_social_label_this_photo_is_no_longer_available": "รูปภาพนี้ไม่สามารถใช้งานได้อีกต่อไป",
|
|
492
|
+
"amity_social_label_this_video_is_no_longer_available": "วิดีโอนี้ไม่สามารถใช้งานได้อีกต่อไป",
|
|
493
|
+
"amity_social_label_title_comments": "ความคิดเห็น",
|
|
494
|
+
"amity_social_label_title_optional": "ชื่อเรื่อง (ไม่บังคับ)",
|
|
495
|
+
"amity_social_label_title_posts": "โพสต์",
|
|
496
|
+
"amity_social_label_title_story_comments": "ความคิดเห็นในสตอรี",
|
|
497
|
+
"amity_social_label_turn_on_to_receive_comments_on_stories_in_this_communit": "เปิดใช้งานเพื่อรับความคิดเห็นบนสตอรีในชุมชนนี้",
|
|
498
|
+
"amity_social_label_unable_to_load_comments": "ไม่สามารถโหลดความคิดเห็นได้",
|
|
499
|
+
"amity_social_label_unable_to_mention": "ไม่สามารถกล่าวถึงได้",
|
|
500
|
+
"amity_social_label_pin_label": "ปักหมุด",
|
|
501
|
+
"amity_social_label_unpin_label": "เลิกปักหมุด",
|
|
502
|
+
"amity_social_label_upload_new_image": "อัปโหลดรูปภาพใหม่",
|
|
503
|
+
"amity_social_label_user_block_message_format": "%s จะไม่สามารถเห็นโพสต์และความคิดเห็นที่คุณสร้างได้ พวกเขาจะไม่ได้รับการแจ้งเตือนว่าคุณบล็อกพวกเขา",
|
|
504
|
+
"amity_social_label_user_demoted": "ลดระดับเป็นสมาชิกเรียบร้อยแล้ว!",
|
|
505
|
+
"amity_social_label_user_profile_feed_option_community": "โพสต์ชุมชนสาธารณะ",
|
|
506
|
+
"amity_social_modal_dialog_unblock_user_description": "เขาจะสามารถเห็นโพสต์และความคิดเห็นที่คุณสร้างได้อีกครั้ง พวกเขาจะไม่ได้รับการแจ้งเตือนว่าคุณเลิกบล็อคพวกเขา",
|
|
507
|
+
"amity_social_label_view_more_replies": "ดูการตอบกลับเพิ่มเติม",
|
|
508
|
+
"amity_social_label_view_replies": "ดู %d การตอบกลับ",
|
|
509
|
+
"amity_social_label_view_reply": "ดู %d การตอบกลับ",
|
|
510
|
+
"amity_social_label_visit_website": "เยี่ยมชมเว็บไซต์",
|
|
511
|
+
"amity_social_label_voted_by_you": "โหวตโดยคุณ",
|
|
512
|
+
"amity_social_label_voted_by_participants": "โหวตโดย %s ผู้เข้าร่วม",
|
|
513
|
+
"amity_social_label_voted_by_1_participant": "โหวตโดย 1 ผู้เข้าร่วม",
|
|
514
|
+
"amity_social_button_poll_answer_result_voted_by_and_you": "และคุณ",
|
|
515
|
+
"amity_social_label_waiting_for_approval": "รอการอนุมัติ",
|
|
516
|
+
"amity_social_label_waiting_for_cohost": "รอผู้ร่วมโฮสต์เตรียมตัว…",
|
|
517
|
+
"amity_social_label_waiting_for_network": "รอการเชื่อมต่อเครือข่าย...",
|
|
518
|
+
"amity_social_label_watch_next_clip": "ดูคลิปถัดไป",
|
|
519
|
+
"amity_social_label_who_can_post_on_this_community": "ใครสามารถโพสต์ในชุมชนนี้ได้บ้าง",
|
|
520
|
+
"amity_social_label_you_can_always_close_the_poll_before_the_set_duration": "คุณสามารถปิดโพลได้ตลอดเวลาก่อนระยะเวลาที่กำหนด",
|
|
521
|
+
"amity_social_label_you_can_control_who_can_create_posts_in_your_community": "คุณสามารถควบคุมได้ว่าใครสามารถสร้างโพสต์ในชุมชนของคุณได้",
|
|
522
|
+
"amity_social_label_you_can_no_longer_edit_this_event_changes_are_restricte": "คุณไม่สามารถแก้ไขกิจกรรมนี้ได้อีกต่อไป การเปลี่ยนแปลงถูกจำกัด 15 นาทีก่อนเวลาเริ่มต้น",
|
|
523
|
+
"amity_social_label_you_have_been_muted": "คุณถูกปิดเสียงแล้ว",
|
|
524
|
+
"amity_social_label_you_re_in_the_backstage": "คุณอยู่ในพื้นที่เบื้องหลัง",
|
|
525
|
+
"amity_social_leave_as_cohost_message": "ออกจากการเป็นโฮสต์ร่วม",
|
|
526
|
+
"amity_social_leave_backstage": "ออกจากพื้นที่เบื้องหลัง",
|
|
527
|
+
"amity_social_leave_live_stream": "ออกจากไลฟ์สตรีม",
|
|
528
|
+
"amity_social_leaving_stage": "กำลังออกจากเวที…",
|
|
529
|
+
"amity_social_live_setting": "การตั้งค่าไลฟ์",
|
|
530
|
+
"amity_social_livestream_backstage": "พื้นที่เบื้องหลังไลฟ์สตรีม",
|
|
531
|
+
"amity_social_label_banned_title": "คุณถูกแบนแล้ว",
|
|
532
|
+
"visitor_usage_limit_title": "คุณถึงขีดจำกัดรายวันแล้ว",
|
|
533
|
+
"visitor_usage_limit_subtitle": "สร้างบัญชีหรือเข้าสู่ระบบเพื่อสำรวจคอมมูนิตี้ต่อไป",
|
|
534
|
+
"visitor_usage_limit_sign_in": "เข้าสู่ระบบ",
|
|
535
|
+
"visitor_usage_limit_toast": "สร้างบัญชีหรือเข้าสู่ระบบเพื่อดำเนินการต่อ",
|
|
536
|
+
"amity_social_livestream_player": "เครื่องเล่นไลฟ์สตรีม",
|
|
537
|
+
"amity_social_livestream_reconnecting_message": "กำลังเชื่อมต่อใหม่...",
|
|
538
|
+
"amity_social_livestream_terminated_body": "เนื้อหาการสิ้นสุดไลฟ์สตรีม",
|
|
539
|
+
"amity_social_button_create_livestream_terminated_desc": "ดูเหมือนว่าไลฟ์สตรีมของคุณขัดต่อแนวทางการกลั่นกรองเนื้อหาของเรา\n",
|
|
540
|
+
"amity_social_livestream_terminated_second_reason": "จะไม่มีการเล่นซ้ำของไลฟ์สตรีมนี้ในฟีดใดๆ",
|
|
541
|
+
"amity_social_loading": "กำลังโหลด...",
|
|
542
|
+
"amity_social_member_demote_success": "ลดตำแหน่งสมาชิกสำเร็จ",
|
|
543
|
+
"amity_social_member_removed_toast": "นำสมาชิกออกจากชุมชนนี้แล้ว",
|
|
544
|
+
"amity_common_label_message_not_sent": "ข้อความของคุณไม่ถูกส่ง",
|
|
545
|
+
"amity_social_message_too_long": "ข้อความของคุณยาวเกินไป กรุณาย่อข้อความแล้วลองอีกครั้ง",
|
|
546
|
+
"amity_social_message_unreport_failed": "ไม่สามารถยกเลิกการรายงานข้อความนี้ได้ กรุณาลองอีกครั้ง",
|
|
547
|
+
"amity_social_modal_add_calendar_sheet_add_button": "เพิ่มในปฏิทิน",
|
|
548
|
+
"amity_social_modal_add_calendar_sheet_description": "คุณยังสามารถติดตามกิจกรรมนี้ได้โดยเพิ่มลงในปฏิทินของอุปกรณ์ของคุณ",
|
|
549
|
+
"amity_social_modal_alert_cancel_cohost_invitation_message": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกคำเชิญนี้? พวกเขาจะไม่ถูกเชิญเป็นโฮสต์ร่วมอีกต่อไปและจะยังคงเป็นผู้ชม",
|
|
550
|
+
"amity_social_modal_alert_cohost_leave_message": "คุณแน่ใจหรือไม่ว่าต้องการออกจากการสตรีมสดนี้? คุณจะหยุดการออกอากาศและออกจากเซสชันทั้งหมด",
|
|
551
|
+
"amity_social_modal_alert_remove_button": "นำออก",
|
|
552
|
+
"amity_social_modal_community_invitation_reject_dialog_subtitle": "หากคุณเปลี่ยนใจ คุณจะต้องส่งคำขอเข้าร่วมอีกครั้ง",
|
|
553
|
+
"amity_social_modal_community_invitation_reject_dialog_title": "ปฏิเสธคำเชิญ?",
|
|
554
|
+
"amity_social_modal_community_setup_dialog_change_privacy_title": "เปลี่ยนการตั้งค่าความเป็นส่วนตัวของชุมชน?",
|
|
555
|
+
"amity_social_modal_community_setup_dialog_change_privacy_message": "ชุมชนนี้มีโพสต์ที่โดดเด่นทั่วโลก การเปลี่ยนชุมชนจากสาธารณะเป็นส่วนตัวจะทำให้โพสต์เหล่านี้ไม่ปรากฏเป็นโพสต์ที่โดดเด่นทั่วโลก",
|
|
556
|
+
"amity_social_modal_community_setup_dialog_leave_edit_description": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการเปลี่ยนแปลง? ข้อมูลจะสูญหายเมื่อคุณออกจากหน้านี้",
|
|
557
|
+
"amity_social_modal_community_setup_dialog_leave_edit_title": "มีการเปลี่ยนแปลงที่ยังไม่บันทึก",
|
|
558
|
+
"amity_social_modal_create_livestream_discard_livestream_dialog_confirm_text": "ยกเลิก",
|
|
559
|
+
"amity_social_modal_create_livestream_discard_livestream_dialog_desc": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการเปลี่ยนแปลง? ข้อมูลจะสูญหายเมื่อคุณออกจากหน้านี้",
|
|
560
|
+
"amity_social_modal_create_livestream_discard_livestream_dialog_title": "มีการเปลี่ยนแปลงที่ยังไม่บันทึก",
|
|
561
|
+
"amity_social_modal_create_livestream_end_livestream_dialog_confirm_text": "สิ้นสุด",
|
|
562
|
+
"amity_social_modal_create_livestream_end_livestream_dialog_desc": "หากคุณสิ้นสุดไลฟ์สตรีม ผู้ชมทุกคนของคุณจะสิ้นสุดด้วยเช่นกัน",
|
|
563
|
+
"amity_social_modal_create_livestream_end_livestream_dialog_title": "สิ้นสุดไลฟ์สตรีม?",
|
|
564
|
+
"amity_social_modal_dialog_banned_from_community": "คุณจะไม่สามารถโพสต์และโต้ตอบในชุมชนนี้ได้อีกต่อไป",
|
|
565
|
+
"amity_social_modal_dialog_cancel_button": "ยกเลิก",
|
|
566
|
+
"amity_social_modal_dialog_cancel_unsaved_changes": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิก? การเปลี่ยนแปลงของคุณจะไม่ถูกบันทึก",
|
|
567
|
+
"amity_social_modal_dialog_close_button": "ปิด",
|
|
568
|
+
"amity_social_modal_dialog_cohost_invitation_description": "หาก %s ยอมรับคำเชิญของคุณ พวกเขาจะกลายเป็นผู้ร่วมโฮสต์ที่มีสิทธิ์ผู้ดูแล ผู้ร่วมโฮสต์สามารถเปิดกล้องและไมค์ ปรากฏบนเวทีร่วมกับคุณ และช่วยจัดการแชทในกิจกรรมได้",
|
|
569
|
+
"amity_social_modal_dialog_content_too_many_users_mentioned": "คุณสามารถกล่าวถึงได้สูงสุด %d ผู้ใช้ต่อข้อความ",
|
|
570
|
+
"amity_social_modal_dialog_delete_event_description": "กิจกรรมนี้จะถูกลบอย่างถาวร คุณและผู้อื่นจะไม่สามารถเห็นและค้นหากิจกรรมนี้ได้อีกต่อไป",
|
|
571
|
+
"amity_social_modal_dialog_delete_message_description": "ข้อความนี้จะถูกลบออกจากอุปกรณ์ของเพื่อนคุณด้วย",
|
|
572
|
+
"amity_social_modal_dialog_delete_message_title": "ลบข้อความนี้?",
|
|
573
|
+
"amity_social_modal_dialog_demote_moderator_description": "คุณแน่ใจหรือไม่ว่าต้องการลดตำแหน่งผู้ดูแลนี้? พวกเขาจะสูญเสียสิทธิ์การเข้าถึงสิทธิ์ผู้ดูแลทั้งหมดในไลฟ์สตรีมนี้",
|
|
574
|
+
"amity_social_modal_dialog_discard_button": "ยกเลิก",
|
|
575
|
+
"amity_social_modal_dialog_discard_changes_description": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการเปลี่ยนแปลง? ข้อมูลจะสูญหายเมื่อคุณออกจากหน้านี้",
|
|
576
|
+
"amity_social_modal_dialog_discard_changes_title": "ยกเลิกการเปลี่ยนแปลง",
|
|
577
|
+
"amity_social_modal_dialog_discard_clip": "คลิปจะถูกลบทิ้งอย่างถาวร ไม่สามารถยกเลิกได้",
|
|
578
|
+
"amity_social_modal_dialog_discard_post": "โพสต์จะถูกลบทิ้งอย่างถาวร ไม่สามารถยกเลิกได้",
|
|
579
|
+
"amity_social_modal_dialog_discard_story_body": "สตอรี่จะถูกลบทิ้งอย่างถาวร ไม่สามารถยกเลิกได้",
|
|
580
|
+
"amity_social_modal_dialog_generic_error": "อุ๊ปส์! เกิดข้อผิดพลาด กรุณาลองอีกครั้งในภายหลัง",
|
|
581
|
+
"amity_social_modal_dialog_hashtag_limit": "คุณสามารถเพิ่มแฮชแท็กได้สูงสุด %d แฮชแท็กต่อโพสต์",
|
|
582
|
+
"amity_social_modal_dialog_image_upload_error": "กรุณาเลือกรูปภาพอื่นเพื่ออัปโหลด",
|
|
583
|
+
"amity_social_modal_dialog_leave_button": "ออก",
|
|
584
|
+
"amity_social_modal_dialog_mute_user_description": "คุณแน่ใจหรือไม่ว่าต้องการปิดเสียงผู้ใช้นี้? พวกเขาจะไม่สามารถส่งข้อความได้อีกต่อไป",
|
|
585
|
+
"amity_social_modal_dialog_pending_requests_warning": "กรุณาจัดการคำขอเหล่านี้ก่อนปิดการอนุมัติการเป็นสมาชิก",
|
|
586
|
+
"amity_social_modal_dialog_post_pending_approval": "โพสต์ของคุณถูกส่งไปยังรายการรอดำเนินการแล้ว จะถูกเผยแพร่เมื่อได้รับการอนุมัติจากผู้ดูแลชุมชน",
|
|
587
|
+
"amity_social_modal_dialog_product_tag_limit": "คุณสามารถแท็กได้สูงสุด 20 สินค้าต่อโพสต์",
|
|
588
|
+
"amity_social_modal_dialog_promote_moderator_description": "คุณแน่ใจหรือไม่ว่าต้องการเลื่อนตำแหน่งสมาชิกนี้เป็นผู้ดูแล? พวกเขาจะได้รับสิทธิ์การเข้าถึงสิทธิ์ผู้ดูแลทั้งหมดในไลฟ์สตรีมนี้",
|
|
589
|
+
"amity_social_modal_dialog_remove_story_link": "ลิงก์นี้จะถูกลบออกจากสตอรี่",
|
|
590
|
+
"amity_social_modal_dialog_something_went_wrong": "เกิดข้อผิดพลาด กรุณาลองอีกครั้งในภายหลัง",
|
|
591
|
+
"amity_social_modal_dialog_title_block_user": "บล็อกผู้ใช้?",
|
|
592
|
+
"amity_social_modal_dialog_title_close_community": "ปิดชุมชน?",
|
|
593
|
+
"amity_social_modal_dialog_title_close_poll": "ปิดโพล?",
|
|
594
|
+
"amity_social_modal_dialog_poll_duration_warning": "ระยะเวลาโพลที่คุณตั้งไว้จะถูกละเว้นและโพลของคุณจะถูกปิดทันที",
|
|
595
|
+
"amity_social_modal_dialog_title_confirm_mute": "ยืนยันการปิดเสียง",
|
|
596
|
+
"amity_social_modal_dialog_title_confirm_unmute": "ยืนยันการเปิดเสียง",
|
|
597
|
+
"amity_social_modal_dialog_title_disable_cohost_product_tags": "ปิดการควบคุมแท็กสินค้าของโฮสต์ร่วม?",
|
|
598
|
+
"amity_social_modal_dialog_title_discard_clip": "ยกเลิกคลิปนี้?",
|
|
599
|
+
"amity_social_modal_dialog_title_discard_post": "ยกเลิกโพสต์นี้?",
|
|
600
|
+
"amity_social_modal_dialog_title_discard_product_selection": "ยกเลิกการเลือกสินค้า?",
|
|
601
|
+
"amity_social_modal_dialog_title_discard_product_tags": "ยกเลิกแท็กสินค้า",
|
|
602
|
+
"amity_social_modal_dialog_title_edit_globally_featured": "แก้ไขโพสต์ที่แนะนำทั่วโลก?",
|
|
603
|
+
"amity_social_modal_dialog_title_leave_community": "ออกจากชุมชน?",
|
|
604
|
+
"amity_social_modal_dialog_title_leave_without_finishing": "ออกโดยไม่เสร็จสิ้น?",
|
|
605
|
+
"amity_social_modal_dialog_title_link_limit_reached": "ถึงจำนวนจำกัดของลิงก์แล้ว",
|
|
606
|
+
"amity_social_modal_dialog_title_max_file_size_limit": "ถึงขนาดไฟล์สูงสุดแล้ว",
|
|
607
|
+
"amity_social_modal_dialog_title_max_upload_limit": "ถึงจำนวนการอัปโหลดสูงสุดแล้ว",
|
|
608
|
+
"amity_social_modal_dialog_title_moderator_demotion": "การลดตำแหน่งผู้ดูแล",
|
|
609
|
+
"amity_social_modal_dialog_title_moderator_promotion": "การเลื่อนตำแหน่งผู้ดูแล",
|
|
610
|
+
"amity_social_modal_dialog_title_pending_join_requests": "คุณมีคำขอเข้าร่วมที่รอดำเนินการ",
|
|
611
|
+
"amity_social_modal_dialog_title_product_tag_limit_reached": "ถึงจำนวนจำกัดของแท็กสินค้าแล้ว",
|
|
612
|
+
"amity_social_modal_dialog_title_remove_link": "ลบลิงก์?",
|
|
613
|
+
"amity_social_modal_dialog_title_unable_to_follow_user": "ไม่สามารถติดตามผู้ใช้นี้ได้",
|
|
614
|
+
"amity_social_modal_dialog_title_unblock_user": "ยกเลิกการบล็อกผู้ใช้?",
|
|
615
|
+
"amity_social_modal_dialog_title_unfollow_user": "เลิกติดตามผู้ใช้นี้?",
|
|
616
|
+
"amity_social_modal_dialog_title_unsaved_changes": "มีการเปลี่ยนแปลงที่ยังไม่บันทึก",
|
|
617
|
+
"amity_social_modal_dialog_unmute_user_description": "คุณแน่ใจหรือไม่ว่าต้องการเปิดเสียงผู้ใช้นี้? พวกเขาสามารถส่งข้อความได้แล้ว",
|
|
618
|
+
"amity_social_modal_event_detail_alert_leave_without_finishing_title": "ออกโดยไม่เสร็จสิ้น?",
|
|
619
|
+
"amity_social_modal_post_composer_hashtag_limit_alert_title": "ถึงจำนวนจำกัดของแฮชแท็กแล้ว",
|
|
620
|
+
"amity_social_modal_setup_alert_message": "ความคืบหน้าของคุณจะไม่ถูกบันทึกและชุมชนของคุณจะไม่ถูกสร้าง",
|
|
621
|
+
"amity_social_button_moderator_leave_community_error_msg": "คุณเป็นผู้ดูแลเพียงคนเดียวในกลุ่มนี้ หากต้องการออกจากชุมชน กรุณาแต่งตั้งสมาชิกคนอื่นเป็นผู้ดูแลก่อน",
|
|
622
|
+
"amity_social_tab_tab_my_events": "กิจกรรมของฉัน",
|
|
623
|
+
"amity_social_name_your_live": "ตั้งชื่อไลฟ์ของคุณ",
|
|
624
|
+
"amity_social_no_camera_found": "ไม่พบกล้อง",
|
|
625
|
+
"amity_social_no_image_available": "ไม่มีรูปภาพ",
|
|
626
|
+
"amity_social_no_post_to_review": "ไม่มีโพสต์ที่ต้องตรวจสอบ",
|
|
627
|
+
"amity_social_no_viewers_title": "ไม่มีผู้ชม",
|
|
628
|
+
"amity_social_normal": "ปกติ",
|
|
629
|
+
"amity_social_notification_no_notifications": "ไม่มีการแจ้งเตือน",
|
|
630
|
+
"amity_social_notification_notification_older": "เก่ากว่า",
|
|
631
|
+
"amity_social_notification_notification_recent": "ล่าสุด",
|
|
632
|
+
"amity_social_overlay_leaving_stage_description": "คุณจะกลับไปเป็นผู้ชมไลฟ์สตรีมในไม่ช้า",
|
|
633
|
+
"amity_social_overlay_starting_description": "กรุณารอในขณะที่เรากำลังเตรียมสตรีมของคุณ...",
|
|
634
|
+
"amity_social_permission_community_permission_title": "สิทธิ์ของชุมชน",
|
|
635
|
+
"amity_social_permission_community_setting_post_permission": "สิทธิ์การโพสต์",
|
|
636
|
+
"amity_social_permission_post_permission_admin_review": "ต้องการการตรวจสอบจากผู้ดูแล",
|
|
637
|
+
"amity_social_permission_post_permission_everyone": "ทุกคนสามารถโพสต์ได้",
|
|
638
|
+
"amity_social_permission_post_permission_only_admin": "เฉพาะผู้ดูแลเท่านั้นที่สามารถโพสต์ได้",
|
|
639
|
+
"amity_social_permission_title_allow_camera_mic_access": "อนุญาตให้เข้าถึง\\nกล้องและไมโครโฟนของคุณ",
|
|
640
|
+
"amity_social_pick_date_and_time": "เลือกวันและเวลา",
|
|
641
|
+
"amity_social_picture_in_picture": "ภาพในภาพ",
|
|
642
|
+
"amity_social_pin_product": "ปักหมุดสินค้า",
|
|
643
|
+
"amity_social_placeholder_chat_hint": "แชท…",
|
|
644
|
+
"amity_social_placeholder_comment_text_field_placeholder": "พูดอะไรดีๆ สักอย่าง...",
|
|
645
|
+
"amity_social_placeholder_community_search_placeholder": "เริ่มค้นหาโดยพิมพ์อย่างน้อย 3 ตัวอักษร",
|
|
646
|
+
"amity_social_placeholder_event_link_hint": "ลิงก์กิจกรรม",
|
|
647
|
+
"amity_social_placeholder_hint_poll_headline": "ตั้งหัวข้อโพลของคุณ",
|
|
648
|
+
"amity_social_placeholder_hyperlink_name_hint": "ตั้งชื่อลิงก์",
|
|
649
|
+
"amity_social_placeholder_hyperlink_url_hint": "https://example.com",
|
|
650
|
+
"amity_social_placeholder_image_alt_text_hint_message": "อธิบายรูปภาพนี้สั้นๆ เพื่อช่วยให้ผู้ใช้ที่มีความบกพร่องทางสายตาเข้าใจเนื้อหา",
|
|
651
|
+
"amity_social_placeholder_report_text_placeholder": "แชร์รายละเอียดเพิ่มเติมเกี่ยวกับปัญหานี้",
|
|
652
|
+
"amity_social_placeholder_search_member_hint": "ค้นหาสมาชิก",
|
|
653
|
+
"amity_social_placeholder_search_product_hint": "ค้นหาตามชื่อสินค้า",
|
|
654
|
+
"amity_social_placeholder_search_user_hint": "ค้นหาผู้ใช้",
|
|
655
|
+
"amity_social_placeholder_whats_on_your_mind": "คุณคิดอะไรอยู่?",
|
|
656
|
+
"amity_social_playback_speed": "ความเร็วการเล่น",
|
|
657
|
+
"amity_social_player_unavailable_message": "ไม่สามารถใช้งานเครื่องเล่นได้",
|
|
658
|
+
"amity_social_please_select_at_least_one_member": "กรุณาเลือกสมาชิกอย่างน้อยหนึ่งคน",
|
|
659
|
+
"amity_social_poll_closed": "ปิดโพลแล้ว",
|
|
660
|
+
"amity_social_poll_post_composer_page_ends_on": "สิ้นสุดเมื่อ %s เวลา %s",
|
|
661
|
+
"amity_social_error_poll_option_char_limit_error": "ตัวเลือกโพลต้องไม่เกิน %d ตัวอักษร",
|
|
662
|
+
"amity_social_error_poll_question_char_limit_error": "คำถามโพลต้องไม่เกิน %d ตัวอักษร",
|
|
663
|
+
"amity_social_post_composer_body_placeholder": "คุณคิดอะไรอยู่?",
|
|
664
|
+
"amity_social_product_tagging_disabled_content": "คุณไม่สามารถจัดการสินค้าที่แท็กในไลฟ์สตรีมนี้ได้อีกต่อไป สินค้าที่แท็กทั้งหมดถูกลบออกและจะไม่แสดงต่อผู้ชม",
|
|
665
|
+
"amity_social_product_tags_have_been_updated": "อัปเดตแท็กสินค้าแล้ว",
|
|
666
|
+
"amity_social_remove_co_host_from_live": "นำโฮสต์ร่วมออกจากไลฟ์",
|
|
667
|
+
"amity_social_reply_report_failed": "ไม่สามารถรายงานการตอบกลับได้ กรุณาลองอีกครั้ง",
|
|
668
|
+
"amity_social_reply_unreport_failed": "ไม่สามารถยกเลิกการรายงานการตอบกลับได้ กรุณาลองอีกครั้ง",
|
|
669
|
+
"amity_social_replying_to": "กำลังตอบกลับ",
|
|
670
|
+
"amity_social_replying_to_display_name": "กำลังตอบกลับ %s",
|
|
671
|
+
"amity_social_report_list_screen_description": "บอกเราว่าทำไมคุณถึงรายงานเนื้อหานี้ รายงานของคุณจะได้รับการตรวจสอบโดยผู้ดูแลและเก็บเป็นความลับ",
|
|
672
|
+
"amity_social_saving": "กำลังบันทึก...",
|
|
673
|
+
"amity_social_see_less": "ดูน้อยลง",
|
|
674
|
+
"amity_social_setting_community_setting_pending_invitations": "คำเชิญที่รอดำเนินการ",
|
|
675
|
+
"amity_social_setting_community_setting_story_setting": "ความคิดเห็นในสตอรี่",
|
|
676
|
+
"amity_social_setting_community_settings": "การตั้งค่าชุมชน",
|
|
677
|
+
"amity_social_share_what_this_event_is_all_about": "แชร์ว่ากิจกรรมนี้เกี่ยวกับอะไร",
|
|
678
|
+
"amity_social_share_what_this_live_is_all_about": "แชร์ว่าไลฟ์นี้เกี่ยวกับอะไร",
|
|
679
|
+
"amity_social_status_create_livestream_connecting_text": "กำลังเริ่มไลฟ์สตรีม",
|
|
680
|
+
"amity_social_button_event_setup_starts_on": "เริ่มเมื่อ",
|
|
681
|
+
"amity_social_button_event_starts_on": "เริ่มเมื่อ",
|
|
682
|
+
"amity_social_status_banned_desc": "คุณไม่สามารถเข้าถึงไลฟ์สตรีมนี้ได้อีกต่อไป",
|
|
683
|
+
"amity_social_status_cohost_invitation_message": "%s เชิญคุณเข้าร่วมไลฟ์สตรีมในฐานะโฮสต์ร่วม คุณจะเข้าสู่ห้องเบื้องหลังเพื่อเตรียมตัวก่อนไลฟ์",
|
|
684
|
+
"amity_social_status_cohost_left": "โฮสต์ร่วมออกจากไลฟ์สตรีมแล้ว",
|
|
685
|
+
"amity_social_status_cohost_removed": "นำโฮสต์ร่วมออกจากไลฟ์แล้ว",
|
|
686
|
+
"amity_social_status_create_livestream_count_down_title": "ไลฟ์สตรีมสิ้นสุดใน",
|
|
687
|
+
"amity_social_status_create_livestream_target_title": "ไลฟ์บน",
|
|
688
|
+
"amity_social_modal_dialog_livestream_time_limit": "ไลฟ์สตรีมของคุณถูกยุติแล้ว\\\\n",
|
|
689
|
+
"amity_social_status_create_livestream_terminated_toolbar_title": "ไลฟ์ถูกยุติ",
|
|
690
|
+
"amity_social_status_create_livestream_terminated_first_reason": "ไลฟ์สตรีมถูกยุติแล้ว\\n",
|
|
691
|
+
"amity_social_status_edit_live": "แก้ไขไลฟ์",
|
|
692
|
+
"amity_social_status_event_detail_header_status_upcoming": "กำลังจะมาถึง",
|
|
693
|
+
"amity_social_status_event_feed_upcoming": "กำลังจะมาถึง",
|
|
694
|
+
"amity_social_status_go_live": "เริ่มไลฟ์",
|
|
695
|
+
"amity_social_status_live": "ไลฟ์",
|
|
696
|
+
"amity_social_status_live_stream_duration_label": "ไลฟ์ %@",
|
|
697
|
+
"amity_social_status_livestream_no_access": "คุณไม่สามารถเข้าถึงไลฟ์สตรีมนี้ได้อีกต่อไป",
|
|
698
|
+
"amity_social_status_livestream_post_thumbnail_ended_too_short_desc": "ไลฟ์สตรีมนี้สั้นเกินไปที่จะมีการเล่นซ้ำ",
|
|
699
|
+
"amity_social_status_livestream_post_thumbnail_processing_title": "ไลฟ์สตรีมนี้สิ้นสุดแล้ว",
|
|
700
|
+
"amity_social_label_livestream_post_thumbnail_processing_desc": "การเล่นซ้ำจะพร้อมให้คุณรับชมในไม่ช้า",
|
|
701
|
+
"amity_social_status_livestream_read_only": "ไลฟ์สตรีมนี้เป็นแบบอ่านอย่างเดียวแล้ว",
|
|
702
|
+
"amity_social_status_no_viewers_message": "ผู้ชมที่เข้าร่วมไลฟ์สตรีมของคุณจะ\\nปรากฏที่นี่",
|
|
703
|
+
"amity_social_status_pinned_product_badge_label": "ปักหมุด",
|
|
704
|
+
"amity_common_button_moderator": "ผู้ดูแล",
|
|
705
|
+
"amity_social_status_product_tagging_enabled": "คุณสามารถจัดการสินค้าที่แท็กในไลฟ์สตรีมนี้ได้แล้ว",
|
|
706
|
+
"amity_social_status_remove_from_live": "นำออกจากไลฟ์",
|
|
707
|
+
"amity_social_status_select_livestream_target_title": "ไลฟ์บน",
|
|
708
|
+
"amity_social_status_set_livestream_read_only": "ตั้งค่าไลฟ์สตรีมเป็นอ่านอย่างเดียว",
|
|
709
|
+
"amity_social_status_set_up_live_stream": "ตั้งค่าไลฟ์สตรีม",
|
|
710
|
+
"amity_social_status_set_up_your_camera_mic_and_lighting_before_the_livestre": "ตั้งค่ากล้อง ไมโครโฟน และแสงสว่างก่อนที่การไลฟ์สตรีมจะเริ่มต้น",
|
|
711
|
+
"amity_social_status_this_live_stream_has_started_but_with_limited_visibilit": "ไลฟ์สตรีมนี้เริ่มต้นแล้ว แต่มีการมองเห็นที่จำกัดจนกว่าโพสต์จะได้รับการอนุมัติ",
|
|
712
|
+
"amity_social_status_this_live_stream_has_started_however_it_will_have_limit": "ไลฟ์สตรีมนี้เริ่มต้นแล้ว อย่างไรก็ตาม จะมีการมองเห็นที่จำกัดจนกว่าโพสต์ของคุณจะได้รับการอนุมัติ",
|
|
713
|
+
"amity_social_status_upcoming_events": "กิจกรรมที่กำลังจะมาถึง",
|
|
714
|
+
"amity_social_status_when_enabled_co_host_can_add_or_remove_tagged_products_": "เมื่อเปิดใช้งาน ผู้ร่วมดำเนินรายการสามารถเพิ่มหรือลบสินค้าที่แท็กและปักหมุดหรือเลิกปักหมุดสินค้าระหว่างไลฟ์สตรีมได้",
|
|
715
|
+
"amity_social_status_you_can_start_setting_up_live_15_minutes_before_the_eve": "คุณสามารถเริ่มตั้งค่าไลฟ์ได้ 15 นาทีก่อนที่กิจกรรมจะเริ่มต้น",
|
|
716
|
+
"amity_social_tab_tab_all": "ทั้งหมด",
|
|
717
|
+
"amity_social_tab_tab_communities": "ชุมชน",
|
|
718
|
+
"amity_social_tab_tab_explore": "สำรวจ",
|
|
719
|
+
"amity_social_tab_tab_hosting": "จัดงาน",
|
|
720
|
+
"amity_social_tab_tab_my_communities": "ชุมชนของฉัน",
|
|
721
|
+
"amity_social_tab_tab_past": "ที่ผ่านมา",
|
|
722
|
+
"amity_social_tab_tab_posts": "โพสต์",
|
|
723
|
+
"amity_social_tab_tab_posts_count": "โพสต์ (%s)",
|
|
724
|
+
"amity_social_tab_tab_upcoming": "กำลังจะมาถึง",
|
|
725
|
+
"amity_social_tab_tab_users": "ผู้ใช้",
|
|
726
|
+
"amity_social_tagged_products_deleted_info": "ข้อมูลสินค้าที่แท็กถูกลบแล้ว",
|
|
727
|
+
"amity_social_this_text_will_show_on_the_link_instead_of_url": "ข้อความนี้จะแสดงบนลิงก์แทน URL",
|
|
728
|
+
"amity_social_time_event_without_specified_end_time_will_end_after_12_hour": "กิจกรรมที่ไม่ระบุเวลาสิ้นสุดจะสิ้นสุดหลังจาก 12 ชั่วโมง",
|
|
729
|
+
"amity_social_time_time_left": "เหลืออยู่",
|
|
730
|
+
"amity_social_time_event_date_today": "วันนี้ %1$s ถึง %2$s",
|
|
731
|
+
"amity_social_time_event_date_yesterday": "เมื่อวาน %1$s ถึง %2$s",
|
|
732
|
+
"amity_social_time_time_left_days": "เหลือ %s วัน",
|
|
733
|
+
"amity_social_time_time_left_hours": "เหลือ %s ชั่วโมง",
|
|
734
|
+
"amity_social_time_time_left_minutes": "เหลือ %s นาที",
|
|
735
|
+
"amity_social_time_time_left_seconds": "เหลือ %s วินาที",
|
|
736
|
+
"amity_social_toast_accept_join_request_failed": "ไม่สามารถยอมรับคำขอเข้าร่วมได้ กรุณาลองใหม่อีกครั้ง",
|
|
737
|
+
"amity_social_toast_accept_post_reviewed_by_moderator": "ไม่สามารถยอมรับโพสต์ได้ โพสต์นี้ได้รับการตรวจสอบโดยผู้ดูแลคนอื่นแล้ว",
|
|
738
|
+
"amity_social_toast_add_member_failed": "ไม่สามารถเพิ่มสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
739
|
+
"amity_social_toast_comment_reported_toast_message": "รายงานความคิดเห็นแล้ว",
|
|
740
|
+
"amity_social_toast_comment_unreported_toast_message": "ยกเลิกการรายงานความคิดเห็นแล้ว",
|
|
741
|
+
"amity_social_toast_community_add_member_failed": "ไม่สามารถเพิ่มสมาชิกในชุมชนนี้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
742
|
+
"amity_social_toast_community_add_member_success": "เพิ่มสมาชิกในชุมชนนี้สำเร็จแล้ว!",
|
|
743
|
+
"amity_social_toast_community_invitation_create_failed": "ไม่สามารถส่งคำเชิญได้ กรุณาลองใหม่อีกครั้ง",
|
|
744
|
+
"amity_social_toast_community_invitation_create_success": "ส่งคำเชิญสมาชิกเข้าชุมชนนี้สำเร็จแล้ว",
|
|
745
|
+
"amity_social_toast_community_invitation_fail_to_accept": "ไม่สามารถยอมรับคำเชิญได้ กรุณาลองใหม่อีกครั้ง",
|
|
746
|
+
"amity_social_toast_community_invitation_fail_to_reject": "ไม่สามารถปฏิเสธคำเชิญได้ กรุณาลองใหม่อีกครั้ง",
|
|
747
|
+
"amity_social_toast_community_invite_member_failed": "ไม่สามารถเชิญสมาชิกเข้าชุมชนนี้ได้",
|
|
748
|
+
"amity_social_toast_community_profile_update_failed": "ไม่สามารถอัปเดตโปรไฟล์ชุมชนได้",
|
|
749
|
+
"amity_social_toast_community_setup_create_success": "สร้างชุมชนสำเร็จแล้ว!",
|
|
750
|
+
"amity_social_toast_community_setup_toast_create_failed": "ไม่สามารถสร้างชุมชนได้ กรุณาลองใหม่อีกครั้ง",
|
|
751
|
+
"amity_social_toast_community_setup_toast_update_failed": "ไม่สามารถบันทึกโปรไฟล์ชุมชนของคุณได้ กรุณาลองใหม่อีกครั้ง",
|
|
752
|
+
"amity_social_toast_community_setup_toast_update_success": "อัปเดตโปรไฟล์ชุมชนสำเร็จแล้ว",
|
|
753
|
+
"amity_social_toast_community_update_failed": "ไม่สามารถอัปเดตชุมชนได้ กรุณาลองใหม่อีกครั้ง",
|
|
754
|
+
"amity_social_toast_create_livestream_no_microphone_found": "ไม่พบไมโครโฟน",
|
|
755
|
+
"amity_social_toast_create_livestream_no_microphone_found_description": "ไม่พบไมโครโฟนของคุณ กรุณาตรวจสอบว่าเชื่อมต่ออย่างถูกต้อง",
|
|
756
|
+
"amity_social_toast_decline_join_request_failed": "ไม่สามารถปฏิเสธคำขอเข้าร่วมได้ กรุณาลองใหม่อีกครั้ง",
|
|
757
|
+
"amity_social_toast_decline_post_reviewed_by_moderator": "ไม่สามารถปฏิเสธโพสต์ได้ โพสต์นี้ได้รับการตรวจสอบโดยผู้ดูแลคนอื่นแล้ว",
|
|
758
|
+
"amity_social_toast_delete_post_failed": "ไม่สามารถลบโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
|
|
759
|
+
"amity_social_toast_dialog_title_failed_to_upload": "อัปโหลดไม่สำเร็จ",
|
|
760
|
+
"amity_social_toast_dialog_title_failed_to_upload_story": "อัปโหลดสตอรี่ไม่สำเร็จ",
|
|
761
|
+
"amity_social_toast_edit_user_admin_only": "เฉพาะผู้ดูแลระบบเท่านั้นที่สามารถอัปเดตชื่อแสดงของผู้ใช้ได้",
|
|
762
|
+
"amity_social_toast_error_create_post_failed": "ไม่สามารถสร้างโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
|
|
763
|
+
"amity_social_toast_event_create_blocked_url_error": "ไม่สามารถสร้างกิจกรรมของคุณได้เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
764
|
+
"amity_social_toast_event_create_blocked_word_error": "ไม่สามารถสร้างกิจกรรมของคุณได้เนื่องจากมีคำที่ไม่เหมาะสม",
|
|
765
|
+
"amity_social_toast_event_create_start_time_too_soon_error": "ไม่สามารถสร้างกิจกรรมของคุณได้เนื่องจากต้องเริ่มต้นอย่างน้อย 15 นาทีจากนี้",
|
|
766
|
+
"amity_social_toast_event_update_blocked_url_error": "ไม่สามารถอัปเดตกิจกรรมของคุณได้เนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
767
|
+
"amity_social_toast_event_update_blocked_word_error": "ไม่สามารถอัปเดตกิจกรรมของคุณได้เนื่องจากมีคำที่ไม่เหมาะสม",
|
|
768
|
+
"amity_social_toast_event_update_start_time_too_soon_error": "ไม่สามารถอัปเดตกิจกรรมของคุณได้เนื่องจากต้องเริ่มต้นอย่างน้อย 15 นาทีจากนี้",
|
|
769
|
+
"amity_social_toast_failed_generic": "อุ๊ปส์ เกิดข้อผิดพลาดบางอย่าง",
|
|
770
|
+
"amity_social_toast_failed_to_upload": "อัปโหลดไม่สำเร็จ",
|
|
771
|
+
"amity_social_toast_follow_request_accept_failed": "ไม่สามารถยอมรับคำขอติดตามได้ กรุณาลองใหม่อีกครั้ง",
|
|
772
|
+
"amity_social_toast_image_add_alt_text_generic_error_message": "ไม่สามารถเพิ่มข้อความอธิบายภาพได้ กรุณาลองใหม่อีกครั้ง",
|
|
773
|
+
"amity_social_toast_image_edit_alt_text_generic_error_message": "ไม่สามารถแก้ไขข้อความอธิบายภาพได้ กรุณาลองใหม่อีกครั้ง",
|
|
774
|
+
"amity_social_toast_leave_community_failed": "ไม่สามารถออกจากชุมชนได้ กรุณาลองใหม่อีกครั้ง",
|
|
775
|
+
"amity_social_toast_member_demote_failed": "ไม่สามารถลดตำแหน่งสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
776
|
+
"amity_social_toast_member_promote_failed": "ไม่สามารถเลื่อนตำแหน่งสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
777
|
+
"amity_social_toast_member_remove_failed": "ไม่สามารถลบสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
778
|
+
"amity_social_toast_member_report_failed": "ไม่สามารถรายงานสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
779
|
+
"amity_social_toast_member_unban_failed": "ไม่สามารถยกเลิกการแบนสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
780
|
+
"amity_social_toast_member_unreport_failed": "ไม่สามารถยกเลิกการรายงานสมาชิกได้ กรุณาลองใหม่อีกครั้ง",
|
|
781
|
+
"amity_social_toast_message_report_failed": "ไม่สามารถรายงานข้อความได้ กรุณาลองใหม่อีกครั้ง",
|
|
782
|
+
"amity_social_toast_pin_product_tag_failed": "ไม่สามารถปักหมุดแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
|
|
783
|
+
"amity_social_toast_poll_create_posting_toast": "กำลังโพสต์...",
|
|
784
|
+
"amity_social_toast_poll_post_unavailable_toast": "โพสต์นี้ไม่พร้อมใช้งานอีกต่อไป",
|
|
785
|
+
"amity_social_error_post_create_ban_word_error": "โพสต์ของคุณไม่ถูกโพสต์เนื่องจากมีคำที่ไม่เหมาะสม",
|
|
786
|
+
"amity_social_toast_post_create_generic_error_message": "ไม่สามารถสร้างโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
|
|
787
|
+
"amity_social_toast_post_deleted": "ลบโพสต์แล้ว",
|
|
788
|
+
"amity_social_toast_post_edit_generic_error_message": "ไม่สามารถแก้ไขโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
|
|
789
|
+
"amity_social_toast_post_products_unavailable_toast": "สินค้าบางรายการที่คุณแท็กไว้ไม่พร้อมใช้งานแล้ว",
|
|
790
|
+
"amity_social_toast_post_report_failed": "ไม่สามารถรายงานโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
|
|
791
|
+
"amity_social_toast_post_unreport_failed": "ไม่สามารถยกเลิกการรายงานโพสต์ได้ กรุณาลองใหม่อีกครั้ง",
|
|
792
|
+
"amity_social_toast_product_tag_add_failed": "ไม่สามารถเพิ่มแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
|
|
793
|
+
"amity_social_toast_product_tag_remove_failed": "ไม่สามารถลบแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
|
|
794
|
+
"amity_social_toast_reply_reported_toast_message": "รายงานการตอบกลับแล้ว",
|
|
795
|
+
"amity_social_toast_reply_unreported_toast_message": "ยกเลิกการรายงานการตอบกลับแล้ว",
|
|
796
|
+
"amity_social_toast_remove_co_host_failed_toast": "ไม่สามารถลบผู้ร่วมโฮสต์ได้ กรุณาลองอีกครั้ง",
|
|
797
|
+
"amity_social_toast_setting_leave_success": "ออกจากชุมชนสำเร็จแล้ว!",
|
|
798
|
+
"amity_social_button_address_copied": "คัดลอกที่อยู่แล้ว",
|
|
799
|
+
"amity_social_toast_snackbar_attending_status_updated": "อัปเดตสถานะการเข้าร่วมเรียบร้อยแล้ว",
|
|
800
|
+
"amity_social_toast_snackbar_create_event_failed": "ไม่สามารถสร้างกิจกรรมได้ กรุณาลองใหม่อีกครั้ง",
|
|
801
|
+
"amity_social_toast_snackbar_delete_event_failed": "ไม่สามารถลบกิจกรรมได้ กรุณาลองใหม่อีกครั้ง",
|
|
802
|
+
"amity_social_toast_snackbar_event_created": "สร้างกิจกรรมสำเร็จแล้ว",
|
|
803
|
+
"amity_social_toast_snackbar_event_deleted": "ลบกิจกรรมแล้ว",
|
|
804
|
+
"amity_social_toast_snackbar_event_updated": "อัปเดตกิจกรรมสำเร็จแล้ว",
|
|
805
|
+
"amity_social_toast_snackbar_invitation_declined": "ปฏิเสธคำเชิญแล้ว",
|
|
806
|
+
"amity_social_toast_snackbar_join_community_failed": "ไม่สามารถเข้าร่วมชุมชนได้ กรุณาลองใหม่อีกครั้ง",
|
|
807
|
+
"amity_social_button_link_copied": "คัดลอกลิงก์แล้ว",
|
|
808
|
+
"amity_social_toast_snackbar_profile_save_failed": "ไม่สามารถบันทึกโปรไฟล์ของคุณได้ กรุณาลองใหม่อีกครั้ง",
|
|
809
|
+
"amity_social_toast_snackbar_profile_updated": "อัปเดตโปรไฟล์ของคุณสำเร็จแล้ว!",
|
|
810
|
+
"amity_social_toast_snackbar_story_link_limit": "ไม่สามารถเพิ่มลิงก์ได้มากกว่าหนึ่งลิงก์ในสตอรี่ของคุณ",
|
|
811
|
+
"amity_social_toast_snackbar_story_shared": "แชร์สตอรี่สำเร็จแล้ว",
|
|
812
|
+
"amity_social_toast_snackbar_update_event_failed": "ไม่สามารถอัปเดตกิจกรรมได้ กรุณาลองใหม่อีกครั้ง",
|
|
813
|
+
"amity_social_toast_snackbar_user_promoted": "เลื่อนตำแหน่งผู้ใช้แล้ว",
|
|
814
|
+
"amity_social_toast_unpin_product_tag_failed": "ไม่สามารถเลิกปักหมุดแท็กสินค้าได้ กรุณาลองใหม่อีกครั้ง",
|
|
815
|
+
"amity_social_toast_update_cohost_permission_failed": "ไม่สามารถอัปเดตสิทธิ์การแท็กสินค้าของผู้ร่วมดำเนินรายการได้ กรุณาลองใหม่อีกครั้ง",
|
|
816
|
+
"amity_social_toast_user_block_failed": "ไม่สามารถบล็อกผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
817
|
+
"amity_social_toast_user_demoted_failed": "ไม่สามารถลดตำแหน่งผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
818
|
+
"amity_social_toast_user_muted_failed": "ไม่สามารถปิดเสียงผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
819
|
+
"amity_social_toast_user_promoted_failed": "ไม่สามารถเลื่อนตำแหน่งผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
820
|
+
"amity_social_toast_user_report_failed": "ไม่สามารถรายงานผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
821
|
+
"amity_social_toast_user_unblock_failed": "ไม่สามารถยกเลิกการบล็อกผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
822
|
+
"amity_social_toast_user_unmuted_failed": "ไม่สามารถเปิดเสียงผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
823
|
+
"amity_social_toast_user_unreport_failed": "ไม่สามารถยกเลิกการรายงานผู้ใช้ได้ กรุณาลองใหม่อีกครั้ง",
|
|
824
|
+
"amity_social_too_many_users_mentioned": "กล่าวถึงผู้ใช้มากเกินไป",
|
|
825
|
+
"amity_social_type_a_message": "พิมพ์ข้อความ...",
|
|
826
|
+
"amity_social_type_or_paste_a_link": "พิมพ์หรือวางลิงก์",
|
|
827
|
+
"amity_social_unfollow_user_dialog_content": "หากคุณเปลี่ยนใจ คุณจะต้องส่งคำขอติดตามพวกเขาอีกครั้ง",
|
|
828
|
+
"amity_social_unpin_product": "เลิกปักหมุดสินค้า",
|
|
829
|
+
"amity_social_unsaved_products": "คุณมีสินค้าที่เลือกไว้แต่ยังไม่ได้เพิ่ม หากคุณปิดตอนนี้ การเลือกของคุณจะหายไป",
|
|
830
|
+
"amity_social_unsaved_tagged_products": "คุณมีสินค้าที่แท็กไว้แต่ยังไม่ได้บันทึก หากคุณออกตอนนี้ การเปลี่ยนแปลงของคุณจะหายไป",
|
|
831
|
+
"amity_social_upload_image_failed": "ไม่สามารถอัปโหลดรูปภาพได้ กรุณาลองใหม่อีกครั้ง",
|
|
832
|
+
"amity_social_upload_not_complete": "การอัปโหลดยังไม่เสร็จสมบูรณ์",
|
|
833
|
+
"amity_social_user_profile_all_post_title": "โพสต์ในชุมชนสาธารณะและโปรไฟล์",
|
|
834
|
+
"amity_social_user_profile_blocked_word_error": "โปรไฟล์ของคุณไม่ถูกอัปเดตเนื่องจากมีคำที่ไม่เหมาะสม",
|
|
835
|
+
"amity_social_modal_dialog_upload_failed": "คุณต้องการยกเลิกการอัปโหลดหรือไม่?",
|
|
836
|
+
"amity_social_write_a_comment": "เขียนความคิดเห็น...",
|
|
837
|
+
"amity_social_you_havent_joined_any_communities": "คุณยังไม่ได้เข้าร่วมชุมชนใดเลย",
|
|
838
|
+
"amity_social_your_attending_status_cannot_be_changed_once_the_e": "ไม่สามารถเปลี่ยนสถานะการเข้าร่วมได้หลังจากกิจกรรมเริ่มต้นแล้ว",
|
|
839
|
+
"amity_social_label_page_pending_post_title": "โพสต์ที่รอดำเนินการ",
|
|
840
|
+
"amity_social_button_share_to": "แชร์ไปที่",
|
|
841
|
+
"amity_social_notification_title_notifications": "การแจ้งเตือน",
|
|
842
|
+
"amity_social_status_banned_page_title": "ไลฟ์สตรีม",
|
|
843
|
+
"amity_social_empty_state_social_home_empty_title": "ฟีดของคุณว่างเปล่า",
|
|
844
|
+
"amity_social_label_blocked_user_feed": "คุณได้บล็อกผู้ใช้รายนี้",
|
|
845
|
+
"amity_social_label_blocked_user_feed_info": "ยกเลิกการบล็อกเพื่อดูโพสต์ของพวกเขา",
|
|
846
|
+
"amity_social_label_blocked_user_image_feed": "คุณได้บล็อกผู้ใช้รายนี้",
|
|
847
|
+
"amity_social_label_blocked_user_image_feed_info": "ยกเลิกการบล็อกเพื่อดูโพสต์ของพวกเขา",
|
|
848
|
+
"amity_social_label_blocked_user_video_feed": "คุณได้บล็อกผู้ใช้รายนี้",
|
|
849
|
+
"amity_social_label_blocked_user_video_feed_info": "ยกเลิกการบล็อกเพื่อดูโพสต์ของพวกเขา",
|
|
850
|
+
"amity_social_label_private_user_feed": "บัญชีนี้เป็นส่วนตัว",
|
|
851
|
+
"amity_social_label_private_user_feed_info": "ติดตามผู้ใช้รายนี้เพื่อดูโพสต์ของพวกเขา",
|
|
852
|
+
"amity_social_label_private_user_image_feed": "บัญชีนี้เป็นส่วนตัว",
|
|
853
|
+
"amity_social_label_private_user_image_feed_info": "ติดตามผู้ใช้รายนี้เพื่อดูโพสต์ของพวกเขา",
|
|
854
|
+
"amity_social_label_private_user_video_feed": "บัญชีนี้เป็นส่วนตัว",
|
|
855
|
+
"amity_social_label_private_user_video_feed_info": "ติดตามผู้ใช้รายนี้เพื่อดูโพสต์ของพวกเขา",
|
|
856
|
+
"amity_social_tab_tab_photos": "รูปภาพ",
|
|
857
|
+
"amity_social_tab_tab_videos": "วิดีโอ",
|
|
858
|
+
"amity_social_tab_tab_clips": "คลิป",
|
|
859
|
+
"amity_social_button_community_setup_camera_button": "กล้อง",
|
|
860
|
+
"amity_social_button_search": "ค้นหา",
|
|
861
|
+
"amity_social_empty_state_explore_empty": "หน้าสำรวจของคุณว่างเปล่า",
|
|
862
|
+
"amity_social_empty_state_empty_feed_no_posts": "ยังไม่มีโพสต์",
|
|
863
|
+
"amity_social_label_edit_user_about_title": "เกี่ยวกับ",
|
|
864
|
+
"amity_social_label_edit_user_display_name_title": "ชื่อที่แสดง",
|
|
865
|
+
"amity_social_label_poll_post_title": "หัวข้อโพสต์",
|
|
866
|
+
"amity_social_label_select_event_target_title": "สร้างกิจกรรมใน",
|
|
867
|
+
"amity_social_label_no_internet_connection": "ไม่มีการเชื่อมต่ออินเทอร์เน็ต",
|
|
868
|
+
"amity_social_label_no_users_available": "ไม่มีผู้ใช้",
|
|
869
|
+
"amity_social_label_copy_clip_link": "คัดลอกลิงก์คลิป",
|
|
870
|
+
"amity_social_label_copy_profile_link": "คัดลอกลิงก์โปรไฟล์",
|
|
871
|
+
"amity_social_button_post_composer_camera_button": "กล้อง",
|
|
872
|
+
"amity_social_button_social_home_clips_button": "คลิป",
|
|
873
|
+
"amity_social_label_community_setup_membership_desc": "ต้องได้รับการอนุมัติจากผู้ดูแล",
|
|
874
|
+
"amity_social_label_community_setup_membership_sub_desc": "ผู้ใช้จะเป็นสมาชิกเมื่อคำขอเข้าร่วมได้รับการอนุมัติจากผู้ดูแลชุมชนนี้เท่านั้น",
|
|
875
|
+
"amity_social_label_no_community_yet_description": "มาสร้างชุมชนของคุณเองกันเถอะ",
|
|
876
|
+
"amity_social_modal_alert_remove_cohost_message": "คุณแน่ใจหรือไม่ว่าต้องการลบผู้ร่วมดำเนินรายการนี้ออกจากไลฟ์สตรีม? พวกเขาจะหยุดออกอากาศทันทีและกลับไปเป็นผู้ชม",
|
|
877
|
+
"amity_social_label_product_tagging_unavailable_title": "การแท็กสินค้าไม่พร้อมใช้งาน",
|
|
878
|
+
"amity_social_placeholder_post_composer_body_placeholder": "มีอะไรเกิดขึ้นบ้าง...",
|
|
879
|
+
"amity_social_status_copy_live_stream_link": "คัดลอกลิงก์ไลฟ์สตรีม",
|
|
880
|
+
"amity_social_status_live_stream": "ไลฟ์สตรีม",
|
|
881
|
+
"amity_social_label_report_reason_community_guidelines": "ขัดต่อแนวทางชุมชน",
|
|
882
|
+
"amity_social_label_report_reason_harassment_or_bullying": "การคุกคามหรือการกลั่นแกล้ง",
|
|
883
|
+
"amity_social_label_report_reason_self_harm_or_suicide": "การทำร้ายตัวเองหรือการฆ่าตัวตาย",
|
|
884
|
+
"amity_social_label_report_reason_violence_or_threatening": "ความรุนแรงหรือเนื้อหาที่คุกคาม",
|
|
885
|
+
"amity_social_label_report_reason_selling_restricted": "การขายและการโปรโมตสินค้าที่ถูกจำกัด",
|
|
886
|
+
"amity_social_label_report_reason_sexual_content_or_nudity": "เนื้อหาทางเพศหรือภาพเปลือย",
|
|
887
|
+
"amity_social_label_report_reason_spam_or_scams": "สแปมหรือการหลอกลวง",
|
|
888
|
+
"amity_social_label_report_reason_false_information": "ข้อมูลเท็จหรือข้อมูลบิดเบือน",
|
|
889
|
+
"amity_social_error_image_alt_text_ban_url_error_message": "ข้อความอธิบายภาพของคุณมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
890
|
+
"amity_social_error_image_alt_text_ban_word_error_message": "ข้อความอธิบายภาพของคุณมีคำที่ไม่เหมาะสม",
|
|
891
|
+
"amity_social_leave_community": "ออกจากชุมชน",
|
|
892
|
+
"amity_social_unable_to_post": "ไม่สามารถโพสต์ได้",
|
|
893
|
+
"amity_social_error_post_text_exceed_error_message": "โพสต์ของคุณไม่ถูกโพสต์เนื่องจากเกินขีดจำกัด %1$d ตัวอักษร",
|
|
894
|
+
"amity_social_failed_to_delete_story_please_try_again": "ไม่สามารถลบสตอรี่ได้ กรุณาลองใหม่อีกครั้ง",
|
|
895
|
+
"amity_social_your_post_can_still_be_published_but_product_tags_": "โพสต์ของคุณยังสามารถเผยแพร่ได้ แต่แท็กสินค้าจะไม่ปรากฏเนื่องจากฟีเจอร์นี้ไม่พร้อมใช้งาน",
|
|
896
|
+
"amity_social_button_post_composer_create_buttons_sent_for_review": "โพสต์ที่ส่งเพื่อตรวจสอบ",
|
|
897
|
+
"amity_social_button_post_composer_create_button_will_be_sent_for_review": "โพสต์จะถูกส่งเพื่อตรวจสอบ",
|
|
898
|
+
"amity_social_community_invitation_accept_success": "คุณได้เข้าร่วม %1 สำเร็จแล้ว",
|
|
899
|
+
"amity_common_button_all_description": "แจ้งเตือนสมาชิกทั้งหมด",
|
|
900
|
+
"amity_social_label_event_time": "เวลา",
|
|
901
|
+
"amity_social_label_event_type_in_person": "ในสถานที่",
|
|
902
|
+
"amity_social_label_event_type_virtual": "ออนไลน์",
|
|
903
|
+
"amity_chat_home_title": "แชท",
|
|
904
|
+
"amity_chat_home_empty_title": "ยังไม่มีบทสนทนา",
|
|
905
|
+
"amity_chat_home_empty_description": "เริ่มสร้างแชทเพื่อเริ่มต้นใช้งาน",
|
|
906
|
+
"amity_chat_home_notifications_off_banner": "",
|
|
907
|
+
"amity_chat_tab_all": "ทั้งหมด",
|
|
908
|
+
"amity_chat_tab_direct": "ส่วนตัว",
|
|
909
|
+
"amity_chat_tab_groups": "กลุ่ม",
|
|
910
|
+
"amity_chat_create_new_chat": "สร้างแชทใหม่",
|
|
911
|
+
"amity_chat_create_direct": "แชทส่วนตัว",
|
|
912
|
+
"amity_chat_create_group": "แชทกลุ่ม",
|
|
913
|
+
"amity_chat_timestamp_now": "ตอนนี้",
|
|
914
|
+
"amity_chat_reaction_label_like": "ถูกใจ",
|
|
915
|
+
"amity_chat_reaction_label_love": "รักเลย",
|
|
916
|
+
"amity_chat_reaction_label_fire": "เจ๋ง",
|
|
917
|
+
"amity_chat_reaction_label_happy": "ฮา",
|
|
918
|
+
"amity_chat_reaction_label_sad": "เสียใจ",
|
|
919
|
+
"amity_chat_preview_message": "ส่งข้อความ",
|
|
920
|
+
"amity_chat_preview_no_message": "ยังไม่มีข้อความ",
|
|
921
|
+
"amity_chat_preview_not_available": "ไม่สามารถแสดงตัวอย่างได้",
|
|
922
|
+
"amity_chat_preview_sent_photo": "ส่งรูปภาพ",
|
|
923
|
+
"amity_chat_preview_sent_video": "ส่งวิดีโอ",
|
|
924
|
+
"amity_chat_preview_deleted": "ข้อความนี้ถูกลบแล้ว",
|
|
925
|
+
"amity_chat_archived": "เก็บถาวรแล้ว",
|
|
926
|
+
"amity_chat_archived_badge_label": "เก็บถาวรแล้ว",
|
|
927
|
+
"amity_chat_archive": "เก็บถาวร",
|
|
928
|
+
"amity_chat_unarchive": "ยกเลิกการเก็บถาวร",
|
|
929
|
+
"amity_chat_search_placeholder": "ค้นหา",
|
|
930
|
+
"amity_chat_search_min_chars": "เริ่มค้นหาโดยพิมพ์\nอย่างน้อย 3 ตัวอักษร",
|
|
931
|
+
"amity_chat_search_no_results": "ไม่พบผลการค้นหา",
|
|
932
|
+
"amity_chat_search_tab_chats": "แชท",
|
|
933
|
+
"amity_chat_search_tab_messages": "ข้อความ",
|
|
934
|
+
"amity_chat_archived_navbar_title": "แชทที่เก็บถาวร",
|
|
935
|
+
"amity_chat_archived_empty_title": "ไม่มีแชทที่เก็บถาวร",
|
|
936
|
+
"amity_chat_archived_toast": "เก็บถาวรแชทแล้ว",
|
|
937
|
+
"amity_chat_archive_error_toast": "เก็บถาวรแชทไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
938
|
+
"amity_chat_archive_limit_title": "เก็บถาวรแชทมากเกินไป",
|
|
939
|
+
"amity_chat_archive_limit_message": "คุณสามารถเก็บถาวรได้สูงสุด 100 รายการ",
|
|
940
|
+
"amity_chat_unarchived_toast": "ยกเลิกการเก็บถาวรแชทแล้ว",
|
|
941
|
+
"amity_chat_unarchive_error_toast": "ยกเลิกการเก็บถาวรแชทไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
942
|
+
"amity_chat_create_conversation_title": "บทสนทนาใหม่",
|
|
943
|
+
"amity_chat_blocked_message": "คุณไม่สามารถส่งข้อความถึงผู้ใช้นี้ได้",
|
|
944
|
+
"amity_chat_action_turn_off_notification": "ปิดการแจ้งเตือน",
|
|
945
|
+
"amity_chat_action_turn_on_notification": "เปิดการแจ้งเตือน",
|
|
946
|
+
"amity_chat_action_mute": "ปิดการแจ้งเตือนแล้ว",
|
|
947
|
+
"amity_chat_action_mute_failed": "ปิดการแจ้งเตือนไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
948
|
+
"amity_chat_action_unmute": "เปิดการแจ้งเตือนแล้ว",
|
|
949
|
+
"amity_chat_action_unmute_failed": "เปิดการแจ้งเตือนไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
950
|
+
"amity_chat_action_block_user": "บล็อกผู้ใช้",
|
|
951
|
+
"amity_chat_action_unblock_user": "ยกเลิกการบล็อกผู้ใช้",
|
|
952
|
+
"amity_chat_block_confirm_title": "บล็อกผู้ใช้?",
|
|
953
|
+
"amity_chat_block_confirm_message": "%s จะไม่สามารถส่งข้อความถึงคุณได้ ผู้ใช้จะไม่ได้รับการแจ้งเตือนว่าคุณบล็อกพวกเขา",
|
|
954
|
+
"amity_chat_block_confirm_label": "บล็อก",
|
|
955
|
+
"amity_chat_block_success": "บล็อกผู้ใช้แล้ว",
|
|
956
|
+
"amity_chat_block_failed": "บล็อกผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
957
|
+
"amity_chat_unblock_confirm_title": "ยกเลิกการบล็อกผู้ใช้?",
|
|
958
|
+
"amity_chat_unblock_confirm_message": "%s จะสามารถส่งข้อความถึงคุณได้อีกครั้ง ผู้ใช้จะไม่ได้รับการแจ้งเตือนว่าคุณยกเลิกการบล็อก",
|
|
959
|
+
"amity_chat_unblock_confirm_label": "ยกเลิกการบล็อก",
|
|
960
|
+
"amity_chat_unblock_success": "ยกเลิกการบล็อกผู้ใช้แล้ว",
|
|
961
|
+
"amity_chat_unblock_failed": "ยกเลิกการบล็อกผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
962
|
+
"amity_chat_action_report_user": "รายงานผู้ใช้",
|
|
963
|
+
"amity_chat_action_report_user_success": "รายงานผู้ใช้แล้ว",
|
|
964
|
+
"amity_chat_action_report_user_failed": "รายงานผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
965
|
+
"amity_chat_action_unreport_user": "ยกเลิกการรายงานผู้ใช้",
|
|
966
|
+
"amity_chat_action_unreport_user_success": "ยกเลิกการรายงานผู้ใช้แล้ว",
|
|
967
|
+
"amity_chat_action_unreport_user_failed": "ยกเลิกการรายงานผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
968
|
+
"amity_chat_group_profile": "โปรไฟล์กลุ่ม",
|
|
969
|
+
"amity_chat_group_settings_section": "การตั้งค่ากลุ่ม",
|
|
970
|
+
"amity_chat_group_leave": "ออกจากกลุ่ม",
|
|
971
|
+
"amity_chat_group_leave_confirm_title": "ออกจากกลุ่ม",
|
|
972
|
+
"amity_chat_group_leave_confirm_message": "หากคุณออกจากกลุ่มนี้ คุณจะไม่เห็นกิจกรรมใหม่หรือมีส่วนร่วมในกลุ่มนี้อีก",
|
|
973
|
+
"amity_chat_group_leave_confirm_label": "ออก",
|
|
974
|
+
"amity_chat_group_leave_last_mod_title": "คุณเป็นผู้ดูแลคนสุดท้าย",
|
|
975
|
+
"amity_chat_group_leave_last_mod_message": "คุณต้องเลื่อนตำแหน่งสมาชิกคนอื่นเป็นผู้ดูแลก่อนออกจากกลุ่ม",
|
|
976
|
+
"amity_chat_toast_group_chat_left": "ออกจากแชทกลุ่มแล้ว",
|
|
977
|
+
"amity_chat_action_leave_group_failed": "ออกจากแชทกลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
978
|
+
"amity_chat_group_banned_members": "ผู้ใช้ที่ถูกแบน",
|
|
979
|
+
"amity_chat_group_promote_member": "เลื่อนตำแหน่งสมาชิก",
|
|
980
|
+
"amity_chat_group_member_permissions": "สิทธิ์ของสมาชิก",
|
|
981
|
+
"amity_chat_group_members_label": "สมาชิกทั้งหมด",
|
|
982
|
+
"amity_chat_group_member_count": "สมาชิก %s คน",
|
|
983
|
+
"amity_chat_group_notifications": "การแจ้งเตือนของกลุ่ม",
|
|
984
|
+
"amity_chat_group_notifications_disabled": "ผู้ดูแลได้ปิดการแจ้งเตือนของกลุ่ม",
|
|
985
|
+
"amity_chat_group_user_banned": "",
|
|
986
|
+
"amity_chat_group_user_muted": "",
|
|
987
|
+
"amity_chat_error_banned_chat_navbar_title": "แชทว่างเปล่า",
|
|
988
|
+
"amity_chat_error_banned_chat_title": "คุณถูกแบน",
|
|
989
|
+
"amity_chat_error_banned_chat_sub_title": "คุณถูกแบนจากกลุ่มนี้เนื่องจากกิจกรรมก่อนหน้านี้ของคุณ",
|
|
990
|
+
"amity_chat_create_group_title": "กลุ่มใหม่",
|
|
991
|
+
"amity_chat_create_group_button": "สร้าง",
|
|
992
|
+
"amity_chat_create_group_success": "สร้างแชทกลุ่มแล้ว",
|
|
993
|
+
"amity_chat_create_group_error": "สร้างแชทกลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
994
|
+
"amity_chat_create_group_public_title": "สาธารณะ",
|
|
995
|
+
"amity_chat_create_group_public_subtitle": "ทุกคนสามารถค้นหากลุ่มผ่านการค้นหาและเข้าร่วมบทสนทนาได้",
|
|
996
|
+
"amity_chat_create_group_private_title": "ส่วนตัว",
|
|
997
|
+
"amity_chat_create_group_private_subtitle": "กลุ่มจะถูกซ่อนจากการค้นหาและเข้าถึงได้เฉพาะผ่านคำเชิญจากผู้ดูแลเท่านั้น",
|
|
998
|
+
"amity_chat_privacy_label": "ความเป็นส่วนตัว",
|
|
999
|
+
"amity_chat_privacy_warning": "โปรดเลือกการตั้งค่าความเป็นส่วนตัวให้ถูกต้อง เนื่องจากไม่สามารถเปลี่ยนแปลงในภายหลังได้",
|
|
1000
|
+
"amity_chat_group_name_label": "ชื่อกลุ่ม",
|
|
1001
|
+
"amity_chat_group_name_placeholder": "ตั้งชื่อกลุ่มของคุณ",
|
|
1002
|
+
"amity_chat_group_name_optional": "(ไม่บังคับ)",
|
|
1003
|
+
"amity_chat_group_name_required": "(จำเป็น)",
|
|
1004
|
+
"amity_chat_group_members": "สมาชิก",
|
|
1005
|
+
"amity_chat_add_member_chip": "เพิ่ม",
|
|
1006
|
+
"amity_chat_leave_without_finishing_title": "ออกโดยไม่บันทึก?",
|
|
1007
|
+
"amity_chat_leave_without_finishing_message": "ความคืบหน้าของคุณจะไม่ถูกบันทึกและกลุ่มจะไม่ถูกสร้าง",
|
|
1008
|
+
"amity_chat_select_members_title": "กลุ่มใหม่",
|
|
1009
|
+
"amity_chat_next": "ถัดไป",
|
|
1010
|
+
"amity_chat_no_members_found": "ไม่พบสมาชิก",
|
|
1011
|
+
"amity_chat_no_users_found": "ไม่พบผู้ใช้",
|
|
1012
|
+
"amity_chat_member_limit_reached_title": "จำนวนสมาชิกถึงขีดจำกัด",
|
|
1013
|
+
"amity_chat_member_limit_reached_message": "คุณได้ถึงจำนวนสมาชิกสูงสุดที่อนุญาตในกลุ่มนี้แล้ว",
|
|
1014
|
+
"amity_chat_edit_group_profile_navbar_title": "โปรไฟล์กลุ่ม",
|
|
1015
|
+
"amity_chat_edit_group_profile_name_placeholder": "โปรดป้อนชื่อกลุ่ม",
|
|
1016
|
+
"amity_chat_group_edit_profile_save": "บันทึก",
|
|
1017
|
+
"amity_chat_group_edit_profile_failed": "อัปเดตโปรไฟล์กลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1018
|
+
"amity_chat_group_edit_profile": "อัปเดตโปรไฟล์กลุ่มแล้ว",
|
|
1019
|
+
"amity_chat_group_notification_default_label": "เริ่มต้น",
|
|
1020
|
+
"amity_chat_group_notification_default_title": "โหมดเริ่มต้น",
|
|
1021
|
+
"amity_chat_group_notification_default_desc": "ตามค่าเริ่มต้น สมาชิกในชุมชนนี้จะได้รับการแจ้งเตือน แต่สามารถเลือกปิดได้",
|
|
1022
|
+
"amity_chat_group_notification_silent_label": "ปิดเสียง",
|
|
1023
|
+
"amity_chat_group_notification_silent_title": "โหมดปิดเสียง",
|
|
1024
|
+
"amity_chat_group_notification_silent_desc": "ไม่มีการแจ้งเตือนสำหรับทุกคนในช่องนี้ สมาชิกไม่สามารถเปิดการแจ้งเตือนในช่องได้",
|
|
1025
|
+
"amity_chat_group_notification_subscribe_label": "ติดตาม",
|
|
1026
|
+
"amity_chat_group_notification_subscribe_title": "โหมดติดตาม",
|
|
1027
|
+
"amity_chat_group_notification_subscribe_desc": "สมาชิกทุกคนมีตัวเลือกในการรับการแจ้งเตือน แต่ต้องเปิดใช้งานเอง ตามค่าเริ่มต้น การแจ้งเตือนจะถูกปิดสำหรับสมาชิกแต่ละคน",
|
|
1028
|
+
"amity_chat_group_edit_notification_save": "บันทึก",
|
|
1029
|
+
"amity_chat_group_notification_save_success": "อัปเดตการแจ้งเตือนของกลุ่มแล้ว",
|
|
1030
|
+
"amity_chat_group_notification_save_error": "อัปเดตการแจ้งเตือนของกลุ่มไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1031
|
+
"amity_chat_group_member_permissions_navbar_title": "สิทธิ์ของสมาชิก",
|
|
1032
|
+
"amity_chat_group_edit_permissions_messaging_title": "การส่งข้อความ",
|
|
1033
|
+
"amity_chat_group_edit_permissions_everyone_title": "ทุกคน",
|
|
1034
|
+
"amity_chat_group_edit_permissions_everyone_description": "ทุกคนสามารถส่งข้อความในกลุ่มได้",
|
|
1035
|
+
"amity_chat_group_edit_permissions_moderators_only_title": "เฉพาะผู้ดูแลเท่านั้น",
|
|
1036
|
+
"amity_chat_group_edit_permissions_moderators_only_description": "สมาชิกที่ไม่ใช่ผู้ดูแลสามารถอ่านข้อความได้ แต่ไม่สามารถส่งข้อความได้",
|
|
1037
|
+
"amity_chat_group_permission_only_moderators_banner": "สมาชิกที่ไม่ใช่ผู้ดูแลสามารถอ่านได้ แต่ไม่สามารถส่งข้อความได้",
|
|
1038
|
+
"amity_chat_group_edit_permission_save": "บันทึก",
|
|
1039
|
+
"amity_chat_edit_group_perm_toast_failed": "อัปเดตสิทธิ์ของสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1040
|
+
"amity_chat_edit_group_perm_toast_success": "อัปเดตสิทธิ์ของสมาชิกแล้ว",
|
|
1041
|
+
"amity_chat_member_list_title": "สมาชิกทั้งหมด",
|
|
1042
|
+
"amity_chat_member_tab_members": "สมาชิก",
|
|
1043
|
+
"amity_chat_member_tab_moderators": "ผู้ดูแล",
|
|
1044
|
+
"amity_chat_group_member_list_promote_title": "การเลื่อนตำแหน่งผู้ดูแล",
|
|
1045
|
+
"amity_chat_group_member_list_promote_message": "คุณแน่ใจหรือไม่ว่าต้องการเลื่อนตำแหน่งสมาชิกคนนี้เป็นผู้ดูแล? พวกเขาจะสามารถใช้ฟีเจอร์ของผู้ดูแลได้ทั้งหมด",
|
|
1046
|
+
"amity_chat_group_member_list_promote_confirm": "เลื่อนตำแหน่ง",
|
|
1047
|
+
"amity_chat_group_member_list_demote_title": "การลดตำแหน่งผู้ดูแล",
|
|
1048
|
+
"amity_chat_group_member_list_demote_message": "คุณแน่ใจหรือไม่ว่าต้องการลดตำแหน่งผู้ดูแลคนนี้? พวกเขาจะสูญเสียสิทธิ์การเข้าถึงฟีเจอร์ของผู้ดูแลทั้งหมด",
|
|
1049
|
+
"amity_chat_group_member_list_demote_confirm": "ลดตำแหน่ง",
|
|
1050
|
+
"amity_chat_group_member_list_remove_title": "ยืนยันการลบ",
|
|
1051
|
+
"amity_chat_group_member_list_remove_message": "คุณแน่ใจหรือไม่ว่าต้องการลบสมาชิกคนนี้ออกจากกลุ่ม? พวกเขาจะทราบว่าถูกลบออก",
|
|
1052
|
+
"amity_chat_group_member_list_remove_confirm": "ลบ",
|
|
1053
|
+
"amity_chat_group_member_list_toast_banned": "แบนผู้ใช้แล้ว",
|
|
1054
|
+
"amity_chat_group_member_list_toast_demoted": "ลดตำแหน่งสมาชิกแล้ว",
|
|
1055
|
+
"amity_chat_group_member_list_toast_promoted": "เลื่อนตำแหน่งสมาชิกแล้ว",
|
|
1056
|
+
"amity_chat_action_remove_member": "ลบสมาชิกแล้ว",
|
|
1057
|
+
"amity_chat_member_action_demote": "ลดตำแหน่งจากผู้ดูแล",
|
|
1058
|
+
"amity_chat_member_action_promote": "เลื่อนตำแหน่งเป็นผู้ดูแล",
|
|
1059
|
+
"amity_chat_member_action_remove": "ลบออกจากกลุ่ม",
|
|
1060
|
+
"amity_chat_member_action_report": "รายงานสมาชิก",
|
|
1061
|
+
"amity_chat_member_action_unban": "ยกเลิกการแบนผู้ใช้",
|
|
1062
|
+
"amity_chat_member_action_unreport": "ยกเลิกการรายงานสมาชิก",
|
|
1063
|
+
"amity_chat_user_action_ban": "แบนผู้ใช้",
|
|
1064
|
+
"amity_chat_action_ban_member_failed": "แบนผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1065
|
+
"amity_chat_action_demote_member_failed": "ลดตำแหน่งสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1066
|
+
"amity_chat_action_promote_member_failed": "เลื่อนตำแหน่งสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1067
|
+
"amity_chat_action_remove_member_failed": "ลบสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1068
|
+
"amity_chat_action_unban_user_failed": "ยกเลิกการแบนผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1069
|
+
"amity_chat_action_mute_user_failed": "ปิดเสียงผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1070
|
+
"amity_chat_action_unmute_user_failed": "เปิดเสียงผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1071
|
+
"amity_chat_group_member_action_mute": "ปิดเสียงผู้ใช้",
|
|
1072
|
+
"amity_chat_group_member_action_unmute": "เปิดเสียงผู้ใช้",
|
|
1073
|
+
"amity_chat_mute_confirm_title": "ยืนยันการปิดเสียง",
|
|
1074
|
+
"amity_chat_mute_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการปิดเสียงผู้ใช้นี้? พวกเขาจะไม่สามารถส่งข้อความได้",
|
|
1075
|
+
"amity_chat_mute_confirm_label": "ปิดเสียง",
|
|
1076
|
+
"amity_chat_unmute_confirm_title": "ยืนยันการเปิดเสียง",
|
|
1077
|
+
"amity_chat_unmute_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการเปิดเสียงผู้ใช้นี้? พวกเขาจะสามารถส่งข้อความได้",
|
|
1078
|
+
"amity_chat_unmute_confirm_label": "เปิดเสียง",
|
|
1079
|
+
"amity_chat_action_mute_user": "ปิดเสียงผู้ใช้แล้ว",
|
|
1080
|
+
"amity_chat_action_unmute_user": "เปิดเสียงผู้ใช้แล้ว",
|
|
1081
|
+
"amity_chat_add_member_title": "เพิ่มสมาชิก",
|
|
1082
|
+
"amity_chat_add_member_button": "เพิ่มสมาชิก",
|
|
1083
|
+
"amity_chat_add_group_member_toast_failed": "เพิ่มสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1084
|
+
"amity_chat_toast_members_add_error": "เพิ่มสมาชิกไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1085
|
+
"amity_chat_toast_member_added": "เพิ่มสมาชิกแล้ว",
|
|
1086
|
+
"amity_chat_toast_members_added": "เพิ่มสมาชิกแล้ว",
|
|
1087
|
+
"amity_chat_banned_member_list_navbar_title": "ผู้ใช้ที่ถูกแบน",
|
|
1088
|
+
"amity_chat_banned_members_empty": "ยังไม่มีอะไรให้แสดง",
|
|
1089
|
+
"amity_chat_ban_confirm_title": "ยืนยันการแบน",
|
|
1090
|
+
"amity_chat_ban_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการแบนผู้ใช้นี้? พวกเขาจะถูกลบออกจากกลุ่มและไม่สามารถค้นหาหรือเข้าร่วมได้จนกว่าจะถูกยกเลิกการแบน",
|
|
1091
|
+
"amity_chat_ban_confirm_label": "แบน",
|
|
1092
|
+
"amity_chat_unban_confirm_title": "ยืนยันการยกเลิกการแบน",
|
|
1093
|
+
"amity_chat_unban_confirm_message": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการแบนผู้ใช้นี้? พวกเขาจะสามารถเข้าร่วมกลุ่มได้อีกครั้ง",
|
|
1094
|
+
"amity_chat_unban_confirm_label": "ยกเลิกการแบน",
|
|
1095
|
+
"amity_chat_action_unban_user": "ยกเลิกการแบนผู้ใช้แล้ว",
|
|
1096
|
+
"amity_chat_group_notif_pref_navbar_title": "การแจ้งเตือน",
|
|
1097
|
+
"amity_chat_group_notification_preference_title": "อนุญาตการแจ้งเตือน",
|
|
1098
|
+
"amity_chat_group_notification_preference_description": "เปิดเพื่อรับการแจ้งเตือนแบบพุชจากกลุ่มนี้",
|
|
1099
|
+
"amity_chat_your_preferences_section": "การตั้งค่าของคุณ",
|
|
1100
|
+
"amity_chat_composer_placeholder": "เขียนข้อความ",
|
|
1101
|
+
"amity_chat_char_limit_alert_title": "ไม่สามารถส่งข้อความได้",
|
|
1102
|
+
"amity_chat_char_limit_alert_message": "ข้อความของคุณยาวเกินไป โปรดย่อข้อความและลองอีกครั้ง",
|
|
1103
|
+
"amity_chat_message_deleted": "ข้อความนี้ถูกลบแล้ว",
|
|
1104
|
+
"amity_chat_message_failed_to_send": "ส่งข้อความไม่สำเร็จ",
|
|
1105
|
+
"amity_chat_message_no_preview": "ไม่รองรับการแสดงตัวอย่างสำหรับข้อความประเภทนี้",
|
|
1106
|
+
"amity_chat_message_replied_message": "ตอบกลับข้อความ",
|
|
1107
|
+
"amity_chat_message_replying_yourself": "ตัวเอง",
|
|
1108
|
+
"amity_chat_message_unavailable": "ข้อความไม่สามารถใช้งานได้",
|
|
1109
|
+
"amity_chat_message_resend": "ส่งใหม่",
|
|
1110
|
+
"amity_chat_editing_message": "กำลังแก้ไขข้อความ",
|
|
1111
|
+
"amity_chat_sending_status": "กำลังส่ง…",
|
|
1112
|
+
"amity_chat_status_edited": "แก้ไขแล้ว",
|
|
1113
|
+
"amity_chat_load_error": "ไม่สามารถโหลดแชทได้",
|
|
1114
|
+
"amity_chat_waiting_for_network": "กำลังรอเครือข่าย…",
|
|
1115
|
+
"amity_chat_bubble_link_preview_no_data": "ไม่มีข้อมูลที่จะแสดง",
|
|
1116
|
+
"amity_chat_see_more": "ดูเพิ่มเติม",
|
|
1117
|
+
"amity_chat_user_is_muted": "คุณถูกปิดเสียงแล้ว คุณจะไม่สามารถส่งข้อความได้",
|
|
1118
|
+
"amity_chat_toast_banned_word": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีคำที่ไม่เหมาะสม",
|
|
1119
|
+
"amity_chat_toast_link_not_allow": "ข้อความของคุณไม่ถูกส่งเนื่องจากมีลิงก์ที่ไม่ได้รับอนุญาต",
|
|
1120
|
+
"amity_chat_toast_reply_parent_deleted": "ข้อความนี้ไม่สามารถใช้งานได้อีกต่อไป",
|
|
1121
|
+
"amity_chat_reach_mention_limit_title": "กล่าวถึงผู้ใช้มากเกินไป",
|
|
1122
|
+
"amity_chat_reach_mention_limit_message": "คุณสามารถกล่าวถึงได้สูงสุด 30 ครั้งต่อข้อความ",
|
|
1123
|
+
"amity_chat_mention_everyone": "แจ้งเตือนทุกคน",
|
|
1124
|
+
"amity_chat_option_copy": "คัดลอก",
|
|
1125
|
+
"amity_chat_option_delete": "ลบ",
|
|
1126
|
+
"amity_chat_option_edit": "แก้ไข",
|
|
1127
|
+
"amity_chat_option_reply": "ตอบกลับ",
|
|
1128
|
+
"amity_chat_option_report": "รายงาน",
|
|
1129
|
+
"amity_chat_action_save": "บันทึก",
|
|
1130
|
+
"amity_chat_option_unreport": "ยกเลิกการรายงาน",
|
|
1131
|
+
"amity_chat_delete_alert_title": "ลบข้อความนี้?",
|
|
1132
|
+
"amity_chat_delete_alert_message": "ข้อความนี้จะถูกลบออกจากอุปกรณ์ของเพื่อนคุณด้วย",
|
|
1133
|
+
"amity_chat_toast_delete_error": "ลบข้อความไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1134
|
+
"amity_chat_toast_copied": "คัดลอกแล้ว",
|
|
1135
|
+
"amity_chat_toast_message_reported_error": "รายงานข้อความไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1136
|
+
"amity_chat_toast_un_report_message": "ยกเลิกการรายงานข้อความแล้ว",
|
|
1137
|
+
"amity_chat_toast_un_report_message_error": "ยกเลิกการรายงานข้อความไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1138
|
+
"amity_chat_save_photo_failed": "บันทึกรูปภาพไม่สำเร็จ โปรดลองอีกครั้ง",
|
|
1139
|
+
"amity_chat_save_photo_success": "บันทึกรูปภาพแล้ว",
|
|
1140
|
+
"amity_chat_save_video_failed": "บันทึกวิดีโอไม่สำเร็จ",
|
|
1141
|
+
"amity_chat_save_video_success": "บันทึกวิดีโอแล้ว",
|
|
1142
|
+
"amity_chat_replying_to": "กำลังตอบกลับ",
|
|
1143
|
+
"amity_chat_reply_to_deleted": "ตอบกลับข้อความที่ถูกลบ",
|
|
1144
|
+
"amity_chat_reply_to_themself": "ตอบกลับตัวเอง",
|
|
1145
|
+
"amity_chat_reply_to_you": "ตอบกลับคุณ",
|
|
1146
|
+
"amity_chat_reply_you": "คุณตอบกลับ",
|
|
1147
|
+
"amity_chat_reply_you_to_deleted": "คุณตอบกลับข้อความที่ถูกลบ",
|
|
1148
|
+
"amity_chat_reply_you_to_yourself": "คุณตอบกลับตัวเอง",
|
|
1149
|
+
"amity_chat_reply_you_to_name": "คุณตอบกลับ %s",
|
|
1150
|
+
"amity_chat_reply_name_to_you": "%s ตอบกลับคุณ",
|
|
1151
|
+
"amity_chat_reply_name_to_themself": "%s ตอบกลับตัวเอง",
|
|
1152
|
+
"amity_chat_reply_name_to_name": "%1$s ตอบกลับ %2$s",
|
|
1153
|
+
"amity_chat_reply_photo_label": "รูปภาพ",
|
|
1154
|
+
"amity_chat_reply_video_label": "วิดีโอ",
|
|
1155
|
+
"amity_chat_media_camera": "กล้อง",
|
|
1156
|
+
"amity_chat_media_photo": "รูปภาพ",
|
|
1157
|
+
"amity_chat_media_video": "วิดีโอ",
|
|
1158
|
+
"amity_chat_permission_camera_title": "ต้องการสิทธิ์เข้าถึงกล้อง",
|
|
1159
|
+
"amity_chat_permission_camera_detail": "กรุณาอนุญาตการเข้าถึงกล้องในการตั้งค่า",
|
|
1160
|
+
"amity_chat_permission_microphone_title": "ต้องการสิทธิ์เข้าถึงไมโครโฟน",
|
|
1161
|
+
"amity_chat_permission_microphone_detail": "กรุณาอนุญาตการเข้าถึงไมโครโฟนในการตั้งค่า",
|
|
1162
|
+
"amity_chat_composer_camera_denied_open_settings": "เปิดการตั้งค่า",
|
|
1163
|
+
"amity_chat_media": "สื่อ",
|
|
1164
|
+
"amity_chat_member_you": "คุณ",
|
|
1165
|
+
"amity_chat_member_you_suffix": "(คุณ)",
|
|
1166
|
+
"amity_chat_unknown_user": "ไม่ทราบ",
|
|
1167
|
+
"amity_chat_deleted_user": "ผู้ใช้ที่ถูกลบ",
|
|
1168
|
+
"amity_chat_button_ok": "ตกลง",
|
|
1169
|
+
"amity_chat_cancel": "ยกเลิก",
|
|
1170
|
+
"amity_chat_notifications_title": "การแจ้งเตือน",
|
|
1171
|
+
"amity_chat_notifications_off": "ปิด",
|
|
1172
|
+
"amity_chat_notifications_on": "เปิด",
|
|
1173
|
+
"amity_chat_notifications_disabled": "การแจ้งเตือนแบบพุชถูกปิดโดยผู้ดูแลระบบ"
|
|
1174
|
+
}
|