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

Sign up to get free protection for your applications and to get access to all the features.
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",
@@ -12846,7 +13183,7 @@
12846
13183
  "imports": [],
12847
13184
  "exports": [],
12848
13185
  "inputs": {},
12849
- "bytes": 3196851
13186
+ "bytes": 3215096
12850
13187
  },
12851
13188
  "dist/index.cjs.js": {
12852
13189
  "imports": [
@@ -13195,6 +13532,16 @@
13195
13532
  "kind": "require-call",
13196
13533
  "external": true
13197
13534
  },
13535
+ {
13536
+ "path": "@100mslive/react-sdk",
13537
+ "kind": "require-call",
13538
+ "external": true
13539
+ },
13540
+ {
13541
+ "path": "react",
13542
+ "kind": "require-call",
13543
+ "external": true
13544
+ },
13198
13545
  {
13199
13546
  "path": "react-use",
13200
13547
  "kind": "require-call",
@@ -13795,6 +14142,16 @@
13795
14142
  "kind": "require-call",
13796
14143
  "external": true
13797
14144
  },
14145
+ {
14146
+ "path": "@100mslive/react-sdk",
14147
+ "kind": "require-call",
14148
+ "external": true
14149
+ },
14150
+ {
14151
+ "path": "react",
14152
+ "kind": "require-call",
14153
+ "external": true
14154
+ },
13798
14155
  {
13799
14156
  "path": "react-use",
13800
14157
  "kind": "require-call",
@@ -14310,6 +14667,26 @@
14310
14667
  "kind": "require-call",
14311
14668
  "external": true
14312
14669
  },
14670
+ {
14671
+ "path": "react",
14672
+ "kind": "require-call",
14673
+ "external": true
14674
+ },
14675
+ {
14676
+ "path": "@100mslive/react-icons",
14677
+ "kind": "require-call",
14678
+ "external": true
14679
+ },
14680
+ {
14681
+ "path": "react",
14682
+ "kind": "require-call",
14683
+ "external": true
14684
+ },
14685
+ {
14686
+ "path": "react",
14687
+ "kind": "require-call",
14688
+ "external": true
14689
+ },
14313
14690
  {
14314
14691
  "path": "@100mslive/react-sdk",
14315
14692
  "kind": "require-call",
@@ -15200,6 +15577,21 @@
15200
15577
  "kind": "require-call",
15201
15578
  "external": true
15202
15579
  },
15580
+ {
15581
+ "path": "react-use",
15582
+ "kind": "require-call",
15583
+ "external": true
15584
+ },
15585
+ {
15586
+ "path": "@100mslive/react-icons",
15587
+ "kind": "require-call",
15588
+ "external": true
15589
+ },
15590
+ {
15591
+ "path": "react",
15592
+ "kind": "require-call",
15593
+ "external": true
15594
+ },
15203
15595
  {
15204
15596
  "path": "@100mslive/react-sdk",
15205
15597
  "kind": "require-call",
@@ -15515,6 +15907,26 @@
15515
15907
  "kind": "require-call",
15516
15908
  "external": true
15517
15909
  },
15910
+ {
15911
+ "path": "@100mslive/react-icons",
15912
+ "kind": "require-call",
15913
+ "external": true
15914
+ },
15915
+ {
15916
+ "path": "react",
15917
+ "kind": "require-call",
15918
+ "external": true
15919
+ },
15920
+ {
15921
+ "path": "@100mslive/react-sdk",
15922
+ "kind": "require-call",
15923
+ "external": true
15924
+ },
15925
+ {
15926
+ "path": "react",
15927
+ "kind": "require-call",
15928
+ "external": true
15929
+ },
15518
15930
  {
15519
15931
  "path": "react-use",
15520
15932
  "kind": "require-call",
@@ -15565,13 +15977,13 @@
15565
15977
  "entryPoint": "src/index.ts",
15566
15978
  "inputs": {
15567
15979
  "<define:process.env>": {
15568
- "bytesInOutput": 18252
15980
+ "bytesInOutput": 18235
15569
15981
  },
15570
15982
  "src/Theme/base.config.ts": {
15571
15983
  "bytesInOutput": 6104
15572
15984
  },
15573
15985
  "src/Prebuilt/common/constants.ts": {
15574
- "bytesInOutput": 4389
15986
+ "bytesInOutput": 4526
15575
15987
  },
15576
15988
  "src/Theme/stitches.config.ts": {
15577
15989
  "bytesInOutput": 2153
@@ -15852,14 +16264,17 @@
15852
16264
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
15853
16265
  "bytesInOutput": 1552
15854
16266
  },
16267
+ "src/Prebuilt/common/utils.js": {
16268
+ "bytesInOutput": 3810
16269
+ },
15855
16270
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
15856
- "bytesInOutput": 1614
16271
+ "bytesInOutput": 3003
15857
16272
  },
15858
16273
  "src/Prebuilt/components/AppData/useSidepane.js": {
15859
16274
  "bytesInOutput": 2515
15860
16275
  },
15861
16276
  "src/Prebuilt/components/AppData/AppData.tsx": {
15862
- "bytesInOutput": 6500
16277
+ "bytesInOutput": 6542
15863
16278
  },
15864
16279
  "src/Prebuilt/AppContext.tsx": {
15865
16280
  "bytesInOutput": 840
@@ -16059,9 +16474,6 @@
16059
16474
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
16060
16475
  "bytesInOutput": 8158
16061
16476
  },
16062
- "src/Prebuilt/common/utils.js": {
16063
- "bytesInOutput": 3810
16064
- },
16065
16477
  "src/Prebuilt/components/Header/StreamActions.tsx": {
16066
16478
  "bytesInOutput": 12096
16067
16479
  },
@@ -16074,11 +16486,14 @@
16074
16486
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
16075
16487
  "bytesInOutput": 2839
16076
16488
  },
16489
+ "src/Prebuilt/components/AppData/useSheet.ts": {
16490
+ "bytesInOutput": 1099
16491
+ },
16077
16492
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
16078
16493
  "bytesInOutput": 938
16079
16494
  },
16080
16495
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
16081
- "bytesInOutput": 12309
16496
+ "bytesInOutput": 12980
16082
16497
  },
16083
16498
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
16084
16499
  "bytesInOutput": 729
@@ -16156,10 +16571,10 @@
16156
16571
  "bytesInOutput": 2747
16157
16572
  },
16158
16573
  "src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
16159
- "bytesInOutput": 1165
16574
+ "bytesInOutput": 1170
16160
16575
  },
16161
16576
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
16162
- "bytesInOutput": 9610
16577
+ "bytesInOutput": 9656
16163
16578
  },
16164
16579
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
16165
16580
  "bytesInOutput": 2802
@@ -16192,7 +16607,7 @@
16192
16607
  "bytesInOutput": 5842
16193
16608
  },
16194
16609
  "src/Prebuilt/components/Polls/common/utils.ts": {
16195
- "bytesInOutput": 664
16610
+ "bytesInOutput": 836
16196
16611
  },
16197
16612
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
16198
16613
  "bytesInOutput": 2726
@@ -16224,6 +16639,15 @@
16224
16639
  "src/Prebuilt/components/Polls/Polls.tsx": {
16225
16640
  "bytesInOutput": 1177
16226
16641
  },
16642
+ "src/Prebuilt/components/RoomDetails/Duration.tsx": {
16643
+ "bytesInOutput": 999
16644
+ },
16645
+ "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
16646
+ "bytesInOutput": 1003
16647
+ },
16648
+ "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
16649
+ "bytesInOutput": 1736
16650
+ },
16227
16651
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
16228
16652
  "bytesInOutput": 688
16229
16653
  },
@@ -16261,7 +16685,7 @@
16261
16685
  "bytesInOutput": 1440
16262
16686
  },
16263
16687
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
16264
- "bytesInOutput": 10419
16688
+ "bytesInOutput": 10385
16265
16689
  },
16266
16690
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
16267
16691
  "bytesInOutput": 3529
@@ -16321,7 +16745,7 @@
16321
16745
  "bytesInOutput": 8756
16322
16746
  },
16323
16747
  "src/Prebuilt/layouts/SidePane.tsx": {
16324
- "bytesInOutput": 5592
16748
+ "bytesInOutput": 5787
16325
16749
  },
16326
16750
  "src/Prebuilt/components/Chip.tsx": {
16327
16751
  "bytesInOutput": 1118
@@ -16452,11 +16876,14 @@
16452
16876
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
16453
16877
  "bytesInOutput": 4111
16454
16878
  },
16879
+ "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
16880
+ "bytesInOutput": 2182
16881
+ },
16455
16882
  "src/Prebuilt/components/Header/common.jsx": {
16456
16883
  "bytesInOutput": 7375
16457
16884
  },
16458
16885
  "src/Prebuilt/components/Header/Header.tsx": {
16459
- "bytesInOutput": 2217
16886
+ "bytesInOutput": 2327
16460
16887
  },
16461
16888
  "src/Prebuilt/components/Header/index.tsx": {
16462
16889
  "bytesInOutput": 152
@@ -16465,13 +16892,13 @@
16465
16892
  "bytesInOutput": 1019
16466
16893
  },
16467
16894
  "src/Prebuilt/components/ConferenceScreen.tsx": {
16468
- "bytesInOutput": 7487
16895
+ "bytesInOutput": 7500
16469
16896
  },
16470
16897
  "src/Prebuilt/components/ErrorBoundary.jsx": {
16471
16898
  "bytesInOutput": 4366
16472
16899
  },
16473
16900
  "src/Prebuilt/services/FeatureFlags.jsx": {
16474
- "bytesInOutput": 1704
16901
+ "bytesInOutput": 1708
16475
16902
  },
16476
16903
  "src/Prebuilt/components/init/Init.jsx": {
16477
16904
  "bytesInOutput": 944
@@ -16534,7 +16961,7 @@
16534
16961
  "bytesInOutput": 2281
16535
16962
  },
16536
16963
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
16537
- "bytesInOutput": 8275
16964
+ "bytesInOutput": 8278
16538
16965
  },
16539
16966
  "src/Prebuilt/components/Notifications/index.tsx": {
16540
16967
  "bytesInOutput": 173
@@ -16548,6 +16975,12 @@
16548
16975
  "src/Prebuilt/components/Toast/ToastContainer.jsx": {
16549
16976
  "bytesInOutput": 1415
16550
16977
  },
16978
+ "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
16979
+ "bytesInOutput": 2274
16980
+ },
16981
+ "src/Prebuilt/layouts/Sheet.tsx": {
16982
+ "bytesInOutput": 772
16983
+ },
16551
16984
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
16552
16985
  "bytesInOutput": 4336
16553
16986
  },
@@ -16558,7 +16991,7 @@
16558
16991
  "bytesInOutput": 2225
16559
16992
  },
16560
16993
  "src/Prebuilt/App.tsx": {
16561
- "bytesInOutput": 9555
16994
+ "bytesInOutput": 9643
16562
16995
  },
16563
16996
  "src/Prebuilt/index.ts": {
16564
16997
  "bytesInOutput": 131
@@ -16576,7 +17009,7 @@
16576
17009
  "bytesInOutput": 2980
16577
17010
  }
16578
17011
  },
16579
- "bytes": 1501613
17012
+ "bytes": 1514875
16580
17013
  }
16581
17014
  }
16582
17015
  }