@100mslive/roomkit-react 0.2.2-alpha.2 → 0.2.2-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. package/dist/{HLSView-DJGDJPXM.js → HLSView-DPM6YJWZ.js} +19 -4
  2. package/dist/HLSView-DPM6YJWZ.js.map +7 -0
  3. package/dist/Prebuilt/components/Polls/Voting/LeaderboardEntry.d.ts +2 -1
  4. package/dist/Prebuilt/components/RoleChangeRequest/RequestPrompt.d.ts +2 -1
  5. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +1 -0
  6. package/dist/{chunk-ERKB3GGI.js → chunk-S5NNUR2M.js} +230 -194
  7. package/dist/{chunk-ERKB3GGI.js.map → chunk-S5NNUR2M.js.map} +3 -3
  8. package/dist/index.cjs.js +189 -135
  9. package/dist/index.cjs.js.map +3 -3
  10. package/dist/index.js +1 -1
  11. package/dist/meta.cjs.json +46 -46
  12. package/dist/meta.esbuild.json +56 -56
  13. package/package.json +6 -6
  14. package/src/Button/Button.tsx +2 -2
  15. package/src/Prebuilt/components/Notifications/Notifications.tsx +14 -1
  16. package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +8 -1
  17. package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx +3 -4
  18. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +17 -5
  19. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +1 -0
  20. package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +5 -3
  21. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +41 -83
  22. package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +0 -1
  23. package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +2 -3
  24. package/src/Prebuilt/components/Polls/Voting/Voting.tsx +7 -6
  25. package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +1 -2
  26. package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +6 -4
  27. package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +1 -1
  28. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +4 -14
  29. package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +15 -5
  30. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +3 -0
  31. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +6 -1
  32. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +11 -1
  33. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +16 -2
  34. package/src/Prebuilt/layouts/HLSView.jsx +16 -1
  35. package/src/Sheet/Sheet.tsx +1 -1
  36. package/dist/HLSView-DJGDJPXM.js.map +0 -7
  37. package/src/Prebuilt/images/first_person.png +0 -0
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-ERKB3GGI.js";
65
+ } from "./chunk-S5NNUR2M.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -242,7 +242,7 @@
242
242
  "format": "esm"
243
243
  },
244
244
  "src/Button/Button.tsx": {
245
- "bytes": 4738,
245
+ "bytes": 4742,
246
246
  "imports": [
247
247
  {
248
248
  "path": "react",
@@ -2713,7 +2713,7 @@
2713
2713
  "format": "esm"
2714
2714
  },
2715
2715
  "src/Sheet/Sheet.tsx": {
2716
- "bytes": 3142,
2716
+ "bytes": 3140,
2717
2717
  "imports": [
2718
2718
  {
2719
2719
  "path": "react",
@@ -4478,7 +4478,7 @@
4478
4478
  "format": "cjs"
4479
4479
  },
4480
4480
  "../hms-video-store/dist/index.js": {
4481
- "bytes": 320301,
4481
+ "bytes": 320789,
4482
4482
  "imports": [
4483
4483
  {
4484
4484
  "path": "../../node_modules/reselect/es/index.js",
@@ -6211,7 +6211,7 @@
6211
6211
  "format": "esm"
6212
6212
  },
6213
6213
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
6214
- "bytes": 7706,
6214
+ "bytes": 7668,
6215
6215
  "imports": [
6216
6216
  {
6217
6217
  "path": "react",
@@ -6422,7 +6422,7 @@
6422
6422
  "format": "esm"
6423
6423
  },
6424
6424
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
6425
- "bytes": 3799,
6425
+ "bytes": 3796,
6426
6426
  "imports": [
6427
6427
  {
6428
6428
  "path": "react",
@@ -6463,7 +6463,7 @@
6463
6463
  "format": "esm"
6464
6464
  },
6465
6465
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
6466
- "bytes": 4925,
6466
+ "bytes": 5021,
6467
6467
  "imports": [
6468
6468
  {
6469
6469
  "path": "react",
@@ -6697,7 +6697,7 @@
6697
6697
  "format": "esm"
6698
6698
  },
6699
6699
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
6700
- "bytes": 1775,
6700
+ "bytes": 2113,
6701
6701
  "imports": [
6702
6702
  {
6703
6703
  "path": "react",
@@ -6780,7 +6780,7 @@
6780
6780
  "format": "esm"
6781
6781
  },
6782
6782
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
6783
- "bytes": 2194,
6783
+ "bytes": 2250,
6784
6784
  "imports": [
6785
6785
  {
6786
6786
  "path": "react",
@@ -6821,7 +6821,7 @@
6821
6821
  "format": "esm"
6822
6822
  },
6823
6823
  "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
6824
- "bytes": 4039,
6824
+ "bytes": 4084,
6825
6825
  "imports": [
6826
6826
  {
6827
6827
  "path": "react",
@@ -6897,7 +6897,7 @@
6897
6897
  "format": "esm"
6898
6898
  },
6899
6899
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
6900
- "bytes": 8553,
6900
+ "bytes": 7080,
6901
6901
  "imports": [
6902
6902
  {
6903
6903
  "path": "react",
@@ -6953,7 +6953,7 @@
6953
6953
  "format": "esm"
6954
6954
  },
6955
6955
  "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
6956
- "bytes": 1253,
6956
+ "bytes": 1212,
6957
6957
  "imports": [
6958
6958
  {
6959
6959
  "path": "react",
@@ -6984,7 +6984,7 @@
6984
6984
  "format": "esm"
6985
6985
  },
6986
6986
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
6987
- "bytes": 1090,
6987
+ "bytes": 1025,
6988
6988
  "imports": [
6989
6989
  {
6990
6990
  "path": "react",
@@ -7010,7 +7010,7 @@
7010
7010
  "format": "esm"
7011
7011
  },
7012
7012
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
7013
- "bytes": 3192,
7013
+ "bytes": 3251,
7014
7014
  "imports": [
7015
7015
  {
7016
7016
  "path": "react",
@@ -8323,7 +8323,7 @@
8323
8323
  "format": "esm"
8324
8324
  },
8325
8325
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
8326
- "bytes": 11390,
8326
+ "bytes": 11476,
8327
8327
  "imports": [
8328
8328
  {
8329
8329
  "path": "react",
@@ -8674,7 +8674,7 @@
8674
8674
  "format": "esm"
8675
8675
  },
8676
8676
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
8677
- "bytes": 2178,
8677
+ "bytes": 2475,
8678
8678
  "imports": [
8679
8679
  {
8680
8680
  "path": "@100mslive/hms-virtual-background",
@@ -8706,7 +8706,7 @@
8706
8706
  "format": "esm"
8707
8707
  },
8708
8708
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
8709
- "bytes": 5568,
8709
+ "bytes": 6047,
8710
8710
  "imports": [
8711
8711
  {
8712
8712
  "path": "react",
@@ -9042,7 +9042,7 @@
9042
9042
  "format": "esm"
9043
9043
  },
9044
9044
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
9045
- "bytes": 10223,
9045
+ "bytes": 9986,
9046
9046
  "imports": [
9047
9047
  {
9048
9048
  "path": "react",
@@ -9168,7 +9168,7 @@
9168
9168
  "format": "esm"
9169
9169
  },
9170
9170
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
9171
- "bytes": 2091,
9171
+ "bytes": 2289,
9172
9172
  "imports": [
9173
9173
  {
9174
9174
  "path": "react",
@@ -9199,7 +9199,7 @@
9199
9199
  "format": "esm"
9200
9200
  },
9201
9201
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
9202
- "bytes": 2851,
9202
+ "bytes": 2958,
9203
9203
  "imports": [
9204
9204
  {
9205
9205
  "path": "react",
@@ -10523,7 +10523,7 @@
10523
10523
  "format": "esm"
10524
10524
  },
10525
10525
  "src/Prebuilt/layouts/HLSView.jsx": {
10526
- "bytes": 17061,
10526
+ "bytes": 17552,
10527
10527
  "imports": [
10528
10528
  {
10529
10529
  "path": "react",
@@ -11573,7 +11573,7 @@
11573
11573
  "imports": []
11574
11574
  },
11575
11575
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
11576
- "bytes": 4772,
11576
+ "bytes": 4888,
11577
11577
  "imports": [
11578
11578
  {
11579
11579
  "path": "react",
@@ -11738,7 +11738,7 @@
11738
11738
  "format": "esm"
11739
11739
  },
11740
11740
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11741
- "bytes": 7752,
11741
+ "bytes": 8209,
11742
11742
  "imports": [
11743
11743
  {
11744
11744
  "path": "react",
@@ -12572,7 +12572,7 @@
12572
12572
  "imports": [],
12573
12573
  "exports": [],
12574
12574
  "inputs": {},
12575
- "bytes": 3066004
12575
+ "bytes": 3068537
12576
12576
  },
12577
12577
  "dist/index.cjs.js": {
12578
12578
  "imports": [
@@ -15246,7 +15246,7 @@
15246
15246
  "entryPoint": "src/index.ts",
15247
15247
  "inputs": {
15248
15248
  "<define:process.env>": {
15249
- "bytesInOutput": 17184
15249
+ "bytesInOutput": 17194
15250
15250
  },
15251
15251
  "src/Theme/base.config.ts": {
15252
15252
  "bytesInOutput": 6104
@@ -15285,7 +15285,7 @@
15285
15285
  "bytesInOutput": 417
15286
15286
  },
15287
15287
  "src/Button/Button.tsx": {
15288
- "bytesInOutput": 5355
15288
+ "bytesInOutput": 5359
15289
15289
  },
15290
15290
  "src/Button/index.tsx": {
15291
15291
  "bytesInOutput": 132
@@ -15564,7 +15564,7 @@
15564
15564
  "bytesInOutput": 7065
15565
15565
  },
15566
15566
  "src/Sheet/Sheet.tsx": {
15567
- "bytesInOutput": 3505
15567
+ "bytesInOutput": 3503
15568
15568
  },
15569
15569
  "src/Sheet/index.ts": {
15570
15570
  "bytesInOutput": 128
@@ -15831,7 +15831,7 @@
15831
15831
  "bytesInOutput": 959
15832
15832
  },
15833
15833
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15834
- "bytesInOutput": 9466
15834
+ "bytesInOutput": 9019
15835
15835
  },
15836
15836
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
15837
15837
  "bytesInOutput": 2786
@@ -15849,10 +15849,10 @@
15849
15849
  "bytesInOutput": 865
15850
15850
  },
15851
15851
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
15852
- "bytesInOutput": 4598
15852
+ "bytesInOutput": 4600
15853
15853
  },
15854
15854
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
15855
- "bytesInOutput": 5343
15855
+ "bytesInOutput": 5368
15856
15856
  },
15857
15857
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
15858
15858
  "bytesInOutput": 10146
@@ -15864,7 +15864,7 @@
15864
15864
  "bytesInOutput": 5588
15865
15865
  },
15866
15866
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
15867
- "bytesInOutput": 2218
15867
+ "bytesInOutput": 2704
15868
15868
  },
15869
15869
  "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
15870
15870
  "bytesInOutput": 978
@@ -15873,22 +15873,22 @@
15873
15873
  "bytesInOutput": 2203
15874
15874
  },
15875
15875
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15876
- "bytesInOutput": 2825
15876
+ "bytesInOutput": 2881
15877
15877
  },
15878
15878
  "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
15879
- "bytesInOutput": 5011
15879
+ "bytesInOutput": 5052
15880
15880
  },
15881
15881
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15882
- "bytesInOutput": 9947
15882
+ "bytesInOutput": 8620
15883
15883
  },
15884
15884
  "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
15885
- "bytesInOutput": 1701
15885
+ "bytesInOutput": 1658
15886
15886
  },
15887
15887
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
15888
- "bytesInOutput": 1419
15888
+ "bytesInOutput": 1338
15889
15889
  },
15890
15890
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
15891
- "bytesInOutput": 3957
15891
+ "bytesInOutput": 4052
15892
15892
  },
15893
15893
  "src/Prebuilt/components/Polls/Polls.tsx": {
15894
15894
  "bytesInOutput": 1177
@@ -15963,7 +15963,7 @@
15963
15963
  "bytesInOutput": 296
15964
15964
  },
15965
15965
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
15966
- "bytesInOutput": 13528
15966
+ "bytesInOutput": 13628
15967
15967
  },
15968
15968
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
15969
15969
  "bytesInOutput": 5461
@@ -15981,13 +15981,13 @@
15981
15981
  "bytesInOutput": 1628
15982
15982
  },
15983
15983
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
15984
- "bytesInOutput": 3545
15984
+ "bytesInOutput": 3887
15985
15985
  },
15986
15986
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
15987
15987
  "bytesInOutput": 908
15988
15988
  },
15989
15989
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
15990
- "bytesInOutput": 6752
15990
+ "bytesInOutput": 7372
15991
15991
  },
15992
15992
  "src/Prebuilt/layouts/SidePane.tsx": {
15993
15993
  "bytesInOutput": 5399
@@ -16005,13 +16005,13 @@
16005
16005
  "bytesInOutput": 3421
16006
16006
  },
16007
16007
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
16008
- "bytesInOutput": 12049
16008
+ "bytesInOutput": 11802
16009
16009
  },
16010
16010
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
16011
- "bytesInOutput": 2622
16011
+ "bytesInOutput": 2764
16012
16012
  },
16013
16013
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
16014
- "bytesInOutput": 3662
16014
+ "bytesInOutput": 3799
16015
16015
  },
16016
16016
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
16017
16017
  "bytesInOutput": 706
@@ -16113,7 +16113,7 @@
16113
16113
  "bytesInOutput": 4598
16114
16114
  },
16115
16115
  "src/Prebuilt/layouts/HLSView.jsx": {
16116
- "bytesInOutput": 20623
16116
+ "bytesInOutput": 21218
16117
16117
  },
16118
16118
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
16119
16119
  "bytesInOutput": 4079
@@ -16185,7 +16185,7 @@
16185
16185
  "bytesInOutput": 12068
16186
16186
  },
16187
16187
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
16188
- "bytesInOutput": 4968
16188
+ "bytesInOutput": 5120
16189
16189
  },
16190
16190
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
16191
16191
  "bytesInOutput": 2953
@@ -16200,7 +16200,7 @@
16200
16200
  "bytesInOutput": 2281
16201
16201
  },
16202
16202
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
16203
- "bytesInOutput": 8338
16203
+ "bytesInOutput": 8924
16204
16204
  },
16205
16205
  "src/Prebuilt/components/Notifications/index.tsx": {
16206
16206
  "bytesInOutput": 173
@@ -16242,7 +16242,7 @@
16242
16242
  "bytesInOutput": 2980
16243
16243
  }
16244
16244
  },
16245
- "bytes": 1438053
16245
+ "bytes": 1439299
16246
16246
  }
16247
16247
  }
16248
16248
  }