@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",
@@ -6629,9 +6538,14 @@
6629
6538
  "original": "../../../"
6630
6539
  },
6631
6540
  {
6632
- "path": "src/Prebuilt/primitives/DialogContent.jsx",
6541
+ "path": "src/Prebuilt/primitives/DialogContent.jsx",
6542
+ "kind": "import-statement",
6543
+ "original": "../../primitives/DialogContent"
6544
+ },
6545
+ {
6546
+ "path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
6633
6547
  "kind": "import-statement",
6634
- "original": "../../primitives/DialogContent"
6548
+ "original": "../PrebuiltDialogPortal"
6635
6549
  },
6636
6550
  {
6637
6551
  "path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
@@ -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",
@@ -7151,15 +7070,269 @@
7151
7070
  "kind": "import-statement",
7152
7071
  "original": "../../../Text"
7153
7072
  },
7073
+ {
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
+ },
7154
7241
  {
7155
7242
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
7156
7243
  "kind": "import-statement",
7157
- "original": "../AppData/useUISettings"
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",
7329
+ "kind": "import-statement",
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",
@@ -9728,16 +10017,17 @@
9728
10017
  "dist/index.js": {
9729
10018
  "imports": [
9730
10019
  {
9731
- "path": "dist/chunk-Z7P5WITU.js",
10020
+ "path": "dist/chunk-PRM33R4R.js",
9732
10021
  "kind": "import-statement"
9733
10022
  },
9734
10023
  {
9735
- "path": "dist/chunk-5DQ3WTED.js",
10024
+ "path": "dist/chunk-6SQTFOK6.js",
9736
10025
  "kind": "import-statement"
9737
10026
  }
9738
10027
  ],
9739
10028
  "exports": [
9740
10029
  "Accordion",
10030
+ "AudioLevel",
9741
10031
  "Avatar",
9742
10032
  "Box",
9743
10033
  "Button",
@@ -9799,22 +10089,22 @@
9799
10089
  ],
9800
10090
  "entryPoint": "src/index.ts",
9801
10091
  "inputs": {},
9802
- "bytes": 1702
10092
+ "bytes": 1730
9803
10093
  },
9804
- "dist/VirtualBackground-3TI5NA4V.js.map": {
10094
+ "dist/VirtualBackground-UVZJVOA2.js.map": {
9805
10095
  "imports": [],
9806
10096
  "exports": [],
9807
10097
  "inputs": {},
9808
10098
  "bytes": 9170
9809
10099
  },
9810
- "dist/VirtualBackground-3TI5NA4V.js": {
10100
+ "dist/VirtualBackground-UVZJVOA2.js": {
9811
10101
  "imports": [
9812
10102
  {
9813
- "path": "dist/chunk-36X4ZCLC.js",
10103
+ "path": "dist/chunk-HUMNPIYI.js",
9814
10104
  "kind": "import-statement"
9815
10105
  },
9816
10106
  {
9817
- "path": "dist/chunk-5DQ3WTED.js",
10107
+ "path": "dist/chunk-6SQTFOK6.js",
9818
10108
  "kind": "import-statement"
9819
10109
  },
9820
10110
  {
@@ -9863,20 +10153,20 @@
9863
10153
  },
9864
10154
  "bytes": 6113
9865
10155
  },
9866
- "dist/HLSView-3S74KF3A.js.map": {
10156
+ "dist/HLSView-DDGPZHA2.js.map": {
9867
10157
  "imports": [],
9868
10158
  "exports": [],
9869
10159
  "inputs": {},
9870
- "bytes": 52724
10160
+ "bytes": 52770
9871
10161
  },
9872
- "dist/HLSView-3S74KF3A.js": {
10162
+ "dist/HLSView-DDGPZHA2.js": {
9873
10163
  "imports": [
9874
10164
  {
9875
- "path": "dist/chunk-Z7P5WITU.js",
10165
+ "path": "dist/chunk-PRM33R4R.js",
9876
10166
  "kind": "import-statement"
9877
10167
  },
9878
10168
  {
9879
- "path": "dist/chunk-5DQ3WTED.js",
10169
+ "path": "dist/chunk-6SQTFOK6.js",
9880
10170
  "kind": "import-statement"
9881
10171
  },
9882
10172
  {
@@ -9986,7 +10276,7 @@
9986
10276
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
9987
10277
  "inputs": {
9988
10278
  "src/Prebuilt/layouts/HLSView.jsx": {
9989
- "bytesInOutput": 14845
10279
+ "bytesInOutput": 14871
9990
10280
  },
9991
10281
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
9992
10282
  "bytesInOutput": 3494
@@ -10025,26 +10315,26 @@
10025
10315
  "bytesInOutput": 3945
10026
10316
  }
10027
10317
  },
10028
- "bytes": 32768
10318
+ "bytes": 32794
10029
10319
  },
10030
- "dist/conference-JNABIZBG.js.map": {
10320
+ "dist/conference-N7S47TDK.js.map": {
10031
10321
  "imports": [],
10032
10322
  "exports": [],
10033
10323
  "inputs": {},
10034
- "bytes": 403040
10324
+ "bytes": 463313
10035
10325
  },
10036
- "dist/conference-JNABIZBG.js": {
10326
+ "dist/conference-N7S47TDK.js": {
10037
10327
  "imports": [
10038
10328
  {
10039
- "path": "dist/chunk-36X4ZCLC.js",
10329
+ "path": "dist/chunk-HUMNPIYI.js",
10040
10330
  "kind": "import-statement"
10041
10331
  },
10042
10332
  {
10043
- "path": "dist/chunk-Z7P5WITU.js",
10333
+ "path": "dist/chunk-PRM33R4R.js",
10044
10334
  "kind": "import-statement"
10045
10335
  },
10046
10336
  {
10047
- "path": "dist/chunk-5DQ3WTED.js",
10337
+ "path": "dist/chunk-6SQTFOK6.js",
10048
10338
  "kind": "import-statement"
10049
10339
  },
10050
10340
  {
@@ -10127,6 +10417,11 @@
10127
10417
  "kind": "import-statement",
10128
10418
  "external": true
10129
10419
  },
10420
+ {
10421
+ "path": "react",
10422
+ "kind": "import-statement",
10423
+ "external": true
10424
+ },
10130
10425
  {
10131
10426
  "path": "react-use",
10132
10427
  "kind": "import-statement",
@@ -10333,7 +10628,92 @@
10333
10628
  "external": true
10334
10629
  },
10335
10630
  {
10336
- "path": "@100mslive/react-sdk",
10631
+ "path": "@100mslive/react-sdk",
10632
+ "kind": "import-statement",
10633
+ "external": true
10634
+ },
10635
+ {
10636
+ "path": "@100mslive/react-icons",
10637
+ "kind": "import-statement",
10638
+ "external": true
10639
+ },
10640
+ {
10641
+ "path": "react",
10642
+ "kind": "import-statement",
10643
+ "external": true
10644
+ },
10645
+ {
10646
+ "path": "@100mslive/react-icons",
10647
+ "kind": "import-statement",
10648
+ "external": true
10649
+ },
10650
+ {
10651
+ "path": "react",
10652
+ "kind": "import-statement",
10653
+ "external": true
10654
+ },
10655
+ {
10656
+ "path": "screenfull",
10657
+ "kind": "import-statement",
10658
+ "external": true
10659
+ },
10660
+ {
10661
+ "path": "react",
10662
+ "kind": "import-statement",
10663
+ "external": true
10664
+ },
10665
+ {
10666
+ "path": "@100mslive/react-sdk",
10667
+ "kind": "import-statement",
10668
+ "external": true
10669
+ },
10670
+ {
10671
+ "path": "@100mslive/react-icons",
10672
+ "kind": "import-statement",
10673
+ "external": true
10674
+ },
10675
+ {
10676
+ "path": "react",
10677
+ "kind": "import-statement",
10678
+ "external": true
10679
+ },
10680
+ {
10681
+ "path": "react",
10682
+ "kind": "import-statement",
10683
+ "external": true
10684
+ },
10685
+ {
10686
+ "path": "react-use",
10687
+ "kind": "import-statement",
10688
+ "external": true
10689
+ },
10690
+ {
10691
+ "path": "@100mslive/react-sdk",
10692
+ "kind": "import-statement",
10693
+ "external": true
10694
+ },
10695
+ {
10696
+ "path": "@100mslive/react-icons",
10697
+ "kind": "import-statement",
10698
+ "external": true
10699
+ },
10700
+ {
10701
+ "path": "react",
10702
+ "kind": "import-statement",
10703
+ "external": true
10704
+ },
10705
+ {
10706
+ "path": "react-use",
10707
+ "kind": "import-statement",
10708
+ "external": true
10709
+ },
10710
+ {
10711
+ "path": "@100mslive/react-sdk",
10712
+ "kind": "import-statement",
10713
+ "external": true
10714
+ },
10715
+ {
10716
+ "path": "react",
10337
10717
  "kind": "import-statement",
10338
10718
  "external": true
10339
10719
  },
@@ -10358,7 +10738,12 @@
10358
10738
  "external": true
10359
10739
  },
10360
10740
  {
10361
- "path": "screenfull",
10741
+ "path": "@100mslive/react-sdk",
10742
+ "kind": "import-statement",
10743
+ "external": true
10744
+ },
10745
+ {
10746
+ "path": "@100mslive/react-icons",
10362
10747
  "kind": "import-statement",
10363
10748
  "external": true
10364
10749
  },
@@ -10388,12 +10773,12 @@
10388
10773
  "external": true
10389
10774
  },
10390
10775
  {
10391
- "path": "react-use",
10776
+ "path": "react",
10392
10777
  "kind": "import-statement",
10393
10778
  "external": true
10394
10779
  },
10395
10780
  {
10396
- "path": "@100mslive/react-sdk",
10781
+ "path": "react",
10397
10782
  "kind": "import-statement",
10398
10783
  "external": true
10399
10784
  },
@@ -10433,22 +10818,17 @@
10433
10818
  "external": true
10434
10819
  },
10435
10820
  {
10436
- "path": "@100mslive/react-sdk",
10437
- "kind": "import-statement",
10438
- "external": true
10439
- },
10440
- {
10441
- "path": "@100mslive/react-icons",
10821
+ "path": "react-use",
10442
10822
  "kind": "import-statement",
10443
10823
  "external": true
10444
10824
  },
10445
10825
  {
10446
- "path": "react",
10826
+ "path": "@100mslive/react-sdk",
10447
10827
  "kind": "import-statement",
10448
10828
  "external": true
10449
10829
  },
10450
10830
  {
10451
- "path": "react",
10831
+ "path": "@100mslive/react-icons",
10452
10832
  "kind": "import-statement",
10453
10833
  "external": true
10454
10834
  },
@@ -10458,17 +10838,17 @@
10458
10838
  "external": true
10459
10839
  },
10460
10840
  {
10461
- "path": "react",
10841
+ "path": "react-use",
10462
10842
  "kind": "import-statement",
10463
10843
  "external": true
10464
10844
  },
10465
10845
  {
10466
- "path": "@100mslive/react-icons",
10846
+ "path": "react-window",
10467
10847
  "kind": "import-statement",
10468
10848
  "external": true
10469
10849
  },
10470
10850
  {
10471
- "path": "react",
10851
+ "path": "@100mslive/react-sdk",
10472
10852
  "kind": "import-statement",
10473
10853
  "external": true
10474
10854
  },
@@ -10492,23 +10872,27 @@
10492
10872
  "kind": "import-statement",
10493
10873
  "external": true
10494
10874
  },
10875
+ {
10876
+ "path": "dist/VirtualBackground-UVZJVOA2.js",
10877
+ "kind": "dynamic-import"
10878
+ },
10495
10879
  {
10496
10880
  "path": "react",
10497
10881
  "kind": "import-statement",
10498
10882
  "external": true
10499
10883
  },
10500
10884
  {
10501
- "path": "react-use",
10885
+ "path": "@100mslive/react-sdk",
10502
10886
  "kind": "import-statement",
10503
10887
  "external": true
10504
10888
  },
10505
10889
  {
10506
- "path": "@100mslive/react-sdk",
10890
+ "path": "react",
10507
10891
  "kind": "import-statement",
10508
10892
  "external": true
10509
10893
  },
10510
10894
  {
10511
- "path": "@100mslive/react-icons",
10895
+ "path": "@100mslive/react-sdk",
10512
10896
  "kind": "import-statement",
10513
10897
  "external": true
10514
10898
  },
@@ -10523,31 +10907,32 @@
10523
10907
  "external": true
10524
10908
  },
10525
10909
  {
10526
- "path": "react-window",
10910
+ "path": "react",
10527
10911
  "kind": "import-statement",
10528
10912
  "external": true
10529
10913
  },
10530
10914
  {
10531
- "path": "react",
10915
+ "path": "@100mslive/react-sdk",
10532
10916
  "kind": "import-statement",
10533
10917
  "external": true
10534
10918
  },
10535
10919
  {
10536
- "path": "@100mslive/react-sdk",
10920
+ "path": "react",
10537
10921
  "kind": "import-statement",
10538
10922
  "external": true
10539
10923
  },
10540
10924
  {
10541
- "path": "@100mslive/react-icons",
10925
+ "path": "@100mslive/react-sdk",
10542
10926
  "kind": "import-statement",
10543
10927
  "external": true
10544
10928
  },
10545
10929
  {
10546
- "path": "dist/VirtualBackground-3TI5NA4V.js",
10547
- "kind": "dynamic-import"
10930
+ "path": "react",
10931
+ "kind": "import-statement",
10932
+ "external": true
10548
10933
  },
10549
10934
  {
10550
- "path": "react",
10935
+ "path": "react-use",
10551
10936
  "kind": "import-statement",
10552
10937
  "external": true
10553
10938
  },
@@ -10562,32 +10947,32 @@
10562
10947
  "external": true
10563
10948
  },
10564
10949
  {
10565
- "path": "@100mslive/react-sdk",
10950
+ "path": "react-draggable",
10566
10951
  "kind": "import-statement",
10567
10952
  "external": true
10568
10953
  },
10569
10954
  {
10570
- "path": "react",
10955
+ "path": "react-use",
10571
10956
  "kind": "import-statement",
10572
10957
  "external": true
10573
10958
  },
10574
10959
  {
10575
- "path": "react-use",
10960
+ "path": "@100mslive/react-sdk",
10576
10961
  "kind": "import-statement",
10577
10962
  "external": true
10578
10963
  },
10579
10964
  {
10580
- "path": "react",
10965
+ "path": "@100mslive/react-icons",
10581
10966
  "kind": "import-statement",
10582
10967
  "external": true
10583
10968
  },
10584
10969
  {
10585
- "path": "@100mslive/react-sdk",
10970
+ "path": "react",
10586
10971
  "kind": "import-statement",
10587
10972
  "external": true
10588
10973
  },
10589
10974
  {
10590
- "path": "react",
10975
+ "path": "react-use",
10591
10976
  "kind": "import-statement",
10592
10977
  "external": true
10593
10978
  },
@@ -10596,6 +10981,11 @@
10596
10981
  "kind": "import-statement",
10597
10982
  "external": true
10598
10983
  },
10984
+ {
10985
+ "path": "@100mslive/react-icons",
10986
+ "kind": "import-statement",
10987
+ "external": true
10988
+ },
10599
10989
  {
10600
10990
  "path": "react",
10601
10991
  "kind": "import-statement",
@@ -10612,12 +11002,12 @@
10612
11002
  "external": true
10613
11003
  },
10614
11004
  {
10615
- "path": "react",
11005
+ "path": "@100mslive/react-icons",
10616
11006
  "kind": "import-statement",
10617
11007
  "external": true
10618
11008
  },
10619
11009
  {
10620
- "path": "react-draggable",
11010
+ "path": "react",
10621
11011
  "kind": "import-statement",
10622
11012
  "external": true
10623
11013
  },
@@ -10936,6 +11326,31 @@
10936
11326
  "kind": "import-statement",
10937
11327
  "external": true
10938
11328
  },
11329
+ {
11330
+ "path": "react-use",
11331
+ "kind": "import-statement",
11332
+ "external": true
11333
+ },
11334
+ {
11335
+ "path": "react-window",
11336
+ "kind": "import-statement",
11337
+ "external": true
11338
+ },
11339
+ {
11340
+ "path": "@100mslive/react-sdk",
11341
+ "kind": "import-statement",
11342
+ "external": true
11343
+ },
11344
+ {
11345
+ "path": "@100mslive/react-icons",
11346
+ "kind": "import-statement",
11347
+ "external": true
11348
+ },
11349
+ {
11350
+ "path": "react",
11351
+ "kind": "import-statement",
11352
+ "external": true
11353
+ },
10939
11354
  {
10940
11355
  "path": "@100mslive/react-sdk",
10941
11356
  "kind": "import-statement",
@@ -10972,7 +11387,7 @@
10972
11387
  "external": true
10973
11388
  },
10974
11389
  {
10975
- "path": "dist/HLSView-3S74KF3A.js",
11390
+ "path": "dist/HLSView-DDGPZHA2.js",
10976
11391
  "kind": "dynamic-import"
10977
11392
  }
10978
11393
  ],
@@ -10982,7 +11397,7 @@
10982
11397
  "entryPoint": "src/Prebuilt/components/conference.jsx",
10983
11398
  "inputs": {
10984
11399
  "src/Prebuilt/components/conference.jsx": {
10985
- "bytesInOutput": 6328
11400
+ "bytesInOutput": 6520
10986
11401
  },
10987
11402
  "src/Prebuilt/components/Footer/Footer.tsx": {
10988
11403
  "bytesInOutput": 3339
@@ -10993,11 +11408,14 @@
10993
11408
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
10994
11409
  "bytesInOutput": 937
10995
11410
  },
11411
+ "src/Prebuilt/components/hooks/useDropdownList.jsx": {
11412
+ "bytesInOutput": 562
11413
+ },
10996
11414
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
10997
11415
  "bytesInOutput": 2037
10998
11416
  },
10999
11417
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
11000
- "bytesInOutput": 5421
11418
+ "bytesInOutput": 5435
11001
11419
  },
11002
11420
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
11003
11421
  "bytesInOutput": 1894
@@ -11024,16 +11442,16 @@
11024
11442
  "bytesInOutput": 151
11025
11443
  },
11026
11444
  "src/Prebuilt/components/PIP/PIPComponent.jsx": {
11027
- "bytesInOutput": 2241
11445
+ "bytesInOutput": 2256
11028
11446
  },
11029
11447
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
11030
11448
  "bytesInOutput": 2442
11031
11449
  },
11032
11450
  "src/Prebuilt/components/RoleChangeModal.jsx": {
11033
- "bytesInOutput": 5978
11451
+ "bytesInOutput": 5985
11034
11452
  },
11035
11453
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
11036
- "bytesInOutput": 4189
11454
+ "bytesInOutput": 4196
11037
11455
  },
11038
11456
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
11039
11457
  "bytesInOutput": 2898
@@ -11045,7 +11463,7 @@
11045
11463
  "bytesInOutput": 4416
11046
11464
  },
11047
11465
  "src/Prebuilt/components/StatsForNerds.jsx": {
11048
- "bytesInOutput": 9440
11466
+ "bytesInOutput": 9447
11049
11467
  },
11050
11468
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
11051
11469
  "bytesInOutput": 4968
@@ -11063,7 +11481,13 @@
11063
11481
  "bytesInOutput": 2246
11064
11482
  },
11065
11483
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
11066
- "bytesInOutput": 9284
11484
+ "bytesInOutput": 9286
11485
+ },
11486
+ "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
11487
+ "bytesInOutput": 2099
11488
+ },
11489
+ "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
11490
+ "bytesInOutput": 3192
11067
11491
  },
11068
11492
  "src/Prebuilt/components/RaiseHand.jsx": {
11069
11493
  "bytesInOutput": 529
@@ -11072,7 +11496,7 @@
11072
11496
  "bytesInOutput": 1404
11073
11497
  },
11074
11498
  "src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
11075
- "bytesInOutput": 7761
11499
+ "bytesInOutput": 7086
11076
11500
  },
11077
11501
  "src/Prebuilt/images/pdf-share.png": {
11078
11502
  "bytesInOutput": 25446
@@ -11084,7 +11508,7 @@
11084
11508
  "bytesInOutput": 435
11085
11509
  },
11086
11510
  "src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
11087
- "bytesInOutput": 1132
11511
+ "bytesInOutput": 1139
11088
11512
  },
11089
11513
  "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx": {
11090
11514
  "bytesInOutput": 663
@@ -11093,7 +11517,7 @@
11093
11517
  "bytesInOutput": 1020
11094
11518
  },
11095
11519
  "src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
11096
- "bytesInOutput": 2086
11520
+ "bytesInOutput": 2093
11097
11521
  },
11098
11522
  "src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
11099
11523
  "bytesInOutput": 796
@@ -11102,22 +11526,22 @@
11102
11526
  "bytesInOutput": 861
11103
11527
  },
11104
11528
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
11105
- "bytesInOutput": 10755
11529
+ "bytesInOutput": 11673
11106
11530
  },
11107
11531
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
11108
- "bytesInOutput": 2610
11532
+ "bytesInOutput": 4125
11109
11533
  },
11110
11534
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
11111
- "bytesInOutput": 5744
11535
+ "bytesInOutput": 5769
11112
11536
  },
11113
11537
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
11114
- "bytesInOutput": 2329
11538
+ "bytesInOutput": 2336
11115
11539
  },
11116
11540
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
11117
- "bytesInOutput": 2734
11541
+ "bytesInOutput": 2759
11118
11542
  },
11119
11543
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
11120
- "bytesInOutput": 1995
11544
+ "bytesInOutput": 2002
11121
11545
  },
11122
11546
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11123
11547
  "bytesInOutput": 2255
@@ -11126,22 +11550,34 @@
11126
11550
  "bytesInOutput": 3145
11127
11551
  },
11128
11552
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
11129
- "bytesInOutput": 1947
11553
+ "bytesInOutput": 1949
11130
11554
  },
11131
11555
  "src/Prebuilt/components/InsetTile.tsx": {
11132
- "bytesInOutput": 3944
11556
+ "bytesInOutput": 3975
11557
+ },
11558
+ "src/Prebuilt/components/VideoTile.jsx": {
11559
+ "bytesInOutput": 6441
11560
+ },
11561
+ "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
11562
+ "bytesInOutput": 4356
11563
+ },
11564
+ "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
11565
+ "bytesInOutput": 10488
11566
+ },
11567
+ "src/Prebuilt/components/peerTileUtils.jsx": {
11568
+ "bytesInOutput": 1023
11133
11569
  },
11134
11570
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
11135
11571
  "bytesInOutput": 406
11136
11572
  },
11137
11573
  "src/Prebuilt/components/Pagination.tsx": {
11138
- "bytesInOutput": 1661
11574
+ "bytesInOutput": 1663
11139
11575
  },
11140
11576
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
11141
11577
  "bytesInOutput": 1167
11142
11578
  },
11143
11579
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
11144
- "bytesInOutput": 3795
11580
+ "bytesInOutput": 3797
11145
11581
  },
11146
11582
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
11147
11583
  "bytesInOutput": 1698
@@ -11159,7 +11595,7 @@
11159
11595
  "bytesInOutput": 1827
11160
11596
  },
11161
11597
  "src/Prebuilt/components/ScreenshareTile.jsx": {
11162
- "bytesInOutput": 3596
11598
+ "bytesInOutput": 3614
11163
11599
  },
11164
11600
  "src/Prebuilt/components/ScreenshareDisplay.jsx": {
11165
11601
  "bytesInOutput": 1191
@@ -11171,25 +11607,25 @@
11171
11607
  "bytesInOutput": 3224
11172
11608
  },
11173
11609
  "src/Prebuilt/layouts/PDFView.jsx": {
11174
- "bytesInOutput": 3127
11610
+ "bytesInOutput": 3133
11175
11611
  },
11176
11612
  "src/Prebuilt/layouts/SidePane.tsx": {
11177
- "bytesInOutput": 3215
11613
+ "bytesInOutput": 3268
11178
11614
  },
11179
11615
  "src/Prebuilt/components/SidePaneTabs.tsx": {
11180
- "bytesInOutput": 5223
11616
+ "bytesInOutput": 6118
11181
11617
  },
11182
11618
  "src/Prebuilt/components/Chat/Chat.jsx": {
11183
- "bytesInOutput": 6585
11619
+ "bytesInOutput": 6609
11184
11620
  },
11185
11621
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
11186
- "bytesInOutput": 13101
11622
+ "bytesInOutput": 13120
11187
11623
  },
11188
11624
  "src/Prebuilt/images/empty-chat.svg": {
11189
11625
  "bytesInOutput": 2261
11190
11626
  },
11191
11627
  "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
11192
- "bytesInOutput": 1207
11628
+ "bytesInOutput": 1231
11193
11629
  },
11194
11630
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
11195
11631
  "bytesInOutput": 497
@@ -11203,31 +11639,34 @@
11203
11639
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
11204
11640
  "bytesInOutput": 1169
11205
11641
  },
11642
+ "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
11643
+ "bytesInOutput": 3503
11644
+ },
11206
11645
  "src/Prebuilt/components/Streaming/StreamingLanding.jsx": {
11207
- "bytesInOutput": 2863
11646
+ "bytesInOutput": 2865
11208
11647
  },
11209
11648
  "src/Prebuilt/images/rtmp.png": {
11210
11649
  "bytesInOutput": 7309
11211
11650
  },
11212
11651
  "src/Prebuilt/components/Streaming/HLSStreaming.jsx": {
11213
- "bytesInOutput": 7634
11652
+ "bytesInOutput": 7636
11214
11653
  },
11215
11654
  "src/Prebuilt/layouts/WaitingView.jsx": {
11216
11655
  "bytesInOutput": 1380
11217
11656
  }
11218
11657
  },
11219
- "bytes": 303534
11658
+ "bytes": 339102
11220
11659
  },
11221
- "dist/chunk-36X4ZCLC.js.map": {
11660
+ "dist/chunk-HUMNPIYI.js.map": {
11222
11661
  "imports": [],
11223
11662
  "exports": [],
11224
11663
  "inputs": {},
11225
11664
  "bytes": 2406
11226
11665
  },
11227
- "dist/chunk-36X4ZCLC.js": {
11666
+ "dist/chunk-HUMNPIYI.js": {
11228
11667
  "imports": [
11229
11668
  {
11230
- "path": "dist/chunk-5DQ3WTED.js",
11669
+ "path": "dist/chunk-6SQTFOK6.js",
11231
11670
  "kind": "import-statement"
11232
11671
  },
11233
11672
  {
@@ -11246,16 +11685,16 @@
11246
11685
  },
11247
11686
  "bytes": 1591
11248
11687
  },
11249
- "dist/chunk-Z7P5WITU.js.map": {
11688
+ "dist/chunk-PRM33R4R.js.map": {
11250
11689
  "imports": [],
11251
11690
  "exports": [],
11252
11691
  "inputs": {},
11253
- "bytes": 496061
11692
+ "bytes": 452418
11254
11693
  },
11255
- "dist/chunk-Z7P5WITU.js": {
11694
+ "dist/chunk-PRM33R4R.js": {
11256
11695
  "imports": [
11257
11696
  {
11258
- "path": "dist/chunk-5DQ3WTED.js",
11697
+ "path": "dist/chunk-6SQTFOK6.js",
11259
11698
  "kind": "import-statement"
11260
11699
  },
11261
11700
  {
@@ -11378,6 +11817,16 @@
11378
11817
  "kind": "import-statement",
11379
11818
  "external": true
11380
11819
  },
11820
+ {
11821
+ "path": "react",
11822
+ "kind": "import-statement",
11823
+ "external": true
11824
+ },
11825
+ {
11826
+ "path": "@100mslive/react-sdk",
11827
+ "kind": "import-statement",
11828
+ "external": true
11829
+ },
11381
11830
  {
11382
11831
  "path": "@radix-ui/react-popover",
11383
11832
  "kind": "import-statement",
@@ -11563,6 +12012,11 @@
11563
12012
  "kind": "import-statement",
11564
12013
  "external": true
11565
12014
  },
12015
+ {
12016
+ "path": "react",
12017
+ "kind": "import-statement",
12018
+ "external": true
12019
+ },
11566
12020
  {
11567
12021
  "path": "@100mslive/react-icons",
11568
12022
  "kind": "import-statement",
@@ -11763,6 +12217,16 @@
11763
12217
  "kind": "import-statement",
11764
12218
  "external": true
11765
12219
  },
12220
+ {
12221
+ "path": "@100mslive/react-sdk",
12222
+ "kind": "import-statement",
12223
+ "external": true
12224
+ },
12225
+ {
12226
+ "path": "react",
12227
+ "kind": "import-statement",
12228
+ "external": true
12229
+ },
11766
12230
  {
11767
12231
  "path": "react-router-dom",
11768
12232
  "kind": "import-statement",
@@ -12073,96 +12537,6 @@
12073
12537
  "kind": "import-statement",
12074
12538
  "external": true
12075
12539
  },
12076
- {
12077
- "path": "@100mslive/react-sdk",
12078
- "kind": "import-statement",
12079
- "external": true
12080
- },
12081
- {
12082
- "path": "@100mslive/react-icons",
12083
- "kind": "import-statement",
12084
- "external": true
12085
- },
12086
- {
12087
- "path": "react",
12088
- "kind": "import-statement",
12089
- "external": true
12090
- },
12091
- {
12092
- "path": "react-use",
12093
- "kind": "import-statement",
12094
- "external": true
12095
- },
12096
- {
12097
- "path": "@100mslive/react-sdk",
12098
- "kind": "import-statement",
12099
- "external": true
12100
- },
12101
- {
12102
- "path": "@100mslive/react-icons",
12103
- "kind": "import-statement",
12104
- "external": true
12105
- },
12106
- {
12107
- "path": "react",
12108
- "kind": "import-statement",
12109
- "external": true
12110
- },
12111
- {
12112
- "path": "react-use",
12113
- "kind": "import-statement",
12114
- "external": true
12115
- },
12116
- {
12117
- "path": "@100mslive/react-sdk",
12118
- "kind": "import-statement",
12119
- "external": true
12120
- },
12121
- {
12122
- "path": "react",
12123
- "kind": "import-statement",
12124
- "external": true
12125
- },
12126
- {
12127
- "path": "@100mslive/react-icons",
12128
- "kind": "import-statement",
12129
- "external": true
12130
- },
12131
- {
12132
- "path": "react",
12133
- "kind": "import-statement",
12134
- "external": true
12135
- },
12136
- {
12137
- "path": "react-use",
12138
- "kind": "import-statement",
12139
- "external": true
12140
- },
12141
- {
12142
- "path": "@100mslive/react-sdk",
12143
- "kind": "import-statement",
12144
- "external": true
12145
- },
12146
- {
12147
- "path": "@100mslive/react-icons",
12148
- "kind": "import-statement",
12149
- "external": true
12150
- },
12151
- {
12152
- "path": "react",
12153
- "kind": "import-statement",
12154
- "external": true
12155
- },
12156
- {
12157
- "path": "react",
12158
- "kind": "import-statement",
12159
- "external": true
12160
- },
12161
- {
12162
- "path": "react-use",
12163
- "kind": "import-statement",
12164
- "external": true
12165
- },
12166
12540
  {
12167
12541
  "path": "@100mslive/types-prebuilt/elements/join_form",
12168
12542
  "kind": "import-statement",
@@ -12179,7 +12553,7 @@
12179
12553
  "external": true
12180
12554
  },
12181
12555
  {
12182
- "path": "dist/VirtualBackground-3TI5NA4V.js",
12556
+ "path": "dist/VirtualBackground-UVZJVOA2.js",
12183
12557
  "kind": "dynamic-import"
12184
12558
  },
12185
12559
  {
@@ -12248,7 +12622,7 @@
12248
12622
  "external": true
12249
12623
  },
12250
12624
  {
12251
- "path": "dist/conference-JNABIZBG.js",
12625
+ "path": "dist/conference-N7S47TDK.js",
12252
12626
  "kind": "dynamic-import"
12253
12627
  },
12254
12628
  {
@@ -12260,11 +12634,11 @@
12260
12634
  "exports": [
12261
12635
  "APP_DATA",
12262
12636
  "Accordion",
12637
+ "AudioLevel",
12263
12638
  "AudioVideoToggle",
12264
12639
  "Avatar",
12265
12640
  "Button",
12266
12641
  "CHAT_SELECTOR",
12267
- "ChangeNameModal",
12268
12642
  "Checkbox",
12269
12643
  "Collapsible",
12270
12644
  "ConnectionIndicator",
@@ -12290,10 +12664,14 @@
12290
12664
  "PasswordInput",
12291
12665
  "PictureInPicture",
12292
12666
  "Popover",
12667
+ "PrebuiltAttributeBox",
12668
+ "PrebuiltAudioIndicator",
12669
+ "PrebuiltDialogPortal",
12293
12670
  "PreviewControls",
12294
12671
  "PreviewTile",
12295
12672
  "Progress",
12296
12673
  "QRCode",
12674
+ "REMOTE_STOP_SCREENSHARE_TYPE",
12297
12675
  "ROLE_CHANGE_DECLINED",
12298
12676
  "RTMP_RECORD_DEFAULT_RESOLUTION",
12299
12677
  "RTMP_RECORD_RESOLUTION_MAX",
@@ -12317,7 +12695,7 @@
12317
12695
  "Tabs",
12318
12696
  "ThemeContext",
12319
12697
  "ThemeTypes",
12320
- "TileMenu_default",
12698
+ "TileConnection_default",
12321
12699
  "Toast",
12322
12700
  "ToastManager",
12323
12701
  "UI_SETTINGS",
@@ -12325,11 +12703,9 @@
12325
12703
  "VerticalDivider",
12326
12704
  "Video",
12327
12705
  "VideoTileStats",
12328
- "VideoTile_default",
12329
12706
  "getFormattedCount",
12330
12707
  "getLeft",
12331
12708
  "getMetadata",
12332
- "getVideoTileLabel",
12333
12709
  "isAndroid",
12334
12710
  "isChrome",
12335
12711
  "isIOS",
@@ -12338,7 +12714,6 @@
12338
12714
  "isScreenshareSupported",
12339
12715
  "useAuthToken",
12340
12716
  "useBorderAudioLevel",
12341
- "useDropdownList",
12342
12717
  "useDropdownSelection",
12343
12718
  "useFilteredRoles",
12344
12719
  "useHMSPrebuiltContext",
@@ -12458,12 +12833,18 @@
12458
12833
  "src/TileMenu/index.tsx": {
12459
12834
  "bytesInOutput": 0
12460
12835
  },
12461
- "src/AudioLevel/AudioLevel.tsx": {
12836
+ "src/AudioLevel/useBorderAudioLevel.tsx": {
12462
12837
  "bytesInOutput": 726
12463
12838
  },
12464
12839
  "src/AudioLevel/index.ts": {
12465
12840
  "bytesInOutput": 0
12466
12841
  },
12842
+ "src/AudioLevel/AudioLevel.tsx": {
12843
+ "bytesInOutput": 2168
12844
+ },
12845
+ "src/AudioLevel/audio-level.png": {
12846
+ "bytesInOutput": 880
12847
+ },
12467
12848
  "src/Popover/index.tsx": {
12468
12849
  "bytesInOutput": 610
12469
12850
  },
@@ -12528,10 +12909,10 @@
12528
12909
  "bytesInOutput": 860
12529
12910
  },
12530
12911
  "src/Prebuilt/App.tsx": {
12531
- "bytesInOutput": 10123
12912
+ "bytesInOutput": 10265
12532
12913
  },
12533
12914
  "src/Prebuilt/components/AppData/AppData.jsx": {
12534
- "bytesInOutput": 5447
12915
+ "bytesInOutput": 5446
12535
12916
  },
12536
12917
  "src/Prebuilt/components/init/initUtils.js": {
12537
12918
  "bytesInOutput": 1693
@@ -12540,22 +12921,25 @@
12540
12921
  "bytesInOutput": 700
12541
12922
  },
12542
12923
  "src/Prebuilt/components/AppData/useSidepane.js": {
12543
- "bytesInOutput": 1125
12924
+ "bytesInOutput": 1149
12544
12925
  },
12545
12926
  "src/Prebuilt/common/constants.js": {
12546
- "bytesInOutput": 2911
12927
+ "bytesInOutput": 2909
12547
12928
  },
12548
12929
  "src/Prebuilt/components/AppData/useUISettings.js": {
12549
- "bytesInOutput": 3966
12930
+ "bytesInOutput": 3965
12550
12931
  },
12551
12932
  "src/Prebuilt/components/AuthToken.jsx": {
12552
12933
  "bytesInOutput": 3208
12553
12934
  },
12554
12935
  "src/Prebuilt/AppContext.tsx": {
12555
- "bytesInOutput": 469
12936
+ "bytesInOutput": 487
12556
12937
  },
12557
12938
  "src/Prebuilt/primitives/DialogContent.jsx": {
12558
- "bytesInOutput": 7629
12939
+ "bytesInOutput": 7643
12940
+ },
12941
+ "src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
12942
+ "bytesInOutput": 200
12559
12943
  },
12560
12944
  "src/Prebuilt/components/ErrorBoundary.jsx": {
12561
12945
  "bytesInOutput": 3272
@@ -12597,13 +12981,13 @@
12597
12981
  "bytesInOutput": 1019
12598
12982
  },
12599
12983
  "src/Prebuilt/components/Notifications/InitErrorModal.jsx": {
12600
- "bytesInOutput": 1365
12984
+ "bytesInOutput": 1367
12601
12985
  },
12602
12986
  "src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
12603
12987
  "bytesInOutput": 1321
12604
12988
  },
12605
12989
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
12606
- "bytesInOutput": 4316
12990
+ "bytesInOutput": 4323
12607
12991
  },
12608
12992
  "src/Prebuilt/images/android-perm-1.png": {
12609
12993
  "bytesInOutput": 10443
@@ -12636,11 +13020,14 @@
12636
13020
  "bytesInOutput": 1293
12637
13021
  },
12638
13022
  "src/Prebuilt/common/utils.js": {
12639
- "bytesInOutput": 1027
13023
+ "bytesInOutput": 872
12640
13024
  },
12641
13025
  "src/Prebuilt/components/Notifications/index.jsx": {
12642
13026
  "bytesInOutput": 0
12643
13027
  },
13028
+ "src/Prebuilt/components/Notifications/HeadlessEndRoomListener.tsx": {
13029
+ "bytesInOutput": 727
13030
+ },
12644
13031
  "src/Prebuilt/components/PostLeave.jsx": {
12645
13032
  "bytesInOutput": 2585
12646
13033
  },
@@ -12684,7 +13071,7 @@
12684
13071
  "bytesInOutput": 1769
12685
13072
  },
12686
13073
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12687
- "bytesInOutput": 9320
13074
+ "bytesInOutput": 9414
12688
13075
  },
12689
13076
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12690
13077
  "bytesInOutput": 5583
@@ -12692,8 +13079,8 @@
12692
13079
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
12693
13080
  "bytesInOutput": 2838
12694
13081
  },
12695
- "src/Prebuilt/components/Chip.jsx": {
12696
- "bytesInOutput": 594
13082
+ "src/Prebuilt/components/Chip.tsx": {
13083
+ "bytesInOutput": 746
12697
13084
  },
12698
13085
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
12699
13086
  "bytesInOutput": 1455
@@ -12704,8 +13091,11 @@
12704
13091
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
12705
13092
  "bytesInOutput": 750
12706
13093
  },
13094
+ "src/Prebuilt/components/PrebuiltTileElements.tsx": {
13095
+ "bytesInOutput": 200
13096
+ },
12707
13097
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
12708
- "bytesInOutput": 8515
13098
+ "bytesInOutput": 8522
12709
13099
  },
12710
13100
  "src/Prebuilt/components/Settings/common.js": {
12711
13101
  "bytesInOutput": 683
@@ -12717,7 +13107,7 @@
12717
13107
  "bytesInOutput": 1281
12718
13108
  },
12719
13109
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
12720
- "bytesInOutput": 63
13110
+ "bytesInOutput": 66
12721
13111
  },
12722
13112
  "src/Prebuilt/components/Settings/LayoutSettings.jsx": {
12723
13113
  "bytesInOutput": 2199
@@ -12728,27 +13118,6 @@
12728
13118
  "src/Prebuilt/components/Settings/NotificationSettings.jsx": {
12729
13119
  "bytesInOutput": 1851
12730
13120
  },
12731
- "src/Prebuilt/components/VideoTile.jsx": {
12732
- "bytesInOutput": 8310
12733
- },
12734
- "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
12735
- "bytesInOutput": 4399
12736
- },
12737
- "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
12738
- "bytesInOutput": 2094
12739
- },
12740
- "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
12741
- "bytesInOutput": 3192
12742
- },
12743
- "src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
12744
- "bytesInOutput": 10516
12745
- },
12746
- "src/Prebuilt/components/hooks/useDropdownList.jsx": {
12747
- "bytesInOutput": 579
12748
- },
12749
- "src/Prebuilt/components/peerTileUtils.jsx": {
12750
- "bytesInOutput": 1023
12751
- },
12752
13121
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
12753
13122
  "bytesInOutput": 2532
12754
13123
  },
@@ -12759,7 +13128,7 @@
12759
13128
  "bytesInOutput": 505
12760
13129
  },
12761
13130
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
12762
- "bytesInOutput": 3878
13131
+ "bytesInOutput": 3852
12763
13132
  },
12764
13133
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
12765
13134
  "bytesInOutput": 575
@@ -12774,15 +13143,15 @@
12774
13143
  "bytesInOutput": 391
12775
13144
  }
12776
13145
  },
12777
- "bytes": 310161
13146
+ "bytes": 284355
12778
13147
  },
12779
- "dist/chunk-5DQ3WTED.js.map": {
13148
+ "dist/chunk-6SQTFOK6.js.map": {
12780
13149
  "imports": [],
12781
13150
  "exports": [],
12782
13151
  "inputs": {},
12783
13152
  "bytes": 39344
12784
13153
  },
12785
- "dist/chunk-5DQ3WTED.js": {
13154
+ "dist/chunk-6SQTFOK6.js": {
12786
13155
  "imports": [
12787
13156
  {
12788
13157
  "path": "@stitches/react",
@@ -12859,7 +13228,7 @@
12859
13228
  ],
12860
13229
  "inputs": {
12861
13230
  "<define:process.env>": {
12862
- "bytesInOutput": 18337
13231
+ "bytesInOutput": 18336
12863
13232
  },
12864
13233
  "src/Theme/stitches.config.ts": {
12865
13234
  "bytesInOutput": 1652
@@ -12910,7 +13279,7 @@
12910
13279
  "bytesInOutput": 546
12911
13280
  }
12912
13281
  },
12913
- "bytes": 39964
13282
+ "bytes": 39963
12914
13283
  }
12915
13284
  }
12916
13285
  }