@100mslive/roomkit-react 0.3.10-alpha.16 → 0.3.10-alpha.18
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-WF5O5RAH.css → HLSView-LNCDKSKQ.css} +3 -3
- package/dist/{HLSView-WF5O5RAH.css.map → HLSView-LNCDKSKQ.css.map} +1 -1
- package/dist/{HLSView-GCQTTWZN.js → HLSView-SJJ2GAYJ.js} +18 -3
- package/dist/HLSView-SJJ2GAYJ.js.map +7 -0
- package/dist/Prebuilt/common/constants.d.ts +0 -2
- package/dist/Prebuilt/common/hooks.d.ts +8 -1
- package/dist/Prebuilt/components/Polls/Voting/StandardVoting.d.ts +4 -2
- package/dist/Prebuilt/components/Polls/Voting/TimedVoting.d.ts +4 -2
- package/dist/Prebuilt/layouts/WaitingView.d.ts +6 -0
- package/dist/{chunk-FFWLNZPI.js → chunk-FMGGXDNB.js} +901 -788
- package/dist/chunk-FMGGXDNB.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +1063 -941
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +138 -108
- package/dist/meta.esbuild.json +154 -123
- package/package.json +7 -7
- package/src/Prebuilt/common/constants.ts +0 -2
- package/src/Prebuilt/common/hooks.ts +34 -1
- package/src/Prebuilt/common/utils.js +11 -11
- package/src/Prebuilt/components/AppData/AppData.tsx +0 -2
- package/src/Prebuilt/components/AppData/useUISettings.js +0 -3
- package/src/Prebuilt/components/Chat/Chat.tsx +26 -6
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +18 -2
- package/src/Prebuilt/components/Chat/ChatStates.tsx +1 -1
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +5 -1
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -2
- package/src/Prebuilt/components/Footer/PollsToggle.tsx +1 -1
- package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +2 -15
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +71 -66
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +39 -40
- package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +12 -6
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +21 -10
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +44 -2
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +13 -17
- package/src/Prebuilt/layouts/HLSView.jsx +14 -11
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +44 -9
- package/src/Prebuilt/layouts/WaitingView.tsx +52 -0
- package/dist/HLSView-GCQTTWZN.js.map +0 -7
- package/dist/chunk-FFWLNZPI.js.map +0 -7
- package/src/Prebuilt/layouts/NonPublisherView.jsx +0 -51
- package/src/Prebuilt/layouts/WaitingView.jsx +0 -51
package/dist/meta.cjs.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "esm"
|
|
22
22
|
},
|
|
23
23
|
"src/Prebuilt/common/constants.ts": {
|
|
24
|
-
"bytes":
|
|
24
|
+
"bytes": 4455,
|
|
25
25
|
"imports": [
|
|
26
26
|
{
|
|
27
27
|
"path": "@100mslive/react-sdk",
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
"format": "esm"
|
|
1893
1893
|
},
|
|
1894
1894
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
|
1895
|
-
"bytes":
|
|
1895
|
+
"bytes": 6214,
|
|
1896
1896
|
"imports": [
|
|
1897
1897
|
{
|
|
1898
1898
|
"path": "react",
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
"format": "esm"
|
|
2070
2070
|
},
|
|
2071
2071
|
"src/Prebuilt/common/utils.js": {
|
|
2072
|
-
"bytes":
|
|
2072
|
+
"bytes": 5684,
|
|
2073
2073
|
"imports": [
|
|
2074
2074
|
{
|
|
2075
2075
|
"path": "src/Prebuilt/common/constants.ts",
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
"format": "esm"
|
|
2158
2158
|
},
|
|
2159
2159
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
2160
|
-
"bytes":
|
|
2160
|
+
"bytes": 5928,
|
|
2161
2161
|
"imports": [
|
|
2162
2162
|
{
|
|
2163
2163
|
"path": "react",
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
"format": "esm"
|
|
2885
2885
|
},
|
|
2886
2886
|
"src/Prebuilt/common/hooks.ts": {
|
|
2887
|
-
"bytes":
|
|
2887
|
+
"bytes": 8634,
|
|
2888
2888
|
"imports": [
|
|
2889
2889
|
{
|
|
2890
2890
|
"path": "react",
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
"format": "cjs"
|
|
4534
4534
|
},
|
|
4535
4535
|
"../hms-video-store/dist/index.js": {
|
|
4536
|
-
"bytes":
|
|
4536
|
+
"bytes": 336440,
|
|
4537
4537
|
"imports": [
|
|
4538
4538
|
{
|
|
4539
4539
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -5613,7 +5613,7 @@
|
|
|
5613
5613
|
"format": "esm"
|
|
5614
5614
|
},
|
|
5615
5615
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
|
5616
|
-
"bytes":
|
|
5616
|
+
"bytes": 1698,
|
|
5617
5617
|
"imports": [
|
|
5618
5618
|
{
|
|
5619
5619
|
"path": "react",
|
|
@@ -5982,7 +5982,7 @@
|
|
|
5982
5982
|
"format": "esm"
|
|
5983
5983
|
},
|
|
5984
5984
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
5985
|
-
"bytes":
|
|
5985
|
+
"bytes": 14000,
|
|
5986
5986
|
"imports": [
|
|
5987
5987
|
{
|
|
5988
5988
|
"path": "react",
|
|
@@ -6078,7 +6078,7 @@
|
|
|
6078
6078
|
"format": "esm"
|
|
6079
6079
|
},
|
|
6080
6080
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
6081
|
-
"bytes":
|
|
6081
|
+
"bytes": 1309,
|
|
6082
6082
|
"imports": [
|
|
6083
6083
|
{
|
|
6084
6084
|
"path": "react",
|
|
@@ -6405,7 +6405,7 @@
|
|
|
6405
6405
|
"format": "esm"
|
|
6406
6406
|
},
|
|
6407
6407
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
6408
|
-
"bytes":
|
|
6408
|
+
"bytes": 7563,
|
|
6409
6409
|
"imports": [
|
|
6410
6410
|
{
|
|
6411
6411
|
"path": "react",
|
|
@@ -7006,7 +7006,7 @@
|
|
|
7006
7006
|
"format": "esm"
|
|
7007
7007
|
},
|
|
7008
7008
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
7009
|
-
"bytes":
|
|
7009
|
+
"bytes": 4530,
|
|
7010
7010
|
"imports": [
|
|
7011
7011
|
{
|
|
7012
7012
|
"path": "react",
|
|
@@ -7038,6 +7038,11 @@
|
|
|
7038
7038
|
"kind": "import-statement",
|
|
7039
7039
|
"original": "../../../../Text"
|
|
7040
7040
|
},
|
|
7041
|
+
{
|
|
7042
|
+
"path": "src/Prebuilt/components/Streaming/Common.jsx",
|
|
7043
|
+
"kind": "import-statement",
|
|
7044
|
+
"original": "../../Streaming/Common"
|
|
7045
|
+
},
|
|
7041
7046
|
{
|
|
7042
7047
|
"path": "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx",
|
|
7043
7048
|
"kind": "import-statement",
|
|
@@ -7082,7 +7087,7 @@
|
|
|
7082
7087
|
"format": "esm"
|
|
7083
7088
|
},
|
|
7084
7089
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
7085
|
-
"bytes":
|
|
7090
|
+
"bytes": 7266,
|
|
7086
7091
|
"imports": [
|
|
7087
7092
|
{
|
|
7088
7093
|
"path": "react",
|
|
@@ -7138,7 +7143,7 @@
|
|
|
7138
7143
|
"format": "esm"
|
|
7139
7144
|
},
|
|
7140
7145
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
7141
|
-
"bytes":
|
|
7146
|
+
"bytes": 1443,
|
|
7142
7147
|
"imports": [
|
|
7143
7148
|
{
|
|
7144
7149
|
"path": "react",
|
|
@@ -7169,7 +7174,7 @@
|
|
|
7169
7174
|
"format": "esm"
|
|
7170
7175
|
},
|
|
7171
7176
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
7172
|
-
"bytes":
|
|
7177
|
+
"bytes": 1890,
|
|
7173
7178
|
"imports": [
|
|
7174
7179
|
{
|
|
7175
7180
|
"path": "react",
|
|
@@ -7200,7 +7205,7 @@
|
|
|
7200
7205
|
"format": "esm"
|
|
7201
7206
|
},
|
|
7202
7207
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
7203
|
-
"bytes":
|
|
7208
|
+
"bytes": 4882,
|
|
7204
7209
|
"imports": [
|
|
7205
7210
|
{
|
|
7206
7211
|
"path": "react",
|
|
@@ -7242,6 +7247,11 @@
|
|
|
7242
7247
|
"kind": "import-statement",
|
|
7243
7248
|
"original": "../../AppData/useUISettings"
|
|
7244
7249
|
},
|
|
7250
|
+
{
|
|
7251
|
+
"path": "src/Prebuilt/common/utils.js",
|
|
7252
|
+
"kind": "import-statement",
|
|
7253
|
+
"original": "../../../common/utils"
|
|
7254
|
+
},
|
|
7245
7255
|
{
|
|
7246
7256
|
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.tsx",
|
|
7247
7257
|
"kind": "import-statement",
|
|
@@ -8011,7 +8021,7 @@
|
|
|
8011
8021
|
"format": "esm"
|
|
8012
8022
|
},
|
|
8013
8023
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
8014
|
-
"bytes":
|
|
8024
|
+
"bytes": 10801,
|
|
8015
8025
|
"imports": [
|
|
8016
8026
|
{
|
|
8017
8027
|
"path": "react",
|
|
@@ -8296,7 +8306,7 @@
|
|
|
8296
8306
|
"format": "esm"
|
|
8297
8307
|
},
|
|
8298
8308
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
|
8299
|
-
"bytes":
|
|
8309
|
+
"bytes": 6432,
|
|
8300
8310
|
"imports": [
|
|
8301
8311
|
{
|
|
8302
8312
|
"path": "react",
|
|
@@ -8353,6 +8363,16 @@
|
|
|
8353
8363
|
"kind": "import-statement",
|
|
8354
8364
|
"original": "../EmojiReaction"
|
|
8355
8365
|
},
|
|
8366
|
+
{
|
|
8367
|
+
"path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
|
|
8368
|
+
"kind": "import-statement",
|
|
8369
|
+
"original": "../MoreSettings/MoreSettings"
|
|
8370
|
+
},
|
|
8371
|
+
{
|
|
8372
|
+
"path": "src/Prebuilt/components/RaiseHand.tsx",
|
|
8373
|
+
"kind": "import-statement",
|
|
8374
|
+
"original": "../RaiseHand"
|
|
8375
|
+
},
|
|
8356
8376
|
{
|
|
8357
8377
|
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
|
8358
8378
|
"kind": "import-statement",
|
|
@@ -8383,6 +8403,11 @@
|
|
|
8383
8403
|
"kind": "import-statement",
|
|
8384
8404
|
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
|
8385
8405
|
},
|
|
8406
|
+
{
|
|
8407
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
|
8408
|
+
"kind": "import-statement",
|
|
8409
|
+
"original": "../hooks/useChatBlacklist"
|
|
8410
|
+
},
|
|
8386
8411
|
{
|
|
8387
8412
|
"path": "src/Prebuilt/common/hooks.ts",
|
|
8388
8413
|
"kind": "import-statement",
|
|
@@ -9557,6 +9582,32 @@
|
|
|
9557
9582
|
],
|
|
9558
9583
|
"format": "esm"
|
|
9559
9584
|
},
|
|
9585
|
+
"src/Prebuilt/layouts/WaitingView.tsx": {
|
|
9586
|
+
"bytes": 1294,
|
|
9587
|
+
"imports": [
|
|
9588
|
+
{
|
|
9589
|
+
"path": "react",
|
|
9590
|
+
"kind": "import-statement",
|
|
9591
|
+
"external": true
|
|
9592
|
+
},
|
|
9593
|
+
{
|
|
9594
|
+
"path": "src/Layout/index.tsx",
|
|
9595
|
+
"kind": "import-statement",
|
|
9596
|
+
"original": "../../Layout"
|
|
9597
|
+
},
|
|
9598
|
+
{
|
|
9599
|
+
"path": "src/Text/index.tsx",
|
|
9600
|
+
"kind": "import-statement",
|
|
9601
|
+
"original": "../../Text"
|
|
9602
|
+
},
|
|
9603
|
+
{
|
|
9604
|
+
"path": "<define:process.env>",
|
|
9605
|
+
"kind": "import-statement",
|
|
9606
|
+
"external": true
|
|
9607
|
+
}
|
|
9608
|
+
],
|
|
9609
|
+
"format": "esm"
|
|
9610
|
+
},
|
|
9560
9611
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
|
9561
9612
|
"bytes": 707,
|
|
9562
9613
|
"imports": [
|
|
@@ -9748,7 +9799,7 @@
|
|
|
9748
9799
|
"format": "esm"
|
|
9749
9800
|
},
|
|
9750
9801
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
|
9751
|
-
"bytes":
|
|
9802
|
+
"bytes": 2113,
|
|
9752
9803
|
"imports": [
|
|
9753
9804
|
{
|
|
9754
9805
|
"path": "react",
|
|
@@ -9761,7 +9812,7 @@
|
|
|
9761
9812
|
"external": true
|
|
9762
9813
|
},
|
|
9763
9814
|
{
|
|
9764
|
-
"path": "@100mslive/react-
|
|
9815
|
+
"path": "@100mslive/react-icons",
|
|
9765
9816
|
"kind": "import-statement",
|
|
9766
9817
|
"external": true
|
|
9767
9818
|
},
|
|
@@ -9775,6 +9826,11 @@
|
|
|
9775
9826
|
"kind": "import-statement",
|
|
9776
9827
|
"original": "../../../Theme"
|
|
9777
9828
|
},
|
|
9829
|
+
{
|
|
9830
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
|
9831
|
+
"kind": "import-statement",
|
|
9832
|
+
"original": "../../layouts/WaitingView"
|
|
9833
|
+
},
|
|
9778
9834
|
{
|
|
9779
9835
|
"path": "src/Prebuilt/components/InsetTile.tsx",
|
|
9780
9836
|
"kind": "import-statement",
|
|
@@ -10286,7 +10342,7 @@
|
|
|
10286
10342
|
],
|
|
10287
10343
|
"format": "esm"
|
|
10288
10344
|
},
|
|
10289
|
-
"../../../../../../../tmp/tmp-
|
|
10345
|
+
"../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afceda43/tldraw.css": {
|
|
10290
10346
|
"bytes": 80111,
|
|
10291
10347
|
"imports": [
|
|
10292
10348
|
{
|
|
@@ -10336,7 +10392,7 @@
|
|
|
10336
10392
|
}
|
|
10337
10393
|
]
|
|
10338
10394
|
},
|
|
10339
|
-
"../../../../../../../tmp/tmp-
|
|
10395
|
+
"../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afced921/index.css": {
|
|
10340
10396
|
"bytes": 597,
|
|
10341
10397
|
"imports": [
|
|
10342
10398
|
{
|
|
@@ -10345,7 +10401,7 @@
|
|
|
10345
10401
|
"external": true
|
|
10346
10402
|
},
|
|
10347
10403
|
{
|
|
10348
|
-
"path": "../../../../../../../tmp/tmp-
|
|
10404
|
+
"path": "../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afceda43/tldraw.css",
|
|
10349
10405
|
"kind": "import-rule",
|
|
10350
10406
|
"original": "@tldraw/tldraw/tldraw.css"
|
|
10351
10407
|
}
|
|
@@ -10420,7 +10476,7 @@
|
|
|
10420
10476
|
"original": "../../common/constants"
|
|
10421
10477
|
},
|
|
10422
10478
|
{
|
|
10423
|
-
"path": "../../../../../../../tmp/tmp-
|
|
10479
|
+
"path": "../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afced921/index.css",
|
|
10424
10480
|
"kind": "import-statement",
|
|
10425
10481
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
10426
10482
|
},
|
|
@@ -10606,37 +10662,6 @@
|
|
|
10606
10662
|
],
|
|
10607
10663
|
"format": "esm"
|
|
10608
10664
|
},
|
|
10609
|
-
"src/Prebuilt/layouts/WaitingView.jsx": {
|
|
10610
|
-
"bytes": 1261,
|
|
10611
|
-
"imports": [
|
|
10612
|
-
{
|
|
10613
|
-
"path": "react",
|
|
10614
|
-
"kind": "import-statement",
|
|
10615
|
-
"external": true
|
|
10616
|
-
},
|
|
10617
|
-
{
|
|
10618
|
-
"path": "@100mslive/react-icons",
|
|
10619
|
-
"kind": "import-statement",
|
|
10620
|
-
"external": true
|
|
10621
|
-
},
|
|
10622
|
-
{
|
|
10623
|
-
"path": "src/Layout/index.tsx",
|
|
10624
|
-
"kind": "import-statement",
|
|
10625
|
-
"original": "../../Layout"
|
|
10626
|
-
},
|
|
10627
|
-
{
|
|
10628
|
-
"path": "src/Text/index.tsx",
|
|
10629
|
-
"kind": "import-statement",
|
|
10630
|
-
"original": "../../Text"
|
|
10631
|
-
},
|
|
10632
|
-
{
|
|
10633
|
-
"path": "<define:process.env>",
|
|
10634
|
-
"kind": "import-statement",
|
|
10635
|
-
"external": true
|
|
10636
|
-
}
|
|
10637
|
-
],
|
|
10638
|
-
"format": "esm"
|
|
10639
|
-
},
|
|
10640
10665
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
10641
10666
|
"bytes": 6930,
|
|
10642
10667
|
"imports": [
|
|
@@ -11277,7 +11302,7 @@
|
|
|
11277
11302
|
"format": "esm"
|
|
11278
11303
|
},
|
|
11279
11304
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
11280
|
-
"bytes":
|
|
11305
|
+
"bytes": 28639,
|
|
11281
11306
|
"imports": [
|
|
11282
11307
|
{
|
|
11283
11308
|
"path": "react",
|
|
@@ -11404,6 +11429,11 @@
|
|
|
11404
11429
|
"kind": "import-statement",
|
|
11405
11430
|
"original": "../../Tooltip"
|
|
11406
11431
|
},
|
|
11432
|
+
{
|
|
11433
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
|
11434
|
+
"kind": "import-statement",
|
|
11435
|
+
"original": "./WaitingView"
|
|
11436
|
+
},
|
|
11407
11437
|
{
|
|
11408
11438
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
11409
11439
|
"kind": "import-statement",
|
|
@@ -11433,7 +11463,7 @@
|
|
|
11433
11463
|
"format": "esm"
|
|
11434
11464
|
},
|
|
11435
11465
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
11436
|
-
"bytes":
|
|
11466
|
+
"bytes": 5930,
|
|
11437
11467
|
"imports": [
|
|
11438
11468
|
{
|
|
11439
11469
|
"path": "react",
|
|
@@ -11455,6 +11485,11 @@
|
|
|
11455
11485
|
"kind": "import-statement",
|
|
11456
11486
|
"external": true
|
|
11457
11487
|
},
|
|
11488
|
+
{
|
|
11489
|
+
"path": "@100mslive/react-icons",
|
|
11490
|
+
"kind": "import-statement",
|
|
11491
|
+
"external": true
|
|
11492
|
+
},
|
|
11458
11493
|
{
|
|
11459
11494
|
"path": "src/Prebuilt/components/FullPageProgress.tsx",
|
|
11460
11495
|
"kind": "import-statement",
|
|
@@ -11486,7 +11521,7 @@
|
|
|
11486
11521
|
"original": "./SidePane"
|
|
11487
11522
|
},
|
|
11488
11523
|
{
|
|
11489
|
-
"path": "src/Prebuilt/layouts/WaitingView.
|
|
11524
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
|
11490
11525
|
"kind": "import-statement",
|
|
11491
11526
|
"original": "./WaitingView"
|
|
11492
11527
|
},
|
|
@@ -13514,7 +13549,7 @@
|
|
|
13514
13549
|
"imports": [],
|
|
13515
13550
|
"exports": [],
|
|
13516
13551
|
"inputs": {},
|
|
13517
|
-
"bytes":
|
|
13552
|
+
"bytes": 3343055
|
|
13518
13553
|
},
|
|
13519
13554
|
"dist/index.cjs.js": {
|
|
13520
13555
|
"imports": [
|
|
@@ -15063,11 +15098,6 @@
|
|
|
15063
15098
|
"kind": "require-call",
|
|
15064
15099
|
"external": true
|
|
15065
15100
|
},
|
|
15066
|
-
{
|
|
15067
|
-
"path": "@100mslive/react-sdk",
|
|
15068
|
-
"kind": "require-call",
|
|
15069
|
-
"external": true
|
|
15070
|
-
},
|
|
15071
15101
|
{
|
|
15072
15102
|
"path": "react",
|
|
15073
15103
|
"kind": "require-call",
|
|
@@ -15663,6 +15693,11 @@
|
|
|
15663
15693
|
"kind": "require-call",
|
|
15664
15694
|
"external": true
|
|
15665
15695
|
},
|
|
15696
|
+
{
|
|
15697
|
+
"path": "react",
|
|
15698
|
+
"kind": "require-call",
|
|
15699
|
+
"external": true
|
|
15700
|
+
},
|
|
15666
15701
|
{
|
|
15667
15702
|
"path": "react-draggable",
|
|
15668
15703
|
"kind": "require-call",
|
|
@@ -15724,7 +15759,7 @@
|
|
|
15724
15759
|
"external": true
|
|
15725
15760
|
},
|
|
15726
15761
|
{
|
|
15727
|
-
"path": "@100mslive/react-
|
|
15762
|
+
"path": "@100mslive/react-icons",
|
|
15728
15763
|
"kind": "require-call",
|
|
15729
15764
|
"external": true
|
|
15730
15765
|
},
|
|
@@ -15893,16 +15928,6 @@
|
|
|
15893
15928
|
"kind": "require-call",
|
|
15894
15929
|
"external": true
|
|
15895
15930
|
},
|
|
15896
|
-
{
|
|
15897
|
-
"path": "@100mslive/react-icons",
|
|
15898
|
-
"kind": "require-call",
|
|
15899
|
-
"external": true
|
|
15900
|
-
},
|
|
15901
|
-
{
|
|
15902
|
-
"path": "react",
|
|
15903
|
-
"kind": "require-call",
|
|
15904
|
-
"external": true
|
|
15905
|
-
},
|
|
15906
15931
|
{
|
|
15907
15932
|
"path": "react-use",
|
|
15908
15933
|
"kind": "require-call",
|
|
@@ -16108,6 +16133,11 @@
|
|
|
16108
16133
|
"kind": "require-call",
|
|
16109
16134
|
"external": true
|
|
16110
16135
|
},
|
|
16136
|
+
{
|
|
16137
|
+
"path": "@100mslive/react-icons",
|
|
16138
|
+
"kind": "require-call",
|
|
16139
|
+
"external": true
|
|
16140
|
+
},
|
|
16111
16141
|
{
|
|
16112
16142
|
"path": "react",
|
|
16113
16143
|
"kind": "require-call",
|
|
@@ -16529,13 +16559,13 @@
|
|
|
16529
16559
|
"cssBundle": "dist/index.cjs.css",
|
|
16530
16560
|
"inputs": {
|
|
16531
16561
|
"<define:process.env>": {
|
|
16532
|
-
"bytesInOutput":
|
|
16562
|
+
"bytesInOutput": 17874
|
|
16533
16563
|
},
|
|
16534
16564
|
"src/Theme/base.config.ts": {
|
|
16535
16565
|
"bytesInOutput": 6078
|
|
16536
16566
|
},
|
|
16537
16567
|
"src/Prebuilt/common/constants.ts": {
|
|
16538
|
-
"bytesInOutput":
|
|
16568
|
+
"bytesInOutput": 4030
|
|
16539
16569
|
},
|
|
16540
16570
|
"src/Theme/stitches.config.ts": {
|
|
16541
16571
|
"bytesInOutput": 2134
|
|
@@ -16799,7 +16829,7 @@
|
|
|
16799
16829
|
"bytesInOutput": 1090
|
|
16800
16830
|
},
|
|
16801
16831
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
|
16802
|
-
"bytesInOutput":
|
|
16832
|
+
"bytesInOutput": 6706
|
|
16803
16833
|
},
|
|
16804
16834
|
"src/Prebuilt/components/Settings/common.ts": {
|
|
16805
16835
|
"bytesInOutput": 445
|
|
@@ -16820,7 +16850,7 @@
|
|
|
16820
16850
|
"bytesInOutput": 1418
|
|
16821
16851
|
},
|
|
16822
16852
|
"src/Prebuilt/common/utils.js": {
|
|
16823
|
-
"bytesInOutput":
|
|
16853
|
+
"bytesInOutput": 3365
|
|
16824
16854
|
},
|
|
16825
16855
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
|
16826
16856
|
"bytesInOutput": 2607
|
|
@@ -16829,7 +16859,7 @@
|
|
|
16829
16859
|
"bytesInOutput": 3269
|
|
16830
16860
|
},
|
|
16831
16861
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
16832
|
-
"bytesInOutput":
|
|
16862
|
+
"bytesInOutput": 6472
|
|
16833
16863
|
},
|
|
16834
16864
|
"src/Prebuilt/AppContext.tsx": {
|
|
16835
16865
|
"bytesInOutput": 840
|
|
@@ -16886,7 +16916,7 @@
|
|
|
16886
16916
|
"bytesInOutput": 884
|
|
16887
16917
|
},
|
|
16888
16918
|
"src/Prebuilt/common/hooks.ts": {
|
|
16889
|
-
"bytesInOutput":
|
|
16919
|
+
"bytesInOutput": 7316
|
|
16890
16920
|
},
|
|
16891
16921
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
|
16892
16922
|
"bytesInOutput": 3415
|
|
@@ -16970,7 +17000,7 @@
|
|
|
16970
17000
|
"bytesInOutput": 2641
|
|
16971
17001
|
},
|
|
16972
17002
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
|
16973
|
-
"bytesInOutput":
|
|
17003
|
+
"bytesInOutput": 42495
|
|
16974
17004
|
},
|
|
16975
17005
|
"../../node_modules/lodash.isequal/index.js": {
|
|
16976
17006
|
"bytesInOutput": 26597
|
|
@@ -17000,7 +17030,7 @@
|
|
|
17000
17030
|
"bytesInOutput": 12019
|
|
17001
17031
|
},
|
|
17002
17032
|
"../../node_modules/sdp/sdp.js": {
|
|
17003
|
-
"bytesInOutput":
|
|
17033
|
+
"bytesInOutput": 22282
|
|
17004
17034
|
},
|
|
17005
17035
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
|
17006
17036
|
"bytesInOutput": 12620
|
|
@@ -17015,7 +17045,7 @@
|
|
|
17015
17045
|
"bytesInOutput": 16122
|
|
17016
17046
|
},
|
|
17017
17047
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
|
17018
|
-
"bytesInOutput":
|
|
17048
|
+
"bytesInOutput": 3492
|
|
17019
17049
|
},
|
|
17020
17050
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
|
17021
17051
|
"bytesInOutput": 3070
|
|
@@ -17024,7 +17054,7 @@
|
|
|
17024
17054
|
"bytesInOutput": 615
|
|
17025
17055
|
},
|
|
17026
17056
|
"../hms-video-store/dist/index.js": {
|
|
17027
|
-
"bytesInOutput":
|
|
17057
|
+
"bytesInOutput": 53992
|
|
17028
17058
|
},
|
|
17029
17059
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
|
17030
17060
|
"bytesInOutput": 1307
|
|
@@ -17096,7 +17126,7 @@
|
|
|
17096
17126
|
"bytesInOutput": 1596
|
|
17097
17127
|
},
|
|
17098
17128
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
|
17099
|
-
"bytesInOutput":
|
|
17129
|
+
"bytesInOutput": 2097
|
|
17100
17130
|
},
|
|
17101
17131
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
|
17102
17132
|
"bytesInOutput": 974
|
|
@@ -17123,10 +17153,10 @@
|
|
|
17123
17153
|
"bytesInOutput": 2005
|
|
17124
17154
|
},
|
|
17125
17155
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
17126
|
-
"bytesInOutput":
|
|
17156
|
+
"bytesInOutput": 15923
|
|
17127
17157
|
},
|
|
17128
17158
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
17129
|
-
"bytesInOutput":
|
|
17159
|
+
"bytesInOutput": 1552
|
|
17130
17160
|
},
|
|
17131
17161
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
|
17132
17162
|
"bytesInOutput": 1704
|
|
@@ -17144,7 +17174,7 @@
|
|
|
17144
17174
|
"bytesInOutput": 1170
|
|
17145
17175
|
},
|
|
17146
17176
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
17147
|
-
"bytesInOutput":
|
|
17177
|
+
"bytesInOutput": 9272
|
|
17148
17178
|
},
|
|
17149
17179
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
|
17150
17180
|
"bytesInOutput": 2802
|
|
@@ -17192,19 +17222,19 @@
|
|
|
17192
17222
|
"bytesInOutput": 2629
|
|
17193
17223
|
},
|
|
17194
17224
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
17195
|
-
"bytesInOutput":
|
|
17225
|
+
"bytesInOutput": 5130
|
|
17196
17226
|
},
|
|
17197
17227
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
17198
|
-
"bytesInOutput":
|
|
17228
|
+
"bytesInOutput": 8683
|
|
17199
17229
|
},
|
|
17200
17230
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
17201
|
-
"bytesInOutput":
|
|
17231
|
+
"bytesInOutput": 1525
|
|
17202
17232
|
},
|
|
17203
17233
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
17204
|
-
"bytesInOutput":
|
|
17234
|
+
"bytesInOutput": 1873
|
|
17205
17235
|
},
|
|
17206
17236
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
17207
|
-
"bytesInOutput":
|
|
17237
|
+
"bytesInOutput": 5716
|
|
17208
17238
|
},
|
|
17209
17239
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
|
17210
17240
|
"bytesInOutput": 1177
|
|
@@ -17258,7 +17288,7 @@
|
|
|
17258
17288
|
"bytesInOutput": 1331
|
|
17259
17289
|
},
|
|
17260
17290
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
17261
|
-
"bytesInOutput":
|
|
17291
|
+
"bytesInOutput": 11536
|
|
17262
17292
|
},
|
|
17263
17293
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
|
17264
17294
|
"bytesInOutput": 3162
|
|
@@ -17273,7 +17303,7 @@
|
|
|
17273
17303
|
"bytesInOutput": 5941
|
|
17274
17304
|
},
|
|
17275
17305
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
|
17276
|
-
"bytesInOutput":
|
|
17306
|
+
"bytesInOutput": 6958
|
|
17277
17307
|
},
|
|
17278
17308
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
|
17279
17309
|
"bytesInOutput": 5246
|
|
@@ -17338,6 +17368,9 @@
|
|
|
17338
17368
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
|
17339
17369
|
"bytesInOutput": 3550
|
|
17340
17370
|
},
|
|
17371
|
+
"src/Prebuilt/layouts/WaitingView.tsx": {
|
|
17372
|
+
"bytesInOutput": 1860
|
|
17373
|
+
},
|
|
17341
17374
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
|
17342
17375
|
"bytesInOutput": 706
|
|
17343
17376
|
},
|
|
@@ -17351,10 +17384,10 @@
|
|
|
17351
17384
|
"bytesInOutput": 1445
|
|
17352
17385
|
},
|
|
17353
17386
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
|
17354
|
-
"bytesInOutput":
|
|
17387
|
+
"bytesInOutput": 4488
|
|
17355
17388
|
},
|
|
17356
17389
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
|
17357
|
-
"bytesInOutput":
|
|
17390
|
+
"bytesInOutput": 2294
|
|
17358
17391
|
},
|
|
17359
17392
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
|
17360
17393
|
"bytesInOutput": 2814
|
|
@@ -17380,7 +17413,7 @@
|
|
|
17380
17413
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
|
17381
17414
|
"bytesInOutput": 3200
|
|
17382
17415
|
},
|
|
17383
|
-
"../../../../../../../tmp/tmp-
|
|
17416
|
+
"../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afced921/index.css": {
|
|
17384
17417
|
"bytesInOutput": 116
|
|
17385
17418
|
},
|
|
17386
17419
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
@@ -17398,14 +17431,11 @@
|
|
|
17398
17431
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
|
17399
17432
|
"bytesInOutput": 2060
|
|
17400
17433
|
},
|
|
17401
|
-
"src/Prebuilt/layouts/WaitingView.jsx": {
|
|
17402
|
-
"bytesInOutput": 1943
|
|
17403
|
-
},
|
|
17404
17434
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
17405
17435
|
"bytesInOutput": 7362
|
|
17406
17436
|
},
|
|
17407
17437
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
17408
|
-
"bytesInOutput":
|
|
17438
|
+
"bytesInOutput": 815
|
|
17409
17439
|
},
|
|
17410
17440
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
17411
17441
|
"bytesInOutput": 3859
|
|
@@ -17459,10 +17489,10 @@
|
|
|
17459
17489
|
"bytesInOutput": 2886
|
|
17460
17490
|
},
|
|
17461
17491
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
17462
|
-
"bytesInOutput":
|
|
17492
|
+
"bytesInOutput": 31539
|
|
17463
17493
|
},
|
|
17464
17494
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
17465
|
-
"bytesInOutput":
|
|
17495
|
+
"bytesInOutput": 6181
|
|
17466
17496
|
},
|
|
17467
17497
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
|
17468
17498
|
"bytesInOutput": 2182
|
|
@@ -17501,7 +17531,7 @@
|
|
|
17501
17531
|
"bytesInOutput": 3463
|
|
17502
17532
|
},
|
|
17503
17533
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
|
17504
|
-
"bytesInOutput":
|
|
17534
|
+
"bytesInOutput": 2915
|
|
17505
17535
|
},
|
|
17506
17536
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
|
17507
17537
|
"bytesInOutput": 3659
|
|
@@ -17597,7 +17627,7 @@
|
|
|
17597
17627
|
"bytesInOutput": 2980
|
|
17598
17628
|
}
|
|
17599
17629
|
},
|
|
17600
|
-
"bytes":
|
|
17630
|
+
"bytes": 1557987
|
|
17601
17631
|
},
|
|
17602
17632
|
"dist/index.cjs.css.map": {
|
|
17603
17633
|
"imports": [],
|
|
@@ -17659,10 +17689,10 @@
|
|
|
17659
17689
|
}
|
|
17660
17690
|
],
|
|
17661
17691
|
"inputs": {
|
|
17662
|
-
"../../../../../../../tmp/tmp-
|
|
17692
|
+
"../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afceda43/tldraw.css": {
|
|
17663
17693
|
"bytesInOutput": 75223
|
|
17664
17694
|
},
|
|
17665
|
-
"../../../../../../../tmp/tmp-
|
|
17695
|
+
"../../../../../../../tmp/tmp-2777-cmQCo30Pjp3L/18f9afced921/index.css": {
|
|
17666
17696
|
"bytesInOutput": 401
|
|
17667
17697
|
}
|
|
17668
17698
|
},
|