@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.
- package/dist/{HLSView-UBVLOPNY.js → HLSView-4L4OAX2K.js} +2 -2
- package/dist/Prebuilt/App.d.ts +1 -0
- package/dist/Prebuilt/common/constants.d.ts +1 -1
- package/dist/Prebuilt/components/Chat/EmptyChat.d.ts +2 -0
- package/dist/Prebuilt/components/Polls/Voting/{Leaderboard.d.ts → LeaderboardSummary.d.ts} +1 -1
- package/dist/Prebuilt/components/Polls/Voting/StatisticBox.d.ts +5 -0
- package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +3 -4
- package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +14 -0
- package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +1 -1
- package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -2
- package/dist/{chunk-VU2CQFCB.js → chunk-NHPPOGUF.js} +1403 -1293
- package/dist/chunk-NHPPOGUF.js.map +7 -0
- package/dist/index.cjs.js +1749 -1609
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +236 -94
- package/dist/meta.esbuild.json +243 -101
- package/package.json +6 -6
- package/src/Prebuilt/App.tsx +2 -1
- package/src/Prebuilt/AppStateContext.tsx +2 -0
- package/src/Prebuilt/common/constants.ts +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +2 -2
- package/src/Prebuilt/components/Chat/ChatActions.tsx +3 -3
- package/src/Prebuilt/components/Chat/ChatBody.tsx +28 -46
- package/src/Prebuilt/components/Chat/EmptyChat.tsx +51 -0
- package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +1 -1
- package/src/Prebuilt/components/Footer/PollsToggle.tsx +7 -1
- package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -29
- package/src/Prebuilt/components/Polls/Polls.tsx +2 -2
- package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +2 -2
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +162 -0
- package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +2 -9
- package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +15 -0
- package/src/Prebuilt/components/Polls/Voting/Voting.jsx +1 -17
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +1 -1
- package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +5 -11
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +77 -0
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +45 -79
- package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -4
- package/src/Prebuilt/layouts/SidePane.tsx +6 -1
- package/src/Theme/stitches.config.ts +2 -10
- package/dist/chunk-VU2CQFCB.js.map +0 -7
- package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +0 -123
- package/src/Prebuilt/components/Polls/Voting/PollResultSummary.jsx +0 -125
- /package/dist/{HLSView-UBVLOPNY.js.map → HLSView-4L4OAX2K.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
@@ -25,8 +25,24 @@
|
|
25
25
|
],
|
26
26
|
"format": "esm"
|
27
27
|
},
|
28
|
+
"src/Prebuilt/common/constants.ts": {
|
29
|
+
"bytes": 4276,
|
30
|
+
"imports": [
|
31
|
+
{
|
32
|
+
"path": "@100mslive/react-sdk",
|
33
|
+
"kind": "import-statement",
|
34
|
+
"external": true
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"path": "<define:process.env>",
|
38
|
+
"kind": "import-statement",
|
39
|
+
"external": true
|
40
|
+
}
|
41
|
+
],
|
42
|
+
"format": "esm"
|
43
|
+
},
|
28
44
|
"src/Theme/stitches.config.ts": {
|
29
|
-
"bytes":
|
45
|
+
"bytes": 2126,
|
30
46
|
"imports": [
|
31
47
|
{
|
32
48
|
"path": "@stitches/react",
|
@@ -43,6 +59,11 @@
|
|
43
59
|
"kind": "import-statement",
|
44
60
|
"original": "./base.config"
|
45
61
|
},
|
62
|
+
{
|
63
|
+
"path": "src/Prebuilt/common/constants.ts",
|
64
|
+
"kind": "import-statement",
|
65
|
+
"original": "../Prebuilt/common/constants"
|
66
|
+
},
|
46
67
|
{
|
47
68
|
"path": "<define:process.env>",
|
48
69
|
"kind": "import-statement",
|
@@ -1908,22 +1929,6 @@
|
|
1908
1929
|
],
|
1909
1930
|
"format": "esm"
|
1910
1931
|
},
|
1911
|
-
"src/Prebuilt/common/constants.ts": {
|
1912
|
-
"bytes": 4276,
|
1913
|
-
"imports": [
|
1914
|
-
{
|
1915
|
-
"path": "@100mslive/react-sdk",
|
1916
|
-
"kind": "import-statement",
|
1917
|
-
"external": true
|
1918
|
-
},
|
1919
|
-
{
|
1920
|
-
"path": "<define:process.env>",
|
1921
|
-
"kind": "import-statement",
|
1922
|
-
"external": true
|
1923
|
-
}
|
1924
|
-
],
|
1925
|
-
"format": "esm"
|
1926
|
-
},
|
1927
1932
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
1928
1933
|
"bytes": 6099,
|
1929
1934
|
"imports": [
|
@@ -4429,7 +4434,7 @@
|
|
4429
4434
|
"format": "cjs"
|
4430
4435
|
},
|
4431
4436
|
"../hms-video-web/dist/index.js": {
|
4432
|
-
"bytes":
|
4437
|
+
"bytes": 263148,
|
4433
4438
|
"imports": [
|
4434
4439
|
{
|
4435
4440
|
"path": "uuid",
|
@@ -4964,7 +4969,7 @@
|
|
4964
4969
|
"format": "esm"
|
4965
4970
|
},
|
4966
4971
|
"../hms-video-store/dist/index.js": {
|
4967
|
-
"bytes":
|
4972
|
+
"bytes": 68788,
|
4968
4973
|
"imports": [
|
4969
4974
|
{
|
4970
4975
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -6003,7 +6008,7 @@
|
|
6003
6008
|
"format": "esm"
|
6004
6009
|
},
|
6005
6010
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
6006
|
-
"bytes":
|
6011
|
+
"bytes": 1278,
|
6007
6012
|
"imports": [
|
6008
6013
|
{
|
6009
6014
|
"path": "react",
|
@@ -6789,8 +6794,34 @@
|
|
6789
6794
|
],
|
6790
6795
|
"format": "esm"
|
6791
6796
|
},
|
6792
|
-
"src/Prebuilt/components/Polls/Voting/
|
6793
|
-
"bytes":
|
6797
|
+
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
6798
|
+
"bytes": 540,
|
6799
|
+
"imports": [
|
6800
|
+
{
|
6801
|
+
"path": "react",
|
6802
|
+
"kind": "import-statement",
|
6803
|
+
"external": true
|
6804
|
+
},
|
6805
|
+
{
|
6806
|
+
"path": "src/Layout/index.tsx",
|
6807
|
+
"kind": "import-statement",
|
6808
|
+
"original": "../../../../Layout"
|
6809
|
+
},
|
6810
|
+
{
|
6811
|
+
"path": "src/Text/index.tsx",
|
6812
|
+
"kind": "import-statement",
|
6813
|
+
"original": "../../../../Text"
|
6814
|
+
},
|
6815
|
+
{
|
6816
|
+
"path": "<define:process.env>",
|
6817
|
+
"kind": "import-statement",
|
6818
|
+
"external": true
|
6819
|
+
}
|
6820
|
+
],
|
6821
|
+
"format": "esm"
|
6822
|
+
},
|
6823
|
+
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
6824
|
+
"bytes": 5839,
|
6794
6825
|
"imports": [
|
6795
6826
|
{
|
6796
6827
|
"path": "react",
|
@@ -6827,6 +6858,11 @@
|
|
6827
6858
|
"kind": "import-statement",
|
6828
6859
|
"original": "./LeaderboardEntry"
|
6829
6860
|
},
|
6861
|
+
{
|
6862
|
+
"path": "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx",
|
6863
|
+
"kind": "import-statement",
|
6864
|
+
"original": "./StatisticBox"
|
6865
|
+
},
|
6830
6866
|
{
|
6831
6867
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6832
6868
|
"kind": "import-statement",
|
@@ -6861,7 +6897,7 @@
|
|
6861
6897
|
"format": "esm"
|
6862
6898
|
},
|
6863
6899
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
6864
|
-
"bytes":
|
6900
|
+
"bytes": 1075,
|
6865
6901
|
"imports": [
|
6866
6902
|
{
|
6867
6903
|
"path": "react",
|
@@ -6883,6 +6919,11 @@
|
|
6883
6919
|
"kind": "import-statement",
|
6884
6920
|
"original": "../../../../Text"
|
6885
6921
|
},
|
6922
|
+
{
|
6923
|
+
"path": "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx",
|
6924
|
+
"kind": "import-statement",
|
6925
|
+
"original": "./StatisticBox"
|
6926
|
+
},
|
6886
6927
|
{
|
6887
6928
|
"path": "src/Prebuilt/common/utils.js",
|
6888
6929
|
"kind": "import-statement",
|
@@ -7000,7 +7041,7 @@
|
|
7000
7041
|
"format": "esm"
|
7001
7042
|
},
|
7002
7043
|
"src/Prebuilt/components/Polls/Voting/Voting.jsx": {
|
7003
|
-
"bytes":
|
7044
|
+
"bytes": 3188,
|
7004
7045
|
"imports": [
|
7005
7046
|
{
|
7006
7047
|
"path": "react",
|
@@ -7061,7 +7102,7 @@
|
|
7061
7102
|
"format": "esm"
|
7062
7103
|
},
|
7063
7104
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
7064
|
-
"bytes":
|
7105
|
+
"bytes": 1161,
|
7065
7106
|
"imports": [
|
7066
7107
|
{
|
7067
7108
|
"path": "react",
|
@@ -7079,9 +7120,9 @@
|
|
7079
7120
|
"original": "./CreateQuestions/CreateQuestions"
|
7080
7121
|
},
|
7081
7122
|
{
|
7082
|
-
"path": "src/Prebuilt/components/Polls/Voting/
|
7123
|
+
"path": "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx",
|
7083
7124
|
"kind": "import-statement",
|
7084
|
-
"original": "./Voting/
|
7125
|
+
"original": "./Voting/LeaderboardSummary"
|
7085
7126
|
},
|
7086
7127
|
{
|
7087
7128
|
"path": "src/Prebuilt/components/Polls/Voting/Voting.jsx",
|
@@ -7111,10 +7152,6 @@
|
|
7111
7152
|
],
|
7112
7153
|
"format": "esm"
|
7113
7154
|
},
|
7114
|
-
"src/Prebuilt/images/empty-chat.svg": {
|
7115
|
-
"bytes": 2177,
|
7116
|
-
"imports": []
|
7117
|
-
},
|
7118
7155
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
7119
7156
|
"bytes": 545,
|
7120
7157
|
"imports": [
|
@@ -7214,7 +7251,7 @@
|
|
7214
7251
|
"format": "esm"
|
7215
7252
|
},
|
7216
7253
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
7217
|
-
"bytes":
|
7254
|
+
"bytes": 9609,
|
7218
7255
|
"imports": [
|
7219
7256
|
{
|
7220
7257
|
"path": "react",
|
@@ -7304,8 +7341,63 @@
|
|
7304
7341
|
],
|
7305
7342
|
"format": "esm"
|
7306
7343
|
},
|
7344
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
7345
|
+
"bytes": 2177,
|
7346
|
+
"imports": []
|
7347
|
+
},
|
7348
|
+
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
7349
|
+
"bytes": 1769,
|
7350
|
+
"imports": [
|
7351
|
+
{
|
7352
|
+
"path": "react",
|
7353
|
+
"kind": "import-statement",
|
7354
|
+
"external": true
|
7355
|
+
},
|
7356
|
+
{
|
7357
|
+
"path": "react-use",
|
7358
|
+
"kind": "import-statement",
|
7359
|
+
"external": true
|
7360
|
+
},
|
7361
|
+
{
|
7362
|
+
"path": "src/Layout/index.tsx",
|
7363
|
+
"kind": "import-statement",
|
7364
|
+
"original": "../../../Layout"
|
7365
|
+
},
|
7366
|
+
{
|
7367
|
+
"path": "src/Text/index.tsx",
|
7368
|
+
"kind": "import-statement",
|
7369
|
+
"original": "../../../Text"
|
7370
|
+
},
|
7371
|
+
{
|
7372
|
+
"path": "src/Theme/index.tsx",
|
7373
|
+
"kind": "import-statement",
|
7374
|
+
"original": "../../../Theme"
|
7375
|
+
},
|
7376
|
+
{
|
7377
|
+
"path": "src/Prebuilt/images/empty-chat.svg",
|
7378
|
+
"kind": "import-statement",
|
7379
|
+
"original": "../../images/empty-chat.svg"
|
7380
|
+
},
|
7381
|
+
{
|
7382
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7383
|
+
"kind": "import-statement",
|
7384
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7385
|
+
},
|
7386
|
+
{
|
7387
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7388
|
+
"kind": "import-statement",
|
7389
|
+
"original": "../hooks/useChatBlacklist"
|
7390
|
+
},
|
7391
|
+
{
|
7392
|
+
"path": "<define:process.env>",
|
7393
|
+
"kind": "import-statement",
|
7394
|
+
"external": true
|
7395
|
+
}
|
7396
|
+
],
|
7397
|
+
"format": "esm"
|
7398
|
+
},
|
7307
7399
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
7308
|
-
"bytes":
|
7400
|
+
"bytes": 13390,
|
7309
7401
|
"imports": [
|
7310
7402
|
{
|
7311
7403
|
"path": "react",
|
@@ -7353,14 +7445,14 @@
|
|
7353
7445
|
"original": "../../../Tooltip"
|
7354
7446
|
},
|
7355
7447
|
{
|
7356
|
-
"path": "src/Prebuilt/
|
7448
|
+
"path": "src/Prebuilt/components/Chat/ChatActions.tsx",
|
7357
7449
|
"kind": "import-statement",
|
7358
|
-
"original": "
|
7450
|
+
"original": "./ChatActions"
|
7359
7451
|
},
|
7360
7452
|
{
|
7361
|
-
"path": "src/Prebuilt/components/Chat/
|
7453
|
+
"path": "src/Prebuilt/components/Chat/EmptyChat.tsx",
|
7362
7454
|
"kind": "import-statement",
|
7363
|
-
"original": "./
|
7455
|
+
"original": "./EmptyChat"
|
7364
7456
|
},
|
7365
7457
|
{
|
7366
7458
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
@@ -7865,7 +7957,7 @@
|
|
7865
7957
|
"format": "esm"
|
7866
7958
|
},
|
7867
7959
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
7868
|
-
"bytes":
|
7960
|
+
"bytes": 3558,
|
7869
7961
|
"imports": [
|
7870
7962
|
{
|
7871
7963
|
"path": "react",
|
@@ -7951,7 +8043,7 @@
|
|
7951
8043
|
"format": "esm"
|
7952
8044
|
},
|
7953
8045
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
7954
|
-
"bytes":
|
8046
|
+
"bytes": 4446,
|
7955
8047
|
"imports": [
|
7956
8048
|
{
|
7957
8049
|
"path": "react",
|
@@ -8210,7 +8302,7 @@
|
|
8210
8302
|
"format": "esm"
|
8211
8303
|
},
|
8212
8304
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
8213
|
-
"bytes":
|
8305
|
+
"bytes": 10834,
|
8214
8306
|
"imports": [
|
8215
8307
|
{
|
8216
8308
|
"path": "react",
|
@@ -8222,11 +8314,6 @@
|
|
8222
8314
|
"kind": "import-statement",
|
8223
8315
|
"external": true
|
8224
8316
|
},
|
8225
|
-
{
|
8226
|
-
"path": "@100mslive/hms-video",
|
8227
|
-
"kind": "import-statement",
|
8228
|
-
"external": true
|
8229
|
-
},
|
8230
8317
|
{
|
8231
8318
|
"path": "@100mslive/react-sdk",
|
8232
8319
|
"kind": "import-statement",
|
@@ -8520,7 +8607,7 @@
|
|
8520
8607
|
"format": "esm"
|
8521
8608
|
},
|
8522
8609
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
8523
|
-
"bytes":
|
8610
|
+
"bytes": 1333,
|
8524
8611
|
"imports": [
|
8525
8612
|
{
|
8526
8613
|
"path": "react",
|
@@ -8560,14 +8647,30 @@
|
|
8560
8647
|
],
|
8561
8648
|
"format": "esm"
|
8562
8649
|
},
|
8563
|
-
"src/Prebuilt/components/VirtualBackground/
|
8564
|
-
"bytes":
|
8650
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
8651
|
+
"bytes": 2178,
|
8565
8652
|
"imports": [
|
8566
8653
|
{
|
8567
8654
|
"path": "@100mslive/hms-virtual-background",
|
8568
8655
|
"kind": "import-statement",
|
8569
8656
|
"external": true
|
8570
8657
|
},
|
8658
|
+
{
|
8659
|
+
"path": "<define:process.env>",
|
8660
|
+
"kind": "import-statement",
|
8661
|
+
"external": true
|
8662
|
+
},
|
8663
|
+
{
|
8664
|
+
"path": "<runtime>",
|
8665
|
+
"kind": "import-statement",
|
8666
|
+
"external": true
|
8667
|
+
}
|
8668
|
+
],
|
8669
|
+
"format": "esm"
|
8670
|
+
},
|
8671
|
+
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
8672
|
+
"bytes": 696,
|
8673
|
+
"imports": [
|
8571
8674
|
{
|
8572
8675
|
"path": "<define:process.env>",
|
8573
8676
|
"kind": "import-statement",
|
@@ -8577,13 +8680,18 @@
|
|
8577
8680
|
"format": "esm"
|
8578
8681
|
},
|
8579
8682
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
8580
|
-
"bytes":
|
8683
|
+
"bytes": 5568,
|
8581
8684
|
"imports": [
|
8582
8685
|
{
|
8583
8686
|
"path": "react",
|
8584
8687
|
"kind": "import-statement",
|
8585
8688
|
"external": true
|
8586
8689
|
},
|
8690
|
+
{
|
8691
|
+
"path": "../hms-video-store/dist/index.js",
|
8692
|
+
"kind": "import-statement",
|
8693
|
+
"original": "@100mslive/hms-video-store"
|
8694
|
+
},
|
8587
8695
|
{
|
8588
8696
|
"path": "@100mslive/hms-virtual-background",
|
8589
8697
|
"kind": "import-statement",
|
@@ -8619,6 +8727,11 @@
|
|
8619
8727
|
"kind": "import-statement",
|
8620
8728
|
"original": "./VBCollection"
|
8621
8729
|
},
|
8730
|
+
{
|
8731
|
+
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
8732
|
+
"kind": "import-statement",
|
8733
|
+
"original": "./VBHandler"
|
8734
|
+
},
|
8622
8735
|
{
|
8623
8736
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
8624
8737
|
"kind": "import-statement",
|
@@ -8653,7 +8766,7 @@
|
|
8653
8766
|
"format": "esm"
|
8654
8767
|
},
|
8655
8768
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8656
|
-
"bytes":
|
8769
|
+
"bytes": 4654,
|
8657
8770
|
"imports": [
|
8658
8771
|
{
|
8659
8772
|
"path": "react",
|
@@ -10975,7 +11088,7 @@
|
|
10975
11088
|
"format": "esm"
|
10976
11089
|
},
|
10977
11090
|
"src/Prebuilt/AppStateContext.tsx": {
|
10978
|
-
"bytes":
|
11091
|
+
"bytes": 2655,
|
10979
11092
|
"imports": [
|
10980
11093
|
{
|
10981
11094
|
"path": "react",
|
@@ -10992,6 +11105,11 @@
|
|
10992
11105
|
"kind": "import-statement",
|
10993
11106
|
"external": true
|
10994
11107
|
},
|
11108
|
+
{
|
11109
|
+
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
11110
|
+
"kind": "import-statement",
|
11111
|
+
"original": "./components/VirtualBackground/VBHandler"
|
11112
|
+
},
|
10995
11113
|
{
|
10996
11114
|
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
10997
11115
|
"kind": "import-statement",
|
@@ -11558,7 +11676,7 @@
|
|
11558
11676
|
"format": "esm"
|
11559
11677
|
},
|
11560
11678
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
11561
|
-
"bytes":
|
11679
|
+
"bytes": 7752,
|
11562
11680
|
"imports": [
|
11563
11681
|
{
|
11564
11682
|
"path": "react",
|
@@ -11946,7 +12064,7 @@
|
|
11946
12064
|
"format": "esm"
|
11947
12065
|
},
|
11948
12066
|
"src/Prebuilt/App.tsx": {
|
11949
|
-
"bytes":
|
12067
|
+
"bytes": 10349,
|
11950
12068
|
"imports": [
|
11951
12069
|
{
|
11952
12070
|
"path": "react",
|
@@ -12350,7 +12468,7 @@
|
|
12350
12468
|
"imports": [],
|
12351
12469
|
"exports": [],
|
12352
12470
|
"inputs": {},
|
12353
|
-
"bytes":
|
12471
|
+
"bytes": 3097254
|
12354
12472
|
},
|
12355
12473
|
"dist/index.cjs.js": {
|
12356
12474
|
"imports": [
|
@@ -12359,6 +12477,11 @@
|
|
12359
12477
|
"kind": "require-call",
|
12360
12478
|
"external": true
|
12361
12479
|
},
|
12480
|
+
{
|
12481
|
+
"path": "@100mslive/react-sdk",
|
12482
|
+
"kind": "require-call",
|
12483
|
+
"external": true
|
12484
|
+
},
|
12362
12485
|
{
|
12363
12486
|
"path": "@stitches/react",
|
12364
12487
|
"kind": "require-call",
|
@@ -12634,11 +12757,6 @@
|
|
12634
12757
|
"kind": "require-call",
|
12635
12758
|
"external": true
|
12636
12759
|
},
|
12637
|
-
{
|
12638
|
-
"path": "@100mslive/react-sdk",
|
12639
|
-
"kind": "require-call",
|
12640
|
-
"external": true
|
12641
|
-
},
|
12642
12760
|
{
|
12643
12761
|
"path": "react",
|
12644
12762
|
"kind": "require-call",
|
@@ -13719,6 +13837,11 @@
|
|
13719
13837
|
"kind": "require-call",
|
13720
13838
|
"external": true
|
13721
13839
|
},
|
13840
|
+
{
|
13841
|
+
"path": "react",
|
13842
|
+
"kind": "require-call",
|
13843
|
+
"external": true
|
13844
|
+
},
|
13722
13845
|
{
|
13723
13846
|
"path": "@100mslive/react-sdk",
|
13724
13847
|
"kind": "require-call",
|
@@ -13834,6 +13957,16 @@
|
|
13834
13957
|
"kind": "require-call",
|
13835
13958
|
"external": true
|
13836
13959
|
},
|
13960
|
+
{
|
13961
|
+
"path": "react",
|
13962
|
+
"kind": "require-call",
|
13963
|
+
"external": true
|
13964
|
+
},
|
13965
|
+
{
|
13966
|
+
"path": "react-use",
|
13967
|
+
"kind": "require-call",
|
13968
|
+
"external": true
|
13969
|
+
},
|
13837
13970
|
{
|
13838
13971
|
"path": "react-virtualized-auto-sizer",
|
13839
13972
|
"kind": "require-call",
|
@@ -14984,13 +15117,16 @@
|
|
14984
15117
|
"entryPoint": "src/index.ts",
|
14985
15118
|
"inputs": {
|
14986
15119
|
"<define:process.env>": {
|
14987
|
-
"bytesInOutput":
|
15120
|
+
"bytesInOutput": 18549
|
14988
15121
|
},
|
14989
15122
|
"src/Theme/base.config.ts": {
|
14990
15123
|
"bytesInOutput": 6104
|
14991
15124
|
},
|
15125
|
+
"src/Prebuilt/common/constants.ts": {
|
15126
|
+
"bytesInOutput": 4312
|
15127
|
+
},
|
14992
15128
|
"src/Theme/stitches.config.ts": {
|
14993
|
-
"bytesInOutput":
|
15129
|
+
"bytesInOutput": 2153
|
14994
15130
|
},
|
14995
15131
|
"src/Theme/useSSR.tsx": {
|
14996
15132
|
"bytesInOutput": 638
|
@@ -15131,7 +15267,7 @@
|
|
15131
15267
|
"bytesInOutput": 138
|
15132
15268
|
},
|
15133
15269
|
"src/Video/Video.tsx": {
|
15134
|
-
"bytesInOutput":
|
15270
|
+
"bytesInOutput": 1642
|
15135
15271
|
},
|
15136
15272
|
"src/Video/index.tsx": {
|
15137
15273
|
"bytesInOutput": 129
|
@@ -15158,7 +15294,7 @@
|
|
15158
15294
|
"bytesInOutput": 927
|
15159
15295
|
},
|
15160
15296
|
"src/Stats/formatBytes.ts": {
|
15161
|
-
"bytesInOutput":
|
15297
|
+
"bytesInOutput": 634
|
15162
15298
|
},
|
15163
15299
|
"src/Stats/StyledStats.tsx": {
|
15164
15300
|
"bytesInOutput": 1004
|
@@ -15244,9 +15380,6 @@
|
|
15244
15380
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
15245
15381
|
"bytesInOutput": 1087
|
15246
15382
|
},
|
15247
|
-
"src/Prebuilt/common/constants.ts": {
|
15248
|
-
"bytesInOutput": 4320
|
15249
|
-
},
|
15250
15383
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
15251
15384
|
"bytesInOutput": 7041
|
15252
15385
|
},
|
@@ -15338,7 +15471,7 @@
|
|
15338
15471
|
"bytesInOutput": 1887
|
15339
15472
|
},
|
15340
15473
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
15341
|
-
"bytesInOutput":
|
15474
|
+
"bytesInOutput": 2740
|
15342
15475
|
},
|
15343
15476
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15344
15477
|
"bytesInOutput": 1552
|
@@ -15380,7 +15513,7 @@
|
|
15380
15513
|
"bytesInOutput": 5459
|
15381
15514
|
},
|
15382
15515
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
15383
|
-
"bytesInOutput":
|
15516
|
+
"bytesInOutput": 11475
|
15384
15517
|
},
|
15385
15518
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
15386
15519
|
"bytesInOutput": 6192
|
@@ -15404,7 +15537,7 @@
|
|
15404
15537
|
"bytesInOutput": 8156
|
15405
15538
|
},
|
15406
15539
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
15407
|
-
"bytesInOutput":
|
15540
|
+
"bytesInOutput": 42464
|
15408
15541
|
},
|
15409
15542
|
"../../node_modules/webrtc-adapter/src/js/utils.js": {
|
15410
15543
|
"bytesInOutput": 6459
|
@@ -15446,7 +15579,7 @@
|
|
15446
15579
|
"bytesInOutput": 16122
|
15447
15580
|
},
|
15448
15581
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
15449
|
-
"bytesInOutput":
|
15582
|
+
"bytesInOutput": 3480
|
15450
15583
|
},
|
15451
15584
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
15452
15585
|
"bytesInOutput": 3072
|
@@ -15455,7 +15588,7 @@
|
|
15455
15588
|
"bytesInOutput": 615
|
15456
15589
|
},
|
15457
15590
|
"../hms-video-web/dist/index.js": {
|
15458
|
-
"bytesInOutput":
|
15591
|
+
"bytesInOutput": 35316
|
15459
15592
|
},
|
15460
15593
|
"src/Prebuilt/common/utils.js": {
|
15461
15594
|
"bytesInOutput": 4395
|
@@ -15491,10 +15624,10 @@
|
|
15491
15624
|
"bytesInOutput": 2639
|
15492
15625
|
},
|
15493
15626
|
"../hms-video-store/dist/index.js": {
|
15494
|
-
"bytesInOutput":
|
15627
|
+
"bytesInOutput": 22049
|
15495
15628
|
},
|
15496
15629
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
15497
|
-
"bytesInOutput":
|
15630
|
+
"bytesInOutput": 1005
|
15498
15631
|
},
|
15499
15632
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
15500
15633
|
"bytesInOutput": 12303
|
@@ -15560,7 +15693,7 @@
|
|
15560
15693
|
"bytesInOutput": 14004
|
15561
15694
|
},
|
15562
15695
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
15563
|
-
"bytesInOutput":
|
15696
|
+
"bytesInOutput": 1521
|
15564
15697
|
},
|
15565
15698
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
15566
15699
|
"bytesInOutput": 1352
|
@@ -15610,11 +15743,14 @@
|
|
15610
15743
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
15611
15744
|
"bytesInOutput": 2218
|
15612
15745
|
},
|
15613
|
-
"src/Prebuilt/components/Polls/Voting/
|
15614
|
-
"bytesInOutput":
|
15746
|
+
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
15747
|
+
"bytesInOutput": 804
|
15748
|
+
},
|
15749
|
+
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
15750
|
+
"bytesInOutput": 7454
|
15615
15751
|
},
|
15616
15752
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
15617
|
-
"bytesInOutput":
|
15753
|
+
"bytesInOutput": 1454
|
15618
15754
|
},
|
15619
15755
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
15620
15756
|
"bytesInOutput": 9141
|
@@ -15626,13 +15762,10 @@
|
|
15626
15762
|
"bytesInOutput": 1419
|
15627
15763
|
},
|
15628
15764
|
"src/Prebuilt/components/Polls/Voting/Voting.jsx": {
|
15629
|
-
"bytesInOutput":
|
15765
|
+
"bytesInOutput": 4092
|
15630
15766
|
},
|
15631
15767
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
15632
|
-
"bytesInOutput":
|
15633
|
-
},
|
15634
|
-
"src/Prebuilt/images/empty-chat.svg": {
|
15635
|
-
"bytesInOutput": 2366
|
15768
|
+
"bytesInOutput": 1177
|
15636
15769
|
},
|
15637
15770
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
15638
15771
|
"bytesInOutput": 688
|
@@ -15644,10 +15777,16 @@
|
|
15644
15777
|
"bytesInOutput": 3177
|
15645
15778
|
},
|
15646
15779
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
15647
|
-
"bytesInOutput":
|
15780
|
+
"bytesInOutput": 10960
|
15781
|
+
},
|
15782
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
15783
|
+
"bytesInOutput": 2366
|
15784
|
+
},
|
15785
|
+
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
15786
|
+
"bytesInOutput": 2200
|
15648
15787
|
},
|
15649
15788
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
15650
|
-
"bytesInOutput":
|
15789
|
+
"bytesInOutput": 15578
|
15651
15790
|
},
|
15652
15791
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
15653
15792
|
"bytesInOutput": 8560
|
@@ -15677,10 +15816,10 @@
|
|
15677
15816
|
"bytesInOutput": 6156
|
15678
15817
|
},
|
15679
15818
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
15680
|
-
"bytesInOutput":
|
15819
|
+
"bytesInOutput": 4375
|
15681
15820
|
},
|
15682
15821
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
15683
|
-
"bytesInOutput":
|
15822
|
+
"bytesInOutput": 5344
|
15684
15823
|
},
|
15685
15824
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
15686
15825
|
"bytesInOutput": 3060
|
@@ -15707,16 +15846,19 @@
|
|
15707
15846
|
"bytesInOutput": 1569
|
15708
15847
|
},
|
15709
15848
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
15710
|
-
"bytesInOutput":
|
15849
|
+
"bytesInOutput": 1628
|
15850
|
+
},
|
15851
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
15852
|
+
"bytesInOutput": 3545
|
15711
15853
|
},
|
15712
15854
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
15713
|
-
"bytesInOutput":
|
15855
|
+
"bytesInOutput": 908
|
15714
15856
|
},
|
15715
15857
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
15716
|
-
"bytesInOutput":
|
15858
|
+
"bytesInOutput": 6755
|
15717
15859
|
},
|
15718
15860
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
15719
|
-
"bytesInOutput":
|
15861
|
+
"bytesInOutput": 5399
|
15720
15862
|
},
|
15721
15863
|
"src/Prebuilt/components/Chip.tsx": {
|
15722
15864
|
"bytesInOutput": 1118
|
@@ -15776,7 +15918,7 @@
|
|
15776
15918
|
"bytesInOutput": 4656
|
15777
15919
|
},
|
15778
15920
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
15779
|
-
"bytesInOutput":
|
15921
|
+
"bytesInOutput": 2494
|
15780
15922
|
},
|
15781
15923
|
"src/Prebuilt/common/PeersSorter.ts": {
|
15782
15924
|
"bytesInOutput": 3605
|
@@ -15872,7 +16014,7 @@
|
|
15872
16014
|
"bytesInOutput": 789
|
15873
16015
|
},
|
15874
16016
|
"src/Prebuilt/AppStateContext.tsx": {
|
15875
|
-
"bytesInOutput":
|
16017
|
+
"bytesInOutput": 2792
|
15876
16018
|
},
|
15877
16019
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
15878
16020
|
"bytesInOutput": 2925
|
@@ -15947,7 +16089,7 @@
|
|
15947
16089
|
"bytesInOutput": 2225
|
15948
16090
|
},
|
15949
16091
|
"src/Prebuilt/App.tsx": {
|
15950
|
-
"bytesInOutput":
|
16092
|
+
"bytesInOutput": 9479
|
15951
16093
|
},
|
15952
16094
|
"src/Prebuilt/index.ts": {
|
15953
16095
|
"bytesInOutput": 131
|
@@ -15959,7 +16101,7 @@
|
|
15959
16101
|
"bytesInOutput": 2930
|
15960
16102
|
}
|
15961
16103
|
},
|
15962
|
-
"bytes":
|
16104
|
+
"bytes": 1441228
|
15963
16105
|
}
|
15964
16106
|
}
|
15965
16107
|
}
|