@100mslive/roomkit-react 0.2.1 → 0.2.2-alpha.0
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.
- package/dist/{HLSView-U7FQ2YLK.js → HLSView-4TLGLPKO.js} +19 -4
- package/dist/HLSView-4TLGLPKO.js.map +7 -0
- package/dist/Prebuilt/components/Polls/Voting/LeaderboardEntry.d.ts +2 -1
- package/dist/Prebuilt/components/RoleChangeRequest/RequestPrompt.d.ts +2 -1
- package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +1 -0
- package/dist/{chunk-GNQAOG73.js → chunk-ARSLHHAZ.js} +176 -159
- package/dist/{chunk-GNQAOG73.js.map → chunk-ARSLHHAZ.js.map} +3 -3
- package/dist/index.cjs.js +159 -124
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +41 -41
- package/dist/meta.esbuild.json +50 -50
- package/package.json +6 -6
- package/src/Button/Button.tsx +2 -2
- package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +8 -1
- package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +17 -5
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +1 -0
- package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +4 -2
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +38 -81
- package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +0 -1
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +2 -3
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +3 -3
- package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +1 -2
- package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +6 -4
- package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +1 -1
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +4 -14
- package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +15 -5
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +3 -0
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +11 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +16 -2
- package/src/Prebuilt/layouts/HLSView.jsx +16 -1
- package/src/Sheet/Sheet.tsx +1 -1
- package/dist/HLSView-U7FQ2YLK.js.map +0 -7
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"format": "esm"
|
|
243
243
|
},
|
|
244
244
|
"src/Button/Button.tsx": {
|
|
245
|
-
"bytes":
|
|
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":
|
|
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":
|
|
4481
|
+
"bytes": 320733,
|
|
4482
4482
|
"imports": [
|
|
4483
4483
|
{
|
|
4484
4484
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -6422,7 +6422,7 @@
|
|
|
6422
6422
|
"format": "esm"
|
|
6423
6423
|
},
|
|
6424
6424
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
|
6425
|
-
"bytes":
|
|
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":
|
|
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":
|
|
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":
|
|
6783
|
+
"bytes": 2297,
|
|
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":
|
|
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":
|
|
6900
|
+
"bytes": 7009,
|
|
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":
|
|
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":
|
|
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":
|
|
7013
|
+
"bytes": 3231,
|
|
7014
7014
|
"imports": [
|
|
7015
7015
|
{
|
|
7016
7016
|
"path": "react",
|
|
@@ -8674,7 +8674,7 @@
|
|
|
8674
8674
|
"format": "esm"
|
|
8675
8675
|
},
|
|
8676
8676
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
|
8677
|
-
"bytes":
|
|
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":
|
|
8709
|
+
"bytes": 6013,
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
11576
|
+
"bytes": 4888,
|
|
11577
11577
|
"imports": [
|
|
11578
11578
|
{
|
|
11579
11579
|
"path": "react",
|
|
@@ -12572,7 +12572,7 @@
|
|
|
12572
12572
|
"imports": [],
|
|
12573
12573
|
"exports": [],
|
|
12574
12574
|
"inputs": {},
|
|
12575
|
-
"bytes":
|
|
12575
|
+
"bytes": 3068205
|
|
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":
|
|
15249
|
+
"bytesInOutput": 17193
|
|
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":
|
|
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":
|
|
15567
|
+
"bytesInOutput": 3503
|
|
15568
15568
|
},
|
|
15569
15569
|
"src/Sheet/index.ts": {
|
|
15570
15570
|
"bytesInOutput": 128
|
|
@@ -15720,7 +15720,7 @@
|
|
|
15720
15720
|
"bytesInOutput": 615
|
|
15721
15721
|
},
|
|
15722
15722
|
"../hms-video-store/dist/index.js": {
|
|
15723
|
-
"bytesInOutput":
|
|
15723
|
+
"bytesInOutput": 52763
|
|
15724
15724
|
},
|
|
15725
15725
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
|
15726
15726
|
"bytesInOutput": 1384
|
|
@@ -15849,10 +15849,10 @@
|
|
|
15849
15849
|
"bytesInOutput": 865
|
|
15850
15850
|
},
|
|
15851
15851
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
|
15852
|
-
"bytesInOutput":
|
|
15852
|
+
"bytesInOutput": 4600
|
|
15853
15853
|
},
|
|
15854
15854
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
|
15855
|
-
"bytesInOutput":
|
|
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":
|
|
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":
|
|
15876
|
+
"bytesInOutput": 2928
|
|
15877
15877
|
},
|
|
15878
15878
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
15879
|
-
"bytesInOutput":
|
|
15879
|
+
"bytesInOutput": 5052
|
|
15880
15880
|
},
|
|
15881
15881
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
15882
|
-
"bytesInOutput":
|
|
15882
|
+
"bytesInOutput": 8545
|
|
15883
15883
|
},
|
|
15884
15884
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
15885
|
-
"bytesInOutput":
|
|
15885
|
+
"bytesInOutput": 1658
|
|
15886
15886
|
},
|
|
15887
15887
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
15888
|
-
"bytesInOutput":
|
|
15888
|
+
"bytesInOutput": 1338
|
|
15889
15889
|
},
|
|
15890
15890
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
15891
|
-
"bytesInOutput":
|
|
15891
|
+
"bytesInOutput": 4021
|
|
15892
15892
|
},
|
|
15893
15893
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
|
15894
15894
|
"bytesInOutput": 1177
|
|
@@ -15981,13 +15981,13 @@
|
|
|
15981
15981
|
"bytesInOutput": 1628
|
|
15982
15982
|
},
|
|
15983
15983
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
|
15984
|
-
"bytesInOutput":
|
|
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":
|
|
15990
|
+
"bytesInOutput": 7338
|
|
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":
|
|
16008
|
+
"bytesInOutput": 11802
|
|
16009
16009
|
},
|
|
16010
16010
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
|
16011
|
-
"bytesInOutput":
|
|
16011
|
+
"bytesInOutput": 2764
|
|
16012
16012
|
},
|
|
16013
16013
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
|
16014
|
-
"bytesInOutput":
|
|
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":
|
|
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":
|
|
16188
|
+
"bytesInOutput": 5120
|
|
16189
16189
|
},
|
|
16190
16190
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
|
16191
16191
|
"bytesInOutput": 2953
|
|
@@ -16242,7 +16242,7 @@
|
|
|
16242
16242
|
"bytesInOutput": 2980
|
|
16243
16243
|
}
|
|
16244
16244
|
},
|
|
16245
|
-
"bytes":
|
|
16245
|
+
"bytes": 1439105
|
|
16246
16246
|
}
|
|
16247
16247
|
}
|
|
16248
16248
|
}
|