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

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 (57) hide show
  1. package/dist/communication-react.d.ts +11 -0
  2. package/dist/dist-cjs/communication-react/index.js +177 -112
  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/HorizontalGallery.js +6 -3
  7. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +5 -0
  9. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +3 -2
  10. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +2 -0
  12. package/dist/dist-esm/react-components/src/components/ParticipantList.js +4 -4
  13. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +2 -2
  15. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -1
  16. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +25 -39
  18. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -1
  20. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +50 -21
  21. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +6 -3
  23. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +4 -2
  25. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  26. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +11 -6
  27. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +3 -1
  29. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +3 -3
  31. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -1
  33. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +6 -3
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +1 -0
  36. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +11 -3
  37. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/VideoGallery.js +12 -7
  39. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
  41. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -1
  43. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +4 -0
  45. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +6 -0
  46. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -0
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +24 -11
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +7 -0
  52. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +4 -0
  53. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +4 -3
  55. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +2 -1
  57. package/package.json +8 -8
@@ -1936,6 +1936,10 @@ export declare interface CallCompositeStrings {
1936
1936
  * transfer page display name for unknown participant
1937
1937
  */
1938
1938
  transferPageUnknownTransferTargetDisplayName: string;
1939
+ /**
1940
+ * notice to be announced by narrator the transfer page is showing
1941
+ */
1942
+ transferPageNoticeString: string;
1939
1943
  }
1940
1944
 
1941
1945
  /**
@@ -7514,6 +7518,11 @@ export declare interface ParticipantItemProps {
7514
7518
  * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
7515
7519
  */
7516
7520
  participantState?: ParticipantState;
7521
+ /**
7522
+ * Optional aria property that prefixes the ParticipantItems aria content
7523
+ * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
7524
+ */
7525
+ ariaLabelledBy?: string;
7517
7526
  }
7518
7527
 
7519
7528
  /**
@@ -7617,6 +7626,8 @@ export declare type ParticipantListProps = {
7617
7626
  styles?: ParticipantListStyles;
7618
7627
  /** prop to determine if we should show tooltip for participants or not */
7619
7628
  showParticipantOverflowTooltip?: boolean;
7629
+ /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
7630
+ participantAriaLabelledBy?: string;
7620
7631
  };
7621
7632
 
7622
7633
  /**