@100mslive/roomkit-react 0.1.20-alpha.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/README.md +27 -2
  2. package/dist/{HLSView-BWR4T6PI.js → HLSView-ULB4DC6B.js} +2 -2
  3. package/dist/Input/Input.d.ts +3 -3
  4. package/dist/Prebuilt/components/Chat/ChatActions.d.ts +2 -1
  5. package/dist/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.d.ts +6 -0
  6. package/dist/Prebuilt/components/Polls/CreateQuestions/QuestionForm.d.ts +22 -0
  7. package/dist/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.d.ts +11 -0
  8. package/dist/Prebuilt/components/Polls/Voting/StandardVoting.d.ts +5 -0
  9. package/dist/Prebuilt/components/Polls/Voting/TimedVoting.d.ts +5 -0
  10. package/dist/Prebuilt/components/Polls/Voting/Voting.d.ts +5 -0
  11. package/dist/Prebuilt/components/Polls/common/Line.d.ts +2 -0
  12. package/dist/Prebuilt/components/Polls/common/OptionInputWithDelete.d.ts +8 -0
  13. package/dist/Prebuilt/components/Polls/common/StatusIndicator.d.ts +4 -0
  14. package/dist/Prebuilt/components/Polls/common/VoteCount.d.ts +4 -0
  15. package/dist/Prebuilt/components/Polls/common/VoteProgress.d.ts +6 -0
  16. package/dist/Prebuilt/components/Polls/common/VoterList.d.ts +4 -0
  17. package/dist/Prebuilt/components/TileMenu/utils.d.ts +5 -0
  18. package/dist/Prebuilt/components/hooks/usePinnedBy.d.ts +1 -0
  19. package/dist/Prebuilt/components/hooks/{useSetPinnedMessages.d.ts → usePinnedMessages.d.ts} +6 -1
  20. package/dist/TextArea/TextArea.d.ts +441 -0
  21. package/dist/TextArea/index.d.ts +1 -0
  22. package/dist/Toast/Toast.d.ts +1 -1
  23. package/dist/{chunk-SYBH2G3R.js → chunk-GVA4I77Z.js} +2802 -2740
  24. package/dist/chunk-GVA4I77Z.js.map +7 -0
  25. package/dist/index.cjs.js +3035 -2967
  26. package/dist/index.cjs.js.map +4 -4
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.js +3 -1
  29. package/dist/meta.cjs.json +476 -394
  30. package/dist/meta.esbuild.json +486 -402
  31. package/package.json +7 -8
  32. package/src/Button/Button.tsx +4 -4
  33. package/src/Input/Input.tsx +1 -1
  34. package/src/Prebuilt/components/Chat/ChatActions.tsx +25 -8
  35. package/src/Prebuilt/components/Chat/ChatBody.tsx +64 -21
  36. package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -0
  37. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +2 -2
  38. package/src/Prebuilt/components/Header/AdditionalRoomState.jsx +1 -38
  39. package/src/Prebuilt/components/Header/StreamActions.tsx +1 -1
  40. package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx +11 -1
  41. package/src/Prebuilt/components/Polls/CreateQuestions/{DeleteQuestionModal.jsx → DeleteQuestionModal.tsx} +9 -1
  42. package/src/Prebuilt/components/Polls/CreateQuestions/{QuestionForm.jsx → QuestionForm.tsx} +71 -30
  43. package/src/Prebuilt/components/Polls/CreateQuestions/{SavedQuestion.jsx → SavedQuestion.tsx} +24 -15
  44. package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +1 -1
  45. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +61 -80
  46. package/src/Prebuilt/components/Polls/Voting/{StandardVoting.jsx → StandardVoting.tsx} +3 -7
  47. package/src/Prebuilt/components/Polls/Voting/{TimedVoting.jsx → TimedVoting.tsx} +4 -7
  48. package/src/Prebuilt/components/Polls/Voting/{Voting.jsx → Voting.tsx} +4 -3
  49. package/src/Prebuilt/components/Polls/common/Line.tsx +4 -0
  50. package/src/Prebuilt/components/Polls/common/{OptionInputWithDelete.jsx → OptionInputWithDelete.tsx} +14 -2
  51. package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +1 -1
  52. package/src/Prebuilt/components/Polls/common/{StatusIndicator.jsx → StatusIndicator.tsx} +1 -2
  53. package/src/Prebuilt/components/Polls/common/{VoteCount.jsx → VoteCount.tsx} +1 -2
  54. package/src/Prebuilt/components/Polls/common/{VoteProgress.jsx → VoteProgress.tsx} +3 -2
  55. package/src/Prebuilt/components/Polls/common/{VoterList.jsx → VoterList.tsx} +1 -1
  56. package/src/Prebuilt/components/TileMenu/TileMenu.jsx +3 -1
  57. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +15 -3
  58. package/src/Prebuilt/components/TileMenu/utils.ts +7 -0
  59. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +7 -3
  60. package/src/Prebuilt/components/VideoTile.jsx +2 -4
  61. package/src/Prebuilt/components/hooks/usePinnedBy.tsx +22 -0
  62. package/src/Prebuilt/components/hooks/{useSetPinnedMessages.ts → usePinnedMessages.ts} +2 -2
  63. package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +1 -4
  64. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -1
  65. package/src/TextArea/TextArea.tsx +30 -0
  66. package/src/TextArea/index.tsx +1 -0
  67. package/src/index.ts +1 -0
  68. package/src/store/StorybookSDK.ts +3 -1
  69. package/dist/Prebuilt/plugins/whiteboard/ToggleWhiteboard.d.ts +0 -5
  70. package/dist/chunk-SYBH2G3R.js.map +0 -7
  71. package/src/Prebuilt/components/Polls/common/Votes.jsx +0 -72
  72. package/src/Prebuilt/layouts/WhiteboardView.jsx +0 -40
  73. package/src/Prebuilt/plugins/whiteboard/PusherCommunicationProvider.js +0 -110
  74. package/src/Prebuilt/plugins/whiteboard/README.md +0 -29
  75. package/src/Prebuilt/plugins/whiteboard/ToggleWhiteboard.tsx +0 -37
  76. package/src/Prebuilt/plugins/whiteboard/Whiteboard.css +0 -12
  77. package/src/Prebuilt/plugins/whiteboard/Whiteboard.jsx +0 -11
  78. package/src/Prebuilt/plugins/whiteboard/WhiteboardEvents.js +0 -8
  79. package/src/Prebuilt/plugins/whiteboard/index.js +0 -3
  80. package/src/Prebuilt/plugins/whiteboard/useMultiplayerState.js +0 -212
  81. package/src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js +0 -47
  82. /package/dist/{HLSView-BWR4T6PI.js.map → HLSView-ULB4DC6B.js.map} +0 -0
@@ -242,7 +242,7 @@
242
242
  "format": "esm"
243
243
  },
244
244
  "src/Button/Button.tsx": {
245
- "bytes": 4730,
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": 2642,
856
+ "bytes": 2628,
857
857
  "imports": [
858
858
  {
859
859
  "path": "react",
@@ -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-web/dist/index.js": {
4437
- "bytes": 263156,
4480
+ "../hms-video-store/dist/index.js": {
4481
+ "bytes": 320359,
4438
4482
  "imports": [
4439
4483
  {
4440
- "path": "uuid",
4484
+ "path": "../../node_modules/reselect/es/index.js",
4441
4485
  "kind": "import-statement",
4442
- "external": true
4486
+ "original": "reselect"
4443
4487
  },
4444
4488
  {
4445
- "path": "uuid",
4489
+ "path": "../../node_modules/reselect/es/index.js",
4446
4490
  "kind": "import-statement",
4447
- "external": true
4491
+ "original": "reselect"
4448
4492
  },
4449
4493
  {
4450
- "path": "uuid",
4494
+ "path": "../../node_modules/reselect/es/index.js",
4451
4495
  "kind": "import-statement",
4452
- "external": true
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": "../../node_modules/webrtc-adapter/src/js/adapter_core.js",
4509
+ "path": "uuid",
4466
4510
  "kind": "import-statement",
4467
- "original": "webrtc-adapter"
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": "eventemitter2",
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/sdp-transform/lib/index.js",
4539
+ "path": "../../node_modules/reselect/es/index.js",
4496
4540
  "kind": "import-statement",
4497
- "original": "sdp-transform"
4541
+ "original": "reselect"
4498
4542
  },
4499
4543
  {
4500
- "path": "eventemitter2",
4544
+ "path": "../../node_modules/reselect/es/index.js",
4501
4545
  "kind": "import-statement",
4502
- "external": true
4546
+ "original": "reselect"
4503
4547
  },
4504
4548
  {
4505
- "path": "uuid",
4549
+ "path": "../../node_modules/immer/dist/immer.esm.mjs",
4506
4550
  "kind": "import-statement",
4507
- "external": true
4551
+ "original": "immer"
4508
4552
  },
4509
4553
  {
4510
- "path": "uuid",
4554
+ "path": "../../node_modules/zustand/esm/shallow.js",
4511
4555
  "kind": "import-statement",
4512
- "external": true
4556
+ "original": "zustand/shallow"
4513
4557
  },
4514
4558
  {
4515
- "path": "<define:process.env>",
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": "./constants"
4561
+ "original": "zustand/vanilla"
4529
4562
  },
4530
4563
  {
4531
- "path": "<define:process.env>",
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": "@100mslive/react-sdk",
4569
+ "path": "uuid",
4548
4570
  "kind": "import-statement",
4549
4571
  "external": true
4550
4572
  },
4551
4573
  {
4552
- "path": "<define:process.env>",
4574
+ "path": "eventemitter2",
4553
4575
  "kind": "import-statement",
4554
4576
  "external": true
4555
4577
  },
4556
4578
  {
4557
- "path": "<runtime>",
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
- "external": true
4581
+ "original": "sdp-transform"
4571
4582
  },
4572
4583
  {
4573
- "path": "@100mslive/react-sdk",
4584
+ "path": "eventemitter2",
4574
4585
  "kind": "import-statement",
4575
4586
  "external": true
4576
4587
  },
4577
4588
  {
4578
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
4589
+ "path": "uuid",
4579
4590
  "kind": "import-statement",
4580
- "original": "../../components/hooks/useMetadata"
4591
+ "external": true
4581
4592
  },
4582
4593
  {
4583
- "path": "src/Prebuilt/common/utils.js",
4594
+ "path": "uuid",
4584
4595
  "kind": "import-statement",
4585
- "original": "../../common/utils"
4596
+ "external": true
4586
4597
  },
4587
4598
  {
4588
- "path": "src/Prebuilt/services/FeatureFlags.jsx",
4599
+ "path": "../../node_modules/reselect/es/index.js",
4589
4600
  "kind": "import-statement",
4590
- "original": "../../services/FeatureFlags"
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": 8115,
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": 9374,
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-web/dist/index.js",
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": 723,
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.jsx": {
6311
- "bytes": 597,
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": 7467,
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.jsx",
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.jsx": {
6398
- "bytes": 2197,
6279
+ "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
6280
+ "bytes": 2314,
6399
6281
  "imports": [
6400
6282
  {
6401
6283
  "path": "react",
@@ -6408,25 +6290,46 @@
6408
6290
  "external": true
6409
6291
  },
6410
6292
  {
6411
- "path": "src/Button/index.tsx",
6293
+ "path": "src/Button/index.tsx",
6294
+ "kind": "import-statement",
6295
+ "original": "../../../../Button"
6296
+ },
6297
+ {
6298
+ "path": "src/Layout/index.tsx",
6299
+ "kind": "import-statement",
6300
+ "original": "../../../../Layout"
6301
+ },
6302
+ {
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",
6412
6325
  "kind": "import-statement",
6413
- "original": "../../../../Button"
6326
+ "external": true
6414
6327
  },
6415
6328
  {
6416
6329
  "path": "src/Layout/index.tsx",
6417
6330
  "kind": "import-statement",
6418
6331
  "original": "../../../../Layout"
6419
6332
  },
6420
- {
6421
- "path": "src/Modal/index.ts",
6422
- "kind": "import-statement",
6423
- "original": "../../../../Modal"
6424
- },
6425
- {
6426
- "path": "src/Text/index.tsx",
6427
- "kind": "import-statement",
6428
- "original": "../../../../Text"
6429
- },
6430
6333
  {
6431
6334
  "path": "<define:process.env>",
6432
6335
  "kind": "import-statement",
@@ -6435,14 +6338,19 @@
6435
6338
  ],
6436
6339
  "format": "esm"
6437
6340
  },
6438
- "src/Prebuilt/components/Polls/common/OptionInputWithDelete.jsx": {
6439
- "bytes": 784,
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.jsx": {
6470
- "bytes": 397,
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.jsx": {
6491
- "bytes": 565,
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.jsx",
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.jsx",
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.jsx",
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": 4926,
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.jsx",
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.jsx",
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.jsx",
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.jsx": {
6594
- "bytes": 9049,
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.jsx",
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.jsx": {
6660
- "bytes": 2098,
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/components/Polls/CreateQuestions/DeleteQuestionModal.jsx",
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.jsx",
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.jsx",
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": 5839,
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.jsx",
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": 8835,
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.jsx": {
6997
- "bytes": 1274,
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.jsx": {
7023
- "bytes": 1110,
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.jsx": {
7044
- "bytes": 3188,
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.jsx",
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.jsx",
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.jsx",
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.jsx",
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/useSetPinnedMessages.ts": {
7218
- "bytes": 2850,
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": 9609,
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/useSetPinnedMessages.ts",
7265
+ "path": "src/Prebuilt/components/hooks/usePinnedMessages.ts",
7323
7266
  "kind": "import-statement",
7324
- "original": "../hooks/useSetPinnedMessages"
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": 13390,
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": 9161,
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": 5076,
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/useSetPinnedMessages.ts",
7921
+ "path": "src/Prebuilt/components/hooks/usePinnedMessages.ts",
7938
7922
  "kind": "import-statement",
7939
- "original": "../hooks/useSetPinnedMessages"
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": 10834,
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": 4567,
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": 6791,
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": 4465,
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": 3913,
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": [
@@ -12261,8 +12287,40 @@
12261
12287
  ],
12262
12288
  "format": "esm"
12263
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
+ },
12264
12322
  "src/index.ts": {
12265
- "bytes": 1124,
12323
+ "bytes": 1152,
12266
12324
  "imports": [
12267
12325
  {
12268
12326
  "path": "src/Button/index.tsx",
@@ -12459,6 +12517,11 @@
12459
12517
  "kind": "import-statement",
12460
12518
  "original": "./context/DialogContext"
12461
12519
  },
12520
+ {
12521
+ "path": "src/TextArea/index.tsx",
12522
+ "kind": "import-statement",
12523
+ "original": "./TextArea"
12524
+ },
12462
12525
  {
12463
12526
  "path": "<define:process.env>",
12464
12527
  "kind": "import-statement",
@@ -12473,7 +12536,7 @@
12473
12536
  "imports": [],
12474
12537
  "exports": [],
12475
12538
  "inputs": {},
12476
- "bytes": 3097427
12539
+ "bytes": 3065112
12477
12540
  },
12478
12541
  "dist/index.cjs.js": {
12479
12542
  "imports": [
@@ -13272,16 +13335,6 @@
13272
13335
  "kind": "require-call",
13273
13336
  "external": true
13274
13337
  },
13275
- {
13276
- "path": "uuid",
13277
- "kind": "require-call",
13278
- "external": true
13279
- },
13280
- {
13281
- "path": "eventemitter2",
13282
- "kind": "require-call",
13283
- "external": true
13284
- },
13285
13338
  {
13286
13339
  "path": "eventemitter2",
13287
13340
  "kind": "require-call",
@@ -13298,27 +13351,22 @@
13298
13351
  "external": true
13299
13352
  },
13300
13353
  {
13301
- "path": "uuid",
13302
- "kind": "require-call",
13303
- "external": true
13304
- },
13305
- {
13306
- "path": "react",
13354
+ "path": "eventemitter2",
13307
13355
  "kind": "require-call",
13308
13356
  "external": true
13309
13357
  },
13310
13358
  {
13311
- "path": "@100mslive/react-sdk",
13359
+ "path": "eventemitter2",
13312
13360
  "kind": "require-call",
13313
13361
  "external": true
13314
13362
  },
13315
13363
  {
13316
- "path": "react",
13364
+ "path": "uuid",
13317
13365
  "kind": "require-call",
13318
13366
  "external": true
13319
13367
  },
13320
13368
  {
13321
- "path": "@100mslive/react-sdk",
13369
+ "path": "uuid",
13322
13370
  "kind": "require-call",
13323
13371
  "external": true
13324
13372
  },
@@ -13407,11 +13455,6 @@
13407
13455
  "kind": "require-call",
13408
13456
  "external": true
13409
13457
  },
13410
- {
13411
- "path": "eventemitter2",
13412
- "kind": "require-call",
13413
- "external": true
13414
- },
13415
13458
  {
13416
13459
  "path": "react",
13417
13460
  "kind": "require-call",
@@ -13752,6 +13795,11 @@
13752
13795
  "kind": "require-call",
13753
13796
  "external": true
13754
13797
  },
13798
+ {
13799
+ "path": "react",
13800
+ "kind": "require-call",
13801
+ "external": true
13802
+ },
13755
13803
  {
13756
13804
  "path": "@100mslive/react-icons",
13757
13805
  "kind": "require-call",
@@ -13967,6 +14015,16 @@
13967
14015
  "kind": "require-call",
13968
14016
  "external": true
13969
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
+ },
13970
14028
  {
13971
14029
  "path": "react-use",
13972
14030
  "kind": "require-call",
@@ -13987,6 +14045,11 @@
13987
14045
  "kind": "require-call",
13988
14046
  "external": true
13989
14047
  },
14048
+ {
14049
+ "path": "@100mslive/react-icons",
14050
+ "kind": "require-call",
14051
+ "external": true
14052
+ },
13990
14053
  {
13991
14054
  "path": "react",
13992
14055
  "kind": "require-call",
@@ -14832,6 +14895,16 @@
14832
14895
  "kind": "require-call",
14833
14896
  "external": true
14834
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
+ },
14835
14908
  {
14836
14909
  "path": "react",
14837
14910
  "kind": "require-call",
@@ -15122,7 +15195,7 @@
15122
15195
  "entryPoint": "src/index.ts",
15123
15196
  "inputs": {
15124
15197
  "<define:process.env>": {
15125
- "bytesInOutput": 18644
15198
+ "bytesInOutput": 18293
15126
15199
  },
15127
15200
  "src/Theme/base.config.ts": {
15128
15201
  "bytesInOutput": 6104
@@ -15161,7 +15234,7 @@
15161
15234
  "bytesInOutput": 417
15162
15235
  },
15163
15236
  "src/Button/Button.tsx": {
15164
- "bytesInOutput": 5347
15237
+ "bytesInOutput": 5355
15165
15238
  },
15166
15239
  "src/Button/index.tsx": {
15167
15240
  "bytesInOutput": 132
@@ -15239,7 +15312,7 @@
15239
15312
  "bytesInOutput": 128
15240
15313
  },
15241
15314
  "src/Input/Input.tsx": {
15242
- "bytesInOutput": 3391
15315
+ "bytesInOutput": 3377
15243
15316
  },
15244
15317
  "src/Input/index.tsx": {
15245
15318
  "bytesInOutput": 129
@@ -15290,7 +15363,7 @@
15290
15363
  "bytesInOutput": 983
15291
15364
  },
15292
15365
  "src/AudioLevel/AudioLevel.tsx": {
15293
- "bytesInOutput": 2808
15366
+ "bytesInOutput": 2807
15294
15367
  },
15295
15368
  "src/AudioLevel/index.ts": {
15296
15369
  "bytesInOutput": 175
@@ -15455,7 +15528,7 @@
15455
15528
  "bytesInOutput": 4391
15456
15529
  },
15457
15530
  "src/Prebuilt/components/PIP/PIPManager.js": {
15458
- "bytesInOutput": 10581
15531
+ "bytesInOutput": 10583
15459
15532
  },
15460
15533
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
15461
15534
  "bytesInOutput": 2932
@@ -15470,7 +15543,7 @@
15470
15543
  "bytesInOutput": 260
15471
15544
  },
15472
15545
  "../../node_modules/lodash/lodash.js": {
15473
- "bytesInOutput": 224385
15546
+ "bytesInOutput": 224280
15474
15547
  },
15475
15548
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
15476
15549
  "bytesInOutput": 1887
@@ -15518,7 +15591,7 @@
15518
15591
  "bytesInOutput": 5459
15519
15592
  },
15520
15593
  "src/Prebuilt/components/StatsForNerds.jsx": {
15521
- "bytesInOutput": 11475
15594
+ "bytesInOutput": 11472
15522
15595
  },
15523
15596
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
15524
15597
  "bytesInOutput": 6192
@@ -15541,23 +15614,26 @@
15541
15614
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
15542
15615
  "bytesInOutput": 8156
15543
15616
  },
15617
+ "../../node_modules/reselect/es/index.js": {
15618
+ "bytesInOutput": 2639
15619
+ },
15544
15620
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
15545
- "bytesInOutput": 42464
15621
+ "bytesInOutput": 42483
15546
15622
  },
15547
15623
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
15548
15624
  "bytesInOutput": 6459
15549
15625
  },
15550
15626
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
15551
- "bytesInOutput": 6253
15627
+ "bytesInOutput": 6249
15552
15628
  },
15553
15629
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
15554
15630
  "bytesInOutput": 1396
15555
15631
  },
15556
15632
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
15557
- "bytesInOutput": 22884
15633
+ "bytesInOutput": 22880
15558
15634
  },
15559
15635
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
15560
- "bytesInOutput": 2291
15636
+ "bytesInOutput": 2277
15561
15637
  },
15562
15638
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
15563
15639
  "bytesInOutput": 984
@@ -15569,40 +15645,31 @@
15569
15645
  "bytesInOutput": 12017
15570
15646
  },
15571
15647
  "../../node_modules/sdp/sdp.js": {
15572
- "bytesInOutput": 22291
15648
+ "bytesInOutput": 22282
15573
15649
  },
15574
15650
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
15575
- "bytesInOutput": 12604
15651
+ "bytesInOutput": 12606
15576
15652
  },
15577
15653
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
15578
15654
  "bytesInOutput": 4575
15579
15655
  },
15580
15656
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
15581
- "bytesInOutput": 344
15657
+ "bytesInOutput": 286
15582
15658
  },
15583
15659
  "../../node_modules/sdp-transform/lib/grammar.js": {
15584
15660
  "bytesInOutput": 16122
15585
15661
  },
15586
15662
  "../../node_modules/sdp-transform/lib/parser.js": {
15587
- "bytesInOutput": 3480
15663
+ "bytesInOutput": 3489
15588
15664
  },
15589
15665
  "../../node_modules/sdp-transform/lib/writer.js": {
15590
- "bytesInOutput": 3072
15666
+ "bytesInOutput": 3070
15591
15667
  },
15592
15668
  "../../node_modules/sdp-transform/lib/index.js": {
15593
15669
  "bytesInOutput": 615
15594
15670
  },
15595
- "../hms-video-web/dist/index.js": {
15596
- "bytesInOutput": 35324
15597
- },
15598
- "src/Prebuilt/common/utils.js": {
15599
- "bytesInOutput": 4395
15600
- },
15601
- "src/Prebuilt/services/FeatureFlags.jsx": {
15602
- "bytesInOutput": 1701
15603
- },
15604
- "src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
15605
- "bytesInOutput": 2178
15671
+ "../hms-video-store/dist/index.js": {
15672
+ "bytesInOutput": 52509
15606
15673
  },
15607
15674
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
15608
15675
  "bytesInOutput": 1384
@@ -15611,7 +15678,10 @@
15611
15678
  "bytesInOutput": 1165
15612
15679
  },
15613
15680
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
15614
- "bytesInOutput": 9447
15681
+ "bytesInOutput": 8158
15682
+ },
15683
+ "src/Prebuilt/common/utils.js": {
15684
+ "bytesInOutput": 4396
15615
15685
  },
15616
15686
  "src/Prebuilt/components/Header/StreamActions.tsx": {
15617
15687
  "bytesInOutput": 12096
@@ -15625,14 +15695,8 @@
15625
15695
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
15626
15696
  "bytesInOutput": 2747
15627
15697
  },
15628
- "../../node_modules/reselect/es/index.js": {
15629
- "bytesInOutput": 2639
15630
- },
15631
- "../hms-video-store/dist/index.js": {
15632
- "bytesInOutput": 22065
15633
- },
15634
15698
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
15635
- "bytesInOutput": 1005
15699
+ "bytesInOutput": 938
15636
15700
  },
15637
15701
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
15638
15702
  "bytesInOutput": 12303
@@ -15712,23 +15776,26 @@
15712
15776
  "src/Prebuilt/components/Streaming/Common.jsx": {
15713
15777
  "bytesInOutput": 2747
15714
15778
  },
15715
- "src/Prebuilt/components/Polls/common/StatusIndicator.jsx": {
15779
+ "src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
15716
15780
  "bytesInOutput": 959
15717
15781
  },
15718
15782
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15719
- "bytesInOutput": 9229
15783
+ "bytesInOutput": 9466
15784
+ },
15785
+ "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
15786
+ "bytesInOutput": 2786
15720
15787
  },
15721
- "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
15722
- "bytesInOutput": 2780
15788
+ "src/Prebuilt/components/Polls/common/Line.tsx": {
15789
+ "bytesInOutput": 394
15723
15790
  },
15724
- "src/Prebuilt/components/Polls/common/OptionInputWithDelete.jsx": {
15725
- "bytesInOutput": 1309
15791
+ "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
15792
+ "bytesInOutput": 1336
15726
15793
  },
15727
- "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
15794
+ "src/Prebuilt/components/Polls/common/VoteCount.tsx": {
15728
15795
  "bytesInOutput": 587
15729
15796
  },
15730
- "src/Prebuilt/components/Polls/common/VoteProgress.jsx": {
15731
- "bytesInOutput": 858
15797
+ "src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
15798
+ "bytesInOutput": 865
15732
15799
  },
15733
15800
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
15734
15801
  "bytesInOutput": 4598
@@ -15736,11 +15803,11 @@
15736
15803
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
15737
15804
  "bytesInOutput": 5343
15738
15805
  },
15739
- "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
15740
- "bytesInOutput": 10260
15806
+ "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
15807
+ "bytesInOutput": 10626
15741
15808
  },
15742
- "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
15743
- "bytesInOutput": 2790
15809
+ "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
15810
+ "bytesInOutput": 2705
15744
15811
  },
15745
15812
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
15746
15813
  "bytesInOutput": 5588
@@ -15752,21 +15819,21 @@
15752
15819
  "bytesInOutput": 804
15753
15820
  },
15754
15821
  "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
15755
- "bytesInOutput": 7454
15822
+ "bytesInOutput": 7457
15756
15823
  },
15757
15824
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15758
15825
  "bytesInOutput": 1454
15759
15826
  },
15760
15827
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15761
- "bytesInOutput": 9141
15828
+ "bytesInOutput": 9947
15762
15829
  },
15763
- "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
15830
+ "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
15764
15831
  "bytesInOutput": 1695
15765
15832
  },
15766
- "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
15833
+ "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
15767
15834
  "bytesInOutput": 1419
15768
15835
  },
15769
- "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
15836
+ "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
15770
15837
  "bytesInOutput": 4092
15771
15838
  },
15772
15839
  "src/Prebuilt/components/Polls/Polls.tsx": {
@@ -15778,11 +15845,11 @@
15778
15845
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
15779
15846
  "bytesInOutput": 1528
15780
15847
  },
15781
- "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
15782
- "bytesInOutput": 3177
15848
+ "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
15849
+ "bytesInOutput": 3164
15783
15850
  },
15784
15851
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
15785
- "bytesInOutput": 10960
15852
+ "bytesInOutput": 11560
15786
15853
  },
15787
15854
  "src/Prebuilt/images/empty-chat.svg": {
15788
15855
  "bytesInOutput": 2366
@@ -15790,8 +15857,11 @@
15790
15857
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
15791
15858
  "bytesInOutput": 2200
15792
15859
  },
15860
+ "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
15861
+ "bytesInOutput": 920
15862
+ },
15793
15863
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
15794
- "bytesInOutput": 15578
15864
+ "bytesInOutput": 17029
15795
15865
  },
15796
15866
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
15797
15867
  "bytesInOutput": 8560
@@ -15806,7 +15876,7 @@
15806
15876
  "bytesInOutput": 1440
15807
15877
  },
15808
15878
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15809
- "bytesInOutput": 10386
15879
+ "bytesInOutput": 10419
15810
15880
  },
15811
15881
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
15812
15882
  "bytesInOutput": 3529
@@ -15815,13 +15885,13 @@
15815
15885
  "bytesInOutput": 1403
15816
15886
  },
15817
15887
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
15818
- "bytesInOutput": 828
15888
+ "bytesInOutput": 827
15819
15889
  },
15820
15890
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
15821
- "bytesInOutput": 6156
15891
+ "bytesInOutput": 6150
15822
15892
  },
15823
15893
  "src/Prebuilt/components/Chat/Chat.tsx": {
15824
- "bytesInOutput": 4375
15894
+ "bytesInOutput": 4376
15825
15895
  },
15826
15896
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
15827
15897
  "bytesInOutput": 5344
@@ -15835,17 +15905,20 @@
15835
15905
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
15836
15906
  "bytesInOutput": 2109
15837
15907
  },
15908
+ "src/Prebuilt/components/TileMenu/utils.ts": {
15909
+ "bytesInOutput": 296
15910
+ },
15838
15911
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
15839
- "bytesInOutput": 12975
15912
+ "bytesInOutput": 13528
15840
15913
  },
15841
15914
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
15842
- "bytesInOutput": 5418
15915
+ "bytesInOutput": 5461
15843
15916
  },
15844
15917
  "src/Prebuilt/components/peerTileUtils.jsx": {
15845
15918
  "bytesInOutput": 1299
15846
15919
  },
15847
15920
  "src/Prebuilt/components/VideoTile.jsx": {
15848
- "bytesInOutput": 8000
15921
+ "bytesInOutput": 7928
15849
15922
  },
15850
15923
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
15851
15924
  "bytesInOutput": 1569
@@ -15860,7 +15933,7 @@
15860
15933
  "bytesInOutput": 908
15861
15934
  },
15862
15935
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
15863
- "bytesInOutput": 6755
15936
+ "bytesInOutput": 6752
15864
15937
  },
15865
15938
  "src/Prebuilt/layouts/SidePane.tsx": {
15866
15939
  "bytesInOutput": 5399
@@ -15878,7 +15951,7 @@
15878
15951
  "bytesInOutput": 3421
15879
15952
  },
15880
15953
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
15881
- "bytesInOutput": 12050
15954
+ "bytesInOutput": 12049
15882
15955
  },
15883
15956
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
15884
15957
  "bytesInOutput": 2622
@@ -15893,13 +15966,13 @@
15893
15966
  "bytesInOutput": 5117
15894
15967
  },
15895
15968
  "src/Prebuilt/components/Pagination.tsx": {
15896
- "bytesInOutput": 2119
15969
+ "bytesInOutput": 2118
15897
15970
  },
15898
15971
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
15899
15972
  "bytesInOutput": 1620
15900
15973
  },
15901
15974
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
15902
- "bytesInOutput": 4490
15975
+ "bytesInOutput": 4488
15903
15976
  },
15904
15977
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
15905
15978
  "bytesInOutput": 2453
@@ -15926,10 +15999,10 @@
15926
15999
  "bytesInOutput": 2494
15927
16000
  },
15928
16001
  "src/Prebuilt/common/PeersSorter.ts": {
15929
- "bytesInOutput": 3605
16002
+ "bytesInOutput": 3604
15930
16003
  },
15931
16004
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
15932
- "bytesInOutput": 4452
16005
+ "bytesInOutput": 4705
15933
16006
  },
15934
16007
  "src/Prebuilt/layouts/EmbedView.jsx": {
15935
16008
  "bytesInOutput": 3522
@@ -15944,7 +16017,7 @@
15944
16017
  "bytesInOutput": 2568
15945
16018
  },
15946
16019
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
15947
- "bytesInOutput": 1360
16020
+ "bytesInOutput": 1356
15948
16021
  },
15949
16022
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
15950
16023
  "bytesInOutput": 4195
@@ -15986,7 +16059,7 @@
15986
16059
  "bytesInOutput": 4598
15987
16060
  },
15988
16061
  "src/Prebuilt/layouts/HLSView.jsx": {
15989
- "bytesInOutput": 20620
16062
+ "bytesInOutput": 20623
15990
16063
  },
15991
16064
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
15992
16065
  "bytesInOutput": 4079
@@ -16009,6 +16082,9 @@
16009
16082
  "src/Prebuilt/components/ErrorBoundary.jsx": {
16010
16083
  "bytesInOutput": 4181
16011
16084
  },
16085
+ "src/Prebuilt/services/FeatureFlags.jsx": {
16086
+ "bytesInOutput": 1704
16087
+ },
16012
16088
  "src/Prebuilt/components/init/Init.jsx": {
16013
16089
  "bytesInOutput": 944
16014
16090
  },
@@ -16028,7 +16104,7 @@
16028
16104
  "bytesInOutput": 3195
16029
16105
  },
16030
16106
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16031
- "bytesInOutput": 7806
16107
+ "bytesInOutput": 7805
16032
16108
  },
16033
16109
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
16034
16110
  "bytesInOutput": 2151
@@ -16102,11 +16178,17 @@
16102
16178
  "src/Progress/index.tsx": {
16103
16179
  "bytesInOutput": 650
16104
16180
  },
16181
+ "src/TextArea/TextArea.tsx": {
16182
+ "bytesInOutput": 883
16183
+ },
16184
+ "src/TextArea/index.tsx": {
16185
+ "bytesInOutput": 138
16186
+ },
16105
16187
  "src/index.ts": {
16106
- "bytesInOutput": 2930
16188
+ "bytesInOutput": 2980
16107
16189
  }
16108
16190
  },
16109
- "bytes": 1441400
16191
+ "bytes": 1439454
16110
16192
  }
16111
16193
  }
16112
16194
  }