@100mslive/roomkit-react 0.1.12 → 0.1.13

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 (68) hide show
  1. package/dist/{HLSView-PWVM4OIP.js → HLSView-IENE4HRP.js} +2 -2
  2. package/dist/Prebuilt/App.d.ts +0 -2
  3. package/dist/Prebuilt/AppContext.d.ts +0 -2
  4. package/dist/Prebuilt/common/constants.d.ts +110 -0
  5. package/dist/Prebuilt/components/AppData/AppData.d.ts +2 -0
  6. package/dist/Prebuilt/components/Chat/MwebChatOption.d.ts +7 -0
  7. package/dist/Prebuilt/components/Chat/Navigation.d.ts +8 -0
  8. package/dist/Prebuilt/components/Chat/PinnedMessage.d.ts +4 -0
  9. package/dist/Prebuilt/components/Footer/Footer.d.ts +3 -2
  10. package/dist/Prebuilt/components/Notifications/ChatNotifications.d.ts +2 -0
  11. package/dist/Prebuilt/components/Preview/PreviewJoin.d.ts +2 -1
  12. package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +2 -1
  13. package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +3 -0
  14. package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -6
  15. package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +4 -0
  16. package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +16 -0
  17. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +3 -2
  18. package/dist/{chunk-WREKGNP6.js → chunk-U4AB6X6M.js} +2178 -1148
  19. package/dist/chunk-U4AB6X6M.js.map +7 -0
  20. package/dist/index.cjs.js +2746 -1638
  21. package/dist/index.cjs.js.map +4 -4
  22. package/dist/index.js +1 -1
  23. package/dist/meta.cjs.json +803 -208
  24. package/dist/meta.esbuild.json +812 -217
  25. package/package.json +8 -7
  26. package/src/Prebuilt/App.tsx +3 -14
  27. package/src/Prebuilt/AppContext.tsx +0 -2
  28. package/src/Prebuilt/common/{constants.js → constants.ts} +22 -20
  29. package/src/Prebuilt/components/AppData/{AppData.jsx → AppData.tsx} +8 -22
  30. package/src/Prebuilt/components/AppData/useUISettings.js +0 -4
  31. package/src/Prebuilt/components/AuthToken.jsx +15 -5
  32. package/src/Prebuilt/components/Chat/Chat.jsx +49 -73
  33. package/src/Prebuilt/components/Chat/ChatBody.jsx +241 -51
  34. package/src/Prebuilt/components/Chat/ChatFooter.tsx +56 -6
  35. package/src/Prebuilt/components/Chat/ChatStates.jsx +68 -0
  36. package/src/Prebuilt/components/Chat/MwebChatOption.tsx +24 -0
  37. package/src/Prebuilt/components/Chat/Navigation.tsx +60 -0
  38. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +116 -0
  39. package/src/Prebuilt/components/Footer/Footer.tsx +4 -7
  40. package/src/Prebuilt/components/Header/common.jsx +1 -1
  41. package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +34 -0
  42. package/src/Prebuilt/components/Notifications/Notifications.tsx +2 -0
  43. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +6 -4
  44. package/src/Prebuilt/components/Polls/Voting/TimedVoting.jsx +3 -2
  45. package/src/Prebuilt/components/Polls/common/VoteCount.jsx +6 -4
  46. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +7 -9
  47. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +4 -1
  48. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +1 -1
  49. package/src/Prebuilt/components/SidePaneTabs.tsx +3 -2
  50. package/src/Prebuilt/components/Toast/ToastConfig.jsx +1 -0
  51. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +4 -4
  52. package/src/Prebuilt/components/VirtualBackground/{VBPicker.jsx → VBPicker.tsx} +64 -44
  53. package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -8
  54. package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +10 -1
  55. package/src/Prebuilt/components/hooks/useChatBlacklist.ts +21 -0
  56. package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +75 -0
  57. package/src/Prebuilt/components/hooks/useUserPreferences.jsx +1 -0
  58. package/src/Prebuilt/layouts/SidePane.tsx +1 -1
  59. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +16 -8
  60. package/src/Prebuilt/plugins/whiteboard/PusherCommunicationProvider.js +1 -1
  61. package/src/Prebuilt/plugins/whiteboard/README.md +1 -1
  62. package/src/Prebuilt/primitives/DialogContent.jsx +1 -1
  63. package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +12 -1
  64. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +5 -1
  65. package/dist/chunk-WREKGNP6.js.map +0 -7
  66. package/src/Prebuilt/components/hooks/useSetPinnedMessage.js +0 -38
  67. package/src/Prebuilt/services/tokenService.js +0 -49
  68. /package/dist/{HLSView-PWVM4OIP.js.map → HLSView-IENE4HRP.js.map} +0 -0
@@ -1899,7 +1899,7 @@
1899
1899
  "format": "esm"
1900
1900
  },
1901
1901
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
1902
- "bytes": 716,
1902
+ "bytes": 737,
1903
1903
  "imports": [
1904
1904
  {
1905
1905
  "path": "react",
@@ -1919,8 +1919,8 @@
1919
1919
  ],
1920
1920
  "format": "esm"
1921
1921
  },
1922
- "src/Prebuilt/common/constants.js": {
1923
- "bytes": 4149,
1922
+ "src/Prebuilt/common/constants.ts": {
1923
+ "bytes": 4234,
1924
1924
  "imports": [
1925
1925
  {
1926
1926
  "path": "@100mslive/react-sdk",
@@ -1936,7 +1936,7 @@
1936
1936
  "format": "esm"
1937
1937
  },
1938
1938
  "src/Prebuilt/components/AppData/useUISettings.js": {
1939
- "bytes": 6145,
1939
+ "bytes": 6040,
1940
1940
  "imports": [
1941
1941
  {
1942
1942
  "path": "react",
@@ -1954,7 +1954,7 @@
1954
1954
  "original": "../hooks/useUserPreferences"
1955
1955
  },
1956
1956
  {
1957
- "path": "src/Prebuilt/common/constants.js",
1957
+ "path": "src/Prebuilt/common/constants.ts",
1958
1958
  "kind": "import-statement",
1959
1959
  "original": "../../common/constants"
1960
1960
  },
@@ -1990,7 +1990,7 @@
1990
1990
  "original": "./useUISettings"
1991
1991
  },
1992
1992
  {
1993
- "path": "src/Prebuilt/common/constants.js",
1993
+ "path": "src/Prebuilt/common/constants.ts",
1994
1994
  "kind": "import-statement",
1995
1995
  "original": "../../common/constants"
1996
1996
  },
@@ -2002,24 +2002,8 @@
2002
2002
  ],
2003
2003
  "format": "esm"
2004
2004
  },
2005
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
2006
- "bytes": 1087,
2007
- "imports": [
2008
- {
2009
- "path": "@100mslive/hms-virtual-background",
2010
- "kind": "import-statement",
2011
- "external": true
2012
- },
2013
- {
2014
- "path": "<define:process.env>",
2015
- "kind": "import-statement",
2016
- "external": true
2017
- }
2018
- ],
2019
- "format": "esm"
2020
- },
2021
- "src/Prebuilt/components/AppData/AppData.jsx": {
2022
- "bytes": 5827,
2005
+ "src/Prebuilt/components/AppData/AppData.tsx": {
2006
+ "bytes": 5356,
2023
2007
  "imports": [
2024
2008
  {
2025
2009
  "path": "react",
@@ -2052,15 +2036,10 @@
2052
2036
  "original": "./useUISettings"
2053
2037
  },
2054
2038
  {
2055
- "path": "src/Prebuilt/common/constants.js",
2039
+ "path": "src/Prebuilt/common/constants.ts",
2056
2040
  "kind": "import-statement",
2057
2041
  "original": "../../common/constants"
2058
2042
  },
2059
- {
2060
- "path": "src/Prebuilt/components/VirtualBackground/constants.ts",
2061
- "kind": "import-statement",
2062
- "original": "../VirtualBackground/constants"
2063
- },
2064
2043
  {
2065
2044
  "path": "<define:process.env>",
2066
2045
  "kind": "import-statement",
@@ -2075,7 +2054,7 @@
2075
2054
  "format": "esm"
2076
2055
  },
2077
2056
  "src/Prebuilt/AppContext.tsx": {
2078
- "bytes": 905,
2057
+ "bytes": 869,
2079
2058
  "imports": [
2080
2059
  {
2081
2060
  "path": "react",
@@ -2083,7 +2062,7 @@
2083
2062
  "external": true
2084
2063
  },
2085
2064
  {
2086
- "path": "src/Prebuilt/common/constants.js",
2065
+ "path": "src/Prebuilt/common/constants.ts",
2087
2066
  "kind": "import-statement",
2088
2067
  "original": "./common/constants"
2089
2068
  },
@@ -2096,7 +2075,7 @@
2096
2075
  "format": "esm"
2097
2076
  },
2098
2077
  "src/Prebuilt/primitives/DialogContent.jsx": {
2099
- "bytes": 8376,
2078
+ "bytes": 8379,
2100
2079
  "imports": [
2101
2080
  {
2102
2081
  "path": "react",
@@ -2177,13 +2156,23 @@
2177
2156
  "format": "esm"
2178
2157
  },
2179
2158
  "src/Prebuilt/components/AuthToken.jsx": {
2180
- "bytes": 3888,
2159
+ "bytes": 4193,
2181
2160
  "imports": [
2182
2161
  {
2183
2162
  "path": "react",
2184
2163
  "kind": "import-statement",
2185
2164
  "external": true
2186
2165
  },
2166
+ {
2167
+ "path": "react-use",
2168
+ "kind": "import-statement",
2169
+ "external": true
2170
+ },
2171
+ {
2172
+ "path": "uuid",
2173
+ "kind": "import-statement",
2174
+ "external": true
2175
+ },
2187
2176
  {
2188
2177
  "path": "@100mslive/react-sdk",
2189
2178
  "kind": "import-statement",
@@ -2210,7 +2199,12 @@
2210
2199
  "original": "./AppData/useUISettings"
2211
2200
  },
2212
2201
  {
2213
- "path": "src/Prebuilt/common/constants.js",
2202
+ "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
2203
+ "kind": "import-statement",
2204
+ "original": "./hooks/useUserPreferences"
2205
+ },
2206
+ {
2207
+ "path": "src/Prebuilt/common/constants.ts",
2214
2208
  "kind": "import-statement",
2215
2209
  "original": "../common/constants"
2216
2210
  },
@@ -2354,7 +2348,7 @@
2354
2348
  "original": "../IconButton"
2355
2349
  },
2356
2350
  {
2357
- "path": "src/Prebuilt/common/constants.js",
2351
+ "path": "src/Prebuilt/common/constants.ts",
2358
2352
  "kind": "import-statement",
2359
2353
  "original": "../common/constants"
2360
2354
  },
@@ -2411,7 +2405,7 @@
2411
2405
  "original": "../AppData/useUISettings"
2412
2406
  },
2413
2407
  {
2414
- "path": "src/Prebuilt/common/constants.js",
2408
+ "path": "src/Prebuilt/common/constants.ts",
2415
2409
  "kind": "import-statement",
2416
2410
  "original": "../../common/constants"
2417
2411
  },
@@ -2492,7 +2486,7 @@
2492
2486
  "original": "./hooks/useDropdownList"
2493
2487
  },
2494
2488
  {
2495
- "path": "src/Prebuilt/common/constants.js",
2489
+ "path": "src/Prebuilt/common/constants.ts",
2496
2490
  "kind": "import-statement",
2497
2491
  "original": "../common/constants"
2498
2492
  },
@@ -2948,7 +2942,7 @@
2948
2942
  "original": "./pipUtils"
2949
2943
  },
2950
2944
  {
2951
- "path": "src/Prebuilt/common/constants.js",
2945
+ "path": "src/Prebuilt/common/constants.ts",
2952
2946
  "kind": "import-statement",
2953
2947
  "original": "../../common/constants"
2954
2948
  },
@@ -3070,7 +3064,7 @@
3070
3064
  "format": "esm"
3071
3065
  },
3072
3066
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
3073
- "bytes": 1137,
3067
+ "bytes": 1516,
3074
3068
  "imports": [
3075
3069
  {
3076
3070
  "path": "@100mslive/types-prebuilt/elements/join_form",
@@ -3291,7 +3285,7 @@
3291
3285
  "format": "esm"
3292
3286
  },
3293
3287
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
3294
- "bytes": 7180,
3288
+ "bytes": 7183,
3295
3289
  "imports": [
3296
3290
  {
3297
3291
  "path": "react",
@@ -3344,7 +3338,7 @@
3344
3338
  "original": "./common.js"
3345
3339
  },
3346
3340
  {
3347
- "path": "src/Prebuilt/common/constants.js",
3341
+ "path": "src/Prebuilt/common/constants.ts",
3348
3342
  "kind": "import-statement",
3349
3343
  "original": "../../common/constants"
3350
3344
  },
@@ -3421,7 +3415,7 @@
3421
3415
  "original": "./common.js"
3422
3416
  },
3423
3417
  {
3424
- "path": "src/Prebuilt/common/constants.js",
3418
+ "path": "src/Prebuilt/common/constants.ts",
3425
3419
  "kind": "import-statement",
3426
3420
  "original": "../../common/constants"
3427
3421
  },
@@ -3472,7 +3466,7 @@
3472
3466
  "original": "./common.js"
3473
3467
  },
3474
3468
  {
3475
- "path": "src/Prebuilt/common/constants.js",
3469
+ "path": "src/Prebuilt/common/constants.ts",
3476
3470
  "kind": "import-statement",
3477
3471
  "original": "../../common/constants"
3478
3472
  },
@@ -3620,7 +3614,7 @@
3620
3614
  "original": "../../primitives/DialogContent"
3621
3615
  },
3622
3616
  {
3623
- "path": "src/Prebuilt/common/constants.js",
3617
+ "path": "src/Prebuilt/common/constants.ts",
3624
3618
  "kind": "import-statement",
3625
3619
  "original": "../../common/constants"
3626
3620
  },
@@ -3671,7 +3665,7 @@
3671
3665
  "original": "../AppData/useUISettings"
3672
3666
  },
3673
3667
  {
3674
- "path": "src/Prebuilt/common/constants.js",
3668
+ "path": "src/Prebuilt/common/constants.ts",
3675
3669
  "kind": "import-statement",
3676
3670
  "original": "../../common/constants"
3677
3671
  },
@@ -3752,7 +3746,7 @@
3752
3746
  "original": "./hooks/useDropdownSelection"
3753
3747
  },
3754
3748
  {
3755
- "path": "src/Prebuilt/common/constants.js",
3749
+ "path": "src/Prebuilt/common/constants.ts",
3756
3750
  "kind": "import-statement",
3757
3751
  "original": "../common/constants"
3758
3752
  },
@@ -4099,7 +4093,7 @@
4099
4093
  "original": "../../hooks/useMetadata"
4100
4094
  },
4101
4095
  {
4102
- "path": "src/Prebuilt/common/constants.js",
4096
+ "path": "src/Prebuilt/common/constants.ts",
4103
4097
  "kind": "import-statement",
4104
4098
  "original": "../../../common/constants"
4105
4099
  },
@@ -4409,7 +4403,7 @@
4409
4403
  "format": "cjs"
4410
4404
  },
4411
4405
  "../hms-video-web/dist/index.js": {
4412
- "bytes": 254606,
4406
+ "bytes": 254521,
4413
4407
  "imports": [
4414
4408
  {
4415
4409
  "path": "uuid",
@@ -4498,7 +4492,7 @@
4498
4492
  "bytes": 4325,
4499
4493
  "imports": [
4500
4494
  {
4501
- "path": "src/Prebuilt/common/constants.js",
4495
+ "path": "src/Prebuilt/common/constants.ts",
4502
4496
  "kind": "import-statement",
4503
4497
  "original": "./constants"
4504
4498
  },
@@ -4668,7 +4662,7 @@
4668
4662
  "original": "../hooks/useScreenshareAudio"
4669
4663
  },
4670
4664
  {
4671
- "path": "src/Prebuilt/common/constants.js",
4665
+ "path": "src/Prebuilt/common/constants.ts",
4672
4666
  "kind": "import-statement",
4673
4667
  "original": "../../common/constants"
4674
4668
  },
@@ -4681,7 +4675,7 @@
4681
4675
  "format": "esm"
4682
4676
  },
4683
4677
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
4684
- "bytes": 1916,
4678
+ "bytes": 2131,
4685
4679
  "imports": [
4686
4680
  {
4687
4681
  "path": "@100mslive/types-prebuilt",
@@ -4765,7 +4759,7 @@
4765
4759
  "original": "../../common/utils"
4766
4760
  },
4767
4761
  {
4768
- "path": "src/Prebuilt/common/constants.js",
4762
+ "path": "src/Prebuilt/common/constants.ts",
4769
4763
  "kind": "import-statement",
4770
4764
  "original": "../../common/constants"
4771
4765
  },
@@ -5024,7 +5018,7 @@
5024
5018
  "original": "../../../common/utils"
5025
5019
  },
5026
5020
  {
5027
- "path": "src/Prebuilt/common/constants.js",
5021
+ "path": "src/Prebuilt/common/constants.ts",
5028
5022
  "kind": "import-statement",
5029
5023
  "original": "../../../common/constants"
5030
5024
  },
@@ -5197,7 +5191,7 @@
5197
5191
  "original": "../AppData/useUISettings"
5198
5192
  },
5199
5193
  {
5200
- "path": "src/Prebuilt/common/constants.js",
5194
+ "path": "src/Prebuilt/common/constants.ts",
5201
5195
  "kind": "import-statement",
5202
5196
  "original": "../../common/constants"
5203
5197
  },
@@ -5427,7 +5421,7 @@
5427
5421
  "original": "../common/utils"
5428
5422
  },
5429
5423
  {
5430
- "path": "src/Prebuilt/common/constants.js",
5424
+ "path": "src/Prebuilt/common/constants.ts",
5431
5425
  "kind": "import-statement",
5432
5426
  "original": "../common/constants"
5433
5427
  },
@@ -5473,7 +5467,7 @@
5473
5467
  "original": "../AppData/useSidepane"
5474
5468
  },
5475
5469
  {
5476
- "path": "src/Prebuilt/common/constants.js",
5470
+ "path": "src/Prebuilt/common/constants.ts",
5477
5471
  "kind": "import-statement",
5478
5472
  "original": "../../common/constants"
5479
5473
  },
@@ -5519,7 +5513,7 @@
5519
5513
  "original": "../AppData/useSidepane"
5520
5514
  },
5521
5515
  {
5522
- "path": "src/Prebuilt/common/constants.js",
5516
+ "path": "src/Prebuilt/common/constants.ts",
5523
5517
  "kind": "import-statement",
5524
5518
  "original": "../../common/constants"
5525
5519
  },
@@ -5774,7 +5768,7 @@
5774
5768
  "original": "../../common/utils"
5775
5769
  },
5776
5770
  {
5777
- "path": "src/Prebuilt/common/constants.js",
5771
+ "path": "src/Prebuilt/common/constants.ts",
5778
5772
  "kind": "import-statement",
5779
5773
  "original": "../../common/constants"
5780
5774
  },
@@ -5820,7 +5814,7 @@
5820
5814
  "original": "../AppData/useSidepane"
5821
5815
  },
5822
5816
  {
5823
- "path": "src/Prebuilt/common/constants.js",
5817
+ "path": "src/Prebuilt/common/constants.ts",
5824
5818
  "kind": "import-statement",
5825
5819
  "original": "../../common/constants"
5826
5820
  },
@@ -5833,7 +5827,7 @@
5833
5827
  "format": "esm"
5834
5828
  },
5835
5829
  "src/Prebuilt/components/Footer/Footer.tsx": {
5836
- "bytes": 3925,
5830
+ "bytes": 3945,
5837
5831
  "imports": [
5838
5832
  {
5839
5833
  "path": "react",
@@ -5915,6 +5909,11 @@
5915
5909
  "kind": "import-statement",
5916
5910
  "original": "./PollsToggle"
5917
5911
  },
5912
+ {
5913
+ "path": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen",
5914
+ "kind": "import-statement",
5915
+ "external": true
5916
+ },
5918
5917
  {
5919
5918
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
5920
5919
  "kind": "import-statement",
@@ -5926,7 +5925,7 @@
5926
5925
  "original": "../AppData/useUISettings"
5927
5926
  },
5928
5927
  {
5929
- "path": "src/Prebuilt/common/constants.js",
5928
+ "path": "src/Prebuilt/common/constants.ts",
5930
5929
  "kind": "import-statement",
5931
5930
  "original": "../../common/constants"
5932
5931
  },
@@ -5977,7 +5976,7 @@
5977
5976
  "original": "../AppData/useUISettings"
5978
5977
  },
5979
5978
  {
5980
- "path": "src/Prebuilt/common/constants.js",
5979
+ "path": "src/Prebuilt/common/constants.ts",
5981
5980
  "kind": "import-statement",
5982
5981
  "original": "../../common/constants"
5983
5982
  },
@@ -6100,7 +6099,7 @@
6100
6099
  "original": "../common/StatusIndicator"
6101
6100
  },
6102
6101
  {
6103
- "path": "src/Prebuilt/common/constants.js",
6102
+ "path": "src/Prebuilt/common/constants.ts",
6104
6103
  "kind": "import-statement",
6105
6104
  "original": "../../../common/constants"
6106
6105
  },
@@ -6190,7 +6189,7 @@
6190
6189
  "format": "esm"
6191
6190
  },
6192
6191
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
6193
- "bytes": 803,
6192
+ "bytes": 848,
6194
6193
  "imports": [
6195
6194
  {
6196
6195
  "path": "react",
@@ -6357,7 +6356,7 @@
6357
6356
  "original": "../common/SingleChoiceOptions"
6358
6357
  },
6359
6358
  {
6360
- "path": "src/Prebuilt/common/constants.js",
6359
+ "path": "src/Prebuilt/common/constants.ts",
6361
6360
  "kind": "import-statement",
6362
6361
  "original": "../../../common/constants"
6363
6362
  },
@@ -6398,7 +6397,7 @@
6398
6397
  "original": "./DeleteQuestionModal"
6399
6398
  },
6400
6399
  {
6401
- "path": "src/Prebuilt/common/constants.js",
6400
+ "path": "src/Prebuilt/common/constants.ts",
6402
6401
  "kind": "import-statement",
6403
6402
  "original": "../../../common/constants"
6404
6403
  },
@@ -6464,7 +6463,7 @@
6464
6463
  "original": "../../AppData/useUISettings"
6465
6464
  },
6466
6465
  {
6467
- "path": "src/Prebuilt/common/constants.js",
6466
+ "path": "src/Prebuilt/common/constants.ts",
6468
6467
  "kind": "import-statement",
6469
6468
  "original": "../../../common/constants"
6470
6469
  },
@@ -6482,7 +6481,7 @@
6482
6481
  "format": "esm"
6483
6482
  },
6484
6483
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
6485
- "bytes": 8047,
6484
+ "bytes": 8109,
6486
6485
  "imports": [
6487
6486
  {
6488
6487
  "path": "react",
@@ -6520,7 +6519,7 @@
6520
6519
  "original": "../common/SingleChoiceOptions"
6521
6520
  },
6522
6521
  {
6523
- "path": "src/Prebuilt/common/constants.js",
6522
+ "path": "src/Prebuilt/common/constants.ts",
6524
6523
  "kind": "import-statement",
6525
6524
  "original": "../../../common/constants"
6526
6525
  },
@@ -6559,7 +6558,7 @@
6559
6558
  "format": "esm"
6560
6559
  },
6561
6560
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
6562
- "bytes": 1035,
6561
+ "bytes": 1110,
6563
6562
  "imports": [
6564
6563
  {
6565
6564
  "path": "react",
@@ -6628,7 +6627,7 @@
6628
6627
  "original": "../common/StatusIndicator"
6629
6628
  },
6630
6629
  {
6631
- "path": "src/Prebuilt/common/constants.js",
6630
+ "path": "src/Prebuilt/common/constants.ts",
6632
6631
  "kind": "import-statement",
6633
6632
  "original": "../../../common/constants"
6634
6633
  },
@@ -6674,7 +6673,7 @@
6674
6673
  "original": "../AppData/useUISettings"
6675
6674
  },
6676
6675
  {
6677
- "path": "src/Prebuilt/common/constants.js",
6676
+ "path": "src/Prebuilt/common/constants.ts",
6678
6677
  "kind": "import-statement",
6679
6678
  "original": "../../common/constants"
6680
6679
  },
@@ -6686,12 +6685,173 @@
6686
6685
  ],
6687
6686
  "format": "esm"
6688
6687
  },
6688
+ "../../node_modules/reselect/es/index.js": {
6689
+ "bytes": 3975,
6690
+ "imports": [
6691
+ {
6692
+ "path": "<define:process.env>",
6693
+ "kind": "import-statement",
6694
+ "external": true
6695
+ }
6696
+ ],
6697
+ "format": "esm"
6698
+ },
6699
+ "../../node_modules/immer/dist/immer.esm.mjs": {
6700
+ "bytes": 18424,
6701
+ "imports": [
6702
+ {
6703
+ "path": "<define:process.env>",
6704
+ "kind": "import-statement",
6705
+ "external": true
6706
+ }
6707
+ ],
6708
+ "format": "esm"
6709
+ },
6710
+ "../../node_modules/zustand/esm/shallow.js": {
6711
+ "bytes": 535,
6712
+ "imports": [
6713
+ {
6714
+ "path": "<define:process.env>",
6715
+ "kind": "import-statement",
6716
+ "external": true
6717
+ }
6718
+ ],
6719
+ "format": "esm"
6720
+ },
6721
+ "../../node_modules/zustand/esm/vanilla.js": {
6722
+ "bytes": 1346,
6723
+ "imports": [
6724
+ {
6725
+ "path": "<define:process.env>",
6726
+ "kind": "import-statement",
6727
+ "external": true
6728
+ }
6729
+ ],
6730
+ "format": "esm"
6731
+ },
6732
+ "../hms-video-store/dist/index.js": {
6733
+ "bytes": 66362,
6734
+ "imports": [
6735
+ {
6736
+ "path": "../../node_modules/reselect/es/index.js",
6737
+ "kind": "import-statement",
6738
+ "original": "reselect"
6739
+ },
6740
+ {
6741
+ "path": "../../node_modules/reselect/es/index.js",
6742
+ "kind": "import-statement",
6743
+ "original": "reselect"
6744
+ },
6745
+ {
6746
+ "path": "../../node_modules/reselect/es/index.js",
6747
+ "kind": "import-statement",
6748
+ "original": "reselect"
6749
+ },
6750
+ {
6751
+ "path": "../hms-video-web/dist/index.js",
6752
+ "kind": "import-statement",
6753
+ "original": "@100mslive/hms-video"
6754
+ },
6755
+ {
6756
+ "path": "../../node_modules/reselect/es/index.js",
6757
+ "kind": "import-statement",
6758
+ "original": "reselect"
6759
+ },
6760
+ {
6761
+ "path": "../../node_modules/reselect/es/index.js",
6762
+ "kind": "import-statement",
6763
+ "original": "reselect"
6764
+ },
6765
+ {
6766
+ "path": "../hms-video-web/dist/index.js",
6767
+ "kind": "import-statement",
6768
+ "original": "@100mslive/hms-video"
6769
+ },
6770
+ {
6771
+ "path": "../../node_modules/immer/dist/immer.esm.mjs",
6772
+ "kind": "import-statement",
6773
+ "original": "immer"
6774
+ },
6775
+ {
6776
+ "path": "../../node_modules/zustand/esm/shallow.js",
6777
+ "kind": "import-statement",
6778
+ "original": "zustand/shallow"
6779
+ },
6780
+ {
6781
+ "path": "../../node_modules/zustand/esm/vanilla.js",
6782
+ "kind": "import-statement",
6783
+ "original": "zustand/vanilla"
6784
+ },
6785
+ {
6786
+ "path": "../hms-video-web/dist/index.js",
6787
+ "kind": "import-statement",
6788
+ "original": "@100mslive/hms-video"
6789
+ },
6790
+ {
6791
+ "path": "eventemitter2",
6792
+ "kind": "import-statement",
6793
+ "external": true
6794
+ },
6795
+ {
6796
+ "path": "../hms-video-web/dist/index.js",
6797
+ "kind": "import-statement",
6798
+ "original": "@100mslive/hms-video"
6799
+ },
6800
+ {
6801
+ "path": "../hms-video-web/dist/index.js",
6802
+ "kind": "import-statement",
6803
+ "original": "@100mslive/hms-video"
6804
+ },
6805
+ {
6806
+ "path": "../hms-video-web/dist/index.js",
6807
+ "kind": "import-statement",
6808
+ "original": "@100mslive/hms-video"
6809
+ },
6810
+ {
6811
+ "path": "../../node_modules/reselect/es/index.js",
6812
+ "kind": "import-statement",
6813
+ "original": "reselect"
6814
+ },
6815
+ {
6816
+ "path": "<define:process.env>",
6817
+ "kind": "import-statement",
6818
+ "external": true
6819
+ }
6820
+ ],
6821
+ "format": "esm"
6822
+ },
6689
6823
  "src/Prebuilt/images/empty-chat.svg": {
6690
6824
  "bytes": 2177,
6691
6825
  "imports": []
6692
6826
  },
6693
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
6694
- "bytes": 1266,
6827
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
6828
+ "bytes": 544,
6829
+ "imports": [
6830
+ {
6831
+ "path": "react",
6832
+ "kind": "import-statement",
6833
+ "external": true
6834
+ },
6835
+ {
6836
+ "path": "src/Layout/index.tsx",
6837
+ "kind": "import-statement",
6838
+ "original": "../../../Layout"
6839
+ },
6840
+ {
6841
+ "path": "src/Text/index.tsx",
6842
+ "kind": "import-statement",
6843
+ "original": "../../../Text"
6844
+ },
6845
+ {
6846
+ "path": "<define:process.env>",
6847
+ "kind": "import-statement",
6848
+ "external": true
6849
+ }
6850
+ ],
6851
+ "format": "esm"
6852
+ },
6853
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
6854
+ "bytes": 745,
6695
6855
  "imports": [
6696
6856
  {
6697
6857
  "path": "react",
@@ -6709,7 +6869,43 @@
6709
6869
  "original": "../Toast/ToastManager"
6710
6870
  },
6711
6871
  {
6712
- "path": "src/Prebuilt/common/constants.js",
6872
+ "path": "../../common/constants",
6873
+ "kind": "import-statement",
6874
+ "external": true
6875
+ },
6876
+ {
6877
+ "path": "<define:process.env>",
6878
+ "kind": "import-statement",
6879
+ "external": true
6880
+ },
6881
+ {
6882
+ "path": "<runtime>",
6883
+ "kind": "import-statement",
6884
+ "external": true
6885
+ }
6886
+ ],
6887
+ "format": "esm"
6888
+ },
6889
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
6890
+ "bytes": 2718,
6891
+ "imports": [
6892
+ {
6893
+ "path": "react",
6894
+ "kind": "import-statement",
6895
+ "external": true
6896
+ },
6897
+ {
6898
+ "path": "@100mslive/react-sdk",
6899
+ "kind": "import-statement",
6900
+ "external": true
6901
+ },
6902
+ {
6903
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6904
+ "kind": "import-statement",
6905
+ "original": "../Toast/ToastManager"
6906
+ },
6907
+ {
6908
+ "path": "src/Prebuilt/common/constants.ts",
6713
6909
  "kind": "import-statement",
6714
6910
  "original": "../../common/constants"
6715
6911
  },
@@ -6743,7 +6939,7 @@
6743
6939
  "format": "esm"
6744
6940
  },
6745
6941
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
6746
- "bytes": 13678,
6942
+ "bytes": 20132,
6747
6943
  "imports": [
6748
6944
  {
6749
6945
  "path": "react",
@@ -6795,6 +6991,11 @@
6795
6991
  "kind": "import-statement",
6796
6992
  "original": "../../../Layout"
6797
6993
  },
6994
+ {
6995
+ "path": "src/Sheet/index.ts",
6996
+ "kind": "import-statement",
6997
+ "original": "../../../Sheet"
6998
+ },
6798
6999
  {
6799
7000
  "path": "src/Text/index.tsx",
6800
7001
  "kind": "import-statement",
@@ -6815,21 +7016,41 @@
6815
7016
  "kind": "import-statement",
6816
7017
  "original": "../../images/empty-chat.svg"
6817
7018
  },
7019
+ {
7020
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7021
+ "kind": "import-statement",
7022
+ "original": "../Toast/ToastManager"
7023
+ },
7024
+ {
7025
+ "path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
7026
+ "kind": "import-statement",
7027
+ "original": "./MwebChatOption"
7028
+ },
6818
7029
  {
6819
7030
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
6820
7031
  "kind": "import-statement",
6821
7032
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
6822
7033
  },
6823
7034
  {
6824
- "path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
7035
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
7036
+ "kind": "import-statement",
7037
+ "original": "../hooks/useChatBlacklist"
7038
+ },
7039
+ {
7040
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
6825
7041
  "kind": "import-statement",
6826
- "original": "../hooks/useSetPinnedMessage"
7042
+ "original": "../hooks/useSetPinnedMessages"
6827
7043
  },
6828
7044
  {
6829
7045
  "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
6830
7046
  "kind": "import-statement",
6831
7047
  "original": "./useUnreadCount"
6832
7048
  },
7049
+ {
7050
+ "path": "src/Prebuilt/common/constants.ts",
7051
+ "kind": "import-statement",
7052
+ "original": "../../common/constants"
7053
+ },
6833
7054
  {
6834
7055
  "path": "<define:process.env>",
6835
7056
  "kind": "import-statement",
@@ -6857,7 +7078,7 @@
6857
7078
  "external": true
6858
7079
  },
6859
7080
  {
6860
- "path": "src/Prebuilt/common/constants.js",
7081
+ "path": "src/Prebuilt/common/constants.ts",
6861
7082
  "kind": "import-statement",
6862
7083
  "original": "../../common/constants"
6863
7084
  },
@@ -6875,7 +7096,165 @@
6875
7096
  {
6876
7097
  "path": "react",
6877
7098
  "kind": "import-statement",
6878
- "external": true
7099
+ "external": true
7100
+ },
7101
+ {
7102
+ "path": "<define:process.env>",
7103
+ "kind": "import-statement",
7104
+ "external": true
7105
+ }
7106
+ ],
7107
+ "format": "esm"
7108
+ },
7109
+ "src/Prebuilt/components/Chat/ChatFooter.tsx": {
7110
+ "bytes": 7981,
7111
+ "imports": [
7112
+ {
7113
+ "path": "react",
7114
+ "kind": "import-statement",
7115
+ "external": true
7116
+ },
7117
+ {
7118
+ "path": "react-use",
7119
+ "kind": "import-statement",
7120
+ "external": true
7121
+ },
7122
+ {
7123
+ "path": "@emoji-mart/data",
7124
+ "kind": "import-statement",
7125
+ "external": true
7126
+ },
7127
+ {
7128
+ "path": "@emoji-mart/react",
7129
+ "kind": "import-statement",
7130
+ "external": true
7131
+ },
7132
+ {
7133
+ "path": "@100mslive/react-sdk",
7134
+ "kind": "import-statement",
7135
+ "external": true
7136
+ },
7137
+ {
7138
+ "path": "@100mslive/react-icons",
7139
+ "kind": "import-statement",
7140
+ "external": true
7141
+ },
7142
+ {
7143
+ "path": "src/index.ts",
7144
+ "kind": "import-statement",
7145
+ "original": "../../.."
7146
+ },
7147
+ {
7148
+ "path": "src/IconButton/index.tsx",
7149
+ "kind": "import-statement",
7150
+ "original": "../../../IconButton"
7151
+ },
7152
+ {
7153
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7154
+ "kind": "import-statement",
7155
+ "original": "../Toast/ToastManager"
7156
+ },
7157
+ {
7158
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7159
+ "kind": "import-statement",
7160
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7161
+ },
7162
+ {
7163
+ "path": "src/Prebuilt/components/AppData/useChatState.js",
7164
+ "kind": "import-statement",
7165
+ "original": "../AppData/useChatState"
7166
+ },
7167
+ {
7168
+ "path": "src/Prebuilt/components/Chat/useEmojiPickerStyles.js",
7169
+ "kind": "import-statement",
7170
+ "original": "./useEmojiPickerStyles"
7171
+ },
7172
+ {
7173
+ "path": "src/Prebuilt/common/constants.ts",
7174
+ "kind": "import-statement",
7175
+ "original": "../../common/constants"
7176
+ },
7177
+ {
7178
+ "path": "<define:process.env>",
7179
+ "kind": "import-statement",
7180
+ "external": true
7181
+ },
7182
+ {
7183
+ "path": "<runtime>",
7184
+ "kind": "import-statement",
7185
+ "external": true
7186
+ }
7187
+ ],
7188
+ "format": "esm"
7189
+ },
7190
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
7191
+ "bytes": 2411,
7192
+ "imports": [
7193
+ {
7194
+ "path": "react",
7195
+ "kind": "import-statement",
7196
+ "external": true
7197
+ },
7198
+ {
7199
+ "path": "@100mslive/react-sdk",
7200
+ "kind": "import-statement",
7201
+ "external": true
7202
+ },
7203
+ {
7204
+ "path": "src/Button/index.tsx",
7205
+ "kind": "import-statement",
7206
+ "original": "../../../Button"
7207
+ },
7208
+ {
7209
+ "path": "src/Layout/index.tsx",
7210
+ "kind": "import-statement",
7211
+ "original": "../../../Layout"
7212
+ },
7213
+ {
7214
+ "path": "src/Text/index.tsx",
7215
+ "kind": "import-statement",
7216
+ "original": "../../../Text"
7217
+ },
7218
+ {
7219
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7220
+ "kind": "import-statement",
7221
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7222
+ },
7223
+ {
7224
+ "path": "src/Prebuilt/common/constants.ts",
7225
+ "kind": "import-statement",
7226
+ "original": "../../common/constants"
7227
+ },
7228
+ {
7229
+ "path": "<define:process.env>",
7230
+ "kind": "import-statement",
7231
+ "external": true
7232
+ },
7233
+ {
7234
+ "path": "<runtime>",
7235
+ "kind": "import-statement",
7236
+ "external": true
7237
+ }
7238
+ ],
7239
+ "format": "esm"
7240
+ },
7241
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
7242
+ "bytes": 1440,
7243
+ "imports": [
7244
+ {
7245
+ "path": "react",
7246
+ "kind": "import-statement",
7247
+ "external": true
7248
+ },
7249
+ {
7250
+ "path": "@100mslive/react-icons",
7251
+ "kind": "import-statement",
7252
+ "external": true
7253
+ },
7254
+ {
7255
+ "path": "src/Layout/index.tsx",
7256
+ "kind": "import-statement",
7257
+ "original": "../../../Layout"
6879
7258
  },
6880
7259
  {
6881
7260
  "path": "<define:process.env>",
@@ -6885,8 +7264,8 @@
6885
7264
  ],
6886
7265
  "format": "esm"
6887
7266
  },
6888
- "src/Prebuilt/components/Chat/ChatFooter.tsx": {
6889
- "bytes": 5924,
7267
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
7268
+ "bytes": 4116,
6890
7269
  "imports": [
6891
7270
  {
6892
7271
  "path": "react",
@@ -6894,54 +7273,54 @@
6894
7273
  "external": true
6895
7274
  },
6896
7275
  {
6897
- "path": "react-use",
7276
+ "path": "react-swipeable",
6898
7277
  "kind": "import-statement",
6899
7278
  "external": true
6900
7279
  },
6901
7280
  {
6902
- "path": "@emoji-mart/data",
7281
+ "path": "react-use",
6903
7282
  "kind": "import-statement",
6904
7283
  "external": true
6905
7284
  },
6906
7285
  {
6907
- "path": "@emoji-mart/react",
7286
+ "path": "@100mslive/react-sdk",
6908
7287
  "kind": "import-statement",
6909
7288
  "external": true
6910
7289
  },
6911
7290
  {
6912
- "path": "@100mslive/react-sdk",
7291
+ "path": "@100mslive/react-icons",
6913
7292
  "kind": "import-statement",
6914
7293
  "external": true
6915
7294
  },
6916
7295
  {
6917
- "path": "@100mslive/react-icons",
7296
+ "path": "src/Layout/index.tsx",
6918
7297
  "kind": "import-statement",
6919
- "external": true
7298
+ "original": "../../../Layout"
6920
7299
  },
6921
7300
  {
6922
- "path": "src/index.ts",
7301
+ "path": "src/Text/index.tsx",
6923
7302
  "kind": "import-statement",
6924
- "original": "../../.."
7303
+ "original": "../../../Text"
6925
7304
  },
6926
7305
  {
6927
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
7306
+ "path": "src/Theme/index.tsx",
6928
7307
  "kind": "import-statement",
6929
- "original": "../Toast/ToastManager"
7308
+ "original": "../../../Theme"
6930
7309
  },
6931
7310
  {
6932
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7311
+ "path": "src/Prebuilt/components/Chat/ChatBody.jsx",
6933
7312
  "kind": "import-statement",
6934
- "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7313
+ "original": "./ChatBody"
6935
7314
  },
6936
7315
  {
6937
- "path": "src/Prebuilt/components/AppData/useChatState.js",
7316
+ "path": "src/Prebuilt/components/Chat/Navigation.tsx",
6938
7317
  "kind": "import-statement",
6939
- "original": "../AppData/useChatState"
7318
+ "original": "./Navigation"
6940
7319
  },
6941
7320
  {
6942
- "path": "src/Prebuilt/components/Chat/useEmojiPickerStyles.js",
7321
+ "path": "src/Prebuilt/common/constants.ts",
6943
7322
  "kind": "import-statement",
6944
- "original": "./useEmojiPickerStyles"
7323
+ "original": "../../common/constants"
6945
7324
  },
6946
7325
  {
6947
7326
  "path": "<define:process.env>",
@@ -6957,7 +7336,7 @@
6957
7336
  "format": "esm"
6958
7337
  },
6959
7338
  "src/Prebuilt/components/Chat/Chat.jsx": {
6960
- "bytes": 6298,
7339
+ "bytes": 6034,
6961
7340
  "imports": [
6962
7341
  {
6963
7342
  "path": "react",
@@ -6969,6 +7348,11 @@
6969
7348
  "kind": "import-statement",
6970
7349
  "external": true
6971
7350
  },
7351
+ {
7352
+ "path": "../hms-video-store/dist/index.js",
7353
+ "kind": "import-statement",
7354
+ "original": "@100mslive/hms-video-store"
7355
+ },
6972
7356
  {
6973
7357
  "path": "@100mslive/react-sdk",
6974
7358
  "kind": "import-statement",
@@ -6989,11 +7373,6 @@
6989
7373
  "kind": "import-statement",
6990
7374
  "original": "../../../Layout"
6991
7375
  },
6992
- {
6993
- "path": "src/Text/index.tsx",
6994
- "kind": "import-statement",
6995
- "original": "../../../Text"
6996
- },
6997
7376
  {
6998
7377
  "path": "src/Theme/index.tsx",
6999
7378
  "kind": "import-statement",
@@ -7009,6 +7388,16 @@
7009
7388
  "kind": "import-statement",
7010
7389
  "original": "./ChatFooter"
7011
7390
  },
7391
+ {
7392
+ "path": "src/Prebuilt/components/Chat/ChatStates.jsx",
7393
+ "kind": "import-statement",
7394
+ "original": "./ChatStates"
7395
+ },
7396
+ {
7397
+ "path": "src/Prebuilt/components/Chat/PinnedMessage.tsx",
7398
+ "kind": "import-statement",
7399
+ "original": "./PinnedMessage"
7400
+ },
7012
7401
  {
7013
7402
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7014
7403
  "kind": "import-statement",
@@ -7020,9 +7409,9 @@
7020
7409
  "original": "../AppData/useUISettings"
7021
7410
  },
7022
7411
  {
7023
- "path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
7412
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7024
7413
  "kind": "import-statement",
7025
- "original": "../hooks/useSetPinnedMessage"
7414
+ "original": "../hooks/useSetPinnedMessages"
7026
7415
  },
7027
7416
  {
7028
7417
  "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
@@ -7030,7 +7419,7 @@
7030
7419
  "original": "./useUnreadCount"
7031
7420
  },
7032
7421
  {
7033
- "path": "src/Prebuilt/common/constants.js",
7422
+ "path": "src/Prebuilt/common/constants.ts",
7034
7423
  "kind": "import-statement",
7035
7424
  "original": "../../common/constants"
7036
7425
  },
@@ -7124,7 +7513,7 @@
7124
7513
  "format": "esm"
7125
7514
  },
7126
7515
  "src/Prebuilt/components/SidePaneTabs.tsx": {
7127
- "bytes": 6698,
7516
+ "bytes": 6769,
7128
7517
  "imports": [
7129
7518
  {
7130
7519
  "path": "react",
@@ -7192,7 +7581,7 @@
7192
7581
  "original": "../common/utils"
7193
7582
  },
7194
7583
  {
7195
- "path": "src/Prebuilt/common/constants.js",
7584
+ "path": "src/Prebuilt/common/constants.ts",
7196
7585
  "kind": "import-statement",
7197
7586
  "original": "../common/constants"
7198
7587
  },
@@ -7309,7 +7698,7 @@
7309
7698
  "original": "../hooks/useDropdownSelection"
7310
7699
  },
7311
7700
  {
7312
- "path": "src/Prebuilt/common/constants.js",
7701
+ "path": "src/Prebuilt/common/constants.ts",
7313
7702
  "kind": "import-statement",
7314
7703
  "original": "../../common/constants"
7315
7704
  },
@@ -7497,7 +7886,7 @@
7497
7886
  "original": "../common/utils"
7498
7887
  },
7499
7888
  {
7500
- "path": "src/Prebuilt/common/constants.js",
7889
+ "path": "src/Prebuilt/common/constants.ts",
7501
7890
  "kind": "import-statement",
7502
7891
  "original": "../common/constants"
7503
7892
  },
@@ -7546,13 +7935,18 @@
7546
7935
  "format": "esm"
7547
7936
  },
7548
7937
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
7549
- "bytes": 1413,
7938
+ "bytes": 1530,
7550
7939
  "imports": [
7551
7940
  {
7552
7941
  "path": "react",
7553
7942
  "kind": "import-statement",
7554
7943
  "external": true
7555
7944
  },
7945
+ {
7946
+ "path": "@100mslive/hms-virtual-background",
7947
+ "kind": "import-statement",
7948
+ "external": true
7949
+ },
7556
7950
  {
7557
7951
  "path": "src/Layout/index.tsx",
7558
7952
  "kind": "import-statement",
@@ -7569,31 +7963,52 @@
7569
7963
  "original": "./VBOption"
7570
7964
  },
7571
7965
  {
7572
- "path": "src/Prebuilt/components/VirtualBackground/constants.ts",
7966
+ "path": "<define:process.env>",
7573
7967
  "kind": "import-statement",
7574
- "original": "./constants"
7968
+ "external": true
7575
7969
  },
7576
7970
  {
7577
- "path": "<define:process.env>",
7971
+ "path": "<runtime>",
7972
+ "kind": "import-statement",
7973
+ "external": true
7974
+ }
7975
+ ],
7976
+ "format": "esm"
7977
+ },
7978
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
7979
+ "bytes": 895,
7980
+ "imports": [
7981
+ {
7982
+ "path": "@100mslive/hms-virtual-background",
7578
7983
  "kind": "import-statement",
7579
7984
  "external": true
7580
7985
  },
7581
7986
  {
7582
- "path": "<runtime>",
7987
+ "path": "<define:process.env>",
7583
7988
  "kind": "import-statement",
7584
7989
  "external": true
7585
7990
  }
7586
7991
  ],
7587
7992
  "format": "esm"
7588
7993
  },
7589
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
7590
- "bytes": 5585,
7994
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
7995
+ "bytes": 6551,
7591
7996
  "imports": [
7592
7997
  {
7593
7998
  "path": "react",
7594
7999
  "kind": "import-statement",
7595
8000
  "external": true
7596
8001
  },
8002
+ {
8003
+ "path": "@100mslive/hms-virtual-background",
8004
+ "kind": "import-statement",
8005
+ "external": true
8006
+ },
8007
+ {
8008
+ "path": "@100mslive/types-prebuilt/elements/virtual_background",
8009
+ "kind": "import-statement",
8010
+ "external": true
8011
+ },
7597
8012
  {
7598
8013
  "path": "@100mslive/react-sdk",
7599
8014
  "kind": "import-statement",
@@ -7630,7 +8045,7 @@
7630
8045
  "original": "../AppData/useUISettings"
7631
8046
  },
7632
8047
  {
7633
- "path": "src/Prebuilt/common/constants.js",
8048
+ "path": "src/Prebuilt/common/constants.ts",
7634
8049
  "kind": "import-statement",
7635
8050
  "original": "../../common/constants"
7636
8051
  },
@@ -7653,7 +8068,7 @@
7653
8068
  "format": "esm"
7654
8069
  },
7655
8070
  "src/Prebuilt/layouts/SidePane.tsx": {
7656
- "bytes": 4477,
8071
+ "bytes": 4510,
7657
8072
  "imports": [
7658
8073
  {
7659
8074
  "path": "react",
@@ -7696,7 +8111,7 @@
7696
8111
  "original": "../components/VideoTile"
7697
8112
  },
7698
8113
  {
7699
- "path": "src/Prebuilt/components/VirtualBackground/VBPicker.jsx",
8114
+ "path": "src/Prebuilt/components/VirtualBackground/VBPicker.tsx",
7700
8115
  "kind": "import-statement",
7701
8116
  "original": "../components/VirtualBackground/VBPicker"
7702
8117
  },
@@ -7726,7 +8141,7 @@
7726
8141
  "original": "../../utils"
7727
8142
  },
7728
8143
  {
7729
- "path": "src/Prebuilt/common/constants.js",
8144
+ "path": "src/Prebuilt/common/constants.ts",
7730
8145
  "kind": "import-statement",
7731
8146
  "original": "../common/constants"
7732
8147
  },
@@ -7908,7 +8323,7 @@
7908
8323
  "format": "esm"
7909
8324
  },
7910
8325
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
7911
- "bytes": 10102,
8326
+ "bytes": 10207,
7912
8327
  "imports": [
7913
8328
  {
7914
8329
  "path": "react",
@@ -7955,11 +8370,6 @@
7955
8370
  "kind": "import-statement",
7956
8371
  "original": "../../layouts/SidePane"
7957
8372
  },
7958
- {
7959
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
7960
- "kind": "import-statement",
7961
- "original": "../../provider/roomLayoutProvider"
7962
- },
7963
8373
  {
7964
8374
  "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
7965
8375
  "kind": "import-statement",
@@ -8000,6 +8410,11 @@
8000
8410
  "kind": "import-statement",
8001
8411
  "original": "./PreviewForm"
8002
8412
  },
8413
+ {
8414
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8415
+ "kind": "import-statement",
8416
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8417
+ },
8003
8418
  {
8004
8419
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
8005
8420
  "kind": "import-statement",
@@ -8016,7 +8431,7 @@
8016
8431
  "original": "../../common/utils"
8017
8432
  },
8018
8433
  {
8019
- "path": "src/Prebuilt/common/constants.js",
8434
+ "path": "src/Prebuilt/common/constants.ts",
8020
8435
  "kind": "import-statement",
8021
8436
  "original": "../../common/constants"
8022
8437
  },
@@ -8065,7 +8480,7 @@
8065
8480
  "format": "esm"
8066
8481
  },
8067
8482
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
8068
- "bytes": 2605,
8483
+ "bytes": 2851,
8069
8484
  "imports": [
8070
8485
  {
8071
8486
  "path": "react",
@@ -8092,13 +8507,18 @@
8092
8507
  "kind": "import-statement",
8093
8508
  "original": "./RequestPrompt"
8094
8509
  },
8510
+ {
8511
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8512
+ "kind": "import-statement",
8513
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8514
+ },
8095
8515
  {
8096
8516
  "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
8097
8517
  "kind": "import-statement",
8098
8518
  "original": "../hooks/useMetadata"
8099
8519
  },
8100
8520
  {
8101
- "path": "src/Prebuilt/common/constants.js",
8521
+ "path": "src/Prebuilt/common/constants.ts",
8102
8522
  "kind": "import-statement",
8103
8523
  "original": "../../common/constants"
8104
8524
  },
@@ -8200,7 +8620,7 @@
8200
8620
  "original": "./hooks/useVideoTileLayout"
8201
8621
  },
8202
8622
  {
8203
- "path": "src/Prebuilt/common/constants.js",
8623
+ "path": "src/Prebuilt/common/constants.ts",
8204
8624
  "kind": "import-statement",
8205
8625
  "original": "../common/constants"
8206
8626
  },
@@ -8374,7 +8794,7 @@
8374
8794
  "original": "../hooks/useTileLayout"
8375
8795
  },
8376
8796
  {
8377
- "path": "src/Prebuilt/common/constants.js",
8797
+ "path": "src/Prebuilt/common/constants.ts",
8378
8798
  "kind": "import-statement",
8379
8799
  "original": "../../common/constants"
8380
8800
  },
@@ -8675,7 +9095,7 @@
8675
9095
  "original": "./AppData/useUISettings"
8676
9096
  },
8677
9097
  {
8678
- "path": "src/Prebuilt/common/constants.js",
9098
+ "path": "src/Prebuilt/common/constants.ts",
8679
9099
  "kind": "import-statement",
8680
9100
  "original": "../common/constants"
8681
9101
  },
@@ -8741,7 +9161,7 @@
8741
9161
  "original": "../AppData/useUISettings"
8742
9162
  },
8743
9163
  {
8744
- "path": "src/Prebuilt/common/constants.js",
9164
+ "path": "src/Prebuilt/common/constants.ts",
8745
9165
  "kind": "import-statement",
8746
9166
  "original": "../../common/constants"
8747
9167
  },
@@ -8864,7 +9284,7 @@
8864
9284
  "original": "../components/AppData/useUISettings"
8865
9285
  },
8866
9286
  {
8867
- "path": "src/Prebuilt/common/constants.js",
9287
+ "path": "src/Prebuilt/common/constants.ts",
8868
9288
  "kind": "import-statement",
8869
9289
  "original": "../common/constants"
8870
9290
  },
@@ -9364,7 +9784,7 @@
9364
9784
  "original": "../../Tooltip"
9365
9785
  },
9366
9786
  {
9367
- "path": "src/Prebuilt/common/constants.js",
9787
+ "path": "src/Prebuilt/common/constants.ts",
9368
9788
  "kind": "import-statement",
9369
9789
  "original": "../common/constants"
9370
9790
  },
@@ -9382,7 +9802,7 @@
9382
9802
  "format": "esm"
9383
9803
  },
9384
9804
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
9385
- "bytes": 3139,
9805
+ "bytes": 3397,
9386
9806
  "imports": [
9387
9807
  {
9388
9808
  "path": "react",
@@ -9440,7 +9860,7 @@
9440
9860
  "original": "../components/AppData/useUISettings"
9441
9861
  },
9442
9862
  {
9443
- "path": "src/Prebuilt/common/constants.js",
9863
+ "path": "src/Prebuilt/common/constants.ts",
9444
9864
  "kind": "import-statement",
9445
9865
  "original": "../common/constants"
9446
9866
  },
@@ -9463,7 +9883,7 @@
9463
9883
  "format": "esm"
9464
9884
  },
9465
9885
  "src/Prebuilt/components/Header/common.jsx": {
9466
- "bytes": 5670,
9886
+ "bytes": 5673,
9467
9887
  "imports": [
9468
9888
  {
9469
9889
  "path": "react",
@@ -9669,7 +10089,7 @@
9669
10089
  "original": "./AppData/useUISettings"
9670
10090
  },
9671
10091
  {
9672
- "path": "src/Prebuilt/common/constants.js",
10092
+ "path": "src/Prebuilt/common/constants.ts",
9673
10093
  "kind": "import-statement",
9674
10094
  "original": "../common/constants"
9675
10095
  },
@@ -9767,7 +10187,7 @@
9767
10187
  "external": true
9768
10188
  },
9769
10189
  {
9770
- "path": "src/Prebuilt/common/constants.js",
10190
+ "path": "src/Prebuilt/common/constants.ts",
9771
10191
  "kind": "import-statement",
9772
10192
  "original": "../../common/constants"
9773
10193
  },
@@ -9979,7 +10399,7 @@
9979
10399
  "format": "esm"
9980
10400
  },
9981
10401
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
9982
- "bytes": 5100,
10402
+ "bytes": 5101,
9983
10403
  "imports": [
9984
10404
  {
9985
10405
  "path": "react",
@@ -10012,7 +10432,7 @@
10012
10432
  "original": "../AppData/useSidepane"
10013
10433
  },
10014
10434
  {
10015
- "path": "src/Prebuilt/common/constants.js",
10435
+ "path": "src/Prebuilt/common/constants.ts",
10016
10436
  "kind": "import-statement",
10017
10437
  "original": "../../common/constants"
10018
10438
  },
@@ -10081,6 +10501,47 @@
10081
10501
  ],
10082
10502
  "format": "esm"
10083
10503
  },
10504
+ "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
10505
+ "bytes": 1127,
10506
+ "imports": [
10507
+ {
10508
+ "path": "react",
10509
+ "kind": "import-statement",
10510
+ "external": true
10511
+ },
10512
+ {
10513
+ "path": "uuid",
10514
+ "kind": "import-statement",
10515
+ "external": true
10516
+ },
10517
+ {
10518
+ "path": "@100mslive/react-sdk",
10519
+ "kind": "import-statement",
10520
+ "external": true
10521
+ },
10522
+ {
10523
+ "path": "@100mslive/react-icons",
10524
+ "kind": "import-statement",
10525
+ "external": true
10526
+ },
10527
+ {
10528
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
10529
+ "kind": "import-statement",
10530
+ "original": "../Toast/ToastManager"
10531
+ },
10532
+ {
10533
+ "path": "src/Prebuilt/common/constants.ts",
10534
+ "kind": "import-statement",
10535
+ "original": "../../common/constants"
10536
+ },
10537
+ {
10538
+ "path": "<define:process.env>",
10539
+ "kind": "import-statement",
10540
+ "external": true
10541
+ }
10542
+ ],
10543
+ "format": "esm"
10544
+ },
10084
10545
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
10085
10546
  "bytes": 1515,
10086
10547
  "imports": [
@@ -10136,7 +10597,7 @@
10136
10597
  "original": "../AppData/useUISettings"
10137
10598
  },
10138
10599
  {
10139
- "path": "src/Prebuilt/common/constants.js",
10600
+ "path": "src/Prebuilt/common/constants.ts",
10140
10601
  "kind": "import-statement",
10141
10602
  "original": "../../common/constants"
10142
10603
  },
@@ -10190,7 +10651,7 @@
10190
10651
  "original": "../../images/ios-perm-0.png"
10191
10652
  },
10192
10653
  {
10193
- "path": "src/Prebuilt/common/constants.js",
10654
+ "path": "src/Prebuilt/common/constants.ts",
10194
10655
  "kind": "import-statement",
10195
10656
  "original": "../../common/constants"
10196
10657
  },
@@ -10322,7 +10783,7 @@
10322
10783
  "format": "esm"
10323
10784
  },
10324
10785
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
10325
- "bytes": 7288,
10786
+ "bytes": 7373,
10326
10787
  "imports": [
10327
10788
  {
10328
10789
  "path": "react",
@@ -10359,6 +10820,11 @@
10359
10820
  "kind": "import-statement",
10360
10821
  "original": "./AutoplayBlockedModal"
10361
10822
  },
10823
+ {
10824
+ "path": "src/Prebuilt/components/Notifications/ChatNotifications.tsx",
10825
+ "kind": "import-statement",
10826
+ "original": "./ChatNotifications"
10827
+ },
10362
10828
  {
10363
10829
  "path": "src/Prebuilt/components/Notifications/InitErrorModal.tsx",
10364
10830
  "kind": "import-statement",
@@ -10410,7 +10876,7 @@
10410
10876
  "original": "../../common/utils"
10411
10877
  },
10412
10878
  {
10413
- "path": "src/Prebuilt/common/constants.js",
10879
+ "path": "src/Prebuilt/common/constants.ts",
10414
10880
  "kind": "import-statement",
10415
10881
  "original": "../../common/constants"
10416
10882
  },
@@ -10487,7 +10953,7 @@
10487
10953
  "original": "../AppData/useUISettings"
10488
10954
  },
10489
10955
  {
10490
- "path": "src/Prebuilt/common/constants.js",
10956
+ "path": "src/Prebuilt/common/constants.ts",
10491
10957
  "kind": "import-statement",
10492
10958
  "original": "../../common/constants"
10493
10959
  },
@@ -10554,7 +11020,7 @@
10554
11020
  "original": "./ToastManager"
10555
11021
  },
10556
11022
  {
10557
- "path": "src/Prebuilt/common/constants.js",
11023
+ "path": "src/Prebuilt/common/constants.ts",
10558
11024
  "kind": "import-statement",
10559
11025
  "original": "../../common/constants"
10560
11026
  },
@@ -10605,7 +11071,7 @@
10605
11071
  "original": "../../Theme"
10606
11072
  },
10607
11073
  {
10608
- "path": "src/Prebuilt/common/constants.js",
11074
+ "path": "src/Prebuilt/common/constants.ts",
10609
11075
  "kind": "import-statement",
10610
11076
  "original": "../common/constants"
10611
11077
  },
@@ -10631,7 +11097,7 @@
10631
11097
  "external": true
10632
11098
  },
10633
11099
  {
10634
- "path": "src/Prebuilt/common/constants.js",
11100
+ "path": "src/Prebuilt/common/constants.ts",
10635
11101
  "kind": "import-statement",
10636
11102
  "original": "../common/constants"
10637
11103
  },
@@ -10649,7 +11115,7 @@
10649
11115
  "format": "esm"
10650
11116
  },
10651
11117
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
10652
- "bytes": 1965,
11118
+ "bytes": 2042,
10653
11119
  "imports": [
10654
11120
  {
10655
11121
  "path": "react",
@@ -10672,7 +11138,7 @@
10672
11138
  "original": "../../common/hooks"
10673
11139
  },
10674
11140
  {
10675
- "path": "src/Prebuilt/common/constants.js",
11141
+ "path": "src/Prebuilt/common/constants.ts",
10676
11142
  "kind": "import-statement",
10677
11143
  "original": "../../common/constants"
10678
11144
  },
@@ -10690,7 +11156,7 @@
10690
11156
  "format": "esm"
10691
11157
  },
10692
11158
  "src/Prebuilt/App.tsx": {
10693
- "bytes": 10758,
11159
+ "bytes": 10297,
10694
11160
  "imports": [
10695
11161
  {
10696
11162
  "path": "react",
@@ -10713,7 +11179,7 @@
10713
11179
  "external": true
10714
11180
  },
10715
11181
  {
10716
- "path": "src/Prebuilt/components/AppData/AppData.jsx",
11182
+ "path": "src/Prebuilt/components/AppData/AppData.tsx",
10717
11183
  "kind": "import-statement",
10718
11184
  "original": "./components/AppData/AppData"
10719
11185
  },
@@ -10828,7 +11294,7 @@
10828
11294
  "original": "./services/FeatureFlags"
10829
11295
  },
10830
11296
  {
10831
- "path": "src/Prebuilt/common/constants.js",
11297
+ "path": "src/Prebuilt/common/constants.ts",
10832
11298
  "kind": "import-statement",
10833
11299
  "original": "./common/constants"
10834
11300
  },
@@ -11099,7 +11565,7 @@
11099
11565
  "dist/index.js": {
11100
11566
  "imports": [
11101
11567
  {
11102
- "path": "dist/chunk-WREKGNP6.js",
11568
+ "path": "dist/chunk-U4AB6X6M.js",
11103
11569
  "kind": "import-statement"
11104
11570
  }
11105
11571
  ],
@@ -11171,16 +11637,16 @@
11171
11637
  "inputs": {},
11172
11638
  "bytes": 1798
11173
11639
  },
11174
- "dist/HLSView-PWVM4OIP.js.map": {
11640
+ "dist/HLSView-IENE4HRP.js.map": {
11175
11641
  "imports": [],
11176
11642
  "exports": [],
11177
11643
  "inputs": {},
11178
11644
  "bytes": 53187
11179
11645
  },
11180
- "dist/HLSView-PWVM4OIP.js": {
11646
+ "dist/HLSView-IENE4HRP.js": {
11181
11647
  "imports": [
11182
11648
  {
11183
- "path": "dist/chunk-WREKGNP6.js",
11649
+ "path": "dist/chunk-U4AB6X6M.js",
11184
11650
  "kind": "import-statement"
11185
11651
  },
11186
11652
  {
@@ -11331,13 +11797,13 @@
11331
11797
  },
11332
11798
  "bytes": 33380
11333
11799
  },
11334
- "dist/chunk-WREKGNP6.js.map": {
11800
+ "dist/chunk-U4AB6X6M.js.map": {
11335
11801
  "imports": [],
11336
11802
  "exports": [],
11337
11803
  "inputs": {},
11338
- "bytes": 1973850
11804
+ "bytes": 2230424
11339
11805
  },
11340
- "dist/chunk-WREKGNP6.js": {
11806
+ "dist/chunk-U4AB6X6M.js": {
11341
11807
  "imports": [
11342
11808
  {
11343
11809
  "path": "react",
@@ -11665,12 +12131,17 @@
11665
12131
  "external": true
11666
12132
  },
11667
12133
  {
11668
- "path": "@100mslive/hms-virtual-background",
12134
+ "path": "react",
11669
12135
  "kind": "import-statement",
11670
12136
  "external": true
11671
12137
  },
11672
12138
  {
11673
- "path": "react",
12139
+ "path": "react-use",
12140
+ "kind": "import-statement",
12141
+ "external": true
12142
+ },
12143
+ {
12144
+ "path": "uuid",
11674
12145
  "kind": "import-statement",
11675
12146
  "external": true
11676
12147
  },
@@ -12779,6 +13250,11 @@
12779
13250
  "kind": "import-statement",
12780
13251
  "external": true
12781
13252
  },
13253
+ {
13254
+ "path": "eventemitter2",
13255
+ "kind": "import-statement",
13256
+ "external": true
13257
+ },
12782
13258
  {
12783
13259
  "path": "@100mslive/react-sdk",
12784
13260
  "kind": "import-statement",
@@ -12829,6 +13305,21 @@
12829
13305
  "kind": "import-statement",
12830
13306
  "external": true
12831
13307
  },
13308
+ {
13309
+ "path": "react",
13310
+ "kind": "import-statement",
13311
+ "external": true
13312
+ },
13313
+ {
13314
+ "path": "@100mslive/react-sdk",
13315
+ "kind": "import-statement",
13316
+ "external": true
13317
+ },
13318
+ {
13319
+ "path": "react",
13320
+ "kind": "import-statement",
13321
+ "external": true
13322
+ },
12832
13323
  {
12833
13324
  "path": "@100mslive/react-sdk",
12834
13325
  "kind": "import-statement",
@@ -12889,6 +13380,51 @@
12889
13380
  "kind": "import-statement",
12890
13381
  "external": true
12891
13382
  },
13383
+ {
13384
+ "path": "@100mslive/react-sdk",
13385
+ "kind": "import-statement",
13386
+ "external": true
13387
+ },
13388
+ {
13389
+ "path": "react",
13390
+ "kind": "import-statement",
13391
+ "external": true
13392
+ },
13393
+ {
13394
+ "path": "react-swipeable",
13395
+ "kind": "import-statement",
13396
+ "external": true
13397
+ },
13398
+ {
13399
+ "path": "react-use",
13400
+ "kind": "import-statement",
13401
+ "external": true
13402
+ },
13403
+ {
13404
+ "path": "@100mslive/react-sdk",
13405
+ "kind": "import-statement",
13406
+ "external": true
13407
+ },
13408
+ {
13409
+ "path": "@100mslive/react-icons",
13410
+ "kind": "import-statement",
13411
+ "external": true
13412
+ },
13413
+ {
13414
+ "path": "react",
13415
+ "kind": "import-statement",
13416
+ "external": true
13417
+ },
13418
+ {
13419
+ "path": "@100mslive/react-icons",
13420
+ "kind": "import-statement",
13421
+ "external": true
13422
+ },
13423
+ {
13424
+ "path": "react",
13425
+ "kind": "import-statement",
13426
+ "external": true
13427
+ },
12892
13428
  {
12893
13429
  "path": "react-intersection-observer",
12894
13430
  "kind": "import-statement",
@@ -12989,6 +13525,11 @@
12989
13525
  "kind": "import-statement",
12990
13526
  "external": true
12991
13527
  },
13528
+ {
13529
+ "path": "@100mslive/hms-virtual-background",
13530
+ "kind": "import-statement",
13531
+ "external": true
13532
+ },
12992
13533
  {
12993
13534
  "path": "@100mslive/react-sdk",
12994
13535
  "kind": "import-statement",
@@ -13004,11 +13545,21 @@
13004
13545
  "kind": "import-statement",
13005
13546
  "external": true
13006
13547
  },
13548
+ {
13549
+ "path": "@100mslive/hms-virtual-background",
13550
+ "kind": "import-statement",
13551
+ "external": true
13552
+ },
13007
13553
  {
13008
13554
  "path": "react",
13009
13555
  "kind": "import-statement",
13010
13556
  "external": true
13011
13557
  },
13558
+ {
13559
+ "path": "@100mslive/hms-virtual-background",
13560
+ "kind": "import-statement",
13561
+ "external": true
13562
+ },
13012
13563
  {
13013
13564
  "path": "react",
13014
13565
  "kind": "import-statement",
@@ -13285,7 +13836,7 @@
13285
13836
  "external": true
13286
13837
  },
13287
13838
  {
13288
- "path": "dist/HLSView-PWVM4OIP.js",
13839
+ "path": "dist/HLSView-IENE4HRP.js",
13289
13840
  "kind": "dynamic-import"
13290
13841
  },
13291
13842
  {
@@ -13428,6 +13979,26 @@
13428
13979
  "kind": "import-statement",
13429
13980
  "external": true
13430
13981
  },
13982
+ {
13983
+ "path": "uuid",
13984
+ "kind": "import-statement",
13985
+ "external": true
13986
+ },
13987
+ {
13988
+ "path": "@100mslive/react-sdk",
13989
+ "kind": "import-statement",
13990
+ "external": true
13991
+ },
13992
+ {
13993
+ "path": "@100mslive/react-icons",
13994
+ "kind": "import-statement",
13995
+ "external": true
13996
+ },
13997
+ {
13998
+ "path": "react",
13999
+ "kind": "import-statement",
14000
+ "external": true
14001
+ },
13431
14002
  {
13432
14003
  "path": "@100mslive/react-sdk",
13433
14004
  "kind": "import-statement",
@@ -13650,19 +14221,19 @@
13650
14221
  ],
13651
14222
  "inputs": {
13652
14223
  "<define:process.env>": {
13653
- "bytesInOutput": 18501
14224
+ "bytesInOutput": 18535
13654
14225
  },
13655
14226
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
13656
- "bytesInOutput": 42427
14227
+ "bytesInOutput": 42460
13657
14228
  },
13658
14229
  "../../node_modules/sdp/sdp.js": {
13659
- "bytesInOutput": 22275
14230
+ "bytesInOutput": 22288
13660
14231
  },
13661
14232
  "../../node_modules/sdp-transform/lib/grammar.js": {
13662
14233
  "bytesInOutput": 16120
13663
14234
  },
13664
14235
  "../../node_modules/sdp-transform/lib/parser.js": {
13665
- "bytesInOutput": 3480
14236
+ "bytesInOutput": 3488
13666
14237
  },
13667
14238
  "../../node_modules/sdp-transform/lib/writer.js": {
13668
14239
  "bytesInOutput": 3070
@@ -13821,10 +14392,10 @@
13821
14392
  "bytesInOutput": 27
13822
14393
  },
13823
14394
  "src/AudioLevel/useBorderAudioLevel.tsx": {
13824
- "bytesInOutput": 753
14395
+ "bytesInOutput": 755
13825
14396
  },
13826
14397
  "src/AudioLevel/AudioLevel.tsx": {
13827
- "bytesInOutput": 2195
14398
+ "bytesInOutput": 2196
13828
14399
  },
13829
14400
  "src/AudioLevel/audio-level.png": {
13830
14401
  "bytesInOutput": 880
@@ -13893,31 +14464,28 @@
13893
14464
  "bytesInOutput": 887
13894
14465
  },
13895
14466
  "src/Prebuilt/App.tsx": {
13896
- "bytesInOutput": 7961
14467
+ "bytesInOutput": 7591
13897
14468
  },
13898
- "src/Prebuilt/components/AppData/AppData.jsx": {
13899
- "bytesInOutput": 5299
14469
+ "src/Prebuilt/components/AppData/AppData.tsx": {
14470
+ "bytesInOutput": 4822
13900
14471
  },
13901
14472
  "src/Prebuilt/components/init/initUtils.js": {
13902
14473
  "bytesInOutput": 1720
13903
14474
  },
13904
14475
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
13905
- "bytesInOutput": 727
14476
+ "bytesInOutput": 748
13906
14477
  },
13907
14478
  "src/Prebuilt/components/AppData/useSidepane.js": {
13908
14479
  "bytesInOutput": 1934
13909
14480
  },
13910
14481
  "src/Prebuilt/components/AppData/useUISettings.js": {
13911
- "bytesInOutput": 5446
14482
+ "bytesInOutput": 5350
13912
14483
  },
13913
- "src/Prebuilt/common/constants.js": {
13914
- "bytesInOutput": 3715
13915
- },
13916
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
13917
- "bytesInOutput": 996
14484
+ "src/Prebuilt/common/constants.ts": {
14485
+ "bytesInOutput": 3620
13918
14486
  },
13919
14487
  "src/Prebuilt/components/AuthToken.jsx": {
13920
- "bytesInOutput": 3235
14488
+ "bytesInOutput": 3491
13921
14489
  },
13922
14490
  "src/Prebuilt/AppContext.tsx": {
13923
14491
  "bytesInOutput": 577
@@ -13929,7 +14497,7 @@
13929
14497
  "bytesInOutput": 5960
13930
14498
  },
13931
14499
  "src/Prebuilt/components/Footer/Footer.tsx": {
13932
- "bytesInOutput": 3253
14500
+ "bytesInOutput": 3285
13933
14501
  },
13934
14502
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
13935
14503
  "bytesInOutput": 5480
@@ -13941,7 +14509,7 @@
13941
14509
  "bytesInOutput": 573
13942
14510
  },
13943
14511
  "src/Prebuilt/components/Toast/ToastManager.js": {
13944
- "bytesInOutput": 1028
14512
+ "bytesInOutput": 1036
13945
14513
  },
13946
14514
  "src/Prebuilt/components/EmojiReaction.jsx": {
13947
14515
  "bytesInOutput": 2105
@@ -14016,7 +14584,7 @@
14016
14584
  "bytesInOutput": 2258
14017
14585
  },
14018
14586
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
14019
- "bytesInOutput": 1076
14587
+ "bytesInOutput": 1453
14020
14588
  },
14021
14589
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
14022
14590
  "bytesInOutput": 8539
@@ -14073,7 +14641,7 @@
14073
14641
  "bytesInOutput": 10019
14074
14642
  },
14075
14643
  "../hms-video-web/dist/index.js": {
14076
- "bytesInOutput": 32469
14644
+ "bytesInOutput": 32495
14077
14645
  },
14078
14646
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
14079
14647
  "bytesInOutput": 154
@@ -14115,7 +14683,7 @@
14115
14683
  "bytesInOutput": 1760
14116
14684
  },
14117
14685
  "src/Prebuilt/common/utils.js": {
14118
- "bytesInOutput": 2407
14686
+ "bytesInOutput": 2425
14119
14687
  },
14120
14688
  "src/Prebuilt/services/FeatureFlags.jsx": {
14121
14689
  "bytesInOutput": 1427
@@ -14199,19 +14767,19 @@
14199
14767
  "bytesInOutput": 2414
14200
14768
  },
14201
14769
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
14202
- "bytesInOutput": 2828
14770
+ "bytesInOutput": 2968
14203
14771
  },
14204
14772
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
14205
- "bytesInOutput": 9873
14773
+ "bytesInOutput": 9811
14206
14774
  },
14207
14775
  "src/Prebuilt/layouts/SidePane.tsx": {
14208
- "bytesInOutput": 3952
14776
+ "bytesInOutput": 3995
14209
14777
  },
14210
14778
  "src/Prebuilt/components/Polls/Polls.tsx": {
14211
14779
  "bytesInOutput": 604
14212
14780
  },
14213
14781
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
14214
- "bytesInOutput": 7866
14782
+ "bytesInOutput": 7838
14215
14783
  },
14216
14784
  "src/Prebuilt/components/Streaming/Common.jsx": {
14217
14785
  "bytesInOutput": 2247
@@ -14223,7 +14791,7 @@
14223
14791
  "bytesInOutput": 4370
14224
14792
  },
14225
14793
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
14226
- "bytesInOutput": 7533
14794
+ "bytesInOutput": 7603
14227
14795
  },
14228
14796
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
14229
14797
  "bytesInOutput": 2077
@@ -14235,7 +14803,7 @@
14235
14803
  "bytesInOutput": 882
14236
14804
  },
14237
14805
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
14238
- "bytesInOutput": 762
14806
+ "bytesInOutput": 781
14239
14807
  },
14240
14808
  "src/Prebuilt/components/Polls/common/VoteProgress.jsx": {
14241
14809
  "bytesInOutput": 587
@@ -14253,31 +14821,43 @@
14253
14821
  "bytesInOutput": 1087
14254
14822
  },
14255
14823
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
14256
- "bytesInOutput": 8037
14824
+ "bytesInOutput": 8244
14257
14825
  },
14258
14826
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
14259
- "bytesInOutput": 1063
14827
+ "bytesInOutput": 1101
14260
14828
  },
14261
14829
  "src/Prebuilt/components/SidePaneTabs.tsx": {
14262
- "bytesInOutput": 6153
14830
+ "bytesInOutput": 6314
14263
14831
  },
14264
14832
  "src/Prebuilt/components/Chat/Chat.jsx": {
14265
- "bytesInOutput": 6644
14833
+ "bytesInOutput": 5939
14834
+ },
14835
+ "../hms-video-store/dist/index.js": {
14836
+ "bytesInOutput": 19436
14837
+ },
14838
+ "../../node_modules/reselect/es/index.js": {
14839
+ "bytesInOutput": 2537
14266
14840
  },
14267
14841
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
14268
- "bytesInOutput": 13149
14842
+ "bytesInOutput": 20480
14269
14843
  },
14270
14844
  "src/Prebuilt/images/empty-chat.svg": {
14271
14845
  "bytesInOutput": 2261
14272
14846
  },
14273
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
14274
- "bytesInOutput": 1258
14847
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
14848
+ "bytesInOutput": 414
14849
+ },
14850
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
14851
+ "bytesInOutput": 596
14852
+ },
14853
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
14854
+ "bytesInOutput": 2538
14275
14855
  },
14276
14856
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
14277
14857
  "bytesInOutput": 524
14278
14858
  },
14279
14859
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
14280
- "bytesInOutput": 5537
14860
+ "bytesInOutput": 7599
14281
14861
  },
14282
14862
  "src/Prebuilt/components/AppData/useChatState.js": {
14283
14863
  "bytesInOutput": 666
@@ -14285,14 +14865,23 @@
14285
14865
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
14286
14866
  "bytesInOutput": 1202
14287
14867
  },
14868
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
14869
+ "bytesInOutput": 2602
14870
+ },
14871
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
14872
+ "bytesInOutput": 4546
14873
+ },
14874
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
14875
+ "bytesInOutput": 1421
14876
+ },
14288
14877
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
14289
- "bytesInOutput": 4161
14878
+ "bytesInOutput": 4180
14290
14879
  },
14291
14880
  "src/Prebuilt/components/VideoTile.jsx": {
14292
14881
  "bytesInOutput": 6792
14293
14882
  },
14294
14883
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
14295
- "bytesInOutput": 1495
14884
+ "bytesInOutput": 1506
14296
14885
  },
14297
14886
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
14298
14887
  "bytesInOutput": 4453
@@ -14303,15 +14892,18 @@
14303
14892
  "src/Prebuilt/components/peerTileUtils.jsx": {
14304
14893
  "bytesInOutput": 1050
14305
14894
  },
14306
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
14307
- "bytesInOutput": 6042
14895
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
14896
+ "bytesInOutput": 6924
14308
14897
  },
14309
14898
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
14310
- "bytesInOutput": 1203
14899
+ "bytesInOutput": 1342
14311
14900
  },
14312
14901
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
14313
14902
  "bytesInOutput": 1119
14314
14903
  },
14904
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
14905
+ "bytesInOutput": 934
14906
+ },
14315
14907
  "src/Prebuilt/components/Chip.tsx": {
14316
14908
  "bytesInOutput": 778
14317
14909
  },
@@ -14328,7 +14920,7 @@
14328
14920
  "bytesInOutput": 2041
14329
14921
  },
14330
14922
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
14331
- "bytesInOutput": 2282
14923
+ "bytesInOutput": 2566
14332
14924
  },
14333
14925
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
14334
14926
  "bytesInOutput": 3184
@@ -14343,13 +14935,13 @@
14343
14935
  "bytesInOutput": 451
14344
14936
  },
14345
14937
  "src/Prebuilt/components/Pagination.tsx": {
14346
- "bytesInOutput": 1698
14938
+ "bytesInOutput": 1699
14347
14939
  },
14348
14940
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
14349
14941
  "bytesInOutput": 1204
14350
14942
  },
14351
14943
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
14352
- "bytesInOutput": 3835
14944
+ "bytesInOutput": 3836
14353
14945
  },
14354
14946
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
14355
14947
  "bytesInOutput": 1735
@@ -14373,7 +14965,7 @@
14373
14965
  "bytesInOutput": 1226
14374
14966
  },
14375
14967
  "src/Prebuilt/common/PeersSorter.ts": {
14376
- "bytesInOutput": 2770
14968
+ "bytesInOutput": 2771
14377
14969
  },
14378
14970
  "src/Prebuilt/layouts/EmbedView.jsx": {
14379
14971
  "bytesInOutput": 2785
@@ -14418,17 +15010,20 @@
14418
15010
  "bytesInOutput": 27
14419
15011
  },
14420
15012
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
14421
- "bytesInOutput": 7018
15013
+ "bytesInOutput": 7083
14422
15014
  },
14423
15015
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
14424
15016
  "bytesInOutput": 1768
14425
15017
  },
14426
15018
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14427
- "bytesInOutput": 6225
15019
+ "bytesInOutput": 6226
14428
15020
  },
14429
15021
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
14430
15022
  "bytesInOutput": 1053
14431
15023
  },
15024
+ "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
15025
+ "bytesInOutput": 1355
15026
+ },
14432
15027
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
14433
15028
  "bytesInOutput": 1596
14434
15029
  },
@@ -14472,13 +15067,13 @@
14472
15067
  "bytesInOutput": 605
14473
15068
  },
14474
15069
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
14475
- "bytesInOutput": 1771
15070
+ "bytesInOutput": 1847
14476
15071
  },
14477
15072
  "src/Progress/index.tsx": {
14478
15073
  "bytesInOutput": 418
14479
15074
  }
14480
15075
  },
14481
- "bytes": 909500
15076
+ "bytes": 954701
14482
15077
  }
14483
15078
  }
14484
15079
  }