@cometchat/chat-uikit-react 5.0.3 → 6.0.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/README.md +3 -3
- package/SUPPORT.md +1 -1
- package/dist/index.d.ts +177 -5630
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles/CometChatFullScreenViewer.css +1 -1
- package/dist/styles/{CometChatThreadedMessagePreview.css → CometChatThreadHeader.css} +23 -23
- package/dist/styles/components/CometChatFullScreenViewer.css +1 -1
- package/dist/styles/components/{CometChatThreadedMessagePreview.css → CometChatThreadHeader.css} +23 -23
- package/dist/styles/components/index.css +1 -1
- package/dist/styles/index.css +1 -1
- package/dist/types/Enums/Enums.d.ts +0 -10
- package/dist/types/components/BaseComponents/CometChatDate/CometChatDate.d.ts +2 -3
- package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/emojis.d.ts +8 -8
- package/dist/types/components/BaseComponents/CometChatFullScreenViewer/CometChatFullScreenViewer.d.ts +5 -5
- package/dist/types/components/Calling/CallingConfiguration.d.ts +2 -0
- package/dist/types/components/Calling/CallingExtensionDecorator.d.ts +6 -0
- package/dist/types/components/Calling/CometChatCallLogs/CometChatCallLogs.d.ts +4 -4
- package/dist/types/components/Calling/Utils/utils.d.ts +0 -1
- package/dist/types/components/CometChatConversations/CometChatConversations.d.ts +4 -3
- package/dist/types/components/CometChatMessageHeader/CometChatMessageHeader.d.ts +5 -0
- package/dist/types/components/CometChatMessageInformation/CometChatMessageInformation.d.ts +9 -0
- package/dist/types/components/CometChatMessageList/CometChatMessageList.d.ts +18 -9
- package/dist/types/components/{CometChatThreadedMessagePreview/CometChatThreadedMessagePreview.d.ts → CometChatThreadHeader/CometChatThreadHeader.d.ts} +13 -4
- package/dist/types/events/CometChatMessageEvents.d.ts +0 -2
- package/dist/types/index.d.ts +4 -1
- package/dist/types/modals/CometChatMessageTemplate.d.ts +3 -2
- package/dist/types/resources/CometChatLocalize/cometchat-localize.d.ts +46 -5587
- package/dist/types/utils/CalendarObject.d.ts +27 -0
- package/dist/types/utils/DataSource.d.ts +3 -2
- package/dist/types/utils/DataSourceDecorator.d.ts +3 -2
- package/dist/types/utils/Interface.d.ts +24 -0
- package/dist/types/utils/MessageUtils.d.ts +3 -2
- package/dist/types/utils/MessagesDataSource.d.ts +20 -3
- package/dist/types/utils/util.d.ts +4 -0
- package/package.json +3 -4
- package/screenshots/sample_app_overview.png +0 -0
- package/dist/types/components/BaseComponents/CometChatDate/useCometChatDate.d.ts +0 -8
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The CometChat React UI Kit provides a pre-built user interface kit that develope
|
|
|
12
12
|
|
|
13
13
|
## 🚀 Explore the Sample App!
|
|
14
14
|
|
|
15
|
-
Dive straight into our [Sample App](https://github.com/cometchat/cometchat-uikit-react/blob/
|
|
15
|
+
Dive straight into our [Sample App](https://github.com/cometchat/cometchat-uikit-react/blob/v6/sample-app/README.md#installation) to see CometChat UI Kit in action! Whether you're building a messaging app or enhancing your existing project, this sample app showcases the full potential of our React UI components.
|
|
16
16
|
|
|
17
17
|
## Prerequisites
|
|
18
18
|
|
|
@@ -26,8 +26,8 @@ To set up CometChat React UI Kit and utilize CometChat for your chat and calls f
|
|
|
26
26
|
- Register at the [CometChat Dashboard](https://app.cometchat.com/) to create an account.
|
|
27
27
|
- After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
|
|
28
28
|
- Check the [Key Concepts](https://www.cometchat.com/docs/fundamentals/key-concepts) to understand the basic components of CometChat.
|
|
29
|
-
- Refer to the [Integration Steps](https://www.cometchat.com/docs/ui-kit/react/integration) in our documentation to integrate the UI Kit into your React app.
|
|
29
|
+
- Refer to the [Integration Steps](https://www.cometchat.com/docs/ui-kit/react/v6/integration) in our documentation to integrate the UI Kit into your React app.
|
|
30
30
|
|
|
31
31
|
## Help and Support
|
|
32
32
|
|
|
33
|
-
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
|
|
33
|
+
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/v6/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
|
package/SUPPORT.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# Help and Support
|
|
2
2
|
|
|
3
|
-
For issues integrating our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).
|
|
3
|
+
For issues integrating our UI Kits, consult our [documentation](https://www.cometchat.com/docs/ui-kit/react/v6/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).
|