@100mslive/roomkit-react 0.1.20-alpha.1 → 0.2.1-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +27 -2
- package/dist/{HLSView-PJLISGG4.js → HLSView-GKCGIZ5F.js} +2 -2
- package/dist/Input/Input.d.ts +3 -3
- package/dist/Prebuilt/components/Chat/ChatActions.d.ts +2 -1
- package/dist/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.d.ts +6 -0
- package/dist/Prebuilt/components/Polls/CreateQuestions/QuestionForm.d.ts +22 -0
- package/dist/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.d.ts +11 -0
- package/dist/Prebuilt/components/Polls/Voting/StandardVoting.d.ts +5 -0
- package/dist/Prebuilt/components/Polls/Voting/TimedVoting.d.ts +5 -0
- package/dist/Prebuilt/components/Polls/Voting/Voting.d.ts +5 -0
- package/dist/Prebuilt/components/Polls/common/Line.d.ts +2 -0
- package/dist/Prebuilt/components/Polls/common/OptionInputWithDelete.d.ts +8 -0
- package/dist/Prebuilt/components/Polls/common/StatusIndicator.d.ts +4 -0
- package/dist/Prebuilt/components/Polls/common/VoteCount.d.ts +4 -0
- package/dist/Prebuilt/components/Polls/common/VoteProgress.d.ts +6 -0
- package/dist/Prebuilt/components/Polls/common/VoterList.d.ts +4 -0
- package/dist/Prebuilt/components/TileMenu/utils.d.ts +5 -0
- package/dist/Prebuilt/components/hooks/usePinnedBy.d.ts +1 -0
- package/dist/Prebuilt/components/hooks/{useSetPinnedMessages.d.ts → usePinnedMessages.d.ts} +6 -1
- package/dist/TextArea/TextArea.d.ts +441 -0
- package/dist/TextArea/index.d.ts +1 -0
- package/dist/Toast/Toast.d.ts +1 -1
- package/dist/{chunk-QENB2CO7.js → chunk-FTOP3RHP.js} +2778 -2714
- package/dist/chunk-FTOP3RHP.js.map +7 -0
- package/dist/index.cjs.js +3011 -2940
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/meta.cjs.json +477 -390
- package/dist/meta.esbuild.json +487 -398
- package/package.json +7 -8
- package/src/Button/Button.tsx +4 -4
- package/src/Input/Input.tsx +1 -1
- package/src/Prebuilt/App.tsx +2 -0
- package/src/Prebuilt/components/Chat/ChatActions.tsx +25 -8
- package/src/Prebuilt/components/Chat/ChatBody.tsx +64 -21
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -0
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +2 -2
- package/src/Prebuilt/components/Header/AdditionalRoomState.jsx +1 -38
- package/src/Prebuilt/components/Header/StreamActions.tsx +1 -1
- package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx +11 -1
- package/src/Prebuilt/components/Polls/CreateQuestions/{DeleteQuestionModal.jsx → DeleteQuestionModal.tsx} +9 -1
- package/src/Prebuilt/components/Polls/CreateQuestions/{QuestionForm.jsx → QuestionForm.tsx} +71 -30
- package/src/Prebuilt/components/Polls/CreateQuestions/{SavedQuestion.jsx → SavedQuestion.tsx} +24 -15
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +1 -1
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +61 -80
- package/src/Prebuilt/components/Polls/Voting/{StandardVoting.jsx → StandardVoting.tsx} +3 -7
- package/src/Prebuilt/components/Polls/Voting/{TimedVoting.jsx → TimedVoting.tsx} +4 -7
- package/src/Prebuilt/components/Polls/Voting/{Voting.jsx → Voting.tsx} +4 -3
- package/src/Prebuilt/components/Polls/common/Line.tsx +4 -0
- package/src/Prebuilt/components/Polls/common/{OptionInputWithDelete.jsx → OptionInputWithDelete.tsx} +14 -2
- package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +1 -1
- package/src/Prebuilt/components/Polls/common/{StatusIndicator.jsx → StatusIndicator.tsx} +1 -2
- package/src/Prebuilt/components/Polls/common/{VoteCount.jsx → VoteCount.tsx} +1 -2
- package/src/Prebuilt/components/Polls/common/{VoteProgress.jsx → VoteProgress.tsx} +3 -2
- package/src/Prebuilt/components/Polls/common/{VoterList.jsx → VoterList.tsx} +1 -1
- package/src/Prebuilt/components/TileMenu/TileMenu.jsx +3 -1
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +15 -3
- package/src/Prebuilt/components/TileMenu/utils.ts +7 -0
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +7 -3
- package/src/Prebuilt/components/VideoTile.jsx +2 -4
- package/src/Prebuilt/components/hooks/usePinnedBy.tsx +22 -0
- package/src/Prebuilt/components/hooks/{useSetPinnedMessages.ts → usePinnedMessages.ts} +2 -2
- package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +1 -4
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -1
- package/src/TextArea/TextArea.tsx +30 -0
- package/src/TextArea/index.tsx +1 -0
- package/src/TileMenu/StyledMenuTile.tsx +1 -0
- package/src/index.ts +1 -0
- package/src/store/StorybookSDK.ts +3 -1
- package/dist/Prebuilt/plugins/whiteboard/ToggleWhiteboard.d.ts +0 -5
- package/dist/chunk-QENB2CO7.js.map +0 -7
- package/src/Prebuilt/components/Polls/common/Votes.jsx +0 -72
- package/src/Prebuilt/layouts/WhiteboardView.jsx +0 -40
- package/src/Prebuilt/plugins/whiteboard/PusherCommunicationProvider.js +0 -110
- package/src/Prebuilt/plugins/whiteboard/README.md +0 -29
- package/src/Prebuilt/plugins/whiteboard/ToggleWhiteboard.tsx +0 -37
- package/src/Prebuilt/plugins/whiteboard/Whiteboard.css +0 -12
- package/src/Prebuilt/plugins/whiteboard/Whiteboard.jsx +0 -11
- package/src/Prebuilt/plugins/whiteboard/WhiteboardEvents.js +0 -8
- package/src/Prebuilt/plugins/whiteboard/index.js +0 -3
- package/src/Prebuilt/plugins/whiteboard/useMultiplayerState.js +0 -212
- package/src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js +0 -47
- /package/dist/{HLSView-PJLISGG4.js.map → HLSView-GKCGIZ5F.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
@@ -242,7 +242,7 @@
|
|
242
242
|
"format": "esm"
|
243
243
|
},
|
244
244
|
"src/Button/Button.tsx": {
|
245
|
-
"bytes":
|
245
|
+
"bytes": 4738,
|
246
246
|
"imports": [
|
247
247
|
{
|
248
248
|
"path": "react",
|
@@ -853,7 +853,7 @@
|
|
853
853
|
"format": "esm"
|
854
854
|
},
|
855
855
|
"src/Input/Input.tsx": {
|
856
|
-
"bytes":
|
856
|
+
"bytes": 2628,
|
857
857
|
"imports": [
|
858
858
|
{
|
859
859
|
"path": "react",
|
@@ -1121,7 +1121,7 @@
|
|
1121
1121
|
"format": "esm"
|
1122
1122
|
},
|
1123
1123
|
"src/TileMenu/StyledMenuTile.tsx": {
|
1124
|
-
"bytes":
|
1124
|
+
"bytes": 2341,
|
1125
1125
|
"imports": [
|
1126
1126
|
{
|
1127
1127
|
"path": "@radix-ui/react-popover",
|
@@ -4136,6 +4136,17 @@
|
|
4136
4136
|
],
|
4137
4137
|
"format": "esm"
|
4138
4138
|
},
|
4139
|
+
"../../node_modules/reselect/es/index.js": {
|
4140
|
+
"bytes": 3975,
|
4141
|
+
"imports": [
|
4142
|
+
{
|
4143
|
+
"path": "<define:process.env>",
|
4144
|
+
"kind": "import-statement",
|
4145
|
+
"external": true
|
4146
|
+
}
|
4147
|
+
],
|
4148
|
+
"format": "esm"
|
4149
|
+
},
|
4139
4150
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
4140
4151
|
"bytes": 48030,
|
4141
4152
|
"imports": [
|
@@ -4369,6 +4380,39 @@
|
|
4369
4380
|
],
|
4370
4381
|
"format": "esm"
|
4371
4382
|
},
|
4383
|
+
"../../node_modules/immer/dist/immer.esm.mjs": {
|
4384
|
+
"bytes": 18424,
|
4385
|
+
"imports": [
|
4386
|
+
{
|
4387
|
+
"path": "<define:process.env>",
|
4388
|
+
"kind": "import-statement",
|
4389
|
+
"external": true
|
4390
|
+
}
|
4391
|
+
],
|
4392
|
+
"format": "esm"
|
4393
|
+
},
|
4394
|
+
"../../node_modules/zustand/esm/shallow.js": {
|
4395
|
+
"bytes": 535,
|
4396
|
+
"imports": [
|
4397
|
+
{
|
4398
|
+
"path": "<define:process.env>",
|
4399
|
+
"kind": "import-statement",
|
4400
|
+
"external": true
|
4401
|
+
}
|
4402
|
+
],
|
4403
|
+
"format": "esm"
|
4404
|
+
},
|
4405
|
+
"../../node_modules/zustand/esm/vanilla.js": {
|
4406
|
+
"bytes": 1346,
|
4407
|
+
"imports": [
|
4408
|
+
{
|
4409
|
+
"path": "<define:process.env>",
|
4410
|
+
"kind": "import-statement",
|
4411
|
+
"external": true
|
4412
|
+
}
|
4413
|
+
],
|
4414
|
+
"format": "esm"
|
4415
|
+
},
|
4372
4416
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
4373
4417
|
"bytes": 14743,
|
4374
4418
|
"imports": [
|
@@ -4433,23 +4477,23 @@
|
|
4433
4477
|
],
|
4434
4478
|
"format": "cjs"
|
4435
4479
|
},
|
4436
|
-
"../hms-video-
|
4437
|
-
"bytes":
|
4480
|
+
"../hms-video-store/dist/index.js": {
|
4481
|
+
"bytes": 320473,
|
4438
4482
|
"imports": [
|
4439
4483
|
{
|
4440
|
-
"path": "
|
4484
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4441
4485
|
"kind": "import-statement",
|
4442
|
-
"
|
4486
|
+
"original": "reselect"
|
4443
4487
|
},
|
4444
4488
|
{
|
4445
|
-
"path": "
|
4489
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4446
4490
|
"kind": "import-statement",
|
4447
|
-
"
|
4491
|
+
"original": "reselect"
|
4448
4492
|
},
|
4449
4493
|
{
|
4450
|
-
"path": "
|
4494
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4451
4495
|
"kind": "import-statement",
|
4452
|
-
"
|
4496
|
+
"original": "reselect"
|
4453
4497
|
},
|
4454
4498
|
{
|
4455
4499
|
"path": "../../node_modules/ua-parser-js/src/ua-parser.js",
|
@@ -4462,9 +4506,9 @@
|
|
4462
4506
|
"external": true
|
4463
4507
|
},
|
4464
4508
|
{
|
4465
|
-
"path": "
|
4509
|
+
"path": "uuid",
|
4466
4510
|
"kind": "import-statement",
|
4467
|
-
"
|
4511
|
+
"external": true
|
4468
4512
|
},
|
4469
4513
|
{
|
4470
4514
|
"path": "../../node_modules/webrtc-adapter/src/js/adapter_core.js",
|
@@ -4482,7 +4526,7 @@
|
|
4482
4526
|
"external": true
|
4483
4527
|
},
|
4484
4528
|
{
|
4485
|
-
"path": "
|
4529
|
+
"path": "uuid",
|
4486
4530
|
"kind": "import-statement",
|
4487
4531
|
"external": true
|
4488
4532
|
},
|
@@ -4492,112 +4536,74 @@
|
|
4492
4536
|
"external": true
|
4493
4537
|
},
|
4494
4538
|
{
|
4495
|
-
"path": "../../node_modules/
|
4539
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4496
4540
|
"kind": "import-statement",
|
4497
|
-
"original": "
|
4541
|
+
"original": "reselect"
|
4498
4542
|
},
|
4499
4543
|
{
|
4500
|
-
"path": "
|
4544
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4501
4545
|
"kind": "import-statement",
|
4502
|
-
"
|
4546
|
+
"original": "reselect"
|
4503
4547
|
},
|
4504
4548
|
{
|
4505
|
-
"path": "
|
4549
|
+
"path": "../../node_modules/immer/dist/immer.esm.mjs",
|
4506
4550
|
"kind": "import-statement",
|
4507
|
-
"
|
4551
|
+
"original": "immer"
|
4508
4552
|
},
|
4509
4553
|
{
|
4510
|
-
"path": "
|
4554
|
+
"path": "../../node_modules/zustand/esm/shallow.js",
|
4511
4555
|
"kind": "import-statement",
|
4512
|
-
"
|
4556
|
+
"original": "zustand/shallow"
|
4513
4557
|
},
|
4514
4558
|
{
|
4515
|
-
"path": "
|
4516
|
-
"kind": "import-statement",
|
4517
|
-
"external": true
|
4518
|
-
}
|
4519
|
-
],
|
4520
|
-
"format": "esm"
|
4521
|
-
},
|
4522
|
-
"src/Prebuilt/common/utils.js": {
|
4523
|
-
"bytes": 5391,
|
4524
|
-
"imports": [
|
4525
|
-
{
|
4526
|
-
"path": "src/Prebuilt/common/constants.ts",
|
4559
|
+
"path": "../../node_modules/zustand/esm/vanilla.js",
|
4527
4560
|
"kind": "import-statement",
|
4528
|
-
"original": "
|
4561
|
+
"original": "zustand/vanilla"
|
4529
4562
|
},
|
4530
4563
|
{
|
4531
|
-
"path": "
|
4532
|
-
"kind": "import-statement",
|
4533
|
-
"external": true
|
4534
|
-
}
|
4535
|
-
],
|
4536
|
-
"format": "esm"
|
4537
|
-
},
|
4538
|
-
"src/Prebuilt/services/FeatureFlags.jsx": {
|
4539
|
-
"bytes": 1342,
|
4540
|
-
"imports": [
|
4541
|
-
{
|
4542
|
-
"path": "react",
|
4564
|
+
"path": "eventemitter2",
|
4543
4565
|
"kind": "import-statement",
|
4544
4566
|
"external": true
|
4545
4567
|
},
|
4546
4568
|
{
|
4547
|
-
"path": "
|
4569
|
+
"path": "uuid",
|
4548
4570
|
"kind": "import-statement",
|
4549
4571
|
"external": true
|
4550
4572
|
},
|
4551
4573
|
{
|
4552
|
-
"path": "
|
4574
|
+
"path": "eventemitter2",
|
4553
4575
|
"kind": "import-statement",
|
4554
4576
|
"external": true
|
4555
4577
|
},
|
4556
4578
|
{
|
4557
|
-
"path": "
|
4558
|
-
"kind": "import-statement",
|
4559
|
-
"external": true
|
4560
|
-
}
|
4561
|
-
],
|
4562
|
-
"format": "esm"
|
4563
|
-
},
|
4564
|
-
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
4565
|
-
"bytes": 1771,
|
4566
|
-
"imports": [
|
4567
|
-
{
|
4568
|
-
"path": "react",
|
4579
|
+
"path": "../../node_modules/sdp-transform/lib/index.js",
|
4569
4580
|
"kind": "import-statement",
|
4570
|
-
"
|
4581
|
+
"original": "sdp-transform"
|
4571
4582
|
},
|
4572
4583
|
{
|
4573
|
-
"path": "
|
4584
|
+
"path": "eventemitter2",
|
4574
4585
|
"kind": "import-statement",
|
4575
4586
|
"external": true
|
4576
4587
|
},
|
4577
4588
|
{
|
4578
|
-
"path": "
|
4589
|
+
"path": "uuid",
|
4579
4590
|
"kind": "import-statement",
|
4580
|
-
"
|
4591
|
+
"external": true
|
4581
4592
|
},
|
4582
4593
|
{
|
4583
|
-
"path": "
|
4594
|
+
"path": "uuid",
|
4584
4595
|
"kind": "import-statement",
|
4585
|
-
"
|
4596
|
+
"external": true
|
4586
4597
|
},
|
4587
4598
|
{
|
4588
|
-
"path": "
|
4599
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4589
4600
|
"kind": "import-statement",
|
4590
|
-
"original": "
|
4601
|
+
"original": "reselect"
|
4591
4602
|
},
|
4592
4603
|
{
|
4593
4604
|
"path": "<define:process.env>",
|
4594
4605
|
"kind": "import-statement",
|
4595
4606
|
"external": true
|
4596
|
-
},
|
4597
|
-
{
|
4598
|
-
"path": "<runtime>",
|
4599
|
-
"kind": "import-statement",
|
4600
|
-
"external": true
|
4601
4607
|
}
|
4602
4608
|
],
|
4603
4609
|
"format": "esm"
|
@@ -4650,7 +4656,7 @@
|
|
4650
4656
|
"format": "esm"
|
4651
4657
|
},
|
4652
4658
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
4653
|
-
"bytes":
|
4659
|
+
"bytes": 6857,
|
4654
4660
|
"imports": [
|
4655
4661
|
{
|
4656
4662
|
"path": "react",
|
@@ -4672,11 +4678,6 @@
|
|
4672
4678
|
"kind": "import-statement",
|
4673
4679
|
"original": "../../../"
|
4674
4680
|
},
|
4675
|
-
{
|
4676
|
-
"path": "src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js",
|
4677
|
-
"kind": "import-statement",
|
4678
|
-
"original": "../../plugins/whiteboard/useWhiteboardMetadata"
|
4679
|
-
},
|
4680
4681
|
{
|
4681
4682
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
4682
4683
|
"kind": "import-statement",
|
@@ -4705,8 +4706,24 @@
|
|
4705
4706
|
],
|
4706
4707
|
"format": "esm"
|
4707
4708
|
},
|
4709
|
+
"src/Prebuilt/common/utils.js": {
|
4710
|
+
"bytes": 5391,
|
4711
|
+
"imports": [
|
4712
|
+
{
|
4713
|
+
"path": "src/Prebuilt/common/constants.ts",
|
4714
|
+
"kind": "import-statement",
|
4715
|
+
"original": "./constants"
|
4716
|
+
},
|
4717
|
+
{
|
4718
|
+
"path": "<define:process.env>",
|
4719
|
+
"kind": "import-statement",
|
4720
|
+
"external": true
|
4721
|
+
}
|
4722
|
+
],
|
4723
|
+
"format": "esm"
|
4724
|
+
},
|
4708
4725
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
4709
|
-
"bytes":
|
4726
|
+
"bytes": 9380,
|
4710
4727
|
"imports": [
|
4711
4728
|
{
|
4712
4729
|
"path": "react",
|
@@ -4719,9 +4736,9 @@
|
|
4719
4736
|
"external": true
|
4720
4737
|
},
|
4721
4738
|
{
|
4722
|
-
"path": "../hms-video-
|
4739
|
+
"path": "../hms-video-store/dist/index.js",
|
4723
4740
|
"kind": "import-statement",
|
4724
|
-
"original": "@100mslive/hms-video"
|
4741
|
+
"original": "@100mslive/hms-video-store"
|
4725
4742
|
},
|
4726
4743
|
{
|
4727
4744
|
"path": "@100mslive/react-sdk",
|
@@ -4924,143 +4941,8 @@
|
|
4924
4941
|
],
|
4925
4942
|
"format": "esm"
|
4926
4943
|
},
|
4927
|
-
"../../node_modules/reselect/es/index.js": {
|
4928
|
-
"bytes": 3975,
|
4929
|
-
"imports": [
|
4930
|
-
{
|
4931
|
-
"path": "<define:process.env>",
|
4932
|
-
"kind": "import-statement",
|
4933
|
-
"external": true
|
4934
|
-
}
|
4935
|
-
],
|
4936
|
-
"format": "esm"
|
4937
|
-
},
|
4938
|
-
"../../node_modules/immer/dist/immer.esm.mjs": {
|
4939
|
-
"bytes": 18424,
|
4940
|
-
"imports": [
|
4941
|
-
{
|
4942
|
-
"path": "<define:process.env>",
|
4943
|
-
"kind": "import-statement",
|
4944
|
-
"external": true
|
4945
|
-
}
|
4946
|
-
],
|
4947
|
-
"format": "esm"
|
4948
|
-
},
|
4949
|
-
"../../node_modules/zustand/esm/shallow.js": {
|
4950
|
-
"bytes": 535,
|
4951
|
-
"imports": [
|
4952
|
-
{
|
4953
|
-
"path": "<define:process.env>",
|
4954
|
-
"kind": "import-statement",
|
4955
|
-
"external": true
|
4956
|
-
}
|
4957
|
-
],
|
4958
|
-
"format": "esm"
|
4959
|
-
},
|
4960
|
-
"../../node_modules/zustand/esm/vanilla.js": {
|
4961
|
-
"bytes": 1346,
|
4962
|
-
"imports": [
|
4963
|
-
{
|
4964
|
-
"path": "<define:process.env>",
|
4965
|
-
"kind": "import-statement",
|
4966
|
-
"external": true
|
4967
|
-
}
|
4968
|
-
],
|
4969
|
-
"format": "esm"
|
4970
|
-
},
|
4971
|
-
"../hms-video-store/dist/index.js": {
|
4972
|
-
"bytes": 68804,
|
4973
|
-
"imports": [
|
4974
|
-
{
|
4975
|
-
"path": "../../node_modules/reselect/es/index.js",
|
4976
|
-
"kind": "import-statement",
|
4977
|
-
"original": "reselect"
|
4978
|
-
},
|
4979
|
-
{
|
4980
|
-
"path": "../../node_modules/reselect/es/index.js",
|
4981
|
-
"kind": "import-statement",
|
4982
|
-
"original": "reselect"
|
4983
|
-
},
|
4984
|
-
{
|
4985
|
-
"path": "../../node_modules/reselect/es/index.js",
|
4986
|
-
"kind": "import-statement",
|
4987
|
-
"original": "reselect"
|
4988
|
-
},
|
4989
|
-
{
|
4990
|
-
"path": "../hms-video-web/dist/index.js",
|
4991
|
-
"kind": "import-statement",
|
4992
|
-
"original": "@100mslive/hms-video"
|
4993
|
-
},
|
4994
|
-
{
|
4995
|
-
"path": "../../node_modules/reselect/es/index.js",
|
4996
|
-
"kind": "import-statement",
|
4997
|
-
"original": "reselect"
|
4998
|
-
},
|
4999
|
-
{
|
5000
|
-
"path": "../../node_modules/reselect/es/index.js",
|
5001
|
-
"kind": "import-statement",
|
5002
|
-
"original": "reselect"
|
5003
|
-
},
|
5004
|
-
{
|
5005
|
-
"path": "../hms-video-web/dist/index.js",
|
5006
|
-
"kind": "import-statement",
|
5007
|
-
"original": "@100mslive/hms-video"
|
5008
|
-
},
|
5009
|
-
{
|
5010
|
-
"path": "../../node_modules/immer/dist/immer.esm.mjs",
|
5011
|
-
"kind": "import-statement",
|
5012
|
-
"original": "immer"
|
5013
|
-
},
|
5014
|
-
{
|
5015
|
-
"path": "../../node_modules/zustand/esm/shallow.js",
|
5016
|
-
"kind": "import-statement",
|
5017
|
-
"original": "zustand/shallow"
|
5018
|
-
},
|
5019
|
-
{
|
5020
|
-
"path": "../../node_modules/zustand/esm/vanilla.js",
|
5021
|
-
"kind": "import-statement",
|
5022
|
-
"original": "zustand/vanilla"
|
5023
|
-
},
|
5024
|
-
{
|
5025
|
-
"path": "../hms-video-web/dist/index.js",
|
5026
|
-
"kind": "import-statement",
|
5027
|
-
"original": "@100mslive/hms-video"
|
5028
|
-
},
|
5029
|
-
{
|
5030
|
-
"path": "eventemitter2",
|
5031
|
-
"kind": "import-statement",
|
5032
|
-
"external": true
|
5033
|
-
},
|
5034
|
-
{
|
5035
|
-
"path": "../hms-video-web/dist/index.js",
|
5036
|
-
"kind": "import-statement",
|
5037
|
-
"original": "@100mslive/hms-video"
|
5038
|
-
},
|
5039
|
-
{
|
5040
|
-
"path": "../hms-video-web/dist/index.js",
|
5041
|
-
"kind": "import-statement",
|
5042
|
-
"original": "@100mslive/hms-video"
|
5043
|
-
},
|
5044
|
-
{
|
5045
|
-
"path": "../hms-video-web/dist/index.js",
|
5046
|
-
"kind": "import-statement",
|
5047
|
-
"original": "@100mslive/hms-video"
|
5048
|
-
},
|
5049
|
-
{
|
5050
|
-
"path": "../../node_modules/reselect/es/index.js",
|
5051
|
-
"kind": "import-statement",
|
5052
|
-
"original": "reselect"
|
5053
|
-
},
|
5054
|
-
{
|
5055
|
-
"path": "<define:process.env>",
|
5056
|
-
"kind": "import-statement",
|
5057
|
-
"external": true
|
5058
|
-
}
|
5059
|
-
],
|
5060
|
-
"format": "esm"
|
5061
|
-
},
|
5062
4944
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
5063
|
-
"bytes":
|
4945
|
+
"bytes": 669,
|
5064
4946
|
"imports": [
|
5065
4947
|
{
|
5066
4948
|
"path": "react",
|
@@ -6307,8 +6189,8 @@
|
|
6307
6189
|
],
|
6308
6190
|
"format": "esm"
|
6309
6191
|
},
|
6310
|
-
"src/Prebuilt/components/Polls/common/StatusIndicator.
|
6311
|
-
"bytes":
|
6192
|
+
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
6193
|
+
"bytes": 605,
|
6312
6194
|
"imports": [
|
6313
6195
|
{
|
6314
6196
|
"path": "react",
|
@@ -6329,7 +6211,7 @@
|
|
6329
6211
|
"format": "esm"
|
6330
6212
|
},
|
6331
6213
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
|
6332
|
-
"bytes":
|
6214
|
+
"bytes": 7706,
|
6333
6215
|
"imports": [
|
6334
6216
|
{
|
6335
6217
|
"path": "react",
|
@@ -6372,7 +6254,7 @@
|
|
6372
6254
|
"original": "../../../common/utils"
|
6373
6255
|
},
|
6374
6256
|
{
|
6375
|
-
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.
|
6257
|
+
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.tsx",
|
6376
6258
|
"kind": "import-statement",
|
6377
6259
|
"original": "../common/StatusIndicator"
|
6378
6260
|
},
|
@@ -6394,8 +6276,8 @@
|
|
6394
6276
|
],
|
6395
6277
|
"format": "esm"
|
6396
6278
|
},
|
6397
|
-
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.
|
6398
|
-
"bytes":
|
6279
|
+
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
6280
|
+
"bytes": 2314,
|
6399
6281
|
"imports": [
|
6400
6282
|
{
|
6401
6283
|
"path": "react",
|
@@ -6418,14 +6300,35 @@
|
|
6418
6300
|
"original": "../../../../Layout"
|
6419
6301
|
},
|
6420
6302
|
{
|
6421
|
-
"path": "src/Modal/index.ts",
|
6303
|
+
"path": "src/Modal/index.ts",
|
6304
|
+
"kind": "import-statement",
|
6305
|
+
"original": "../../../../Modal"
|
6306
|
+
},
|
6307
|
+
{
|
6308
|
+
"path": "src/Text/index.tsx",
|
6309
|
+
"kind": "import-statement",
|
6310
|
+
"original": "../../../../Text"
|
6311
|
+
},
|
6312
|
+
{
|
6313
|
+
"path": "<define:process.env>",
|
6314
|
+
"kind": "import-statement",
|
6315
|
+
"external": true
|
6316
|
+
}
|
6317
|
+
],
|
6318
|
+
"format": "esm"
|
6319
|
+
},
|
6320
|
+
"src/Prebuilt/components/Polls/common/Line.tsx": {
|
6321
|
+
"bytes": 189,
|
6322
|
+
"imports": [
|
6323
|
+
{
|
6324
|
+
"path": "react",
|
6422
6325
|
"kind": "import-statement",
|
6423
|
-
"
|
6326
|
+
"external": true
|
6424
6327
|
},
|
6425
6328
|
{
|
6426
|
-
"path": "src/
|
6329
|
+
"path": "src/Layout/index.tsx",
|
6427
6330
|
"kind": "import-statement",
|
6428
|
-
"original": "../../../../
|
6331
|
+
"original": "../../../../Layout"
|
6429
6332
|
},
|
6430
6333
|
{
|
6431
6334
|
"path": "<define:process.env>",
|
@@ -6435,14 +6338,19 @@
|
|
6435
6338
|
],
|
6436
6339
|
"format": "esm"
|
6437
6340
|
},
|
6438
|
-
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.
|
6439
|
-
"bytes":
|
6341
|
+
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
6342
|
+
"bytes": 1030,
|
6440
6343
|
"imports": [
|
6441
6344
|
{
|
6442
6345
|
"path": "react",
|
6443
6346
|
"kind": "import-statement",
|
6444
6347
|
"external": true
|
6445
6348
|
},
|
6349
|
+
{
|
6350
|
+
"path": "@100mslive/react-sdk",
|
6351
|
+
"kind": "import-statement",
|
6352
|
+
"external": true
|
6353
|
+
},
|
6446
6354
|
{
|
6447
6355
|
"path": "@100mslive/react-icons",
|
6448
6356
|
"kind": "import-statement",
|
@@ -6466,8 +6374,8 @@
|
|
6466
6374
|
],
|
6467
6375
|
"format": "esm"
|
6468
6376
|
},
|
6469
|
-
"src/Prebuilt/components/Polls/common/VoteCount.
|
6470
|
-
"bytes":
|
6377
|
+
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
6378
|
+
"bytes": 407,
|
6471
6379
|
"imports": [
|
6472
6380
|
{
|
6473
6381
|
"path": "react",
|
@@ -6487,14 +6395,19 @@
|
|
6487
6395
|
],
|
6488
6396
|
"format": "esm"
|
6489
6397
|
},
|
6490
|
-
"src/Prebuilt/components/Polls/common/VoteProgress.
|
6491
|
-
"bytes":
|
6398
|
+
"src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
|
6399
|
+
"bytes": 693,
|
6492
6400
|
"imports": [
|
6493
6401
|
{
|
6494
6402
|
"path": "react",
|
6495
6403
|
"kind": "import-statement",
|
6496
6404
|
"external": true
|
6497
6405
|
},
|
6406
|
+
{
|
6407
|
+
"path": "@100mslive/react-sdk",
|
6408
|
+
"kind": "import-statement",
|
6409
|
+
"external": true
|
6410
|
+
},
|
6498
6411
|
{
|
6499
6412
|
"path": "src/index.ts",
|
6500
6413
|
"kind": "import-statement",
|
@@ -6527,17 +6440,17 @@
|
|
6527
6440
|
"original": "../../../../"
|
6528
6441
|
},
|
6529
6442
|
{
|
6530
|
-
"path": "src/Prebuilt/components/Polls/common/OptionInputWithDelete.
|
6443
|
+
"path": "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx",
|
6531
6444
|
"kind": "import-statement",
|
6532
6445
|
"original": "./OptionInputWithDelete"
|
6533
6446
|
},
|
6534
6447
|
{
|
6535
|
-
"path": "src/Prebuilt/components/Polls/common/VoteCount.
|
6448
|
+
"path": "src/Prebuilt/components/Polls/common/VoteCount.tsx",
|
6536
6449
|
"kind": "import-statement",
|
6537
6450
|
"original": "./VoteCount"
|
6538
6451
|
},
|
6539
6452
|
{
|
6540
|
-
"path": "src/Prebuilt/components/Polls/common/VoteProgress.
|
6453
|
+
"path": "src/Prebuilt/components/Polls/common/VoteProgress.tsx",
|
6541
6454
|
"kind": "import-statement",
|
6542
6455
|
"original": "./VoteProgress"
|
6543
6456
|
},
|
@@ -6550,7 +6463,7 @@
|
|
6550
6463
|
"format": "esm"
|
6551
6464
|
},
|
6552
6465
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
6553
|
-
"bytes":
|
6466
|
+
"bytes": 4925,
|
6554
6467
|
"imports": [
|
6555
6468
|
{
|
6556
6469
|
"path": "react",
|
@@ -6565,20 +6478,20 @@
|
|
6565
6478
|
{
|
6566
6479
|
"path": "src/index.ts",
|
6567
6480
|
"kind": "import-statement",
|
6568
|
-
"original": "
|
6481
|
+
"original": "../../../.."
|
6569
6482
|
},
|
6570
6483
|
{
|
6571
|
-
"path": "src/Prebuilt/components/Polls/common/OptionInputWithDelete.
|
6484
|
+
"path": "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx",
|
6572
6485
|
"kind": "import-statement",
|
6573
6486
|
"original": "./OptionInputWithDelete"
|
6574
6487
|
},
|
6575
6488
|
{
|
6576
|
-
"path": "src/Prebuilt/components/Polls/common/VoteCount.
|
6489
|
+
"path": "src/Prebuilt/components/Polls/common/VoteCount.tsx",
|
6577
6490
|
"kind": "import-statement",
|
6578
6491
|
"original": "./VoteCount"
|
6579
6492
|
},
|
6580
6493
|
{
|
6581
|
-
"path": "src/Prebuilt/components/Polls/common/VoteProgress.
|
6494
|
+
"path": "src/Prebuilt/components/Polls/common/VoteProgress.tsx",
|
6582
6495
|
"kind": "import-statement",
|
6583
6496
|
"original": "./VoteProgress"
|
6584
6497
|
},
|
@@ -6590,14 +6503,19 @@
|
|
6590
6503
|
],
|
6591
6504
|
"format": "esm"
|
6592
6505
|
},
|
6593
|
-
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.
|
6594
|
-
"bytes":
|
6506
|
+
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
6507
|
+
"bytes": 9971,
|
6595
6508
|
"imports": [
|
6596
6509
|
{
|
6597
6510
|
"path": "react",
|
6598
6511
|
"kind": "import-statement",
|
6599
6512
|
"external": true
|
6600
6513
|
},
|
6514
|
+
{
|
6515
|
+
"path": "@100mslive/react-sdk",
|
6516
|
+
"kind": "import-statement",
|
6517
|
+
"external": true
|
6518
|
+
},
|
6601
6519
|
{
|
6602
6520
|
"path": "@100mslive/react-icons",
|
6603
6521
|
"kind": "import-statement",
|
@@ -6606,7 +6524,7 @@
|
|
6606
6524
|
{
|
6607
6525
|
"path": "src/index.ts",
|
6608
6526
|
"kind": "import-statement",
|
6609
|
-
"original": "
|
6527
|
+
"original": "../../../.."
|
6610
6528
|
},
|
6611
6529
|
{
|
6612
6530
|
"path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
|
@@ -6614,7 +6532,7 @@
|
|
6614
6532
|
"original": "../../../primitives/DropdownTrigger"
|
6615
6533
|
},
|
6616
6534
|
{
|
6617
|
-
"path": "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.
|
6535
|
+
"path": "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx",
|
6618
6536
|
"kind": "import-statement",
|
6619
6537
|
"original": "./DeleteQuestionModal"
|
6620
6538
|
},
|
@@ -6628,6 +6546,11 @@
|
|
6628
6546
|
"kind": "import-statement",
|
6629
6547
|
"original": "../../../common/utils"
|
6630
6548
|
},
|
6549
|
+
{
|
6550
|
+
"path": "src/Prebuilt/components/Polls/common/Line.tsx",
|
6551
|
+
"kind": "import-statement",
|
6552
|
+
"original": "../common/Line"
|
6553
|
+
},
|
6631
6554
|
{
|
6632
6555
|
"path": "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx",
|
6633
6556
|
"kind": "import-statement",
|
@@ -6656,14 +6579,19 @@
|
|
6656
6579
|
],
|
6657
6580
|
"format": "esm"
|
6658
6581
|
},
|
6659
|
-
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.
|
6660
|
-
"bytes":
|
6582
|
+
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
6583
|
+
"bytes": 2317,
|
6661
6584
|
"imports": [
|
6662
6585
|
{
|
6663
6586
|
"path": "react",
|
6664
6587
|
"kind": "import-statement",
|
6665
6588
|
"external": true
|
6666
6589
|
},
|
6590
|
+
{
|
6591
|
+
"path": "@100mslive/react-sdk",
|
6592
|
+
"kind": "import-statement",
|
6593
|
+
"external": true
|
6594
|
+
},
|
6667
6595
|
{
|
6668
6596
|
"path": "@100mslive/react-icons",
|
6669
6597
|
"kind": "import-statement",
|
@@ -6675,7 +6603,12 @@
|
|
6675
6603
|
"original": "../../../../"
|
6676
6604
|
},
|
6677
6605
|
{
|
6678
|
-
"path": "src/Prebuilt/
|
6606
|
+
"path": "src/Prebuilt/IconButton.jsx",
|
6607
|
+
"kind": "import-statement",
|
6608
|
+
"original": "../../../IconButton"
|
6609
|
+
},
|
6610
|
+
{
|
6611
|
+
"path": "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx",
|
6679
6612
|
"kind": "import-statement",
|
6680
6613
|
"original": "./DeleteQuestionModal"
|
6681
6614
|
},
|
@@ -6726,12 +6659,12 @@
|
|
6726
6659
|
"original": "../../Streaming/Common"
|
6727
6660
|
},
|
6728
6661
|
{
|
6729
|
-
"path": "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.
|
6662
|
+
"path": "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx",
|
6730
6663
|
"kind": "import-statement",
|
6731
6664
|
"original": "./QuestionForm"
|
6732
6665
|
},
|
6733
6666
|
{
|
6734
|
-
"path": "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.
|
6667
|
+
"path": "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx",
|
6735
6668
|
"kind": "import-statement",
|
6736
6669
|
"original": "./SavedQuestion"
|
6737
6670
|
},
|
@@ -6821,7 +6754,7 @@
|
|
6821
6754
|
"format": "esm"
|
6822
6755
|
},
|
6823
6756
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
6824
|
-
"bytes":
|
6757
|
+
"bytes": 5842,
|
6825
6758
|
"imports": [
|
6826
6759
|
{
|
6827
6760
|
"path": "react",
|
@@ -6874,7 +6807,7 @@
|
|
6874
6807
|
"original": "../../AppData/useUISettings"
|
6875
6808
|
},
|
6876
6809
|
{
|
6877
|
-
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.
|
6810
|
+
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.tsx",
|
6878
6811
|
"kind": "import-statement",
|
6879
6812
|
"original": "../common/StatusIndicator"
|
6880
6813
|
},
|
@@ -6938,7 +6871,7 @@
|
|
6938
6871
|
"format": "esm"
|
6939
6872
|
},
|
6940
6873
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
6941
|
-
"bytes":
|
6874
|
+
"bytes": 8553,
|
6942
6875
|
"imports": [
|
6943
6876
|
{
|
6944
6877
|
"path": "react",
|
@@ -6993,14 +6926,19 @@
|
|
6993
6926
|
],
|
6994
6927
|
"format": "esm"
|
6995
6928
|
},
|
6996
|
-
"src/Prebuilt/components/Polls/Voting/StandardVoting.
|
6997
|
-
"bytes":
|
6929
|
+
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
6930
|
+
"bytes": 1253,
|
6998
6931
|
"imports": [
|
6999
6932
|
{
|
7000
6933
|
"path": "react",
|
7001
6934
|
"kind": "import-statement",
|
7002
6935
|
"external": true
|
7003
6936
|
},
|
6937
|
+
{
|
6938
|
+
"path": "@100mslive/react-sdk",
|
6939
|
+
"kind": "import-statement",
|
6940
|
+
"external": true
|
6941
|
+
},
|
7004
6942
|
{
|
7005
6943
|
"path": "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx",
|
7006
6944
|
"kind": "import-statement",
|
@@ -7019,14 +6957,19 @@
|
|
7019
6957
|
],
|
7020
6958
|
"format": "esm"
|
7021
6959
|
},
|
7022
|
-
"src/Prebuilt/components/Polls/Voting/TimedVoting.
|
7023
|
-
"bytes":
|
6960
|
+
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
6961
|
+
"bytes": 1090,
|
7024
6962
|
"imports": [
|
7025
6963
|
{
|
7026
6964
|
"path": "react",
|
7027
6965
|
"kind": "import-statement",
|
7028
6966
|
"external": true
|
7029
6967
|
},
|
6968
|
+
{
|
6969
|
+
"path": "@100mslive/react-sdk",
|
6970
|
+
"kind": "import-statement",
|
6971
|
+
"external": true
|
6972
|
+
},
|
7030
6973
|
{
|
7031
6974
|
"path": "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx",
|
7032
6975
|
"kind": "import-statement",
|
@@ -7040,8 +6983,8 @@
|
|
7040
6983
|
],
|
7041
6984
|
"format": "esm"
|
7042
6985
|
},
|
7043
|
-
"src/Prebuilt/components/Polls/Voting/Voting.
|
7044
|
-
"bytes":
|
6986
|
+
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
6987
|
+
"bytes": 3244,
|
7045
6988
|
"imports": [
|
7046
6989
|
{
|
7047
6990
|
"path": "react",
|
@@ -7061,7 +7004,7 @@
|
|
7061
7004
|
{
|
7062
7005
|
"path": "src/index.ts",
|
7063
7006
|
"kind": "import-statement",
|
7064
|
-
"original": "
|
7007
|
+
"original": "../../../.."
|
7065
7008
|
},
|
7066
7009
|
{
|
7067
7010
|
"path": "src/Prebuilt/components/Streaming/Common.jsx",
|
@@ -7069,12 +7012,12 @@
|
|
7069
7012
|
"original": "../../Streaming/Common"
|
7070
7013
|
},
|
7071
7014
|
{
|
7072
|
-
"path": "src/Prebuilt/components/Polls/Voting/StandardVoting.
|
7015
|
+
"path": "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx",
|
7073
7016
|
"kind": "import-statement",
|
7074
7017
|
"original": "./StandardVoting"
|
7075
7018
|
},
|
7076
7019
|
{
|
7077
|
-
"path": "src/Prebuilt/components/Polls/Voting/TimedVoting.
|
7020
|
+
"path": "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx",
|
7078
7021
|
"kind": "import-statement",
|
7079
7022
|
"original": "./TimedVoting"
|
7080
7023
|
},
|
@@ -7084,7 +7027,7 @@
|
|
7084
7027
|
"original": "../../AppData/useUISettings"
|
7085
7028
|
},
|
7086
7029
|
{
|
7087
|
-
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.
|
7030
|
+
"path": "src/Prebuilt/components/Polls/common/StatusIndicator.tsx",
|
7088
7031
|
"kind": "import-statement",
|
7089
7032
|
"original": "../common/StatusIndicator"
|
7090
7033
|
},
|
@@ -7125,7 +7068,7 @@
|
|
7125
7068
|
"original": "./Voting/LeaderboardSummary"
|
7126
7069
|
},
|
7127
7070
|
{
|
7128
|
-
"path": "src/Prebuilt/components/Polls/Voting/Voting.
|
7071
|
+
"path": "src/Prebuilt/components/Polls/Voting/Voting.tsx",
|
7129
7072
|
"kind": "import-statement",
|
7130
7073
|
"original": "./Voting/Voting"
|
7131
7074
|
},
|
@@ -7214,8 +7157,8 @@
|
|
7214
7157
|
],
|
7215
7158
|
"format": "esm"
|
7216
7159
|
},
|
7217
|
-
"src/Prebuilt/components/hooks/
|
7218
|
-
"bytes":
|
7160
|
+
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
7161
|
+
"bytes": 2854,
|
7219
7162
|
"imports": [
|
7220
7163
|
{
|
7221
7164
|
"path": "react",
|
@@ -7251,7 +7194,7 @@
|
|
7251
7194
|
"format": "esm"
|
7252
7195
|
},
|
7253
7196
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
7254
|
-
"bytes":
|
7197
|
+
"bytes": 10168,
|
7255
7198
|
"imports": [
|
7256
7199
|
{
|
7257
7200
|
"path": "react",
|
@@ -7319,9 +7262,9 @@
|
|
7319
7262
|
"original": "../hooks/useChatBlacklist"
|
7320
7263
|
},
|
7321
7264
|
{
|
7322
|
-
"path": "src/Prebuilt/components/hooks/
|
7265
|
+
"path": "src/Prebuilt/components/hooks/usePinnedMessages.ts",
|
7323
7266
|
"kind": "import-statement",
|
7324
|
-
"original": "../hooks/
|
7267
|
+
"original": "../hooks/usePinnedMessages"
|
7325
7268
|
},
|
7326
7269
|
{
|
7327
7270
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -7396,8 +7339,39 @@
|
|
7396
7339
|
],
|
7397
7340
|
"format": "esm"
|
7398
7341
|
},
|
7342
|
+
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
7343
|
+
"bytes": 712,
|
7344
|
+
"imports": [
|
7345
|
+
{
|
7346
|
+
"path": "react",
|
7347
|
+
"kind": "import-statement",
|
7348
|
+
"external": true
|
7349
|
+
},
|
7350
|
+
{
|
7351
|
+
"path": "@100mslive/react-sdk",
|
7352
|
+
"kind": "import-statement",
|
7353
|
+
"external": true
|
7354
|
+
},
|
7355
|
+
{
|
7356
|
+
"path": "./usePinnedMessages",
|
7357
|
+
"kind": "import-statement",
|
7358
|
+
"external": true
|
7359
|
+
},
|
7360
|
+
{
|
7361
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7362
|
+
"kind": "import-statement",
|
7363
|
+
"original": "../../common/constants"
|
7364
|
+
},
|
7365
|
+
{
|
7366
|
+
"path": "<define:process.env>",
|
7367
|
+
"kind": "import-statement",
|
7368
|
+
"external": true
|
7369
|
+
}
|
7370
|
+
],
|
7371
|
+
"format": "esm"
|
7372
|
+
},
|
7399
7373
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
7400
|
-
"bytes":
|
7374
|
+
"bytes": 14641,
|
7401
7375
|
"imports": [
|
7402
7376
|
{
|
7403
7377
|
"path": "react",
|
@@ -7424,6 +7398,11 @@
|
|
7424
7398
|
"kind": "import-statement",
|
7425
7399
|
"external": true
|
7426
7400
|
},
|
7401
|
+
{
|
7402
|
+
"path": "@100mslive/react-icons",
|
7403
|
+
"kind": "import-statement",
|
7404
|
+
"external": true
|
7405
|
+
},
|
7427
7406
|
{
|
7428
7407
|
"path": "src/Layout/index.tsx",
|
7429
7408
|
"kind": "import-statement",
|
@@ -7464,6 +7443,11 @@
|
|
7464
7443
|
"kind": "import-statement",
|
7465
7444
|
"original": "../AppData/useUISettings"
|
7466
7445
|
},
|
7446
|
+
{
|
7447
|
+
"path": "src/Prebuilt/components/hooks/usePinnedBy.tsx",
|
7448
|
+
"kind": "import-statement",
|
7449
|
+
"original": "../hooks/usePinnedBy"
|
7450
|
+
},
|
7467
7451
|
{
|
7468
7452
|
"path": "src/Prebuilt/common/constants.ts",
|
7469
7453
|
"kind": "import-statement",
|
@@ -7667,7 +7651,7 @@
|
|
7667
7651
|
"format": "esm"
|
7668
7652
|
},
|
7669
7653
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
7670
|
-
"bytes":
|
7654
|
+
"bytes": 9193,
|
7671
7655
|
"imports": [
|
7672
7656
|
{
|
7673
7657
|
"path": "react",
|
@@ -7871,7 +7855,7 @@
|
|
7871
7855
|
"format": "esm"
|
7872
7856
|
},
|
7873
7857
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
7874
|
-
"bytes":
|
7858
|
+
"bytes": 5067,
|
7875
7859
|
"imports": [
|
7876
7860
|
{
|
7877
7861
|
"path": "react",
|
@@ -7934,9 +7918,9 @@
|
|
7934
7918
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7935
7919
|
},
|
7936
7920
|
{
|
7937
|
-
"path": "src/Prebuilt/components/hooks/
|
7921
|
+
"path": "src/Prebuilt/components/hooks/usePinnedMessages.ts",
|
7938
7922
|
"kind": "import-statement",
|
7939
|
-
"original": "../hooks/
|
7923
|
+
"original": "../hooks/usePinnedMessages"
|
7940
7924
|
},
|
7941
7925
|
{
|
7942
7926
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -8301,8 +8285,19 @@
|
|
8301
8285
|
],
|
8302
8286
|
"format": "esm"
|
8303
8287
|
},
|
8288
|
+
"src/Prebuilt/components/TileMenu/utils.ts": {
|
8289
|
+
"bytes": 214,
|
8290
|
+
"imports": [
|
8291
|
+
{
|
8292
|
+
"path": "<define:process.env>",
|
8293
|
+
"kind": "import-statement",
|
8294
|
+
"external": true
|
8295
|
+
}
|
8296
|
+
],
|
8297
|
+
"format": "esm"
|
8298
|
+
},
|
8304
8299
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
8305
|
-
"bytes":
|
8300
|
+
"bytes": 11390,
|
8306
8301
|
"imports": [
|
8307
8302
|
{
|
8308
8303
|
"path": "react",
|
@@ -8369,6 +8364,11 @@
|
|
8369
8364
|
"kind": "import-statement",
|
8370
8365
|
"original": "../hooks/useDropdownSelection"
|
8371
8366
|
},
|
8367
|
+
{
|
8368
|
+
"path": "src/Prebuilt/components/TileMenu/utils.ts",
|
8369
|
+
"kind": "import-statement",
|
8370
|
+
"original": "./utils"
|
8371
|
+
},
|
8372
8372
|
{
|
8373
8373
|
"path": "src/Prebuilt/common/constants.ts",
|
8374
8374
|
"kind": "import-statement",
|
@@ -8388,7 +8388,7 @@
|
|
8388
8388
|
"format": "esm"
|
8389
8389
|
},
|
8390
8390
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
8391
|
-
"bytes":
|
8391
|
+
"bytes": 4631,
|
8392
8392
|
"imports": [
|
8393
8393
|
{
|
8394
8394
|
"path": "react",
|
@@ -8450,6 +8450,11 @@
|
|
8450
8450
|
"kind": "import-statement",
|
8451
8451
|
"original": "../hooks/useDropdownList"
|
8452
8452
|
},
|
8453
|
+
{
|
8454
|
+
"path": "src/Prebuilt/components/TileMenu/utils.ts",
|
8455
|
+
"kind": "import-statement",
|
8456
|
+
"original": "./utils"
|
8457
|
+
},
|
8453
8458
|
{
|
8454
8459
|
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.tsx",
|
8455
8460
|
"kind": "import-statement",
|
@@ -8480,7 +8485,7 @@
|
|
8480
8485
|
"format": "esm"
|
8481
8486
|
},
|
8482
8487
|
"src/Prebuilt/components/VideoTile.jsx": {
|
8483
|
-
"bytes":
|
8488
|
+
"bytes": 6701,
|
8484
8489
|
"imports": [
|
8485
8490
|
{
|
8486
8491
|
"path": "react",
|
@@ -8527,11 +8532,6 @@
|
|
8527
8532
|
"kind": "import-statement",
|
8528
8533
|
"original": "../../Stats"
|
8529
8534
|
},
|
8530
|
-
{
|
8531
|
-
"path": "src/Theme/index.tsx",
|
8532
|
-
"kind": "import-statement",
|
8533
|
-
"original": "../../Theme"
|
8534
|
-
},
|
8535
8535
|
{
|
8536
8536
|
"path": "src/Video/index.tsx",
|
8537
8537
|
"kind": "import-statement",
|
@@ -9883,7 +9883,7 @@
|
|
9883
9883
|
"format": "esm"
|
9884
9884
|
},
|
9885
9885
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
9886
|
-
"bytes":
|
9886
|
+
"bytes": 4683,
|
9887
9887
|
"imports": [
|
9888
9888
|
{
|
9889
9889
|
"path": "react",
|
@@ -10613,7 +10613,7 @@
|
|
10613
10613
|
"format": "esm"
|
10614
10614
|
},
|
10615
10615
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
10616
|
-
"bytes":
|
10616
|
+
"bytes": 3841,
|
10617
10617
|
"imports": [
|
10618
10618
|
{
|
10619
10619
|
"path": "react",
|
@@ -10999,6 +10999,32 @@
|
|
10999
10999
|
],
|
11000
11000
|
"format": "esm"
|
11001
11001
|
},
|
11002
|
+
"src/Prebuilt/services/FeatureFlags.jsx": {
|
11003
|
+
"bytes": 1342,
|
11004
|
+
"imports": [
|
11005
|
+
{
|
11006
|
+
"path": "react",
|
11007
|
+
"kind": "import-statement",
|
11008
|
+
"external": true
|
11009
|
+
},
|
11010
|
+
{
|
11011
|
+
"path": "@100mslive/react-sdk",
|
11012
|
+
"kind": "import-statement",
|
11013
|
+
"external": true
|
11014
|
+
},
|
11015
|
+
{
|
11016
|
+
"path": "<define:process.env>",
|
11017
|
+
"kind": "import-statement",
|
11018
|
+
"external": true
|
11019
|
+
},
|
11020
|
+
{
|
11021
|
+
"path": "<runtime>",
|
11022
|
+
"kind": "import-statement",
|
11023
|
+
"external": true
|
11024
|
+
}
|
11025
|
+
],
|
11026
|
+
"format": "esm"
|
11027
|
+
},
|
11002
11028
|
"src/Prebuilt/components/init/Init.jsx": {
|
11003
11029
|
"bytes": 1114,
|
11004
11030
|
"imports": [
|
@@ -12064,7 +12090,7 @@
|
|
12064
12090
|
"format": "esm"
|
12065
12091
|
},
|
12066
12092
|
"src/Prebuilt/App.tsx": {
|
12067
|
-
"bytes":
|
12093
|
+
"bytes": 10446,
|
12068
12094
|
"imports": [
|
12069
12095
|
{
|
12070
12096
|
"path": "react",
|
@@ -12141,6 +12167,11 @@
|
|
12141
12167
|
"kind": "import-statement",
|
12142
12168
|
"original": "./components/Toast/ToastContainer"
|
12143
12169
|
},
|
12170
|
+
{
|
12171
|
+
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
12172
|
+
"kind": "import-statement",
|
12173
|
+
"original": "./components/VirtualBackground/VBHandler"
|
12174
|
+
},
|
12144
12175
|
{
|
12145
12176
|
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
12146
12177
|
"kind": "import-statement",
|
@@ -12256,8 +12287,40 @@
|
|
12256
12287
|
],
|
12257
12288
|
"format": "esm"
|
12258
12289
|
},
|
12290
|
+
"src/TextArea/TextArea.tsx": {
|
12291
|
+
"bytes": 676,
|
12292
|
+
"imports": [
|
12293
|
+
{
|
12294
|
+
"path": "src/Theme/index.tsx",
|
12295
|
+
"kind": "import-statement",
|
12296
|
+
"original": "../Theme"
|
12297
|
+
},
|
12298
|
+
{
|
12299
|
+
"path": "<define:process.env>",
|
12300
|
+
"kind": "import-statement",
|
12301
|
+
"external": true
|
12302
|
+
}
|
12303
|
+
],
|
12304
|
+
"format": "esm"
|
12305
|
+
},
|
12306
|
+
"src/TextArea/index.tsx": {
|
12307
|
+
"bytes": 39,
|
12308
|
+
"imports": [
|
12309
|
+
{
|
12310
|
+
"path": "src/TextArea/TextArea.tsx",
|
12311
|
+
"kind": "import-statement",
|
12312
|
+
"original": "./TextArea"
|
12313
|
+
},
|
12314
|
+
{
|
12315
|
+
"path": "<define:process.env>",
|
12316
|
+
"kind": "import-statement",
|
12317
|
+
"external": true
|
12318
|
+
}
|
12319
|
+
],
|
12320
|
+
"format": "esm"
|
12321
|
+
},
|
12259
12322
|
"src/index.ts": {
|
12260
|
-
"bytes":
|
12323
|
+
"bytes": 1152,
|
12261
12324
|
"imports": [
|
12262
12325
|
{
|
12263
12326
|
"path": "src/Button/index.tsx",
|
@@ -12454,6 +12517,11 @@
|
|
12454
12517
|
"kind": "import-statement",
|
12455
12518
|
"original": "./context/DialogContext"
|
12456
12519
|
},
|
12520
|
+
{
|
12521
|
+
"path": "src/TextArea/index.tsx",
|
12522
|
+
"kind": "import-statement",
|
12523
|
+
"original": "./TextArea"
|
12524
|
+
},
|
12457
12525
|
{
|
12458
12526
|
"path": "<define:process.env>",
|
12459
12527
|
"kind": "import-statement",
|
@@ -12468,7 +12536,7 @@
|
|
12468
12536
|
"imports": [],
|
12469
12537
|
"exports": [],
|
12470
12538
|
"inputs": {},
|
12471
|
-
"bytes":
|
12539
|
+
"bytes": 3065966
|
12472
12540
|
},
|
12473
12541
|
"dist/index.cjs.js": {
|
12474
12542
|
"imports": [
|
@@ -13267,16 +13335,6 @@
|
|
13267
13335
|
"kind": "require-call",
|
13268
13336
|
"external": true
|
13269
13337
|
},
|
13270
|
-
{
|
13271
|
-
"path": "uuid",
|
13272
|
-
"kind": "require-call",
|
13273
|
-
"external": true
|
13274
|
-
},
|
13275
|
-
{
|
13276
|
-
"path": "eventemitter2",
|
13277
|
-
"kind": "require-call",
|
13278
|
-
"external": true
|
13279
|
-
},
|
13280
13338
|
{
|
13281
13339
|
"path": "eventemitter2",
|
13282
13340
|
"kind": "require-call",
|
@@ -13293,27 +13351,22 @@
|
|
13293
13351
|
"external": true
|
13294
13352
|
},
|
13295
13353
|
{
|
13296
|
-
"path": "
|
13297
|
-
"kind": "require-call",
|
13298
|
-
"external": true
|
13299
|
-
},
|
13300
|
-
{
|
13301
|
-
"path": "react",
|
13354
|
+
"path": "eventemitter2",
|
13302
13355
|
"kind": "require-call",
|
13303
13356
|
"external": true
|
13304
13357
|
},
|
13305
13358
|
{
|
13306
|
-
"path": "
|
13359
|
+
"path": "eventemitter2",
|
13307
13360
|
"kind": "require-call",
|
13308
13361
|
"external": true
|
13309
13362
|
},
|
13310
13363
|
{
|
13311
|
-
"path": "
|
13364
|
+
"path": "uuid",
|
13312
13365
|
"kind": "require-call",
|
13313
13366
|
"external": true
|
13314
13367
|
},
|
13315
13368
|
{
|
13316
|
-
"path": "
|
13369
|
+
"path": "uuid",
|
13317
13370
|
"kind": "require-call",
|
13318
13371
|
"external": true
|
13319
13372
|
},
|
@@ -13402,11 +13455,6 @@
|
|
13402
13455
|
"kind": "require-call",
|
13403
13456
|
"external": true
|
13404
13457
|
},
|
13405
|
-
{
|
13406
|
-
"path": "eventemitter2",
|
13407
|
-
"kind": "require-call",
|
13408
|
-
"external": true
|
13409
|
-
},
|
13410
13458
|
{
|
13411
13459
|
"path": "react",
|
13412
13460
|
"kind": "require-call",
|
@@ -13747,6 +13795,11 @@
|
|
13747
13795
|
"kind": "require-call",
|
13748
13796
|
"external": true
|
13749
13797
|
},
|
13798
|
+
{
|
13799
|
+
"path": "react",
|
13800
|
+
"kind": "require-call",
|
13801
|
+
"external": true
|
13802
|
+
},
|
13750
13803
|
{
|
13751
13804
|
"path": "@100mslive/react-icons",
|
13752
13805
|
"kind": "require-call",
|
@@ -13962,6 +14015,16 @@
|
|
13962
14015
|
"kind": "require-call",
|
13963
14016
|
"external": true
|
13964
14017
|
},
|
14018
|
+
{
|
14019
|
+
"path": "@100mslive/react-sdk",
|
14020
|
+
"kind": "require-call",
|
14021
|
+
"external": true
|
14022
|
+
},
|
14023
|
+
{
|
14024
|
+
"path": "react",
|
14025
|
+
"kind": "require-call",
|
14026
|
+
"external": true
|
14027
|
+
},
|
13965
14028
|
{
|
13966
14029
|
"path": "react-use",
|
13967
14030
|
"kind": "require-call",
|
@@ -13982,6 +14045,11 @@
|
|
13982
14045
|
"kind": "require-call",
|
13983
14046
|
"external": true
|
13984
14047
|
},
|
14048
|
+
{
|
14049
|
+
"path": "@100mslive/react-icons",
|
14050
|
+
"kind": "require-call",
|
14051
|
+
"external": true
|
14052
|
+
},
|
13985
14053
|
{
|
13986
14054
|
"path": "react",
|
13987
14055
|
"kind": "require-call",
|
@@ -14827,6 +14895,16 @@
|
|
14827
14895
|
"kind": "require-call",
|
14828
14896
|
"external": true
|
14829
14897
|
},
|
14898
|
+
{
|
14899
|
+
"path": "@100mslive/react-sdk",
|
14900
|
+
"kind": "require-call",
|
14901
|
+
"external": true
|
14902
|
+
},
|
14903
|
+
{
|
14904
|
+
"path": "react",
|
14905
|
+
"kind": "require-call",
|
14906
|
+
"external": true
|
14907
|
+
},
|
14830
14908
|
{
|
14831
14909
|
"path": "react",
|
14832
14910
|
"kind": "require-call",
|
@@ -15117,7 +15195,7 @@
|
|
15117
15195
|
"entryPoint": "src/index.ts",
|
15118
15196
|
"inputs": {
|
15119
15197
|
"<define:process.env>": {
|
15120
|
-
"bytesInOutput":
|
15198
|
+
"bytesInOutput": 18388
|
15121
15199
|
},
|
15122
15200
|
"src/Theme/base.config.ts": {
|
15123
15201
|
"bytesInOutput": 6104
|
@@ -15156,7 +15234,7 @@
|
|
15156
15234
|
"bytesInOutput": 417
|
15157
15235
|
},
|
15158
15236
|
"src/Button/Button.tsx": {
|
15159
|
-
"bytesInOutput":
|
15237
|
+
"bytesInOutput": 5355
|
15160
15238
|
},
|
15161
15239
|
"src/Button/index.tsx": {
|
15162
15240
|
"bytesInOutput": 132
|
@@ -15234,7 +15312,7 @@
|
|
15234
15312
|
"bytesInOutput": 128
|
15235
15313
|
},
|
15236
15314
|
"src/Input/Input.tsx": {
|
15237
|
-
"bytesInOutput":
|
15315
|
+
"bytesInOutput": 3377
|
15238
15316
|
},
|
15239
15317
|
"src/Input/index.tsx": {
|
15240
15318
|
"bytesInOutput": 129
|
@@ -15273,7 +15351,7 @@
|
|
15273
15351
|
"bytesInOutput": 129
|
15274
15352
|
},
|
15275
15353
|
"src/TileMenu/StyledMenuTile.tsx": {
|
15276
|
-
"bytesInOutput":
|
15354
|
+
"bytesInOutput": 2568
|
15277
15355
|
},
|
15278
15356
|
"src/TileMenu/index.tsx": {
|
15279
15357
|
"bytesInOutput": 143
|
@@ -15285,7 +15363,7 @@
|
|
15285
15363
|
"bytesInOutput": 983
|
15286
15364
|
},
|
15287
15365
|
"src/AudioLevel/AudioLevel.tsx": {
|
15288
|
-
"bytesInOutput":
|
15366
|
+
"bytesInOutput": 2807
|
15289
15367
|
},
|
15290
15368
|
"src/AudioLevel/index.ts": {
|
15291
15369
|
"bytesInOutput": 175
|
@@ -15450,7 +15528,7 @@
|
|
15450
15528
|
"bytesInOutput": 4391
|
15451
15529
|
},
|
15452
15530
|
"src/Prebuilt/components/PIP/PIPManager.js": {
|
15453
|
-
"bytesInOutput":
|
15531
|
+
"bytesInOutput": 10583
|
15454
15532
|
},
|
15455
15533
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
15456
15534
|
"bytesInOutput": 2932
|
@@ -15465,7 +15543,7 @@
|
|
15465
15543
|
"bytesInOutput": 260
|
15466
15544
|
},
|
15467
15545
|
"../../node_modules/lodash/lodash.js": {
|
15468
|
-
"bytesInOutput":
|
15546
|
+
"bytesInOutput": 224270
|
15469
15547
|
},
|
15470
15548
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
15471
15549
|
"bytesInOutput": 1887
|
@@ -15513,7 +15591,7 @@
|
|
15513
15591
|
"bytesInOutput": 5459
|
15514
15592
|
},
|
15515
15593
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
15516
|
-
"bytesInOutput":
|
15594
|
+
"bytesInOutput": 11472
|
15517
15595
|
},
|
15518
15596
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
15519
15597
|
"bytesInOutput": 6192
|
@@ -15536,23 +15614,26 @@
|
|
15536
15614
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
15537
15615
|
"bytesInOutput": 8156
|
15538
15616
|
},
|
15617
|
+
"../../node_modules/reselect/es/index.js": {
|
15618
|
+
"bytesInOutput": 2639
|
15619
|
+
},
|
15539
15620
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
15540
|
-
"bytesInOutput":
|
15621
|
+
"bytesInOutput": 42473
|
15541
15622
|
},
|
15542
15623
|
"../../node_modules/webrtc-adapter/src/js/utils.js": {
|
15543
15624
|
"bytesInOutput": 6459
|
15544
15625
|
},
|
15545
15626
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
15546
|
-
"bytesInOutput":
|
15627
|
+
"bytesInOutput": 6241
|
15547
15628
|
},
|
15548
15629
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
15549
15630
|
"bytesInOutput": 1396
|
15550
15631
|
},
|
15551
15632
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
15552
|
-
"bytesInOutput":
|
15633
|
+
"bytesInOutput": 22880
|
15553
15634
|
},
|
15554
15635
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
15555
|
-
"bytesInOutput":
|
15636
|
+
"bytesInOutput": 2277
|
15556
15637
|
},
|
15557
15638
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
15558
15639
|
"bytesInOutput": 984
|
@@ -15564,40 +15645,31 @@
|
|
15564
15645
|
"bytesInOutput": 12017
|
15565
15646
|
},
|
15566
15647
|
"../../node_modules/sdp/sdp.js": {
|
15567
|
-
"bytesInOutput":
|
15648
|
+
"bytesInOutput": 22282
|
15568
15649
|
},
|
15569
15650
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
15570
|
-
"bytesInOutput":
|
15651
|
+
"bytesInOutput": 12611
|
15571
15652
|
},
|
15572
15653
|
"../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
|
15573
15654
|
"bytesInOutput": 4575
|
15574
15655
|
},
|
15575
15656
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
15576
|
-
"bytesInOutput":
|
15657
|
+
"bytesInOutput": 286
|
15577
15658
|
},
|
15578
15659
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
15579
15660
|
"bytesInOutput": 16122
|
15580
15661
|
},
|
15581
15662
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
15582
|
-
"bytesInOutput":
|
15663
|
+
"bytesInOutput": 3489
|
15583
15664
|
},
|
15584
15665
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
15585
|
-
"bytesInOutput":
|
15666
|
+
"bytesInOutput": 3070
|
15586
15667
|
},
|
15587
15668
|
"../../node_modules/sdp-transform/lib/index.js": {
|
15588
15669
|
"bytesInOutput": 615
|
15589
15670
|
},
|
15590
|
-
"../hms-video-
|
15591
|
-
"bytesInOutput":
|
15592
|
-
},
|
15593
|
-
"src/Prebuilt/common/utils.js": {
|
15594
|
-
"bytesInOutput": 4395
|
15595
|
-
},
|
15596
|
-
"src/Prebuilt/services/FeatureFlags.jsx": {
|
15597
|
-
"bytesInOutput": 1701
|
15598
|
-
},
|
15599
|
-
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
15600
|
-
"bytesInOutput": 2178
|
15671
|
+
"../hms-video-store/dist/index.js": {
|
15672
|
+
"bytesInOutput": 52645
|
15601
15673
|
},
|
15602
15674
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
15603
15675
|
"bytesInOutput": 1384
|
@@ -15606,7 +15678,10 @@
|
|
15606
15678
|
"bytesInOutput": 1165
|
15607
15679
|
},
|
15608
15680
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
15609
|
-
"bytesInOutput":
|
15681
|
+
"bytesInOutput": 8158
|
15682
|
+
},
|
15683
|
+
"src/Prebuilt/common/utils.js": {
|
15684
|
+
"bytesInOutput": 4396
|
15610
15685
|
},
|
15611
15686
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
15612
15687
|
"bytesInOutput": 12096
|
@@ -15620,14 +15695,8 @@
|
|
15620
15695
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
|
15621
15696
|
"bytesInOutput": 2747
|
15622
15697
|
},
|
15623
|
-
"../../node_modules/reselect/es/index.js": {
|
15624
|
-
"bytesInOutput": 2639
|
15625
|
-
},
|
15626
|
-
"../hms-video-store/dist/index.js": {
|
15627
|
-
"bytesInOutput": 22064
|
15628
|
-
},
|
15629
15698
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
15630
|
-
"bytesInOutput":
|
15699
|
+
"bytesInOutput": 938
|
15631
15700
|
},
|
15632
15701
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
15633
15702
|
"bytesInOutput": 12303
|
@@ -15707,23 +15776,26 @@
|
|
15707
15776
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
15708
15777
|
"bytesInOutput": 2747
|
15709
15778
|
},
|
15710
|
-
"src/Prebuilt/components/Polls/common/StatusIndicator.
|
15779
|
+
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
15711
15780
|
"bytesInOutput": 959
|
15712
15781
|
},
|
15713
15782
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
|
15714
|
-
"bytesInOutput":
|
15783
|
+
"bytesInOutput": 9466
|
15784
|
+
},
|
15785
|
+
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
15786
|
+
"bytesInOutput": 2786
|
15715
15787
|
},
|
15716
|
-
"src/Prebuilt/components/Polls/
|
15717
|
-
"bytesInOutput":
|
15788
|
+
"src/Prebuilt/components/Polls/common/Line.tsx": {
|
15789
|
+
"bytesInOutput": 394
|
15718
15790
|
},
|
15719
|
-
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.
|
15720
|
-
"bytesInOutput":
|
15791
|
+
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
15792
|
+
"bytesInOutput": 1336
|
15721
15793
|
},
|
15722
|
-
"src/Prebuilt/components/Polls/common/VoteCount.
|
15794
|
+
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
15723
15795
|
"bytesInOutput": 587
|
15724
15796
|
},
|
15725
|
-
"src/Prebuilt/components/Polls/common/VoteProgress.
|
15726
|
-
"bytesInOutput":
|
15797
|
+
"src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
|
15798
|
+
"bytesInOutput": 865
|
15727
15799
|
},
|
15728
15800
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
15729
15801
|
"bytesInOutput": 4598
|
@@ -15731,11 +15803,11 @@
|
|
15731
15803
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
15732
15804
|
"bytesInOutput": 5343
|
15733
15805
|
},
|
15734
|
-
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.
|
15735
|
-
"bytesInOutput":
|
15806
|
+
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
15807
|
+
"bytesInOutput": 10626
|
15736
15808
|
},
|
15737
|
-
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.
|
15738
|
-
"bytesInOutput":
|
15809
|
+
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
15810
|
+
"bytesInOutput": 2705
|
15739
15811
|
},
|
15740
15812
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
15741
15813
|
"bytesInOutput": 5588
|
@@ -15747,21 +15819,21 @@
|
|
15747
15819
|
"bytesInOutput": 804
|
15748
15820
|
},
|
15749
15821
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
15750
|
-
"bytesInOutput":
|
15822
|
+
"bytesInOutput": 7457
|
15751
15823
|
},
|
15752
15824
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
15753
15825
|
"bytesInOutput": 1454
|
15754
15826
|
},
|
15755
15827
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
15756
|
-
"bytesInOutput":
|
15828
|
+
"bytesInOutput": 9947
|
15757
15829
|
},
|
15758
|
-
"src/Prebuilt/components/Polls/Voting/StandardVoting.
|
15830
|
+
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
15759
15831
|
"bytesInOutput": 1695
|
15760
15832
|
},
|
15761
|
-
"src/Prebuilt/components/Polls/Voting/TimedVoting.
|
15833
|
+
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
15762
15834
|
"bytesInOutput": 1419
|
15763
15835
|
},
|
15764
|
-
"src/Prebuilt/components/Polls/Voting/Voting.
|
15836
|
+
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
15765
15837
|
"bytesInOutput": 4092
|
15766
15838
|
},
|
15767
15839
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
@@ -15773,11 +15845,11 @@
|
|
15773
15845
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
15774
15846
|
"bytesInOutput": 1528
|
15775
15847
|
},
|
15776
|
-
"src/Prebuilt/components/hooks/
|
15777
|
-
"bytesInOutput":
|
15848
|
+
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
15849
|
+
"bytesInOutput": 3164
|
15778
15850
|
},
|
15779
15851
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
15780
|
-
"bytesInOutput":
|
15852
|
+
"bytesInOutput": 11560
|
15781
15853
|
},
|
15782
15854
|
"src/Prebuilt/images/empty-chat.svg": {
|
15783
15855
|
"bytesInOutput": 2366
|
@@ -15785,8 +15857,11 @@
|
|
15785
15857
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
15786
15858
|
"bytesInOutput": 2200
|
15787
15859
|
},
|
15860
|
+
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
15861
|
+
"bytesInOutput": 920
|
15862
|
+
},
|
15788
15863
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
15789
|
-
"bytesInOutput":
|
15864
|
+
"bytesInOutput": 17029
|
15790
15865
|
},
|
15791
15866
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
15792
15867
|
"bytesInOutput": 8560
|
@@ -15801,7 +15876,7 @@
|
|
15801
15876
|
"bytesInOutput": 1440
|
15802
15877
|
},
|
15803
15878
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
15804
|
-
"bytesInOutput":
|
15879
|
+
"bytesInOutput": 10419
|
15805
15880
|
},
|
15806
15881
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
15807
15882
|
"bytesInOutput": 3529
|
@@ -15810,13 +15885,13 @@
|
|
15810
15885
|
"bytesInOutput": 1403
|
15811
15886
|
},
|
15812
15887
|
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
15813
|
-
"bytesInOutput":
|
15888
|
+
"bytesInOutput": 827
|
15814
15889
|
},
|
15815
15890
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
15816
|
-
"bytesInOutput":
|
15891
|
+
"bytesInOutput": 6150
|
15817
15892
|
},
|
15818
15893
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
15819
|
-
"bytesInOutput":
|
15894
|
+
"bytesInOutput": 4376
|
15820
15895
|
},
|
15821
15896
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
15822
15897
|
"bytesInOutput": 5344
|
@@ -15830,17 +15905,20 @@
|
|
15830
15905
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
15831
15906
|
"bytesInOutput": 2109
|
15832
15907
|
},
|
15908
|
+
"src/Prebuilt/components/TileMenu/utils.ts": {
|
15909
|
+
"bytesInOutput": 296
|
15910
|
+
},
|
15833
15911
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
15834
|
-
"bytesInOutput":
|
15912
|
+
"bytesInOutput": 13528
|
15835
15913
|
},
|
15836
15914
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
15837
|
-
"bytesInOutput":
|
15915
|
+
"bytesInOutput": 5461
|
15838
15916
|
},
|
15839
15917
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
15840
15918
|
"bytesInOutput": 1299
|
15841
15919
|
},
|
15842
15920
|
"src/Prebuilt/components/VideoTile.jsx": {
|
15843
|
-
"bytesInOutput":
|
15921
|
+
"bytesInOutput": 7928
|
15844
15922
|
},
|
15845
15923
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
15846
15924
|
"bytesInOutput": 1569
|
@@ -15855,7 +15933,7 @@
|
|
15855
15933
|
"bytesInOutput": 908
|
15856
15934
|
},
|
15857
15935
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
15858
|
-
"bytesInOutput":
|
15936
|
+
"bytesInOutput": 6752
|
15859
15937
|
},
|
15860
15938
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
15861
15939
|
"bytesInOutput": 5399
|
@@ -15873,7 +15951,7 @@
|
|
15873
15951
|
"bytesInOutput": 3421
|
15874
15952
|
},
|
15875
15953
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
15876
|
-
"bytesInOutput":
|
15954
|
+
"bytesInOutput": 12049
|
15877
15955
|
},
|
15878
15956
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
15879
15957
|
"bytesInOutput": 2622
|
@@ -15888,13 +15966,13 @@
|
|
15888
15966
|
"bytesInOutput": 5117
|
15889
15967
|
},
|
15890
15968
|
"src/Prebuilt/components/Pagination.tsx": {
|
15891
|
-
"bytesInOutput":
|
15969
|
+
"bytesInOutput": 2118
|
15892
15970
|
},
|
15893
15971
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
15894
15972
|
"bytesInOutput": 1620
|
15895
15973
|
},
|
15896
15974
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
15897
|
-
"bytesInOutput":
|
15975
|
+
"bytesInOutput": 4488
|
15898
15976
|
},
|
15899
15977
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
15900
15978
|
"bytesInOutput": 2453
|
@@ -15921,10 +15999,10 @@
|
|
15921
15999
|
"bytesInOutput": 2494
|
15922
16000
|
},
|
15923
16001
|
"src/Prebuilt/common/PeersSorter.ts": {
|
15924
|
-
"bytesInOutput":
|
16002
|
+
"bytesInOutput": 3604
|
15925
16003
|
},
|
15926
16004
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
15927
|
-
"bytesInOutput":
|
16005
|
+
"bytesInOutput": 4705
|
15928
16006
|
},
|
15929
16007
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
15930
16008
|
"bytesInOutput": 3522
|
@@ -15939,7 +16017,7 @@
|
|
15939
16017
|
"bytesInOutput": 2568
|
15940
16018
|
},
|
15941
16019
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
15942
|
-
"bytesInOutput":
|
16020
|
+
"bytesInOutput": 1356
|
15943
16021
|
},
|
15944
16022
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
15945
16023
|
"bytesInOutput": 4195
|
@@ -15981,7 +16059,7 @@
|
|
15981
16059
|
"bytesInOutput": 4598
|
15982
16060
|
},
|
15983
16061
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
15984
|
-
"bytesInOutput":
|
16062
|
+
"bytesInOutput": 20623
|
15985
16063
|
},
|
15986
16064
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
15987
16065
|
"bytesInOutput": 4079
|
@@ -16004,6 +16082,9 @@
|
|
16004
16082
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
16005
16083
|
"bytesInOutput": 4181
|
16006
16084
|
},
|
16085
|
+
"src/Prebuilt/services/FeatureFlags.jsx": {
|
16086
|
+
"bytesInOutput": 1704
|
16087
|
+
},
|
16007
16088
|
"src/Prebuilt/components/init/Init.jsx": {
|
16008
16089
|
"bytesInOutput": 944
|
16009
16090
|
},
|
@@ -16023,7 +16104,7 @@
|
|
16023
16104
|
"bytesInOutput": 3195
|
16024
16105
|
},
|
16025
16106
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
16026
|
-
"bytesInOutput":
|
16107
|
+
"bytesInOutput": 7805
|
16027
16108
|
},
|
16028
16109
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
16029
16110
|
"bytesInOutput": 2151
|
@@ -16089,7 +16170,7 @@
|
|
16089
16170
|
"bytesInOutput": 2225
|
16090
16171
|
},
|
16091
16172
|
"src/Prebuilt/App.tsx": {
|
16092
|
-
"bytesInOutput":
|
16173
|
+
"bytesInOutput": 9532
|
16093
16174
|
},
|
16094
16175
|
"src/Prebuilt/index.ts": {
|
16095
16176
|
"bytesInOutput": 131
|
@@ -16097,11 +16178,17 @@
|
|
16097
16178
|
"src/Progress/index.tsx": {
|
16098
16179
|
"bytesInOutput": 650
|
16099
16180
|
},
|
16181
|
+
"src/TextArea/TextArea.tsx": {
|
16182
|
+
"bytesInOutput": 883
|
16183
|
+
},
|
16184
|
+
"src/TextArea/index.tsx": {
|
16185
|
+
"bytesInOutput": 138
|
16186
|
+
},
|
16100
16187
|
"src/index.ts": {
|
16101
|
-
"bytesInOutput":
|
16188
|
+
"bytesInOutput": 2980
|
16102
16189
|
}
|
16103
16190
|
},
|
16104
|
-
"bytes":
|
16191
|
+
"bytes": 1439675
|
16105
16192
|
}
|
16106
16193
|
}
|
16107
16194
|
}
|