@100mslive/roomkit-react 0.3.14 → 0.3.15-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/Diagnostics/components.d.ts +2 -0
  2. package/dist/{HLSView-67SFNI2P.js → HLSView-33JUAQ33.js} +2 -2
  3. package/dist/{HLSView-TYHCIAWX.css → HLSView-KKS3ZEYM.css} +3 -3
  4. package/dist/{HLSView-TYHCIAWX.css.map → HLSView-KKS3ZEYM.css.map} +1 -1
  5. package/dist/{chunk-VCXILOW6.js → chunk-MTS2LMGT.js} +2324 -11723
  6. package/dist/chunk-MTS2LMGT.js.map +7 -0
  7. package/dist/index.cjs.css +2 -2
  8. package/dist/index.cjs.css.map +1 -1
  9. package/dist/index.cjs.js +4232 -13646
  10. package/dist/index.cjs.js.map +4 -4
  11. package/dist/index.css +2 -2
  12. package/dist/index.css.map +1 -1
  13. package/dist/index.js +1 -1
  14. package/dist/meta.cjs.json +117 -214
  15. package/dist/meta.esbuild.json +126 -223
  16. package/package.json +8 -7
  17. package/src/Diagnostics/AudioTest.tsx +13 -11
  18. package/src/Diagnostics/BrowserTest.tsx +5 -5
  19. package/src/Diagnostics/ConnectivityTest.tsx +3 -4
  20. package/src/Diagnostics/Diagnostics.tsx +34 -18
  21. package/src/Diagnostics/VideoTest.tsx +7 -7
  22. package/src/Diagnostics/components.tsx +6 -5
  23. package/src/Prebuilt/components/Chat/ChatBody.tsx +23 -8
  24. package/src/Prebuilt/components/Header/AdditionalRoomState.jsx +4 -66
  25. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +2 -2
  26. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +4 -0
  27. package/dist/Diagnostics/hms.d.ts +0 -9
  28. package/dist/Prebuilt/components/HMSVideo/PlayButton.d.ts +0 -6
  29. package/dist/Prebuilt/components/Polls/common/VoterList.d.ts +0 -4
  30. package/dist/chunk-VCXILOW6.js.map +0 -7
  31. package/src/Diagnostics/hms.ts +0 -9
  32. package/src/Prebuilt/common/roles.js +0 -4
  33. package/src/Prebuilt/components/AppData/useAppConfig.js +0 -7
  34. package/src/Prebuilt/components/HMSVideo/PlayButton.tsx +0 -27
  35. package/src/Prebuilt/components/Header/AmbientMusic.jsx +0 -88
  36. package/src/Prebuilt/components/Image.jsx +0 -7
  37. package/src/Prebuilt/components/MetaActions.jsx +0 -37
  38. package/src/Prebuilt/components/Playlist/Playlist.jsx +0 -124
  39. package/src/Prebuilt/components/Playlist/PlaylistControls.jsx +0 -172
  40. package/src/Prebuilt/components/Playlist/PlaylistItem.jsx +0 -51
  41. package/src/Prebuilt/components/Playlist/VideoPlayer.jsx +0 -95
  42. package/src/Prebuilt/components/Polls/CreatePollQuiz/Timer.jsx +0 -71
  43. package/src/Prebuilt/components/Polls/common/VoterList.tsx +0 -22
  44. package/src/Prebuilt/components/ScreenshareHintModal.jsx +0 -37
  45. /package/dist/{HLSView-67SFNI2P.js.map → HLSView-33JUAQ33.js.map} +0 -0
@@ -4951,7 +4951,7 @@
4951
4951
  "format": "cjs"
4952
4952
  },
4953
4953
  "../hms-video-store/dist/index.js": {
4954
- "bytes": 356172,
4954
+ "bytes": 356558,
4955
4955
  "imports": [
4956
4956
  {
4957
4957
  "path": "../../node_modules/reselect/es/index.js",
@@ -5091,32 +5091,6 @@
5091
5091
  ],
5092
5092
  "format": "esm"
5093
5093
  },
5094
- "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
5095
- "bytes": 913,
5096
- "imports": [
5097
- {
5098
- "path": "react",
5099
- "kind": "import-statement",
5100
- "external": true
5101
- },
5102
- {
5103
- "path": "@100mslive/react-sdk",
5104
- "kind": "import-statement",
5105
- "external": true
5106
- },
5107
- {
5108
- "path": "<define:process.env>",
5109
- "kind": "import-statement",
5110
- "external": true
5111
- },
5112
- {
5113
- "path": "<runtime>",
5114
- "kind": "import-statement",
5115
- "external": true
5116
- }
5117
- ],
5118
- "format": "esm"
5119
- },
5120
5094
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
5121
5095
  "bytes": 813,
5122
5096
  "imports": [
@@ -5139,7 +5113,7 @@
5139
5113
  "format": "esm"
5140
5114
  },
5141
5115
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
5142
- "bytes": 6857,
5116
+ "bytes": 4443,
5143
5117
  "imports": [
5144
5118
  {
5145
5119
  "path": "react",
@@ -5166,11 +5140,6 @@
5166
5140
  "kind": "import-statement",
5167
5141
  "original": "../AppData/useUISettings"
5168
5142
  },
5169
- {
5170
- "path": "src/Prebuilt/components/hooks/usePlaylistMusic.js",
5171
- "kind": "import-statement",
5172
- "original": "../hooks/usePlaylistMusic"
5173
- },
5174
5143
  {
5175
5144
  "path": "src/Prebuilt/components/hooks/useScreenshareAudio.js",
5176
5145
  "kind": "import-statement",
@@ -8268,7 +8237,7 @@
8268
8237
  "format": "esm"
8269
8238
  },
8270
8239
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
8271
- "bytes": 15222,
8240
+ "bytes": 15590,
8272
8241
  "imports": [
8273
8242
  {
8274
8243
  "path": "react",
@@ -10899,7 +10868,7 @@
10899
10868
  "format": "esm"
10900
10869
  },
10901
10870
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
10902
- "bytes": 3065,
10871
+ "bytes": 3039,
10903
10872
  "imports": [
10904
10873
  {
10905
10874
  "path": "react",
@@ -10974,7 +10943,7 @@
10974
10943
  ],
10975
10944
  "format": "esm"
10976
10945
  },
10977
- "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03e73/tldraw.css": {
10946
+ "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db139563/tldraw.css": {
10978
10947
  "bytes": 80111,
10979
10948
  "imports": [
10980
10949
  {
@@ -11024,7 +10993,7 @@
11024
10993
  }
11025
10994
  ]
11026
10995
  },
11027
- "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03760/index.css": {
10996
+ "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db138fd1/index.css": {
11028
10997
  "bytes": 597,
11029
10998
  "imports": [
11030
10999
  {
@@ -11033,14 +11002,14 @@
11033
11002
  "external": true
11034
11003
  },
11035
11004
  {
11036
- "path": "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03e73/tldraw.css",
11005
+ "path": "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db139563/tldraw.css",
11037
11006
  "kind": "import-rule",
11038
11007
  "original": "@tldraw/tldraw/tldraw.css"
11039
11008
  }
11040
11009
  ]
11041
11010
  },
11042
11011
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
11043
- "bytes": 3212,
11012
+ "bytes": 3250,
11044
11013
  "imports": [
11045
11014
  {
11046
11015
  "path": "react",
@@ -11108,7 +11077,7 @@
11108
11077
  "original": "../../common/constants"
11109
11078
  },
11110
11079
  {
11111
- "path": "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03760/index.css",
11080
+ "path": "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db138fd1/index.css",
11112
11081
  "kind": "import-statement",
11113
11082
  "original": "@100mslive/hms-whiteboard/index.css"
11114
11083
  },
@@ -14130,27 +14099,16 @@
14130
14099
  ],
14131
14100
  "format": "esm"
14132
14101
  },
14133
- "src/Diagnostics/hms.ts": {
14134
- "bytes": 348,
14102
+ "src/Diagnostics/components.tsx": {
14103
+ "bytes": 2773,
14135
14104
  "imports": [
14136
14105
  {
14137
- "path": "../hms-video-store/dist/index.js",
14138
- "kind": "import-statement",
14139
- "original": "@100mslive/hms-video-store"
14140
- },
14141
- {
14142
- "path": "<define:process.env>",
14106
+ "path": "react",
14143
14107
  "kind": "import-statement",
14144
14108
  "external": true
14145
- }
14146
- ],
14147
- "format": "esm"
14148
- },
14149
- "src/Diagnostics/components.tsx": {
14150
- "bytes": 2686,
14151
- "imports": [
14109
+ },
14152
14110
  {
14153
- "path": "react",
14111
+ "path": "@100mslive/react-sdk",
14154
14112
  "kind": "import-statement",
14155
14113
  "external": true
14156
14114
  },
@@ -14174,11 +14132,6 @@
14174
14132
  "kind": "import-statement",
14175
14133
  "external": true
14176
14134
  },
14177
- {
14178
- "path": "src/Diagnostics/hms.ts",
14179
- "kind": "import-statement",
14180
- "original": "./hms"
14181
- },
14182
14135
  {
14183
14136
  "path": "<define:process.env>",
14184
14137
  "kind": "import-statement",
@@ -14409,7 +14362,7 @@
14409
14362
  "format": "esm"
14410
14363
  },
14411
14364
  "src/Diagnostics/AudioTest.tsx": {
14412
- "bytes": 5792,
14365
+ "bytes": 5958,
14413
14366
  "imports": [
14414
14367
  {
14415
14368
  "path": "react",
@@ -14461,11 +14414,6 @@
14461
14414
  "kind": "import-statement",
14462
14415
  "original": "./DeviceSelector"
14463
14416
  },
14464
- {
14465
- "path": "src/Diagnostics/hms.ts",
14466
- "kind": "import-statement",
14467
- "original": "./hms"
14468
- },
14469
14417
  {
14470
14418
  "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
14471
14419
  "kind": "import-statement",
@@ -14485,7 +14433,7 @@
14485
14433
  "format": "esm"
14486
14434
  },
14487
14435
  "src/Diagnostics/BrowserTest.tsx": {
14488
- "bytes": 4184,
14436
+ "bytes": 4252,
14489
14437
  "imports": [
14490
14438
  {
14491
14439
  "path": "react",
@@ -14512,11 +14460,6 @@
14512
14460
  "kind": "import-statement",
14513
14461
  "original": "../Text"
14514
14462
  },
14515
- {
14516
- "path": "src/Diagnostics/hms.ts",
14517
- "kind": "import-statement",
14518
- "original": "./hms"
14519
- },
14520
14463
  {
14521
14464
  "path": "<define:process.env>",
14522
14465
  "kind": "import-statement",
@@ -14526,7 +14469,7 @@
14526
14469
  "format": "esm"
14527
14470
  },
14528
14471
  "src/Diagnostics/ConnectivityTest.tsx": {
14529
- "bytes": 11343,
14472
+ "bytes": 11342,
14530
14473
  "imports": [
14531
14474
  {
14532
14475
  "path": "react",
@@ -14573,11 +14516,6 @@
14573
14516
  "kind": "import-statement",
14574
14517
  "original": "../Text"
14575
14518
  },
14576
- {
14577
- "path": "src/Diagnostics/hms.ts",
14578
- "kind": "import-statement",
14579
- "original": "./hms"
14580
- },
14581
14519
  {
14582
14520
  "path": "<define:process.env>",
14583
14521
  "kind": "import-statement",
@@ -14587,7 +14525,7 @@
14587
14525
  "format": "esm"
14588
14526
  },
14589
14527
  "src/Diagnostics/VideoTest.tsx": {
14590
- "bytes": 2521,
14528
+ "bytes": 2591,
14591
14529
  "imports": [
14592
14530
  {
14593
14531
  "path": "react",
@@ -14639,11 +14577,6 @@
14639
14577
  "kind": "import-statement",
14640
14578
  "original": "./DeviceSelector"
14641
14579
  },
14642
- {
14643
- "path": "src/Diagnostics/hms.ts",
14644
- "kind": "import-statement",
14645
- "original": "./hms"
14646
- },
14647
14580
  {
14648
14581
  "path": "<define:process.env>",
14649
14582
  "kind": "import-statement",
@@ -14658,7 +14591,7 @@
14658
14591
  "format": "esm"
14659
14592
  },
14660
14593
  "src/Diagnostics/Diagnostics.tsx": {
14661
- "bytes": 4666,
14594
+ "bytes": 4759,
14662
14595
  "imports": [
14663
14596
  {
14664
14597
  "path": "react",
@@ -14710,11 +14643,6 @@
14710
14643
  "kind": "import-statement",
14711
14644
  "original": "./ConnectivityTest"
14712
14645
  },
14713
- {
14714
- "path": "src/Diagnostics/hms.ts",
14715
- "kind": "import-statement",
14716
- "original": "./hms"
14717
- },
14718
14646
  {
14719
14647
  "path": "src/Diagnostics/VideoTest.tsx",
14720
14648
  "kind": "import-statement",
@@ -14966,7 +14894,7 @@
14966
14894
  "imports": [],
14967
14895
  "exports": [],
14968
14896
  "inputs": {},
14969
- "bytes": 4005767
14897
+ "bytes": 3541863
14970
14898
  },
14971
14899
  "dist/index.cjs.js": {
14972
14900
  "imports": [
@@ -15935,16 +15863,6 @@
15935
15863
  "kind": "require-call",
15936
15864
  "external": true
15937
15865
  },
15938
- {
15939
- "path": "react",
15940
- "kind": "require-call",
15941
- "external": true
15942
- },
15943
- {
15944
- "path": "@100mslive/react-sdk",
15945
- "kind": "require-call",
15946
- "external": true
15947
- },
15948
15866
  {
15949
15867
  "path": "@100mslive/react-icons",
15950
15868
  "kind": "require-call",
@@ -18111,7 +18029,7 @@
18111
18029
  "cssBundle": "dist/index.cjs.css",
18112
18030
  "inputs": {
18113
18031
  "<define:process.env>": {
18114
- "bytesInOutput": 17776
18032
+ "bytesInOutput": 17911
18115
18033
  },
18116
18034
  "src/Theme/base.config.ts": {
18117
18035
  "bytesInOutput": 6104
@@ -18273,13 +18191,13 @@
18273
18191
  "bytesInOutput": 143
18274
18192
  },
18275
18193
  "src/AudioLevel/useBorderAudioLevel.tsx": {
18276
- "bytesInOutput": 970
18194
+ "bytesInOutput": 968
18277
18195
  },
18278
18196
  "src/AudioLevel/audio-level.png": {
18279
18197
  "bytesInOutput": 983
18280
18198
  },
18281
18199
  "src/AudioLevel/AudioLevel.tsx": {
18282
- "bytesInOutput": 2808
18200
+ "bytesInOutput": 2807
18283
18201
  },
18284
18202
  "src/AudioLevel/index.ts": {
18285
18203
  "bytesInOutput": 175
@@ -18288,7 +18206,7 @@
18288
18206
  "bytesInOutput": 1076
18289
18207
  },
18290
18208
  "src/Stats/formatBytes.ts": {
18291
- "bytesInOutput": 641
18209
+ "bytesInOutput": 636
18292
18210
  },
18293
18211
  "src/Stats/StyledStats.tsx": {
18294
18212
  "bytesInOutput": 1004
@@ -18387,31 +18305,31 @@
18387
18305
  "bytesInOutput": 445
18388
18306
  },
18389
18307
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
18390
- "bytesInOutput": 3454
18308
+ "bytesInOutput": 3450
18391
18309
  },
18392
18310
  "../../node_modules/lodash/lodash.js": {
18393
- "bytesInOutput": 224421
18311
+ "bytesInOutput": 224296
18394
18312
  },
18395
18313
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
18396
18314
  "bytesInOutput": 1887
18397
18315
  },
18398
18316
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
18399
- "bytesInOutput": 2743
18317
+ "bytesInOutput": 2740
18400
18318
  },
18401
18319
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
18402
18320
  "bytesInOutput": 1552
18403
18321
  },
18404
18322
  "src/Prebuilt/common/utils.js": {
18405
- "bytesInOutput": 3778
18323
+ "bytesInOutput": 3769
18406
18324
  },
18407
18325
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
18408
18326
  "bytesInOutput": 3003
18409
18327
  },
18410
18328
  "src/Prebuilt/components/AppData/useSidepane.js": {
18411
- "bytesInOutput": 3281
18329
+ "bytesInOutput": 3269
18412
18330
  },
18413
18331
  "src/Prebuilt/components/AppData/AppData.tsx": {
18414
- "bytesInOutput": 7169
18332
+ "bytesInOutput": 7153
18415
18333
  },
18416
18334
  "src/Prebuilt/AppContext.tsx": {
18417
18335
  "bytesInOutput": 840
@@ -18420,7 +18338,7 @@
18420
18338
  "bytesInOutput": 4824
18421
18339
  },
18422
18340
  "src/Prebuilt/components/AuthToken.jsx": {
18423
- "bytesInOutput": 4579
18341
+ "bytesInOutput": 4576
18424
18342
  },
18425
18343
  "src/Prebuilt/IconButton.tsx": {
18426
18344
  "bytesInOutput": 743
@@ -18447,7 +18365,7 @@
18447
18365
  "bytesInOutput": 260
18448
18366
  },
18449
18367
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
18450
- "bytesInOutput": 8190
18368
+ "bytesInOutput": 8187
18451
18369
  },
18452
18370
  "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
18453
18371
  "bytesInOutput": 2589
@@ -18471,7 +18389,7 @@
18471
18389
  "bytesInOutput": 884
18472
18390
  },
18473
18391
  "src/Prebuilt/common/hooks.ts": {
18474
- "bytesInOutput": 8199
18392
+ "bytesInOutput": 8196
18475
18393
  },
18476
18394
  "src/Prebuilt/components/EmojiReaction.jsx": {
18477
18395
  "bytesInOutput": 3504
@@ -18495,25 +18413,25 @@
18495
18413
  "bytesInOutput": 5991
18496
18414
  },
18497
18415
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
18498
- "bytesInOutput": 3027
18416
+ "bytesInOutput": 3023
18499
18417
  },
18500
18418
  "src/Prebuilt/components/PIP/pipUtils.js": {
18501
18419
  "bytesInOutput": 4391
18502
18420
  },
18503
18421
  "src/Prebuilt/components/PIP/PIPManager.ts": {
18504
- "bytesInOutput": 11306
18422
+ "bytesInOutput": 11278
18505
18423
  },
18506
18424
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
18507
18425
  "bytesInOutput": 2932
18508
18426
  },
18509
18427
  "src/Prebuilt/components/PIP/PIPComponent.tsx": {
18510
- "bytesInOutput": 3366
18428
+ "bytesInOutput": 3362
18511
18429
  },
18512
18430
  "src/Prebuilt/components/PIP/index.jsx": {
18513
18431
  "bytesInOutput": 369
18514
18432
  },
18515
18433
  "src/Prebuilt/components/RoleChangeModal.tsx": {
18516
- "bytesInOutput": 7189
18434
+ "bytesInOutput": 7187
18517
18435
  },
18518
18436
  "src/Prebuilt/primitives/DialogContent.jsx": {
18519
18437
  "bytesInOutput": 9392
@@ -18522,13 +18440,13 @@
18522
18440
  "bytesInOutput": 3668
18523
18441
  },
18524
18442
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
18525
- "bytesInOutput": 4459
18443
+ "bytesInOutput": 4457
18526
18444
  },
18527
18445
  "src/Prebuilt/components/StatsForNerds.jsx": {
18528
- "bytesInOutput": 11382
18446
+ "bytesInOutput": 11379
18529
18447
  },
18530
18448
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
18531
- "bytesInOutput": 6195
18449
+ "bytesInOutput": 6192
18532
18450
  },
18533
18451
  "src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
18534
18452
  "bytesInOutput": 6116
@@ -18549,49 +18467,49 @@
18549
18467
  "bytesInOutput": 3326
18550
18468
  },
18551
18469
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
18552
- "bytesInOutput": 2381
18470
+ "bytesInOutput": 2378
18553
18471
  },
18554
18472
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
18555
- "bytesInOutput": 2168
18473
+ "bytesInOutput": 2163
18556
18474
  },
18557
18475
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
18558
- "bytesInOutput": 10189
18476
+ "bytesInOutput": 10186
18559
18477
  },
18560
18478
  "../../node_modules/reselect/es/index.js": {
18561
- "bytesInOutput": 2652
18479
+ "bytesInOutput": 2641
18562
18480
  },
18563
18481
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
18564
- "bytesInOutput": 42531
18482
+ "bytesInOutput": 42498
18565
18483
  },
18566
18484
  "../../node_modules/lodash.isequal/index.js": {
18567
- "bytesInOutput": 26600
18485
+ "bytesInOutput": 26597
18568
18486
  },
18569
18487
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
18570
18488
  "bytesInOutput": 6467
18571
18489
  },
18572
18490
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
18573
- "bytesInOutput": 6285
18491
+ "bytesInOutput": 6246
18574
18492
  },
18575
18493
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
18576
18494
  "bytesInOutput": 1396
18577
18495
  },
18578
18496
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
18579
- "bytesInOutput": 22911
18497
+ "bytesInOutput": 22886
18580
18498
  },
18581
18499
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
18582
- "bytesInOutput": 2299
18500
+ "bytesInOutput": 2280
18583
18501
  },
18584
18502
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
18585
18503
  "bytesInOutput": 984
18586
18504
  },
18587
18505
  "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
18588
- "bytesInOutput": 9354
18506
+ "bytesInOutput": 9352
18589
18507
  },
18590
18508
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
18591
- "bytesInOutput": 12024
18509
+ "bytesInOutput": 12019
18592
18510
  },
18593
18511
  "../../node_modules/sdp/sdp.js": {
18594
- "bytesInOutput": 22321
18512
+ "bytesInOutput": 22295
18595
18513
  },
18596
18514
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
18597
18515
  "bytesInOutput": 12620
@@ -18600,58 +18518,46 @@
18600
18518
  "bytesInOutput": 4575
18601
18519
  },
18602
18520
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
18603
- "bytesInOutput": 344
18604
- },
18605
- "../../node_modules/immer/dist/immer.esm.mjs": {
18606
- "bytesInOutput": 15587
18607
- },
18608
- "../../node_modules/zustand/esm/shallow.js": {
18609
- "bytesInOutput": 684
18610
- },
18611
- "../../node_modules/zustand/esm/vanilla.js": {
18612
- "bytesInOutput": 1505
18521
+ "bytesInOutput": 286
18613
18522
  },
18614
18523
  "../../node_modules/sdp-transform/lib/grammar.js": {
18615
- "bytesInOutput": 16159
18524
+ "bytesInOutput": 16122
18616
18525
  },
18617
18526
  "../../node_modules/sdp-transform/lib/parser.js": {
18618
- "bytesInOutput": 3518
18527
+ "bytesInOutput": 3492
18619
18528
  },
18620
18529
  "../../node_modules/sdp-transform/lib/writer.js": {
18621
- "bytesInOutput": 3084
18530
+ "bytesInOutput": 3070
18622
18531
  },
18623
18532
  "../../node_modules/sdp-transform/lib/index.js": {
18624
18533
  "bytesInOutput": 615
18625
18534
  },
18626
18535
  "../hms-video-store/dist/index.js": {
18627
- "bytesInOutput": 498655
18628
- },
18629
- "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
18630
- "bytesInOutput": 1391
18536
+ "bytesInOutput": 54706
18631
18537
  },
18632
18538
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
18633
- "bytesInOutput": 1169
18539
+ "bytesInOutput": 1165
18634
18540
  },
18635
18541
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
18636
- "bytesInOutput": 8161
18542
+ "bytesInOutput": 5435
18637
18543
  },
18638
18544
  "src/Prebuilt/components/Header/StreamActions.tsx": {
18639
- "bytesInOutput": 11432
18545
+ "bytesInOutput": 11430
18640
18546
  },
18641
18547
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
18642
18548
  "bytesInOutput": 4158
18643
18549
  },
18644
18550
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
18645
- "bytesInOutput": 2844
18551
+ "bytesInOutput": 2842
18646
18552
  },
18647
18553
  "src/Prebuilt/components/AppData/useSheet.ts": {
18648
- "bytesInOutput": 1102
18554
+ "bytesInOutput": 1099
18649
18555
  },
18650
18556
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
18651
18557
  "bytesInOutput": 938
18652
18558
  },
18653
18559
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
18654
- "bytesInOutput": 14729
18560
+ "bytesInOutput": 14727
18655
18561
  },
18656
18562
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
18657
18563
  "bytesInOutput": 831
@@ -18705,10 +18611,10 @@
18705
18611
  "bytesInOutput": 1694
18706
18612
  },
18707
18613
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
18708
- "bytesInOutput": 8535
18614
+ "bytesInOutput": 8531
18709
18615
  },
18710
18616
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
18711
- "bytesInOutput": 2262
18617
+ "bytesInOutput": 2258
18712
18618
  },
18713
18619
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
18714
18620
  "bytesInOutput": 6561
@@ -18717,10 +18623,10 @@
18717
18623
  "bytesInOutput": 1035
18718
18624
  },
18719
18625
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
18720
- "bytesInOutput": 2185
18626
+ "bytesInOutput": 2181
18721
18627
  },
18722
18628
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
18723
- "bytesInOutput": 16185
18629
+ "bytesInOutput": 16124
18724
18630
  },
18725
18631
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
18726
18632
  "bytesInOutput": 1559
@@ -18732,7 +18638,7 @@
18732
18638
  "bytesInOutput": 4537
18733
18639
  },
18734
18640
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
18735
- "bytesInOutput": 2828
18641
+ "bytesInOutput": 2825
18736
18642
  },
18737
18643
  "src/Prebuilt/components/Streaming/Common.jsx": {
18738
18644
  "bytesInOutput": 2833
@@ -18741,7 +18647,7 @@
18741
18647
  "bytesInOutput": 1170
18742
18648
  },
18743
18649
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
18744
- "bytesInOutput": 9854
18650
+ "bytesInOutput": 9845
18745
18651
  },
18746
18652
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
18747
18653
  "bytesInOutput": 2802
@@ -18783,7 +18689,7 @@
18783
18689
  "bytesInOutput": 1010
18784
18690
  },
18785
18691
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
18786
- "bytesInOutput": 2206
18692
+ "bytesInOutput": 2203
18787
18693
  },
18788
18694
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
18789
18695
  "bytesInOutput": 2884
@@ -18822,10 +18728,10 @@
18822
18728
  "bytesInOutput": 688
18823
18729
  },
18824
18730
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
18825
- "bytesInOutput": 1531
18731
+ "bytesInOutput": 1528
18826
18732
  },
18827
18733
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
18828
- "bytesInOutput": 3172
18734
+ "bytesInOutput": 3164
18829
18735
  },
18830
18736
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
18831
18737
  "bytesInOutput": 11568
@@ -18840,7 +18746,7 @@
18840
18746
  "bytesInOutput": 926
18841
18747
  },
18842
18748
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
18843
- "bytesInOutput": 17566
18749
+ "bytesInOutput": 18110
18844
18750
  },
18845
18751
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
18846
18752
  "bytesInOutput": 8614
@@ -18849,34 +18755,34 @@
18849
18755
  "bytesInOutput": 6701
18850
18756
  },
18851
18757
  "src/Prebuilt/components/AppData/useChatState.js": {
18852
- "bytesInOutput": 917
18758
+ "bytesInOutput": 914
18853
18759
  },
18854
18760
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
18855
18761
  "bytesInOutput": 1440
18856
18762
  },
18857
18763
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
18858
- "bytesInOutput": 13015
18764
+ "bytesInOutput": 13009
18859
18765
  },
18860
18766
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
18861
- "bytesInOutput": 3532
18767
+ "bytesInOutput": 3529
18862
18768
  },
18863
18769
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
18864
18770
  "bytesInOutput": 1403
18865
18771
  },
18866
18772
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
18867
- "bytesInOutput": 830
18773
+ "bytesInOutput": 827
18868
18774
  },
18869
18775
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
18870
18776
  "bytesInOutput": 6242
18871
18777
  },
18872
18778
  "src/Prebuilt/components/Chat/Chat.tsx": {
18873
- "bytesInOutput": 7127
18779
+ "bytesInOutput": 7121
18874
18780
  },
18875
18781
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
18876
- "bytesInOutput": 5346
18782
+ "bytesInOutput": 5344
18877
18783
  },
18878
18784
  "src/Prebuilt/components/ChatSettings.tsx": {
18879
- "bytesInOutput": 3062
18785
+ "bytesInOutput": 3060
18880
18786
  },
18881
18787
  "src/Prebuilt/components/SidePaneTabs.tsx": {
18882
18788
  "bytesInOutput": 9235
@@ -18888,7 +18794,7 @@
18888
18794
  "bytesInOutput": 296
18889
18795
  },
18890
18796
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
18891
- "bytesInOutput": 14602
18797
+ "bytesInOutput": 14600
18892
18798
  },
18893
18799
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
18894
18800
  "bytesInOutput": 5873
@@ -18912,7 +18818,7 @@
18912
18818
  "bytesInOutput": 908
18913
18819
  },
18914
18820
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
18915
- "bytesInOutput": 9581
18821
+ "bytesInOutput": 9574
18916
18822
  },
18917
18823
  "src/Prebuilt/layouts/SidePane.tsx": {
18918
18824
  "bytesInOutput": 7949
@@ -18927,13 +18833,13 @@
18927
18833
  "bytesInOutput": 3422
18928
18834
  },
18929
18835
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
18930
- "bytesInOutput": 12154
18836
+ "bytesInOutput": 12153
18931
18837
  },
18932
18838
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
18933
18839
  "bytesInOutput": 2807
18934
18840
  },
18935
18841
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
18936
- "bytesInOutput": 3807
18842
+ "bytesInOutput": 3799
18937
18843
  },
18938
18844
  "src/Prebuilt/layouts/WaitingView.tsx": {
18939
18845
  "bytesInOutput": 1860
@@ -18945,13 +18851,13 @@
18945
18851
  "bytesInOutput": 5183
18946
18852
  },
18947
18853
  "src/Prebuilt/components/Pagination.tsx": {
18948
- "bytesInOutput": 2123
18854
+ "bytesInOutput": 2118
18949
18855
  },
18950
18856
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
18951
18857
  "bytesInOutput": 1620
18952
18858
  },
18953
18859
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
18954
- "bytesInOutput": 4503
18860
+ "bytesInOutput": 4484
18955
18861
  },
18956
18862
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
18957
18863
  "bytesInOutput": 2395
@@ -18972,22 +18878,22 @@
18972
18878
  "bytesInOutput": 4151
18973
18879
  },
18974
18880
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
18975
- "bytesInOutput": 1709
18881
+ "bytesInOutput": 1707
18976
18882
  },
18977
18883
  "src/Prebuilt/components/ScreenshareTile.tsx": {
18978
18884
  "bytesInOutput": 5583
18979
18885
  },
18980
18886
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
18981
- "bytesInOutput": 3423
18887
+ "bytesInOutput": 3393
18982
18888
  },
18983
- "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03760/index.css": {
18889
+ "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db138fd1/index.css": {
18984
18890
  "bytesInOutput": 114
18985
18891
  },
18986
18892
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
18987
- "bytesInOutput": 3704
18893
+ "bytesInOutput": 3749
18988
18894
  },
18989
18895
  "src/Prebuilt/common/PeersSorter.ts": {
18990
- "bytesInOutput": 3605
18896
+ "bytesInOutput": 3604
18991
18897
  },
18992
18898
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
18993
18899
  "bytesInOutput": 5493
@@ -18999,7 +18905,7 @@
18999
18905
  "bytesInOutput": 2090
19000
18906
  },
19001
18907
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
19002
- "bytesInOutput": 8352
18908
+ "bytesInOutput": 8351
19003
18909
  },
19004
18910
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
19005
18911
  "bytesInOutput": 849
@@ -19026,7 +18932,7 @@
19026
18932
  "bytesInOutput": 5741
19027
18933
  },
19028
18934
  "src/Prebuilt/components/HMSVideo/utils.ts": {
19029
- "bytesInOutput": 1029
18935
+ "bytesInOutput": 1027
19030
18936
  },
19031
18937
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
19032
18938
  "bytesInOutput": 3714
@@ -19056,16 +18962,16 @@
19056
18962
  "bytesInOutput": 2886
19057
18963
  },
19058
18964
  "src/Prebuilt/layouts/HLSView.jsx": {
19059
- "bytesInOutput": 33466
18965
+ "bytesInOutput": 33430
19060
18966
  },
19061
18967
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
19062
- "bytesInOutput": 6585
18968
+ "bytesInOutput": 6582
19063
18969
  },
19064
18970
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
19065
18971
  "bytesInOutput": 2182
19066
18972
  },
19067
18973
  "src/Prebuilt/components/Header/common.jsx": {
19068
- "bytesInOutput": 7606
18974
+ "bytesInOutput": 7604
19069
18975
  },
19070
18976
  "src/Prebuilt/components/Header/Header.tsx": {
19071
18977
  "bytesInOutput": 2332
@@ -19077,7 +18983,7 @@
19077
18983
  "bytesInOutput": 1024
19078
18984
  },
19079
18985
  "src/Prebuilt/components/ConferenceScreen.tsx": {
19080
- "bytesInOutput": 8926
18986
+ "bytesInOutput": 8923
19081
18987
  },
19082
18988
  "src/Prebuilt/components/ErrorBoundary.jsx": {
19083
18989
  "bytesInOutput": 4369
@@ -19110,7 +19016,7 @@
19110
19016
  "bytesInOutput": 1821
19111
19017
  },
19112
19018
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
19113
- "bytesInOutput": 7707
19019
+ "bytesInOutput": 7702
19114
19020
  },
19115
19021
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
19116
19022
  "bytesInOutput": 2394
@@ -19137,19 +19043,19 @@
19137
19043
  "bytesInOutput": 2953
19138
19044
  },
19139
19045
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
19140
- "bytesInOutput": 2381
19046
+ "bytesInOutput": 2379
19141
19047
  },
19142
19048
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
19143
19049
  "bytesInOutput": 948
19144
19050
  },
19145
19051
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19146
- "bytesInOutput": 2250
19052
+ "bytesInOutput": 2248
19147
19053
  },
19148
19054
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19149
19055
  "bytesInOutput": 2709
19150
19056
  },
19151
19057
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
19152
- "bytesInOutput": 9097
19058
+ "bytesInOutput": 9094
19153
19059
  },
19154
19060
  "src/Prebuilt/components/Notifications/index.tsx": {
19155
19061
  "bytesInOutput": 173
@@ -19170,16 +19076,16 @@
19170
19076
  "bytesInOutput": 772
19171
19077
  },
19172
19078
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
19173
- "bytesInOutput": 4736
19079
+ "bytesInOutput": 4729
19174
19080
  },
19175
19081
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
19176
19082
  "bytesInOutput": 827
19177
19083
  },
19178
19084
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
19179
- "bytesInOutput": 2228
19085
+ "bytesInOutput": 2225
19180
19086
  },
19181
19087
  "src/Prebuilt/App.tsx": {
19182
- "bytesInOutput": 9913
19088
+ "bytesInOutput": 9846
19183
19089
  },
19184
19090
  "src/Prebuilt/index.ts": {
19185
19091
  "bytesInOutput": 131
@@ -19193,14 +19099,11 @@
19193
19099
  "src/TextArea/index.tsx": {
19194
19100
  "bytesInOutput": 138
19195
19101
  },
19196
- "src/Diagnostics/hms.ts": {
19197
- "bytesInOutput": 413
19198
- },
19199
19102
  "src/Diagnostics/components.tsx": {
19200
- "bytesInOutput": 3015
19103
+ "bytesInOutput": 3117
19201
19104
  },
19202
19105
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
19203
- "bytesInOutput": 3966
19106
+ "bytesInOutput": 3842
19204
19107
  },
19205
19108
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19206
19109
  "bytesInOutput": 7632
@@ -19209,7 +19112,7 @@
19209
19112
  "bytesInOutput": 376
19210
19113
  },
19211
19114
  "../../node_modules/object-assign/index.js": {
19212
- "bytesInOutput": 2186
19115
+ "bytesInOutput": 2169
19213
19116
  },
19214
19117
  "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
19215
19118
  "bytesInOutput": 310
@@ -19218,10 +19121,10 @@
19218
19121
  "bytesInOutput": 210
19219
19122
  },
19220
19123
  "../../node_modules/prop-types/checkPropTypes.js": {
19221
- "bytesInOutput": 2828
19124
+ "bytesInOutput": 2827
19222
19125
  },
19223
19126
  "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
19224
- "bytesInOutput": 19860
19127
+ "bytesInOutput": 19839
19225
19128
  },
19226
19129
  "../../node_modules/prop-types/factoryWithThrowingShims.js": {
19227
19130
  "bytesInOutput": 1648
@@ -19233,19 +19136,19 @@
19233
19136
  "bytesInOutput": 2779
19234
19137
  },
19235
19138
  "src/Diagnostics/AudioTest.tsx": {
19236
- "bytesInOutput": 7398
19139
+ "bytesInOutput": 7842
19237
19140
  },
19238
19141
  "src/Diagnostics/BrowserTest.tsx": {
19239
- "bytesInOutput": 5279
19142
+ "bytesInOutput": 5397
19240
19143
  },
19241
19144
  "src/Diagnostics/ConnectivityTest.tsx": {
19242
- "bytesInOutput": 15478
19145
+ "bytesInOutput": 15530
19243
19146
  },
19244
19147
  "src/Diagnostics/VideoTest.tsx": {
19245
- "bytesInOutput": 3003
19148
+ "bytesInOutput": 3189
19246
19149
  },
19247
19150
  "src/Diagnostics/Diagnostics.tsx": {
19248
- "bytesInOutput": 6128
19151
+ "bytesInOutput": 6486
19249
19152
  },
19250
19153
  "src/Diagnostics/index.ts": {
19251
19154
  "bytesInOutput": 146
@@ -19254,7 +19157,7 @@
19254
19157
  "bytesInOutput": 3073
19255
19158
  }
19256
19159
  },
19257
- "bytes": 2166397
19160
+ "bytes": 1700838
19258
19161
  },
19259
19162
  "dist/index.cjs.css.map": {
19260
19163
  "imports": [],
@@ -19316,10 +19219,10 @@
19316
19219
  }
19317
19220
  ],
19318
19221
  "inputs": {
19319
- "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03e73/tldraw.css": {
19222
+ "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db139563/tldraw.css": {
19320
19223
  "bytesInOutput": 75223
19321
19224
  },
19322
- "../../../../../../../tmp/tmp-2815-lzHDPVmI0tsz/1904f2f03760/index.css": {
19225
+ "../../../../../../../tmp/tmp-2781-CqhvuV54UluO/1906db138fd1/index.css": {
19323
19226
  "bytesInOutput": 401
19324
19227
  }
19325
19228
  },