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

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 (37) hide show
  1. package/dist/{HLSView-4B5MUDFR.js → HLSView-DQJBCEW4.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-GEXL6KL2.js} +1414 -1228
  13. package/dist/chunk-GEXL6KL2.js.map +7 -0
  14. package/dist/index.cjs.js +2749 -2496
  15. package/dist/index.cjs.js.map +4 -4
  16. package/dist/index.js +1 -1
  17. package/dist/meta.cjs.json +478 -45
  18. package/dist/meta.esbuild.json +486 -53
  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/Chat/ChatFooter.tsx +0 -1
  25. package/src/Prebuilt/components/Header/Header.tsx +2 -0
  26. package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +51 -0
  27. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +18 -2
  28. package/src/Prebuilt/components/Polls/common/utils.ts +15 -9
  29. package/src/Prebuilt/components/RoomDetails/Duration.tsx +26 -0
  30. package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +36 -0
  31. package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +23 -0
  32. package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +45 -0
  33. package/src/Prebuilt/layouts/Sheet.tsx +14 -0
  34. package/src/Prebuilt/layouts/SidePane.tsx +4 -0
  35. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +40 -0
  36. package/dist/chunk-KST24BRA.js.map +0 -7
  37. /package/dist/{HLSView-4B5MUDFR.js.map → HLSView-DQJBCEW4.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",
@@ -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",
@@ -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",
@@ -6824,7 +6875,7 @@
6824
6875
  "format": "esm"
6825
6876
  },
6826
6877
  "src/Prebuilt/components/Polls/common/utils.ts": {
6827
- "bytes": 482,
6878
+ "bytes": 632,
6828
6879
  "imports": [
6829
6880
  {
6830
6881
  "path": "<define:process.env>",
@@ -7274,6 +7325,119 @@
7274
7325
  ],
7275
7326
  "format": "esm"
7276
7327
  },
7328
+ "src/Prebuilt/components/RoomDetails/Duration.tsx": {
7329
+ "bytes": 784,
7330
+ "imports": [
7331
+ {
7332
+ "path": "react",
7333
+ "kind": "import-statement",
7334
+ "external": true
7335
+ },
7336
+ {
7337
+ "path": "src/Layout/index.tsx",
7338
+ "kind": "import-statement",
7339
+ "original": "../../../Layout"
7340
+ },
7341
+ {
7342
+ "path": "src/Text/index.tsx",
7343
+ "kind": "import-statement",
7344
+ "original": "../../../Text"
7345
+ },
7346
+ {
7347
+ "path": "src/Prebuilt/components/Polls/common/utils.ts",
7348
+ "kind": "import-statement",
7349
+ "original": "../Polls/common/utils"
7350
+ },
7351
+ {
7352
+ "path": "<define:process.env>",
7353
+ "kind": "import-statement",
7354
+ "external": true
7355
+ }
7356
+ ],
7357
+ "format": "esm"
7358
+ },
7359
+ "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
7360
+ "bytes": 767,
7361
+ "imports": [
7362
+ {
7363
+ "path": "react",
7364
+ "kind": "import-statement",
7365
+ "external": true
7366
+ },
7367
+ {
7368
+ "path": "src/Layout/index.tsx",
7369
+ "kind": "import-statement",
7370
+ "original": "../../../Layout"
7371
+ },
7372
+ {
7373
+ "path": "src/Text/index.tsx",
7374
+ "kind": "import-statement",
7375
+ "original": "../../../Text"
7376
+ },
7377
+ {
7378
+ "path": "src/Prebuilt/components/RoomDetails/Duration.tsx",
7379
+ "kind": "import-statement",
7380
+ "original": "./Duration"
7381
+ },
7382
+ {
7383
+ "path": "<define:process.env>",
7384
+ "kind": "import-statement",
7385
+ "external": true
7386
+ }
7387
+ ],
7388
+ "format": "esm"
7389
+ },
7390
+ "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
7391
+ "bytes": 1300,
7392
+ "imports": [
7393
+ {
7394
+ "path": "react",
7395
+ "kind": "import-statement",
7396
+ "external": true
7397
+ },
7398
+ {
7399
+ "path": "@100mslive/react-icons",
7400
+ "kind": "import-statement",
7401
+ "external": true
7402
+ },
7403
+ {
7404
+ "path": "src/Layout/index.tsx",
7405
+ "kind": "import-statement",
7406
+ "original": "../../../Layout"
7407
+ },
7408
+ {
7409
+ "path": "src/Text/index.tsx",
7410
+ "kind": "import-statement",
7411
+ "original": "../../../Text"
7412
+ },
7413
+ {
7414
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
7415
+ "kind": "import-statement",
7416
+ "original": "./RoomDetailsRow"
7417
+ },
7418
+ {
7419
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7420
+ "kind": "import-statement",
7421
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7422
+ },
7423
+ {
7424
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
7425
+ "kind": "import-statement",
7426
+ "original": "../AppData/useSidepane"
7427
+ },
7428
+ {
7429
+ "path": "src/Prebuilt/common/constants.ts",
7430
+ "kind": "import-statement",
7431
+ "original": "../../common/constants"
7432
+ },
7433
+ {
7434
+ "path": "<define:process.env>",
7435
+ "kind": "import-statement",
7436
+ "external": true
7437
+ }
7438
+ ],
7439
+ "format": "esm"
7440
+ },
7277
7441
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
7278
7442
  "bytes": 545,
7279
7443
  "imports": [
@@ -7830,7 +7994,7 @@
7830
7994
  "format": "esm"
7831
7995
  },
7832
7996
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
7833
- "bytes": 9193,
7997
+ "bytes": 9157,
7834
7998
  "imports": [
7835
7999
  {
7836
8000
  "path": "react",
@@ -8960,7 +9124,7 @@
8960
9124
  "format": "esm"
8961
9125
  },
8962
9126
  "src/Prebuilt/layouts/SidePane.tsx": {
8963
- "bytes": 4970,
9127
+ "bytes": 5145,
8964
9128
  "imports": [
8965
9129
  {
8966
9130
  "path": "react",
@@ -8982,6 +9146,11 @@
8982
9146
  "kind": "import-statement",
8983
9147
  "original": "../components/Polls/Polls"
8984
9148
  },
9149
+ {
9150
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx",
9151
+ "kind": "import-statement",
9152
+ "original": "../components/RoomDetails/RoomDetailsPane"
9153
+ },
8985
9154
  {
8986
9155
  "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
8987
9156
  "kind": "import-statement",
@@ -11018,6 +11187,67 @@
11018
11187
  ],
11019
11188
  "format": "esm"
11020
11189
  },
11190
+ "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
11191
+ "bytes": 1952,
11192
+ "imports": [
11193
+ {
11194
+ "path": "react",
11195
+ "kind": "import-statement",
11196
+ "external": true
11197
+ },
11198
+ {
11199
+ "path": "react-use",
11200
+ "kind": "import-statement",
11201
+ "external": true
11202
+ },
11203
+ {
11204
+ "path": "@100mslive/react-icons",
11205
+ "kind": "import-statement",
11206
+ "external": true
11207
+ },
11208
+ {
11209
+ "path": "src/Layout/index.tsx",
11210
+ "kind": "import-statement",
11211
+ "original": "../../../Layout"
11212
+ },
11213
+ {
11214
+ "path": "src/Text/index.tsx",
11215
+ "kind": "import-statement",
11216
+ "original": "../../../Text"
11217
+ },
11218
+ {
11219
+ "path": "src/Theme/index.tsx",
11220
+ "kind": "import-statement",
11221
+ "original": "../../../Theme"
11222
+ },
11223
+ {
11224
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11225
+ "kind": "import-statement",
11226
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11227
+ },
11228
+ {
11229
+ "path": "src/Prebuilt/components/AppData/useSheet.ts",
11230
+ "kind": "import-statement",
11231
+ "original": "../AppData/useSheet"
11232
+ },
11233
+ {
11234
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
11235
+ "kind": "import-statement",
11236
+ "original": "../AppData/useSidepane"
11237
+ },
11238
+ {
11239
+ "path": "src/Prebuilt/common/constants.ts",
11240
+ "kind": "import-statement",
11241
+ "original": "../../common/constants"
11242
+ },
11243
+ {
11244
+ "path": "<define:process.env>",
11245
+ "kind": "import-statement",
11246
+ "external": true
11247
+ }
11248
+ ],
11249
+ "format": "esm"
11250
+ },
11021
11251
  "src/Prebuilt/components/Header/common.jsx": {
11022
11252
  "bytes": 5673,
11023
11253
  "imports": [
@@ -11085,7 +11315,7 @@
11085
11315
  "format": "esm"
11086
11316
  },
11087
11317
  "src/Prebuilt/components/Header/Header.tsx": {
11088
- "bytes": 1567,
11318
+ "bytes": 1654,
11089
11319
  "imports": [
11090
11320
  {
11091
11321
  "path": "react",
@@ -11112,6 +11342,11 @@
11112
11342
  "kind": "import-statement",
11113
11343
  "original": "./HeaderComponents"
11114
11344
  },
11345
+ {
11346
+ "path": "src/Prebuilt/components/Header/RoomDetailsHeader.tsx",
11347
+ "kind": "import-statement",
11348
+ "original": "./RoomDetailsHeader"
11349
+ },
11115
11350
  {
11116
11351
  "path": "src/Prebuilt/components/Header/StreamActions.tsx",
11117
11352
  "kind": "import-statement",
@@ -12281,6 +12516,103 @@
12281
12516
  ],
12282
12517
  "format": "esm"
12283
12518
  },
12519
+ "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
12520
+ "bytes": 1831,
12521
+ "imports": [
12522
+ {
12523
+ "path": "react",
12524
+ "kind": "import-statement",
12525
+ "external": true
12526
+ },
12527
+ {
12528
+ "path": "@100mslive/react-icons",
12529
+ "kind": "import-statement",
12530
+ "external": true
12531
+ },
12532
+ {
12533
+ "path": "src/Layout/index.tsx",
12534
+ "kind": "import-statement",
12535
+ "original": "../../../Layout"
12536
+ },
12537
+ {
12538
+ "path": "src/Sheet/index.ts",
12539
+ "kind": "import-statement",
12540
+ "original": "../../../Sheet"
12541
+ },
12542
+ {
12543
+ "path": "src/Text/index.tsx",
12544
+ "kind": "import-statement",
12545
+ "original": "../../../Text"
12546
+ },
12547
+ {
12548
+ "path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
12549
+ "kind": "import-statement",
12550
+ "original": "../Header/HeaderComponents"
12551
+ },
12552
+ {
12553
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
12554
+ "kind": "import-statement",
12555
+ "original": "./RoomDetailsRow"
12556
+ },
12557
+ {
12558
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
12559
+ "kind": "import-statement",
12560
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
12561
+ },
12562
+ {
12563
+ "path": "src/Prebuilt/components/AppData/useSheet.ts",
12564
+ "kind": "import-statement",
12565
+ "original": "../AppData/useSheet"
12566
+ },
12567
+ {
12568
+ "path": "src/Prebuilt/common/constants.ts",
12569
+ "kind": "import-statement",
12570
+ "original": "../../common/constants"
12571
+ },
12572
+ {
12573
+ "path": "<define:process.env>",
12574
+ "kind": "import-statement",
12575
+ "external": true
12576
+ }
12577
+ ],
12578
+ "format": "esm"
12579
+ },
12580
+ "src/Prebuilt/layouts/Sheet.tsx": {
12581
+ "bytes": 515,
12582
+ "imports": [
12583
+ {
12584
+ "path": "react",
12585
+ "kind": "import-statement",
12586
+ "external": true
12587
+ },
12588
+ {
12589
+ "path": "@100mslive/react-sdk",
12590
+ "kind": "import-statement",
12591
+ "external": true
12592
+ },
12593
+ {
12594
+ "path": "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx",
12595
+ "kind": "import-statement",
12596
+ "original": "../components/RoomDetails/RoomDetailsSheet"
12597
+ },
12598
+ {
12599
+ "path": "src/Layout/index.tsx",
12600
+ "kind": "import-statement",
12601
+ "original": "../../Layout"
12602
+ },
12603
+ {
12604
+ "path": "src/Prebuilt/common/constants.ts",
12605
+ "kind": "import-statement",
12606
+ "original": "../common/constants"
12607
+ },
12608
+ {
12609
+ "path": "<define:process.env>",
12610
+ "kind": "import-statement",
12611
+ "external": true
12612
+ }
12613
+ ],
12614
+ "format": "esm"
12615
+ },
12284
12616
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
12285
12617
  "bytes": 3826,
12286
12618
  "imports": [
@@ -12400,7 +12732,7 @@
12400
12732
  "format": "esm"
12401
12733
  },
12402
12734
  "src/Prebuilt/App.tsx": {
12403
- "bytes": 10479,
12735
+ "bytes": 10538,
12404
12736
  "imports": [
12405
12737
  {
12406
12738
  "path": "react",
@@ -12482,6 +12814,11 @@
12482
12814
  "kind": "import-statement",
12483
12815
  "original": "./components/VirtualBackground/VBHandler"
12484
12816
  },
12817
+ {
12818
+ "path": "src/Prebuilt/layouts/Sheet.tsx",
12819
+ "kind": "import-statement",
12820
+ "original": "./layouts/Sheet"
12821
+ },
12485
12822
  {
12486
12823
  "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
12487
12824
  "kind": "import-statement",
@@ -12851,7 +13188,7 @@
12851
13188
  "dist/index.js": {
12852
13189
  "imports": [
12853
13190
  {
12854
- "path": "dist/chunk-KST24BRA.js",
13191
+ "path": "dist/chunk-GEXL6KL2.js",
12855
13192
  "kind": "import-statement"
12856
13193
  }
12857
13194
  ],
@@ -12924,16 +13261,16 @@
12924
13261
  "inputs": {},
12925
13262
  "bytes": 1822
12926
13263
  },
12927
- "dist/HLSView-4B5MUDFR.js.map": {
13264
+ "dist/HLSView-DQJBCEW4.js.map": {
12928
13265
  "imports": [],
12929
13266
  "exports": [],
12930
13267
  "inputs": {},
12931
13268
  "bytes": 58854
12932
13269
  },
12933
- "dist/HLSView-4B5MUDFR.js": {
13270
+ "dist/HLSView-DQJBCEW4.js": {
12934
13271
  "imports": [
12935
13272
  {
12936
- "path": "dist/chunk-KST24BRA.js",
13273
+ "path": "dist/chunk-GEXL6KL2.js",
12937
13274
  "kind": "import-statement"
12938
13275
  },
12939
13276
  {
@@ -13097,13 +13434,13 @@
13097
13434
  },
13098
13435
  "bytes": 36972
13099
13436
  },
13100
- "dist/chunk-KST24BRA.js.map": {
13437
+ "dist/chunk-GEXL6KL2.js.map": {
13101
13438
  "imports": [],
13102
13439
  "exports": [],
13103
13440
  "inputs": {},
13104
- "bytes": 3133348
13441
+ "bytes": 3151413
13105
13442
  },
13106
- "dist/chunk-KST24BRA.js": {
13443
+ "dist/chunk-GEXL6KL2.js": {
13107
13444
  "imports": [
13108
13445
  {
13109
13446
  "path": "react",
@@ -13450,6 +13787,16 @@
13450
13787
  "kind": "import-statement",
13451
13788
  "external": true
13452
13789
  },
13790
+ {
13791
+ "path": "@100mslive/react-sdk",
13792
+ "kind": "import-statement",
13793
+ "external": true
13794
+ },
13795
+ {
13796
+ "path": "react",
13797
+ "kind": "import-statement",
13798
+ "external": true
13799
+ },
13453
13800
  {
13454
13801
  "path": "react",
13455
13802
  "kind": "import-statement",
@@ -14125,6 +14472,16 @@
14125
14472
  "kind": "import-statement",
14126
14473
  "external": true
14127
14474
  },
14475
+ {
14476
+ "path": "@100mslive/react-sdk",
14477
+ "kind": "import-statement",
14478
+ "external": true
14479
+ },
14480
+ {
14481
+ "path": "react",
14482
+ "kind": "import-statement",
14483
+ "external": true
14484
+ },
14128
14485
  {
14129
14486
  "path": "@100mslive/react-icons",
14130
14487
  "kind": "import-statement",
@@ -14630,6 +14987,26 @@
14630
14987
  "kind": "import-statement",
14631
14988
  "external": true
14632
14989
  },
14990
+ {
14991
+ "path": "@100mslive/react-icons",
14992
+ "kind": "import-statement",
14993
+ "external": true
14994
+ },
14995
+ {
14996
+ "path": "react",
14997
+ "kind": "import-statement",
14998
+ "external": true
14999
+ },
15000
+ {
15001
+ "path": "react",
15002
+ "kind": "import-statement",
15003
+ "external": true
15004
+ },
15005
+ {
15006
+ "path": "react",
15007
+ "kind": "import-statement",
15008
+ "external": true
15009
+ },
14633
15010
  {
14634
15011
  "path": "react-use",
14635
15012
  "kind": "import-statement",
@@ -15366,7 +15743,7 @@
15366
15743
  "external": true
15367
15744
  },
15368
15745
  {
15369
- "path": "dist/HLSView-4B5MUDFR.js",
15746
+ "path": "dist/HLSView-DQJBCEW4.js",
15370
15747
  "kind": "dynamic-import"
15371
15748
  },
15372
15749
  {
@@ -15389,6 +15766,21 @@
15389
15766
  "kind": "import-statement",
15390
15767
  "external": true
15391
15768
  },
15769
+ {
15770
+ "path": "react-use",
15771
+ "kind": "import-statement",
15772
+ "external": true
15773
+ },
15774
+ {
15775
+ "path": "@100mslive/react-icons",
15776
+ "kind": "import-statement",
15777
+ "external": true
15778
+ },
15779
+ {
15780
+ "path": "react",
15781
+ "kind": "import-statement",
15782
+ "external": true
15783
+ },
15392
15784
  {
15393
15785
  "path": "@100mslive/react-sdk",
15394
15786
  "kind": "import-statement",
@@ -15674,6 +16066,26 @@
15674
16066
  "kind": "import-statement",
15675
16067
  "external": true
15676
16068
  },
16069
+ {
16070
+ "path": "@100mslive/react-sdk",
16071
+ "kind": "import-statement",
16072
+ "external": true
16073
+ },
16074
+ {
16075
+ "path": "react",
16076
+ "kind": "import-statement",
16077
+ "external": true
16078
+ },
16079
+ {
16080
+ "path": "@100mslive/react-icons",
16081
+ "kind": "import-statement",
16082
+ "external": true
16083
+ },
16084
+ {
16085
+ "path": "react",
16086
+ "kind": "import-statement",
16087
+ "external": true
16088
+ },
15677
16089
  {
15678
16090
  "path": "react-use",
15679
16091
  "kind": "import-statement",
@@ -15788,7 +16200,7 @@
15788
16200
  ],
15789
16201
  "inputs": {
15790
16202
  "<define:process.env>": {
15791
- "bytesInOutput": 18252
16203
+ "bytesInOutput": 18235
15792
16204
  },
15793
16205
  "../../node_modules/lodash/lodash.js": {
15794
16206
  "bytesInOutput": 224276
@@ -15833,7 +16245,7 @@
15833
16245
  "bytesInOutput": 5061
15834
16246
  },
15835
16247
  "src/Prebuilt/common/constants.ts": {
15836
- "bytesInOutput": 3454
16248
+ "bytesInOutput": 3560
15837
16249
  },
15838
16250
  "src/Theme/ThemeProvider.tsx": {
15839
16251
  "bytesInOutput": 1926
@@ -16037,10 +16449,10 @@
16037
16449
  "bytesInOutput": 887
16038
16450
  },
16039
16451
  "src/Prebuilt/App.tsx": {
16040
- "bytesInOutput": 7656
16452
+ "bytesInOutput": 7710
16041
16453
  },
16042
16454
  "src/Prebuilt/components/AppData/AppData.tsx": {
16043
- "bytesInOutput": 5312
16455
+ "bytesInOutput": 5383
16044
16456
  },
16045
16457
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
16046
16458
  "bytesInOutput": 2705
@@ -16058,7 +16470,7 @@
16058
16470
  "bytesInOutput": 241
16059
16471
  },
16060
16472
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
16061
- "bytesInOutput": 1436
16473
+ "bytesInOutput": 2709
16062
16474
  },
16063
16475
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
16064
16476
  "bytesInOutput": 1118
@@ -16069,6 +16481,9 @@
16069
16481
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16070
16482
  "bytesInOutput": 1486
16071
16483
  },
16484
+ "src/Prebuilt/common/utils.js": {
16485
+ "bytesInOutput": 3207
16486
+ },
16072
16487
  "src/Prebuilt/components/AppData/useSidepane.js": {
16073
16488
  "bytesInOutput": 1934
16074
16489
  },
@@ -16136,7 +16551,7 @@
16136
16551
  "bytesInOutput": 2168
16137
16552
  },
16138
16553
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
16139
- "bytesInOutput": 5686
16554
+ "bytesInOutput": 5689
16140
16555
  },
16141
16556
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
16142
16557
  "bytesInOutput": 1947
@@ -16178,7 +16593,7 @@
16178
16593
  "bytesInOutput": 6096
16179
16594
  },
16180
16595
  "src/Prebuilt/common/hooks.ts": {
16181
- "bytesInOutput": 2676
16596
+ "bytesInOutput": 2697
16182
16597
  },
16183
16598
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
16184
16599
  "bytesInOutput": 4547
@@ -16211,7 +16626,7 @@
16211
16626
  "bytesInOutput": 1948
16212
16627
  },
16213
16628
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
16214
- "bytesInOutput": 10037
16629
+ "bytesInOutput": 10563
16215
16630
  },
16216
16631
  "src/Prebuilt/components/Header/StreamActions.tsx": {
16217
16632
  "bytesInOutput": 10019
@@ -16267,9 +16682,6 @@
16267
16682
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
16268
16683
  "bytesInOutput": 907
16269
16684
  },
16270
- "src/Prebuilt/common/utils.js": {
16271
- "bytesInOutput": 3207
16272
- },
16273
16685
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
16274
16686
  "bytesInOutput": 1390
16275
16687
  },
@@ -16279,6 +16691,9 @@
16279
16691
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
16280
16692
  "bytesInOutput": 3300
16281
16693
  },
16694
+ "src/Prebuilt/components/AppData/useSheet.ts": {
16695
+ "bytesInOutput": 844
16696
+ },
16282
16697
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
16283
16698
  "bytesInOutput": 658
16284
16699
  },
@@ -16355,7 +16770,7 @@
16355
16770
  "bytesInOutput": 9632
16356
16771
  },
16357
16772
  "src/Prebuilt/layouts/SidePane.tsx": {
16358
- "bytesInOutput": 4579
16773
+ "bytesInOutput": 4719
16359
16774
  },
16360
16775
  "src/Prebuilt/components/Polls/Polls.tsx": {
16361
16776
  "bytesInOutput": 735
@@ -16406,7 +16821,7 @@
16406
16821
  "bytesInOutput": 2078
16407
16822
  },
16408
16823
  "src/Prebuilt/components/Polls/common/utils.ts": {
16409
- "bytesInOutput": 480
16824
+ "bytesInOutput": 628
16410
16825
  },
16411
16826
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
16412
16827
  "bytesInOutput": 2309
@@ -16429,6 +16844,15 @@
16429
16844
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
16430
16845
  "bytesInOutput": 1727
16431
16846
  },
16847
+ "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
16848
+ "bytesInOutput": 1193
16849
+ },
16850
+ "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
16851
+ "bytesInOutput": 664
16852
+ },
16853
+ "src/Prebuilt/components/RoomDetails/Duration.tsx": {
16854
+ "bytesInOutput": 720
16855
+ },
16432
16856
  "src/Prebuilt/components/SidePaneTabs.tsx": {
16433
16857
  "bytesInOutput": 7277
16434
16858
  },
@@ -16436,7 +16860,7 @@
16436
16860
  "bytesInOutput": 3463
16437
16861
  },
16438
16862
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
16439
- "bytesInOutput": 14396
16863
+ "bytesInOutput": 14398
16440
16864
  },
16441
16865
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
16442
16866
  "bytesInOutput": 9785
@@ -16460,7 +16884,7 @@
16460
16884
  "bytesInOutput": 704
16461
16885
  },
16462
16886
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
16463
- "bytesInOutput": 8666
16887
+ "bytesInOutput": 8636
16464
16888
  },
16465
16889
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
16466
16890
  "bytesInOutput": 5318
@@ -16493,7 +16917,7 @@
16493
16917
  "bytesInOutput": 2469
16494
16918
  },
16495
16919
  "src/Prebuilt/components/VideoTile.tsx": {
16496
- "bytesInOutput": 6606
16920
+ "bytesInOutput": 6608
16497
16921
  },
16498
16922
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
16499
16923
  "bytesInOutput": 2035
@@ -16535,7 +16959,7 @@
16535
16959
  "bytesInOutput": 1626
16536
16960
  },
16537
16961
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
16538
- "bytesInOutput": 2719
16962
+ "bytesInOutput": 2721
16539
16963
  },
16540
16964
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
16541
16965
  "bytesInOutput": 2163
@@ -16610,7 +17034,10 @@
16610
17034
  "bytesInOutput": 27
16611
17035
  },
16612
17036
  "src/Prebuilt/components/Header/Header.tsx": {
16613
- "bytesInOutput": 1619
17037
+ "bytesInOutput": 1684
17038
+ },
17039
+ "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17040
+ "bytesInOutput": 1607
16614
17041
  },
16615
17042
  "src/Prebuilt/components/Header/common.jsx": {
16616
17043
  "bytesInOutput": 6075
@@ -16628,7 +17055,7 @@
16628
17055
  "bytesInOutput": 1427
16629
17056
  },
16630
17057
  "src/Prebuilt/components/Input/KeyboardInputManager.js": {
16631
- "bytesInOutput": 4441
17058
+ "bytesInOutput": 4445
16632
17059
  },
16633
17060
  "src/Prebuilt/components/LeaveScreen.tsx": {
16634
17061
  "bytesInOutput": 2185
@@ -16699,6 +17126,12 @@
16699
17126
  "src/Prebuilt/components/Toast/Toast.jsx": {
16700
17127
  "bytesInOutput": 534
16701
17128
  },
17129
+ "src/Prebuilt/layouts/Sheet.tsx": {
17130
+ "bytesInOutput": 478
17131
+ },
17132
+ "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
17133
+ "bytesInOutput": 1623
17134
+ },
16702
17135
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
16703
17136
  "bytesInOutput": 3918
16704
17137
  },
@@ -16718,7 +17151,7 @@
16718
17151
  "bytesInOutput": 651
16719
17152
  }
16720
17153
  },
16721
- "bytes": 1272319
17154
+ "bytes": 1282345
16722
17155
  }
16723
17156
  }
16724
17157
  }