@100mslive/roomkit-react 0.3.18 → 0.3.19-alpha.1
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-DC5IFLGP.js → HLSView-6KUW45BA.js} +2 -2
- package/dist/{HLSView-43CZZXAA.css → HLSView-MI7WHLIB.css} +3 -3
- package/dist/{HLSView-43CZZXAA.css.map → HLSView-MI7WHLIB.css.map} +1 -1
- package/dist/Prebuilt/components/AuthToken.d.ts +17 -0
- package/dist/Prebuilt/components/Header/StreamActions.d.ts +5 -0
- package/dist/{chunk-MTOOCG7G.js → chunk-NC3PKPDD.js} +3738 -3775
- package/dist/chunk-NC3PKPDD.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +3003 -3048
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +290 -368
- package/dist/meta.esbuild.json +308 -386
- package/package.json +7 -7
- package/src/Prebuilt/App.tsx +5 -1
- package/src/Prebuilt/AppStateContext.tsx +5 -2
- package/src/Prebuilt/components/{AuthToken.jsx → AuthToken.tsx} +34 -12
- package/src/Prebuilt/components/Header/StreamActions.tsx +24 -3
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +2 -1
- package/src/Prebuilt/components/PIP/PIPChat.tsx +14 -2
- package/src/Prebuilt/components/PIP/PIPChatOption.tsx +1 -1
- package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +14 -1
- package/dist/chunk-MTOOCG7G.js.map +0 -7
- package/src/Prebuilt/components/Header/AdditionalRoomState.jsx +0 -118
- /package/dist/{HLSView-DC5IFLGP.js.map → HLSView-6KUW45BA.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -2384,12 +2384,188 @@
|
|
2384
2384
|
],
|
2385
2385
|
"format": "esm"
|
2386
2386
|
},
|
2387
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
2388
|
+
"bytes": 2719,
|
2389
|
+
"imports": [
|
2390
|
+
{
|
2391
|
+
"path": "@100mslive/hms-virtual-background",
|
2392
|
+
"kind": "import-statement",
|
2393
|
+
"external": true
|
2394
|
+
},
|
2395
|
+
{
|
2396
|
+
"path": "<define:process.env>",
|
2397
|
+
"kind": "import-statement",
|
2398
|
+
"external": true
|
2399
|
+
},
|
2400
|
+
{
|
2401
|
+
"path": "<runtime>",
|
2402
|
+
"kind": "import-statement",
|
2403
|
+
"external": true
|
2404
|
+
}
|
2405
|
+
],
|
2406
|
+
"format": "esm"
|
2407
|
+
},
|
2408
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
2409
|
+
"bytes": 6437,
|
2410
|
+
"imports": [
|
2411
|
+
{
|
2412
|
+
"path": "<define:process.env>",
|
2413
|
+
"kind": "import-statement",
|
2414
|
+
"external": true
|
2415
|
+
}
|
2416
|
+
],
|
2417
|
+
"format": "esm"
|
2418
|
+
},
|
2419
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
2420
|
+
"bytes": 11330,
|
2421
|
+
"imports": [
|
2422
|
+
{
|
2423
|
+
"path": "worker-timers",
|
2424
|
+
"kind": "import-statement",
|
2425
|
+
"external": true
|
2426
|
+
},
|
2427
|
+
{
|
2428
|
+
"path": "@100mslive/react-sdk",
|
2429
|
+
"kind": "import-statement",
|
2430
|
+
"external": true
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
2434
|
+
"kind": "import-statement",
|
2435
|
+
"original": "./pipUtils"
|
2436
|
+
},
|
2437
|
+
{
|
2438
|
+
"path": "src/Prebuilt/common/constants.ts",
|
2439
|
+
"kind": "import-statement",
|
2440
|
+
"original": "../../common/constants"
|
2441
|
+
},
|
2442
|
+
{
|
2443
|
+
"path": "<define:process.env>",
|
2444
|
+
"kind": "import-statement",
|
2445
|
+
"external": true
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
"path": "<runtime>",
|
2449
|
+
"kind": "import-statement",
|
2450
|
+
"external": true
|
2451
|
+
}
|
2452
|
+
],
|
2453
|
+
"format": "esm"
|
2454
|
+
},
|
2455
|
+
"src/Prebuilt/components/Toast/ToastManager.js": {
|
2456
|
+
"bytes": 922,
|
2457
|
+
"imports": [
|
2458
|
+
{
|
2459
|
+
"path": "uuid",
|
2460
|
+
"kind": "import-statement",
|
2461
|
+
"external": true
|
2462
|
+
},
|
2463
|
+
{
|
2464
|
+
"path": "<define:process.env>",
|
2465
|
+
"kind": "import-statement",
|
2466
|
+
"external": true
|
2467
|
+
},
|
2468
|
+
{
|
2469
|
+
"path": "<runtime>",
|
2470
|
+
"kind": "import-statement",
|
2471
|
+
"external": true
|
2472
|
+
}
|
2473
|
+
],
|
2474
|
+
"format": "esm"
|
2475
|
+
},
|
2476
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
2477
|
+
"bytes": 661,
|
2478
|
+
"imports": [
|
2479
|
+
{
|
2480
|
+
"path": "react",
|
2481
|
+
"kind": "import-statement",
|
2482
|
+
"external": true
|
2483
|
+
},
|
2484
|
+
{
|
2485
|
+
"path": "src/Prebuilt/AppContext.tsx",
|
2486
|
+
"kind": "import-statement",
|
2487
|
+
"original": "../../AppContext"
|
2488
|
+
},
|
2489
|
+
{
|
2490
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
2491
|
+
"kind": "import-statement",
|
2492
|
+
"original": "../PIP/PIPManager"
|
2493
|
+
},
|
2494
|
+
{
|
2495
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
2496
|
+
"kind": "import-statement",
|
2497
|
+
"original": "../Toast/ToastManager"
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"path": "<define:process.env>",
|
2501
|
+
"kind": "import-statement",
|
2502
|
+
"external": true
|
2503
|
+
}
|
2504
|
+
],
|
2505
|
+
"format": "esm"
|
2506
|
+
},
|
2507
|
+
"src/Prebuilt/AppStateContext.tsx": {
|
2508
|
+
"bytes": 3393,
|
2509
|
+
"imports": [
|
2510
|
+
{
|
2511
|
+
"path": "react",
|
2512
|
+
"kind": "import-statement",
|
2513
|
+
"external": true
|
2514
|
+
},
|
2515
|
+
{
|
2516
|
+
"path": "react-use",
|
2517
|
+
"kind": "import-statement",
|
2518
|
+
"external": true
|
2519
|
+
},
|
2520
|
+
{
|
2521
|
+
"path": "ts-pattern",
|
2522
|
+
"kind": "import-statement",
|
2523
|
+
"external": true
|
2524
|
+
},
|
2525
|
+
{
|
2526
|
+
"path": "@100mslive/react-sdk",
|
2527
|
+
"kind": "import-statement",
|
2528
|
+
"external": true
|
2529
|
+
},
|
2530
|
+
{
|
2531
|
+
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
2532
|
+
"kind": "import-statement",
|
2533
|
+
"original": "./components/VirtualBackground/VBHandler"
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
2537
|
+
"kind": "import-statement",
|
2538
|
+
"original": "./provider/roomLayoutProvider"
|
2539
|
+
},
|
2540
|
+
{
|
2541
|
+
"path": "src/Prebuilt/components/hooks/useRedirectToLeave.tsx",
|
2542
|
+
"kind": "import-statement",
|
2543
|
+
"original": "./components/hooks/useRedirectToLeave"
|
2544
|
+
},
|
2545
|
+
{
|
2546
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
2547
|
+
"kind": "import-statement",
|
2548
|
+
"original": "./provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
2549
|
+
},
|
2550
|
+
{
|
2551
|
+
"path": "src/Prebuilt/common/constants.ts",
|
2552
|
+
"kind": "import-statement",
|
2553
|
+
"original": "./common/constants"
|
2554
|
+
},
|
2555
|
+
{
|
2556
|
+
"path": "<define:process.env>",
|
2557
|
+
"kind": "import-statement",
|
2558
|
+
"external": true
|
2559
|
+
}
|
2560
|
+
],
|
2561
|
+
"format": "esm"
|
2562
|
+
},
|
2387
2563
|
"src/Prebuilt/images/transaction_error.svg": {
|
2388
2564
|
"bytes": 4603,
|
2389
2565
|
"imports": []
|
2390
2566
|
},
|
2391
|
-
"src/Prebuilt/components/AuthToken.
|
2392
|
-
"bytes":
|
2567
|
+
"src/Prebuilt/components/AuthToken.tsx": {
|
2568
|
+
"bytes": 5170,
|
2393
2569
|
"imports": [
|
2394
2570
|
{
|
2395
2571
|
"path": "react",
|
@@ -2431,6 +2607,11 @@
|
|
2431
2607
|
"kind": "import-statement",
|
2432
2608
|
"original": "../AppContext"
|
2433
2609
|
},
|
2610
|
+
{
|
2611
|
+
"path": "src/Prebuilt/AppStateContext.tsx",
|
2612
|
+
"kind": "import-statement",
|
2613
|
+
"original": "../AppStateContext"
|
2614
|
+
},
|
2434
2615
|
{
|
2435
2616
|
"path": "src/Prebuilt/images/transaction_error.svg",
|
2436
2617
|
"kind": "import-statement",
|
@@ -2895,27 +3076,6 @@
|
|
2895
3076
|
],
|
2896
3077
|
"format": "esm"
|
2897
3078
|
},
|
2898
|
-
"src/Prebuilt/components/Toast/ToastManager.js": {
|
2899
|
-
"bytes": 922,
|
2900
|
-
"imports": [
|
2901
|
-
{
|
2902
|
-
"path": "uuid",
|
2903
|
-
"kind": "import-statement",
|
2904
|
-
"external": true
|
2905
|
-
},
|
2906
|
-
{
|
2907
|
-
"path": "<define:process.env>",
|
2908
|
-
"kind": "import-statement",
|
2909
|
-
"external": true
|
2910
|
-
},
|
2911
|
-
{
|
2912
|
-
"path": "<runtime>",
|
2913
|
-
"kind": "import-statement",
|
2914
|
-
"external": true
|
2915
|
-
}
|
2916
|
-
],
|
2917
|
-
"format": "esm"
|
2918
|
-
},
|
2919
3079
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
2920
3080
|
"bytes": 13759,
|
2921
3081
|
"imports": [
|
@@ -3659,53 +3819,6 @@
|
|
3659
3819
|
],
|
3660
3820
|
"format": "esm"
|
3661
3821
|
},
|
3662
|
-
"src/Prebuilt/components/PIP/pipUtils.js": {
|
3663
|
-
"bytes": 6437,
|
3664
|
-
"imports": [
|
3665
|
-
{
|
3666
|
-
"path": "<define:process.env>",
|
3667
|
-
"kind": "import-statement",
|
3668
|
-
"external": true
|
3669
|
-
}
|
3670
|
-
],
|
3671
|
-
"format": "esm"
|
3672
|
-
},
|
3673
|
-
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
3674
|
-
"bytes": 11330,
|
3675
|
-
"imports": [
|
3676
|
-
{
|
3677
|
-
"path": "worker-timers",
|
3678
|
-
"kind": "import-statement",
|
3679
|
-
"external": true
|
3680
|
-
},
|
3681
|
-
{
|
3682
|
-
"path": "@100mslive/react-sdk",
|
3683
|
-
"kind": "import-statement",
|
3684
|
-
"external": true
|
3685
|
-
},
|
3686
|
-
{
|
3687
|
-
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
3688
|
-
"kind": "import-statement",
|
3689
|
-
"original": "./pipUtils"
|
3690
|
-
},
|
3691
|
-
{
|
3692
|
-
"path": "src/Prebuilt/common/constants.ts",
|
3693
|
-
"kind": "import-statement",
|
3694
|
-
"original": "../../common/constants"
|
3695
|
-
},
|
3696
|
-
{
|
3697
|
-
"path": "<define:process.env>",
|
3698
|
-
"kind": "import-statement",
|
3699
|
-
"external": true
|
3700
|
-
},
|
3701
|
-
{
|
3702
|
-
"path": "<runtime>",
|
3703
|
-
"kind": "import-statement",
|
3704
|
-
"external": true
|
3705
|
-
}
|
3706
|
-
],
|
3707
|
-
"format": "esm"
|
3708
|
-
},
|
3709
3822
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
3710
3823
|
"bytes": 1953,
|
3711
3824
|
"imports": [
|
@@ -4219,7 +4332,7 @@
|
|
4219
4332
|
"format": "esm"
|
4220
4333
|
},
|
4221
4334
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
4222
|
-
"bytes":
|
4335
|
+
"bytes": 10270,
|
4223
4336
|
"imports": [
|
4224
4337
|
{
|
4225
4338
|
"path": "react",
|
@@ -4295,7 +4408,7 @@
|
|
4295
4408
|
"format": "esm"
|
4296
4409
|
},
|
4297
4410
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
4298
|
-
"bytes":
|
4411
|
+
"bytes": 565,
|
4299
4412
|
"imports": [
|
4300
4413
|
{
|
4301
4414
|
"path": "react",
|
@@ -5118,7 +5231,7 @@
|
|
5118
5231
|
"format": "esm"
|
5119
5232
|
},
|
5120
5233
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
5121
|
-
"bytes":
|
5234
|
+
"bytes": 10477,
|
5122
5235
|
"imports": [
|
5123
5236
|
{
|
5124
5237
|
"path": "react",
|
@@ -5616,7 +5729,7 @@
|
|
5616
5729
|
"format": "cjs"
|
5617
5730
|
},
|
5618
5731
|
"../hms-video-store/dist/index.js": {
|
5619
|
-
"bytes":
|
5732
|
+
"bytes": 363324,
|
5620
5733
|
"imports": [
|
5621
5734
|
{
|
5622
5735
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5756,75 +5869,8 @@
|
|
5756
5869
|
],
|
5757
5870
|
"format": "esm"
|
5758
5871
|
},
|
5759
|
-
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
5760
|
-
"bytes": 813,
|
5761
|
-
"imports": [
|
5762
|
-
{
|
5763
|
-
"path": "react",
|
5764
|
-
"kind": "import-statement",
|
5765
|
-
"external": true
|
5766
|
-
},
|
5767
|
-
{
|
5768
|
-
"path": "@100mslive/react-sdk",
|
5769
|
-
"kind": "import-statement",
|
5770
|
-
"external": true
|
5771
|
-
},
|
5772
|
-
{
|
5773
|
-
"path": "<define:process.env>",
|
5774
|
-
"kind": "import-statement",
|
5775
|
-
"external": true
|
5776
|
-
}
|
5777
|
-
],
|
5778
|
-
"format": "esm"
|
5779
|
-
},
|
5780
|
-
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
5781
|
-
"bytes": 4443,
|
5782
|
-
"imports": [
|
5783
|
-
{
|
5784
|
-
"path": "react",
|
5785
|
-
"kind": "import-statement",
|
5786
|
-
"external": true
|
5787
|
-
},
|
5788
|
-
{
|
5789
|
-
"path": "@100mslive/react-sdk",
|
5790
|
-
"kind": "import-statement",
|
5791
|
-
"external": true
|
5792
|
-
},
|
5793
|
-
{
|
5794
|
-
"path": "@100mslive/react-icons",
|
5795
|
-
"kind": "import-statement",
|
5796
|
-
"external": true
|
5797
|
-
},
|
5798
|
-
{
|
5799
|
-
"path": "src/index.ts",
|
5800
|
-
"kind": "import-statement",
|
5801
|
-
"original": "../../../"
|
5802
|
-
},
|
5803
|
-
{
|
5804
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
5805
|
-
"kind": "import-statement",
|
5806
|
-
"original": "../AppData/useUISettings"
|
5807
|
-
},
|
5808
|
-
{
|
5809
|
-
"path": "src/Prebuilt/components/hooks/useScreenshareAudio.js",
|
5810
|
-
"kind": "import-statement",
|
5811
|
-
"original": "../hooks/useScreenshareAudio"
|
5812
|
-
},
|
5813
|
-
{
|
5814
|
-
"path": "src/Prebuilt/common/constants.ts",
|
5815
|
-
"kind": "import-statement",
|
5816
|
-
"original": "../../common/constants"
|
5817
|
-
},
|
5818
|
-
{
|
5819
|
-
"path": "<define:process.env>",
|
5820
|
-
"kind": "import-statement",
|
5821
|
-
"external": true
|
5822
|
-
}
|
5823
|
-
],
|
5824
|
-
"format": "esm"
|
5825
|
-
},
|
5826
5872
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
5827
|
-
"bytes":
|
5873
|
+
"bytes": 9165,
|
5828
5874
|
"imports": [
|
5829
5875
|
{
|
5830
5876
|
"path": "react",
|
@@ -5866,11 +5912,6 @@
|
|
5866
5912
|
"kind": "import-statement",
|
5867
5913
|
"original": "../Toast/ToastManager"
|
5868
5914
|
},
|
5869
|
-
{
|
5870
|
-
"path": "src/Prebuilt/components/Header/AdditionalRoomState.jsx",
|
5871
|
-
"kind": "import-statement",
|
5872
|
-
"original": "./AdditionalRoomState"
|
5873
|
-
},
|
5874
5915
|
{
|
5875
5916
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
5876
5917
|
"kind": "import-statement",
|
@@ -6633,10 +6674,15 @@
|
|
6633
6674
|
"format": "esm"
|
6634
6675
|
},
|
6635
6676
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
6636
|
-
"bytes":
|
6677
|
+
"bytes": 1791,
|
6637
6678
|
"imports": [
|
6638
6679
|
{
|
6639
|
-
"path": "react",
|
6680
|
+
"path": "react",
|
6681
|
+
"kind": "import-statement",
|
6682
|
+
"external": true
|
6683
|
+
},
|
6684
|
+
{
|
6685
|
+
"path": "@100mslive/hms-virtual-background",
|
6640
6686
|
"kind": "import-statement",
|
6641
6687
|
"external": true
|
6642
6688
|
},
|
@@ -6665,6 +6711,11 @@
|
|
6665
6711
|
"kind": "import-statement",
|
6666
6712
|
"original": "../../IconButton"
|
6667
6713
|
},
|
6714
|
+
{
|
6715
|
+
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
6716
|
+
"kind": "import-statement",
|
6717
|
+
"original": "./VBHandler"
|
6718
|
+
},
|
6668
6719
|
{
|
6669
6720
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6670
6721
|
"kind": "import-statement",
|
@@ -9908,27 +9959,6 @@
|
|
9908
9959
|
],
|
9909
9960
|
"format": "esm"
|
9910
9961
|
},
|
9911
|
-
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
9912
|
-
"bytes": 2719,
|
9913
|
-
"imports": [
|
9914
|
-
{
|
9915
|
-
"path": "@100mslive/hms-virtual-background",
|
9916
|
-
"kind": "import-statement",
|
9917
|
-
"external": true
|
9918
|
-
},
|
9919
|
-
{
|
9920
|
-
"path": "<define:process.env>",
|
9921
|
-
"kind": "import-statement",
|
9922
|
-
"external": true
|
9923
|
-
},
|
9924
|
-
{
|
9925
|
-
"path": "<runtime>",
|
9926
|
-
"kind": "import-statement",
|
9927
|
-
"external": true
|
9928
|
-
}
|
9929
|
-
],
|
9930
|
-
"format": "esm"
|
9931
|
-
},
|
9932
9962
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9933
9963
|
"bytes": 8341,
|
9934
9964
|
"imports": [
|
@@ -11257,7 +11287,7 @@
|
|
11257
11287
|
],
|
11258
11288
|
"format": "esm"
|
11259
11289
|
},
|
11260
|
-
"../../../../../../../tmp/tmp-
|
11290
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008891/tldraw.css": {
|
11261
11291
|
"bytes": 80111,
|
11262
11292
|
"imports": [
|
11263
11293
|
{
|
@@ -11307,7 +11337,7 @@
|
|
11307
11337
|
}
|
11308
11338
|
]
|
11309
11339
|
},
|
11310
|
-
"../../../../../../../tmp/tmp-
|
11340
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008300/index.css": {
|
11311
11341
|
"bytes": 597,
|
11312
11342
|
"imports": [
|
11313
11343
|
{
|
@@ -11316,7 +11346,7 @@
|
|
11316
11346
|
"external": true
|
11317
11347
|
},
|
11318
11348
|
{
|
11319
|
-
"path": "../../../../../../../tmp/tmp-
|
11349
|
+
"path": "../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008891/tldraw.css",
|
11320
11350
|
"kind": "import-rule",
|
11321
11351
|
"original": "@tldraw/tldraw/tldraw.css"
|
11322
11352
|
}
|
@@ -11391,7 +11421,7 @@
|
|
11391
11421
|
"original": "../../common/constants"
|
11392
11422
|
},
|
11393
11423
|
{
|
11394
|
-
"path": "../../../../../../../tmp/tmp-
|
11424
|
+
"path": "../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008300/index.css",
|
11395
11425
|
"kind": "import-statement",
|
11396
11426
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11397
11427
|
},
|
@@ -12998,88 +13028,6 @@
|
|
12998
13028
|
],
|
12999
13029
|
"format": "esm"
|
13000
13030
|
},
|
13001
|
-
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
13002
|
-
"bytes": 661,
|
13003
|
-
"imports": [
|
13004
|
-
{
|
13005
|
-
"path": "react",
|
13006
|
-
"kind": "import-statement",
|
13007
|
-
"external": true
|
13008
|
-
},
|
13009
|
-
{
|
13010
|
-
"path": "src/Prebuilt/AppContext.tsx",
|
13011
|
-
"kind": "import-statement",
|
13012
|
-
"original": "../../AppContext"
|
13013
|
-
},
|
13014
|
-
{
|
13015
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
13016
|
-
"kind": "import-statement",
|
13017
|
-
"original": "../PIP/PIPManager"
|
13018
|
-
},
|
13019
|
-
{
|
13020
|
-
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
13021
|
-
"kind": "import-statement",
|
13022
|
-
"original": "../Toast/ToastManager"
|
13023
|
-
},
|
13024
|
-
{
|
13025
|
-
"path": "<define:process.env>",
|
13026
|
-
"kind": "import-statement",
|
13027
|
-
"external": true
|
13028
|
-
}
|
13029
|
-
],
|
13030
|
-
"format": "esm"
|
13031
|
-
},
|
13032
|
-
"src/Prebuilt/AppStateContext.tsx": {
|
13033
|
-
"bytes": 3230,
|
13034
|
-
"imports": [
|
13035
|
-
{
|
13036
|
-
"path": "react",
|
13037
|
-
"kind": "import-statement",
|
13038
|
-
"external": true
|
13039
|
-
},
|
13040
|
-
{
|
13041
|
-
"path": "react-use",
|
13042
|
-
"kind": "import-statement",
|
13043
|
-
"external": true
|
13044
|
-
},
|
13045
|
-
{
|
13046
|
-
"path": "ts-pattern",
|
13047
|
-
"kind": "import-statement",
|
13048
|
-
"external": true
|
13049
|
-
},
|
13050
|
-
{
|
13051
|
-
"path": "@100mslive/react-sdk",
|
13052
|
-
"kind": "import-statement",
|
13053
|
-
"external": true
|
13054
|
-
},
|
13055
|
-
{
|
13056
|
-
"path": "src/Prebuilt/components/VirtualBackground/VBHandler.tsx",
|
13057
|
-
"kind": "import-statement",
|
13058
|
-
"original": "./components/VirtualBackground/VBHandler"
|
13059
|
-
},
|
13060
|
-
{
|
13061
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
13062
|
-
"kind": "import-statement",
|
13063
|
-
"original": "./provider/roomLayoutProvider"
|
13064
|
-
},
|
13065
|
-
{
|
13066
|
-
"path": "src/Prebuilt/components/hooks/useRedirectToLeave.tsx",
|
13067
|
-
"kind": "import-statement",
|
13068
|
-
"original": "./components/hooks/useRedirectToLeave"
|
13069
|
-
},
|
13070
|
-
{
|
13071
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
13072
|
-
"kind": "import-statement",
|
13073
|
-
"original": "./provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
13074
|
-
},
|
13075
|
-
{
|
13076
|
-
"path": "<define:process.env>",
|
13077
|
-
"kind": "import-statement",
|
13078
|
-
"external": true
|
13079
|
-
}
|
13080
|
-
],
|
13081
|
-
"format": "esm"
|
13082
|
-
},
|
13083
13031
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
13084
13032
|
"bytes": 2345,
|
13085
13033
|
"imports": [
|
@@ -14210,7 +14158,7 @@
|
|
14210
14158
|
"format": "esm"
|
14211
14159
|
},
|
14212
14160
|
"src/Prebuilt/App.tsx": {
|
14213
|
-
"bytes":
|
14161
|
+
"bytes": 10987,
|
14214
14162
|
"imports": [
|
14215
14163
|
{
|
14216
14164
|
"path": "react",
|
@@ -14243,7 +14191,7 @@
|
|
14243
14191
|
"original": "./components/AppData/AppData"
|
14244
14192
|
},
|
14245
14193
|
{
|
14246
|
-
"path": "src/Prebuilt/components/AuthToken.
|
14194
|
+
"path": "src/Prebuilt/components/AuthToken.tsx",
|
14247
14195
|
"kind": "import-statement",
|
14248
14196
|
"original": "./components/AuthToken"
|
14249
14197
|
},
|
@@ -15273,7 +15221,7 @@
|
|
15273
15221
|
"dist/index.js": {
|
15274
15222
|
"imports": [
|
15275
15223
|
{
|
15276
|
-
"path": "dist/chunk-
|
15224
|
+
"path": "dist/chunk-NC3PKPDD.js",
|
15277
15225
|
"kind": "import-statement"
|
15278
15226
|
}
|
15279
15227
|
],
|
@@ -15349,16 +15297,16 @@
|
|
15349
15297
|
"inputs": {},
|
15350
15298
|
"bytes": 1882
|
15351
15299
|
},
|
15352
|
-
"dist/HLSView-
|
15300
|
+
"dist/HLSView-6KUW45BA.js.map": {
|
15353
15301
|
"imports": [],
|
15354
15302
|
"exports": [],
|
15355
15303
|
"inputs": {},
|
15356
15304
|
"bytes": 100275
|
15357
15305
|
},
|
15358
|
-
"dist/HLSView-
|
15306
|
+
"dist/HLSView-6KUW45BA.js": {
|
15359
15307
|
"imports": [
|
15360
15308
|
{
|
15361
|
-
"path": "dist/chunk-
|
15309
|
+
"path": "dist/chunk-NC3PKPDD.js",
|
15362
15310
|
"kind": "import-statement"
|
15363
15311
|
},
|
15364
15312
|
{
|
@@ -15536,7 +15484,7 @@
|
|
15536
15484
|
"default"
|
15537
15485
|
],
|
15538
15486
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
15539
|
-
"cssBundle": "dist/HLSView-
|
15487
|
+
"cssBundle": "dist/HLSView-MI7WHLIB.css",
|
15540
15488
|
"inputs": {
|
15541
15489
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
15542
15490
|
"bytesInOutput": 27671
|
@@ -15595,13 +15543,13 @@
|
|
15595
15543
|
},
|
15596
15544
|
"bytes": 61702
|
15597
15545
|
},
|
15598
|
-
"dist/chunk-
|
15546
|
+
"dist/chunk-NC3PKPDD.js.map": {
|
15599
15547
|
"imports": [],
|
15600
15548
|
"exports": [],
|
15601
15549
|
"inputs": {},
|
15602
|
-
"bytes":
|
15550
|
+
"bytes": 3484873
|
15603
15551
|
},
|
15604
|
-
"dist/chunk-
|
15552
|
+
"dist/chunk-NC3PKPDD.js": {
|
15605
15553
|
"imports": [
|
15606
15554
|
{
|
15607
15555
|
"path": "react",
|
@@ -16038,6 +15986,46 @@
|
|
16038
15986
|
"kind": "import-statement",
|
16039
15987
|
"external": true
|
16040
15988
|
},
|
15989
|
+
{
|
15990
|
+
"path": "react-use",
|
15991
|
+
"kind": "import-statement",
|
15992
|
+
"external": true
|
15993
|
+
},
|
15994
|
+
{
|
15995
|
+
"path": "ts-pattern",
|
15996
|
+
"kind": "import-statement",
|
15997
|
+
"external": true
|
15998
|
+
},
|
15999
|
+
{
|
16000
|
+
"path": "@100mslive/react-sdk",
|
16001
|
+
"kind": "import-statement",
|
16002
|
+
"external": true
|
16003
|
+
},
|
16004
|
+
{
|
16005
|
+
"path": "@100mslive/hms-virtual-background",
|
16006
|
+
"kind": "import-statement",
|
16007
|
+
"external": true
|
16008
|
+
},
|
16009
|
+
{
|
16010
|
+
"path": "react",
|
16011
|
+
"kind": "import-statement",
|
16012
|
+
"external": true
|
16013
|
+
},
|
16014
|
+
{
|
16015
|
+
"path": "worker-timers",
|
16016
|
+
"kind": "import-statement",
|
16017
|
+
"external": true
|
16018
|
+
},
|
16019
|
+
{
|
16020
|
+
"path": "uuid",
|
16021
|
+
"kind": "import-statement",
|
16022
|
+
"external": true
|
16023
|
+
},
|
16024
|
+
{
|
16025
|
+
"path": "react",
|
16026
|
+
"kind": "import-statement",
|
16027
|
+
"external": true
|
16028
|
+
},
|
16041
16029
|
{
|
16042
16030
|
"path": "uuid",
|
16043
16031
|
"kind": "import-statement",
|
@@ -16168,11 +16156,6 @@
|
|
16168
16156
|
"kind": "import-statement",
|
16169
16157
|
"external": true
|
16170
16158
|
},
|
16171
|
-
{
|
16172
|
-
"path": "uuid",
|
16173
|
-
"kind": "import-statement",
|
16174
|
-
"external": true
|
16175
|
-
},
|
16176
16159
|
{
|
16177
16160
|
"path": "react",
|
16178
16161
|
"kind": "import-statement",
|
@@ -16373,11 +16356,6 @@
|
|
16373
16356
|
"kind": "import-statement",
|
16374
16357
|
"external": true
|
16375
16358
|
},
|
16376
|
-
{
|
16377
|
-
"path": "worker-timers",
|
16378
|
-
"kind": "import-statement",
|
16379
|
-
"external": true
|
16380
|
-
},
|
16381
16359
|
{
|
16382
16360
|
"path": "@100mslive/react-sdk",
|
16383
16361
|
"kind": "import-statement",
|
@@ -16798,31 +16776,6 @@
|
|
16798
16776
|
"kind": "import-statement",
|
16799
16777
|
"external": true
|
16800
16778
|
},
|
16801
|
-
{
|
16802
|
-
"path": "@100mslive/react-sdk",
|
16803
|
-
"kind": "import-statement",
|
16804
|
-
"external": true
|
16805
|
-
},
|
16806
|
-
{
|
16807
|
-
"path": "@100mslive/react-icons",
|
16808
|
-
"kind": "import-statement",
|
16809
|
-
"external": true
|
16810
|
-
},
|
16811
|
-
{
|
16812
|
-
"path": "react",
|
16813
|
-
"kind": "import-statement",
|
16814
|
-
"external": true
|
16815
|
-
},
|
16816
|
-
{
|
16817
|
-
"path": "@100mslive/react-sdk",
|
16818
|
-
"kind": "import-statement",
|
16819
|
-
"external": true
|
16820
|
-
},
|
16821
|
-
{
|
16822
|
-
"path": "react",
|
16823
|
-
"kind": "import-statement",
|
16824
|
-
"external": true
|
16825
|
-
},
|
16826
16779
|
{
|
16827
16780
|
"path": "react-use",
|
16828
16781
|
"kind": "import-statement",
|
@@ -16943,6 +16896,11 @@
|
|
16943
16896
|
"kind": "import-statement",
|
16944
16897
|
"external": true
|
16945
16898
|
},
|
16899
|
+
{
|
16900
|
+
"path": "@100mslive/hms-virtual-background",
|
16901
|
+
"kind": "import-statement",
|
16902
|
+
"external": true
|
16903
|
+
},
|
16946
16904
|
{
|
16947
16905
|
"path": "@100mslive/react-sdk",
|
16948
16906
|
"kind": "import-statement",
|
@@ -17788,11 +17746,6 @@
|
|
17788
17746
|
"kind": "import-statement",
|
17789
17747
|
"external": true
|
17790
17748
|
},
|
17791
|
-
{
|
17792
|
-
"path": "@100mslive/hms-virtual-background",
|
17793
|
-
"kind": "import-statement",
|
17794
|
-
"external": true
|
17795
|
-
},
|
17796
17749
|
{
|
17797
17750
|
"path": "react",
|
17798
17751
|
"kind": "import-statement",
|
@@ -18134,7 +18087,7 @@
|
|
18134
18087
|
"external": true
|
18135
18088
|
},
|
18136
18089
|
{
|
18137
|
-
"path": "dist/HLSView-
|
18090
|
+
"path": "dist/HLSView-6KUW45BA.js",
|
18138
18091
|
"kind": "dynamic-import"
|
18139
18092
|
},
|
18140
18093
|
{
|
@@ -18252,31 +18205,6 @@
|
|
18252
18205
|
"kind": "import-statement",
|
18253
18206
|
"external": true
|
18254
18207
|
},
|
18255
|
-
{
|
18256
|
-
"path": "@100mslive/react-sdk",
|
18257
|
-
"kind": "import-statement",
|
18258
|
-
"external": true
|
18259
|
-
},
|
18260
|
-
{
|
18261
|
-
"path": "react",
|
18262
|
-
"kind": "import-statement",
|
18263
|
-
"external": true
|
18264
|
-
},
|
18265
|
-
{
|
18266
|
-
"path": "react",
|
18267
|
-
"kind": "import-statement",
|
18268
|
-
"external": true
|
18269
|
-
},
|
18270
|
-
{
|
18271
|
-
"path": "react-use",
|
18272
|
-
"kind": "import-statement",
|
18273
|
-
"external": true
|
18274
|
-
},
|
18275
|
-
{
|
18276
|
-
"path": "ts-pattern",
|
18277
|
-
"kind": "import-statement",
|
18278
|
-
"external": true
|
18279
|
-
},
|
18280
18208
|
{
|
18281
18209
|
"path": "@100mslive/react-icons",
|
18282
18210
|
"kind": "import-statement",
|
@@ -18733,7 +18661,7 @@
|
|
18733
18661
|
],
|
18734
18662
|
"inputs": {
|
18735
18663
|
"<define:process.env>": {
|
18736
|
-
"bytesInOutput":
|
18664
|
+
"bytesInOutput": 18005
|
18737
18665
|
},
|
18738
18666
|
"../../node_modules/lodash/lodash.js": {
|
18739
18667
|
"bytesInOutput": 224289
|
@@ -19018,7 +18946,7 @@
|
|
19018
18946
|
"bytesInOutput": 887
|
19019
18947
|
},
|
19020
18948
|
"src/Prebuilt/App.tsx": {
|
19021
|
-
"bytesInOutput":
|
18949
|
+
"bytesInOutput": 7973
|
19022
18950
|
},
|
19023
18951
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
19024
18952
|
"bytesInOutput": 6633
|
@@ -19059,12 +18987,30 @@
|
|
19059
18987
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
19060
18988
|
"bytesInOutput": 490
|
19061
18989
|
},
|
19062
|
-
"src/Prebuilt/components/AuthToken.
|
19063
|
-
"bytesInOutput":
|
18990
|
+
"src/Prebuilt/components/AuthToken.tsx": {
|
18991
|
+
"bytesInOutput": 4159
|
19064
18992
|
},
|
19065
18993
|
"src/Prebuilt/AppContext.tsx": {
|
19066
18994
|
"bytesInOutput": 577
|
19067
18995
|
},
|
18996
|
+
"src/Prebuilt/AppStateContext.tsx": {
|
18997
|
+
"bytesInOutput": 2793
|
18998
|
+
},
|
18999
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
19000
|
+
"bytesInOutput": 3404
|
19001
|
+
},
|
19002
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
19003
|
+
"bytesInOutput": 489
|
19004
|
+
},
|
19005
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
19006
|
+
"bytesInOutput": 9818
|
19007
|
+
},
|
19008
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
19009
|
+
"bytesInOutput": 4289
|
19010
|
+
},
|
19011
|
+
"src/Prebuilt/components/Toast/ToastManager.js": {
|
19012
|
+
"bytesInOutput": 1028
|
19013
|
+
},
|
19068
19014
|
"src/Prebuilt/images/transaction_error.svg": {
|
19069
19015
|
"bytesInOutput": 4698
|
19070
19016
|
},
|
@@ -19087,7 +19033,7 @@
|
|
19087
19033
|
"bytesInOutput": 1390
|
19088
19034
|
},
|
19089
19035
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
19090
|
-
"bytesInOutput":
|
19036
|
+
"bytesInOutput": 8960
|
19091
19037
|
},
|
19092
19038
|
"src/Sheet/index.ts": {
|
19093
19039
|
"bytesInOutput": 27
|
@@ -19096,7 +19042,7 @@
|
|
19096
19042
|
"bytesInOutput": 2859
|
19097
19043
|
},
|
19098
19044
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
19099
|
-
"bytesInOutput":
|
19045
|
+
"bytesInOutput": 6570
|
19100
19046
|
},
|
19101
19047
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
19102
19048
|
"bytesInOutput": 1308
|
@@ -19110,11 +19056,8 @@
|
|
19110
19056
|
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
19111
19057
|
"bytesInOutput": 1831
|
19112
19058
|
},
|
19113
|
-
"src/Prebuilt/components/Toast/ToastManager.js": {
|
19114
|
-
"bytesInOutput": 1028
|
19115
|
-
},
|
19116
19059
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
19117
|
-
"bytesInOutput":
|
19060
|
+
"bytesInOutput": 928
|
19118
19061
|
},
|
19119
19062
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
19120
19063
|
"bytesInOutput": 2580
|
@@ -19126,10 +19069,10 @@
|
|
19126
19069
|
"bytesInOutput": 606
|
19127
19070
|
},
|
19128
19071
|
"src/Prebuilt/common/hooks.ts": {
|
19129
|
-
"bytesInOutput":
|
19072
|
+
"bytesInOutput": 7094
|
19130
19073
|
},
|
19131
19074
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
19132
|
-
"bytesInOutput":
|
19075
|
+
"bytesInOutput": 2476
|
19133
19076
|
},
|
19134
19077
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
19135
19078
|
"bytesInOutput": 5773
|
@@ -19153,7 +19096,7 @@
|
|
19153
19096
|
"bytesInOutput": 474
|
19154
19097
|
},
|
19155
19098
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
19156
|
-
"bytesInOutput":
|
19099
|
+
"bytesInOutput": 9157
|
19157
19100
|
},
|
19158
19101
|
"src/Prebuilt/components/PIP/index.jsx": {
|
19159
19102
|
"bytesInOutput": 178
|
@@ -19161,17 +19104,11 @@
|
|
19161
19104
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
19162
19105
|
"bytesInOutput": 2681
|
19163
19106
|
},
|
19164
|
-
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
19165
|
-
"bytesInOutput": 9818
|
19166
|
-
},
|
19167
|
-
"src/Prebuilt/components/PIP/pipUtils.js": {
|
19168
|
-
"bytesInOutput": 4289
|
19169
|
-
},
|
19170
19107
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
19171
19108
|
"bytesInOutput": 2509
|
19172
19109
|
},
|
19173
19110
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
19174
|
-
"bytesInOutput":
|
19111
|
+
"bytesInOutput": 10026
|
19175
19112
|
},
|
19176
19113
|
"src/TextArea/index.tsx": {
|
19177
19114
|
"bytesInOutput": 27
|
@@ -19207,7 +19144,7 @@
|
|
19207
19144
|
"bytesInOutput": 347
|
19208
19145
|
},
|
19209
19146
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
19210
|
-
"bytesInOutput":
|
19147
|
+
"bytesInOutput": 577
|
19211
19148
|
},
|
19212
19149
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
19213
19150
|
"bytesInOutput": 274
|
@@ -19264,10 +19201,10 @@
|
|
19264
19201
|
"bytesInOutput": 12187
|
19265
19202
|
},
|
19266
19203
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
19267
|
-
"bytesInOutput":
|
19204
|
+
"bytesInOutput": 9861
|
19268
19205
|
},
|
19269
19206
|
"../hms-video-store/dist/index.js": {
|
19270
|
-
"bytesInOutput":
|
19207
|
+
"bytesInOutput": 50270
|
19271
19208
|
},
|
19272
19209
|
"../../node_modules/reselect/es/index.js": {
|
19273
19210
|
"bytesInOutput": 2539
|
@@ -19305,12 +19242,6 @@
|
|
19305
19242
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
19306
19243
|
"bytesInOutput": 12458
|
19307
19244
|
},
|
19308
|
-
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
19309
|
-
"bytesInOutput": 4461
|
19310
|
-
},
|
19311
|
-
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
19312
|
-
"bytesInOutput": 907
|
19313
|
-
},
|
19314
19245
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
19315
19246
|
"bytesInOutput": 2228
|
19316
19247
|
},
|
@@ -19327,10 +19258,10 @@
|
|
19327
19258
|
"bytesInOutput": 905
|
19328
19259
|
},
|
19329
19260
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
19330
|
-
"bytesInOutput":
|
19261
|
+
"bytesInOutput": 1729
|
19331
19262
|
},
|
19332
19263
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
19333
|
-
"bytesInOutput":
|
19264
|
+
"bytesInOutput": 7103
|
19334
19265
|
},
|
19335
19266
|
"src/Prebuilt/images/pdf-share.png": {
|
19336
19267
|
"bytesInOutput": 25446
|
@@ -19357,7 +19288,7 @@
|
|
19357
19288
|
"bytesInOutput": 823
|
19358
19289
|
},
|
19359
19290
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
19360
|
-
"bytesInOutput":
|
19291
|
+
"bytesInOutput": 1805
|
19361
19292
|
},
|
19362
19293
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
19363
19294
|
"bytesInOutput": 1564
|
@@ -19459,7 +19390,7 @@
|
|
19459
19390
|
"bytesInOutput": 629
|
19460
19391
|
},
|
19461
19392
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
19462
|
-
"bytesInOutput":
|
19393
|
+
"bytesInOutput": 2316
|
19463
19394
|
},
|
19464
19395
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
19465
19396
|
"bytesInOutput": 672
|
@@ -19495,7 +19426,7 @@
|
|
19495
19426
|
"bytesInOutput": 7557
|
19496
19427
|
},
|
19497
19428
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
19498
|
-
"bytesInOutput":
|
19429
|
+
"bytesInOutput": 5648
|
19499
19430
|
},
|
19500
19431
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19501
19432
|
"bytesInOutput": 10879
|
@@ -19555,14 +19486,11 @@
|
|
19555
19486
|
"bytesInOutput": 449
|
19556
19487
|
},
|
19557
19488
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19558
|
-
"bytesInOutput":
|
19489
|
+
"bytesInOutput": 1240
|
19559
19490
|
},
|
19560
19491
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
19561
19492
|
"bytesInOutput": 1156
|
19562
19493
|
},
|
19563
|
-
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
19564
|
-
"bytesInOutput": 3443
|
19565
|
-
},
|
19566
19494
|
"src/Prebuilt/components/Chip.tsx": {
|
19567
19495
|
"bytesInOutput": 778
|
19568
19496
|
},
|
@@ -19618,7 +19546,7 @@
|
|
19618
19546
|
"bytesInOutput": 2638
|
19619
19547
|
},
|
19620
19548
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
19621
|
-
"bytesInOutput":
|
19549
|
+
"bytesInOutput": 4411
|
19622
19550
|
},
|
19623
19551
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
19624
19552
|
"bytesInOutput": 3276
|
@@ -19629,7 +19557,7 @@
|
|
19629
19557
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19630
19558
|
"bytesInOutput": 2830
|
19631
19559
|
},
|
19632
|
-
"../../../../../../../tmp/tmp-
|
19560
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008300/index.css": {
|
19633
19561
|
"bytesInOutput": 0
|
19634
19562
|
},
|
19635
19563
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -19677,12 +19605,6 @@
|
|
19677
19605
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
19678
19606
|
"bytesInOutput": 2185
|
19679
19607
|
},
|
19680
|
-
"src/Prebuilt/AppStateContext.tsx": {
|
19681
|
-
"bytesInOutput": 2668
|
19682
|
-
},
|
19683
|
-
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
19684
|
-
"bytesInOutput": 491
|
19685
|
-
},
|
19686
19608
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
19687
19609
|
"bytesInOutput": 2928
|
19688
19610
|
},
|
@@ -19792,10 +19714,10 @@
|
|
19792
19714
|
"bytesInOutput": 13570
|
19793
19715
|
},
|
19794
19716
|
"src/Diagnostics/VideoTest.tsx": {
|
19795
|
-
"bytesInOutput":
|
19717
|
+
"bytesInOutput": 2628
|
19796
19718
|
}
|
19797
19719
|
},
|
19798
|
-
"bytes":
|
19720
|
+
"bytes": 1442897
|
19799
19721
|
},
|
19800
19722
|
"dist/index.css.map": {
|
19801
19723
|
"imports": [],
|
@@ -19857,22 +19779,22 @@
|
|
19857
19779
|
}
|
19858
19780
|
],
|
19859
19781
|
"inputs": {
|
19860
|
-
"../../../../../../../tmp/tmp-
|
19782
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008891/tldraw.css": {
|
19861
19783
|
"bytesInOutput": 75223
|
19862
19784
|
},
|
19863
|
-
"../../../../../../../tmp/tmp-
|
19785
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008300/index.css": {
|
19864
19786
|
"bytesInOutput": 401
|
19865
19787
|
}
|
19866
19788
|
},
|
19867
19789
|
"bytes": 75901
|
19868
19790
|
},
|
19869
|
-
"dist/HLSView-
|
19791
|
+
"dist/HLSView-MI7WHLIB.css.map": {
|
19870
19792
|
"imports": [],
|
19871
19793
|
"exports": [],
|
19872
19794
|
"inputs": {},
|
19873
19795
|
"bytes": 122402
|
19874
19796
|
},
|
19875
|
-
"dist/HLSView-
|
19797
|
+
"dist/HLSView-MI7WHLIB.css": {
|
19876
19798
|
"imports": [
|
19877
19799
|
{
|
19878
19800
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -19926,10 +19848,10 @@
|
|
19926
19848
|
}
|
19927
19849
|
],
|
19928
19850
|
"inputs": {
|
19929
|
-
"../../../../../../../tmp/tmp-
|
19851
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008891/tldraw.css": {
|
19930
19852
|
"bytesInOutput": 75223
|
19931
19853
|
},
|
19932
|
-
"../../../../../../../tmp/tmp-
|
19854
|
+
"../../../../../../../tmp/tmp-2875-5tcAYoV7E17q/191700008300/index.css": {
|
19933
19855
|
"bytesInOutput": 401
|
19934
19856
|
}
|
19935
19857
|
},
|