@azure/communication-react 1.13.0-alpha-202402110013 → 1.13.0-alpha-202402140012

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 (78) hide show
  1. package/dist/communication-react.d.ts +54 -15
  2. package/dist/dist-cjs/communication-react/index.js +178 -100
  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/react-components/src/components/ChatMessage/ChatMessageContent.js +23 -8
  7. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ImageOverlay.d.ts +7 -3
  9. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -15
  10. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.d.ts +8 -7
  12. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +43 -27
  13. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +8 -2
  15. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +8 -2
  16. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +8 -2
  17. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +8 -2
  18. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +8 -2
  19. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +8 -2
  20. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +8 -2
  21. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +8 -2
  22. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +8 -2
  23. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +8 -2
  24. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +8 -2
  25. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +8 -2
  26. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +8 -2
  27. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +8 -2
  28. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +8 -2
  29. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +8 -2
  30. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +8 -2
  31. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +8 -2
  32. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +8 -2
  33. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +8 -2
  34. package/dist/dist-esm/react-components/src/theming/themes.d.ts +21 -8
  35. package/dist/dist-esm/react-components/src/theming/themes.js +16 -7
  36. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.d.ts +4 -4
  38. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -0
  40. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +14 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -0
  43. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +3 -0
  45. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +9 -0
  46. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -0
  50. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +17 -1
  51. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  52. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +18 -0
  53. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +1 -0
  55. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +2 -2
  57. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +29 -2
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +29 -2
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +29 -2
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +29 -2
  62. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +29 -2
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +29 -2
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +29 -2
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +29 -2
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +29 -2
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +29 -2
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +29 -2
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +29 -2
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +29 -2
  71. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +29 -2
  72. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +29 -2
  73. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +29 -2
  74. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +29 -2
  75. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +29 -2
  76. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +29 -2
  77. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +29 -2
  78. package/package.json +1 -1

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.