@100mslive/roomkit-react 0.1.19-alpha.1 → 0.1.19

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 (45) hide show
  1. package/dist/{HLSView-UBVLOPNY.js → HLSView-4L4OAX2K.js} +2 -2
  2. package/dist/Prebuilt/App.d.ts +1 -0
  3. package/dist/Prebuilt/common/constants.d.ts +1 -1
  4. package/dist/Prebuilt/components/Chat/EmptyChat.d.ts +2 -0
  5. package/dist/Prebuilt/components/Polls/Voting/{Leaderboard.d.ts → LeaderboardSummary.d.ts} +1 -1
  6. package/dist/Prebuilt/components/Polls/Voting/StatisticBox.d.ts +5 -0
  7. package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +3 -4
  8. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +14 -0
  9. package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +1 -1
  10. package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -2
  11. package/dist/{chunk-VU2CQFCB.js → chunk-NHPPOGUF.js} +1403 -1293
  12. package/dist/chunk-NHPPOGUF.js.map +7 -0
  13. package/dist/index.cjs.js +1749 -1609
  14. package/dist/index.cjs.js.map +4 -4
  15. package/dist/index.js +1 -1
  16. package/dist/meta.cjs.json +236 -94
  17. package/dist/meta.esbuild.json +243 -101
  18. package/package.json +6 -6
  19. package/src/Prebuilt/App.tsx +2 -1
  20. package/src/Prebuilt/AppStateContext.tsx +2 -0
  21. package/src/Prebuilt/common/constants.ts +1 -1
  22. package/src/Prebuilt/components/Chat/Chat.tsx +2 -2
  23. package/src/Prebuilt/components/Chat/ChatActions.tsx +3 -3
  24. package/src/Prebuilt/components/Chat/ChatBody.tsx +28 -46
  25. package/src/Prebuilt/components/Chat/EmptyChat.tsx +51 -0
  26. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +1 -1
  27. package/src/Prebuilt/components/Footer/PollsToggle.tsx +7 -1
  28. package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -29
  29. package/src/Prebuilt/components/Polls/Polls.tsx +2 -2
  30. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +2 -2
  31. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +162 -0
  32. package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +2 -9
  33. package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +15 -0
  34. package/src/Prebuilt/components/Polls/Voting/Voting.jsx +1 -17
  35. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +1 -1
  36. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +5 -11
  37. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +77 -0
  38. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +45 -79
  39. package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -4
  40. package/src/Prebuilt/layouts/SidePane.tsx +6 -1
  41. package/src/Theme/stitches.config.ts +2 -10
  42. package/dist/chunk-VU2CQFCB.js.map +0 -7
  43. package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +0 -123
  44. package/src/Prebuilt/components/Polls/Voting/PollResultSummary.jsx +0 -125
  45. /package/dist/{HLSView-UBVLOPNY.js.map → HLSView-4L4OAX2K.js.map} +0 -0
package/dist/index.js CHANGED
@@ -61,7 +61,7 @@ import {
61
61
  theme,
62
62
  useBorderAudioLevel,
63
63
  useTheme
64
- } from "./chunk-VU2CQFCB.js";
64
+ } from "./chunk-NHPPOGUF.js";
65
65
  export {
66
66
  Accordion,
67
67
  AudioLevel,