@100mslive/roomkit-react 0.3.18 → 0.3.19-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.jsx": {
2392
- "bytes": 4399,
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": 616,
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": 10425,
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": 363316,
5732
+ "bytes": 363324,
5620
5733
  "imports": [
5621
5734
  {
5622
5735
  "path": "../../node_modules/reselect/es/index.js",
@@ -5726,94 +5839,27 @@
5726
5839
  {
5727
5840
  "path": "../../node_modules/sdp-transform/lib/index.js",
5728
5841
  "kind": "import-statement",
5729
- "original": "sdp-transform"
5730
- },
5731
- {
5732
- "path": "eventemitter2",
5733
- "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
5842
+ "original": "sdp-transform"
5797
5843
  },
5798
5844
  {
5799
- "path": "src/index.ts",
5845
+ "path": "eventemitter2",
5800
5846
  "kind": "import-statement",
5801
- "original": "../../../"
5847
+ "external": true
5802
5848
  },
5803
5849
  {
5804
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
5850
+ "path": "uuid",
5805
5851
  "kind": "import-statement",
5806
- "original": "../AppData/useUISettings"
5852
+ "external": true
5807
5853
  },
5808
5854
  {
5809
- "path": "src/Prebuilt/components/hooks/useScreenshareAudio.js",
5855
+ "path": "uuid",
5810
5856
  "kind": "import-statement",
5811
- "original": "../hooks/useScreenshareAudio"
5857
+ "external": true
5812
5858
  },
5813
5859
  {
5814
- "path": "src/Prebuilt/common/constants.ts",
5860
+ "path": "../../node_modules/reselect/es/index.js",
5815
5861
  "kind": "import-statement",
5816
- "original": "../../common/constants"
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": 8719,
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-2771-jf1yUjaOAv9M/1915ae8525a2/tldraw.css": {
11280
+ "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b933/tldraw.css": {
11261
11281
  "bytes": 80111,
11262
11282
  "imports": [
11263
11283
  {
@@ -11307,7 +11327,7 @@
11307
11327
  }
11308
11328
  ]
11309
11329
  },
11310
- "../../../../../../../tmp/tmp-2771-jf1yUjaOAv9M/1915ae851bb0/index.css": {
11330
+ "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b1f0/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-2771-jf1yUjaOAv9M/1915ae8525a2/tldraw.css",
11339
+ "path": "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b933/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-2771-jf1yUjaOAv9M/1915ae851bb0/index.css",
11414
+ "path": "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b1f0/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": 10923,
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.jsx",
14184
+ "path": "src/Prebuilt/components/AuthToken.tsx",
14247
14185
  "kind": "import-statement",
14248
14186
  "original": "./components/AuthToken"
14249
14187
  },
@@ -15268,7 +15206,7 @@
15268
15206
  "imports": [],
15269
15207
  "exports": [],
15270
15208
  "inputs": {},
15271
- "bytes": 3593627
15209
+ "bytes": 3586781
15272
15210
  },
15273
15211
  "dist/index.cjs.js": {
15274
15212
  "imports": [
@@ -15662,6 +15600,46 @@
15662
15600
  "kind": "require-call",
15663
15601
  "external": true
15664
15602
  },
15603
+ {
15604
+ "path": "@100mslive/hms-virtual-background",
15605
+ "kind": "require-call",
15606
+ "external": true
15607
+ },
15608
+ {
15609
+ "path": "worker-timers",
15610
+ "kind": "require-call",
15611
+ "external": true
15612
+ },
15613
+ {
15614
+ "path": "uuid",
15615
+ "kind": "require-call",
15616
+ "external": true
15617
+ },
15618
+ {
15619
+ "path": "react",
15620
+ "kind": "require-call",
15621
+ "external": true
15622
+ },
15623
+ {
15624
+ "path": "react",
15625
+ "kind": "require-call",
15626
+ "external": true
15627
+ },
15628
+ {
15629
+ "path": "react-use",
15630
+ "kind": "require-call",
15631
+ "external": true
15632
+ },
15633
+ {
15634
+ "path": "ts-pattern",
15635
+ "kind": "require-call",
15636
+ "external": true
15637
+ },
15638
+ {
15639
+ "path": "@100mslive/react-sdk",
15640
+ "kind": "require-call",
15641
+ "external": true
15642
+ },
15665
15643
  {
15666
15644
  "path": "react",
15667
15645
  "kind": "require-call",
@@ -15772,11 +15750,6 @@
15772
15750
  "kind": "require-call",
15773
15751
  "external": true
15774
15752
  },
15775
- {
15776
- "path": "uuid",
15777
- "kind": "require-call",
15778
- "external": true
15779
- },
15780
15753
  {
15781
15754
  "path": "react",
15782
15755
  "kind": "require-call",
@@ -15942,11 +15915,6 @@
15942
15915
  "kind": "require-call",
15943
15916
  "external": true
15944
15917
  },
15945
- {
15946
- "path": "worker-timers",
15947
- "kind": "require-call",
15948
- "external": true
15949
- },
15950
15918
  {
15951
15919
  "path": "@100mslive/react-sdk",
15952
15920
  "kind": "require-call",
@@ -16367,31 +16335,6 @@
16367
16335
  "kind": "require-call",
16368
16336
  "external": true
16369
16337
  },
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
16338
  {
16396
16339
  "path": "react-use",
16397
16340
  "kind": "require-call",
@@ -17352,11 +17295,6 @@
17352
17295
  "kind": "require-call",
17353
17296
  "external": true
17354
17297
  },
17355
- {
17356
- "path": "@100mslive/hms-virtual-background",
17357
- "kind": "require-call",
17358
- "external": true
17359
- },
17360
17298
  {
17361
17299
  "path": "react",
17362
17300
  "kind": "require-call",
@@ -18052,31 +17990,6 @@
18052
17990
  "kind": "require-call",
18053
17991
  "external": true
18054
17992
  },
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
17993
  {
18081
17994
  "path": "@100mslive/react-icons",
18082
17995
  "kind": "require-call",
@@ -18478,7 +18391,7 @@
18478
18391
  "cssBundle": "dist/index.cjs.css",
18479
18392
  "inputs": {
18480
18393
  "<define:process.env>": {
18481
- "bytesInOutput": 17888
18394
+ "bytesInOutput": 17966
18482
18395
  },
18483
18396
  "src/Theme/base.config.ts": {
18484
18397
  "bytesInOutput": 6104
@@ -18786,11 +18699,29 @@
18786
18699
  "src/Prebuilt/AppContext.tsx": {
18787
18700
  "bytesInOutput": 840
18788
18701
  },
18702
+ "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
18703
+ "bytesInOutput": 4229
18704
+ },
18705
+ "src/Prebuilt/components/PIP/pipUtils.js": {
18706
+ "bytesInOutput": 4391
18707
+ },
18708
+ "src/Prebuilt/components/PIP/PIPManager.ts": {
18709
+ "bytesInOutput": 11278
18710
+ },
18711
+ "src/Prebuilt/components/Toast/ToastManager.js": {
18712
+ "bytesInOutput": 1356
18713
+ },
18714
+ "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
18715
+ "bytesInOutput": 786
18716
+ },
18717
+ "src/Prebuilt/AppStateContext.tsx": {
18718
+ "bytesInOutput": 3707
18719
+ },
18789
18720
  "src/Prebuilt/images/transaction_error.svg": {
18790
18721
  "bytesInOutput": 4824
18791
18722
  },
18792
- "src/Prebuilt/components/AuthToken.jsx": {
18793
- "bytesInOutput": 4576
18723
+ "src/Prebuilt/components/AuthToken.tsx": {
18724
+ "bytesInOutput": 5144
18794
18725
  },
18795
18726
  "src/Prebuilt/IconButton.tsx": {
18796
18727
  "bytesInOutput": 743
@@ -18825,9 +18756,6 @@
18825
18756
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
18826
18757
  "bytesInOutput": 11228
18827
18758
  },
18828
- "src/Prebuilt/components/Toast/ToastManager.js": {
18829
- "bytesInOutput": 1359
18830
- },
18831
18759
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
18832
18760
  "bytesInOutput": 17283
18833
18761
  },
@@ -18865,13 +18793,7 @@
18865
18793
  "bytesInOutput": 5991
18866
18794
  },
18867
18795
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
18868
- "bytesInOutput": 3023
18869
- },
18870
- "src/Prebuilt/components/PIP/pipUtils.js": {
18871
- "bytesInOutput": 4391
18872
- },
18873
- "src/Prebuilt/components/PIP/PIPManager.ts": {
18874
- "bytesInOutput": 11278
18796
+ "bytesInOutput": 3026
18875
18797
  },
18876
18798
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
18877
18799
  "bytesInOutput": 2932
@@ -18919,7 +18841,7 @@
18919
18841
  "bytesInOutput": 11357
18920
18842
  },
18921
18843
  "src/Prebuilt/components/PIP/PIPChatOption.tsx": {
18922
- "bytesInOutput": 978
18844
+ "bytesInOutput": 929
18923
18845
  },
18924
18846
  "src/Prebuilt/components/PIP/PIPWindow.tsx": {
18925
18847
  "bytesInOutput": 457
@@ -18973,7 +18895,7 @@
18973
18895
  "bytesInOutput": 4346
18974
18896
  },
18975
18897
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
18976
- "bytesInOutput": 11147
18898
+ "bytesInOutput": 11161
18977
18899
  },
18978
18900
  "../../node_modules/reselect/es/index.js": {
18979
18901
  "bytesInOutput": 2641
@@ -19033,16 +18955,10 @@
19033
18955
  "bytesInOutput": 615
19034
18956
  },
19035
18957
  "../hms-video-store/dist/index.js": {
19036
- "bytesInOutput": 54927
19037
- },
19038
- "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
19039
- "bytesInOutput": 1165
19040
- },
19041
- "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
19042
- "bytesInOutput": 5435
18958
+ "bytesInOutput": 54935
19043
18959
  },
19044
18960
  "src/Prebuilt/components/Header/StreamActions.tsx": {
19045
- "bytesInOutput": 11430
18961
+ "bytesInOutput": 11852
19046
18962
  },
19047
18963
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
19048
18964
  "bytesInOutput": 4158
@@ -19252,7 +19168,7 @@
19252
19168
  "bytesInOutput": 6242
19253
19169
  },
19254
19170
  "src/Prebuilt/components/Chat/Chat.tsx": {
19255
- "bytesInOutput": 7121
19171
+ "bytesInOutput": 7124
19256
19172
  },
19257
19173
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
19258
19174
  "bytesInOutput": 5344
@@ -19288,10 +19204,7 @@
19288
19204
  "bytesInOutput": 1564
19289
19205
  },
19290
19206
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19291
- "bytesInOutput": 1688
19292
- },
19293
- "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
19294
- "bytesInOutput": 4242
19207
+ "bytesInOutput": 1691
19295
19208
  },
19296
19209
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19297
19210
  "bytesInOutput": 9930
@@ -19362,7 +19275,7 @@
19362
19275
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19363
19276
  "bytesInOutput": 3393
19364
19277
  },
19365
- "../../../../../../../tmp/tmp-2771-jf1yUjaOAv9M/1915ae851bb0/index.css": {
19278
+ "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b1f0/index.css": {
19366
19279
  "bytesInOutput": 114
19367
19280
  },
19368
19281
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
@@ -19381,7 +19294,7 @@
19381
19294
  "bytesInOutput": 2090
19382
19295
  },
19383
19296
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
19384
- "bytesInOutput": 8358
19297
+ "bytesInOutput": 8351
19385
19298
  },
19386
19299
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
19387
19300
  "bytesInOutput": 854
@@ -19444,7 +19357,7 @@
19444
19357
  "bytesInOutput": 6582
19445
19358
  },
19446
19359
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
19447
- "bytesInOutput": 2185
19360
+ "bytesInOutput": 2182
19448
19361
  },
19449
19362
  "src/Prebuilt/components/Header/common.jsx": {
19450
19363
  "bytesInOutput": 7613
@@ -19473,12 +19386,6 @@
19473
19386
  "src/Prebuilt/components/Input/KeyboardInputManager.js": {
19474
19387
  "bytesInOutput": 5007
19475
19388
  },
19476
- "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
19477
- "bytesInOutput": 789
19478
- },
19479
- "src/Prebuilt/AppStateContext.tsx": {
19480
- "bytesInOutput": 3585
19481
- },
19482
19389
  "src/Prebuilt/components/LeaveScreen.tsx": {
19483
19390
  "bytesInOutput": 2928
19484
19391
  },
@@ -19564,7 +19471,7 @@
19564
19471
  "bytesInOutput": 2225
19565
19472
  },
19566
19473
  "src/Prebuilt/App.tsx": {
19567
- "bytesInOutput": 9928
19474
+ "bytesInOutput": 9975
19568
19475
  },
19569
19476
  "src/Prebuilt/index.ts": {
19570
19477
  "bytesInOutput": 131
@@ -19633,7 +19540,7 @@
19633
19540
  "bytesInOutput": 3073
19634
19541
  }
19635
19542
  },
19636
- "bytes": 1729537
19543
+ "bytes": 1724011
19637
19544
  },
19638
19545
  "dist/index.cjs.css.map": {
19639
19546
  "imports": [],
@@ -19695,10 +19602,10 @@
19695
19602
  }
19696
19603
  ],
19697
19604
  "inputs": {
19698
- "../../../../../../../tmp/tmp-2771-jf1yUjaOAv9M/1915ae8525a2/tldraw.css": {
19605
+ "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b933/tldraw.css": {
19699
19606
  "bytesInOutput": 75223
19700
19607
  },
19701
- "../../../../../../../tmp/tmp-2771-jf1yUjaOAv9M/1915ae851bb0/index.css": {
19608
+ "../../../../../../../tmp/tmp-2832-38GPntQAfPzT/1916e2c4b1f0/index.css": {
19702
19609
  "bytesInOutput": 401
19703
19610
  }
19704
19611
  },