@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
  },
@@ -6886,7 +7107,7 @@
6886
7107
  "format": "esm"
6887
7108
  },
6888
7109
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
6889
- "bytes": 5924,
7110
+ "bytes": 7981,
6890
7111
  "imports": [
6891
7112
  {
6892
7113
  "path": "react",
@@ -6899,12 +7120,165 @@
6899
7120
  "external": true
6900
7121
  },
6901
7122
  {
6902
- "path": "@emoji-mart/data",
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"
7258
+ },
7259
+ {
7260
+ "path": "<define:process.env>",
7261
+ "kind": "import-statement",
7262
+ "external": true
7263
+ }
7264
+ ],
7265
+ "format": "esm"
7266
+ },
7267
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
7268
+ "bytes": 4116,
7269
+ "imports": [
7270
+ {
7271
+ "path": "react",
7272
+ "kind": "import-statement",
7273
+ "external": true
7274
+ },
7275
+ {
7276
+ "path": "react-swipeable",
6903
7277
  "kind": "import-statement",
6904
7278
  "external": true
6905
7279
  },
6906
7280
  {
6907
- "path": "@emoji-mart/react",
7281
+ "path": "react-use",
6908
7282
  "kind": "import-statement",
6909
7283
  "external": true
6910
7284
  },
@@ -6919,29 +7293,34 @@
6919
7293
  "external": true
6920
7294
  },
6921
7295
  {
6922
- "path": "src/index.ts",
7296
+ "path": "src/Layout/index.tsx",
6923
7297
  "kind": "import-statement",
6924
- "original": "../../.."
7298
+ "original": "../../../Layout"
6925
7299
  },
6926
7300
  {
6927
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
7301
+ "path": "src/Text/index.tsx",
6928
7302
  "kind": "import-statement",
6929
- "original": "../Toast/ToastManager"
7303
+ "original": "../../../Text"
6930
7304
  },
6931
7305
  {
6932
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7306
+ "path": "src/Theme/index.tsx",
6933
7307
  "kind": "import-statement",
6934
- "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7308
+ "original": "../../../Theme"
6935
7309
  },
6936
7310
  {
6937
- "path": "src/Prebuilt/components/AppData/useChatState.js",
7311
+ "path": "src/Prebuilt/components/Chat/ChatBody.jsx",
6938
7312
  "kind": "import-statement",
6939
- "original": "../AppData/useChatState"
7313
+ "original": "./ChatBody"
6940
7314
  },
6941
7315
  {
6942
- "path": "src/Prebuilt/components/Chat/useEmojiPickerStyles.js",
7316
+ "path": "src/Prebuilt/components/Chat/Navigation.tsx",
6943
7317
  "kind": "import-statement",
6944
- "original": "./useEmojiPickerStyles"
7318
+ "original": "./Navigation"
7319
+ },
7320
+ {
7321
+ "path": "src/Prebuilt/common/constants.ts",
7322
+ "kind": "import-statement",
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
  },
@@ -11094,7 +11560,7 @@
11094
11560
  "imports": [],
11095
11561
  "exports": [],
11096
11562
  "inputs": {},
11097
- "bytes": 2032948
11563
+ "bytes": 2288721
11098
11564
  },
11099
11565
  "dist/index.cjs.js": {
11100
11566
  "imports": [
@@ -11403,11 +11869,6 @@
11403
11869
  "kind": "require-call",
11404
11870
  "external": true
11405
11871
  },
11406
- {
11407
- "path": "@100mslive/hms-virtual-background",
11408
- "kind": "require-call",
11409
- "external": true
11410
- },
11411
11872
  {
11412
11873
  "path": "react",
11413
11874
  "kind": "require-call",
@@ -11438,6 +11899,16 @@
11438
11899
  "kind": "require-call",
11439
11900
  "external": true
11440
11901
  },
11902
+ {
11903
+ "path": "react-use",
11904
+ "kind": "require-call",
11905
+ "external": true
11906
+ },
11907
+ {
11908
+ "path": "uuid",
11909
+ "kind": "require-call",
11910
+ "external": true
11911
+ },
11441
11912
  {
11442
11913
  "path": "@100mslive/react-sdk",
11443
11914
  "kind": "require-call",
@@ -12443,6 +12914,26 @@
12443
12914
  "kind": "require-call",
12444
12915
  "external": true
12445
12916
  },
12917
+ {
12918
+ "path": "eventemitter2",
12919
+ "kind": "require-call",
12920
+ "external": true
12921
+ },
12922
+ {
12923
+ "path": "react",
12924
+ "kind": "require-call",
12925
+ "external": true
12926
+ },
12927
+ {
12928
+ "path": "react",
12929
+ "kind": "require-call",
12930
+ "external": true
12931
+ },
12932
+ {
12933
+ "path": "@100mslive/react-sdk",
12934
+ "kind": "require-call",
12935
+ "external": true
12936
+ },
12446
12937
  {
12447
12938
  "path": "react",
12448
12939
  "kind": "require-call",
@@ -12543,6 +13034,51 @@
12543
13034
  "kind": "require-call",
12544
13035
  "external": true
12545
13036
  },
13037
+ {
13038
+ "path": "@100mslive/react-sdk",
13039
+ "kind": "require-call",
13040
+ "external": true
13041
+ },
13042
+ {
13043
+ "path": "react",
13044
+ "kind": "require-call",
13045
+ "external": true
13046
+ },
13047
+ {
13048
+ "path": "@100mslive/react-icons",
13049
+ "kind": "require-call",
13050
+ "external": true
13051
+ },
13052
+ {
13053
+ "path": "react",
13054
+ "kind": "require-call",
13055
+ "external": true
13056
+ },
13057
+ {
13058
+ "path": "react-swipeable",
13059
+ "kind": "require-call",
13060
+ "external": true
13061
+ },
13062
+ {
13063
+ "path": "react-use",
13064
+ "kind": "require-call",
13065
+ "external": true
13066
+ },
13067
+ {
13068
+ "path": "@100mslive/react-sdk",
13069
+ "kind": "require-call",
13070
+ "external": true
13071
+ },
13072
+ {
13073
+ "path": "@100mslive/react-icons",
13074
+ "kind": "require-call",
13075
+ "external": true
13076
+ },
13077
+ {
13078
+ "path": "react",
13079
+ "kind": "require-call",
13080
+ "external": true
13081
+ },
12546
13082
  {
12547
13083
  "path": "react-use",
12548
13084
  "kind": "require-call",
@@ -12688,11 +13224,26 @@
12688
13224
  "kind": "require-call",
12689
13225
  "external": true
12690
13226
  },
13227
+ {
13228
+ "path": "@100mslive/hms-virtual-background",
13229
+ "kind": "require-call",
13230
+ "external": true
13231
+ },
13232
+ {
13233
+ "path": "@100mslive/hms-virtual-background",
13234
+ "kind": "require-call",
13235
+ "external": true
13236
+ },
12691
13237
  {
12692
13238
  "path": "react",
12693
13239
  "kind": "require-call",
12694
13240
  "external": true
12695
13241
  },
13242
+ {
13243
+ "path": "@100mslive/hms-virtual-background",
13244
+ "kind": "require-call",
13245
+ "external": true
13246
+ },
12696
13247
  {
12697
13248
  "path": "@100mslive/react-sdk",
12698
13249
  "kind": "require-call",
@@ -13263,6 +13814,26 @@
13263
13814
  "kind": "require-call",
13264
13815
  "external": true
13265
13816
  },
13817
+ {
13818
+ "path": "uuid",
13819
+ "kind": "require-call",
13820
+ "external": true
13821
+ },
13822
+ {
13823
+ "path": "@100mslive/react-sdk",
13824
+ "kind": "require-call",
13825
+ "external": true
13826
+ },
13827
+ {
13828
+ "path": "@100mslive/react-icons",
13829
+ "kind": "require-call",
13830
+ "external": true
13831
+ },
13832
+ {
13833
+ "path": "react",
13834
+ "kind": "require-call",
13835
+ "external": true
13836
+ },
13266
13837
  {
13267
13838
  "path": "@100mslive/react-sdk",
13268
13839
  "kind": "require-call",
@@ -13433,7 +14004,7 @@
13433
14004
  "entryPoint": "src/index.ts",
13434
14005
  "inputs": {
13435
14006
  "<define:process.env>": {
13436
- "bytesInOutput": 18501
14007
+ "bytesInOutput": 18535
13437
14008
  },
13438
14009
  "src/Theme/base.config.ts": {
13439
14010
  "bytesInOutput": 6104
@@ -13592,13 +14163,13 @@
13592
14163
  "bytesInOutput": 143
13593
14164
  },
13594
14165
  "src/AudioLevel/useBorderAudioLevel.tsx": {
13595
- "bytesInOutput": 968
14166
+ "bytesInOutput": 970
13596
14167
  },
13597
14168
  "src/AudioLevel/audio-level.png": {
13598
14169
  "bytesInOutput": 983
13599
14170
  },
13600
14171
  "src/AudioLevel/AudioLevel.tsx": {
13601
- "bytesInOutput": 2807
14172
+ "bytesInOutput": 2808
13602
14173
  },
13603
14174
  "src/AudioLevel/index.ts": {
13604
14175
  "bytesInOutput": 175
@@ -13694,22 +14265,19 @@
13694
14265
  "bytesInOutput": 1995
13695
14266
  },
13696
14267
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
13697
- "bytesInOutput": 1062
14268
+ "bytesInOutput": 1087
13698
14269
  },
13699
- "src/Prebuilt/common/constants.js": {
13700
- "bytesInOutput": 4750
14270
+ "src/Prebuilt/common/constants.ts": {
14271
+ "bytesInOutput": 4578
13701
14272
  },
13702
14273
  "src/Prebuilt/components/AppData/useUISettings.js": {
13703
- "bytesInOutput": 7161
14274
+ "bytesInOutput": 6994
13704
14275
  },
13705
14276
  "src/Prebuilt/components/AppData/useSidepane.js": {
13706
14277
  "bytesInOutput": 2515
13707
14278
  },
13708
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
13709
- "bytesInOutput": 1342
13710
- },
13711
- "src/Prebuilt/components/AppData/AppData.jsx": {
13712
- "bytesInOutput": 6490
14279
+ "src/Prebuilt/components/AppData/AppData.tsx": {
14280
+ "bytesInOutput": 5896
13713
14281
  },
13714
14282
  "src/Prebuilt/AppContext.tsx": {
13715
14283
  "bytesInOutput": 840
@@ -13718,7 +14286,7 @@
13718
14286
  "bytesInOutput": 9342
13719
14287
  },
13720
14288
  "src/Prebuilt/components/AuthToken.jsx": {
13721
- "bytesInOutput": 3891
14289
+ "bytesInOutput": 4296
13722
14290
  },
13723
14291
  "src/Prebuilt/IconButton.jsx": {
13724
14292
  "bytesInOutput": 845
@@ -13727,7 +14295,7 @@
13727
14295
  "bytesInOutput": 3794
13728
14296
  },
13729
14297
  "src/Prebuilt/components/Toast/ToastManager.js": {
13730
- "bytesInOutput": 1356
14298
+ "bytesInOutput": 1359
13731
14299
  },
13732
14300
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
13733
14301
  "bytesInOutput": 6734
@@ -13787,7 +14355,7 @@
13787
14355
  "bytesInOutput": 260
13788
14356
  },
13789
14357
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
13790
- "bytesInOutput": 1429
14358
+ "bytesInOutput": 1850
13791
14359
  },
13792
14360
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
13793
14361
  "bytesInOutput": 2742
@@ -13853,7 +14421,7 @@
13853
14421
  "bytesInOutput": 8156
13854
14422
  },
13855
14423
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
13856
- "bytesInOutput": 42431
14424
+ "bytesInOutput": 42464
13857
14425
  },
13858
14426
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
13859
14427
  "bytesInOutput": 6459
@@ -13880,7 +14448,7 @@
13880
14448
  "bytesInOutput": 12017
13881
14449
  },
13882
14450
  "../../node_modules/sdp/sdp.js": {
13883
- "bytesInOutput": 22278
14451
+ "bytesInOutput": 22291
13884
14452
  },
13885
14453
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
13886
14454
  "bytesInOutput": 12604
@@ -13895,7 +14463,7 @@
13895
14463
  "bytesInOutput": 16122
13896
14464
  },
13897
14465
  "../../node_modules/sdp-transform/lib/parser.js": {
13898
- "bytesInOutput": 3480
14466
+ "bytesInOutput": 3488
13899
14467
  },
13900
14468
  "../../node_modules/sdp-transform/lib/writer.js": {
13901
14469
  "bytesInOutput": 3072
@@ -13904,10 +14472,10 @@
13904
14472
  "bytesInOutput": 615
13905
14473
  },
13906
14474
  "../hms-video-web/dist/index.js": {
13907
- "bytesInOutput": 35162
14475
+ "bytesInOutput": 35190
13908
14476
  },
13909
14477
  "src/Prebuilt/common/utils.js": {
13910
- "bytesInOutput": 2911
14478
+ "bytesInOutput": 2907
13911
14479
  },
13912
14480
  "src/Prebuilt/services/FeatureFlags.jsx": {
13913
14481
  "bytesInOutput": 1701
@@ -13943,7 +14511,7 @@
13943
14511
  "bytesInOutput": 12031
13944
14512
  },
13945
14513
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
13946
- "bytesInOutput": 726
14514
+ "bytesInOutput": 729
13947
14515
  },
13948
14516
  "src/Prebuilt/components/RaiseHand.jsx": {
13949
14517
  "bytesInOutput": 918
@@ -14003,7 +14571,7 @@
14003
14571
  "bytesInOutput": 951
14004
14572
  },
14005
14573
  "src/Prebuilt/components/Footer/Footer.tsx": {
14006
- "bytesInOutput": 4401
14574
+ "bytesInOutput": 4433
14007
14575
  },
14008
14576
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
14009
14577
  "bytesInOutput": 2811
@@ -14015,7 +14583,7 @@
14015
14583
  "bytesInOutput": 1548
14016
14584
  },
14017
14585
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
14018
- "bytesInOutput": 9390
14586
+ "bytesInOutput": 9362
14019
14587
  },
14020
14588
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
14021
14589
  "bytesInOutput": 2764
@@ -14024,7 +14592,7 @@
14024
14592
  "bytesInOutput": 1302
14025
14593
  },
14026
14594
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
14027
- "bytesInOutput": 1056
14595
+ "bytesInOutput": 1075
14028
14596
  },
14029
14597
  "src/Prebuilt/components/Polls/common/VoteProgress.jsx": {
14030
14598
  "bytesInOutput": 858
@@ -14036,7 +14604,7 @@
14036
14604
  "bytesInOutput": 4752
14037
14605
  },
14038
14606
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
14039
- "bytesInOutput": 9325
14607
+ "bytesInOutput": 9395
14040
14608
  },
14041
14609
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
14042
14610
  "bytesInOutput": 2749
@@ -14045,13 +14613,13 @@
14045
14613
  "bytesInOutput": 5112
14046
14614
  },
14047
14615
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
14048
- "bytesInOutput": 9452
14616
+ "bytesInOutput": 9692
14049
14617
  },
14050
14618
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
14051
14619
  "bytesInOutput": 1467
14052
14620
  },
14053
14621
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
14054
- "bytesInOutput": 1381
14622
+ "bytesInOutput": 1419
14055
14623
  },
14056
14624
  "src/Prebuilt/components/Polls/Voting/Voting.jsx": {
14057
14625
  "bytesInOutput": 3891
@@ -14059,17 +14627,29 @@
14059
14627
  "src/Prebuilt/components/Polls/Polls.tsx": {
14060
14628
  "bytesInOutput": 996
14061
14629
  },
14630
+ "../../node_modules/reselect/es/index.js": {
14631
+ "bytesInOutput": 2639
14632
+ },
14633
+ "../hms-video-store/dist/index.js": {
14634
+ "bytesInOutput": 21591
14635
+ },
14062
14636
  "src/Prebuilt/images/empty-chat.svg": {
14063
14637
  "bytesInOutput": 2366
14064
14638
  },
14065
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
14066
- "bytesInOutput": 1519
14639
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
14640
+ "bytesInOutput": 688
14641
+ },
14642
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
14643
+ "bytesInOutput": 852
14644
+ },
14645
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
14646
+ "bytesInOutput": 2924
14067
14647
  },
14068
14648
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
14069
14649
  "bytesInOutput": 637
14070
14650
  },
14071
14651
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
14072
- "bytesInOutput": 16123
14652
+ "bytesInOutput": 24761
14073
14653
  },
14074
14654
  "src/Prebuilt/components/AppData/useChatState.js": {
14075
14655
  "bytesInOutput": 914
@@ -14078,16 +14658,25 @@
14078
14658
  "bytesInOutput": 1440
14079
14659
  },
14080
14660
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
14081
- "bytesInOutput": 6860
14661
+ "bytesInOutput": 9143
14662
+ },
14663
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
14664
+ "bytesInOutput": 3176
14665
+ },
14666
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
14667
+ "bytesInOutput": 1870
14668
+ },
14669
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
14670
+ "bytesInOutput": 5488
14082
14671
  },
14083
14672
  "src/Prebuilt/components/Chat/Chat.jsx": {
14084
- "bytesInOutput": 8085
14673
+ "bytesInOutput": 7319
14085
14674
  },
14086
14675
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
14087
14676
  "bytesInOutput": 5307
14088
14677
  },
14089
14678
  "src/Prebuilt/components/SidePaneTabs.tsx": {
14090
- "bytesInOutput": 7601
14679
+ "bytesInOutput": 7736
14091
14680
  },
14092
14681
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
14093
14682
  "bytesInOutput": 2109
@@ -14108,13 +14697,16 @@
14108
14697
  "bytesInOutput": 1519
14109
14698
  },
14110
14699
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
14111
- "bytesInOutput": 1633
14700
+ "bytesInOutput": 1873
14701
+ },
14702
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
14703
+ "bytesInOutput": 1222
14112
14704
  },
14113
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
14114
- "bytesInOutput": 7148
14705
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
14706
+ "bytesInOutput": 8609
14115
14707
  },
14116
14708
  "src/Prebuilt/layouts/SidePane.tsx": {
14117
- "bytesInOutput": 4904
14709
+ "bytesInOutput": 4947
14118
14710
  },
14119
14711
  "src/Prebuilt/components/Chip.tsx": {
14120
14712
  "bytesInOutput": 1118
@@ -14129,13 +14721,13 @@
14129
14721
  "bytesInOutput": 3383
14130
14722
  },
14131
14723
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
14132
- "bytesInOutput": 12099
14724
+ "bytesInOutput": 12036
14133
14725
  },
14134
14726
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
14135
14727
  "bytesInOutput": 2622
14136
14728
  },
14137
14729
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
14138
- "bytesInOutput": 3482
14730
+ "bytesInOutput": 3662
14139
14731
  },
14140
14732
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
14141
14733
  "bytesInOutput": 706
@@ -14144,13 +14736,13 @@
14144
14736
  "bytesInOutput": 5117
14145
14737
  },
14146
14738
  "src/Prebuilt/components/Pagination.tsx": {
14147
- "bytesInOutput": 2118
14739
+ "bytesInOutput": 2119
14148
14740
  },
14149
14741
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
14150
14742
  "bytesInOutput": 1620
14151
14743
  },
14152
14744
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
14153
- "bytesInOutput": 4489
14745
+ "bytesInOutput": 4490
14154
14746
  },
14155
14747
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
14156
14748
  "bytesInOutput": 2420
@@ -14177,7 +14769,7 @@
14177
14769
  "bytesInOutput": 2494
14178
14770
  },
14179
14771
  "src/Prebuilt/common/PeersSorter.ts": {
14180
- "bytesInOutput": 3228
14772
+ "bytesInOutput": 3229
14181
14773
  },
14182
14774
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
14183
14775
  "bytesInOutput": 3980
@@ -14231,7 +14823,7 @@
14231
14823
  "bytesInOutput": 18571
14232
14824
  },
14233
14825
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
14234
- "bytesInOutput": 3045
14826
+ "bytesInOutput": 3346
14235
14827
  },
14236
14828
  "src/Prebuilt/components/Header/common.jsx": {
14237
14829
  "bytesInOutput": 7375
@@ -14267,7 +14859,7 @@
14267
14859
  "bytesInOutput": 3195
14268
14860
  },
14269
14861
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14270
- "bytesInOutput": 7487
14862
+ "bytesInOutput": 7488
14271
14863
  },
14272
14864
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
14273
14865
  "bytesInOutput": 2151
@@ -14275,6 +14867,9 @@
14275
14867
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
14276
14868
  "bytesInOutput": 1412
14277
14869
  },
14870
+ "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
14871
+ "bytesInOutput": 1798
14872
+ },
14278
14873
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
14279
14874
  "bytesInOutput": 1960
14280
14875
  },
@@ -14303,7 +14898,7 @@
14303
14898
  "bytesInOutput": 2271
14304
14899
  },
14305
14900
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
14306
- "bytesInOutput": 7806
14901
+ "bytesInOutput": 7916
14307
14902
  },
14308
14903
  "src/Prebuilt/components/Notifications/index.tsx": {
14309
14904
  "bytesInOutput": 173
@@ -14318,16 +14913,16 @@
14318
14913
  "bytesInOutput": 1411
14319
14914
  },
14320
14915
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
14321
- "bytesInOutput": 4329
14916
+ "bytesInOutput": 4336
14322
14917
  },
14323
14918
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
14324
- "bytesInOutput": 823
14919
+ "bytesInOutput": 827
14325
14920
  },
14326
14921
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
14327
- "bytesInOutput": 2105
14922
+ "bytesInOutput": 2225
14328
14923
  },
14329
14924
  "src/Prebuilt/App.tsx": {
14330
- "bytesInOutput": 9863
14925
+ "bytesInOutput": 9472
14331
14926
  },
14332
14927
  "src/Prebuilt/index.ts": {
14333
14928
  "bytesInOutput": 131
@@ -14339,7 +14934,7 @@
14339
14934
  "bytesInOutput": 2930
14340
14935
  }
14341
14936
  },
14342
- "bytes": 1105632
14937
+ "bytes": 1158134
14343
14938
  }
14344
14939
  }
14345
14940
  }