@@ -5,7 +5,7 @@ import { UserMemberListType, UserPresencePlacement, CometChatLocalize, FormMessa
55export * from '@cometchat/uikit-resources' ;
66import { AvatarStyle , TextBubbleStyle , BaseStyle , ImageBubbleStyle , FileBubbleStyle , DocumentBubbleStyle , ConfirmDialogStyle , ListItemStyle , CallscreenStyle , BadgeStyle , ReceiptStyle , DateStyle , ChangeScopeStyle , ActionSheetStyle , MediaRecorderStyle , EmojiKeyboardStyle , BackdropStyle , CometChatEmojiKeyboard , CometChatIconButton , CometChatButton as CometChatButton$1 , CometChatDate , CometChatLabel , CometChatLoader , CometChatAvatar , CometChatReceipt } from '@cometchat/uikit-elements' ;
77export { ActionSheetStyle , AvatarStyle , BackdropStyle , BadgeStyle , ButtonGroupStyle , CallscreenStyle , CardStyle , ChangeScopeStyle , CheckboxStyle , CometChatActionItem , CometChatActionSheet , CometChatAvatar , CometChatBackdrop , CometChatBadge , CometChatButton , CometChatButtonGroup , CometChatCallscreenWrapper , CometChatCard , CometChatChangeScope , CometChatCheckbox , CometChatConfirmDialog , CometChatContextMenu , CometChatCreateGroup , CometChatDate , CometChatDivider , CometChatDocumentBubble , CometChatDraggable , CometChatDropdown , CometChatEmoji , CometChatEmojiKeyboard , CometChatFullScreenViewer , CometChatIcon , CometChatIconButton , CometChatInput , CometChatJoinGroup , CometChatLabel , CometChatListItem , CometChatLiveReaction , CometChatLoader , CometChatMediaRecorder , CometChatMenuList , CometChatMessageInput , CometChatModal , CometChatPopover , CometChatPreview , CometChatQuickView , CometChatRadioButton , CometChatReceipt , CometChatSearchInput , CometChatSingleSelect , CometChatStatusIndicator , CometChatTextInput , ConfirmDialogStyle , ContextMenuStyle , CreateGroupStyle , DateStyle , DocumentBubbleStyle , DropdownStyle , EmojiKeyboardStyle , Emojis , FileBubbleStyle , FullScreenViewerStyle , IconStyle , ImageBubbleStyle , InputStyle , JoinGroupStyle , LabelStyle , ListItemStyle , LoaderStyle , MediaRecorderStyle , MenuListStyle , MessageInputStyle , ModalStyle , PopoverStyle , PreviewStyle , QuickViewStyle , RadioButtonStyle , ReceiptStyle , SearchInputStyle , SingleSelectStyle , TextBubbleStyle , TextInputStyle , auxiliaryButtonAlignmentEnum , layoutType } from '@cometchat/uikit-elements' ;
8- import { UIKitSettings , CometChatSoundManager , CallingExtensionDataSource , ComposerId as ComposerId$1 , FormBubbleStyle , SchedulerBubbleStyle , CardBubbleStyle , AIOptionsStyle , CometChatTextFormatter , CometChatMentionsFormatter , CometChatUrlsFormatter , BaseStyle as BaseStyle$1 , ListStyle , OptionsStyle , ImageModerationStyle , LinkPreviewStyle , MessageTranslationStyle , PollsBubbleStyle , CreatePollStyle , SmartRepliesStyle , StickersStyle , CallingConfiguration , CallButtonsStyle , OutgoingCallConfiguration , CallScreenConfiguration , IncomingCallStyle , CometChatUIKitCalls , OutgoingCallStyle , CallLogsStyle , CallLogHistoryConfiguration , CallLogParticipantsConfiguration , CallLogRecordingsConfiguration , CallLogDetailsStyle , CallLogHistoryStyle , CallLogParticipantsStyle , CallLogRecordingsStyle , WithDetailsStyle , CallLogDetailsConfiguration , CallLogsConfiguration , AddMembersStyle , BannedMembersStyle , ConversationsStyle , WithMessagesStyle , MessagesConfiguration , ConversationsConfiguration , ContactsConfiguration , AddMembersConfiguration , BannedMembersConfiguration , GroupMembersConfiguration , TransferOwnershipConfiguration , DetailsStyle , GroupMembersStyle , GroupsStyle , GroupsConfiguration , CreateGroupConfiguration , JoinGroupConfiguration , MessageComposerStyle , UserMemberWrapperConfiguration , MessageHeaderStyle , MessageListStyle , MessageInformationConfiguration , ReactionsConfiguration , MessageHeaderConfiguration , MessageListConfiguration , MessageComposerConfiguration , ThreadedMessagesConfiguration , DetailsConfiguration , MessagesStyle , TransferOwnershipStyle , UsersStyle , UsersConfiguration , ContactsStyle , MessageInformationStyle , AIAssistBotConfiguration , AIConversationStarterConfiguration , AISmartRepliesConfiguration , AIConversationSummaryConfiguration , CometChatReactions } from '@cometchat/uikit-shared' ;
8+ import { UIKitSettings , CometChatSoundManager , CallingExtensionDataSource , ComposerId as ComposerId$1 , FormBubbleStyle , SchedulerBubbleStyle , CardBubbleStyle , AIOptionsStyle , CometChatTextFormatter , CometChatMentionsFormatter , CometChatUrlsFormatter , BaseStyle as BaseStyle$1 , ListStyle , OptionsStyle , ImageModerationStyle , LinkPreviewStyle , MessageTranslationStyle , PollsBubbleStyle , CreatePollStyle , SmartRepliesStyle , StickersStyle , CallingConfiguration , CallButtonsStyle , OutgoingCallConfiguration , CallScreenConfiguration , IncomingCallStyle , CometChatUIKitCalls , OutgoingCallStyle , CallLogsStyle , CallLogHistoryConfiguration , CallLogParticipantsConfiguration , CallLogRecordingsConfiguration , CallLogDetailsStyle , CallLogHistoryStyle , CallLogParticipantsStyle , CallLogRecordingsStyle , WithDetailsStyle , CallLogDetailsConfiguration , CallLogsConfiguration , AddMembersStyle , BannedMembersStyle , ConversationsStyle , WithMessagesStyle , MessagesConfiguration , ConversationsConfiguration , ContactsConfiguration , AddMembersConfiguration , BannedMembersConfiguration , GroupMembersConfiguration , TransferOwnershipConfiguration , DetailsStyle , GroupMembersStyle , GroupsStyle , GroupsConfiguration , CreateGroupConfiguration , JoinGroupConfiguration , MessageComposerStyle , UserMemberWrapperConfiguration , MessageHeaderStyle , NewMessageIndicatorStyle , MessageListStyle , MessageInformationConfiguration , ReactionsConfiguration , MessageHeaderConfiguration , MessageListConfiguration , MessageComposerConfiguration , ThreadedMessagesConfiguration , DetailsConfiguration , MessagesStyle , TransferOwnershipStyle , UsersStyle , UsersConfiguration , ContactsStyle , MessageInformationStyle , AIAssistBotConfiguration , AIConversationStarterConfiguration , AISmartRepliesConfiguration , AIConversationSummaryConfiguration , CometChatReactions } from '@cometchat/uikit-shared' ;
99export * from '@cometchat/uikit-shared' ;
1010import { CometChat as CometChat$1 } from '@cometchat/chat-sdk-javascript' ;
1111import * as _lit_labs_react from '@lit-labs/react' ;
@@ -2695,6 +2695,8 @@ interface IMessageListProps {
26952695 templates ?: CometChatMessageTemplate [ ] ;
26962696 messagesRequestBuilder ?: CometChat . MessagesRequestBuilder ;
26972697 newMessageIndicatorText ?: string ;
2698+ newMessageIndicatorIconUrl ?: string ;
2699+ newMessageIndicatorStyle ?: NewMessageIndicatorStyle ;
26982700 scrollToBottomOnNewMessages ?: boolean ;
26992701 thresholdValue ?: number ;
27002702 onThreadRepliesClick ?: Function ;
0 commit comments