@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.cjs.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-HOf8uo3qJuBO/191b7620bde2/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-HOf8uo3qJuBO/191b7620b680/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-HOf8uo3qJuBO/191b7620bde2/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-HOf8uo3qJuBO/191b7620b680/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",
|
@@ -15206,7 +15409,7 @@
|
|
15206
15409
|
"imports": [],
|
15207
15410
|
"exports": [],
|
15208
15411
|
"inputs": {},
|
15209
|
-
"bytes":
|
15412
|
+
"bytes": 3622004
|
15210
15413
|
},
|
15211
15414
|
"dist/index.cjs.js": {
|
15212
15415
|
"imports": [
|
@@ -15601,7 +15804,12 @@
|
|
15601
15804
|
"external": true
|
15602
15805
|
},
|
15603
15806
|
{
|
15604
|
-
"path": "@100mslive/hms-virtual-background",
|
15807
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
15808
|
+
"kind": "require-call",
|
15809
|
+
"external": true
|
15810
|
+
},
|
15811
|
+
{
|
15812
|
+
"path": "@100mslive/hms-virtual-background/hmseffectsplugin",
|
15605
15813
|
"kind": "require-call",
|
15606
15814
|
"external": true
|
15607
15815
|
},
|
@@ -16510,6 +16718,11 @@
|
|
16510
16718
|
"kind": "require-call",
|
16511
16719
|
"external": true
|
16512
16720
|
},
|
16721
|
+
{
|
16722
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
16723
|
+
"kind": "require-call",
|
16724
|
+
"external": true
|
16725
|
+
},
|
16513
16726
|
{
|
16514
16727
|
"path": "@100mslive/react-sdk",
|
16515
16728
|
"kind": "require-call",
|
@@ -17291,7 +17504,7 @@
|
|
17291
17504
|
"external": true
|
17292
17505
|
},
|
17293
17506
|
{
|
17294
|
-
"path": "@100mslive/hms-virtual-background",
|
17507
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
17295
17508
|
"kind": "require-call",
|
17296
17509
|
"external": true
|
17297
17510
|
},
|
@@ -17306,7 +17519,7 @@
|
|
17306
17519
|
"external": true
|
17307
17520
|
},
|
17308
17521
|
{
|
17309
|
-
"path": "@100mslive/hms-virtual-background",
|
17522
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
17310
17523
|
"kind": "require-call",
|
17311
17524
|
"external": true
|
17312
17525
|
},
|
@@ -17990,6 +18203,51 @@
|
|
17990
18203
|
"kind": "require-call",
|
17991
18204
|
"external": true
|
17992
18205
|
},
|
18206
|
+
{
|
18207
|
+
"path": "react-use",
|
18208
|
+
"kind": "require-call",
|
18209
|
+
"external": true
|
18210
|
+
},
|
18211
|
+
{
|
18212
|
+
"path": "@100mslive/react-sdk",
|
18213
|
+
"kind": "require-call",
|
18214
|
+
"external": true
|
18215
|
+
},
|
18216
|
+
{
|
18217
|
+
"path": "@100mslive/react-icons",
|
18218
|
+
"kind": "require-call",
|
18219
|
+
"external": true
|
18220
|
+
},
|
18221
|
+
{
|
18222
|
+
"path": "react",
|
18223
|
+
"kind": "require-call",
|
18224
|
+
"external": true
|
18225
|
+
},
|
18226
|
+
{
|
18227
|
+
"path": "react-use",
|
18228
|
+
"kind": "require-call",
|
18229
|
+
"external": true
|
18230
|
+
},
|
18231
|
+
{
|
18232
|
+
"path": "@100mslive/react-icons",
|
18233
|
+
"kind": "require-call",
|
18234
|
+
"external": true
|
18235
|
+
},
|
18236
|
+
{
|
18237
|
+
"path": "react",
|
18238
|
+
"kind": "require-call",
|
18239
|
+
"external": true
|
18240
|
+
},
|
18241
|
+
{
|
18242
|
+
"path": "react-use",
|
18243
|
+
"kind": "require-call",
|
18244
|
+
"external": true
|
18245
|
+
},
|
18246
|
+
{
|
18247
|
+
"path": "react",
|
18248
|
+
"kind": "require-call",
|
18249
|
+
"external": true
|
18250
|
+
},
|
17993
18251
|
{
|
17994
18252
|
"path": "@100mslive/react-icons",
|
17995
18253
|
"kind": "require-call",
|
@@ -18391,7 +18649,7 @@
|
|
18391
18649
|
"cssBundle": "dist/index.cjs.css",
|
18392
18650
|
"inputs": {
|
18393
18651
|
"<define:process.env>": {
|
18394
|
-
"bytesInOutput":
|
18652
|
+
"bytesInOutput": 18031
|
18395
18653
|
},
|
18396
18654
|
"src/Theme/base.config.ts": {
|
18397
18655
|
"bytesInOutput": 6104
|
@@ -18400,7 +18658,7 @@
|
|
18400
18658
|
"bytesInOutput": 4581
|
18401
18659
|
},
|
18402
18660
|
"src/Theme/stitches.config.ts": {
|
18403
|
-
"bytesInOutput":
|
18661
|
+
"bytesInOutput": 2173
|
18404
18662
|
},
|
18405
18663
|
"src/Theme/useSSR.tsx": {
|
18406
18664
|
"bytesInOutput": 638
|
@@ -18412,7 +18670,7 @@
|
|
18412
18670
|
"bytesInOutput": 164
|
18413
18671
|
},
|
18414
18672
|
"src/Layout/Flex.tsx": {
|
18415
|
-
"bytesInOutput":
|
18673
|
+
"bytesInOutput": 1698
|
18416
18674
|
},
|
18417
18675
|
"src/Layout/Box.tsx": {
|
18418
18676
|
"bytesInOutput": 163
|
@@ -18430,7 +18688,7 @@
|
|
18430
18688
|
"bytesInOutput": 417
|
18431
18689
|
},
|
18432
18690
|
"src/Button/Button.tsx": {
|
18433
|
-
"bytesInOutput":
|
18691
|
+
"bytesInOutput": 5415
|
18434
18692
|
},
|
18435
18693
|
"src/Button/index.tsx": {
|
18436
18694
|
"bytesInOutput": 132
|
@@ -18469,7 +18727,7 @@
|
|
18469
18727
|
"bytesInOutput": 131
|
18470
18728
|
},
|
18471
18729
|
"src/utils/animations.ts": {
|
18472
|
-
"bytesInOutput":
|
18730
|
+
"bytesInOutput": 4078
|
18473
18731
|
},
|
18474
18732
|
"src/utils/index.ts": {
|
18475
18733
|
"bytesInOutput": 151
|
@@ -18493,7 +18751,7 @@
|
|
18493
18751
|
"bytesInOutput": 131
|
18494
18752
|
},
|
18495
18753
|
"src/Modal/DialogContent.tsx": {
|
18496
|
-
"bytesInOutput":
|
18754
|
+
"bytesInOutput": 2403
|
18497
18755
|
},
|
18498
18756
|
"src/context/DialogContext.tsx": {
|
18499
18757
|
"bytesInOutput": 510
|
@@ -18502,7 +18760,7 @@
|
|
18502
18760
|
"bytesInOutput": 403
|
18503
18761
|
},
|
18504
18762
|
"src/Modal/Dialog.tsx": {
|
18505
|
-
"bytesInOutput":
|
18763
|
+
"bytesInOutput": 1911
|
18506
18764
|
},
|
18507
18765
|
"src/Modal/index.ts": {
|
18508
18766
|
"bytesInOutput": 128
|
@@ -18541,7 +18799,7 @@
|
|
18541
18799
|
"bytesInOutput": 138
|
18542
18800
|
},
|
18543
18801
|
"src/Video/Video.tsx": {
|
18544
|
-
"bytesInOutput":
|
18802
|
+
"bytesInOutput": 1577
|
18545
18803
|
},
|
18546
18804
|
"src/Video/index.tsx": {
|
18547
18805
|
"bytesInOutput": 129
|
@@ -18553,13 +18811,13 @@
|
|
18553
18811
|
"bytesInOutput": 143
|
18554
18812
|
},
|
18555
18813
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
18556
|
-
"bytesInOutput":
|
18814
|
+
"bytesInOutput": 986
|
18557
18815
|
},
|
18558
18816
|
"src/AudioLevel/audio-level.png": {
|
18559
18817
|
"bytesInOutput": 983
|
18560
18818
|
},
|
18561
18819
|
"src/AudioLevel/AudioLevel.tsx": {
|
18562
|
-
"bytesInOutput":
|
18820
|
+
"bytesInOutput": 2847
|
18563
18821
|
},
|
18564
18822
|
"src/AudioLevel/index.ts": {
|
18565
18823
|
"bytesInOutput": 175
|
@@ -18568,7 +18826,7 @@
|
|
18568
18826
|
"bytesInOutput": 1076
|
18569
18827
|
},
|
18570
18828
|
"src/Stats/formatBytes.ts": {
|
18571
|
-
"bytesInOutput":
|
18829
|
+
"bytesInOutput": 655
|
18572
18830
|
},
|
18573
18831
|
"src/Stats/StyledStats.tsx": {
|
18574
18832
|
"bytesInOutput": 1004
|
@@ -18577,7 +18835,7 @@
|
|
18577
18835
|
"bytesInOutput": 3576
|
18578
18836
|
},
|
18579
18837
|
"src/Stats/Stats.tsx": {
|
18580
|
-
"bytesInOutput":
|
18838
|
+
"bytesInOutput": 9826
|
18581
18839
|
},
|
18582
18840
|
"src/Stats/index.tsx": {
|
18583
18841
|
"bytesInOutput": 153
|
@@ -18601,13 +18859,13 @@
|
|
18601
18859
|
"bytesInOutput": 144
|
18602
18860
|
},
|
18603
18861
|
"src/Toast/Toast.tsx": {
|
18604
|
-
"bytesInOutput":
|
18862
|
+
"bytesInOutput": 5206
|
18605
18863
|
},
|
18606
18864
|
"src/Toast/index.tsx": {
|
18607
18865
|
"bytesInOutput": 129
|
18608
18866
|
},
|
18609
18867
|
"src/Accordion/Accordion.tsx": {
|
18610
|
-
"bytesInOutput":
|
18868
|
+
"bytesInOutput": 3259
|
18611
18869
|
},
|
18612
18870
|
"src/Accordion/index.ts": {
|
18613
18871
|
"bytesInOutput": 297
|
@@ -18649,7 +18907,7 @@
|
|
18649
18907
|
"bytesInOutput": 126
|
18650
18908
|
},
|
18651
18909
|
"src/Collapsible/Collapsible.tsx": {
|
18652
|
-
"bytesInOutput":
|
18910
|
+
"bytesInOutput": 1274
|
18653
18911
|
},
|
18654
18912
|
"src/Collapsible/index.tsx": {
|
18655
18913
|
"bytesInOutput": 147
|
@@ -18670,22 +18928,22 @@
|
|
18670
18928
|
"bytesInOutput": 3385
|
18671
18929
|
},
|
18672
18930
|
"../../node_modules/lodash/lodash.js": {
|
18673
|
-
"bytesInOutput":
|
18931
|
+
"bytesInOutput": 224308
|
18674
18932
|
},
|
18675
18933
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
18676
18934
|
"bytesInOutput": 1887
|
18677
18935
|
},
|
18678
18936
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
18679
|
-
"bytesInOutput":
|
18937
|
+
"bytesInOutput": 3033
|
18680
18938
|
},
|
18681
18939
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
18682
18940
|
"bytesInOutput": 1807
|
18683
18941
|
},
|
18684
18942
|
"src/Prebuilt/common/utils.js": {
|
18685
|
-
"bytesInOutput":
|
18943
|
+
"bytesInOutput": 3819
|
18686
18944
|
},
|
18687
18945
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
18688
|
-
"bytesInOutput":
|
18946
|
+
"bytesInOutput": 3175
|
18689
18947
|
},
|
18690
18948
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
18691
18949
|
"bytesInOutput": 3269
|
@@ -18700,13 +18958,13 @@
|
|
18700
18958
|
"bytesInOutput": 840
|
18701
18959
|
},
|
18702
18960
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
18703
|
-
"bytesInOutput":
|
18961
|
+
"bytesInOutput": 4596
|
18704
18962
|
},
|
18705
18963
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
18706
18964
|
"bytesInOutput": 4391
|
18707
18965
|
},
|
18708
18966
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
18709
|
-
"bytesInOutput":
|
18967
|
+
"bytesInOutput": 11280
|
18710
18968
|
},
|
18711
18969
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
18712
18970
|
"bytesInOutput": 1356
|
@@ -18715,13 +18973,13 @@
|
|
18715
18973
|
"bytesInOutput": 786
|
18716
18974
|
},
|
18717
18975
|
"src/Prebuilt/AppStateContext.tsx": {
|
18718
|
-
"bytesInOutput":
|
18976
|
+
"bytesInOutput": 3695
|
18719
18977
|
},
|
18720
18978
|
"src/Prebuilt/images/transaction_error.svg": {
|
18721
18979
|
"bytesInOutput": 4824
|
18722
18980
|
},
|
18723
18981
|
"src/Prebuilt/components/AuthToken.tsx": {
|
18724
|
-
"bytesInOutput":
|
18982
|
+
"bytesInOutput": 5154
|
18725
18983
|
},
|
18726
18984
|
"src/Prebuilt/IconButton.tsx": {
|
18727
18985
|
"bytesInOutput": 743
|
@@ -18733,13 +18991,13 @@
|
|
18733
18991
|
"bytesInOutput": 1881
|
18734
18992
|
},
|
18735
18993
|
"src/Sheet/Sheet.tsx": {
|
18736
|
-
"bytesInOutput":
|
18994
|
+
"bytesInOutput": 3650
|
18737
18995
|
},
|
18738
18996
|
"src/Sheet/index.ts": {
|
18739
18997
|
"bytesInOutput": 128
|
18740
18998
|
},
|
18741
18999
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
18742
|
-
"bytesInOutput":
|
19000
|
+
"bytesInOutput": 1776
|
18743
19001
|
},
|
18744
19002
|
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
18745
19003
|
"bytesInOutput": 808
|
@@ -18757,7 +19015,7 @@
|
|
18757
19015
|
"bytesInOutput": 11228
|
18758
19016
|
},
|
18759
19017
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
18760
|
-
"bytesInOutput":
|
19018
|
+
"bytesInOutput": 17329
|
18761
19019
|
},
|
18762
19020
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
18763
19021
|
"bytesInOutput": 1329
|
@@ -18787,10 +19045,10 @@
|
|
18787
19045
|
"bytesInOutput": 2361
|
18788
19046
|
},
|
18789
19047
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
18790
|
-
"bytesInOutput":
|
19048
|
+
"bytesInOutput": 7188
|
18791
19049
|
},
|
18792
19050
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
18793
|
-
"bytesInOutput":
|
19051
|
+
"bytesInOutput": 6011
|
18794
19052
|
},
|
18795
19053
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
18796
19054
|
"bytesInOutput": 3026
|
@@ -18799,7 +19057,7 @@
|
|
18799
19057
|
"bytesInOutput": 2932
|
18800
19058
|
},
|
18801
19059
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
18802
|
-
"bytesInOutput":
|
19060
|
+
"bytesInOutput": 3372
|
18803
19061
|
},
|
18804
19062
|
"src/Prebuilt/components/PIP/index.jsx": {
|
18805
19063
|
"bytesInOutput": 369
|
@@ -18817,7 +19075,7 @@
|
|
18817
19075
|
"bytesInOutput": 1525
|
18818
19076
|
},
|
18819
19077
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
18820
|
-
"bytesInOutput":
|
19078
|
+
"bytesInOutput": 3175
|
18821
19079
|
},
|
18822
19080
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
18823
19081
|
"bytesInOutput": 11527
|
@@ -18832,13 +19090,13 @@
|
|
18832
19090
|
"bytesInOutput": 922
|
18833
19091
|
},
|
18834
19092
|
"src/Prebuilt/components/Chat/utils.ts": {
|
18835
|
-
"bytesInOutput":
|
19093
|
+
"bytesInOutput": 556
|
18836
19094
|
},
|
18837
19095
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
18838
|
-
"bytesInOutput":
|
19096
|
+
"bytesInOutput": 17771
|
18839
19097
|
},
|
18840
19098
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
18841
|
-
"bytesInOutput":
|
19099
|
+
"bytesInOutput": 11825
|
18842
19100
|
},
|
18843
19101
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
18844
19102
|
"bytesInOutput": 929
|
@@ -18847,25 +19105,25 @@
|
|
18847
19105
|
"bytesInOutput": 457
|
18848
19106
|
},
|
18849
19107
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
18850
|
-
"bytesInOutput":
|
19108
|
+
"bytesInOutput": 7200
|
18851
19109
|
},
|
18852
19110
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
18853
|
-
"bytesInOutput":
|
19111
|
+
"bytesInOutput": 9398
|
18854
19112
|
},
|
18855
19113
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
18856
|
-
"bytesInOutput":
|
19114
|
+
"bytesInOutput": 3688
|
18857
19115
|
},
|
18858
19116
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
18859
19117
|
"bytesInOutput": 4457
|
18860
19118
|
},
|
18861
19119
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
18862
|
-
"bytesInOutput":
|
19120
|
+
"bytesInOutput": 11474
|
18863
19121
|
},
|
18864
19122
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
18865
19123
|
"bytesInOutput": 6192
|
18866
19124
|
},
|
18867
19125
|
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
18868
|
-
"bytesInOutput":
|
19126
|
+
"bytesInOutput": 6126
|
18869
19127
|
},
|
18870
19128
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
18871
19129
|
"bytesInOutput": 1461
|
@@ -18895,7 +19153,7 @@
|
|
18895
19153
|
"bytesInOutput": 4346
|
18896
19154
|
},
|
18897
19155
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
18898
|
-
"bytesInOutput":
|
19156
|
+
"bytesInOutput": 11171
|
18899
19157
|
},
|
18900
19158
|
"../../node_modules/reselect/es/index.js": {
|
18901
19159
|
"bytesInOutput": 2641
|
@@ -18910,7 +19168,7 @@
|
|
18910
19168
|
"bytesInOutput": 6467
|
18911
19169
|
},
|
18912
19170
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
18913
|
-
"bytesInOutput":
|
19171
|
+
"bytesInOutput": 6261
|
18914
19172
|
},
|
18915
19173
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
18916
19174
|
"bytesInOutput": 1396
|
@@ -18919,7 +19177,7 @@
|
|
18919
19177
|
"bytesInOutput": 22882
|
18920
19178
|
},
|
18921
19179
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
18922
|
-
"bytesInOutput":
|
19180
|
+
"bytesInOutput": 2295
|
18923
19181
|
},
|
18924
19182
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
18925
19183
|
"bytesInOutput": 984
|
@@ -18928,10 +19186,10 @@
|
|
18928
19186
|
"bytesInOutput": 9352
|
18929
19187
|
},
|
18930
19188
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
18931
|
-
"bytesInOutput":
|
19189
|
+
"bytesInOutput": 12021
|
18932
19190
|
},
|
18933
19191
|
"../../node_modules/sdp/sdp.js": {
|
18934
|
-
"bytesInOutput":
|
19192
|
+
"bytesInOutput": 22295
|
18935
19193
|
},
|
18936
19194
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
18937
19195
|
"bytesInOutput": 12618
|
@@ -18955,7 +19213,7 @@
|
|
18955
19213
|
"bytesInOutput": 615
|
18956
19214
|
},
|
18957
19215
|
"../hms-video-store/dist/index.js": {
|
18958
|
-
"bytesInOutput":
|
19216
|
+
"bytesInOutput": 57399
|
18959
19217
|
},
|
18960
19218
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
18961
19219
|
"bytesInOutput": 11852
|
@@ -19009,13 +19267,13 @@
|
|
19009
19267
|
"bytesInOutput": 7958
|
19010
19268
|
},
|
19011
19269
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
19012
|
-
"bytesInOutput":
|
19270
|
+
"bytesInOutput": 2376
|
19013
19271
|
},
|
19014
19272
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
19015
|
-
"bytesInOutput":
|
19273
|
+
"bytesInOutput": 2284
|
19016
19274
|
},
|
19017
19275
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
19018
|
-
"bytesInOutput":
|
19276
|
+
"bytesInOutput": 2115
|
19019
19277
|
},
|
19020
19278
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
19021
19279
|
"bytesInOutput": 974
|
@@ -19033,7 +19291,7 @@
|
|
19033
19291
|
"bytesInOutput": 2258
|
19034
19292
|
},
|
19035
19293
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
19036
|
-
"bytesInOutput":
|
19294
|
+
"bytesInOutput": 7040
|
19037
19295
|
},
|
19038
19296
|
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
19039
19297
|
"bytesInOutput": 1038
|
@@ -19045,10 +19303,10 @@
|
|
19045
19303
|
"bytesInOutput": 16110
|
19046
19304
|
},
|
19047
19305
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
19048
|
-
"bytesInOutput":
|
19306
|
+
"bytesInOutput": 1569
|
19049
19307
|
},
|
19050
19308
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
19051
|
-
"bytesInOutput":
|
19309
|
+
"bytesInOutput": 1744
|
19052
19310
|
},
|
19053
19311
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
19054
19312
|
"bytesInOutput": 4537
|
@@ -19057,13 +19315,13 @@
|
|
19057
19315
|
"bytesInOutput": 2825
|
19058
19316
|
},
|
19059
19317
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
19060
|
-
"bytesInOutput":
|
19318
|
+
"bytesInOutput": 2843
|
19061
19319
|
},
|
19062
19320
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
19063
19321
|
"bytesInOutput": 1170
|
19064
19322
|
},
|
19065
19323
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
19066
|
-
"bytesInOutput":
|
19324
|
+
"bytesInOutput": 9851
|
19067
19325
|
},
|
19068
19326
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
19069
19327
|
"bytesInOutput": 2802
|
@@ -19072,31 +19330,31 @@
|
|
19072
19330
|
"bytesInOutput": 394
|
19073
19331
|
},
|
19074
19332
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
19075
|
-
"bytesInOutput":
|
19333
|
+
"bytesInOutput": 1379
|
19076
19334
|
},
|
19077
19335
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
19078
19336
|
"bytesInOutput": 587
|
19079
19337
|
},
|
19080
19338
|
"src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
|
19081
|
-
"bytesInOutput":
|
19339
|
+
"bytesInOutput": 875
|
19082
19340
|
},
|
19083
19341
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
19084
|
-
"bytesInOutput":
|
19342
|
+
"bytesInOutput": 4715
|
19085
19343
|
},
|
19086
19344
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
19087
|
-
"bytesInOutput":
|
19345
|
+
"bytesInOutput": 5530
|
19088
19346
|
},
|
19089
19347
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
19090
|
-
"bytesInOutput":
|
19348
|
+
"bytesInOutput": 10168
|
19091
19349
|
},
|
19092
19350
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
19093
|
-
"bytesInOutput":
|
19351
|
+
"bytesInOutput": 2562
|
19094
19352
|
},
|
19095
19353
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
19096
|
-
"bytesInOutput":
|
19354
|
+
"bytesInOutput": 6102
|
19097
19355
|
},
|
19098
19356
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
19099
|
-
"bytesInOutput":
|
19357
|
+
"bytesInOutput": 867
|
19100
19358
|
},
|
19101
19359
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
19102
19360
|
"bytesInOutput": 2726
|
@@ -19108,16 +19366,16 @@
|
|
19108
19366
|
"bytesInOutput": 2203
|
19109
19367
|
},
|
19110
19368
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
19111
|
-
"bytesInOutput":
|
19369
|
+
"bytesInOutput": 2960
|
19112
19370
|
},
|
19113
19371
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
19114
19372
|
"bytesInOutput": 5284
|
19115
19373
|
},
|
19116
19374
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
19117
|
-
"bytesInOutput":
|
19375
|
+
"bytesInOutput": 8862
|
19118
19376
|
},
|
19119
19377
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
19120
|
-
"bytesInOutput":
|
19378
|
+
"bytesInOutput": 1760
|
19121
19379
|
},
|
19122
19380
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
19123
19381
|
"bytesInOutput": 2136
|
@@ -19141,7 +19399,7 @@
|
|
19141
19399
|
"bytesInOutput": 2637
|
19142
19400
|
},
|
19143
19401
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
19144
|
-
"bytesInOutput":
|
19402
|
+
"bytesInOutput": 8624
|
19145
19403
|
},
|
19146
19404
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
19147
19405
|
"bytesInOutput": 6701
|
@@ -19150,10 +19408,10 @@
|
|
19150
19408
|
"bytesInOutput": 914
|
19151
19409
|
},
|
19152
19410
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
19153
|
-
"bytesInOutput":
|
19411
|
+
"bytesInOutput": 1455
|
19154
19412
|
},
|
19155
19413
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19156
|
-
"bytesInOutput":
|
19414
|
+
"bytesInOutput": 13015
|
19157
19415
|
},
|
19158
19416
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
19159
19417
|
"bytesInOutput": 3529
|
@@ -19171,7 +19429,7 @@
|
|
19171
19429
|
"bytesInOutput": 7124
|
19172
19430
|
},
|
19173
19431
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
19174
|
-
"bytesInOutput":
|
19432
|
+
"bytesInOutput": 5350
|
19175
19433
|
},
|
19176
19434
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
19177
19435
|
"bytesInOutput": 3060
|
@@ -19189,28 +19447,28 @@
|
|
19189
19447
|
"bytesInOutput": 14600
|
19190
19448
|
},
|
19191
19449
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
19192
|
-
"bytesInOutput":
|
19450
|
+
"bytesInOutput": 5883
|
19193
19451
|
},
|
19194
19452
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
19195
|
-
"bytesInOutput":
|
19453
|
+
"bytesInOutput": 1363
|
19196
19454
|
},
|
19197
19455
|
"src/Prebuilt/components/VideoTile.tsx": {
|
19198
|
-
"bytesInOutput":
|
19456
|
+
"bytesInOutput": 7813
|
19199
19457
|
},
|
19200
19458
|
"src/Prebuilt/components/VirtualBackground/util.tsx": {
|
19201
19459
|
"bytesInOutput": 678
|
19202
19460
|
},
|
19203
19461
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
19204
|
-
"bytesInOutput":
|
19462
|
+
"bytesInOutput": 1580
|
19205
19463
|
},
|
19206
19464
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19207
|
-
"bytesInOutput":
|
19465
|
+
"bytesInOutput": 1676
|
19208
19466
|
},
|
19209
19467
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19210
|
-
"bytesInOutput":
|
19468
|
+
"bytesInOutput": 10210
|
19211
19469
|
},
|
19212
19470
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
19213
|
-
"bytesInOutput":
|
19471
|
+
"bytesInOutput": 7956
|
19214
19472
|
},
|
19215
19473
|
"src/Prebuilt/components/Chip.tsx": {
|
19216
19474
|
"bytesInOutput": 1118
|
@@ -19222,7 +19480,7 @@
|
|
19222
19480
|
"bytesInOutput": 3422
|
19223
19481
|
},
|
19224
19482
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
19225
|
-
"bytesInOutput":
|
19483
|
+
"bytesInOutput": 12288
|
19226
19484
|
},
|
19227
19485
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
19228
19486
|
"bytesInOutput": 2807
|
@@ -19252,7 +19510,7 @@
|
|
19252
19510
|
"bytesInOutput": 2395
|
19253
19511
|
},
|
19254
19512
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
19255
|
-
"bytesInOutput":
|
19513
|
+
"bytesInOutput": 3090
|
19256
19514
|
},
|
19257
19515
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
19258
19516
|
"bytesInOutput": 3395
|
@@ -19261,7 +19519,7 @@
|
|
19261
19519
|
"bytesInOutput": 1387
|
19262
19520
|
},
|
19263
19521
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
19264
|
-
"bytesInOutput":
|
19522
|
+
"bytesInOutput": 2483
|
19265
19523
|
},
|
19266
19524
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
19267
19525
|
"bytesInOutput": 4151
|
@@ -19270,16 +19528,16 @@
|
|
19270
19528
|
"bytesInOutput": 1707
|
19271
19529
|
},
|
19272
19530
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
19273
|
-
"bytesInOutput":
|
19531
|
+
"bytesInOutput": 5603
|
19274
19532
|
},
|
19275
19533
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
19276
19534
|
"bytesInOutput": 3393
|
19277
19535
|
},
|
19278
|
-
"../../../../../../../tmp/tmp-
|
19279
|
-
"bytesInOutput":
|
19536
|
+
"../../../../../../../tmp/tmp-2844-HOf8uo3qJuBO/191b7620b680/index.css": {
|
19537
|
+
"bytesInOutput": 115
|
19280
19538
|
},
|
19281
19539
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19282
|
-
"bytesInOutput":
|
19540
|
+
"bytesInOutput": 3756
|
19283
19541
|
},
|
19284
19542
|
"src/Prebuilt/common/PeersSorter.ts": {
|
19285
19543
|
"bytesInOutput": 3604
|
@@ -19288,10 +19546,10 @@
|
|
19288
19546
|
"bytesInOutput": 5493
|
19289
19547
|
},
|
19290
19548
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
19291
|
-
"bytesInOutput":
|
19549
|
+
"bytesInOutput": 3528
|
19292
19550
|
},
|
19293
19551
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
19294
|
-
"bytesInOutput":
|
19552
|
+
"bytesInOutput": 2096
|
19295
19553
|
},
|
19296
19554
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
19297
19555
|
"bytesInOutput": 8351
|
@@ -19300,7 +19558,7 @@
|
|
19300
19558
|
"bytesInOutput": 854
|
19301
19559
|
},
|
19302
19560
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
19303
|
-
"bytesInOutput":
|
19561
|
+
"bytesInOutput": 4291
|
19304
19562
|
},
|
19305
19563
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
19306
19564
|
"bytesInOutput": 656
|
@@ -19321,10 +19579,10 @@
|
|
19321
19579
|
"bytesInOutput": 5741
|
19322
19580
|
},
|
19323
19581
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
19324
|
-
"bytesInOutput":
|
19582
|
+
"bytesInOutput": 1105
|
19325
19583
|
},
|
19326
19584
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
19327
|
-
"bytesInOutput":
|
19585
|
+
"bytesInOutput": 3734
|
19328
19586
|
},
|
19329
19587
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
19330
19588
|
"bytesInOutput": 2019
|
@@ -19336,7 +19594,7 @@
|
|
19336
19594
|
"bytesInOutput": 682
|
19337
19595
|
},
|
19338
19596
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
19339
|
-
"bytesInOutput":
|
19597
|
+
"bytesInOutput": 1007
|
19340
19598
|
},
|
19341
19599
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
19342
19600
|
"bytesInOutput": 2389
|
@@ -19345,13 +19603,13 @@
|
|
19345
19603
|
"bytesInOutput": 1016
|
19346
19604
|
},
|
19347
19605
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
19348
|
-
"bytesInOutput":
|
19606
|
+
"bytesInOutput": 8516
|
19349
19607
|
},
|
19350
19608
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
19351
19609
|
"bytesInOutput": 2886
|
19352
19610
|
},
|
19353
19611
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
19354
|
-
"bytesInOutput":
|
19612
|
+
"bytesInOutput": 33527
|
19355
19613
|
},
|
19356
19614
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
19357
19615
|
"bytesInOutput": 6582
|
@@ -19360,7 +19618,7 @@
|
|
19360
19618
|
"bytesInOutput": 2182
|
19361
19619
|
},
|
19362
19620
|
"src/Prebuilt/components/Header/common.jsx": {
|
19363
|
-
"bytesInOutput":
|
19621
|
+
"bytesInOutput": 7625
|
19364
19622
|
},
|
19365
19623
|
"src/Prebuilt/components/Header/Header.tsx": {
|
19366
19624
|
"bytesInOutput": 2332
|
@@ -19372,22 +19630,31 @@
|
|
19372
19630
|
"bytesInOutput": 1024
|
19373
19631
|
},
|
19374
19632
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
19375
|
-
"bytesInOutput":
|
19633
|
+
"bytesInOutput": 9148
|
19376
19634
|
},
|
19377
19635
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
19378
|
-
"bytesInOutput":
|
19636
|
+
"bytesInOutput": 4375
|
19379
19637
|
},
|
19380
19638
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
19381
19639
|
"bytesInOutput": 1708
|
19382
19640
|
},
|
19383
19641
|
"src/Prebuilt/components/init/Init.jsx": {
|
19384
|
-
"bytesInOutput":
|
19642
|
+
"bytesInOutput": 954
|
19385
19643
|
},
|
19386
19644
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
19387
19645
|
"bytesInOutput": 5007
|
19388
19646
|
},
|
19647
|
+
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
19648
|
+
"bytesInOutput": 12631
|
19649
|
+
},
|
19650
|
+
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
19651
|
+
"bytesInOutput": 1830
|
19652
|
+
},
|
19653
|
+
"src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
|
19654
|
+
"bytesInOutput": 2236
|
19655
|
+
},
|
19389
19656
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
19390
|
-
"bytesInOutput":
|
19657
|
+
"bytesInOutput": 3028
|
19391
19658
|
},
|
19392
19659
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
19393
19660
|
"bytesInOutput": 3708
|
@@ -19396,22 +19663,22 @@
|
|
19396
19663
|
"bytesInOutput": 1415
|
19397
19664
|
},
|
19398
19665
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
19399
|
-
"bytesInOutput":
|
19666
|
+
"bytesInOutput": 1837
|
19400
19667
|
},
|
19401
19668
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
19402
|
-
"bytesInOutput":
|
19669
|
+
"bytesInOutput": 7907
|
19403
19670
|
},
|
19404
19671
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
19405
19672
|
"bytesInOutput": 2394
|
19406
19673
|
},
|
19407
19674
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
19408
|
-
"bytesInOutput":
|
19675
|
+
"bytesInOutput": 3530
|
19409
19676
|
},
|
19410
19677
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
19411
19678
|
"bytesInOutput": 1964
|
19412
19679
|
},
|
19413
19680
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
19414
|
-
"bytesInOutput":
|
19681
|
+
"bytesInOutput": 1883
|
19415
19682
|
},
|
19416
19683
|
"src/Prebuilt/images/android-perm-1.png": {
|
19417
19684
|
"bytesInOutput": 10560
|
@@ -19420,25 +19687,25 @@
|
|
19420
19687
|
"bytesInOutput": 12068
|
19421
19688
|
},
|
19422
19689
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
19423
|
-
"bytesInOutput":
|
19690
|
+
"bytesInOutput": 5416
|
19424
19691
|
},
|
19425
19692
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
19426
19693
|
"bytesInOutput": 1698
|
19427
19694
|
},
|
19428
19695
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
19429
|
-
"bytesInOutput":
|
19696
|
+
"bytesInOutput": 2395
|
19430
19697
|
},
|
19431
19698
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
19432
|
-
"bytesInOutput":
|
19699
|
+
"bytesInOutput": 958
|
19433
19700
|
},
|
19434
19701
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
19435
|
-
"bytesInOutput":
|
19702
|
+
"bytesInOutput": 2278
|
19436
19703
|
},
|
19437
19704
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
19438
|
-
"bytesInOutput":
|
19705
|
+
"bytesInOutput": 2719
|
19439
19706
|
},
|
19440
19707
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19441
|
-
"bytesInOutput":
|
19708
|
+
"bytesInOutput": 9307
|
19442
19709
|
},
|
19443
19710
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
19444
19711
|
"bytesInOutput": 173
|
@@ -19462,7 +19729,7 @@
|
|
19462
19729
|
"bytesInOutput": 772
|
19463
19730
|
},
|
19464
19731
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
19465
|
-
"bytesInOutput":
|
19732
|
+
"bytesInOutput": 4759
|
19466
19733
|
},
|
19467
19734
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
19468
19735
|
"bytesInOutput": 827
|
@@ -19471,7 +19738,7 @@
|
|
19471
19738
|
"bytesInOutput": 2225
|
19472
19739
|
},
|
19473
19740
|
"src/Prebuilt/App.tsx": {
|
19474
|
-
"bytesInOutput":
|
19741
|
+
"bytesInOutput": 10129
|
19475
19742
|
},
|
19476
19743
|
"src/Prebuilt/index.ts": {
|
19477
19744
|
"bytesInOutput": 131
|
@@ -19486,7 +19753,7 @@
|
|
19486
19753
|
"bytesInOutput": 2572
|
19487
19754
|
},
|
19488
19755
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
19489
|
-
"bytesInOutput":
|
19756
|
+
"bytesInOutput": 3852
|
19490
19757
|
},
|
19491
19758
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
19492
19759
|
"bytesInOutput": 7632
|
@@ -19495,7 +19762,7 @@
|
|
19495
19762
|
"bytesInOutput": 376
|
19496
19763
|
},
|
19497
19764
|
"../../node_modules/object-assign/index.js": {
|
19498
|
-
"bytesInOutput":
|
19765
|
+
"bytesInOutput": 2165
|
19499
19766
|
},
|
19500
19767
|
"../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
|
19501
19768
|
"bytesInOutput": 310
|
@@ -19507,7 +19774,7 @@
|
|
19507
19774
|
"bytesInOutput": 2827
|
19508
19775
|
},
|
19509
19776
|
"../../node_modules/prop-types/factoryWithTypeCheckers.js": {
|
19510
|
-
"bytesInOutput":
|
19777
|
+
"bytesInOutput": 19837
|
19511
19778
|
},
|
19512
19779
|
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
19513
19780
|
"bytesInOutput": 1648
|
@@ -19519,13 +19786,13 @@
|
|
19519
19786
|
"bytesInOutput": 2779
|
19520
19787
|
},
|
19521
19788
|
"src/Diagnostics/AudioTest.tsx": {
|
19522
|
-
"bytesInOutput":
|
19789
|
+
"bytesInOutput": 8061
|
19523
19790
|
},
|
19524
19791
|
"src/Diagnostics/BrowserTest.tsx": {
|
19525
|
-
"bytesInOutput":
|
19792
|
+
"bytesInOutput": 5659
|
19526
19793
|
},
|
19527
19794
|
"src/Diagnostics/ConnectivityTest.tsx": {
|
19528
|
-
"bytesInOutput":
|
19795
|
+
"bytesInOutput": 16646
|
19529
19796
|
},
|
19530
19797
|
"src/Diagnostics/VideoTest.tsx": {
|
19531
19798
|
"bytesInOutput": 3290
|
@@ -19540,13 +19807,13 @@
|
|
19540
19807
|
"bytesInOutput": 3073
|
19541
19808
|
}
|
19542
19809
|
},
|
19543
|
-
"bytes":
|
19810
|
+
"bytes": 1748241
|
19544
19811
|
},
|
19545
19812
|
"dist/index.cjs.css.map": {
|
19546
19813
|
"imports": [],
|
19547
19814
|
"exports": [],
|
19548
19815
|
"inputs": {},
|
19549
|
-
"bytes":
|
19816
|
+
"bytes": 122870
|
19550
19817
|
},
|
19551
19818
|
"dist/index.cjs.css": {
|
19552
19819
|
"imports": [
|
@@ -19602,14 +19869,14 @@
|
|
19602
19869
|
}
|
19603
19870
|
],
|
19604
19871
|
"inputs": {
|
19605
|
-
"../../../../../../../tmp/tmp-
|
19606
|
-
"bytesInOutput":
|
19872
|
+
"../../../../../../../tmp/tmp-2844-HOf8uo3qJuBO/191b7620bde2/tldraw.css": {
|
19873
|
+
"bytesInOutput": 75881
|
19607
19874
|
},
|
19608
|
-
"../../../../../../../tmp/tmp-
|
19875
|
+
"../../../../../../../tmp/tmp-2844-HOf8uo3qJuBO/191b7620b680/index.css": {
|
19609
19876
|
"bytesInOutput": 401
|
19610
19877
|
}
|
19611
19878
|
},
|
19612
|
-
"bytes":
|
19879
|
+
"bytes": 76563
|
19613
19880
|
}
|
19614
19881
|
}
|
19615
19882
|
}
|