@100mslive/roomkit-react 0.1.19-alpha.1 → 0.1.19-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-UBVLOPNY.js → HLSView-7X5BVAZE.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 +13 -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-H3B4ARYV.js} +1396 -1294
- package/dist/chunk-H3B4ARYV.js.map +7 -0
- package/dist/index.cjs.js +1741 -1610
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +227 -90
- package/dist/meta.esbuild.json +234 -97
- package/package.json +6 -6
- package/src/Prebuilt/App.tsx +2 -1
- package/src/Prebuilt/common/constants.ts +1 -1
- 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/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 +72 -0
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +44 -81
- 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-7X5BVAZE.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": 263156,
|
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": 68804,
|
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",
|
@@ -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": 2086,
|
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": 5515,
|
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",
|
@@ -11558,7 +11671,7 @@
|
|
11558
11671
|
"format": "esm"
|
11559
11672
|
},
|
11560
11673
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
11561
|
-
"bytes":
|
11674
|
+
"bytes": 7752,
|
11562
11675
|
"imports": [
|
11563
11676
|
{
|
11564
11677
|
"path": "react",
|
@@ -11946,7 +12059,7 @@
|
|
11946
12059
|
"format": "esm"
|
11947
12060
|
},
|
11948
12061
|
"src/Prebuilt/App.tsx": {
|
11949
|
-
"bytes":
|
12062
|
+
"bytes": 10349,
|
11950
12063
|
"imports": [
|
11951
12064
|
{
|
11952
12065
|
"path": "react",
|
@@ -12350,7 +12463,7 @@
|
|
12350
12463
|
"imports": [],
|
12351
12464
|
"exports": [],
|
12352
12465
|
"inputs": {},
|
12353
|
-
"bytes":
|
12466
|
+
"bytes": 3096905
|
12354
12467
|
},
|
12355
12468
|
"dist/index.cjs.js": {
|
12356
12469
|
"imports": [
|
@@ -12359,6 +12472,11 @@
|
|
12359
12472
|
"kind": "require-call",
|
12360
12473
|
"external": true
|
12361
12474
|
},
|
12475
|
+
{
|
12476
|
+
"path": "@100mslive/react-sdk",
|
12477
|
+
"kind": "require-call",
|
12478
|
+
"external": true
|
12479
|
+
},
|
12362
12480
|
{
|
12363
12481
|
"path": "@stitches/react",
|
12364
12482
|
"kind": "require-call",
|
@@ -12634,11 +12752,6 @@
|
|
12634
12752
|
"kind": "require-call",
|
12635
12753
|
"external": true
|
12636
12754
|
},
|
12637
|
-
{
|
12638
|
-
"path": "@100mslive/react-sdk",
|
12639
|
-
"kind": "require-call",
|
12640
|
-
"external": true
|
12641
|
-
},
|
12642
12755
|
{
|
12643
12756
|
"path": "react",
|
12644
12757
|
"kind": "require-call",
|
@@ -13719,6 +13832,11 @@
|
|
13719
13832
|
"kind": "require-call",
|
13720
13833
|
"external": true
|
13721
13834
|
},
|
13835
|
+
{
|
13836
|
+
"path": "react",
|
13837
|
+
"kind": "require-call",
|
13838
|
+
"external": true
|
13839
|
+
},
|
13722
13840
|
{
|
13723
13841
|
"path": "@100mslive/react-sdk",
|
13724
13842
|
"kind": "require-call",
|
@@ -13834,6 +13952,16 @@
|
|
13834
13952
|
"kind": "require-call",
|
13835
13953
|
"external": true
|
13836
13954
|
},
|
13955
|
+
{
|
13956
|
+
"path": "react",
|
13957
|
+
"kind": "require-call",
|
13958
|
+
"external": true
|
13959
|
+
},
|
13960
|
+
{
|
13961
|
+
"path": "react-use",
|
13962
|
+
"kind": "require-call",
|
13963
|
+
"external": true
|
13964
|
+
},
|
13837
13965
|
{
|
13838
13966
|
"path": "react-virtualized-auto-sizer",
|
13839
13967
|
"kind": "require-call",
|
@@ -14984,13 +15112,16 @@
|
|
14984
15112
|
"entryPoint": "src/index.ts",
|
14985
15113
|
"inputs": {
|
14986
15114
|
"<define:process.env>": {
|
14987
|
-
"bytesInOutput":
|
15115
|
+
"bytesInOutput": 18620
|
14988
15116
|
},
|
14989
15117
|
"src/Theme/base.config.ts": {
|
14990
15118
|
"bytesInOutput": 6104
|
14991
15119
|
},
|
15120
|
+
"src/Prebuilt/common/constants.ts": {
|
15121
|
+
"bytesInOutput": 4312
|
15122
|
+
},
|
14992
15123
|
"src/Theme/stitches.config.ts": {
|
14993
|
-
"bytesInOutput":
|
15124
|
+
"bytesInOutput": 2153
|
14994
15125
|
},
|
14995
15126
|
"src/Theme/useSSR.tsx": {
|
14996
15127
|
"bytesInOutput": 638
|
@@ -15131,7 +15262,7 @@
|
|
15131
15262
|
"bytesInOutput": 138
|
15132
15263
|
},
|
15133
15264
|
"src/Video/Video.tsx": {
|
15134
|
-
"bytesInOutput":
|
15265
|
+
"bytesInOutput": 1642
|
15135
15266
|
},
|
15136
15267
|
"src/Video/index.tsx": {
|
15137
15268
|
"bytesInOutput": 129
|
@@ -15158,7 +15289,7 @@
|
|
15158
15289
|
"bytesInOutput": 927
|
15159
15290
|
},
|
15160
15291
|
"src/Stats/formatBytes.ts": {
|
15161
|
-
"bytesInOutput":
|
15292
|
+
"bytesInOutput": 634
|
15162
15293
|
},
|
15163
15294
|
"src/Stats/StyledStats.tsx": {
|
15164
15295
|
"bytesInOutput": 1004
|
@@ -15244,9 +15375,6 @@
|
|
15244
15375
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
15245
15376
|
"bytesInOutput": 1087
|
15246
15377
|
},
|
15247
|
-
"src/Prebuilt/common/constants.ts": {
|
15248
|
-
"bytesInOutput": 4320
|
15249
|
-
},
|
15250
15378
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
15251
15379
|
"bytesInOutput": 7041
|
15252
15380
|
},
|
@@ -15338,7 +15466,7 @@
|
|
15338
15466
|
"bytesInOutput": 1887
|
15339
15467
|
},
|
15340
15468
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
15341
|
-
"bytesInOutput":
|
15469
|
+
"bytesInOutput": 2740
|
15342
15470
|
},
|
15343
15471
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15344
15472
|
"bytesInOutput": 1552
|
@@ -15380,7 +15508,7 @@
|
|
15380
15508
|
"bytesInOutput": 5459
|
15381
15509
|
},
|
15382
15510
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
15383
|
-
"bytesInOutput":
|
15511
|
+
"bytesInOutput": 11475
|
15384
15512
|
},
|
15385
15513
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
15386
15514
|
"bytesInOutput": 6192
|
@@ -15404,7 +15532,7 @@
|
|
15404
15532
|
"bytesInOutput": 8156
|
15405
15533
|
},
|
15406
15534
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
15407
|
-
"bytesInOutput":
|
15535
|
+
"bytesInOutput": 42464
|
15408
15536
|
},
|
15409
15537
|
"../../node_modules/webrtc-adapter/src/js/utils.js": {
|
15410
15538
|
"bytesInOutput": 6459
|
@@ -15446,7 +15574,7 @@
|
|
15446
15574
|
"bytesInOutput": 16122
|
15447
15575
|
},
|
15448
15576
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
15449
|
-
"bytesInOutput":
|
15577
|
+
"bytesInOutput": 3480
|
15450
15578
|
},
|
15451
15579
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
15452
15580
|
"bytesInOutput": 3072
|
@@ -15455,7 +15583,7 @@
|
|
15455
15583
|
"bytesInOutput": 615
|
15456
15584
|
},
|
15457
15585
|
"../hms-video-web/dist/index.js": {
|
15458
|
-
"bytesInOutput":
|
15586
|
+
"bytesInOutput": 35324
|
15459
15587
|
},
|
15460
15588
|
"src/Prebuilt/common/utils.js": {
|
15461
15589
|
"bytesInOutput": 4395
|
@@ -15491,10 +15619,10 @@
|
|
15491
15619
|
"bytesInOutput": 2639
|
15492
15620
|
},
|
15493
15621
|
"../hms-video-store/dist/index.js": {
|
15494
|
-
"bytesInOutput":
|
15622
|
+
"bytesInOutput": 22065
|
15495
15623
|
},
|
15496
15624
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
15497
|
-
"bytesInOutput":
|
15625
|
+
"bytesInOutput": 1005
|
15498
15626
|
},
|
15499
15627
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
15500
15628
|
"bytesInOutput": 12303
|
@@ -15560,7 +15688,7 @@
|
|
15560
15688
|
"bytesInOutput": 14004
|
15561
15689
|
},
|
15562
15690
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
15563
|
-
"bytesInOutput":
|
15691
|
+
"bytesInOutput": 1521
|
15564
15692
|
},
|
15565
15693
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
15566
15694
|
"bytesInOutput": 1352
|
@@ -15610,11 +15738,14 @@
|
|
15610
15738
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
15611
15739
|
"bytesInOutput": 2218
|
15612
15740
|
},
|
15613
|
-
"src/Prebuilt/components/Polls/Voting/
|
15614
|
-
"bytesInOutput":
|
15741
|
+
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
15742
|
+
"bytesInOutput": 804
|
15743
|
+
},
|
15744
|
+
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
15745
|
+
"bytesInOutput": 7454
|
15615
15746
|
},
|
15616
15747
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
15617
|
-
"bytesInOutput":
|
15748
|
+
"bytesInOutput": 1454
|
15618
15749
|
},
|
15619
15750
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
15620
15751
|
"bytesInOutput": 9141
|
@@ -15626,13 +15757,10 @@
|
|
15626
15757
|
"bytesInOutput": 1419
|
15627
15758
|
},
|
15628
15759
|
"src/Prebuilt/components/Polls/Voting/Voting.jsx": {
|
15629
|
-
"bytesInOutput":
|
15760
|
+
"bytesInOutput": 4092
|
15630
15761
|
},
|
15631
15762
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
15632
|
-
"bytesInOutput":
|
15633
|
-
},
|
15634
|
-
"src/Prebuilt/images/empty-chat.svg": {
|
15635
|
-
"bytesInOutput": 2366
|
15763
|
+
"bytesInOutput": 1177
|
15636
15764
|
},
|
15637
15765
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
15638
15766
|
"bytesInOutput": 688
|
@@ -15644,10 +15772,16 @@
|
|
15644
15772
|
"bytesInOutput": 3177
|
15645
15773
|
},
|
15646
15774
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
15647
|
-
"bytesInOutput":
|
15775
|
+
"bytesInOutput": 10960
|
15776
|
+
},
|
15777
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
15778
|
+
"bytesInOutput": 2366
|
15779
|
+
},
|
15780
|
+
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
15781
|
+
"bytesInOutput": 2200
|
15648
15782
|
},
|
15649
15783
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
15650
|
-
"bytesInOutput":
|
15784
|
+
"bytesInOutput": 15578
|
15651
15785
|
},
|
15652
15786
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
15653
15787
|
"bytesInOutput": 8560
|
@@ -15677,10 +15811,10 @@
|
|
15677
15811
|
"bytesInOutput": 6156
|
15678
15812
|
},
|
15679
15813
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
15680
|
-
"bytesInOutput":
|
15814
|
+
"bytesInOutput": 4363
|
15681
15815
|
},
|
15682
15816
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
15683
|
-
"bytesInOutput":
|
15817
|
+
"bytesInOutput": 5304
|
15684
15818
|
},
|
15685
15819
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
15686
15820
|
"bytesInOutput": 3060
|
@@ -15707,16 +15841,19 @@
|
|
15707
15841
|
"bytesInOutput": 1569
|
15708
15842
|
},
|
15709
15843
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
15710
|
-
"bytesInOutput":
|
15844
|
+
"bytesInOutput": 1628
|
15845
|
+
},
|
15846
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
15847
|
+
"bytesInOutput": 3431
|
15711
15848
|
},
|
15712
15849
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
15713
|
-
"bytesInOutput":
|
15850
|
+
"bytesInOutput": 908
|
15714
15851
|
},
|
15715
15852
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
15716
|
-
"bytesInOutput":
|
15853
|
+
"bytesInOutput": 6640
|
15717
15854
|
},
|
15718
15855
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
15719
|
-
"bytesInOutput":
|
15856
|
+
"bytesInOutput": 5399
|
15720
15857
|
},
|
15721
15858
|
"src/Prebuilt/components/Chip.tsx": {
|
15722
15859
|
"bytesInOutput": 1118
|
@@ -15776,7 +15913,7 @@
|
|
15776
15913
|
"bytesInOutput": 4656
|
15777
15914
|
},
|
15778
15915
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
15779
|
-
"bytesInOutput":
|
15916
|
+
"bytesInOutput": 2494
|
15780
15917
|
},
|
15781
15918
|
"src/Prebuilt/common/PeersSorter.ts": {
|
15782
15919
|
"bytesInOutput": 3605
|
@@ -15947,7 +16084,7 @@
|
|
15947
16084
|
"bytesInOutput": 2225
|
15948
16085
|
},
|
15949
16086
|
"src/Prebuilt/App.tsx": {
|
15950
|
-
"bytesInOutput":
|
16087
|
+
"bytesInOutput": 9479
|
15951
16088
|
},
|
15952
16089
|
"src/Prebuilt/index.ts": {
|
15953
16090
|
"bytesInOutput": 131
|
@@ -15959,7 +16096,7 @@
|
|
15959
16096
|
"bytesInOutput": 2930
|
15960
16097
|
}
|
15961
16098
|
},
|
15962
|
-
"bytes":
|
16099
|
+
"bytes": 1440991
|
15963
16100
|
}
|
15964
16101
|
}
|
15965
16102
|
}
|