@100mslive/roomkit-react 0.3.7 → 0.3.8-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/dist/{HLSView-J76FQQDB.js → HLSView-HUMJOIWO.js} +35 -17
  2. package/dist/{HLSView-J76FQQDB.js.map → HLSView-HUMJOIWO.js.map} +3 -3
  3. package/dist/Prebuilt/common/constants.d.ts +1 -0
  4. package/dist/Prebuilt/common/hooks.d.ts +10 -0
  5. package/dist/Prebuilt/components/FullPageProgress.d.ts +8 -0
  6. package/dist/Prebuilt/components/HMSVideo/utils.d.ts +1 -0
  7. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +3 -3
  8. package/dist/{chunk-VKO5HF7B.js → chunk-IDAPJGWC.js} +346 -362
  9. package/dist/chunk-IDAPJGWC.js.map +7 -0
  10. package/dist/index.cjs.js +300 -299
  11. package/dist/index.cjs.js.map +4 -4
  12. package/dist/index.js +1 -1
  13. package/dist/meta.cjs.json +87 -62
  14. package/dist/meta.esbuild.json +99 -74
  15. package/package.json +6 -6
  16. package/src/Prebuilt/common/constants.ts +1 -0
  17. package/src/Prebuilt/common/hooks.ts +72 -1
  18. package/src/Prebuilt/components/AppData/AppData.tsx +1 -0
  19. package/src/Prebuilt/components/ConferenceScreen.tsx +0 -2
  20. package/src/Prebuilt/components/{FullPageProgress.jsx → FullPageProgress.tsx} +10 -1
  21. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +3 -2
  22. package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +16 -7
  23. package/src/Prebuilt/components/HMSVideo/utils.ts +10 -0
  24. package/src/Prebuilt/components/Header/StreamActions.tsx +3 -25
  25. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +4 -26
  26. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +1 -11
  27. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +4 -9
  28. package/src/Prebuilt/components/Preview/PreviewScreen.tsx +0 -3
  29. package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +2 -2
  30. package/src/Prebuilt/components/Settings/StartRecording.jsx +4 -37
  31. package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -22
  32. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +3 -3
  33. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  34. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +23 -7
  35. package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +5 -3
  36. package/src/Prebuilt/layouts/SidePane.tsx +1 -1
  37. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -2
  38. package/dist/chunk-VKO5HF7B.js.map +0 -7
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  theme,
63
63
  useBorderAudioLevel,
64
64
  useTheme
65
- } from "./chunk-VKO5HF7B.js";
65
+ } from "./chunk-IDAPJGWC.js";
66
66
  export {
67
67
  Accordion,
68
68
  AudioLevel,
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Prebuilt/common/constants.ts": {
29
- "bytes": 4408,
29
+ "bytes": 4444,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@100mslive/react-sdk",
@@ -2241,7 +2241,7 @@
2241
2241
  "format": "esm"
2242
2242
  },
2243
2243
  "src/Prebuilt/components/AppData/AppData.tsx": {
2244
- "bytes": 5899,
2244
+ "bytes": 5935,
2245
2245
  "imports": [
2246
2246
  {
2247
2247
  "path": "react",
@@ -2962,7 +2962,7 @@
2962
2962
  "format": "esm"
2963
2963
  },
2964
2964
  "src/Prebuilt/common/hooks.ts": {
2965
- "bytes": 5233,
2965
+ "bytes": 7493,
2966
2966
  "imports": [
2967
2967
  {
2968
2968
  "path": "react",
@@ -2989,6 +2989,11 @@
2989
2989
  "kind": "import-statement",
2990
2990
  "external": true
2991
2991
  },
2992
+ {
2993
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
2994
+ "kind": "import-statement",
2995
+ "original": "../components/Toast/ToastManager"
2996
+ },
2992
2997
  {
2993
2998
  "path": "src/Theme/index.tsx",
2994
2999
  "kind": "import-statement",
@@ -2999,6 +3004,11 @@
2999
3004
  "kind": "import-statement",
3000
3005
  "original": "../provider/roomLayoutProvider"
3001
3006
  },
3007
+ {
3008
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
3009
+ "kind": "import-statement",
3010
+ "original": "../components/AppData/useUISettings"
3011
+ },
3002
3012
  {
3003
3013
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3004
3014
  "kind": "import-statement",
@@ -3829,7 +3839,7 @@
3829
3839
  "format": "esm"
3830
3840
  },
3831
3841
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
3832
- "bytes": 4630,
3842
+ "bytes": 3609,
3833
3843
  "imports": [
3834
3844
  {
3835
3845
  "path": "react",
@@ -3862,9 +3872,9 @@
3862
3872
  "original": "../Toast/ToastManager"
3863
3873
  },
3864
3874
  {
3865
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3875
+ "path": "src/Prebuilt/common/hooks.ts",
3866
3876
  "kind": "import-statement",
3867
- "original": "../AppData/useUISettings"
3877
+ "original": "../../common/hooks"
3868
3878
  },
3869
3879
  {
3870
3880
  "path": "src/Prebuilt/common/constants.ts",
@@ -4691,7 +4701,7 @@
4691
4701
  "format": "cjs"
4692
4702
  },
4693
4703
  "../hms-video-store/dist/index.js": {
4694
- "bytes": 331213,
4704
+ "bytes": 331528,
4695
4705
  "imports": [
4696
4706
  {
4697
4707
  "path": "../../node_modules/reselect/es/index.js",
@@ -4930,7 +4940,7 @@
4930
4940
  "format": "esm"
4931
4941
  },
4932
4942
  "src/Prebuilt/components/Header/StreamActions.tsx": {
4933
- "bytes": 9392,
4943
+ "bytes": 8719,
4934
4944
  "imports": [
4935
4945
  {
4936
4946
  "path": "react",
@@ -4983,20 +4993,15 @@
4983
4993
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
4984
4994
  },
4985
4995
  {
4986
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
4996
+ "path": "src/Prebuilt/common/hooks.ts",
4987
4997
  "kind": "import-statement",
4988
- "original": "../AppData/useUISettings"
4998
+ "original": "../../common/hooks"
4989
4999
  },
4990
5000
  {
4991
5001
  "path": "src/Prebuilt/common/utils.js",
4992
5002
  "kind": "import-statement",
4993
5003
  "original": "../../common/utils"
4994
5004
  },
4995
- {
4996
- "path": "src/Prebuilt/common/constants.ts",
4997
- "kind": "import-statement",
4998
- "original": "../../common/constants"
4999
- },
5000
5005
  {
5001
5006
  "path": "<define:process.env>",
5002
5007
  "kind": "import-statement",
@@ -5201,7 +5206,7 @@
5201
5206
  "format": "esm"
5202
5207
  },
5203
5208
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 13075,
5209
+ "bytes": 12214,
5205
5210
  "imports": [
5206
5211
  {
5207
5212
  "path": "react",
@@ -5765,7 +5770,7 @@
5765
5770
  "format": "esm"
5766
5771
  },
5767
5772
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
5768
- "bytes": 1063,
5773
+ "bytes": 1253,
5769
5774
  "imports": [
5770
5775
  {
5771
5776
  "path": "react",
@@ -5782,6 +5787,11 @@
5782
5787
  "kind": "import-statement",
5783
5788
  "external": true
5784
5789
  },
5790
+ {
5791
+ "path": "src/Loading/index.ts",
5792
+ "kind": "import-statement",
5793
+ "original": "../../../Loading"
5794
+ },
5785
5795
  {
5786
5796
  "path": "src/Tooltip/index.ts",
5787
5797
  "kind": "import-statement",
@@ -7622,7 +7632,7 @@
7622
7632
  "format": "esm"
7623
7633
  },
7624
7634
  "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
7625
- "bytes": 2042,
7635
+ "bytes": 2121,
7626
7636
  "imports": [
7627
7637
  {
7628
7638
  "path": "react",
@@ -9213,7 +9223,7 @@
9213
9223
  "format": "esm"
9214
9224
  },
9215
9225
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
9216
- "bytes": 1231,
9226
+ "bytes": 1246,
9217
9227
  "imports": [
9218
9228
  {
9219
9229
  "path": "react",
@@ -9285,7 +9295,7 @@
9285
9295
  "format": "esm"
9286
9296
  },
9287
9297
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
9288
- "bytes": 2687,
9298
+ "bytes": 2732,
9289
9299
  "imports": [
9290
9300
  {
9291
9301
  "path": "@100mslive/hms-virtual-background",
@@ -9317,13 +9327,18 @@
9317
9327
  "format": "esm"
9318
9328
  },
9319
9329
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9320
- "bytes": 7273,
9330
+ "bytes": 7852,
9321
9331
  "imports": [
9322
9332
  {
9323
9333
  "path": "react",
9324
9334
  "kind": "import-statement",
9325
9335
  "external": true
9326
9336
  },
9337
+ {
9338
+ "path": "react-use",
9339
+ "kind": "import-statement",
9340
+ "external": true
9341
+ },
9327
9342
  {
9328
9343
  "path": "../hms-video-store/dist/index.js",
9329
9344
  "kind": "import-statement",
@@ -9403,7 +9418,7 @@
9403
9418
  "format": "esm"
9404
9419
  },
9405
9420
  "src/Prebuilt/layouts/SidePane.tsx": {
9406
- "bytes": 6751,
9421
+ "bytes": 6739,
9407
9422
  "imports": [
9408
9423
  {
9409
9424
  "path": "react",
@@ -9549,8 +9564,8 @@
9549
9564
  ],
9550
9565
  "format": "esm"
9551
9566
  },
9552
- "src/Prebuilt/components/FullPageProgress.jsx": {
9553
- "bytes": 524,
9567
+ "src/Prebuilt/components/FullPageProgress.tsx": {
9568
+ "bytes": 625,
9554
9569
  "imports": [
9555
9570
  {
9556
9571
  "path": "react",
@@ -9572,6 +9587,11 @@
9572
9587
  "kind": "import-statement",
9573
9588
  "original": "../../Text"
9574
9589
  },
9590
+ {
9591
+ "path": "../../Theme",
9592
+ "kind": "import-statement",
9593
+ "external": true
9594
+ },
9575
9595
  {
9576
9596
  "path": "<define:process.env>",
9577
9597
  "kind": "import-statement",
@@ -9637,7 +9657,7 @@
9637
9657
  "format": "esm"
9638
9658
  },
9639
9659
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
9640
- "bytes": 9969,
9660
+ "bytes": 9876,
9641
9661
  "imports": [
9642
9662
  {
9643
9663
  "path": "react",
@@ -9700,7 +9720,7 @@
9700
9720
  "original": "../Connection/TileConnection"
9701
9721
  },
9702
9722
  {
9703
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
9723
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
9704
9724
  "kind": "import-statement",
9705
9725
  "original": "../FullPageProgress"
9706
9726
  },
@@ -11118,7 +11138,7 @@
11118
11138
  "format": "esm"
11119
11139
  },
11120
11140
  "src/Prebuilt/components/HMSVideo/utils.ts": {
11121
- "bytes": 977,
11141
+ "bytes": 1203,
11122
11142
  "imports": [
11123
11143
  {
11124
11144
  "path": "<define:process.env>",
@@ -11129,7 +11149,7 @@
11129
11149
  "format": "esm"
11130
11150
  },
11131
11151
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
11132
- "bytes": 2967,
11152
+ "bytes": 2942,
11133
11153
  "imports": [
11134
11154
  {
11135
11155
  "path": "react",
@@ -11160,7 +11180,7 @@
11160
11180
  "format": "esm"
11161
11181
  },
11162
11182
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
11163
- "bytes": 1309,
11183
+ "bytes": 1531,
11164
11184
  "imports": [
11165
11185
  {
11166
11186
  "path": "react",
@@ -11639,7 +11659,7 @@
11639
11659
  "format": "esm"
11640
11660
  },
11641
11661
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11642
- "bytes": 4556,
11662
+ "bytes": 4494,
11643
11663
  "imports": [
11644
11664
  {
11645
11665
  "path": "react",
@@ -11662,7 +11682,7 @@
11662
11682
  "external": true
11663
11683
  },
11664
11684
  {
11665
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
11685
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
11666
11686
  "kind": "import-statement",
11667
11687
  "original": "../components/FullPageProgress"
11668
11688
  },
@@ -11955,7 +11975,7 @@
11955
11975
  "format": "esm"
11956
11976
  },
11957
11977
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11958
- "bytes": 8106,
11978
+ "bytes": 8044,
11959
11979
  "imports": [
11960
11980
  {
11961
11981
  "path": "react",
@@ -12028,7 +12048,7 @@
12028
12048
  "original": "./EmojiReaction"
12029
12049
  },
12030
12050
  {
12031
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
12051
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
12032
12052
  "kind": "import-statement",
12033
12053
  "original": "./FullPageProgress"
12034
12054
  },
@@ -12486,7 +12506,7 @@
12486
12506
  "format": "esm"
12487
12507
  },
12488
12508
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
12489
- "bytes": 5843,
12509
+ "bytes": 5213,
12490
12510
  "imports": [
12491
12511
  {
12492
12512
  "path": "react",
@@ -12635,7 +12655,7 @@
12635
12655
  "format": "esm"
12636
12656
  },
12637
12657
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
12638
- "bytes": 1842,
12658
+ "bytes": 1643,
12639
12659
  "imports": [
12640
12660
  {
12641
12661
  "path": "react",
@@ -12971,7 +12991,7 @@
12971
12991
  "format": "esm"
12972
12992
  },
12973
12993
  "src/Prebuilt/components/Preview/PreviewScreen.tsx": {
12974
- "bytes": 1690,
12994
+ "bytes": 1597,
12975
12995
  "imports": [
12976
12996
  {
12977
12997
  "path": "react",
@@ -12999,7 +13019,7 @@
12999
13019
  "original": "../../provider/roomLayoutProvider"
13000
13020
  },
13001
13021
  {
13002
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
13022
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
13003
13023
  "kind": "import-statement",
13004
13024
  "original": "../FullPageProgress"
13005
13025
  },
@@ -13775,7 +13795,7 @@
13775
13795
  "imports": [],
13776
13796
  "exports": [],
13777
13797
  "inputs": {},
13778
- "bytes": 3304564
13798
+ "bytes": 3305237
13779
13799
  },
13780
13800
  "dist/index.cjs.js": {
13781
13801
  "imports": [
@@ -15754,6 +15774,11 @@
15754
15774
  "kind": "require-call",
15755
15775
  "external": true
15756
15776
  },
15777
+ {
15778
+ "path": "react-use",
15779
+ "kind": "require-call",
15780
+ "external": true
15781
+ },
15757
15782
  {
15758
15783
  "path": "@100mslive/hms-virtual-background",
15759
15784
  "kind": "require-call",
@@ -16719,13 +16744,13 @@
16719
16744
  "entryPoint": "src/index.ts",
16720
16745
  "inputs": {
16721
16746
  "<define:process.env>": {
16722
- "bytesInOutput": 18230
16747
+ "bytesInOutput": 18287
16723
16748
  },
16724
16749
  "src/Theme/base.config.ts": {
16725
16750
  "bytesInOutput": 6104
16726
16751
  },
16727
16752
  "src/Prebuilt/common/constants.ts": {
16728
- "bytesInOutput": 4515
16753
+ "bytesInOutput": 4555
16729
16754
  },
16730
16755
  "src/Theme/stitches.config.ts": {
16731
16756
  "bytesInOutput": 2153
@@ -17016,7 +17041,7 @@
17016
17041
  "bytesInOutput": 3258
17017
17042
  },
17018
17043
  "src/Prebuilt/components/AppData/AppData.tsx": {
17019
- "bytesInOutput": 6572
17044
+ "bytesInOutput": 6612
17020
17045
  },
17021
17046
  "src/Prebuilt/AppContext.tsx": {
17022
17047
  "bytesInOutput": 840
@@ -17070,7 +17095,7 @@
17070
17095
  "bytesInOutput": 884
17071
17096
  },
17072
17097
  "src/Prebuilt/common/hooks.ts": {
17073
- "bytesInOutput": 4848
17098
+ "bytesInOutput": 6967
17074
17099
  },
17075
17100
  "src/Prebuilt/components/EmojiReaction.jsx": {
17076
17101
  "bytesInOutput": 3504
@@ -17121,7 +17146,7 @@
17121
17146
  "bytesInOutput": 3668
17122
17147
  },
17123
17148
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
17124
- "bytesInOutput": 5459
17149
+ "bytesInOutput": 4457
17125
17150
  },
17126
17151
  "src/Prebuilt/components/StatsForNerds.jsx": {
17127
17152
  "bytesInOutput": 11845
@@ -17199,7 +17224,7 @@
17199
17224
  "bytesInOutput": 16122
17200
17225
  },
17201
17226
  "../../node_modules/sdp-transform/lib/parser.js": {
17202
- "bytesInOutput": 3497
17227
+ "bytesInOutput": 3492
17203
17228
  },
17204
17229
  "../../node_modules/sdp-transform/lib/writer.js": {
17205
17230
  "bytesInOutput": 3070
@@ -17208,7 +17233,7 @@
17208
17233
  "bytesInOutput": 615
17209
17234
  },
17210
17235
  "../hms-video-store/dist/index.js": {
17211
- "bytesInOutput": 53600
17236
+ "bytesInOutput": 53608
17212
17237
  },
17213
17238
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17214
17239
  "bytesInOutput": 1384
@@ -17220,7 +17245,7 @@
17220
17245
  "bytesInOutput": 8158
17221
17246
  },
17222
17247
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17223
- "bytesInOutput": 12108
17248
+ "bytesInOutput": 11425
17224
17249
  },
17225
17250
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
17226
17251
  "bytesInOutput": 1881
@@ -17238,7 +17263,7 @@
17238
17263
  "bytesInOutput": 938
17239
17264
  },
17240
17265
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17241
- "bytesInOutput": 14120
17266
+ "bytesInOutput": 13338
17242
17267
  },
17243
17268
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17244
17269
  "bytesInOutput": 831
@@ -17277,7 +17302,7 @@
17277
17302
  "bytesInOutput": 2153
17278
17303
  },
17279
17304
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
17280
- "bytesInOutput": 1350
17305
+ "bytesInOutput": 1596
17281
17306
  },
17282
17307
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17283
17308
  "bytesInOutput": 1980
@@ -17400,7 +17425,7 @@
17400
17425
  "bytesInOutput": 1003
17401
17426
  },
17402
17427
  "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
17403
- "bytesInOutput": 2558
17428
+ "bytesInOutput": 2637
17404
17429
  },
17405
17430
  "src/Prebuilt/components/Chat/MwebChatOption.tsx": {
17406
17431
  "bytesInOutput": 688
@@ -17484,34 +17509,34 @@
17484
17509
  "bytesInOutput": 7807
17485
17510
  },
17486
17511
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
17487
- "bytesInOutput": 1569
17512
+ "bytesInOutput": 1562
17488
17513
  },
17489
17514
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
17490
17515
  "bytesInOutput": 1628
17491
17516
  },
17492
17517
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
17493
- "bytesInOutput": 4226
17518
+ "bytesInOutput": 4242
17494
17519
  },
17495
17520
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
17496
17521
  "bytesInOutput": 908
17497
17522
  },
17498
17523
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
17499
- "bytesInOutput": 8756
17524
+ "bytesInOutput": 9449
17500
17525
  },
17501
17526
  "src/Prebuilt/layouts/SidePane.tsx": {
17502
- "bytesInOutput": 7958
17527
+ "bytesInOutput": 7946
17503
17528
  },
17504
17529
  "src/Prebuilt/components/Chip.tsx": {
17505
17530
  "bytesInOutput": 1118
17506
17531
  },
17507
- "src/Prebuilt/components/FullPageProgress.jsx": {
17508
- "bytesInOutput": 880
17532
+ "src/Prebuilt/components/FullPageProgress.tsx": {
17533
+ "bytesInOutput": 902
17509
17534
  },
17510
17535
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
17511
17536
  "bytesInOutput": 3422
17512
17537
  },
17513
17538
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17514
- "bytesInOutput": 11795
17539
+ "bytesInOutput": 11956
17515
17540
  },
17516
17541
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
17517
17542
  "bytesInOutput": 2807
@@ -17604,13 +17629,13 @@
17604
17629
  "bytesInOutput": 5741
17605
17630
  },
17606
17631
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17607
- "bytesInOutput": 833
17632
+ "bytesInOutput": 1025
17608
17633
  },
17609
17634
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17610
- "bytesInOutput": 3785
17635
+ "bytesInOutput": 3714
17611
17636
  },
17612
17637
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17613
- "bytesInOutput": 1748
17638
+ "bytesInOutput": 2019
17614
17639
  },
17615
17640
  "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
17616
17641
  "bytesInOutput": 2951
@@ -17688,7 +17713,7 @@
17688
17713
  "bytesInOutput": 1821
17689
17714
  },
17690
17715
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17691
- "bytesInOutput": 8711
17716
+ "bytesInOutput": 7703
17692
17717
  },
17693
17718
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17694
17719
  "bytesInOutput": 2394
@@ -17700,7 +17725,7 @@
17700
17725
  "bytesInOutput": 1964
17701
17726
  },
17702
17727
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
17703
- "bytesInOutput": 2146
17728
+ "bytesInOutput": 1873
17704
17729
  },
17705
17730
  "src/Prebuilt/images/android-perm-1.png": {
17706
17731
  "bytesInOutput": 10560
@@ -17772,7 +17797,7 @@
17772
17797
  "bytesInOutput": 2980
17773
17798
  }
17774
17799
  },
17775
- "bytes": 1572299
17800
+ "bytes": 1572400
17776
17801
  }
17777
17802
  }
17778
17803
  }