@azure/communication-react 1.2.3-alpha-202206280015.0 → 1.3.1-beta.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 (62) hide show
  1. package/CHANGELOG.json +1260 -0
  2. package/CHANGELOG.md +110 -1
  3. package/dist/communication-react.d.ts +30 -1
  4. package/dist/dist-cjs/communication-react/index.js +76 -32
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -1
  9. package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
  10. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
  13. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
  15. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
  16. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
  17. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
  18. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
  19. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
  20. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
  21. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
  22. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
  23. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
  24. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
  25. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
  26. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
  27. package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
  28. package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
  29. package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
  30. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  31. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
  40. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
  42. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
  45. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
  47. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
  62. package/package.json +10 -10

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.