@azure/communication-react 1.5.1-alpha-202303230013 → 1.5.1-alpha-202303250012

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 (48) hide show
  1. package/dist/communication-react.d.ts +2 -0
  2. package/dist/dist-cjs/communication-react/index.js +187 -158
  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 +7 -2
  7. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +2 -1
  9. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  10. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +2 -0
  12. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -1
  13. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +11 -4
  15. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +1 -1
  17. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +11 -7
  18. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +21 -14
  20. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +1 -0
  23. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +7 -4
  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/styles/FloatingLocalVideo.styles.d.ts +9 -9
  26. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +15 -15
  27. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +2 -2
  29. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +4 -1
  31. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +8 -7
  32. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +4 -7
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.d.ts +0 -1
  36. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js +5 -4
  37. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +1 -1
  39. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +50 -41
  40. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  41. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +1 -0
  42. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  43. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -14
  44. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  45. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +2 -0
  46. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -0
  47. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  48. package/package.json +8 -8
@@ -5743,6 +5743,8 @@ export declare interface _Identifiers {
5743
5743
  overflowGalleryLeftNavButton: string;
5744
5744
  /** `data-ui-id` value for overflow gallery component's right navigation button */
5745
5745
  overflowGalleryRightNavButton: string;
5746
+ /** `data-ui-id` value for the video tiles in the horizontal gallery */
5747
+ horizontalGalleryVideoTile: string;
5746
5748
  /** `data-ui-id` value for `VerticalGallery` Component's children video tiles */
5747
5749
  verticalGalleryVideoTile: string;
5748
5750
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */