@100mslive/roomkit-react 0.2.7-alpha.1 → 0.2.7-alpha.3

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 (42) hide show
  1. package/dist/{HLSView-4B5MUDFR.js → HLSView-NDCESLVD.js} +2 -2
  2. package/dist/Prebuilt/common/constants.d.ts +5 -0
  3. package/dist/Prebuilt/components/AppData/useSheet.d.ts +4 -0
  4. package/dist/Prebuilt/components/Header/RoomDetailsHeader.d.ts +2 -0
  5. package/dist/Prebuilt/components/Polls/common/utils.d.ts +1 -1
  6. package/dist/Prebuilt/components/RoomDetails/Duration.d.ts +4 -0
  7. package/dist/Prebuilt/components/RoomDetails/RoomDetailsPane.d.ts +2 -0
  8. package/dist/Prebuilt/components/RoomDetails/RoomDetailsRow.d.ts +4 -0
  9. package/dist/Prebuilt/components/RoomDetails/RoomDetailsSheet.d.ts +2 -0
  10. package/dist/Prebuilt/layouts/Sheet.d.ts +2 -0
  11. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +5 -0
  12. package/dist/{chunk-KST24BRA.js → chunk-AGREPSFA.js} +1514 -1311
  13. package/dist/chunk-AGREPSFA.js.map +7 -0
  14. package/dist/index.cjs.js +2849 -2581
  15. package/dist/index.cjs.js.map +4 -4
  16. package/dist/index.js +1 -1
  17. package/dist/meta.cjs.json +502 -59
  18. package/dist/meta.esbuild.json +511 -68
  19. package/package.json +7 -7
  20. package/src/Prebuilt/App.tsx +2 -0
  21. package/src/Prebuilt/common/constants.ts +6 -0
  22. package/src/Prebuilt/components/AppData/AppData.tsx +1 -0
  23. package/src/Prebuilt/components/AppData/useSheet.ts +33 -0
  24. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  25. package/src/Prebuilt/components/AudioVideoToggle.tsx +31 -27
  26. package/src/Prebuilt/components/Chat/ChatFooter.tsx +0 -1
  27. package/src/Prebuilt/components/Header/Header.tsx +2 -0
  28. package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +51 -0
  29. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +18 -2
  30. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +4 -8
  31. package/src/Prebuilt/components/Notifications/Notifications.tsx +15 -2
  32. package/src/Prebuilt/components/Polls/common/utils.ts +15 -9
  33. package/src/Prebuilt/components/RoomDetails/Duration.tsx +26 -0
  34. package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +36 -0
  35. package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +23 -0
  36. package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +45 -0
  37. package/src/Prebuilt/components/ScreenShareToggle.jsx +5 -3
  38. package/src/Prebuilt/layouts/Sheet.tsx +14 -0
  39. package/src/Prebuilt/layouts/SidePane.tsx +4 -0
  40. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +40 -0
  41. package/dist/chunk-KST24BRA.js.map +0 -7
  42. /package/dist/{HLSView-4B5MUDFR.js.map → HLSView-NDCESLVD.js.map} +0 -0
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Prebuilt/common/constants.ts": {
29
- "bytes": 4425,
29
+ "bytes": 4542,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@100mslive/react-sdk",
@@ -1961,7 +1961,7 @@
1961
1961
  "format": "esm"
1962
1962
  },
1963
1963
  "src/Prebuilt/components/AppData/useUISettings.js": {
1964
- "bytes": 6035,
1964
+ "bytes": 6029,
1965
1965
  "imports": [
1966
1966
  {
1967
1967
  "path": "react",
@@ -2152,19 +2152,50 @@
2152
2152
  ],
2153
2153
  "format": "esm"
2154
2154
  },
2155
+ "src/Prebuilt/common/utils.js": {
2156
+ "bytes": 5891,
2157
+ "imports": [
2158
+ {
2159
+ "path": "src/Prebuilt/common/constants.ts",
2160
+ "kind": "import-statement",
2161
+ "original": "./constants"
2162
+ },
2163
+ {
2164
+ "path": "<define:process.env>",
2165
+ "kind": "import-statement",
2166
+ "external": true
2167
+ }
2168
+ ],
2169
+ "format": "esm"
2170
+ },
2155
2171
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
2156
- "bytes": 2273,
2172
+ "bytes": 3502,
2157
2173
  "imports": [
2174
+ {
2175
+ "path": "react",
2176
+ "kind": "import-statement",
2177
+ "external": true
2178
+ },
2158
2179
  {
2159
2180
  "path": "@100mslive/types-prebuilt",
2160
2181
  "kind": "import-statement",
2161
2182
  "external": true
2162
2183
  },
2184
+ {
2185
+ "path": "@100mslive/react-sdk",
2186
+ "kind": "import-statement",
2187
+ "external": true
2188
+ },
2163
2189
  {
2164
2190
  "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
2165
2191
  "kind": "import-statement",
2166
2192
  "original": ".."
2167
2193
  },
2194
+ {
2195
+ "path": "src/Prebuilt/common/utils.js",
2196
+ "kind": "import-statement",
2197
+ "original": "../../../common/utils"
2198
+ },
2168
2199
  {
2169
2200
  "path": "<define:process.env>",
2170
2201
  "kind": "import-statement",
@@ -2205,7 +2236,7 @@
2205
2236
  "format": "esm"
2206
2237
  },
2207
2238
  "src/Prebuilt/components/AppData/AppData.tsx": {
2208
- "bytes": 5829,
2239
+ "bytes": 5853,
2209
2240
  "imports": [
2210
2241
  {
2211
2242
  "path": "react",
@@ -2783,7 +2814,7 @@
2783
2814
  "format": "esm"
2784
2815
  },
2785
2816
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
2786
- "bytes": 9809,
2817
+ "bytes": 9962,
2787
2818
  "imports": [
2788
2819
  {
2789
2820
  "path": "react",
@@ -4584,7 +4615,7 @@
4584
4615
  "format": "cjs"
4585
4616
  },
4586
4617
  "../hms-video-store/dist/index.js": {
4587
- "bytes": 323418,
4618
+ "bytes": 323575,
4588
4619
  "imports": [
4589
4620
  {
4590
4621
  "path": "../../node_modules/reselect/es/index.js",
@@ -4822,22 +4853,6 @@
4822
4853
  ],
4823
4854
  "format": "esm"
4824
4855
  },
4825
- "src/Prebuilt/common/utils.js": {
4826
- "bytes": 5891,
4827
- "imports": [
4828
- {
4829
- "path": "src/Prebuilt/common/constants.ts",
4830
- "kind": "import-statement",
4831
- "original": "./constants"
4832
- },
4833
- {
4834
- "path": "<define:process.env>",
4835
- "kind": "import-statement",
4836
- "external": true
4837
- }
4838
- ],
4839
- "format": "esm"
4840
- },
4841
4856
  "src/Prebuilt/components/Header/StreamActions.tsx": {
4842
4857
  "bytes": 9380,
4843
4858
  "imports": [
@@ -5057,6 +5072,32 @@
5057
5072
  ],
5058
5073
  "format": "esm"
5059
5074
  },
5075
+ "src/Prebuilt/components/AppData/useSheet.ts": {
5076
+ "bytes": 1126,
5077
+ "imports": [
5078
+ {
5079
+ "path": "react",
5080
+ "kind": "import-statement",
5081
+ "external": true
5082
+ },
5083
+ {
5084
+ "path": "@100mslive/react-sdk",
5085
+ "kind": "import-statement",
5086
+ "external": true
5087
+ },
5088
+ {
5089
+ "path": "src/Prebuilt/common/constants.ts",
5090
+ "kind": "import-statement",
5091
+ "original": "../../common/constants"
5092
+ },
5093
+ {
5094
+ "path": "<define:process.env>",
5095
+ "kind": "import-statement",
5096
+ "external": true
5097
+ }
5098
+ ],
5099
+ "format": "esm"
5100
+ },
5060
5101
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
5061
5102
  "bytes": 669,
5062
5103
  "imports": [
@@ -5084,7 +5125,7 @@
5084
5125
  "format": "esm"
5085
5126
  },
5086
5127
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5087
- "bytes": 11876,
5128
+ "bytes": 12503,
5088
5129
  "imports": [
5089
5130
  {
5090
5131
  "path": "react",
@@ -5161,6 +5202,16 @@
5161
5202
  "kind": "import-statement",
5162
5203
  "original": "../MuteAllModal"
5163
5204
  },
5205
+ {
5206
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
5207
+ "kind": "import-statement",
5208
+ "original": "../../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
5209
+ },
5210
+ {
5211
+ "path": "src/Prebuilt/components/AppData/useSheet.ts",
5212
+ "kind": "import-statement",
5213
+ "original": "../../AppData/useSheet"
5214
+ },
5164
5215
  {
5165
5216
  "path": "src/Prebuilt/components/AppData/useSidepane.js",
5166
5217
  "kind": "import-statement",
@@ -5547,7 +5598,7 @@
5547
5598
  "format": "esm"
5548
5599
  },
5549
5600
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
5550
- "bytes": 1625,
5601
+ "bytes": 1754,
5551
5602
  "imports": [
5552
5603
  {
5553
5604
  "path": "react",
@@ -5603,6 +5654,11 @@
5603
5654
  "path": "<define:process.env>",
5604
5655
  "kind": "import-statement",
5605
5656
  "external": true
5657
+ },
5658
+ {
5659
+ "path": "<runtime>",
5660
+ "kind": "import-statement",
5661
+ "external": true
5606
5662
  }
5607
5663
  ],
5608
5664
  "format": "esm"
@@ -6824,7 +6880,7 @@
6824
6880
  "format": "esm"
6825
6881
  },
6826
6882
  "src/Prebuilt/components/Polls/common/utils.ts": {
6827
- "bytes": 482,
6883
+ "bytes": 632,
6828
6884
  "imports": [
6829
6885
  {
6830
6886
  "path": "<define:process.env>",
@@ -7274,6 +7330,119 @@
7274
7330
  ],
7275
7331
  "format": "esm"
7276
7332
  },
7333
+ "src/Prebuilt/components/RoomDetails/Duration.tsx": {
7334
+ "bytes": 784,
7335
+ "imports": [
7336
+ {
7337
+ "path": "react",
7338
+ "kind": "import-statement",
7339
+ "external": true
7340
+ },
7341
+ {
7342
+ "path": "src/Layout/index.tsx",
7343
+ "kind": "import-statement",
7344
+ "original": "../../../Layout"
7345
+ },
7346
+ {
7347
+ "path": "src/Text/index.tsx",
7348
+ "kind": "import-statement",
7349
+ "original": "../../../Text"
7350
+ },
7351
+ {
7352
+ "path": "src/Prebuilt/components/Polls/common/utils.ts",
7353
+ "kind": "import-statement",
7354
+ "original": "../Polls/common/utils"
7355
+ },
7356
+ {
7357
+ "path": "<define:process.env>",
7358
+ "kind": "import-statement",
7359
+ "external": true
7360
+ }
7361
+ ],
7362
+ "format": "esm"
7363
+ },
7364
+ "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
7365
+ "bytes": 767,
7366
+ "imports": [
7367
+ {
7368
+ "path": "react",
7369
+ "kind": "import-statement",
7370
+ "external": true
7371
+ },
7372
+ {
7373
+ "path": "src/Layout/index.tsx",
7374
+ "kind": "import-statement",
7375
+ "original": "../../../Layout"
7376
+ },
7377
+ {
7378
+ "path": "src/Text/index.tsx",
7379
+ "kind": "import-statement",
7380
+ "original": "../../../Text"
7381
+ },
7382
+ {
7383
+ "path": "src/Prebuilt/components/RoomDetails/Duration.tsx",
7384
+ "kind": "import-statement",
7385
+ "original": "./Duration"
7386
+ },
7387
+ {
7388
+ "path": "<define:process.env>",
7389
+ "kind": "import-statement",
7390
+ "external": true
7391
+ }
7392
+ ],
7393
+ "format": "esm"
7394
+ },
7395
+ "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
7396
+ "bytes": 1300,
7397
+ "imports": [
7398
+ {
7399
+ "path": "react",
7400
+ "kind": "import-statement",
7401
+ "external": true
7402
+ },
7403
+ {
7404
+ "path": "@100mslive/react-icons",
7405
+ "kind": "import-statement",
7406
+ "external": true
7407
+ },
7408
+ {
7409
+ "path": "src/Layout/index.tsx",
7410
+ "kind": "import-statement",
7411
+ "original": "../../../Layout"
7412
+ },
7413
+ {
7414
+ "path": "src/Text/index.tsx",
7415
+ "kind": "import-statement",
7416
+ "original": "../../../Text"
7417
+ },
7418
+ {
7419
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
7420
+ "kind": "import-statement",
7421
+ "original": "./RoomDetailsRow"
7422
+ },
7423
+ {
7424
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7425
+ "kind": "import-statement",
7426
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7427
+ },
7428
+ {
7429
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
7430
+ "kind": "import-statement",
7431
+ "original": "../AppData/useSidepane"
7432
+ },
7433
+ {
7434
+ "path": "src/Prebuilt/common/constants.ts",
7435
+ "kind": "import-statement",
7436
+ "original": "../../common/constants"
7437
+ },
7438
+ {
7439
+ "path": "<define:process.env>",
7440
+ "kind": "import-statement",
7441
+ "external": true
7442
+ }
7443
+ ],
7444
+ "format": "esm"
7445
+ },
7277
7446
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
7278
7447
  "bytes": 545,
7279
7448
  "imports": [
@@ -7830,7 +7999,7 @@
7830
7999
  "format": "esm"
7831
8000
  },
7832
8001
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
7833
- "bytes": 9193,
8002
+ "bytes": 9157,
7834
8003
  "imports": [
7835
8004
  {
7836
8005
  "path": "react",
@@ -8960,7 +9129,7 @@
8960
9129
  "format": "esm"
8961
9130
  },
8962
9131
  "src/Prebuilt/layouts/SidePane.tsx": {
8963
- "bytes": 4970,
9132
+ "bytes": 5145,
8964
9133
  "imports": [
8965
9134
  {
8966
9135
  "path": "react",
@@ -8982,6 +9151,11 @@
8982
9151
  "kind": "import-statement",
8983
9152
  "original": "../components/Polls/Polls"
8984
9153
  },
9154
+ {
9155
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx",
9156
+ "kind": "import-statement",
9157
+ "original": "../components/RoomDetails/RoomDetailsPane"
9158
+ },
8985
9159
  {
8986
9160
  "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
8987
9161
  "kind": "import-statement",
@@ -11018,6 +11192,67 @@
11018
11192
  ],
11019
11193
  "format": "esm"
11020
11194
  },
11195
+ "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
11196
+ "bytes": 1952,
11197
+ "imports": [
11198
+ {
11199
+ "path": "react",
11200
+ "kind": "import-statement",
11201
+ "external": true
11202
+ },
11203
+ {
11204
+ "path": "react-use",
11205
+ "kind": "import-statement",
11206
+ "external": true
11207
+ },
11208
+ {
11209
+ "path": "@100mslive/react-icons",
11210
+ "kind": "import-statement",
11211
+ "external": true
11212
+ },
11213
+ {
11214
+ "path": "src/Layout/index.tsx",
11215
+ "kind": "import-statement",
11216
+ "original": "../../../Layout"
11217
+ },
11218
+ {
11219
+ "path": "src/Text/index.tsx",
11220
+ "kind": "import-statement",
11221
+ "original": "../../../Text"
11222
+ },
11223
+ {
11224
+ "path": "src/Theme/index.tsx",
11225
+ "kind": "import-statement",
11226
+ "original": "../../../Theme"
11227
+ },
11228
+ {
11229
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11230
+ "kind": "import-statement",
11231
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11232
+ },
11233
+ {
11234
+ "path": "src/Prebuilt/components/AppData/useSheet.ts",
11235
+ "kind": "import-statement",
11236
+ "original": "../AppData/useSheet"
11237
+ },
11238
+ {
11239
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
11240
+ "kind": "import-statement",
11241
+ "original": "../AppData/useSidepane"
11242
+ },
11243
+ {
11244
+ "path": "src/Prebuilt/common/constants.ts",
11245
+ "kind": "import-statement",
11246
+ "original": "../../common/constants"
11247
+ },
11248
+ {
11249
+ "path": "<define:process.env>",
11250
+ "kind": "import-statement",
11251
+ "external": true
11252
+ }
11253
+ ],
11254
+ "format": "esm"
11255
+ },
11021
11256
  "src/Prebuilt/components/Header/common.jsx": {
11022
11257
  "bytes": 5673,
11023
11258
  "imports": [
@@ -11085,7 +11320,7 @@
11085
11320
  "format": "esm"
11086
11321
  },
11087
11322
  "src/Prebuilt/components/Header/Header.tsx": {
11088
- "bytes": 1567,
11323
+ "bytes": 1654,
11089
11324
  "imports": [
11090
11325
  {
11091
11326
  "path": "react",
@@ -11112,6 +11347,11 @@
11112
11347
  "kind": "import-statement",
11113
11348
  "original": "./HeaderComponents"
11114
11349
  },
11350
+ {
11351
+ "path": "src/Prebuilt/components/Header/RoomDetailsHeader.tsx",
11352
+ "kind": "import-statement",
11353
+ "original": "./RoomDetailsHeader"
11354
+ },
11115
11355
  {
11116
11356
  "path": "src/Prebuilt/components/Header/StreamActions.tsx",
11117
11357
  "kind": "import-statement",
@@ -11746,7 +11986,7 @@
11746
11986
  "format": "esm"
11747
11987
  },
11748
11988
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
11749
- "bytes": 1590,
11989
+ "bytes": 1606,
11750
11990
  "imports": [
11751
11991
  {
11752
11992
  "path": "react",
@@ -11773,6 +12013,11 @@
11773
12013
  "kind": "import-statement",
11774
12014
  "original": "../AppData/useUISettings"
11775
12015
  },
12016
+ {
12017
+ "path": "src/Prebuilt/common/constants.ts",
12018
+ "kind": "import-statement",
12019
+ "original": "../../common/constants"
12020
+ },
11776
12021
  {
11777
12022
  "path": "<define:process.env>",
11778
12023
  "kind": "import-statement",
@@ -12022,7 +12267,7 @@
12022
12267
  "format": "esm"
12023
12268
  },
12024
12269
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
12025
- "bytes": 7380,
12270
+ "bytes": 7891,
12026
12271
  "imports": [
12027
12272
  {
12028
12273
  "path": "react",
@@ -12281,6 +12526,103 @@
12281
12526
  ],
12282
12527
  "format": "esm"
12283
12528
  },
12529
+ "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
12530
+ "bytes": 1831,
12531
+ "imports": [
12532
+ {
12533
+ "path": "react",
12534
+ "kind": "import-statement",
12535
+ "external": true
12536
+ },
12537
+ {
12538
+ "path": "@100mslive/react-icons",
12539
+ "kind": "import-statement",
12540
+ "external": true
12541
+ },
12542
+ {
12543
+ "path": "src/Layout/index.tsx",
12544
+ "kind": "import-statement",
12545
+ "original": "../../../Layout"
12546
+ },
12547
+ {
12548
+ "path": "src/Sheet/index.ts",
12549
+ "kind": "import-statement",
12550
+ "original": "../../../Sheet"
12551
+ },
12552
+ {
12553
+ "path": "src/Text/index.tsx",
12554
+ "kind": "import-statement",
12555
+ "original": "../../../Text"
12556
+ },
12557
+ {
12558
+ "path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
12559
+ "kind": "import-statement",
12560
+ "original": "../Header/HeaderComponents"
12561
+ },
12562
+ {
12563
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
12564
+ "kind": "import-statement",
12565
+ "original": "./RoomDetailsRow"
12566
+ },
12567
+ {
12568
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
12569
+ "kind": "import-statement",
12570
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
12571
+ },
12572
+ {
12573
+ "path": "src/Prebuilt/components/AppData/useSheet.ts",
12574
+ "kind": "import-statement",
12575
+ "original": "../AppData/useSheet"
12576
+ },
12577
+ {
12578
+ "path": "src/Prebuilt/common/constants.ts",
12579
+ "kind": "import-statement",
12580
+ "original": "../../common/constants"
12581
+ },
12582
+ {
12583
+ "path": "<define:process.env>",
12584
+ "kind": "import-statement",
12585
+ "external": true
12586
+ }
12587
+ ],
12588
+ "format": "esm"
12589
+ },
12590
+ "src/Prebuilt/layouts/Sheet.tsx": {
12591
+ "bytes": 515,
12592
+ "imports": [
12593
+ {
12594
+ "path": "react",
12595
+ "kind": "import-statement",
12596
+ "external": true
12597
+ },
12598
+ {
12599
+ "path": "@100mslive/react-sdk",
12600
+ "kind": "import-statement",
12601
+ "external": true
12602
+ },
12603
+ {
12604
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx",
12605
+ "kind": "import-statement",
12606
+ "original": "../components/RoomDetails/RoomDetailsSheet"
12607
+ },
12608
+ {
12609
+ "path": "src/Layout/index.tsx",
12610
+ "kind": "import-statement",
12611
+ "original": "../../Layout"
12612
+ },
12613
+ {
12614
+ "path": "src/Prebuilt/common/constants.ts",
12615
+ "kind": "import-statement",
12616
+ "original": "../common/constants"
12617
+ },
12618
+ {
12619
+ "path": "<define:process.env>",
12620
+ "kind": "import-statement",
12621
+ "external": true
12622
+ }
12623
+ ],
12624
+ "format": "esm"
12625
+ },
12284
12626
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
12285
12627
  "bytes": 3826,
12286
12628
  "imports": [
@@ -12400,7 +12742,7 @@
12400
12742
  "format": "esm"
12401
12743
  },
12402
12744
  "src/Prebuilt/App.tsx": {
12403
- "bytes": 10479,
12745
+ "bytes": 10538,
12404
12746
  "imports": [
12405
12747
  {
12406
12748
  "path": "react",
@@ -12482,6 +12824,11 @@
12482
12824
  "kind": "import-statement",
12483
12825
  "original": "./components/VirtualBackground/VBHandler"
12484
12826
  },
12827
+ {
12828
+ "path": "src/Prebuilt/layouts/Sheet.tsx",
12829
+ "kind": "import-statement",
12830
+ "original": "./layouts/Sheet"
12831
+ },
12485
12832
  {
12486
12833
  "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
12487
12834
  "kind": "import-statement",
@@ -12846,7 +13193,7 @@
12846
13193
  "imports": [],
12847
13194
  "exports": [],
12848
13195
  "inputs": {},
12849
- "bytes": 3196851
13196
+ "bytes": 3216780
12850
13197
  },
12851
13198
  "dist/index.cjs.js": {
12852
13199
  "imports": [
@@ -13195,6 +13542,16 @@
13195
13542
  "kind": "require-call",
13196
13543
  "external": true
13197
13544
  },
13545
+ {
13546
+ "path": "@100mslive/react-sdk",
13547
+ "kind": "require-call",
13548
+ "external": true
13549
+ },
13550
+ {
13551
+ "path": "react",
13552
+ "kind": "require-call",
13553
+ "external": true
13554
+ },
13198
13555
  {
13199
13556
  "path": "react-use",
13200
13557
  "kind": "require-call",
@@ -13795,6 +14152,16 @@
13795
14152
  "kind": "require-call",
13796
14153
  "external": true
13797
14154
  },
14155
+ {
14156
+ "path": "@100mslive/react-sdk",
14157
+ "kind": "require-call",
14158
+ "external": true
14159
+ },
14160
+ {
14161
+ "path": "react",
14162
+ "kind": "require-call",
14163
+ "external": true
14164
+ },
13798
14165
  {
13799
14166
  "path": "react-use",
13800
14167
  "kind": "require-call",
@@ -14310,6 +14677,26 @@
14310
14677
  "kind": "require-call",
14311
14678
  "external": true
14312
14679
  },
14680
+ {
14681
+ "path": "react",
14682
+ "kind": "require-call",
14683
+ "external": true
14684
+ },
14685
+ {
14686
+ "path": "@100mslive/react-icons",
14687
+ "kind": "require-call",
14688
+ "external": true
14689
+ },
14690
+ {
14691
+ "path": "react",
14692
+ "kind": "require-call",
14693
+ "external": true
14694
+ },
14695
+ {
14696
+ "path": "react",
14697
+ "kind": "require-call",
14698
+ "external": true
14699
+ },
14313
14700
  {
14314
14701
  "path": "@100mslive/react-sdk",
14315
14702
  "kind": "require-call",
@@ -15200,6 +15587,21 @@
15200
15587
  "kind": "require-call",
15201
15588
  "external": true
15202
15589
  },
15590
+ {
15591
+ "path": "react-use",
15592
+ "kind": "require-call",
15593
+ "external": true
15594
+ },
15595
+ {
15596
+ "path": "@100mslive/react-icons",
15597
+ "kind": "require-call",
15598
+ "external": true
15599
+ },
15600
+ {
15601
+ "path": "react",
15602
+ "kind": "require-call",
15603
+ "external": true
15604
+ },
15203
15605
  {
15204
15606
  "path": "@100mslive/react-sdk",
15205
15607
  "kind": "require-call",
@@ -15515,6 +15917,26 @@
15515
15917
  "kind": "require-call",
15516
15918
  "external": true
15517
15919
  },
15920
+ {
15921
+ "path": "@100mslive/react-icons",
15922
+ "kind": "require-call",
15923
+ "external": true
15924
+ },
15925
+ {
15926
+ "path": "react",
15927
+ "kind": "require-call",
15928
+ "external": true
15929
+ },
15930
+ {
15931
+ "path": "@100mslive/react-sdk",
15932
+ "kind": "require-call",
15933
+ "external": true
15934
+ },
15935
+ {
15936
+ "path": "react",
15937
+ "kind": "require-call",
15938
+ "external": true
15939
+ },
15518
15940
  {
15519
15941
  "path": "react-use",
15520
15942
  "kind": "require-call",
@@ -15565,13 +15987,13 @@
15565
15987
  "entryPoint": "src/index.ts",
15566
15988
  "inputs": {
15567
15989
  "<define:process.env>": {
15568
- "bytesInOutput": 18252
15990
+ "bytesInOutput": 18236
15569
15991
  },
15570
15992
  "src/Theme/base.config.ts": {
15571
15993
  "bytesInOutput": 6104
15572
15994
  },
15573
15995
  "src/Prebuilt/common/constants.ts": {
15574
- "bytesInOutput": 4389
15996
+ "bytesInOutput": 4526
15575
15997
  },
15576
15998
  "src/Theme/stitches.config.ts": {
15577
15999
  "bytesInOutput": 2153
@@ -15832,7 +16254,7 @@
15832
16254
  "bytesInOutput": 1087
15833
16255
  },
15834
16256
  "src/Prebuilt/components/AppData/useUISettings.js": {
15835
- "bytesInOutput": 6930
16257
+ "bytesInOutput": 6924
15836
16258
  },
15837
16259
  "src/Prebuilt/components/Settings/common.ts": {
15838
16260
  "bytesInOutput": 445
@@ -15852,14 +16274,17 @@
15852
16274
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
15853
16275
  "bytesInOutput": 1552
15854
16276
  },
16277
+ "src/Prebuilt/common/utils.js": {
16278
+ "bytesInOutput": 3813
16279
+ },
15855
16280
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
15856
- "bytesInOutput": 1614
16281
+ "bytesInOutput": 3003
15857
16282
  },
15858
16283
  "src/Prebuilt/components/AppData/useSidepane.js": {
15859
16284
  "bytesInOutput": 2515
15860
16285
  },
15861
16286
  "src/Prebuilt/components/AppData/AppData.tsx": {
15862
- "bytesInOutput": 6500
16287
+ "bytesInOutput": 6542
15863
16288
  },
15864
16289
  "src/Prebuilt/AppContext.tsx": {
15865
16290
  "bytesInOutput": 840
@@ -15904,7 +16329,7 @@
15904
16329
  "bytesInOutput": 1359
15905
16330
  },
15906
16331
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
15907
- "bytesInOutput": 12380
16332
+ "bytesInOutput": 12588
15908
16333
  },
15909
16334
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
15910
16335
  "bytesInOutput": 1315
@@ -15991,7 +16416,7 @@
15991
16416
  "bytesInOutput": 8159
15992
16417
  },
15993
16418
  "../../node_modules/reselect/es/index.js": {
15994
- "bytesInOutput": 2639
16419
+ "bytesInOutput": 2641
15995
16420
  },
15996
16421
  "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
15997
16422
  "bytesInOutput": 48479
@@ -16003,7 +16428,7 @@
16003
16428
  "bytesInOutput": 6459
16004
16429
  },
16005
16430
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16006
- "bytesInOutput": 6258
16431
+ "bytesInOutput": 6261
16007
16432
  },
16008
16433
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16009
16434
  "bytesInOutput": 1396
@@ -16012,7 +16437,7 @@
16012
16437
  "bytesInOutput": 22882
16013
16438
  },
16014
16439
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
16015
- "bytesInOutput": 2292
16440
+ "bytesInOutput": 2295
16016
16441
  },
16017
16442
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
16018
16443
  "bytesInOutput": 984
@@ -16059,9 +16484,6 @@
16059
16484
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
16060
16485
  "bytesInOutput": 8158
16061
16486
  },
16062
- "src/Prebuilt/common/utils.js": {
16063
- "bytesInOutput": 3810
16064
- },
16065
16487
  "src/Prebuilt/components/Header/StreamActions.tsx": {
16066
16488
  "bytesInOutput": 12096
16067
16489
  },
@@ -16074,11 +16496,14 @@
16074
16496
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
16075
16497
  "bytesInOutput": 2839
16076
16498
  },
16499
+ "src/Prebuilt/components/AppData/useSheet.ts": {
16500
+ "bytesInOutput": 1099
16501
+ },
16077
16502
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
16078
16503
  "bytesInOutput": 938
16079
16504
  },
16080
16505
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
16081
- "bytesInOutput": 12309
16506
+ "bytesInOutput": 12980
16082
16507
  },
16083
16508
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
16084
16509
  "bytesInOutput": 729
@@ -16114,7 +16539,7 @@
16114
16539
  "bytesInOutput": 7928
16115
16540
  },
16116
16541
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
16117
- "bytesInOutput": 2025
16542
+ "bytesInOutput": 2190
16118
16543
  },
16119
16544
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
16120
16545
  "bytesInOutput": 1350
@@ -16156,10 +16581,10 @@
16156
16581
  "bytesInOutput": 2747
16157
16582
  },
16158
16583
  "src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
16159
- "bytesInOutput": 1165
16584
+ "bytesInOutput": 1170
16160
16585
  },
16161
16586
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
16162
- "bytesInOutput": 9610
16587
+ "bytesInOutput": 9660
16163
16588
  },
16164
16589
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
16165
16590
  "bytesInOutput": 2802
@@ -16192,7 +16617,7 @@
16192
16617
  "bytesInOutput": 5842
16193
16618
  },
16194
16619
  "src/Prebuilt/components/Polls/common/utils.ts": {
16195
- "bytesInOutput": 664
16620
+ "bytesInOutput": 836
16196
16621
  },
16197
16622
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
16198
16623
  "bytesInOutput": 2726
@@ -16224,6 +16649,15 @@
16224
16649
  "src/Prebuilt/components/Polls/Polls.tsx": {
16225
16650
  "bytesInOutput": 1177
16226
16651
  },
16652
+ "src/Prebuilt/components/RoomDetails/Duration.tsx": {
16653
+ "bytesInOutput": 999
16654
+ },
16655
+ "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
16656
+ "bytesInOutput": 1003
16657
+ },
16658
+ "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
16659
+ "bytesInOutput": 1736
16660
+ },
16227
16661
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
16228
16662
  "bytesInOutput": 688
16229
16663
  },
@@ -16261,7 +16695,7 @@
16261
16695
  "bytesInOutput": 1440
16262
16696
  },
16263
16697
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
16264
- "bytesInOutput": 10419
16698
+ "bytesInOutput": 10385
16265
16699
  },
16266
16700
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
16267
16701
  "bytesInOutput": 3529
@@ -16321,7 +16755,7 @@
16321
16755
  "bytesInOutput": 8756
16322
16756
  },
16323
16757
  "src/Prebuilt/layouts/SidePane.tsx": {
16324
- "bytesInOutput": 5592
16758
+ "bytesInOutput": 5787
16325
16759
  },
16326
16760
  "src/Prebuilt/components/Chip.tsx": {
16327
16761
  "bytesInOutput": 1118
@@ -16420,7 +16854,7 @@
16420
16854
  "bytesInOutput": 860
16421
16855
  },
16422
16856
  "src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js": {
16423
- "bytesInOutput": 848
16857
+ "bytesInOutput": 850
16424
16858
  },
16425
16859
  "src/Prebuilt/components/HMSVideo/VideoProgress.jsx": {
16426
16860
  "bytesInOutput": 3186
@@ -16452,11 +16886,14 @@
16452
16886
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
16453
16887
  "bytesInOutput": 4111
16454
16888
  },
16889
+ "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
16890
+ "bytesInOutput": 2182
16891
+ },
16455
16892
  "src/Prebuilt/components/Header/common.jsx": {
16456
16893
  "bytesInOutput": 7375
16457
16894
  },
16458
16895
  "src/Prebuilt/components/Header/Header.tsx": {
16459
- "bytesInOutput": 2217
16896
+ "bytesInOutput": 2327
16460
16897
  },
16461
16898
  "src/Prebuilt/components/Header/index.tsx": {
16462
16899
  "bytesInOutput": 152
@@ -16465,13 +16902,13 @@
16465
16902
  "bytesInOutput": 1019
16466
16903
  },
16467
16904
  "src/Prebuilt/components/ConferenceScreen.tsx": {
16468
- "bytesInOutput": 7487
16905
+ "bytesInOutput": 7500
16469
16906
  },
16470
16907
  "src/Prebuilt/components/ErrorBoundary.jsx": {
16471
16908
  "bytesInOutput": 4366
16472
16909
  },
16473
16910
  "src/Prebuilt/services/FeatureFlags.jsx": {
16474
- "bytesInOutput": 1704
16911
+ "bytesInOutput": 1708
16475
16912
  },
16476
16913
  "src/Prebuilt/components/init/Init.jsx": {
16477
16914
  "bytesInOutput": 944
@@ -16504,7 +16941,7 @@
16504
16941
  "bytesInOutput": 2151
16505
16942
  },
16506
16943
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
16507
- "bytesInOutput": 1690
16944
+ "bytesInOutput": 1691
16508
16945
  },
16509
16946
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
16510
16947
  "bytesInOutput": 1964
@@ -16534,7 +16971,7 @@
16534
16971
  "bytesInOutput": 2281
16535
16972
  },
16536
16973
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
16537
- "bytesInOutput": 8275
16974
+ "bytesInOutput": 8886
16538
16975
  },
16539
16976
  "src/Prebuilt/components/Notifications/index.tsx": {
16540
16977
  "bytesInOutput": 173
@@ -16548,6 +16985,12 @@
16548
16985
  "src/Prebuilt/components/Toast/ToastContainer.jsx": {
16549
16986
  "bytesInOutput": 1415
16550
16987
  },
16988
+ "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
16989
+ "bytesInOutput": 2274
16990
+ },
16991
+ "src/Prebuilt/layouts/Sheet.tsx": {
16992
+ "bytesInOutput": 772
16993
+ },
16551
16994
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
16552
16995
  "bytesInOutput": 4336
16553
16996
  },
@@ -16558,7 +17001,7 @@
16558
17001
  "bytesInOutput": 2225
16559
17002
  },
16560
17003
  "src/Prebuilt/App.tsx": {
16561
- "bytesInOutput": 9555
17004
+ "bytesInOutput": 9643
16562
17005
  },
16563
17006
  "src/Prebuilt/index.ts": {
16564
17007
  "bytesInOutput": 131
@@ -16576,7 +17019,7 @@
16576
17019
  "bytesInOutput": 2980
16577
17020
  }
16578
17021
  },
16579
- "bytes": 1501613
17022
+ "bytes": 1515879
16580
17023
  }
16581
17024
  }
16582
17025
  }