@100mslive/roomkit-react 0.1.7 → 0.1.8-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 (53) hide show
  1. package/dist/AudioLevel/AudioLevel.d.ts +5 -8
  2. package/dist/AudioLevel/index.d.ts +2 -1
  3. package/dist/AudioLevel/useBorderAudioLevel.d.ts +8 -0
  4. package/dist/{HLSView-3S74KF3A.js → HLSView-IQRPLYNH.js} +5 -4
  5. package/dist/{HLSView-3S74KF3A.js.map → HLSView-IQRPLYNH.js.map} +2 -2
  6. package/dist/Prebuilt/components/Chip.d.ts +12 -0
  7. package/dist/Prebuilt/components/PrebuiltDialogPortal.d.ts +4 -0
  8. package/dist/{VirtualBackground-3TI5NA4V.js → VirtualBackground-GP4ATXD3.js} +3 -3
  9. package/dist/{chunk-36X4ZCLC.js → chunk-2H5NIZB7.js} +2 -2
  10. package/dist/{chunk-Z7P5WITU.js → chunk-GLYGPYNS.js} +560 -1190
  11. package/dist/chunk-GLYGPYNS.js.map +7 -0
  12. package/dist/{chunk-5DQ3WTED.js → chunk-Z3O2WGWV.js} +2 -2
  13. package/dist/{chunk-5DQ3WTED.js.map → chunk-Z3O2WGWV.js.map} +1 -1
  14. package/dist/{conference-JNABIZBG.js → conference-JD35TNH4.js} +1351 -662
  15. package/dist/conference-JD35TNH4.js.map +7 -0
  16. package/dist/index.cjs.js +3387 -3297
  17. package/dist/index.cjs.js.map +4 -4
  18. package/dist/index.js +4 -2
  19. package/dist/meta.cjs.json +1001 -826
  20. package/dist/meta.esbuild.json +1053 -877
  21. package/package.json +6 -6
  22. package/src/AudioLevel/AudioLevel.tsx +79 -30
  23. package/src/AudioLevel/audio-level.png +0 -0
  24. package/src/AudioLevel/index.ts +2 -1
  25. package/src/AudioLevel/useBorderAudioLevel.tsx +34 -0
  26. package/src/Prebuilt/App.tsx +1 -0
  27. package/src/Prebuilt/common/utils.js +0 -7
  28. package/src/Prebuilt/components/{Chip.jsx → Chip.tsx} +13 -2
  29. package/src/Prebuilt/components/Footer/ParticipantList.jsx +23 -12
  30. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +43 -3
  31. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +7 -4
  32. package/src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx +3 -2
  33. package/src/Prebuilt/components/MoreSettings/EmbedUrl.jsx +3 -2
  34. package/src/Prebuilt/components/MwebLandscapePrompt.jsx +58 -0
  35. package/src/Prebuilt/components/Notifications/HLSFailureModal.jsx +3 -2
  36. package/src/Prebuilt/components/Notifications/PermissionErrorModal.jsx +3 -2
  37. package/src/Prebuilt/components/PrebuiltDialogPortal.tsx +6 -0
  38. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +4 -3
  39. package/src/Prebuilt/components/RoleChangeModal.jsx +3 -2
  40. package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +3 -2
  41. package/src/Prebuilt/components/Settings/SettingsModal.jsx +3 -2
  42. package/src/Prebuilt/components/Settings/StartRecording.jsx +3 -2
  43. package/src/Prebuilt/components/StatsForNerds.jsx +3 -2
  44. package/src/Prebuilt/components/VideoTile.jsx +22 -69
  45. package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +3 -2
  46. package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +4 -29
  47. package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +3 -2
  48. package/src/Prebuilt/layouts/HLSView.jsx +1 -0
  49. package/src/Prebuilt/primitives/DialogContent.jsx +5 -4
  50. package/dist/chunk-Z7P5WITU.js.map +0 -7
  51. package/dist/conference-JNABIZBG.js.map +0 -7
  52. /package/dist/{VirtualBackground-3TI5NA4V.js.map → VirtualBackground-GP4ATXD3.js.map} +0 -0
  53. /package/dist/{chunk-36X4ZCLC.js.map → chunk-2H5NIZB7.js.map} +0 -0
@@ -1104,7 +1104,7 @@
1104
1104
  ],
1105
1105
  "format": "esm"
1106
1106
  },
1107
- "src/AudioLevel/AudioLevel.tsx": {
1107
+ "src/AudioLevel/useBorderAudioLevel.tsx": {
1108
1108
  "bytes": 996,
1109
1109
  "imports": [
1110
1110
  {
@@ -1135,9 +1135,54 @@
1135
1135
  ],
1136
1136
  "format": "esm"
1137
1137
  },
1138
+ "src/AudioLevel/audio-level.png": {
1139
+ "bytes": 621,
1140
+ "imports": []
1141
+ },
1142
+ "src/AudioLevel/AudioLevel.tsx": {
1143
+ "bytes": 2294,
1144
+ "imports": [
1145
+ {
1146
+ "path": "react",
1147
+ "kind": "import-statement",
1148
+ "external": true
1149
+ },
1150
+ {
1151
+ "path": "@100mslive/react-sdk",
1152
+ "kind": "import-statement",
1153
+ "external": true
1154
+ },
1155
+ {
1156
+ "path": "src/Layout/index.tsx",
1157
+ "kind": "import-statement",
1158
+ "original": "../Layout"
1159
+ },
1160
+ {
1161
+ "path": "src/Theme/index.tsx",
1162
+ "kind": "import-statement",
1163
+ "original": "../Theme"
1164
+ },
1165
+ {
1166
+ "path": "src/AudioLevel/audio-level.png",
1167
+ "kind": "import-statement",
1168
+ "original": "./audio-level.png"
1169
+ },
1170
+ {
1171
+ "path": "<define:process.env>",
1172
+ "kind": "import-statement",
1173
+ "external": true
1174
+ }
1175
+ ],
1176
+ "format": "esm"
1177
+ },
1138
1178
  "src/AudioLevel/index.ts": {
1139
- "bytes": 52,
1179
+ "bytes": 104,
1140
1180
  "imports": [
1181
+ {
1182
+ "path": "src/AudioLevel/useBorderAudioLevel.tsx",
1183
+ "kind": "import-statement",
1184
+ "original": "./useBorderAudioLevel"
1185
+ },
1141
1186
  {
1142
1187
  "path": "src/AudioLevel/AudioLevel.tsx",
1143
1188
  "kind": "import-statement",
@@ -1972,8 +2017,29 @@
1972
2017
  ],
1973
2018
  "format": "esm"
1974
2019
  },
2020
+ "src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
2021
+ "bytes": 267,
2022
+ "imports": [
2023
+ {
2024
+ "path": "react",
2025
+ "kind": "import-statement",
2026
+ "external": true
2027
+ },
2028
+ {
2029
+ "path": "src/Modal/index.ts",
2030
+ "kind": "import-statement",
2031
+ "original": "../../Modal"
2032
+ },
2033
+ {
2034
+ "path": "<define:process.env>",
2035
+ "kind": "import-statement",
2036
+ "external": true
2037
+ }
2038
+ ],
2039
+ "format": "esm"
2040
+ },
1975
2041
  "src/Prebuilt/primitives/DialogContent.jsx": {
1976
- "bytes": 8376,
2042
+ "bytes": 8479,
1977
2043
  "imports": [
1978
2044
  {
1979
2045
  "path": "react",
@@ -1985,6 +2051,11 @@
1985
2051
  "kind": "import-statement",
1986
2052
  "external": true
1987
2053
  },
2054
+ {
2055
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
2056
+ "kind": "import-statement",
2057
+ "original": "../components/PrebuiltDialogPortal"
2058
+ },
1988
2059
  {
1989
2060
  "path": "src/Button/index.tsx",
1990
2061
  "kind": "import-statement",
@@ -2532,7 +2603,7 @@
2532
2603
  "imports": []
2533
2604
  },
2534
2605
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
2535
- "bytes": 4680,
2606
+ "bytes": 4758,
2536
2607
  "imports": [
2537
2608
  {
2538
2609
  "path": "react",
@@ -2564,6 +2635,11 @@
2564
2635
  "kind": "import-statement",
2565
2636
  "original": "../../images/ios-perm-0.png"
2566
2637
  },
2638
+ {
2639
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
2640
+ "kind": "import-statement",
2641
+ "original": "../PrebuiltDialogPortal"
2642
+ },
2567
2643
  {
2568
2644
  "path": "src/Prebuilt/common/constants.js",
2569
2645
  "kind": "import-statement",
@@ -2801,7 +2877,7 @@
2801
2877
  "format": "esm"
2802
2878
  },
2803
2879
  "src/Prebuilt/common/utils.js": {
2804
- "bytes": 3038,
2880
+ "bytes": 2873,
2805
2881
  "imports": [
2806
2882
  {
2807
2883
  "path": "<define:process.env>",
@@ -3609,8 +3685,8 @@
3609
3685
  ],
3610
3686
  "format": "esm"
3611
3687
  },
3612
- "src/Prebuilt/components/Chip.jsx": {
3613
- "bytes": 580,
3688
+ "src/Prebuilt/components/Chip.tsx": {
3689
+ "bytes": 863,
3614
3690
  "imports": [
3615
3691
  {
3616
3692
  "path": "react",
@@ -3627,10 +3703,20 @@
3627
3703
  "kind": "import-statement",
3628
3704
  "original": "../../Text"
3629
3705
  },
3706
+ {
3707
+ "path": "../../Theme",
3708
+ "kind": "import-statement",
3709
+ "external": true
3710
+ },
3630
3711
  {
3631
3712
  "path": "<define:process.env>",
3632
3713
  "kind": "import-statement",
3633
3714
  "external": true
3715
+ },
3716
+ {
3717
+ "path": "<runtime>",
3718
+ "kind": "import-statement",
3719
+ "external": true
3634
3720
  }
3635
3721
  ],
3636
3722
  "format": "esm"
@@ -3981,7 +4067,7 @@
3981
4067
  "format": "esm"
3982
4068
  },
3983
4069
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
3984
- "bytes": 8869,
4070
+ "bytes": 8947,
3985
4071
  "imports": [
3986
4072
  {
3987
4073
  "path": "react",
@@ -4038,6 +4124,11 @@
4038
4124
  "kind": "import-statement",
4039
4125
  "original": "../../../Theme"
4040
4126
  },
4127
+ {
4128
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
4129
+ "kind": "import-statement",
4130
+ "original": "../PrebuiltDialogPortal"
4131
+ },
4041
4132
  {
4042
4133
  "path": "src/Prebuilt/components/Settings/common.js",
4043
4134
  "kind": "import-statement",
@@ -4056,28 +4147,64 @@
4056
4147
  ],
4057
4148
  "format": "esm"
4058
4149
  },
4059
- "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
4060
- "bytes": 2933,
4150
+ "src/Prebuilt/components/Preview/PreviewForm.tsx": {
4151
+ "bytes": 2636,
4061
4152
  "imports": [
4062
4153
  {
4063
4154
  "path": "react",
4064
4155
  "kind": "import-statement",
4065
4156
  "external": true
4066
4157
  },
4158
+ {
4159
+ "path": "react-use",
4160
+ "kind": "import-statement",
4161
+ "external": true
4162
+ },
4163
+ {
4164
+ "path": "@100mslive/types-prebuilt/elements/join_form",
4165
+ "kind": "import-statement",
4166
+ "external": true
4167
+ },
4168
+ {
4169
+ "path": "@100mslive/react-sdk",
4170
+ "kind": "import-statement",
4171
+ "external": true
4172
+ },
4067
4173
  {
4068
4174
  "path": "@100mslive/react-icons",
4069
4175
  "kind": "import-statement",
4070
4176
  "external": true
4071
4177
  },
4072
4178
  {
4073
- "path": "src/Button/index.tsx",
4179
+ "path": "src/index.ts",
4074
4180
  "kind": "import-statement",
4075
- "original": "../../../Button"
4181
+ "original": "../../.."
4076
4182
  },
4077
4183
  {
4078
- "path": "src/Input/index.tsx",
4184
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
4079
4185
  "kind": "import-statement",
4080
- "original": "../../../Input"
4186
+ "original": "../../provider/roomLayoutProvider"
4187
+ },
4188
+ {
4189
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
4190
+ "kind": "import-statement",
4191
+ "original": "./PreviewJoin"
4192
+ },
4193
+ {
4194
+ "path": "<define:process.env>",
4195
+ "kind": "import-statement",
4196
+ "external": true
4197
+ }
4198
+ ],
4199
+ "format": "esm"
4200
+ },
4201
+ "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
4202
+ "bytes": 1301,
4203
+ "imports": [
4204
+ {
4205
+ "path": "react",
4206
+ "kind": "import-statement",
4207
+ "external": true
4081
4208
  },
4082
4209
  {
4083
4210
  "path": "src/Layout/index.tsx",
@@ -4089,6 +4216,11 @@
4089
4216
  "kind": "import-statement",
4090
4217
  "original": "../../../Text"
4091
4218
  },
4219
+ {
4220
+ "path": "src/Theme/index.tsx",
4221
+ "kind": "import-statement",
4222
+ "original": "../../../Theme"
4223
+ },
4092
4224
  {
4093
4225
  "path": "<define:process.env>",
4094
4226
  "kind": "import-statement",
@@ -4102,8 +4234,24 @@
4102
4234
  ],
4103
4235
  "format": "esm"
4104
4236
  },
4105
- "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
4106
- "bytes": 2129,
4237
+ "src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
4238
+ "bytes": 2212,
4239
+ "imports": [
4240
+ {
4241
+ "path": "@100mslive/hms-virtual-background",
4242
+ "kind": "import-statement",
4243
+ "external": true
4244
+ },
4245
+ {
4246
+ "path": "<define:process.env>",
4247
+ "kind": "import-statement",
4248
+ "external": true
4249
+ }
4250
+ ],
4251
+ "format": "esm"
4252
+ },
4253
+ "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
4254
+ "bytes": 3590,
4107
4255
  "imports": [
4108
4256
  {
4109
4257
  "path": "react",
@@ -4111,7 +4259,7 @@
4111
4259
  "external": true
4112
4260
  },
4113
4261
  {
4114
- "path": "react-use",
4262
+ "path": "@100mslive/hms-virtual-background",
4115
4263
  "kind": "import-statement",
4116
4264
  "external": true
4117
4265
  },
@@ -4121,35 +4269,45 @@
4121
4269
  "external": true
4122
4270
  },
4123
4271
  {
4124
- "path": "src/index.ts",
4272
+ "path": "@100mslive/react-icons",
4125
4273
  "kind": "import-statement",
4126
- "original": "../../../"
4274
+ "external": true
4127
4275
  },
4128
4276
  {
4129
- "path": "src/Sheet/index.ts",
4277
+ "path": "src/Prebuilt/components/MoreSettings/ActionTile.jsx",
4130
4278
  "kind": "import-statement",
4131
- "original": "../../../Sheet"
4279
+ "original": "../../components/MoreSettings/ActionTile"
4132
4280
  },
4133
4281
  {
4134
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
4282
+ "path": "src/Loading/index.ts",
4135
4283
  "kind": "import-statement",
4136
- "original": "../Toast/ToastManager"
4284
+ "original": "../../../Loading"
4137
4285
  },
4138
4286
  {
4139
- "path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx",
4287
+ "path": "src/Tooltip/index.ts",
4140
4288
  "kind": "import-statement",
4141
- "original": "./ChangeNameContent"
4289
+ "original": "../../../Tooltip"
4142
4290
  },
4143
4291
  {
4144
- "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
4292
+ "path": "src/Prebuilt/IconButton.jsx",
4145
4293
  "kind": "import-statement",
4146
- "original": "../hooks/useUserPreferences"
4294
+ "original": "../../IconButton"
4295
+ },
4296
+ {
4297
+ "path": "src/Prebuilt/plugins/VirtualBackground/vbutils.js",
4298
+ "kind": "import-statement",
4299
+ "original": "./vbutils"
4147
4300
  },
4148
4301
  {
4149
4302
  "path": "<define:process.env>",
4150
4303
  "kind": "import-statement",
4151
4304
  "external": true
4152
4305
  },
4306
+ {
4307
+ "path": "@100mslive/hms-virtual-background",
4308
+ "kind": "dynamic-import",
4309
+ "external": true
4310
+ },
4153
4311
  {
4154
4312
  "path": "<runtime>",
4155
4313
  "kind": "import-statement",
@@ -4158,8 +4316,8 @@
4158
4316
  ],
4159
4317
  "format": "esm"
4160
4318
  },
4161
- "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
4162
- "bytes": 9915,
4319
+ "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
4320
+ "bytes": 9541,
4163
4321
  "imports": [
4164
4322
  {
4165
4323
  "path": "react",
@@ -4182,34 +4340,64 @@
4182
4340
  "external": true
4183
4341
  },
4184
4342
  {
4185
- "path": "src/Layout/index.tsx",
4343
+ "path": "src/index.ts",
4186
4344
  "kind": "import-statement",
4187
- "original": "../../../Layout"
4345
+ "original": "../../.."
4188
4346
  },
4189
4347
  {
4190
- "path": "src/Slider/index.ts",
4348
+ "path": "src/AudioLevel/index.ts",
4191
4349
  "kind": "import-statement",
4192
- "original": "../../../Slider"
4350
+ "original": "../../../AudioLevel"
4193
4351
  },
4194
4352
  {
4195
- "path": "src/Text/index.tsx",
4353
+ "path": "src/Prebuilt/AppContext.tsx",
4196
4354
  "kind": "import-statement",
4197
- "original": "../../../Text"
4355
+ "original": "../../AppContext"
4198
4356
  },
4199
4357
  {
4200
- "path": "src/Theme/index.tsx",
4358
+ "path": "src/Prebuilt/IconButton.jsx",
4201
4359
  "kind": "import-statement",
4202
- "original": "../../../Theme"
4360
+ "original": "../../IconButton"
4203
4361
  },
4204
4362
  {
4205
- "path": "src/TileMenu/index.tsx",
4363
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
4206
4364
  "kind": "import-statement",
4207
- "original": "../../../TileMenu"
4365
+ "original": "../../provider/roomLayoutProvider"
4208
4366
  },
4209
4367
  {
4210
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
4368
+ "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
4211
4369
  "kind": "import-statement",
4212
- "original": "../Toast/ToastManager"
4370
+ "original": "../AudioVideoToggle"
4371
+ },
4372
+ {
4373
+ "path": "src/Prebuilt/components/Chip.tsx",
4374
+ "kind": "import-statement",
4375
+ "original": "../Chip"
4376
+ },
4377
+ {
4378
+ "path": "src/Prebuilt/components/Connection/TileConnection.tsx",
4379
+ "kind": "import-statement",
4380
+ "original": "../Connection/TileConnection"
4381
+ },
4382
+ {
4383
+ "path": "src/Prebuilt/components/FullPageProgress.jsx",
4384
+ "kind": "import-statement",
4385
+ "original": "../FullPageProgress"
4386
+ },
4387
+ {
4388
+ "path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
4389
+ "kind": "import-statement",
4390
+ "original": "../Header/HeaderComponents"
4391
+ },
4392
+ {
4393
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
4394
+ "kind": "import-statement",
4395
+ "original": "../Settings/SettingsModal"
4396
+ },
4397
+ {
4398
+ "path": "src/Prebuilt/components/Preview/PreviewForm.tsx",
4399
+ "kind": "import-statement",
4400
+ "original": "./PreviewForm"
4213
4401
  },
4214
4402
  {
4215
4403
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
@@ -4217,9 +4405,14 @@
4217
4405
  "original": "../AppData/useUISettings"
4218
4406
  },
4219
4407
  {
4220
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
4408
+ "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
4221
4409
  "kind": "import-statement",
4222
- "original": "../hooks/useDropdownSelection"
4410
+ "original": "../hooks/useUserPreferences"
4411
+ },
4412
+ {
4413
+ "path": "src/Prebuilt/common/utils.js",
4414
+ "kind": "import-statement",
4415
+ "original": "../../common/utils"
4223
4416
  },
4224
4417
  {
4225
4418
  "path": "src/Prebuilt/common/constants.js",
@@ -4231,6 +4424,11 @@
4231
4424
  "kind": "import-statement",
4232
4425
  "external": true
4233
4426
  },
4427
+ {
4428
+ "path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
4429
+ "kind": "dynamic-import",
4430
+ "original": "../../plugins/VirtualBackground/VirtualBackground"
4431
+ },
4234
4432
  {
4235
4433
  "path": "<runtime>",
4236
4434
  "kind": "import-statement",
@@ -4239,8 +4437,8 @@
4239
4437
  ],
4240
4438
  "format": "esm"
4241
4439
  },
4242
- "src/Prebuilt/components/hooks/useDropdownList.jsx": {
4243
- "bytes": 747,
4440
+ "src/Prebuilt/components/Preview/PreviewContainer.tsx": {
4441
+ "bytes": 2128,
4244
4442
  "imports": [
4245
4443
  {
4246
4444
  "path": "react",
@@ -4248,511 +4446,7 @@
4248
4446
  "external": true
4249
4447
  },
4250
4448
  {
4251
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
4252
- "kind": "import-statement",
4253
- "original": "../AppData/useUISettings"
4254
- },
4255
- {
4256
- "path": "src/Prebuilt/common/constants.js",
4257
- "kind": "import-statement",
4258
- "original": "../../common/constants"
4259
- },
4260
- {
4261
- "path": "<define:process.env>",
4262
- "kind": "import-statement",
4263
- "external": true
4264
- }
4265
- ],
4266
- "format": "esm"
4267
- },
4268
- "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
4269
- "bytes": 4567,
4270
- "imports": [
4271
- {
4272
- "path": "react",
4273
- "kind": "import-statement",
4274
- "external": true
4275
- },
4276
- {
4277
- "path": "react-use",
4278
- "kind": "import-statement",
4279
- "external": true
4280
- },
4281
- {
4282
- "path": "@100mslive/react-sdk",
4283
- "kind": "import-statement",
4284
- "external": true
4285
- },
4286
- {
4287
- "path": "@100mslive/react-icons",
4288
- "kind": "import-statement",
4289
- "external": true
4290
- },
4291
- {
4292
- "path": "src/Layout/index.tsx",
4293
- "kind": "import-statement",
4294
- "original": "../../../Layout"
4295
- },
4296
- {
4297
- "path": "src/Sheet/index.ts",
4298
- "kind": "import-statement",
4299
- "original": "../../../Sheet"
4300
- },
4301
- {
4302
- "path": "src/Text/index.tsx",
4303
- "kind": "import-statement",
4304
- "original": "../../../Text"
4305
- },
4306
- {
4307
- "path": "src/Theme/index.tsx",
4308
- "kind": "import-statement",
4309
- "original": "../../../Theme"
4310
- },
4311
- {
4312
- "path": "src/TileMenu/index.tsx",
4313
- "kind": "import-statement",
4314
- "original": "../../../TileMenu"
4315
- },
4316
- {
4317
- "path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx",
4318
- "kind": "import-statement",
4319
- "original": "../MoreSettings/ChangeNameModal"
4320
- },
4321
- {
4322
- "path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
4323
- "kind": "import-statement",
4324
- "original": "./TileMenuContent"
4325
- },
4326
- {
4327
- "path": "src/Prebuilt/components/hooks/useDropdownList.jsx",
4328
- "kind": "import-statement",
4329
- "original": "../hooks/useDropdownList"
4330
- },
4331
- {
4332
- "path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
4333
- "kind": "import-statement",
4334
- "original": "./TileMenuContent"
4335
- },
4336
- {
4337
- "path": "<define:process.env>",
4338
- "kind": "import-statement",
4339
- "external": true
4340
- },
4341
- {
4342
- "path": "<runtime>",
4343
- "kind": "import-statement",
4344
- "external": true
4345
- }
4346
- ],
4347
- "format": "esm"
4348
- },
4349
- "src/Prebuilt/components/peerTileUtils.jsx": {
4350
- "bytes": 1197,
4351
- "imports": [
4352
- {
4353
- "path": "<define:process.env>",
4354
- "kind": "import-statement",
4355
- "external": true
4356
- }
4357
- ],
4358
- "format": "esm"
4359
- },
4360
- "src/Prebuilt/components/VideoTile.jsx": {
4361
- "bytes": 8154,
4362
- "imports": [
4363
- {
4364
- "path": "react",
4365
- "kind": "import-statement",
4366
- "external": true
4367
- },
4368
- {
4369
- "path": "react-use",
4370
- "kind": "import-statement",
4371
- "external": true
4372
- },
4373
- {
4374
- "path": "@100mslive/react-sdk",
4375
- "kind": "import-statement",
4376
- "external": true
4377
- },
4378
- {
4379
- "path": "@100mslive/react-icons",
4380
- "kind": "import-statement",
4381
- "external": true
4382
- },
4383
- {
4384
- "path": "src/Prebuilt/components/Connection/TileConnection.tsx",
4385
- "kind": "import-statement",
4386
- "original": "./Connection/TileConnection"
4387
- },
4388
- {
4389
- "path": "src/Prebuilt/components/TileMenu/TileMenu.jsx",
4390
- "kind": "import-statement",
4391
- "original": "./TileMenu/TileMenu"
4392
- },
4393
- {
4394
- "path": "src/Avatar/index.ts",
4395
- "kind": "import-statement",
4396
- "original": "../../Avatar"
4397
- },
4398
- {
4399
- "path": "src/Layout/index.tsx",
4400
- "kind": "import-statement",
4401
- "original": "../../Layout"
4402
- },
4403
- {
4404
- "path": "src/Stats/index.tsx",
4405
- "kind": "import-statement",
4406
- "original": "../../Stats"
4407
- },
4408
- {
4409
- "path": "src/Theme/index.tsx",
4410
- "kind": "import-statement",
4411
- "original": "../../Theme"
4412
- },
4413
- {
4414
- "path": "src/Video/index.tsx",
4415
- "kind": "import-statement",
4416
- "original": "../../Video"
4417
- },
4418
- {
4419
- "path": "src/VideoTile/index.tsx",
4420
- "kind": "import-statement",
4421
- "original": "../../VideoTile"
4422
- },
4423
- {
4424
- "path": "src/Prebuilt/components/peerTileUtils.jsx",
4425
- "kind": "import-statement",
4426
- "original": "./peerTileUtils"
4427
- },
4428
- {
4429
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
4430
- "kind": "import-statement",
4431
- "original": "./AppData/useUISettings"
4432
- },
4433
- {
4434
- "path": "src/Prebuilt/common/utils.js",
4435
- "kind": "import-statement",
4436
- "original": "../common/utils"
4437
- },
4438
- {
4439
- "path": "src/Prebuilt/common/constants.js",
4440
- "kind": "import-statement",
4441
- "original": "../common/constants"
4442
- },
4443
- {
4444
- "path": "<define:process.env>",
4445
- "kind": "import-statement",
4446
- "external": true
4447
- },
4448
- {
4449
- "path": "<runtime>",
4450
- "kind": "import-statement",
4451
- "external": true
4452
- }
4453
- ],
4454
- "format": "esm"
4455
- },
4456
- "src/Prebuilt/components/Preview/PreviewForm.tsx": {
4457
- "bytes": 2636,
4458
- "imports": [
4459
- {
4460
- "path": "react",
4461
- "kind": "import-statement",
4462
- "external": true
4463
- },
4464
- {
4465
- "path": "react-use",
4466
- "kind": "import-statement",
4467
- "external": true
4468
- },
4469
- {
4470
- "path": "@100mslive/types-prebuilt/elements/join_form",
4471
- "kind": "import-statement",
4472
- "external": true
4473
- },
4474
- {
4475
- "path": "@100mslive/react-sdk",
4476
- "kind": "import-statement",
4477
- "external": true
4478
- },
4479
- {
4480
- "path": "@100mslive/react-icons",
4481
- "kind": "import-statement",
4482
- "external": true
4483
- },
4484
- {
4485
- "path": "src/index.ts",
4486
- "kind": "import-statement",
4487
- "original": "../../.."
4488
- },
4489
- {
4490
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
4491
- "kind": "import-statement",
4492
- "original": "../../provider/roomLayoutProvider"
4493
- },
4494
- {
4495
- "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
4496
- "kind": "import-statement",
4497
- "original": "./PreviewJoin"
4498
- },
4499
- {
4500
- "path": "<define:process.env>",
4501
- "kind": "import-statement",
4502
- "external": true
4503
- }
4504
- ],
4505
- "format": "esm"
4506
- },
4507
- "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
4508
- "bytes": 1301,
4509
- "imports": [
4510
- {
4511
- "path": "react",
4512
- "kind": "import-statement",
4513
- "external": true
4514
- },
4515
- {
4516
- "path": "src/Layout/index.tsx",
4517
- "kind": "import-statement",
4518
- "original": "../../../Layout"
4519
- },
4520
- {
4521
- "path": "src/Text/index.tsx",
4522
- "kind": "import-statement",
4523
- "original": "../../../Text"
4524
- },
4525
- {
4526
- "path": "src/Theme/index.tsx",
4527
- "kind": "import-statement",
4528
- "original": "../../../Theme"
4529
- },
4530
- {
4531
- "path": "<define:process.env>",
4532
- "kind": "import-statement",
4533
- "external": true
4534
- },
4535
- {
4536
- "path": "<runtime>",
4537
- "kind": "import-statement",
4538
- "external": true
4539
- }
4540
- ],
4541
- "format": "esm"
4542
- },
4543
- "src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
4544
- "bytes": 2212,
4545
- "imports": [
4546
- {
4547
- "path": "@100mslive/hms-virtual-background",
4548
- "kind": "import-statement",
4549
- "external": true
4550
- },
4551
- {
4552
- "path": "<define:process.env>",
4553
- "kind": "import-statement",
4554
- "external": true
4555
- }
4556
- ],
4557
- "format": "esm"
4558
- },
4559
- "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
4560
- "bytes": 3590,
4561
- "imports": [
4562
- {
4563
- "path": "react",
4564
- "kind": "import-statement",
4565
- "external": true
4566
- },
4567
- {
4568
- "path": "@100mslive/hms-virtual-background",
4569
- "kind": "import-statement",
4570
- "external": true
4571
- },
4572
- {
4573
- "path": "@100mslive/react-sdk",
4574
- "kind": "import-statement",
4575
- "external": true
4576
- },
4577
- {
4578
- "path": "@100mslive/react-icons",
4579
- "kind": "import-statement",
4580
- "external": true
4581
- },
4582
- {
4583
- "path": "src/Prebuilt/components/MoreSettings/ActionTile.jsx",
4584
- "kind": "import-statement",
4585
- "original": "../../components/MoreSettings/ActionTile"
4586
- },
4587
- {
4588
- "path": "src/Loading/index.ts",
4589
- "kind": "import-statement",
4590
- "original": "../../../Loading"
4591
- },
4592
- {
4593
- "path": "src/Tooltip/index.ts",
4594
- "kind": "import-statement",
4595
- "original": "../../../Tooltip"
4596
- },
4597
- {
4598
- "path": "src/Prebuilt/IconButton.jsx",
4599
- "kind": "import-statement",
4600
- "original": "../../IconButton"
4601
- },
4602
- {
4603
- "path": "src/Prebuilt/plugins/VirtualBackground/vbutils.js",
4604
- "kind": "import-statement",
4605
- "original": "./vbutils"
4606
- },
4607
- {
4608
- "path": "<define:process.env>",
4609
- "kind": "import-statement",
4610
- "external": true
4611
- },
4612
- {
4613
- "path": "@100mslive/hms-virtual-background",
4614
- "kind": "dynamic-import",
4615
- "external": true
4616
- },
4617
- {
4618
- "path": "<runtime>",
4619
- "kind": "import-statement",
4620
- "external": true
4621
- }
4622
- ],
4623
- "format": "esm"
4624
- },
4625
- "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
4626
- "bytes": 9466,
4627
- "imports": [
4628
- {
4629
- "path": "react",
4630
- "kind": "import-statement",
4631
- "external": true
4632
- },
4633
- {
4634
- "path": "react-use",
4635
- "kind": "import-statement",
4636
- "external": true
4637
- },
4638
- {
4639
- "path": "@100mslive/react-sdk",
4640
- "kind": "import-statement",
4641
- "external": true
4642
- },
4643
- {
4644
- "path": "@100mslive/react-icons",
4645
- "kind": "import-statement",
4646
- "external": true
4647
- },
4648
- {
4649
- "path": "src/index.ts",
4650
- "kind": "import-statement",
4651
- "original": "../../.."
4652
- },
4653
- {
4654
- "path": "src/Prebuilt/AppContext.tsx",
4655
- "kind": "import-statement",
4656
- "original": "../../AppContext"
4657
- },
4658
- {
4659
- "path": "src/Prebuilt/IconButton.jsx",
4660
- "kind": "import-statement",
4661
- "original": "../../IconButton"
4662
- },
4663
- {
4664
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
4665
- "kind": "import-statement",
4666
- "original": "../../provider/roomLayoutProvider"
4667
- },
4668
- {
4669
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
4670
- "kind": "import-statement",
4671
- "original": "../AudioVideoToggle"
4672
- },
4673
- {
4674
- "path": "src/Prebuilt/components/Chip.jsx",
4675
- "kind": "import-statement",
4676
- "original": "../Chip"
4677
- },
4678
- {
4679
- "path": "src/Prebuilt/components/Connection/TileConnection.tsx",
4680
- "kind": "import-statement",
4681
- "original": "../Connection/TileConnection"
4682
- },
4683
- {
4684
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
4685
- "kind": "import-statement",
4686
- "original": "../FullPageProgress"
4687
- },
4688
- {
4689
- "path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
4690
- "kind": "import-statement",
4691
- "original": "../Header/HeaderComponents"
4692
- },
4693
- {
4694
- "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
4695
- "kind": "import-statement",
4696
- "original": "../Settings/SettingsModal"
4697
- },
4698
- {
4699
- "path": "src/Prebuilt/components/VideoTile.jsx",
4700
- "kind": "import-statement",
4701
- "original": "../VideoTile"
4702
- },
4703
- {
4704
- "path": "src/Prebuilt/components/Preview/PreviewForm.tsx",
4705
- "kind": "import-statement",
4706
- "original": "./PreviewForm"
4707
- },
4708
- {
4709
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
4710
- "kind": "import-statement",
4711
- "original": "../AppData/useUISettings"
4712
- },
4713
- {
4714
- "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
4715
- "kind": "import-statement",
4716
- "original": "../hooks/useUserPreferences"
4717
- },
4718
- {
4719
- "path": "src/Prebuilt/common/utils.js",
4720
- "kind": "import-statement",
4721
- "original": "../../common/utils"
4722
- },
4723
- {
4724
- "path": "src/Prebuilt/common/constants.js",
4725
- "kind": "import-statement",
4726
- "original": "../../common/constants"
4727
- },
4728
- {
4729
- "path": "<define:process.env>",
4730
- "kind": "import-statement",
4731
- "external": true
4732
- },
4733
- {
4734
- "path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
4735
- "kind": "dynamic-import",
4736
- "original": "../../plugins/VirtualBackground/VirtualBackground"
4737
- },
4738
- {
4739
- "path": "<runtime>",
4740
- "kind": "import-statement",
4741
- "external": true
4742
- }
4743
- ],
4744
- "format": "esm"
4745
- },
4746
- "src/Prebuilt/components/Preview/PreviewContainer.tsx": {
4747
- "bytes": 2128,
4748
- "imports": [
4749
- {
4750
- "path": "react",
4751
- "kind": "import-statement",
4752
- "external": true
4753
- },
4754
- {
4755
- "path": "react-router-dom",
4449
+ "path": "react-router-dom",
4756
4450
  "kind": "import-statement",
4757
4451
  "external": true
4758
4452
  },
@@ -5056,6 +4750,32 @@
5056
4750
  ],
5057
4751
  "format": "esm"
5058
4752
  },
4753
+ "src/Prebuilt/components/hooks/useDropdownList.jsx": {
4754
+ "bytes": 747,
4755
+ "imports": [
4756
+ {
4757
+ "path": "react",
4758
+ "kind": "import-statement",
4759
+ "external": true
4760
+ },
4761
+ {
4762
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
4763
+ "kind": "import-statement",
4764
+ "original": "../AppData/useUISettings"
4765
+ },
4766
+ {
4767
+ "path": "src/Prebuilt/common/constants.js",
4768
+ "kind": "import-statement",
4769
+ "original": "../../common/constants"
4770
+ },
4771
+ {
4772
+ "path": "<define:process.env>",
4773
+ "kind": "import-statement",
4774
+ "external": true
4775
+ }
4776
+ ],
4777
+ "format": "esm"
4778
+ },
5059
4779
  "src/Prebuilt/components/EmojiReaction.jsx": {
5060
4780
  "bytes": 2758,
5061
4781
  "imports": [
@@ -5277,7 +4997,7 @@
5277
4997
  "format": "esm"
5278
4998
  },
5279
4999
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
5280
- "bytes": 6070,
5000
+ "bytes": 6224,
5281
5001
  "imports": [
5282
5002
  {
5283
5003
  "path": "react",
@@ -5319,6 +5039,11 @@
5319
5039
  "kind": "import-statement",
5320
5040
  "original": "../../../Tooltip"
5321
5041
  },
5042
+ {
5043
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5044
+ "kind": "import-statement",
5045
+ "original": "../PrebuiltDialogPortal"
5046
+ },
5322
5047
  {
5323
5048
  "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
5324
5049
  "kind": "import-statement",
@@ -5578,7 +5303,7 @@
5578
5303
  "format": "esm"
5579
5304
  },
5580
5305
  "src/Prebuilt/components/RoleChangeModal.jsx": {
5581
- "bytes": 6486,
5306
+ "bytes": 6563,
5582
5307
  "imports": [
5583
5308
  {
5584
5309
  "path": "react",
@@ -5635,6 +5360,11 @@
5635
5360
  "kind": "import-statement",
5636
5361
  "original": "../../Tooltip"
5637
5362
  },
5363
+ {
5364
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5365
+ "kind": "import-statement",
5366
+ "original": "./PrebuiltDialogPortal"
5367
+ },
5638
5368
  {
5639
5369
  "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
5640
5370
  "kind": "import-statement",
@@ -5797,7 +5527,7 @@
5797
5527
  "format": "esm"
5798
5528
  },
5799
5529
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
5800
- "bytes": 4357,
5530
+ "bytes": 4435,
5801
5531
  "imports": [
5802
5532
  {
5803
5533
  "path": "react",
@@ -5819,6 +5549,11 @@
5819
5549
  "kind": "import-statement",
5820
5550
  "original": "../../../"
5821
5551
  },
5552
+ {
5553
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5554
+ "kind": "import-statement",
5555
+ "original": "../PrebuiltDialogPortal"
5556
+ },
5822
5557
  {
5823
5558
  "path": "src/Prebuilt/components/Streaming/ResolutionInput.jsx",
5824
5559
  "kind": "import-statement",
@@ -5858,7 +5593,7 @@
5858
5593
  "format": "esm"
5859
5594
  },
5860
5595
  "src/Prebuilt/components/StatsForNerds.jsx": {
5861
- "bytes": 8930,
5596
+ "bytes": 9007,
5862
5597
  "imports": [
5863
5598
  {
5864
5599
  "path": "react",
@@ -5910,6 +5645,11 @@
5910
5645
  "kind": "import-statement",
5911
5646
  "original": "../primitives/DropdownTrigger"
5912
5647
  },
5648
+ {
5649
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5650
+ "kind": "import-statement",
5651
+ "original": "./PrebuiltDialogPortal"
5652
+ },
5913
5653
  {
5914
5654
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
5915
5655
  "kind": "import-statement",
@@ -6247,7 +5987,114 @@
6247
5987
  "original": "../../../common/constants"
6248
5988
  },
6249
5989
  {
6250
- "path": "<define:process.env>",
5990
+ "path": "<define:process.env>",
5991
+ "kind": "import-statement",
5992
+ "external": true
5993
+ }
5994
+ ],
5995
+ "format": "esm"
5996
+ },
5997
+ "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
5998
+ "bytes": 2933,
5999
+ "imports": [
6000
+ {
6001
+ "path": "react",
6002
+ "kind": "import-statement",
6003
+ "external": true
6004
+ },
6005
+ {
6006
+ "path": "@100mslive/react-icons",
6007
+ "kind": "import-statement",
6008
+ "external": true
6009
+ },
6010
+ {
6011
+ "path": "src/Button/index.tsx",
6012
+ "kind": "import-statement",
6013
+ "original": "../../../Button"
6014
+ },
6015
+ {
6016
+ "path": "src/Input/index.tsx",
6017
+ "kind": "import-statement",
6018
+ "original": "../../../Input"
6019
+ },
6020
+ {
6021
+ "path": "src/Layout/index.tsx",
6022
+ "kind": "import-statement",
6023
+ "original": "../../../Layout"
6024
+ },
6025
+ {
6026
+ "path": "src/Text/index.tsx",
6027
+ "kind": "import-statement",
6028
+ "original": "../../../Text"
6029
+ },
6030
+ {
6031
+ "path": "<define:process.env>",
6032
+ "kind": "import-statement",
6033
+ "external": true
6034
+ },
6035
+ {
6036
+ "path": "<runtime>",
6037
+ "kind": "import-statement",
6038
+ "external": true
6039
+ }
6040
+ ],
6041
+ "format": "esm"
6042
+ },
6043
+ "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
6044
+ "bytes": 2207,
6045
+ "imports": [
6046
+ {
6047
+ "path": "react",
6048
+ "kind": "import-statement",
6049
+ "external": true
6050
+ },
6051
+ {
6052
+ "path": "react-use",
6053
+ "kind": "import-statement",
6054
+ "external": true
6055
+ },
6056
+ {
6057
+ "path": "@100mslive/react-sdk",
6058
+ "kind": "import-statement",
6059
+ "external": true
6060
+ },
6061
+ {
6062
+ "path": "src/index.ts",
6063
+ "kind": "import-statement",
6064
+ "original": "../../../"
6065
+ },
6066
+ {
6067
+ "path": "src/Sheet/index.ts",
6068
+ "kind": "import-statement",
6069
+ "original": "../../../Sheet"
6070
+ },
6071
+ {
6072
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6073
+ "kind": "import-statement",
6074
+ "original": "../PrebuiltDialogPortal"
6075
+ },
6076
+ {
6077
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6078
+ "kind": "import-statement",
6079
+ "original": "../Toast/ToastManager"
6080
+ },
6081
+ {
6082
+ "path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx",
6083
+ "kind": "import-statement",
6084
+ "original": "./ChangeNameContent"
6085
+ },
6086
+ {
6087
+ "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
6088
+ "kind": "import-statement",
6089
+ "original": "../hooks/useUserPreferences"
6090
+ },
6091
+ {
6092
+ "path": "<define:process.env>",
6093
+ "kind": "import-statement",
6094
+ "external": true
6095
+ },
6096
+ {
6097
+ "path": "<runtime>",
6251
6098
  "kind": "import-statement",
6252
6099
  "external": true
6253
6100
  }
@@ -6570,7 +6417,7 @@
6570
6417
  "format": "esm"
6571
6418
  },
6572
6419
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
6573
- "bytes": 2244,
6420
+ "bytes": 2322,
6574
6421
  "imports": [
6575
6422
  {
6576
6423
  "path": "react",
@@ -6592,6 +6439,11 @@
6592
6439
  "kind": "import-statement",
6593
6440
  "original": "../../primitives/DialogContent"
6594
6441
  },
6442
+ {
6443
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6444
+ "kind": "import-statement",
6445
+ "original": "../PrebuiltDialogPortal"
6446
+ },
6595
6447
  {
6596
6448
  "path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
6597
6449
  "kind": "import-statement",
@@ -6616,7 +6468,7 @@
6616
6468
  "format": "esm"
6617
6469
  },
6618
6470
  "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
6619
- "bytes": 1256,
6471
+ "bytes": 1334,
6620
6472
  "imports": [
6621
6473
  {
6622
6474
  "path": "react",
@@ -6633,6 +6485,11 @@
6633
6485
  "kind": "import-statement",
6634
6486
  "original": "../../primitives/DialogContent"
6635
6487
  },
6488
+ {
6489
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6490
+ "kind": "import-statement",
6491
+ "original": "../PrebuiltDialogPortal"
6492
+ },
6636
6493
  {
6637
6494
  "path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
6638
6495
  "kind": "import-statement",
@@ -6657,7 +6514,7 @@
6657
6514
  "format": "esm"
6658
6515
  },
6659
6516
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
6660
- "bytes": 7208,
6517
+ "bytes": 6576,
6661
6518
  "imports": [
6662
6519
  {
6663
6520
  "path": "react",
@@ -6875,69 +6732,322 @@
6875
6732
  ],
6876
6733
  "format": "esm"
6877
6734
  },
6878
- "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6879
- "bytes": 3100,
6735
+ "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6736
+ "bytes": 4389,
6737
+ "imports": [
6738
+ {
6739
+ "path": "react",
6740
+ "kind": "import-statement",
6741
+ "external": true
6742
+ },
6743
+ {
6744
+ "path": "react-use",
6745
+ "kind": "import-statement",
6746
+ "external": true
6747
+ },
6748
+ {
6749
+ "path": "react-window",
6750
+ "kind": "import-statement",
6751
+ "external": true
6752
+ },
6753
+ {
6754
+ "path": "@100mslive/react-sdk",
6755
+ "kind": "import-statement",
6756
+ "external": true
6757
+ },
6758
+ {
6759
+ "path": "@100mslive/react-icons",
6760
+ "kind": "import-statement",
6761
+ "external": true
6762
+ },
6763
+ {
6764
+ "path": "src/Accordion/index.ts",
6765
+ "kind": "import-statement",
6766
+ "original": "../../../Accordion"
6767
+ },
6768
+ {
6769
+ "path": "src/Layout/index.tsx",
6770
+ "kind": "import-statement",
6771
+ "original": "../../../Layout"
6772
+ },
6773
+ {
6774
+ "path": "src/Text/index.tsx",
6775
+ "kind": "import-statement",
6776
+ "original": "../../../Text"
6777
+ },
6778
+ {
6779
+ "path": "src/Prebuilt/components/Chip.tsx",
6780
+ "kind": "import-statement",
6781
+ "original": "../Chip"
6782
+ },
6783
+ {
6784
+ "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
6785
+ "kind": "import-statement",
6786
+ "original": "./ParticipantList"
6787
+ },
6788
+ {
6789
+ "path": "src/Prebuilt/components/Footer/RoleOptions.tsx",
6790
+ "kind": "import-statement",
6791
+ "original": "./RoleOptions"
6792
+ },
6793
+ {
6794
+ "path": "src/Prebuilt/common/utils.js",
6795
+ "kind": "import-statement",
6796
+ "original": "../../common/utils"
6797
+ },
6798
+ {
6799
+ "path": "<define:process.env>",
6800
+ "kind": "import-statement",
6801
+ "external": true
6802
+ }
6803
+ ],
6804
+ "format": "esm"
6805
+ },
6806
+ "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6807
+ "bytes": 10708,
6808
+ "imports": [
6809
+ {
6810
+ "path": "react",
6811
+ "kind": "import-statement",
6812
+ "external": true
6813
+ },
6814
+ {
6815
+ "path": "react-use",
6816
+ "kind": "import-statement",
6817
+ "external": true
6818
+ },
6819
+ {
6820
+ "path": "@100mslive/react-sdk",
6821
+ "kind": "import-statement",
6822
+ "external": true
6823
+ },
6824
+ {
6825
+ "path": "@100mslive/react-icons",
6826
+ "kind": "import-statement",
6827
+ "external": true
6828
+ },
6829
+ {
6830
+ "path": "src/index.ts",
6831
+ "kind": "import-statement",
6832
+ "original": "../../.."
6833
+ },
6834
+ {
6835
+ "path": "src/Prebuilt/IconButton.jsx",
6836
+ "kind": "import-statement",
6837
+ "original": "../../IconButton"
6838
+ },
6839
+ {
6840
+ "path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
6841
+ "kind": "import-statement",
6842
+ "original": "../Connection/ConnectionIndicator"
6843
+ },
6844
+ {
6845
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6846
+ "kind": "import-statement",
6847
+ "original": "../Toast/ToastManager"
6848
+ },
6849
+ {
6850
+ "path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
6851
+ "kind": "import-statement",
6852
+ "original": "./RoleAccordion"
6853
+ },
6854
+ {
6855
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
6856
+ "kind": "import-statement",
6857
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
6858
+ },
6859
+ {
6860
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
6861
+ "kind": "import-statement",
6862
+ "original": "../AppData/useSidepane"
6863
+ },
6864
+ {
6865
+ "path": "src/Prebuilt/common/hooks.js",
6866
+ "kind": "import-statement",
6867
+ "original": "../../common/hooks"
6868
+ },
6869
+ {
6870
+ "path": "src/Prebuilt/common/utils.js",
6871
+ "kind": "import-statement",
6872
+ "original": "../../common/utils"
6873
+ },
6874
+ {
6875
+ "path": "src/Prebuilt/common/constants.js",
6876
+ "kind": "import-statement",
6877
+ "original": "../../common/constants"
6878
+ },
6879
+ {
6880
+ "path": "<define:process.env>",
6881
+ "kind": "import-statement",
6882
+ "external": true
6883
+ },
6884
+ {
6885
+ "path": "<runtime>",
6886
+ "kind": "import-statement",
6887
+ "external": true
6888
+ }
6889
+ ],
6890
+ "format": "esm"
6891
+ },
6892
+ "src/Prebuilt/components/Footer/Footer.tsx": {
6893
+ "bytes": 3863,
6894
+ "imports": [
6895
+ {
6896
+ "path": "react",
6897
+ "kind": "import-statement",
6898
+ "external": true
6899
+ },
6900
+ {
6901
+ "path": "react-use",
6902
+ "kind": "import-statement",
6903
+ "external": true
6904
+ },
6905
+ {
6906
+ "path": "@100mslive/types-prebuilt",
6907
+ "kind": "import-statement",
6908
+ "external": true
6909
+ },
6910
+ {
6911
+ "path": "@100mslive/types-prebuilt/elements/chat",
6912
+ "kind": "import-statement",
6913
+ "external": true
6914
+ },
6915
+ {
6916
+ "path": "@100mslive/react-sdk",
6917
+ "kind": "import-statement",
6918
+ "external": true
6919
+ },
6920
+ {
6921
+ "path": "src/index.ts",
6922
+ "kind": "import-statement",
6923
+ "original": "../../.."
6924
+ },
6925
+ {
6926
+ "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
6927
+ "kind": "import-statement",
6928
+ "original": "../AudioVideoToggle"
6929
+ },
6930
+ {
6931
+ "path": "src/Prebuilt/components/EmojiReaction.jsx",
6932
+ "kind": "import-statement",
6933
+ "original": "../EmojiReaction"
6934
+ },
6935
+ {
6936
+ "path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
6937
+ "kind": "import-statement",
6938
+ "original": "../Leave/LeaveRoom"
6939
+ },
6940
+ {
6941
+ "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
6942
+ "kind": "import-statement",
6943
+ "original": "../MoreSettings/MoreSettings"
6944
+ },
6945
+ {
6946
+ "path": "src/Prebuilt/components/RaiseHand.jsx",
6947
+ "kind": "import-statement",
6948
+ "original": "../RaiseHand"
6949
+ },
6950
+ {
6951
+ "path": "src/Prebuilt/components/ScreenShareToggle.jsx",
6952
+ "kind": "import-statement",
6953
+ "original": "../ScreenShareToggle"
6954
+ },
6955
+ {
6956
+ "path": "src/Prebuilt/components/Footer/ChatToggle.tsx",
6957
+ "kind": "import-statement",
6958
+ "original": "./ChatToggle"
6959
+ },
6960
+ {
6961
+ "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
6962
+ "kind": "import-statement",
6963
+ "original": "./ParticipantList"
6964
+ },
6965
+ {
6966
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
6967
+ "kind": "import-statement",
6968
+ "original": "../AppData/useSidepane"
6969
+ },
6970
+ {
6971
+ "path": "src/Prebuilt/common/constants.js",
6972
+ "kind": "import-statement",
6973
+ "original": "../../common/constants"
6974
+ },
6975
+ {
6976
+ "path": "<define:process.env>",
6977
+ "kind": "import-statement",
6978
+ "external": true
6979
+ },
6980
+ {
6981
+ "path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
6982
+ "kind": "dynamic-import",
6983
+ "original": "../../plugins/VirtualBackground/VirtualBackground"
6984
+ }
6985
+ ],
6986
+ "format": "esm"
6987
+ },
6988
+ "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
6989
+ "bytes": 2457,
6880
6990
  "imports": [
6881
6991
  {
6882
6992
  "path": "react",
6883
6993
  "kind": "import-statement",
6884
6994
  "external": true
6885
6995
  },
6886
- {
6887
- "path": "react-use",
6888
- "kind": "import-statement",
6889
- "external": true
6890
- },
6891
- {
6892
- "path": "react-window",
6893
- "kind": "import-statement",
6894
- "external": true
6895
- },
6896
6996
  {
6897
6997
  "path": "@100mslive/react-sdk",
6898
6998
  "kind": "import-statement",
6899
6999
  "external": true
6900
7000
  },
6901
7001
  {
6902
- "path": "src/Accordion/index.ts",
7002
+ "path": "src/Button/index.tsx",
6903
7003
  "kind": "import-statement",
6904
- "original": "../../../Accordion"
7004
+ "original": "../../../Button"
6905
7005
  },
6906
7006
  {
6907
7007
  "path": "src/Layout/index.tsx",
6908
7008
  "kind": "import-statement",
6909
7009
  "original": "../../../Layout"
6910
7010
  },
7011
+ {
7012
+ "path": "src/Modal/index.ts",
7013
+ "kind": "import-statement",
7014
+ "original": "../../../Modal"
7015
+ },
6911
7016
  {
6912
7017
  "path": "src/Text/index.tsx",
6913
7018
  "kind": "import-statement",
6914
7019
  "original": "../../../Text"
6915
7020
  },
6916
7021
  {
6917
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
7022
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6918
7023
  "kind": "import-statement",
6919
- "original": "./ParticipantList"
7024
+ "original": "../PrebuiltDialogPortal"
6920
7025
  },
6921
7026
  {
6922
- "path": "src/Prebuilt/components/Footer/RoleOptions.tsx",
7027
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
6923
7028
  "kind": "import-statement",
6924
- "original": "./RoleOptions"
7029
+ "original": "../AppData/useUISettings"
6925
7030
  },
6926
7031
  {
6927
- "path": "src/Prebuilt/common/utils.js",
7032
+ "path": "src/Prebuilt/common/constants.js",
6928
7033
  "kind": "import-statement",
6929
- "original": "../../common/utils"
7034
+ "original": "../../common/constants"
6930
7035
  },
6931
7036
  {
6932
7037
  "path": "<define:process.env>",
6933
7038
  "kind": "import-statement",
6934
7039
  "external": true
7040
+ },
7041
+ {
7042
+ "path": "<runtime>",
7043
+ "kind": "import-statement",
7044
+ "external": true
6935
7045
  }
6936
7046
  ],
6937
7047
  "format": "esm"
6938
7048
  },
6939
- "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6940
- "bytes": 10390,
7049
+ "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
7050
+ "bytes": 2138,
6941
7051
  "imports": [
6942
7052
  {
6943
7053
  "path": "react",
@@ -6949,60 +7059,61 @@
6949
7059
  "kind": "import-statement",
6950
7060
  "external": true
6951
7061
  },
6952
- {
6953
- "path": "@100mslive/react-sdk",
6954
- "kind": "import-statement",
6955
- "external": true
6956
- },
6957
- {
6958
- "path": "@100mslive/react-icons",
6959
- "kind": "import-statement",
6960
- "external": true
6961
- },
6962
7062
  {
6963
7063
  "path": "src/index.ts",
6964
7064
  "kind": "import-statement",
6965
7065
  "original": "../../.."
6966
7066
  },
6967
7067
  {
6968
- "path": "src/Prebuilt/IconButton.jsx",
7068
+ "path": "src/Sheet/index.ts",
6969
7069
  "kind": "import-statement",
6970
- "original": "../../IconButton"
7070
+ "original": "../../../Sheet"
6971
7071
  },
6972
7072
  {
6973
- "path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
7073
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6974
7074
  "kind": "import-statement",
6975
- "original": "../Connection/ConnectionIndicator"
7075
+ "original": "../PrebuiltDialogPortal"
6976
7076
  },
6977
7077
  {
6978
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
7078
+ "path": "<define:process.env>",
6979
7079
  "kind": "import-statement",
6980
- "original": "../Toast/ToastManager"
7080
+ "external": true
7081
+ }
7082
+ ],
7083
+ "format": "esm"
7084
+ },
7085
+ "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
7086
+ "bytes": 2605,
7087
+ "imports": [
7088
+ {
7089
+ "path": "react",
7090
+ "kind": "import-statement",
7091
+ "external": true
6981
7092
  },
6982
7093
  {
6983
- "path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
7094
+ "path": "@100mslive/react-sdk",
6984
7095
  "kind": "import-statement",
6985
- "original": "./RoleAccordion"
7096
+ "external": true
6986
7097
  },
6987
7098
  {
6988
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7099
+ "path": "src/index.ts",
6989
7100
  "kind": "import-statement",
6990
- "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7101
+ "original": "../../.."
6991
7102
  },
6992
7103
  {
6993
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
7104
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
6994
7105
  "kind": "import-statement",
6995
- "original": "../AppData/useSidepane"
7106
+ "original": "../Preview/PreviewJoin"
6996
7107
  },
6997
7108
  {
6998
- "path": "src/Prebuilt/common/hooks.js",
7109
+ "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
6999
7110
  "kind": "import-statement",
7000
- "original": "../../common/hooks"
7111
+ "original": "./RequestPrompt"
7001
7112
  },
7002
7113
  {
7003
- "path": "src/Prebuilt/common/utils.js",
7114
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
7004
7115
  "kind": "import-statement",
7005
- "original": "../../common/utils"
7116
+ "original": "../hooks/useMetadata"
7006
7117
  },
7007
7118
  {
7008
7119
  "path": "src/Prebuilt/common/constants.js",
@@ -7022,8 +7133,8 @@
7022
7133
  ],
7023
7134
  "format": "esm"
7024
7135
  },
7025
- "src/Prebuilt/components/Footer/Footer.tsx": {
7026
- "bytes": 3863,
7136
+ "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
7137
+ "bytes": 9915,
7027
7138
  "imports": [
7028
7139
  {
7029
7140
  "path": "react",
@@ -7035,70 +7146,55 @@
7035
7146
  "kind": "import-statement",
7036
7147
  "external": true
7037
7148
  },
7038
- {
7039
- "path": "@100mslive/types-prebuilt",
7040
- "kind": "import-statement",
7041
- "external": true
7042
- },
7043
- {
7044
- "path": "@100mslive/types-prebuilt/elements/chat",
7045
- "kind": "import-statement",
7046
- "external": true
7047
- },
7048
7149
  {
7049
7150
  "path": "@100mslive/react-sdk",
7050
7151
  "kind": "import-statement",
7051
7152
  "external": true
7052
7153
  },
7053
7154
  {
7054
- "path": "src/index.ts",
7055
- "kind": "import-statement",
7056
- "original": "../../.."
7057
- },
7058
- {
7059
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
7155
+ "path": "@100mslive/react-icons",
7060
7156
  "kind": "import-statement",
7061
- "original": "../AudioVideoToggle"
7157
+ "external": true
7062
7158
  },
7063
7159
  {
7064
- "path": "src/Prebuilt/components/EmojiReaction.jsx",
7160
+ "path": "src/Layout/index.tsx",
7065
7161
  "kind": "import-statement",
7066
- "original": "../EmojiReaction"
7162
+ "original": "../../../Layout"
7067
7163
  },
7068
7164
  {
7069
- "path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
7165
+ "path": "src/Slider/index.ts",
7070
7166
  "kind": "import-statement",
7071
- "original": "../Leave/LeaveRoom"
7167
+ "original": "../../../Slider"
7072
7168
  },
7073
7169
  {
7074
- "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
7170
+ "path": "src/Text/index.tsx",
7075
7171
  "kind": "import-statement",
7076
- "original": "../MoreSettings/MoreSettings"
7172
+ "original": "../../../Text"
7077
7173
  },
7078
7174
  {
7079
- "path": "src/Prebuilt/components/RaiseHand.jsx",
7175
+ "path": "src/Theme/index.tsx",
7080
7176
  "kind": "import-statement",
7081
- "original": "../RaiseHand"
7177
+ "original": "../../../Theme"
7082
7178
  },
7083
7179
  {
7084
- "path": "src/Prebuilt/components/ScreenShareToggle.jsx",
7180
+ "path": "src/TileMenu/index.tsx",
7085
7181
  "kind": "import-statement",
7086
- "original": "../ScreenShareToggle"
7182
+ "original": "../../../TileMenu"
7087
7183
  },
7088
7184
  {
7089
- "path": "src/Prebuilt/components/Footer/ChatToggle.tsx",
7185
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7090
7186
  "kind": "import-statement",
7091
- "original": "./ChatToggle"
7187
+ "original": "../Toast/ToastManager"
7092
7188
  },
7093
7189
  {
7094
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
7190
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
7095
7191
  "kind": "import-statement",
7096
- "original": "./ParticipantList"
7192
+ "original": "../AppData/useUISettings"
7097
7193
  },
7098
7194
  {
7099
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
7195
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
7100
7196
  "kind": "import-statement",
7101
- "original": "../AppData/useSidepane"
7197
+ "original": "../hooks/useDropdownSelection"
7102
7198
  },
7103
7199
  {
7104
7200
  "path": "src/Prebuilt/common/constants.js",
@@ -7111,30 +7207,35 @@
7111
7207
  "external": true
7112
7208
  },
7113
7209
  {
7114
- "path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
7115
- "kind": "dynamic-import",
7116
- "original": "../../plugins/VirtualBackground/VirtualBackground"
7210
+ "path": "<runtime>",
7211
+ "kind": "import-statement",
7212
+ "external": true
7117
7213
  }
7118
7214
  ],
7119
7215
  "format": "esm"
7120
7216
  },
7121
- "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
7122
- "bytes": 2379,
7217
+ "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
7218
+ "bytes": 4567,
7123
7219
  "imports": [
7124
7220
  {
7125
7221
  "path": "react",
7126
7222
  "kind": "import-statement",
7127
7223
  "external": true
7128
7224
  },
7225
+ {
7226
+ "path": "react-use",
7227
+ "kind": "import-statement",
7228
+ "external": true
7229
+ },
7129
7230
  {
7130
7231
  "path": "@100mslive/react-sdk",
7131
7232
  "kind": "import-statement",
7132
7233
  "external": true
7133
7234
  },
7134
7235
  {
7135
- "path": "src/Button/index.tsx",
7236
+ "path": "@100mslive/react-icons",
7136
7237
  "kind": "import-statement",
7137
- "original": "../../../Button"
7238
+ "external": true
7138
7239
  },
7139
7240
  {
7140
7241
  "path": "src/Layout/index.tsx",
@@ -7142,9 +7243,9 @@
7142
7243
  "original": "../../../Layout"
7143
7244
  },
7144
7245
  {
7145
- "path": "src/Modal/index.ts",
7246
+ "path": "src/Sheet/index.ts",
7146
7247
  "kind": "import-statement",
7147
- "original": "../../../Modal"
7248
+ "original": "../../../Sheet"
7148
7249
  },
7149
7250
  {
7150
7251
  "path": "src/Text/index.tsx",
@@ -7152,14 +7253,34 @@
7152
7253
  "original": "../../../Text"
7153
7254
  },
7154
7255
  {
7155
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
7256
+ "path": "src/Theme/index.tsx",
7156
7257
  "kind": "import-statement",
7157
- "original": "../AppData/useUISettings"
7258
+ "original": "../../../Theme"
7158
7259
  },
7159
7260
  {
7160
- "path": "src/Prebuilt/common/constants.js",
7261
+ "path": "src/TileMenu/index.tsx",
7161
7262
  "kind": "import-statement",
7162
- "original": "../../common/constants"
7263
+ "original": "../../../TileMenu"
7264
+ },
7265
+ {
7266
+ "path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx",
7267
+ "kind": "import-statement",
7268
+ "original": "../MoreSettings/ChangeNameModal"
7269
+ },
7270
+ {
7271
+ "path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
7272
+ "kind": "import-statement",
7273
+ "original": "./TileMenuContent"
7274
+ },
7275
+ {
7276
+ "path": "src/Prebuilt/components/hooks/useDropdownList.jsx",
7277
+ "kind": "import-statement",
7278
+ "original": "../hooks/useDropdownList"
7279
+ },
7280
+ {
7281
+ "path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
7282
+ "kind": "import-statement",
7283
+ "original": "./TileMenuContent"
7163
7284
  },
7164
7285
  {
7165
7286
  "path": "<define:process.env>",
@@ -7174,8 +7295,19 @@
7174
7295
  ],
7175
7296
  "format": "esm"
7176
7297
  },
7177
- "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
7178
- "bytes": 2060,
7298
+ "src/Prebuilt/components/peerTileUtils.jsx": {
7299
+ "bytes": 1197,
7300
+ "imports": [
7301
+ {
7302
+ "path": "<define:process.env>",
7303
+ "kind": "import-statement",
7304
+ "external": true
7305
+ }
7306
+ ],
7307
+ "format": "esm"
7308
+ },
7309
+ "src/Prebuilt/components/VideoTile.jsx": {
7310
+ "bytes": 7018,
7179
7311
  "imports": [
7180
7312
  {
7181
7313
  "path": "react",
@@ -7188,60 +7320,69 @@
7188
7320
  "external": true
7189
7321
  },
7190
7322
  {
7191
- "path": "src/index.ts",
7323
+ "path": "@100mslive/react-sdk",
7192
7324
  "kind": "import-statement",
7193
- "original": "../../.."
7325
+ "external": true
7194
7326
  },
7195
7327
  {
7196
- "path": "src/Sheet/index.ts",
7328
+ "path": "@100mslive/react-icons",
7197
7329
  "kind": "import-statement",
7198
- "original": "../../../Sheet"
7330
+ "external": true
7199
7331
  },
7200
7332
  {
7201
- "path": "<define:process.env>",
7333
+ "path": "src/Prebuilt/components/Connection/TileConnection.tsx",
7202
7334
  "kind": "import-statement",
7203
- "external": true
7204
- }
7205
- ],
7206
- "format": "esm"
7207
- },
7208
- "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
7209
- "bytes": 2605,
7210
- "imports": [
7335
+ "original": "./Connection/TileConnection"
7336
+ },
7211
7337
  {
7212
- "path": "react",
7338
+ "path": "src/Prebuilt/components/TileMenu/TileMenu.jsx",
7213
7339
  "kind": "import-statement",
7214
- "external": true
7340
+ "original": "./TileMenu/TileMenu"
7215
7341
  },
7216
7342
  {
7217
- "path": "@100mslive/react-sdk",
7343
+ "path": "src/AudioLevel/index.ts",
7218
7344
  "kind": "import-statement",
7219
- "external": true
7345
+ "original": "../../AudioLevel"
7220
7346
  },
7221
7347
  {
7222
- "path": "src/index.ts",
7348
+ "path": "src/Avatar/index.ts",
7223
7349
  "kind": "import-statement",
7224
- "original": "../../.."
7350
+ "original": "../../Avatar"
7225
7351
  },
7226
7352
  {
7227
- "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
7353
+ "path": "src/Stats/index.tsx",
7354
+ "kind": "import-statement",
7355
+ "original": "../../Stats"
7356
+ },
7357
+ {
7358
+ "path": "src/Theme/index.tsx",
7359
+ "kind": "import-statement",
7360
+ "original": "../../Theme"
7361
+ },
7362
+ {
7363
+ "path": "src/Video/index.tsx",
7364
+ "kind": "import-statement",
7365
+ "original": "../../Video"
7366
+ },
7367
+ {
7368
+ "path": "src/VideoTile/index.tsx",
7228
7369
  "kind": "import-statement",
7229
- "original": "../Preview/PreviewJoin"
7370
+ "original": "../../VideoTile"
7230
7371
  },
7231
7372
  {
7232
- "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
7373
+ "path": "src/Prebuilt/components/peerTileUtils.jsx",
7233
7374
  "kind": "import-statement",
7234
- "original": "./RequestPrompt"
7375
+ "original": "./peerTileUtils"
7235
7376
  },
7236
7377
  {
7237
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
7378
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
7238
7379
  "kind": "import-statement",
7239
- "original": "../hooks/useMetadata"
7380
+ "original": "./AppData/useUISettings"
7240
7381
  },
7241
7382
  {
7242
7383
  "path": "src/Prebuilt/common/constants.js",
7243
7384
  "kind": "import-statement",
7244
- "original": "../../common/constants"
7385
+ "original": "../common/constants"
7245
7386
  },
7246
7387
  {
7247
7388
  "path": "<define:process.env>",
@@ -9046,7 +9187,7 @@
9046
9187
  "format": "esm"
9047
9188
  },
9048
9189
  "src/Prebuilt/layouts/HLSView.jsx": {
9049
- "bytes": 14973,
9190
+ "bytes": 15003,
9050
9191
  "imports": [
9051
9192
  {
9052
9193
  "path": "react",
@@ -9334,7 +9475,7 @@
9334
9475
  "format": "esm"
9335
9476
  },
9336
9477
  "src/Prebuilt/App.tsx": {
9337
- "bytes": 11824,
9478
+ "bytes": 11872,
9338
9479
  "imports": [
9339
9480
  {
9340
9481
  "path": "react",
@@ -9723,7 +9864,7 @@
9723
9864
  "imports": [],
9724
9865
  "exports": [],
9725
9866
  "inputs": {},
9726
- "bytes": 1016205
9867
+ "bytes": 1021693
9727
9868
  },
9728
9869
  "dist/index.cjs.js": {
9729
9870
  "imports": [
@@ -9877,6 +10018,16 @@
9877
10018
  "kind": "require-call",
9878
10019
  "external": true
9879
10020
  },
10021
+ {
10022
+ "path": "react",
10023
+ "kind": "require-call",
10024
+ "external": true
10025
+ },
10026
+ {
10027
+ "path": "@100mslive/react-sdk",
10028
+ "kind": "require-call",
10029
+ "external": true
10030
+ },
9880
10031
  {
9881
10032
  "path": "@radix-ui/react-popover",
9882
10033
  "kind": "require-call",
@@ -10027,6 +10178,11 @@
10027
10178
  "kind": "require-call",
10028
10179
  "external": true
10029
10180
  },
10181
+ {
10182
+ "path": "react",
10183
+ "kind": "require-call",
10184
+ "external": true
10185
+ },
10030
10186
  {
10031
10187
  "path": "@100mslive/react-icons",
10032
10188
  "kind": "require-call",
@@ -10517,96 +10673,6 @@
10517
10673
  "kind": "require-call",
10518
10674
  "external": true
10519
10675
  },
10520
- {
10521
- "path": "@100mslive/react-icons",
10522
- "kind": "require-call",
10523
- "external": true
10524
- },
10525
- {
10526
- "path": "react",
10527
- "kind": "require-call",
10528
- "external": true
10529
- },
10530
- {
10531
- "path": "react-use",
10532
- "kind": "require-call",
10533
- "external": true
10534
- },
10535
- {
10536
- "path": "@100mslive/react-sdk",
10537
- "kind": "require-call",
10538
- "external": true
10539
- },
10540
- {
10541
- "path": "react",
10542
- "kind": "require-call",
10543
- "external": true
10544
- },
10545
- {
10546
- "path": "react-use",
10547
- "kind": "require-call",
10548
- "external": true
10549
- },
10550
- {
10551
- "path": "@100mslive/react-sdk",
10552
- "kind": "require-call",
10553
- "external": true
10554
- },
10555
- {
10556
- "path": "@100mslive/react-icons",
10557
- "kind": "require-call",
10558
- "external": true
10559
- },
10560
- {
10561
- "path": "react",
10562
- "kind": "require-call",
10563
- "external": true
10564
- },
10565
- {
10566
- "path": "react",
10567
- "kind": "require-call",
10568
- "external": true
10569
- },
10570
- {
10571
- "path": "react-use",
10572
- "kind": "require-call",
10573
- "external": true
10574
- },
10575
- {
10576
- "path": "@100mslive/react-sdk",
10577
- "kind": "require-call",
10578
- "external": true
10579
- },
10580
- {
10581
- "path": "@100mslive/react-icons",
10582
- "kind": "require-call",
10583
- "external": true
10584
- },
10585
- {
10586
- "path": "react",
10587
- "kind": "require-call",
10588
- "external": true
10589
- },
10590
- {
10591
- "path": "react-use",
10592
- "kind": "require-call",
10593
- "external": true
10594
- },
10595
- {
10596
- "path": "@100mslive/react-sdk",
10597
- "kind": "require-call",
10598
- "external": true
10599
- },
10600
- {
10601
- "path": "@100mslive/react-icons",
10602
- "kind": "require-call",
10603
- "external": true
10604
- },
10605
- {
10606
- "path": "react",
10607
- "kind": "require-call",
10608
- "external": true
10609
- },
10610
10676
  {
10611
10677
  "path": "react-use",
10612
10678
  "kind": "require-call",
@@ -10772,6 +10838,11 @@
10772
10838
  "kind": "require-call",
10773
10839
  "external": true
10774
10840
  },
10841
+ {
10842
+ "path": "react",
10843
+ "kind": "require-call",
10844
+ "external": true
10845
+ },
10775
10846
  {
10776
10847
  "path": "react-use",
10777
10848
  "kind": "require-call",
@@ -11052,6 +11123,31 @@
11052
11123
  "kind": "require-call",
11053
11124
  "external": true
11054
11125
  },
11126
+ {
11127
+ "path": "@100mslive/react-icons",
11128
+ "kind": "require-call",
11129
+ "external": true
11130
+ },
11131
+ {
11132
+ "path": "react",
11133
+ "kind": "require-call",
11134
+ "external": true
11135
+ },
11136
+ {
11137
+ "path": "react-use",
11138
+ "kind": "require-call",
11139
+ "external": true
11140
+ },
11141
+ {
11142
+ "path": "@100mslive/react-sdk",
11143
+ "kind": "require-call",
11144
+ "external": true
11145
+ },
11146
+ {
11147
+ "path": "react",
11148
+ "kind": "require-call",
11149
+ "external": true
11150
+ },
11055
11151
  {
11056
11152
  "path": "react-use",
11057
11153
  "kind": "require-call",
@@ -11197,6 +11293,16 @@
11197
11293
  "kind": "require-call",
11198
11294
  "external": true
11199
11295
  },
11296
+ {
11297
+ "path": "@100mslive/react-sdk",
11298
+ "kind": "require-call",
11299
+ "external": true
11300
+ },
11301
+ {
11302
+ "path": "@100mslive/react-icons",
11303
+ "kind": "require-call",
11304
+ "external": true
11305
+ },
11200
11306
  {
11201
11307
  "path": "react",
11202
11308
  "kind": "require-call",
@@ -11272,6 +11378,66 @@
11272
11378
  "kind": "require-call",
11273
11379
  "external": true
11274
11380
  },
11381
+ {
11382
+ "path": "react-use",
11383
+ "kind": "require-call",
11384
+ "external": true
11385
+ },
11386
+ {
11387
+ "path": "@100mslive/react-sdk",
11388
+ "kind": "require-call",
11389
+ "external": true
11390
+ },
11391
+ {
11392
+ "path": "@100mslive/react-icons",
11393
+ "kind": "require-call",
11394
+ "external": true
11395
+ },
11396
+ {
11397
+ "path": "react",
11398
+ "kind": "require-call",
11399
+ "external": true
11400
+ },
11401
+ {
11402
+ "path": "react-use",
11403
+ "kind": "require-call",
11404
+ "external": true
11405
+ },
11406
+ {
11407
+ "path": "@100mslive/react-sdk",
11408
+ "kind": "require-call",
11409
+ "external": true
11410
+ },
11411
+ {
11412
+ "path": "@100mslive/react-icons",
11413
+ "kind": "require-call",
11414
+ "external": true
11415
+ },
11416
+ {
11417
+ "path": "react",
11418
+ "kind": "require-call",
11419
+ "external": true
11420
+ },
11421
+ {
11422
+ "path": "react-use",
11423
+ "kind": "require-call",
11424
+ "external": true
11425
+ },
11426
+ {
11427
+ "path": "@100mslive/react-sdk",
11428
+ "kind": "require-call",
11429
+ "external": true
11430
+ },
11431
+ {
11432
+ "path": "@100mslive/react-icons",
11433
+ "kind": "require-call",
11434
+ "external": true
11435
+ },
11436
+ {
11437
+ "path": "react",
11438
+ "kind": "require-call",
11439
+ "external": true
11440
+ },
11275
11441
  {
11276
11442
  "path": "react",
11277
11443
  "kind": "require-call",
@@ -11807,7 +11973,7 @@
11807
11973
  "entryPoint": "src/index.ts",
11808
11974
  "inputs": {
11809
11975
  "<define:process.env>": {
11810
- "bytesInOutput": 18444
11976
+ "bytesInOutput": 18491
11811
11977
  },
11812
11978
  "src/Theme/base.config.ts": {
11813
11979
  "bytesInOutput": 6104
@@ -11959,11 +12125,17 @@
11959
12125
  "src/TileMenu/index.tsx": {
11960
12126
  "bytesInOutput": 143
11961
12127
  },
12128
+ "src/AudioLevel/useBorderAudioLevel.tsx": {
12129
+ "bytesInOutput": 968
12130
+ },
12131
+ "src/AudioLevel/audio-level.png": {
12132
+ "bytesInOutput": 983
12133
+ },
11962
12134
  "src/AudioLevel/AudioLevel.tsx": {
11963
- "bytesInOutput": 950
12135
+ "bytesInOutput": 2803
11964
12136
  },
11965
12137
  "src/AudioLevel/index.ts": {
11966
- "bytesInOutput": 143
12138
+ "bytesInOutput": 175
11967
12139
  },
11968
12140
  "src/Popover/index.tsx": {
11969
12141
  "bytesInOutput": 927
@@ -12073,8 +12245,11 @@
12073
12245
  "src/Prebuilt/AppContext.tsx": {
12074
12246
  "bytesInOutput": 745
12075
12247
  },
12248
+ "src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
12249
+ "bytesInOutput": 448
12250
+ },
12076
12251
  "src/Prebuilt/primitives/DialogContent.jsx": {
12077
- "bytesInOutput": 9342
12252
+ "bytesInOutput": 9389
12078
12253
  },
12079
12254
  "src/Prebuilt/components/AuthToken.jsx": {
12080
12255
  "bytesInOutput": 3891
@@ -12086,7 +12261,7 @@
12086
12261
  "bytesInOutput": 875
12087
12262
  },
12088
12263
  "src/Prebuilt/services/FeatureFlags.jsx": {
12089
- "bytesInOutput": 1697
12264
+ "bytesInOutput": 1701
12090
12265
  },
12091
12266
  "src/Prebuilt/components/init/Init.jsx": {
12092
12267
  "bytesInOutput": 939
@@ -12128,7 +12303,7 @@
12128
12303
  "bytesInOutput": 12068
12129
12304
  },
12130
12305
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
12131
- "bytesInOutput": 4937
12306
+ "bytesInOutput": 4977
12132
12307
  },
12133
12308
  "src/Prebuilt/components/Notifications/ReconnectNotifications.jsx": {
12134
12309
  "bytesInOutput": 2973
@@ -12155,7 +12330,7 @@
12155
12330
  "bytesInOutput": 1408
12156
12331
  },
12157
12332
  "src/Prebuilt/common/utils.js": {
12158
- "bytesInOutput": 1336
12333
+ "bytesInOutput": 1140
12159
12334
  },
12160
12335
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
12161
12336
  "bytesInOutput": 7378
@@ -12211,8 +12386,8 @@
12211
12386
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12212
12387
  "bytesInOutput": 6745
12213
12388
  },
12214
- "src/Prebuilt/components/Chip.jsx": {
12215
- "bytesInOutput": 916
12389
+ "src/Prebuilt/components/Chip.tsx": {
12390
+ "bytesInOutput": 1033
12216
12391
  },
12217
12392
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
12218
12393
  "bytesInOutput": 1059
@@ -12245,31 +12420,10 @@
12245
12420
  "bytesInOutput": 1151
12246
12421
  },
12247
12422
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
12248
- "bytesInOutput": 10612
12249
- },
12250
- "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
12251
- "bytesInOutput": 4077
12252
- },
12253
- "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
12254
- "bytesInOutput": 2747
12255
- },
12256
- "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
12257
- "bytesInOutput": 12712
12258
- },
12259
- "src/Prebuilt/components/hooks/useDropdownList.jsx": {
12260
- "bytesInOutput": 885
12261
- },
12262
- "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
12263
- "bytesInOutput": 5393
12264
- },
12265
- "src/Prebuilt/components/peerTileUtils.jsx": {
12266
- "bytesInOutput": 1299
12267
- },
12268
- "src/Prebuilt/components/VideoTile.jsx": {
12269
- "bytesInOutput": 9862
12423
+ "bytesInOutput": 10652
12270
12424
  },
12271
12425
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
12272
- "bytesInOutput": 3256
12426
+ "bytesInOutput": 3253
12273
12427
  },
12274
12428
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
12275
12429
  "bytesInOutput": 1881
@@ -12281,10 +12435,10 @@
12281
12435
  "bytesInOutput": 5054
12282
12436
  },
12283
12437
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12284
- "bytesInOutput": 11611
12438
+ "bytesInOutput": 11713
12285
12439
  },
12286
12440
  "src/Prebuilt/components/Preview/PreviewContainer.tsx": {
12287
- "bytesInOutput": 2515
12441
+ "bytesInOutput": 2512
12288
12442
  },
12289
12443
  "src/Prebuilt/components/Toast/Toast.jsx": {
12290
12444
  "bytesInOutput": 773
@@ -12293,7 +12447,7 @@
12293
12447
  "bytesInOutput": 1404
12294
12448
  },
12295
12449
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
12296
- "bytesInOutput": 4317
12450
+ "bytesInOutput": 4314
12297
12451
  },
12298
12452
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
12299
12453
  "bytesInOutput": 818
@@ -12307,6 +12461,9 @@
12307
12461
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
12308
12462
  "bytesInOutput": 1315
12309
12463
  },
12464
+ "src/Prebuilt/components/hooks/useDropdownList.jsx": {
12465
+ "bytesInOutput": 885
12466
+ },
12310
12467
  "src/Prebuilt/components/EmojiReaction.jsx": {
12311
12468
  "bytesInOutput": 2931
12312
12469
  },
@@ -12323,7 +12480,7 @@
12323
12480
  "bytesInOutput": 2305
12324
12481
  },
12325
12482
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
12326
- "bytesInOutput": 6923
12483
+ "bytesInOutput": 6970
12327
12484
  },
12328
12485
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
12329
12486
  "bytesInOutput": 5237
@@ -12341,7 +12498,7 @@
12341
12498
  "bytesInOutput": 369
12342
12499
  },
12343
12500
  "src/Prebuilt/components/RoleChangeModal.jsx": {
12344
- "bytesInOutput": 7598
12501
+ "bytesInOutput": 7638
12345
12502
  },
12346
12503
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
12347
12504
  "bytesInOutput": 3668
@@ -12353,13 +12510,13 @@
12353
12510
  "bytesInOutput": 12511
12354
12511
  },
12355
12512
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
12356
- "bytesInOutput": 5184
12513
+ "bytesInOutput": 5203
12357
12514
  },
12358
12515
  "src/Prebuilt/components/StatsForNerds.jsx": {
12359
- "bytesInOutput": 11523
12516
+ "bytesInOutput": 11509
12360
12517
  },
12361
12518
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
12362
- "bytesInOutput": 6227
12519
+ "bytesInOutput": 6192
12363
12520
  },
12364
12521
  "src/Prebuilt/components/hooks/useFullscreen.js": {
12365
12522
  "bytesInOutput": 1672
@@ -12376,6 +12533,12 @@
12376
12533
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
12377
12534
  "bytesInOutput": 8198
12378
12535
  },
12536
+ "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
12537
+ "bytesInOutput": 4090
12538
+ },
12539
+ "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
12540
+ "bytesInOutput": 2801
12541
+ },
12379
12542
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
12380
12543
  "bytesInOutput": 11499
12381
12544
  },
@@ -12404,13 +12567,13 @@
12404
12567
  "bytesInOutput": 1222
12405
12568
  },
12406
12569
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
12407
- "bytesInOutput": 2869
12570
+ "bytesInOutput": 2909
12408
12571
  },
12409
12572
  "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
12410
- "bytesInOutput": 1575
12573
+ "bytesInOutput": 1615
12411
12574
  },
12412
12575
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
12413
- "bytesInOutput": 8675
12576
+ "bytesInOutput": 7968
12414
12577
  },
12415
12578
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
12416
12579
  "bytesInOutput": 2035
@@ -12422,23 +12585,35 @@
12422
12585
  "bytesInOutput": 6833
12423
12586
  },
12424
12587
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
12425
- "bytesInOutput": 3505
12588
+ "bytesInOutput": 5035
12426
12589
  },
12427
12590
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
12428
- "bytesInOutput": 13149
12591
+ "bytesInOutput": 13454
12429
12592
  },
12430
12593
  "src/Prebuilt/components/Footer/Footer.tsx": {
12431
12594
  "bytesInOutput": 4590
12432
12595
  },
12433
12596
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
12434
- "bytesInOutput": 2795
12597
+ "bytesInOutput": 2835
12435
12598
  },
12436
12599
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
12437
- "bytesInOutput": 2639
12600
+ "bytesInOutput": 2679
12438
12601
  },
12439
12602
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
12440
12603
  "bytesInOutput": 3482
12441
12604
  },
12605
+ "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
12606
+ "bytesInOutput": 12775
12607
+ },
12608
+ "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
12609
+ "bytesInOutput": 5418
12610
+ },
12611
+ "src/Prebuilt/components/peerTileUtils.jsx": {
12612
+ "bytesInOutput": 1299
12613
+ },
12614
+ "src/Prebuilt/components/VideoTile.jsx": {
12615
+ "bytesInOutput": 8466
12616
+ },
12442
12617
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
12443
12618
  "bytesInOutput": 706
12444
12619
  },
@@ -12569,7 +12744,7 @@
12569
12744
  "bytesInOutput": 4598
12570
12745
  },
12571
12746
  "src/Prebuilt/layouts/HLSView.jsx": {
12572
- "bytesInOutput": 18286
12747
+ "bytesInOutput": 18316
12573
12748
  },
12574
12749
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
12575
12750
  "bytesInOutput": 3048
@@ -12578,7 +12753,7 @@
12578
12753
  "bytesInOutput": 8059
12579
12754
  },
12580
12755
  "src/Prebuilt/App.tsx": {
12581
- "bytesInOutput": 13029
12756
+ "bytesInOutput": 13075
12582
12757
  },
12583
12758
  "src/Prebuilt/index.ts": {
12584
12759
  "bytesInOutput": 131
@@ -12587,10 +12762,10 @@
12587
12762
  "bytesInOutput": 650
12588
12763
  },
12589
12764
  "src/index.ts": {
12590
- "bytesInOutput": 2758
12765
+ "bytesInOutput": 2790
12591
12766
  }
12592
12767
  },
12593
- "bytes": 848073
12768
+ "bytes": 852892
12594
12769
  }
12595
12770
  }
12596
12771
  }