@100mslive/roomkit-react 0.1.13-alpha.0 → 0.1.14-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-AIPLCDXY.js → HLSView-HCZVI2RM.js} +2 -2
- package/dist/Prebuilt/components/Notifications/ChatNotifications.d.ts +2 -0
- package/dist/{chunk-5DCII2TP.js → chunk-DKWT744J.js} +945 -911
- package/dist/chunk-DKWT744J.js.map +7 -0
- package/dist/index.cjs.js +1450 -1400
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +226 -147
- package/dist/meta.esbuild.json +231 -152
- package/package.json +6 -6
- package/src/Prebuilt/components/AuthToken.jsx +12 -2
- package/src/Prebuilt/components/Chat/Chat.jsx +5 -7
- package/src/Prebuilt/components/Chat/ChatBody.jsx +53 -34
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +13 -7
- package/src/Prebuilt/components/Chat/ChatStates.jsx +8 -6
- package/src/Prebuilt/components/Chat/Navigation.tsx +1 -1
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +15 -17
- package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +34 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +2 -0
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +6 -4
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.jsx +3 -2
- package/src/Prebuilt/components/Polls/common/VoteCount.jsx +6 -4
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +1 -1
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -19
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +46 -35
- package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +1 -2
- package/src/Prebuilt/components/hooks/useUserPreferences.jsx +1 -0
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +10 -30
- package/dist/chunk-5DCII2TP.js.map +0 -7
- /package/dist/{HLSView-AIPLCDXY.js.map → HLSView-HCZVI2RM.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
@@ -1899,7 +1899,7 @@
|
|
1899
1899
|
"format": "esm"
|
1900
1900
|
},
|
1901
1901
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
1902
|
-
"bytes":
|
1902
|
+
"bytes": 737,
|
1903
1903
|
"imports": [
|
1904
1904
|
{
|
1905
1905
|
"path": "react",
|
@@ -2156,13 +2156,23 @@
|
|
2156
2156
|
"format": "esm"
|
2157
2157
|
},
|
2158
2158
|
"src/Prebuilt/components/AuthToken.jsx": {
|
2159
|
-
"bytes":
|
2159
|
+
"bytes": 4193,
|
2160
2160
|
"imports": [
|
2161
2161
|
{
|
2162
2162
|
"path": "react",
|
2163
2163
|
"kind": "import-statement",
|
2164
2164
|
"external": true
|
2165
2165
|
},
|
2166
|
+
{
|
2167
|
+
"path": "react-use",
|
2168
|
+
"kind": "import-statement",
|
2169
|
+
"external": true
|
2170
|
+
},
|
2171
|
+
{
|
2172
|
+
"path": "uuid",
|
2173
|
+
"kind": "import-statement",
|
2174
|
+
"external": true
|
2175
|
+
},
|
2166
2176
|
{
|
2167
2177
|
"path": "@100mslive/react-sdk",
|
2168
2178
|
"kind": "import-statement",
|
@@ -2188,6 +2198,11 @@
|
|
2188
2198
|
"kind": "import-statement",
|
2189
2199
|
"original": "./AppData/useUISettings"
|
2190
2200
|
},
|
2201
|
+
{
|
2202
|
+
"path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
|
2203
|
+
"kind": "import-statement",
|
2204
|
+
"original": "./hooks/useUserPreferences"
|
2205
|
+
},
|
2191
2206
|
{
|
2192
2207
|
"path": "src/Prebuilt/common/constants.ts",
|
2193
2208
|
"kind": "import-statement",
|
@@ -4388,7 +4403,7 @@
|
|
4388
4403
|
"format": "cjs"
|
4389
4404
|
},
|
4390
4405
|
"../hms-video-web/dist/index.js": {
|
4391
|
-
"bytes":
|
4406
|
+
"bytes": 254529,
|
4392
4407
|
"imports": [
|
4393
4408
|
{
|
4394
4409
|
"path": "uuid",
|
@@ -6174,7 +6189,7 @@
|
|
6174
6189
|
"format": "esm"
|
6175
6190
|
},
|
6176
6191
|
"src/Prebuilt/components/Polls/common/VoteCount.jsx": {
|
6177
|
-
"bytes":
|
6192
|
+
"bytes": 848,
|
6178
6193
|
"imports": [
|
6179
6194
|
{
|
6180
6195
|
"path": "react",
|
@@ -6466,7 +6481,7 @@
|
|
6466
6481
|
"format": "esm"
|
6467
6482
|
},
|
6468
6483
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
6469
|
-
"bytes":
|
6484
|
+
"bytes": 8109,
|
6470
6485
|
"imports": [
|
6471
6486
|
{
|
6472
6487
|
"path": "react",
|
@@ -6543,7 +6558,7 @@
|
|
6543
6558
|
"format": "esm"
|
6544
6559
|
},
|
6545
6560
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
|
6546
|
-
"bytes":
|
6561
|
+
"bytes": 1110,
|
6547
6562
|
"imports": [
|
6548
6563
|
{
|
6549
6564
|
"path": "react",
|
@@ -6872,7 +6887,7 @@
|
|
6872
6887
|
"format": "esm"
|
6873
6888
|
},
|
6874
6889
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
6875
|
-
"bytes":
|
6890
|
+
"bytes": 2718,
|
6876
6891
|
"imports": [
|
6877
6892
|
{
|
6878
6893
|
"path": "react",
|
@@ -6924,7 +6939,7 @@
|
|
6924
6939
|
"format": "esm"
|
6925
6940
|
},
|
6926
6941
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
6927
|
-
"bytes":
|
6942
|
+
"bytes": 20132,
|
6928
6943
|
"imports": [
|
6929
6944
|
{
|
6930
6945
|
"path": "react",
|
@@ -7092,7 +7107,7 @@
|
|
7092
7107
|
"format": "esm"
|
7093
7108
|
},
|
7094
7109
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
7095
|
-
"bytes":
|
7110
|
+
"bytes": 7981,
|
7096
7111
|
"imports": [
|
7097
7112
|
{
|
7098
7113
|
"path": "react",
|
@@ -7173,7 +7188,7 @@
|
|
7173
7188
|
"format": "esm"
|
7174
7189
|
},
|
7175
7190
|
"src/Prebuilt/components/Chat/ChatStates.jsx": {
|
7176
|
-
"bytes":
|
7191
|
+
"bytes": 2411,
|
7177
7192
|
"imports": [
|
7178
7193
|
{
|
7179
7194
|
"path": "react",
|
@@ -7250,7 +7265,7 @@
|
|
7250
7265
|
"format": "esm"
|
7251
7266
|
},
|
7252
7267
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
7253
|
-
"bytes":
|
7268
|
+
"bytes": 4116,
|
7254
7269
|
"imports": [
|
7255
7270
|
{
|
7256
7271
|
"path": "react",
|
@@ -7321,7 +7336,7 @@
|
|
7321
7336
|
"format": "esm"
|
7322
7337
|
},
|
7323
7338
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
7324
|
-
"bytes":
|
7339
|
+
"bytes": 6034,
|
7325
7340
|
"imports": [
|
7326
7341
|
{
|
7327
7342
|
"path": "react",
|
@@ -7977,7 +7992,7 @@
|
|
7977
7992
|
"format": "esm"
|
7978
7993
|
},
|
7979
7994
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
7980
|
-
"bytes":
|
7995
|
+
"bytes": 6551,
|
7981
7996
|
"imports": [
|
7982
7997
|
{
|
7983
7998
|
"path": "react",
|
@@ -8308,7 +8323,7 @@
|
|
8308
8323
|
"format": "esm"
|
8309
8324
|
},
|
8310
8325
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
8311
|
-
"bytes":
|
8326
|
+
"bytes": 10207,
|
8312
8327
|
"imports": [
|
8313
8328
|
{
|
8314
8329
|
"path": "react",
|
@@ -8520,78 +8535,6 @@
|
|
8520
8535
|
],
|
8521
8536
|
"format": "esm"
|
8522
8537
|
},
|
8523
|
-
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
8524
|
-
"bytes": 5527,
|
8525
|
-
"imports": [
|
8526
|
-
{
|
8527
|
-
"path": "react",
|
8528
|
-
"kind": "import-statement",
|
8529
|
-
"external": true
|
8530
|
-
},
|
8531
|
-
{
|
8532
|
-
"path": "@100mslive/react-sdk",
|
8533
|
-
"kind": "import-statement",
|
8534
|
-
"external": true
|
8535
|
-
},
|
8536
|
-
{
|
8537
|
-
"path": "@100mslive/react-icons",
|
8538
|
-
"kind": "import-statement",
|
8539
|
-
"external": true
|
8540
|
-
},
|
8541
|
-
{
|
8542
|
-
"path": "src/Button/index.tsx",
|
8543
|
-
"kind": "import-statement",
|
8544
|
-
"original": "../../../Button"
|
8545
|
-
},
|
8546
|
-
{
|
8547
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
8548
|
-
"kind": "import-statement",
|
8549
|
-
"original": "../../provider/roomLayoutProvider"
|
8550
|
-
},
|
8551
|
-
{
|
8552
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
8553
|
-
"kind": "import-statement",
|
8554
|
-
"original": "../AppData/useSidepane"
|
8555
|
-
},
|
8556
|
-
{
|
8557
|
-
"path": "src/Prebuilt/common/constants.ts",
|
8558
|
-
"kind": "import-statement",
|
8559
|
-
"original": "../../common/constants"
|
8560
|
-
},
|
8561
|
-
{
|
8562
|
-
"path": "<define:process.env>",
|
8563
|
-
"kind": "import-statement",
|
8564
|
-
"external": true
|
8565
|
-
}
|
8566
|
-
],
|
8567
|
-
"format": "esm"
|
8568
|
-
},
|
8569
|
-
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
8570
|
-
"bytes": 1839,
|
8571
|
-
"imports": [
|
8572
|
-
{
|
8573
|
-
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
8574
|
-
"kind": "import-statement",
|
8575
|
-
"original": "./ToastConfig"
|
8576
|
-
},
|
8577
|
-
{
|
8578
|
-
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
8579
|
-
"kind": "import-statement",
|
8580
|
-
"original": "./ToastManager"
|
8581
|
-
},
|
8582
|
-
{
|
8583
|
-
"path": "<define:process.env>",
|
8584
|
-
"kind": "import-statement",
|
8585
|
-
"external": true
|
8586
|
-
},
|
8587
|
-
{
|
8588
|
-
"path": "<runtime>",
|
8589
|
-
"kind": "import-statement",
|
8590
|
-
"external": true
|
8591
|
-
}
|
8592
|
-
],
|
8593
|
-
"format": "esm"
|
8594
|
-
},
|
8595
8538
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
8596
8539
|
"bytes": 707,
|
8597
8540
|
"imports": [
|
@@ -9859,7 +9802,7 @@
|
|
9859
9802
|
"format": "esm"
|
9860
9803
|
},
|
9861
9804
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
9862
|
-
"bytes":
|
9805
|
+
"bytes": 3397,
|
9863
9806
|
"imports": [
|
9864
9807
|
{
|
9865
9808
|
"path": "react",
|
@@ -9871,11 +9814,6 @@
|
|
9871
9814
|
"kind": "import-statement",
|
9872
9815
|
"external": true
|
9873
9816
|
},
|
9874
|
-
{
|
9875
|
-
"path": "uuid",
|
9876
|
-
"kind": "import-statement",
|
9877
|
-
"external": true
|
9878
|
-
},
|
9879
9817
|
{
|
9880
9818
|
"path": "@100mslive/react-sdk",
|
9881
9819
|
"kind": "import-statement",
|
@@ -9886,11 +9824,6 @@
|
|
9886
9824
|
"kind": "import-statement",
|
9887
9825
|
"original": "../components/FullPageProgress"
|
9888
9826
|
},
|
9889
|
-
{
|
9890
|
-
"path": "src/Prebuilt/components/Toast/ToastBatcher.js",
|
9891
|
-
"kind": "import-statement",
|
9892
|
-
"original": "../components/Toast/ToastBatcher"
|
9893
|
-
},
|
9894
9827
|
{
|
9895
9828
|
"path": "src/Prebuilt/components/VideoLayouts/GridLayout.tsx",
|
9896
9829
|
"kind": "import-statement",
|
@@ -10465,6 +10398,78 @@
|
|
10465
10398
|
],
|
10466
10399
|
"format": "esm"
|
10467
10400
|
},
|
10401
|
+
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
10402
|
+
"bytes": 5101,
|
10403
|
+
"imports": [
|
10404
|
+
{
|
10405
|
+
"path": "react",
|
10406
|
+
"kind": "import-statement",
|
10407
|
+
"external": true
|
10408
|
+
},
|
10409
|
+
{
|
10410
|
+
"path": "@100mslive/react-sdk",
|
10411
|
+
"kind": "import-statement",
|
10412
|
+
"external": true
|
10413
|
+
},
|
10414
|
+
{
|
10415
|
+
"path": "@100mslive/react-icons",
|
10416
|
+
"kind": "import-statement",
|
10417
|
+
"external": true
|
10418
|
+
},
|
10419
|
+
{
|
10420
|
+
"path": "src/Button/index.tsx",
|
10421
|
+
"kind": "import-statement",
|
10422
|
+
"original": "../../../Button"
|
10423
|
+
},
|
10424
|
+
{
|
10425
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
10426
|
+
"kind": "import-statement",
|
10427
|
+
"original": "../../provider/roomLayoutProvider"
|
10428
|
+
},
|
10429
|
+
{
|
10430
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
10431
|
+
"kind": "import-statement",
|
10432
|
+
"original": "../AppData/useSidepane"
|
10433
|
+
},
|
10434
|
+
{
|
10435
|
+
"path": "src/Prebuilt/common/constants.ts",
|
10436
|
+
"kind": "import-statement",
|
10437
|
+
"original": "../../common/constants"
|
10438
|
+
},
|
10439
|
+
{
|
10440
|
+
"path": "<define:process.env>",
|
10441
|
+
"kind": "import-statement",
|
10442
|
+
"external": true
|
10443
|
+
}
|
10444
|
+
],
|
10445
|
+
"format": "esm"
|
10446
|
+
},
|
10447
|
+
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
10448
|
+
"bytes": 1839,
|
10449
|
+
"imports": [
|
10450
|
+
{
|
10451
|
+
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
10452
|
+
"kind": "import-statement",
|
10453
|
+
"original": "./ToastConfig"
|
10454
|
+
},
|
10455
|
+
{
|
10456
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
10457
|
+
"kind": "import-statement",
|
10458
|
+
"original": "./ToastManager"
|
10459
|
+
},
|
10460
|
+
{
|
10461
|
+
"path": "<define:process.env>",
|
10462
|
+
"kind": "import-statement",
|
10463
|
+
"external": true
|
10464
|
+
},
|
10465
|
+
{
|
10466
|
+
"path": "<runtime>",
|
10467
|
+
"kind": "import-statement",
|
10468
|
+
"external": true
|
10469
|
+
}
|
10470
|
+
],
|
10471
|
+
"format": "esm"
|
10472
|
+
},
|
10468
10473
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
10469
10474
|
"bytes": 1095,
|
10470
10475
|
"imports": [
|
@@ -10496,6 +10501,47 @@
|
|
10496
10501
|
],
|
10497
10502
|
"format": "esm"
|
10498
10503
|
},
|
10504
|
+
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
10505
|
+
"bytes": 1127,
|
10506
|
+
"imports": [
|
10507
|
+
{
|
10508
|
+
"path": "react",
|
10509
|
+
"kind": "import-statement",
|
10510
|
+
"external": true
|
10511
|
+
},
|
10512
|
+
{
|
10513
|
+
"path": "uuid",
|
10514
|
+
"kind": "import-statement",
|
10515
|
+
"external": true
|
10516
|
+
},
|
10517
|
+
{
|
10518
|
+
"path": "@100mslive/react-sdk",
|
10519
|
+
"kind": "import-statement",
|
10520
|
+
"external": true
|
10521
|
+
},
|
10522
|
+
{
|
10523
|
+
"path": "@100mslive/react-icons",
|
10524
|
+
"kind": "import-statement",
|
10525
|
+
"external": true
|
10526
|
+
},
|
10527
|
+
{
|
10528
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
10529
|
+
"kind": "import-statement",
|
10530
|
+
"original": "../Toast/ToastManager"
|
10531
|
+
},
|
10532
|
+
{
|
10533
|
+
"path": "src/Prebuilt/common/constants.ts",
|
10534
|
+
"kind": "import-statement",
|
10535
|
+
"original": "../../common/constants"
|
10536
|
+
},
|
10537
|
+
{
|
10538
|
+
"path": "<define:process.env>",
|
10539
|
+
"kind": "import-statement",
|
10540
|
+
"external": true
|
10541
|
+
}
|
10542
|
+
],
|
10543
|
+
"format": "esm"
|
10544
|
+
},
|
10499
10545
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
10500
10546
|
"bytes": 1515,
|
10501
10547
|
"imports": [
|
@@ -10737,7 +10783,7 @@
|
|
10737
10783
|
"format": "esm"
|
10738
10784
|
},
|
10739
10785
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
10740
|
-
"bytes":
|
10786
|
+
"bytes": 7373,
|
10741
10787
|
"imports": [
|
10742
10788
|
{
|
10743
10789
|
"path": "react",
|
@@ -10774,6 +10820,11 @@
|
|
10774
10820
|
"kind": "import-statement",
|
10775
10821
|
"original": "./AutoplayBlockedModal"
|
10776
10822
|
},
|
10823
|
+
{
|
10824
|
+
"path": "src/Prebuilt/components/Notifications/ChatNotifications.tsx",
|
10825
|
+
"kind": "import-statement",
|
10826
|
+
"original": "./ChatNotifications"
|
10827
|
+
},
|
10777
10828
|
{
|
10778
10829
|
"path": "src/Prebuilt/components/Notifications/InitErrorModal.tsx",
|
10779
10830
|
"kind": "import-statement",
|
@@ -11509,7 +11560,7 @@
|
|
11509
11560
|
"imports": [],
|
11510
11561
|
"exports": [],
|
11511
11562
|
"inputs": {},
|
11512
|
-
"bytes":
|
11563
|
+
"bytes": 2288768
|
11513
11564
|
},
|
11514
11565
|
"dist/index.cjs.js": {
|
11515
11566
|
"imports": [
|
@@ -11848,6 +11899,16 @@
|
|
11848
11899
|
"kind": "require-call",
|
11849
11900
|
"external": true
|
11850
11901
|
},
|
11902
|
+
{
|
11903
|
+
"path": "react-use",
|
11904
|
+
"kind": "require-call",
|
11905
|
+
"external": true
|
11906
|
+
},
|
11907
|
+
{
|
11908
|
+
"path": "uuid",
|
11909
|
+
"kind": "require-call",
|
11910
|
+
"external": true
|
11911
|
+
},
|
11851
11912
|
{
|
11852
11913
|
"path": "@100mslive/react-sdk",
|
11853
11914
|
"kind": "require-call",
|
@@ -13303,21 +13364,6 @@
|
|
13303
13364
|
"kind": "require-call",
|
13304
13365
|
"external": true
|
13305
13366
|
},
|
13306
|
-
{
|
13307
|
-
"path": "@100mslive/react-sdk",
|
13308
|
-
"kind": "require-call",
|
13309
|
-
"external": true
|
13310
|
-
},
|
13311
|
-
{
|
13312
|
-
"path": "@100mslive/react-icons",
|
13313
|
-
"kind": "require-call",
|
13314
|
-
"external": true
|
13315
|
-
},
|
13316
|
-
{
|
13317
|
-
"path": "react",
|
13318
|
-
"kind": "require-call",
|
13319
|
-
"external": true
|
13320
|
-
},
|
13321
13367
|
{
|
13322
13368
|
"path": "react",
|
13323
13369
|
"kind": "require-call",
|
@@ -13623,11 +13669,6 @@
|
|
13623
13669
|
"kind": "require-call",
|
13624
13670
|
"external": true
|
13625
13671
|
},
|
13626
|
-
{
|
13627
|
-
"path": "uuid",
|
13628
|
-
"kind": "require-call",
|
13629
|
-
"external": true
|
13630
|
-
},
|
13631
13672
|
{
|
13632
13673
|
"path": "@100mslive/react-sdk",
|
13633
13674
|
"kind": "require-call",
|
@@ -13753,6 +13794,41 @@
|
|
13753
13794
|
"kind": "require-call",
|
13754
13795
|
"external": true
|
13755
13796
|
},
|
13797
|
+
{
|
13798
|
+
"path": "@100mslive/react-icons",
|
13799
|
+
"kind": "require-call",
|
13800
|
+
"external": true
|
13801
|
+
},
|
13802
|
+
{
|
13803
|
+
"path": "react",
|
13804
|
+
"kind": "require-call",
|
13805
|
+
"external": true
|
13806
|
+
},
|
13807
|
+
{
|
13808
|
+
"path": "@100mslive/react-sdk",
|
13809
|
+
"kind": "require-call",
|
13810
|
+
"external": true
|
13811
|
+
},
|
13812
|
+
{
|
13813
|
+
"path": "react",
|
13814
|
+
"kind": "require-call",
|
13815
|
+
"external": true
|
13816
|
+
},
|
13817
|
+
{
|
13818
|
+
"path": "uuid",
|
13819
|
+
"kind": "require-call",
|
13820
|
+
"external": true
|
13821
|
+
},
|
13822
|
+
{
|
13823
|
+
"path": "@100mslive/react-sdk",
|
13824
|
+
"kind": "require-call",
|
13825
|
+
"external": true
|
13826
|
+
},
|
13827
|
+
{
|
13828
|
+
"path": "@100mslive/react-icons",
|
13829
|
+
"kind": "require-call",
|
13830
|
+
"external": true
|
13831
|
+
},
|
13756
13832
|
{
|
13757
13833
|
"path": "react",
|
13758
13834
|
"kind": "require-call",
|
@@ -13928,7 +14004,7 @@
|
|
13928
14004
|
"entryPoint": "src/index.ts",
|
13929
14005
|
"inputs": {
|
13930
14006
|
"<define:process.env>": {
|
13931
|
-
"bytesInOutput":
|
14007
|
+
"bytesInOutput": 18602
|
13932
14008
|
},
|
13933
14009
|
"src/Theme/base.config.ts": {
|
13934
14010
|
"bytesInOutput": 6104
|
@@ -14189,7 +14265,7 @@
|
|
14189
14265
|
"bytesInOutput": 1995
|
14190
14266
|
},
|
14191
14267
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
14192
|
-
"bytesInOutput":
|
14268
|
+
"bytesInOutput": 1087
|
14193
14269
|
},
|
14194
14270
|
"src/Prebuilt/common/constants.ts": {
|
14195
14271
|
"bytesInOutput": 4578
|
@@ -14210,7 +14286,7 @@
|
|
14210
14286
|
"bytesInOutput": 9342
|
14211
14287
|
},
|
14212
14288
|
"src/Prebuilt/components/AuthToken.jsx": {
|
14213
|
-
"bytesInOutput":
|
14289
|
+
"bytesInOutput": 4296
|
14214
14290
|
},
|
14215
14291
|
"src/Prebuilt/IconButton.jsx": {
|
14216
14292
|
"bytesInOutput": 845
|
@@ -14219,7 +14295,7 @@
|
|
14219
14295
|
"bytesInOutput": 3794
|
14220
14296
|
},
|
14221
14297
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
14222
|
-
"bytesInOutput":
|
14298
|
+
"bytesInOutput": 1359
|
14223
14299
|
},
|
14224
14300
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
14225
14301
|
"bytesInOutput": 6734
|
@@ -14396,7 +14472,7 @@
|
|
14396
14472
|
"bytesInOutput": 615
|
14397
14473
|
},
|
14398
14474
|
"../hms-video-web/dist/index.js": {
|
14399
|
-
"bytesInOutput":
|
14475
|
+
"bytesInOutput": 35198
|
14400
14476
|
},
|
14401
14477
|
"src/Prebuilt/common/utils.js": {
|
14402
14478
|
"bytesInOutput": 2907
|
@@ -14435,7 +14511,7 @@
|
|
14435
14511
|
"bytesInOutput": 12031
|
14436
14512
|
},
|
14437
14513
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
14438
|
-
"bytesInOutput":
|
14514
|
+
"bytesInOutput": 729
|
14439
14515
|
},
|
14440
14516
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
14441
14517
|
"bytesInOutput": 918
|
@@ -14516,7 +14592,7 @@
|
|
14516
14592
|
"bytesInOutput": 1302
|
14517
14593
|
},
|
14518
14594
|
"src/Prebuilt/components/Polls/common/VoteCount.jsx": {
|
14519
|
-
"bytesInOutput":
|
14595
|
+
"bytesInOutput": 1075
|
14520
14596
|
},
|
14521
14597
|
"src/Prebuilt/components/Polls/common/VoteProgress.jsx": {
|
14522
14598
|
"bytesInOutput": 858
|
@@ -14537,13 +14613,13 @@
|
|
14537
14613
|
"bytesInOutput": 5112
|
14538
14614
|
},
|
14539
14615
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
14540
|
-
"bytesInOutput":
|
14616
|
+
"bytesInOutput": 9692
|
14541
14617
|
},
|
14542
14618
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
|
14543
14619
|
"bytesInOutput": 1467
|
14544
14620
|
},
|
14545
14621
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
|
14546
|
-
"bytesInOutput":
|
14622
|
+
"bytesInOutput": 1419
|
14547
14623
|
},
|
14548
14624
|
"src/Prebuilt/components/Polls/Voting/Voting.jsx": {
|
14549
14625
|
"bytesInOutput": 3891
|
@@ -14555,7 +14631,7 @@
|
|
14555
14631
|
"bytesInOutput": 2639
|
14556
14632
|
},
|
14557
14633
|
"../hms-video-store/dist/index.js": {
|
14558
|
-
"bytesInOutput":
|
14634
|
+
"bytesInOutput": 21607
|
14559
14635
|
},
|
14560
14636
|
"src/Prebuilt/images/empty-chat.svg": {
|
14561
14637
|
"bytesInOutput": 2366
|
@@ -14567,13 +14643,13 @@
|
|
14567
14643
|
"bytesInOutput": 852
|
14568
14644
|
},
|
14569
14645
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
14570
|
-
"bytesInOutput":
|
14646
|
+
"bytesInOutput": 2924
|
14571
14647
|
},
|
14572
14648
|
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
14573
14649
|
"bytesInOutput": 637
|
14574
14650
|
},
|
14575
14651
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
14576
|
-
"bytesInOutput":
|
14652
|
+
"bytesInOutput": 24761
|
14577
14653
|
},
|
14578
14654
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
14579
14655
|
"bytesInOutput": 914
|
@@ -14582,19 +14658,19 @@
|
|
14582
14658
|
"bytesInOutput": 1440
|
14583
14659
|
},
|
14584
14660
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
14585
|
-
"bytesInOutput":
|
14661
|
+
"bytesInOutput": 9143
|
14586
14662
|
},
|
14587
14663
|
"src/Prebuilt/components/Chat/ChatStates.jsx": {
|
14588
|
-
"bytesInOutput":
|
14664
|
+
"bytesInOutput": 3176
|
14589
14665
|
},
|
14590
14666
|
"src/Prebuilt/components/Chat/Navigation.tsx": {
|
14591
14667
|
"bytesInOutput": 1870
|
14592
14668
|
},
|
14593
14669
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
14594
|
-
"bytesInOutput":
|
14670
|
+
"bytesInOutput": 5486
|
14595
14671
|
},
|
14596
14672
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
14597
|
-
"bytesInOutput":
|
14673
|
+
"bytesInOutput": 7319
|
14598
14674
|
},
|
14599
14675
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
14600
14676
|
"bytesInOutput": 5307
|
@@ -14627,7 +14703,7 @@
|
|
14627
14703
|
"bytesInOutput": 1222
|
14628
14704
|
},
|
14629
14705
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
14630
|
-
"bytesInOutput":
|
14706
|
+
"bytesInOutput": 8609
|
14631
14707
|
},
|
14632
14708
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
14633
14709
|
"bytesInOutput": 4947
|
@@ -14645,7 +14721,7 @@
|
|
14645
14721
|
"bytesInOutput": 3383
|
14646
14722
|
},
|
14647
14723
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
14648
|
-
"bytesInOutput":
|
14724
|
+
"bytesInOutput": 12036
|
14649
14725
|
},
|
14650
14726
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
14651
14727
|
"bytesInOutput": 2622
|
@@ -14653,12 +14729,6 @@
|
|
14653
14729
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
14654
14730
|
"bytesInOutput": 3662
|
14655
14731
|
},
|
14656
|
-
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
14657
|
-
"bytesInOutput": 8342
|
14658
|
-
},
|
14659
|
-
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
14660
|
-
"bytesInOutput": 2151
|
14661
|
-
},
|
14662
14732
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
14663
14733
|
"bytesInOutput": 706
|
14664
14734
|
},
|
@@ -14753,7 +14823,7 @@
|
|
14753
14823
|
"bytesInOutput": 18571
|
14754
14824
|
},
|
14755
14825
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
14756
|
-
"bytesInOutput":
|
14826
|
+
"bytesInOutput": 3346
|
14757
14827
|
},
|
14758
14828
|
"src/Prebuilt/components/Header/common.jsx": {
|
14759
14829
|
"bytesInOutput": 7375
|
@@ -14788,9 +14858,18 @@
|
|
14788
14858
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
14789
14859
|
"bytesInOutput": 3195
|
14790
14860
|
},
|
14861
|
+
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
14862
|
+
"bytesInOutput": 7488
|
14863
|
+
},
|
14864
|
+
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
14865
|
+
"bytesInOutput": 2151
|
14866
|
+
},
|
14791
14867
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
14792
14868
|
"bytesInOutput": 1412
|
14793
14869
|
},
|
14870
|
+
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
14871
|
+
"bytesInOutput": 1798
|
14872
|
+
},
|
14794
14873
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
14795
14874
|
"bytesInOutput": 1960
|
14796
14875
|
},
|
@@ -14819,7 +14898,7 @@
|
|
14819
14898
|
"bytesInOutput": 2271
|
14820
14899
|
},
|
14821
14900
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
14822
|
-
"bytesInOutput":
|
14901
|
+
"bytesInOutput": 7916
|
14823
14902
|
},
|
14824
14903
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
14825
14904
|
"bytesInOutput": 173
|
@@ -14834,7 +14913,7 @@
|
|
14834
14913
|
"bytesInOutput": 1411
|
14835
14914
|
},
|
14836
14915
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
14837
|
-
"bytesInOutput":
|
14916
|
+
"bytesInOutput": 4336
|
14838
14917
|
},
|
14839
14918
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
14840
14919
|
"bytesInOutput": 827
|
@@ -14855,7 +14934,7 @@
|
|
14855
14934
|
"bytesInOutput": 2930
|
14856
14935
|
}
|
14857
14936
|
},
|
14858
|
-
"bytes":
|
14937
|
+
"bytes": 1158223
|
14859
14938
|
}
|
14860
14939
|
}
|
14861
14940
|
}
|