@100mslive/roomkit-react 0.2.6 → 0.2.7-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.
Files changed (28) hide show
  1. package/README.md +30 -33
  2. package/dist/{HLSView-A5DVXKEU.js → HLSView-4B5MUDFR.js} +2 -2
  3. package/dist/Prebuilt/common/constants.d.ts +4 -3
  4. package/dist/Prebuilt/components/AudioVideoToggle.d.ts +9 -0
  5. package/dist/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.d.ts +11 -0
  6. package/dist/Prebuilt/components/hooks/useAudioOutputTest.d.ts +8 -0
  7. package/dist/{chunk-KUVM2TEZ.js → chunk-KST24BRA.js} +4227 -3807
  8. package/dist/chunk-KST24BRA.js.map +7 -0
  9. package/dist/index.cjs.js +5518 -5092
  10. package/dist/index.cjs.js.map +4 -4
  11. package/dist/index.js +1 -1
  12. package/dist/meta.cjs.json +666 -597
  13. package/dist/meta.esbuild.json +673 -604
  14. package/package.json +7 -6
  15. package/src/Prebuilt/common/constants.ts +7 -4
  16. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  17. package/src/Prebuilt/components/AudioVideoToggle.tsx +308 -0
  18. package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -0
  19. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +159 -0
  20. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -2
  21. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +13 -2
  22. package/src/Prebuilt/components/Notifications/Notifications.tsx +1 -18
  23. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +10 -17
  24. package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +20 -0
  25. package/dist/chunk-KUVM2TEZ.js.map +0 -7
  26. package/src/Prebuilt/components/AudioVideoToggle.jsx +0 -171
  27. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +0 -121
  28. /package/dist/{HLSView-A5DVXKEU.js.map → HLSView-4B5MUDFR.js.map} +0 -0
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Prebuilt/common/constants.ts": {
29
- "bytes": 4269,
29
+ "bytes": 4425,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@100mslive/react-sdk",
@@ -1961,7 +1961,7 @@
1961
1961
  "format": "esm"
1962
1962
  },
1963
1963
  "src/Prebuilt/components/AppData/useUISettings.js": {
1964
- "bytes": 6029,
1964
+ "bytes": 6035,
1965
1965
  "imports": [
1966
1966
  {
1967
1967
  "path": "react",
@@ -2382,8 +2382,8 @@
2382
2382
  ],
2383
2383
  "format": "esm"
2384
2384
  },
2385
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
2386
- "bytes": 3098,
2385
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
2386
+ "bytes": 3437,
2387
2387
  "imports": [
2388
2388
  {
2389
2389
  "path": "react",
@@ -2420,22 +2420,6 @@
2420
2420
  "kind": "import-statement",
2421
2421
  "original": "../../IconButton"
2422
2422
  },
2423
- {
2424
- "path": "<define:process.env>",
2425
- "kind": "import-statement",
2426
- "external": true
2427
- }
2428
- ],
2429
- "format": "esm"
2430
- },
2431
- "src/Prebuilt/components/Toast/ToastManager.js": {
2432
- "bytes": 922,
2433
- "imports": [
2434
- {
2435
- "path": "uuid",
2436
- "kind": "import-statement",
2437
- "external": true
2438
- },
2439
2423
  {
2440
2424
  "path": "<define:process.env>",
2441
2425
  "kind": "import-statement",
@@ -2449,8 +2433,8 @@
2449
2433
  ],
2450
2434
  "format": "esm"
2451
2435
  },
2452
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
2453
- "bytes": 5611,
2436
+ "src/Sheet/Sheet.tsx": {
2437
+ "bytes": 3140,
2454
2438
  "imports": [
2455
2439
  {
2456
2440
  "path": "react",
@@ -2458,60 +2442,61 @@
2458
2442
  "external": true
2459
2443
  },
2460
2444
  {
2461
- "path": "@100mslive/react-sdk",
2445
+ "path": "@radix-ui/react-dialog",
2462
2446
  "kind": "import-statement",
2463
2447
  "external": true
2464
2448
  },
2465
2449
  {
2466
- "path": "@100mslive/react-icons",
2450
+ "path": "@stitches/react",
2467
2451
  "kind": "import-statement",
2468
2452
  "external": true
2469
2453
  },
2470
2454
  {
2471
- "path": "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx",
2455
+ "path": "src/Modal/index.ts",
2472
2456
  "kind": "import-statement",
2473
- "original": "./IconButtonWithOptions/IconButtonWithOptions"
2457
+ "original": "../Modal"
2474
2458
  },
2475
2459
  {
2476
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
2460
+ "path": "src/Theme/index.tsx",
2477
2461
  "kind": "import-statement",
2478
- "original": "./Toast/ToastManager"
2462
+ "original": "../Theme"
2479
2463
  },
2480
2464
  {
2481
- "path": "src/Text/index.tsx",
2465
+ "path": "src/utils/index.ts",
2482
2466
  "kind": "import-statement",
2483
- "original": "../../Text"
2467
+ "original": "../utils"
2484
2468
  },
2485
2469
  {
2486
- "path": "src/Tooltip/index.ts",
2470
+ "path": "<define:process.env>",
2487
2471
  "kind": "import-statement",
2488
- "original": "../../Tooltip"
2472
+ "external": true
2489
2473
  },
2490
2474
  {
2491
- "path": "src/Prebuilt/IconButton.tsx",
2475
+ "path": "<runtime>",
2492
2476
  "kind": "import-statement",
2493
- "original": "../IconButton"
2494
- },
2477
+ "external": true
2478
+ }
2479
+ ],
2480
+ "format": "esm"
2481
+ },
2482
+ "src/Sheet/index.ts": {
2483
+ "bytes": 33,
2484
+ "imports": [
2495
2485
  {
2496
- "path": "src/Prebuilt/common/constants.ts",
2486
+ "path": "src/Sheet/Sheet.tsx",
2497
2487
  "kind": "import-statement",
2498
- "original": "../common/constants"
2488
+ "original": "./Sheet"
2499
2489
  },
2500
2490
  {
2501
2491
  "path": "<define:process.env>",
2502
2492
  "kind": "import-statement",
2503
2493
  "external": true
2504
- },
2505
- {
2506
- "path": "<runtime>",
2507
- "kind": "import-statement",
2508
- "external": true
2509
2494
  }
2510
2495
  ],
2511
2496
  "format": "esm"
2512
2497
  },
2513
- "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2514
- "bytes": 1189,
2498
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
2499
+ "bytes": 1116,
2515
2500
  "imports": [
2516
2501
  {
2517
2502
  "path": "react",
@@ -2519,25 +2504,30 @@
2519
2504
  "external": true
2520
2505
  },
2521
2506
  {
2522
- "path": "src/Layout/index.tsx",
2507
+ "path": "@100mslive/react-icons",
2523
2508
  "kind": "import-statement",
2524
- "original": "../../../Layout"
2509
+ "external": true
2525
2510
  },
2526
2511
  {
2527
- "path": "src/Theme/index.tsx",
2512
+ "path": "src/index.ts",
2528
2513
  "kind": "import-statement",
2529
- "original": "../../../Theme"
2514
+ "original": "../../index"
2530
2515
  },
2531
2516
  {
2532
2517
  "path": "<define:process.env>",
2533
2518
  "kind": "import-statement",
2534
2519
  "external": true
2520
+ },
2521
+ {
2522
+ "path": "<runtime>",
2523
+ "kind": "import-statement",
2524
+ "external": true
2535
2525
  }
2536
2526
  ],
2537
2527
  "format": "esm"
2538
2528
  },
2539
- "src/Prebuilt/components/hooks/useDropdownList.ts": {
2540
- "bytes": 811,
2529
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
2530
+ "bytes": 609,
2541
2531
  "imports": [
2542
2532
  {
2543
2533
  "path": "react",
@@ -2545,15 +2535,16 @@
2545
2535
  "external": true
2546
2536
  },
2547
2537
  {
2548
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
2549
- "kind": "import-statement",
2550
- "original": "../AppData/useUISettings"
2551
- },
2552
- {
2553
- "path": "src/Prebuilt/common/constants.ts",
2538
+ "path": "<define:process.env>",
2554
2539
  "kind": "import-statement",
2555
- "original": "../../common/constants"
2556
- },
2540
+ "external": true
2541
+ }
2542
+ ],
2543
+ "format": "esm"
2544
+ },
2545
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
2546
+ "bytes": 75,
2547
+ "imports": [
2557
2548
  {
2558
2549
  "path": "<define:process.env>",
2559
2550
  "kind": "import-statement",
@@ -2562,8 +2553,8 @@
2562
2553
  ],
2563
2554
  "format": "esm"
2564
2555
  },
2565
- "src/Prebuilt/components/EmojiReaction.jsx": {
2566
- "bytes": 2758,
2556
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
2557
+ "bytes": 7012,
2567
2558
  "imports": [
2568
2559
  {
2569
2560
  "path": "react",
@@ -2575,16 +2566,6 @@
2575
2566
  "kind": "import-statement",
2576
2567
  "external": true
2577
2568
  },
2578
- {
2579
- "path": "@emoji-mart/data/sets/14/apple.json",
2580
- "kind": "import-statement",
2581
- "external": true
2582
- },
2583
- {
2584
- "path": "emoji-mart",
2585
- "kind": "import-statement",
2586
- "external": true
2587
- },
2588
2569
  {
2589
2570
  "path": "@100mslive/react-sdk",
2590
2571
  "kind": "import-statement",
@@ -2596,60 +2577,55 @@
2596
2577
  "external": true
2597
2578
  },
2598
2579
  {
2599
- "path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
2580
+ "path": "src/index.ts",
2600
2581
  "kind": "import-statement",
2601
- "original": "./Footer/EmojiCard"
2582
+ "original": "../../../"
2602
2583
  },
2603
2584
  {
2604
- "path": "src/Dropdown/index.tsx",
2585
+ "path": "src/Theme/index.tsx",
2605
2586
  "kind": "import-statement",
2606
- "original": "../../Dropdown"
2587
+ "original": "../../../Theme"
2607
2588
  },
2608
2589
  {
2609
- "path": "src/Layout/index.tsx",
2590
+ "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
2610
2591
  "kind": "import-statement",
2611
- "original": "../../Layout"
2592
+ "original": "../../primitives/DropdownTrigger"
2612
2593
  },
2613
2594
  {
2614
- "path": "src/Theme/index.tsx",
2595
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2615
2596
  "kind": "import-statement",
2616
- "original": "../../Theme"
2597
+ "original": "../AppData/useUISettings"
2617
2598
  },
2618
2599
  {
2619
- "path": "src/Tooltip/index.ts",
2600
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
2620
2601
  "kind": "import-statement",
2621
- "original": "../../Tooltip"
2602
+ "original": "../hooks/useAudioOutputTest"
2622
2603
  },
2623
2604
  {
2624
- "path": "src/Prebuilt/IconButton.tsx",
2605
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
2625
2606
  "kind": "import-statement",
2626
- "original": "../IconButton"
2607
+ "original": "../hooks/useDropdownSelection"
2627
2608
  },
2628
2609
  {
2629
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2610
+ "path": "src/Prebuilt/components/Settings/common.ts",
2630
2611
  "kind": "import-statement",
2631
- "original": "./hooks/useDropdownList"
2612
+ "original": "./common"
2632
2613
  },
2633
2614
  {
2634
2615
  "path": "src/Prebuilt/common/constants.ts",
2635
2616
  "kind": "import-statement",
2636
- "original": "../common/constants"
2617
+ "original": "../../common/constants"
2637
2618
  },
2638
2619
  {
2639
2620
  "path": "<define:process.env>",
2640
2621
  "kind": "import-statement",
2641
2622
  "external": true
2642
- },
2643
- {
2644
- "path": "<runtime>",
2645
- "kind": "import-statement",
2646
- "external": true
2647
2623
  }
2648
2624
  ],
2649
2625
  "format": "esm"
2650
2626
  },
2651
- "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
2652
- "bytes": 1995,
2627
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
2628
+ "bytes": 1860,
2653
2629
  "imports": [
2654
2630
  {
2655
2631
  "path": "react",
@@ -2662,61 +2638,65 @@
2662
2638
  "external": true
2663
2639
  },
2664
2640
  {
2665
- "path": "src/Button/index.tsx",
2641
+ "path": "src/index.ts",
2666
2642
  "kind": "import-statement",
2667
- "original": "../../../Button"
2643
+ "original": "../../.."
2668
2644
  },
2669
2645
  {
2670
- "path": "src/Layout/index.tsx",
2646
+ "path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
2671
2647
  "kind": "import-statement",
2672
- "original": "../../../Layout"
2648
+ "original": "./SwitchWithLabel"
2673
2649
  },
2674
2650
  {
2675
- "path": "src/Text/index.tsx",
2651
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2676
2652
  "kind": "import-statement",
2677
- "original": "../../../Text"
2653
+ "original": "../AppData/useUISettings"
2678
2654
  },
2679
2655
  {
2680
- "path": "<define:process.env>",
2656
+ "path": "src/Prebuilt/components/Settings/common.ts",
2681
2657
  "kind": "import-statement",
2682
- "external": true
2658
+ "original": "./common"
2683
2659
  },
2684
2660
  {
2685
- "path": "<runtime>",
2661
+ "path": "src/Prebuilt/common/constants.ts",
2662
+ "kind": "import-statement",
2663
+ "original": "../../common/constants"
2664
+ },
2665
+ {
2666
+ "path": "<define:process.env>",
2686
2667
  "kind": "import-statement",
2687
2668
  "external": true
2688
2669
  }
2689
2670
  ],
2690
2671
  "format": "esm"
2691
2672
  },
2692
- "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
2693
- "bytes": 580,
2673
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
2674
+ "bytes": 9473,
2694
2675
  "imports": [
2695
2676
  {
2696
- "path": "src/IconButton/index.tsx",
2677
+ "path": "react",
2697
2678
  "kind": "import-statement",
2698
- "original": "../../../IconButton"
2679
+ "external": true
2699
2680
  },
2700
2681
  {
2701
- "path": "src/Theme/index.tsx",
2682
+ "path": "react-use",
2702
2683
  "kind": "import-statement",
2703
- "original": "../../../Theme"
2684
+ "external": true
2704
2685
  },
2705
2686
  {
2706
- "path": "<define:process.env>",
2687
+ "path": "@100mslive/react-icons",
2707
2688
  "kind": "import-statement",
2708
2689
  "external": true
2709
- }
2710
- ],
2711
- "format": "esm"
2712
- },
2713
- "src/Prebuilt/components/Leave/LeaveCard.tsx": {
2714
- "bytes": 788,
2715
- "imports": [
2690
+ },
2716
2691
  {
2717
- "path": "react",
2692
+ "path": "src/Divider/index.ts",
2718
2693
  "kind": "import-statement",
2719
- "external": true
2694
+ "original": "../../../Divider"
2695
+ },
2696
+ {
2697
+ "path": "src/IconButton/index.tsx",
2698
+ "kind": "import-statement",
2699
+ "original": "../../../IconButton"
2720
2700
  },
2721
2701
  {
2722
2702
  "path": "src/Layout/index.tsx",
@@ -2724,55 +2704,49 @@
2724
2704
  "original": "../../../Layout"
2725
2705
  },
2726
2706
  {
2727
- "path": "src/Text/index.tsx",
2707
+ "path": "src/Modal/index.ts",
2728
2708
  "kind": "import-statement",
2729
- "original": "../../../Text"
2709
+ "original": "../../../Modal"
2730
2710
  },
2731
2711
  {
2732
- "path": "../../../Theme",
2712
+ "path": "src/Sheet/index.ts",
2733
2713
  "kind": "import-statement",
2734
- "external": true
2714
+ "original": "../../../Sheet"
2735
2715
  },
2736
2716
  {
2737
- "path": "<define:process.env>",
2717
+ "path": "src/Tabs/index.tsx",
2738
2718
  "kind": "import-statement",
2739
- "external": true
2719
+ "original": "../../../Tabs"
2740
2720
  },
2741
2721
  {
2742
- "path": "<runtime>",
2722
+ "path": "src/Text/index.tsx",
2743
2723
  "kind": "import-statement",
2744
- "external": true
2745
- }
2746
- ],
2747
- "format": "esm"
2748
- },
2749
- "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
2750
- "bytes": 1759,
2751
- "imports": [
2724
+ "original": "../../../Text"
2725
+ },
2752
2726
  {
2753
- "path": "react",
2727
+ "path": "src/Theme/index.tsx",
2754
2728
  "kind": "import-statement",
2755
- "external": true
2729
+ "original": "../../../Theme"
2756
2730
  },
2757
2731
  {
2758
- "path": "@100mslive/react-icons",
2732
+ "path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
2759
2733
  "kind": "import-statement",
2760
- "external": true
2734
+ "original": "./DeviceSettings"
2761
2735
  },
2762
2736
  {
2763
- "path": "src/Button/index.tsx",
2737
+ "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
2764
2738
  "kind": "import-statement",
2765
- "original": "../../../Button"
2739
+ "original": "./LayoutSettings"
2766
2740
  },
2767
2741
  {
2768
- "path": "src/Layout/index.tsx",
2742
+ "path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
2769
2743
  "kind": "import-statement",
2770
- "original": "../../../Layout"
2744
+ "original": "./NotificationSettings"
2771
2745
  },
2772
2746
  {
2773
- "path": "src/Text/index.tsx",
2747
+ "path": "src/Prebuilt/components/Settings/common.ts",
2774
2748
  "kind": "import-statement",
2775
- "original": "../../../Text"
2749
+ "original": "./common"
2776
2750
  },
2777
2751
  {
2778
2752
  "path": "<define:process.env>",
@@ -2787,73 +2761,109 @@
2787
2761
  ],
2788
2762
  "format": "esm"
2789
2763
  },
2790
- "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
2791
- "bytes": 6203,
2764
+ "src/Prebuilt/components/Toast/ToastManager.js": {
2765
+ "bytes": 922,
2792
2766
  "imports": [
2793
2767
  {
2794
- "path": "react",
2795
- "kind": "import-statement",
2796
- "external": true
2797
- },
2798
- {
2799
- "path": "@100mslive/types-prebuilt",
2768
+ "path": "uuid",
2800
2769
  "kind": "import-statement",
2801
2770
  "external": true
2802
2771
  },
2803
2772
  {
2804
- "path": "@100mslive/react-sdk",
2773
+ "path": "<define:process.env>",
2805
2774
  "kind": "import-statement",
2806
2775
  "external": true
2807
2776
  },
2808
2777
  {
2809
- "path": "@100mslive/react-icons",
2778
+ "path": "<runtime>",
2810
2779
  "kind": "import-statement",
2811
2780
  "external": true
2781
+ }
2782
+ ],
2783
+ "format": "esm"
2784
+ },
2785
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
2786
+ "bytes": 9809,
2787
+ "imports": [
2788
+ {
2789
+ "path": "react",
2790
+ "kind": "import-statement",
2791
+ "external": true
2792
+ },
2793
+ {
2794
+ "path": "@100mslive/hms-noise-cancellation",
2795
+ "kind": "import-statement",
2796
+ "external": true
2797
+ },
2798
+ {
2799
+ "path": "@100mslive/react-sdk",
2800
+ "kind": "import-statement",
2801
+ "external": true
2802
+ },
2803
+ {
2804
+ "path": "@100mslive/react-icons",
2805
+ "kind": "import-statement",
2806
+ "external": true
2807
+ },
2808
+ {
2809
+ "path": "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx",
2810
+ "kind": "import-statement",
2811
+ "original": "./IconButtonWithOptions/IconButtonWithOptions"
2812
+ },
2813
+ {
2814
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
2815
+ "kind": "import-statement",
2816
+ "original": "./Settings/SettingsModal"
2817
+ },
2818
+ {
2819
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
2820
+ "kind": "import-statement",
2821
+ "original": "./Toast/ToastManager"
2812
2822
  },
2813
2823
  {
2814
2824
  "path": "src/Dropdown/index.tsx",
2815
2825
  "kind": "import-statement",
2816
- "original": "../../../Dropdown"
2826
+ "original": "../../Dropdown"
2817
2827
  },
2818
2828
  {
2819
2829
  "path": "src/Layout/index.tsx",
2820
2830
  "kind": "import-statement",
2821
- "original": "../../../Layout"
2831
+ "original": "../../Layout"
2822
2832
  },
2823
2833
  {
2824
- "path": "src/Modal/index.ts",
2834
+ "path": "src/Switch/index.ts",
2825
2835
  "kind": "import-statement",
2826
- "original": "../../../Modal"
2836
+ "original": "../../Switch"
2827
2837
  },
2828
2838
  {
2829
- "path": "src/Tooltip/index.ts",
2839
+ "path": "src/Text/index.tsx",
2830
2840
  "kind": "import-statement",
2831
- "original": "../../../Tooltip"
2841
+ "original": "../../Text"
2832
2842
  },
2833
2843
  {
2834
- "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
2844
+ "path": "src/Tooltip/index.ts",
2835
2845
  "kind": "import-statement",
2836
- "original": "./EndSessionContent"
2846
+ "original": "../../Tooltip"
2837
2847
  },
2838
2848
  {
2839
- "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
2849
+ "path": "src/Prebuilt/IconButton.tsx",
2840
2850
  "kind": "import-statement",
2841
- "original": "./LeaveAtoms"
2851
+ "original": "../IconButton"
2842
2852
  },
2843
2853
  {
2844
- "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
2854
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
2845
2855
  "kind": "import-statement",
2846
- "original": "./LeaveCard"
2856
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
2847
2857
  },
2848
2858
  {
2849
- "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
2859
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
2850
2860
  "kind": "import-statement",
2851
- "original": "./LeaveSessionContent"
2861
+ "original": "./hooks/useAudioOutputTest"
2852
2862
  },
2853
2863
  {
2854
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2864
+ "path": "src/Prebuilt/common/constants.ts",
2855
2865
  "kind": "import-statement",
2856
- "original": "../hooks/useDropdownList"
2866
+ "original": "../common/constants"
2857
2867
  },
2858
2868
  {
2859
2869
  "path": "<define:process.env>",
@@ -2868,8 +2878,8 @@
2868
2878
  ],
2869
2879
  "format": "esm"
2870
2880
  },
2871
- "src/Sheet/Sheet.tsx": {
2872
- "bytes": 3140,
2881
+ "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2882
+ "bytes": 1189,
2873
2883
  "imports": [
2874
2884
  {
2875
2885
  "path": "react",
@@ -2877,69 +2887,69 @@
2877
2887
  "external": true
2878
2888
  },
2879
2889
  {
2880
- "path": "@radix-ui/react-dialog",
2890
+ "path": "src/Layout/index.tsx",
2881
2891
  "kind": "import-statement",
2882
- "external": true
2892
+ "original": "../../../Layout"
2883
2893
  },
2884
2894
  {
2885
- "path": "@stitches/react",
2895
+ "path": "src/Theme/index.tsx",
2886
2896
  "kind": "import-statement",
2887
- "external": true
2897
+ "original": "../../../Theme"
2888
2898
  },
2889
2899
  {
2890
- "path": "src/Modal/index.ts",
2900
+ "path": "<define:process.env>",
2891
2901
  "kind": "import-statement",
2892
- "original": "../Modal"
2893
- },
2902
+ "external": true
2903
+ }
2904
+ ],
2905
+ "format": "esm"
2906
+ },
2907
+ "src/Prebuilt/components/hooks/useDropdownList.ts": {
2908
+ "bytes": 811,
2909
+ "imports": [
2894
2910
  {
2895
- "path": "src/Theme/index.tsx",
2911
+ "path": "react",
2896
2912
  "kind": "import-statement",
2897
- "original": "../Theme"
2913
+ "external": true
2898
2914
  },
2899
2915
  {
2900
- "path": "src/utils/index.ts",
2916
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2901
2917
  "kind": "import-statement",
2902
- "original": "../utils"
2918
+ "original": "../AppData/useUISettings"
2903
2919
  },
2904
2920
  {
2905
- "path": "<define:process.env>",
2921
+ "path": "src/Prebuilt/common/constants.ts",
2906
2922
  "kind": "import-statement",
2907
- "external": true
2923
+ "original": "../../common/constants"
2908
2924
  },
2909
2925
  {
2910
- "path": "<runtime>",
2926
+ "path": "<define:process.env>",
2911
2927
  "kind": "import-statement",
2912
2928
  "external": true
2913
2929
  }
2914
2930
  ],
2915
2931
  "format": "esm"
2916
2932
  },
2917
- "src/Sheet/index.ts": {
2918
- "bytes": 33,
2933
+ "src/Prebuilt/components/EmojiReaction.jsx": {
2934
+ "bytes": 2758,
2919
2935
  "imports": [
2920
2936
  {
2921
- "path": "src/Sheet/Sheet.tsx",
2937
+ "path": "react",
2922
2938
  "kind": "import-statement",
2923
- "original": "./Sheet"
2939
+ "external": true
2924
2940
  },
2925
2941
  {
2926
- "path": "<define:process.env>",
2942
+ "path": "react-use",
2927
2943
  "kind": "import-statement",
2928
2944
  "external": true
2929
- }
2930
- ],
2931
- "format": "esm"
2932
- },
2933
- "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
2934
- "bytes": 4657,
2935
- "imports": [
2945
+ },
2936
2946
  {
2937
- "path": "react",
2947
+ "path": "@emoji-mart/data/sets/14/apple.json",
2938
2948
  "kind": "import-statement",
2939
2949
  "external": true
2940
2950
  },
2941
2951
  {
2942
- "path": "@100mslive/types-prebuilt",
2952
+ "path": "emoji-mart",
2943
2953
  "kind": "import-statement",
2944
2954
  "external": true
2945
2955
  },
@@ -2954,44 +2964,44 @@
2954
2964
  "external": true
2955
2965
  },
2956
2966
  {
2957
- "path": "src/Layout/index.tsx",
2967
+ "path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
2958
2968
  "kind": "import-statement",
2959
- "original": "../../../Layout"
2969
+ "original": "./Footer/EmojiCard"
2960
2970
  },
2961
2971
  {
2962
- "path": "src/Sheet/index.ts",
2972
+ "path": "src/Dropdown/index.tsx",
2963
2973
  "kind": "import-statement",
2964
- "original": "../../../Sheet"
2974
+ "original": "../../Dropdown"
2965
2975
  },
2966
2976
  {
2967
- "path": "src/Tooltip/index.ts",
2977
+ "path": "src/Layout/index.tsx",
2968
2978
  "kind": "import-statement",
2969
- "original": "../../../Tooltip"
2979
+ "original": "../../Layout"
2970
2980
  },
2971
2981
  {
2972
- "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
2982
+ "path": "src/Theme/index.tsx",
2973
2983
  "kind": "import-statement",
2974
- "original": "./EndSessionContent"
2984
+ "original": "../../Theme"
2975
2985
  },
2976
2986
  {
2977
- "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
2987
+ "path": "src/Tooltip/index.ts",
2978
2988
  "kind": "import-statement",
2979
- "original": "./LeaveAtoms"
2989
+ "original": "../../Tooltip"
2980
2990
  },
2981
2991
  {
2982
- "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
2992
+ "path": "src/Prebuilt/IconButton.tsx",
2983
2993
  "kind": "import-statement",
2984
- "original": "./LeaveCard"
2994
+ "original": "../IconButton"
2985
2995
  },
2986
2996
  {
2987
- "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
2997
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2988
2998
  "kind": "import-statement",
2989
- "original": "./LeaveSessionContent"
2999
+ "original": "./hooks/useDropdownList"
2990
3000
  },
2991
3001
  {
2992
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3002
+ "path": "src/Prebuilt/common/constants.ts",
2993
3003
  "kind": "import-statement",
2994
- "original": "../hooks/useDropdownList"
3004
+ "original": "../common/constants"
2995
3005
  },
2996
3006
  {
2997
3007
  "path": "<define:process.env>",
@@ -3006,8 +3016,8 @@
3006
3016
  ],
3007
3017
  "format": "esm"
3008
3018
  },
3009
- "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3010
- "bytes": 2365,
3019
+ "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
3020
+ "bytes": 1995,
3011
3021
  "imports": [
3012
3022
  {
3013
3023
  "path": "react",
@@ -3015,39 +3025,24 @@
3015
3025
  "external": true
3016
3026
  },
3017
3027
  {
3018
- "path": "react-use",
3019
- "kind": "import-statement",
3020
- "external": true
3021
- },
3022
- {
3023
- "path": "@100mslive/types-prebuilt",
3024
- "kind": "import-statement",
3025
- "external": true
3026
- },
3027
- {
3028
- "path": "@100mslive/react-sdk",
3028
+ "path": "@100mslive/react-icons",
3029
3029
  "kind": "import-statement",
3030
3030
  "external": true
3031
3031
  },
3032
3032
  {
3033
- "path": "src/Theme/index.tsx",
3034
- "kind": "import-statement",
3035
- "original": "../../../Theme"
3036
- },
3037
- {
3038
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
3033
+ "path": "src/Button/index.tsx",
3039
3034
  "kind": "import-statement",
3040
- "original": "../Toast/ToastManager"
3035
+ "original": "../../../Button"
3041
3036
  },
3042
3037
  {
3043
- "path": "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx",
3038
+ "path": "src/Layout/index.tsx",
3044
3039
  "kind": "import-statement",
3045
- "original": "./DesktopLeaveRoom"
3040
+ "original": "../../../Layout"
3046
3041
  },
3047
3042
  {
3048
- "path": "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx",
3043
+ "path": "src/Text/index.tsx",
3049
3044
  "kind": "import-statement",
3050
- "original": "./MwebLeaveRoom"
3045
+ "original": "../../../Text"
3051
3046
  },
3052
3047
  {
3053
3048
  "path": "<define:process.env>",
@@ -3062,9 +3057,19 @@
3062
3057
  ],
3063
3058
  "format": "esm"
3064
3059
  },
3065
- "src/Prebuilt/components/PIP/pipUtils.js": {
3066
- "bytes": 6437,
3060
+ "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
3061
+ "bytes": 580,
3067
3062
  "imports": [
3063
+ {
3064
+ "path": "src/IconButton/index.tsx",
3065
+ "kind": "import-statement",
3066
+ "original": "../../../IconButton"
3067
+ },
3068
+ {
3069
+ "path": "src/Theme/index.tsx",
3070
+ "kind": "import-statement",
3071
+ "original": "../../../Theme"
3072
+ },
3068
3073
  {
3069
3074
  "path": "<define:process.env>",
3070
3075
  "kind": "import-statement",
@@ -3073,23 +3078,28 @@
3073
3078
  ],
3074
3079
  "format": "esm"
3075
3080
  },
3076
- "src/Prebuilt/components/PIP/PIPManager.js": {
3077
- "bytes": 10148,
3081
+ "src/Prebuilt/components/Leave/LeaveCard.tsx": {
3082
+ "bytes": 788,
3078
3083
  "imports": [
3079
3084
  {
3080
- "path": "worker-timers",
3085
+ "path": "react",
3081
3086
  "kind": "import-statement",
3082
3087
  "external": true
3083
3088
  },
3084
3089
  {
3085
- "path": "src/Prebuilt/components/PIP/pipUtils.js",
3090
+ "path": "src/Layout/index.tsx",
3086
3091
  "kind": "import-statement",
3087
- "original": "./pipUtils"
3092
+ "original": "../../../Layout"
3088
3093
  },
3089
3094
  {
3090
- "path": "src/Prebuilt/common/constants.ts",
3095
+ "path": "src/Text/index.tsx",
3091
3096
  "kind": "import-statement",
3092
- "original": "../../common/constants"
3097
+ "original": "../../../Text"
3098
+ },
3099
+ {
3100
+ "path": "../../../Theme",
3101
+ "kind": "import-statement",
3102
+ "external": true
3093
3103
  },
3094
3104
  {
3095
3105
  "path": "<define:process.env>",
@@ -3104,14 +3114,34 @@
3104
3114
  ],
3105
3115
  "format": "esm"
3106
3116
  },
3107
- "src/Prebuilt/components/PIP/SetupMediaSession.js": {
3108
- "bytes": 1953,
3117
+ "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
3118
+ "bytes": 1759,
3109
3119
  "imports": [
3110
3120
  {
3111
- "path": "@100mslive/react-sdk",
3121
+ "path": "react",
3112
3122
  "kind": "import-statement",
3113
3123
  "external": true
3114
3124
  },
3125
+ {
3126
+ "path": "@100mslive/react-icons",
3127
+ "kind": "import-statement",
3128
+ "external": true
3129
+ },
3130
+ {
3131
+ "path": "src/Button/index.tsx",
3132
+ "kind": "import-statement",
3133
+ "original": "../../../Button"
3134
+ },
3135
+ {
3136
+ "path": "src/Layout/index.tsx",
3137
+ "kind": "import-statement",
3138
+ "original": "../../../Layout"
3139
+ },
3140
+ {
3141
+ "path": "src/Text/index.tsx",
3142
+ "kind": "import-statement",
3143
+ "original": "../../../Text"
3144
+ },
3115
3145
  {
3116
3146
  "path": "<define:process.env>",
3117
3147
  "kind": "import-statement",
@@ -3125,14 +3155,19 @@
3125
3155
  ],
3126
3156
  "format": "esm"
3127
3157
  },
3128
- "src/Prebuilt/components/PIP/PIPComponent.jsx": {
3129
- "bytes": 2535,
3158
+ "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
3159
+ "bytes": 6141,
3130
3160
  "imports": [
3131
3161
  {
3132
3162
  "path": "react",
3133
3163
  "kind": "import-statement",
3134
3164
  "external": true
3135
3165
  },
3166
+ {
3167
+ "path": "@100mslive/types-prebuilt",
3168
+ "kind": "import-statement",
3169
+ "external": true
3170
+ },
3136
3171
  {
3137
3172
  "path": "@100mslive/react-sdk",
3138
3173
  "kind": "import-statement",
@@ -3144,72 +3179,65 @@
3144
3179
  "external": true
3145
3180
  },
3146
3181
  {
3147
- "path": "src/index.ts",
3182
+ "path": "src/Dropdown/index.tsx",
3148
3183
  "kind": "import-statement",
3149
- "original": "../../../"
3184
+ "original": "../../../Dropdown"
3150
3185
  },
3151
3186
  {
3152
- "path": "src/Prebuilt/IconButton.tsx",
3187
+ "path": "src/Layout/index.tsx",
3153
3188
  "kind": "import-statement",
3154
- "original": "../../IconButton"
3189
+ "original": "../../../Layout"
3155
3190
  },
3156
3191
  {
3157
- "path": "src/Prebuilt/components/PIP/PIPManager.js",
3192
+ "path": "src/Modal/index.ts",
3158
3193
  "kind": "import-statement",
3159
- "original": "./PIPManager"
3194
+ "original": "../../../Modal"
3160
3195
  },
3161
3196
  {
3162
- "path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
3197
+ "path": "src/Tooltip/index.ts",
3163
3198
  "kind": "import-statement",
3164
- "original": "./SetupMediaSession"
3199
+ "original": "../../../Tooltip"
3165
3200
  },
3166
3201
  {
3167
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3202
+ "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3168
3203
  "kind": "import-statement",
3169
- "original": "../AppData/useUISettings"
3204
+ "original": "./EndSessionContent"
3170
3205
  },
3171
3206
  {
3172
- "path": "<define:process.env>",
3207
+ "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3173
3208
  "kind": "import-statement",
3174
- "external": true
3175
- }
3176
- ],
3177
- "format": "esm"
3178
- },
3179
- "src/Prebuilt/components/PIP/index.jsx": {
3180
- "bytes": 164,
3181
- "imports": [
3209
+ "original": "./LeaveAtoms"
3210
+ },
3182
3211
  {
3183
- "path": "react",
3212
+ "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3184
3213
  "kind": "import-statement",
3185
- "external": true
3214
+ "original": "./LeaveCard"
3186
3215
  },
3187
3216
  {
3188
- "path": "src/Prebuilt/components/PIP/PIPComponent.jsx",
3217
+ "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3189
3218
  "kind": "import-statement",
3190
- "original": "./PIPComponent"
3219
+ "original": "./LeaveSessionContent"
3220
+ },
3221
+ {
3222
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3223
+ "kind": "import-statement",
3224
+ "original": "../hooks/useDropdownList"
3191
3225
  },
3192
3226
  {
3193
3227
  "path": "<define:process.env>",
3194
3228
  "kind": "import-statement",
3195
3229
  "external": true
3196
- }
3197
- ],
3198
- "format": "esm"
3199
- },
3200
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
3201
- "bytes": 75,
3202
- "imports": [
3230
+ },
3203
3231
  {
3204
- "path": "<define:process.env>",
3232
+ "path": "<runtime>",
3205
3233
  "kind": "import-statement",
3206
3234
  "external": true
3207
3235
  }
3208
3236
  ],
3209
3237
  "format": "esm"
3210
3238
  },
3211
- "src/Prebuilt/common/hooks.ts": {
3212
- "bytes": 3796,
3239
+ "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
3240
+ "bytes": 4657,
3213
3241
  "imports": [
3214
3242
  {
3215
3243
  "path": "react",
@@ -3217,7 +3245,7 @@
3217
3245
  "external": true
3218
3246
  },
3219
3247
  {
3220
- "path": "@100mslive/types-prebuilt/elements/join_form",
3248
+ "path": "@100mslive/types-prebuilt",
3221
3249
  "kind": "import-statement",
3222
3250
  "external": true
3223
3251
  },
@@ -3227,100 +3255,105 @@
3227
3255
  "external": true
3228
3256
  },
3229
3257
  {
3230
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3258
+ "path": "@100mslive/react-icons",
3231
3259
  "kind": "import-statement",
3232
- "original": "../provider/roomLayoutProvider"
3260
+ "external": true
3233
3261
  },
3234
3262
  {
3235
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3263
+ "path": "src/Layout/index.tsx",
3236
3264
  "kind": "import-statement",
3237
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3265
+ "original": "../../../Layout"
3238
3266
  },
3239
3267
  {
3240
- "path": "src/Prebuilt/common/constants.ts",
3268
+ "path": "src/Sheet/index.ts",
3241
3269
  "kind": "import-statement",
3242
- "original": "./constants"
3270
+ "original": "../../../Sheet"
3243
3271
  },
3244
3272
  {
3245
- "path": "<define:process.env>",
3273
+ "path": "src/Tooltip/index.ts",
3246
3274
  "kind": "import-statement",
3247
- "external": true
3248
- }
3249
- ],
3250
- "format": "esm"
3251
- },
3252
- "src/Prebuilt/components/RoleChangeModal.jsx": {
3253
- "bytes": 6492,
3254
- "imports": [
3275
+ "original": "../../../Tooltip"
3276
+ },
3255
3277
  {
3256
- "path": "react",
3278
+ "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3257
3279
  "kind": "import-statement",
3258
- "external": true
3280
+ "original": "./EndSessionContent"
3259
3281
  },
3260
3282
  {
3261
- "path": "@100mslive/react-sdk",
3283
+ "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3262
3284
  "kind": "import-statement",
3263
- "external": true
3285
+ "original": "./LeaveAtoms"
3264
3286
  },
3265
3287
  {
3266
- "path": "@100mslive/react-icons",
3288
+ "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3267
3289
  "kind": "import-statement",
3268
- "external": true
3290
+ "original": "./LeaveCard"
3269
3291
  },
3270
3292
  {
3271
- "path": "src/Button/index.tsx",
3293
+ "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3272
3294
  "kind": "import-statement",
3273
- "original": "../../Button"
3295
+ "original": "./LeaveSessionContent"
3274
3296
  },
3275
3297
  {
3276
- "path": "src/Checkbox/index.tsx",
3298
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3277
3299
  "kind": "import-statement",
3278
- "original": "../../Checkbox"
3300
+ "original": "../hooks/useDropdownList"
3279
3301
  },
3280
3302
  {
3281
- "path": "src/Dropdown/index.tsx",
3303
+ "path": "<define:process.env>",
3282
3304
  "kind": "import-statement",
3283
- "original": "../../Dropdown"
3305
+ "external": true
3284
3306
  },
3285
3307
  {
3286
- "path": "src/Label/index.ts",
3308
+ "path": "<runtime>",
3287
3309
  "kind": "import-statement",
3288
- "original": "../../Label"
3310
+ "external": true
3311
+ }
3312
+ ],
3313
+ "format": "esm"
3314
+ },
3315
+ "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3316
+ "bytes": 2365,
3317
+ "imports": [
3318
+ {
3319
+ "path": "react",
3320
+ "kind": "import-statement",
3321
+ "external": true
3289
3322
  },
3290
3323
  {
3291
- "path": "src/Layout/index.tsx",
3324
+ "path": "react-use",
3292
3325
  "kind": "import-statement",
3293
- "original": "../../Layout"
3326
+ "external": true
3294
3327
  },
3295
3328
  {
3296
- "path": "src/Modal/index.ts",
3329
+ "path": "@100mslive/types-prebuilt",
3297
3330
  "kind": "import-statement",
3298
- "original": "../../Modal"
3331
+ "external": true
3299
3332
  },
3300
3333
  {
3301
- "path": "src/Text/index.tsx",
3334
+ "path": "@100mslive/react-sdk",
3302
3335
  "kind": "import-statement",
3303
- "original": "../../Text"
3336
+ "external": true
3304
3337
  },
3305
3338
  {
3306
- "path": "src/Tooltip/index.ts",
3339
+ "path": "src/Theme/index.tsx",
3307
3340
  "kind": "import-statement",
3308
- "original": "../../Tooltip"
3341
+ "original": "../../../Theme"
3309
3342
  },
3310
3343
  {
3311
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3344
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
3312
3345
  "kind": "import-statement",
3313
- "original": "./hooks/useDropdownSelection"
3346
+ "original": "../Toast/ToastManager"
3314
3347
  },
3315
3348
  {
3316
- "path": "src/Prebuilt/common/hooks.ts",
3349
+ "path": "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx",
3317
3350
  "kind": "import-statement",
3318
- "original": "../common/hooks"
3351
+ "original": "./DesktopLeaveRoom"
3319
3352
  },
3320
3353
  {
3321
- "path": "src/utils/index.ts",
3354
+ "path": "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx",
3322
3355
  "kind": "import-statement",
3323
- "original": "../../utils"
3356
+ "original": "./MwebLeaveRoom"
3324
3357
  },
3325
3358
  {
3326
3359
  "path": "<define:process.env>",
@@ -3335,23 +3368,34 @@
3335
3368
  ],
3336
3369
  "format": "esm"
3337
3370
  },
3338
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
3339
- "bytes": 1116,
3371
+ "src/Prebuilt/components/PIP/pipUtils.js": {
3372
+ "bytes": 6437,
3340
3373
  "imports": [
3341
3374
  {
3342
- "path": "react",
3375
+ "path": "<define:process.env>",
3343
3376
  "kind": "import-statement",
3344
3377
  "external": true
3345
- },
3378
+ }
3379
+ ],
3380
+ "format": "esm"
3381
+ },
3382
+ "src/Prebuilt/components/PIP/PIPManager.js": {
3383
+ "bytes": 10148,
3384
+ "imports": [
3346
3385
  {
3347
- "path": "@100mslive/react-icons",
3386
+ "path": "worker-timers",
3348
3387
  "kind": "import-statement",
3349
3388
  "external": true
3350
3389
  },
3351
3390
  {
3352
- "path": "src/index.ts",
3391
+ "path": "src/Prebuilt/components/PIP/pipUtils.js",
3353
3392
  "kind": "import-statement",
3354
- "original": "../../index"
3393
+ "original": "./pipUtils"
3394
+ },
3395
+ {
3396
+ "path": "src/Prebuilt/common/constants.ts",
3397
+ "kind": "import-statement",
3398
+ "original": "../../common/constants"
3355
3399
  },
3356
3400
  {
3357
3401
  "path": "<define:process.env>",
@@ -3366,16 +3410,32 @@
3366
3410
  ],
3367
3411
  "format": "esm"
3368
3412
  },
3369
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
3370
- "bytes": 7180,
3413
+ "src/Prebuilt/components/PIP/SetupMediaSession.js": {
3414
+ "bytes": 1953,
3371
3415
  "imports": [
3372
3416
  {
3373
- "path": "react",
3417
+ "path": "@100mslive/react-sdk",
3374
3418
  "kind": "import-statement",
3375
3419
  "external": true
3376
3420
  },
3377
3421
  {
3378
- "path": "react-use",
3422
+ "path": "<define:process.env>",
3423
+ "kind": "import-statement",
3424
+ "external": true
3425
+ },
3426
+ {
3427
+ "path": "<runtime>",
3428
+ "kind": "import-statement",
3429
+ "external": true
3430
+ }
3431
+ ],
3432
+ "format": "esm"
3433
+ },
3434
+ "src/Prebuilt/components/PIP/PIPComponent.jsx": {
3435
+ "bytes": 2535,
3436
+ "imports": [
3437
+ {
3438
+ "path": "react",
3379
3439
  "kind": "import-statement",
3380
3440
  "external": true
3381
3441
  },
@@ -3395,14 +3455,19 @@
3395
3455
  "original": "../../../"
3396
3456
  },
3397
3457
  {
3398
- "path": "src/Theme/index.tsx",
3458
+ "path": "src/Prebuilt/IconButton.tsx",
3399
3459
  "kind": "import-statement",
3400
- "original": "../../../Theme"
3460
+ "original": "../../IconButton"
3401
3461
  },
3402
3462
  {
3403
- "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
3463
+ "path": "src/Prebuilt/components/PIP/PIPManager.js",
3404
3464
  "kind": "import-statement",
3405
- "original": "../../primitives/DropdownTrigger"
3465
+ "original": "./PIPManager"
3466
+ },
3467
+ {
3468
+ "path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
3469
+ "kind": "import-statement",
3470
+ "original": "./SetupMediaSession"
3406
3471
  },
3407
3472
  {
3408
3473
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
@@ -3410,19 +3475,25 @@
3410
3475
  "original": "../AppData/useUISettings"
3411
3476
  },
3412
3477
  {
3413
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3478
+ "path": "<define:process.env>",
3414
3479
  "kind": "import-statement",
3415
- "original": "../hooks/useDropdownSelection"
3416
- },
3480
+ "external": true
3481
+ }
3482
+ ],
3483
+ "format": "esm"
3484
+ },
3485
+ "src/Prebuilt/components/PIP/index.jsx": {
3486
+ "bytes": 164,
3487
+ "imports": [
3417
3488
  {
3418
- "path": "src/Prebuilt/components/Settings/common.ts",
3489
+ "path": "react",
3419
3490
  "kind": "import-statement",
3420
- "original": "./common"
3491
+ "external": true
3421
3492
  },
3422
3493
  {
3423
- "path": "src/Prebuilt/common/constants.ts",
3494
+ "path": "src/Prebuilt/components/PIP/PIPComponent.jsx",
3424
3495
  "kind": "import-statement",
3425
- "original": "../../common/constants"
3496
+ "original": "./PIPComponent"
3426
3497
  },
3427
3498
  {
3428
3499
  "path": "<define:process.env>",
@@ -3432,8 +3503,8 @@
3432
3503
  ],
3433
3504
  "format": "esm"
3434
3505
  },
3435
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
3436
- "bytes": 1860,
3506
+ "src/Prebuilt/common/hooks.ts": {
3507
+ "bytes": 3796,
3437
3508
  "imports": [
3438
3509
  {
3439
3510
  "path": "react",
@@ -3441,34 +3512,29 @@
3441
3512
  "external": true
3442
3513
  },
3443
3514
  {
3444
- "path": "@100mslive/react-icons",
3515
+ "path": "@100mslive/types-prebuilt/elements/join_form",
3445
3516
  "kind": "import-statement",
3446
3517
  "external": true
3447
3518
  },
3448
3519
  {
3449
- "path": "src/index.ts",
3450
- "kind": "import-statement",
3451
- "original": "../../.."
3452
- },
3453
- {
3454
- "path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
3520
+ "path": "@100mslive/react-sdk",
3455
3521
  "kind": "import-statement",
3456
- "original": "./SwitchWithLabel"
3522
+ "external": true
3457
3523
  },
3458
3524
  {
3459
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3525
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3460
3526
  "kind": "import-statement",
3461
- "original": "../AppData/useUISettings"
3527
+ "original": "../provider/roomLayoutProvider"
3462
3528
  },
3463
3529
  {
3464
- "path": "src/Prebuilt/components/Settings/common.ts",
3530
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3465
3531
  "kind": "import-statement",
3466
- "original": "./common"
3532
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3467
3533
  },
3468
3534
  {
3469
3535
  "path": "src/Prebuilt/common/constants.ts",
3470
3536
  "kind": "import-statement",
3471
- "original": "../../common/constants"
3537
+ "original": "./constants"
3472
3538
  },
3473
3539
  {
3474
3540
  "path": "<define:process.env>",
@@ -3478,8 +3544,8 @@
3478
3544
  ],
3479
3545
  "format": "esm"
3480
3546
  },
3481
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
3482
- "bytes": 9473,
3547
+ "src/Prebuilt/components/RoleChangeModal.jsx": {
3548
+ "bytes": 6492,
3483
3549
  "imports": [
3484
3550
  {
3485
3551
  "path": "react",
@@ -3487,7 +3553,7 @@
3487
3553
  "external": true
3488
3554
  },
3489
3555
  {
3490
- "path": "react-use",
3556
+ "path": "@100mslive/react-sdk",
3491
3557
  "kind": "import-statement",
3492
3558
  "external": true
3493
3559
  },
@@ -3497,64 +3563,59 @@
3497
3563
  "external": true
3498
3564
  },
3499
3565
  {
3500
- "path": "src/Divider/index.ts",
3566
+ "path": "src/Button/index.tsx",
3501
3567
  "kind": "import-statement",
3502
- "original": "../../../Divider"
3568
+ "original": "../../Button"
3503
3569
  },
3504
3570
  {
3505
- "path": "src/IconButton/index.tsx",
3571
+ "path": "src/Checkbox/index.tsx",
3506
3572
  "kind": "import-statement",
3507
- "original": "../../../IconButton"
3573
+ "original": "../../Checkbox"
3508
3574
  },
3509
3575
  {
3510
- "path": "src/Layout/index.tsx",
3576
+ "path": "src/Dropdown/index.tsx",
3511
3577
  "kind": "import-statement",
3512
- "original": "../../../Layout"
3578
+ "original": "../../Dropdown"
3513
3579
  },
3514
3580
  {
3515
- "path": "src/Modal/index.ts",
3581
+ "path": "src/Label/index.ts",
3516
3582
  "kind": "import-statement",
3517
- "original": "../../../Modal"
3583
+ "original": "../../Label"
3518
3584
  },
3519
3585
  {
3520
- "path": "src/Sheet/index.ts",
3586
+ "path": "src/Layout/index.tsx",
3521
3587
  "kind": "import-statement",
3522
- "original": "../../../Sheet"
3588
+ "original": "../../Layout"
3523
3589
  },
3524
3590
  {
3525
- "path": "src/Tabs/index.tsx",
3591
+ "path": "src/Modal/index.ts",
3526
3592
  "kind": "import-statement",
3527
- "original": "../../../Tabs"
3593
+ "original": "../../Modal"
3528
3594
  },
3529
3595
  {
3530
3596
  "path": "src/Text/index.tsx",
3531
3597
  "kind": "import-statement",
3532
- "original": "../../../Text"
3533
- },
3534
- {
3535
- "path": "src/Theme/index.tsx",
3536
- "kind": "import-statement",
3537
- "original": "../../../Theme"
3598
+ "original": "../../Text"
3538
3599
  },
3539
3600
  {
3540
- "path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
3601
+ "path": "src/Tooltip/index.ts",
3541
3602
  "kind": "import-statement",
3542
- "original": "./DeviceSettings"
3603
+ "original": "../../Tooltip"
3543
3604
  },
3544
3605
  {
3545
- "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
3606
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3546
3607
  "kind": "import-statement",
3547
- "original": "./LayoutSettings"
3608
+ "original": "./hooks/useDropdownSelection"
3548
3609
  },
3549
3610
  {
3550
- "path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
3611
+ "path": "src/Prebuilt/common/hooks.ts",
3551
3612
  "kind": "import-statement",
3552
- "original": "./NotificationSettings"
3613
+ "original": "../common/hooks"
3553
3614
  },
3554
3615
  {
3555
- "path": "src/Prebuilt/components/Settings/common.ts",
3616
+ "path": "src/utils/index.ts",
3556
3617
  "kind": "import-statement",
3557
- "original": "./common"
3618
+ "original": "../../utils"
3558
3619
  },
3559
3620
  {
3560
3621
  "path": "<define:process.env>",
@@ -4181,8 +4242,8 @@
4181
4242
  ],
4182
4243
  "format": "esm"
4183
4244
  },
4184
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
4185
- "bytes": 48030,
4245
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
4246
+ "bytes": 59750,
4186
4247
  "imports": [
4187
4248
  {
4188
4249
  "path": "<define:process.env>",
@@ -4190,7 +4251,7 @@
4190
4251
  "external": true
4191
4252
  }
4192
4253
  ],
4193
- "format": "cjs"
4254
+ "format": "esm"
4194
4255
  },
4195
4256
  "../../node_modules/lodash.isequal/index.js": {
4196
4257
  "bytes": 49598,
@@ -4523,7 +4584,7 @@
4523
4584
  "format": "cjs"
4524
4585
  },
4525
4586
  "../hms-video-store/dist/index.js": {
4526
- "bytes": 322675,
4587
+ "bytes": 323418,
4527
4588
  "imports": [
4528
4589
  {
4529
4590
  "path": "../../node_modules/reselect/es/index.js",
@@ -4541,7 +4602,7 @@
4541
4602
  "original": "reselect"
4542
4603
  },
4543
4604
  {
4544
- "path": "../../node_modules/ua-parser-js/src/ua-parser.js",
4605
+ "path": "../../node_modules/ua-parser-js/src/main/ua-parser.mjs",
4545
4606
  "kind": "import-statement",
4546
4607
  "original": "ua-parser-js"
4547
4608
  },
@@ -5732,7 +5793,7 @@
5732
5793
  "format": "esm"
5733
5794
  },
5734
5795
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
5735
- "bytes": 5433,
5796
+ "bytes": 5474,
5736
5797
  "imports": [
5737
5798
  {
5738
5799
  "path": "react",
@@ -6070,7 +6131,7 @@
6070
6131
  "original": "../../.."
6071
6132
  },
6072
6133
  {
6073
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
6134
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
6074
6135
  "kind": "import-statement",
6075
6136
  "original": "../AudioVideoToggle"
6076
6137
  },
@@ -9207,7 +9268,7 @@
9207
9268
  "original": "../../layouts/SidePane"
9208
9269
  },
9209
9270
  {
9210
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
9271
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
9211
9272
  "kind": "import-statement",
9212
9273
  "original": "../AudioVideoToggle"
9213
9274
  },
@@ -9436,7 +9497,7 @@
9436
9497
  "original": "../IconButton"
9437
9498
  },
9438
9499
  {
9439
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
9500
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
9440
9501
  "kind": "import-statement",
9441
9502
  "original": "./AudioVideoToggle"
9442
9503
  },
@@ -11488,44 +11549,116 @@
11488
11549
  "external": true
11489
11550
  },
11490
11551
  {
11491
- "path": "react-use",
11552
+ "path": "react-use",
11553
+ "kind": "import-statement",
11554
+ "external": true
11555
+ },
11556
+ {
11557
+ "path": "@100mslive/react-icons",
11558
+ "kind": "import-statement",
11559
+ "external": true
11560
+ },
11561
+ {
11562
+ "path": "src/Button/index.tsx",
11563
+ "kind": "import-statement",
11564
+ "original": "../../Button"
11565
+ },
11566
+ {
11567
+ "path": "src/Layout/index.tsx",
11568
+ "kind": "import-statement",
11569
+ "original": "../../Layout"
11570
+ },
11571
+ {
11572
+ "path": "src/Modal/index.ts",
11573
+ "kind": "import-statement",
11574
+ "original": "../../Modal"
11575
+ },
11576
+ {
11577
+ "path": "src/Text/index.tsx",
11578
+ "kind": "import-statement",
11579
+ "original": "../../Text"
11580
+ },
11581
+ {
11582
+ "path": "src/Theme/index.tsx",
11583
+ "kind": "import-statement",
11584
+ "original": "../../Theme"
11585
+ },
11586
+ {
11587
+ "path": "src/Prebuilt/common/utils.js",
11588
+ "kind": "import-statement",
11589
+ "original": "../common/utils"
11590
+ },
11591
+ {
11592
+ "path": "<define:process.env>",
11593
+ "kind": "import-statement",
11594
+ "external": true
11595
+ }
11596
+ ],
11597
+ "format": "esm"
11598
+ },
11599
+ "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
11600
+ "bytes": 1095,
11601
+ "imports": [
11602
+ {
11603
+ "path": "react",
11604
+ "kind": "import-statement",
11605
+ "external": true
11606
+ },
11607
+ {
11608
+ "path": "@100mslive/react-sdk",
11609
+ "kind": "import-statement",
11610
+ "external": true
11611
+ },
11612
+ {
11613
+ "path": "src/index.ts",
11614
+ "kind": "import-statement",
11615
+ "original": "../../.."
11616
+ },
11617
+ {
11618
+ "path": "src/Prebuilt/primitives/DialogContent.jsx",
11619
+ "kind": "import-statement",
11620
+ "original": "../../primitives/DialogContent"
11621
+ },
11622
+ {
11623
+ "path": "<define:process.env>",
11624
+ "kind": "import-statement",
11625
+ "external": true
11626
+ }
11627
+ ],
11628
+ "format": "esm"
11629
+ },
11630
+ "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
11631
+ "bytes": 1140,
11632
+ "imports": [
11633
+ {
11634
+ "path": "react",
11635
+ "kind": "import-statement",
11636
+ "external": true
11637
+ },
11638
+ {
11639
+ "path": "uuid",
11492
11640
  "kind": "import-statement",
11493
11641
  "external": true
11494
11642
  },
11495
11643
  {
11496
- "path": "@100mslive/react-icons",
11644
+ "path": "@100mslive/react-sdk",
11497
11645
  "kind": "import-statement",
11498
11646
  "external": true
11499
11647
  },
11500
11648
  {
11501
- "path": "src/Button/index.tsx",
11502
- "kind": "import-statement",
11503
- "original": "../../Button"
11504
- },
11505
- {
11506
- "path": "src/Layout/index.tsx",
11507
- "kind": "import-statement",
11508
- "original": "../../Layout"
11509
- },
11510
- {
11511
- "path": "src/Modal/index.ts",
11512
- "kind": "import-statement",
11513
- "original": "../../Modal"
11514
- },
11515
- {
11516
- "path": "src/Text/index.tsx",
11649
+ "path": "@100mslive/react-icons",
11517
11650
  "kind": "import-statement",
11518
- "original": "../../Text"
11651
+ "external": true
11519
11652
  },
11520
11653
  {
11521
- "path": "src/Theme/index.tsx",
11654
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
11522
11655
  "kind": "import-statement",
11523
- "original": "../../Theme"
11656
+ "original": "../Toast/ToastManager"
11524
11657
  },
11525
11658
  {
11526
- "path": "src/Prebuilt/common/utils.js",
11659
+ "path": "src/Prebuilt/common/constants.ts",
11527
11660
  "kind": "import-statement",
11528
- "original": "../common/utils"
11661
+ "original": "../../common/constants"
11529
11662
  },
11530
11663
  {
11531
11664
  "path": "<define:process.env>",
@@ -11612,80 +11745,8 @@
11612
11745
  ],
11613
11746
  "format": "esm"
11614
11747
  },
11615
- "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
11616
- "bytes": 1095,
11617
- "imports": [
11618
- {
11619
- "path": "react",
11620
- "kind": "import-statement",
11621
- "external": true
11622
- },
11623
- {
11624
- "path": "@100mslive/react-sdk",
11625
- "kind": "import-statement",
11626
- "external": true
11627
- },
11628
- {
11629
- "path": "src/index.ts",
11630
- "kind": "import-statement",
11631
- "original": "../../.."
11632
- },
11633
- {
11634
- "path": "src/Prebuilt/primitives/DialogContent.jsx",
11635
- "kind": "import-statement",
11636
- "original": "../../primitives/DialogContent"
11637
- },
11638
- {
11639
- "path": "<define:process.env>",
11640
- "kind": "import-statement",
11641
- "external": true
11642
- }
11643
- ],
11644
- "format": "esm"
11645
- },
11646
- "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
11647
- "bytes": 1140,
11648
- "imports": [
11649
- {
11650
- "path": "react",
11651
- "kind": "import-statement",
11652
- "external": true
11653
- },
11654
- {
11655
- "path": "uuid",
11656
- "kind": "import-statement",
11657
- "external": true
11658
- },
11659
- {
11660
- "path": "@100mslive/react-sdk",
11661
- "kind": "import-statement",
11662
- "external": true
11663
- },
11664
- {
11665
- "path": "@100mslive/react-icons",
11666
- "kind": "import-statement",
11667
- "external": true
11668
- },
11669
- {
11670
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
11671
- "kind": "import-statement",
11672
- "original": "../Toast/ToastManager"
11673
- },
11674
- {
11675
- "path": "src/Prebuilt/common/constants.ts",
11676
- "kind": "import-statement",
11677
- "original": "../../common/constants"
11678
- },
11679
- {
11680
- "path": "<define:process.env>",
11681
- "kind": "import-statement",
11682
- "external": true
11683
- }
11684
- ],
11685
- "format": "esm"
11686
- },
11687
11748
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
11688
- "bytes": 1191,
11749
+ "bytes": 1590,
11689
11750
  "imports": [
11690
11751
  {
11691
11752
  "path": "react",
@@ -11707,6 +11768,11 @@
11707
11768
  "kind": "import-statement",
11708
11769
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11709
11770
  },
11771
+ {
11772
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
11773
+ "kind": "import-statement",
11774
+ "original": "../AppData/useUISettings"
11775
+ },
11710
11776
  {
11711
11777
  "path": "<define:process.env>",
11712
11778
  "kind": "import-statement",
@@ -11956,7 +12022,7 @@
11956
12022
  "format": "esm"
11957
12023
  },
11958
12024
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11959
- "bytes": 8178,
12025
+ "bytes": 7380,
11960
12026
  "imports": [
11961
12027
  {
11962
12028
  "path": "react",
@@ -11983,11 +12049,6 @@
11983
12049
  "kind": "import-statement",
11984
12050
  "original": "../../provider/roomLayoutProvider"
11985
12051
  },
11986
- {
11987
- "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
11988
- "kind": "import-statement",
11989
- "original": "../Toast/ToastBatcher"
11990
- },
11991
12052
  {
11992
12053
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
11993
12054
  "kind": "import-statement",
@@ -12058,11 +12119,6 @@
12058
12119
  "kind": "import-statement",
12059
12120
  "original": "../AppData/useUISettings"
12060
12121
  },
12061
- {
12062
- "path": "src/Prebuilt/common/utils.js",
12063
- "kind": "import-statement",
12064
- "original": "../../common/utils"
12065
- },
12066
12122
  {
12067
12123
  "path": "src/Prebuilt/common/constants.ts",
12068
12124
  "kind": "import-statement",
@@ -12790,7 +12846,7 @@
12790
12846
  "imports": [],
12791
12847
  "exports": [],
12792
12848
  "inputs": {},
12793
- "bytes": 3167579
12849
+ "bytes": 3196851
12794
12850
  },
12795
12851
  "dist/index.cjs.js": {
12796
12852
  "imports": [
@@ -13185,17 +13241,17 @@
13185
13241
  "external": true
13186
13242
  },
13187
13243
  {
13188
- "path": "uuid",
13244
+ "path": "react",
13189
13245
  "kind": "require-call",
13190
13246
  "external": true
13191
13247
  },
13192
13248
  {
13193
- "path": "react",
13249
+ "path": "@radix-ui/react-dialog",
13194
13250
  "kind": "require-call",
13195
13251
  "external": true
13196
13252
  },
13197
13253
  {
13198
- "path": "@100mslive/react-sdk",
13254
+ "path": "react",
13199
13255
  "kind": "require-call",
13200
13256
  "external": true
13201
13257
  },
@@ -13215,37 +13271,37 @@
13215
13271
  "external": true
13216
13272
  },
13217
13273
  {
13218
- "path": "react",
13274
+ "path": "react-use",
13219
13275
  "kind": "require-call",
13220
13276
  "external": true
13221
13277
  },
13222
13278
  {
13223
- "path": "react-use",
13279
+ "path": "@100mslive/react-sdk",
13224
13280
  "kind": "require-call",
13225
13281
  "external": true
13226
13282
  },
13227
13283
  {
13228
- "path": "@emoji-mart/data/sets/14/apple.json",
13284
+ "path": "@100mslive/react-icons",
13229
13285
  "kind": "require-call",
13230
13286
  "external": true
13231
13287
  },
13232
13288
  {
13233
- "path": "emoji-mart",
13289
+ "path": "react",
13234
13290
  "kind": "require-call",
13235
13291
  "external": true
13236
13292
  },
13237
13293
  {
13238
- "path": "@100mslive/react-sdk",
13294
+ "path": "@100mslive/react-icons",
13239
13295
  "kind": "require-call",
13240
13296
  "external": true
13241
13297
  },
13242
13298
  {
13243
- "path": "@100mslive/react-icons",
13299
+ "path": "react",
13244
13300
  "kind": "require-call",
13245
13301
  "external": true
13246
13302
  },
13247
13303
  {
13248
- "path": "react",
13304
+ "path": "react-use",
13249
13305
  "kind": "require-call",
13250
13306
  "external": true
13251
13307
  },
@@ -13255,7 +13311,7 @@
13255
13311
  "external": true
13256
13312
  },
13257
13313
  {
13258
- "path": "react",
13314
+ "path": "uuid",
13259
13315
  "kind": "require-call",
13260
13316
  "external": true
13261
13317
  },
@@ -13264,6 +13320,16 @@
13264
13320
  "kind": "require-call",
13265
13321
  "external": true
13266
13322
  },
13323
+ {
13324
+ "path": "@100mslive/hms-noise-cancellation",
13325
+ "kind": "require-call",
13326
+ "external": true
13327
+ },
13328
+ {
13329
+ "path": "@100mslive/react-sdk",
13330
+ "kind": "require-call",
13331
+ "external": true
13332
+ },
13267
13333
  {
13268
13334
  "path": "@100mslive/react-icons",
13269
13335
  "kind": "require-call",
@@ -13275,27 +13341,27 @@
13275
13341
  "external": true
13276
13342
  },
13277
13343
  {
13278
- "path": "@100mslive/react-sdk",
13344
+ "path": "react",
13279
13345
  "kind": "require-call",
13280
13346
  "external": true
13281
13347
  },
13282
13348
  {
13283
- "path": "@100mslive/react-icons",
13349
+ "path": "react",
13284
13350
  "kind": "require-call",
13285
13351
  "external": true
13286
13352
  },
13287
13353
  {
13288
- "path": "react",
13354
+ "path": "react-use",
13289
13355
  "kind": "require-call",
13290
13356
  "external": true
13291
13357
  },
13292
13358
  {
13293
- "path": "@radix-ui/react-dialog",
13359
+ "path": "@emoji-mart/data/sets/14/apple.json",
13294
13360
  "kind": "require-call",
13295
13361
  "external": true
13296
13362
  },
13297
13363
  {
13298
- "path": "react",
13364
+ "path": "emoji-mart",
13299
13365
  "kind": "require-call",
13300
13366
  "external": true
13301
13367
  },
@@ -13315,22 +13381,22 @@
13315
13381
  "external": true
13316
13382
  },
13317
13383
  {
13318
- "path": "react-use",
13384
+ "path": "@100mslive/react-icons",
13319
13385
  "kind": "require-call",
13320
13386
  "external": true
13321
13387
  },
13322
13388
  {
13323
- "path": "@100mslive/react-sdk",
13389
+ "path": "react",
13324
13390
  "kind": "require-call",
13325
13391
  "external": true
13326
13392
  },
13327
13393
  {
13328
- "path": "worker-timers",
13394
+ "path": "react",
13329
13395
  "kind": "require-call",
13330
13396
  "external": true
13331
13397
  },
13332
13398
  {
13333
- "path": "@100mslive/react-sdk",
13399
+ "path": "@100mslive/react-icons",
13334
13400
  "kind": "require-call",
13335
13401
  "external": true
13336
13402
  },
@@ -13355,22 +13421,22 @@
13355
13421
  "external": true
13356
13422
  },
13357
13423
  {
13358
- "path": "react",
13424
+ "path": "@100mslive/react-sdk",
13359
13425
  "kind": "require-call",
13360
13426
  "external": true
13361
13427
  },
13362
13428
  {
13363
- "path": "@100mslive/types-prebuilt/elements/join_form",
13429
+ "path": "@100mslive/react-icons",
13364
13430
  "kind": "require-call",
13365
13431
  "external": true
13366
13432
  },
13367
13433
  {
13368
- "path": "@100mslive/react-sdk",
13434
+ "path": "react",
13369
13435
  "kind": "require-call",
13370
13436
  "external": true
13371
13437
  },
13372
13438
  {
13373
- "path": "react",
13439
+ "path": "react-use",
13374
13440
  "kind": "require-call",
13375
13441
  "external": true
13376
13442
  },
@@ -13380,47 +13446,47 @@
13380
13446
  "external": true
13381
13447
  },
13382
13448
  {
13383
- "path": "@100mslive/react-icons",
13449
+ "path": "worker-timers",
13384
13450
  "kind": "require-call",
13385
13451
  "external": true
13386
13452
  },
13387
13453
  {
13388
- "path": "react",
13454
+ "path": "@100mslive/react-sdk",
13389
13455
  "kind": "require-call",
13390
13456
  "external": true
13391
13457
  },
13392
13458
  {
13393
- "path": "@100mslive/react-icons",
13459
+ "path": "react",
13394
13460
  "kind": "require-call",
13395
13461
  "external": true
13396
13462
  },
13397
13463
  {
13398
- "path": "react",
13464
+ "path": "@100mslive/react-sdk",
13399
13465
  "kind": "require-call",
13400
13466
  "external": true
13401
13467
  },
13402
13468
  {
13403
- "path": "react-use",
13469
+ "path": "@100mslive/react-icons",
13404
13470
  "kind": "require-call",
13405
13471
  "external": true
13406
13472
  },
13407
13473
  {
13408
- "path": "@100mslive/react-sdk",
13474
+ "path": "react",
13409
13475
  "kind": "require-call",
13410
13476
  "external": true
13411
13477
  },
13412
13478
  {
13413
- "path": "@100mslive/react-icons",
13479
+ "path": "react",
13414
13480
  "kind": "require-call",
13415
13481
  "external": true
13416
13482
  },
13417
13483
  {
13418
- "path": "react",
13484
+ "path": "@100mslive/types-prebuilt/elements/join_form",
13419
13485
  "kind": "require-call",
13420
13486
  "external": true
13421
13487
  },
13422
13488
  {
13423
- "path": "@100mslive/react-icons",
13489
+ "path": "@100mslive/react-sdk",
13424
13490
  "kind": "require-call",
13425
13491
  "external": true
13426
13492
  },
@@ -13430,7 +13496,7 @@
13430
13496
  "external": true
13431
13497
  },
13432
13498
  {
13433
- "path": "react-use",
13499
+ "path": "@100mslive/react-sdk",
13434
13500
  "kind": "require-call",
13435
13501
  "external": true
13436
13502
  },
@@ -15275,12 +15341,12 @@
15275
15341
  "external": true
15276
15342
  },
15277
15343
  {
15278
- "path": "@100mslive/react-icons",
15344
+ "path": "react",
15279
15345
  "kind": "require-call",
15280
15346
  "external": true
15281
15347
  },
15282
15348
  {
15283
- "path": "react",
15349
+ "path": "uuid",
15284
15350
  "kind": "require-call",
15285
15351
  "external": true
15286
15352
  },
@@ -15290,12 +15356,12 @@
15290
15356
  "external": true
15291
15357
  },
15292
15358
  {
15293
- "path": "react",
15359
+ "path": "@100mslive/react-icons",
15294
15360
  "kind": "require-call",
15295
15361
  "external": true
15296
15362
  },
15297
15363
  {
15298
- "path": "uuid",
15364
+ "path": "react",
15299
15365
  "kind": "require-call",
15300
15366
  "external": true
15301
15367
  },
@@ -15499,13 +15565,13 @@
15499
15565
  "entryPoint": "src/index.ts",
15500
15566
  "inputs": {
15501
15567
  "<define:process.env>": {
15502
- "bytesInOutput": 18104
15568
+ "bytesInOutput": 18252
15503
15569
  },
15504
15570
  "src/Theme/base.config.ts": {
15505
15571
  "bytesInOutput": 6104
15506
15572
  },
15507
15573
  "src/Prebuilt/common/constants.ts": {
15508
- "bytesInOutput": 4304
15574
+ "bytesInOutput": 4389
15509
15575
  },
15510
15576
  "src/Theme/stitches.config.ts": {
15511
15577
  "bytesInOutput": 2153
@@ -15766,7 +15832,7 @@
15766
15832
  "bytesInOutput": 1087
15767
15833
  },
15768
15834
  "src/Prebuilt/components/AppData/useUISettings.js": {
15769
- "bytesInOutput": 6924
15835
+ "bytesInOutput": 6930
15770
15836
  },
15771
15837
  "src/Prebuilt/components/Settings/common.ts": {
15772
15838
  "bytesInOutput": 445
@@ -15775,7 +15841,7 @@
15775
15841
  "bytesInOutput": 3450
15776
15842
  },
15777
15843
  "../../node_modules/lodash/lodash.js": {
15778
- "bytesInOutput": 224272
15844
+ "bytesInOutput": 224281
15779
15845
  },
15780
15846
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
15781
15847
  "bytesInOutput": 1887
@@ -15807,14 +15873,38 @@
15807
15873
  "src/Prebuilt/IconButton.tsx": {
15808
15874
  "bytesInOutput": 845
15809
15875
  },
15810
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
15811
- "bytesInOutput": 3795
15876
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
15877
+ "bytesInOutput": 4096
15878
+ },
15879
+ "src/Sheet/Sheet.tsx": {
15880
+ "bytesInOutput": 3503
15881
+ },
15882
+ "src/Sheet/index.ts": {
15883
+ "bytesInOutput": 128
15884
+ },
15885
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
15886
+ "bytesInOutput": 1766
15887
+ },
15888
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
15889
+ "bytesInOutput": 808
15890
+ },
15891
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
15892
+ "bytesInOutput": 260
15893
+ },
15894
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
15895
+ "bytesInOutput": 8187
15896
+ },
15897
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
15898
+ "bytesInOutput": 2589
15899
+ },
15900
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
15901
+ "bytesInOutput": 11228
15812
15902
  },
15813
15903
  "src/Prebuilt/components/Toast/ToastManager.js": {
15814
15904
  "bytesInOutput": 1359
15815
15905
  },
15816
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
15817
- "bytesInOutput": 6734
15906
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
15907
+ "bytesInOutput": 12380
15818
15908
  },
15819
15909
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
15820
15910
  "bytesInOutput": 1315
@@ -15840,12 +15930,6 @@
15840
15930
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
15841
15931
  "bytesInOutput": 7065
15842
15932
  },
15843
- "src/Sheet/Sheet.tsx": {
15844
- "bytesInOutput": 3503
15845
- },
15846
- "src/Sheet/index.ts": {
15847
- "bytesInOutput": 128
15848
- },
15849
15933
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
15850
15934
  "bytesInOutput": 5354
15851
15935
  },
@@ -15867,27 +15951,12 @@
15867
15951
  "src/Prebuilt/components/PIP/index.jsx": {
15868
15952
  "bytesInOutput": 369
15869
15953
  },
15870
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
15871
- "bytesInOutput": 260
15872
- },
15873
15954
  "src/Prebuilt/common/hooks.ts": {
15874
15955
  "bytesInOutput": 3054
15875
15956
  },
15876
15957
  "src/Prebuilt/components/RoleChangeModal.jsx": {
15877
15958
  "bytesInOutput": 7604
15878
15959
  },
15879
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
15880
- "bytesInOutput": 1770
15881
- },
15882
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
15883
- "bytesInOutput": 8491
15884
- },
15885
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
15886
- "bytesInOutput": 2589
15887
- },
15888
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
15889
- "bytesInOutput": 11228
15890
- },
15891
15960
  "src/Prebuilt/primitives/DialogContent.jsx": {
15892
15961
  "bytesInOutput": 9346
15893
15962
  },
@@ -15924,8 +15993,8 @@
15924
15993
  "../../node_modules/reselect/es/index.js": {
15925
15994
  "bytesInOutput": 2639
15926
15995
  },
15927
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
15928
- "bytesInOutput": 42470
15996
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
15997
+ "bytesInOutput": 48479
15929
15998
  },
15930
15999
  "../../node_modules/lodash.isequal/index.js": {
15931
16000
  "bytesInOutput": 26597
@@ -15934,7 +16003,7 @@
15934
16003
  "bytesInOutput": 6459
15935
16004
  },
15936
16005
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
15937
- "bytesInOutput": 6241
16006
+ "bytesInOutput": 6258
15938
16007
  },
15939
16008
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
15940
16009
  "bytesInOutput": 1396
@@ -15943,7 +16012,7 @@
15943
16012
  "bytesInOutput": 22882
15944
16013
  },
15945
16014
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
15946
- "bytesInOutput": 2277
16015
+ "bytesInOutput": 2292
15947
16016
  },
15948
16017
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
15949
16018
  "bytesInOutput": 984
@@ -15979,7 +16048,7 @@
15979
16048
  "bytesInOutput": 615
15980
16049
  },
15981
16050
  "../hms-video-store/dist/index.js": {
15982
- "bytesInOutput": 53017
16051
+ "bytesInOutput": 53533
15983
16052
  },
15984
16053
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
15985
16054
  "bytesInOutput": 1384
@@ -16063,7 +16132,7 @@
16063
16132
  "bytesInOutput": 1694
16064
16133
  },
16065
16134
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
16066
- "bytesInOutput": 6834
16135
+ "bytesInOutput": 6881
16067
16136
  },
16068
16137
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
16069
16138
  "bytesInOutput": 5338
@@ -16093,7 +16162,7 @@
16093
16162
  "bytesInOutput": 9610
16094
16163
  },
16095
16164
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
16096
- "bytesInOutput": 2786
16165
+ "bytesInOutput": 2802
16097
16166
  },
16098
16167
  "src/Prebuilt/components/Polls/common/Line.tsx": {
16099
16168
  "bytesInOutput": 394
@@ -16207,7 +16276,7 @@
16207
16276
  "bytesInOutput": 6106
16208
16277
  },
16209
16278
  "src/Prebuilt/components/Chat/Chat.tsx": {
16210
- "bytesInOutput": 4402
16279
+ "bytesInOutput": 4399
16211
16280
  },
16212
16281
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
16213
16282
  "bytesInOutput": 5344
@@ -16378,7 +16447,7 @@
16378
16447
  "bytesInOutput": 4598
16379
16448
  },
16380
16449
  "src/Prebuilt/layouts/HLSView.jsx": {
16381
- "bytesInOutput": 21219
16450
+ "bytesInOutput": 21216
16382
16451
  },
16383
16452
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
16384
16453
  "bytesInOutput": 4111
@@ -16422,20 +16491,20 @@
16422
16491
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
16423
16492
  "bytesInOutput": 3195
16424
16493
  },
16425
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16426
- "bytesInOutput": 7810
16427
- },
16428
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
16429
- "bytesInOutput": 2151
16430
- },
16431
16494
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
16432
16495
  "bytesInOutput": 1415
16433
16496
  },
16434
16497
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
16435
16498
  "bytesInOutput": 1817
16436
16499
  },
16500
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16501
+ "bytesInOutput": 7810
16502
+ },
16503
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
16504
+ "bytesInOutput": 2151
16505
+ },
16437
16506
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
16438
- "bytesInOutput": 1445
16507
+ "bytesInOutput": 1690
16439
16508
  },
16440
16509
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
16441
16510
  "bytesInOutput": 1964
@@ -16465,7 +16534,7 @@
16465
16534
  "bytesInOutput": 2281
16466
16535
  },
16467
16536
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
16468
- "bytesInOutput": 8927
16537
+ "bytesInOutput": 8275
16469
16538
  },
16470
16539
  "src/Prebuilt/components/Notifications/index.tsx": {
16471
16540
  "bytesInOutput": 173
@@ -16507,7 +16576,7 @@
16507
16576
  "bytesInOutput": 2980
16508
16577
  }
16509
16578
  },
16510
- "bytes": 1488648
16579
+ "bytes": 1501613
16511
16580
  }
16512
16581
  }
16513
16582
  }