@100mslive/roomkit-react 0.3.18-alpha.1 → 0.3.19-alpha.0
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-PDIKZHHT.css → HLSView-6CQOPAJJ.css} +3 -3
- package/dist/{HLSView-PDIKZHHT.css.map → HLSView-6CQOPAJJ.css.map} +1 -1
- package/dist/{HLSView-ZNO3JMRM.js → HLSView-LJQ65VXH.js} +2 -2
- package/dist/Prebuilt/components/AuthToken.d.ts +17 -0
- package/dist/Prebuilt/components/Header/StreamActions.d.ts +5 -0
- package/dist/{chunk-JNJ2XTDI.js → chunk-O3I4DN7I.js} +3619 -3676
- package/dist/chunk-O3I4DN7I.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +3045 -3109
- 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 +276 -369
- package/dist/meta.esbuild.json +293 -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/PIPChatOption.tsx +1 -1
- package/dist/chunk-JNJ2XTDI.js.map +0 -7
- package/src/Prebuilt/components/Header/AdditionalRoomState.jsx +0 -118
- /package/dist/{HLSView-ZNO3JMRM.js.map → HLSView-LJQ65VXH.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": [
|
@@ -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",
|
@@ -5731,89 +5844,22 @@
|
|
5731
5844
|
{
|
5732
5845
|
"path": "eventemitter2",
|
5733
5846
|
"kind": "import-statement",
|
5734
|
-
"external": true
|
5735
|
-
},
|
5736
|
-
{
|
5737
|
-
"path": "uuid",
|
5738
|
-
"kind": "import-statement",
|
5739
|
-
"external": true
|
5740
|
-
},
|
5741
|
-
{
|
5742
|
-
"path": "uuid",
|
5743
|
-
"kind": "import-statement",
|
5744
|
-
"external": true
|
5745
|
-
},
|
5746
|
-
{
|
5747
|
-
"path": "../../node_modules/reselect/es/index.js",
|
5748
|
-
"kind": "import-statement",
|
5749
|
-
"original": "reselect"
|
5750
|
-
},
|
5751
|
-
{
|
5752
|
-
"path": "<define:process.env>",
|
5753
|
-
"kind": "import-statement",
|
5754
|
-
"external": true
|
5755
|
-
}
|
5756
|
-
],
|
5757
|
-
"format": "esm"
|
5758
|
-
},
|
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": "../../../"
|
5847
|
+
"external": true
|
5802
5848
|
},
|
5803
5849
|
{
|
5804
|
-
"path": "
|
5850
|
+
"path": "uuid",
|
5805
5851
|
"kind": "import-statement",
|
5806
|
-
"
|
5852
|
+
"external": true
|
5807
5853
|
},
|
5808
5854
|
{
|
5809
|
-
"path": "
|
5855
|
+
"path": "uuid",
|
5810
5856
|
"kind": "import-statement",
|
5811
|
-
"
|
5857
|
+
"external": true
|
5812
5858
|
},
|
5813
5859
|
{
|
5814
|
-
"path": "
|
5860
|
+
"path": "../../node_modules/reselect/es/index.js",
|
5815
5861
|
"kind": "import-statement",
|
5816
|
-
"original": "
|
5862
|
+
"original": "reselect"
|
5817
5863
|
},
|
5818
5864
|
{
|
5819
5865
|
"path": "<define:process.env>",
|
@@ -5824,7 +5870,7 @@
|
|
5824
5870
|
"format": "esm"
|
5825
5871
|
},
|
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",
|
@@ -9908,27 +9949,6 @@
|
|
9908
9949
|
],
|
9909
9950
|
"format": "esm"
|
9910
9951
|
},
|
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
9952
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9933
9953
|
"bytes": 8341,
|
9934
9954
|
"imports": [
|
@@ -11257,7 +11277,7 @@
|
|
11257
11277
|
],
|
11258
11278
|
"format": "esm"
|
11259
11279
|
},
|
11260
|
-
"../../../../../../../tmp/tmp-
|
11280
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b922/tldraw.css": {
|
11261
11281
|
"bytes": 80111,
|
11262
11282
|
"imports": [
|
11263
11283
|
{
|
@@ -11307,7 +11327,7 @@
|
|
11307
11327
|
}
|
11308
11328
|
]
|
11309
11329
|
},
|
11310
|
-
"../../../../../../../tmp/tmp-
|
11330
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b2a1/index.css": {
|
11311
11331
|
"bytes": 597,
|
11312
11332
|
"imports": [
|
11313
11333
|
{
|
@@ -11316,7 +11336,7 @@
|
|
11316
11336
|
"external": true
|
11317
11337
|
},
|
11318
11338
|
{
|
11319
|
-
"path": "../../../../../../../tmp/tmp-
|
11339
|
+
"path": "../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b922/tldraw.css",
|
11320
11340
|
"kind": "import-rule",
|
11321
11341
|
"original": "@tldraw/tldraw/tldraw.css"
|
11322
11342
|
}
|
@@ -11391,7 +11411,7 @@
|
|
11391
11411
|
"original": "../../common/constants"
|
11392
11412
|
},
|
11393
11413
|
{
|
11394
|
-
"path": "../../../../../../../tmp/tmp-
|
11414
|
+
"path": "../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b2a1/index.css",
|
11395
11415
|
"kind": "import-statement",
|
11396
11416
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11397
11417
|
},
|
@@ -12998,88 +13018,6 @@
|
|
12998
13018
|
],
|
12999
13019
|
"format": "esm"
|
13000
13020
|
},
|
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
13021
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
13084
13022
|
"bytes": 2345,
|
13085
13023
|
"imports": [
|
@@ -14210,7 +14148,7 @@
|
|
14210
14148
|
"format": "esm"
|
14211
14149
|
},
|
14212
14150
|
"src/Prebuilt/App.tsx": {
|
14213
|
-
"bytes":
|
14151
|
+
"bytes": 10987,
|
14214
14152
|
"imports": [
|
14215
14153
|
{
|
14216
14154
|
"path": "react",
|
@@ -14243,7 +14181,7 @@
|
|
14243
14181
|
"original": "./components/AppData/AppData"
|
14244
14182
|
},
|
14245
14183
|
{
|
14246
|
-
"path": "src/Prebuilt/components/AuthToken.
|
14184
|
+
"path": "src/Prebuilt/components/AuthToken.tsx",
|
14247
14185
|
"kind": "import-statement",
|
14248
14186
|
"original": "./components/AuthToken"
|
14249
14187
|
},
|
@@ -15273,7 +15211,7 @@
|
|
15273
15211
|
"dist/index.js": {
|
15274
15212
|
"imports": [
|
15275
15213
|
{
|
15276
|
-
"path": "dist/chunk-
|
15214
|
+
"path": "dist/chunk-O3I4DN7I.js",
|
15277
15215
|
"kind": "import-statement"
|
15278
15216
|
}
|
15279
15217
|
],
|
@@ -15349,16 +15287,16 @@
|
|
15349
15287
|
"inputs": {},
|
15350
15288
|
"bytes": 1882
|
15351
15289
|
},
|
15352
|
-
"dist/HLSView-
|
15290
|
+
"dist/HLSView-LJQ65VXH.js.map": {
|
15353
15291
|
"imports": [],
|
15354
15292
|
"exports": [],
|
15355
15293
|
"inputs": {},
|
15356
15294
|
"bytes": 100275
|
15357
15295
|
},
|
15358
|
-
"dist/HLSView-
|
15296
|
+
"dist/HLSView-LJQ65VXH.js": {
|
15359
15297
|
"imports": [
|
15360
15298
|
{
|
15361
|
-
"path": "dist/chunk-
|
15299
|
+
"path": "dist/chunk-O3I4DN7I.js",
|
15362
15300
|
"kind": "import-statement"
|
15363
15301
|
},
|
15364
15302
|
{
|
@@ -15536,7 +15474,7 @@
|
|
15536
15474
|
"default"
|
15537
15475
|
],
|
15538
15476
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
15539
|
-
"cssBundle": "dist/HLSView-
|
15477
|
+
"cssBundle": "dist/HLSView-6CQOPAJJ.css",
|
15540
15478
|
"inputs": {
|
15541
15479
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
15542
15480
|
"bytesInOutput": 27671
|
@@ -15595,13 +15533,13 @@
|
|
15595
15533
|
},
|
15596
15534
|
"bytes": 61702
|
15597
15535
|
},
|
15598
|
-
"dist/chunk-
|
15536
|
+
"dist/chunk-O3I4DN7I.js.map": {
|
15599
15537
|
"imports": [],
|
15600
15538
|
"exports": [],
|
15601
15539
|
"inputs": {},
|
15602
|
-
"bytes":
|
15540
|
+
"bytes": 3483285
|
15603
15541
|
},
|
15604
|
-
"dist/chunk-
|
15542
|
+
"dist/chunk-O3I4DN7I.js": {
|
15605
15543
|
"imports": [
|
15606
15544
|
{
|
15607
15545
|
"path": "react",
|
@@ -16038,6 +15976,46 @@
|
|
16038
15976
|
"kind": "import-statement",
|
16039
15977
|
"external": true
|
16040
15978
|
},
|
15979
|
+
{
|
15980
|
+
"path": "react-use",
|
15981
|
+
"kind": "import-statement",
|
15982
|
+
"external": true
|
15983
|
+
},
|
15984
|
+
{
|
15985
|
+
"path": "ts-pattern",
|
15986
|
+
"kind": "import-statement",
|
15987
|
+
"external": true
|
15988
|
+
},
|
15989
|
+
{
|
15990
|
+
"path": "@100mslive/react-sdk",
|
15991
|
+
"kind": "import-statement",
|
15992
|
+
"external": true
|
15993
|
+
},
|
15994
|
+
{
|
15995
|
+
"path": "@100mslive/hms-virtual-background",
|
15996
|
+
"kind": "import-statement",
|
15997
|
+
"external": true
|
15998
|
+
},
|
15999
|
+
{
|
16000
|
+
"path": "react",
|
16001
|
+
"kind": "import-statement",
|
16002
|
+
"external": true
|
16003
|
+
},
|
16004
|
+
{
|
16005
|
+
"path": "worker-timers",
|
16006
|
+
"kind": "import-statement",
|
16007
|
+
"external": true
|
16008
|
+
},
|
16009
|
+
{
|
16010
|
+
"path": "uuid",
|
16011
|
+
"kind": "import-statement",
|
16012
|
+
"external": true
|
16013
|
+
},
|
16014
|
+
{
|
16015
|
+
"path": "react",
|
16016
|
+
"kind": "import-statement",
|
16017
|
+
"external": true
|
16018
|
+
},
|
16041
16019
|
{
|
16042
16020
|
"path": "uuid",
|
16043
16021
|
"kind": "import-statement",
|
@@ -16168,11 +16146,6 @@
|
|
16168
16146
|
"kind": "import-statement",
|
16169
16147
|
"external": true
|
16170
16148
|
},
|
16171
|
-
{
|
16172
|
-
"path": "uuid",
|
16173
|
-
"kind": "import-statement",
|
16174
|
-
"external": true
|
16175
|
-
},
|
16176
16149
|
{
|
16177
16150
|
"path": "react",
|
16178
16151
|
"kind": "import-statement",
|
@@ -16373,11 +16346,6 @@
|
|
16373
16346
|
"kind": "import-statement",
|
16374
16347
|
"external": true
|
16375
16348
|
},
|
16376
|
-
{
|
16377
|
-
"path": "worker-timers",
|
16378
|
-
"kind": "import-statement",
|
16379
|
-
"external": true
|
16380
|
-
},
|
16381
16349
|
{
|
16382
16350
|
"path": "@100mslive/react-sdk",
|
16383
16351
|
"kind": "import-statement",
|
@@ -16798,31 +16766,6 @@
|
|
16798
16766
|
"kind": "import-statement",
|
16799
16767
|
"external": true
|
16800
16768
|
},
|
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
16769
|
{
|
16827
16770
|
"path": "react-use",
|
16828
16771
|
"kind": "import-statement",
|
@@ -17788,11 +17731,6 @@
|
|
17788
17731
|
"kind": "import-statement",
|
17789
17732
|
"external": true
|
17790
17733
|
},
|
17791
|
-
{
|
17792
|
-
"path": "@100mslive/hms-virtual-background",
|
17793
|
-
"kind": "import-statement",
|
17794
|
-
"external": true
|
17795
|
-
},
|
17796
17734
|
{
|
17797
17735
|
"path": "react",
|
17798
17736
|
"kind": "import-statement",
|
@@ -18134,7 +18072,7 @@
|
|
18134
18072
|
"external": true
|
18135
18073
|
},
|
18136
18074
|
{
|
18137
|
-
"path": "dist/HLSView-
|
18075
|
+
"path": "dist/HLSView-LJQ65VXH.js",
|
18138
18076
|
"kind": "dynamic-import"
|
18139
18077
|
},
|
18140
18078
|
{
|
@@ -18252,31 +18190,6 @@
|
|
18252
18190
|
"kind": "import-statement",
|
18253
18191
|
"external": true
|
18254
18192
|
},
|
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
18193
|
{
|
18281
18194
|
"path": "@100mslive/react-icons",
|
18282
18195
|
"kind": "import-statement",
|
@@ -18733,7 +18646,7 @@
|
|
18733
18646
|
],
|
18734
18647
|
"inputs": {
|
18735
18648
|
"<define:process.env>": {
|
18736
|
-
"bytesInOutput":
|
18649
|
+
"bytesInOutput": 17966
|
18737
18650
|
},
|
18738
18651
|
"../../node_modules/lodash/lodash.js": {
|
18739
18652
|
"bytesInOutput": 224289
|
@@ -19018,7 +18931,7 @@
|
|
19018
18931
|
"bytesInOutput": 887
|
19019
18932
|
},
|
19020
18933
|
"src/Prebuilt/App.tsx": {
|
19021
|
-
"bytesInOutput":
|
18934
|
+
"bytesInOutput": 7973
|
19022
18935
|
},
|
19023
18936
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
19024
18937
|
"bytesInOutput": 6633
|
@@ -19059,12 +18972,30 @@
|
|
19059
18972
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
19060
18973
|
"bytesInOutput": 490
|
19061
18974
|
},
|
19062
|
-
"src/Prebuilt/components/AuthToken.
|
19063
|
-
"bytesInOutput":
|
18975
|
+
"src/Prebuilt/components/AuthToken.tsx": {
|
18976
|
+
"bytesInOutput": 4159
|
19064
18977
|
},
|
19065
18978
|
"src/Prebuilt/AppContext.tsx": {
|
19066
18979
|
"bytesInOutput": 577
|
19067
18980
|
},
|
18981
|
+
"src/Prebuilt/AppStateContext.tsx": {
|
18982
|
+
"bytesInOutput": 2793
|
18983
|
+
},
|
18984
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
18985
|
+
"bytesInOutput": 3404
|
18986
|
+
},
|
18987
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
18988
|
+
"bytesInOutput": 489
|
18989
|
+
},
|
18990
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
18991
|
+
"bytesInOutput": 9818
|
18992
|
+
},
|
18993
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
18994
|
+
"bytesInOutput": 4289
|
18995
|
+
},
|
18996
|
+
"src/Prebuilt/components/Toast/ToastManager.js": {
|
18997
|
+
"bytesInOutput": 1028
|
18998
|
+
},
|
19068
18999
|
"src/Prebuilt/images/transaction_error.svg": {
|
19069
19000
|
"bytesInOutput": 4698
|
19070
19001
|
},
|
@@ -19087,7 +19018,7 @@
|
|
19087
19018
|
"bytesInOutput": 1390
|
19088
19019
|
},
|
19089
19020
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
19090
|
-
"bytesInOutput":
|
19021
|
+
"bytesInOutput": 8960
|
19091
19022
|
},
|
19092
19023
|
"src/Sheet/index.ts": {
|
19093
19024
|
"bytesInOutput": 27
|
@@ -19096,7 +19027,7 @@
|
|
19096
19027
|
"bytesInOutput": 2859
|
19097
19028
|
},
|
19098
19029
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
19099
|
-
"bytesInOutput":
|
19030
|
+
"bytesInOutput": 6570
|
19100
19031
|
},
|
19101
19032
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
19102
19033
|
"bytesInOutput": 1308
|
@@ -19110,11 +19041,8 @@
|
|
19110
19041
|
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
19111
19042
|
"bytesInOutput": 1831
|
19112
19043
|
},
|
19113
|
-
"src/Prebuilt/components/Toast/ToastManager.js": {
|
19114
|
-
"bytesInOutput": 1028
|
19115
|
-
},
|
19116
19044
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
19117
|
-
"bytesInOutput":
|
19045
|
+
"bytesInOutput": 928
|
19118
19046
|
},
|
19119
19047
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
19120
19048
|
"bytesInOutput": 2580
|
@@ -19126,10 +19054,10 @@
|
|
19126
19054
|
"bytesInOutput": 606
|
19127
19055
|
},
|
19128
19056
|
"src/Prebuilt/common/hooks.ts": {
|
19129
|
-
"bytesInOutput":
|
19057
|
+
"bytesInOutput": 7094
|
19130
19058
|
},
|
19131
19059
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
19132
|
-
"bytesInOutput":
|
19060
|
+
"bytesInOutput": 2476
|
19133
19061
|
},
|
19134
19062
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
19135
19063
|
"bytesInOutput": 5773
|
@@ -19153,7 +19081,7 @@
|
|
19153
19081
|
"bytesInOutput": 474
|
19154
19082
|
},
|
19155
19083
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
19156
|
-
"bytesInOutput":
|
19084
|
+
"bytesInOutput": 9157
|
19157
19085
|
},
|
19158
19086
|
"src/Prebuilt/components/PIP/index.jsx": {
|
19159
19087
|
"bytesInOutput": 178
|
@@ -19161,12 +19089,6 @@
|
|
19161
19089
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
19162
19090
|
"bytesInOutput": 2681
|
19163
19091
|
},
|
19164
|
-
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
19165
|
-
"bytesInOutput": 9818
|
19166
|
-
},
|
19167
|
-
"src/Prebuilt/components/PIP/pipUtils.js": {
|
19168
|
-
"bytesInOutput": 4289
|
19169
|
-
},
|
19170
19092
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
19171
19093
|
"bytesInOutput": 2509
|
19172
19094
|
},
|
@@ -19207,7 +19129,7 @@
|
|
19207
19129
|
"bytesInOutput": 347
|
19208
19130
|
},
|
19209
19131
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
19210
|
-
"bytesInOutput":
|
19132
|
+
"bytesInOutput": 577
|
19211
19133
|
},
|
19212
19134
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
19213
19135
|
"bytesInOutput": 274
|
@@ -19264,7 +19186,7 @@
|
|
19264
19186
|
"bytesInOutput": 12187
|
19265
19187
|
},
|
19266
19188
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
19267
|
-
"bytesInOutput":
|
19189
|
+
"bytesInOutput": 9861
|
19268
19190
|
},
|
19269
19191
|
"../hms-video-store/dist/index.js": {
|
19270
19192
|
"bytesInOutput": 50270
|
@@ -19305,12 +19227,6 @@
|
|
19305
19227
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
19306
19228
|
"bytesInOutput": 12458
|
19307
19229
|
},
|
19308
|
-
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
19309
|
-
"bytesInOutput": 4461
|
19310
|
-
},
|
19311
|
-
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
19312
|
-
"bytesInOutput": 907
|
19313
|
-
},
|
19314
19230
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
19315
19231
|
"bytesInOutput": 2228
|
19316
19232
|
},
|
@@ -19327,10 +19243,10 @@
|
|
19327
19243
|
"bytesInOutput": 905
|
19328
19244
|
},
|
19329
19245
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
19330
|
-
"bytesInOutput":
|
19246
|
+
"bytesInOutput": 1729
|
19331
19247
|
},
|
19332
19248
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
19333
|
-
"bytesInOutput":
|
19249
|
+
"bytesInOutput": 7103
|
19334
19250
|
},
|
19335
19251
|
"src/Prebuilt/images/pdf-share.png": {
|
19336
19252
|
"bytesInOutput": 25446
|
@@ -19459,7 +19375,7 @@
|
|
19459
19375
|
"bytesInOutput": 629
|
19460
19376
|
},
|
19461
19377
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
19462
|
-
"bytesInOutput":
|
19378
|
+
"bytesInOutput": 2316
|
19463
19379
|
},
|
19464
19380
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
19465
19381
|
"bytesInOutput": 672
|
@@ -19495,7 +19411,7 @@
|
|
19495
19411
|
"bytesInOutput": 7557
|
19496
19412
|
},
|
19497
19413
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
19498
|
-
"bytesInOutput":
|
19414
|
+
"bytesInOutput": 5648
|
19499
19415
|
},
|
19500
19416
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19501
19417
|
"bytesInOutput": 10879
|
@@ -19555,14 +19471,11 @@
|
|
19555
19471
|
"bytesInOutput": 449
|
19556
19472
|
},
|
19557
19473
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19558
|
-
"bytesInOutput":
|
19474
|
+
"bytesInOutput": 1240
|
19559
19475
|
},
|
19560
19476
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
19561
19477
|
"bytesInOutput": 1156
|
19562
19478
|
},
|
19563
|
-
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
19564
|
-
"bytesInOutput": 3443
|
19565
|
-
},
|
19566
19479
|
"src/Prebuilt/components/Chip.tsx": {
|
19567
19480
|
"bytesInOutput": 778
|
19568
19481
|
},
|
@@ -19618,7 +19531,7 @@
|
|
19618
19531
|
"bytesInOutput": 2638
|
19619
19532
|
},
|
19620
19533
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
19621
|
-
"bytesInOutput":
|
19534
|
+
"bytesInOutput": 4411
|
19622
19535
|
},
|
19623
19536
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
19624
19537
|
"bytesInOutput": 3276
|
@@ -19629,7 +19542,7 @@
|
|
19629
19542
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19630
19543
|
"bytesInOutput": 2830
|
19631
19544
|
},
|
19632
|
-
"../../../../../../../tmp/tmp-
|
19545
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b2a1/index.css": {
|
19633
19546
|
"bytesInOutput": 0
|
19634
19547
|
},
|
19635
19548
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -19677,12 +19590,6 @@
|
|
19677
19590
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
19678
19591
|
"bytesInOutput": 2185
|
19679
19592
|
},
|
19680
|
-
"src/Prebuilt/AppStateContext.tsx": {
|
19681
|
-
"bytesInOutput": 2668
|
19682
|
-
},
|
19683
|
-
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
19684
|
-
"bytesInOutput": 491
|
19685
|
-
},
|
19686
19593
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
19687
19594
|
"bytesInOutput": 2928
|
19688
19595
|
},
|
@@ -19792,10 +19699,10 @@
|
|
19792
19699
|
"bytesInOutput": 13570
|
19793
19700
|
},
|
19794
19701
|
"src/Diagnostics/VideoTest.tsx": {
|
19795
|
-
"bytesInOutput":
|
19702
|
+
"bytesInOutput": 2628
|
19796
19703
|
}
|
19797
19704
|
},
|
19798
|
-
"bytes":
|
19705
|
+
"bytes": 1441928
|
19799
19706
|
},
|
19800
19707
|
"dist/index.css.map": {
|
19801
19708
|
"imports": [],
|
@@ -19857,22 +19764,22 @@
|
|
19857
19764
|
}
|
19858
19765
|
],
|
19859
19766
|
"inputs": {
|
19860
|
-
"../../../../../../../tmp/tmp-
|
19767
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b922/tldraw.css": {
|
19861
19768
|
"bytesInOutput": 75223
|
19862
19769
|
},
|
19863
|
-
"../../../../../../../tmp/tmp-
|
19770
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b2a1/index.css": {
|
19864
19771
|
"bytesInOutput": 401
|
19865
19772
|
}
|
19866
19773
|
},
|
19867
19774
|
"bytes": 75901
|
19868
19775
|
},
|
19869
|
-
"dist/HLSView-
|
19776
|
+
"dist/HLSView-6CQOPAJJ.css.map": {
|
19870
19777
|
"imports": [],
|
19871
19778
|
"exports": [],
|
19872
19779
|
"inputs": {},
|
19873
19780
|
"bytes": 122402
|
19874
19781
|
},
|
19875
|
-
"dist/HLSView-
|
19782
|
+
"dist/HLSView-6CQOPAJJ.css": {
|
19876
19783
|
"imports": [
|
19877
19784
|
{
|
19878
19785
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -19926,10 +19833,10 @@
|
|
19926
19833
|
}
|
19927
19834
|
],
|
19928
19835
|
"inputs": {
|
19929
|
-
"../../../../../../../tmp/tmp-
|
19836
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b922/tldraw.css": {
|
19930
19837
|
"bytesInOutput": 75223
|
19931
19838
|
},
|
19932
|
-
"../../../../../../../tmp/tmp-
|
19839
|
+
"../../../../../../../tmp/tmp-2832-c0B4C98IX1ak/1916e2c4b2a1/index.css": {
|
19933
19840
|
"bytesInOutput": 401
|
19934
19841
|
}
|
19935
19842
|
},
|