@azure/communication-react 1.7.1-alpha-202309010013 → 1.8.0-alpha-202309060012

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 (75) hide show
  1. package/dist/communication-react.d.ts +20 -20
  2. package/dist/dist-cjs/communication-react/index.js +94 -69
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -1
  7. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +4 -4
  9. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  12. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -3
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
  15. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +12 -4
  17. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +2 -2
  19. package/dist/dist-esm/react-components/src/components/ImageGallery.js +11 -15
  20. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
  22. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  23. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +0 -1
  24. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -3
  26. package/dist/dist-esm/react-components/src/components/VideoGallery.js +7 -7
  27. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -1
  29. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +2 -2
  31. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +2 -2
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +1 -1
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +5 -5
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -2
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.d.ts +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -7
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +2 -2
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +2 -2
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +1 -1
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +13 -4
  52. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  53. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +5 -1
  54. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +58 -5
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +58 -5
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +62 -9
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +58 -5
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +59 -6
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +58 -5
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +58 -5
  62. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +58 -5
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +58 -5
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +58 -5
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +58 -5
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +58 -5
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +58 -5
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +60 -7
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +58 -5
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +58 -5
  71. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +58 -5
  72. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +58 -5
  73. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +58 -5
  74. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +58 -5
  75. package/package.json +8 -8

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.