@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.cjs.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,13 +6674,18 @@
|
|
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
6680
|
"path": "react",
|
6640
6681
|
"kind": "import-statement",
|
6641
6682
|
"external": true
|
6642
6683
|
},
|
6684
|
+
{
|
6685
|
+
"path": "@100mslive/hms-virtual-background",
|
6686
|
+
"kind": "import-statement",
|
6687
|
+
"external": true
|
6688
|
+
},
|
6643
6689
|
{
|
6644
6690
|
"path": "@100mslive/react-sdk",
|
6645
6691
|
"kind": "import-statement",
|
@@ -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-MdD3EtZA4DrU/1917000091d3/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-MdD3EtZA4DrU/1917000088a2/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-MdD3EtZA4DrU/1917000091d3/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-MdD3EtZA4DrU/1917000088a2/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
|
},
|
@@ -15268,7 +15216,7 @@
|
|
15268
15216
|
"imports": [],
|
15269
15217
|
"exports": [],
|
15270
15218
|
"inputs": {},
|
15271
|
-
"bytes":
|
15219
|
+
"bytes": 3588208
|
15272
15220
|
},
|
15273
15221
|
"dist/index.cjs.js": {
|
15274
15222
|
"imports": [
|
@@ -15662,6 +15610,46 @@
|
|
15662
15610
|
"kind": "require-call",
|
15663
15611
|
"external": true
|
15664
15612
|
},
|
15613
|
+
{
|
15614
|
+
"path": "@100mslive/hms-virtual-background",
|
15615
|
+
"kind": "require-call",
|
15616
|
+
"external": true
|
15617
|
+
},
|
15618
|
+
{
|
15619
|
+
"path": "worker-timers",
|
15620
|
+
"kind": "require-call",
|
15621
|
+
"external": true
|
15622
|
+
},
|
15623
|
+
{
|
15624
|
+
"path": "uuid",
|
15625
|
+
"kind": "require-call",
|
15626
|
+
"external": true
|
15627
|
+
},
|
15628
|
+
{
|
15629
|
+
"path": "react",
|
15630
|
+
"kind": "require-call",
|
15631
|
+
"external": true
|
15632
|
+
},
|
15633
|
+
{
|
15634
|
+
"path": "react",
|
15635
|
+
"kind": "require-call",
|
15636
|
+
"external": true
|
15637
|
+
},
|
15638
|
+
{
|
15639
|
+
"path": "react-use",
|
15640
|
+
"kind": "require-call",
|
15641
|
+
"external": true
|
15642
|
+
},
|
15643
|
+
{
|
15644
|
+
"path": "ts-pattern",
|
15645
|
+
"kind": "require-call",
|
15646
|
+
"external": true
|
15647
|
+
},
|
15648
|
+
{
|
15649
|
+
"path": "@100mslive/react-sdk",
|
15650
|
+
"kind": "require-call",
|
15651
|
+
"external": true
|
15652
|
+
},
|
15665
15653
|
{
|
15666
15654
|
"path": "react",
|
15667
15655
|
"kind": "require-call",
|
@@ -15772,11 +15760,6 @@
|
|
15772
15760
|
"kind": "require-call",
|
15773
15761
|
"external": true
|
15774
15762
|
},
|
15775
|
-
{
|
15776
|
-
"path": "uuid",
|
15777
|
-
"kind": "require-call",
|
15778
|
-
"external": true
|
15779
|
-
},
|
15780
15763
|
{
|
15781
15764
|
"path": "react",
|
15782
15765
|
"kind": "require-call",
|
@@ -15942,11 +15925,6 @@
|
|
15942
15925
|
"kind": "require-call",
|
15943
15926
|
"external": true
|
15944
15927
|
},
|
15945
|
-
{
|
15946
|
-
"path": "worker-timers",
|
15947
|
-
"kind": "require-call",
|
15948
|
-
"external": true
|
15949
|
-
},
|
15950
15928
|
{
|
15951
15929
|
"path": "@100mslive/react-sdk",
|
15952
15930
|
"kind": "require-call",
|
@@ -16367,31 +16345,6 @@
|
|
16367
16345
|
"kind": "require-call",
|
16368
16346
|
"external": true
|
16369
16347
|
},
|
16370
|
-
{
|
16371
|
-
"path": "@100mslive/react-sdk",
|
16372
|
-
"kind": "require-call",
|
16373
|
-
"external": true
|
16374
|
-
},
|
16375
|
-
{
|
16376
|
-
"path": "react",
|
16377
|
-
"kind": "require-call",
|
16378
|
-
"external": true
|
16379
|
-
},
|
16380
|
-
{
|
16381
|
-
"path": "@100mslive/react-sdk",
|
16382
|
-
"kind": "require-call",
|
16383
|
-
"external": true
|
16384
|
-
},
|
16385
|
-
{
|
16386
|
-
"path": "@100mslive/react-icons",
|
16387
|
-
"kind": "require-call",
|
16388
|
-
"external": true
|
16389
|
-
},
|
16390
|
-
{
|
16391
|
-
"path": "react",
|
16392
|
-
"kind": "require-call",
|
16393
|
-
"external": true
|
16394
|
-
},
|
16395
16348
|
{
|
16396
16349
|
"path": "react-use",
|
16397
16350
|
"kind": "require-call",
|
@@ -16567,6 +16520,11 @@
|
|
16567
16520
|
"kind": "require-call",
|
16568
16521
|
"external": true
|
16569
16522
|
},
|
16523
|
+
{
|
16524
|
+
"path": "@100mslive/hms-virtual-background",
|
16525
|
+
"kind": "require-call",
|
16526
|
+
"external": true
|
16527
|
+
},
|
16570
16528
|
{
|
16571
16529
|
"path": "@100mslive/react-sdk",
|
16572
16530
|
"kind": "require-call",
|
@@ -17352,11 +17310,6 @@
|
|
17352
17310
|
"kind": "require-call",
|
17353
17311
|
"external": true
|
17354
17312
|
},
|
17355
|
-
{
|
17356
|
-
"path": "@100mslive/hms-virtual-background",
|
17357
|
-
"kind": "require-call",
|
17358
|
-
"external": true
|
17359
|
-
},
|
17360
17313
|
{
|
17361
17314
|
"path": "react",
|
17362
17315
|
"kind": "require-call",
|
@@ -18052,31 +18005,6 @@
|
|
18052
18005
|
"kind": "require-call",
|
18053
18006
|
"external": true
|
18054
18007
|
},
|
18055
|
-
{
|
18056
|
-
"path": "react",
|
18057
|
-
"kind": "require-call",
|
18058
|
-
"external": true
|
18059
|
-
},
|
18060
|
-
{
|
18061
|
-
"path": "react-use",
|
18062
|
-
"kind": "require-call",
|
18063
|
-
"external": true
|
18064
|
-
},
|
18065
|
-
{
|
18066
|
-
"path": "ts-pattern",
|
18067
|
-
"kind": "require-call",
|
18068
|
-
"external": true
|
18069
|
-
},
|
18070
|
-
{
|
18071
|
-
"path": "@100mslive/react-sdk",
|
18072
|
-
"kind": "require-call",
|
18073
|
-
"external": true
|
18074
|
-
},
|
18075
|
-
{
|
18076
|
-
"path": "react",
|
18077
|
-
"kind": "require-call",
|
18078
|
-
"external": true
|
18079
|
-
},
|
18080
18008
|
{
|
18081
18009
|
"path": "@100mslive/react-icons",
|
18082
18010
|
"kind": "require-call",
|
@@ -18478,7 +18406,7 @@
|
|
18478
18406
|
"cssBundle": "dist/index.cjs.css",
|
18479
18407
|
"inputs": {
|
18480
18408
|
"<define:process.env>": {
|
18481
|
-
"bytesInOutput":
|
18409
|
+
"bytesInOutput": 18005
|
18482
18410
|
},
|
18483
18411
|
"src/Theme/base.config.ts": {
|
18484
18412
|
"bytesInOutput": 6104
|
@@ -18786,11 +18714,29 @@
|
|
18786
18714
|
"src/Prebuilt/AppContext.tsx": {
|
18787
18715
|
"bytesInOutput": 840
|
18788
18716
|
},
|
18717
|
+
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
18718
|
+
"bytesInOutput": 4229
|
18719
|
+
},
|
18720
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
18721
|
+
"bytesInOutput": 4391
|
18722
|
+
},
|
18723
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
18724
|
+
"bytesInOutput": 11278
|
18725
|
+
},
|
18726
|
+
"src/Prebuilt/components/Toast/ToastManager.js": {
|
18727
|
+
"bytesInOutput": 1356
|
18728
|
+
},
|
18729
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
18730
|
+
"bytesInOutput": 786
|
18731
|
+
},
|
18732
|
+
"src/Prebuilt/AppStateContext.tsx": {
|
18733
|
+
"bytesInOutput": 3707
|
18734
|
+
},
|
18789
18735
|
"src/Prebuilt/images/transaction_error.svg": {
|
18790
18736
|
"bytesInOutput": 4824
|
18791
18737
|
},
|
18792
|
-
"src/Prebuilt/components/AuthToken.
|
18793
|
-
"bytesInOutput":
|
18738
|
+
"src/Prebuilt/components/AuthToken.tsx": {
|
18739
|
+
"bytesInOutput": 5144
|
18794
18740
|
},
|
18795
18741
|
"src/Prebuilt/IconButton.tsx": {
|
18796
18742
|
"bytesInOutput": 743
|
@@ -18825,9 +18771,6 @@
|
|
18825
18771
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
18826
18772
|
"bytesInOutput": 11228
|
18827
18773
|
},
|
18828
|
-
"src/Prebuilt/components/Toast/ToastManager.js": {
|
18829
|
-
"bytesInOutput": 1359
|
18830
|
-
},
|
18831
18774
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
18832
18775
|
"bytesInOutput": 17283
|
18833
18776
|
},
|
@@ -18865,13 +18808,7 @@
|
|
18865
18808
|
"bytesInOutput": 5991
|
18866
18809
|
},
|
18867
18810
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
18868
|
-
"bytesInOutput":
|
18869
|
-
},
|
18870
|
-
"src/Prebuilt/components/PIP/pipUtils.js": {
|
18871
|
-
"bytesInOutput": 4391
|
18872
|
-
},
|
18873
|
-
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
18874
|
-
"bytesInOutput": 11278
|
18811
|
+
"bytesInOutput": 3026
|
18875
18812
|
},
|
18876
18813
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
18877
18814
|
"bytesInOutput": 2932
|
@@ -18916,10 +18853,10 @@
|
|
18916
18853
|
"bytesInOutput": 17743
|
18917
18854
|
},
|
18918
18855
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
18919
|
-
"bytesInOutput":
|
18856
|
+
"bytesInOutput": 11809
|
18920
18857
|
},
|
18921
18858
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
18922
|
-
"bytesInOutput":
|
18859
|
+
"bytesInOutput": 929
|
18923
18860
|
},
|
18924
18861
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
18925
18862
|
"bytesInOutput": 457
|
@@ -18973,7 +18910,7 @@
|
|
18973
18910
|
"bytesInOutput": 4346
|
18974
18911
|
},
|
18975
18912
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
18976
|
-
"bytesInOutput":
|
18913
|
+
"bytesInOutput": 11161
|
18977
18914
|
},
|
18978
18915
|
"../../node_modules/reselect/es/index.js": {
|
18979
18916
|
"bytesInOutput": 2641
|
@@ -19033,16 +18970,10 @@
|
|
19033
18970
|
"bytesInOutput": 615
|
19034
18971
|
},
|
19035
18972
|
"../hms-video-store/dist/index.js": {
|
19036
|
-
"bytesInOutput":
|
19037
|
-
},
|
19038
|
-
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
19039
|
-
"bytesInOutput": 1165
|
19040
|
-
},
|
19041
|
-
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
19042
|
-
"bytesInOutput": 5435
|
18973
|
+
"bytesInOutput": 54935
|
19043
18974
|
},
|
19044
18975
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
19045
|
-
"bytesInOutput":
|
18976
|
+
"bytesInOutput": 11852
|
19046
18977
|
},
|
19047
18978
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
19048
18979
|
"bytesInOutput": 4158
|
@@ -19096,7 +19027,7 @@
|
|
19096
19027
|
"bytesInOutput": 2366
|
19097
19028
|
},
|
19098
19029
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
19099
|
-
"bytesInOutput":
|
19030
|
+
"bytesInOutput": 2305
|
19100
19031
|
},
|
19101
19032
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
19102
19033
|
"bytesInOutput": 2105
|
@@ -19252,7 +19183,7 @@
|
|
19252
19183
|
"bytesInOutput": 6242
|
19253
19184
|
},
|
19254
19185
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
19255
|
-
"bytesInOutput":
|
19186
|
+
"bytesInOutput": 7124
|
19256
19187
|
},
|
19257
19188
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
19258
19189
|
"bytesInOutput": 5344
|
@@ -19288,10 +19219,7 @@
|
|
19288
19219
|
"bytesInOutput": 1564
|
19289
19220
|
},
|
19290
19221
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19291
|
-
"bytesInOutput":
|
19292
|
-
},
|
19293
|
-
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
19294
|
-
"bytesInOutput": 4242
|
19222
|
+
"bytesInOutput": 1691
|
19295
19223
|
},
|
19296
19224
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19297
19225
|
"bytesInOutput": 9930
|
@@ -19362,11 +19290,11 @@
|
|
19362
19290
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
19363
19291
|
"bytesInOutput": 3393
|
19364
19292
|
},
|
19365
|
-
"../../../../../../../tmp/tmp-
|
19366
|
-
"bytesInOutput":
|
19293
|
+
"../../../../../../../tmp/tmp-2875-MdD3EtZA4DrU/1917000088a2/index.css": {
|
19294
|
+
"bytesInOutput": 108
|
19367
19295
|
},
|
19368
19296
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19369
|
-
"bytesInOutput":
|
19297
|
+
"bytesInOutput": 3743
|
19370
19298
|
},
|
19371
19299
|
"src/Prebuilt/common/PeersSorter.ts": {
|
19372
19300
|
"bytesInOutput": 3604
|
@@ -19381,7 +19309,7 @@
|
|
19381
19309
|
"bytesInOutput": 2090
|
19382
19310
|
},
|
19383
19311
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
19384
|
-
"bytesInOutput":
|
19312
|
+
"bytesInOutput": 8351
|
19385
19313
|
},
|
19386
19314
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
19387
19315
|
"bytesInOutput": 854
|
@@ -19444,7 +19372,7 @@
|
|
19444
19372
|
"bytesInOutput": 6582
|
19445
19373
|
},
|
19446
19374
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
19447
|
-
"bytesInOutput":
|
19375
|
+
"bytesInOutput": 2182
|
19448
19376
|
},
|
19449
19377
|
"src/Prebuilt/components/Header/common.jsx": {
|
19450
19378
|
"bytesInOutput": 7613
|
@@ -19473,12 +19401,6 @@
|
|
19473
19401
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
19474
19402
|
"bytesInOutput": 5007
|
19475
19403
|
},
|
19476
|
-
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
19477
|
-
"bytesInOutput": 789
|
19478
|
-
},
|
19479
|
-
"src/Prebuilt/AppStateContext.tsx": {
|
19480
|
-
"bytesInOutput": 3585
|
19481
|
-
},
|
19482
19404
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
19483
19405
|
"bytesInOutput": 2928
|
19484
19406
|
},
|
@@ -19564,7 +19486,7 @@
|
|
19564
19486
|
"bytesInOutput": 2225
|
19565
19487
|
},
|
19566
19488
|
"src/Prebuilt/App.tsx": {
|
19567
|
-
"bytesInOutput":
|
19489
|
+
"bytesInOutput": 9975
|
19568
19490
|
},
|
19569
19491
|
"src/Prebuilt/index.ts": {
|
19570
19492
|
"bytesInOutput": 131
|
@@ -19633,7 +19555,7 @@
|
|
19633
19555
|
"bytesInOutput": 3073
|
19634
19556
|
}
|
19635
19557
|
},
|
19636
|
-
"bytes":
|
19558
|
+
"bytes": 1725076
|
19637
19559
|
},
|
19638
19560
|
"dist/index.cjs.css.map": {
|
19639
19561
|
"imports": [],
|
@@ -19695,10 +19617,10 @@
|
|
19695
19617
|
}
|
19696
19618
|
],
|
19697
19619
|
"inputs": {
|
19698
|
-
"../../../../../../../tmp/tmp-
|
19620
|
+
"../../../../../../../tmp/tmp-2875-MdD3EtZA4DrU/1917000091d3/tldraw.css": {
|
19699
19621
|
"bytesInOutput": 75223
|
19700
19622
|
},
|
19701
|
-
"../../../../../../../tmp/tmp-
|
19623
|
+
"../../../../../../../tmp/tmp-2875-MdD3EtZA4DrU/1917000088a2/index.css": {
|
19702
19624
|
"bytesInOutput": 401
|
19703
19625
|
}
|
19704
19626
|
},
|