@100mslive/roomkit-react 0.1.12-alpha.0 → 0.1.13-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. package/dist/{HLSView-J2MIS3H2.js → HLSView-AIPLCDXY.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/Preview/PreviewJoin.d.ts +2 -1
  11. package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +2 -1
  12. package/dist/Prebuilt/components/VirtualBackground/VBPicker.d.ts +3 -0
  13. package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -6
  14. package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +4 -0
  15. package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +16 -0
  16. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +3 -2
  17. package/dist/Theme/stitches.config.d.ts +226 -226
  18. package/dist/{chunk-OYSYEA6R.js → chunk-5DCII2TP.js} +2248 -1269
  19. package/dist/chunk-5DCII2TP.js.map +7 -0
  20. package/dist/index.cjs.js +2943 -1902
  21. package/dist/index.cjs.js.map +4 -4
  22. package/dist/index.js +1 -1
  23. package/dist/meta.cjs.json +819 -313
  24. package/dist/meta.esbuild.json +826 -320
  25. package/package.json +8 -8
  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 +4 -4
  32. package/src/Prebuilt/components/Chat/Chat.jsx +51 -73
  33. package/src/Prebuilt/components/Chat/ChatBody.jsx +219 -48
  34. package/src/Prebuilt/components/Chat/ChatFooter.tsx +50 -6
  35. package/src/Prebuilt/components/Chat/ChatStates.jsx +66 -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 +118 -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/Preview/PreviewJoin.tsx +6 -8
  42. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +4 -1
  43. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +1 -1
  44. package/src/Prebuilt/components/SidePaneTabs.tsx +3 -2
  45. package/src/Prebuilt/components/Toast/ToastConfig.jsx +20 -0
  46. package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +4 -4
  47. package/src/Prebuilt/components/VirtualBackground/{VBPicker.jsx → VBPicker.tsx} +27 -18
  48. package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -8
  49. package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +10 -1
  50. package/src/Prebuilt/components/hooks/useChatBlacklist.ts +21 -0
  51. package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +76 -0
  52. package/src/Prebuilt/layouts/SidePane.tsx +1 -1
  53. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +30 -2
  54. package/src/Prebuilt/plugins/whiteboard/PusherCommunicationProvider.js +1 -1
  55. package/src/Prebuilt/plugins/whiteboard/README.md +1 -1
  56. package/src/Prebuilt/primitives/DialogContent.jsx +1 -1
  57. package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +12 -1
  58. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +5 -1
  59. package/src/Theme/stitches.config.ts +1 -2
  60. package/dist/chunk-OYSYEA6R.js.map +0 -7
  61. package/src/Prebuilt/components/hooks/useSetPinnedMessage.js +0 -38
  62. package/src/Prebuilt/services/tokenService.js +0 -49
  63. /package/dist/{HLSView-J2MIS3H2.js.map → HLSView-AIPLCDXY.js.map} +0 -0
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Theme/stitches.config.ts": {
29
- "bytes": 2219,
29
+ "bytes": 2170,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@stitches/react",
@@ -38,11 +38,6 @@
38
38
  "kind": "import-statement",
39
39
  "external": true
40
40
  },
41
- {
42
- "path": "uuid",
43
- "kind": "import-statement",
44
- "external": true
45
- },
46
41
  {
47
42
  "path": "src/Theme/base.config.ts",
48
43
  "kind": "import-statement",
@@ -1924,8 +1919,8 @@
1924
1919
  ],
1925
1920
  "format": "esm"
1926
1921
  },
1927
- "src/Prebuilt/common/constants.js": {
1928
- "bytes": 4149,
1922
+ "src/Prebuilt/common/constants.ts": {
1923
+ "bytes": 4234,
1929
1924
  "imports": [
1930
1925
  {
1931
1926
  "path": "@100mslive/react-sdk",
@@ -1941,7 +1936,7 @@
1941
1936
  "format": "esm"
1942
1937
  },
1943
1938
  "src/Prebuilt/components/AppData/useUISettings.js": {
1944
- "bytes": 6145,
1939
+ "bytes": 6040,
1945
1940
  "imports": [
1946
1941
  {
1947
1942
  "path": "react",
@@ -1959,7 +1954,7 @@
1959
1954
  "original": "../hooks/useUserPreferences"
1960
1955
  },
1961
1956
  {
1962
- "path": "src/Prebuilt/common/constants.js",
1957
+ "path": "src/Prebuilt/common/constants.ts",
1963
1958
  "kind": "import-statement",
1964
1959
  "original": "../../common/constants"
1965
1960
  },
@@ -1995,7 +1990,7 @@
1995
1990
  "original": "./useUISettings"
1996
1991
  },
1997
1992
  {
1998
- "path": "src/Prebuilt/common/constants.js",
1993
+ "path": "src/Prebuilt/common/constants.ts",
1999
1994
  "kind": "import-statement",
2000
1995
  "original": "../../common/constants"
2001
1996
  },
@@ -2007,24 +2002,8 @@
2007
2002
  ],
2008
2003
  "format": "esm"
2009
2004
  },
2010
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
2011
- "bytes": 1087,
2012
- "imports": [
2013
- {
2014
- "path": "@100mslive/hms-virtual-background",
2015
- "kind": "import-statement",
2016
- "external": true
2017
- },
2018
- {
2019
- "path": "<define:process.env>",
2020
- "kind": "import-statement",
2021
- "external": true
2022
- }
2023
- ],
2024
- "format": "esm"
2025
- },
2026
- "src/Prebuilt/components/AppData/AppData.jsx": {
2027
- "bytes": 5827,
2005
+ "src/Prebuilt/components/AppData/AppData.tsx": {
2006
+ "bytes": 5356,
2028
2007
  "imports": [
2029
2008
  {
2030
2009
  "path": "react",
@@ -2057,15 +2036,10 @@
2057
2036
  "original": "./useUISettings"
2058
2037
  },
2059
2038
  {
2060
- "path": "src/Prebuilt/common/constants.js",
2039
+ "path": "src/Prebuilt/common/constants.ts",
2061
2040
  "kind": "import-statement",
2062
2041
  "original": "../../common/constants"
2063
2042
  },
2064
- {
2065
- "path": "src/Prebuilt/components/VirtualBackground/constants.ts",
2066
- "kind": "import-statement",
2067
- "original": "../VirtualBackground/constants"
2068
- },
2069
2043
  {
2070
2044
  "path": "<define:process.env>",
2071
2045
  "kind": "import-statement",
@@ -2080,7 +2054,7 @@
2080
2054
  "format": "esm"
2081
2055
  },
2082
2056
  "src/Prebuilt/AppContext.tsx": {
2083
- "bytes": 905,
2057
+ "bytes": 869,
2084
2058
  "imports": [
2085
2059
  {
2086
2060
  "path": "react",
@@ -2088,7 +2062,7 @@
2088
2062
  "external": true
2089
2063
  },
2090
2064
  {
2091
- "path": "src/Prebuilt/common/constants.js",
2065
+ "path": "src/Prebuilt/common/constants.ts",
2092
2066
  "kind": "import-statement",
2093
2067
  "original": "./common/constants"
2094
2068
  },
@@ -2101,7 +2075,7 @@
2101
2075
  "format": "esm"
2102
2076
  },
2103
2077
  "src/Prebuilt/primitives/DialogContent.jsx": {
2104
- "bytes": 8376,
2078
+ "bytes": 8379,
2105
2079
  "imports": [
2106
2080
  {
2107
2081
  "path": "react",
@@ -2182,7 +2156,7 @@
2182
2156
  "format": "esm"
2183
2157
  },
2184
2158
  "src/Prebuilt/components/AuthToken.jsx": {
2185
- "bytes": 3888,
2159
+ "bytes": 3794,
2186
2160
  "imports": [
2187
2161
  {
2188
2162
  "path": "react",
@@ -2215,7 +2189,7 @@
2215
2189
  "original": "./AppData/useUISettings"
2216
2190
  },
2217
2191
  {
2218
- "path": "src/Prebuilt/common/constants.js",
2192
+ "path": "src/Prebuilt/common/constants.ts",
2219
2193
  "kind": "import-statement",
2220
2194
  "original": "../common/constants"
2221
2195
  },
@@ -2359,7 +2333,7 @@
2359
2333
  "original": "../IconButton"
2360
2334
  },
2361
2335
  {
2362
- "path": "src/Prebuilt/common/constants.js",
2336
+ "path": "src/Prebuilt/common/constants.ts",
2363
2337
  "kind": "import-statement",
2364
2338
  "original": "../common/constants"
2365
2339
  },
@@ -2416,7 +2390,7 @@
2416
2390
  "original": "../AppData/useUISettings"
2417
2391
  },
2418
2392
  {
2419
- "path": "src/Prebuilt/common/constants.js",
2393
+ "path": "src/Prebuilt/common/constants.ts",
2420
2394
  "kind": "import-statement",
2421
2395
  "original": "../../common/constants"
2422
2396
  },
@@ -2497,7 +2471,7 @@
2497
2471
  "original": "./hooks/useDropdownList"
2498
2472
  },
2499
2473
  {
2500
- "path": "src/Prebuilt/common/constants.js",
2474
+ "path": "src/Prebuilt/common/constants.ts",
2501
2475
  "kind": "import-statement",
2502
2476
  "original": "../common/constants"
2503
2477
  },
@@ -2953,7 +2927,7 @@
2953
2927
  "original": "./pipUtils"
2954
2928
  },
2955
2929
  {
2956
- "path": "src/Prebuilt/common/constants.js",
2930
+ "path": "src/Prebuilt/common/constants.ts",
2957
2931
  "kind": "import-statement",
2958
2932
  "original": "../../common/constants"
2959
2933
  },
@@ -3075,7 +3049,7 @@
3075
3049
  "format": "esm"
3076
3050
  },
3077
3051
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
3078
- "bytes": 1137,
3052
+ "bytes": 1516,
3079
3053
  "imports": [
3080
3054
  {
3081
3055
  "path": "@100mslive/types-prebuilt/elements/join_form",
@@ -3296,7 +3270,7 @@
3296
3270
  "format": "esm"
3297
3271
  },
3298
3272
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
3299
- "bytes": 7180,
3273
+ "bytes": 7183,
3300
3274
  "imports": [
3301
3275
  {
3302
3276
  "path": "react",
@@ -3349,7 +3323,7 @@
3349
3323
  "original": "./common.js"
3350
3324
  },
3351
3325
  {
3352
- "path": "src/Prebuilt/common/constants.js",
3326
+ "path": "src/Prebuilt/common/constants.ts",
3353
3327
  "kind": "import-statement",
3354
3328
  "original": "../../common/constants"
3355
3329
  },
@@ -3426,7 +3400,7 @@
3426
3400
  "original": "./common.js"
3427
3401
  },
3428
3402
  {
3429
- "path": "src/Prebuilt/common/constants.js",
3403
+ "path": "src/Prebuilt/common/constants.ts",
3430
3404
  "kind": "import-statement",
3431
3405
  "original": "../../common/constants"
3432
3406
  },
@@ -3477,7 +3451,7 @@
3477
3451
  "original": "./common.js"
3478
3452
  },
3479
3453
  {
3480
- "path": "src/Prebuilt/common/constants.js",
3454
+ "path": "src/Prebuilt/common/constants.ts",
3481
3455
  "kind": "import-statement",
3482
3456
  "original": "../../common/constants"
3483
3457
  },
@@ -3625,7 +3599,7 @@
3625
3599
  "original": "../../primitives/DialogContent"
3626
3600
  },
3627
3601
  {
3628
- "path": "src/Prebuilt/common/constants.js",
3602
+ "path": "src/Prebuilt/common/constants.ts",
3629
3603
  "kind": "import-statement",
3630
3604
  "original": "../../common/constants"
3631
3605
  },
@@ -3676,7 +3650,7 @@
3676
3650
  "original": "../AppData/useUISettings"
3677
3651
  },
3678
3652
  {
3679
- "path": "src/Prebuilt/common/constants.js",
3653
+ "path": "src/Prebuilt/common/constants.ts",
3680
3654
  "kind": "import-statement",
3681
3655
  "original": "../../common/constants"
3682
3656
  },
@@ -3757,7 +3731,7 @@
3757
3731
  "original": "./hooks/useDropdownSelection"
3758
3732
  },
3759
3733
  {
3760
- "path": "src/Prebuilt/common/constants.js",
3734
+ "path": "src/Prebuilt/common/constants.ts",
3761
3735
  "kind": "import-statement",
3762
3736
  "original": "../common/constants"
3763
3737
  },
@@ -4104,7 +4078,7 @@
4104
4078
  "original": "../../hooks/useMetadata"
4105
4079
  },
4106
4080
  {
4107
- "path": "src/Prebuilt/common/constants.js",
4081
+ "path": "src/Prebuilt/common/constants.ts",
4108
4082
  "kind": "import-statement",
4109
4083
  "original": "../../../common/constants"
4110
4084
  },
@@ -4414,7 +4388,7 @@
4414
4388
  "format": "cjs"
4415
4389
  },
4416
4390
  "../hms-video-web/dist/index.js": {
4417
- "bytes": 254555,
4391
+ "bytes": 254759,
4418
4392
  "imports": [
4419
4393
  {
4420
4394
  "path": "uuid",
@@ -4503,7 +4477,7 @@
4503
4477
  "bytes": 4325,
4504
4478
  "imports": [
4505
4479
  {
4506
- "path": "src/Prebuilt/common/constants.js",
4480
+ "path": "src/Prebuilt/common/constants.ts",
4507
4481
  "kind": "import-statement",
4508
4482
  "original": "./constants"
4509
4483
  },
@@ -4673,7 +4647,7 @@
4673
4647
  "original": "../hooks/useScreenshareAudio"
4674
4648
  },
4675
4649
  {
4676
- "path": "src/Prebuilt/common/constants.js",
4650
+ "path": "src/Prebuilt/common/constants.ts",
4677
4651
  "kind": "import-statement",
4678
4652
  "original": "../../common/constants"
4679
4653
  },
@@ -4686,7 +4660,7 @@
4686
4660
  "format": "esm"
4687
4661
  },
4688
4662
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
4689
- "bytes": 1916,
4663
+ "bytes": 2131,
4690
4664
  "imports": [
4691
4665
  {
4692
4666
  "path": "@100mslive/types-prebuilt",
@@ -4770,7 +4744,7 @@
4770
4744
  "original": "../../common/utils"
4771
4745
  },
4772
4746
  {
4773
- "path": "src/Prebuilt/common/constants.js",
4747
+ "path": "src/Prebuilt/common/constants.ts",
4774
4748
  "kind": "import-statement",
4775
4749
  "original": "../../common/constants"
4776
4750
  },
@@ -5029,7 +5003,7 @@
5029
5003
  "original": "../../../common/utils"
5030
5004
  },
5031
5005
  {
5032
- "path": "src/Prebuilt/common/constants.js",
5006
+ "path": "src/Prebuilt/common/constants.ts",
5033
5007
  "kind": "import-statement",
5034
5008
  "original": "../../../common/constants"
5035
5009
  },
@@ -5202,7 +5176,7 @@
5202
5176
  "original": "../AppData/useUISettings"
5203
5177
  },
5204
5178
  {
5205
- "path": "src/Prebuilt/common/constants.js",
5179
+ "path": "src/Prebuilt/common/constants.ts",
5206
5180
  "kind": "import-statement",
5207
5181
  "original": "../../common/constants"
5208
5182
  },
@@ -5432,7 +5406,7 @@
5432
5406
  "original": "../common/utils"
5433
5407
  },
5434
5408
  {
5435
- "path": "src/Prebuilt/common/constants.js",
5409
+ "path": "src/Prebuilt/common/constants.ts",
5436
5410
  "kind": "import-statement",
5437
5411
  "original": "../common/constants"
5438
5412
  },
@@ -5478,7 +5452,7 @@
5478
5452
  "original": "../AppData/useSidepane"
5479
5453
  },
5480
5454
  {
5481
- "path": "src/Prebuilt/common/constants.js",
5455
+ "path": "src/Prebuilt/common/constants.ts",
5482
5456
  "kind": "import-statement",
5483
5457
  "original": "../../common/constants"
5484
5458
  },
@@ -5524,7 +5498,7 @@
5524
5498
  "original": "../AppData/useSidepane"
5525
5499
  },
5526
5500
  {
5527
- "path": "src/Prebuilt/common/constants.js",
5501
+ "path": "src/Prebuilt/common/constants.ts",
5528
5502
  "kind": "import-statement",
5529
5503
  "original": "../../common/constants"
5530
5504
  },
@@ -5779,7 +5753,7 @@
5779
5753
  "original": "../../common/utils"
5780
5754
  },
5781
5755
  {
5782
- "path": "src/Prebuilt/common/constants.js",
5756
+ "path": "src/Prebuilt/common/constants.ts",
5783
5757
  "kind": "import-statement",
5784
5758
  "original": "../../common/constants"
5785
5759
  },
@@ -5825,7 +5799,7 @@
5825
5799
  "original": "../AppData/useSidepane"
5826
5800
  },
5827
5801
  {
5828
- "path": "src/Prebuilt/common/constants.js",
5802
+ "path": "src/Prebuilt/common/constants.ts",
5829
5803
  "kind": "import-statement",
5830
5804
  "original": "../../common/constants"
5831
5805
  },
@@ -5838,7 +5812,7 @@
5838
5812
  "format": "esm"
5839
5813
  },
5840
5814
  "src/Prebuilt/components/Footer/Footer.tsx": {
5841
- "bytes": 3925,
5815
+ "bytes": 3945,
5842
5816
  "imports": [
5843
5817
  {
5844
5818
  "path": "react",
@@ -5920,6 +5894,11 @@
5920
5894
  "kind": "import-statement",
5921
5895
  "original": "./PollsToggle"
5922
5896
  },
5897
+ {
5898
+ "path": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen",
5899
+ "kind": "import-statement",
5900
+ "external": true
5901
+ },
5923
5902
  {
5924
5903
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
5925
5904
  "kind": "import-statement",
@@ -5931,7 +5910,7 @@
5931
5910
  "original": "../AppData/useUISettings"
5932
5911
  },
5933
5912
  {
5934
- "path": "src/Prebuilt/common/constants.js",
5913
+ "path": "src/Prebuilt/common/constants.ts",
5935
5914
  "kind": "import-statement",
5936
5915
  "original": "../../common/constants"
5937
5916
  },
@@ -5982,7 +5961,7 @@
5982
5961
  "original": "../AppData/useUISettings"
5983
5962
  },
5984
5963
  {
5985
- "path": "src/Prebuilt/common/constants.js",
5964
+ "path": "src/Prebuilt/common/constants.ts",
5986
5965
  "kind": "import-statement",
5987
5966
  "original": "../../common/constants"
5988
5967
  },
@@ -6105,7 +6084,7 @@
6105
6084
  "original": "../common/StatusIndicator"
6106
6085
  },
6107
6086
  {
6108
- "path": "src/Prebuilt/common/constants.js",
6087
+ "path": "src/Prebuilt/common/constants.ts",
6109
6088
  "kind": "import-statement",
6110
6089
  "original": "../../../common/constants"
6111
6090
  },
@@ -6362,7 +6341,7 @@
6362
6341
  "original": "../common/SingleChoiceOptions"
6363
6342
  },
6364
6343
  {
6365
- "path": "src/Prebuilt/common/constants.js",
6344
+ "path": "src/Prebuilt/common/constants.ts",
6366
6345
  "kind": "import-statement",
6367
6346
  "original": "../../../common/constants"
6368
6347
  },
@@ -6403,7 +6382,7 @@
6403
6382
  "original": "./DeleteQuestionModal"
6404
6383
  },
6405
6384
  {
6406
- "path": "src/Prebuilt/common/constants.js",
6385
+ "path": "src/Prebuilt/common/constants.ts",
6407
6386
  "kind": "import-statement",
6408
6387
  "original": "../../../common/constants"
6409
6388
  },
@@ -6469,7 +6448,7 @@
6469
6448
  "original": "../../AppData/useUISettings"
6470
6449
  },
6471
6450
  {
6472
- "path": "src/Prebuilt/common/constants.js",
6451
+ "path": "src/Prebuilt/common/constants.ts",
6473
6452
  "kind": "import-statement",
6474
6453
  "original": "../../../common/constants"
6475
6454
  },
@@ -6525,7 +6504,7 @@
6525
6504
  "original": "../common/SingleChoiceOptions"
6526
6505
  },
6527
6506
  {
6528
- "path": "src/Prebuilt/common/constants.js",
6507
+ "path": "src/Prebuilt/common/constants.ts",
6529
6508
  "kind": "import-statement",
6530
6509
  "original": "../../../common/constants"
6531
6510
  },
@@ -6633,7 +6612,7 @@
6633
6612
  "original": "../common/StatusIndicator"
6634
6613
  },
6635
6614
  {
6636
- "path": "src/Prebuilt/common/constants.js",
6615
+ "path": "src/Prebuilt/common/constants.ts",
6637
6616
  "kind": "import-statement",
6638
6617
  "original": "../../../common/constants"
6639
6618
  },
@@ -6679,7 +6658,7 @@
6679
6658
  "original": "../AppData/useUISettings"
6680
6659
  },
6681
6660
  {
6682
- "path": "src/Prebuilt/common/constants.js",
6661
+ "path": "src/Prebuilt/common/constants.ts",
6683
6662
  "kind": "import-statement",
6684
6663
  "original": "../../common/constants"
6685
6664
  },
@@ -6691,12 +6670,209 @@
6691
6670
  ],
6692
6671
  "format": "esm"
6693
6672
  },
6673
+ "../../node_modules/reselect/es/index.js": {
6674
+ "bytes": 3975,
6675
+ "imports": [
6676
+ {
6677
+ "path": "<define:process.env>",
6678
+ "kind": "import-statement",
6679
+ "external": true
6680
+ }
6681
+ ],
6682
+ "format": "esm"
6683
+ },
6684
+ "../../node_modules/immer/dist/immer.esm.mjs": {
6685
+ "bytes": 18424,
6686
+ "imports": [
6687
+ {
6688
+ "path": "<define:process.env>",
6689
+ "kind": "import-statement",
6690
+ "external": true
6691
+ }
6692
+ ],
6693
+ "format": "esm"
6694
+ },
6695
+ "../../node_modules/zustand/esm/shallow.js": {
6696
+ "bytes": 535,
6697
+ "imports": [
6698
+ {
6699
+ "path": "<define:process.env>",
6700
+ "kind": "import-statement",
6701
+ "external": true
6702
+ }
6703
+ ],
6704
+ "format": "esm"
6705
+ },
6706
+ "../../node_modules/zustand/esm/vanilla.js": {
6707
+ "bytes": 1346,
6708
+ "imports": [
6709
+ {
6710
+ "path": "<define:process.env>",
6711
+ "kind": "import-statement",
6712
+ "external": true
6713
+ }
6714
+ ],
6715
+ "format": "esm"
6716
+ },
6717
+ "../hms-video-store/dist/index.js": {
6718
+ "bytes": 66378,
6719
+ "imports": [
6720
+ {
6721
+ "path": "../../node_modules/reselect/es/index.js",
6722
+ "kind": "import-statement",
6723
+ "original": "reselect"
6724
+ },
6725
+ {
6726
+ "path": "../../node_modules/reselect/es/index.js",
6727
+ "kind": "import-statement",
6728
+ "original": "reselect"
6729
+ },
6730
+ {
6731
+ "path": "../../node_modules/reselect/es/index.js",
6732
+ "kind": "import-statement",
6733
+ "original": "reselect"
6734
+ },
6735
+ {
6736
+ "path": "../hms-video-web/dist/index.js",
6737
+ "kind": "import-statement",
6738
+ "original": "@100mslive/hms-video"
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/immer/dist/immer.esm.mjs",
6757
+ "kind": "import-statement",
6758
+ "original": "immer"
6759
+ },
6760
+ {
6761
+ "path": "../../node_modules/zustand/esm/shallow.js",
6762
+ "kind": "import-statement",
6763
+ "original": "zustand/shallow"
6764
+ },
6765
+ {
6766
+ "path": "../../node_modules/zustand/esm/vanilla.js",
6767
+ "kind": "import-statement",
6768
+ "original": "zustand/vanilla"
6769
+ },
6770
+ {
6771
+ "path": "../hms-video-web/dist/index.js",
6772
+ "kind": "import-statement",
6773
+ "original": "@100mslive/hms-video"
6774
+ },
6775
+ {
6776
+ "path": "eventemitter2",
6777
+ "kind": "import-statement",
6778
+ "external": true
6779
+ },
6780
+ {
6781
+ "path": "../hms-video-web/dist/index.js",
6782
+ "kind": "import-statement",
6783
+ "original": "@100mslive/hms-video"
6784
+ },
6785
+ {
6786
+ "path": "../hms-video-web/dist/index.js",
6787
+ "kind": "import-statement",
6788
+ "original": "@100mslive/hms-video"
6789
+ },
6790
+ {
6791
+ "path": "../hms-video-web/dist/index.js",
6792
+ "kind": "import-statement",
6793
+ "original": "@100mslive/hms-video"
6794
+ },
6795
+ {
6796
+ "path": "../../node_modules/reselect/es/index.js",
6797
+ "kind": "import-statement",
6798
+ "original": "reselect"
6799
+ },
6800
+ {
6801
+ "path": "<define:process.env>",
6802
+ "kind": "import-statement",
6803
+ "external": true
6804
+ }
6805
+ ],
6806
+ "format": "esm"
6807
+ },
6694
6808
  "src/Prebuilt/images/empty-chat.svg": {
6695
6809
  "bytes": 2177,
6696
6810
  "imports": []
6697
6811
  },
6698
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
6699
- "bytes": 1266,
6812
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
6813
+ "bytes": 544,
6814
+ "imports": [
6815
+ {
6816
+ "path": "react",
6817
+ "kind": "import-statement",
6818
+ "external": true
6819
+ },
6820
+ {
6821
+ "path": "src/Layout/index.tsx",
6822
+ "kind": "import-statement",
6823
+ "original": "../../../Layout"
6824
+ },
6825
+ {
6826
+ "path": "src/Text/index.tsx",
6827
+ "kind": "import-statement",
6828
+ "original": "../../../Text"
6829
+ },
6830
+ {
6831
+ "path": "<define:process.env>",
6832
+ "kind": "import-statement",
6833
+ "external": true
6834
+ }
6835
+ ],
6836
+ "format": "esm"
6837
+ },
6838
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
6839
+ "bytes": 745,
6840
+ "imports": [
6841
+ {
6842
+ "path": "react",
6843
+ "kind": "import-statement",
6844
+ "external": true
6845
+ },
6846
+ {
6847
+ "path": "@100mslive/react-sdk",
6848
+ "kind": "import-statement",
6849
+ "external": true
6850
+ },
6851
+ {
6852
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6853
+ "kind": "import-statement",
6854
+ "original": "../Toast/ToastManager"
6855
+ },
6856
+ {
6857
+ "path": "../../common/constants",
6858
+ "kind": "import-statement",
6859
+ "external": true
6860
+ },
6861
+ {
6862
+ "path": "<define:process.env>",
6863
+ "kind": "import-statement",
6864
+ "external": true
6865
+ },
6866
+ {
6867
+ "path": "<runtime>",
6868
+ "kind": "import-statement",
6869
+ "external": true
6870
+ }
6871
+ ],
6872
+ "format": "esm"
6873
+ },
6874
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
6875
+ "bytes": 2831,
6700
6876
  "imports": [
6701
6877
  {
6702
6878
  "path": "react",
@@ -6714,7 +6890,7 @@
6714
6890
  "original": "../Toast/ToastManager"
6715
6891
  },
6716
6892
  {
6717
- "path": "src/Prebuilt/common/constants.js",
6893
+ "path": "src/Prebuilt/common/constants.ts",
6718
6894
  "kind": "import-statement",
6719
6895
  "original": "../../common/constants"
6720
6896
  },
@@ -6748,7 +6924,7 @@
6748
6924
  "format": "esm"
6749
6925
  },
6750
6926
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
6751
- "bytes": 13678,
6927
+ "bytes": 19526,
6752
6928
  "imports": [
6753
6929
  {
6754
6930
  "path": "react",
@@ -6800,6 +6976,11 @@
6800
6976
  "kind": "import-statement",
6801
6977
  "original": "../../../Layout"
6802
6978
  },
6979
+ {
6980
+ "path": "src/Sheet/index.ts",
6981
+ "kind": "import-statement",
6982
+ "original": "../../../Sheet"
6983
+ },
6803
6984
  {
6804
6985
  "path": "src/Text/index.tsx",
6805
6986
  "kind": "import-statement",
@@ -6820,21 +7001,41 @@
6820
7001
  "kind": "import-statement",
6821
7002
  "original": "../../images/empty-chat.svg"
6822
7003
  },
7004
+ {
7005
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7006
+ "kind": "import-statement",
7007
+ "original": "../Toast/ToastManager"
7008
+ },
7009
+ {
7010
+ "path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
7011
+ "kind": "import-statement",
7012
+ "original": "./MwebChatOption"
7013
+ },
6823
7014
  {
6824
7015
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
6825
7016
  "kind": "import-statement",
6826
7017
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
6827
7018
  },
6828
7019
  {
6829
- "path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
7020
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
7021
+ "kind": "import-statement",
7022
+ "original": "../hooks/useChatBlacklist"
7023
+ },
7024
+ {
7025
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
6830
7026
  "kind": "import-statement",
6831
- "original": "../hooks/useSetPinnedMessage"
7027
+ "original": "../hooks/useSetPinnedMessages"
6832
7028
  },
6833
7029
  {
6834
7030
  "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
6835
7031
  "kind": "import-statement",
6836
7032
  "original": "./useUnreadCount"
6837
7033
  },
7034
+ {
7035
+ "path": "src/Prebuilt/common/constants.ts",
7036
+ "kind": "import-statement",
7037
+ "original": "../../common/constants"
7038
+ },
6838
7039
  {
6839
7040
  "path": "<define:process.env>",
6840
7041
  "kind": "import-statement",
@@ -6862,7 +7063,7 @@
6862
7063
  "external": true
6863
7064
  },
6864
7065
  {
6865
- "path": "src/Prebuilt/common/constants.js",
7066
+ "path": "src/Prebuilt/common/constants.ts",
6866
7067
  "kind": "import-statement",
6867
7068
  "original": "../../common/constants"
6868
7069
  },
@@ -6891,7 +7092,7 @@
6891
7092
  "format": "esm"
6892
7093
  },
6893
7094
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
6894
- "bytes": 5924,
7095
+ "bytes": 7746,
6895
7096
  "imports": [
6896
7097
  {
6897
7098
  "path": "react",
@@ -6928,6 +7129,11 @@
6928
7129
  "kind": "import-statement",
6929
7130
  "original": "../../.."
6930
7131
  },
7132
+ {
7133
+ "path": "src/IconButton/index.tsx",
7134
+ "kind": "import-statement",
7135
+ "original": "../../../IconButton"
7136
+ },
6931
7137
  {
6932
7138
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
6933
7139
  "kind": "import-statement",
@@ -6948,6 +7154,11 @@
6948
7154
  "kind": "import-statement",
6949
7155
  "original": "./useEmojiPickerStyles"
6950
7156
  },
7157
+ {
7158
+ "path": "src/Prebuilt/common/constants.ts",
7159
+ "kind": "import-statement",
7160
+ "original": "../../common/constants"
7161
+ },
6951
7162
  {
6952
7163
  "path": "<define:process.env>",
6953
7164
  "kind": "import-statement",
@@ -6961,29 +7172,19 @@
6961
7172
  ],
6962
7173
  "format": "esm"
6963
7174
  },
6964
- "src/Prebuilt/components/Chat/Chat.jsx": {
6965
- "bytes": 6298,
7175
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
7176
+ "bytes": 2264,
6966
7177
  "imports": [
6967
7178
  {
6968
7179
  "path": "react",
6969
7180
  "kind": "import-statement",
6970
7181
  "external": true
6971
7182
  },
6972
- {
6973
- "path": "react-use",
6974
- "kind": "import-statement",
6975
- "external": true
6976
- },
6977
7183
  {
6978
7184
  "path": "@100mslive/react-sdk",
6979
7185
  "kind": "import-statement",
6980
7186
  "external": true
6981
7187
  },
6982
- {
6983
- "path": "@100mslive/react-icons",
6984
- "kind": "import-statement",
6985
- "external": true
6986
- },
6987
7188
  {
6988
7189
  "path": "src/Button/index.tsx",
6989
7190
  "kind": "import-statement",
@@ -6999,43 +7200,211 @@
6999
7200
  "kind": "import-statement",
7000
7201
  "original": "../../../Text"
7001
7202
  },
7002
- {
7003
- "path": "src/Theme/index.tsx",
7004
- "kind": "import-statement",
7005
- "original": "../../../Theme"
7006
- },
7007
- {
7008
- "path": "src/Prebuilt/components/Chat/ChatBody.jsx",
7009
- "kind": "import-statement",
7010
- "original": "./ChatBody"
7011
- },
7012
- {
7013
- "path": "src/Prebuilt/components/Chat/ChatFooter.tsx",
7014
- "kind": "import-statement",
7015
- "original": "./ChatFooter"
7016
- },
7017
7203
  {
7018
7204
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7019
7205
  "kind": "import-statement",
7020
7206
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7021
7207
  },
7022
7208
  {
7023
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
7209
+ "path": "src/Prebuilt/common/constants.ts",
7024
7210
  "kind": "import-statement",
7025
- "original": "../AppData/useUISettings"
7211
+ "original": "../../common/constants"
7026
7212
  },
7027
7213
  {
7028
- "path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
7214
+ "path": "<define:process.env>",
7029
7215
  "kind": "import-statement",
7030
- "original": "../hooks/useSetPinnedMessage"
7216
+ "external": true
7031
7217
  },
7032
7218
  {
7033
- "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
7219
+ "path": "<runtime>",
7034
7220
  "kind": "import-statement",
7035
- "original": "./useUnreadCount"
7221
+ "external": true
7222
+ }
7223
+ ],
7224
+ "format": "esm"
7225
+ },
7226
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
7227
+ "bytes": 1440,
7228
+ "imports": [
7229
+ {
7230
+ "path": "react",
7231
+ "kind": "import-statement",
7232
+ "external": true
7233
+ },
7234
+ {
7235
+ "path": "@100mslive/react-icons",
7236
+ "kind": "import-statement",
7237
+ "external": true
7238
+ },
7239
+ {
7240
+ "path": "src/Layout/index.tsx",
7241
+ "kind": "import-statement",
7242
+ "original": "../../../Layout"
7243
+ },
7244
+ {
7245
+ "path": "<define:process.env>",
7246
+ "kind": "import-statement",
7247
+ "external": true
7248
+ }
7249
+ ],
7250
+ "format": "esm"
7251
+ },
7252
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
7253
+ "bytes": 4106,
7254
+ "imports": [
7255
+ {
7256
+ "path": "react",
7257
+ "kind": "import-statement",
7258
+ "external": true
7259
+ },
7260
+ {
7261
+ "path": "react-swipeable",
7262
+ "kind": "import-statement",
7263
+ "external": true
7264
+ },
7265
+ {
7266
+ "path": "react-use",
7267
+ "kind": "import-statement",
7268
+ "external": true
7269
+ },
7270
+ {
7271
+ "path": "@100mslive/react-sdk",
7272
+ "kind": "import-statement",
7273
+ "external": true
7274
+ },
7275
+ {
7276
+ "path": "@100mslive/react-icons",
7277
+ "kind": "import-statement",
7278
+ "external": true
7279
+ },
7280
+ {
7281
+ "path": "src/Layout/index.tsx",
7282
+ "kind": "import-statement",
7283
+ "original": "../../../Layout"
7284
+ },
7285
+ {
7286
+ "path": "src/Text/index.tsx",
7287
+ "kind": "import-statement",
7288
+ "original": "../../../Text"
7289
+ },
7290
+ {
7291
+ "path": "src/Theme/index.tsx",
7292
+ "kind": "import-statement",
7293
+ "original": "../../../Theme"
7294
+ },
7295
+ {
7296
+ "path": "src/Prebuilt/components/Chat/ChatBody.jsx",
7297
+ "kind": "import-statement",
7298
+ "original": "./ChatBody"
7299
+ },
7300
+ {
7301
+ "path": "src/Prebuilt/components/Chat/Navigation.tsx",
7302
+ "kind": "import-statement",
7303
+ "original": "./Navigation"
7036
7304
  },
7037
7305
  {
7038
- "path": "src/Prebuilt/common/constants.js",
7306
+ "path": "src/Prebuilt/common/constants.ts",
7307
+ "kind": "import-statement",
7308
+ "original": "../../common/constants"
7309
+ },
7310
+ {
7311
+ "path": "<define:process.env>",
7312
+ "kind": "import-statement",
7313
+ "external": true
7314
+ },
7315
+ {
7316
+ "path": "<runtime>",
7317
+ "kind": "import-statement",
7318
+ "external": true
7319
+ }
7320
+ ],
7321
+ "format": "esm"
7322
+ },
7323
+ "src/Prebuilt/components/Chat/Chat.jsx": {
7324
+ "bytes": 6144,
7325
+ "imports": [
7326
+ {
7327
+ "path": "react",
7328
+ "kind": "import-statement",
7329
+ "external": true
7330
+ },
7331
+ {
7332
+ "path": "react-use",
7333
+ "kind": "import-statement",
7334
+ "external": true
7335
+ },
7336
+ {
7337
+ "path": "../hms-video-store/dist/index.js",
7338
+ "kind": "import-statement",
7339
+ "original": "@100mslive/hms-video-store"
7340
+ },
7341
+ {
7342
+ "path": "@100mslive/react-sdk",
7343
+ "kind": "import-statement",
7344
+ "external": true
7345
+ },
7346
+ {
7347
+ "path": "@100mslive/react-icons",
7348
+ "kind": "import-statement",
7349
+ "external": true
7350
+ },
7351
+ {
7352
+ "path": "src/Button/index.tsx",
7353
+ "kind": "import-statement",
7354
+ "original": "../../../Button"
7355
+ },
7356
+ {
7357
+ "path": "src/Layout/index.tsx",
7358
+ "kind": "import-statement",
7359
+ "original": "../../../Layout"
7360
+ },
7361
+ {
7362
+ "path": "src/Theme/index.tsx",
7363
+ "kind": "import-statement",
7364
+ "original": "../../../Theme"
7365
+ },
7366
+ {
7367
+ "path": "src/Prebuilt/components/Chat/ChatBody.jsx",
7368
+ "kind": "import-statement",
7369
+ "original": "./ChatBody"
7370
+ },
7371
+ {
7372
+ "path": "src/Prebuilt/components/Chat/ChatFooter.tsx",
7373
+ "kind": "import-statement",
7374
+ "original": "./ChatFooter"
7375
+ },
7376
+ {
7377
+ "path": "src/Prebuilt/components/Chat/ChatStates.jsx",
7378
+ "kind": "import-statement",
7379
+ "original": "./ChatStates"
7380
+ },
7381
+ {
7382
+ "path": "src/Prebuilt/components/Chat/PinnedMessage.tsx",
7383
+ "kind": "import-statement",
7384
+ "original": "./PinnedMessage"
7385
+ },
7386
+ {
7387
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7388
+ "kind": "import-statement",
7389
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7390
+ },
7391
+ {
7392
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
7393
+ "kind": "import-statement",
7394
+ "original": "../AppData/useUISettings"
7395
+ },
7396
+ {
7397
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7398
+ "kind": "import-statement",
7399
+ "original": "../hooks/useSetPinnedMessages"
7400
+ },
7401
+ {
7402
+ "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
7403
+ "kind": "import-statement",
7404
+ "original": "./useUnreadCount"
7405
+ },
7406
+ {
7407
+ "path": "src/Prebuilt/common/constants.ts",
7039
7408
  "kind": "import-statement",
7040
7409
  "original": "../../common/constants"
7041
7410
  },
@@ -7129,7 +7498,7 @@
7129
7498
  "format": "esm"
7130
7499
  },
7131
7500
  "src/Prebuilt/components/SidePaneTabs.tsx": {
7132
- "bytes": 6698,
7501
+ "bytes": 6769,
7133
7502
  "imports": [
7134
7503
  {
7135
7504
  "path": "react",
@@ -7197,7 +7566,7 @@
7197
7566
  "original": "../common/utils"
7198
7567
  },
7199
7568
  {
7200
- "path": "src/Prebuilt/common/constants.js",
7569
+ "path": "src/Prebuilt/common/constants.ts",
7201
7570
  "kind": "import-statement",
7202
7571
  "original": "../common/constants"
7203
7572
  },
@@ -7314,7 +7683,7 @@
7314
7683
  "original": "../hooks/useDropdownSelection"
7315
7684
  },
7316
7685
  {
7317
- "path": "src/Prebuilt/common/constants.js",
7686
+ "path": "src/Prebuilt/common/constants.ts",
7318
7687
  "kind": "import-statement",
7319
7688
  "original": "../../common/constants"
7320
7689
  },
@@ -7502,7 +7871,7 @@
7502
7871
  "original": "../common/utils"
7503
7872
  },
7504
7873
  {
7505
- "path": "src/Prebuilt/common/constants.js",
7874
+ "path": "src/Prebuilt/common/constants.ts",
7506
7875
  "kind": "import-statement",
7507
7876
  "original": "../common/constants"
7508
7877
  },
@@ -7551,13 +7920,18 @@
7551
7920
  "format": "esm"
7552
7921
  },
7553
7922
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
7554
- "bytes": 1413,
7923
+ "bytes": 1530,
7555
7924
  "imports": [
7556
7925
  {
7557
7926
  "path": "react",
7558
7927
  "kind": "import-statement",
7559
7928
  "external": true
7560
7929
  },
7930
+ {
7931
+ "path": "@100mslive/hms-virtual-background",
7932
+ "kind": "import-statement",
7933
+ "external": true
7934
+ },
7561
7935
  {
7562
7936
  "path": "src/Layout/index.tsx",
7563
7937
  "kind": "import-statement",
@@ -7574,31 +7948,52 @@
7574
7948
  "original": "./VBOption"
7575
7949
  },
7576
7950
  {
7577
- "path": "src/Prebuilt/components/VirtualBackground/constants.ts",
7951
+ "path": "<define:process.env>",
7578
7952
  "kind": "import-statement",
7579
- "original": "./constants"
7953
+ "external": true
7580
7954
  },
7581
7955
  {
7582
- "path": "<define:process.env>",
7956
+ "path": "<runtime>",
7957
+ "kind": "import-statement",
7958
+ "external": true
7959
+ }
7960
+ ],
7961
+ "format": "esm"
7962
+ },
7963
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
7964
+ "bytes": 895,
7965
+ "imports": [
7966
+ {
7967
+ "path": "@100mslive/hms-virtual-background",
7583
7968
  "kind": "import-statement",
7584
7969
  "external": true
7585
7970
  },
7586
7971
  {
7587
- "path": "<runtime>",
7972
+ "path": "<define:process.env>",
7588
7973
  "kind": "import-statement",
7589
7974
  "external": true
7590
7975
  }
7591
7976
  ],
7592
7977
  "format": "esm"
7593
7978
  },
7594
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
7595
- "bytes": 5585,
7979
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
7980
+ "bytes": 6309,
7596
7981
  "imports": [
7597
7982
  {
7598
7983
  "path": "react",
7599
7984
  "kind": "import-statement",
7600
7985
  "external": true
7601
7986
  },
7987
+ {
7988
+ "path": "@100mslive/hms-virtual-background",
7989
+ "kind": "import-statement",
7990
+ "external": true
7991
+ },
7992
+ {
7993
+ "path": "@100mslive/types-prebuilt/elements/virtual_background",
7994
+ "kind": "import-statement",
7995
+ "external": true
7996
+ },
7602
7997
  {
7603
7998
  "path": "@100mslive/react-sdk",
7604
7999
  "kind": "import-statement",
@@ -7635,7 +8030,7 @@
7635
8030
  "original": "../AppData/useUISettings"
7636
8031
  },
7637
8032
  {
7638
- "path": "src/Prebuilt/common/constants.js",
8033
+ "path": "src/Prebuilt/common/constants.ts",
7639
8034
  "kind": "import-statement",
7640
8035
  "original": "../../common/constants"
7641
8036
  },
@@ -7658,7 +8053,7 @@
7658
8053
  "format": "esm"
7659
8054
  },
7660
8055
  "src/Prebuilt/layouts/SidePane.tsx": {
7661
- "bytes": 4477,
8056
+ "bytes": 4510,
7662
8057
  "imports": [
7663
8058
  {
7664
8059
  "path": "react",
@@ -7701,7 +8096,7 @@
7701
8096
  "original": "../components/VideoTile"
7702
8097
  },
7703
8098
  {
7704
- "path": "src/Prebuilt/components/VirtualBackground/VBPicker.jsx",
8099
+ "path": "src/Prebuilt/components/VirtualBackground/VBPicker.tsx",
7705
8100
  "kind": "import-statement",
7706
8101
  "original": "../components/VirtualBackground/VBPicker"
7707
8102
  },
@@ -7731,7 +8126,7 @@
7731
8126
  "original": "../../utils"
7732
8127
  },
7733
8128
  {
7734
- "path": "src/Prebuilt/common/constants.js",
8129
+ "path": "src/Prebuilt/common/constants.ts",
7735
8130
  "kind": "import-statement",
7736
8131
  "original": "../common/constants"
7737
8132
  },
@@ -7913,7 +8308,7 @@
7913
8308
  "format": "esm"
7914
8309
  },
7915
8310
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
7916
- "bytes": 10102,
8311
+ "bytes": 10187,
7917
8312
  "imports": [
7918
8313
  {
7919
8314
  "path": "react",
@@ -7960,11 +8355,6 @@
7960
8355
  "kind": "import-statement",
7961
8356
  "original": "../../layouts/SidePane"
7962
8357
  },
7963
- {
7964
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
7965
- "kind": "import-statement",
7966
- "original": "../../provider/roomLayoutProvider"
7967
- },
7968
8358
  {
7969
8359
  "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
7970
8360
  "kind": "import-statement",
@@ -8005,6 +8395,11 @@
8005
8395
  "kind": "import-statement",
8006
8396
  "original": "./PreviewForm"
8007
8397
  },
8398
+ {
8399
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8400
+ "kind": "import-statement",
8401
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8402
+ },
8008
8403
  {
8009
8404
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
8010
8405
  "kind": "import-statement",
@@ -8021,7 +8416,7 @@
8021
8416
  "original": "../../common/utils"
8022
8417
  },
8023
8418
  {
8024
- "path": "src/Prebuilt/common/constants.js",
8419
+ "path": "src/Prebuilt/common/constants.ts",
8025
8420
  "kind": "import-statement",
8026
8421
  "original": "../../common/constants"
8027
8422
  },
@@ -8070,7 +8465,7 @@
8070
8465
  "format": "esm"
8071
8466
  },
8072
8467
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
8073
- "bytes": 2605,
8468
+ "bytes": 2851,
8074
8469
  "imports": [
8075
8470
  {
8076
8471
  "path": "react",
@@ -8097,16 +8492,93 @@
8097
8492
  "kind": "import-statement",
8098
8493
  "original": "./RequestPrompt"
8099
8494
  },
8495
+ {
8496
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8497
+ "kind": "import-statement",
8498
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
8499
+ },
8100
8500
  {
8101
8501
  "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
8102
8502
  "kind": "import-statement",
8103
8503
  "original": "../hooks/useMetadata"
8104
8504
  },
8105
8505
  {
8106
- "path": "src/Prebuilt/common/constants.js",
8506
+ "path": "src/Prebuilt/common/constants.ts",
8507
+ "kind": "import-statement",
8508
+ "original": "../../common/constants"
8509
+ },
8510
+ {
8511
+ "path": "<define:process.env>",
8512
+ "kind": "import-statement",
8513
+ "external": true
8514
+ },
8515
+ {
8516
+ "path": "<runtime>",
8517
+ "kind": "import-statement",
8518
+ "external": true
8519
+ }
8520
+ ],
8521
+ "format": "esm"
8522
+ },
8523
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
8524
+ "bytes": 5527,
8525
+ "imports": [
8526
+ {
8527
+ "path": "react",
8528
+ "kind": "import-statement",
8529
+ "external": true
8530
+ },
8531
+ {
8532
+ "path": "@100mslive/react-sdk",
8533
+ "kind": "import-statement",
8534
+ "external": true
8535
+ },
8536
+ {
8537
+ "path": "@100mslive/react-icons",
8538
+ "kind": "import-statement",
8539
+ "external": true
8540
+ },
8541
+ {
8542
+ "path": "src/Button/index.tsx",
8543
+ "kind": "import-statement",
8544
+ "original": "../../../Button"
8545
+ },
8546
+ {
8547
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
8548
+ "kind": "import-statement",
8549
+ "original": "../../provider/roomLayoutProvider"
8550
+ },
8551
+ {
8552
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
8553
+ "kind": "import-statement",
8554
+ "original": "../AppData/useSidepane"
8555
+ },
8556
+ {
8557
+ "path": "src/Prebuilt/common/constants.ts",
8107
8558
  "kind": "import-statement",
8108
8559
  "original": "../../common/constants"
8109
8560
  },
8561
+ {
8562
+ "path": "<define:process.env>",
8563
+ "kind": "import-statement",
8564
+ "external": true
8565
+ }
8566
+ ],
8567
+ "format": "esm"
8568
+ },
8569
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
8570
+ "bytes": 1839,
8571
+ "imports": [
8572
+ {
8573
+ "path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
8574
+ "kind": "import-statement",
8575
+ "original": "./ToastConfig"
8576
+ },
8577
+ {
8578
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
8579
+ "kind": "import-statement",
8580
+ "original": "./ToastManager"
8581
+ },
8110
8582
  {
8111
8583
  "path": "<define:process.env>",
8112
8584
  "kind": "import-statement",
@@ -8205,7 +8677,7 @@
8205
8677
  "original": "./hooks/useVideoTileLayout"
8206
8678
  },
8207
8679
  {
8208
- "path": "src/Prebuilt/common/constants.js",
8680
+ "path": "src/Prebuilt/common/constants.ts",
8209
8681
  "kind": "import-statement",
8210
8682
  "original": "../common/constants"
8211
8683
  },
@@ -8379,7 +8851,7 @@
8379
8851
  "original": "../hooks/useTileLayout"
8380
8852
  },
8381
8853
  {
8382
- "path": "src/Prebuilt/common/constants.js",
8854
+ "path": "src/Prebuilt/common/constants.ts",
8383
8855
  "kind": "import-statement",
8384
8856
  "original": "../../common/constants"
8385
8857
  },
@@ -8680,7 +9152,7 @@
8680
9152
  "original": "./AppData/useUISettings"
8681
9153
  },
8682
9154
  {
8683
- "path": "src/Prebuilt/common/constants.js",
9155
+ "path": "src/Prebuilt/common/constants.ts",
8684
9156
  "kind": "import-statement",
8685
9157
  "original": "../common/constants"
8686
9158
  },
@@ -8746,7 +9218,7 @@
8746
9218
  "original": "../AppData/useUISettings"
8747
9219
  },
8748
9220
  {
8749
- "path": "src/Prebuilt/common/constants.js",
9221
+ "path": "src/Prebuilt/common/constants.ts",
8750
9222
  "kind": "import-statement",
8751
9223
  "original": "../../common/constants"
8752
9224
  },
@@ -8869,7 +9341,7 @@
8869
9341
  "original": "../components/AppData/useUISettings"
8870
9342
  },
8871
9343
  {
8872
- "path": "src/Prebuilt/common/constants.js",
9344
+ "path": "src/Prebuilt/common/constants.ts",
8873
9345
  "kind": "import-statement",
8874
9346
  "original": "../common/constants"
8875
9347
  },
@@ -9369,7 +9841,7 @@
9369
9841
  "original": "../../Tooltip"
9370
9842
  },
9371
9843
  {
9372
- "path": "src/Prebuilt/common/constants.js",
9844
+ "path": "src/Prebuilt/common/constants.ts",
9373
9845
  "kind": "import-statement",
9374
9846
  "original": "../common/constants"
9375
9847
  },
@@ -9387,7 +9859,7 @@
9387
9859
  "format": "esm"
9388
9860
  },
9389
9861
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
9390
- "bytes": 3139,
9862
+ "bytes": 4062,
9391
9863
  "imports": [
9392
9864
  {
9393
9865
  "path": "react",
@@ -9399,6 +9871,11 @@
9399
9871
  "kind": "import-statement",
9400
9872
  "external": true
9401
9873
  },
9874
+ {
9875
+ "path": "uuid",
9876
+ "kind": "import-statement",
9877
+ "external": true
9878
+ },
9402
9879
  {
9403
9880
  "path": "@100mslive/react-sdk",
9404
9881
  "kind": "import-statement",
@@ -9409,6 +9886,11 @@
9409
9886
  "kind": "import-statement",
9410
9887
  "original": "../components/FullPageProgress"
9411
9888
  },
9889
+ {
9890
+ "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
9891
+ "kind": "import-statement",
9892
+ "original": "../components/Toast/ToastBatcher"
9893
+ },
9412
9894
  {
9413
9895
  "path": "src/Prebuilt/components/VideoLayouts/GridLayout.tsx",
9414
9896
  "kind": "import-statement",
@@ -9445,7 +9927,7 @@
9445
9927
  "original": "../components/AppData/useUISettings"
9446
9928
  },
9447
9929
  {
9448
- "path": "src/Prebuilt/common/constants.js",
9930
+ "path": "src/Prebuilt/common/constants.ts",
9449
9931
  "kind": "import-statement",
9450
9932
  "original": "../common/constants"
9451
9933
  },
@@ -9468,7 +9950,7 @@
9468
9950
  "format": "esm"
9469
9951
  },
9470
9952
  "src/Prebuilt/components/Header/common.jsx": {
9471
- "bytes": 5670,
9953
+ "bytes": 5673,
9472
9954
  "imports": [
9473
9955
  {
9474
9956
  "path": "react",
@@ -9674,7 +10156,7 @@
9674
10156
  "original": "./AppData/useUISettings"
9675
10157
  },
9676
10158
  {
9677
- "path": "src/Prebuilt/common/constants.js",
10159
+ "path": "src/Prebuilt/common/constants.ts",
9678
10160
  "kind": "import-statement",
9679
10161
  "original": "../common/constants"
9680
10162
  },
@@ -9772,7 +10254,7 @@
9772
10254
  "external": true
9773
10255
  },
9774
10256
  {
9775
- "path": "src/Prebuilt/common/constants.js",
10257
+ "path": "src/Prebuilt/common/constants.ts",
9776
10258
  "kind": "import-statement",
9777
10259
  "original": "../../common/constants"
9778
10260
  },
@@ -9983,78 +10465,6 @@
9983
10465
  ],
9984
10466
  "format": "esm"
9985
10467
  },
9986
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
9987
- "bytes": 5100,
9988
- "imports": [
9989
- {
9990
- "path": "react",
9991
- "kind": "import-statement",
9992
- "external": true
9993
- },
9994
- {
9995
- "path": "@100mslive/react-sdk",
9996
- "kind": "import-statement",
9997
- "external": true
9998
- },
9999
- {
10000
- "path": "@100mslive/react-icons",
10001
- "kind": "import-statement",
10002
- "external": true
10003
- },
10004
- {
10005
- "path": "src/Button/index.tsx",
10006
- "kind": "import-statement",
10007
- "original": "../../../Button"
10008
- },
10009
- {
10010
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
10011
- "kind": "import-statement",
10012
- "original": "../../provider/roomLayoutProvider"
10013
- },
10014
- {
10015
- "path": "src/Prebuilt/components/AppData/useSidepane.js",
10016
- "kind": "import-statement",
10017
- "original": "../AppData/useSidepane"
10018
- },
10019
- {
10020
- "path": "src/Prebuilt/common/constants.js",
10021
- "kind": "import-statement",
10022
- "original": "../../common/constants"
10023
- },
10024
- {
10025
- "path": "<define:process.env>",
10026
- "kind": "import-statement",
10027
- "external": true
10028
- }
10029
- ],
10030
- "format": "esm"
10031
- },
10032
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
10033
- "bytes": 1839,
10034
- "imports": [
10035
- {
10036
- "path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
10037
- "kind": "import-statement",
10038
- "original": "./ToastConfig"
10039
- },
10040
- {
10041
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
10042
- "kind": "import-statement",
10043
- "original": "./ToastManager"
10044
- },
10045
- {
10046
- "path": "<define:process.env>",
10047
- "kind": "import-statement",
10048
- "external": true
10049
- },
10050
- {
10051
- "path": "<runtime>",
10052
- "kind": "import-statement",
10053
- "external": true
10054
- }
10055
- ],
10056
- "format": "esm"
10057
- },
10058
10468
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
10059
10469
  "bytes": 1095,
10060
10470
  "imports": [
@@ -10141,7 +10551,7 @@
10141
10551
  "original": "../AppData/useUISettings"
10142
10552
  },
10143
10553
  {
10144
- "path": "src/Prebuilt/common/constants.js",
10554
+ "path": "src/Prebuilt/common/constants.ts",
10145
10555
  "kind": "import-statement",
10146
10556
  "original": "../../common/constants"
10147
10557
  },
@@ -10195,7 +10605,7 @@
10195
10605
  "original": "../../images/ios-perm-0.png"
10196
10606
  },
10197
10607
  {
10198
- "path": "src/Prebuilt/common/constants.js",
10608
+ "path": "src/Prebuilt/common/constants.ts",
10199
10609
  "kind": "import-statement",
10200
10610
  "original": "../../common/constants"
10201
10611
  },
@@ -10415,7 +10825,7 @@
10415
10825
  "original": "../../common/utils"
10416
10826
  },
10417
10827
  {
10418
- "path": "src/Prebuilt/common/constants.js",
10828
+ "path": "src/Prebuilt/common/constants.ts",
10419
10829
  "kind": "import-statement",
10420
10830
  "original": "../../common/constants"
10421
10831
  },
@@ -10492,7 +10902,7 @@
10492
10902
  "original": "../AppData/useUISettings"
10493
10903
  },
10494
10904
  {
10495
- "path": "src/Prebuilt/common/constants.js",
10905
+ "path": "src/Prebuilt/common/constants.ts",
10496
10906
  "kind": "import-statement",
10497
10907
  "original": "../../common/constants"
10498
10908
  },
@@ -10559,7 +10969,7 @@
10559
10969
  "original": "./ToastManager"
10560
10970
  },
10561
10971
  {
10562
- "path": "src/Prebuilt/common/constants.js",
10972
+ "path": "src/Prebuilt/common/constants.ts",
10563
10973
  "kind": "import-statement",
10564
10974
  "original": "../../common/constants"
10565
10975
  },
@@ -10610,7 +11020,7 @@
10610
11020
  "original": "../../Theme"
10611
11021
  },
10612
11022
  {
10613
- "path": "src/Prebuilt/common/constants.js",
11023
+ "path": "src/Prebuilt/common/constants.ts",
10614
11024
  "kind": "import-statement",
10615
11025
  "original": "../common/constants"
10616
11026
  },
@@ -10636,7 +11046,7 @@
10636
11046
  "external": true
10637
11047
  },
10638
11048
  {
10639
- "path": "src/Prebuilt/common/constants.js",
11049
+ "path": "src/Prebuilt/common/constants.ts",
10640
11050
  "kind": "import-statement",
10641
11051
  "original": "../common/constants"
10642
11052
  },
@@ -10654,7 +11064,7 @@
10654
11064
  "format": "esm"
10655
11065
  },
10656
11066
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
10657
- "bytes": 1965,
11067
+ "bytes": 2042,
10658
11068
  "imports": [
10659
11069
  {
10660
11070
  "path": "react",
@@ -10677,7 +11087,7 @@
10677
11087
  "original": "../../common/hooks"
10678
11088
  },
10679
11089
  {
10680
- "path": "src/Prebuilt/common/constants.js",
11090
+ "path": "src/Prebuilt/common/constants.ts",
10681
11091
  "kind": "import-statement",
10682
11092
  "original": "../../common/constants"
10683
11093
  },
@@ -10695,7 +11105,7 @@
10695
11105
  "format": "esm"
10696
11106
  },
10697
11107
  "src/Prebuilt/App.tsx": {
10698
- "bytes": 10758,
11108
+ "bytes": 10297,
10699
11109
  "imports": [
10700
11110
  {
10701
11111
  "path": "react",
@@ -10718,7 +11128,7 @@
10718
11128
  "external": true
10719
11129
  },
10720
11130
  {
10721
- "path": "src/Prebuilt/components/AppData/AppData.jsx",
11131
+ "path": "src/Prebuilt/components/AppData/AppData.tsx",
10722
11132
  "kind": "import-statement",
10723
11133
  "original": "./components/AppData/AppData"
10724
11134
  },
@@ -10833,7 +11243,7 @@
10833
11243
  "original": "./services/FeatureFlags"
10834
11244
  },
10835
11245
  {
10836
- "path": "src/Prebuilt/common/constants.js",
11246
+ "path": "src/Prebuilt/common/constants.ts",
10837
11247
  "kind": "import-statement",
10838
11248
  "original": "./common/constants"
10839
11249
  },
@@ -11104,7 +11514,7 @@
11104
11514
  "dist/index.js": {
11105
11515
  "imports": [
11106
11516
  {
11107
- "path": "dist/chunk-OYSYEA6R.js",
11517
+ "path": "dist/chunk-5DCII2TP.js",
11108
11518
  "kind": "import-statement"
11109
11519
  }
11110
11520
  ],
@@ -11176,16 +11586,16 @@
11176
11586
  "inputs": {},
11177
11587
  "bytes": 1798
11178
11588
  },
11179
- "dist/HLSView-J2MIS3H2.js.map": {
11589
+ "dist/HLSView-AIPLCDXY.js.map": {
11180
11590
  "imports": [],
11181
11591
  "exports": [],
11182
11592
  "inputs": {},
11183
11593
  "bytes": 53187
11184
11594
  },
11185
- "dist/HLSView-J2MIS3H2.js": {
11595
+ "dist/HLSView-AIPLCDXY.js": {
11186
11596
  "imports": [
11187
11597
  {
11188
- "path": "dist/chunk-OYSYEA6R.js",
11598
+ "path": "dist/chunk-5DCII2TP.js",
11189
11599
  "kind": "import-statement"
11190
11600
  },
11191
11601
  {
@@ -11336,13 +11746,13 @@
11336
11746
  },
11337
11747
  "bytes": 33380
11338
11748
  },
11339
- "dist/chunk-OYSYEA6R.js.map": {
11749
+ "dist/chunk-5DCII2TP.js.map": {
11340
11750
  "imports": [],
11341
11751
  "exports": [],
11342
11752
  "inputs": {},
11343
- "bytes": 1974056
11753
+ "bytes": 2227893
11344
11754
  },
11345
- "dist/chunk-OYSYEA6R.js": {
11755
+ "dist/chunk-5DCII2TP.js": {
11346
11756
  "imports": [
11347
11757
  {
11348
11758
  "path": "react",
@@ -11359,11 +11769,6 @@
11359
11769
  "kind": "import-statement",
11360
11770
  "external": true
11361
11771
  },
11362
- {
11363
- "path": "uuid",
11364
- "kind": "import-statement",
11365
- "external": true
11366
- },
11367
11772
  {
11368
11773
  "path": "@stitches/react",
11369
11774
  "kind": "import-statement",
@@ -11674,11 +12079,6 @@
11674
12079
  "kind": "import-statement",
11675
12080
  "external": true
11676
12081
  },
11677
- {
11678
- "path": "@100mslive/hms-virtual-background",
11679
- "kind": "import-statement",
11680
- "external": true
11681
- },
11682
12082
  {
11683
12083
  "path": "react",
11684
12084
  "kind": "import-statement",
@@ -12789,6 +13189,11 @@
12789
13189
  "kind": "import-statement",
12790
13190
  "external": true
12791
13191
  },
13192
+ {
13193
+ "path": "eventemitter2",
13194
+ "kind": "import-statement",
13195
+ "external": true
13196
+ },
12792
13197
  {
12793
13198
  "path": "@100mslive/react-sdk",
12794
13199
  "kind": "import-statement",
@@ -12839,6 +13244,21 @@
12839
13244
  "kind": "import-statement",
12840
13245
  "external": true
12841
13246
  },
13247
+ {
13248
+ "path": "react",
13249
+ "kind": "import-statement",
13250
+ "external": true
13251
+ },
13252
+ {
13253
+ "path": "@100mslive/react-sdk",
13254
+ "kind": "import-statement",
13255
+ "external": true
13256
+ },
13257
+ {
13258
+ "path": "react",
13259
+ "kind": "import-statement",
13260
+ "external": true
13261
+ },
12842
13262
  {
12843
13263
  "path": "@100mslive/react-sdk",
12844
13264
  "kind": "import-statement",
@@ -12899,6 +13319,51 @@
12899
13319
  "kind": "import-statement",
12900
13320
  "external": true
12901
13321
  },
13322
+ {
13323
+ "path": "@100mslive/react-sdk",
13324
+ "kind": "import-statement",
13325
+ "external": true
13326
+ },
13327
+ {
13328
+ "path": "react",
13329
+ "kind": "import-statement",
13330
+ "external": true
13331
+ },
13332
+ {
13333
+ "path": "react-swipeable",
13334
+ "kind": "import-statement",
13335
+ "external": true
13336
+ },
13337
+ {
13338
+ "path": "react-use",
13339
+ "kind": "import-statement",
13340
+ "external": true
13341
+ },
13342
+ {
13343
+ "path": "@100mslive/react-sdk",
13344
+ "kind": "import-statement",
13345
+ "external": true
13346
+ },
13347
+ {
13348
+ "path": "@100mslive/react-icons",
13349
+ "kind": "import-statement",
13350
+ "external": true
13351
+ },
13352
+ {
13353
+ "path": "react",
13354
+ "kind": "import-statement",
13355
+ "external": true
13356
+ },
13357
+ {
13358
+ "path": "@100mslive/react-icons",
13359
+ "kind": "import-statement",
13360
+ "external": true
13361
+ },
13362
+ {
13363
+ "path": "react",
13364
+ "kind": "import-statement",
13365
+ "external": true
13366
+ },
12902
13367
  {
12903
13368
  "path": "react-intersection-observer",
12904
13369
  "kind": "import-statement",
@@ -12999,6 +13464,11 @@
12999
13464
  "kind": "import-statement",
13000
13465
  "external": true
13001
13466
  },
13467
+ {
13468
+ "path": "@100mslive/hms-virtual-background",
13469
+ "kind": "import-statement",
13470
+ "external": true
13471
+ },
13002
13472
  {
13003
13473
  "path": "@100mslive/react-sdk",
13004
13474
  "kind": "import-statement",
@@ -13014,11 +13484,21 @@
13014
13484
  "kind": "import-statement",
13015
13485
  "external": true
13016
13486
  },
13487
+ {
13488
+ "path": "@100mslive/hms-virtual-background",
13489
+ "kind": "import-statement",
13490
+ "external": true
13491
+ },
13017
13492
  {
13018
13493
  "path": "react",
13019
13494
  "kind": "import-statement",
13020
13495
  "external": true
13021
13496
  },
13497
+ {
13498
+ "path": "@100mslive/hms-virtual-background",
13499
+ "kind": "import-statement",
13500
+ "external": true
13501
+ },
13022
13502
  {
13023
13503
  "path": "react",
13024
13504
  "kind": "import-statement",
@@ -13084,11 +13564,31 @@
13084
13564
  "kind": "import-statement",
13085
13565
  "external": true
13086
13566
  },
13567
+ {
13568
+ "path": "uuid",
13569
+ "kind": "import-statement",
13570
+ "external": true
13571
+ },
13572
+ {
13573
+ "path": "@100mslive/react-sdk",
13574
+ "kind": "import-statement",
13575
+ "external": true
13576
+ },
13577
+ {
13578
+ "path": "react",
13579
+ "kind": "import-statement",
13580
+ "external": true
13581
+ },
13087
13582
  {
13088
13583
  "path": "@100mslive/react-sdk",
13089
13584
  "kind": "import-statement",
13090
13585
  "external": true
13091
13586
  },
13587
+ {
13588
+ "path": "@100mslive/react-icons",
13589
+ "kind": "import-statement",
13590
+ "external": true
13591
+ },
13092
13592
  {
13093
13593
  "path": "react",
13094
13594
  "kind": "import-statement",
@@ -13295,7 +13795,7 @@
13295
13795
  "external": true
13296
13796
  },
13297
13797
  {
13298
- "path": "dist/HLSView-J2MIS3H2.js",
13798
+ "path": "dist/HLSView-AIPLCDXY.js",
13299
13799
  "kind": "dynamic-import"
13300
13800
  },
13301
13801
  {
@@ -13418,21 +13918,6 @@
13418
13918
  "kind": "import-statement",
13419
13919
  "external": true
13420
13920
  },
13421
- {
13422
- "path": "@100mslive/react-icons",
13423
- "kind": "import-statement",
13424
- "external": true
13425
- },
13426
- {
13427
- "path": "react",
13428
- "kind": "import-statement",
13429
- "external": true
13430
- },
13431
- {
13432
- "path": "@100mslive/react-sdk",
13433
- "kind": "import-statement",
13434
- "external": true
13435
- },
13436
13921
  {
13437
13922
  "path": "react",
13438
13923
  "kind": "import-statement",
@@ -13660,19 +14145,19 @@
13660
14145
  ],
13661
14146
  "inputs": {
13662
14147
  "<define:process.env>": {
13663
- "bytesInOutput": 18620
14148
+ "bytesInOutput": 18606
13664
14149
  },
13665
14150
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
13666
- "bytesInOutput": 42427
14151
+ "bytesInOutput": 42460
13667
14152
  },
13668
14153
  "../../node_modules/sdp/sdp.js": {
13669
- "bytesInOutput": 22275
14154
+ "bytesInOutput": 22288
13670
14155
  },
13671
14156
  "../../node_modules/sdp-transform/lib/grammar.js": {
13672
14157
  "bytesInOutput": 16120
13673
14158
  },
13674
14159
  "../../node_modules/sdp-transform/lib/parser.js": {
13675
- "bytesInOutput": 3480
14160
+ "bytesInOutput": 3488
13676
14161
  },
13677
14162
  "../../node_modules/sdp-transform/lib/writer.js": {
13678
14163
  "bytesInOutput": 3070
@@ -13696,7 +14181,7 @@
13696
14181
  "bytesInOutput": 1295
13697
14182
  },
13698
14183
  "src/Theme/stitches.config.ts": {
13699
- "bytesInOutput": 1728
14184
+ "bytesInOutput": 1679
13700
14185
  },
13701
14186
  "src/Theme/base.config.ts": {
13702
14187
  "bytesInOutput": 5061
@@ -13831,10 +14316,10 @@
13831
14316
  "bytesInOutput": 27
13832
14317
  },
13833
14318
  "src/AudioLevel/useBorderAudioLevel.tsx": {
13834
- "bytesInOutput": 753
14319
+ "bytesInOutput": 755
13835
14320
  },
13836
14321
  "src/AudioLevel/AudioLevel.tsx": {
13837
- "bytesInOutput": 2195
14322
+ "bytesInOutput": 2196
13838
14323
  },
13839
14324
  "src/AudioLevel/audio-level.png": {
13840
14325
  "bytesInOutput": 880
@@ -13903,10 +14388,10 @@
13903
14388
  "bytesInOutput": 887
13904
14389
  },
13905
14390
  "src/Prebuilt/App.tsx": {
13906
- "bytesInOutput": 7961
14391
+ "bytesInOutput": 7591
13907
14392
  },
13908
- "src/Prebuilt/components/AppData/AppData.jsx": {
13909
- "bytesInOutput": 5299
14393
+ "src/Prebuilt/components/AppData/AppData.tsx": {
14394
+ "bytesInOutput": 4822
13910
14395
  },
13911
14396
  "src/Prebuilt/components/init/initUtils.js": {
13912
14397
  "bytesInOutput": 1720
@@ -13918,16 +14403,13 @@
13918
14403
  "bytesInOutput": 1934
13919
14404
  },
13920
14405
  "src/Prebuilt/components/AppData/useUISettings.js": {
13921
- "bytesInOutput": 5446
14406
+ "bytesInOutput": 5350
13922
14407
  },
13923
- "src/Prebuilt/common/constants.js": {
13924
- "bytesInOutput": 3715
13925
- },
13926
- "src/Prebuilt/components/VirtualBackground/constants.ts": {
13927
- "bytesInOutput": 996
14408
+ "src/Prebuilt/common/constants.ts": {
14409
+ "bytesInOutput": 3620
13928
14410
  },
13929
14411
  "src/Prebuilt/components/AuthToken.jsx": {
13930
- "bytesInOutput": 3235
14412
+ "bytesInOutput": 3158
13931
14413
  },
13932
14414
  "src/Prebuilt/AppContext.tsx": {
13933
14415
  "bytesInOutput": 577
@@ -13939,7 +14421,7 @@
13939
14421
  "bytesInOutput": 5960
13940
14422
  },
13941
14423
  "src/Prebuilt/components/Footer/Footer.tsx": {
13942
- "bytesInOutput": 3253
14424
+ "bytesInOutput": 3285
13943
14425
  },
13944
14426
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
13945
14427
  "bytesInOutput": 5480
@@ -14026,7 +14508,7 @@
14026
14508
  "bytesInOutput": 2258
14027
14509
  },
14028
14510
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
14029
- "bytesInOutput": 1076
14511
+ "bytesInOutput": 1453
14030
14512
  },
14031
14513
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
14032
14514
  "bytesInOutput": 8539
@@ -14083,7 +14565,7 @@
14083
14565
  "bytesInOutput": 10019
14084
14566
  },
14085
14567
  "../hms-video-web/dist/index.js": {
14086
- "bytesInOutput": 32883
14568
+ "bytesInOutput": 32502
14087
14569
  },
14088
14570
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
14089
14571
  "bytesInOutput": 154
@@ -14098,7 +14580,7 @@
14098
14580
  "bytesInOutput": 22676
14099
14581
  },
14100
14582
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
14101
- "bytesInOutput": 6085
14583
+ "bytesInOutput": 6087
14102
14584
  },
14103
14585
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
14104
14586
  "bytesInOutput": 1256
@@ -14125,7 +14607,7 @@
14125
14607
  "bytesInOutput": 1760
14126
14608
  },
14127
14609
  "src/Prebuilt/common/utils.js": {
14128
- "bytesInOutput": 2407
14610
+ "bytesInOutput": 2425
14129
14611
  },
14130
14612
  "src/Prebuilt/services/FeatureFlags.jsx": {
14131
14613
  "bytesInOutput": 1427
@@ -14209,19 +14691,19 @@
14209
14691
  "bytesInOutput": 2414
14210
14692
  },
14211
14693
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
14212
- "bytesInOutput": 2828
14694
+ "bytesInOutput": 2968
14213
14695
  },
14214
14696
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
14215
- "bytesInOutput": 9873
14697
+ "bytesInOutput": 9791
14216
14698
  },
14217
14699
  "src/Prebuilt/layouts/SidePane.tsx": {
14218
- "bytesInOutput": 3952
14700
+ "bytesInOutput": 3995
14219
14701
  },
14220
14702
  "src/Prebuilt/components/Polls/Polls.tsx": {
14221
14703
  "bytesInOutput": 604
14222
14704
  },
14223
14705
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
14224
- "bytesInOutput": 7866
14706
+ "bytesInOutput": 7838
14225
14707
  },
14226
14708
  "src/Prebuilt/components/Streaming/Common.jsx": {
14227
14709
  "bytesInOutput": 2247
@@ -14233,7 +14715,7 @@
14233
14715
  "bytesInOutput": 4370
14234
14716
  },
14235
14717
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
14236
- "bytesInOutput": 7533
14718
+ "bytesInOutput": 7603
14237
14719
  },
14238
14720
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
14239
14721
  "bytesInOutput": 2077
@@ -14263,31 +14745,43 @@
14263
14745
  "bytesInOutput": 1087
14264
14746
  },
14265
14747
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
14266
- "bytesInOutput": 8037
14748
+ "bytesInOutput": 8073
14267
14749
  },
14268
14750
  "src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
14269
14751
  "bytesInOutput": 1063
14270
14752
  },
14271
14753
  "src/Prebuilt/components/SidePaneTabs.tsx": {
14272
- "bytesInOutput": 6153
14754
+ "bytesInOutput": 6314
14273
14755
  },
14274
14756
  "src/Prebuilt/components/Chat/Chat.jsx": {
14275
- "bytesInOutput": 6644
14757
+ "bytesInOutput": 6108
14758
+ },
14759
+ "../hms-video-store/dist/index.js": {
14760
+ "bytesInOutput": 19424
14761
+ },
14762
+ "../../node_modules/reselect/es/index.js": {
14763
+ "bytesInOutput": 2537
14276
14764
  },
14277
14765
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
14278
- "bytesInOutput": 13149
14766
+ "bytesInOutput": 19809
14279
14767
  },
14280
14768
  "src/Prebuilt/images/empty-chat.svg": {
14281
14769
  "bytesInOutput": 2261
14282
14770
  },
14283
- "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
14284
- "bytesInOutput": 1258
14771
+ "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
14772
+ "bytesInOutput": 414
14773
+ },
14774
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
14775
+ "bytesInOutput": 596
14776
+ },
14777
+ "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
14778
+ "bytesInOutput": 2532
14285
14779
  },
14286
14780
  "src/Prebuilt/components/Chat/useUnreadCount.js": {
14287
14781
  "bytesInOutput": 524
14288
14782
  },
14289
14783
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
14290
- "bytesInOutput": 5537
14784
+ "bytesInOutput": 7345
14291
14785
  },
14292
14786
  "src/Prebuilt/components/AppData/useChatState.js": {
14293
14787
  "bytesInOutput": 666
@@ -14295,14 +14789,23 @@
14295
14789
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
14296
14790
  "bytesInOutput": 1202
14297
14791
  },
14792
+ "src/Prebuilt/components/Chat/ChatStates.jsx": {
14793
+ "bytesInOutput": 2356
14794
+ },
14795
+ "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
14796
+ "bytesInOutput": 4455
14797
+ },
14798
+ "src/Prebuilt/components/Chat/Navigation.tsx": {
14799
+ "bytesInOutput": 1421
14800
+ },
14298
14801
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
14299
- "bytesInOutput": 4161
14802
+ "bytesInOutput": 4180
14300
14803
  },
14301
14804
  "src/Prebuilt/components/VideoTile.jsx": {
14302
14805
  "bytesInOutput": 6792
14303
14806
  },
14304
14807
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
14305
- "bytesInOutput": 1495
14808
+ "bytesInOutput": 1506
14306
14809
  },
14307
14810
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
14308
14811
  "bytesInOutput": 4453
@@ -14313,15 +14816,18 @@
14313
14816
  "src/Prebuilt/components/peerTileUtils.jsx": {
14314
14817
  "bytesInOutput": 1050
14315
14818
  },
14316
- "src/Prebuilt/components/VirtualBackground/VBPicker.jsx": {
14317
- "bytesInOutput": 6042
14819
+ "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
14820
+ "bytesInOutput": 6616
14318
14821
  },
14319
14822
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
14320
- "bytesInOutput": 1203
14823
+ "bytesInOutput": 1342
14321
14824
  },
14322
14825
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
14323
14826
  "bytesInOutput": 1119
14324
14827
  },
14828
+ "src/Prebuilt/components/VirtualBackground/constants.ts": {
14829
+ "bytesInOutput": 934
14830
+ },
14325
14831
  "src/Prebuilt/components/Chip.tsx": {
14326
14832
  "bytesInOutput": 778
14327
14833
  },
@@ -14338,7 +14844,13 @@
14338
14844
  "bytesInOutput": 2041
14339
14845
  },
14340
14846
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
14341
- "bytesInOutput": 2282
14847
+ "bytesInOutput": 3183
14848
+ },
14849
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
14850
+ "bytesInOutput": 1768
14851
+ },
14852
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14853
+ "bytesInOutput": 6925
14342
14854
  },
14343
14855
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
14344
14856
  "bytesInOutput": 3184
@@ -14353,13 +14865,13 @@
14353
14865
  "bytesInOutput": 451
14354
14866
  },
14355
14867
  "src/Prebuilt/components/Pagination.tsx": {
14356
- "bytesInOutput": 1698
14868
+ "bytesInOutput": 1699
14357
14869
  },
14358
14870
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
14359
14871
  "bytesInOutput": 1204
14360
14872
  },
14361
14873
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
14362
- "bytesInOutput": 3835
14874
+ "bytesInOutput": 3836
14363
14875
  },
14364
14876
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
14365
14877
  "bytesInOutput": 1735
@@ -14383,7 +14895,7 @@
14383
14895
  "bytesInOutput": 1226
14384
14896
  },
14385
14897
  "src/Prebuilt/common/PeersSorter.ts": {
14386
- "bytesInOutput": 2770
14898
+ "bytesInOutput": 2771
14387
14899
  },
14388
14900
  "src/Prebuilt/layouts/EmbedView.jsx": {
14389
14901
  "bytesInOutput": 2785
@@ -14430,12 +14942,6 @@
14430
14942
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
14431
14943
  "bytesInOutput": 7018
14432
14944
  },
14433
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
14434
- "bytesInOutput": 1768
14435
- },
14436
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
14437
- "bytesInOutput": 6225
14438
- },
14439
14945
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
14440
14946
  "bytesInOutput": 1053
14441
14947
  },
@@ -14482,13 +14988,13 @@
14482
14988
  "bytesInOutput": 605
14483
14989
  },
14484
14990
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
14485
- "bytesInOutput": 1771
14991
+ "bytesInOutput": 1847
14486
14992
  },
14487
14993
  "src/Progress/index.tsx": {
14488
14994
  "bytesInOutput": 418
14489
14995
  }
14490
14996
  },
14491
- "bytes": 910080
14997
+ "bytes": 952582
14492
14998
  }
14493
14999
  }
14494
15000
  }