@100mslive/roomkit-react 0.2.8-alpha.7 → 0.2.8-alpha.8

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 (50) hide show
  1. package/dist/{HLSView-MYKM5AXS.js → HLSView-6KPQ2KD6.js} +176 -174
  2. package/dist/HLSView-6KPQ2KD6.js.map +7 -0
  3. package/dist/Prebuilt/components/HMSVideo/HLSQualitySelector.d.ts +3 -2
  4. package/dist/Prebuilt/components/HMSVideo/utils.d.ts +0 -1
  5. package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +2 -1
  6. package/dist/Prebuilt/components/Leave/LeaveRoom.d.ts +2 -1
  7. package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +2 -1
  8. package/dist/Prebuilt/components/RaiseHand.d.ts +4 -1
  9. package/dist/Sheet/Sheet.d.ts +1 -0
  10. package/dist/{chunk-DRBTAFKN.js → chunk-JQCSGJIR.js} +720 -630
  11. package/dist/chunk-JQCSGJIR.js.map +7 -0
  12. package/dist/index.cjs.js +1231 -1135
  13. package/dist/index.cjs.js.map +4 -4
  14. package/dist/index.js +1 -1
  15. package/dist/meta.cjs.json +254 -199
  16. package/dist/meta.esbuild.json +261 -204
  17. package/package.json +6 -6
  18. package/src/Button/Button.tsx +4 -4
  19. package/src/Fieldset/Fieldset.tsx +1 -1
  20. package/src/Input/PasswordInput.stories.tsx +1 -1
  21. package/src/Pagination/StyledPagination.stories.tsx +2 -2
  22. package/src/Prebuilt/IconButton.tsx +1 -1
  23. package/src/Prebuilt/components/Chat/Chat.tsx +41 -1
  24. package/src/Prebuilt/components/Chat/ChatFooter.tsx +19 -15
  25. package/src/Prebuilt/components/EmojiReaction.jsx +32 -22
  26. package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +85 -78
  27. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -4
  28. package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +49 -56
  29. package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +2 -1
  30. package/src/Prebuilt/components/HMSVideo/utils.ts +0 -8
  31. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +1 -1
  32. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +50 -46
  33. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +10 -5
  34. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +12 -6
  35. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -2
  36. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +4 -1
  37. package/src/Prebuilt/components/Polls/Voting/Voting.tsx +3 -2
  38. package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +1 -1
  39. package/src/Prebuilt/components/Polls/common/utils.ts +2 -2
  40. package/src/Prebuilt/components/RaiseHand.tsx +8 -2
  41. package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +41 -14
  42. package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +2 -2
  43. package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +1 -1
  44. package/src/Prebuilt/layouts/HLSView.jsx +27 -24
  45. package/src/Prebuilt/layouts/SidePane.tsx +1 -2
  46. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +3 -2
  47. package/src/Prebuilt/primitives/DialogContent.jsx +1 -1
  48. package/src/Sheet/Sheet.tsx +3 -3
  49. package/dist/HLSView-MYKM5AXS.js.map +0 -7
  50. package/dist/chunk-DRBTAFKN.js.map +0 -7
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-DRBTAFKN.js";
65
+ } from "./chunk-JQCSGJIR.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,