@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,733 @@
|
|
|
1
|
+
// GENERATED by scripts/uikit-build-token-model.mjs — do not hand-edit.
|
|
2
|
+
// One property per semantic token (723). `.path` IS the semantic path;
|
|
3
|
+
// `.defaultLightHex`/`.defaultDarkHex` = the out-of-the-box colour (no customer override).
|
|
4
|
+
// `.themeKeyLight`/`.themeKeyDark` = customer-overridable key per mode (null = fixed).
|
|
5
|
+
// Source: uikit/amity-uikit-design-tokens.json (schema_version 3)
|
|
6
|
+
|
|
7
|
+
export const AmityColorToken = {
|
|
8
|
+
BorderAvatarIndicatorDefault: { path: "Border/Avatar/Indicator/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
9
|
+
BorderAvatarProfileDefault: { path: "Border/Avatar/Profile/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
10
|
+
BorderBadgeAtomicBadgeDefault: { path: "Border/Badge/AtomicBadge/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
11
|
+
BorderBadgeLiveStatusLiveDefault: { path: "Border/Badge/Live/Status/Live/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
12
|
+
BorderBadgeSemanticBadgeGeneralDefault: { path: "Border/Badge/SemanticBadge/General/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
13
|
+
BorderChatBubbleInboundDefault: { path: "Border/ChatBubble/Inbound/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
14
|
+
BorderChatBubbleInboundDeleted: { path: "Border/ChatBubble/Inbound/Deleted", defaultLightHex: "#D9D9D9", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
15
|
+
BorderChatBubbleInboundPressed: { path: "Border/ChatBubble/Inbound/Pressed", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
16
|
+
BorderChatBubbleOutboundDefault: { path: "Border/ChatBubble/Outbound/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
17
|
+
BorderChatBubbleOutboundDeleted: { path: "Border/ChatBubble/Outbound/Deleted", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
18
|
+
BorderChipsFilledDisabled: { path: "Border/Chips/Filled/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
19
|
+
BorderChipsFilledEnabled: { path: "Border/Chips/Filled/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
20
|
+
BorderChipsOutlinedDisabled: { path: "Border/Chips/Outlined/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
21
|
+
BorderChipsOutlinedEnabled: { path: "Border/Chips/Outlined/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
22
|
+
BorderInputBoxedInputError: { path: "Border/Input/BoxedInput/Error", defaultLightHex: "#FB3F4D", defaultDarkHex: "#FB3F4D", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
23
|
+
BorderMainButtonDefaultFilledPrimaryDisabled: { path: "Border/MainButton/Default/Filled/Primary/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#2E2E2E", themeKeyLight: "primary_shade3_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
24
|
+
BorderMainButtonDefaultFilledPrimaryEnabled: { path: "Border/MainButton/Default/Filled/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
25
|
+
BorderMainButtonDefaultFilledPrimaryHover: { path: "Border/MainButton/Default/Filled/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade1_color" },
|
|
26
|
+
BorderMainButtonDefaultFilledSecondaryDisabled: { path: "Border/MainButton/Default/Filled/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
27
|
+
BorderMainButtonDefaultFilledSecondaryEnabled: { path: "Border/MainButton/Default/Filled/Secondary/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
28
|
+
BorderMainButtonDefaultFilledSecondaryHover: { path: "Border/MainButton/Default/Filled/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#A8A8A8", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
29
|
+
BorderMainButtonDefaultGhostPrimaryHover: { path: "Border/MainButton/Default/Ghost/Primary/Hover", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
30
|
+
BorderMainButtonDefaultGhostSecondaryHover: { path: "Border/MainButton/Default/Ghost/Secondary/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
31
|
+
BorderMainButtonDefaultInversePrimaryDisabled: { path: "Border/MainButton/Default/Inverse/Primary/Disabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
32
|
+
BorderMainButtonDefaultInversePrimaryEnabled: { path: "Border/MainButton/Default/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
33
|
+
BorderMainButtonDefaultInversePrimaryHover: { path: "Border/MainButton/Default/Inverse/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
34
|
+
BorderMainButtonDefaultInverseSecondaryDisabled: { path: "Border/MainButton/Default/Inverse/Secondary/Disabled", defaultLightHex: "#00000033", defaultDarkHex: "#0000004D", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade2_color" },
|
|
35
|
+
BorderMainButtonDefaultInverseSecondaryEnabled: { path: "Border/MainButton/Default/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
36
|
+
BorderMainButtonDefaultInverseSecondaryHover: { path: "Border/MainButton/Default/Inverse/Secondary/Hover", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
37
|
+
BorderMainButtonDefaultOutlinedPrimaryDisabled: { path: "Border/MainButton/Default/Outlined/Primary/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#2E2E2E", themeKeyLight: "primary_shade3_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
38
|
+
BorderMainButtonDefaultOutlinedPrimaryEnabled: { path: "Border/MainButton/Default/Outlined/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
39
|
+
BorderMainButtonDefaultOutlinedPrimaryHover: { path: "Border/MainButton/Default/Outlined/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade1_color" },
|
|
40
|
+
BorderMainButtonDefaultOutlinedSecondaryDisabled: { path: "Border/MainButton/Default/Outlined/Secondary/Disabled", defaultLightHex: "#A8A8A8", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
41
|
+
BorderMainButtonDefaultOutlinedSecondaryEnabled: { path: "Border/MainButton/Default/Outlined/Secondary/Enabled", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
42
|
+
BorderMainButtonDefaultOutlinedSecondaryHover: { path: "Border/MainButton/Default/Outlined/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
43
|
+
BorderMainButtonDefaultTransparentPrimaryDisabled: { path: "Border/MainButton/Default/Transparent/Primary/Disabled", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
44
|
+
BorderMainButtonDefaultTransparentPrimaryEnabled: { path: "Border/MainButton/Default/Transparent/Primary/Enabled", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
45
|
+
BorderMainButtonDefaultTransparentPrimaryHover: { path: "Border/MainButton/Default/Transparent/Primary/Hover", defaultLightHex: "#000000CC", defaultDarkHex: "#000000CC", themeKeyLight: "transparent_black_shade5_color", themeKeyDark: "transparent_black_shade5_color" },
|
|
46
|
+
BorderMainButtonDestructiveFilledPrimaryDisabled: { path: "Border/MainButton/Destructive/Filled/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#2E2E2E", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
47
|
+
BorderMainButtonDestructiveFilledPrimaryEnabled: { path: "Border/MainButton/Destructive/Filled/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#A70C18", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade5_color" },
|
|
48
|
+
BorderMainButtonDestructiveFilledPrimaryHover: { path: "Border/MainButton/Destructive/Filled/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade4_color" },
|
|
49
|
+
BorderMainButtonDestructiveFilledSecondaryDisabled: { path: "Border/MainButton/Destructive/Filled/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
50
|
+
BorderMainButtonDestructiveFilledSecondaryEnabled: { path: "Border/MainButton/Destructive/Filled/Secondary/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
51
|
+
BorderMainButtonDestructiveFilledSecondaryHover: { path: "Border/MainButton/Destructive/Filled/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#A8A8A8", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
52
|
+
BorderMainButtonDestructiveGhostPrimaryHover: { path: "Border/MainButton/Destructive/Ghost/Primary/Hover", defaultLightHex: "#FBDBDD", defaultDarkHex: "#520A0F", themeKeyLight: "destructive_shade1_color", themeKeyDark: "destructive_shade5_color" },
|
|
53
|
+
BorderMainButtonDestructiveGhostSecondaryHover: { path: "Border/MainButton/Destructive/Ghost/Secondary/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
54
|
+
BorderMainButtonDestructiveInversePrimaryDisabled: { path: "Border/MainButton/Destructive/Inverse/Primary/Disabled", defaultLightHex: "#A70C18", defaultDarkHex: "#A70C18", themeKeyLight: "destructive_shade5_color", themeKeyDark: "alert_color" },
|
|
55
|
+
BorderMainButtonDestructiveInversePrimaryEnabled: { path: "Border/MainButton/Destructive/Inverse/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade4_color" },
|
|
56
|
+
BorderMainButtonDestructiveInversePrimaryHover: { path: "Border/MainButton/Destructive/Inverse/Primary/Hover", defaultLightHex: "#E50B1B", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade4_color" },
|
|
57
|
+
BorderMainButtonDestructiveInverseSecondaryDisabled: { path: "Border/MainButton/Destructive/Inverse/Secondary/Disabled", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade1_color" },
|
|
58
|
+
BorderMainButtonDestructiveInverseSecondaryEnabled: { path: "Border/MainButton/Destructive/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
59
|
+
BorderMainButtonDestructiveInverseSecondaryHover: { path: "Border/MainButton/Destructive/Inverse/Secondary/Hover", defaultLightHex: "#FB3F4D33", defaultDarkHex: "#FB3F4D33", themeKeyLight: "transparent_red_shade1_color", themeKeyDark: "transparent_red_shade1_color" },
|
|
60
|
+
BorderMainButtonDestructiveOutlinedPrimaryDisabled: { path: "Border/MainButton/Destructive/Outlined/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#2E2E2E", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
61
|
+
BorderMainButtonDestructiveOutlinedPrimaryEnabled: { path: "Border/MainButton/Destructive/Outlined/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#A70C18", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade5_color" },
|
|
62
|
+
BorderMainButtonDestructiveOutlinedPrimaryHover: { path: "Border/MainButton/Destructive/Outlined/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade4_color" },
|
|
63
|
+
BorderMainButtonDestructiveOutlinedSecondaryDisabled: { path: "Border/MainButton/Destructive/Outlined/Secondary/Disabled", defaultLightHex: "#A8A8A8", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
64
|
+
BorderMainButtonDestructiveOutlinedSecondaryEnabled: { path: "Border/MainButton/Destructive/Outlined/Secondary/Enabled", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
65
|
+
BorderMainButtonDestructiveOutlinedSecondaryHover: { path: "Border/MainButton/Destructive/Outlined/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
66
|
+
BorderReactionReactionAtomDefault: { path: "Border/Reaction/ReactionAtom/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "background_color", themeKeyDark: "background_color" },
|
|
67
|
+
BorderReactionReactionCountActive: { path: "Border/Reaction/ReactionCount/Active", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
68
|
+
BorderReactionReactionCountDefault: { path: "Border/Reaction/ReactionCount/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
69
|
+
BorderSelectionCheckboxAtomicInactiveDefault: { path: "Border/Selection/CheckboxAtomic/Inactive/Default", defaultLightHex: "#A8A8A8", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
70
|
+
BorderSelectionCheckboxAtomicInactiveDisabled: { path: "Border/Selection/CheckboxAtomic/Inactive/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
71
|
+
BorderSelectionRadioAtomicInactiveDefault: { path: "Border/Selection/RadioAtomic/Inactive/Default", defaultLightHex: "#A8A8A8", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
72
|
+
BorderSelectionRadioAtomicInactiveDisabled: { path: "Border/Selection/RadioAtomic/Inactive/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
73
|
+
BorderSideNavigationDefault: { path: "Border/SideNavigation/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: null },
|
|
74
|
+
BorderTabPillActive: { path: "Border/Tab/Pill/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
75
|
+
BorderTabPillDefault: { path: "Border/Tab/Pill/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
76
|
+
BorderTabPillDisabled: { path: "Border/Tab/Pill/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
77
|
+
BorderTabPillHover: { path: "Border/Tab/Pill/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
78
|
+
BorderTabPillPress: { path: "Border/Tab/Pill/Press", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
79
|
+
BorderToggleBackgroundActiveDisabled: { path: "Border/Toggle/Background/Active/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
80
|
+
BorderToggleBackgroundActiveEnabled: { path: "Border/Toggle/Background/Active/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
81
|
+
BorderToggleBackgroundActiveFocused: { path: "Border/Toggle/Background/Active/Focused", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
82
|
+
BorderToggleBackgroundActiveHovered: { path: "Border/Toggle/Background/Active/Hovered", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
83
|
+
BorderToggleBackgroundActivePressed: { path: "Border/Toggle/Background/Active/Pressed", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
84
|
+
BorderToggleBackgroundInactiveDisabled: { path: "Border/Toggle/Background/Inactive/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
85
|
+
BorderToggleBackgroundInactiveEnabled: { path: "Border/Toggle/Background/Inactive/Enabled", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
86
|
+
BorderToggleBackgroundInactiveFocused: { path: "Border/Toggle/Background/Inactive/Focused", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
87
|
+
BorderToggleBackgroundInactiveHovered: { path: "Border/Toggle/Background/Inactive/Hovered", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
88
|
+
BorderToggleBackgroundInactivePressed: { path: "Border/Toggle/Background/Inactive/Pressed", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
89
|
+
BorderToggleThumbActiveFocused: { path: "Border/Toggle/Thumb/Active/Focused", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: null, themeKeyDark: null },
|
|
90
|
+
BorderToggleThumbActiveHovered: { path: "Border/Toggle/Thumb/Active/Hovered", defaultLightHex: "#0000001A", defaultDarkHex: "#0000001A", themeKeyLight: null, themeKeyDark: null },
|
|
91
|
+
BorderToggleThumbActivePressed: { path: "Border/Toggle/Thumb/Active/Pressed", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: null, themeKeyDark: null },
|
|
92
|
+
BorderToggleThumbInactiveFocused: { path: "Border/Toggle/Thumb/Inactive/Focused", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: null, themeKeyDark: null },
|
|
93
|
+
BorderToggleThumbInactiveHovered: { path: "Border/Toggle/Thumb/Inactive/Hovered", defaultLightHex: "#0000001A", defaultDarkHex: "#0000001A", themeKeyLight: null, themeKeyDark: null },
|
|
94
|
+
BorderToggleThumbInactivePressed: { path: "Border/Toggle/Thumb/Inactive/Pressed", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: null, themeKeyDark: null },
|
|
95
|
+
IconActionButtonSplitButtonDefault: { path: "Icon/ActionButton/SplitButton/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
96
|
+
IconActionButtonSplitButtonDisabled: { path: "Icon/ActionButton/SplitButton/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
97
|
+
IconActionButtonSplitButtonHover: { path: "Icon/ActionButton/SplitButton/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
98
|
+
IconAvatarDefault: { path: "Icon/Avatar/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
99
|
+
IconBadgeAtomicBadgeDefault: { path: "Icon/Badge/AtomicBadge/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
100
|
+
IconBadgeAtomicBadgeInverse: { path: "Icon/Badge/AtomicBadge/Inverse", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
101
|
+
IconBadgeDefault: { path: "Icon/Badge/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
102
|
+
IconBadgeSemanticBadgeChatArchivedDefault: { path: "Icon/Badge/SemanticBadge/Chat/Archived/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
103
|
+
IconBadgeSemanticBadgeChatMentionDefault: { path: "Icon/Badge/SemanticBadge/Chat/Mention/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_color", themeKeyDark: "primary_shade3_color" },
|
|
104
|
+
IconBadgeSemanticBadgeChatPrivateDefault: { path: "Icon/Badge/SemanticBadge/Chat/Private/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_color", themeKeyDark: "primary_shade3_color" },
|
|
105
|
+
IconBadgeSemanticBadgeCommunityGeneralDefault: { path: "Icon/Badge/SemanticBadge/Community/General/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
106
|
+
IconBadgeSemanticBadgeCommunityOfficialDefault: { path: "Icon/Badge/SemanticBadge/Community/Official/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
107
|
+
IconBadgeSemanticBadgeCommunityPrivateDefault: { path: "Icon/Badge/SemanticBadge/Community/Private/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
108
|
+
IconBadgeSemanticBadgeEventHostDefault: { path: "Icon/Badge/SemanticBadge/Event/Host/Default", defaultLightHex: "#4B1BD0", defaultDarkHex: "#4B1BD0", themeKeyLight: "event_host_fg_color", themeKeyDark: "event_host_fg_color" },
|
|
109
|
+
IconBadgeSemanticBadgeLiveAlertDefault: { path: "Icon/Badge/SemanticBadge/Live/Alert/Default", defaultLightHex: "#FF305A", defaultDarkHex: "#FFFFFF", themeKeyLight: "alert_color", themeKeyDark: "white_color" },
|
|
110
|
+
IconBadgeSemanticBadgeLiveGeneralDefault: { path: "Icon/Badge/SemanticBadge/Live/General/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
111
|
+
IconBadgeSemanticBadgePostStatusSponsoredDefault: { path: "Icon/Badge/SemanticBadge/PostStatus/Sponsored/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
112
|
+
IconBadgeSemanticBadgeUserStatusBannedDefault: { path: "Icon/Badge/SemanticBadge/UserStatus/Banned/Default", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
113
|
+
IconBadgeSemanticBadgeUserStatusBrandDefault: { path: "Icon/Badge/SemanticBadge/UserStatus/Brand/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
114
|
+
IconBadgeSemanticBadgeUserStatusModeratorDefault: { path: "Icon/Badge/SemanticBadge/UserStatus/Moderator/Default", defaultLightHex: "#1A20D6", defaultDarkHex: "#FFFFFF", themeKeyLight: "primary_color", themeKeyDark: "white_color" },
|
|
115
|
+
IconBadgeSemanticBadgeUserStatusMutedDefault: { path: "Icon/Badge/SemanticBadge/UserStatus/Muted/Default", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
116
|
+
IconBadgeSemanticBadgeUserStatusPrivateDefault: { path: "Icon/Badge/SemanticBadge/UserStatus/Private/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
117
|
+
IconBannerDefaultDescriptionGeneral: { path: "Icon/Banner/Default/Description/General", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
118
|
+
IconBannerDefaultLeadingIconGeneral: { path: "Icon/Banner/Default/Leading/Icon/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
119
|
+
IconBannerDefaultTrailingIconGeneral: { path: "Icon/Banner/Default/Trailing/Icon/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
120
|
+
IconBannerSubdueDescriptionGeneral: { path: "Icon/Banner/Subdue/Description/General", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
121
|
+
IconBannerSubdueLeadingIconGeneral: { path: "Icon/Banner/Subdue/Leading/Icon/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
122
|
+
IconBannerSubdueTrailingIconGeneral: { path: "Icon/Banner/Subdue/Trailing/Icon/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
123
|
+
IconChatBubbleInboundHeaderRepliedToDefault: { path: "Icon/ChatBubble/Inbound/Header/RepliedTo/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
124
|
+
IconChatBubbleInboundMessagesDeleted: { path: "Icon/ChatBubble/Inbound/Messages/Deleted", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
125
|
+
IconChatBubbleInboundSeeMoreDefault: { path: "Icon/ChatBubble/Inbound/SeeMore/Default", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
126
|
+
IconChatBubbleOutboundDefault: { path: "Icon/ChatBubble/Outbound/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
127
|
+
IconChatBubbleOutboundHeaderRepliedToDefault: { path: "Icon/ChatBubble/Outbound/Header/RepliedTo/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
128
|
+
IconChatBubbleOutboundMessagesDeleted: { path: "Icon/ChatBubble/Outbound/Messages/Deleted", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
129
|
+
IconChatBubbleOutboundSeeMoreDefault: { path: "Icon/ChatBubble/Outbound/SeeMore/Default", defaultLightHex: "#BEC0F4", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_shade2_color", themeKeyDark: "primary_shade2_color" },
|
|
130
|
+
IconCustomToastDefault: { path: "Icon/CustomToast/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
131
|
+
IconEmptyStateIconDefault: { path: "Icon/EmptyState/Icon/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
132
|
+
IconFeaturedIconSolid: { path: "Icon/FeaturedIcon/Solid", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
133
|
+
IconFeaturedIconTinted: { path: "Icon/FeaturedIcon/Tinted", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
134
|
+
IconFloatingButtonDefault: { path: "Icon/FloatingButton/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
135
|
+
IconGeneralDefault: { path: "Icon/General/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
136
|
+
IconGeneralInverse: { path: "Icon/General/Inverse", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
137
|
+
IconIconButtonFilledPrimaryDefault: { path: "Icon/IconButton/Filled/Primary/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
138
|
+
IconIconButtonFilledPrimaryDisabled: { path: "Icon/IconButton/Filled/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#171B9C", themeKeyLight: "white_color", themeKeyDark: "primary_shade4_color" },
|
|
139
|
+
IconIconButtonFilledPrimaryHovered: { path: "Icon/IconButton/Filled/Primary/Hovered", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
140
|
+
IconIconButtonFilledSecondaryDefault: { path: "Icon/IconButton/Filled/Secondary/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
141
|
+
IconIconButtonFilledSecondaryDisabled: { path: "Icon/IconButton/Filled/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
142
|
+
IconIconButtonFilledSecondaryHovered: { path: "Icon/IconButton/Filled/Secondary/Hovered", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
143
|
+
IconIconButtonGhostPrimaryDefault: { path: "Icon/IconButton/Ghost/Primary/Default", defaultLightHex: "#1A20D6", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
144
|
+
IconIconButtonGhostPrimaryDisabled: { path: "Icon/IconButton/Ghost/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#171B9C", themeKeyLight: "primary_shade2_color", themeKeyDark: "primary_shade4_color" },
|
|
145
|
+
IconIconButtonGhostPrimaryHovered: { path: "Icon/IconButton/Ghost/Primary/Hovered", defaultLightHex: "#1A20D6", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
146
|
+
IconIconButtonGhostSecondaryDefault: { path: "Icon/IconButton/Ghost/Secondary/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
147
|
+
IconIconButtonGhostSecondaryDisabled: { path: "Icon/IconButton/Ghost/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
148
|
+
IconIconButtonGhostSecondaryHovered: { path: "Icon/IconButton/Ghost/Secondary/Hovered", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
149
|
+
IconIconButtonTransparentPrimaryDefault: { path: "Icon/IconButton/Transparent/Primary/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
150
|
+
IconIconButtonTransparentPrimaryDisabled: { path: "Icon/IconButton/Transparent/Primary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
151
|
+
IconIconButtonTransparentPrimaryHovered: { path: "Icon/IconButton/Transparent/Primary/Hovered", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
152
|
+
IconInputChipInputDefault: { path: "Icon/Input/ChipInput/Default", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
153
|
+
IconInputChipInputDisabled: { path: "Icon/Input/ChipInput/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
154
|
+
IconInputChipInputError: { path: "Icon/Input/ChipInput/Error", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
155
|
+
IconInputTextInputDefault: { path: "Icon/Input/TextInput/Default", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
156
|
+
IconInputTextInputDisabled: { path: "Icon/Input/TextInput/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
157
|
+
IconInputTextInputError: { path: "Icon/Input/TextInput/Error", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
158
|
+
IconListDescriptionGeneral: { path: "Icon/List/Description/General", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
159
|
+
IconListHeaderGeneral: { path: "Icon/List/Header/General", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
160
|
+
IconListLeadingActive: { path: "Icon/List/Leading/Active", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
161
|
+
IconListLeadingDefaultActive: { path: "Icon/List/Leading/Default/Active", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
162
|
+
IconListLeadingDefaultDefault: { path: "Icon/List/Leading/Default/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
163
|
+
IconListLeadingDefaultDisabled: { path: "Icon/List/Leading/Default/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
164
|
+
IconListLeadingDefaultHover: { path: "Icon/List/Leading/Default/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
165
|
+
IconListLeadingDestructiveDefault: { path: "Icon/List/Leading/Destructive/Default", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
166
|
+
IconListLeadingDestructiveDisabled: { path: "Icon/List/Leading/Destructive/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#520A0F", themeKeyLight: "destructive_shade1_color", themeKeyDark: "destructive_shade5_color" },
|
|
167
|
+
IconListLeadingDestructiveHover: { path: "Icon/List/Leading/Destructive/Hover", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
168
|
+
IconListLeadingDisabled: { path: "Icon/List/Leading/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
169
|
+
IconListLeadingHover: { path: "Icon/List/Leading/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
170
|
+
IconLoadersRefresherGeneral: { path: "Icon/Loaders/Refresher/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
171
|
+
IconLoadersUploadControllerDefault: { path: "Icon/Loaders/UploadController/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
172
|
+
IconMainButtonDefaultDescriptionPrimaryDisabled: { path: "Icon/MainButton/Default/Description/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
173
|
+
IconMainButtonDefaultDescriptionPrimaryEnabled: { path: "Icon/MainButton/Default/Description/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
174
|
+
IconMainButtonDefaultDescriptionPrimaryHover: { path: "Icon/MainButton/Default/Description/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade3_color" },
|
|
175
|
+
IconMainButtonDefaultDescriptionSecondaryDisabled: { path: "Icon/MainButton/Default/Description/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
176
|
+
IconMainButtonDefaultDescriptionSecondaryEnabled: { path: "Icon/MainButton/Default/Description/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
177
|
+
IconMainButtonDefaultDescriptionSecondaryHover: { path: "Icon/MainButton/Default/Description/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
178
|
+
IconMainButtonDefaultFilledPrimaryDisabled: { path: "Icon/MainButton/Default/Filled/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#949494", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
179
|
+
IconMainButtonDefaultFilledPrimaryEnabled: { path: "Icon/MainButton/Default/Filled/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
180
|
+
IconMainButtonDefaultFilledPrimaryHover: { path: "Icon/MainButton/Default/Filled/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
181
|
+
IconMainButtonDefaultFilledSecondaryDisabled: { path: "Icon/MainButton/Default/Filled/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
182
|
+
IconMainButtonDefaultFilledSecondaryEnabled: { path: "Icon/MainButton/Default/Filled/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
183
|
+
IconMainButtonDefaultFilledSecondaryHover: { path: "Icon/MainButton/Default/Filled/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
184
|
+
IconMainButtonDefaultGhostPrimaryDisabled: { path: "Icon/MainButton/Default/Ghost/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
185
|
+
IconMainButtonDefaultGhostPrimaryEnabled: { path: "Icon/MainButton/Default/Ghost/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
186
|
+
IconMainButtonDefaultGhostPrimaryHover: { path: "Icon/MainButton/Default/Ghost/Primary/Hover", defaultLightHex: "#3B41EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_color", themeKeyDark: "primary_shade3_color" },
|
|
187
|
+
IconMainButtonDefaultGhostSecondaryDisabled: { path: "Icon/MainButton/Default/Ghost/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
188
|
+
IconMainButtonDefaultGhostSecondaryEnabled: { path: "Icon/MainButton/Default/Ghost/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
189
|
+
IconMainButtonDefaultGhostSecondaryHover: { path: "Icon/MainButton/Default/Ghost/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
190
|
+
IconMainButtonDefaultInversePrimaryDisabled: { path: "Icon/MainButton/Default/Inverse/Primary/Disabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
191
|
+
IconMainButtonDefaultInversePrimaryEnabled: { path: "Icon/MainButton/Default/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
192
|
+
IconMainButtonDefaultInversePrimaryHover: { path: "Icon/MainButton/Default/Inverse/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
193
|
+
IconMainButtonDefaultInverseSecondaryDisabled: { path: "Icon/MainButton/Default/Inverse/Secondary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
194
|
+
IconMainButtonDefaultInverseSecondaryEnabled: { path: "Icon/MainButton/Default/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
195
|
+
IconMainButtonDefaultInverseSecondaryHover: { path: "Icon/MainButton/Default/Inverse/Secondary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
196
|
+
IconMainButtonDefaultLinkPrimaryDisabled: { path: "Icon/MainButton/Default/Link/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
197
|
+
IconMainButtonDefaultLinkPrimaryEnabled: { path: "Icon/MainButton/Default/Link/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
198
|
+
IconMainButtonDefaultLinkPrimaryHover: { path: "Icon/MainButton/Default/Link/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade3_color" },
|
|
199
|
+
IconMainButtonDefaultLinkSecondaryDisabled: { path: "Icon/MainButton/Default/Link/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
200
|
+
IconMainButtonDefaultLinkSecondaryEnabled: { path: "Icon/MainButton/Default/Link/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
201
|
+
IconMainButtonDefaultLinkSecondaryHover: { path: "Icon/MainButton/Default/Link/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
202
|
+
IconMainButtonDefaultOutlinedPrimaryDisabled: { path: "Icon/MainButton/Default/Outlined/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
203
|
+
IconMainButtonDefaultOutlinedPrimaryEnabled: { path: "Icon/MainButton/Default/Outlined/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
204
|
+
IconMainButtonDefaultOutlinedPrimaryHover: { path: "Icon/MainButton/Default/Outlined/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade3_color" },
|
|
205
|
+
IconMainButtonDefaultOutlinedSecondaryDisabled: { path: "Icon/MainButton/Default/Outlined/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
206
|
+
IconMainButtonDefaultOutlinedSecondaryEnabled: { path: "Icon/MainButton/Default/Outlined/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
207
|
+
IconMainButtonDefaultOutlinedSecondaryHover: { path: "Icon/MainButton/Default/Outlined/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
208
|
+
IconMainButtonDefaultTransparentPrimaryDisabled: { path: "Icon/MainButton/Default/Transparent/Primary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
209
|
+
IconMainButtonDefaultTransparentPrimaryEnabled: { path: "Icon/MainButton/Default/Transparent/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
210
|
+
IconMainButtonDefaultTransparentPrimaryHover: { path: "Icon/MainButton/Default/Transparent/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
211
|
+
IconMainButtonDestructiveDescriptionPrimaryDisabled: { path: "Icon/MainButton/Destructive/Description/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
212
|
+
IconMainButtonDestructiveDescriptionPrimaryEnabled: { path: "Icon/MainButton/Destructive/Description/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade4_color" },
|
|
213
|
+
IconMainButtonDestructiveDescriptionPrimaryHover: { path: "Icon/MainButton/Destructive/Description/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade1_color" },
|
|
214
|
+
IconMainButtonDestructiveDescriptionSecondaryDisabled: { path: "Icon/MainButton/Destructive/Description/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
215
|
+
IconMainButtonDestructiveDescriptionSecondaryEnabled: { path: "Icon/MainButton/Destructive/Description/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
216
|
+
IconMainButtonDestructiveDescriptionSecondaryHover: { path: "Icon/MainButton/Destructive/Description/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
217
|
+
IconMainButtonDestructiveFilledPrimaryDisabled: { path: "Icon/MainButton/Destructive/Filled/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#949494", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
218
|
+
IconMainButtonDestructiveFilledPrimaryEnabled: { path: "Icon/MainButton/Destructive/Filled/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
219
|
+
IconMainButtonDestructiveFilledPrimaryHover: { path: "Icon/MainButton/Destructive/Filled/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
220
|
+
IconMainButtonDestructiveFilledSecondaryDisabled: { path: "Icon/MainButton/Destructive/Filled/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
221
|
+
IconMainButtonDestructiveFilledSecondaryEnabled: { path: "Icon/MainButton/Destructive/Filled/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
222
|
+
IconMainButtonDestructiveFilledSecondaryHover: { path: "Icon/MainButton/Destructive/Filled/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
223
|
+
IconMainButtonDestructiveGhostPrimaryDisabled: { path: "Icon/MainButton/Destructive/Ghost/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
224
|
+
IconMainButtonDestructiveGhostPrimaryEnabled: { path: "Icon/MainButton/Destructive/Ghost/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
225
|
+
IconMainButtonDestructiveGhostPrimaryHover: { path: "Icon/MainButton/Destructive/Ghost/Primary/Hover", defaultLightHex: "#E50B1B", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade1_color" },
|
|
226
|
+
IconMainButtonDestructiveGhostSecondaryDisabled: { path: "Icon/MainButton/Destructive/Ghost/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
227
|
+
IconMainButtonDestructiveGhostSecondaryEnabled: { path: "Icon/MainButton/Destructive/Ghost/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
228
|
+
IconMainButtonDestructiveGhostSecondaryHover: { path: "Icon/MainButton/Destructive/Ghost/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
229
|
+
IconMainButtonDestructiveInversePrimaryDisabled: { path: "Icon/MainButton/Destructive/Inverse/Primary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
230
|
+
IconMainButtonDestructiveInversePrimaryEnabled: { path: "Icon/MainButton/Destructive/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
231
|
+
IconMainButtonDestructiveInversePrimaryHover: { path: "Icon/MainButton/Destructive/Inverse/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
232
|
+
IconMainButtonDestructiveInverseSecondaryDisabled: { path: "Icon/MainButton/Destructive/Inverse/Secondary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
233
|
+
IconMainButtonDestructiveInverseSecondaryEnabled: { path: "Icon/MainButton/Destructive/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
234
|
+
IconMainButtonDestructiveInverseSecondaryHover: { path: "Icon/MainButton/Destructive/Inverse/Secondary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
235
|
+
IconMainButtonDestructiveLinkPrimaryDisabled: { path: "Icon/MainButton/Destructive/Link/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
236
|
+
IconMainButtonDestructiveLinkPrimaryEnabled: { path: "Icon/MainButton/Destructive/Link/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
237
|
+
IconMainButtonDestructiveLinkPrimaryHover: { path: "Icon/MainButton/Destructive/Link/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade1_color" },
|
|
238
|
+
IconMainButtonDestructiveLinkSecondaryDisabled: { path: "Icon/MainButton/Destructive/Link/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
239
|
+
IconMainButtonDestructiveLinkSecondaryEnabled: { path: "Icon/MainButton/Destructive/Link/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
240
|
+
IconMainButtonDestructiveLinkSecondaryHover: { path: "Icon/MainButton/Destructive/Link/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
241
|
+
IconMainButtonDestructiveOutlinedPrimaryDisabled: { path: "Icon/MainButton/Destructive/Outlined/Primary/Disabled", defaultLightHex: "#F7969E", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
242
|
+
IconMainButtonDestructiveOutlinedPrimaryEnabled: { path: "Icon/MainButton/Destructive/Outlined/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F7969E", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade2_color" },
|
|
243
|
+
IconMainButtonDestructiveOutlinedPrimaryHover: { path: "Icon/MainButton/Destructive/Outlined/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade1_color" },
|
|
244
|
+
IconMainButtonDestructiveOutlinedSecondaryDisabled: { path: "Icon/MainButton/Destructive/Outlined/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
245
|
+
IconMainButtonDestructiveOutlinedSecondaryEnabled: { path: "Icon/MainButton/Destructive/Outlined/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
246
|
+
IconMainButtonDestructiveOutlinedSecondaryHover: { path: "Icon/MainButton/Destructive/Outlined/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
247
|
+
IconMediaImageBroken: { path: "Icon/Media/Image/Broken", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
248
|
+
IconMediaVideoBroken: { path: "Icon/Media/Video/Broken", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
249
|
+
IconSelectionCheckboxAtomicDefault: { path: "Icon/Selection/CheckboxAtomic/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
250
|
+
IconSelectionCheckboxAtomicDisabled: { path: "Icon/Selection/CheckboxAtomic/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#171B9C", themeKeyLight: "white_color", themeKeyDark: "primary_shade4_color" },
|
|
251
|
+
IconSelectionRadioAtomicDefault: { path: "Icon/Selection/RadioAtomic/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
252
|
+
IconSelectionRadioAtomicDisabled: { path: "Icon/Selection/RadioAtomic/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#171B9C", themeKeyLight: "white_color", themeKeyDark: "primary_shade4_color" },
|
|
253
|
+
IconSheetsDefaultDefault: { path: "Icon/Sheets/Default/Default", defaultLightHex: "#949494", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
254
|
+
IconSquareButtonDefaultPrimaryDefault: { path: "Icon/SquareButton/Default/Primary/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
255
|
+
IconSquareButtonDefaultPrimaryDisabled: { path: "Icon/SquareButton/Default/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#595959", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
256
|
+
IconSquareButtonDefaultPrimaryHover: { path: "Icon/SquareButton/Default/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
257
|
+
IconSquareButtonDefaultSecondaryDefault: { path: "Icon/SquareButton/Default/Secondary/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
258
|
+
IconSquareButtonDefaultSecondaryDisabled: { path: "Icon/SquareButton/Default/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
259
|
+
IconSquareButtonDefaultSecondaryHover: { path: "Icon/SquareButton/Default/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
260
|
+
IconSquareButtonDestructiveDefault: { path: "Icon/SquareButton/Destructive/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
261
|
+
IconSquareButtonDestructiveDisabled: { path: "Icon/SquareButton/Destructive/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
262
|
+
IconSquareButtonDestructiveHover: { path: "Icon/SquareButton/Destructive/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
263
|
+
IconTabActive: { path: "Icon/Tab/Active", defaultLightHex: "#2E2E2E", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
264
|
+
IconTabDefault: { path: "Icon/Tab/Default", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
265
|
+
IconTabDisabled: { path: "Icon/Tab/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
266
|
+
IconTabHover: { path: "Icon/Tab/Hover", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
267
|
+
IconTabPress: { path: "Icon/Tab/Press", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
268
|
+
IconToggleActiveGeneral: { path: "Icon/Toggle/Active/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
269
|
+
IconToggleInactiveGeneral: { path: "Icon/Toggle/Inactive/General", defaultLightHex: "#EBEBEB", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
270
|
+
LineChatBubbleInboundDividerDefault: { path: "Line/ChatBubble/Inbound/Divider/Default", defaultLightHex: "#A8A8A8", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
271
|
+
LineChatBubbleOutboundDividerDefault: { path: "Line/ChatBubble/Outbound/Divider/Default", defaultLightHex: "#6469EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade1_color" },
|
|
272
|
+
LineCommentBubbleConnectorEndDefault: { path: "Line/CommentBubble/Connector/End/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#3B41EC", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "primary_color" },
|
|
273
|
+
LineCommentBubbleConnectorMiddleDefault: { path: "Line/CommentBubble/Connector/Middle/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#3B41EC", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "primary_color" },
|
|
274
|
+
LineCommentBubbleConnectorStartDefault: { path: "Line/CommentBubble/Connector/Start/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#3B41EC", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "primary_color" },
|
|
275
|
+
LineDividerContentDefault: { path: "Line/Divider/Content/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
276
|
+
LineDividerPostDefault: { path: "Line/Divider/Post/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
277
|
+
LineInputChipInputUnderlinedDefault: { path: "Line/Input/ChipInput/Underlined/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
278
|
+
LineInputChipInputUnderlinedDisabled: { path: "Line/Input/ChipInput/Underlined/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
279
|
+
LineInputChipInputUnderlinedError: { path: "Line/Input/ChipInput/Underlined/Error", defaultLightHex: "#FB3F4D", defaultDarkHex: "#FB3F4D", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
280
|
+
LineInputTextInputUnderlinedDefault: { path: "Line/Input/TextInput/Underlined/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
281
|
+
LineInputTextInputUnderlinedDisabled: { path: "Line/Input/TextInput/Underlined/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
282
|
+
LineInputTextInputUnderlinedError: { path: "Line/Input/TextInput/Underlined/Error", defaultLightHex: "#FB3F4D", defaultDarkHex: "#FB3F4D", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
283
|
+
LineTabIconActive: { path: "Line/Tab/Icon/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
284
|
+
LineTabUnderlinedActive: { path: "Line/Tab/Underlined/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
285
|
+
SurfaceActionButtonsCaptureButtonGeneral: { path: "Surface/ActionButtons/CaptureButton/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
286
|
+
SurfaceActionButtonsHover: { path: "Surface/ActionButtons/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: null },
|
|
287
|
+
SurfaceActionButtonsPressed: { path: "Surface/ActionButtons/Pressed", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: null },
|
|
288
|
+
SurfaceActionButtonsSplitButtonEnabled: { path: "Surface/ActionButtons/SplitButton/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
289
|
+
SurfaceActionButtonsSplitButtonHover: { path: "Surface/ActionButtons/SplitButton/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
290
|
+
SurfaceActionButtonsSplitButtonPressed: { path: "Surface/ActionButtons/SplitButton/Pressed", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
291
|
+
SurfaceAlertDialogBackgroundDefault: { path: "Surface/AlertDialog/Background/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
292
|
+
SurfaceAvatarProfileDefault: { path: "Surface/Avatar/Profile/Default", defaultLightHex: "#BEC0F4", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade2_color", themeKeyDark: "primary_shade1_color" },
|
|
293
|
+
SurfaceBackgroundDefault: { path: "Surface/Background/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "background_color", themeKeyDark: "background_color" },
|
|
294
|
+
SurfaceBackgroundSubdue: { path: "Surface/Background/Subdue", defaultLightHex: "#F5F5F5", defaultDarkHex: "#242424", themeKeyLight: null, themeKeyDark: null },
|
|
295
|
+
SurfaceBadgeAtomicBadgeFilledDefault: { path: "Surface/Badge/AtomicBadge/Filled/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
296
|
+
SurfaceBadgeSemanticBadgeChatArchived: { path: "Surface/Badge/SemanticBadge/Chat/Archived", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
297
|
+
SurfaceBadgeSemanticBadgeChatMention: { path: "Surface/Badge/SemanticBadge/Chat/Mention", defaultLightHex: "#DDDEF8", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_color" },
|
|
298
|
+
SurfaceBadgeSemanticBadgeChatPrivate: { path: "Surface/Badge/SemanticBadge/Chat/Private", defaultLightHex: "#DDDEF8", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_color" },
|
|
299
|
+
SurfaceBadgeSemanticBadgeCommunityGeneral: { path: "Surface/Badge/SemanticBadge/Community/General", defaultLightHex: "#BEC0F4", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_shade2_color", themeKeyDark: "primary_color" },
|
|
300
|
+
SurfaceBadgeSemanticBadgeCommunityOfficial: { path: "Surface/Badge/SemanticBadge/Community/Official", defaultLightHex: "#1A20D6", defaultDarkHex: "#595959", themeKeyLight: "primary_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
301
|
+
SurfaceBadgeSemanticBadgeEventDefault: { path: "Surface/Badge/SemanticBadge/Event/Default", defaultLightHex: "#595959", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
302
|
+
SurfaceBadgeSemanticBadgeEventHost: { path: "Surface/Badge/SemanticBadge/Event/Host", defaultLightHex: "#E8DFFC", defaultDarkHex: "#E8DFFC", themeKeyLight: "event_host_bg_color", themeKeyDark: "event_host_bg_color" },
|
|
303
|
+
SurfaceBadgeSemanticBadgeGeneralDot: { path: "Surface/Badge/SemanticBadge/General/Dot", defaultLightHex: "#FB3F4D", defaultDarkHex: "#A70C18", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
304
|
+
SurfaceBadgeSemanticBadgeGeneralDuration: { path: "Surface/Badge/SemanticBadge/General/Duration", defaultLightHex: "#00000099", defaultDarkHex: "#00000099", themeKeyLight: "transparent_black_shade4_color", themeKeyDark: "transparent_black_shade4_color" },
|
|
305
|
+
SurfaceBadgeSemanticBadgeGeneralNotification: { path: "Surface/Badge/SemanticBadge/General/Notification", defaultLightHex: "#FB3F4D", defaultDarkHex: "#A70C18", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
306
|
+
SurfaceBadgeSemanticBadgeGeneralSelection: { path: "Surface/Badge/SemanticBadge/General/Selection", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
307
|
+
SurfaceBadgeSemanticBadgeLiveAlert: { path: "Surface/Badge/SemanticBadge/Live/Alert", defaultLightHex: "#FF305A", defaultDarkHex: "#595959", themeKeyLight: "alert_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
308
|
+
SurfaceBadgeSemanticBadgeLiveIndicator: { path: "Surface/Badge/SemanticBadge/Live/Indicator", defaultLightHex: "#00000033", defaultDarkHex: "#595959", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
309
|
+
SurfaceBadgeSemanticBadgeLiveInformation: { path: "Surface/Badge/SemanticBadge/Live/Information", defaultLightHex: "#595959", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
310
|
+
SurfaceBadgeSemanticBadgePostStatusFeatured: { path: "Surface/Badge/SemanticBadge/PostStatus/Featured", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
311
|
+
SurfaceBadgeSemanticBadgePostStatusSponsored: { path: "Surface/Badge/SemanticBadge/PostStatus/Sponsored", defaultLightHex: "#0000004D", defaultDarkHex: "#0000004D", themeKeyLight: "transparent_black_shade2_color", themeKeyDark: "transparent_black_shade2_color" },
|
|
312
|
+
SurfaceBadgeSemanticBadgePostStatusTotalMedia: { path: "Surface/Badge/SemanticBadge/PostStatus/TotalMedia", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
313
|
+
SurfaceBadgeSemanticBadgeUserStatusModerator: { path: "Surface/Badge/SemanticBadge/UserStatus/Moderator", defaultLightHex: "#DDDEF8", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_color" },
|
|
314
|
+
SurfaceBannerDefaultGeneral: { path: "Surface/Banner/Default/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
315
|
+
SurfaceBannerSubdueGeneral: { path: "Surface/Banner/Subdue/General", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
316
|
+
SurfaceCardPreviewLinkDefault: { path: "Surface/Card/PreviewLink/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#595959", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
317
|
+
SurfaceCardPreviewLinkSkeleton: { path: "Surface/Card/PreviewLink/Skeleton", defaultLightHex: "#FFFFFF", defaultDarkHex: "#595959", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
318
|
+
SurfaceCardPreviewLinkUnavailable: { path: "Surface/Card/PreviewLink/Unavailable", defaultLightHex: "#FFFFFF", defaultDarkHex: "#595959", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
319
|
+
SurfaceChatBubbleMessageInboundDefault: { path: "Surface/ChatBubble/Message/Inbound/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
320
|
+
SurfaceChatBubbleMessageInboundDeleted: { path: "Surface/ChatBubble/Message/Inbound/Deleted", defaultLightHex: "#EBEBEB", defaultDarkHex: "#111111", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "background_color" },
|
|
321
|
+
SurfaceChatBubbleMessageInboundPressed: { path: "Surface/ChatBubble/Message/Inbound/Pressed", defaultLightHex: "#A8A8A8", defaultDarkHex: "#4A4A4A", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade5_color" },
|
|
322
|
+
SurfaceChatBubbleMessageOutboundDefault: { path: "Surface/ChatBubble/Message/Outbound/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
323
|
+
SurfaceChatBubbleMessageOutboundDeleted: { path: "Surface/ChatBubble/Message/Outbound/Deleted", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
324
|
+
SurfaceChatBubbleMessageOutboundFailed: { path: "Surface/ChatBubble/Message/Outbound/Failed", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
325
|
+
SurfaceChatBubbleMessageOutboundPressed: { path: "Surface/ChatBubble/Message/Outbound/Pressed", defaultLightHex: "#171B9C", defaultDarkHex: "#171B9C", themeKeyLight: "primary_shade4_color", themeKeyDark: "primary_shade4_color" },
|
|
326
|
+
SurfaceChatBubbleReplyMessageDefault: { path: "Surface/ChatBubble/Reply/Message/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
327
|
+
SurfaceChatBubbleReplyMessageFailed: { path: "Surface/ChatBubble/Reply/Message/Failed", defaultLightHex: "#FFFFFF", defaultDarkHex: "#000000", themeKeyLight: "white_color", themeKeyDark: "black_color" },
|
|
328
|
+
SurfaceChatBubbleReplyOverlayDefault: { path: "Surface/ChatBubble/Reply/Overlay/Default", defaultLightHex: "#FFFFFF99", defaultDarkHex: "#0000004D", themeKeyLight: "transparent_white_shade6_color", themeKeyDark: "transparent_black_shade2_color" },
|
|
329
|
+
SurfaceChipsFilledDefault: { path: "Surface/Chips/Filled/Default", defaultLightHex: "#D9D9D9", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
330
|
+
SurfaceChipsFilledDisabled: { path: "Surface/Chips/Filled/Disabled", defaultLightHex: "#D9D9D9", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
331
|
+
SurfaceChipsOutlinedDefault: { path: "Surface/Chips/Outlined/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
332
|
+
SurfaceChipsOutlinedDisabled: { path: "Surface/Chips/Outlined/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
333
|
+
SurfaceCustomToastDefaultDefault: { path: "Surface/CustomToast/Default/Default", defaultLightHex: "#4A4A4A", defaultDarkHex: "#4A4A4A", themeKeyLight: "neutral_grey_shade5_color", themeKeyDark: "neutral_grey_shade5_color" },
|
|
334
|
+
SurfaceDateAndTimeDateSeparatorDefault: { path: "Surface/Date&Time/DateSeparator/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
335
|
+
SurfaceFeaturedIconSolid: { path: "Surface/FeaturedIcon/Solid", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
336
|
+
SurfaceFeaturedIconTinted: { path: "Surface/FeaturedIcon/Tinted", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
337
|
+
SurfaceFloatingButtonEnabled: { path: "Surface/FloatingButton/Enabled", defaultLightHex: "#1A20D6", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
338
|
+
SurfaceFloatingButtonHover: { path: "Surface/FloatingButton/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade1_color" },
|
|
339
|
+
SurfaceFloatingButtonPressed: { path: "Surface/FloatingButton/Pressed", defaultLightHex: "#3B41EC", defaultDarkHex: "#171B9C", themeKeyLight: "primary_color", themeKeyDark: "primary_shade4_color" },
|
|
340
|
+
SurfaceIconButtonFilledPrimaryDisabled: { path: "Surface/IconButton/Filled/Primary/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
341
|
+
SurfaceIconButtonFilledPrimaryEnabled: { path: "Surface/IconButton/Filled/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
342
|
+
SurfaceIconButtonFilledPrimaryHover: { path: "Surface/IconButton/Filled/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade1_color" },
|
|
343
|
+
SurfaceIconButtonFilledSecondaryDisabled: { path: "Surface/IconButton/Filled/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
344
|
+
SurfaceIconButtonFilledSecondaryEnabled: { path: "Surface/IconButton/Filled/Secondary/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
345
|
+
SurfaceIconButtonFilledSecondaryHover: { path: "Surface/IconButton/Filled/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
346
|
+
SurfaceIconButtonGhostPrimaryHover: { path: "Surface/IconButton/Ghost/Primary/Hover", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
347
|
+
SurfaceIconButtonGhostSecondaryHover: { path: "Surface/IconButton/Ghost/Secondary/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
348
|
+
SurfaceIconButtonTransparentPrimaryDisabled: { path: "Surface/IconButton/Transparent/Primary/Disabled", defaultLightHex: "#00000080", defaultDarkHex: "#00000099", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade4_color" },
|
|
349
|
+
SurfaceIconButtonTransparentPrimaryEnabled: { path: "Surface/IconButton/Transparent/Primary/Enabled", defaultLightHex: "#00000080", defaultDarkHex: "#00000099", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade4_color" },
|
|
350
|
+
SurfaceIconButtonTransparentPrimaryHover: { path: "Surface/IconButton/Transparent/Primary/Hover", defaultLightHex: "#000000CC", defaultDarkHex: "#000000CC", themeKeyLight: "transparent_black_shade5_color", themeKeyDark: "transparent_black_shade5_color" },
|
|
351
|
+
SurfaceInputBoxedInputDefault: { path: "Surface/Input/BoxedInput/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
352
|
+
SurfaceListDefaultActive: { path: "Surface/List/Default/Active", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
353
|
+
SurfaceListDefaultDefault: { path: "Surface/List/Default/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
354
|
+
SurfaceListDefaultDisabled: { path: "Surface/List/Default/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
355
|
+
SurfaceListDefaultHover: { path: "Surface/List/Default/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
356
|
+
SurfaceListDestructiveDefault: { path: "Surface/List/Destructive/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
357
|
+
SurfaceListDestructiveDisabled: { path: "Surface/List/Destructive/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#191919", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
358
|
+
SurfaceListDestructiveHover: { path: "Surface/List/Destructive/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#242424", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "background_shade1_color" },
|
|
359
|
+
SurfaceListSkeletonSkeleton: { path: "Surface/List/Skeleton/Skeleton", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
360
|
+
SurfaceLoadersRefresherGeneral: { path: "Surface/Loaders/Refresher/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
361
|
+
SurfaceLoadersSpinnerPrimaryBackground: { path: "Surface/Loaders/Spinner/Primary/Background", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
362
|
+
SurfaceLoadersSpinnerPrimaryIcon: { path: "Surface/Loaders/Spinner/Primary/Icon", defaultLightHex: "#1A20D6", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
363
|
+
SurfaceLoadersSpinnerSecondaryBackground: { path: "Surface/Loaders/Spinner/Secondary/Background", defaultLightHex: "#FFFFFFCC", defaultDarkHex: "#FFFFFFCC", themeKeyLight: "transparent_white_shade7_color", themeKeyDark: "transparent_white_shade7_color" },
|
|
364
|
+
SurfaceLoadersSpinnerSecondaryIcon: { path: "Surface/Loaders/Spinner/Secondary/Icon", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
365
|
+
SurfaceLoadersUploadControllerBackground: { path: "Surface/Loaders/UploadController/Background", defaultLightHex: "#FFFFFFCC", defaultDarkHex: "#FFFFFFCC", themeKeyLight: "transparent_white_shade7_color", themeKeyDark: "transparent_white_shade7_color" },
|
|
366
|
+
SurfaceLoadersUploadControllerLoader: { path: "Surface/Loaders/UploadController/Loader", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
367
|
+
SurfaceMainButtonDefaultFilledPrimaryDisabled: { path: "Surface/MainButton/Default/Filled/Primary/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#2E2E2E", themeKeyLight: "primary_shade3_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
368
|
+
SurfaceMainButtonDefaultFilledPrimaryEnabled: { path: "Surface/MainButton/Default/Filled/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
369
|
+
SurfaceMainButtonDefaultFilledPrimaryHover: { path: "Surface/MainButton/Default/Filled/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade1_color" },
|
|
370
|
+
SurfaceMainButtonDefaultFilledSecondaryDisabled: { path: "Surface/MainButton/Default/Filled/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
371
|
+
SurfaceMainButtonDefaultFilledSecondaryEnabled: { path: "Surface/MainButton/Default/Filled/Secondary/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
372
|
+
SurfaceMainButtonDefaultFilledSecondaryHover: { path: "Surface/MainButton/Default/Filled/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#A8A8A8", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
373
|
+
SurfaceMainButtonDefaultGhostPrimaryHover: { path: "Surface/MainButton/Default/Ghost/Primary/Hover", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
374
|
+
SurfaceMainButtonDefaultGhostSecondaryHover: { path: "Surface/MainButton/Default/Ghost/Secondary/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
375
|
+
SurfaceMainButtonDefaultInversePrimaryDisabled: { path: "Surface/MainButton/Default/Inverse/Primary/Disabled", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade1_color" },
|
|
376
|
+
SurfaceMainButtonDefaultInversePrimaryEnabled: { path: "Surface/MainButton/Default/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
377
|
+
SurfaceMainButtonDefaultInversePrimaryHover: { path: "Surface/MainButton/Default/Inverse/Primary/Hover", defaultLightHex: "#00000033", defaultDarkHex: "#FFFFFF1A", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_white_shade2_color" },
|
|
378
|
+
SurfaceMainButtonDefaultInverseSecondaryDisabled: { path: "Surface/MainButton/Default/Inverse/Secondary/Disabled", defaultLightHex: "#00000033", defaultDarkHex: "#0000004D", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade2_color" },
|
|
379
|
+
SurfaceMainButtonDefaultInverseSecondaryEnabled: { path: "Surface/MainButton/Default/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
380
|
+
SurfaceMainButtonDefaultInverseSecondaryHover: { path: "Surface/MainButton/Default/Inverse/Secondary/Hover", defaultLightHex: "#FFFFFF33", defaultDarkHex: "#FFFFFF33", themeKeyLight: "transparent_white_shade3_color", themeKeyDark: "transparent_white_shade3_color" },
|
|
381
|
+
SurfaceMainButtonDefaultOutlinedPrimaryDisabled: { path: "Surface/MainButton/Default/Outlined/Primary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#111111", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "background_color" },
|
|
382
|
+
SurfaceMainButtonDefaultOutlinedPrimaryEnabled: { path: "Surface/MainButton/Default/Outlined/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
383
|
+
SurfaceMainButtonDefaultOutlinedPrimaryHover: { path: "Surface/MainButton/Default/Outlined/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
384
|
+
SurfaceMainButtonDefaultOutlinedSecondaryDisabled: { path: "Surface/MainButton/Default/Outlined/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#111111", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "background_color" },
|
|
385
|
+
SurfaceMainButtonDefaultOutlinedSecondaryEnabled: { path: "Surface/MainButton/Default/Outlined/Secondary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
386
|
+
SurfaceMainButtonDefaultOutlinedSecondaryHover: { path: "Surface/MainButton/Default/Outlined/Secondary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
387
|
+
SurfaceMainButtonDefaultTransparentPrimaryDisabled: { path: "Surface/MainButton/Default/Transparent/Primary/Disabled", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
388
|
+
SurfaceMainButtonDefaultTransparentPrimaryEnabled: { path: "Surface/MainButton/Default/Transparent/Primary/Enabled", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
389
|
+
SurfaceMainButtonDefaultTransparentPrimaryHover: { path: "Surface/MainButton/Default/Transparent/Primary/Hover", defaultLightHex: "#000000CC", defaultDarkHex: "#000000CC", themeKeyLight: "transparent_black_shade5_color", themeKeyDark: "transparent_black_shade5_color" },
|
|
390
|
+
SurfaceMainButtonDestructiveFilledPrimaryDisabled: { path: "Surface/MainButton/Destructive/Filled/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#2E2E2E", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
391
|
+
SurfaceMainButtonDestructiveFilledPrimaryEnabled: { path: "Surface/MainButton/Destructive/Filled/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#A70C18", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade5_color" },
|
|
392
|
+
SurfaceMainButtonDestructiveFilledPrimaryHover: { path: "Surface/MainButton/Destructive/Filled/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade4_color" },
|
|
393
|
+
SurfaceMainButtonDestructiveFilledSecondaryDisabled: { path: "Surface/MainButton/Destructive/Filled/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
394
|
+
SurfaceMainButtonDestructiveFilledSecondaryEnabled: { path: "Surface/MainButton/Destructive/Filled/Secondary/Enabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
395
|
+
SurfaceMainButtonDestructiveFilledSecondaryHover: { path: "Surface/MainButton/Destructive/Filled/Secondary/Hover", defaultLightHex: "#A8A8A8", defaultDarkHex: "#A8A8A8", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
396
|
+
SurfaceMainButtonDestructiveGhostPrimaryHover: { path: "Surface/MainButton/Destructive/Ghost/Primary/Hover", defaultLightHex: "#FBDBDD", defaultDarkHex: "#520A0F", themeKeyLight: "destructive_shade1_color", themeKeyDark: "destructive_shade5_color" },
|
|
397
|
+
SurfaceMainButtonDestructiveGhostSecondaryHover: { path: "Surface/MainButton/Destructive/Ghost/Secondary/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
398
|
+
SurfaceMainButtonDestructiveInversePrimaryDisabled: { path: "Surface/MainButton/Destructive/Inverse/Primary/Disabled", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade1_color" },
|
|
399
|
+
SurfaceMainButtonDestructiveInversePrimaryEnabled: { path: "Surface/MainButton/Destructive/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
400
|
+
SurfaceMainButtonDestructiveInversePrimaryHover: { path: "Surface/MainButton/Destructive/Inverse/Primary/Hover", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade1_color" },
|
|
401
|
+
SurfaceMainButtonDestructiveInverseSecondaryDisabled: { path: "Surface/MainButton/Destructive/Inverse/Secondary/Disabled", defaultLightHex: "#00000033", defaultDarkHex: "#00000033", themeKeyLight: "transparent_black_shade1_color", themeKeyDark: "transparent_black_shade1_color" },
|
|
402
|
+
SurfaceMainButtonDestructiveInverseSecondaryEnabled: { path: "Surface/MainButton/Destructive/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF00", defaultDarkHex: "#FFFFFF00", themeKeyLight: "transparent_white_shade1_color", themeKeyDark: "transparent_white_shade1_color" },
|
|
403
|
+
SurfaceMainButtonDestructiveInverseSecondaryHover: { path: "Surface/MainButton/Destructive/Inverse/Secondary/Hover", defaultLightHex: "#FB3F4D33", defaultDarkHex: "#FB3F4D33", themeKeyLight: "transparent_red_shade1_color", themeKeyDark: "transparent_red_shade1_color" },
|
|
404
|
+
SurfaceMainButtonDestructiveOutlinedPrimaryDisabled: { path: "Surface/MainButton/Destructive/Outlined/Primary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#111111", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "background_color" },
|
|
405
|
+
SurfaceMainButtonDestructiveOutlinedPrimaryEnabled: { path: "Surface/MainButton/Destructive/Outlined/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
406
|
+
SurfaceMainButtonDestructiveOutlinedPrimaryHover: { path: "Surface/MainButton/Destructive/Outlined/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
407
|
+
SurfaceMainButtonDestructiveOutlinedSecondaryDisabled: { path: "Surface/MainButton/Destructive/Outlined/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#111111", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "background_color" },
|
|
408
|
+
SurfaceMainButtonDestructiveOutlinedSecondaryEnabled: { path: "Surface/MainButton/Destructive/Outlined/Secondary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
409
|
+
SurfaceMainButtonDestructiveOutlinedSecondaryHover: { path: "Surface/MainButton/Destructive/Outlined/Secondary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
410
|
+
SurfaceMediaImageBroken: { path: "Surface/Media/Image/Broken", defaultLightHex: "#F5F5F5", defaultDarkHex: "#2E2E2E", themeKeyLight: null, themeKeyDark: "neutral_grey_shade6_color" },
|
|
411
|
+
SurfaceMediaImageLoaded: { path: "Surface/Media/Image/Loaded", defaultLightHex: "#F5F5F5", defaultDarkHex: "#2E2E2E", themeKeyLight: null, themeKeyDark: "neutral_grey_shade6_color" },
|
|
412
|
+
SurfaceMediaImageLoading: { path: "Surface/Media/Image/Loading", defaultLightHex: "#F5F5F5", defaultDarkHex: "#2E2E2E", themeKeyLight: null, themeKeyDark: "neutral_grey_shade6_color" },
|
|
413
|
+
SurfaceMediaOverlayTransparentBlack: { path: "Surface/Media/Overlay/TransparentBlack", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
414
|
+
SurfaceMediaOverlayTransparentWhite: { path: "Surface/Media/Overlay/TransparentWhite", defaultLightHex: "#FFFFFF99", defaultDarkHex: "#FFFFFF99", themeKeyLight: "transparent_white_shade6_color", themeKeyDark: "transparent_white_shade6_color" },
|
|
415
|
+
SurfaceMediaVideoBroken: { path: "Surface/Media/Video/Broken", defaultLightHex: "#F5F5F5", defaultDarkHex: "#4A4A4A", themeKeyLight: null, themeKeyDark: "neutral_grey_shade5_color" },
|
|
416
|
+
SurfaceMediaVideoLoaded: { path: "Surface/Media/Video/Loaded", defaultLightHex: "#F5F5F5", defaultDarkHex: "#4A4A4A", themeKeyLight: null, themeKeyDark: "neutral_grey_shade5_color" },
|
|
417
|
+
SurfaceMediaVideoLoading: { path: "Surface/Media/Video/Loading", defaultLightHex: "#F5F5F5", defaultDarkHex: "#4A4A4A", themeKeyLight: null, themeKeyDark: "neutral_grey_shade5_color" },
|
|
418
|
+
SurfaceMenuListActive: { path: "Surface/MenuList/Active", defaultLightHex: "#BEC0F4", defaultDarkHex: "#FFFFFF", themeKeyLight: "primary_shade2_color", themeKeyDark: "white_color" },
|
|
419
|
+
SurfaceMenuListDefault: { path: "Surface/MenuList/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
420
|
+
SurfaceMenuListHover: { path: "Surface/MenuList/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
421
|
+
SurfacePageBackgroundDefault: { path: "Surface/Page/Background/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "background_color", themeKeyDark: "background_color" },
|
|
422
|
+
SurfacePopoverBackgroundDefault: { path: "Surface/Popover/Background/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
423
|
+
SurfacePopoverListsDefault: { path: "Surface/Popover/Lists/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
424
|
+
SurfacePopoverListsDisabled: { path: "Surface/Popover/Lists/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
425
|
+
SurfacePopoverListsHover: { path: "Surface/Popover/Lists/Hover", defaultLightHex: "#EBEBEB", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
426
|
+
SurfaceProgressBarEmpty: { path: "Surface/Progress/Bar/Empty", defaultLightHex: "#FFFFFF4D", defaultDarkHex: "#FFFFFF4D", themeKeyLight: "transparent_white_shade4_color", themeKeyDark: "transparent_white_shade4_color" },
|
|
427
|
+
SurfaceProgressBarFilled: { path: "Surface/Progress/Bar/Filled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
428
|
+
SurfaceProgressKnobDefault: { path: "Surface/Progress/Knob/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
429
|
+
SurfaceReactionsReactionCountActive: { path: "Surface/Reactions/ReactionCount/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
430
|
+
SurfaceReactionsReactionCountDefault: { path: "Surface/Reactions/ReactionCount/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "background_color", themeKeyDark: "background_color" },
|
|
431
|
+
SurfaceReactionsReactionPopoverFilledDefault: { path: "Surface/Reactions/ReactionPopover/Filled/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
432
|
+
SurfaceReactionsReactionPopoverReactionNameActive: { path: "Surface/Reactions/ReactionPopover/ReactionName/Active", defaultLightHex: "#00000080", defaultDarkHex: "#00000080", themeKeyLight: "transparent_black_shade3_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
433
|
+
SurfaceReactionsReactionPopoverReactionStateActive: { path: "Surface/Reactions/ReactionPopover/ReactionState/Active", defaultLightHex: "#D9D9D9", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
434
|
+
SurfaceReactionsReactionPopoverTransparentDefault: { path: "Surface/Reactions/ReactionPopover/Transparent/Default", defaultLightHex: "#FFFFFF66", defaultDarkHex: "#00000080", themeKeyLight: "transparent_white_shade5_color", themeKeyDark: "transparent_black_shade3_color" },
|
|
435
|
+
SurfaceSelectionCheckboxAtomicActiveDefault: { path: "Surface/Selection/CheckboxAtomic/Active/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
436
|
+
SurfaceSelectionCheckboxAtomicActiveDisabled: { path: "Surface/Selection/CheckboxAtomic/Active/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
437
|
+
SurfaceSelectionCheckboxAtomicInactiveDefault: { path: "Surface/Selection/CheckboxAtomic/Inactive/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
438
|
+
SurfaceSelectionCheckboxAtomicInactiveDisabled: { path: "Surface/Selection/CheckboxAtomic/Inactive/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
439
|
+
SurfaceSelectionRadioAtomicActiveDefault: { path: "Surface/Selection/RadioAtomic/Active/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
440
|
+
SurfaceSelectionRadioAtomicActiveDisabled: { path: "Surface/Selection/RadioAtomic/Active/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#0F114D", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
441
|
+
SurfaceSelectionRadioAtomicInactiveDefault: { path: "Surface/Selection/RadioAtomic/Inactive/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
442
|
+
SurfaceSelectionRadioAtomicInactiveDisabled: { path: "Surface/Selection/RadioAtomic/Inactive/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
443
|
+
SurfaceSheetsBackgroundGeneral: { path: "Surface/Sheets/Background/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "background_color", themeKeyDark: "background_color" },
|
|
444
|
+
SurfaceSheetsHandleDefault: { path: "Surface/Sheets/Handle/Default", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
445
|
+
SurfaceSideNavigationBackgroundDefault: { path: "Surface/SideNavigation/Background/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#191919", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
446
|
+
SurfaceSkeletonEffectDefault: { path: "Surface/SkeletonEffect/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
447
|
+
SurfaceSquareButtonDefaultPrimaryDefault: { path: "Surface/SquareButton/Default/Primary/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
448
|
+
SurfaceSquareButtonDefaultPrimaryDisabled: { path: "Surface/SquareButton/Default/Primary/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#2E2E2E", themeKeyLight: "primary_shade3_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
449
|
+
SurfaceSquareButtonDefaultPrimaryHover: { path: "Surface/SquareButton/Default/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#1A20D6", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_color" },
|
|
450
|
+
SurfaceSquareButtonDefaultSecondaryDefault: { path: "Surface/SquareButton/Default/Secondary/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
451
|
+
SurfaceSquareButtonDefaultSecondaryDisabled: { path: "Surface/SquareButton/Default/Secondary/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
452
|
+
SurfaceSquareButtonDefaultSecondaryHover: { path: "Surface/SquareButton/Default/Secondary/Hover", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
453
|
+
SurfaceSquareButtonDestructiveDefault: { path: "Surface/SquareButton/Destructive/Default", defaultLightHex: "#E50B1B", defaultDarkHex: "#A70C18", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade5_color" },
|
|
454
|
+
SurfaceSquareButtonDestructiveDisabled: { path: "Surface/SquareButton/Destructive/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#2E2E2E", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
455
|
+
SurfaceSquareButtonDestructiveHover: { path: "Surface/SquareButton/Destructive/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#E50B1B", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade4_color" },
|
|
456
|
+
SurfaceTabPillActive: { path: "Surface/Tab/Pill/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
457
|
+
SurfaceTabPillDefault: { path: "Surface/Tab/Pill/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#111111", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
458
|
+
SurfaceTabPillDisabled: { path: "Surface/Tab/Pill/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
459
|
+
SurfaceTabPillHover: { path: "Surface/Tab/Pill/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
460
|
+
SurfaceTabPillPress: { path: "Surface/Tab/Pill/Press", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
461
|
+
SurfaceToggleBackgroundActiveDisabled: { path: "Surface/Toggle/Background/Active/Disabled", defaultLightHex: "#DDDEF8", defaultDarkHex: "#171B9C", themeKeyLight: "primary_shade3_color", themeKeyDark: "primary_shade4_color" },
|
|
462
|
+
SurfaceToggleBackgroundActiveEnabled: { path: "Surface/Toggle/Background/Active/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
463
|
+
SurfaceToggleBackgroundActiveFocused: { path: "Surface/Toggle/Background/Active/Focused", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
464
|
+
SurfaceToggleBackgroundActiveHovered: { path: "Surface/Toggle/Background/Active/Hovered", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
465
|
+
SurfaceToggleBackgroundActivePressed: { path: "Surface/Toggle/Background/Active/Pressed", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
466
|
+
SurfaceToggleBackgroundInactiveDisabled: { path: "Surface/Toggle/Background/Inactive/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
467
|
+
SurfaceToggleBackgroundInactiveEnabled: { path: "Surface/Toggle/Background/Inactive/Enabled", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
468
|
+
SurfaceToggleBackgroundInactiveFocused: { path: "Surface/Toggle/Background/Inactive/Focused", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
469
|
+
SurfaceToggleBackgroundInactiveHovered: { path: "Surface/Toggle/Background/Inactive/Hovered", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
470
|
+
SurfaceToggleBackgroundInactivePressed: { path: "Surface/Toggle/Background/Inactive/Pressed", defaultLightHex: "#A8A8A8", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
471
|
+
SurfaceToggleThumbActiveDisabled: { path: "Surface/Toggle/Thumb/Active/Disabled", defaultLightHex: "#EBEBEB", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
472
|
+
SurfaceToggleThumbActiveEnabled: { path: "Surface/Toggle/Thumb/Active/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
473
|
+
SurfaceToggleThumbActiveFocused: { path: "Surface/Toggle/Thumb/Active/Focused", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
474
|
+
SurfaceToggleThumbActiveHovered: { path: "Surface/Toggle/Thumb/Active/Hovered", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
475
|
+
SurfaceToggleThumbActivePressed: { path: "Surface/Toggle/Thumb/Active/Pressed", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
476
|
+
SurfaceToggleThumbInactiveDisabled: { path: "Surface/Toggle/Thumb/Inactive/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
477
|
+
SurfaceToggleThumbInactiveEnabled: { path: "Surface/Toggle/Thumb/Inactive/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
478
|
+
SurfaceToggleThumbInactiveFocused: { path: "Surface/Toggle/Thumb/Inactive/Focused", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
479
|
+
SurfaceToggleThumbInactiveHovered: { path: "Surface/Toggle/Thumb/Inactive/Hovered", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
480
|
+
SurfaceToggleThumbInactivePressed: { path: "Surface/Toggle/Thumb/Inactive/Pressed", defaultLightHex: "#EBEBEB", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "white_color" },
|
|
481
|
+
SurfaceTopNavigationBackgroundDefault: { path: "Surface/TopNavigation/Background/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#191919", themeKeyLight: "white_color", themeKeyDark: "background_color" },
|
|
482
|
+
TextAlertDialogBodyDefault: { path: "Text/AlertDialog/Body/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
483
|
+
TextAlertDialogHeaderTextDescriptionDefault: { path: "Text/AlertDialog/Header/TextDescription/Default", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
484
|
+
TextAlertDialogHeaderTitleDefault: { path: "Text/AlertDialog/Header/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
485
|
+
TextAvatarAtomicGeneral: { path: "Text/Avatar/Atomic/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
486
|
+
TextAvatarLabelDefault: { path: "Text/Avatar/Label/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
487
|
+
TextBadgeAtomicBadgeDefault: { path: "Text/Badge/AtomicBadge/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
488
|
+
TextBadgeAtomicBadgeInverse: { path: "Text/Badge/AtomicBadge/Inverse", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
489
|
+
TextBadgeSemanticBadgeChatArchivedDefault: { path: "Text/Badge/SemanticBadge/Chat/Archived/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
490
|
+
TextBadgeSemanticBadgeEventGeneralDefault: { path: "Text/Badge/SemanticBadge/Event/General/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
491
|
+
TextBadgeSemanticBadgeEventHostDefault: { path: "Text/Badge/SemanticBadge/Event/Host/Default", defaultLightHex: "#4B1BD0", defaultDarkHex: "#4B1BD0", themeKeyLight: "event_host_fg_color", themeKeyDark: "event_host_fg_color" },
|
|
492
|
+
TextBadgeSemanticBadgeGeneralDefaultDefault: { path: "Text/Badge/SemanticBadge/General/Default/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
493
|
+
TextBadgeSemanticBadgeLiveGeneralDefault: { path: "Text/Badge/SemanticBadge/Live/General/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
494
|
+
TextBadgeSemanticBadgePostStatusFeaturedDefault: { path: "Text/Badge/SemanticBadge/PostStatus/Featured/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
495
|
+
TextBadgeSemanticBadgePostStatusSponsoredDefault: { path: "Text/Badge/SemanticBadge/PostStatus/Sponsored/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
496
|
+
TextBadgeSemanticBadgePostStatusTotalMediaGeneral: { path: "Text/Badge/SemanticBadge/PostStatus/TotalMedia/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
497
|
+
TextBadgeSemanticBadgeUserStatusModeratorDefault: { path: "Text/Badge/SemanticBadge/UserStatus/Moderator/Default", defaultLightHex: "#1A20D6", defaultDarkHex: "#FFFFFF", themeKeyLight: "primary_color", themeKeyDark: "white_color" },
|
|
498
|
+
TextBannerDefaultHeaderGeneral: { path: "Text/Banner/Default/Header/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
499
|
+
TextBannerDefaultOverlineGeneral: { path: "Text/Banner/Default/Overline/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
500
|
+
TextBannerDefaultSubheadGeneral: { path: "Text/Banner/Default/Subhead/General", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
501
|
+
TextBannerDefaultTextDescriptionGeneral: { path: "Text/Banner/Default/TextDescription/General", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
502
|
+
TextBannerDefaultTrailingSubtextGeneral: { path: "Text/Banner/Default/Trailing/Subtext/General", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
503
|
+
TextBannerDefaultTrailingTextGeneral: { path: "Text/Banner/Default/Trailing/Text/General", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
504
|
+
TextBannerSubdueHeaderGeneral: { path: "Text/Banner/Subdue/Header/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
505
|
+
TextBannerSubdueOverlineGeneral: { path: "Text/Banner/Subdue/Overline/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
506
|
+
TextBannerSubdueSubheadGeneral: { path: "Text/Banner/Subdue/Subhead/General", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
507
|
+
TextBannerSubdueTextDescriptionGeneral: { path: "Text/Banner/Subdue/TextDescription/General", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
508
|
+
TextBannerSubdueTrailingSubtextGeneral: { path: "Text/Banner/Subdue/Trailing/Subtext/General", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
509
|
+
TextBannerSubdueTrailingTextGeneral: { path: "Text/Banner/Subdue/Trailing/Text/General", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
510
|
+
TextBaseAlert: { path: "Text/Base/Alert", defaultLightHex: "#FB3F4D", defaultDarkHex: "#FB3F4D", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
511
|
+
TextBaseDefault: { path: "Text/Base/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#2E2E2E", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
512
|
+
TextBaseDisabled: { path: "Text/Base/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
513
|
+
TextBaseHighlight: { path: "Text/Base/Highlight", defaultLightHex: "#3B41EC", defaultDarkHex: "#3B41EC", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
514
|
+
TextBaseInverse: { path: "Text/Base/Inverse", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
515
|
+
TextBaseSubdue: { path: "Text/Base/Subdue", defaultLightHex: "#595959", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
516
|
+
TextCardPreviewLinkDomainDefault: { path: "Text/Card/PreviewLink/Domain/Default", defaultLightHex: "#949494", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
517
|
+
TextCardPreviewLinkTitleDefault: { path: "Text/Card/PreviewLink/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
518
|
+
TextChatBubbleInboundEditedLabelDefault: { path: "Text/ChatBubble/Inbound/EditedLabel/Default", defaultLightHex: "#595959", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
519
|
+
TextChatBubbleInboundHeaderRepliedToDefault: { path: "Text/ChatBubble/Inbound/Header/RepliedTo/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
520
|
+
TextChatBubbleInboundHeaderUserNameDefault: { path: "Text/ChatBubble/Inbound/Header/UserName/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
521
|
+
TextChatBubbleInboundLinkDefault: { path: "Text/ChatBubble/Inbound/Link/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
522
|
+
TextChatBubbleInboundMentionedDefault: { path: "Text/ChatBubble/Inbound/Mentioned/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
523
|
+
TextChatBubbleInboundMessagesDefault: { path: "Text/ChatBubble/Inbound/Messages/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
524
|
+
TextChatBubbleInboundMessagesDeleted: { path: "Text/ChatBubble/Inbound/Messages/Deleted", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
525
|
+
TextChatBubbleInboundSeeMoreDefault: { path: "Text/ChatBubble/Inbound/SeeMore/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
526
|
+
TextChatBubbleOutboundEditedLabelDefault: { path: "Text/ChatBubble/Outbound/EditedLabel/Default", defaultLightHex: "#EBEBEB", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade1_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
527
|
+
TextChatBubbleOutboundHeaderRepliedToDefault: { path: "Text/ChatBubble/Outbound/Header/RepliedTo/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
528
|
+
TextChatBubbleOutboundHeaderUserNameDefault: { path: "Text/ChatBubble/Outbound/Header/UserName/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
529
|
+
TextChatBubbleOutboundHelperTextDefault: { path: "Text/ChatBubble/Outbound/Helper text/Default", defaultLightHex: "#FB3F4D", defaultDarkHex: "#F75965", themeKeyLight: "alert_color", themeKeyDark: "alert_shade1_color" },
|
|
530
|
+
TextChatBubbleOutboundLinkDefault: { path: "Text/ChatBubble/Outbound/Link/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
531
|
+
TextChatBubbleOutboundMentionedDefault: { path: "Text/ChatBubble/Outbound/Mentioned/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
532
|
+
TextChatBubbleOutboundMessagesDefault: { path: "Text/ChatBubble/Outbound/Messages/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
533
|
+
TextChatBubbleOutboundMessagesDeleted: { path: "Text/ChatBubble/Outbound/Messages/Deleted", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
534
|
+
TextChatBubbleOutboundSeeMoreDefault: { path: "Text/ChatBubble/Outbound/SeeMore/Default", defaultLightHex: "#BEC0F4", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_shade2_color", themeKeyDark: "primary_shade2_color" },
|
|
535
|
+
TextChatBubbleTimestampSendingDefault: { path: "Text/ChatBubble/Timestamp/Sending/Default", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
536
|
+
TextChatBubbleTimestampSentDefault: { path: "Text/ChatBubble/Timestamp/Sent/Default", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
537
|
+
TextChipsFilledDefault: { path: "Text/Chips/Filled/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
538
|
+
TextChipsFilledDisabled: { path: "Text/Chips/Filled/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
539
|
+
TextChipsOutlinedDefault: { path: "Text/Chips/Outlined/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
540
|
+
TextChipsOutlinedDisabled: { path: "Text/Chips/Outlined/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
541
|
+
TextCustomToastDefault: { path: "Text/CustomToast/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
542
|
+
TextDateAndTimeDateSeparatorDefault: { path: "Text/Date&Time/DateSeparator/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
543
|
+
TextDividerDefault: { path: "Text/Divider/Default", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
544
|
+
TextEmptyStateDescriptionDefault: { path: "Text/EmptyState/Description/Default", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
545
|
+
TextEmptyStateTitleDefault: { path: "Text/EmptyState/Title/Default", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
546
|
+
TextIconButtonLabelGeneral: { path: "Text/IconButton/Label/General", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
547
|
+
TextInputChipInputHintTextDefault: { path: "Text/Input/ChipInput/HintText/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
548
|
+
TextInputChipInputHintTextError: { path: "Text/Input/ChipInput/HintText/Error", defaultLightHex: "#FB3F4D", defaultDarkHex: "#FB3F4D", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
549
|
+
TextInputChipInputIndicatorDefault: { path: "Text/Input/ChipInput/Indicator/Default", defaultLightHex: "#C7C7C7", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
550
|
+
TextInputChipInputIndicatorDisabled: { path: "Text/Input/ChipInput/Indicator/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
551
|
+
TextInputChipInputIndicatorError: { path: "Text/Input/ChipInput/Indicator/Error", defaultLightHex: "#C7C7C7", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
552
|
+
TextInputChipInputPlaceholderDisabled: { path: "Text/Input/ChipInput/Placeholder/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
553
|
+
TextInputChipInputPlaceholderEnabled: { path: "Text/Input/ChipInput/Placeholder/Enabled", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
554
|
+
TextInputChipInputPlaceholderError: { path: "Text/Input/ChipInput/Placeholder/Error", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
555
|
+
TextInputChipInputTextCountDefault: { path: "Text/Input/ChipInput/TextCount/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
556
|
+
TextInputChipInputTextCursorDefault: { path: "Text/Input/ChipInput/TextCursor/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#FFFFFF", themeKeyLight: "primary_color", themeKeyDark: "white_color" },
|
|
557
|
+
TextInputChipInputTextDescriptionDefault: { path: "Text/Input/ChipInput/TextDescription/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
558
|
+
TextInputChipInputTextDescriptionDisabled: { path: "Text/Input/ChipInput/TextDescription/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
559
|
+
TextInputChipInputTextDescriptionError: { path: "Text/Input/ChipInput/TextDescription/Error", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
560
|
+
TextInputChipInputTitleDefault: { path: "Text/Input/ChipInput/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
561
|
+
TextInputChipInputTitleDisabled: { path: "Text/Input/ChipInput/Title/Disabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
562
|
+
TextInputChipInputTitleError: { path: "Text/Input/ChipInput/Title/Error", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
563
|
+
TextInputTextInputHintTextDefault: { path: "Text/Input/TextInput/HintText/Default", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
564
|
+
TextInputTextInputHintTextError: { path: "Text/Input/TextInput/HintText/Error", defaultLightHex: "#FB3F4D", defaultDarkHex: "#FB3F4D", themeKeyLight: "alert_color", themeKeyDark: "alert_color" },
|
|
565
|
+
TextInputTextInputIndicatorDefault: { path: "Text/Input/TextInput/Indicator/Default", defaultLightHex: "#C7C7C7", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
566
|
+
TextInputTextInputPlaceholderDisabled: { path: "Text/Input/TextInput/Placeholder/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
567
|
+
TextInputTextInputPlaceholderDisabledFilled: { path: "Text/Input/TextInput/Placeholder/Disabled-Filled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
568
|
+
TextInputTextInputPlaceholderDisabledHighlight: { path: "Text/Input/TextInput/Placeholder/Disabled-Highlight", defaultLightHex: "#BEC0F4", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_shade2_color", themeKeyDark: "primary_shade2_color" },
|
|
569
|
+
TextInputTextInputPlaceholderEnabled: { path: "Text/Input/TextInput/Placeholder/Enabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
570
|
+
TextInputTextInputPlaceholderEnabledFilled: { path: "Text/Input/TextInput/Placeholder/Enabled-Filled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
571
|
+
TextInputTextInputPlaceholderEnabledHighlight: { path: "Text/Input/TextInput/Placeholder/Enabled-Highlight", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
572
|
+
TextInputTextInputPlaceholderError: { path: "Text/Input/TextInput/Placeholder/Error", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
573
|
+
TextInputTextInputPlaceholderErrorFilled: { path: "Text/Input/TextInput/Placeholder/Error-Filled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
574
|
+
TextInputTextInputPlaceholderErrorHighlight: { path: "Text/Input/TextInput/Placeholder/Error-Highlight", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
575
|
+
TextInputTextInputPlaceholderFocused: { path: "Text/Input/TextInput/Placeholder/Focused", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
576
|
+
TextInputTextInputPlaceholderFocusedFilled: { path: "Text/Input/TextInput/Placeholder/Focused-Filled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
577
|
+
TextInputTextInputPlaceholderFocusedHighlight: { path: "Text/Input/TextInput/Placeholder/Focused-Highlight", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
578
|
+
TextInputTextInputTextCountDefault: { path: "Text/Input/TextInput/TextCount/Default", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
579
|
+
TextInputTextInputTextCursorDefault: { path: "Text/Input/TextInput/TextCursor/Default", defaultLightHex: "#3B41EC", defaultDarkHex: "#1A20D6", themeKeyLight: "primary_color", themeKeyDark: "primary_color" },
|
|
580
|
+
TextInputTextInputTextDescriptionDefault: { path: "Text/Input/TextInput/TextDescription/Default", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
581
|
+
TextInputTextInputTitleDefault: { path: "Text/Input/TextInput/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
582
|
+
TextInputUserInputActionDefault: { path: "Text/Input/UserInput/Action/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
583
|
+
TextInputUserInputActionDisabled: { path: "Text/Input/UserInput/Action/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
584
|
+
TextInputUserInputIndicatorDefault: { path: "Text/Input/UserInput/Indicator/Default", defaultLightHex: "#C7C7C7", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
585
|
+
TextInputUserInputIndicatorDisabled: { path: "Text/Input/UserInput/Indicator/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "white_color" },
|
|
586
|
+
TextInputUserInputTextDescriptionDefault: { path: "Text/Input/UserInput/TextDescription/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
587
|
+
TextInputUserInputTextDescriptionDisabled: { path: "Text/Input/UserInput/TextDescription/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
588
|
+
TextInputUserInputTitleDefault: { path: "Text/Input/UserInput/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
589
|
+
TextInputUserInputTitleDisabled: { path: "Text/Input/UserInput/Title/Disabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
590
|
+
TextInputUserInputUserNameDefault: { path: "Text/Input/UserInput/UserName/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
591
|
+
TextInputUserInputUserNameDisabled: { path: "Text/Input/UserInput/UserName/Disabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
592
|
+
TextListHeaderDefaultDefault: { path: "Text/List/Header/Default/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
593
|
+
TextListHeaderDefaultDisabled: { path: "Text/List/Header/Default/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
594
|
+
TextListHeaderDefaultHighlight: { path: "Text/List/Header/Default/Highlight", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
595
|
+
TextListHeaderDefaultHover: { path: "Text/List/Header/Default/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
596
|
+
TextListHeaderDestructiveDefault: { path: "Text/List/Header/Destructive/Default", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
597
|
+
TextListHeaderDestructiveDisabled: { path: "Text/List/Header/Destructive/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#520A0F", themeKeyLight: "destructive_shade1_color", themeKeyDark: "destructive_shade5_color" },
|
|
598
|
+
TextListHeaderDestructiveHover: { path: "Text/List/Header/Destructive/Hover", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
599
|
+
TextListLabelActive: { path: "Text/List/Label/Active", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
600
|
+
TextListLabelDefault: { path: "Text/List/Label/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
601
|
+
TextListLabelDisabled: { path: "Text/List/Label/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
602
|
+
TextListLabelHover: { path: "Text/List/Label/Hover", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
603
|
+
TextListOverlineDefaultDefault: { path: "Text/List/Overline/Default/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
604
|
+
TextListSubheadDefaultDefault: { path: "Text/List/Subhead/Default/Default", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
605
|
+
TextListSubheadDefaultDisabled: { path: "Text/List/Subhead/Default/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
606
|
+
TextListSubheadDefaultHighlight: { path: "Text/List/Subhead/Default/Highlight", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
607
|
+
TextListSubheadDefaultHover: { path: "Text/List/Subhead/Default/Hover", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
608
|
+
TextListSubheadDestructiveDefault: { path: "Text/List/Subhead/Destructive/Default", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
609
|
+
TextListSubheadDestructiveDisabled: { path: "Text/List/Subhead/Destructive/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#520A0F", themeKeyLight: "destructive_shade1_color", themeKeyDark: "destructive_shade5_color" },
|
|
610
|
+
TextListSubheadDestructiveHover: { path: "Text/List/Subhead/Destructive/Hover", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
611
|
+
TextListTextDescriptionDefaultDefault: { path: "Text/List/TextDescription/Default/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
612
|
+
TextListTextDescriptionDefaultDisabled: { path: "Text/List/TextDescription/Default/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
613
|
+
TextListTextDescriptionDefaultHighlight: { path: "Text/List/TextDescription/Default/Highlight", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
614
|
+
TextListTextDescriptionDefaultHover: { path: "Text/List/TextDescription/Default/Hover", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
615
|
+
TextListTextDescriptionDestructiveDefault: { path: "Text/List/TextDescription/Destructive/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
616
|
+
TextListTextDescriptionDestructiveDisabled: { path: "Text/List/TextDescription/Destructive/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
617
|
+
TextListTextDescriptionDestructiveHover: { path: "Text/List/TextDescription/Destructive/Hover", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
618
|
+
TextListTrailingSubtextDefault: { path: "Text/List/Trailing/Subtext/Default", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
619
|
+
TextListTrailingTextGeneral: { path: "Text/List/Trailing/Text/General", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
620
|
+
TextLoadersUploadControllerDefault: { path: "Text/Loaders/UploadController/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#2E2E2E", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade6_color" },
|
|
621
|
+
TextMainButtonDefaultDescriptionPrimaryDisabled: { path: "Text/MainButton/Default/Description/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
622
|
+
TextMainButtonDefaultDescriptionPrimaryEnabled: { path: "Text/MainButton/Default/Description/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
623
|
+
TextMainButtonDefaultDescriptionPrimaryHover: { path: "Text/MainButton/Default/Description/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade3_color" },
|
|
624
|
+
TextMainButtonDefaultDescriptionSecondaryDisabled: { path: "Text/MainButton/Default/Description/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
625
|
+
TextMainButtonDefaultDescriptionSecondaryEnabled: { path: "Text/MainButton/Default/Description/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
626
|
+
TextMainButtonDefaultDescriptionSecondaryHover: { path: "Text/MainButton/Default/Description/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
627
|
+
TextMainButtonDefaultFilledPrimaryDisabled: { path: "Text/MainButton/Default/Filled/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#949494", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
628
|
+
TextMainButtonDefaultFilledPrimaryEnabled: { path: "Text/MainButton/Default/Filled/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
629
|
+
TextMainButtonDefaultFilledPrimaryHover: { path: "Text/MainButton/Default/Filled/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
630
|
+
TextMainButtonDefaultFilledSecondaryDisabled: { path: "Text/MainButton/Default/Filled/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
631
|
+
TextMainButtonDefaultFilledSecondaryEnabled: { path: "Text/MainButton/Default/Filled/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
632
|
+
TextMainButtonDefaultFilledSecondaryHover: { path: "Text/MainButton/Default/Filled/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
633
|
+
TextMainButtonDefaultGhostPrimaryDisabled: { path: "Text/MainButton/Default/Ghost/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
634
|
+
TextMainButtonDefaultGhostPrimaryEnabled: { path: "Text/MainButton/Default/Ghost/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
635
|
+
TextMainButtonDefaultGhostPrimaryHover: { path: "Text/MainButton/Default/Ghost/Primary/Hover", defaultLightHex: "#3B41EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_color", themeKeyDark: "primary_shade3_color" },
|
|
636
|
+
TextMainButtonDefaultGhostSecondaryDisabled: { path: "Text/MainButton/Default/Ghost/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
637
|
+
TextMainButtonDefaultGhostSecondaryEnabled: { path: "Text/MainButton/Default/Ghost/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
638
|
+
TextMainButtonDefaultGhostSecondaryHover: { path: "Text/MainButton/Default/Ghost/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
639
|
+
TextMainButtonDefaultInversePrimaryDisabled: { path: "Text/MainButton/Default/Inverse/Primary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
640
|
+
TextMainButtonDefaultInversePrimaryEnabled: { path: "Text/MainButton/Default/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
641
|
+
TextMainButtonDefaultInversePrimaryHover: { path: "Text/MainButton/Default/Inverse/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
642
|
+
TextMainButtonDefaultInverseSecondaryDisabled: { path: "Text/MainButton/Default/Inverse/Secondary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
643
|
+
TextMainButtonDefaultInverseSecondaryEnabled: { path: "Text/MainButton/Default/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
644
|
+
TextMainButtonDefaultInverseSecondaryHover: { path: "Text/MainButton/Default/Inverse/Secondary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
645
|
+
TextMainButtonDefaultLinkPrimaryDisabled: { path: "Text/MainButton/Default/Link/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
646
|
+
TextMainButtonDefaultLinkPrimaryEnabled: { path: "Text/MainButton/Default/Link/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
647
|
+
TextMainButtonDefaultLinkPrimaryHover: { path: "Text/MainButton/Default/Link/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade3_color" },
|
|
648
|
+
TextMainButtonDefaultLinkSecondaryDisabled: { path: "Text/MainButton/Default/Link/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
649
|
+
TextMainButtonDefaultLinkSecondaryEnabled: { path: "Text/MainButton/Default/Link/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
650
|
+
TextMainButtonDefaultLinkSecondaryHover: { path: "Text/MainButton/Default/Link/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
651
|
+
TextMainButtonDefaultOutlinedPrimaryDisabled: { path: "Text/MainButton/Default/Outlined/Primary/Disabled", defaultLightHex: "#BEC0F4", defaultDarkHex: "#949494", themeKeyLight: "primary_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
652
|
+
TextMainButtonDefaultOutlinedPrimaryEnabled: { path: "Text/MainButton/Default/Outlined/Primary/Enabled", defaultLightHex: "#3B41EC", defaultDarkHex: "#BEC0F4", themeKeyLight: "primary_color", themeKeyDark: "primary_shade2_color" },
|
|
653
|
+
TextMainButtonDefaultOutlinedPrimaryHover: { path: "Text/MainButton/Default/Outlined/Primary/Hover", defaultLightHex: "#6469EC", defaultDarkHex: "#DDDEF8", themeKeyLight: "primary_shade1_color", themeKeyDark: "primary_shade3_color" },
|
|
654
|
+
TextMainButtonDefaultOutlinedSecondaryDisabled: { path: "Text/MainButton/Default/Outlined/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
655
|
+
TextMainButtonDefaultOutlinedSecondaryEnabled: { path: "Text/MainButton/Default/Outlined/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
656
|
+
TextMainButtonDefaultOutlinedSecondaryHover: { path: "Text/MainButton/Default/Outlined/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
657
|
+
TextMainButtonDefaultTransparentPrimaryDisabled: { path: "Text/MainButton/Default/Transparent/Primary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
658
|
+
TextMainButtonDefaultTransparentPrimaryEnabled: { path: "Text/MainButton/Default/Transparent/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
659
|
+
TextMainButtonDefaultTransparentPrimaryHover: { path: "Text/MainButton/Default/Transparent/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
660
|
+
TextMainButtonDestructiveDescriptionPrimaryDisabled: { path: "Text/MainButton/Destructive/Description/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
661
|
+
TextMainButtonDestructiveDescriptionPrimaryEnabled: { path: "Text/MainButton/Destructive/Description/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
662
|
+
TextMainButtonDestructiveDescriptionPrimaryHover: { path: "Text/MainButton/Destructive/Description/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade1_color" },
|
|
663
|
+
TextMainButtonDestructiveDescriptionSecondaryDisabled: { path: "Text/MainButton/Destructive/Description/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
664
|
+
TextMainButtonDestructiveDescriptionSecondaryEnabled: { path: "Text/MainButton/Destructive/Description/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
665
|
+
TextMainButtonDestructiveDescriptionSecondaryHover: { path: "Text/MainButton/Destructive/Description/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
666
|
+
TextMainButtonDestructiveFilledPrimaryDisabled: { path: "Text/MainButton/Destructive/Filled/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#949494", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
667
|
+
TextMainButtonDestructiveFilledPrimaryEnabled: { path: "Text/MainButton/Destructive/Filled/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
668
|
+
TextMainButtonDestructiveFilledPrimaryHover: { path: "Text/MainButton/Destructive/Filled/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
669
|
+
TextMainButtonDestructiveFilledSecondaryDisabled: { path: "Text/MainButton/Destructive/Filled/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
670
|
+
TextMainButtonDestructiveFilledSecondaryEnabled: { path: "Text/MainButton/Destructive/Filled/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
671
|
+
TextMainButtonDestructiveFilledSecondaryHover: { path: "Text/MainButton/Destructive/Filled/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
672
|
+
TextMainButtonDestructiveGhostPrimaryDisabled: { path: "Text/MainButton/Destructive/Ghost/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
673
|
+
TextMainButtonDestructiveGhostPrimaryEnabled: { path: "Text/MainButton/Destructive/Ghost/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
674
|
+
TextMainButtonDestructiveGhostPrimaryHover: { path: "Text/MainButton/Destructive/Ghost/Primary/Hover", defaultLightHex: "#E50B1B", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade1_color" },
|
|
675
|
+
TextMainButtonDestructiveGhostSecondaryDisabled: { path: "Text/MainButton/Destructive/Ghost/Secondary/Disabled", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
676
|
+
TextMainButtonDestructiveGhostSecondaryEnabled: { path: "Text/MainButton/Destructive/Ghost/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
677
|
+
TextMainButtonDestructiveGhostSecondaryHover: { path: "Text/MainButton/Destructive/Ghost/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
678
|
+
TextMainButtonDestructiveInversePrimaryDisabled: { path: "Text/MainButton/Destructive/Inverse/Primary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
679
|
+
TextMainButtonDestructiveInversePrimaryEnabled: { path: "Text/MainButton/Destructive/Inverse/Primary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
680
|
+
TextMainButtonDestructiveInversePrimaryHover: { path: "Text/MainButton/Destructive/Inverse/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
681
|
+
TextMainButtonDestructiveInverseSecondaryDisabled: { path: "Text/MainButton/Destructive/Inverse/Secondary/Disabled", defaultLightHex: "#595959", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
682
|
+
TextMainButtonDestructiveInverseSecondaryEnabled: { path: "Text/MainButton/Destructive/Inverse/Secondary/Enabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
683
|
+
TextMainButtonDestructiveInverseSecondaryHover: { path: "Text/MainButton/Destructive/Inverse/Secondary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
684
|
+
TextMainButtonDestructiveLinkPrimaryDisabled: { path: "Text/MainButton/Destructive/Link/Primary/Disabled", defaultLightHex: "#FBDBDD", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade1_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
685
|
+
TextMainButtonDestructiveLinkPrimaryEnabled: { path: "Text/MainButton/Destructive/Link/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F75965", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade3_color" },
|
|
686
|
+
TextMainButtonDestructiveLinkPrimaryHover: { path: "Text/MainButton/Destructive/Link/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade1_color" },
|
|
687
|
+
TextMainButtonDestructiveLinkSecondaryDisabled: { path: "Text/MainButton/Destructive/Link/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
688
|
+
TextMainButtonDestructiveLinkSecondaryEnabled: { path: "Text/MainButton/Destructive/Link/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
689
|
+
TextMainButtonDestructiveLinkSecondaryHover: { path: "Text/MainButton/Destructive/Link/Secondary/Hover", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
690
|
+
TextMainButtonDestructiveOutlinedPrimaryDisabled: { path: "Text/MainButton/Destructive/Outlined/Primary/Disabled", defaultLightHex: "#F7969E", defaultDarkHex: "#949494", themeKeyLight: "destructive_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
691
|
+
TextMainButtonDestructiveOutlinedPrimaryEnabled: { path: "Text/MainButton/Destructive/Outlined/Primary/Enabled", defaultLightHex: "#E50B1B", defaultDarkHex: "#F7969E", themeKeyLight: "destructive_shade4_color", themeKeyDark: "destructive_shade2_color" },
|
|
692
|
+
TextMainButtonDestructiveOutlinedPrimaryHover: { path: "Text/MainButton/Destructive/Outlined/Primary/Hover", defaultLightHex: "#F7969E", defaultDarkHex: "#FBDBDD", themeKeyLight: "destructive_shade2_color", themeKeyDark: "destructive_shade1_color" },
|
|
693
|
+
TextMainButtonDestructiveOutlinedSecondaryDisabled: { path: "Text/MainButton/Destructive/Outlined/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
694
|
+
TextMainButtonDestructiveOutlinedSecondaryEnabled: { path: "Text/MainButton/Destructive/Outlined/Secondary/Enabled", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
695
|
+
TextMainButtonDestructiveOutlinedSecondaryHover: { path: "Text/MainButton/Destructive/Outlined/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
696
|
+
TextMenuListActive: { path: "Text/MenuList/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#FFFFFF", themeKeyLight: "primary_color", themeKeyDark: "white_color" },
|
|
697
|
+
TextMenuListDefault: { path: "Text/MenuList/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
698
|
+
TextMenuListHover: { path: "Text/MenuList/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
699
|
+
TextModalTextDescriptionDefault: { path: "Text/Modal/TextDescription/Default", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
700
|
+
TextModalTitleDefault: { path: "Text/Modal/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
701
|
+
TextReactionsChatReactionCountActive: { path: "Text/Reactions/Chat/ReactionCount/Active", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
702
|
+
TextReactionsChatReactionCountDefault: { path: "Text/Reactions/Chat/ReactionCount/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
703
|
+
TextReactionsPostCommentCountGeneral: { path: "Text/Reactions/Post/CommentCount/General", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
704
|
+
TextReactionsPostReactionCountGeneral: { path: "Text/Reactions/Post/ReactionCount/General", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
705
|
+
TextReactionsReactionPopoverReactionNameGeneral: { path: "Text/Reactions/ReactionPopover/ReactionName/General", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
706
|
+
TextSheetsHeaderTextDescriptionDefault: { path: "Text/Sheets/Header/TextDescription/Default", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
707
|
+
TextSheetsHeaderTitleDefault: { path: "Text/Sheets/Header/Title/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
708
|
+
TextSquareButtonDefaultPrimaryDefault: { path: "Text/SquareButton/Default/Primary/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
709
|
+
TextSquareButtonDefaultPrimaryDisabled: { path: "Text/SquareButton/Default/Primary/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#595959", themeKeyLight: "white_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
710
|
+
TextSquareButtonDefaultPrimaryHover: { path: "Text/SquareButton/Default/Primary/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
711
|
+
TextSquareButtonDefaultSecondaryDefault: { path: "Text/SquareButton/Default/Secondary/Default", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
712
|
+
TextSquareButtonDefaultSecondaryDisabled: { path: "Text/SquareButton/Default/Secondary/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
713
|
+
TextSquareButtonDefaultSecondaryHover: { path: "Text/SquareButton/Default/Secondary/Hover", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
714
|
+
TextSquareButtonDestructiveDefault: { path: "Text/SquareButton/Destructive/Default", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
715
|
+
TextSquareButtonDestructiveDisabled: { path: "Text/SquareButton/Destructive/Disabled", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
716
|
+
TextSquareButtonDestructiveHover: { path: "Text/SquareButton/Destructive/Hover", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
717
|
+
TextTabPillActive: { path: "Text/Tab/Pill/Active", defaultLightHex: "#FFFFFF", defaultDarkHex: "#FFFFFF", themeKeyLight: "white_color", themeKeyDark: "white_color" },
|
|
718
|
+
TextTabPillDefault: { path: "Text/Tab/Pill/Default", defaultLightHex: "#595959", defaultDarkHex: "#EBEBEB", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade1_color" },
|
|
719
|
+
TextTabPillDisabled: { path: "Text/Tab/Pill/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
720
|
+
TextTabPillHover: { path: "Text/Tab/Pill/Hover", defaultLightHex: "#949494", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
721
|
+
TextTabPillPress: { path: "Text/Tab/Pill/Press", defaultLightHex: "#595959", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
722
|
+
TextTabUnderlinedActive: { path: "Text/Tab/Underlined/Active", defaultLightHex: "#3B41EC", defaultDarkHex: "#6469EC", themeKeyLight: "primary_color", themeKeyDark: "primary_shade1_color" },
|
|
723
|
+
TextTabUnderlinedDefault: { path: "Text/Tab/Underlined/Default", defaultLightHex: "#595959", defaultDarkHex: "#C7C7C7", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "neutral_grey_shade2_color" },
|
|
724
|
+
TextTabUnderlinedDisabled: { path: "Text/Tab/Underlined/Disabled", defaultLightHex: "#C7C7C7", defaultDarkHex: "#595959", themeKeyLight: "neutral_grey_shade2_color", themeKeyDark: "neutral_grey_shade4_color" },
|
|
725
|
+
TextTabUnderlinedHover: { path: "Text/Tab/Underlined/Hover", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
726
|
+
TextTabUnderlinedPress: { path: "Text/Tab/Underlined/Press", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
727
|
+
TextTimestampDefault: { path: "Text/Timestamp/Default", defaultLightHex: "#949494", defaultDarkHex: "#949494", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "neutral_grey_shade3_color" },
|
|
728
|
+
TextTopNavigationDescription: { path: "Text/TopNavigation/Description", defaultLightHex: "#949494", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade3_color", themeKeyDark: "white_color" },
|
|
729
|
+
TextTopNavigationFeedback: { path: "Text/TopNavigation/Feedback", defaultLightHex: "#595959", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade4_color", themeKeyDark: "white_color" },
|
|
730
|
+
TextTopNavigationTitle: { path: "Text/TopNavigation/Title", defaultLightHex: "#2E2E2E", defaultDarkHex: "#FFFFFF", themeKeyLight: "neutral_grey_shade6_color", themeKeyDark: "white_color" },
|
|
731
|
+
} as const;
|
|
732
|
+
|
|
733
|
+
export type AmityColorTokenId = (typeof AmityColorToken)[keyof typeof AmityColorToken]["path"];
|