@100mslive/roomkit-react 0.1.7 → 0.1.8

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 (72) 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-DDGPZHA2.js} +5 -4
  5. package/dist/{HLSView-3S74KF3A.js.map → HLSView-DDGPZHA2.js.map} +2 -2
  6. package/dist/Prebuilt/App.d.ts +1 -0
  7. package/dist/Prebuilt/AppContext.d.ts +1 -0
  8. package/dist/Prebuilt/components/Chip.d.ts +12 -0
  9. package/dist/Prebuilt/components/Footer/PaginatedParticipants.d.ts +5 -0
  10. package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +10 -3
  11. package/dist/Prebuilt/components/Notifications/HeadlessEndRoomListener.d.ts +2 -0
  12. package/dist/Prebuilt/components/PrebuiltDialogPortal.d.ts +4 -0
  13. package/dist/Prebuilt/components/PrebuiltTileElements.d.ts +2198 -0
  14. package/dist/{VirtualBackground-3TI5NA4V.js → VirtualBackground-UVZJVOA2.js} +3 -3
  15. package/dist/{chunk-5DQ3WTED.js → chunk-6SQTFOK6.js} +2 -2
  16. package/dist/{chunk-5DQ3WTED.js.map → chunk-6SQTFOK6.js.map} +1 -1
  17. package/dist/{chunk-36X4ZCLC.js → chunk-HUMNPIYI.js} +2 -2
  18. package/dist/{chunk-Z7P5WITU.js → chunk-PRM33R4R.js} +591 -1186
  19. package/dist/chunk-PRM33R4R.js.map +7 -0
  20. package/dist/{conference-JNABIZBG.js → conference-N7S47TDK.js} +1505 -717
  21. package/dist/conference-N7S47TDK.js.map +7 -0
  22. package/dist/index.cjs.js +3083 -2825
  23. package/dist/index.cjs.js.map +4 -4
  24. package/dist/index.js +4 -2
  25. package/dist/meta.cjs.json +1107 -740
  26. package/dist/meta.esbuild.json +1160 -791
  27. package/package.json +6 -6
  28. package/src/AudioLevel/AudioLevel.tsx +79 -30
  29. package/src/AudioLevel/audio-level.png +0 -0
  30. package/src/AudioLevel/index.ts +2 -1
  31. package/src/AudioLevel/useBorderAudioLevel.tsx +34 -0
  32. package/src/Prebuilt/App.tsx +6 -0
  33. package/src/Prebuilt/AppContext.tsx +2 -0
  34. package/src/Prebuilt/common/constants.js +1 -1
  35. package/src/Prebuilt/common/utils.js +0 -7
  36. package/src/Prebuilt/components/AppData/AppData.jsx +1 -1
  37. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  38. package/src/Prebuilt/components/{Chip.jsx → Chip.tsx} +18 -3
  39. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +94 -0
  40. package/src/Prebuilt/components/Footer/ParticipantList.jsx +67 -26
  41. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +91 -49
  42. package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -1
  43. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +7 -4
  44. package/src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx +3 -2
  45. package/src/Prebuilt/components/MoreSettings/EmbedUrl.jsx +3 -2
  46. package/src/Prebuilt/components/MwebLandscapePrompt.jsx +58 -0
  47. package/src/Prebuilt/components/Notifications/HLSFailureModal.jsx +3 -2
  48. package/src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx +23 -0
  49. package/src/Prebuilt/components/Notifications/Notifications.jsx +1 -1
  50. package/src/Prebuilt/components/Notifications/PermissionErrorModal.jsx +3 -2
  51. package/src/Prebuilt/components/PrebuiltDialogPortal.tsx +6 -0
  52. package/src/Prebuilt/components/PrebuiltTileElements.tsx +5 -0
  53. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +11 -7
  54. package/src/Prebuilt/components/RoleChangeModal.jsx +3 -2
  55. package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +3 -2
  56. package/src/Prebuilt/components/Settings/SettingsModal.jsx +3 -2
  57. package/src/Prebuilt/components/Settings/StartRecording.jsx +3 -2
  58. package/src/Prebuilt/components/SidePaneTabs.tsx +31 -5
  59. package/src/Prebuilt/components/StatsForNerds.jsx +3 -2
  60. package/src/Prebuilt/components/VideoTile.jsx +21 -83
  61. package/src/Prebuilt/components/conference.jsx +4 -3
  62. package/src/Prebuilt/components/hooks/useDropdownSelection.jsx +1 -1
  63. package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +3 -2
  64. package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +4 -29
  65. package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +3 -2
  66. package/src/Prebuilt/layouts/HLSView.jsx +1 -0
  67. package/src/Prebuilt/layouts/SidePane.tsx +1 -0
  68. package/src/Prebuilt/primitives/DialogContent.jsx +5 -4
  69. package/dist/chunk-Z7P5WITU.js.map +0 -7
  70. package/dist/conference-JNABIZBG.js.map +0 -7
  71. /package/dist/{VirtualBackground-3TI5NA4V.js.map → VirtualBackground-UVZJVOA2.js.map} +0 -0
  72. /package/dist/{chunk-36X4ZCLC.js.map → chunk-HUMNPIYI.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": 2298,
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",
@@ -1828,7 +1873,7 @@
1828
1873
  "format": "esm"
1829
1874
  },
1830
1875
  "src/Prebuilt/common/constants.js": {
1831
- "bytes": 3307,
1876
+ "bytes": 3305,
1832
1877
  "imports": [
1833
1878
  {
1834
1879
  "path": "@100mslive/react-sdk",
@@ -1870,7 +1915,7 @@
1870
1915
  "format": "esm"
1871
1916
  },
1872
1917
  "src/Prebuilt/components/AppData/useUISettings.js": {
1873
- "bytes": 4892,
1918
+ "bytes": 4891,
1874
1919
  "imports": [
1875
1920
  {
1876
1921
  "path": "react",
@@ -1906,7 +1951,7 @@
1906
1951
  "format": "esm"
1907
1952
  },
1908
1953
  "src/Prebuilt/components/AppData/AppData.jsx": {
1909
- "bytes": 5962,
1954
+ "bytes": 5961,
1910
1955
  "imports": [
1911
1956
  {
1912
1957
  "path": "react",
@@ -1957,13 +2002,34 @@
1957
2002
  "format": "esm"
1958
2003
  },
1959
2004
  "src/Prebuilt/AppContext.tsx": {
1960
- "bytes": 708,
2005
+ "bytes": 752,
2006
+ "imports": [
2007
+ {
2008
+ "path": "react",
2009
+ "kind": "import-statement",
2010
+ "external": true
2011
+ },
2012
+ {
2013
+ "path": "<define:process.env>",
2014
+ "kind": "import-statement",
2015
+ "external": true
2016
+ }
2017
+ ],
2018
+ "format": "esm"
2019
+ },
2020
+ "src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
2021
+ "bytes": 267,
1961
2022
  "imports": [
1962
2023
  {
1963
2024
  "path": "react",
1964
2025
  "kind": "import-statement",
1965
2026
  "external": true
1966
2027
  },
2028
+ {
2029
+ "path": "src/Modal/index.ts",
2030
+ "kind": "import-statement",
2031
+ "original": "../../Modal"
2032
+ },
1967
2033
  {
1968
2034
  "path": "<define:process.env>",
1969
2035
  "kind": "import-statement",
@@ -1973,7 +2039,7 @@
1973
2039
  "format": "esm"
1974
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>",
@@ -2812,7 +2888,7 @@
2812
2888
  "format": "esm"
2813
2889
  },
2814
2890
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
2815
- "bytes": 6895,
2891
+ "bytes": 6892,
2816
2892
  "imports": [
2817
2893
  {
2818
2894
  "path": "react",
@@ -2933,6 +3009,37 @@
2933
3009
  ],
2934
3010
  "format": "esm"
2935
3011
  },
3012
+ "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx": {
3013
+ "bytes": 821,
3014
+ "imports": [
3015
+ {
3016
+ "path": "react",
3017
+ "kind": "import-statement",
3018
+ "external": true
3019
+ },
3020
+ {
3021
+ "path": "@100mslive/react-sdk",
3022
+ "kind": "import-statement",
3023
+ "external": true
3024
+ },
3025
+ {
3026
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
3027
+ "kind": "import-statement",
3028
+ "original": "../AppData/useUISettings"
3029
+ },
3030
+ {
3031
+ "path": "src/Prebuilt/components/hooks/useRedirectToLeave.tsx",
3032
+ "kind": "import-statement",
3033
+ "original": "../hooks/useRedirectToLeave"
3034
+ },
3035
+ {
3036
+ "path": "<define:process.env>",
3037
+ "kind": "import-statement",
3038
+ "external": true
3039
+ }
3040
+ ],
3041
+ "format": "esm"
3042
+ },
2936
3043
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
2937
3044
  "bytes": 1583,
2938
3045
  "imports": [
@@ -3609,8 +3716,8 @@
3609
3716
  ],
3610
3717
  "format": "esm"
3611
3718
  },
3612
- "src/Prebuilt/components/Chip.jsx": {
3613
- "bytes": 580,
3719
+ "src/Prebuilt/components/Chip.tsx": {
3720
+ "bytes": 887,
3614
3721
  "imports": [
3615
3722
  {
3616
3723
  "path": "react",
@@ -3627,10 +3734,20 @@
3627
3734
  "kind": "import-statement",
3628
3735
  "original": "../../Text"
3629
3736
  },
3737
+ {
3738
+ "path": "../../Theme",
3739
+ "kind": "import-statement",
3740
+ "external": true
3741
+ },
3630
3742
  {
3631
3743
  "path": "<define:process.env>",
3632
3744
  "kind": "import-statement",
3633
3745
  "external": true
3746
+ },
3747
+ {
3748
+ "path": "<runtime>",
3749
+ "kind": "import-statement",
3750
+ "external": true
3634
3751
  }
3635
3752
  ],
3636
3753
  "format": "esm"
@@ -3718,6 +3835,27 @@
3718
3835
  ],
3719
3836
  "format": "esm"
3720
3837
  },
3838
+ "src/Prebuilt/components/PrebuiltTileElements.tsx": {
3839
+ "bytes": 308,
3840
+ "imports": [
3841
+ {
3842
+ "path": "src/Theme/index.tsx",
3843
+ "kind": "import-statement",
3844
+ "original": "../../Theme"
3845
+ },
3846
+ {
3847
+ "path": "src/VideoTile/index.tsx",
3848
+ "kind": "import-statement",
3849
+ "original": "../../VideoTile"
3850
+ },
3851
+ {
3852
+ "path": "<define:process.env>",
3853
+ "kind": "import-statement",
3854
+ "external": true
3855
+ }
3856
+ ],
3857
+ "format": "esm"
3858
+ },
3721
3859
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
3722
3860
  "bytes": 1116,
3723
3861
  "imports": [
@@ -3750,7 +3888,7 @@
3750
3888
  "format": "esm"
3751
3889
  },
3752
3890
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
3753
- "bytes": 72,
3891
+ "bytes": 75,
3754
3892
  "imports": [
3755
3893
  {
3756
3894
  "path": "<define:process.env>",
@@ -3981,7 +4119,7 @@
3981
4119
  "format": "esm"
3982
4120
  },
3983
4121
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
3984
- "bytes": 8869,
4122
+ "bytes": 8947,
3985
4123
  "imports": [
3986
4124
  {
3987
4125
  "path": "react",
@@ -4038,6 +4176,11 @@
4038
4176
  "kind": "import-statement",
4039
4177
  "original": "../../../Theme"
4040
4178
  },
4179
+ {
4180
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
4181
+ "kind": "import-statement",
4182
+ "original": "../PrebuiltDialogPortal"
4183
+ },
4041
4184
  {
4042
4185
  "path": "src/Prebuilt/components/Settings/common.js",
4043
4186
  "kind": "import-statement",
@@ -4056,28 +4199,64 @@
4056
4199
  ],
4057
4200
  "format": "esm"
4058
4201
  },
4059
- "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
4060
- "bytes": 2933,
4202
+ "src/Prebuilt/components/Preview/PreviewForm.tsx": {
4203
+ "bytes": 2636,
4061
4204
  "imports": [
4062
4205
  {
4063
4206
  "path": "react",
4064
4207
  "kind": "import-statement",
4065
4208
  "external": true
4066
4209
  },
4210
+ {
4211
+ "path": "react-use",
4212
+ "kind": "import-statement",
4213
+ "external": true
4214
+ },
4215
+ {
4216
+ "path": "@100mslive/types-prebuilt/elements/join_form",
4217
+ "kind": "import-statement",
4218
+ "external": true
4219
+ },
4220
+ {
4221
+ "path": "@100mslive/react-sdk",
4222
+ "kind": "import-statement",
4223
+ "external": true
4224
+ },
4067
4225
  {
4068
4226
  "path": "@100mslive/react-icons",
4069
4227
  "kind": "import-statement",
4070
4228
  "external": true
4071
4229
  },
4072
4230
  {
4073
- "path": "src/Button/index.tsx",
4231
+ "path": "src/index.ts",
4074
4232
  "kind": "import-statement",
4075
- "original": "../../../Button"
4233
+ "original": "../../.."
4076
4234
  },
4077
4235
  {
4078
- "path": "src/Input/index.tsx",
4236
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
4079
4237
  "kind": "import-statement",
4080
- "original": "../../../Input"
4238
+ "original": "../../provider/roomLayoutProvider"
4239
+ },
4240
+ {
4241
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
4242
+ "kind": "import-statement",
4243
+ "original": "./PreviewJoin"
4244
+ },
4245
+ {
4246
+ "path": "<define:process.env>",
4247
+ "kind": "import-statement",
4248
+ "external": true
4249
+ }
4250
+ ],
4251
+ "format": "esm"
4252
+ },
4253
+ "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
4254
+ "bytes": 1301,
4255
+ "imports": [
4256
+ {
4257
+ "path": "react",
4258
+ "kind": "import-statement",
4259
+ "external": true
4081
4260
  },
4082
4261
  {
4083
4262
  "path": "src/Layout/index.tsx",
@@ -4089,6 +4268,11 @@
4089
4268
  "kind": "import-statement",
4090
4269
  "original": "../../../Text"
4091
4270
  },
4271
+ {
4272
+ "path": "src/Theme/index.tsx",
4273
+ "kind": "import-statement",
4274
+ "original": "../../../Theme"
4275
+ },
4092
4276
  {
4093
4277
  "path": "<define:process.env>",
4094
4278
  "kind": "import-statement",
@@ -4102,8 +4286,24 @@
4102
4286
  ],
4103
4287
  "format": "esm"
4104
4288
  },
4105
- "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
4106
- "bytes": 2129,
4289
+ "src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
4290
+ "bytes": 2212,
4291
+ "imports": [
4292
+ {
4293
+ "path": "@100mslive/hms-virtual-background",
4294
+ "kind": "import-statement",
4295
+ "external": true
4296
+ },
4297
+ {
4298
+ "path": "<define:process.env>",
4299
+ "kind": "import-statement",
4300
+ "external": true
4301
+ }
4302
+ ],
4303
+ "format": "esm"
4304
+ },
4305
+ "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
4306
+ "bytes": 3590,
4107
4307
  "imports": [
4108
4308
  {
4109
4309
  "path": "react",
@@ -4111,7 +4311,7 @@
4111
4311
  "external": true
4112
4312
  },
4113
4313
  {
4114
- "path": "react-use",
4314
+ "path": "@100mslive/hms-virtual-background",
4115
4315
  "kind": "import-statement",
4116
4316
  "external": true
4117
4317
  },
@@ -4121,35 +4321,45 @@
4121
4321
  "external": true
4122
4322
  },
4123
4323
  {
4124
- "path": "src/index.ts",
4324
+ "path": "@100mslive/react-icons",
4125
4325
  "kind": "import-statement",
4126
- "original": "../../../"
4326
+ "external": true
4127
4327
  },
4128
4328
  {
4129
- "path": "src/Sheet/index.ts",
4329
+ "path": "src/Prebuilt/components/MoreSettings/ActionTile.jsx",
4130
4330
  "kind": "import-statement",
4131
- "original": "../../../Sheet"
4331
+ "original": "../../components/MoreSettings/ActionTile"
4132
4332
  },
4133
4333
  {
4134
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
4334
+ "path": "src/Loading/index.ts",
4135
4335
  "kind": "import-statement",
4136
- "original": "../Toast/ToastManager"
4336
+ "original": "../../../Loading"
4137
4337
  },
4138
4338
  {
4139
- "path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx",
4339
+ "path": "src/Tooltip/index.ts",
4140
4340
  "kind": "import-statement",
4141
- "original": "./ChangeNameContent"
4341
+ "original": "../../../Tooltip"
4142
4342
  },
4143
4343
  {
4144
- "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
4344
+ "path": "src/Prebuilt/IconButton.jsx",
4145
4345
  "kind": "import-statement",
4146
- "original": "../hooks/useUserPreferences"
4346
+ "original": "../../IconButton"
4347
+ },
4348
+ {
4349
+ "path": "src/Prebuilt/plugins/VirtualBackground/vbutils.js",
4350
+ "kind": "import-statement",
4351
+ "original": "./vbutils"
4147
4352
  },
4148
4353
  {
4149
4354
  "path": "<define:process.env>",
4150
4355
  "kind": "import-statement",
4151
4356
  "external": true
4152
4357
  },
4358
+ {
4359
+ "path": "@100mslive/hms-virtual-background",
4360
+ "kind": "dynamic-import",
4361
+ "external": true
4362
+ },
4153
4363
  {
4154
4364
  "path": "<runtime>",
4155
4365
  "kind": "import-statement",
@@ -4158,8 +4368,8 @@
4158
4368
  ],
4159
4369
  "format": "esm"
4160
4370
  },
4161
- "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
4162
- "bytes": 9915,
4371
+ "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
4372
+ "bytes": 9662,
4163
4373
  "imports": [
4164
4374
  {
4165
4375
  "path": "react",
@@ -4182,496 +4392,37 @@
4182
4392
  "external": true
4183
4393
  },
4184
4394
  {
4185
- "path": "src/Layout/index.tsx",
4395
+ "path": "src/index.ts",
4186
4396
  "kind": "import-statement",
4187
- "original": "../../../Layout"
4397
+ "original": "../../.."
4188
4398
  },
4189
4399
  {
4190
- "path": "src/Slider/index.ts",
4400
+ "path": "src/AudioLevel/index.ts",
4191
4401
  "kind": "import-statement",
4192
- "original": "../../../Slider"
4402
+ "original": "../../../AudioLevel"
4193
4403
  },
4194
4404
  {
4195
- "path": "src/Text/index.tsx",
4405
+ "path": "src/Prebuilt/AppContext.tsx",
4196
4406
  "kind": "import-statement",
4197
- "original": "../../../Text"
4407
+ "original": "../../AppContext"
4198
4408
  },
4199
4409
  {
4200
- "path": "src/Theme/index.tsx",
4410
+ "path": "src/Prebuilt/IconButton.jsx",
4201
4411
  "kind": "import-statement",
4202
- "original": "../../../Theme"
4412
+ "original": "../../IconButton"
4203
4413
  },
4204
4414
  {
4205
- "path": "src/TileMenu/index.tsx",
4415
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
4206
4416
  "kind": "import-statement",
4207
- "original": "../../../TileMenu"
4417
+ "original": "../../provider/roomLayoutProvider"
4208
4418
  },
4209
4419
  {
4210
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
4420
+ "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
4211
4421
  "kind": "import-statement",
4212
- "original": "../Toast/ToastManager"
4422
+ "original": "../AudioVideoToggle"
4213
4423
  },
4214
4424
  {
4215
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
4216
- "kind": "import-statement",
4217
- "original": "../AppData/useUISettings"
4218
- },
4219
- {
4220
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
4221
- "kind": "import-statement",
4222
- "original": "../hooks/useDropdownSelection"
4223
- },
4224
- {
4225
- "path": "src/Prebuilt/common/constants.js",
4226
- "kind": "import-statement",
4227
- "original": "../../common/constants"
4228
- },
4229
- {
4230
- "path": "<define:process.env>",
4231
- "kind": "import-statement",
4232
- "external": true
4233
- },
4234
- {
4235
- "path": "<runtime>",
4236
- "kind": "import-statement",
4237
- "external": true
4238
- }
4239
- ],
4240
- "format": "esm"
4241
- },
4242
- "src/Prebuilt/components/hooks/useDropdownList.jsx": {
4243
- "bytes": 747,
4244
- "imports": [
4245
- {
4246
- "path": "react",
4247
- "kind": "import-statement",
4248
- "external": true
4249
- },
4250
- {
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",
4425
+ "path": "src/Prebuilt/components/Chip.tsx",
4675
4426
  "kind": "import-statement",
4676
4427
  "original": "../Chip"
4677
4428
  },
@@ -4691,14 +4442,14 @@
4691
4442
  "original": "../Header/HeaderComponents"
4692
4443
  },
4693
4444
  {
4694
- "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
4445
+ "path": "src/Prebuilt/components/PrebuiltTileElements.tsx",
4695
4446
  "kind": "import-statement",
4696
- "original": "../Settings/SettingsModal"
4447
+ "original": "../PrebuiltTileElements"
4697
4448
  },
4698
4449
  {
4699
- "path": "src/Prebuilt/components/VideoTile.jsx",
4450
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
4700
4451
  "kind": "import-statement",
4701
- "original": "../VideoTile"
4452
+ "original": "../Settings/SettingsModal"
4702
4453
  },
4703
4454
  {
4704
4455
  "path": "src/Prebuilt/components/Preview/PreviewForm.tsx",
@@ -5056,6 +4807,32 @@
5056
4807
  ],
5057
4808
  "format": "esm"
5058
4809
  },
4810
+ "src/Prebuilt/components/hooks/useDropdownList.jsx": {
4811
+ "bytes": 747,
4812
+ "imports": [
4813
+ {
4814
+ "path": "react",
4815
+ "kind": "import-statement",
4816
+ "external": true
4817
+ },
4818
+ {
4819
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
4820
+ "kind": "import-statement",
4821
+ "original": "../AppData/useUISettings"
4822
+ },
4823
+ {
4824
+ "path": "src/Prebuilt/common/constants.js",
4825
+ "kind": "import-statement",
4826
+ "original": "../../common/constants"
4827
+ },
4828
+ {
4829
+ "path": "<define:process.env>",
4830
+ "kind": "import-statement",
4831
+ "external": true
4832
+ }
4833
+ ],
4834
+ "format": "esm"
4835
+ },
5059
4836
  "src/Prebuilt/components/EmojiReaction.jsx": {
5060
4837
  "bytes": 2758,
5061
4838
  "imports": [
@@ -5277,7 +5054,7 @@
5277
5054
  "format": "esm"
5278
5055
  },
5279
5056
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
5280
- "bytes": 6070,
5057
+ "bytes": 6224,
5281
5058
  "imports": [
5282
5059
  {
5283
5060
  "path": "react",
@@ -5319,6 +5096,11 @@
5319
5096
  "kind": "import-statement",
5320
5097
  "original": "../../../Tooltip"
5321
5098
  },
5099
+ {
5100
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5101
+ "kind": "import-statement",
5102
+ "original": "../PrebuiltDialogPortal"
5103
+ },
5322
5104
  {
5323
5105
  "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
5324
5106
  "kind": "import-statement",
@@ -5578,7 +5360,7 @@
5578
5360
  "format": "esm"
5579
5361
  },
5580
5362
  "src/Prebuilt/components/RoleChangeModal.jsx": {
5581
- "bytes": 6486,
5363
+ "bytes": 6563,
5582
5364
  "imports": [
5583
5365
  {
5584
5366
  "path": "react",
@@ -5635,6 +5417,11 @@
5635
5417
  "kind": "import-statement",
5636
5418
  "original": "../../Tooltip"
5637
5419
  },
5420
+ {
5421
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5422
+ "kind": "import-statement",
5423
+ "original": "./PrebuiltDialogPortal"
5424
+ },
5638
5425
  {
5639
5426
  "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
5640
5427
  "kind": "import-statement",
@@ -5797,7 +5584,7 @@
5797
5584
  "format": "esm"
5798
5585
  },
5799
5586
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
5800
- "bytes": 4357,
5587
+ "bytes": 4435,
5801
5588
  "imports": [
5802
5589
  {
5803
5590
  "path": "react",
@@ -5819,6 +5606,11 @@
5819
5606
  "kind": "import-statement",
5820
5607
  "original": "../../../"
5821
5608
  },
5609
+ {
5610
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5611
+ "kind": "import-statement",
5612
+ "original": "../PrebuiltDialogPortal"
5613
+ },
5822
5614
  {
5823
5615
  "path": "src/Prebuilt/components/Streaming/ResolutionInput.jsx",
5824
5616
  "kind": "import-statement",
@@ -5858,7 +5650,7 @@
5858
5650
  "format": "esm"
5859
5651
  },
5860
5652
  "src/Prebuilt/components/StatsForNerds.jsx": {
5861
- "bytes": 8930,
5653
+ "bytes": 9007,
5862
5654
  "imports": [
5863
5655
  {
5864
5656
  "path": "react",
@@ -5910,6 +5702,11 @@
5910
5702
  "kind": "import-statement",
5911
5703
  "original": "../primitives/DropdownTrigger"
5912
5704
  },
5705
+ {
5706
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
5707
+ "kind": "import-statement",
5708
+ "original": "./PrebuiltDialogPortal"
5709
+ },
5913
5710
  {
5914
5711
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
5915
5712
  "kind": "import-statement",
@@ -6254,6 +6051,113 @@
6254
6051
  ],
6255
6052
  "format": "esm"
6256
6053
  },
6054
+ "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
6055
+ "bytes": 2933,
6056
+ "imports": [
6057
+ {
6058
+ "path": "react",
6059
+ "kind": "import-statement",
6060
+ "external": true
6061
+ },
6062
+ {
6063
+ "path": "@100mslive/react-icons",
6064
+ "kind": "import-statement",
6065
+ "external": true
6066
+ },
6067
+ {
6068
+ "path": "src/Button/index.tsx",
6069
+ "kind": "import-statement",
6070
+ "original": "../../../Button"
6071
+ },
6072
+ {
6073
+ "path": "src/Input/index.tsx",
6074
+ "kind": "import-statement",
6075
+ "original": "../../../Input"
6076
+ },
6077
+ {
6078
+ "path": "src/Layout/index.tsx",
6079
+ "kind": "import-statement",
6080
+ "original": "../../../Layout"
6081
+ },
6082
+ {
6083
+ "path": "src/Text/index.tsx",
6084
+ "kind": "import-statement",
6085
+ "original": "../../../Text"
6086
+ },
6087
+ {
6088
+ "path": "<define:process.env>",
6089
+ "kind": "import-statement",
6090
+ "external": true
6091
+ },
6092
+ {
6093
+ "path": "<runtime>",
6094
+ "kind": "import-statement",
6095
+ "external": true
6096
+ }
6097
+ ],
6098
+ "format": "esm"
6099
+ },
6100
+ "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
6101
+ "bytes": 2207,
6102
+ "imports": [
6103
+ {
6104
+ "path": "react",
6105
+ "kind": "import-statement",
6106
+ "external": true
6107
+ },
6108
+ {
6109
+ "path": "react-use",
6110
+ "kind": "import-statement",
6111
+ "external": true
6112
+ },
6113
+ {
6114
+ "path": "@100mslive/react-sdk",
6115
+ "kind": "import-statement",
6116
+ "external": true
6117
+ },
6118
+ {
6119
+ "path": "src/index.ts",
6120
+ "kind": "import-statement",
6121
+ "original": "../../../"
6122
+ },
6123
+ {
6124
+ "path": "src/Sheet/index.ts",
6125
+ "kind": "import-statement",
6126
+ "original": "../../../Sheet"
6127
+ },
6128
+ {
6129
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6130
+ "kind": "import-statement",
6131
+ "original": "../PrebuiltDialogPortal"
6132
+ },
6133
+ {
6134
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6135
+ "kind": "import-statement",
6136
+ "original": "../Toast/ToastManager"
6137
+ },
6138
+ {
6139
+ "path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx",
6140
+ "kind": "import-statement",
6141
+ "original": "./ChangeNameContent"
6142
+ },
6143
+ {
6144
+ "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
6145
+ "kind": "import-statement",
6146
+ "original": "../hooks/useUserPreferences"
6147
+ },
6148
+ {
6149
+ "path": "<define:process.env>",
6150
+ "kind": "import-statement",
6151
+ "external": true
6152
+ },
6153
+ {
6154
+ "path": "<runtime>",
6155
+ "kind": "import-statement",
6156
+ "external": true
6157
+ }
6158
+ ],
6159
+ "format": "esm"
6160
+ },
6257
6161
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
6258
6162
  "bytes": 10950,
6259
6163
  "imports": [
@@ -6570,7 +6474,7 @@
6570
6474
  "format": "esm"
6571
6475
  },
6572
6476
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
6573
- "bytes": 2244,
6477
+ "bytes": 2322,
6574
6478
  "imports": [
6575
6479
  {
6576
6480
  "path": "react",
@@ -6592,6 +6496,11 @@
6592
6496
  "kind": "import-statement",
6593
6497
  "original": "../../primitives/DialogContent"
6594
6498
  },
6499
+ {
6500
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6501
+ "kind": "import-statement",
6502
+ "original": "../PrebuiltDialogPortal"
6503
+ },
6595
6504
  {
6596
6505
  "path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
6597
6506
  "kind": "import-statement",
@@ -6616,7 +6525,7 @@
6616
6525
  "format": "esm"
6617
6526
  },
6618
6527
  "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
6619
- "bytes": 1256,
6528
+ "bytes": 1334,
6620
6529
  "imports": [
6621
6530
  {
6622
6531
  "path": "react",
@@ -6633,6 +6542,11 @@
6633
6542
  "kind": "import-statement",
6634
6543
  "original": "../../primitives/DialogContent"
6635
6544
  },
6545
+ {
6546
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6547
+ "kind": "import-statement",
6548
+ "original": "../PrebuiltDialogPortal"
6549
+ },
6636
6550
  {
6637
6551
  "path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
6638
6552
  "kind": "import-statement",
@@ -6657,7 +6571,7 @@
6657
6571
  "format": "esm"
6658
6572
  },
6659
6573
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
6660
- "bytes": 7208,
6574
+ "bytes": 6576,
6661
6575
  "imports": [
6662
6576
  {
6663
6577
  "path": "react",
@@ -6815,7 +6729,7 @@
6815
6729
  "format": "esm"
6816
6730
  },
6817
6731
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
6818
- "bytes": 5408,
6732
+ "bytes": 5433,
6819
6733
  "imports": [
6820
6734
  {
6821
6735
  "path": "react",
@@ -6876,7 +6790,7 @@
6876
6790
  "format": "esm"
6877
6791
  },
6878
6792
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6879
- "bytes": 3100,
6793
+ "bytes": 4588,
6880
6794
  "imports": [
6881
6795
  {
6882
6796
  "path": "react",
@@ -6898,6 +6812,11 @@
6898
6812
  "kind": "import-statement",
6899
6813
  "external": true
6900
6814
  },
6815
+ {
6816
+ "path": "@100mslive/react-icons",
6817
+ "kind": "import-statement",
6818
+ "external": true
6819
+ },
6901
6820
  {
6902
6821
  "path": "src/Accordion/index.ts",
6903
6822
  "kind": "import-statement",
@@ -6937,7 +6856,7 @@
6937
6856
  "format": "esm"
6938
6857
  },
6939
6858
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6940
- "bytes": 10390,
6859
+ "bytes": 11501,
6941
6860
  "imports": [
6942
6861
  {
6943
6862
  "path": "react",
@@ -7119,7 +7038,7 @@
7119
7038
  "format": "esm"
7120
7039
  },
7121
7040
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
7122
- "bytes": 2379,
7041
+ "bytes": 2457,
7123
7042
  "imports": [
7124
7043
  {
7125
7044
  "path": "react",
@@ -7152,14 +7071,268 @@
7152
7071
  "original": "../../../Text"
7153
7072
  },
7154
7073
  {
7155
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
7074
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
7075
+ "kind": "import-statement",
7076
+ "original": "../PrebuiltDialogPortal"
7077
+ },
7078
+ {
7079
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
7080
+ "kind": "import-statement",
7081
+ "original": "../AppData/useUISettings"
7082
+ },
7083
+ {
7084
+ "path": "src/Prebuilt/common/constants.js",
7085
+ "kind": "import-statement",
7086
+ "original": "../../common/constants"
7087
+ },
7088
+ {
7089
+ "path": "<define:process.env>",
7090
+ "kind": "import-statement",
7091
+ "external": true
7092
+ },
7093
+ {
7094
+ "path": "<runtime>",
7095
+ "kind": "import-statement",
7096
+ "external": true
7097
+ }
7098
+ ],
7099
+ "format": "esm"
7100
+ },
7101
+ "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
7102
+ "bytes": 2138,
7103
+ "imports": [
7104
+ {
7105
+ "path": "react",
7106
+ "kind": "import-statement",
7107
+ "external": true
7108
+ },
7109
+ {
7110
+ "path": "react-use",
7111
+ "kind": "import-statement",
7112
+ "external": true
7113
+ },
7114
+ {
7115
+ "path": "src/index.ts",
7116
+ "kind": "import-statement",
7117
+ "original": "../../.."
7118
+ },
7119
+ {
7120
+ "path": "src/Sheet/index.ts",
7121
+ "kind": "import-statement",
7122
+ "original": "../../../Sheet"
7123
+ },
7124
+ {
7125
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
7126
+ "kind": "import-statement",
7127
+ "original": "../PrebuiltDialogPortal"
7128
+ },
7129
+ {
7130
+ "path": "<define:process.env>",
7131
+ "kind": "import-statement",
7132
+ "external": true
7133
+ }
7134
+ ],
7135
+ "format": "esm"
7136
+ },
7137
+ "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
7138
+ "bytes": 2605,
7139
+ "imports": [
7140
+ {
7141
+ "path": "react",
7142
+ "kind": "import-statement",
7143
+ "external": true
7144
+ },
7145
+ {
7146
+ "path": "@100mslive/react-sdk",
7147
+ "kind": "import-statement",
7148
+ "external": true
7149
+ },
7150
+ {
7151
+ "path": "src/index.ts",
7152
+ "kind": "import-statement",
7153
+ "original": "../../.."
7154
+ },
7155
+ {
7156
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
7157
+ "kind": "import-statement",
7158
+ "original": "../Preview/PreviewJoin"
7159
+ },
7160
+ {
7161
+ "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
7162
+ "kind": "import-statement",
7163
+ "original": "./RequestPrompt"
7164
+ },
7165
+ {
7166
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
7167
+ "kind": "import-statement",
7168
+ "original": "../hooks/useMetadata"
7169
+ },
7170
+ {
7171
+ "path": "src/Prebuilt/common/constants.js",
7172
+ "kind": "import-statement",
7173
+ "original": "../../common/constants"
7174
+ },
7175
+ {
7176
+ "path": "<define:process.env>",
7177
+ "kind": "import-statement",
7178
+ "external": true
7179
+ },
7180
+ {
7181
+ "path": "<runtime>",
7182
+ "kind": "import-statement",
7183
+ "external": true
7184
+ }
7185
+ ],
7186
+ "format": "esm"
7187
+ },
7188
+ "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
7189
+ "bytes": 9915,
7190
+ "imports": [
7191
+ {
7192
+ "path": "react",
7193
+ "kind": "import-statement",
7194
+ "external": true
7195
+ },
7196
+ {
7197
+ "path": "react-use",
7198
+ "kind": "import-statement",
7199
+ "external": true
7200
+ },
7201
+ {
7202
+ "path": "@100mslive/react-sdk",
7203
+ "kind": "import-statement",
7204
+ "external": true
7205
+ },
7206
+ {
7207
+ "path": "@100mslive/react-icons",
7208
+ "kind": "import-statement",
7209
+ "external": true
7210
+ },
7211
+ {
7212
+ "path": "src/Layout/index.tsx",
7213
+ "kind": "import-statement",
7214
+ "original": "../../../Layout"
7215
+ },
7216
+ {
7217
+ "path": "src/Slider/index.ts",
7218
+ "kind": "import-statement",
7219
+ "original": "../../../Slider"
7220
+ },
7221
+ {
7222
+ "path": "src/Text/index.tsx",
7223
+ "kind": "import-statement",
7224
+ "original": "../../../Text"
7225
+ },
7226
+ {
7227
+ "path": "src/Theme/index.tsx",
7228
+ "kind": "import-statement",
7229
+ "original": "../../../Theme"
7230
+ },
7231
+ {
7232
+ "path": "src/TileMenu/index.tsx",
7233
+ "kind": "import-statement",
7234
+ "original": "../../../TileMenu"
7235
+ },
7236
+ {
7237
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7238
+ "kind": "import-statement",
7239
+ "original": "../Toast/ToastManager"
7240
+ },
7241
+ {
7242
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
7243
+ "kind": "import-statement",
7244
+ "original": "../AppData/useUISettings"
7245
+ },
7246
+ {
7247
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
7248
+ "kind": "import-statement",
7249
+ "original": "../hooks/useDropdownSelection"
7250
+ },
7251
+ {
7252
+ "path": "src/Prebuilt/common/constants.js",
7253
+ "kind": "import-statement",
7254
+ "original": "../../common/constants"
7255
+ },
7256
+ {
7257
+ "path": "<define:process.env>",
7258
+ "kind": "import-statement",
7259
+ "external": true
7260
+ },
7261
+ {
7262
+ "path": "<runtime>",
7263
+ "kind": "import-statement",
7264
+ "external": true
7265
+ }
7266
+ ],
7267
+ "format": "esm"
7268
+ },
7269
+ "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
7270
+ "bytes": 4567,
7271
+ "imports": [
7272
+ {
7273
+ "path": "react",
7274
+ "kind": "import-statement",
7275
+ "external": true
7276
+ },
7277
+ {
7278
+ "path": "react-use",
7279
+ "kind": "import-statement",
7280
+ "external": true
7281
+ },
7282
+ {
7283
+ "path": "@100mslive/react-sdk",
7284
+ "kind": "import-statement",
7285
+ "external": true
7286
+ },
7287
+ {
7288
+ "path": "@100mslive/react-icons",
7289
+ "kind": "import-statement",
7290
+ "external": true
7291
+ },
7292
+ {
7293
+ "path": "src/Layout/index.tsx",
7294
+ "kind": "import-statement",
7295
+ "original": "../../../Layout"
7296
+ },
7297
+ {
7298
+ "path": "src/Sheet/index.ts",
7299
+ "kind": "import-statement",
7300
+ "original": "../../../Sheet"
7301
+ },
7302
+ {
7303
+ "path": "src/Text/index.tsx",
7304
+ "kind": "import-statement",
7305
+ "original": "../../../Text"
7306
+ },
7307
+ {
7308
+ "path": "src/Theme/index.tsx",
7309
+ "kind": "import-statement",
7310
+ "original": "../../../Theme"
7311
+ },
7312
+ {
7313
+ "path": "src/TileMenu/index.tsx",
7314
+ "kind": "import-statement",
7315
+ "original": "../../../TileMenu"
7316
+ },
7317
+ {
7318
+ "path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx",
7319
+ "kind": "import-statement",
7320
+ "original": "../MoreSettings/ChangeNameModal"
7321
+ },
7322
+ {
7323
+ "path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
7324
+ "kind": "import-statement",
7325
+ "original": "./TileMenuContent"
7326
+ },
7327
+ {
7328
+ "path": "src/Prebuilt/components/hooks/useDropdownList.jsx",
7156
7329
  "kind": "import-statement",
7157
- "original": "../AppData/useUISettings"
7330
+ "original": "../hooks/useDropdownList"
7158
7331
  },
7159
7332
  {
7160
- "path": "src/Prebuilt/common/constants.js",
7333
+ "path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
7161
7334
  "kind": "import-statement",
7162
- "original": "../../common/constants"
7335
+ "original": "./TileMenuContent"
7163
7336
  },
7164
7337
  {
7165
7338
  "path": "<define:process.env>",
@@ -7174,8 +7347,19 @@
7174
7347
  ],
7175
7348
  "format": "esm"
7176
7349
  },
7177
- "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
7178
- "bytes": 2060,
7350
+ "src/Prebuilt/components/peerTileUtils.jsx": {
7351
+ "bytes": 1197,
7352
+ "imports": [
7353
+ {
7354
+ "path": "<define:process.env>",
7355
+ "kind": "import-statement",
7356
+ "external": true
7357
+ }
7358
+ ],
7359
+ "format": "esm"
7360
+ },
7361
+ "src/Prebuilt/components/VideoTile.jsx": {
7362
+ "bytes": 6421,
7179
7363
  "imports": [
7180
7364
  {
7181
7365
  "path": "react",
@@ -7188,60 +7372,74 @@
7188
7372
  "external": true
7189
7373
  },
7190
7374
  {
7191
- "path": "src/index.ts",
7375
+ "path": "@100mslive/react-sdk",
7192
7376
  "kind": "import-statement",
7193
- "original": "../../.."
7377
+ "external": true
7194
7378
  },
7195
7379
  {
7196
- "path": "src/Sheet/index.ts",
7380
+ "path": "@100mslive/react-icons",
7197
7381
  "kind": "import-statement",
7198
- "original": "../../../Sheet"
7382
+ "external": true
7199
7383
  },
7200
7384
  {
7201
- "path": "<define:process.env>",
7385
+ "path": "src/Prebuilt/components/Connection/TileConnection.tsx",
7202
7386
  "kind": "import-statement",
7203
- "external": true
7204
- }
7205
- ],
7206
- "format": "esm"
7207
- },
7208
- "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
7209
- "bytes": 2605,
7210
- "imports": [
7387
+ "original": "./Connection/TileConnection"
7388
+ },
7211
7389
  {
7212
- "path": "react",
7390
+ "path": "src/Prebuilt/components/TileMenu/TileMenu.jsx",
7213
7391
  "kind": "import-statement",
7214
- "external": true
7392
+ "original": "./TileMenu/TileMenu"
7215
7393
  },
7216
7394
  {
7217
- "path": "@100mslive/react-sdk",
7395
+ "path": "src/AudioLevel/index.ts",
7218
7396
  "kind": "import-statement",
7219
- "external": true
7397
+ "original": "../../AudioLevel"
7220
7398
  },
7221
7399
  {
7222
- "path": "src/index.ts",
7400
+ "path": "src/Avatar/index.ts",
7223
7401
  "kind": "import-statement",
7224
- "original": "../../.."
7402
+ "original": "../../Avatar"
7225
7403
  },
7226
7404
  {
7227
- "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
7405
+ "path": "src/Stats/index.tsx",
7228
7406
  "kind": "import-statement",
7229
- "original": "../Preview/PreviewJoin"
7407
+ "original": "../../Stats"
7230
7408
  },
7231
7409
  {
7232
- "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
7410
+ "path": "src/Theme/index.tsx",
7233
7411
  "kind": "import-statement",
7234
- "original": "./RequestPrompt"
7412
+ "original": "../../Theme"
7235
7413
  },
7236
7414
  {
7237
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
7415
+ "path": "src/Video/index.tsx",
7238
7416
  "kind": "import-statement",
7239
- "original": "../hooks/useMetadata"
7417
+ "original": "../../Video"
7418
+ },
7419
+ {
7420
+ "path": "src/VideoTile/index.tsx",
7421
+ "kind": "import-statement",
7422
+ "original": "../../VideoTile"
7423
+ },
7424
+ {
7425
+ "path": "src/Prebuilt/components/peerTileUtils.jsx",
7426
+ "kind": "import-statement",
7427
+ "original": "./peerTileUtils"
7428
+ },
7429
+ {
7430
+ "path": "src/Prebuilt/components/PrebuiltTileElements.tsx",
7431
+ "kind": "import-statement",
7432
+ "original": "./PrebuiltTileElements"
7433
+ },
7434
+ {
7435
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
7436
+ "kind": "import-statement",
7437
+ "original": "./AppData/useUISettings"
7240
7438
  },
7241
7439
  {
7242
7440
  "path": "src/Prebuilt/common/constants.js",
7243
7441
  "kind": "import-statement",
7244
- "original": "../../common/constants"
7442
+ "original": "../common/constants"
7245
7443
  },
7246
7444
  {
7247
7445
  "path": "<define:process.env>",
@@ -8414,8 +8612,89 @@
8414
8612
  ],
8415
8613
  "format": "esm"
8416
8614
  },
8615
+ "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
8616
+ "bytes": 3875,
8617
+ "imports": [
8618
+ {
8619
+ "path": "react",
8620
+ "kind": "import-statement",
8621
+ "external": true
8622
+ },
8623
+ {
8624
+ "path": "react-use",
8625
+ "kind": "import-statement",
8626
+ "external": true
8627
+ },
8628
+ {
8629
+ "path": "react-window",
8630
+ "kind": "import-statement",
8631
+ "external": true
8632
+ },
8633
+ {
8634
+ "path": "@100mslive/react-sdk",
8635
+ "kind": "import-statement",
8636
+ "external": true
8637
+ },
8638
+ {
8639
+ "path": "@100mslive/react-icons",
8640
+ "kind": "import-statement",
8641
+ "external": true
8642
+ },
8643
+ {
8644
+ "path": "src/Button/index.tsx",
8645
+ "kind": "import-statement",
8646
+ "original": "../../../Button"
8647
+ },
8648
+ {
8649
+ "path": "src/IconButton/index.tsx",
8650
+ "kind": "import-statement",
8651
+ "original": "../../../IconButton"
8652
+ },
8653
+ {
8654
+ "path": "src/Layout/index.tsx",
8655
+ "kind": "import-statement",
8656
+ "original": "../../../Layout"
8657
+ },
8658
+ {
8659
+ "path": "src/Loading/index.ts",
8660
+ "kind": "import-statement",
8661
+ "original": "../../../Loading"
8662
+ },
8663
+ {
8664
+ "path": "src/Text/index.tsx",
8665
+ "kind": "import-statement",
8666
+ "original": "../../../Text"
8667
+ },
8668
+ {
8669
+ "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8670
+ "kind": "import-statement",
8671
+ "original": "./ParticipantList"
8672
+ },
8673
+ {
8674
+ "path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
8675
+ "kind": "import-statement",
8676
+ "original": "./RoleAccordion"
8677
+ },
8678
+ {
8679
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
8680
+ "kind": "import-statement",
8681
+ "original": "../AppData/useSidepane"
8682
+ },
8683
+ {
8684
+ "path": "src/Prebuilt/common/utils.js",
8685
+ "kind": "import-statement",
8686
+ "original": "../../common/utils"
8687
+ },
8688
+ {
8689
+ "path": "<define:process.env>",
8690
+ "kind": "import-statement",
8691
+ "external": true
8692
+ }
8693
+ ],
8694
+ "format": "esm"
8695
+ },
8417
8696
  "src/Prebuilt/components/SidePaneTabs.tsx": {
8418
- "bytes": 5689,
8697
+ "bytes": 6691,
8419
8698
  "imports": [
8420
8699
  {
8421
8700
  "path": "react",
@@ -8447,6 +8726,11 @@
8447
8726
  "kind": "import-statement",
8448
8727
  "original": "./Chat/Chat"
8449
8728
  },
8729
+ {
8730
+ "path": "src/Prebuilt/components/Footer/PaginatedParticipants.tsx",
8731
+ "kind": "import-statement",
8732
+ "original": "./Footer/PaginatedParticipants"
8733
+ },
8450
8734
  {
8451
8735
  "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8452
8736
  "kind": "import-statement",
@@ -8627,7 +8911,7 @@
8627
8911
  "format": "esm"
8628
8912
  },
8629
8913
  "src/Prebuilt/layouts/SidePane.tsx": {
8630
- "bytes": 3668,
8914
+ "bytes": 3691,
8631
8915
  "imports": [
8632
8916
  {
8633
8917
  "path": "react",
@@ -9046,7 +9330,7 @@
9046
9330
  "format": "esm"
9047
9331
  },
9048
9332
  "src/Prebuilt/layouts/HLSView.jsx": {
9049
- "bytes": 14973,
9333
+ "bytes": 15003,
9050
9334
  "imports": [
9051
9335
  {
9052
9336
  "path": "react",
@@ -9238,7 +9522,7 @@
9238
9522
  "format": "esm"
9239
9523
  },
9240
9524
  "src/Prebuilt/components/conference.jsx": {
9241
- "bytes": 6609,
9525
+ "bytes": 6775,
9242
9526
  "imports": [
9243
9527
  {
9244
9528
  "path": "react",
@@ -9334,7 +9618,7 @@
9334
9618
  "format": "esm"
9335
9619
  },
9336
9620
  "src/Prebuilt/App.tsx": {
9337
- "bytes": 11824,
9621
+ "bytes": 12059,
9338
9622
  "imports": [
9339
9623
  {
9340
9624
  "path": "react",
@@ -9396,6 +9680,11 @@
9396
9680
  "kind": "import-statement",
9397
9681
  "original": "./components/Notifications"
9398
9682
  },
9683
+ {
9684
+ "path": "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx",
9685
+ "kind": "import-statement",
9686
+ "original": "./components/Notifications/HeadlessEndRoomListener"
9687
+ },
9399
9688
  {
9400
9689
  "path": "src/Prebuilt/components/PostLeave.jsx",
9401
9690
  "kind": "import-statement",
@@ -9723,7 +10012,7 @@
9723
10012
  "imports": [],
9724
10013
  "exports": [],
9725
10014
  "inputs": {},
9726
- "bytes": 1016205
10015
+ "bytes": 1032954
9727
10016
  },
9728
10017
  "dist/index.cjs.js": {
9729
10018
  "imports": [
@@ -9877,6 +10166,16 @@
9877
10166
  "kind": "require-call",
9878
10167
  "external": true
9879
10168
  },
10169
+ {
10170
+ "path": "react",
10171
+ "kind": "require-call",
10172
+ "external": true
10173
+ },
10174
+ {
10175
+ "path": "@100mslive/react-sdk",
10176
+ "kind": "require-call",
10177
+ "external": true
10178
+ },
9880
10179
  {
9881
10180
  "path": "@radix-ui/react-popover",
9882
10181
  "kind": "require-call",
@@ -10027,6 +10326,11 @@
10027
10326
  "kind": "require-call",
10028
10327
  "external": true
10029
10328
  },
10329
+ {
10330
+ "path": "react",
10331
+ "kind": "require-call",
10332
+ "external": true
10333
+ },
10030
10334
  {
10031
10335
  "path": "@100mslive/react-icons",
10032
10336
  "kind": "require-call",
@@ -10143,77 +10447,7 @@
10143
10447
  "external": true
10144
10448
  },
10145
10449
  {
10146
- "path": "@100mslive/react-sdk",
10147
- "kind": "require-call",
10148
- "external": true
10149
- },
10150
- {
10151
- "path": "react",
10152
- "kind": "require-call",
10153
- "external": true
10154
- },
10155
- {
10156
- "path": "react-use",
10157
- "kind": "require-call",
10158
- "external": true
10159
- },
10160
- {
10161
- "path": "@100mslive/react-sdk",
10162
- "kind": "require-call",
10163
- "external": true
10164
- },
10165
- {
10166
- "path": "react",
10167
- "kind": "require-call",
10168
- "external": true
10169
- },
10170
- {
10171
- "path": "@100mslive/react-sdk",
10172
- "kind": "require-call",
10173
- "external": true
10174
- },
10175
- {
10176
- "path": "react",
10177
- "kind": "require-call",
10178
- "external": true
10179
- },
10180
- {
10181
- "path": "@100mslive/react-sdk",
10182
- "kind": "require-call",
10183
- "external": true
10184
- },
10185
- {
10186
- "path": "@100mslive/react-icons",
10187
- "kind": "require-call",
10188
- "external": true
10189
- },
10190
- {
10191
- "path": "react",
10192
- "kind": "require-call",
10193
- "external": true
10194
- },
10195
- {
10196
- "path": "@100mslive/react-sdk",
10197
- "kind": "require-call",
10198
- "external": true
10199
- },
10200
- {
10201
- "path": "react",
10202
- "kind": "require-call",
10203
- "external": true
10204
- },
10205
- {
10206
- "path": "@100mslive/react-sdk",
10207
- "kind": "require-call",
10208
- "external": true
10209
- },
10210
- {
10211
- "path": "@100mslive/react-icons",
10212
- "kind": "require-call",
10213
- "external": true
10214
- },
10215
- {
10216
- "path": "worker-timers",
10450
+ "path": "@100mslive/react-sdk",
10217
10451
  "kind": "require-call",
10218
10452
  "external": true
10219
10453
  },
@@ -10223,17 +10457,17 @@
10223
10457
  "external": true
10224
10458
  },
10225
10459
  {
10226
- "path": "react-router-dom",
10460
+ "path": "react-use",
10227
10461
  "kind": "require-call",
10228
10462
  "external": true
10229
10463
  },
10230
10464
  {
10231
- "path": "react",
10465
+ "path": "@100mslive/react-sdk",
10232
10466
  "kind": "require-call",
10233
10467
  "external": true
10234
10468
  },
10235
10469
  {
10236
- "path": "react-router-dom",
10470
+ "path": "react",
10237
10471
  "kind": "require-call",
10238
10472
  "external": true
10239
10473
  },
@@ -10263,7 +10497,7 @@
10263
10497
  "external": true
10264
10498
  },
10265
10499
  {
10266
- "path": "@radix-ui/react-dialog",
10500
+ "path": "@100mslive/react-sdk",
10267
10501
  "kind": "require-call",
10268
10502
  "external": true
10269
10503
  },
@@ -10278,12 +10512,12 @@
10278
10512
  "external": true
10279
10513
  },
10280
10514
  {
10281
- "path": "react",
10515
+ "path": "@100mslive/react-icons",
10282
10516
  "kind": "require-call",
10283
10517
  "external": true
10284
10518
  },
10285
10519
  {
10286
- "path": "@100mslive/react-sdk",
10520
+ "path": "worker-timers",
10287
10521
  "kind": "require-call",
10288
10522
  "external": true
10289
10523
  },
@@ -10293,7 +10527,7 @@
10293
10527
  "external": true
10294
10528
  },
10295
10529
  {
10296
- "path": "@100mslive/react-sdk",
10530
+ "path": "react-router-dom",
10297
10531
  "kind": "require-call",
10298
10532
  "external": true
10299
10533
  },
@@ -10302,6 +10536,11 @@
10302
10536
  "kind": "require-call",
10303
10537
  "external": true
10304
10538
  },
10539
+ {
10540
+ "path": "react-router-dom",
10541
+ "kind": "require-call",
10542
+ "external": true
10543
+ },
10305
10544
  {
10306
10545
  "path": "@100mslive/react-sdk",
10307
10546
  "kind": "require-call",
@@ -10318,27 +10557,27 @@
10318
10557
  "external": true
10319
10558
  },
10320
10559
  {
10321
- "path": "@100mslive/react-icons",
10560
+ "path": "react",
10322
10561
  "kind": "require-call",
10323
10562
  "external": true
10324
10563
  },
10325
10564
  {
10326
- "path": "react",
10565
+ "path": "@100mslive/react-sdk",
10327
10566
  "kind": "require-call",
10328
10567
  "external": true
10329
10568
  },
10330
10569
  {
10331
- "path": "react-use",
10570
+ "path": "@100mslive/react-icons",
10332
10571
  "kind": "require-call",
10333
10572
  "external": true
10334
10573
  },
10335
10574
  {
10336
- "path": "@100mslive/react-sdk",
10575
+ "path": "react",
10337
10576
  "kind": "require-call",
10338
10577
  "external": true
10339
10578
  },
10340
10579
  {
10341
- "path": "@100mslive/react-icons",
10580
+ "path": "@radix-ui/react-dialog",
10342
10581
  "kind": "require-call",
10343
10582
  "external": true
10344
10583
  },
@@ -10353,17 +10592,17 @@
10353
10592
  "external": true
10354
10593
  },
10355
10594
  {
10356
- "path": "@100mslive/react-icons",
10595
+ "path": "react",
10357
10596
  "kind": "require-call",
10358
10597
  "external": true
10359
10598
  },
10360
10599
  {
10361
- "path": "react",
10600
+ "path": "@100mslive/react-sdk",
10362
10601
  "kind": "require-call",
10363
10602
  "external": true
10364
10603
  },
10365
10604
  {
10366
- "path": "react-use",
10605
+ "path": "react",
10367
10606
  "kind": "require-call",
10368
10607
  "external": true
10369
10608
  },
@@ -10378,17 +10617,17 @@
10378
10617
  "external": true
10379
10618
  },
10380
10619
  {
10381
- "path": "react-router-dom",
10620
+ "path": "@100mslive/react-sdk",
10382
10621
  "kind": "require-call",
10383
10622
  "external": true
10384
10623
  },
10385
10624
  {
10386
- "path": "@100mslive/react-icons",
10625
+ "path": "react",
10387
10626
  "kind": "require-call",
10388
10627
  "external": true
10389
10628
  },
10390
10629
  {
10391
- "path": "react",
10630
+ "path": "@100mslive/react-sdk",
10392
10631
  "kind": "require-call",
10393
10632
  "external": true
10394
10633
  },
@@ -10403,17 +10642,17 @@
10403
10642
  "external": true
10404
10643
  },
10405
10644
  {
10406
- "path": "@100mslive/react-sdk",
10645
+ "path": "react-use",
10407
10646
  "kind": "require-call",
10408
10647
  "external": true
10409
10648
  },
10410
10649
  {
10411
- "path": "@100mslive/react-icons",
10650
+ "path": "@100mslive/react-sdk",
10412
10651
  "kind": "require-call",
10413
10652
  "external": true
10414
10653
  },
10415
10654
  {
10416
- "path": "react",
10655
+ "path": "@100mslive/react-icons",
10417
10656
  "kind": "require-call",
10418
10657
  "external": true
10419
10658
  },
@@ -10438,17 +10677,12 @@
10438
10677
  "external": true
10439
10678
  },
10440
10679
  {
10441
- "path": "@100mslive/react-icons",
10442
- "kind": "require-call",
10443
- "external": true
10444
- },
10445
- {
10446
- "path": "react",
10680
+ "path": "react-use",
10447
10681
  "kind": "require-call",
10448
10682
  "external": true
10449
10683
  },
10450
10684
  {
10451
- "path": "@100mslive/react-icons",
10685
+ "path": "@100mslive/react-sdk",
10452
10686
  "kind": "require-call",
10453
10687
  "external": true
10454
10688
  },
@@ -10458,7 +10692,7 @@
10458
10692
  "external": true
10459
10693
  },
10460
10694
  {
10461
- "path": "@100mslive/react-sdk",
10695
+ "path": "react-router-dom",
10462
10696
  "kind": "require-call",
10463
10697
  "external": true
10464
10698
  },
@@ -10473,17 +10707,17 @@
10473
10707
  "external": true
10474
10708
  },
10475
10709
  {
10476
- "path": "react",
10710
+ "path": "@100mslive/react-icons",
10477
10711
  "kind": "require-call",
10478
10712
  "external": true
10479
10713
  },
10480
10714
  {
10481
- "path": "@100mslive/react-sdk",
10715
+ "path": "react",
10482
10716
  "kind": "require-call",
10483
10717
  "external": true
10484
10718
  },
10485
10719
  {
10486
- "path": "react",
10720
+ "path": "@100mslive/react-sdk",
10487
10721
  "kind": "require-call",
10488
10722
  "external": true
10489
10723
  },
@@ -10493,7 +10727,7 @@
10493
10727
  "external": true
10494
10728
  },
10495
10729
  {
10496
- "path": "@100mslive/react-icons",
10730
+ "path": "react",
10497
10731
  "kind": "require-call",
10498
10732
  "external": true
10499
10733
  },
@@ -10503,7 +10737,7 @@
10503
10737
  "external": true
10504
10738
  },
10505
10739
  {
10506
- "path": "react-use",
10740
+ "path": "@100mslive/react-sdk",
10507
10741
  "kind": "require-call",
10508
10742
  "external": true
10509
10743
  },
@@ -10528,12 +10762,7 @@
10528
10762
  "external": true
10529
10763
  },
10530
10764
  {
10531
- "path": "react-use",
10532
- "kind": "require-call",
10533
- "external": true
10534
- },
10535
- {
10536
- "path": "@100mslive/react-sdk",
10765
+ "path": "@100mslive/react-icons",
10537
10766
  "kind": "require-call",
10538
10767
  "external": true
10539
10768
  },
@@ -10542,11 +10771,6 @@
10542
10771
  "kind": "require-call",
10543
10772
  "external": true
10544
10773
  },
10545
- {
10546
- "path": "react-use",
10547
- "kind": "require-call",
10548
- "external": true
10549
- },
10550
10774
  {
10551
10775
  "path": "@100mslive/react-sdk",
10552
10776
  "kind": "require-call",
@@ -10568,12 +10792,12 @@
10568
10792
  "external": true
10569
10793
  },
10570
10794
  {
10571
- "path": "react-use",
10795
+ "path": "@100mslive/react-sdk",
10572
10796
  "kind": "require-call",
10573
10797
  "external": true
10574
10798
  },
10575
10799
  {
10576
- "path": "@100mslive/react-sdk",
10800
+ "path": "react",
10577
10801
  "kind": "require-call",
10578
10802
  "external": true
10579
10803
  },
@@ -10583,17 +10807,17 @@
10583
10807
  "external": true
10584
10808
  },
10585
10809
  {
10586
- "path": "react",
10810
+ "path": "@100mslive/react-icons",
10587
10811
  "kind": "require-call",
10588
10812
  "external": true
10589
10813
  },
10590
10814
  {
10591
- "path": "react-use",
10815
+ "path": "react",
10592
10816
  "kind": "require-call",
10593
10817
  "external": true
10594
10818
  },
10595
10819
  {
10596
- "path": "@100mslive/react-sdk",
10820
+ "path": "react-use",
10597
10821
  "kind": "require-call",
10598
10822
  "external": true
10599
10823
  },
@@ -10772,6 +10996,11 @@
10772
10996
  "kind": "require-call",
10773
10997
  "external": true
10774
10998
  },
10999
+ {
11000
+ "path": "react",
11001
+ "kind": "require-call",
11002
+ "external": true
11003
+ },
10775
11004
  {
10776
11005
  "path": "react-use",
10777
11006
  "kind": "require-call",
@@ -11052,6 +11281,31 @@
11052
11281
  "kind": "require-call",
11053
11282
  "external": true
11054
11283
  },
11284
+ {
11285
+ "path": "@100mslive/react-icons",
11286
+ "kind": "require-call",
11287
+ "external": true
11288
+ },
11289
+ {
11290
+ "path": "react",
11291
+ "kind": "require-call",
11292
+ "external": true
11293
+ },
11294
+ {
11295
+ "path": "react-use",
11296
+ "kind": "require-call",
11297
+ "external": true
11298
+ },
11299
+ {
11300
+ "path": "@100mslive/react-sdk",
11301
+ "kind": "require-call",
11302
+ "external": true
11303
+ },
11304
+ {
11305
+ "path": "react",
11306
+ "kind": "require-call",
11307
+ "external": true
11308
+ },
11055
11309
  {
11056
11310
  "path": "react-use",
11057
11311
  "kind": "require-call",
@@ -11197,6 +11451,16 @@
11197
11451
  "kind": "require-call",
11198
11452
  "external": true
11199
11453
  },
11454
+ {
11455
+ "path": "@100mslive/react-sdk",
11456
+ "kind": "require-call",
11457
+ "external": true
11458
+ },
11459
+ {
11460
+ "path": "@100mslive/react-icons",
11461
+ "kind": "require-call",
11462
+ "external": true
11463
+ },
11200
11464
  {
11201
11465
  "path": "react",
11202
11466
  "kind": "require-call",
@@ -11272,6 +11536,66 @@
11272
11536
  "kind": "require-call",
11273
11537
  "external": true
11274
11538
  },
11539
+ {
11540
+ "path": "react-use",
11541
+ "kind": "require-call",
11542
+ "external": true
11543
+ },
11544
+ {
11545
+ "path": "@100mslive/react-sdk",
11546
+ "kind": "require-call",
11547
+ "external": true
11548
+ },
11549
+ {
11550
+ "path": "@100mslive/react-icons",
11551
+ "kind": "require-call",
11552
+ "external": true
11553
+ },
11554
+ {
11555
+ "path": "react",
11556
+ "kind": "require-call",
11557
+ "external": true
11558
+ },
11559
+ {
11560
+ "path": "react-use",
11561
+ "kind": "require-call",
11562
+ "external": true
11563
+ },
11564
+ {
11565
+ "path": "@100mslive/react-sdk",
11566
+ "kind": "require-call",
11567
+ "external": true
11568
+ },
11569
+ {
11570
+ "path": "@100mslive/react-icons",
11571
+ "kind": "require-call",
11572
+ "external": true
11573
+ },
11574
+ {
11575
+ "path": "react",
11576
+ "kind": "require-call",
11577
+ "external": true
11578
+ },
11579
+ {
11580
+ "path": "react-use",
11581
+ "kind": "require-call",
11582
+ "external": true
11583
+ },
11584
+ {
11585
+ "path": "@100mslive/react-sdk",
11586
+ "kind": "require-call",
11587
+ "external": true
11588
+ },
11589
+ {
11590
+ "path": "@100mslive/react-icons",
11591
+ "kind": "require-call",
11592
+ "external": true
11593
+ },
11594
+ {
11595
+ "path": "react",
11596
+ "kind": "require-call",
11597
+ "external": true
11598
+ },
11275
11599
  {
11276
11600
  "path": "react",
11277
11601
  "kind": "require-call",
@@ -11587,6 +11911,31 @@
11587
11911
  "kind": "require-call",
11588
11912
  "external": true
11589
11913
  },
11914
+ {
11915
+ "path": "react-window",
11916
+ "kind": "require-call",
11917
+ "external": true
11918
+ },
11919
+ {
11920
+ "path": "@100mslive/react-sdk",
11921
+ "kind": "require-call",
11922
+ "external": true
11923
+ },
11924
+ {
11925
+ "path": "@100mslive/react-icons",
11926
+ "kind": "require-call",
11927
+ "external": true
11928
+ },
11929
+ {
11930
+ "path": "react",
11931
+ "kind": "require-call",
11932
+ "external": true
11933
+ },
11934
+ {
11935
+ "path": "react-use",
11936
+ "kind": "require-call",
11937
+ "external": true
11938
+ },
11590
11939
  {
11591
11940
  "path": "@100mslive/react-sdk",
11592
11941
  "kind": "require-call",
@@ -11807,7 +12156,7 @@
11807
12156
  "entryPoint": "src/index.ts",
11808
12157
  "inputs": {
11809
12158
  "<define:process.env>": {
11810
- "bytesInOutput": 18444
12159
+ "bytesInOutput": 18443
11811
12160
  },
11812
12161
  "src/Theme/base.config.ts": {
11813
12162
  "bytesInOutput": 6104
@@ -11959,11 +12308,17 @@
11959
12308
  "src/TileMenu/index.tsx": {
11960
12309
  "bytesInOutput": 143
11961
12310
  },
12311
+ "src/AudioLevel/useBorderAudioLevel.tsx": {
12312
+ "bytesInOutput": 968
12313
+ },
12314
+ "src/AudioLevel/audio-level.png": {
12315
+ "bytesInOutput": 983
12316
+ },
11962
12317
  "src/AudioLevel/AudioLevel.tsx": {
11963
- "bytesInOutput": 950
12318
+ "bytesInOutput": 2807
11964
12319
  },
11965
12320
  "src/AudioLevel/index.ts": {
11966
- "bytesInOutput": 143
12321
+ "bytesInOutput": 175
11967
12322
  },
11968
12323
  "src/Popover/index.tsx": {
11969
12324
  "bytesInOutput": 927
@@ -12059,22 +12414,25 @@
12059
12414
  "bytesInOutput": 1062
12060
12415
  },
12061
12416
  "src/Prebuilt/common/constants.js": {
12062
- "bytesInOutput": 3765
12417
+ "bytesInOutput": 3763
12063
12418
  },
12064
12419
  "src/Prebuilt/components/AppData/useSidepane.js": {
12065
12420
  "bytesInOutput": 1640
12066
12421
  },
12067
12422
  "src/Prebuilt/components/AppData/useUISettings.js": {
12068
- "bytesInOutput": 5393
12423
+ "bytesInOutput": 5392
12069
12424
  },
12070
12425
  "src/Prebuilt/components/AppData/AppData.jsx": {
12071
- "bytesInOutput": 6682
12426
+ "bytesInOutput": 6681
12072
12427
  },
12073
12428
  "src/Prebuilt/AppContext.tsx": {
12074
- "bytesInOutput": 745
12429
+ "bytesInOutput": 767
12430
+ },
12431
+ "src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
12432
+ "bytesInOutput": 448
12075
12433
  },
12076
12434
  "src/Prebuilt/primitives/DialogContent.jsx": {
12077
- "bytesInOutput": 9342
12435
+ "bytesInOutput": 9389
12078
12436
  },
12079
12437
  "src/Prebuilt/components/AuthToken.jsx": {
12080
12438
  "bytesInOutput": 3891
@@ -12086,7 +12444,7 @@
12086
12444
  "bytesInOutput": 875
12087
12445
  },
12088
12446
  "src/Prebuilt/services/FeatureFlags.jsx": {
12089
- "bytesInOutput": 1697
12447
+ "bytesInOutput": 1701
12090
12448
  },
12091
12449
  "src/Prebuilt/components/init/Init.jsx": {
12092
12450
  "bytesInOutput": 939
@@ -12128,7 +12486,7 @@
12128
12486
  "bytesInOutput": 12068
12129
12487
  },
12130
12488
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
12131
- "bytesInOutput": 4937
12489
+ "bytesInOutput": 4977
12132
12490
  },
12133
12491
  "src/Prebuilt/components/Notifications/ReconnectNotifications.jsx": {
12134
12492
  "bytesInOutput": 2973
@@ -12155,7 +12513,7 @@
12155
12513
  "bytesInOutput": 1408
12156
12514
  },
12157
12515
  "src/Prebuilt/common/utils.js": {
12158
- "bytesInOutput": 1336
12516
+ "bytesInOutput": 1140
12159
12517
  },
12160
12518
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
12161
12519
  "bytesInOutput": 7378
@@ -12163,6 +12521,9 @@
12163
12521
  "src/Prebuilt/components/Notifications/index.jsx": {
12164
12522
  "bytesInOutput": 173
12165
12523
  },
12524
+ "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx": {
12525
+ "bytesInOutput": 1021
12526
+ },
12166
12527
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
12167
12528
  "bytesInOutput": 2156
12168
12529
  },
@@ -12211,8 +12572,8 @@
12211
12572
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12212
12573
  "bytesInOutput": 6745
12213
12574
  },
12214
- "src/Prebuilt/components/Chip.jsx": {
12215
- "bytesInOutput": 916
12575
+ "src/Prebuilt/components/Chip.tsx": {
12576
+ "bytesInOutput": 1112
12216
12577
  },
12217
12578
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
12218
12579
  "bytesInOutput": 1059
@@ -12223,11 +12584,14 @@
12223
12584
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
12224
12585
  "bytesInOutput": 2097
12225
12586
  },
12587
+ "src/Prebuilt/components/PrebuiltTileElements.tsx": {
12588
+ "bytesInOutput": 444
12589
+ },
12226
12590
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
12227
12591
  "bytesInOutput": 1770
12228
12592
  },
12229
12593
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
12230
- "bytesInOutput": 257
12594
+ "bytesInOutput": 260
12231
12595
  },
12232
12596
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
12233
12597
  "bytesInOutput": 8119
@@ -12245,31 +12609,10 @@
12245
12609
  "bytesInOutput": 1151
12246
12610
  },
12247
12611
  "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
12612
+ "bytesInOutput": 10652
12270
12613
  },
12271
12614
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
12272
- "bytesInOutput": 3256
12615
+ "bytesInOutput": 3253
12273
12616
  },
12274
12617
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
12275
12618
  "bytesInOutput": 1881
@@ -12281,10 +12624,10 @@
12281
12624
  "bytesInOutput": 5054
12282
12625
  },
12283
12626
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12284
- "bytesInOutput": 11611
12627
+ "bytesInOutput": 11753
12285
12628
  },
12286
12629
  "src/Prebuilt/components/Preview/PreviewContainer.tsx": {
12287
- "bytesInOutput": 2515
12630
+ "bytesInOutput": 2512
12288
12631
  },
12289
12632
  "src/Prebuilt/components/Toast/Toast.jsx": {
12290
12633
  "bytesInOutput": 773
@@ -12293,7 +12636,7 @@
12293
12636
  "bytesInOutput": 1404
12294
12637
  },
12295
12638
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
12296
- "bytesInOutput": 4317
12639
+ "bytesInOutput": 4314
12297
12640
  },
12298
12641
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
12299
12642
  "bytesInOutput": 818
@@ -12307,6 +12650,9 @@
12307
12650
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
12308
12651
  "bytesInOutput": 1315
12309
12652
  },
12653
+ "src/Prebuilt/components/hooks/useDropdownList.jsx": {
12654
+ "bytesInOutput": 885
12655
+ },
12310
12656
  "src/Prebuilt/components/EmojiReaction.jsx": {
12311
12657
  "bytesInOutput": 2931
12312
12658
  },
@@ -12323,7 +12669,7 @@
12323
12669
  "bytesInOutput": 2305
12324
12670
  },
12325
12671
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
12326
- "bytesInOutput": 6923
12672
+ "bytesInOutput": 6970
12327
12673
  },
12328
12674
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
12329
12675
  "bytesInOutput": 5237
@@ -12341,7 +12687,7 @@
12341
12687
  "bytesInOutput": 369
12342
12688
  },
12343
12689
  "src/Prebuilt/components/RoleChangeModal.jsx": {
12344
- "bytesInOutput": 7598
12690
+ "bytesInOutput": 7638
12345
12691
  },
12346
12692
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
12347
12693
  "bytesInOutput": 3668
@@ -12353,10 +12699,10 @@
12353
12699
  "bytesInOutput": 12511
12354
12700
  },
12355
12701
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
12356
- "bytesInOutput": 5184
12702
+ "bytesInOutput": 5203
12357
12703
  },
12358
12704
  "src/Prebuilt/components/StatsForNerds.jsx": {
12359
- "bytesInOutput": 11523
12705
+ "bytesInOutput": 11509
12360
12706
  },
12361
12707
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
12362
12708
  "bytesInOutput": 6227
@@ -12376,6 +12722,12 @@
12376
12722
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
12377
12723
  "bytesInOutput": 8198
12378
12724
  },
12725
+ "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
12726
+ "bytesInOutput": 4090
12727
+ },
12728
+ "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
12729
+ "bytesInOutput": 2801
12730
+ },
12379
12731
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
12380
12732
  "bytesInOutput": 11499
12381
12733
  },
@@ -12404,13 +12756,13 @@
12404
12756
  "bytesInOutput": 1222
12405
12757
  },
12406
12758
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
12407
- "bytesInOutput": 2869
12759
+ "bytesInOutput": 2909
12408
12760
  },
12409
12761
  "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
12410
- "bytesInOutput": 1575
12762
+ "bytesInOutput": 1615
12411
12763
  },
12412
12764
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
12413
- "bytesInOutput": 8675
12765
+ "bytesInOutput": 7968
12414
12766
  },
12415
12767
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
12416
12768
  "bytesInOutput": 2035
@@ -12419,26 +12771,38 @@
12419
12771
  "bytesInOutput": 1304
12420
12772
  },
12421
12773
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
12422
- "bytesInOutput": 6833
12774
+ "bytesInOutput": 6858
12423
12775
  },
12424
12776
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
12425
- "bytesInOutput": 3505
12777
+ "bytesInOutput": 5208
12426
12778
  },
12427
12779
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
12428
- "bytesInOutput": 13149
12780
+ "bytesInOutput": 14243
12429
12781
  },
12430
12782
  "src/Prebuilt/components/Footer/Footer.tsx": {
12431
12783
  "bytesInOutput": 4590
12432
12784
  },
12433
12785
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
12434
- "bytesInOutput": 2795
12786
+ "bytesInOutput": 2835
12435
12787
  },
12436
12788
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
12437
- "bytesInOutput": 2639
12789
+ "bytesInOutput": 2679
12438
12790
  },
12439
12791
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
12440
12792
  "bytesInOutput": 3482
12441
12793
  },
12794
+ "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
12795
+ "bytesInOutput": 12775
12796
+ },
12797
+ "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
12798
+ "bytesInOutput": 5418
12799
+ },
12800
+ "src/Prebuilt/components/peerTileUtils.jsx": {
12801
+ "bytesInOutput": 1299
12802
+ },
12803
+ "src/Prebuilt/components/VideoTile.jsx": {
12804
+ "bytesInOutput": 7796
12805
+ },
12442
12806
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
12443
12807
  "bytesInOutput": 706
12444
12808
  },
@@ -12514,8 +12878,11 @@
12514
12878
  "src/Prebuilt/components/Chat/Chat.jsx": {
12515
12879
  "bytesInOutput": 8085
12516
12880
  },
12881
+ "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
12882
+ "bytesInOutput": 4444
12883
+ },
12517
12884
  "src/Prebuilt/components/SidePaneTabs.tsx": {
12518
- "bytesInOutput": 6530
12885
+ "bytesInOutput": 7596
12519
12886
  },
12520
12887
  "src/Prebuilt/images/rtmp.png": {
12521
12888
  "bytesInOutput": 7396
@@ -12527,7 +12894,7 @@
12527
12894
  "bytesInOutput": 3687
12528
12895
  },
12529
12896
  "src/Prebuilt/layouts/SidePane.tsx": {
12530
- "bytesInOutput": 4116
12897
+ "bytesInOutput": 4143
12531
12898
  },
12532
12899
  "src/Prebuilt/layouts/WaitingView.jsx": {
12533
12900
  "bytesInOutput": 1943
@@ -12569,16 +12936,16 @@
12569
12936
  "bytesInOutput": 4598
12570
12937
  },
12571
12938
  "src/Prebuilt/layouts/HLSView.jsx": {
12572
- "bytesInOutput": 18286
12939
+ "bytesInOutput": 18316
12573
12940
  },
12574
12941
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
12575
12942
  "bytesInOutput": 3048
12576
12943
  },
12577
12944
  "src/Prebuilt/components/conference.jsx": {
12578
- "bytesInOutput": 8059
12945
+ "bytesInOutput": 8312
12579
12946
  },
12580
12947
  "src/Prebuilt/App.tsx": {
12581
- "bytesInOutput": 13029
12948
+ "bytesInOutput": 13235
12582
12949
  },
12583
12950
  "src/Prebuilt/index.ts": {
12584
12951
  "bytesInOutput": 131
@@ -12587,10 +12954,10 @@
12587
12954
  "bytesInOutput": 650
12588
12955
  },
12589
12956
  "src/index.ts": {
12590
- "bytesInOutput": 2758
12957
+ "bytesInOutput": 2790
12591
12958
  }
12592
12959
  },
12593
- "bytes": 848073
12960
+ "bytes": 860939
12594
12961
  }
12595
12962
  }
12596
12963
  }