@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.
- package/CHANGELOG.json +1260 -0
- package/CHANGELOG.md +110 -1
- package/dist/communication-react.d.ts +30 -1
- package/dist/dist-cjs/communication-react/index.js +76 -32
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
- 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.