@azure/communication-react 1.5.1-alpha-202306200012 → 1.5.1-alpha-202306210014

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 (23) hide show
  1. package/README.md +2 -3
  2. package/dist/dist-cjs/communication-react/index.js +715 -712
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/identifier.d.ts +6 -0
  5. package/dist/dist-esm/acs-ui-common/src/identifier.js +12 -1
  6. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/index.d.ts +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +6 -1
  13. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +1 -1
  15. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -1
  16. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +3 -3
  17. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  18. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +0 -9
  19. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +1 -14
  20. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  21. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +2 -2
  22. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  23. package/package.json +8 -8
package/README.md CHANGED
@@ -22,10 +22,9 @@ npm i @azure/communication-react
22
22
  `@azure/communication-react` specifies core Azure Communication Services as `peerDependencies` so that
23
23
  you can most consistently use the API from the core libraries in your application. You need to install those libraries as well:
24
24
 
25
-
26
25
  ```bash
27
- npm i @azure/communication-calling@1.4.4
28
- npm i @azure/communication-chat@1.3.2-beta.1
26
+ npm i @azure/communication-calling
27
+ npm i @azure/communication-chat
29
28
  ```
30
29
 
31
30
  ## Storybook