@100mslive/roomkit-react 0.3.19-alpha.0 → 0.3.19-alpha.10
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-6CQOPAJJ.css → HLSView-SQVMLXDB.css} +67 -19
- package/dist/{HLSView-6CQOPAJJ.css.map → HLSView-SQVMLXDB.css.map} +2 -2
- package/dist/{HLSView-LJQ65VXH.js → HLSView-YHWO3IWB.js} +43 -43
- package/dist/{HLSView-LJQ65VXH.js.map → HLSView-YHWO3IWB.js.map} +1 -1
- package/dist/Modal/Dialog.d.ts +3 -1
- package/dist/Prebuilt/components/EndCallFeedback/Feedback.d.ts +2 -0
- package/dist/Prebuilt/components/EndCallFeedback/FeedbackForm.d.ts +28 -0
- package/dist/Prebuilt/components/EndCallFeedback/ThankyouView.d.ts +2 -0
- package/dist/Prebuilt/components/VirtualBackground/VBCollection.d.ts +1 -1
- package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +5 -6
- package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +1 -0
- package/dist/{chunk-O3I4DN7I.js → chunk-2OV5LOYE.js} +1747 -1226
- package/dist/chunk-2OV5LOYE.js.map +7 -0
- package/dist/index.cjs.css +66 -18
- package/dist/index.cjs.css.map +2 -2
- package/dist/index.cjs.js +1773 -1229
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +66 -18
- package/dist/index.css.map +2 -2
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +416 -149
- package/dist/meta.esbuild.json +435 -168
- package/package.json +8 -8
- package/src/Modal/Dialog.tsx +13 -2
- package/src/Prebuilt/App.tsx +3 -0
- package/src/Prebuilt/AppStateContext.tsx +1 -2
- package/src/Prebuilt/Prebuilt.stories.tsx +1 -0
- package/src/Prebuilt/common/PeersSorter.ts +2 -1
- package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +70 -0
- package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +371 -0
- package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +44 -0
- package/src/Prebuilt/components/LeaveScreen.tsx +2 -0
- package/src/Prebuilt/components/PIP/PIPChat.tsx +14 -2
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +2 -9
- package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +3 -1
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +14 -4
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +46 -31
- package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +15 -1
- package/src/Prebuilt/plugins/CaptionsViewer.tsx +4 -1
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +1 -0
- package/src/Video/Video.tsx +1 -1
- package/dist/chunk-O3I4DN7I.js.map +0 -7
package/dist/meta.esbuild.json
CHANGED
@@ -801,7 +801,7 @@
|
|
801
801
|
"format": "esm"
|
802
802
|
},
|
803
803
|
"src/Modal/Dialog.tsx": {
|
804
|
-
"bytes":
|
804
|
+
"bytes": 1851,
|
805
805
|
"imports": [
|
806
806
|
{
|
807
807
|
"path": "react",
|
@@ -832,6 +832,11 @@
|
|
832
832
|
"path": "<define:process.env>",
|
833
833
|
"kind": "import-statement",
|
834
834
|
"external": true
|
835
|
+
},
|
836
|
+
{
|
837
|
+
"path": "<runtime>",
|
838
|
+
"kind": "import-statement",
|
839
|
+
"external": true
|
835
840
|
}
|
836
841
|
],
|
837
842
|
"format": "esm"
|
@@ -1074,7 +1079,7 @@
|
|
1074
1079
|
"format": "esm"
|
1075
1080
|
},
|
1076
1081
|
"src/Video/Video.tsx": {
|
1077
|
-
"bytes":
|
1082
|
+
"bytes": 1585,
|
1078
1083
|
"imports": [
|
1079
1084
|
{
|
1080
1085
|
"path": "react",
|
@@ -2210,7 +2215,7 @@
|
|
2210
2215
|
"format": "esm"
|
2211
2216
|
},
|
2212
2217
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
2213
|
-
"bytes":
|
2218
|
+
"bytes": 3558,
|
2214
2219
|
"imports": [
|
2215
2220
|
{
|
2216
2221
|
"path": "react",
|
@@ -2385,10 +2390,10 @@
|
|
2385
2390
|
"format": "esm"
|
2386
2391
|
},
|
2387
2392
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
2388
|
-
"bytes":
|
2393
|
+
"bytes": 3223,
|
2389
2394
|
"imports": [
|
2390
2395
|
{
|
2391
|
-
"path": "@100mslive/hms-virtual-background",
|
2396
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
2392
2397
|
"kind": "import-statement",
|
2393
2398
|
"external": true
|
2394
2399
|
},
|
@@ -2397,6 +2402,11 @@
|
|
2397
2402
|
"kind": "import-statement",
|
2398
2403
|
"external": true
|
2399
2404
|
},
|
2405
|
+
{
|
2406
|
+
"path": "@100mslive/hms-virtual-background/hmseffectsplugin",
|
2407
|
+
"kind": "dynamic-import",
|
2408
|
+
"external": true
|
2409
|
+
},
|
2400
2410
|
{
|
2401
2411
|
"path": "<runtime>",
|
2402
2412
|
"kind": "import-statement",
|
@@ -2505,7 +2515,7 @@
|
|
2505
2515
|
"format": "esm"
|
2506
2516
|
},
|
2507
2517
|
"src/Prebuilt/AppStateContext.tsx": {
|
2508
|
-
"bytes":
|
2518
|
+
"bytes": 3380,
|
2509
2519
|
"imports": [
|
2510
2520
|
{
|
2511
2521
|
"path": "react",
|
@@ -4332,7 +4342,7 @@
|
|
4332
4342
|
"format": "esm"
|
4333
4343
|
},
|
4334
4344
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
4335
|
-
"bytes":
|
4345
|
+
"bytes": 10270,
|
4336
4346
|
"imports": [
|
4337
4347
|
{
|
4338
4348
|
"path": "react",
|
@@ -5729,7 +5739,7 @@
|
|
5729
5739
|
"format": "cjs"
|
5730
5740
|
},
|
5731
5741
|
"../hms-video-store/dist/index.js": {
|
5732
|
-
"bytes":
|
5742
|
+
"bytes": 370569,
|
5733
5743
|
"imports": [
|
5734
5744
|
{
|
5735
5745
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -6674,13 +6684,18 @@
|
|
6674
6684
|
"format": "esm"
|
6675
6685
|
},
|
6676
6686
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
6677
|
-
"bytes":
|
6687
|
+
"bytes": 1831,
|
6678
6688
|
"imports": [
|
6679
6689
|
{
|
6680
6690
|
"path": "react",
|
6681
6691
|
"kind": "import-statement",
|
6682
6692
|
"external": true
|
6683
6693
|
},
|
6694
|
+
{
|
6695
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
6696
|
+
"kind": "import-statement",
|
6697
|
+
"external": true
|
6698
|
+
},
|
6684
6699
|
{
|
6685
6700
|
"path": "@100mslive/react-sdk",
|
6686
6701
|
"kind": "import-statement",
|
@@ -6706,6 +6721,11 @@
|
|
6706
6721
|
"kind": "import-statement",
|
6707
6722
|
"original": "../../IconButton"
|
6708
6723
|
},
|
6724
|
+
{
|
6725
|
+
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
6726
|
+
"kind": "import-statement",
|
6727
|
+
"original": "./VBHandler"
|
6728
|
+
},
|
6709
6729
|
{
|
6710
6730
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6711
6731
|
"kind": "import-statement",
|
@@ -9909,7 +9929,7 @@
|
|
9909
9929
|
"format": "esm"
|
9910
9930
|
},
|
9911
9931
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
9912
|
-
"bytes":
|
9932
|
+
"bytes": 1590,
|
9913
9933
|
"imports": [
|
9914
9934
|
{
|
9915
9935
|
"path": "react",
|
@@ -9917,7 +9937,7 @@
|
|
9917
9937
|
"external": true
|
9918
9938
|
},
|
9919
9939
|
{
|
9920
|
-
"path": "@100mslive/hms-virtual-background",
|
9940
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
9921
9941
|
"kind": "import-statement",
|
9922
9942
|
"external": true
|
9923
9943
|
},
|
@@ -9950,7 +9970,7 @@
|
|
9950
9970
|
"format": "esm"
|
9951
9971
|
},
|
9952
9972
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9953
|
-
"bytes":
|
9973
|
+
"bytes": 8800,
|
9954
9974
|
"imports": [
|
9955
9975
|
{
|
9956
9976
|
"path": "react",
|
@@ -9968,7 +9988,7 @@
|
|
9968
9988
|
"original": "@100mslive/hms-video-store"
|
9969
9989
|
},
|
9970
9990
|
{
|
9971
|
-
"path": "@100mslive/hms-virtual-background",
|
9991
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
9972
9992
|
"kind": "import-statement",
|
9973
9993
|
"external": true
|
9974
9994
|
},
|
@@ -10928,7 +10948,7 @@
|
|
10928
10948
|
"format": "esm"
|
10929
10949
|
},
|
10930
10950
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
10931
|
-
"bytes":
|
10951
|
+
"bytes": 2299,
|
10932
10952
|
"imports": [
|
10933
10953
|
{
|
10934
10954
|
"path": "react",
|
@@ -10965,11 +10985,6 @@
|
|
10965
10985
|
"kind": "import-statement",
|
10966
10986
|
"original": "../SecondaryTiles"
|
10967
10987
|
},
|
10968
|
-
{
|
10969
|
-
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
10970
|
-
"kind": "import-statement",
|
10971
|
-
"original": "../Settings/LayoutSettings"
|
10972
|
-
},
|
10973
10988
|
{
|
10974
10989
|
"path": "src/Prebuilt/components/VideoLayouts/Grid.tsx",
|
10975
10990
|
"kind": "import-statement",
|
@@ -11277,7 +11292,7 @@
|
|
11277
11292
|
],
|
11278
11293
|
"format": "esm"
|
11279
11294
|
},
|
11280
|
-
"../../../../../../../tmp/tmp-
|
11295
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620c6a3/tldraw.css": {
|
11281
11296
|
"bytes": 80111,
|
11282
11297
|
"imports": [
|
11283
11298
|
{
|
@@ -11327,7 +11342,7 @@
|
|
11327
11342
|
}
|
11328
11343
|
]
|
11329
11344
|
},
|
11330
|
-
"../../../../../../../tmp/tmp-
|
11345
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620bd31/index.css": {
|
11331
11346
|
"bytes": 597,
|
11332
11347
|
"imports": [
|
11333
11348
|
{
|
@@ -11336,7 +11351,7 @@
|
|
11336
11351
|
"external": true
|
11337
11352
|
},
|
11338
11353
|
{
|
11339
|
-
"path": "../../../../../../../tmp/tmp-
|
11354
|
+
"path": "../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620c6a3/tldraw.css",
|
11340
11355
|
"kind": "import-rule",
|
11341
11356
|
"original": "@tldraw/tldraw/tldraw.css"
|
11342
11357
|
}
|
@@ -11411,7 +11426,7 @@
|
|
11411
11426
|
"original": "../../common/constants"
|
11412
11427
|
},
|
11413
11428
|
{
|
11414
|
-
"path": "../../../../../../../tmp/tmp-
|
11429
|
+
"path": "../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620bd31/index.css",
|
11415
11430
|
"kind": "import-statement",
|
11416
11431
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11417
11432
|
},
|
@@ -11424,7 +11439,7 @@
|
|
11424
11439
|
"format": "esm"
|
11425
11440
|
},
|
11426
11441
|
"src/Prebuilt/common/PeersSorter.ts": {
|
11427
|
-
"bytes":
|
11442
|
+
"bytes": 3304,
|
11428
11443
|
"imports": [
|
11429
11444
|
{
|
11430
11445
|
"path": "@100mslive/react-sdk",
|
@@ -11608,7 +11623,7 @@
|
|
11608
11623
|
"format": "esm"
|
11609
11624
|
},
|
11610
11625
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
11611
|
-
"bytes":
|
11626
|
+
"bytes": 7733,
|
11612
11627
|
"imports": [
|
11613
11628
|
{
|
11614
11629
|
"path": "react",
|
@@ -13018,8 +13033,191 @@
|
|
13018
13033
|
],
|
13019
13034
|
"format": "esm"
|
13020
13035
|
},
|
13036
|
+
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
13037
|
+
"bytes": 10793,
|
13038
|
+
"imports": [
|
13039
|
+
{
|
13040
|
+
"path": "react",
|
13041
|
+
"kind": "import-statement",
|
13042
|
+
"external": true
|
13043
|
+
},
|
13044
|
+
{
|
13045
|
+
"path": "react-use",
|
13046
|
+
"kind": "import-statement",
|
13047
|
+
"external": true
|
13048
|
+
},
|
13049
|
+
{
|
13050
|
+
"path": "@100mslive/types-prebuilt/elements/feedback",
|
13051
|
+
"kind": "import-statement",
|
13052
|
+
"external": true
|
13053
|
+
},
|
13054
|
+
{
|
13055
|
+
"path": "@100mslive/react-sdk",
|
13056
|
+
"kind": "import-statement",
|
13057
|
+
"external": true
|
13058
|
+
},
|
13059
|
+
{
|
13060
|
+
"path": "@100mslive/react-icons",
|
13061
|
+
"kind": "import-statement",
|
13062
|
+
"external": true
|
13063
|
+
},
|
13064
|
+
{
|
13065
|
+
"path": "src/Button/index.tsx",
|
13066
|
+
"kind": "import-statement",
|
13067
|
+
"original": "../../../Button"
|
13068
|
+
},
|
13069
|
+
{
|
13070
|
+
"path": "src/Checkbox/index.tsx",
|
13071
|
+
"kind": "import-statement",
|
13072
|
+
"original": "../../../Checkbox"
|
13073
|
+
},
|
13074
|
+
{
|
13075
|
+
"path": "src/Label/index.ts",
|
13076
|
+
"kind": "import-statement",
|
13077
|
+
"original": "../../../Label"
|
13078
|
+
},
|
13079
|
+
{
|
13080
|
+
"path": "src/Layout/index.tsx",
|
13081
|
+
"kind": "import-statement",
|
13082
|
+
"original": "../../../Layout"
|
13083
|
+
},
|
13084
|
+
{
|
13085
|
+
"path": "src/Modal/index.ts",
|
13086
|
+
"kind": "import-statement",
|
13087
|
+
"original": "../../../Modal"
|
13088
|
+
},
|
13089
|
+
{
|
13090
|
+
"path": "src/Sheet/index.ts",
|
13091
|
+
"kind": "import-statement",
|
13092
|
+
"original": "../../../Sheet"
|
13093
|
+
},
|
13094
|
+
{
|
13095
|
+
"path": "src/Text/index.tsx",
|
13096
|
+
"kind": "import-statement",
|
13097
|
+
"original": "../../../Text"
|
13098
|
+
},
|
13099
|
+
{
|
13100
|
+
"path": "src/TextArea/index.tsx",
|
13101
|
+
"kind": "import-statement",
|
13102
|
+
"original": "../../../TextArea"
|
13103
|
+
},
|
13104
|
+
{
|
13105
|
+
"path": "src/Theme/index.tsx",
|
13106
|
+
"kind": "import-statement",
|
13107
|
+
"original": "../../../Theme"
|
13108
|
+
},
|
13109
|
+
{
|
13110
|
+
"path": "src/Prebuilt/AppContext.tsx",
|
13111
|
+
"kind": "import-statement",
|
13112
|
+
"original": "../../AppContext"
|
13113
|
+
},
|
13114
|
+
{
|
13115
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
13116
|
+
"kind": "import-statement",
|
13117
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
13118
|
+
},
|
13119
|
+
{
|
13120
|
+
"path": "<define:process.env>",
|
13121
|
+
"kind": "import-statement",
|
13122
|
+
"external": true
|
13123
|
+
},
|
13124
|
+
{
|
13125
|
+
"path": "<runtime>",
|
13126
|
+
"kind": "import-statement",
|
13127
|
+
"external": true
|
13128
|
+
}
|
13129
|
+
],
|
13130
|
+
"format": "esm"
|
13131
|
+
},
|
13132
|
+
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
13133
|
+
"bytes": 1230,
|
13134
|
+
"imports": [
|
13135
|
+
{
|
13136
|
+
"path": "react",
|
13137
|
+
"kind": "import-statement",
|
13138
|
+
"external": true
|
13139
|
+
},
|
13140
|
+
{
|
13141
|
+
"path": "react-use",
|
13142
|
+
"kind": "import-statement",
|
13143
|
+
"external": true
|
13144
|
+
},
|
13145
|
+
{
|
13146
|
+
"path": "@100mslive/react-icons",
|
13147
|
+
"kind": "import-statement",
|
13148
|
+
"external": true
|
13149
|
+
},
|
13150
|
+
{
|
13151
|
+
"path": "src/Layout/index.tsx",
|
13152
|
+
"kind": "import-statement",
|
13153
|
+
"original": "../../../Layout"
|
13154
|
+
},
|
13155
|
+
{
|
13156
|
+
"path": "src/Text/index.tsx",
|
13157
|
+
"kind": "import-statement",
|
13158
|
+
"original": "../../../Text"
|
13159
|
+
},
|
13160
|
+
{
|
13161
|
+
"path": "src/Theme/index.tsx",
|
13162
|
+
"kind": "import-statement",
|
13163
|
+
"original": "../../../Theme"
|
13164
|
+
},
|
13165
|
+
{
|
13166
|
+
"path": "<define:process.env>",
|
13167
|
+
"kind": "import-statement",
|
13168
|
+
"external": true
|
13169
|
+
}
|
13170
|
+
],
|
13171
|
+
"format": "esm"
|
13172
|
+
},
|
13173
|
+
"src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
|
13174
|
+
"bytes": 1775,
|
13175
|
+
"imports": [
|
13176
|
+
{
|
13177
|
+
"path": "react",
|
13178
|
+
"kind": "import-statement",
|
13179
|
+
"external": true
|
13180
|
+
},
|
13181
|
+
{
|
13182
|
+
"path": "react-use",
|
13183
|
+
"kind": "import-statement",
|
13184
|
+
"external": true
|
13185
|
+
},
|
13186
|
+
{
|
13187
|
+
"path": "src/Layout/index.tsx",
|
13188
|
+
"kind": "import-statement",
|
13189
|
+
"original": "../../../Layout"
|
13190
|
+
},
|
13191
|
+
{
|
13192
|
+
"path": "src/Theme/index.tsx",
|
13193
|
+
"kind": "import-statement",
|
13194
|
+
"original": "../../../Theme"
|
13195
|
+
},
|
13196
|
+
{
|
13197
|
+
"path": "src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx",
|
13198
|
+
"kind": "import-statement",
|
13199
|
+
"original": "./FeedbackForm"
|
13200
|
+
},
|
13201
|
+
{
|
13202
|
+
"path": "src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx",
|
13203
|
+
"kind": "import-statement",
|
13204
|
+
"original": "./ThankyouView"
|
13205
|
+
},
|
13206
|
+
{
|
13207
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
13208
|
+
"kind": "import-statement",
|
13209
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
13210
|
+
},
|
13211
|
+
{
|
13212
|
+
"path": "<define:process.env>",
|
13213
|
+
"kind": "import-statement",
|
13214
|
+
"external": true
|
13215
|
+
}
|
13216
|
+
],
|
13217
|
+
"format": "esm"
|
13218
|
+
},
|
13021
13219
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
13022
|
-
"bytes":
|
13220
|
+
"bytes": 2421,
|
13023
13221
|
"imports": [
|
13024
13222
|
{
|
13025
13223
|
"path": "react",
|
@@ -13031,6 +13229,11 @@
|
|
13031
13229
|
"kind": "import-statement",
|
13032
13230
|
"external": true
|
13033
13231
|
},
|
13232
|
+
{
|
13233
|
+
"path": "src/Prebuilt/components/EndCallFeedback/Feedback.tsx",
|
13234
|
+
"kind": "import-statement",
|
13235
|
+
"original": "./EndCallFeedback/Feedback"
|
13236
|
+
},
|
13034
13237
|
{
|
13035
13238
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13036
13239
|
"kind": "import-statement",
|
@@ -14148,7 +14351,7 @@
|
|
14148
14351
|
"format": "esm"
|
14149
14352
|
},
|
14150
14353
|
"src/Prebuilt/App.tsx": {
|
14151
|
-
"bytes":
|
14354
|
+
"bytes": 11109,
|
14152
14355
|
"imports": [
|
14153
14356
|
{
|
14154
14357
|
"path": "react",
|
@@ -15211,7 +15414,7 @@
|
|
15211
15414
|
"dist/index.js": {
|
15212
15415
|
"imports": [
|
15213
15416
|
{
|
15214
|
-
"path": "dist/chunk-
|
15417
|
+
"path": "dist/chunk-2OV5LOYE.js",
|
15215
15418
|
"kind": "import-statement"
|
15216
15419
|
}
|
15217
15420
|
],
|
@@ -15287,16 +15490,16 @@
|
|
15287
15490
|
"inputs": {},
|
15288
15491
|
"bytes": 1882
|
15289
15492
|
},
|
15290
|
-
"dist/HLSView-
|
15493
|
+
"dist/HLSView-YHWO3IWB.js.map": {
|
15291
15494
|
"imports": [],
|
15292
15495
|
"exports": [],
|
15293
15496
|
"inputs": {},
|
15294
|
-
"bytes":
|
15497
|
+
"bytes": 100192
|
15295
15498
|
},
|
15296
|
-
"dist/HLSView-
|
15499
|
+
"dist/HLSView-YHWO3IWB.js": {
|
15297
15500
|
"imports": [
|
15298
15501
|
{
|
15299
|
-
"path": "dist/chunk-
|
15502
|
+
"path": "dist/chunk-2OV5LOYE.js",
|
15300
15503
|
"kind": "import-statement"
|
15301
15504
|
},
|
15302
15505
|
{
|
@@ -15474,13 +15677,13 @@
|
|
15474
15677
|
"default"
|
15475
15678
|
],
|
15476
15679
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
15477
|
-
"cssBundle": "dist/HLSView-
|
15680
|
+
"cssBundle": "dist/HLSView-SQVMLXDB.css",
|
15478
15681
|
"inputs": {
|
15479
15682
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
15480
|
-
"bytesInOutput":
|
15683
|
+
"bytesInOutput": 27747
|
15481
15684
|
},
|
15482
15685
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
15483
|
-
"bytesInOutput":
|
15686
|
+
"bytesInOutput": 3617
|
15484
15687
|
},
|
15485
15688
|
"src/Prebuilt/components/HMSVideo/index.ts": {
|
15486
15689
|
"bytesInOutput": 347
|
@@ -15504,10 +15707,10 @@
|
|
15504
15707
|
"bytesInOutput": 328
|
15505
15708
|
},
|
15506
15709
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
15507
|
-
"bytesInOutput":
|
15710
|
+
"bytesInOutput": 3006
|
15508
15711
|
},
|
15509
15712
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
15510
|
-
"bytesInOutput":
|
15713
|
+
"bytesInOutput": 995
|
15511
15714
|
},
|
15512
15715
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
15513
15716
|
"bytesInOutput": 1564
|
@@ -15516,7 +15719,7 @@
|
|
15516
15719
|
"bytesInOutput": 2284
|
15517
15720
|
},
|
15518
15721
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
15519
|
-
"bytesInOutput":
|
15722
|
+
"bytesInOutput": 653
|
15520
15723
|
},
|
15521
15724
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
15522
15725
|
"bytesInOutput": 1930
|
@@ -15525,21 +15728,21 @@
|
|
15525
15728
|
"bytesInOutput": 688
|
15526
15729
|
},
|
15527
15730
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
15528
|
-
"bytesInOutput":
|
15731
|
+
"bytesInOutput": 7502
|
15529
15732
|
},
|
15530
15733
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
15531
15734
|
"bytesInOutput": 2101
|
15532
15735
|
}
|
15533
15736
|
},
|
15534
|
-
"bytes":
|
15737
|
+
"bytes": 62002
|
15535
15738
|
},
|
15536
|
-
"dist/chunk-
|
15739
|
+
"dist/chunk-2OV5LOYE.js.map": {
|
15537
15740
|
"imports": [],
|
15538
15741
|
"exports": [],
|
15539
15742
|
"inputs": {},
|
15540
|
-
"bytes":
|
15743
|
+
"bytes": 3518509
|
15541
15744
|
},
|
15542
|
-
"dist/chunk-
|
15745
|
+
"dist/chunk-2OV5LOYE.js": {
|
15543
15746
|
"imports": [
|
15544
15747
|
{
|
15545
15748
|
"path": "react",
|
@@ -15992,10 +16195,15 @@
|
|
15992
16195
|
"external": true
|
15993
16196
|
},
|
15994
16197
|
{
|
15995
|
-
"path": "@100mslive/hms-virtual-background",
|
16198
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
15996
16199
|
"kind": "import-statement",
|
15997
16200
|
"external": true
|
15998
16201
|
},
|
16202
|
+
{
|
16203
|
+
"path": "@100mslive/hms-virtual-background/hmseffectsplugin",
|
16204
|
+
"kind": "require-call",
|
16205
|
+
"external": true
|
16206
|
+
},
|
15999
16207
|
{
|
16000
16208
|
"path": "react",
|
16001
16209
|
"kind": "import-statement",
|
@@ -16886,6 +17094,11 @@
|
|
16886
17094
|
"kind": "import-statement",
|
16887
17095
|
"external": true
|
16888
17096
|
},
|
17097
|
+
{
|
17098
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
17099
|
+
"kind": "import-statement",
|
17100
|
+
"external": true
|
17101
|
+
},
|
16889
17102
|
{
|
16890
17103
|
"path": "@100mslive/react-sdk",
|
16891
17104
|
"kind": "import-statement",
|
@@ -17697,7 +17910,7 @@
|
|
17697
17910
|
"external": true
|
17698
17911
|
},
|
17699
17912
|
{
|
17700
|
-
"path": "@100mslive/hms-virtual-background",
|
17913
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
17701
17914
|
"kind": "import-statement",
|
17702
17915
|
"external": true
|
17703
17916
|
},
|
@@ -17722,7 +17935,7 @@
|
|
17722
17935
|
"external": true
|
17723
17936
|
},
|
17724
17937
|
{
|
17725
|
-
"path": "@100mslive/hms-virtual-background",
|
17938
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
17726
17939
|
"kind": "import-statement",
|
17727
17940
|
"external": true
|
17728
17941
|
},
|
@@ -18072,8 +18285,8 @@
|
|
18072
18285
|
"external": true
|
18073
18286
|
},
|
18074
18287
|
{
|
18075
|
-
"path": "dist/HLSView-
|
18076
|
-
"kind": "
|
18288
|
+
"path": "dist/HLSView-YHWO3IWB.js",
|
18289
|
+
"kind": "require-call"
|
18077
18290
|
},
|
18078
18291
|
{
|
18079
18292
|
"path": "react",
|
@@ -18185,6 +18398,51 @@
|
|
18185
18398
|
"kind": "import-statement",
|
18186
18399
|
"external": true
|
18187
18400
|
},
|
18401
|
+
{
|
18402
|
+
"path": "react",
|
18403
|
+
"kind": "import-statement",
|
18404
|
+
"external": true
|
18405
|
+
},
|
18406
|
+
{
|
18407
|
+
"path": "react-use",
|
18408
|
+
"kind": "import-statement",
|
18409
|
+
"external": true
|
18410
|
+
},
|
18411
|
+
{
|
18412
|
+
"path": "@100mslive/react-sdk",
|
18413
|
+
"kind": "import-statement",
|
18414
|
+
"external": true
|
18415
|
+
},
|
18416
|
+
{
|
18417
|
+
"path": "@100mslive/react-icons",
|
18418
|
+
"kind": "import-statement",
|
18419
|
+
"external": true
|
18420
|
+
},
|
18421
|
+
{
|
18422
|
+
"path": "react",
|
18423
|
+
"kind": "import-statement",
|
18424
|
+
"external": true
|
18425
|
+
},
|
18426
|
+
{
|
18427
|
+
"path": "react-use",
|
18428
|
+
"kind": "import-statement",
|
18429
|
+
"external": true
|
18430
|
+
},
|
18431
|
+
{
|
18432
|
+
"path": "@100mslive/react-icons",
|
18433
|
+
"kind": "import-statement",
|
18434
|
+
"external": true
|
18435
|
+
},
|
18436
|
+
{
|
18437
|
+
"path": "react",
|
18438
|
+
"kind": "import-statement",
|
18439
|
+
"external": true
|
18440
|
+
},
|
18441
|
+
{
|
18442
|
+
"path": "react-use",
|
18443
|
+
"kind": "import-statement",
|
18444
|
+
"external": true
|
18445
|
+
},
|
18188
18446
|
{
|
18189
18447
|
"path": "ts-pattern",
|
18190
18448
|
"kind": "import-statement",
|
@@ -18646,10 +18904,10 @@
|
|
18646
18904
|
],
|
18647
18905
|
"inputs": {
|
18648
18906
|
"<define:process.env>": {
|
18649
|
-
"bytesInOutput":
|
18907
|
+
"bytesInOutput": 18031
|
18650
18908
|
},
|
18651
18909
|
"../../node_modules/lodash/lodash.js": {
|
18652
|
-
"bytesInOutput":
|
18910
|
+
"bytesInOutput": 224301
|
18653
18911
|
},
|
18654
18912
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
18655
18913
|
"bytesInOutput": 42491
|
@@ -18658,7 +18916,7 @@
|
|
18658
18916
|
"bytesInOutput": 26591
|
18659
18917
|
},
|
18660
18918
|
"../../node_modules/sdp/sdp.js": {
|
18661
|
-
"bytesInOutput":
|
18919
|
+
"bytesInOutput": 22292
|
18662
18920
|
},
|
18663
18921
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
18664
18922
|
"bytesInOutput": 16120
|
@@ -18673,7 +18931,7 @@
|
|
18673
18931
|
"bytesInOutput": 615
|
18674
18932
|
},
|
18675
18933
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
18676
|
-
"bytesInOutput":
|
18934
|
+
"bytesInOutput": 3852
|
18677
18935
|
},
|
18678
18936
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
18679
18937
|
"bytesInOutput": 7632
|
@@ -18682,7 +18940,7 @@
|
|
18682
18940
|
"bytesInOutput": 373
|
18683
18941
|
},
|
18684
18942
|
"../../node_modules/object-assign/index.js": {
|
18685
|
-
"bytesInOutput":
|
18943
|
+
"bytesInOutput": 2163
|
18686
18944
|
},
|
18687
18945
|
"../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
|
18688
18946
|
"bytesInOutput": 308
|
@@ -18694,7 +18952,7 @@
|
|
18694
18952
|
"bytesInOutput": 2825
|
18695
18953
|
},
|
18696
18954
|
"../../node_modules/prop-types/factoryWithTypeCheckers.js": {
|
18697
|
-
"bytesInOutput":
|
18955
|
+
"bytesInOutput": 19835
|
18698
18956
|
},
|
18699
18957
|
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
18700
18958
|
"bytesInOutput": 1646
|
@@ -18709,16 +18967,16 @@
|
|
18709
18967
|
"bytesInOutput": 27
|
18710
18968
|
},
|
18711
18969
|
"src/Button/Button.tsx": {
|
18712
|
-
"bytesInOutput":
|
18970
|
+
"bytesInOutput": 4399
|
18713
18971
|
},
|
18714
18972
|
"src/Layout/index.tsx": {
|
18715
18973
|
"bytesInOutput": 27
|
18716
18974
|
},
|
18717
18975
|
"src/Layout/Flex.tsx": {
|
18718
|
-
"bytesInOutput":
|
18976
|
+
"bytesInOutput": 1305
|
18719
18977
|
},
|
18720
18978
|
"src/Theme/stitches.config.ts": {
|
18721
|
-
"bytesInOutput":
|
18979
|
+
"bytesInOutput": 1584
|
18722
18980
|
},
|
18723
18981
|
"src/Theme/base.config.ts": {
|
18724
18982
|
"bytesInOutput": 5061
|
@@ -18784,7 +19042,7 @@
|
|
18784
19042
|
"bytesInOutput": 1792
|
18785
19043
|
},
|
18786
19044
|
"src/utils/animations.ts": {
|
18787
|
-
"bytesInOutput":
|
19045
|
+
"bytesInOutput": 3424
|
18788
19046
|
},
|
18789
19047
|
"src/Select/index.ts": {
|
18790
19048
|
"bytesInOutput": 27
|
@@ -18802,10 +19060,10 @@
|
|
18802
19060
|
"bytesInOutput": 27
|
18803
19061
|
},
|
18804
19062
|
"src/Modal/Dialog.tsx": {
|
18805
|
-
"bytesInOutput":
|
19063
|
+
"bytesInOutput": 1426
|
18806
19064
|
},
|
18807
19065
|
"src/Modal/DialogContent.tsx": {
|
18808
|
-
"bytesInOutput":
|
19066
|
+
"bytesInOutput": 1773
|
18809
19067
|
},
|
18810
19068
|
"src/hooks/useDialogContainerSelector.tsx": {
|
18811
19069
|
"bytesInOutput": 209
|
@@ -18844,7 +19102,7 @@
|
|
18844
19102
|
"bytesInOutput": 27
|
18845
19103
|
},
|
18846
19104
|
"src/Video/Video.tsx": {
|
18847
|
-
"bytesInOutput":
|
19105
|
+
"bytesInOutput": 1192
|
18848
19106
|
},
|
18849
19107
|
"src/TileMenu/index.tsx": {
|
18850
19108
|
"bytesInOutput": 27
|
@@ -18856,10 +19114,10 @@
|
|
18856
19114
|
"bytesInOutput": 27
|
18857
19115
|
},
|
18858
19116
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
18859
|
-
"bytesInOutput":
|
19117
|
+
"bytesInOutput": 771
|
18860
19118
|
},
|
18861
19119
|
"src/AudioLevel/AudioLevel.tsx": {
|
18862
|
-
"bytesInOutput":
|
19120
|
+
"bytesInOutput": 2235
|
18863
19121
|
},
|
18864
19122
|
"src/AudioLevel/audio-level.png": {
|
18865
19123
|
"bytesInOutput": 880
|
@@ -18871,10 +19129,10 @@
|
|
18871
19129
|
"bytesInOutput": 27
|
18872
19130
|
},
|
18873
19131
|
"src/Stats/Stats.tsx": {
|
18874
|
-
"bytesInOutput":
|
19132
|
+
"bytesInOutput": 8674
|
18875
19133
|
},
|
18876
19134
|
"src/Stats/formatBytes.ts": {
|
18877
|
-
"bytesInOutput":
|
19135
|
+
"bytesInOutput": 492
|
18878
19136
|
},
|
18879
19137
|
"src/Stats/StyledStats.tsx": {
|
18880
19138
|
"bytesInOutput": 708
|
@@ -18892,13 +19150,13 @@
|
|
18892
19150
|
"bytesInOutput": 738
|
18893
19151
|
},
|
18894
19152
|
"src/Toast/Toast.tsx": {
|
18895
|
-
"bytesInOutput":
|
19153
|
+
"bytesInOutput": 4138
|
18896
19154
|
},
|
18897
19155
|
"src/Accordion/index.ts": {
|
18898
19156
|
"bytesInOutput": 149
|
18899
19157
|
},
|
18900
19158
|
"src/Accordion/Accordion.tsx": {
|
18901
|
-
"bytesInOutput":
|
19159
|
+
"bytesInOutput": 2546
|
18902
19160
|
},
|
18903
19161
|
"src/Fieldset/Fieldset.tsx": {
|
18904
19162
|
"bytesInOutput": 233
|
@@ -18928,10 +19186,10 @@
|
|
18928
19186
|
"bytesInOutput": 1233
|
18929
19187
|
},
|
18930
19188
|
"src/Collapsible/Collapsible.tsx": {
|
18931
|
-
"bytesInOutput":
|
19189
|
+
"bytesInOutput": 907
|
18932
19190
|
},
|
18933
19191
|
"src/Prebuilt/App.tsx": {
|
18934
|
-
"bytesInOutput":
|
19192
|
+
"bytesInOutput": 8119
|
18935
19193
|
},
|
18936
19194
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
18937
19195
|
"bytesInOutput": 6633
|
@@ -18952,19 +19210,19 @@
|
|
18952
19210
|
"bytesInOutput": 241
|
18953
19211
|
},
|
18954
19212
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
18955
|
-
"bytesInOutput":
|
19213
|
+
"bytesInOutput": 2881
|
18956
19214
|
},
|
18957
19215
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
18958
19216
|
"bytesInOutput": 1312
|
18959
19217
|
},
|
18960
19218
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
18961
|
-
"bytesInOutput":
|
19219
|
+
"bytesInOutput": 2489
|
18962
19220
|
},
|
18963
19221
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
18964
19222
|
"bytesInOutput": 1486
|
18965
19223
|
},
|
18966
19224
|
"src/Prebuilt/common/utils.js": {
|
18967
|
-
"bytesInOutput":
|
19225
|
+
"bytesInOutput": 3219
|
18968
19226
|
},
|
18969
19227
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
18970
19228
|
"bytesInOutput": 2499
|
@@ -18973,22 +19231,22 @@
|
|
18973
19231
|
"bytesInOutput": 490
|
18974
19232
|
},
|
18975
19233
|
"src/Prebuilt/components/AuthToken.tsx": {
|
18976
|
-
"bytesInOutput":
|
19234
|
+
"bytesInOutput": 4169
|
18977
19235
|
},
|
18978
19236
|
"src/Prebuilt/AppContext.tsx": {
|
18979
19237
|
"bytesInOutput": 577
|
18980
19238
|
},
|
18981
19239
|
"src/Prebuilt/AppStateContext.tsx": {
|
18982
|
-
"bytesInOutput":
|
19240
|
+
"bytesInOutput": 2781
|
18983
19241
|
},
|
18984
19242
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
18985
|
-
"bytesInOutput":
|
19243
|
+
"bytesInOutput": 3836
|
18986
19244
|
},
|
18987
19245
|
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
18988
19246
|
"bytesInOutput": 489
|
18989
19247
|
},
|
18990
19248
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
18991
|
-
"bytesInOutput":
|
19249
|
+
"bytesInOutput": 9820
|
18992
19250
|
},
|
18993
19251
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
18994
19252
|
"bytesInOutput": 4289
|
@@ -19000,13 +19258,13 @@
|
|
19000
19258
|
"bytesInOutput": 4698
|
19001
19259
|
},
|
19002
19260
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
19003
|
-
"bytesInOutput":
|
19261
|
+
"bytesInOutput": 7420
|
19004
19262
|
},
|
19005
19263
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
19006
19264
|
"bytesInOutput": 3306
|
19007
19265
|
},
|
19008
19266
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
19009
|
-
"bytesInOutput":
|
19267
|
+
"bytesInOutput": 14281
|
19010
19268
|
},
|
19011
19269
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
19012
19270
|
"bytesInOutput": 3293
|
@@ -19024,13 +19282,13 @@
|
|
19024
19282
|
"bytesInOutput": 27
|
19025
19283
|
},
|
19026
19284
|
"src/Sheet/Sheet.tsx": {
|
19027
|
-
"bytesInOutput":
|
19285
|
+
"bytesInOutput": 2899
|
19028
19286
|
},
|
19029
19287
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
19030
|
-
"bytesInOutput":
|
19288
|
+
"bytesInOutput": 6572
|
19031
19289
|
},
|
19032
19290
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
19033
|
-
"bytesInOutput":
|
19291
|
+
"bytesInOutput": 1318
|
19034
19292
|
},
|
19035
19293
|
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
19036
19294
|
"bytesInOutput": 574
|
@@ -19060,7 +19318,7 @@
|
|
19060
19318
|
"bytesInOutput": 2476
|
19061
19319
|
},
|
19062
19320
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
19063
|
-
"bytesInOutput":
|
19321
|
+
"bytesInOutput": 5793
|
19064
19322
|
},
|
19065
19323
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
19066
19324
|
"bytesInOutput": 1947
|
@@ -19075,25 +19333,25 @@
|
|
19075
19333
|
"bytesInOutput": 1790
|
19076
19334
|
},
|
19077
19335
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
19078
|
-
"bytesInOutput":
|
19336
|
+
"bytesInOutput": 4855
|
19079
19337
|
},
|
19080
19338
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
19081
19339
|
"bytesInOutput": 474
|
19082
19340
|
},
|
19083
19341
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
19084
|
-
"bytesInOutput":
|
19342
|
+
"bytesInOutput": 9167
|
19085
19343
|
},
|
19086
19344
|
"src/Prebuilt/components/PIP/index.jsx": {
|
19087
19345
|
"bytesInOutput": 178
|
19088
19346
|
},
|
19089
19347
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
19090
|
-
"bytesInOutput":
|
19348
|
+
"bytesInOutput": 2691
|
19091
19349
|
},
|
19092
19350
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
19093
19351
|
"bytesInOutput": 2509
|
19094
19352
|
},
|
19095
19353
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
19096
|
-
"bytesInOutput":
|
19354
|
+
"bytesInOutput": 10042
|
19097
19355
|
},
|
19098
19356
|
"src/TextArea/index.tsx": {
|
19099
19357
|
"bytesInOutput": 27
|
@@ -19102,7 +19360,7 @@
|
|
19102
19360
|
"bytesInOutput": 651
|
19103
19361
|
},
|
19104
19362
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
19105
|
-
"bytesInOutput":
|
19363
|
+
"bytesInOutput": 14846
|
19106
19364
|
},
|
19107
19365
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
19108
19366
|
"bytesInOutput": 9698
|
@@ -19114,7 +19372,7 @@
|
|
19114
19372
|
"bytesInOutput": 1210
|
19115
19373
|
},
|
19116
19374
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
19117
|
-
"bytesInOutput":
|
19375
|
+
"bytesInOutput": 2749
|
19118
19376
|
},
|
19119
19377
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
19120
19378
|
"bytesInOutput": 1941
|
@@ -19126,7 +19384,7 @@
|
|
19126
19384
|
"bytesInOutput": 710
|
19127
19385
|
},
|
19128
19386
|
"src/Prebuilt/components/Chat/utils.ts": {
|
19129
|
-
"bytesInOutput":
|
19387
|
+
"bytesInOutput": 385
|
19130
19388
|
},
|
19131
19389
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
19132
19390
|
"bytesInOutput": 577
|
@@ -19135,19 +19393,19 @@
|
|
19135
19393
|
"bytesInOutput": 274
|
19136
19394
|
},
|
19137
19395
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
19138
|
-
"bytesInOutput":
|
19396
|
+
"bytesInOutput": 5747
|
19139
19397
|
},
|
19140
19398
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
19141
19399
|
"bytesInOutput": 3629
|
19142
19400
|
},
|
19143
19401
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
19144
|
-
"bytesInOutput":
|
19402
|
+
"bytesInOutput": 2962
|
19145
19403
|
},
|
19146
19404
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
19147
|
-
"bytesInOutput":
|
19405
|
+
"bytesInOutput": 7706
|
19148
19406
|
},
|
19149
19407
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
19150
|
-
"bytesInOutput":
|
19408
|
+
"bytesInOutput": 9506
|
19151
19409
|
},
|
19152
19410
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
19153
19411
|
"bytesInOutput": 5008
|
@@ -19156,7 +19414,7 @@
|
|
19156
19414
|
"bytesInOutput": 1017
|
19157
19415
|
},
|
19158
19416
|
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
19159
|
-
"bytesInOutput":
|
19417
|
+
"bytesInOutput": 5102
|
19160
19418
|
},
|
19161
19419
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
19162
19420
|
"bytesInOutput": 628
|
@@ -19189,7 +19447,7 @@
|
|
19189
19447
|
"bytesInOutput": 9861
|
19190
19448
|
},
|
19191
19449
|
"../hms-video-store/dist/index.js": {
|
19192
|
-
"bytesInOutput":
|
19450
|
+
"bytesInOutput": 52562
|
19193
19451
|
},
|
19194
19452
|
"../../node_modules/reselect/es/index.js": {
|
19195
19453
|
"bytesInOutput": 2539
|
@@ -19207,7 +19465,7 @@
|
|
19207
19465
|
"bytesInOutput": 22678
|
19208
19466
|
},
|
19209
19467
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
19210
|
-
"bytesInOutput":
|
19468
|
+
"bytesInOutput": 6095
|
19211
19469
|
},
|
19212
19470
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
19213
19471
|
"bytesInOutput": 1256
|
@@ -19216,13 +19474,13 @@
|
|
19216
19474
|
"bytesInOutput": 9143
|
19217
19475
|
},
|
19218
19476
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
19219
|
-
"bytesInOutput":
|
19477
|
+
"bytesInOutput": 2140
|
19220
19478
|
},
|
19221
19479
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
19222
19480
|
"bytesInOutput": 842
|
19223
19481
|
},
|
19224
19482
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
19225
|
-
"bytesInOutput":
|
19483
|
+
"bytesInOutput": 11870
|
19226
19484
|
},
|
19227
19485
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
19228
19486
|
"bytesInOutput": 12458
|
@@ -19243,7 +19501,7 @@
|
|
19243
19501
|
"bytesInOutput": 905
|
19244
19502
|
},
|
19245
19503
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
19246
|
-
"bytesInOutput":
|
19504
|
+
"bytesInOutput": 1739
|
19247
19505
|
},
|
19248
19506
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
19249
19507
|
"bytesInOutput": 7103
|
@@ -19273,10 +19531,10 @@
|
|
19273
19531
|
"bytesInOutput": 823
|
19274
19532
|
},
|
19275
19533
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
19276
|
-
"bytesInOutput":
|
19534
|
+
"bytesInOutput": 1817
|
19277
19535
|
},
|
19278
19536
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
19279
|
-
"bytesInOutput":
|
19537
|
+
"bytesInOutput": 1574
|
19280
19538
|
},
|
19281
19539
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
19282
19540
|
"bytesInOutput": 13109
|
@@ -19291,7 +19549,7 @@
|
|
19291
19549
|
"bytesInOutput": 1292
|
19292
19550
|
},
|
19293
19551
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
19294
|
-
"bytesInOutput":
|
19552
|
+
"bytesInOutput": 5636
|
19295
19553
|
},
|
19296
19554
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
19297
19555
|
"bytesInOutput": 7326
|
@@ -19306,10 +19564,10 @@
|
|
19306
19564
|
"bytesInOutput": 1806
|
19307
19565
|
},
|
19308
19566
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
19309
|
-
"bytesInOutput":
|
19567
|
+
"bytesInOutput": 1114
|
19310
19568
|
},
|
19311
19569
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
19312
|
-
"bytesInOutput":
|
19570
|
+
"bytesInOutput": 1232
|
19313
19571
|
},
|
19314
19572
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
19315
19573
|
"bytesInOutput": 2414
|
@@ -19318,28 +19576,28 @@
|
|
19318
19576
|
"bytesInOutput": 3077
|
19319
19577
|
},
|
19320
19578
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
19321
|
-
"bytesInOutput":
|
19579
|
+
"bytesInOutput": 10123
|
19322
19580
|
},
|
19323
19581
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
19324
|
-
"bytesInOutput":
|
19582
|
+
"bytesInOutput": 6446
|
19325
19583
|
},
|
19326
19584
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
19327
19585
|
"bytesInOutput": 735
|
19328
19586
|
},
|
19329
19587
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
19330
|
-
"bytesInOutput":
|
19588
|
+
"bytesInOutput": 8207
|
19331
19589
|
},
|
19332
19590
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
19333
|
-
"bytesInOutput":
|
19591
|
+
"bytesInOutput": 2327
|
19334
19592
|
},
|
19335
19593
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
19336
19594
|
"bytesInOutput": 795
|
19337
19595
|
},
|
19338
19596
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
19339
|
-
"bytesInOutput":
|
19597
|
+
"bytesInOutput": 5386
|
19340
19598
|
},
|
19341
19599
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
19342
|
-
"bytesInOutput":
|
19600
|
+
"bytesInOutput": 8191
|
19343
19601
|
},
|
19344
19602
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
19345
19603
|
"bytesInOutput": 2083
|
@@ -19348,22 +19606,22 @@
|
|
19348
19606
|
"bytesInOutput": 204
|
19349
19607
|
},
|
19350
19608
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
19351
|
-
"bytesInOutput":
|
19609
|
+
"bytesInOutput": 3754
|
19352
19610
|
},
|
19353
19611
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
19354
|
-
"bytesInOutput":
|
19612
|
+
"bytesInOutput": 928
|
19355
19613
|
},
|
19356
19614
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
19357
19615
|
"bytesInOutput": 361
|
19358
19616
|
},
|
19359
19617
|
"src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
|
19360
|
-
"bytesInOutput":
|
19618
|
+
"bytesInOutput": 604
|
19361
19619
|
},
|
19362
19620
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
19363
|
-
"bytesInOutput":
|
19621
|
+
"bytesInOutput": 4489
|
19364
19622
|
},
|
19365
19623
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
19366
|
-
"bytesInOutput":
|
19624
|
+
"bytesInOutput": 2058
|
19367
19625
|
},
|
19368
19626
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
19369
19627
|
"bytesInOutput": 4213
|
@@ -19372,10 +19630,10 @@
|
|
19372
19630
|
"bytesInOutput": 2094
|
19373
19631
|
},
|
19374
19632
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
19375
|
-
"bytesInOutput":
|
19633
|
+
"bytesInOutput": 659
|
19376
19634
|
},
|
19377
19635
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
19378
|
-
"bytesInOutput":
|
19636
|
+
"bytesInOutput": 2392
|
19379
19637
|
},
|
19380
19638
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
19381
19639
|
"bytesInOutput": 672
|
@@ -19387,10 +19645,10 @@
|
|
19387
19645
|
"bytesInOutput": 5230
|
19388
19646
|
},
|
19389
19647
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
19390
|
-
"bytesInOutput":
|
19648
|
+
"bytesInOutput": 1320
|
19391
19649
|
},
|
19392
19650
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
19393
|
-
"bytesInOutput":
|
19651
|
+
"bytesInOutput": 7604
|
19394
19652
|
},
|
19395
19653
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
19396
19654
|
"bytesInOutput": 1738
|
@@ -19414,19 +19672,19 @@
|
|
19414
19672
|
"bytesInOutput": 5648
|
19415
19673
|
},
|
19416
19674
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19417
|
-
"bytesInOutput":
|
19675
|
+
"bytesInOutput": 10919
|
19418
19676
|
},
|
19419
19677
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
19420
19678
|
"bytesInOutput": 5318
|
19421
19679
|
},
|
19422
19680
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
19423
|
-
"bytesInOutput":
|
19681
|
+
"bytesInOutput": 7076
|
19424
19682
|
},
|
19425
19683
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
19426
19684
|
"bytesInOutput": 666
|
19427
19685
|
},
|
19428
19686
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
19429
|
-
"bytesInOutput":
|
19687
|
+
"bytesInOutput": 1217
|
19430
19688
|
},
|
19431
19689
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
19432
19690
|
"bytesInOutput": 2916
|
@@ -19441,19 +19699,19 @@
|
|
19441
19699
|
"bytesInOutput": 542
|
19442
19700
|
},
|
19443
19701
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
19444
|
-
"bytesInOutput":
|
19702
|
+
"bytesInOutput": 4211
|
19445
19703
|
},
|
19446
19704
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
19447
19705
|
"bytesInOutput": 2469
|
19448
19706
|
},
|
19449
19707
|
"src/Prebuilt/components/VideoTile.tsx": {
|
19450
|
-
"bytesInOutput":
|
19708
|
+
"bytesInOutput": 6614
|
19451
19709
|
},
|
19452
19710
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
19453
19711
|
"bytesInOutput": 2406
|
19454
19712
|
},
|
19455
19713
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
19456
|
-
"bytesInOutput":
|
19714
|
+
"bytesInOutput": 4821
|
19457
19715
|
},
|
19458
19716
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
19459
19717
|
"bytesInOutput": 12243
|
@@ -19462,19 +19720,19 @@
|
|
19462
19720
|
"bytesInOutput": 160
|
19463
19721
|
},
|
19464
19722
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
19465
|
-
"bytesInOutput":
|
19723
|
+
"bytesInOutput": 1114
|
19466
19724
|
},
|
19467
19725
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19468
|
-
"bytesInOutput":
|
19726
|
+
"bytesInOutput": 8570
|
19469
19727
|
},
|
19470
19728
|
"src/Prebuilt/components/VirtualBackground/util.tsx": {
|
19471
19729
|
"bytesInOutput": 449
|
19472
19730
|
},
|
19473
19731
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19474
|
-
"bytesInOutput":
|
19732
|
+
"bytesInOutput": 1258
|
19475
19733
|
},
|
19476
19734
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
19477
|
-
"bytesInOutput":
|
19735
|
+
"bytesInOutput": 1172
|
19478
19736
|
},
|
19479
19737
|
"src/Prebuilt/components/Chip.tsx": {
|
19480
19738
|
"bytesInOutput": 778
|
@@ -19489,7 +19747,7 @@
|
|
19489
19747
|
"bytesInOutput": 2206
|
19490
19748
|
},
|
19491
19749
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
19492
|
-
"bytesInOutput":
|
19750
|
+
"bytesInOutput": 5356
|
19493
19751
|
},
|
19494
19752
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
19495
19753
|
"bytesInOutput": 4550
|
@@ -19516,13 +19774,13 @@
|
|
19516
19774
|
"bytesInOutput": 3837
|
19517
19775
|
},
|
19518
19776
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
19519
|
-
"bytesInOutput":
|
19777
|
+
"bytesInOutput": 1948
|
19520
19778
|
},
|
19521
19779
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
19522
19780
|
"bytesInOutput": 2706
|
19523
19781
|
},
|
19524
19782
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
19525
|
-
"bytesInOutput":
|
19783
|
+
"bytesInOutput": 2409
|
19526
19784
|
},
|
19527
19785
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
19528
19786
|
"bytesInOutput": 1046
|
@@ -19531,7 +19789,7 @@
|
|
19531
19789
|
"bytesInOutput": 2638
|
19532
19790
|
},
|
19533
19791
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
19534
|
-
"bytesInOutput":
|
19792
|
+
"bytesInOutput": 4431
|
19535
19793
|
},
|
19536
19794
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
19537
19795
|
"bytesInOutput": 3276
|
@@ -19540,19 +19798,19 @@
|
|
19540
19798
|
"bytesInOutput": 1226
|
19541
19799
|
},
|
19542
19800
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19543
|
-
"bytesInOutput":
|
19801
|
+
"bytesInOutput": 2836
|
19544
19802
|
},
|
19545
|
-
"../../../../../../../tmp/tmp-
|
19803
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620bd31/index.css": {
|
19546
19804
|
"bytesInOutput": 0
|
19547
19805
|
},
|
19548
19806
|
"src/Prebuilt/common/PeersSorter.ts": {
|
19549
19807
|
"bytesInOutput": 3098
|
19550
19808
|
},
|
19551
19809
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
19552
|
-
"bytesInOutput":
|
19810
|
+
"bytesInOutput": 2793
|
19553
19811
|
},
|
19554
19812
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
19555
|
-
"bytesInOutput":
|
19813
|
+
"bytesInOutput": 1542
|
19556
19814
|
},
|
19557
19815
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
19558
19816
|
"bytesInOutput": 6887
|
@@ -19570,16 +19828,16 @@
|
|
19570
19828
|
"bytesInOutput": 1607
|
19571
19829
|
},
|
19572
19830
|
"src/Prebuilt/components/Header/common.jsx": {
|
19573
|
-
"bytesInOutput":
|
19831
|
+
"bytesInOutput": 6275
|
19574
19832
|
},
|
19575
19833
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
19576
19834
|
"bytesInOutput": 754
|
19577
19835
|
},
|
19578
19836
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
19579
|
-
"bytesInOutput":
|
19837
|
+
"bytesInOutput": 3515
|
19580
19838
|
},
|
19581
19839
|
"src/Prebuilt/components/init/Init.jsx": {
|
19582
|
-
"bytesInOutput":
|
19840
|
+
"bytesInOutput": 676
|
19583
19841
|
},
|
19584
19842
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
19585
19843
|
"bytesInOutput": 1427
|
@@ -19588,7 +19846,16 @@
|
|
19588
19846
|
"bytesInOutput": 4445
|
19589
19847
|
},
|
19590
19848
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
19591
|
-
"bytesInOutput":
|
19849
|
+
"bytesInOutput": 2245
|
19850
|
+
},
|
19851
|
+
"src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
|
19852
|
+
"bytesInOutput": 1602
|
19853
|
+
},
|
19854
|
+
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
19855
|
+
"bytesInOutput": 10165
|
19856
|
+
},
|
19857
|
+
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
19858
|
+
"bytesInOutput": 1290
|
19592
19859
|
},
|
19593
19860
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
19594
19861
|
"bytesInOutput": 2928
|
@@ -19597,31 +19864,31 @@
|
|
19597
19864
|
"bytesInOutput": 27
|
19598
19865
|
},
|
19599
19866
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19600
|
-
"bytesInOutput":
|
19867
|
+
"bytesInOutput": 8313
|
19601
19868
|
},
|
19602
19869
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
19603
19870
|
"bytesInOutput": 1053
|
19604
19871
|
},
|
19605
19872
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
19606
|
-
"bytesInOutput":
|
19873
|
+
"bytesInOutput": 1366
|
19607
19874
|
},
|
19608
19875
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
19609
|
-
"bytesInOutput":
|
19876
|
+
"bytesInOutput": 3104
|
19610
19877
|
},
|
19611
19878
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
19612
19879
|
"bytesInOutput": 1983
|
19613
19880
|
},
|
19614
19881
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
19615
|
-
"bytesInOutput":
|
19882
|
+
"bytesInOutput": 6617
|
19616
19883
|
},
|
19617
19884
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
19618
19885
|
"bytesInOutput": 1596
|
19619
19886
|
},
|
19620
19887
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
19621
|
-
"bytesInOutput":
|
19888
|
+
"bytesInOutput": 1438
|
19622
19889
|
},
|
19623
19890
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
19624
|
-
"bytesInOutput":
|
19891
|
+
"bytesInOutput": 4569
|
19625
19892
|
},
|
19626
19893
|
"src/Prebuilt/images/android-perm-1.png": {
|
19627
19894
|
"bytesInOutput": 10443
|
@@ -19633,16 +19900,16 @@
|
|
19633
19900
|
"bytesInOutput": 1243
|
19634
19901
|
},
|
19635
19902
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
19636
|
-
"bytesInOutput":
|
19903
|
+
"bytesInOutput": 1883
|
19637
19904
|
},
|
19638
19905
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
19639
|
-
"bytesInOutput":
|
19906
|
+
"bytesInOutput": 650
|
19640
19907
|
},
|
19641
19908
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
19642
|
-
"bytesInOutput":
|
19909
|
+
"bytesInOutput": 1790
|
19643
19910
|
},
|
19644
19911
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
19645
|
-
"bytesInOutput":
|
19912
|
+
"bytesInOutput": 2195
|
19646
19913
|
},
|
19647
19914
|
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
19648
19915
|
"bytesInOutput": 1144
|
@@ -19663,7 +19930,7 @@
|
|
19663
19930
|
"bytesInOutput": 1623
|
19664
19931
|
},
|
19665
19932
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
19666
|
-
"bytesInOutput":
|
19933
|
+
"bytesInOutput": 4355
|
19667
19934
|
},
|
19668
19935
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
19669
19936
|
"bytesInOutput": 605
|
@@ -19681,7 +19948,7 @@
|
|
19681
19948
|
"bytesInOutput": 6183
|
19682
19949
|
},
|
19683
19950
|
"src/Diagnostics/AudioTest.tsx": {
|
19684
|
-
"bytesInOutput":
|
19951
|
+
"bytesInOutput": 6454
|
19685
19952
|
},
|
19686
19953
|
"src/Diagnostics/components.tsx": {
|
19687
19954
|
"bytesInOutput": 2027
|
@@ -19693,22 +19960,22 @@
|
|
19693
19960
|
"bytesInOutput": 2155
|
19694
19961
|
},
|
19695
19962
|
"src/Diagnostics/BrowserTest.tsx": {
|
19696
|
-
"bytesInOutput":
|
19963
|
+
"bytesInOutput": 4600
|
19697
19964
|
},
|
19698
19965
|
"src/Diagnostics/ConnectivityTest.tsx": {
|
19699
|
-
"bytesInOutput":
|
19966
|
+
"bytesInOutput": 13620
|
19700
19967
|
},
|
19701
19968
|
"src/Diagnostics/VideoTest.tsx": {
|
19702
19969
|
"bytesInOutput": 2628
|
19703
19970
|
}
|
19704
19971
|
},
|
19705
|
-
"bytes":
|
19972
|
+
"bytes": 1462584
|
19706
19973
|
},
|
19707
19974
|
"dist/index.css.map": {
|
19708
19975
|
"imports": [],
|
19709
19976
|
"exports": [],
|
19710
19977
|
"inputs": {},
|
19711
|
-
"bytes":
|
19978
|
+
"bytes": 122870
|
19712
19979
|
},
|
19713
19980
|
"dist/index.css": {
|
19714
19981
|
"imports": [
|
@@ -19764,22 +20031,22 @@
|
|
19764
20031
|
}
|
19765
20032
|
],
|
19766
20033
|
"inputs": {
|
19767
|
-
"../../../../../../../tmp/tmp-
|
19768
|
-
"bytesInOutput":
|
20034
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620c6a3/tldraw.css": {
|
20035
|
+
"bytesInOutput": 75881
|
19769
20036
|
},
|
19770
|
-
"../../../../../../../tmp/tmp-
|
20037
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620bd31/index.css": {
|
19771
20038
|
"bytesInOutput": 401
|
19772
20039
|
}
|
19773
20040
|
},
|
19774
|
-
"bytes":
|
20041
|
+
"bytes": 76559
|
19775
20042
|
},
|
19776
|
-
"dist/HLSView-
|
20043
|
+
"dist/HLSView-SQVMLXDB.css.map": {
|
19777
20044
|
"imports": [],
|
19778
20045
|
"exports": [],
|
19779
20046
|
"inputs": {},
|
19780
|
-
"bytes":
|
20047
|
+
"bytes": 122870
|
19781
20048
|
},
|
19782
|
-
"dist/HLSView-
|
20049
|
+
"dist/HLSView-SQVMLXDB.css": {
|
19783
20050
|
"imports": [
|
19784
20051
|
{
|
19785
20052
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -19833,14 +20100,14 @@
|
|
19833
20100
|
}
|
19834
20101
|
],
|
19835
20102
|
"inputs": {
|
19836
|
-
"../../../../../../../tmp/tmp-
|
19837
|
-
"bytesInOutput":
|
20103
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620c6a3/tldraw.css": {
|
20104
|
+
"bytesInOutput": 75881
|
19838
20105
|
},
|
19839
|
-
"../../../../../../../tmp/tmp-
|
20106
|
+
"../../../../../../../tmp/tmp-2844-8gosm8A5ibMw/191b7620bd31/index.css": {
|
19840
20107
|
"bytesInOutput": 401
|
19841
20108
|
}
|
19842
20109
|
},
|
19843
|
-
"bytes":
|
20110
|
+
"bytes": 76570
|
19844
20111
|
}
|
19845
20112
|
}
|
19846
20113
|
}
|