@cometchat/chat-uikit-react 4.3.33 → 4.3.35
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/dist/assets/close.svg +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/CometChatMessageInformation/style.d.ts +1 -1
- package/dist/types/CometChatTransferOwnership/style.d.ts +1 -0
- package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +1 -1
- package/dist/types/Shared/Utils/UtilityFunction.d.ts +1 -0
- package/package.json +5 -5
package/dist/assets/close.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>Icons/24/Close</title>
|
|
4
4
|
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
|
5
5
|
<g id="Icons/24/Close" stroke="#000000" stroke-width="1.5">
|
package/dist/index.d.ts
CHANGED
|
@@ -554,7 +554,7 @@ declare class CollaborativeWhiteBoardExtensionDecorator extends DataSourceDecora
|
|
|
554
554
|
getAllMessageTemplates(theme?: CometChatTheme | undefined, additionalConfigurations?: any): CometChatMessageTemplate[];
|
|
555
555
|
getWhiteBoardTemplate(_theme: CometChatTheme): CometChatMessageTemplate;
|
|
556
556
|
getWhiteboardContentView(whiteboardMessage: CometChat.CustomMessage, _theme: CometChatTheme): react_jsx_runtime.JSX.Element;
|
|
557
|
-
|
|
557
|
+
launchCollaborativeWhiteboard(whiteboardURL: string): void;
|
|
558
558
|
getWhiteboardDocument(message: CometChat.CustomMessage): any;
|
|
559
559
|
getAttachmentOptions(theme: CometChatTheme, id: any): CometChatMessageComposerAction[];
|
|
560
560
|
getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
|