@100mslive/roomkit-react 0.5.3 → 0.5.4-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/Diagnostics/index.d.ts +2 -1
  2. package/dist/Diagnostics-IVT65BTD.css +2771 -0
  3. package/dist/Diagnostics-IVT65BTD.css.map +7 -0
  4. package/dist/Diagnostics-XZRJZN6F.js +1638 -0
  5. package/dist/Diagnostics-XZRJZN6F.js.map +7 -0
  6. package/dist/EmojiPickerContent-7HLGDLO5.js +16 -0
  7. package/dist/EmojiPickerContent-7HLGDLO5.js.map +7 -0
  8. package/dist/HLSView-KDT33XIC.js +1642 -0
  9. package/dist/HLSView-KDT33XIC.js.map +7 -0
  10. package/dist/HLSView-PIED5LDA.css +2771 -0
  11. package/dist/HLSView-PIED5LDA.css.map +7 -0
  12. package/dist/Prebuilt/components/Chat/EmojiPickerContent.d.ts +12 -0
  13. package/dist/Prebuilt/components/Footer/emojiData.d.ts +2 -0
  14. package/dist/Prebuilt/components/LazyLoad.d.ts +60 -0
  15. package/dist/StatsForNerds-HJRRP6CJ.css +2771 -0
  16. package/dist/StatsForNerds-HJRRP6CJ.css.map +7 -0
  17. package/dist/StatsForNerds-NEKFDD6A.js +277 -0
  18. package/dist/StatsForNerds-NEKFDD6A.js.map +7 -0
  19. package/dist/VBPicker-FAHHMUQI.js +313 -0
  20. package/dist/VBPicker-FAHHMUQI.js.map +7 -0
  21. package/dist/VBPicker-PYLU7FGM.css +2771 -0
  22. package/dist/VBPicker-PYLU7FGM.css.map +7 -0
  23. package/dist/WhiteboardLayout-MYWNACKM.js +85 -0
  24. package/dist/WhiteboardLayout-MYWNACKM.js.map +7 -0
  25. package/dist/WhiteboardLayout-OOFKQWLV.css +2771 -0
  26. package/dist/WhiteboardLayout-OOFKQWLV.css.map +7 -0
  27. package/dist/chunk-NBFKVN6C.js +33410 -0
  28. package/dist/chunk-NBFKVN6C.js.map +7 -0
  29. package/dist/chunk-WS5Q67XX.js +125 -0
  30. package/dist/chunk-WS5Q67XX.js.map +7 -0
  31. package/dist/index.cjs.css +1 -1
  32. package/dist/index.cjs.css.map +1 -1
  33. package/dist/index.cjs.js +38394 -34914
  34. package/dist/index.cjs.js.map +4 -4
  35. package/dist/index.css +1 -1
  36. package/dist/index.css.map +1 -1
  37. package/dist/index.js +68 -37090
  38. package/dist/index.js.map +4 -4
  39. package/dist/meta.cjs.json +1554 -1358
  40. package/dist/meta.esbuild.json +1953 -1128
  41. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "<define:process.env>": {
4
- "bytes": 22821,
4
+ "bytes": 23167,
5
5
  "imports": []
6
6
  },
7
7
  "src/Theme/base.config.ts": {
@@ -3253,8 +3253,29 @@
3253
3253
  ],
3254
3254
  "format": "esm"
3255
3255
  },
3256
+ "src/Prebuilt/components/Footer/emojiData.ts": {
3257
+ "bytes": 1343,
3258
+ "imports": [
3259
+ {
3260
+ "path": "<define:process.env>",
3261
+ "kind": "import-statement",
3262
+ "external": true
3263
+ },
3264
+ {
3265
+ "path": "@emoji-mart/data/sets/14/apple.json",
3266
+ "kind": "dynamic-import",
3267
+ "external": true
3268
+ },
3269
+ {
3270
+ "path": "emoji-mart",
3271
+ "kind": "dynamic-import",
3272
+ "external": true
3273
+ }
3274
+ ],
3275
+ "format": "esm"
3276
+ },
3256
3277
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
3257
- "bytes": 1189,
3278
+ "bytes": 1827,
3258
3279
  "imports": [
3259
3280
  {
3260
3281
  "path": "react",
@@ -3271,6 +3292,11 @@
3271
3292
  "kind": "import-statement",
3272
3293
  "original": "../../../Theme"
3273
3294
  },
3295
+ {
3296
+ "path": "src/Prebuilt/components/Footer/emojiData.ts",
3297
+ "kind": "import-statement",
3298
+ "original": "./emojiData"
3299
+ },
3274
3300
  {
3275
3301
  "path": "<define:process.env>",
3276
3302
  "kind": "import-statement",
@@ -3382,7 +3408,7 @@
3382
3408
  "format": "esm"
3383
3409
  },
3384
3410
  "src/Prebuilt/components/EmojiReaction.jsx": {
3385
- "bytes": 3338,
3411
+ "bytes": 3391,
3386
3412
  "imports": [
3387
3413
  {
3388
3414
  "path": "react",
@@ -3394,16 +3420,6 @@
3394
3420
  "kind": "import-statement",
3395
3421
  "external": true
3396
3422
  },
3397
- {
3398
- "path": "@emoji-mart/data/sets/14/apple.json",
3399
- "kind": "import-statement",
3400
- "external": true
3401
- },
3402
- {
3403
- "path": "emoji-mart",
3404
- "kind": "import-statement",
3405
- "external": true
3406
- },
3407
3423
  {
3408
3424
  "path": "@100mslive/react-sdk",
3409
3425
  "kind": "import-statement",
@@ -3844,6 +3860,27 @@
3844
3860
  ],
3845
3861
  "format": "esm"
3846
3862
  },
3863
+ "src/Prebuilt/components/LazyLoad.tsx": {
3864
+ "bytes": 4226,
3865
+ "imports": [
3866
+ {
3867
+ "path": "react",
3868
+ "kind": "import-statement",
3869
+ "external": true
3870
+ },
3871
+ {
3872
+ "path": "<define:process.env>",
3873
+ "kind": "import-statement",
3874
+ "external": true
3875
+ },
3876
+ {
3877
+ "path": "<runtime>",
3878
+ "kind": "import-statement",
3879
+ "external": true
3880
+ }
3881
+ ],
3882
+ "format": "esm"
3883
+ },
3847
3884
  "src/Prebuilt/components/PIP/pipMessageUtils.ts": {
3848
3885
  "bytes": 2764,
3849
3886
  "imports": [
@@ -4759,117 +4796,6 @@
4759
4796
  ],
4760
4797
  "format": "esm"
4761
4798
  },
4762
- "src/Prebuilt/components/StatsForNerds.jsx": {
4763
- "bytes": 13377,
4764
- "imports": [
4765
- {
4766
- "path": "react",
4767
- "kind": "import-statement",
4768
- "external": true
4769
- },
4770
- {
4771
- "path": "react-use",
4772
- "kind": "import-statement",
4773
- "external": true
4774
- },
4775
- {
4776
- "path": "ts-pattern",
4777
- "kind": "import-statement",
4778
- "external": true
4779
- },
4780
- {
4781
- "path": "@100mslive/react-sdk",
4782
- "kind": "import-statement",
4783
- "external": true
4784
- },
4785
- {
4786
- "path": "src/Accordion/index.ts",
4787
- "kind": "import-statement",
4788
- "original": "../../Accordion"
4789
- },
4790
- {
4791
- "path": "src/Divider/index.ts",
4792
- "kind": "import-statement",
4793
- "original": "../../Divider"
4794
- },
4795
- {
4796
- "path": "src/Dropdown/index.tsx",
4797
- "kind": "import-statement",
4798
- "original": "../../Dropdown"
4799
- },
4800
- {
4801
- "path": "src/Label/index.ts",
4802
- "kind": "import-statement",
4803
- "original": "../../Label"
4804
- },
4805
- {
4806
- "path": "src/Layout/index.tsx",
4807
- "kind": "import-statement",
4808
- "original": "../../Layout"
4809
- },
4810
- {
4811
- "path": "src/Modal/index.ts",
4812
- "kind": "import-statement",
4813
- "original": "../../Modal"
4814
- },
4815
- {
4816
- "path": "src/Sheet/index.ts",
4817
- "kind": "import-statement",
4818
- "original": "../../Sheet"
4819
- },
4820
- {
4821
- "path": "src/Stats/index.tsx",
4822
- "kind": "import-statement",
4823
- "original": "../../Stats"
4824
- },
4825
- {
4826
- "path": "src/Switch/index.ts",
4827
- "kind": "import-statement",
4828
- "original": "../../Switch"
4829
- },
4830
- {
4831
- "path": "src/Text/index.tsx",
4832
- "kind": "import-statement",
4833
- "original": "../../Text"
4834
- },
4835
- {
4836
- "path": "src/Theme/index.tsx",
4837
- "kind": "import-statement",
4838
- "original": "../../Theme"
4839
- },
4840
- {
4841
- "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
4842
- "kind": "import-statement",
4843
- "original": "../primitives/DropdownTrigger"
4844
- },
4845
- {
4846
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
4847
- "kind": "import-statement",
4848
- "original": "./AppData/useUISettings"
4849
- },
4850
- {
4851
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
4852
- "kind": "import-statement",
4853
- "original": "./hooks/useDropdownSelection"
4854
- },
4855
- {
4856
- "path": "src/Prebuilt/common/constants.ts",
4857
- "kind": "import-statement",
4858
- "original": "../common/constants"
4859
- },
4860
- {
4861
- "path": "<define:process.env>",
4862
- "kind": "import-statement",
4863
- "external": true
4864
- },
4865
- {
4866
- "path": "<runtime>",
4867
- "kind": "import-statement",
4868
- "external": true
4869
- }
4870
- ],
4871
- "format": "esm"
4872
- },
4873
4799
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
4874
4800
  "bytes": 5236,
4875
4801
  "imports": [
@@ -5301,8 +5227,8 @@
5301
5227
  ],
5302
5228
  "format": "esm"
5303
5229
  },
5304
- "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
5305
- "bytes": 10557,
5230
+ "src/Prebuilt/components/StatsForNerds.jsx": {
5231
+ "bytes": 13377,
5306
5232
  "imports": [
5307
5233
  {
5308
5234
  "path": "react",
@@ -5310,12 +5236,7 @@
5310
5236
  "external": true
5311
5237
  },
5312
5238
  {
5313
- "path": "@100mslive/hls-player",
5314
- "kind": "import-statement",
5315
- "external": true
5316
- },
5317
- {
5318
- "path": "@100mslive/types-prebuilt",
5239
+ "path": "react-use",
5319
5240
  "kind": "import-statement",
5320
5241
  "external": true
5321
5242
  },
@@ -5330,102 +5251,218 @@
5330
5251
  "external": true
5331
5252
  },
5332
5253
  {
5333
- "path": "@100mslive/react-icons",
5254
+ "path": "src/Accordion/index.ts",
5334
5255
  "kind": "import-statement",
5335
- "external": true
5256
+ "original": "../../Accordion"
5336
5257
  },
5337
5258
  {
5338
- "path": "src/index.ts",
5259
+ "path": "src/Divider/index.ts",
5339
5260
  "kind": "import-statement",
5340
- "original": "../../../.."
5261
+ "original": "../../Divider"
5341
5262
  },
5342
5263
  {
5343
- "path": "src/Prebuilt/IconButton.tsx",
5264
+ "path": "src/Dropdown/index.tsx",
5344
5265
  "kind": "import-statement",
5345
- "original": "../../../IconButton"
5266
+ "original": "../../Dropdown"
5346
5267
  },
5347
5268
  {
5348
- "path": "src/Prebuilt/components/PIP/index.jsx",
5269
+ "path": "src/Label/index.ts",
5349
5270
  "kind": "import-statement",
5350
- "original": "../../PIP"
5271
+ "original": "../../Label"
5351
5272
  },
5352
5273
  {
5353
- "path": "src/Prebuilt/components/PIP/PIPChat.tsx",
5274
+ "path": "src/Layout/index.tsx",
5354
5275
  "kind": "import-statement",
5355
- "original": "../../PIP/PIPChat"
5276
+ "original": "../../Layout"
5356
5277
  },
5357
5278
  {
5358
- "path": "src/Prebuilt/components/PIP/PIPChatOption.tsx",
5279
+ "path": "src/Modal/index.ts",
5359
5280
  "kind": "import-statement",
5360
- "original": "../../PIP/PIPChatOption"
5281
+ "original": "../../Modal"
5361
5282
  },
5362
5283
  {
5363
- "path": "src/Prebuilt/components/PIP/PIPManager.ts",
5284
+ "path": "src/Sheet/index.ts",
5364
5285
  "kind": "import-statement",
5365
- "original": "../../PIP/PIPManager"
5286
+ "original": "../../Sheet"
5366
5287
  },
5367
5288
  {
5368
- "path": "src/Prebuilt/components/PIP/PIPWindow.tsx",
5289
+ "path": "src/Stats/index.tsx",
5369
5290
  "kind": "import-statement",
5370
- "original": "../../PIP/PIPWindow"
5291
+ "original": "../../Stats"
5371
5292
  },
5372
5293
  {
5373
- "path": "src/Prebuilt/components/RoleChangeModal.tsx",
5294
+ "path": "src/Switch/index.ts",
5374
5295
  "kind": "import-statement",
5375
- "original": "../../RoleChangeModal"
5296
+ "original": "../../Switch"
5376
5297
  },
5377
5298
  {
5378
- "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
5299
+ "path": "src/Text/index.tsx",
5379
5300
  "kind": "import-statement",
5380
- "original": "../../Settings/SettingsModal"
5301
+ "original": "../../Text"
5381
5302
  },
5382
5303
  {
5383
- "path": "src/Prebuilt/components/Settings/StartRecording.jsx",
5304
+ "path": "src/Theme/index.tsx",
5384
5305
  "kind": "import-statement",
5385
- "original": "../../Settings/StartRecording"
5306
+ "original": "../../Theme"
5386
5307
  },
5387
5308
  {
5388
- "path": "src/Prebuilt/components/StatsForNerds.jsx",
5309
+ "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
5389
5310
  "kind": "import-statement",
5390
- "original": "../../StatsForNerds"
5311
+ "original": "../primitives/DropdownTrigger"
5391
5312
  },
5392
5313
  {
5393
- "path": "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx",
5314
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
5394
5315
  "kind": "import-statement",
5395
- "original": "../BulkRoleChangeModal"
5316
+ "original": "./AppData/useUISettings"
5396
5317
  },
5397
5318
  {
5398
- "path": "src/Prebuilt/components/MoreSettings/CaptionModal.tsx",
5319
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
5399
5320
  "kind": "import-statement",
5400
- "original": "../CaptionModal"
5321
+ "original": "./hooks/useDropdownSelection"
5401
5322
  },
5402
5323
  {
5403
- "path": "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx",
5324
+ "path": "src/Prebuilt/common/constants.ts",
5404
5325
  "kind": "import-statement",
5405
- "original": "../FullScreenItem"
5326
+ "original": "../common/constants"
5406
5327
  },
5407
5328
  {
5408
- "path": "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx",
5329
+ "path": "<define:process.env>",
5409
5330
  "kind": "import-statement",
5410
- "original": "../MuteAllModal"
5331
+ "external": true
5411
5332
  },
5412
5333
  {
5413
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
5334
+ "path": "<runtime>",
5414
5335
  "kind": "import-statement",
5415
- "original": "../../AppData/useSidepane"
5416
- },
5336
+ "external": true
5337
+ }
5338
+ ],
5339
+ "format": "esm"
5340
+ },
5341
+ "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
5342
+ "bytes": 10828,
5343
+ "imports": [
5417
5344
  {
5418
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
5345
+ "path": "react",
5419
5346
  "kind": "import-statement",
5420
- "original": "../../hooks/useDropdownList"
5347
+ "external": true
5421
5348
  },
5422
5349
  {
5423
- "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5350
+ "path": "@100mslive/hls-player",
5424
5351
  "kind": "import-statement",
5425
- "original": "../../hooks/useMetadata"
5352
+ "external": true
5426
5353
  },
5427
5354
  {
5428
- "path": "src/Prebuilt/components/PIP/usePIPChat.tsx",
5355
+ "path": "@100mslive/types-prebuilt",
5356
+ "kind": "import-statement",
5357
+ "external": true
5358
+ },
5359
+ {
5360
+ "path": "ts-pattern",
5361
+ "kind": "import-statement",
5362
+ "external": true
5363
+ },
5364
+ {
5365
+ "path": "@100mslive/react-sdk",
5366
+ "kind": "import-statement",
5367
+ "external": true
5368
+ },
5369
+ {
5370
+ "path": "@100mslive/react-icons",
5371
+ "kind": "import-statement",
5372
+ "external": true
5373
+ },
5374
+ {
5375
+ "path": "src/index.ts",
5376
+ "kind": "import-statement",
5377
+ "original": "../../../.."
5378
+ },
5379
+ {
5380
+ "path": "src/Prebuilt/IconButton.tsx",
5381
+ "kind": "import-statement",
5382
+ "original": "../../../IconButton"
5383
+ },
5384
+ {
5385
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
5386
+ "kind": "import-statement",
5387
+ "original": "../../LazyLoad"
5388
+ },
5389
+ {
5390
+ "path": "src/Prebuilt/components/PIP/index.jsx",
5391
+ "kind": "import-statement",
5392
+ "original": "../../PIP"
5393
+ },
5394
+ {
5395
+ "path": "src/Prebuilt/components/PIP/PIPChat.tsx",
5396
+ "kind": "import-statement",
5397
+ "original": "../../PIP/PIPChat"
5398
+ },
5399
+ {
5400
+ "path": "src/Prebuilt/components/PIP/PIPChatOption.tsx",
5401
+ "kind": "import-statement",
5402
+ "original": "../../PIP/PIPChatOption"
5403
+ },
5404
+ {
5405
+ "path": "src/Prebuilt/components/PIP/PIPManager.ts",
5406
+ "kind": "import-statement",
5407
+ "original": "../../PIP/PIPManager"
5408
+ },
5409
+ {
5410
+ "path": "src/Prebuilt/components/PIP/PIPWindow.tsx",
5411
+ "kind": "import-statement",
5412
+ "original": "../../PIP/PIPWindow"
5413
+ },
5414
+ {
5415
+ "path": "src/Prebuilt/components/RoleChangeModal.tsx",
5416
+ "kind": "import-statement",
5417
+ "original": "../../RoleChangeModal"
5418
+ },
5419
+ {
5420
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
5421
+ "kind": "import-statement",
5422
+ "original": "../../Settings/SettingsModal"
5423
+ },
5424
+ {
5425
+ "path": "src/Prebuilt/components/Settings/StartRecording.jsx",
5426
+ "kind": "import-statement",
5427
+ "original": "../../Settings/StartRecording"
5428
+ },
5429
+ {
5430
+ "path": "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx",
5431
+ "kind": "import-statement",
5432
+ "original": "../BulkRoleChangeModal"
5433
+ },
5434
+ {
5435
+ "path": "src/Prebuilt/components/MoreSettings/CaptionModal.tsx",
5436
+ "kind": "import-statement",
5437
+ "original": "../CaptionModal"
5438
+ },
5439
+ {
5440
+ "path": "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx",
5441
+ "kind": "import-statement",
5442
+ "original": "../FullScreenItem"
5443
+ },
5444
+ {
5445
+ "path": "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx",
5446
+ "kind": "import-statement",
5447
+ "original": "../MuteAllModal"
5448
+ },
5449
+ {
5450
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
5451
+ "kind": "import-statement",
5452
+ "original": "../../AppData/useSidepane"
5453
+ },
5454
+ {
5455
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
5456
+ "kind": "import-statement",
5457
+ "original": "../../hooks/useDropdownList"
5458
+ },
5459
+ {
5460
+ "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5461
+ "kind": "import-statement",
5462
+ "original": "../../hooks/useMetadata"
5463
+ },
5464
+ {
5465
+ "path": "src/Prebuilt/components/PIP/usePIPChat.tsx",
5429
5466
  "kind": "import-statement",
5430
5467
  "original": "../../PIP/usePIPChat"
5431
5468
  },
@@ -5439,6 +5476,11 @@
5439
5476
  "kind": "import-statement",
5440
5477
  "external": true
5441
5478
  },
5479
+ {
5480
+ "path": "src/Prebuilt/components/StatsForNerds.jsx",
5481
+ "kind": "dynamic-import",
5482
+ "original": "../../StatsForNerds"
5483
+ },
5442
5484
  {
5443
5485
  "path": "<runtime>",
5444
5486
  "kind": "import-statement",
@@ -5800,7 +5842,7 @@
5800
5842
  "format": "cjs"
5801
5843
  },
5802
5844
  "../hms-video-store/dist/index.js": {
5803
- "bytes": 387839,
5845
+ "bytes": 387847,
5804
5846
  "imports": [
5805
5847
  {
5806
5848
  "path": "../../node_modules/reselect/es/index.js",
@@ -6166,7 +6208,7 @@
6166
6208
  "format": "esm"
6167
6209
  },
6168
6210
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
6169
- "bytes": 14060,
6211
+ "bytes": 14332,
6170
6212
  "imports": [
6171
6213
  {
6172
6214
  "path": "react",
@@ -6229,14 +6271,14 @@
6229
6271
  "original": "../../Header/StreamActions"
6230
6272
  },
6231
6273
  {
6232
- "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
6274
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
6233
6275
  "kind": "import-statement",
6234
- "original": "../../Settings/SettingsModal"
6276
+ "original": "../../LazyLoad"
6235
6277
  },
6236
6278
  {
6237
- "path": "src/Prebuilt/components/StatsForNerds.jsx",
6279
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
6238
6280
  "kind": "import-statement",
6239
- "original": "../../StatsForNerds"
6281
+ "original": "../../Settings/SettingsModal"
6240
6282
  },
6241
6283
  {
6242
6284
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
@@ -6318,6 +6360,11 @@
6318
6360
  "kind": "import-statement",
6319
6361
  "external": true
6320
6362
  },
6363
+ {
6364
+ "path": "src/Prebuilt/components/StatsForNerds.jsx",
6365
+ "kind": "dynamic-import",
6366
+ "original": "../../StatsForNerds"
6367
+ },
6321
6368
  {
6322
6369
  "path": "<runtime>",
6323
6370
  "kind": "import-statement",
@@ -7564,6 +7611,47 @@
7564
7611
  ],
7565
7612
  "format": "esm"
7566
7613
  },
7614
+ "src/Prebuilt/components/FullPageProgress.tsx": {
7615
+ "bytes": 625,
7616
+ "imports": [
7617
+ {
7618
+ "path": "react",
7619
+ "kind": "import-statement",
7620
+ "external": true
7621
+ },
7622
+ {
7623
+ "path": "src/Layout/index.tsx",
7624
+ "kind": "import-statement",
7625
+ "original": "../../Layout"
7626
+ },
7627
+ {
7628
+ "path": "src/Loading/index.ts",
7629
+ "kind": "import-statement",
7630
+ "original": "../../Loading"
7631
+ },
7632
+ {
7633
+ "path": "src/Text/index.tsx",
7634
+ "kind": "import-statement",
7635
+ "original": "../../Text"
7636
+ },
7637
+ {
7638
+ "path": "../../Theme",
7639
+ "kind": "import-statement",
7640
+ "external": true
7641
+ },
7642
+ {
7643
+ "path": "<define:process.env>",
7644
+ "kind": "import-statement",
7645
+ "external": true
7646
+ },
7647
+ {
7648
+ "path": "<runtime>",
7649
+ "kind": "import-statement",
7650
+ "external": true
7651
+ }
7652
+ ],
7653
+ "format": "esm"
7654
+ },
7567
7655
  "src/Prebuilt/components/Streaming/Common.jsx": {
7568
7656
  "bytes": 4034,
7569
7657
  "imports": [
@@ -8942,8 +9030,8 @@
8942
9030
  ],
8943
9031
  "format": "esm"
8944
9032
  },
8945
- "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8946
- "bytes": 11589,
9033
+ "src/Prebuilt/components/Chat/EmojiPickerContent.tsx": {
9034
+ "bytes": 582,
8947
9035
  "imports": [
8948
9036
  {
8949
9037
  "path": "react",
@@ -8951,17 +9039,33 @@
8951
9039
  "external": true
8952
9040
  },
8953
9041
  {
8954
- "path": "react-use",
9042
+ "path": "@emoji-mart/data/sets/14/apple.json",
8955
9043
  "kind": "import-statement",
8956
9044
  "external": true
8957
9045
  },
8958
9046
  {
8959
- "path": "@emoji-mart/data/sets/14/apple.json",
9047
+ "path": "@emoji-mart/react",
8960
9048
  "kind": "import-statement",
8961
9049
  "external": true
8962
9050
  },
8963
9051
  {
8964
- "path": "@emoji-mart/react",
9052
+ "path": "<define:process.env>",
9053
+ "kind": "import-statement",
9054
+ "external": true
9055
+ }
9056
+ ],
9057
+ "format": "esm"
9058
+ },
9059
+ "src/Prebuilt/components/Chat/ChatFooter.tsx": {
9060
+ "bytes": 11718,
9061
+ "imports": [
9062
+ {
9063
+ "path": "react",
9064
+ "kind": "import-statement",
9065
+ "external": true
9066
+ },
9067
+ {
9068
+ "path": "react-use",
8965
9069
  "kind": "import-statement",
8966
9070
  "external": true
8967
9071
  },
@@ -8985,6 +9089,11 @@
8985
9089
  "kind": "import-statement",
8986
9090
  "original": "../../../IconButton"
8987
9091
  },
9092
+ {
9093
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
9094
+ "kind": "import-statement",
9095
+ "original": "../LazyLoad"
9096
+ },
8988
9097
  {
8989
9098
  "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
8990
9099
  "kind": "import-statement",
@@ -9050,6 +9159,11 @@
9050
9159
  "kind": "import-statement",
9051
9160
  "external": true
9052
9161
  },
9162
+ {
9163
+ "path": "src/Prebuilt/components/Chat/EmojiPickerContent.tsx",
9164
+ "kind": "dynamic-import",
9165
+ "original": "./EmojiPickerContent"
9166
+ },
9053
9167
  {
9054
9168
  "path": "<runtime>",
9055
9169
  "kind": "import-statement",
@@ -10116,7 +10230,7 @@
10116
10230
  "format": "esm"
10117
10231
  },
10118
10232
  "src/Prebuilt/layouts/SidePane.tsx": {
10119
- "bytes": 6739,
10233
+ "bytes": 7194,
10120
10234
  "imports": [
10121
10235
  {
10122
10236
  "path": "react",
@@ -10128,6 +10242,11 @@
10128
10242
  "kind": "import-statement",
10129
10243
  "external": true
10130
10244
  },
10245
+ {
10246
+ "path": "@100mslive/types-prebuilt/elements/virtual_background",
10247
+ "kind": "import-statement",
10248
+ "external": true
10249
+ },
10131
10250
  {
10132
10251
  "path": "ts-pattern",
10133
10252
  "kind": "import-statement",
@@ -10138,6 +10257,16 @@
10138
10257
  "kind": "import-statement",
10139
10258
  "external": true
10140
10259
  },
10260
+ {
10261
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
10262
+ "kind": "import-statement",
10263
+ "original": "../components/FullPageProgress"
10264
+ },
10265
+ {
10266
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
10267
+ "kind": "import-statement",
10268
+ "original": "../components/LazyLoad"
10269
+ },
10141
10270
  {
10142
10271
  "path": "src/Prebuilt/components/Polls/Polls.tsx",
10143
10272
  "kind": "import-statement",
@@ -10168,11 +10297,6 @@
10168
10297
  "kind": "import-statement",
10169
10298
  "original": "../components/VideoTile"
10170
10299
  },
10171
- {
10172
- "path": "src/Prebuilt/components/VirtualBackground/VBPicker.tsx",
10173
- "kind": "import-statement",
10174
- "original": "../components/VirtualBackground/VBPicker"
10175
- },
10176
10300
  {
10177
10301
  "path": "src/Layout/index.tsx",
10178
10302
  "kind": "import-statement",
@@ -10218,6 +10342,11 @@
10218
10342
  "kind": "import-statement",
10219
10343
  "external": true
10220
10344
  },
10345
+ {
10346
+ "path": "src/Prebuilt/components/VirtualBackground/VBPicker.tsx",
10347
+ "kind": "dynamic-import",
10348
+ "original": "../components/VirtualBackground/VBPicker"
10349
+ },
10221
10350
  {
10222
10351
  "path": "<runtime>",
10223
10352
  "kind": "import-statement",
@@ -10262,8 +10391,8 @@
10262
10391
  ],
10263
10392
  "format": "esm"
10264
10393
  },
10265
- "src/Prebuilt/components/FullPageProgress.tsx": {
10266
- "bytes": 625,
10394
+ "src/Prebuilt/components/Preview/PreviewForm.tsx": {
10395
+ "bytes": 2843,
10267
10396
  "imports": [
10268
10397
  {
10269
10398
  "path": "react",
@@ -10271,40 +10400,50 @@
10271
10400
  "external": true
10272
10401
  },
10273
10402
  {
10274
- "path": "src/Layout/index.tsx",
10403
+ "path": "react-use",
10275
10404
  "kind": "import-statement",
10276
- "original": "../../Layout"
10405
+ "external": true
10277
10406
  },
10278
10407
  {
10279
- "path": "src/Loading/index.ts",
10408
+ "path": "@100mslive/types-prebuilt/elements/join_form",
10280
10409
  "kind": "import-statement",
10281
- "original": "../../Loading"
10410
+ "external": true
10282
10411
  },
10283
10412
  {
10284
- "path": "src/Text/index.tsx",
10413
+ "path": "@100mslive/react-sdk",
10285
10414
  "kind": "import-statement",
10286
- "original": "../../Text"
10415
+ "external": true
10287
10416
  },
10288
10417
  {
10289
- "path": "../../Theme",
10418
+ "path": "@100mslive/react-icons",
10290
10419
  "kind": "import-statement",
10291
10420
  "external": true
10292
10421
  },
10293
10422
  {
10294
- "path": "<define:process.env>",
10423
+ "path": "src/index.ts",
10295
10424
  "kind": "import-statement",
10296
- "external": true
10425
+ "original": "../../.."
10297
10426
  },
10298
10427
  {
10299
- "path": "<runtime>",
10428
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
10429
+ "kind": "import-statement",
10430
+ "original": "../../provider/roomLayoutProvider"
10431
+ },
10432
+ {
10433
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
10434
+ "kind": "import-statement",
10435
+ "original": "./PreviewJoin"
10436
+ },
10437
+ {
10438
+ "path": "<define:process.env>",
10300
10439
  "kind": "import-statement",
10301
10440
  "external": true
10302
10441
  }
10303
10442
  ],
10304
10443
  "format": "esm"
10305
10444
  },
10306
- "src/Prebuilt/components/Preview/PreviewForm.tsx": {
10307
- "bytes": 2843,
10445
+ "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
10446
+ "bytes": 10130,
10308
10447
  "imports": [
10309
10448
  {
10310
10449
  "path": "react",
@@ -10317,58 +10456,7 @@
10317
10456
  "external": true
10318
10457
  },
10319
10458
  {
10320
- "path": "@100mslive/types-prebuilt/elements/join_form",
10321
- "kind": "import-statement",
10322
- "external": true
10323
- },
10324
- {
10325
- "path": "@100mslive/react-sdk",
10326
- "kind": "import-statement",
10327
- "external": true
10328
- },
10329
- {
10330
- "path": "@100mslive/react-icons",
10331
- "kind": "import-statement",
10332
- "external": true
10333
- },
10334
- {
10335
- "path": "src/index.ts",
10336
- "kind": "import-statement",
10337
- "original": "../../.."
10338
- },
10339
- {
10340
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
10341
- "kind": "import-statement",
10342
- "original": "../../provider/roomLayoutProvider"
10343
- },
10344
- {
10345
- "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
10346
- "kind": "import-statement",
10347
- "original": "./PreviewJoin"
10348
- },
10349
- {
10350
- "path": "<define:process.env>",
10351
- "kind": "import-statement",
10352
- "external": true
10353
- }
10354
- ],
10355
- "format": "esm"
10356
- },
10357
- "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
10358
- "bytes": 10130,
10359
- "imports": [
10360
- {
10361
- "path": "react",
10362
- "kind": "import-statement",
10363
- "external": true
10364
- },
10365
- {
10366
- "path": "react-use",
10367
- "kind": "import-statement",
10368
- "external": true
10369
- },
10370
- {
10371
- "path": "@100mslive/react-sdk",
10459
+ "path": "@100mslive/react-sdk",
10372
10460
  "kind": "import-statement",
10373
10461
  "external": true
10374
10462
  },
@@ -11342,7 +11430,23 @@
11342
11430
  ],
11343
11431
  "format": "esm"
11344
11432
  },
11345
- "../../../../../../../tmp/tmp-3140-bmbQo0uDRhzJ/19ed6a92c711/index.css": {
11433
+ "src/Prebuilt/common/PeersSorter.ts": {
11434
+ "bytes": 3304,
11435
+ "imports": [
11436
+ {
11437
+ "path": "@100mslive/react-sdk",
11438
+ "kind": "import-statement",
11439
+ "external": true
11440
+ },
11441
+ {
11442
+ "path": "<define:process.env>",
11443
+ "kind": "import-statement",
11444
+ "external": true
11445
+ }
11446
+ ],
11447
+ "format": "esm"
11448
+ },
11449
+ "../../../../../../../tmp/tmp-3074-WX5bcm3oyngm/19ef3b692880/index.css": {
11346
11450
  "bytes": 65502,
11347
11451
  "imports": [
11348
11452
  {
@@ -11466,7 +11570,7 @@
11466
11570
  "original": "../../common/constants"
11467
11571
  },
11468
11572
  {
11469
- "path": "../../../../../../../tmp/tmp-3140-bmbQo0uDRhzJ/19ed6a92c711/index.css",
11573
+ "path": "../../../../../../../tmp/tmp-3074-WX5bcm3oyngm/19ef3b692880/index.css",
11470
11574
  "kind": "import-statement",
11471
11575
  "original": "@100mslive/hms-whiteboard/index.css"
11472
11576
  },
@@ -11478,45 +11582,44 @@
11478
11582
  ],
11479
11583
  "format": "esm"
11480
11584
  },
11481
- "src/Prebuilt/common/PeersSorter.ts": {
11482
- "bytes": 3304,
11585
+ "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
11586
+ "bytes": 5615,
11483
11587
  "imports": [
11484
11588
  {
11485
- "path": "@100mslive/react-sdk",
11589
+ "path": "react",
11486
11590
  "kind": "import-statement",
11487
11591
  "external": true
11488
11592
  },
11489
11593
  {
11490
- "path": "<define:process.env>",
11594
+ "path": "@100mslive/types-prebuilt/elements/video_tile_layout",
11491
11595
  "kind": "import-statement",
11492
11596
  "external": true
11493
- }
11494
- ],
11495
- "format": "esm"
11496
- },
11497
- "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
11498
- "bytes": 5251,
11499
- "imports": [
11597
+ },
11500
11598
  {
11501
- "path": "react",
11599
+ "path": "@100mslive/react-sdk",
11502
11600
  "kind": "import-statement",
11503
11601
  "external": true
11504
11602
  },
11505
11603
  {
11506
- "path": "@100mslive/types-prebuilt/elements/video_tile_layout",
11604
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
11507
11605
  "kind": "import-statement",
11508
- "external": true
11606
+ "original": "../FullPageProgress"
11509
11607
  },
11510
11608
  {
11511
- "path": "@100mslive/react-sdk",
11609
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
11512
11610
  "kind": "import-statement",
11513
- "external": true
11611
+ "original": "../LazyLoad"
11514
11612
  },
11515
11613
  {
11516
11614
  "path": "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx",
11517
11615
  "kind": "import-statement",
11518
11616
  "original": "./EqualProminence"
11519
11617
  },
11618
+ {
11619
+ "path": "./interface",
11620
+ "kind": "import-statement",
11621
+ "external": true
11622
+ },
11520
11623
  {
11521
11624
  "path": "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx",
11522
11625
  "kind": "import-statement",
@@ -11527,11 +11630,6 @@
11527
11630
  "kind": "import-statement",
11528
11631
  "original": "./ScreenshareLayout"
11529
11632
  },
11530
- {
11531
- "path": "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx",
11532
- "kind": "import-statement",
11533
- "original": "./WhiteboardLayout"
11534
- },
11535
11633
  {
11536
11634
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
11537
11635
  "kind": "import-statement",
@@ -11556,6 +11654,11 @@
11556
11654
  "path": "<define:process.env>",
11557
11655
  "kind": "import-statement",
11558
11656
  "external": true
11657
+ },
11658
+ {
11659
+ "path": "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx",
11660
+ "kind": "dynamic-import",
11661
+ "original": "./WhiteboardLayout"
11559
11662
  }
11560
11663
  ],
11561
11664
  "format": "esm"
@@ -11616,6 +11719,149 @@
11616
11719
  ],
11617
11720
  "format": "esm"
11618
11721
  },
11722
+ "src/Prebuilt/layouts/PDFView.jsx": {
11723
+ "bytes": 2701,
11724
+ "imports": [
11725
+ {
11726
+ "path": "react",
11727
+ "kind": "import-statement",
11728
+ "external": true
11729
+ },
11730
+ {
11731
+ "path": "@100mslive/react-sdk",
11732
+ "kind": "import-statement",
11733
+ "external": true
11734
+ },
11735
+ {
11736
+ "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
11737
+ "kind": "import-statement",
11738
+ "original": "../components/Settings/LayoutSettings"
11739
+ },
11740
+ {
11741
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
11742
+ "kind": "import-statement",
11743
+ "original": "../components/Toast/ToastManager"
11744
+ },
11745
+ {
11746
+ "path": "src/Layout/index.tsx",
11747
+ "kind": "import-statement",
11748
+ "original": "../../Layout"
11749
+ },
11750
+ {
11751
+ "path": "src/Prebuilt/layouts/EmbedView.jsx",
11752
+ "kind": "import-statement",
11753
+ "original": "./EmbedView"
11754
+ },
11755
+ {
11756
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
11757
+ "kind": "import-statement",
11758
+ "original": "../components/AppData/useUISettings"
11759
+ },
11760
+ {
11761
+ "path": "src/Prebuilt/common/constants.ts",
11762
+ "kind": "import-statement",
11763
+ "original": "../common/constants"
11764
+ },
11765
+ {
11766
+ "path": "<define:process.env>",
11767
+ "kind": "import-statement",
11768
+ "external": true
11769
+ },
11770
+ {
11771
+ "path": "<runtime>",
11772
+ "kind": "import-statement",
11773
+ "external": true
11774
+ }
11775
+ ],
11776
+ "format": "esm"
11777
+ },
11778
+ "src/Prebuilt/plugins/CaptionsViewer.tsx": {
11779
+ "bytes": 7796,
11780
+ "imports": [
11781
+ {
11782
+ "path": "react",
11783
+ "kind": "import-statement",
11784
+ "external": true
11785
+ },
11786
+ {
11787
+ "path": "react-draggable",
11788
+ "kind": "import-statement",
11789
+ "external": true
11790
+ },
11791
+ {
11792
+ "path": "react-use",
11793
+ "kind": "import-statement",
11794
+ "external": true
11795
+ },
11796
+ {
11797
+ "path": "@100mslive/react-sdk",
11798
+ "kind": "import-statement",
11799
+ "external": true
11800
+ },
11801
+ {
11802
+ "path": "src/Layout/index.tsx",
11803
+ "kind": "import-statement",
11804
+ "original": "../../Layout"
11805
+ },
11806
+ {
11807
+ "path": "src/Text/index.tsx",
11808
+ "kind": "import-statement",
11809
+ "original": "../../Text"
11810
+ },
11811
+ {
11812
+ "path": "src/Theme/index.tsx",
11813
+ "kind": "import-statement",
11814
+ "original": "../../Theme"
11815
+ },
11816
+ {
11817
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
11818
+ "kind": "import-statement",
11819
+ "original": "../components/AppData/useSidepane"
11820
+ },
11821
+ {
11822
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
11823
+ "kind": "import-statement",
11824
+ "original": "../components/AppData/useUISettings"
11825
+ },
11826
+ {
11827
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11828
+ "kind": "import-statement",
11829
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11830
+ },
11831
+ {
11832
+ "path": "src/Prebuilt/common/constants.ts",
11833
+ "kind": "import-statement",
11834
+ "original": "../common/constants"
11835
+ },
11836
+ {
11837
+ "path": "<define:process.env>",
11838
+ "kind": "import-statement",
11839
+ "external": true
11840
+ }
11841
+ ],
11842
+ "format": "esm"
11843
+ },
11844
+ "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
11845
+ "bytes": 617,
11846
+ "imports": [
11847
+ {
11848
+ "path": "react",
11849
+ "kind": "import-statement",
11850
+ "external": true
11851
+ },
11852
+ {
11853
+ "path": "@100mslive/react-sdk",
11854
+ "kind": "import-statement",
11855
+ "external": true
11856
+ },
11857
+ {
11858
+ "path": "<define:process.env>",
11859
+ "kind": "import-statement",
11860
+ "external": true
11861
+ }
11862
+ ],
11863
+ "format": "esm"
11864
+ },
11619
11865
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
11620
11866
  "bytes": 2803,
11621
11867
  "imports": [
@@ -12354,8 +12600,8 @@
12354
12600
  ],
12355
12601
  "format": "esm"
12356
12602
  },
12357
- "src/Prebuilt/layouts/PDFView.jsx": {
12358
- "bytes": 2701,
12603
+ "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
12604
+ "bytes": 6183,
12359
12605
  "imports": [
12360
12606
  {
12361
12607
  "path": "react",
@@ -12363,124 +12609,22 @@
12363
12609
  "external": true
12364
12610
  },
12365
12611
  {
12366
- "path": "@100mslive/react-sdk",
12612
+ "path": "react-draggable",
12367
12613
  "kind": "import-statement",
12368
12614
  "external": true
12369
12615
  },
12370
12616
  {
12371
- "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
12617
+ "path": "react-use",
12372
12618
  "kind": "import-statement",
12373
- "original": "../components/Settings/LayoutSettings"
12619
+ "external": true
12374
12620
  },
12375
12621
  {
12376
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
12377
- "kind": "import-statement",
12378
- "original": "../components/Toast/ToastManager"
12379
- },
12380
- {
12381
- "path": "src/Layout/index.tsx",
12382
- "kind": "import-statement",
12383
- "original": "../../Layout"
12384
- },
12385
- {
12386
- "path": "src/Prebuilt/layouts/EmbedView.jsx",
12387
- "kind": "import-statement",
12388
- "original": "./EmbedView"
12389
- },
12390
- {
12391
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
12392
- "kind": "import-statement",
12393
- "original": "../components/AppData/useUISettings"
12394
- },
12395
- {
12396
- "path": "src/Prebuilt/common/constants.ts",
12397
- "kind": "import-statement",
12398
- "original": "../common/constants"
12399
- },
12400
- {
12401
- "path": "<define:process.env>",
12402
- "kind": "import-statement",
12403
- "external": true
12404
- },
12405
- {
12406
- "path": "<runtime>",
12407
- "kind": "import-statement",
12408
- "external": true
12409
- }
12410
- ],
12411
- "format": "esm"
12412
- },
12413
- "src/Prebuilt/plugins/CaptionsViewer.tsx": {
12414
- "bytes": 7796,
12415
- "imports": [
12416
- {
12417
- "path": "react",
12418
- "kind": "import-statement",
12419
- "external": true
12420
- },
12421
- {
12422
- "path": "react-draggable",
12423
- "kind": "import-statement",
12424
- "external": true
12425
- },
12426
- {
12427
- "path": "react-use",
12428
- "kind": "import-statement",
12429
- "external": true
12430
- },
12431
- {
12432
- "path": "@100mslive/react-sdk",
12622
+ "path": "@100mslive/types-prebuilt",
12433
12623
  "kind": "import-statement",
12434
12624
  "external": true
12435
12625
  },
12436
12626
  {
12437
- "path": "src/Layout/index.tsx",
12438
- "kind": "import-statement",
12439
- "original": "../../Layout"
12440
- },
12441
- {
12442
- "path": "src/Text/index.tsx",
12443
- "kind": "import-statement",
12444
- "original": "../../Text"
12445
- },
12446
- {
12447
- "path": "src/Theme/index.tsx",
12448
- "kind": "import-statement",
12449
- "original": "../../Theme"
12450
- },
12451
- {
12452
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
12453
- "kind": "import-statement",
12454
- "original": "../components/AppData/useSidepane"
12455
- },
12456
- {
12457
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
12458
- "kind": "import-statement",
12459
- "original": "../components/AppData/useUISettings"
12460
- },
12461
- {
12462
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
12463
- "kind": "import-statement",
12464
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
12465
- },
12466
- {
12467
- "path": "src/Prebuilt/common/constants.ts",
12468
- "kind": "import-statement",
12469
- "original": "../common/constants"
12470
- },
12471
- {
12472
- "path": "<define:process.env>",
12473
- "kind": "import-statement",
12474
- "external": true
12475
- }
12476
- ],
12477
- "format": "esm"
12478
- },
12479
- "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
12480
- "bytes": 617,
12481
- "imports": [
12482
- {
12483
- "path": "react",
12627
+ "path": "ts-pattern",
12484
12628
  "kind": "import-statement",
12485
12629
  "external": true
12486
12630
  },
@@ -12490,50 +12634,19 @@
12490
12634
  "external": true
12491
12635
  },
12492
12636
  {
12493
- "path": "<define:process.env>",
12494
- "kind": "import-statement",
12495
- "external": true
12496
- }
12497
- ],
12498
- "format": "esm"
12499
- },
12500
- "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
12501
- "bytes": 5801,
12502
- "imports": [
12503
- {
12504
- "path": "react",
12505
- "kind": "import-statement",
12506
- "external": true
12507
- },
12508
- {
12509
- "path": "react-draggable",
12510
- "kind": "import-statement",
12511
- "external": true
12512
- },
12513
- {
12514
- "path": "react-use",
12515
- "kind": "import-statement",
12516
- "external": true
12517
- },
12518
- {
12519
- "path": "@100mslive/types-prebuilt",
12520
- "kind": "import-statement",
12521
- "external": true
12522
- },
12523
- {
12524
- "path": "ts-pattern",
12637
+ "path": "@100mslive/react-icons",
12525
12638
  "kind": "import-statement",
12526
12639
  "external": true
12527
12640
  },
12528
12641
  {
12529
- "path": "@100mslive/react-sdk",
12642
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
12530
12643
  "kind": "import-statement",
12531
- "external": true
12644
+ "original": "../components/FullPageProgress"
12532
12645
  },
12533
12646
  {
12534
- "path": "@100mslive/react-icons",
12647
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
12535
12648
  "kind": "import-statement",
12536
- "external": true
12649
+ "original": "../components/LazyLoad"
12537
12650
  },
12538
12651
  {
12539
12652
  "path": "src/Prebuilt/components/VideoLayouts/GridLayout.tsx",
@@ -12555,11 +12668,6 @@
12555
12668
  "kind": "import-statement",
12556
12669
  "original": "./EmbedView"
12557
12670
  },
12558
- {
12559
- "path": "src/Prebuilt/layouts/HLSView.jsx",
12560
- "kind": "import-statement",
12561
- "original": "./HLSView"
12562
- },
12563
12671
  {
12564
12672
  "path": "src/Prebuilt/layouts/PDFView.jsx",
12565
12673
  "kind": "import-statement",
@@ -12605,6 +12713,11 @@
12605
12713
  "kind": "import-statement",
12606
12714
  "external": true
12607
12715
  },
12716
+ {
12717
+ "path": "src/Prebuilt/layouts/HLSView.jsx",
12718
+ "kind": "dynamic-import",
12719
+ "original": "./HLSView"
12720
+ },
12608
12721
  {
12609
12722
  "path": "<runtime>",
12610
12723
  "kind": "import-statement",
@@ -14494,7 +14607,7 @@
14494
14607
  "format": "esm"
14495
14608
  },
14496
14609
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
14497
- "bytes": 4215,
14610
+ "bytes": 4406,
14498
14611
  "imports": [
14499
14612
  {
14500
14613
  "path": "react",
@@ -14511,6 +14624,11 @@
14511
14624
  "kind": "import-statement",
14512
14625
  "external": true
14513
14626
  },
14627
+ {
14628
+ "path": "src/Prebuilt/components/Footer/emojiData.ts",
14629
+ "kind": "import-statement",
14630
+ "original": "../components/Footer/emojiData"
14631
+ },
14514
14632
  {
14515
14633
  "path": "src/Layout/index.tsx",
14516
14634
  "kind": "import-statement",
@@ -15391,17 +15509,32 @@
15391
15509
  "format": "esm"
15392
15510
  },
15393
15511
  "src/Diagnostics/index.ts": {
15394
- "bytes": 45,
15512
+ "bytes": 661,
15395
15513
  "imports": [
15396
15514
  {
15397
- "path": "src/Diagnostics/Diagnostics.tsx",
15515
+ "path": "react",
15398
15516
  "kind": "import-statement",
15399
- "original": "./Diagnostics"
15517
+ "external": true
15518
+ },
15519
+ {
15520
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
15521
+ "kind": "import-statement",
15522
+ "original": "../Prebuilt/components/FullPageProgress"
15523
+ },
15524
+ {
15525
+ "path": "src/Prebuilt/components/LazyLoad.tsx",
15526
+ "kind": "import-statement",
15527
+ "original": "../Prebuilt/components/LazyLoad"
15400
15528
  },
15401
15529
  {
15402
15530
  "path": "<define:process.env>",
15403
15531
  "kind": "import-statement",
15404
15532
  "external": true
15533
+ },
15534
+ {
15535
+ "path": "src/Diagnostics/Diagnostics.tsx",
15536
+ "kind": "dynamic-import",
15537
+ "original": "./Diagnostics"
15405
15538
  }
15406
15539
  ],
15407
15540
  "format": "esm"
@@ -15698,32 +15831,32 @@
15698
15831
  "imports": [],
15699
15832
  "exports": [],
15700
15833
  "inputs": {},
15701
- "bytes": 3740507
15834
+ "bytes": 3860859
15702
15835
  },
15703
15836
  "dist/index.cjs.js": {
15704
15837
  "imports": [
15705
15838
  {
15706
- "path": "react",
15839
+ "path": "@stitches/react",
15707
15840
  "kind": "require-call",
15708
15841
  "external": true
15709
15842
  },
15710
15843
  {
15711
- "path": "@stitches/react",
15844
+ "path": "@100mslive/react-sdk",
15712
15845
  "kind": "require-call",
15713
15846
  "external": true
15714
15847
  },
15715
15848
  {
15716
- "path": "lodash.merge",
15849
+ "path": "@stitches/react",
15717
15850
  "kind": "require-call",
15718
15851
  "external": true
15719
15852
  },
15720
15853
  {
15721
- "path": "@stitches/react",
15854
+ "path": "lodash.merge",
15722
15855
  "kind": "require-call",
15723
15856
  "external": true
15724
15857
  },
15725
15858
  {
15726
- "path": "@100mslive/react-sdk",
15859
+ "path": "react",
15727
15860
  "kind": "require-call",
15728
15861
  "external": true
15729
15862
  },
@@ -15803,7 +15936,7 @@
15803
15936
  "external": true
15804
15937
  },
15805
15938
  {
15806
- "path": "@stitches/react",
15939
+ "path": "@100mslive/react-icons",
15807
15940
  "kind": "require-call",
15808
15941
  "external": true
15809
15942
  },
@@ -15813,22 +15946,22 @@
15813
15946
  "external": true
15814
15947
  },
15815
15948
  {
15816
- "path": "@radix-ui/react-dialog",
15949
+ "path": "react",
15817
15950
  "kind": "require-call",
15818
15951
  "external": true
15819
15952
  },
15820
15953
  {
15821
- "path": "@100mslive/react-icons",
15954
+ "path": "react",
15822
15955
  "kind": "require-call",
15823
15956
  "external": true
15824
15957
  },
15825
15958
  {
15826
- "path": "react",
15959
+ "path": "@radix-ui/react-dialog",
15827
15960
  "kind": "require-call",
15828
15961
  "external": true
15829
15962
  },
15830
15963
  {
15831
- "path": "react",
15964
+ "path": "@stitches/react",
15832
15965
  "kind": "require-call",
15833
15966
  "external": true
15834
15967
  },
@@ -15897,17 +16030,17 @@
15897
16030
  "external": true
15898
16031
  },
15899
16032
  {
15900
- "path": "@100mslive/react-sdk",
16033
+ "path": "react-use",
15901
16034
  "kind": "require-call",
15902
16035
  "external": true
15903
16036
  },
15904
16037
  {
15905
- "path": "react",
16038
+ "path": "@100mslive/react-sdk",
15906
16039
  "kind": "require-call",
15907
16040
  "external": true
15908
16041
  },
15909
16042
  {
15910
- "path": "react-use",
16043
+ "path": "react",
15911
16044
  "kind": "require-call",
15912
16045
  "external": true
15913
16046
  },
@@ -16002,12 +16135,12 @@
16002
16135
  "external": true
16003
16136
  },
16004
16137
  {
16005
- "path": "ts-pattern",
16138
+ "path": "react",
16006
16139
  "kind": "require-call",
16007
16140
  "external": true
16008
16141
  },
16009
16142
  {
16010
- "path": "@100mslive/react-sdk",
16143
+ "path": "react-use",
16011
16144
  "kind": "require-call",
16012
16145
  "external": true
16013
16146
  },
@@ -16016,11 +16149,6 @@
16016
16149
  "kind": "require-call",
16017
16150
  "external": true
16018
16151
  },
16019
- {
16020
- "path": "react-use",
16021
- "kind": "require-call",
16022
- "external": true
16023
- },
16024
16152
  {
16025
16153
  "path": "@100mslive/react-sdk",
16026
16154
  "kind": "require-call",
@@ -16042,7 +16170,7 @@
16042
16170
  "external": true
16043
16171
  },
16044
16172
  {
16045
- "path": "react",
16173
+ "path": "@100mslive/types-prebuilt/elements/join_form",
16046
16174
  "kind": "require-call",
16047
16175
  "external": true
16048
16176
  },
@@ -16051,21 +16179,11 @@
16051
16179
  "kind": "require-call",
16052
16180
  "external": true
16053
16181
  },
16054
- {
16055
- "path": "@100mslive/react-sdk",
16056
- "kind": "require-call",
16057
- "external": true
16058
- },
16059
16182
  {
16060
16183
  "path": "react",
16061
16184
  "kind": "require-call",
16062
16185
  "external": true
16063
16186
  },
16064
- {
16065
- "path": "react-use",
16066
- "kind": "require-call",
16067
- "external": true
16068
- },
16069
16187
  {
16070
16188
  "path": "react",
16071
16189
  "kind": "require-call",
@@ -16082,12 +16200,12 @@
16082
16200
  "external": true
16083
16201
  },
16084
16202
  {
16085
- "path": "react",
16203
+ "path": "ts-pattern",
16086
16204
  "kind": "require-call",
16087
16205
  "external": true
16088
16206
  },
16089
16207
  {
16090
- "path": "@100mslive/types-prebuilt/elements/join_form",
16208
+ "path": "@100mslive/react-sdk",
16091
16209
  "kind": "require-call",
16092
16210
  "external": true
16093
16211
  },
@@ -16097,7 +16215,7 @@
16097
16215
  "external": true
16098
16216
  },
16099
16217
  {
16100
- "path": "ts-pattern",
16218
+ "path": "react-use",
16101
16219
  "kind": "require-call",
16102
16220
  "external": true
16103
16221
  },
@@ -16112,22 +16230,27 @@
16112
16230
  "external": true
16113
16231
  },
16114
16232
  {
16115
- "path": "react-use",
16233
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
16116
16234
  "kind": "require-call",
16117
16235
  "external": true
16118
16236
  },
16119
16237
  {
16120
- "path": "ts-pattern",
16238
+ "path": "@100mslive/react-sdk",
16121
16239
  "kind": "require-call",
16122
16240
  "external": true
16123
16241
  },
16124
16242
  {
16125
- "path": "uuid",
16243
+ "path": "@100mslive/hms-virtual-background/hmseffectsplugin",
16244
+ "kind": "dynamic-import",
16245
+ "external": true
16246
+ },
16247
+ {
16248
+ "path": "worker-timers",
16126
16249
  "kind": "require-call",
16127
16250
  "external": true
16128
16251
  },
16129
16252
  {
16130
- "path": "@100mslive/react-sdk",
16253
+ "path": "uuid",
16131
16254
  "kind": "require-call",
16132
16255
  "external": true
16133
16256
  },
@@ -16162,32 +16285,27 @@
16162
16285
  "external": true
16163
16286
  },
16164
16287
  {
16165
- "path": "@100mslive/hms-virtual-background/hmsvbplugin",
16288
+ "path": "react",
16166
16289
  "kind": "require-call",
16167
16290
  "external": true
16168
16291
  },
16169
16292
  {
16170
- "path": "@100mslive/react-sdk",
16293
+ "path": "react-use",
16171
16294
  "kind": "require-call",
16172
16295
  "external": true
16173
16296
  },
16174
16297
  {
16175
- "path": "@100mslive/hms-virtual-background/hmseffectsplugin",
16176
- "kind": "dynamic-import",
16177
- "external": true
16178
- },
16179
- {
16180
- "path": "react",
16298
+ "path": "ts-pattern",
16181
16299
  "kind": "require-call",
16182
16300
  "external": true
16183
16301
  },
16184
16302
  {
16185
- "path": "worker-timers",
16303
+ "path": "uuid",
16186
16304
  "kind": "require-call",
16187
16305
  "external": true
16188
16306
  },
16189
16307
  {
16190
- "path": "uuid",
16308
+ "path": "@100mslive/react-sdk",
16191
16309
  "kind": "require-call",
16192
16310
  "external": true
16193
16311
  },
@@ -16201,12 +16319,7 @@
16201
16319
  "external": true
16202
16320
  },
16203
16321
  {
16204
- "path": "uuid",
16205
- "kind": "require-call",
16206
- "external": true
16207
- },
16208
- {
16209
- "path": "@100mslive/react-sdk",
16322
+ "path": "@100mslive/react-icons",
16210
16323
  "kind": "require-call",
16211
16324
  "external": true
16212
16325
  },
@@ -16215,33 +16328,13 @@
16215
16328
  "kind": "require-call",
16216
16329
  "external": true
16217
16330
  },
16218
- {
16219
- "path": "react-use",
16220
- "kind": "require-call",
16221
- "external": true
16222
- },
16223
- {
16224
- "path": "@100mslive/types-prebuilt/elements/chat",
16225
- "kind": "require-call",
16226
- "external": true
16227
- },
16228
16331
  {
16229
16332
  "path": "react",
16230
16333
  "kind": "require-call",
16231
16334
  "external": true
16232
16335
  },
16233
16336
  {
16234
- "path": "@100mslive/hms-noise-cancellation",
16235
- "kind": "require-call",
16236
- "external": true
16237
- },
16238
- {
16239
- "path": "@100mslive/react-sdk",
16240
- "kind": "require-call",
16241
- "external": true
16242
- },
16243
- {
16244
- "path": "@100mslive/react-icons",
16337
+ "path": "@radix-ui/react-dialog",
16245
16338
  "kind": "require-call",
16246
16339
  "external": true
16247
16340
  },
@@ -16266,7 +16359,7 @@
16266
16359
  "external": true
16267
16360
  },
16268
16361
  {
16269
- "path": "react-use",
16362
+ "path": "@100mslive/react-sdk",
16270
16363
  "kind": "require-call",
16271
16364
  "external": true
16272
16365
  },
@@ -16281,7 +16374,7 @@
16281
16374
  "external": true
16282
16375
  },
16283
16376
  {
16284
- "path": "@radix-ui/react-dialog",
16377
+ "path": "@100mslive/react-icons",
16285
16378
  "kind": "require-call",
16286
16379
  "external": true
16287
16380
  },
@@ -16291,7 +16384,7 @@
16291
16384
  "external": true
16292
16385
  },
16293
16386
  {
16294
- "path": "@100mslive/react-sdk",
16387
+ "path": "react-use",
16295
16388
  "kind": "require-call",
16296
16389
  "external": true
16297
16390
  },
@@ -16306,17 +16399,12 @@
16306
16399
  "external": true
16307
16400
  },
16308
16401
  {
16309
- "path": "@100mslive/react-icons",
16310
- "kind": "require-call",
16311
- "external": true
16312
- },
16313
- {
16314
- "path": "react",
16402
+ "path": "@100mslive/hms-noise-cancellation",
16315
16403
  "kind": "require-call",
16316
16404
  "external": true
16317
16405
  },
16318
16406
  {
16319
- "path": "react",
16407
+ "path": "@100mslive/react-sdk",
16320
16408
  "kind": "require-call",
16321
16409
  "external": true
16322
16410
  },
@@ -16340,34 +16428,14 @@
16340
16428
  "kind": "require-call",
16341
16429
  "external": true
16342
16430
  },
16343
- {
16344
- "path": "react",
16345
- "kind": "require-call",
16346
- "external": true
16347
- },
16348
- {
16349
- "path": "react-use",
16350
- "kind": "require-call",
16351
- "external": true
16352
- },
16353
16431
  {
16354
16432
  "path": "@emoji-mart/data/sets/14/apple.json",
16355
- "kind": "require-call",
16433
+ "kind": "dynamic-import",
16356
16434
  "external": true
16357
16435
  },
16358
16436
  {
16359
16437
  "path": "emoji-mart",
16360
- "kind": "require-call",
16361
- "external": true
16362
- },
16363
- {
16364
- "path": "@100mslive/react-sdk",
16365
- "kind": "require-call",
16366
- "external": true
16367
- },
16368
- {
16369
- "path": "@100mslive/react-icons",
16370
- "kind": "require-call",
16438
+ "kind": "dynamic-import",
16371
16439
  "external": true
16372
16440
  },
16373
16441
  {
@@ -16415,16 +16483,6 @@
16415
16483
  "kind": "require-call",
16416
16484
  "external": true
16417
16485
  },
16418
- {
16419
- "path": "react",
16420
- "kind": "require-call",
16421
- "external": true
16422
- },
16423
- {
16424
- "path": "@100mslive/react-sdk",
16425
- "kind": "require-call",
16426
- "external": true
16427
- },
16428
16486
  {
16429
16487
  "path": "@100mslive/react-icons",
16430
16488
  "kind": "require-call",
@@ -16476,22 +16534,22 @@
16476
16534
  "external": true
16477
16535
  },
16478
16536
  {
16479
- "path": "react-use",
16537
+ "path": "@100mslive/react-sdk",
16480
16538
  "kind": "require-call",
16481
16539
  "external": true
16482
16540
  },
16483
16541
  {
16484
- "path": "react",
16542
+ "path": "@100mslive/react-icons",
16485
16543
  "kind": "require-call",
16486
16544
  "external": true
16487
16545
  },
16488
16546
  {
16489
- "path": "@100mslive/hls-player",
16547
+ "path": "react",
16490
16548
  "kind": "require-call",
16491
16549
  "external": true
16492
16550
  },
16493
16551
  {
16494
- "path": "ts-pattern",
16552
+ "path": "react-use",
16495
16553
  "kind": "require-call",
16496
16554
  "external": true
16497
16555
  },
@@ -16501,12 +16559,12 @@
16501
16559
  "external": true
16502
16560
  },
16503
16561
  {
16504
- "path": "@100mslive/react-icons",
16562
+ "path": "react",
16505
16563
  "kind": "require-call",
16506
16564
  "external": true
16507
16565
  },
16508
16566
  {
16509
- "path": "react",
16567
+ "path": "@100mslive/react-sdk",
16510
16568
  "kind": "require-call",
16511
16569
  "external": true
16512
16570
  },
@@ -16526,7 +16584,7 @@
16526
16584
  "external": true
16527
16585
  },
16528
16586
  {
16529
- "path": "@100mslive/react-sdk",
16587
+ "path": "react",
16530
16588
  "kind": "require-call",
16531
16589
  "external": true
16532
16590
  },
@@ -16536,12 +16594,12 @@
16536
16594
  "external": true
16537
16595
  },
16538
16596
  {
16539
- "path": "@100mslive/react-sdk",
16597
+ "path": "react",
16540
16598
  "kind": "require-call",
16541
16599
  "external": true
16542
16600
  },
16543
16601
  {
16544
- "path": "@100mslive/react-icons",
16602
+ "path": "@100mslive/react-sdk",
16545
16603
  "kind": "require-call",
16546
16604
  "external": true
16547
16605
  },
@@ -16551,17 +16609,12 @@
16551
16609
  "external": true
16552
16610
  },
16553
16611
  {
16554
- "path": "react-use",
16555
- "kind": "require-call",
16556
- "external": true
16557
- },
16558
- {
16559
- "path": "react-virtualized-auto-sizer",
16612
+ "path": "@100mslive/react-sdk",
16560
16613
  "kind": "require-call",
16561
16614
  "external": true
16562
16615
  },
16563
16616
  {
16564
- "path": "react-window",
16617
+ "path": "react",
16565
16618
  "kind": "require-call",
16566
16619
  "external": true
16567
16620
  },
@@ -16581,14 +16634,13 @@
16581
16634
  "external": true
16582
16635
  },
16583
16636
  {
16584
- "path": "@100mslive/react-sdk",
16637
+ "path": "react-use",
16585
16638
  "kind": "require-call",
16586
16639
  "external": true
16587
16640
  },
16588
16641
  {
16589
- "path": "@100mslive/react-icons",
16590
- "kind": "require-call",
16591
- "external": true
16642
+ "path": "dist/empty-chat.svg",
16643
+ "kind": "require-call"
16592
16644
  },
16593
16645
  {
16594
16646
  "path": "react",
@@ -16596,38 +16648,39 @@
16596
16648
  "external": true
16597
16649
  },
16598
16650
  {
16599
- "path": "react",
16651
+ "path": "@100mslive/react-sdk",
16600
16652
  "kind": "require-call",
16601
16653
  "external": true
16602
16654
  },
16603
16655
  {
16604
- "path": "@100mslive/react-sdk",
16656
+ "path": "react",
16605
16657
  "kind": "require-call",
16606
16658
  "external": true
16607
16659
  },
16608
16660
  {
16609
- "path": "react",
16661
+ "path": "react-use",
16610
16662
  "kind": "require-call",
16611
16663
  "external": true
16612
16664
  },
16613
16665
  {
16614
- "path": "@100mslive/react-sdk",
16666
+ "path": "react-virtualized-auto-sizer",
16615
16667
  "kind": "require-call",
16616
16668
  "external": true
16617
16669
  },
16618
16670
  {
16619
- "path": "react",
16671
+ "path": "react-window",
16620
16672
  "kind": "require-call",
16621
16673
  "external": true
16622
16674
  },
16623
16675
  {
16624
- "path": "react-use",
16676
+ "path": "@100mslive/react-sdk",
16625
16677
  "kind": "require-call",
16626
16678
  "external": true
16627
16679
  },
16628
16680
  {
16629
- "path": "dist/empty-chat.svg",
16630
- "kind": "require-call"
16681
+ "path": "@100mslive/react-icons",
16682
+ "kind": "require-call",
16683
+ "external": true
16631
16684
  },
16632
16685
  {
16633
16686
  "path": "react",
@@ -16639,6 +16692,11 @@
16639
16692
  "kind": "require-call",
16640
16693
  "external": true
16641
16694
  },
16695
+ {
16696
+ "path": "@100mslive/react-icons",
16697
+ "kind": "require-call",
16698
+ "external": true
16699
+ },
16642
16700
  {
16643
16701
  "path": "react",
16644
16702
  "kind": "require-call",
@@ -16679,11 +16737,6 @@
16679
16737
  "kind": "require-call",
16680
16738
  "external": true
16681
16739
  },
16682
- {
16683
- "path": "@100mslive/react-sdk",
16684
- "kind": "require-call",
16685
- "external": true
16686
- },
16687
16740
  {
16688
16741
  "path": "@100mslive/react-icons",
16689
16742
  "kind": "require-call",
@@ -16705,27 +16758,27 @@
16705
16758
  "external": true
16706
16759
  },
16707
16760
  {
16708
- "path": "@100mslive/react-icons",
16761
+ "path": "@100mslive/react-sdk",
16709
16762
  "kind": "require-call",
16710
16763
  "external": true
16711
16764
  },
16712
16765
  {
16713
- "path": "react",
16766
+ "path": "@100mslive/react-icons",
16714
16767
  "kind": "require-call",
16715
16768
  "external": true
16716
16769
  },
16717
16770
  {
16718
- "path": "react-use",
16771
+ "path": "react",
16719
16772
  "kind": "require-call",
16720
16773
  "external": true
16721
16774
  },
16722
16775
  {
16723
- "path": "ts-pattern",
16776
+ "path": "@100mslive/react-sdk",
16724
16777
  "kind": "require-call",
16725
16778
  "external": true
16726
16779
  },
16727
16780
  {
16728
- "path": "@100mslive/react-sdk",
16781
+ "path": "@100mslive/react-icons",
16729
16782
  "kind": "require-call",
16730
16783
  "external": true
16731
16784
  },
@@ -16760,12 +16813,7 @@
16760
16813
  "external": true
16761
16814
  },
16762
16815
  {
16763
- "path": "@100mslive/react-sdk",
16764
- "kind": "require-call",
16765
- "external": true
16766
- },
16767
- {
16768
- "path": "@100mslive/react-icons",
16816
+ "path": "screenfull",
16769
16817
  "kind": "require-call",
16770
16818
  "external": true
16771
16819
  },
@@ -16785,7 +16833,7 @@
16785
16833
  "external": true
16786
16834
  },
16787
16835
  {
16788
- "path": "screenfull",
16836
+ "path": "@100mslive/react-sdk",
16789
16837
  "kind": "require-call",
16790
16838
  "external": true
16791
16839
  },
@@ -16820,7 +16868,7 @@
16820
16868
  "external": true
16821
16869
  },
16822
16870
  {
16823
- "path": "@100mslive/react-sdk",
16871
+ "path": "react",
16824
16872
  "kind": "require-call",
16825
16873
  "external": true
16826
16874
  },
@@ -16840,42 +16888,42 @@
16840
16888
  "external": true
16841
16889
  },
16842
16890
  {
16843
- "path": "react",
16891
+ "path": "react-use",
16844
16892
  "kind": "require-call",
16845
16893
  "external": true
16846
16894
  },
16847
16895
  {
16848
- "path": "react",
16896
+ "path": "ts-pattern",
16849
16897
  "kind": "require-call",
16850
16898
  "external": true
16851
16899
  },
16852
16900
  {
16853
- "path": "react-use",
16901
+ "path": "@100mslive/react-sdk",
16854
16902
  "kind": "require-call",
16855
16903
  "external": true
16856
16904
  },
16857
16905
  {
16858
- "path": "ts-pattern",
16906
+ "path": "react",
16859
16907
  "kind": "require-call",
16860
16908
  "external": true
16861
16909
  },
16862
16910
  {
16863
- "path": "@100mslive/react-sdk",
16911
+ "path": "@100mslive/hls-player",
16864
16912
  "kind": "require-call",
16865
16913
  "external": true
16866
16914
  },
16867
16915
  {
16868
- "path": "@100mslive/react-icons",
16916
+ "path": "ts-pattern",
16869
16917
  "kind": "require-call",
16870
16918
  "external": true
16871
16919
  },
16872
16920
  {
16873
- "path": "react",
16921
+ "path": "@100mslive/react-sdk",
16874
16922
  "kind": "require-call",
16875
16923
  "external": true
16876
16924
  },
16877
16925
  {
16878
- "path": "react-use",
16926
+ "path": "@100mslive/react-icons",
16879
16927
  "kind": "require-call",
16880
16928
  "external": true
16881
16929
  },
@@ -16939,6 +16987,16 @@
16939
16987
  "kind": "require-call",
16940
16988
  "external": true
16941
16989
  },
16990
+ {
16991
+ "path": "react",
16992
+ "kind": "require-call",
16993
+ "external": true
16994
+ },
16995
+ {
16996
+ "path": "react-use",
16997
+ "kind": "require-call",
16998
+ "external": true
16999
+ },
16942
17000
  {
16943
17001
  "path": "@100mslive/react-sdk",
16944
17002
  "kind": "require-call",
@@ -16955,22 +17013,22 @@
16955
17013
  "external": true
16956
17014
  },
16957
17015
  {
16958
- "path": "react-use",
17016
+ "path": "@100mslive/react-icons",
16959
17017
  "kind": "require-call",
16960
17018
  "external": true
16961
17019
  },
16962
17020
  {
16963
- "path": "@100mslive/react-sdk",
17021
+ "path": "react",
16964
17022
  "kind": "require-call",
16965
17023
  "external": true
16966
17024
  },
16967
17025
  {
16968
- "path": "react",
17026
+ "path": "react-use",
16969
17027
  "kind": "require-call",
16970
17028
  "external": true
16971
17029
  },
16972
17030
  {
16973
- "path": "@100mslive/react-icons",
17031
+ "path": "@100mslive/react-sdk",
16974
17032
  "kind": "require-call",
16975
17033
  "external": true
16976
17034
  },
@@ -17000,12 +17058,12 @@
17000
17058
  "external": true
17001
17059
  },
17002
17060
  {
17003
- "path": "@100mslive/react-icons",
17061
+ "path": "react-use",
17004
17062
  "kind": "require-call",
17005
17063
  "external": true
17006
17064
  },
17007
17065
  {
17008
- "path": "react",
17066
+ "path": "ts-pattern",
17009
17067
  "kind": "require-call",
17010
17068
  "external": true
17011
17069
  },
@@ -17025,25 +17083,17 @@
17025
17083
  "external": true
17026
17084
  },
17027
17085
  {
17028
- "path": "@100mslive/react-sdk",
17086
+ "path": "react-use",
17029
17087
  "kind": "require-call",
17030
17088
  "external": true
17031
17089
  },
17032
17090
  {
17033
- "path": "@100mslive/react-icons",
17091
+ "path": "react",
17034
17092
  "kind": "require-call",
17035
17093
  "external": true
17036
17094
  },
17037
17095
  {
17038
- "path": "dist/pdf-share.png",
17039
- "kind": "require-call"
17040
- },
17041
- {
17042
- "path": "dist/screen-share.png",
17043
- "kind": "require-call"
17044
- },
17045
- {
17046
- "path": "react",
17096
+ "path": "@100mslive/react-icons",
17047
17097
  "kind": "require-call",
17048
17098
  "external": true
17049
17099
  },
@@ -17083,7 +17133,7 @@
17083
17133
  "external": true
17084
17134
  },
17085
17135
  {
17086
- "path": "@100mslive/hms-virtual-background/hmsvbplugin",
17136
+ "path": "react",
17087
17137
  "kind": "require-call",
17088
17138
  "external": true
17089
17139
  },
@@ -17097,6 +17147,14 @@
17097
17147
  "kind": "require-call",
17098
17148
  "external": true
17099
17149
  },
17150
+ {
17151
+ "path": "dist/pdf-share.png",
17152
+ "kind": "require-call"
17153
+ },
17154
+ {
17155
+ "path": "dist/screen-share.png",
17156
+ "kind": "require-call"
17157
+ },
17100
17158
  {
17101
17159
  "path": "react",
17102
17160
  "kind": "require-call",
@@ -17118,7 +17176,7 @@
17118
17176
  "external": true
17119
17177
  },
17120
17178
  {
17121
- "path": "react-use",
17179
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
17122
17180
  "kind": "require-call",
17123
17181
  "external": true
17124
17182
  },
@@ -17167,16 +17225,6 @@
17167
17225
  "kind": "require-call",
17168
17226
  "external": true
17169
17227
  },
17170
- {
17171
- "path": "react-use",
17172
- "kind": "require-call",
17173
- "external": true
17174
- },
17175
- {
17176
- "path": "react-window",
17177
- "kind": "require-call",
17178
- "external": true
17179
- },
17180
17228
  {
17181
17229
  "path": "@100mslive/react-sdk",
17182
17230
  "kind": "require-call",
@@ -17223,12 +17271,12 @@
17223
17271
  "external": true
17224
17272
  },
17225
17273
  {
17226
- "path": "@100mslive/react-sdk",
17274
+ "path": "react-use",
17227
17275
  "kind": "require-call",
17228
17276
  "external": true
17229
17277
  },
17230
17278
  {
17231
- "path": "react",
17279
+ "path": "react-window",
17232
17280
  "kind": "require-call",
17233
17281
  "external": true
17234
17282
  },
@@ -17237,13 +17285,18 @@
17237
17285
  "kind": "require-call",
17238
17286
  "external": true
17239
17287
  },
17288
+ {
17289
+ "path": "@100mslive/react-icons",
17290
+ "kind": "require-call",
17291
+ "external": true
17292
+ },
17240
17293
  {
17241
17294
  "path": "react",
17242
17295
  "kind": "require-call",
17243
17296
  "external": true
17244
17297
  },
17245
17298
  {
17246
- "path": "@100mslive/react-icons",
17299
+ "path": "@100mslive/react-sdk",
17247
17300
  "kind": "require-call",
17248
17301
  "external": true
17249
17302
  },
@@ -17258,12 +17311,12 @@
17258
17311
  "external": true
17259
17312
  },
17260
17313
  {
17261
- "path": "@100mslive/react-icons",
17314
+ "path": "react",
17262
17315
  "kind": "require-call",
17263
17316
  "external": true
17264
17317
  },
17265
17318
  {
17266
- "path": "react",
17319
+ "path": "react-use",
17267
17320
  "kind": "require-call",
17268
17321
  "external": true
17269
17322
  },
@@ -17273,22 +17326,22 @@
17273
17326
  "external": true
17274
17327
  },
17275
17328
  {
17276
- "path": "react",
17329
+ "path": "@100mslive/react-icons",
17277
17330
  "kind": "require-call",
17278
17331
  "external": true
17279
17332
  },
17280
17333
  {
17281
- "path": "@100mslive/react-sdk",
17334
+ "path": "react",
17282
17335
  "kind": "require-call",
17283
17336
  "external": true
17284
17337
  },
17285
17338
  {
17286
- "path": "react",
17339
+ "path": "@100mslive/react-icons",
17287
17340
  "kind": "require-call",
17288
17341
  "external": true
17289
17342
  },
17290
17343
  {
17291
- "path": "react-use",
17344
+ "path": "react",
17292
17345
  "kind": "require-call",
17293
17346
  "external": true
17294
17347
  },
@@ -17313,17 +17366,7 @@
17313
17366
  "external": true
17314
17367
  },
17315
17368
  {
17316
- "path": "ts-pattern",
17317
- "kind": "require-call",
17318
- "external": true
17319
- },
17320
- {
17321
- "path": "@100mslive/react-sdk",
17322
- "kind": "require-call",
17323
- "external": true
17324
- },
17325
- {
17326
- "path": "react",
17369
+ "path": "@100mslive/types-prebuilt/elements/chat",
17327
17370
  "kind": "require-call",
17328
17371
  "external": true
17329
17372
  },
@@ -17338,7 +17381,7 @@
17338
17381
  "external": true
17339
17382
  },
17340
17383
  {
17341
- "path": "@100mslive/react-icons",
17384
+ "path": "react",
17342
17385
  "kind": "require-call",
17343
17386
  "external": true
17344
17387
  },
@@ -17367,11 +17410,6 @@
17367
17410
  "kind": "require-call",
17368
17411
  "external": true
17369
17412
  },
17370
- {
17371
- "path": "uuid",
17372
- "kind": "require-call",
17373
- "external": true
17374
- },
17375
17413
  {
17376
17414
  "path": "@100mslive/react-sdk",
17377
17415
  "kind": "require-call",
@@ -17398,12 +17436,12 @@
17398
17436
  "external": true
17399
17437
  },
17400
17438
  {
17401
- "path": "@100mslive/react-icons",
17439
+ "path": "react",
17402
17440
  "kind": "require-call",
17403
17441
  "external": true
17404
17442
  },
17405
17443
  {
17406
- "path": "react",
17444
+ "path": "@100mslive/react-icons",
17407
17445
  "kind": "require-call",
17408
17446
  "external": true
17409
17447
  },
@@ -17413,7 +17451,7 @@
17413
17451
  "external": true
17414
17452
  },
17415
17453
  {
17416
- "path": "@100mslive/react-icons",
17454
+ "path": "react",
17417
17455
  "kind": "require-call",
17418
17456
  "external": true
17419
17457
  },
@@ -17433,7 +17471,7 @@
17433
17471
  "external": true
17434
17472
  },
17435
17473
  {
17436
- "path": "react",
17474
+ "path": "@100mslive/react-icons",
17437
17475
  "kind": "require-call",
17438
17476
  "external": true
17439
17477
  },
@@ -17462,6 +17500,11 @@
17462
17500
  "kind": "require-call",
17463
17501
  "external": true
17464
17502
  },
17503
+ {
17504
+ "path": "uuid",
17505
+ "kind": "require-call",
17506
+ "external": true
17507
+ },
17465
17508
  {
17466
17509
  "path": "@100mslive/react-sdk",
17467
17510
  "kind": "require-call",
@@ -17488,12 +17531,12 @@
17488
17531
  "external": true
17489
17532
  },
17490
17533
  {
17491
- "path": "@100mslive/react-sdk",
17534
+ "path": "react",
17492
17535
  "kind": "require-call",
17493
17536
  "external": true
17494
17537
  },
17495
17538
  {
17496
- "path": "react",
17539
+ "path": "@100mslive/react-sdk",
17497
17540
  "kind": "require-call",
17498
17541
  "external": true
17499
17542
  },
@@ -17527,11 +17570,6 @@
17527
17570
  "kind": "require-call",
17528
17571
  "external": true
17529
17572
  },
17530
- {
17531
- "path": "react",
17532
- "kind": "require-call",
17533
- "external": true
17534
- },
17535
17573
  {
17536
17574
  "path": "ts-pattern",
17537
17575
  "kind": "require-call",
@@ -17557,11 +17595,6 @@
17557
17595
  "kind": "require-call",
17558
17596
  "external": true
17559
17597
  },
17560
- {
17561
- "path": "@100mslive/react-icons",
17562
- "kind": "require-call",
17563
- "external": true
17564
- },
17565
17598
  {
17566
17599
  "path": "react",
17567
17600
  "kind": "require-call",
@@ -17588,42 +17621,42 @@
17588
17621
  "external": true
17589
17622
  },
17590
17623
  {
17591
- "path": "react",
17624
+ "path": "@100mslive/react-sdk",
17592
17625
  "kind": "require-call",
17593
17626
  "external": true
17594
17627
  },
17595
17628
  {
17596
- "path": "react-use",
17629
+ "path": "@100mslive/react-icons",
17597
17630
  "kind": "require-call",
17598
17631
  "external": true
17599
17632
  },
17600
17633
  {
17601
- "path": "ts-pattern",
17634
+ "path": "react",
17602
17635
  "kind": "require-call",
17603
17636
  "external": true
17604
17637
  },
17605
17638
  {
17606
- "path": "@100mslive/react-sdk",
17639
+ "path": "react",
17607
17640
  "kind": "require-call",
17608
17641
  "external": true
17609
17642
  },
17610
17643
  {
17611
- "path": "@100mslive/react-icons",
17644
+ "path": "react",
17612
17645
  "kind": "require-call",
17613
17646
  "external": true
17614
17647
  },
17615
17648
  {
17616
- "path": "react",
17649
+ "path": "@100mslive/react-icons",
17617
17650
  "kind": "require-call",
17618
17651
  "external": true
17619
17652
  },
17620
17653
  {
17621
- "path": "react-use",
17654
+ "path": "react",
17622
17655
  "kind": "require-call",
17623
17656
  "external": true
17624
17657
  },
17625
17658
  {
17626
- "path": "ts-pattern",
17659
+ "path": "react-use",
17627
17660
  "kind": "require-call",
17628
17661
  "external": true
17629
17662
  },
@@ -17648,12 +17681,12 @@
17648
17681
  "external": true
17649
17682
  },
17650
17683
  {
17651
- "path": "@emoji-mart/data/sets/14/apple.json",
17684
+ "path": "@100mslive/react-icons",
17652
17685
  "kind": "require-call",
17653
17686
  "external": true
17654
17687
  },
17655
17688
  {
17656
- "path": "@emoji-mart/react",
17689
+ "path": "react",
17657
17690
  "kind": "require-call",
17658
17691
  "external": true
17659
17692
  },
@@ -17663,7 +17696,7 @@
17663
17696
  "external": true
17664
17697
  },
17665
17698
  {
17666
- "path": "@100mslive/react-icons",
17699
+ "path": "react",
17667
17700
  "kind": "require-call",
17668
17701
  "external": true
17669
17702
  },
@@ -17673,12 +17706,12 @@
17673
17706
  "external": true
17674
17707
  },
17675
17708
  {
17676
- "path": "react-use",
17709
+ "path": "@emoji-mart/data/sets/14/apple.json",
17677
17710
  "kind": "require-call",
17678
17711
  "external": true
17679
17712
  },
17680
17713
  {
17681
- "path": "@100mslive/react-icons",
17714
+ "path": "@emoji-mart/react",
17682
17715
  "kind": "require-call",
17683
17716
  "external": true
17684
17717
  },
@@ -17718,12 +17751,12 @@
17718
17751
  "external": true
17719
17752
  },
17720
17753
  {
17721
- "path": "react",
17754
+ "path": "@100mslive/react-icons",
17722
17755
  "kind": "require-call",
17723
17756
  "external": true
17724
17757
  },
17725
17758
  {
17726
- "path": "@100mslive/react-sdk",
17759
+ "path": "react",
17727
17760
  "kind": "require-call",
17728
17761
  "external": true
17729
17762
  },
@@ -17758,12 +17791,22 @@
17758
17791
  "external": true
17759
17792
  },
17760
17793
  {
17761
- "path": "@100mslive/react-icons",
17794
+ "path": "react-use",
17762
17795
  "kind": "require-call",
17763
17796
  "external": true
17764
17797
  },
17765
17798
  {
17766
- "path": "react",
17799
+ "path": "ts-pattern",
17800
+ "kind": "require-call",
17801
+ "external": true
17802
+ },
17803
+ {
17804
+ "path": "@100mslive/react-sdk",
17805
+ "kind": "require-call",
17806
+ "external": true
17807
+ },
17808
+ {
17809
+ "path": "@100mslive/react-icons",
17767
17810
  "kind": "require-call",
17768
17811
  "external": true
17769
17812
  },
@@ -17822,6 +17865,11 @@
17822
17865
  "kind": "require-call",
17823
17866
  "external": true
17824
17867
  },
17868
+ {
17869
+ "path": "ts-pattern",
17870
+ "kind": "require-call",
17871
+ "external": true
17872
+ },
17825
17873
  {
17826
17874
  "path": "@100mslive/react-sdk",
17827
17875
  "kind": "require-call",
@@ -17898,17 +17946,17 @@
17898
17946
  "external": true
17899
17947
  },
17900
17948
  {
17901
- "path": "@100mslive/hms-virtual-background/hmsvbplugin",
17949
+ "path": "@100mslive/react-sdk",
17902
17950
  "kind": "require-call",
17903
17951
  "external": true
17904
17952
  },
17905
17953
  {
17906
- "path": "@100mslive/react-sdk",
17954
+ "path": "@100mslive/react-icons",
17907
17955
  "kind": "require-call",
17908
17956
  "external": true
17909
17957
  },
17910
17958
  {
17911
- "path": "@100mslive/react-icons",
17959
+ "path": "react",
17912
17960
  "kind": "require-call",
17913
17961
  "external": true
17914
17962
  },
@@ -17928,12 +17976,22 @@
17928
17976
  "external": true
17929
17977
  },
17930
17978
  {
17931
- "path": "react",
17979
+ "path": "react-use",
17932
17980
  "kind": "require-call",
17933
17981
  "external": true
17934
17982
  },
17935
17983
  {
17936
- "path": "react",
17984
+ "path": "@100mslive/hms-virtual-background/hmsvbplugin",
17985
+ "kind": "require-call",
17986
+ "external": true
17987
+ },
17988
+ {
17989
+ "path": "@100mslive/react-sdk",
17990
+ "kind": "require-call",
17991
+ "external": true
17992
+ },
17993
+ {
17994
+ "path": "@100mslive/react-icons",
17937
17995
  "kind": "require-call",
17938
17996
  "external": true
17939
17997
  },
@@ -17948,7 +18006,7 @@
17948
18006
  "external": true
17949
18007
  },
17950
18008
  {
17951
- "path": "@100mslive/types-prebuilt/elements/join_form",
18009
+ "path": "ts-pattern",
17952
18010
  "kind": "require-call",
17953
18011
  "external": true
17954
18012
  },
@@ -17958,7 +18016,7 @@
17958
18016
  "external": true
17959
18017
  },
17960
18018
  {
17961
- "path": "@100mslive/react-icons",
18019
+ "path": "react",
17962
18020
  "kind": "require-call",
17963
18021
  "external": true
17964
18022
  },
@@ -17973,17 +18031,27 @@
17973
18031
  "external": true
17974
18032
  },
17975
18033
  {
17976
- "path": "react",
18034
+ "path": "@100mslive/types-prebuilt/elements/join_form",
17977
18035
  "kind": "require-call",
17978
18036
  "external": true
17979
18037
  },
17980
18038
  {
17981
- "path": "react-use",
18039
+ "path": "@100mslive/react-sdk",
17982
18040
  "kind": "require-call",
17983
18041
  "external": true
17984
18042
  },
17985
18043
  {
17986
- "path": "ts-pattern",
18044
+ "path": "@100mslive/react-icons",
18045
+ "kind": "require-call",
18046
+ "external": true
18047
+ },
18048
+ {
18049
+ "path": "react",
18050
+ "kind": "require-call",
18051
+ "external": true
18052
+ },
18053
+ {
18054
+ "path": "react-use",
17987
18055
  "kind": "require-call",
17988
18056
  "external": true
17989
18057
  },
@@ -18003,7 +18071,7 @@
18003
18071
  "external": true
18004
18072
  },
18005
18073
  {
18006
- "path": "@100mslive/react-sdk",
18074
+ "path": "react-use",
18007
18075
  "kind": "require-call",
18008
18076
  "external": true
18009
18077
  },
@@ -18013,12 +18081,12 @@
18013
18081
  "external": true
18014
18082
  },
18015
18083
  {
18016
- "path": "react-use",
18084
+ "path": "@100mslive/react-sdk",
18017
18085
  "kind": "require-call",
18018
18086
  "external": true
18019
18087
  },
18020
18088
  {
18021
- "path": "@100mslive/react-icons",
18089
+ "path": "react",
18022
18090
  "kind": "require-call",
18023
18091
  "external": true
18024
18092
  },
@@ -18057,11 +18125,6 @@
18057
18125
  "kind": "require-call",
18058
18126
  "external": true
18059
18127
  },
18060
- {
18061
- "path": "react",
18062
- "kind": "require-call",
18063
- "external": true
18064
- },
18065
18128
  {
18066
18129
  "path": "@100mslive/react-icons",
18067
18130
  "kind": "require-call",
@@ -18098,7 +18161,7 @@
18098
18161
  "external": true
18099
18162
  },
18100
18163
  {
18101
- "path": "@100mslive/react-sdk",
18164
+ "path": "@100mslive/react-icons",
18102
18165
  "kind": "require-call",
18103
18166
  "external": true
18104
18167
  },
@@ -18108,17 +18171,17 @@
18108
18171
  "external": true
18109
18172
  },
18110
18173
  {
18111
- "path": "react-use",
18174
+ "path": "react",
18112
18175
  "kind": "require-call",
18113
18176
  "external": true
18114
18177
  },
18115
18178
  {
18116
- "path": "@100mslive/react-sdk",
18179
+ "path": "react-use",
18117
18180
  "kind": "require-call",
18118
18181
  "external": true
18119
18182
  },
18120
18183
  {
18121
- "path": "react",
18184
+ "path": "@100mslive/react-sdk",
18122
18185
  "kind": "require-call",
18123
18186
  "external": true
18124
18187
  },
@@ -18148,12 +18211,12 @@
18148
18211
  "external": true
18149
18212
  },
18150
18213
  {
18151
- "path": "react-use",
18214
+ "path": "@100mslive/react-icons",
18152
18215
  "kind": "require-call",
18153
18216
  "external": true
18154
18217
  },
18155
18218
  {
18156
- "path": "screenfull",
18219
+ "path": "react",
18157
18220
  "kind": "require-call",
18158
18221
  "external": true
18159
18222
  },
@@ -18172,6 +18235,21 @@
18172
18235
  "kind": "require-call",
18173
18236
  "external": true
18174
18237
  },
18238
+ {
18239
+ "path": "react-use",
18240
+ "kind": "require-call",
18241
+ "external": true
18242
+ },
18243
+ {
18244
+ "path": "screenfull",
18245
+ "kind": "require-call",
18246
+ "external": true
18247
+ },
18248
+ {
18249
+ "path": "@100mslive/react-sdk",
18250
+ "kind": "require-call",
18251
+ "external": true
18252
+ },
18175
18253
  {
18176
18254
  "path": "@100mslive/react-icons",
18177
18255
  "kind": "require-call",
@@ -18182,13 +18260,18 @@
18182
18260
  "kind": "require-call",
18183
18261
  "external": true
18184
18262
  },
18263
+ {
18264
+ "path": "react-use",
18265
+ "kind": "require-call",
18266
+ "external": true
18267
+ },
18185
18268
  {
18186
18269
  "path": "@100mslive/react-sdk",
18187
18270
  "kind": "require-call",
18188
18271
  "external": true
18189
18272
  },
18190
18273
  {
18191
- "path": "@100mslive/react-icons",
18274
+ "path": "@100mslive/react-sdk",
18192
18275
  "kind": "require-call",
18193
18276
  "external": true
18194
18277
  },
@@ -18212,6 +18295,11 @@
18212
18295
  "kind": "require-call",
18213
18296
  "external": true
18214
18297
  },
18298
+ {
18299
+ "path": "react",
18300
+ "kind": "require-call",
18301
+ "external": true
18302
+ },
18215
18303
  {
18216
18304
  "path": "@100mslive/react-sdk",
18217
18305
  "kind": "require-call",
@@ -18233,22 +18321,22 @@
18233
18321
  "external": true
18234
18322
  },
18235
18323
  {
18236
- "path": "react-use",
18324
+ "path": "@100mslive/react-sdk",
18237
18325
  "kind": "require-call",
18238
18326
  "external": true
18239
18327
  },
18240
18328
  {
18241
- "path": "@100mslive/hls-player",
18329
+ "path": "react",
18242
18330
  "kind": "require-call",
18243
18331
  "external": true
18244
18332
  },
18245
18333
  {
18246
- "path": "screenfull",
18334
+ "path": "react-draggable",
18247
18335
  "kind": "require-call",
18248
18336
  "external": true
18249
18337
  },
18250
18338
  {
18251
- "path": "ts-pattern",
18339
+ "path": "react-use",
18252
18340
  "kind": "require-call",
18253
18341
  "external": true
18254
18342
  },
@@ -18258,7 +18346,12 @@
18258
18346
  "external": true
18259
18347
  },
18260
18348
  {
18261
- "path": "@100mslive/react-icons",
18349
+ "path": "react",
18350
+ "kind": "require-call",
18351
+ "external": true
18352
+ },
18353
+ {
18354
+ "path": "@100mslive/react-sdk",
18262
18355
  "kind": "require-call",
18263
18356
  "external": true
18264
18357
  },
@@ -18283,7 +18376,7 @@
18283
18376
  "external": true
18284
18377
  },
18285
18378
  {
18286
- "path": "react-use",
18379
+ "path": "react",
18287
18380
  "kind": "require-call",
18288
18381
  "external": true
18289
18382
  },
@@ -18298,17 +18391,17 @@
18298
18391
  "external": true
18299
18392
  },
18300
18393
  {
18301
- "path": "@100mslive/react-icons",
18394
+ "path": "react",
18302
18395
  "kind": "require-call",
18303
18396
  "external": true
18304
18397
  },
18305
18398
  {
18306
- "path": "react",
18399
+ "path": "react-use",
18307
18400
  "kind": "require-call",
18308
18401
  "external": true
18309
18402
  },
18310
18403
  {
18311
- "path": "react",
18404
+ "path": "@100mslive/react-icons",
18312
18405
  "kind": "require-call",
18313
18406
  "external": true
18314
18407
  },
@@ -18403,22 +18496,22 @@
18403
18496
  "external": true
18404
18497
  },
18405
18498
  {
18406
- "path": "@100mslive/react-sdk",
18499
+ "path": "react-use",
18407
18500
  "kind": "require-call",
18408
18501
  "external": true
18409
18502
  },
18410
18503
  {
18411
- "path": "react",
18504
+ "path": "@100mslive/hls-player",
18412
18505
  "kind": "require-call",
18413
18506
  "external": true
18414
18507
  },
18415
18508
  {
18416
- "path": "react-draggable",
18509
+ "path": "screenfull",
18417
18510
  "kind": "require-call",
18418
18511
  "external": true
18419
18512
  },
18420
18513
  {
18421
- "path": "react-use",
18514
+ "path": "ts-pattern",
18422
18515
  "kind": "require-call",
18423
18516
  "external": true
18424
18517
  },
@@ -18428,22 +18521,22 @@
18428
18521
  "external": true
18429
18522
  },
18430
18523
  {
18431
- "path": "react",
18524
+ "path": "@100mslive/react-icons",
18432
18525
  "kind": "require-call",
18433
18526
  "external": true
18434
18527
  },
18435
18528
  {
18436
- "path": "@100mslive/react-sdk",
18529
+ "path": "react",
18437
18530
  "kind": "require-call",
18438
18531
  "external": true
18439
18532
  },
18440
18533
  {
18441
- "path": "react",
18534
+ "path": "react-use",
18442
18535
  "kind": "require-call",
18443
18536
  "external": true
18444
18537
  },
18445
18538
  {
18446
- "path": "react-use",
18539
+ "path": "ts-pattern",
18447
18540
  "kind": "require-call",
18448
18541
  "external": true
18449
18542
  },
@@ -18452,6 +18545,11 @@
18452
18545
  "kind": "require-call",
18453
18546
  "external": true
18454
18547
  },
18548
+ {
18549
+ "path": "@100mslive/react-icons",
18550
+ "kind": "require-call",
18551
+ "external": true
18552
+ },
18455
18553
  {
18456
18554
  "path": "react",
18457
18555
  "kind": "require-call",
@@ -18487,6 +18585,11 @@
18487
18585
  "kind": "require-call",
18488
18586
  "external": true
18489
18587
  },
18588
+ {
18589
+ "path": "react-use",
18590
+ "kind": "require-call",
18591
+ "external": true
18592
+ },
18490
18593
  {
18491
18594
  "path": "@100mslive/react-sdk",
18492
18595
  "kind": "require-call",
@@ -18498,7 +18601,7 @@
18498
18601
  "external": true
18499
18602
  },
18500
18603
  {
18501
- "path": "@100mslive/react-icons",
18604
+ "path": "@100mslive/react-sdk",
18502
18605
  "kind": "require-call",
18503
18606
  "external": true
18504
18607
  },
@@ -18508,7 +18611,7 @@
18508
18611
  "external": true
18509
18612
  },
18510
18613
  {
18511
- "path": "react",
18614
+ "path": "uuid",
18512
18615
  "kind": "require-call",
18513
18616
  "external": true
18514
18617
  },
@@ -18523,7 +18626,7 @@
18523
18626
  "external": true
18524
18627
  },
18525
18628
  {
18526
- "path": "@100mslive/react-sdk",
18629
+ "path": "@100mslive/react-icons",
18527
18630
  "kind": "require-call",
18528
18631
  "external": true
18529
18632
  },
@@ -18533,7 +18636,7 @@
18533
18636
  "external": true
18534
18637
  },
18535
18638
  {
18536
- "path": "@100mslive/react-icons",
18639
+ "path": "@100mslive/react-sdk",
18537
18640
  "kind": "require-call",
18538
18641
  "external": true
18539
18642
  },
@@ -18543,7 +18646,12 @@
18543
18646
  "external": true
18544
18647
  },
18545
18648
  {
18546
- "path": "react-use",
18649
+ "path": "react",
18650
+ "kind": "require-call",
18651
+ "external": true
18652
+ },
18653
+ {
18654
+ "path": "@100mslive/react-sdk",
18547
18655
  "kind": "require-call",
18548
18656
  "external": true
18549
18657
  },
@@ -18593,7 +18701,7 @@
18593
18701
  "external": true
18594
18702
  },
18595
18703
  {
18596
- "path": "ts-pattern",
18704
+ "path": "react",
18597
18705
  "kind": "require-call",
18598
18706
  "external": true
18599
18707
  },
@@ -18608,17 +18716,27 @@
18608
18716
  "external": true
18609
18717
  },
18610
18718
  {
18611
- "path": "@100mslive/react-sdk",
18719
+ "path": "react-use",
18612
18720
  "kind": "require-call",
18613
18721
  "external": true
18614
18722
  },
18615
18723
  {
18616
- "path": "react",
18724
+ "path": "ts-pattern",
18617
18725
  "kind": "require-call",
18618
18726
  "external": true
18619
18727
  },
18620
18728
  {
18621
- "path": "@100mslive/react-sdk",
18729
+ "path": "@100mslive/react-icons",
18730
+ "kind": "require-call",
18731
+ "external": true
18732
+ },
18733
+ {
18734
+ "path": "react",
18735
+ "kind": "require-call",
18736
+ "external": true
18737
+ },
18738
+ {
18739
+ "path": "@100mslive/react-sdk",
18622
18740
  "kind": "require-call",
18623
18741
  "external": true
18624
18742
  },
@@ -18683,12 +18801,12 @@
18683
18801
  "external": true
18684
18802
  },
18685
18803
  {
18686
- "path": "react-use",
18804
+ "path": "@100mslive/react-sdk",
18687
18805
  "kind": "require-call",
18688
18806
  "external": true
18689
18807
  },
18690
18808
  {
18691
- "path": "@100mslive/react-sdk",
18809
+ "path": "@100mslive/react-icons",
18692
18810
  "kind": "require-call",
18693
18811
  "external": true
18694
18812
  },
@@ -18698,12 +18816,12 @@
18698
18816
  "external": true
18699
18817
  },
18700
18818
  {
18701
- "path": "@100mslive/react-sdk",
18819
+ "path": "react-use",
18702
18820
  "kind": "require-call",
18703
18821
  "external": true
18704
18822
  },
18705
18823
  {
18706
- "path": "@100mslive/react-icons",
18824
+ "path": "@100mslive/react-sdk",
18707
18825
  "kind": "require-call",
18708
18826
  "external": true
18709
18827
  },
@@ -18851,12 +18969,12 @@
18851
18969
  "external": true
18852
18970
  },
18853
18971
  {
18854
- "path": "react",
18972
+ "path": "@100mslive/react-sdk",
18855
18973
  "kind": "require-call",
18856
18974
  "external": true
18857
18975
  },
18858
18976
  {
18859
- "path": "react-use",
18977
+ "path": "react",
18860
18978
  "kind": "require-call",
18861
18979
  "external": true
18862
18980
  },
@@ -18866,7 +18984,7 @@
18866
18984
  "external": true
18867
18985
  },
18868
18986
  {
18869
- "path": "@100mslive/react-sdk",
18987
+ "path": "react-use",
18870
18988
  "kind": "require-call",
18871
18989
  "external": true
18872
18990
  },
@@ -18900,6 +19018,16 @@
18900
19018
  "kind": "require-call",
18901
19019
  "external": true
18902
19020
  },
19021
+ {
19022
+ "path": "@100mslive/react-sdk",
19023
+ "kind": "require-call",
19024
+ "external": true
19025
+ },
19026
+ {
19027
+ "path": "react",
19028
+ "kind": "require-call",
19029
+ "external": true
19030
+ },
18903
19031
  {
18904
19032
  "path": "react-use",
18905
19033
  "kind": "require-call",
@@ -18930,6 +19058,21 @@
18930
19058
  "kind": "require-call",
18931
19059
  "external": true
18932
19060
  },
19061
+ {
19062
+ "path": "react",
19063
+ "kind": "require-call",
19064
+ "external": true
19065
+ },
19066
+ {
19067
+ "path": "ts-pattern",
19068
+ "kind": "require-call",
19069
+ "external": true
19070
+ },
19071
+ {
19072
+ "path": "@100mslive/react-sdk",
19073
+ "kind": "require-call",
19074
+ "external": true
19075
+ },
18933
19076
  {
18934
19077
  "path": "@radix-ui/react-progress",
18935
19078
  "kind": "require-call",
@@ -18941,12 +19084,12 @@
18941
19084
  "external": true
18942
19085
  },
18943
19086
  {
18944
- "path": "@100mslive/react-sdk",
19087
+ "path": "react",
18945
19088
  "kind": "require-call",
18946
19089
  "external": true
18947
19090
  },
18948
19091
  {
18949
- "path": "@100mslive/react-icons",
19092
+ "path": "react",
18950
19093
  "kind": "require-call",
18951
19094
  "external": true
18952
19095
  },
@@ -18971,7 +19114,7 @@
18971
19114
  "external": true
18972
19115
  },
18973
19116
  {
18974
- "path": "react",
19117
+ "path": "@100mslive/react-sdk",
18975
19118
  "kind": "require-call",
18976
19119
  "external": true
18977
19120
  },
@@ -18981,12 +19124,12 @@
18981
19124
  "external": true
18982
19125
  },
18983
19126
  {
18984
- "path": "react",
19127
+ "path": "@100mslive/react-sdk",
18985
19128
  "kind": "require-call",
18986
19129
  "external": true
18987
19130
  },
18988
19131
  {
18989
- "path": "@100mslive/react-sdk",
19132
+ "path": "@100mslive/react-icons",
18990
19133
  "kind": "require-call",
18991
19134
  "external": true
18992
19135
  },
@@ -19019,6 +19162,11 @@
19019
19162
  "path": "@100mslive/react-icons",
19020
19163
  "kind": "require-call",
19021
19164
  "external": true
19165
+ },
19166
+ {
19167
+ "path": "react",
19168
+ "kind": "require-call",
19169
+ "external": true
19022
19170
  }
19023
19171
  ],
19024
19172
  "exports": [],
@@ -19026,1117 +19174,1165 @@
19026
19174
  "cssBundle": "dist/index.cjs.css",
19027
19175
  "inputs": {
19028
19176
  "<define:process.env>": {
19029
- "bytesInOutput": 22948
19177
+ "bytesInOutput": 23294
19030
19178
  },
19031
- "../../node_modules/lodash/lodash.js": {
19032
- "bytesInOutput": 225103
19033
- },
19034
- "../../node_modules/lodash.isequal/index.js": {
19035
- "bytesInOutput": 26619
19036
- },
19037
- "../../node_modules/sdp/sdp.js": {
19038
- "bytesInOutput": 22278
19039
- },
19040
- "../../node_modules/sdp-transform/lib/grammar.js": {
19041
- "bytesInOutput": 16122
19042
- },
19043
- "../../node_modules/sdp-transform/lib/parser.js": {
19044
- "bytesInOutput": 3491
19045
- },
19046
- "../../node_modules/sdp-transform/lib/writer.js": {
19047
- "bytesInOutput": 3070
19048
- },
19049
- "../../node_modules/sdp-transform/lib/index.js": {
19050
- "bytesInOutput": 615
19051
- },
19052
- "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
19053
- "bytesInOutput": 7870
19054
- },
19055
- "../../node_modules/prop-types/node_modules/react-is/index.js": {
19056
- "bytesInOutput": 300
19057
- },
19058
- "../../node_modules/object-assign/index.js": {
19059
- "bytesInOutput": 2165
19060
- },
19061
- "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
19062
- "bytesInOutput": 310
19063
- },
19064
- "../../node_modules/prop-types/lib/has.js": {
19065
- "bytesInOutput": 210
19066
- },
19067
- "../../node_modules/prop-types/checkPropTypes.js": {
19068
- "bytesInOutput": 2686
19069
- },
19070
- "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
19071
- "bytesInOutput": 19595
19072
- },
19073
- "../../node_modules/prop-types/index.js": {
19074
- "bytesInOutput": 422
19075
- },
19076
- "src/index.ts": {
19077
- "bytesInOutput": 2164
19078
- },
19079
- "src/Button/index.tsx": {
19080
- "bytesInOutput": 27
19081
- },
19082
- "src/Button/Button.tsx": {
19083
- "bytesInOutput": 4589
19084
- },
19085
- "src/Layout/index.tsx": {
19086
- "bytesInOutput": 27
19179
+ "src/Theme/base.config.ts": {
19180
+ "bytesInOutput": 6104
19087
19181
  },
19088
- "src/Layout/Flex.tsx": {
19089
- "bytesInOutput": 1296
19182
+ "src/Prebuilt/common/constants.ts": {
19183
+ "bytesInOutput": 4548
19090
19184
  },
19091
19185
  "src/Theme/stitches.config.ts": {
19092
- "bytesInOutput": 1622
19093
- },
19094
- "src/Theme/base.config.ts": {
19095
- "bytesInOutput": 5035
19186
+ "bytesInOutput": 2153
19096
19187
  },
19097
- "src/Prebuilt/common/constants.ts": {
19098
- "bytesInOutput": 3692
19188
+ "src/Theme/useSSR.tsx": {
19189
+ "bytesInOutput": 638
19099
19190
  },
19100
19191
  "src/Theme/ThemeProvider.tsx": {
19101
- "bytesInOutput": 2005
19192
+ "bytesInOutput": 2476
19102
19193
  },
19103
- "src/Theme/useSSR.tsx": {
19104
- "bytesInOutput": 455
19194
+ "src/Theme/index.tsx": {
19195
+ "bytesInOutput": 164
19196
+ },
19197
+ "src/Layout/Flex.tsx": {
19198
+ "bytesInOutput": 1689
19105
19199
  },
19106
19200
  "src/Layout/Box.tsx": {
19107
- "bytesInOutput": 56
19201
+ "bytesInOutput": 163
19108
19202
  },
19109
- "src/Loading/index.ts": {
19110
- "bytesInOutput": 27
19203
+ "src/Layout/index.tsx": {
19204
+ "bytesInOutput": 145
19111
19205
  },
19112
19206
  "src/Loading/Loading.tsx": {
19113
- "bytesInOutput": 837
19207
+ "bytesInOutput": 1010
19208
+ },
19209
+ "src/Loading/index.ts": {
19210
+ "bytesInOutput": 134
19114
19211
  },
19115
19212
  "src/utils/styles.ts": {
19116
- "bytesInOutput": 263
19213
+ "bytesInOutput": 417
19117
19214
  },
19118
- "src/Text/index.tsx": {
19119
- "bytesInOutput": 27
19215
+ "src/Button/Button.tsx": {
19216
+ "bytesInOutput": 5497
19217
+ },
19218
+ "src/Button/index.tsx": {
19219
+ "bytesInOutput": 132
19120
19220
  },
19121
19221
  "src/Text/Text.tsx": {
19122
- "bytesInOutput": 2645
19222
+ "bytesInOutput": 3343
19123
19223
  },
19124
- "src/IconButton/index.tsx": {
19125
- "bytesInOutput": 27
19224
+ "src/Text/index.tsx": {
19225
+ "bytesInOutput": 126
19126
19226
  },
19127
19227
  "src/IconButton/IconButton.tsx": {
19128
- "bytesInOutput": 882
19228
+ "bytesInOutput": 1185
19129
19229
  },
19130
- "src/Avatar/index.ts": {
19131
- "bytesInOutput": 27
19230
+ "src/IconButton/index.tsx": {
19231
+ "bytesInOutput": 144
19232
+ },
19233
+ "src/Avatar/getAvatarBg.ts": {
19234
+ "bytesInOutput": 1173
19132
19235
  },
19133
19236
  "src/Avatar/Avatar.tsx": {
19134
- "bytesInOutput": 1328
19237
+ "bytesInOutput": 1708
19135
19238
  },
19136
- "src/Avatar/getAvatarBg.ts": {
19137
- "bytesInOutput": 904
19239
+ "src/Avatar/index.ts": {
19240
+ "bytesInOutput": 131
19241
+ },
19242
+ "src/Divider/Divider.tsx": {
19243
+ "bytesInOutput": 1200
19138
19244
  },
19139
19245
  "src/Divider/index.ts": {
19140
- "bytesInOutput": 27
19246
+ "bytesInOutput": 134
19141
19247
  },
19142
- "src/Divider/Divider.tsx": {
19143
- "bytesInOutput": 867
19248
+ "src/Switch/Switch.tsx": {
19249
+ "bytesInOutput": 1490
19144
19250
  },
19145
19251
  "src/Switch/index.ts": {
19146
- "bytesInOutput": 27
19252
+ "bytesInOutput": 131
19147
19253
  },
19148
- "src/Switch/Switch.tsx": {
19149
- "bytesInOutput": 1178
19254
+ "src/utils/animations.ts": {
19255
+ "bytesInOutput": 3942
19150
19256
  },
19151
- "src/Tooltip/index.ts": {
19152
- "bytesInOutput": 27
19257
+ "src/utils/index.ts": {
19258
+ "bytesInOutput": 151
19153
19259
  },
19154
19260
  "src/Tooltip/Tooltip.tsx": {
19155
- "bytesInOutput": 1869
19156
- },
19157
- "src/utils/animations.ts": {
19158
- "bytesInOutput": 3288
19261
+ "bytesInOutput": 2244
19159
19262
  },
19160
- "src/Select/index.ts": {
19161
- "bytesInOutput": 27
19263
+ "src/Tooltip/index.ts": {
19264
+ "bytesInOutput": 134
19162
19265
  },
19163
19266
  "src/Select/Select.tsx": {
19164
- "bytesInOutput": 1466
19267
+ "bytesInOutput": 1854
19165
19268
  },
19166
- "src/Slider/index.ts": {
19167
- "bytesInOutput": 27
19269
+ "src/Select/index.ts": {
19270
+ "bytesInOutput": 131
19168
19271
  },
19169
19272
  "src/Slider/Slider.tsx": {
19170
- "bytesInOutput": 1788
19171
- },
19172
- "src/Modal/index.ts": {
19173
- "bytesInOutput": 27
19273
+ "bytesInOutput": 2156
19174
19274
  },
19175
- "src/Modal/Dialog.tsx": {
19176
- "bytesInOutput": 1526
19275
+ "src/Slider/index.ts": {
19276
+ "bytesInOutput": 131
19177
19277
  },
19178
19278
  "src/Modal/DialogContent.tsx": {
19179
- "bytesInOutput": 1857
19279
+ "bytesInOutput": 2383
19280
+ },
19281
+ "src/context/DialogContext.tsx": {
19282
+ "bytesInOutput": 510
19180
19283
  },
19181
19284
  "src/hooks/useDialogContainerSelector.tsx": {
19182
- "bytesInOutput": 232
19285
+ "bytesInOutput": 403
19183
19286
  },
19184
- "src/context/DialogContext.tsx": {
19185
- "bytesInOutput": 365
19287
+ "src/Modal/Dialog.tsx": {
19288
+ "bytesInOutput": 1899
19289
+ },
19290
+ "src/Modal/index.ts": {
19291
+ "bytesInOutput": 128
19186
19292
  },
19187
19293
  "src/Input/Input.tsx": {
19188
- "bytesInOutput": 2846
19294
+ "bytesInOutput": 3438
19189
19295
  },
19190
- "src/VideoTile/index.tsx": {
19191
- "bytesInOutput": 27
19296
+ "src/Input/index.tsx": {
19297
+ "bytesInOutput": 129
19192
19298
  },
19193
19299
  "src/VideoTile/StyledVideoTile.tsx": {
19194
- "bytesInOutput": 2481
19300
+ "bytesInOutput": 3215
19195
19301
  },
19196
- "src/VideoList/index.tsx": {
19197
- "bytesInOutput": 27
19302
+ "src/VideoTile/index.tsx": {
19303
+ "bytesInOutput": 146
19198
19304
  },
19199
19305
  "src/VideoList/videoListUtils.tsx": {
19200
- "bytesInOutput": 331
19306
+ "bytesInOutput": 505
19201
19307
  },
19202
19308
  "src/VideoList/StyledVideoList.tsx": {
19203
- "bytesInOutput": 551
19309
+ "bytesInOutput": 818
19204
19310
  },
19205
- "src/Pagination/index.tsx": {
19206
- "bytesInOutput": 27
19311
+ "src/VideoList/index.tsx": {
19312
+ "bytesInOutput": 173
19207
19313
  },
19208
19314
  "src/Pagination/StyledPagination.tsx": {
19209
- "bytesInOutput": 1036
19315
+ "bytesInOutput": 1421
19316
+ },
19317
+ "src/Pagination/index.tsx": {
19318
+ "bytesInOutput": 149
19210
19319
  },
19211
19320
  "src/Dropdown/Dropdown.tsx": {
19212
- "bytesInOutput": 3072
19321
+ "bytesInOutput": 3858
19213
19322
  },
19214
- "src/Video/index.tsx": {
19215
- "bytesInOutput": 27
19323
+ "src/Dropdown/index.tsx": {
19324
+ "bytesInOutput": 138
19216
19325
  },
19217
19326
  "src/Video/Video.tsx": {
19218
- "bytesInOutput": 1257
19327
+ "bytesInOutput": 1577
19219
19328
  },
19220
- "src/TileMenu/index.tsx": {
19221
- "bytesInOutput": 27
19329
+ "src/Video/index.tsx": {
19330
+ "bytesInOutput": 129
19222
19331
  },
19223
19332
  "src/TileMenu/StyledMenuTile.tsx": {
19224
- "bytesInOutput": 1986
19333
+ "bytesInOutput": 2568
19225
19334
  },
19226
- "src/AudioLevel/index.ts": {
19227
- "bytesInOutput": 27
19335
+ "src/TileMenu/index.tsx": {
19336
+ "bytesInOutput": 143
19228
19337
  },
19229
19338
  "src/AudioLevel/useBorderAudioLevel.tsx": {
19230
- "bytesInOutput": 780
19339
+ "bytesInOutput": 970
19231
19340
  },
19232
19341
  "src/AudioLevel/AudioLevel.tsx": {
19233
- "bytesInOutput": 2408
19234
- },
19235
- "src/Popover/index.tsx": {
19236
- "bytesInOutput": 787
19342
+ "bytesInOutput": 2914
19237
19343
  },
19238
- "src/Stats/index.tsx": {
19239
- "bytesInOutput": 27
19344
+ "src/AudioLevel/index.ts": {
19345
+ "bytesInOutput": 175
19240
19346
  },
19241
- "src/Stats/Stats.tsx": {
19242
- "bytesInOutput": 9431
19347
+ "src/Popover/index.tsx": {
19348
+ "bytesInOutput": 1076
19243
19349
  },
19244
19350
  "src/Stats/formatBytes.ts": {
19245
- "bytesInOutput": 471
19351
+ "bytesInOutput": 634
19246
19352
  },
19247
19353
  "src/Stats/StyledStats.tsx": {
19248
- "bytesInOutput": 708
19354
+ "bytesInOutput": 1004
19249
19355
  },
19250
19356
  "src/Stats/useQoE.ts": {
19251
- "bytesInOutput": 3288
19357
+ "bytesInOutput": 3576
19358
+ },
19359
+ "src/Stats/Stats.tsx": {
19360
+ "bytesInOutput": 9882
19361
+ },
19362
+ "src/Stats/index.tsx": {
19363
+ "bytesInOutput": 153
19252
19364
  },
19253
19365
  "src/Checkbox/Checkbox.tsx": {
19254
- "bytesInOutput": 795
19366
+ "bytesInOutput": 1079
19367
+ },
19368
+ "src/Checkbox/index.tsx": {
19369
+ "bytesInOutput": 138
19255
19370
  },
19256
19371
  "src/Label/Label.tsx": {
19257
- "bytesInOutput": 208
19372
+ "bytesInOutput": 353
19373
+ },
19374
+ "src/Label/index.ts": {
19375
+ "bytesInOutput": 128
19258
19376
  },
19259
19377
  "src/RadioGroup/RadioGroup.tsx": {
19260
- "bytesInOutput": 745
19378
+ "bytesInOutput": 1047
19379
+ },
19380
+ "src/RadioGroup/index.tsx": {
19381
+ "bytesInOutput": 144
19261
19382
  },
19262
19383
  "src/Toast/Toast.tsx": {
19263
- "bytesInOutput": 4359
19384
+ "bytesInOutput": 5162
19264
19385
  },
19265
- "src/Accordion/index.ts": {
19266
- "bytesInOutput": 149
19386
+ "src/Toast/index.tsx": {
19387
+ "bytesInOutput": 129
19267
19388
  },
19268
19389
  "src/Accordion/Accordion.tsx": {
19269
- "bytesInOutput": 2682
19390
+ "bytesInOutput": 3239
19391
+ },
19392
+ "src/Accordion/index.ts": {
19393
+ "bytesInOutput": 297
19270
19394
  },
19271
19395
  "src/Fieldset/Fieldset.tsx": {
19272
- "bytesInOutput": 233
19396
+ "bytesInOutput": 397
19273
19397
  },
19274
- "src/Footer/index.tsx": {
19275
- "bytesInOutput": 27
19398
+ "src/Fieldset/index.tsx": {
19399
+ "bytesInOutput": 138
19276
19400
  },
19277
19401
  "src/Footer/Footer.tsx": {
19278
- "bytesInOutput": 713
19402
+ "bytesInOutput": 1017
19279
19403
  },
19280
- "src/ReactSelect/index.ts": {
19281
- "bytesInOutput": 117
19404
+ "src/Footer/index.tsx": {
19405
+ "bytesInOutput": 132
19282
19406
  },
19283
19407
  "src/ReactSelect/ReactSelect.tsx": {
19284
- "bytesInOutput": 2241
19408
+ "bytesInOutput": 2864
19409
+ },
19410
+ "src/ReactSelect/index.ts": {
19411
+ "bytesInOutput": 236
19285
19412
  },
19286
19413
  "src/Tabs/Tabs.tsx": {
19287
- "bytesInOutput": 806
19414
+ "bytesInOutput": 1105
19415
+ },
19416
+ "src/Tabs/index.tsx": {
19417
+ "bytesInOutput": 126
19288
19418
  },
19289
19419
  "src/QRCode/QRCode.tsx": {
19290
- "bytesInOutput": 306
19420
+ "bytesInOutput": 443
19291
19421
  },
19292
- "src/Link/index.tsx": {
19293
- "bytesInOutput": 27
19422
+ "src/QRCode/index.tsx": {
19423
+ "bytesInOutput": 132
19294
19424
  },
19295
19425
  "src/Link/Link.tsx": {
19296
- "bytesInOutput": 1334
19297
- },
19298
- "src/Collapsible/Collapsible.tsx": {
19299
- "bytesInOutput": 925
19426
+ "bytesInOutput": 1621
19300
19427
  },
19301
- "src/Prebuilt/App.tsx": {
19302
- "bytesInOutput": 8534
19428
+ "src/Link/index.tsx": {
19429
+ "bytesInOutput": 126
19303
19430
  },
19304
- "src/Prebuilt/components/AppData/AppData.tsx": {
19305
- "bytesInOutput": 6918
19431
+ "src/Collapsible/Collapsible.tsx": {
19432
+ "bytesInOutput": 1254
19306
19433
  },
19307
- "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
19308
- "bytesInOutput": 2845
19434
+ "src/Collapsible/index.tsx": {
19435
+ "bytesInOutput": 147
19309
19436
  },
19310
19437
  "src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
19311
- "bytesInOutput": 1037
19312
- },
19313
- "src/Prebuilt/components/AppData/useUISettings.js": {
19314
- "bytesInOutput": 6521
19438
+ "bytesInOutput": 1443
19315
19439
  },
19316
19440
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
19317
- "bytesInOutput": 783
19441
+ "bytesInOutput": 1090
19442
+ },
19443
+ "src/Prebuilt/components/AppData/useUISettings.js": {
19444
+ "bytesInOutput": 7671
19318
19445
  },
19319
19446
  "src/Prebuilt/components/Settings/common.ts": {
19320
- "bytesInOutput": 241
19447
+ "bytesInOutput": 447
19321
19448
  },
19322
- "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
19323
- "bytesInOutput": 2929
19449
+ "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
19450
+ "bytesInOutput": 3385
19324
19451
  },
19325
- "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
19326
- "bytesInOutput": 1406
19452
+ "../../node_modules/lodash/lodash.js": {
19453
+ "bytesInOutput": 225103
19454
+ },
19455
+ "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
19456
+ "bytesInOutput": 1887
19327
19457
  },
19328
19458
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
19329
- "bytesInOutput": 2531
19459
+ "bytesInOutput": 3023
19330
19460
  },
19331
- "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
19332
- "bytesInOutput": 1498
19461
+ "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
19462
+ "bytesInOutput": 1807
19333
19463
  },
19334
19464
  "src/Prebuilt/common/utils.js": {
19465
+ "bytesInOutput": 3761
19466
+ },
19467
+ "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
19335
19468
  "bytesInOutput": 3165
19336
19469
  },
19337
19470
  "src/Prebuilt/components/AppData/useSidepane.js": {
19338
- "bytesInOutput": 2697
19471
+ "bytesInOutput": 3269
19339
19472
  },
19340
19473
  "src/Prebuilt/components/MoreSettings/constants.ts": {
19341
- "bytesInOutput": 490
19474
+ "bytesInOutput": 713
19342
19475
  },
19343
- "src/Prebuilt/components/AuthToken.tsx": {
19344
- "bytesInOutput": 4434
19476
+ "src/Prebuilt/components/AppData/AppData.tsx": {
19477
+ "bytesInOutput": 7943
19345
19478
  },
19346
19479
  "src/Prebuilt/AppContext.tsx": {
19347
- "bytesInOutput": 599
19348
- },
19349
- "src/Prebuilt/AppStateContext.tsx": {
19350
- "bytesInOutput": 3592
19480
+ "bytesInOutput": 840
19351
19481
  },
19352
19482
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
19353
- "bytesInOutput": 4676
19483
+ "bytesInOutput": 5334
19354
19484
  },
19355
- "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
19356
- "bytesInOutput": 494
19485
+ "src/Prebuilt/components/PIP/pipUtils.js": {
19486
+ "bytesInOutput": 7732
19357
19487
  },
19358
19488
  "src/Prebuilt/components/PIP/PIPManager.ts": {
19359
- "bytesInOutput": 10643
19360
- },
19361
- "src/Prebuilt/components/PIP/pipUtils.js": {
19362
- "bytesInOutput": 7418
19489
+ "bytesInOutput": 12179
19363
19490
  },
19364
19491
  "src/Prebuilt/components/Toast/ToastManager.js": {
19365
- "bytesInOutput": 1053
19366
- },
19367
- "src/Prebuilt/components/ConferenceScreen.tsx": {
19368
- "bytesInOutput": 6684
19492
+ "bytesInOutput": 1356
19369
19493
  },
19370
- "src/Prebuilt/components/Footer/Footer.tsx": {
19371
- "bytesInOutput": 3740
19494
+ "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
19495
+ "bytesInOutput": 786
19372
19496
  },
19373
- "src/Prebuilt/components/AudioVideoToggle.tsx": {
19374
- "bytesInOutput": 16742
19497
+ "src/Prebuilt/AppStateContext.tsx": {
19498
+ "bytesInOutput": 4226
19375
19499
  },
19376
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
19377
- "bytesInOutput": 3499
19500
+ "src/Prebuilt/components/AuthToken.tsx": {
19501
+ "bytesInOutput": 5224
19378
19502
  },
19379
19503
  "src/Prebuilt/IconButton.tsx": {
19380
- "bytesInOutput": 487
19504
+ "bytesInOutput": 743
19505
+ },
19506
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
19507
+ "bytesInOutput": 4368
19381
19508
  },
19382
19509
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
19383
- "bytesInOutput": 1424
19510
+ "bytesInOutput": 1881
19384
19511
  },
19385
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
19386
- "bytesInOutput": 9790
19512
+ "src/Sheet/Sheet.tsx": {
19513
+ "bytesInOutput": 3610
19387
19514
  },
19388
19515
  "src/Sheet/index.ts": {
19389
- "bytesInOutput": 27
19516
+ "bytesInOutput": 128
19390
19517
  },
19391
- "src/Sheet/Sheet.tsx": {
19392
- "bytesInOutput": 2945
19393
- },
19394
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
19395
- "bytesInOutput": 6780
19396
- },
19397
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
19398
- "bytesInOutput": 1405
19518
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
19519
+ "bytesInOutput": 1768
19399
19520
  },
19400
19521
  "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
19401
- "bytesInOutput": 579
19522
+ "bytesInOutput": 808
19402
19523
  },
19403
19524
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
19404
- "bytesInOutput": 93
19525
+ "bytesInOutput": 260
19526
+ },
19527
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
19528
+ "bytesInOutput": 7816
19405
19529
  },
19406
19530
  "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
19407
- "bytesInOutput": 2044
19531
+ "bytesInOutput": 2591
19532
+ },
19533
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
19534
+ "bytesInOutput": 11206
19535
+ },
19536
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
19537
+ "bytesInOutput": 18848
19408
19538
  },
19409
19539
  "src/Prebuilt/components/CaptionIcon.tsx": {
19410
- "bytesInOutput": 1034
19540
+ "bytesInOutput": 1329
19411
19541
  },
19412
- "src/Prebuilt/components/EmojiReaction.jsx": {
19413
- "bytesInOutput": 2850
19542
+ "src/Prebuilt/components/Footer/emojiData.ts": {
19543
+ "bytesInOutput": 653
19414
19544
  },
19415
19545
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
19416
- "bytesInOutput": 1036
19546
+ "bytesInOutput": 1772
19417
19547
  },
19418
19548
  "src/Prebuilt/components/hooks/useDropdownList.ts": {
19419
- "bytesInOutput": 613
19549
+ "bytesInOutput": 884
19420
19550
  },
19421
19551
  "src/Prebuilt/common/hooks.ts": {
19422
- "bytesInOutput": 7197
19552
+ "bytesInOutput": 8192
19423
19553
  },
19424
- "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
19425
- "bytesInOutput": 2629
19426
- },
19427
- "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
19428
- "bytesInOutput": 6322
19554
+ "src/Prebuilt/components/EmojiReaction.jsx": {
19555
+ "bytesInOutput": 3281
19429
19556
  },
19430
19557
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
19431
- "bytesInOutput": 2132
19558
+ "bytesInOutput": 2545
19432
19559
  },
19433
19560
  "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
19434
- "bytesInOutput": 491
19561
+ "bytesInOutput": 766
19435
19562
  },
19436
19563
  "src/Prebuilt/components/Leave/LeaveCard.tsx": {
19437
- "bytesInOutput": 749
19564
+ "bytesInOutput": 968
19438
19565
  },
19439
19566
  "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
19440
- "bytesInOutput": 1965
19567
+ "bytesInOutput": 2372
19441
19568
  },
19442
- "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
19443
- "bytesInOutput": 5228
19444
- },
19445
- "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
19446
- "bytesInOutput": 540
19569
+ "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
19570
+ "bytesInOutput": 7186
19447
19571
  },
19448
- "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
19449
- "bytesInOutput": 9934
19572
+ "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
19573
+ "bytesInOutput": 6009
19450
19574
  },
19451
- "src/Prebuilt/components/PIP/index.jsx": {
19452
- "bytesInOutput": 212
19575
+ "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
19576
+ "bytesInOutput": 3114
19453
19577
  },
19454
- "src/Prebuilt/components/PIP/PIPComponent.tsx": {
19455
- "bytesInOutput": 3639
19578
+ "src/Prebuilt/components/LazyLoad.tsx": {
19579
+ "bytesInOutput": 1784
19456
19580
  },
19457
19581
  "src/Prebuilt/components/PIP/pipMessageUtils.ts": {
19458
- "bytesInOutput": 1171
19582
+ "bytesInOutput": 1291
19459
19583
  },
19460
19584
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
19461
- "bytesInOutput": 2555
19585
+ "bytesInOutput": 2932
19462
19586
  },
19463
- "src/Prebuilt/components/PIP/PIPChat.tsx": {
19464
- "bytesInOutput": 10699
19587
+ "src/Prebuilt/components/PIP/PIPComponent.tsx": {
19588
+ "bytesInOutput": 4275
19465
19589
  },
19466
- "src/TextArea/index.tsx": {
19467
- "bytesInOutput": 27
19590
+ "src/Prebuilt/components/PIP/index.jsx": {
19591
+ "bytesInOutput": 369
19468
19592
  },
19469
19593
  "src/TextArea/TextArea.tsx": {
19470
- "bytesInOutput": 651
19471
- },
19472
- "src/Prebuilt/components/Chat/ChatBody.tsx": {
19473
- "bytesInOutput": 15498
19594
+ "bytesInOutput": 883
19474
19595
  },
19475
- "src/Prebuilt/components/Chat/ChatActions.tsx": {
19476
- "bytesInOutput": 10240
19596
+ "src/TextArea/index.tsx": {
19597
+ "bytesInOutput": 138
19477
19598
  },
19478
19599
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
19479
- "bytesInOutput": 463
19600
+ "bytesInOutput": 684
19480
19601
  },
19481
19602
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
19482
- "bytesInOutput": 1238
19603
+ "bytesInOutput": 1523
19483
19604
  },
19484
19605
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
19485
- "bytesInOutput": 2775
19606
+ "bytesInOutput": 3153
19607
+ },
19608
+ "src/Prebuilt/components/Chat/ChatActions.tsx": {
19609
+ "bytesInOutput": 11521
19486
19610
  },
19487
19611
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
19488
- "bytesInOutput": 2164
19612
+ "bytesInOutput": 2602
19489
19613
  },
19490
19614
  "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
19491
- "bytesInOutput": 702
19615
+ "bytesInOutput": 922
19492
19616
  },
19493
19617
  "src/Prebuilt/components/Chat/utils.ts": {
19494
- "bytesInOutput": 347
19618
+ "bytesInOutput": 518
19619
+ },
19620
+ "src/Prebuilt/components/Chat/ChatBody.tsx": {
19621
+ "bytesInOutput": 17743
19622
+ },
19623
+ "src/Prebuilt/components/PIP/PIPChat.tsx": {
19624
+ "bytesInOutput": 11930
19495
19625
  },
19496
19626
  "src/Prebuilt/components/PIP/PIPChatOption.tsx": {
19497
- "bytesInOutput": 695
19627
+ "bytesInOutput": 929
19498
19628
  },
19499
19629
  "src/Prebuilt/components/PIP/PIPWindow.tsx": {
19500
- "bytesInOutput": 299
19630
+ "bytesInOutput": 457
19501
19631
  },
19502
19632
  "src/Prebuilt/components/RoleChangeModal.tsx": {
19503
- "bytesInOutput": 6267
19633
+ "bytesInOutput": 7188
19504
19634
  },
19505
- "src/Prebuilt/components/Settings/StartRecording.jsx": {
19506
- "bytesInOutput": 3854
19635
+ "src/Prebuilt/primitives/DialogContent.jsx": {
19636
+ "bytesInOutput": 9392
19507
19637
  },
19508
19638
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
19509
- "bytesInOutput": 3181
19639
+ "bytesInOutput": 3670
19510
19640
  },
19511
- "src/Prebuilt/primitives/DialogContent.jsx": {
19512
- "bytesInOutput": 8368
19513
- },
19514
- "src/Prebuilt/components/StatsForNerds.jsx": {
19515
- "bytesInOutput": 15775
19641
+ "src/Prebuilt/components/Settings/StartRecording.jsx": {
19642
+ "bytesInOutput": 4455
19516
19643
  },
19517
19644
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
19518
- "bytesInOutput": 5476
19519
- },
19520
- "src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
19521
- "bytesInOutput": 1173
19645
+ "bytesInOutput": 6192
19522
19646
  },
19523
19647
  "src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
19524
- "bytesInOutput": 5297
19648
+ "bytesInOutput": 6114
19525
19649
  },
19526
- "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
19527
- "bytesInOutput": 722
19650
+ "src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
19651
+ "bytesInOutput": 1463
19528
19652
  },
19529
19653
  "src/Prebuilt/components/hooks/useFullscreen.ts": {
19530
- "bytesInOutput": 1426
19654
+ "bytesInOutput": 1789
19531
19655
  },
19532
- "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
19533
- "bytesInOutput": 1943
19656
+ "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
19657
+ "bytesInOutput": 1016
19534
19658
  },
19535
19659
  "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
19536
- "bytesInOutput": 2856
19660
+ "bytesInOutput": 3326
19661
+ },
19662
+ "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
19663
+ "bytesInOutput": 2378
19537
19664
  },
19538
19665
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
19539
- "bytesInOutput": 1903
19666
+ "bytesInOutput": 2233
19540
19667
  },
19541
- "src/Prebuilt/components/PIP/usePIPChat.tsx": {
19542
- "bytesInOutput": 3750
19668
+ "src/Prebuilt/components/PIP/context.ts": {
19669
+ "bytesInOutput": 262
19543
19670
  },
19544
19671
  "src/Prebuilt/components/PIP/usePIPWindow.tsx": {
19545
- "bytesInOutput": 278
19546
- },
19547
- "src/Prebuilt/components/PIP/context.ts": {
19548
- "bytesInOutput": 126
19672
+ "bytesInOutput": 471
19549
19673
  },
19550
- "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
19551
- "bytesInOutput": 13583
19674
+ "src/Prebuilt/components/PIP/usePIPChat.tsx": {
19675
+ "bytesInOutput": 4308
19552
19676
  },
19553
- "src/Prebuilt/components/Header/StreamActions.tsx": {
19554
- "bytesInOutput": 10603
19677
+ "src/Prebuilt/components/StatsForNerds.jsx": {
19678
+ "bytesInOutput": 17405
19555
19679
  },
19556
- "../hms-video-store/dist/index.js": {
19557
- "bytesInOutput": 56415
19680
+ "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
19681
+ "bytesInOutput": 11478
19558
19682
  },
19559
19683
  "../../node_modules/reselect/es/index.js": {
19560
- "bytesInOutput": 2539
19684
+ "bytesInOutput": 2641
19561
19685
  },
19562
19686
  "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
19563
- "bytesInOutput": 54164
19564
- },
19565
- "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
19566
- "bytesInOutput": 118
19687
+ "bytesInOutput": 61198
19567
19688
  },
19568
- "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
19569
- "bytesInOutput": 4335
19689
+ "../../node_modules/lodash.isequal/index.js": {
19690
+ "bytesInOutput": 26619
19570
19691
  },
19571
19692
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
19572
- "bytesInOutput": 6313
19573
- },
19574
- "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
19575
- "bytesInOutput": 22695
19693
+ "bytesInOutput": 6467
19576
19694
  },
19577
19695
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
19578
- "bytesInOutput": 6116
19696
+ "bytesInOutput": 6282
19579
19697
  },
19580
19698
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
19581
- "bytesInOutput": 1256
19699
+ "bytesInOutput": 1396
19582
19700
  },
19583
- "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
19584
- "bytesInOutput": 9143
19701
+ "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
19702
+ "bytesInOutput": 22899
19585
19703
  },
19586
19704
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
19587
- "bytesInOutput": 2140
19705
+ "bytesInOutput": 2295
19588
19706
  },
19589
19707
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
19590
- "bytesInOutput": 842
19708
+ "bytesInOutput": 984
19709
+ },
19710
+ "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
19711
+ "bytesInOutput": 9352
19591
19712
  },
19592
19713
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
19593
- "bytesInOutput": 11873
19714
+ "bytesInOutput": 12024
19715
+ },
19716
+ "../../node_modules/sdp/sdp.js": {
19717
+ "bytesInOutput": 22278
19594
19718
  },
19595
19719
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
19596
- "bytesInOutput": 12473
19720
+ "bytesInOutput": 12633
19597
19721
  },
19598
- "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
19599
- "bytesInOutput": 2388
19722
+ "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
19723
+ "bytesInOutput": 4575
19724
+ },
19725
+ "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
19726
+ "bytesInOutput": 286
19727
+ },
19728
+ "../../node_modules/sdp-transform/lib/grammar.js": {
19729
+ "bytesInOutput": 16122
19730
+ },
19731
+ "../../node_modules/sdp-transform/lib/parser.js": {
19732
+ "bytesInOutput": 3491
19733
+ },
19734
+ "../../node_modules/sdp-transform/lib/writer.js": {
19735
+ "bytesInOutput": 3070
19736
+ },
19737
+ "../../node_modules/sdp-transform/lib/index.js": {
19738
+ "bytesInOutput": 615
19739
+ },
19740
+ "../hms-video-store/dist/index.js": {
19741
+ "bytesInOutput": 61293
19742
+ },
19743
+ "src/Prebuilt/components/Header/StreamActions.tsx": {
19744
+ "bytesInOutput": 11840
19600
19745
  },
19601
19746
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
19602
- "bytesInOutput": 3739
19747
+ "bytesInOutput": 4454
19748
+ },
19749
+ "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
19750
+ "bytesInOutput": 2886
19603
19751
  },
19604
19752
  "src/Prebuilt/components/AppData/useSheet.ts": {
19605
- "bytesInOutput": 839
19753
+ "bytesInOutput": 1099
19606
19754
  },
19607
19755
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
19608
- "bytesInOutput": 670
19756
+ "bytesInOutput": 938
19609
19757
  },
19610
- "src/Prebuilt/components/RaiseHand.tsx": {
19611
- "bytesInOutput": 973
19758
+ "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
19759
+ "bytesInOutput": 15717
19612
19760
  },
19613
- "src/Prebuilt/components/ScreenShareToggle.jsx": {
19614
- "bytesInOutput": 1836
19761
+ "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
19762
+ "bytesInOutput": 833
19615
19763
  },
19616
- "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
19617
- "bytesInOutput": 7758
19764
+ "src/Prebuilt/components/RaiseHand.tsx": {
19765
+ "bytesInOutput": 1304
19618
19766
  },
19619
19767
  "src/Prebuilt/components/ShareMenuIcon.jsx": {
19620
- "bytesInOutput": 462
19621
- },
19622
- "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
19623
- "bytesInOutput": 1314
19768
+ "bytesInOutput": 739
19624
19769
  },
19625
19770
  "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx": {
19626
- "bytesInOutput": 784
19771
+ "bytesInOutput": 1066
19627
19772
  },
19628
19773
  "src/Prebuilt/components/pdfAnnotator/submitPdf.jsx": {
19629
- "bytesInOutput": 1088
19774
+ "bytesInOutput": 1483
19775
+ },
19776
+ "src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
19777
+ "bytesInOutput": 1219
19630
19778
  },
19631
19779
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
19632
- "bytesInOutput": 2342
19780
+ "bytesInOutput": 2870
19633
19781
  },
19634
- "src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
19635
- "bytesInOutput": 905
19782
+ "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
19783
+ "bytesInOutput": 1577
19784
+ },
19785
+ "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
19786
+ "bytesInOutput": 8092
19787
+ },
19788
+ "src/Prebuilt/components/ScreenShareToggle.jsx": {
19789
+ "bytesInOutput": 2364
19636
19790
  },
19637
19791
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
19638
- "bytesInOutput": 1855
19792
+ "bytesInOutput": 2284
19639
19793
  },
19640
19794
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
19641
- "bytesInOutput": 1714
19795
+ "bytesInOutput": 2143
19642
19796
  },
19643
- "src/Prebuilt/components/Footer/ParticipantList.tsx": {
19644
- "bytesInOutput": 14038
19797
+ "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
19798
+ "bytesInOutput": 974
19645
19799
  },
19646
19800
  "src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
19647
- "bytesInOutput": 4073
19648
- },
19649
- "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
19650
- "bytesInOutput": 700
19801
+ "bytesInOutput": 4667
19651
19802
  },
19652
19803
  "src/Prebuilt/components/RemoveParticipant.tsx": {
19653
- "bytesInOutput": 1333
19654
- },
19655
- "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
19656
- "bytesInOutput": 6045
19804
+ "bytesInOutput": 1697
19657
19805
  },
19658
19806
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
19659
- "bytesInOutput": 7706
19807
+ "bytesInOutput": 8553
19660
19808
  },
19661
19809
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
19662
- "bytesInOutput": 1843
19810
+ "bytesInOutput": 2256
19811
+ },
19812
+ "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
19813
+ "bytesInOutput": 7024
19663
19814
  },
19664
19815
  "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
19665
- "bytesInOutput": 696
19816
+ "bytesInOutput": 1038
19666
19817
  },
19667
19818
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
19668
- "bytesInOutput": 1789
19819
+ "bytesInOutput": 2180
19820
+ },
19821
+ "src/Prebuilt/components/Footer/ParticipantList.tsx": {
19822
+ "bytesInOutput": 16112
19669
19823
  },
19670
19824
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
19671
- "bytesInOutput": 1180
19825
+ "bytesInOutput": 1561
19672
19826
  },
19673
19827
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
19674
- "bytesInOutput": 1616
19675
- },
19676
- "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
19677
- "bytesInOutput": 2530
19828
+ "bytesInOutput": 2050
19678
19829
  },
19679
- "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
19680
- "bytesInOutput": 3155
19681
- },
19682
- "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
19683
- "bytesInOutput": 10812
19684
- },
19685
- "src/Prebuilt/layouts/SidePane.tsx": {
19686
- "bytesInOutput": 6695
19830
+ "src/Prebuilt/components/Footer/Footer.tsx": {
19831
+ "bytesInOutput": 4539
19687
19832
  },
19688
- "src/Prebuilt/components/Polls/Polls.tsx": {
19689
- "bytesInOutput": 814
19833
+ "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
19834
+ "bytesInOutput": 2825
19690
19835
  },
19691
- "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
19692
- "bytesInOutput": 8919
19836
+ "src/Prebuilt/components/FullPageProgress.tsx": {
19837
+ "bytesInOutput": 902
19693
19838
  },
19694
19839
  "src/Prebuilt/components/Streaming/Common.jsx": {
19695
- "bytesInOutput": 2375
19840
+ "bytesInOutput": 2835
19696
19841
  },
19697
19842
  "src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
19698
- "bytesInOutput": 859
19699
- },
19700
- "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
19701
- "bytesInOutput": 5620
19843
+ "bytesInOutput": 1164
19702
19844
  },
19703
- "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
19704
- "bytesInOutput": 8882
19845
+ "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
19846
+ "bytesInOutput": 9843
19705
19847
  },
19706
19848
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
19707
- "bytesInOutput": 2320
19849
+ "bytesInOutput": 2802
19708
19850
  },
19709
19851
  "src/Prebuilt/components/Polls/common/Line.tsx": {
19710
- "bytesInOutput": 240
19711
- },
19712
- "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
19713
- "bytesInOutput": 4113
19852
+ "bytesInOutput": 394
19714
19853
  },
19715
19854
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
19716
- "bytesInOutput": 1038
19855
+ "bytesInOutput": 1373
19717
19856
  },
19718
19857
  "src/Prebuilt/components/Polls/common/VoteCount.tsx": {
19719
- "bytesInOutput": 413
19858
+ "bytesInOutput": 589
19720
19859
  },
19721
19860
  "src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
19722
- "bytesInOutput": 646
19861
+ "bytesInOutput": 867
19862
+ },
19863
+ "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
19864
+ "bytesInOutput": 4696
19723
19865
  },
19724
19866
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
19725
- "bytesInOutput": 4779
19867
+ "bytesInOutput": 5478
19726
19868
  },
19727
- "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
19728
- "bytesInOutput": 2235
19869
+ "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
19870
+ "bytesInOutput": 10160
19729
19871
  },
19730
- "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
19731
- "bytesInOutput": 4515
19872
+ "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
19873
+ "bytesInOutput": 2548
19732
19874
  },
19733
- "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
19734
- "bytesInOutput": 2355
19875
+ "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
19876
+ "bytesInOutput": 6098
19735
19877
  },
19736
19878
  "src/Prebuilt/components/Polls/common/utils.ts": {
19737
- "bytesInOutput": 625
19879
+ "bytesInOutput": 829
19738
19880
  },
19739
- "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
19740
- "bytesInOutput": 2413
19881
+ "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
19882
+ "bytesInOutput": 2726
19741
19883
  },
19742
19884
  "src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
19743
- "bytesInOutput": 766
19885
+ "bytesInOutput": 1010
19744
19886
  },
19745
19887
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
19746
- "bytesInOutput": 1877
19888
+ "bytesInOutput": 2202
19747
19889
  },
19748
- "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
19749
- "bytesInOutput": 5467
19890
+ "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
19891
+ "bytesInOutput": 2884
19750
19892
  },
19751
- "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
19752
- "bytesInOutput": 1383
19893
+ "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
19894
+ "bytesInOutput": 5284
19753
19895
  },
19754
19896
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
19755
- "bytesInOutput": 8121
19897
+ "bytesInOutput": 9151
19898
+ },
19899
+ "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
19900
+ "bytesInOutput": 1744
19756
19901
  },
19757
19902
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
19758
- "bytesInOutput": 1786
19903
+ "bytesInOutput": 2136
19759
19904
  },
19760
- "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
19761
- "bytesInOutput": 2157
19905
+ "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
19906
+ "bytesInOutput": 6225
19762
19907
  },
19763
- "src/Prebuilt/components/Header/HeaderComponents.jsx": {
19764
- "bytesInOutput": 1639
19908
+ "src/Prebuilt/components/Polls/Polls.tsx": {
19909
+ "bytesInOutput": 1177
19765
19910
  },
19766
- "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
19767
- "bytesInOutput": 773
19911
+ "src/Prebuilt/components/Header/HeaderComponents.jsx": {
19912
+ "bytesInOutput": 2064
19768
19913
  },
19769
19914
  "src/Prebuilt/components/RoomDetails/Duration.tsx": {
19770
- "bytesInOutput": 753
19915
+ "bytesInOutput": 999
19771
19916
  },
19772
- "src/Prebuilt/components/SidePaneTabs.tsx": {
19773
- "bytesInOutput": 8198
19917
+ "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
19918
+ "bytesInOutput": 1003
19774
19919
  },
19775
- "src/Prebuilt/components/Chat/Chat.tsx": {
19776
- "bytesInOutput": 5964
19920
+ "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
19921
+ "bytesInOutput": 2637
19777
19922
  },
19778
- "src/Prebuilt/components/Chat/ChatFooter.tsx": {
19779
- "bytesInOutput": 11508
19923
+ "src/Prebuilt/components/Chat/ChatSelector.tsx": {
19924
+ "bytesInOutput": 8616
19780
19925
  },
19781
19926
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
19782
- "bytesInOutput": 5786
19783
- },
19784
- "src/Prebuilt/components/Chat/ChatSelector.tsx": {
19785
- "bytesInOutput": 7549
19927
+ "bytesInOutput": 6693
19786
19928
  },
19787
19929
  "src/Prebuilt/components/AppData/useChatState.js": {
19788
- "bytesInOutput": 660
19930
+ "bytesInOutput": 914
19789
19931
  },
19790
19932
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
19791
- "bytesInOutput": 1210
19933
+ "bytesInOutput": 1440
19792
19934
  },
19793
- "src/Prebuilt/components/Chat/ChatStates.tsx": {
19794
- "bytesInOutput": 3035
19935
+ "src/Prebuilt/components/Chat/EmojiPickerContent.tsx": {
19936
+ "bytesInOutput": 750
19795
19937
  },
19796
- "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
19797
- "bytesInOutput": 5338
19938
+ "src/Prebuilt/components/Chat/ChatFooter.tsx": {
19939
+ "bytesInOutput": 13127
19940
+ },
19941
+ "src/Prebuilt/components/Chat/ChatStates.tsx": {
19942
+ "bytesInOutput": 3527
19798
19943
  },
19799
19944
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
19800
- "bytesInOutput": 1106
19945
+ "bytesInOutput": 1403
19801
19946
  },
19802
19947
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
19803
- "bytesInOutput": 591
19948
+ "bytesInOutput": 827
19949
+ },
19950
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
19951
+ "bytesInOutput": 6242
19952
+ },
19953
+ "src/Prebuilt/components/Chat/Chat.tsx": {
19954
+ "bytesInOutput": 7127
19804
19955
  },
19805
19956
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
19806
- "bytesInOutput": 4538
19957
+ "bytesInOutput": 5344
19807
19958
  },
19808
19959
  "src/Prebuilt/components/ChatSettings.tsx": {
19809
- "bytesInOutput": 2583
19960
+ "bytesInOutput": 3060
19810
19961
  },
19811
- "src/Prebuilt/components/VideoTile.tsx": {
19812
- "bytesInOutput": 6906
19962
+ "src/Prebuilt/components/SidePaneTabs.tsx": {
19963
+ "bytesInOutput": 9237
19813
19964
  },
19814
19965
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
19815
- "bytesInOutput": 2630
19816
- },
19817
- "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
19818
- "bytesInOutput": 5258
19966
+ "bytesInOutput": 3072
19819
19967
  },
19820
19968
  "src/Prebuilt/components/peerTileUtils.tsx": {
19821
- "bytesInOutput": 1164
19969
+ "bytesInOutput": 1437
19970
+ },
19971
+ "src/Prebuilt/components/TileMenu/utils.ts": {
19972
+ "bytesInOutput": 296
19822
19973
  },
19823
19974
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
19824
- "bytesInOutput": 13095
19975
+ "bytesInOutput": 14627
19825
19976
  },
19826
- "src/Prebuilt/components/TileMenu/utils.ts": {
19827
- "bytesInOutput": 160
19977
+ "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
19978
+ "bytesInOutput": 6042
19828
19979
  },
19829
- "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19830
- "bytesInOutput": 9385
19980
+ "src/Prebuilt/components/VideoTile.tsx": {
19981
+ "bytesInOutput": 7839
19982
+ },
19983
+ "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19984
+ "bytesInOutput": 1612
19831
19985
  },
19832
19986
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19833
- "bytesInOutput": 1343
19987
+ "bytesInOutput": 1670
19834
19988
  },
19835
- "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
19836
- "bytesInOutput": 1260
19989
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19990
+ "bytesInOutput": 10684
19837
19991
  },
19838
- "src/Prebuilt/components/Chip.tsx": {
19839
- "bytesInOutput": 857
19992
+ "src/Prebuilt/layouts/SidePane.tsx": {
19993
+ "bytesInOutput": 8253
19840
19994
  },
19841
- "src/Prebuilt/components/FullPageProgress.tsx": {
19842
- "bytesInOutput": 644
19995
+ "src/Prebuilt/components/Chip.tsx": {
19996
+ "bytesInOutput": 1118
19843
19997
  },
19844
19998
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
19845
- "bytesInOutput": 2856
19999
+ "bytesInOutput": 3424
19846
20000
  },
19847
- "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
19848
- "bytesInOutput": 2497
19849
- },
19850
- "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
19851
- "bytesInOutput": 5302
20001
+ "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
20002
+ "bytesInOutput": 12283
19852
20003
  },
19853
- "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
19854
- "bytesInOutput": 4663
20004
+ "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
20005
+ "bytesInOutput": 2809
19855
20006
  },
19856
- "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
19857
- "bytesInOutput": 2004
20007
+ "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
20008
+ "bytesInOutput": 3795
19858
20009
  },
19859
20010
  "src/Prebuilt/layouts/WaitingView.tsx": {
19860
- "bytesInOutput": 1479
19861
- },
19862
- "src/Prebuilt/components/InsetTile.tsx": {
19863
- "bytesInOutput": 4331
20011
+ "bytesInOutput": 1860
19864
20012
  },
19865
20013
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
19866
- "bytesInOutput": 474
20014
+ "bytesInOutput": 706
20015
+ },
20016
+ "src/Prebuilt/components/InsetTile.tsx": {
20017
+ "bytesInOutput": 5201
19867
20018
  },
19868
20019
  "src/Prebuilt/components/Pagination.tsx": {
19869
- "bytesInOutput": 1796
20020
+ "bytesInOutput": 2118
19870
20021
  },
19871
20022
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
19872
- "bytesInOutput": 1268
20023
+ "bytesInOutput": 1620
19873
20024
  },
19874
20025
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
19875
- "bytesInOutput": 3862
19876
- },
19877
- "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
19878
- "bytesInOutput": 2048
20026
+ "bytesInOutput": 4481
19879
20027
  },
19880
- "src/Prebuilt/components/SecondaryTiles.tsx": {
19881
- "bytesInOutput": 2844
20028
+ "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
20029
+ "bytesInOutput": 2395
19882
20030
  },
19883
20031
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
19884
- "bytesInOutput": 2496
20032
+ "bytesInOutput": 3068
19885
20033
  },
19886
- "src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
19887
- "bytesInOutput": 1059
20034
+ "src/Prebuilt/components/SecondaryTiles.tsx": {
20035
+ "bytesInOutput": 3395
19888
20036
  },
19889
- "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19890
- "bytesInOutput": 2768
20037
+ "src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
20038
+ "bytesInOutput": 1387
19891
20039
  },
19892
- "src/Prebuilt/components/ScreenshareTile.tsx": {
19893
- "bytesInOutput": 4698
20040
+ "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
20041
+ "bytesInOutput": 2483
19894
20042
  },
19895
20043
  "src/Prebuilt/components/LayoutModeSelector.tsx": {
19896
- "bytesInOutput": 3441
20044
+ "bytesInOutput": 4151
19897
20045
  },
19898
20046
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
19899
- "bytesInOutput": 1322
20047
+ "bytesInOutput": 1705
19900
20048
  },
19901
- "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19902
- "bytesInOutput": 3051
20049
+ "src/Prebuilt/components/ScreenshareTile.tsx": {
20050
+ "bytesInOutput": 5615
19903
20051
  },
19904
- "../../../../../../../tmp/tmp-3140-bmbQo0uDRhzJ/19ed6a92c711/index.css": {
19905
- "bytesInOutput": 0
20052
+ "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
20053
+ "bytesInOutput": 3393
19906
20054
  },
19907
20055
  "src/Prebuilt/common/PeersSorter.ts": {
19908
- "bytesInOutput": 3086
20056
+ "bytesInOutput": 3604
20057
+ },
20058
+ "../../../../../../../tmp/tmp-3074-WX5bcm3oyngm/19ef3b692880/index.css": {
20059
+ "bytesInOutput": 116
20060
+ },
20061
+ "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
20062
+ "bytesInOutput": 3870
20063
+ },
20064
+ "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
20065
+ "bytesInOutput": 5832
19909
20066
  },
19910
20067
  "src/Prebuilt/layouts/EmbedView.jsx": {
19911
- "bytesInOutput": 2920
20068
+ "bytesInOutput": 3520
19912
20069
  },
19913
- "src/Prebuilt/layouts/HLSView.jsx": {
19914
- "bytesInOutput": 29984
20070
+ "src/Prebuilt/layouts/PDFView.jsx": {
20071
+ "bytesInOutput": 2471
19915
20072
  },
19916
- "src/Prebuilt/components/HlsStatsOverlay.jsx": {
19917
- "bytesInOutput": 3395
20073
+ "src/Prebuilt/plugins/CaptionsViewer.tsx": {
20074
+ "bytesInOutput": 8404
19918
20075
  },
19919
- "src/Prebuilt/components/HMSVideo/index.ts": {
19920
- "bytesInOutput": 347
20076
+ "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
20077
+ "bytesInOutput": 854
20078
+ },
20079
+ "src/Prebuilt/components/HlsStatsOverlay.jsx": {
20080
+ "bytesInOutput": 3729
19921
20081
  },
19922
20082
  "src/Prebuilt/components/HMSVideo/Controls.jsx": {
19923
- "bytesInOutput": 416
20083
+ "bytesInOutput": 658
19924
20084
  },
19925
20085
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
19926
- "bytesInOutput": 2225
20086
+ "bytesInOutput": 2679
19927
20087
  },
19928
- "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
19929
- "bytesInOutput": 4862
20088
+ "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
20089
+ "bytesInOutput": 489
19930
20090
  },
19931
20091
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
19932
- "bytesInOutput": 980
19933
- },
19934
- "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
19935
- "bytesInOutput": 287
20092
+ "bytesInOutput": 1254
19936
20093
  },
19937
20094
  "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
19938
- "bytesInOutput": 395
20095
+ "bytesInOutput": 593
19939
20096
  },
19940
- "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
19941
- "bytesInOutput": 3131
20097
+ "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
20098
+ "bytesInOutput": 5741
19942
20099
  },
19943
20100
  "src/Prebuilt/components/HMSVideo/utils.ts": {
19944
- "bytesInOutput": 921
20101
+ "bytesInOutput": 1027
20102
+ },
20103
+ "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
20104
+ "bytesInOutput": 3716
19945
20105
  },
19946
20106
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
19947
- "bytesInOutput": 1618
20107
+ "bytesInOutput": 2019
19948
20108
  },
19949
20109
  "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
19950
- "bytesInOutput": 2461
20110
+ "bytesInOutput": 2953
20111
+ },
20112
+ "src/Prebuilt/components/HMSVideo/index.ts": {
20113
+ "bytesInOutput": 682
19951
20114
  },
19952
20115
  "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
19953
- "bytesInOutput": 783
20116
+ "bytesInOutput": 999
19954
20117
  },
19955
20118
  "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
19956
- "bytesInOutput": 2121
20119
+ "bytesInOutput": 2391
19957
20120
  },
19958
20121
  "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
19959
- "bytesInOutput": 799
20122
+ "bytesInOutput": 1018
19960
20123
  },
19961
20124
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
19962
- "bytesInOutput": 8198
20125
+ "bytesInOutput": 8498
19963
20126
  },
19964
20127
  "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
19965
- "bytesInOutput": 2322
20128
+ "bytesInOutput": 2886
19966
20129
  },
19967
- "src/Prebuilt/layouts/PDFView.jsx": {
19968
- "bytesInOutput": 1930
20130
+ "src/Prebuilt/layouts/HLSView.jsx": {
20131
+ "bytesInOutput": 33357
19969
20132
  },
19970
- "src/Prebuilt/plugins/CaptionsViewer.tsx": {
19971
- "bytesInOutput": 7089
20133
+ "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
20134
+ "bytesInOutput": 6564
19972
20135
  },
19973
- "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
19974
- "bytesInOutput": 598
20136
+ "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
20137
+ "bytesInOutput": 2182
19975
20138
  },
19976
- "src/Prebuilt/components/Header/index.tsx": {
19977
- "bytesInOutput": 27
20139
+ "src/Prebuilt/components/Header/common.jsx": {
20140
+ "bytesInOutput": 7719
19978
20141
  },
19979
20142
  "src/Prebuilt/components/Header/Header.tsx": {
19980
- "bytesInOutput": 1958
19981
- },
19982
- "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
19983
- "bytesInOutput": 1750
20143
+ "bytesInOutput": 2334
19984
20144
  },
19985
- "src/Prebuilt/components/Header/common.jsx": {
19986
- "bytesInOutput": 6779
20145
+ "src/Prebuilt/components/Header/index.tsx": {
20146
+ "bytesInOutput": 152
19987
20147
  },
19988
20148
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
19989
- "bytesInOutput": 747
20149
+ "bytesInOutput": 1024
19990
20150
  },
19991
- "src/Prebuilt/components/ErrorBoundary.jsx": {
19992
- "bytesInOutput": 3826
20151
+ "src/Prebuilt/components/ConferenceScreen.tsx": {
20152
+ "bytesInOutput": 7888
19993
20153
  },
19994
- "src/Prebuilt/components/init/Init.jsx": {
19995
- "bytesInOutput": 708
20154
+ "src/Prebuilt/components/ErrorBoundary.jsx": {
20155
+ "bytesInOutput": 4376
19996
20156
  },
19997
20157
  "src/Prebuilt/services/FeatureFlags.jsx": {
19998
- "bytesInOutput": 1455
19999
- },
20000
- "src/Prebuilt/components/Input/KeyboardInputManager.js": {
20001
- "bytesInOutput": 4375
20158
+ "bytesInOutput": 1708
20002
20159
  },
20003
- "src/Prebuilt/components/LeaveScreen.tsx": {
20004
- "bytesInOutput": 2494
20160
+ "src/Prebuilt/components/init/Init.jsx": {
20161
+ "bytesInOutput": 946
20005
20162
  },
20006
- "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
20007
- "bytesInOutput": 1781
20163
+ "src/Prebuilt/components/Input/KeyboardInputManager.js": {
20164
+ "bytesInOutput": 4991
20008
20165
  },
20009
20166
  "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
20010
- "bytesInOutput": 11232
20167
+ "bytesInOutput": 13131
20011
20168
  },
20012
20169
  "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
20013
- "bytesInOutput": 1925
20170
+ "bytesInOutput": 2401
20014
20171
  },
20015
- "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
20016
- "bytesInOutput": 3179
20172
+ "src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
20173
+ "bytesInOutput": 2302
20017
20174
  },
20018
- "src/Prebuilt/components/Notifications/index.tsx": {
20019
- "bytesInOutput": 27
20175
+ "src/Prebuilt/components/LeaveScreen.tsx": {
20176
+ "bytesInOutput": 3028
20020
20177
  },
20021
- "src/Prebuilt/components/Notifications/Notifications.tsx": {
20022
- "bytesInOutput": 2314
20178
+ "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
20179
+ "bytesInOutput": 3708
20023
20180
  },
20024
20181
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
20025
- "bytesInOutput": 1269
20182
+ "bytesInOutput": 1497
20026
20183
  },
20027
20184
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
20028
- "bytesInOutput": 1452
20185
+ "bytesInOutput": 1821
20029
20186
  },
20030
20187
  "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
20031
- "bytesInOutput": 485
20188
+ "bytesInOutput": 770
20032
20189
  },
20033
20190
  "src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
20034
- "bytesInOutput": 3586
20191
+ "bytesInOutput": 3844
20035
20192
  },
20036
20193
  "src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
20037
- "bytesInOutput": 1701
20194
+ "bytesInOutput": 2141
20038
20195
  },
20039
- "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
20040
- "bytesInOutput": 2946
20196
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
20197
+ "bytesInOutput": 7731
20041
20198
  },
20042
20199
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
20043
- "bytesInOutput": 1983
20200
+ "bytesInOutput": 2394
20044
20201
  },
20045
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
20046
- "bytesInOutput": 6804
20202
+ "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
20203
+ "bytesInOutput": 3500
20047
20204
  },
20048
20205
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
20049
- "bytesInOutput": 1634
20206
+ "bytesInOutput": 1966
20050
20207
  },
20051
20208
  "src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
20052
- "bytesInOutput": 928
20209
+ "bytesInOutput": 1274
20053
20210
  },
20054
20211
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
20055
- "bytesInOutput": 1628
20212
+ "bytesInOutput": 2064
20056
20213
  },
20057
20214
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
20058
- "bytesInOutput": 5253
20215
+ "bytesInOutput": 5788
20059
20216
  },
20060
20217
  "src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
20061
- "bytesInOutput": 2483
20218
+ "bytesInOutput": 3010
20062
20219
  },
20063
20220
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
20064
- "bytesInOutput": 1242
20221
+ "bytesInOutput": 1626
20065
20222
  },
20066
20223
  "src/Prebuilt/components/Notifications/RoleChangeNotification.tsx": {
20067
- "bytesInOutput": 869
20224
+ "bytesInOutput": 1200
20068
20225
  },
20069
20226
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
20070
- "bytesInOutput": 1989
20227
+ "bytesInOutput": 2436
20071
20228
  },
20072
20229
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
20073
- "bytesInOutput": 1584
20230
+ "bytesInOutput": 1956
20074
20231
  },
20075
20232
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
20076
- "bytesInOutput": 2055
20233
+ "bytesInOutput": 2515
20077
20234
  },
20078
20235
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
20079
- "bytesInOutput": 3152
20236
+ "bytesInOutput": 3679
20237
+ },
20238
+ "src/Prebuilt/components/Notifications/Notifications.tsx": {
20239
+ "bytesInOutput": 3112
20240
+ },
20241
+ "src/Prebuilt/components/Notifications/index.tsx": {
20242
+ "bytesInOutput": 173
20080
20243
  },
20081
20244
  "src/Prebuilt/components/PIP/PIPProvider.tsx": {
20082
- "bytesInOutput": 1172
20245
+ "bytesInOutput": 1475
20083
20246
  },
20084
20247
  "src/Prebuilt/components/Preview/PreviewScreen.tsx": {
20085
- "bytesInOutput": 1441
20086
- },
20087
- "src/Prebuilt/components/Toast/ToastContainer.jsx": {
20088
- "bytesInOutput": 1075
20248
+ "bytesInOutput": 1899
20089
20249
  },
20090
20250
  "src/Prebuilt/components/Toast/Toast.jsx": {
20091
- "bytesInOutput": 568
20251
+ "bytesInOutput": 776
20092
20252
  },
20093
- "src/Prebuilt/layouts/Sheet.tsx": {
20094
- "bytesInOutput": 529
20253
+ "src/Prebuilt/components/Toast/ToastContainer.jsx": {
20254
+ "bytesInOutput": 1415
20095
20255
  },
20096
20256
  "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
20097
- "bytesInOutput": 1838
20257
+ "bytesInOutput": 2274
20258
+ },
20259
+ "src/Prebuilt/layouts/Sheet.tsx": {
20260
+ "bytesInOutput": 772
20098
20261
  },
20099
20262
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
20100
- "bytesInOutput": 4335
20263
+ "bytesInOutput": 4782
20101
20264
  },
20102
20265
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
20103
- "bytesInOutput": 637
20266
+ "bytesInOutput": 827
20104
20267
  },
20105
20268
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
20106
- "bytesInOutput": 1789
20269
+ "bytesInOutput": 2223
20107
20270
  },
20108
- "src/Progress/index.tsx": {
20109
- "bytesInOutput": 440
20271
+ "src/Prebuilt/App.tsx": {
20272
+ "bytesInOutput": 10018
20110
20273
  },
20111
- "src/Diagnostics/index.ts": {
20112
- "bytesInOutput": 27
20274
+ "src/Prebuilt/index.ts": {
20275
+ "bytesInOutput": 131
20113
20276
  },
20114
- "src/Diagnostics/Diagnostics.tsx": {
20115
- "bytesInOutput": 6615
20277
+ "src/Progress/index.tsx": {
20278
+ "bytesInOutput": 650
20116
20279
  },
20117
- "src/Diagnostics/AudioTest.tsx": {
20118
- "bytesInOutput": 7082
20280
+ "src/Diagnostics/DiagnosticsContext.ts": {
20281
+ "bytesInOutput": 1397
20119
20282
  },
20120
20283
  "src/Diagnostics/components.tsx": {
20121
- "bytesInOutput": 2181
20284
+ "bytesInOutput": 2572
20122
20285
  },
20123
- "src/Diagnostics/DiagnosticsContext.ts": {
20124
- "bytesInOutput": 1099
20286
+ "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
20287
+ "bytesInOutput": 7872
20288
+ },
20289
+ "../../node_modules/prop-types/node_modules/react-is/index.js": {
20290
+ "bytesInOutput": 300
20291
+ },
20292
+ "../../node_modules/object-assign/index.js": {
20293
+ "bytesInOutput": 2165
20294
+ },
20295
+ "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
20296
+ "bytesInOutput": 310
20297
+ },
20298
+ "../../node_modules/prop-types/lib/has.js": {
20299
+ "bytesInOutput": 210
20300
+ },
20301
+ "../../node_modules/prop-types/checkPropTypes.js": {
20302
+ "bytesInOutput": 2686
20303
+ },
20304
+ "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
20305
+ "bytesInOutput": 19595
20306
+ },
20307
+ "../../node_modules/prop-types/index.js": {
20308
+ "bytesInOutput": 422
20125
20309
  },
20126
20310
  "src/Diagnostics/DeviceSelector.jsx": {
20127
- "bytesInOutput": 2284
20311
+ "bytesInOutput": 2779
20312
+ },
20313
+ "src/Diagnostics/AudioTest.tsx": {
20314
+ "bytesInOutput": 8051
20128
20315
  },
20129
20316
  "src/Diagnostics/BrowserTest.tsx": {
20130
- "bytesInOutput": 4736
20317
+ "bytesInOutput": 5477
20131
20318
  },
20132
20319
  "src/Diagnostics/ConnectivityTest.tsx": {
20133
- "bytesInOutput": 15472
20320
+ "bytesInOutput": 16826
20134
20321
  },
20135
20322
  "src/Diagnostics/VideoTest.tsx": {
20136
- "bytesInOutput": 2775
20323
+ "bytesInOutput": 3288
20324
+ },
20325
+ "src/Diagnostics/Diagnostics.tsx": {
20326
+ "bytesInOutput": 7642
20327
+ },
20328
+ "src/Diagnostics/index.ts": {
20329
+ "bytesInOutput": 500
20330
+ },
20331
+ "src/index.ts": {
20332
+ "bytesInOutput": 3082
20137
20333
  }
20138
20334
  },
20139
- "bytes": 1526512
20335
+ "bytes": 1713772
20140
20336
  },
20141
20337
  "dist/index.cjs.css.map": {
20142
20338
  "imports": [],
@@ -20198,7 +20394,7 @@
20198
20394
  }
20199
20395
  ],
20200
20396
  "inputs": {
20201
- "../../../../../../../tmp/tmp-3140-bmbQo0uDRhzJ/19ed6a92c711/index.css": {
20397
+ "../../../../../../../tmp/tmp-3074-WX5bcm3oyngm/19ef3b692880/index.css": {
20202
20398
  "bytesInOutput": 74984
20203
20399
  }
20204
20400
  },