@cometchat/chat-uikit-react 5.0.4 → 6.0.1

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.
Files changed (38) hide show
  1. package/README.md +3 -3
  2. package/SUPPORT.md +1 -1
  3. package/dist/index.d.ts +178 -5644
  4. package/dist/index.js +2 -2
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/CometChatFullScreenViewer.css +1 -1
  7. package/dist/styles/{CometChatThreadedMessagePreview.css → CometChatThreadHeader.css} +23 -23
  8. package/dist/styles/components/CometChatFullScreenViewer.css +1 -1
  9. package/dist/styles/components/{CometChatThreadedMessagePreview.css → CometChatThreadHeader.css} +23 -23
  10. package/dist/styles/components/index.css +1 -1
  11. package/dist/styles/index.css +1 -1
  12. package/dist/types/Enums/Enums.d.ts +0 -10
  13. package/dist/types/components/BaseComponents/CometChatDate/CometChatDate.d.ts +2 -3
  14. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/emojis.d.ts +8 -8
  15. package/dist/types/components/BaseComponents/CometChatFullScreenViewer/CometChatFullScreenViewer.d.ts +5 -5
  16. package/dist/types/components/Calling/CallingConfiguration.d.ts +2 -0
  17. package/dist/types/components/Calling/CallingExtensionDecorator.d.ts +6 -0
  18. package/dist/types/components/Calling/CometChatCallLogs/CometChatCallLogs.d.ts +4 -4
  19. package/dist/types/components/Calling/Utils/utils.d.ts +0 -1
  20. package/dist/types/components/CometChatConversations/CometChatConversations.d.ts +4 -3
  21. package/dist/types/components/CometChatMessageHeader/CometChatMessageHeader.d.ts +5 -0
  22. package/dist/types/components/CometChatMessageInformation/CometChatMessageInformation.d.ts +9 -0
  23. package/dist/types/components/CometChatMessageList/CometChatMessageList.d.ts +18 -9
  24. package/dist/types/components/{CometChatThreadedMessagePreview/CometChatThreadedMessagePreview.d.ts → CometChatThreadHeader/CometChatThreadHeader.d.ts} +13 -4
  25. package/dist/types/events/CometChatMessageEvents.d.ts +0 -2
  26. package/dist/types/index.d.ts +4 -1
  27. package/dist/types/modals/CometChatMessageTemplate.d.ts +3 -2
  28. package/dist/types/resources/CometChatLocalize/cometchat-localize.d.ts +47 -5601
  29. package/dist/types/utils/CalendarObject.d.ts +27 -0
  30. package/dist/types/utils/DataSource.d.ts +3 -2
  31. package/dist/types/utils/DataSourceDecorator.d.ts +3 -2
  32. package/dist/types/utils/Interface.d.ts +24 -0
  33. package/dist/types/utils/MessageUtils.d.ts +3 -2
  34. package/dist/types/utils/MessagesDataSource.d.ts +20 -3
  35. package/dist/types/utils/util.d.ts +4 -0
  36. package/package.json +2 -2
  37. package/screenshots/sample_app_overview.png +0 -0
  38. 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/v5/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.
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/).