@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.
- package/dist/{HLSView-4B5MUDFR.js → HLSView-NDCESLVD.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +5 -0
- package/dist/Prebuilt/components/AppData/useSheet.d.ts +4 -0
- package/dist/Prebuilt/components/Header/RoomDetailsHeader.d.ts +2 -0
- package/dist/Prebuilt/components/Polls/common/utils.d.ts +1 -1
- package/dist/Prebuilt/components/RoomDetails/Duration.d.ts +4 -0
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsPane.d.ts +2 -0
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsRow.d.ts +4 -0
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsSheet.d.ts +2 -0
- package/dist/Prebuilt/layouts/Sheet.d.ts +2 -0
- package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +5 -0
- package/dist/{chunk-KST24BRA.js → chunk-AGREPSFA.js} +1514 -1311
- package/dist/chunk-AGREPSFA.js.map +7 -0
- package/dist/index.cjs.js +2849 -2581
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +502 -59
- package/dist/meta.esbuild.json +511 -68
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +2 -0
- package/src/Prebuilt/common/constants.ts +6 -0
- package/src/Prebuilt/components/AppData/AppData.tsx +1 -0
- package/src/Prebuilt/components/AppData/useSheet.ts +33 -0
- package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
- package/src/Prebuilt/components/AudioVideoToggle.tsx +31 -27
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +0 -1
- package/src/Prebuilt/components/Header/Header.tsx +2 -0
- package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +51 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +18 -2
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +4 -8
- package/src/Prebuilt/components/Notifications/Notifications.tsx +15 -2
- package/src/Prebuilt/components/Polls/common/utils.ts +15 -9
- package/src/Prebuilt/components/RoomDetails/Duration.tsx +26 -0
- package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +36 -0
- package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +23 -0
- package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +45 -0
- package/src/Prebuilt/components/ScreenShareToggle.jsx +5 -3
- package/src/Prebuilt/layouts/Sheet.tsx +14 -0
- package/src/Prebuilt/layouts/SidePane.tsx +4 -0
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +40 -0
- package/dist/chunk-KST24BRA.js.map +0 -7
- /package/dist/{HLSView-4B5MUDFR.js.map → HLSView-NDCESLVD.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"format": "esm"
|
27
27
|
},
|
28
28
|
"src/Prebuilt/common/constants.ts": {
|
29
|
-
"bytes":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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",
|
@@ -12851,7 +13198,7 @@
|
|
12851
13198
|
"dist/index.js": {
|
12852
13199
|
"imports": [
|
12853
13200
|
{
|
12854
|
-
"path": "dist/chunk-
|
13201
|
+
"path": "dist/chunk-AGREPSFA.js",
|
12855
13202
|
"kind": "import-statement"
|
12856
13203
|
}
|
12857
13204
|
],
|
@@ -12924,16 +13271,16 @@
|
|
12924
13271
|
"inputs": {},
|
12925
13272
|
"bytes": 1822
|
12926
13273
|
},
|
12927
|
-
"dist/HLSView-
|
13274
|
+
"dist/HLSView-NDCESLVD.js.map": {
|
12928
13275
|
"imports": [],
|
12929
13276
|
"exports": [],
|
12930
13277
|
"inputs": {},
|
12931
13278
|
"bytes": 58854
|
12932
13279
|
},
|
12933
|
-
"dist/HLSView-
|
13280
|
+
"dist/HLSView-NDCESLVD.js": {
|
12934
13281
|
"imports": [
|
12935
13282
|
{
|
12936
|
-
"path": "dist/chunk-
|
13283
|
+
"path": "dist/chunk-AGREPSFA.js",
|
12937
13284
|
"kind": "import-statement"
|
12938
13285
|
},
|
12939
13286
|
{
|
@@ -13097,13 +13444,13 @@
|
|
13097
13444
|
},
|
13098
13445
|
"bytes": 36972
|
13099
13446
|
},
|
13100
|
-
"dist/chunk-
|
13447
|
+
"dist/chunk-AGREPSFA.js.map": {
|
13101
13448
|
"imports": [],
|
13102
13449
|
"exports": [],
|
13103
13450
|
"inputs": {},
|
13104
|
-
"bytes":
|
13451
|
+
"bytes": 3153242
|
13105
13452
|
},
|
13106
|
-
"dist/chunk-
|
13453
|
+
"dist/chunk-AGREPSFA.js": {
|
13107
13454
|
"imports": [
|
13108
13455
|
{
|
13109
13456
|
"path": "react",
|
@@ -13450,6 +13797,16 @@
|
|
13450
13797
|
"kind": "import-statement",
|
13451
13798
|
"external": true
|
13452
13799
|
},
|
13800
|
+
{
|
13801
|
+
"path": "@100mslive/react-sdk",
|
13802
|
+
"kind": "import-statement",
|
13803
|
+
"external": true
|
13804
|
+
},
|
13805
|
+
{
|
13806
|
+
"path": "react",
|
13807
|
+
"kind": "import-statement",
|
13808
|
+
"external": true
|
13809
|
+
},
|
13453
13810
|
{
|
13454
13811
|
"path": "react",
|
13455
13812
|
"kind": "import-statement",
|
@@ -14125,6 +14482,16 @@
|
|
14125
14482
|
"kind": "import-statement",
|
14126
14483
|
"external": true
|
14127
14484
|
},
|
14485
|
+
{
|
14486
|
+
"path": "@100mslive/react-sdk",
|
14487
|
+
"kind": "import-statement",
|
14488
|
+
"external": true
|
14489
|
+
},
|
14490
|
+
{
|
14491
|
+
"path": "react",
|
14492
|
+
"kind": "import-statement",
|
14493
|
+
"external": true
|
14494
|
+
},
|
14128
14495
|
{
|
14129
14496
|
"path": "@100mslive/react-icons",
|
14130
14497
|
"kind": "import-statement",
|
@@ -14630,6 +14997,26 @@
|
|
14630
14997
|
"kind": "import-statement",
|
14631
14998
|
"external": true
|
14632
14999
|
},
|
15000
|
+
{
|
15001
|
+
"path": "@100mslive/react-icons",
|
15002
|
+
"kind": "import-statement",
|
15003
|
+
"external": true
|
15004
|
+
},
|
15005
|
+
{
|
15006
|
+
"path": "react",
|
15007
|
+
"kind": "import-statement",
|
15008
|
+
"external": true
|
15009
|
+
},
|
15010
|
+
{
|
15011
|
+
"path": "react",
|
15012
|
+
"kind": "import-statement",
|
15013
|
+
"external": true
|
15014
|
+
},
|
15015
|
+
{
|
15016
|
+
"path": "react",
|
15017
|
+
"kind": "import-statement",
|
15018
|
+
"external": true
|
15019
|
+
},
|
14633
15020
|
{
|
14634
15021
|
"path": "react-use",
|
14635
15022
|
"kind": "import-statement",
|
@@ -15366,7 +15753,7 @@
|
|
15366
15753
|
"external": true
|
15367
15754
|
},
|
15368
15755
|
{
|
15369
|
-
"path": "dist/HLSView-
|
15756
|
+
"path": "dist/HLSView-NDCESLVD.js",
|
15370
15757
|
"kind": "dynamic-import"
|
15371
15758
|
},
|
15372
15759
|
{
|
@@ -15389,6 +15776,21 @@
|
|
15389
15776
|
"kind": "import-statement",
|
15390
15777
|
"external": true
|
15391
15778
|
},
|
15779
|
+
{
|
15780
|
+
"path": "react-use",
|
15781
|
+
"kind": "import-statement",
|
15782
|
+
"external": true
|
15783
|
+
},
|
15784
|
+
{
|
15785
|
+
"path": "@100mslive/react-icons",
|
15786
|
+
"kind": "import-statement",
|
15787
|
+
"external": true
|
15788
|
+
},
|
15789
|
+
{
|
15790
|
+
"path": "react",
|
15791
|
+
"kind": "import-statement",
|
15792
|
+
"external": true
|
15793
|
+
},
|
15392
15794
|
{
|
15393
15795
|
"path": "@100mslive/react-sdk",
|
15394
15796
|
"kind": "import-statement",
|
@@ -15674,6 +16076,26 @@
|
|
15674
16076
|
"kind": "import-statement",
|
15675
16077
|
"external": true
|
15676
16078
|
},
|
16079
|
+
{
|
16080
|
+
"path": "@100mslive/react-sdk",
|
16081
|
+
"kind": "import-statement",
|
16082
|
+
"external": true
|
16083
|
+
},
|
16084
|
+
{
|
16085
|
+
"path": "react",
|
16086
|
+
"kind": "import-statement",
|
16087
|
+
"external": true
|
16088
|
+
},
|
16089
|
+
{
|
16090
|
+
"path": "@100mslive/react-icons",
|
16091
|
+
"kind": "import-statement",
|
16092
|
+
"external": true
|
16093
|
+
},
|
16094
|
+
{
|
16095
|
+
"path": "react",
|
16096
|
+
"kind": "import-statement",
|
16097
|
+
"external": true
|
16098
|
+
},
|
15677
16099
|
{
|
15678
16100
|
"path": "react-use",
|
15679
16101
|
"kind": "import-statement",
|
@@ -15788,7 +16210,7 @@
|
|
15788
16210
|
],
|
15789
16211
|
"inputs": {
|
15790
16212
|
"<define:process.env>": {
|
15791
|
-
"bytesInOutput":
|
16213
|
+
"bytesInOutput": 18236
|
15792
16214
|
},
|
15793
16215
|
"../../node_modules/lodash/lodash.js": {
|
15794
16216
|
"bytesInOutput": 224276
|
@@ -15833,7 +16255,7 @@
|
|
15833
16255
|
"bytesInOutput": 5061
|
15834
16256
|
},
|
15835
16257
|
"src/Prebuilt/common/constants.ts": {
|
15836
|
-
"bytesInOutput":
|
16258
|
+
"bytesInOutput": 3560
|
15837
16259
|
},
|
15838
16260
|
"src/Theme/ThemeProvider.tsx": {
|
15839
16261
|
"bytesInOutput": 1926
|
@@ -16037,10 +16459,10 @@
|
|
16037
16459
|
"bytesInOutput": 887
|
16038
16460
|
},
|
16039
16461
|
"src/Prebuilt/App.tsx": {
|
16040
|
-
"bytesInOutput":
|
16462
|
+
"bytesInOutput": 7710
|
16041
16463
|
},
|
16042
16464
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
16043
|
-
"bytesInOutput":
|
16465
|
+
"bytesInOutput": 5383
|
16044
16466
|
},
|
16045
16467
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
16046
16468
|
"bytesInOutput": 2705
|
@@ -16049,7 +16471,7 @@
|
|
16049
16471
|
"bytesInOutput": 973
|
16050
16472
|
},
|
16051
16473
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
16052
|
-
"bytesInOutput":
|
16474
|
+
"bytesInOutput": 5280
|
16053
16475
|
},
|
16054
16476
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
16055
16477
|
"bytesInOutput": 748
|
@@ -16058,7 +16480,7 @@
|
|
16058
16480
|
"bytesInOutput": 241
|
16059
16481
|
},
|
16060
16482
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
16061
|
-
"bytesInOutput":
|
16483
|
+
"bytesInOutput": 2709
|
16062
16484
|
},
|
16063
16485
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
16064
16486
|
"bytesInOutput": 1118
|
@@ -16069,6 +16491,9 @@
|
|
16069
16491
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
16070
16492
|
"bytesInOutput": 1486
|
16071
16493
|
},
|
16494
|
+
"src/Prebuilt/common/utils.js": {
|
16495
|
+
"bytesInOutput": 3210
|
16496
|
+
},
|
16072
16497
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
16073
16498
|
"bytesInOutput": 1934
|
16074
16499
|
},
|
@@ -16088,7 +16513,7 @@
|
|
16088
16513
|
"bytesInOutput": 3350
|
16089
16514
|
},
|
16090
16515
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
16091
|
-
"bytesInOutput":
|
16516
|
+
"bytesInOutput": 10265
|
16092
16517
|
},
|
16093
16518
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16094
16519
|
"bytesInOutput": 3065
|
@@ -16136,7 +16561,7 @@
|
|
16136
16561
|
"bytesInOutput": 2168
|
16137
16562
|
},
|
16138
16563
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
16139
|
-
"bytesInOutput":
|
16564
|
+
"bytesInOutput": 5689
|
16140
16565
|
},
|
16141
16566
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
16142
16567
|
"bytesInOutput": 1947
|
@@ -16178,7 +16603,7 @@
|
|
16178
16603
|
"bytesInOutput": 6096
|
16179
16604
|
},
|
16180
16605
|
"src/Prebuilt/common/hooks.ts": {
|
16181
|
-
"bytesInOutput":
|
16606
|
+
"bytesInOutput": 2697
|
16182
16607
|
},
|
16183
16608
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
16184
16609
|
"bytesInOutput": 4547
|
@@ -16211,7 +16636,7 @@
|
|
16211
16636
|
"bytesInOutput": 1948
|
16212
16637
|
},
|
16213
16638
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
16214
|
-
"bytesInOutput":
|
16639
|
+
"bytesInOutput": 10563
|
16215
16640
|
},
|
16216
16641
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
16217
16642
|
"bytesInOutput": 10019
|
@@ -16220,7 +16645,7 @@
|
|
16220
16645
|
"bytesInOutput": 48907
|
16221
16646
|
},
|
16222
16647
|
"../../node_modules/reselect/es/index.js": {
|
16223
|
-
"bytesInOutput":
|
16648
|
+
"bytesInOutput": 2539
|
16224
16649
|
},
|
16225
16650
|
"../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
|
16226
16651
|
"bytesInOutput": 42640
|
@@ -16238,7 +16663,7 @@
|
|
16238
16663
|
"bytesInOutput": 22678
|
16239
16664
|
},
|
16240
16665
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
16241
|
-
"bytesInOutput":
|
16666
|
+
"bytesInOutput": 6095
|
16242
16667
|
},
|
16243
16668
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
16244
16669
|
"bytesInOutput": 1256
|
@@ -16247,7 +16672,7 @@
|
|
16247
16672
|
"bytesInOutput": 9143
|
16248
16673
|
},
|
16249
16674
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
16250
|
-
"bytesInOutput":
|
16675
|
+
"bytesInOutput": 2140
|
16251
16676
|
},
|
16252
16677
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
16253
16678
|
"bytesInOutput": 842
|
@@ -16267,9 +16692,6 @@
|
|
16267
16692
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
16268
16693
|
"bytesInOutput": 907
|
16269
16694
|
},
|
16270
|
-
"src/Prebuilt/common/utils.js": {
|
16271
|
-
"bytesInOutput": 3207
|
16272
|
-
},
|
16273
16695
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
16274
16696
|
"bytesInOutput": 1390
|
16275
16697
|
},
|
@@ -16279,6 +16701,9 @@
|
|
16279
16701
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
16280
16702
|
"bytesInOutput": 3300
|
16281
16703
|
},
|
16704
|
+
"src/Prebuilt/components/AppData/useSheet.ts": {
|
16705
|
+
"bytesInOutput": 844
|
16706
|
+
},
|
16282
16707
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
16283
16708
|
"bytesInOutput": 658
|
16284
16709
|
},
|
@@ -16286,7 +16711,7 @@
|
|
16286
16711
|
"bytesInOutput": 589
|
16287
16712
|
},
|
16288
16713
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
16289
|
-
"bytesInOutput":
|
16714
|
+
"bytesInOutput": 1619
|
16290
16715
|
},
|
16291
16716
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
16292
16717
|
"bytesInOutput": 7126
|
@@ -16355,13 +16780,13 @@
|
|
16355
16780
|
"bytesInOutput": 9632
|
16356
16781
|
},
|
16357
16782
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16358
|
-
"bytesInOutput":
|
16783
|
+
"bytesInOutput": 4719
|
16359
16784
|
},
|
16360
16785
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
16361
16786
|
"bytesInOutput": 735
|
16362
16787
|
},
|
16363
16788
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
16364
|
-
"bytesInOutput":
|
16789
|
+
"bytesInOutput": 7987
|
16365
16790
|
},
|
16366
16791
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
16367
16792
|
"bytesInOutput": 2247
|
@@ -16406,7 +16831,7 @@
|
|
16406
16831
|
"bytesInOutput": 2078
|
16407
16832
|
},
|
16408
16833
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
16409
|
-
"bytesInOutput":
|
16834
|
+
"bytesInOutput": 628
|
16410
16835
|
},
|
16411
16836
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
16412
16837
|
"bytesInOutput": 2309
|
@@ -16429,6 +16854,15 @@
|
|
16429
16854
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
16430
16855
|
"bytesInOutput": 1727
|
16431
16856
|
},
|
16857
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
16858
|
+
"bytesInOutput": 1193
|
16859
|
+
},
|
16860
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
16861
|
+
"bytesInOutput": 664
|
16862
|
+
},
|
16863
|
+
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
16864
|
+
"bytesInOutput": 720
|
16865
|
+
},
|
16432
16866
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
16433
16867
|
"bytesInOutput": 7277
|
16434
16868
|
},
|
@@ -16436,7 +16870,7 @@
|
|
16436
16870
|
"bytesInOutput": 3463
|
16437
16871
|
},
|
16438
16872
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
16439
|
-
"bytesInOutput":
|
16873
|
+
"bytesInOutput": 14398
|
16440
16874
|
},
|
16441
16875
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
16442
16876
|
"bytesInOutput": 9785
|
@@ -16460,7 +16894,7 @@
|
|
16460
16894
|
"bytesInOutput": 704
|
16461
16895
|
},
|
16462
16896
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
16463
|
-
"bytesInOutput":
|
16897
|
+
"bytesInOutput": 8636
|
16464
16898
|
},
|
16465
16899
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
16466
16900
|
"bytesInOutput": 5318
|
@@ -16493,7 +16927,7 @@
|
|
16493
16927
|
"bytesInOutput": 2469
|
16494
16928
|
},
|
16495
16929
|
"src/Prebuilt/components/VideoTile.tsx": {
|
16496
|
-
"bytesInOutput":
|
16930
|
+
"bytesInOutput": 6608
|
16497
16931
|
},
|
16498
16932
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
16499
16933
|
"bytesInOutput": 2035
|
@@ -16535,7 +16969,7 @@
|
|
16535
16969
|
"bytesInOutput": 1626
|
16536
16970
|
},
|
16537
16971
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
16538
|
-
"bytesInOutput":
|
16972
|
+
"bytesInOutput": 2721
|
16539
16973
|
},
|
16540
16974
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
16541
16975
|
"bytesInOutput": 2163
|
@@ -16610,7 +17044,10 @@
|
|
16610
17044
|
"bytesInOutput": 27
|
16611
17045
|
},
|
16612
17046
|
"src/Prebuilt/components/Header/Header.tsx": {
|
16613
|
-
"bytesInOutput":
|
17047
|
+
"bytesInOutput": 1684
|
17048
|
+
},
|
17049
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
17050
|
+
"bytesInOutput": 1607
|
16614
17051
|
},
|
16615
17052
|
"src/Prebuilt/components/Header/common.jsx": {
|
16616
17053
|
"bytesInOutput": 6075
|
@@ -16628,7 +17065,7 @@
|
|
16628
17065
|
"bytesInOutput": 1427
|
16629
17066
|
},
|
16630
17067
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
16631
|
-
"bytesInOutput":
|
17068
|
+
"bytesInOutput": 4445
|
16632
17069
|
},
|
16633
17070
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
16634
17071
|
"bytesInOutput": 2185
|
@@ -16646,7 +17083,7 @@
|
|
16646
17083
|
"bytesInOutput": 27
|
16647
17084
|
},
|
16648
17085
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
16649
|
-
"bytesInOutput":
|
17086
|
+
"bytesInOutput": 7971
|
16650
17087
|
},
|
16651
17088
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
16652
17089
|
"bytesInOutput": 1053
|
@@ -16655,7 +17092,7 @@
|
|
16655
17092
|
"bytesInOutput": 1350
|
16656
17093
|
},
|
16657
17094
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
16658
|
-
"bytesInOutput":
|
17095
|
+
"bytesInOutput": 1413
|
16659
17096
|
},
|
16660
17097
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
16661
17098
|
"bytesInOutput": 1768
|
@@ -16699,6 +17136,12 @@
|
|
16699
17136
|
"src/Prebuilt/components/Toast/Toast.jsx": {
|
16700
17137
|
"bytesInOutput": 534
|
16701
17138
|
},
|
17139
|
+
"src/Prebuilt/layouts/Sheet.tsx": {
|
17140
|
+
"bytesInOutput": 478
|
17141
|
+
},
|
17142
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
17143
|
+
"bytesInOutput": 1623
|
17144
|
+
},
|
16702
17145
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
16703
17146
|
"bytesInOutput": 3918
|
16704
17147
|
},
|
@@ -16718,7 +17161,7 @@
|
|
16718
17161
|
"bytesInOutput": 651
|
16719
17162
|
}
|
16720
17163
|
},
|
16721
|
-
"bytes":
|
17164
|
+
"bytes": 1283281
|
16722
17165
|
}
|
16723
17166
|
}
|
16724
17167
|
}
|