@100mslive/roomkit-react 0.2.7-alpha.0 → 0.2.7-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/README.md +30 -33
  2. package/dist/{HLSView-E65JZSU4.js → HLSView-DQJBCEW4.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-DWLYDCFC.js → chunk-GEXL6KL2.js} +4355 -3936
  8. package/dist/chunk-GEXL6KL2.js.map +7 -0
  9. package/dist/index.cjs.js +5991 -5566
  10. package/dist/index.cjs.js.map +4 -4
  11. package/dist/index.js +1 -1
  12. package/dist/meta.cjs.json +668 -599
  13. package/dist/meta.esbuild.json +675 -606
  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/Chat/ChatFooter.tsx +0 -1
  19. package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -0
  20. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +159 -0
  21. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -2
  22. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +13 -2
  23. package/src/Prebuilt/components/Notifications/Notifications.tsx +1 -18
  24. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +10 -17
  25. package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +20 -0
  26. package/dist/chunk-DWLYDCFC.js.map +0 -7
  27. package/src/Prebuilt/components/AudioVideoToggle.jsx +0 -171
  28. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +0 -121
  29. /package/dist/{HLSView-E65JZSU4.js.map → HLSView-DQJBCEW4.js.map} +0 -0
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Prebuilt/common/constants.ts": {
29
- "bytes": 4386,
29
+ "bytes": 4542,
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",
@@ -2413,8 +2413,8 @@
2413
2413
  ],
2414
2414
  "format": "esm"
2415
2415
  },
2416
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
2417
- "bytes": 3098,
2416
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
2417
+ "bytes": 3437,
2418
2418
  "imports": [
2419
2419
  {
2420
2420
  "path": "react",
@@ -2451,22 +2451,6 @@
2451
2451
  "kind": "import-statement",
2452
2452
  "original": "../../IconButton"
2453
2453
  },
2454
- {
2455
- "path": "<define:process.env>",
2456
- "kind": "import-statement",
2457
- "external": true
2458
- }
2459
- ],
2460
- "format": "esm"
2461
- },
2462
- "src/Prebuilt/components/Toast/ToastManager.js": {
2463
- "bytes": 922,
2464
- "imports": [
2465
- {
2466
- "path": "uuid",
2467
- "kind": "import-statement",
2468
- "external": true
2469
- },
2470
2454
  {
2471
2455
  "path": "<define:process.env>",
2472
2456
  "kind": "import-statement",
@@ -2480,8 +2464,8 @@
2480
2464
  ],
2481
2465
  "format": "esm"
2482
2466
  },
2483
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
2484
- "bytes": 5611,
2467
+ "src/Sheet/Sheet.tsx": {
2468
+ "bytes": 3140,
2485
2469
  "imports": [
2486
2470
  {
2487
2471
  "path": "react",
@@ -2489,60 +2473,61 @@
2489
2473
  "external": true
2490
2474
  },
2491
2475
  {
2492
- "path": "@100mslive/react-sdk",
2476
+ "path": "@radix-ui/react-dialog",
2493
2477
  "kind": "import-statement",
2494
2478
  "external": true
2495
2479
  },
2496
2480
  {
2497
- "path": "@100mslive/react-icons",
2481
+ "path": "@stitches/react",
2498
2482
  "kind": "import-statement",
2499
2483
  "external": true
2500
2484
  },
2501
2485
  {
2502
- "path": "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx",
2486
+ "path": "src/Modal/index.ts",
2503
2487
  "kind": "import-statement",
2504
- "original": "./IconButtonWithOptions/IconButtonWithOptions"
2488
+ "original": "../Modal"
2505
2489
  },
2506
2490
  {
2507
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
2491
+ "path": "src/Theme/index.tsx",
2508
2492
  "kind": "import-statement",
2509
- "original": "./Toast/ToastManager"
2493
+ "original": "../Theme"
2510
2494
  },
2511
2495
  {
2512
- "path": "src/Text/index.tsx",
2496
+ "path": "src/utils/index.ts",
2513
2497
  "kind": "import-statement",
2514
- "original": "../../Text"
2498
+ "original": "../utils"
2515
2499
  },
2516
2500
  {
2517
- "path": "src/Tooltip/index.ts",
2501
+ "path": "<define:process.env>",
2518
2502
  "kind": "import-statement",
2519
- "original": "../../Tooltip"
2503
+ "external": true
2520
2504
  },
2521
2505
  {
2522
- "path": "src/Prebuilt/IconButton.tsx",
2506
+ "path": "<runtime>",
2523
2507
  "kind": "import-statement",
2524
- "original": "../IconButton"
2525
- },
2508
+ "external": true
2509
+ }
2510
+ ],
2511
+ "format": "esm"
2512
+ },
2513
+ "src/Sheet/index.ts": {
2514
+ "bytes": 33,
2515
+ "imports": [
2526
2516
  {
2527
- "path": "src/Prebuilt/common/constants.ts",
2517
+ "path": "src/Sheet/Sheet.tsx",
2528
2518
  "kind": "import-statement",
2529
- "original": "../common/constants"
2519
+ "original": "./Sheet"
2530
2520
  },
2531
2521
  {
2532
2522
  "path": "<define:process.env>",
2533
2523
  "kind": "import-statement",
2534
2524
  "external": true
2535
- },
2536
- {
2537
- "path": "<runtime>",
2538
- "kind": "import-statement",
2539
- "external": true
2540
2525
  }
2541
2526
  ],
2542
2527
  "format": "esm"
2543
2528
  },
2544
- "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2545
- "bytes": 1189,
2529
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
2530
+ "bytes": 1116,
2546
2531
  "imports": [
2547
2532
  {
2548
2533
  "path": "react",
@@ -2550,25 +2535,30 @@
2550
2535
  "external": true
2551
2536
  },
2552
2537
  {
2553
- "path": "src/Layout/index.tsx",
2538
+ "path": "@100mslive/react-icons",
2554
2539
  "kind": "import-statement",
2555
- "original": "../../../Layout"
2540
+ "external": true
2556
2541
  },
2557
2542
  {
2558
- "path": "src/Theme/index.tsx",
2543
+ "path": "src/index.ts",
2559
2544
  "kind": "import-statement",
2560
- "original": "../../../Theme"
2545
+ "original": "../../index"
2561
2546
  },
2562
2547
  {
2563
2548
  "path": "<define:process.env>",
2564
2549
  "kind": "import-statement",
2565
2550
  "external": true
2551
+ },
2552
+ {
2553
+ "path": "<runtime>",
2554
+ "kind": "import-statement",
2555
+ "external": true
2566
2556
  }
2567
2557
  ],
2568
2558
  "format": "esm"
2569
2559
  },
2570
- "src/Prebuilt/components/hooks/useDropdownList.ts": {
2571
- "bytes": 811,
2560
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
2561
+ "bytes": 609,
2572
2562
  "imports": [
2573
2563
  {
2574
2564
  "path": "react",
@@ -2576,15 +2566,16 @@
2576
2566
  "external": true
2577
2567
  },
2578
2568
  {
2579
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
2580
- "kind": "import-statement",
2581
- "original": "../AppData/useUISettings"
2582
- },
2583
- {
2584
- "path": "src/Prebuilt/common/constants.ts",
2569
+ "path": "<define:process.env>",
2585
2570
  "kind": "import-statement",
2586
- "original": "../../common/constants"
2587
- },
2571
+ "external": true
2572
+ }
2573
+ ],
2574
+ "format": "esm"
2575
+ },
2576
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
2577
+ "bytes": 75,
2578
+ "imports": [
2588
2579
  {
2589
2580
  "path": "<define:process.env>",
2590
2581
  "kind": "import-statement",
@@ -2593,8 +2584,8 @@
2593
2584
  ],
2594
2585
  "format": "esm"
2595
2586
  },
2596
- "src/Prebuilt/components/EmojiReaction.jsx": {
2597
- "bytes": 2758,
2587
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
2588
+ "bytes": 7012,
2598
2589
  "imports": [
2599
2590
  {
2600
2591
  "path": "react",
@@ -2606,16 +2597,6 @@
2606
2597
  "kind": "import-statement",
2607
2598
  "external": true
2608
2599
  },
2609
- {
2610
- "path": "@emoji-mart/data/sets/14/apple.json",
2611
- "kind": "import-statement",
2612
- "external": true
2613
- },
2614
- {
2615
- "path": "emoji-mart",
2616
- "kind": "import-statement",
2617
- "external": true
2618
- },
2619
2600
  {
2620
2601
  "path": "@100mslive/react-sdk",
2621
2602
  "kind": "import-statement",
@@ -2627,60 +2608,55 @@
2627
2608
  "external": true
2628
2609
  },
2629
2610
  {
2630
- "path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
2611
+ "path": "src/index.ts",
2631
2612
  "kind": "import-statement",
2632
- "original": "./Footer/EmojiCard"
2613
+ "original": "../../../"
2633
2614
  },
2634
2615
  {
2635
- "path": "src/Dropdown/index.tsx",
2616
+ "path": "src/Theme/index.tsx",
2636
2617
  "kind": "import-statement",
2637
- "original": "../../Dropdown"
2618
+ "original": "../../../Theme"
2638
2619
  },
2639
2620
  {
2640
- "path": "src/Layout/index.tsx",
2621
+ "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
2641
2622
  "kind": "import-statement",
2642
- "original": "../../Layout"
2623
+ "original": "../../primitives/DropdownTrigger"
2643
2624
  },
2644
2625
  {
2645
- "path": "src/Theme/index.tsx",
2626
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2646
2627
  "kind": "import-statement",
2647
- "original": "../../Theme"
2628
+ "original": "../AppData/useUISettings"
2648
2629
  },
2649
2630
  {
2650
- "path": "src/Tooltip/index.ts",
2631
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
2651
2632
  "kind": "import-statement",
2652
- "original": "../../Tooltip"
2633
+ "original": "../hooks/useAudioOutputTest"
2653
2634
  },
2654
2635
  {
2655
- "path": "src/Prebuilt/IconButton.tsx",
2636
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
2656
2637
  "kind": "import-statement",
2657
- "original": "../IconButton"
2638
+ "original": "../hooks/useDropdownSelection"
2658
2639
  },
2659
2640
  {
2660
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2641
+ "path": "src/Prebuilt/components/Settings/common.ts",
2661
2642
  "kind": "import-statement",
2662
- "original": "./hooks/useDropdownList"
2643
+ "original": "./common"
2663
2644
  },
2664
2645
  {
2665
2646
  "path": "src/Prebuilt/common/constants.ts",
2666
2647
  "kind": "import-statement",
2667
- "original": "../common/constants"
2648
+ "original": "../../common/constants"
2668
2649
  },
2669
2650
  {
2670
2651
  "path": "<define:process.env>",
2671
2652
  "kind": "import-statement",
2672
2653
  "external": true
2673
- },
2674
- {
2675
- "path": "<runtime>",
2676
- "kind": "import-statement",
2677
- "external": true
2678
2654
  }
2679
2655
  ],
2680
2656
  "format": "esm"
2681
2657
  },
2682
- "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
2683
- "bytes": 1995,
2658
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
2659
+ "bytes": 1860,
2684
2660
  "imports": [
2685
2661
  {
2686
2662
  "path": "react",
@@ -2693,61 +2669,65 @@
2693
2669
  "external": true
2694
2670
  },
2695
2671
  {
2696
- "path": "src/Button/index.tsx",
2672
+ "path": "src/index.ts",
2697
2673
  "kind": "import-statement",
2698
- "original": "../../../Button"
2674
+ "original": "../../.."
2699
2675
  },
2700
2676
  {
2701
- "path": "src/Layout/index.tsx",
2677
+ "path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
2702
2678
  "kind": "import-statement",
2703
- "original": "../../../Layout"
2679
+ "original": "./SwitchWithLabel"
2704
2680
  },
2705
2681
  {
2706
- "path": "src/Text/index.tsx",
2682
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2707
2683
  "kind": "import-statement",
2708
- "original": "../../../Text"
2684
+ "original": "../AppData/useUISettings"
2709
2685
  },
2710
2686
  {
2711
- "path": "<define:process.env>",
2687
+ "path": "src/Prebuilt/components/Settings/common.ts",
2712
2688
  "kind": "import-statement",
2713
- "external": true
2689
+ "original": "./common"
2714
2690
  },
2715
2691
  {
2716
- "path": "<runtime>",
2692
+ "path": "src/Prebuilt/common/constants.ts",
2693
+ "kind": "import-statement",
2694
+ "original": "../../common/constants"
2695
+ },
2696
+ {
2697
+ "path": "<define:process.env>",
2717
2698
  "kind": "import-statement",
2718
2699
  "external": true
2719
2700
  }
2720
2701
  ],
2721
2702
  "format": "esm"
2722
2703
  },
2723
- "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
2724
- "bytes": 580,
2704
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
2705
+ "bytes": 9473,
2725
2706
  "imports": [
2726
2707
  {
2727
- "path": "src/IconButton/index.tsx",
2708
+ "path": "react",
2728
2709
  "kind": "import-statement",
2729
- "original": "../../../IconButton"
2710
+ "external": true
2730
2711
  },
2731
2712
  {
2732
- "path": "src/Theme/index.tsx",
2713
+ "path": "react-use",
2733
2714
  "kind": "import-statement",
2734
- "original": "../../../Theme"
2715
+ "external": true
2735
2716
  },
2736
2717
  {
2737
- "path": "<define:process.env>",
2718
+ "path": "@100mslive/react-icons",
2738
2719
  "kind": "import-statement",
2739
2720
  "external": true
2740
- }
2741
- ],
2742
- "format": "esm"
2743
- },
2744
- "src/Prebuilt/components/Leave/LeaveCard.tsx": {
2745
- "bytes": 788,
2746
- "imports": [
2721
+ },
2747
2722
  {
2748
- "path": "react",
2723
+ "path": "src/Divider/index.ts",
2749
2724
  "kind": "import-statement",
2750
- "external": true
2725
+ "original": "../../../Divider"
2726
+ },
2727
+ {
2728
+ "path": "src/IconButton/index.tsx",
2729
+ "kind": "import-statement",
2730
+ "original": "../../../IconButton"
2751
2731
  },
2752
2732
  {
2753
2733
  "path": "src/Layout/index.tsx",
@@ -2755,55 +2735,49 @@
2755
2735
  "original": "../../../Layout"
2756
2736
  },
2757
2737
  {
2758
- "path": "src/Text/index.tsx",
2738
+ "path": "src/Modal/index.ts",
2759
2739
  "kind": "import-statement",
2760
- "original": "../../../Text"
2740
+ "original": "../../../Modal"
2761
2741
  },
2762
2742
  {
2763
- "path": "../../../Theme",
2743
+ "path": "src/Sheet/index.ts",
2764
2744
  "kind": "import-statement",
2765
- "external": true
2745
+ "original": "../../../Sheet"
2766
2746
  },
2767
2747
  {
2768
- "path": "<define:process.env>",
2748
+ "path": "src/Tabs/index.tsx",
2769
2749
  "kind": "import-statement",
2770
- "external": true
2750
+ "original": "../../../Tabs"
2771
2751
  },
2772
2752
  {
2773
- "path": "<runtime>",
2753
+ "path": "src/Text/index.tsx",
2774
2754
  "kind": "import-statement",
2775
- "external": true
2776
- }
2777
- ],
2778
- "format": "esm"
2779
- },
2780
- "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
2781
- "bytes": 1759,
2782
- "imports": [
2755
+ "original": "../../../Text"
2756
+ },
2783
2757
  {
2784
- "path": "react",
2758
+ "path": "src/Theme/index.tsx",
2785
2759
  "kind": "import-statement",
2786
- "external": true
2760
+ "original": "../../../Theme"
2787
2761
  },
2788
2762
  {
2789
- "path": "@100mslive/react-icons",
2763
+ "path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
2790
2764
  "kind": "import-statement",
2791
- "external": true
2765
+ "original": "./DeviceSettings"
2792
2766
  },
2793
2767
  {
2794
- "path": "src/Button/index.tsx",
2768
+ "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
2795
2769
  "kind": "import-statement",
2796
- "original": "../../../Button"
2770
+ "original": "./LayoutSettings"
2797
2771
  },
2798
2772
  {
2799
- "path": "src/Layout/index.tsx",
2773
+ "path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
2800
2774
  "kind": "import-statement",
2801
- "original": "../../../Layout"
2775
+ "original": "./NotificationSettings"
2802
2776
  },
2803
2777
  {
2804
- "path": "src/Text/index.tsx",
2778
+ "path": "src/Prebuilt/components/Settings/common.ts",
2805
2779
  "kind": "import-statement",
2806
- "original": "../../../Text"
2780
+ "original": "./common"
2807
2781
  },
2808
2782
  {
2809
2783
  "path": "<define:process.env>",
@@ -2818,73 +2792,109 @@
2818
2792
  ],
2819
2793
  "format": "esm"
2820
2794
  },
2821
- "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
2822
- "bytes": 6203,
2795
+ "src/Prebuilt/components/Toast/ToastManager.js": {
2796
+ "bytes": 922,
2823
2797
  "imports": [
2824
2798
  {
2825
- "path": "react",
2826
- "kind": "import-statement",
2827
- "external": true
2828
- },
2829
- {
2830
- "path": "@100mslive/types-prebuilt",
2799
+ "path": "uuid",
2831
2800
  "kind": "import-statement",
2832
2801
  "external": true
2833
2802
  },
2834
2803
  {
2835
- "path": "@100mslive/react-sdk",
2804
+ "path": "<define:process.env>",
2836
2805
  "kind": "import-statement",
2837
2806
  "external": true
2838
2807
  },
2839
2808
  {
2840
- "path": "@100mslive/react-icons",
2809
+ "path": "<runtime>",
2810
+ "kind": "import-statement",
2811
+ "external": true
2812
+ }
2813
+ ],
2814
+ "format": "esm"
2815
+ },
2816
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
2817
+ "bytes": 9809,
2818
+ "imports": [
2819
+ {
2820
+ "path": "react",
2821
+ "kind": "import-statement",
2822
+ "external": true
2823
+ },
2824
+ {
2825
+ "path": "@100mslive/hms-noise-cancellation",
2841
2826
  "kind": "import-statement",
2842
2827
  "external": true
2843
2828
  },
2829
+ {
2830
+ "path": "@100mslive/react-sdk",
2831
+ "kind": "import-statement",
2832
+ "external": true
2833
+ },
2834
+ {
2835
+ "path": "@100mslive/react-icons",
2836
+ "kind": "import-statement",
2837
+ "external": true
2838
+ },
2839
+ {
2840
+ "path": "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx",
2841
+ "kind": "import-statement",
2842
+ "original": "./IconButtonWithOptions/IconButtonWithOptions"
2843
+ },
2844
+ {
2845
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
2846
+ "kind": "import-statement",
2847
+ "original": "./Settings/SettingsModal"
2848
+ },
2849
+ {
2850
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
2851
+ "kind": "import-statement",
2852
+ "original": "./Toast/ToastManager"
2853
+ },
2844
2854
  {
2845
2855
  "path": "src/Dropdown/index.tsx",
2846
2856
  "kind": "import-statement",
2847
- "original": "../../../Dropdown"
2857
+ "original": "../../Dropdown"
2848
2858
  },
2849
2859
  {
2850
2860
  "path": "src/Layout/index.tsx",
2851
2861
  "kind": "import-statement",
2852
- "original": "../../../Layout"
2862
+ "original": "../../Layout"
2853
2863
  },
2854
2864
  {
2855
- "path": "src/Modal/index.ts",
2865
+ "path": "src/Switch/index.ts",
2856
2866
  "kind": "import-statement",
2857
- "original": "../../../Modal"
2867
+ "original": "../../Switch"
2858
2868
  },
2859
2869
  {
2860
- "path": "src/Tooltip/index.ts",
2870
+ "path": "src/Text/index.tsx",
2861
2871
  "kind": "import-statement",
2862
- "original": "../../../Tooltip"
2872
+ "original": "../../Text"
2863
2873
  },
2864
2874
  {
2865
- "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
2875
+ "path": "src/Tooltip/index.ts",
2866
2876
  "kind": "import-statement",
2867
- "original": "./EndSessionContent"
2877
+ "original": "../../Tooltip"
2868
2878
  },
2869
2879
  {
2870
- "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
2880
+ "path": "src/Prebuilt/IconButton.tsx",
2871
2881
  "kind": "import-statement",
2872
- "original": "./LeaveAtoms"
2882
+ "original": "../IconButton"
2873
2883
  },
2874
2884
  {
2875
- "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
2885
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
2876
2886
  "kind": "import-statement",
2877
- "original": "./LeaveCard"
2887
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
2878
2888
  },
2879
2889
  {
2880
- "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
2890
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
2881
2891
  "kind": "import-statement",
2882
- "original": "./LeaveSessionContent"
2892
+ "original": "./hooks/useAudioOutputTest"
2883
2893
  },
2884
2894
  {
2885
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2895
+ "path": "src/Prebuilt/common/constants.ts",
2886
2896
  "kind": "import-statement",
2887
- "original": "../hooks/useDropdownList"
2897
+ "original": "../common/constants"
2888
2898
  },
2889
2899
  {
2890
2900
  "path": "<define:process.env>",
@@ -2899,8 +2909,8 @@
2899
2909
  ],
2900
2910
  "format": "esm"
2901
2911
  },
2902
- "src/Sheet/Sheet.tsx": {
2903
- "bytes": 3140,
2912
+ "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2913
+ "bytes": 1189,
2904
2914
  "imports": [
2905
2915
  {
2906
2916
  "path": "react",
@@ -2908,69 +2918,69 @@
2908
2918
  "external": true
2909
2919
  },
2910
2920
  {
2911
- "path": "@radix-ui/react-dialog",
2921
+ "path": "src/Layout/index.tsx",
2912
2922
  "kind": "import-statement",
2913
- "external": true
2923
+ "original": "../../../Layout"
2914
2924
  },
2915
2925
  {
2916
- "path": "@stitches/react",
2926
+ "path": "src/Theme/index.tsx",
2917
2927
  "kind": "import-statement",
2918
- "external": true
2928
+ "original": "../../../Theme"
2919
2929
  },
2920
2930
  {
2921
- "path": "src/Modal/index.ts",
2931
+ "path": "<define:process.env>",
2922
2932
  "kind": "import-statement",
2923
- "original": "../Modal"
2924
- },
2933
+ "external": true
2934
+ }
2935
+ ],
2936
+ "format": "esm"
2937
+ },
2938
+ "src/Prebuilt/components/hooks/useDropdownList.ts": {
2939
+ "bytes": 811,
2940
+ "imports": [
2925
2941
  {
2926
- "path": "src/Theme/index.tsx",
2942
+ "path": "react",
2927
2943
  "kind": "import-statement",
2928
- "original": "../Theme"
2944
+ "external": true
2929
2945
  },
2930
2946
  {
2931
- "path": "src/utils/index.ts",
2947
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2932
2948
  "kind": "import-statement",
2933
- "original": "../utils"
2949
+ "original": "../AppData/useUISettings"
2934
2950
  },
2935
2951
  {
2936
- "path": "<define:process.env>",
2952
+ "path": "src/Prebuilt/common/constants.ts",
2937
2953
  "kind": "import-statement",
2938
- "external": true
2954
+ "original": "../../common/constants"
2939
2955
  },
2940
2956
  {
2941
- "path": "<runtime>",
2957
+ "path": "<define:process.env>",
2942
2958
  "kind": "import-statement",
2943
2959
  "external": true
2944
2960
  }
2945
2961
  ],
2946
2962
  "format": "esm"
2947
2963
  },
2948
- "src/Sheet/index.ts": {
2949
- "bytes": 33,
2964
+ "src/Prebuilt/components/EmojiReaction.jsx": {
2965
+ "bytes": 2758,
2950
2966
  "imports": [
2951
2967
  {
2952
- "path": "src/Sheet/Sheet.tsx",
2968
+ "path": "react",
2953
2969
  "kind": "import-statement",
2954
- "original": "./Sheet"
2970
+ "external": true
2955
2971
  },
2956
2972
  {
2957
- "path": "<define:process.env>",
2973
+ "path": "react-use",
2958
2974
  "kind": "import-statement",
2959
2975
  "external": true
2960
- }
2961
- ],
2962
- "format": "esm"
2963
- },
2964
- "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
2965
- "bytes": 4657,
2966
- "imports": [
2976
+ },
2967
2977
  {
2968
- "path": "react",
2978
+ "path": "@emoji-mart/data/sets/14/apple.json",
2969
2979
  "kind": "import-statement",
2970
2980
  "external": true
2971
2981
  },
2972
2982
  {
2973
- "path": "@100mslive/types-prebuilt",
2983
+ "path": "emoji-mart",
2974
2984
  "kind": "import-statement",
2975
2985
  "external": true
2976
2986
  },
@@ -2985,44 +2995,44 @@
2985
2995
  "external": true
2986
2996
  },
2987
2997
  {
2988
- "path": "src/Layout/index.tsx",
2998
+ "path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
2989
2999
  "kind": "import-statement",
2990
- "original": "../../../Layout"
3000
+ "original": "./Footer/EmojiCard"
2991
3001
  },
2992
3002
  {
2993
- "path": "src/Sheet/index.ts",
3003
+ "path": "src/Dropdown/index.tsx",
2994
3004
  "kind": "import-statement",
2995
- "original": "../../../Sheet"
3005
+ "original": "../../Dropdown"
2996
3006
  },
2997
3007
  {
2998
- "path": "src/Tooltip/index.ts",
3008
+ "path": "src/Layout/index.tsx",
2999
3009
  "kind": "import-statement",
3000
- "original": "../../../Tooltip"
3010
+ "original": "../../Layout"
3001
3011
  },
3002
3012
  {
3003
- "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3013
+ "path": "src/Theme/index.tsx",
3004
3014
  "kind": "import-statement",
3005
- "original": "./EndSessionContent"
3015
+ "original": "../../Theme"
3006
3016
  },
3007
3017
  {
3008
- "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3018
+ "path": "src/Tooltip/index.ts",
3009
3019
  "kind": "import-statement",
3010
- "original": "./LeaveAtoms"
3020
+ "original": "../../Tooltip"
3011
3021
  },
3012
3022
  {
3013
- "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3023
+ "path": "src/Prebuilt/IconButton.tsx",
3014
3024
  "kind": "import-statement",
3015
- "original": "./LeaveCard"
3025
+ "original": "../IconButton"
3016
3026
  },
3017
3027
  {
3018
- "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3028
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3019
3029
  "kind": "import-statement",
3020
- "original": "./LeaveSessionContent"
3030
+ "original": "./hooks/useDropdownList"
3021
3031
  },
3022
3032
  {
3023
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3033
+ "path": "src/Prebuilt/common/constants.ts",
3024
3034
  "kind": "import-statement",
3025
- "original": "../hooks/useDropdownList"
3035
+ "original": "../common/constants"
3026
3036
  },
3027
3037
  {
3028
3038
  "path": "<define:process.env>",
@@ -3037,8 +3047,8 @@
3037
3047
  ],
3038
3048
  "format": "esm"
3039
3049
  },
3040
- "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3041
- "bytes": 2365,
3050
+ "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
3051
+ "bytes": 1995,
3042
3052
  "imports": [
3043
3053
  {
3044
3054
  "path": "react",
@@ -3046,39 +3056,24 @@
3046
3056
  "external": true
3047
3057
  },
3048
3058
  {
3049
- "path": "react-use",
3050
- "kind": "import-statement",
3051
- "external": true
3052
- },
3053
- {
3054
- "path": "@100mslive/types-prebuilt",
3055
- "kind": "import-statement",
3056
- "external": true
3057
- },
3058
- {
3059
- "path": "@100mslive/react-sdk",
3059
+ "path": "@100mslive/react-icons",
3060
3060
  "kind": "import-statement",
3061
3061
  "external": true
3062
3062
  },
3063
3063
  {
3064
- "path": "src/Theme/index.tsx",
3065
- "kind": "import-statement",
3066
- "original": "../../../Theme"
3067
- },
3068
- {
3069
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
3064
+ "path": "src/Button/index.tsx",
3070
3065
  "kind": "import-statement",
3071
- "original": "../Toast/ToastManager"
3066
+ "original": "../../../Button"
3072
3067
  },
3073
3068
  {
3074
- "path": "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx",
3069
+ "path": "src/Layout/index.tsx",
3075
3070
  "kind": "import-statement",
3076
- "original": "./DesktopLeaveRoom"
3071
+ "original": "../../../Layout"
3077
3072
  },
3078
3073
  {
3079
- "path": "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx",
3074
+ "path": "src/Text/index.tsx",
3080
3075
  "kind": "import-statement",
3081
- "original": "./MwebLeaveRoom"
3076
+ "original": "../../../Text"
3082
3077
  },
3083
3078
  {
3084
3079
  "path": "<define:process.env>",
@@ -3093,9 +3088,19 @@
3093
3088
  ],
3094
3089
  "format": "esm"
3095
3090
  },
3096
- "src/Prebuilt/components/PIP/pipUtils.js": {
3097
- "bytes": 6437,
3091
+ "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
3092
+ "bytes": 580,
3098
3093
  "imports": [
3094
+ {
3095
+ "path": "src/IconButton/index.tsx",
3096
+ "kind": "import-statement",
3097
+ "original": "../../../IconButton"
3098
+ },
3099
+ {
3100
+ "path": "src/Theme/index.tsx",
3101
+ "kind": "import-statement",
3102
+ "original": "../../../Theme"
3103
+ },
3099
3104
  {
3100
3105
  "path": "<define:process.env>",
3101
3106
  "kind": "import-statement",
@@ -3104,23 +3109,28 @@
3104
3109
  ],
3105
3110
  "format": "esm"
3106
3111
  },
3107
- "src/Prebuilt/components/PIP/PIPManager.js": {
3108
- "bytes": 10148,
3112
+ "src/Prebuilt/components/Leave/LeaveCard.tsx": {
3113
+ "bytes": 788,
3109
3114
  "imports": [
3110
3115
  {
3111
- "path": "worker-timers",
3116
+ "path": "react",
3112
3117
  "kind": "import-statement",
3113
3118
  "external": true
3114
3119
  },
3115
3120
  {
3116
- "path": "src/Prebuilt/components/PIP/pipUtils.js",
3121
+ "path": "src/Layout/index.tsx",
3117
3122
  "kind": "import-statement",
3118
- "original": "./pipUtils"
3123
+ "original": "../../../Layout"
3119
3124
  },
3120
3125
  {
3121
- "path": "src/Prebuilt/common/constants.ts",
3126
+ "path": "src/Text/index.tsx",
3122
3127
  "kind": "import-statement",
3123
- "original": "../../common/constants"
3128
+ "original": "../../../Text"
3129
+ },
3130
+ {
3131
+ "path": "../../../Theme",
3132
+ "kind": "import-statement",
3133
+ "external": true
3124
3134
  },
3125
3135
  {
3126
3136
  "path": "<define:process.env>",
@@ -3135,14 +3145,34 @@
3135
3145
  ],
3136
3146
  "format": "esm"
3137
3147
  },
3138
- "src/Prebuilt/components/PIP/SetupMediaSession.js": {
3139
- "bytes": 1953,
3148
+ "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
3149
+ "bytes": 1759,
3140
3150
  "imports": [
3141
3151
  {
3142
- "path": "@100mslive/react-sdk",
3152
+ "path": "react",
3143
3153
  "kind": "import-statement",
3144
3154
  "external": true
3145
3155
  },
3156
+ {
3157
+ "path": "@100mslive/react-icons",
3158
+ "kind": "import-statement",
3159
+ "external": true
3160
+ },
3161
+ {
3162
+ "path": "src/Button/index.tsx",
3163
+ "kind": "import-statement",
3164
+ "original": "../../../Button"
3165
+ },
3166
+ {
3167
+ "path": "src/Layout/index.tsx",
3168
+ "kind": "import-statement",
3169
+ "original": "../../../Layout"
3170
+ },
3171
+ {
3172
+ "path": "src/Text/index.tsx",
3173
+ "kind": "import-statement",
3174
+ "original": "../../../Text"
3175
+ },
3146
3176
  {
3147
3177
  "path": "<define:process.env>",
3148
3178
  "kind": "import-statement",
@@ -3156,14 +3186,19 @@
3156
3186
  ],
3157
3187
  "format": "esm"
3158
3188
  },
3159
- "src/Prebuilt/components/PIP/PIPComponent.jsx": {
3160
- "bytes": 2535,
3189
+ "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
3190
+ "bytes": 6141,
3161
3191
  "imports": [
3162
3192
  {
3163
3193
  "path": "react",
3164
3194
  "kind": "import-statement",
3165
3195
  "external": true
3166
3196
  },
3197
+ {
3198
+ "path": "@100mslive/types-prebuilt",
3199
+ "kind": "import-statement",
3200
+ "external": true
3201
+ },
3167
3202
  {
3168
3203
  "path": "@100mslive/react-sdk",
3169
3204
  "kind": "import-statement",
@@ -3175,72 +3210,65 @@
3175
3210
  "external": true
3176
3211
  },
3177
3212
  {
3178
- "path": "src/index.ts",
3213
+ "path": "src/Dropdown/index.tsx",
3179
3214
  "kind": "import-statement",
3180
- "original": "../../../"
3215
+ "original": "../../../Dropdown"
3181
3216
  },
3182
3217
  {
3183
- "path": "src/Prebuilt/IconButton.tsx",
3218
+ "path": "src/Layout/index.tsx",
3184
3219
  "kind": "import-statement",
3185
- "original": "../../IconButton"
3220
+ "original": "../../../Layout"
3186
3221
  },
3187
3222
  {
3188
- "path": "src/Prebuilt/components/PIP/PIPManager.js",
3223
+ "path": "src/Modal/index.ts",
3189
3224
  "kind": "import-statement",
3190
- "original": "./PIPManager"
3225
+ "original": "../../../Modal"
3191
3226
  },
3192
3227
  {
3193
- "path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
3228
+ "path": "src/Tooltip/index.ts",
3194
3229
  "kind": "import-statement",
3195
- "original": "./SetupMediaSession"
3230
+ "original": "../../../Tooltip"
3196
3231
  },
3197
3232
  {
3198
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3233
+ "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3199
3234
  "kind": "import-statement",
3200
- "original": "../AppData/useUISettings"
3235
+ "original": "./EndSessionContent"
3201
3236
  },
3202
3237
  {
3203
- "path": "<define:process.env>",
3238
+ "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3204
3239
  "kind": "import-statement",
3205
- "external": true
3206
- }
3207
- ],
3208
- "format": "esm"
3209
- },
3210
- "src/Prebuilt/components/PIP/index.jsx": {
3211
- "bytes": 164,
3212
- "imports": [
3240
+ "original": "./LeaveAtoms"
3241
+ },
3213
3242
  {
3214
- "path": "react",
3243
+ "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3215
3244
  "kind": "import-statement",
3216
- "external": true
3245
+ "original": "./LeaveCard"
3217
3246
  },
3218
3247
  {
3219
- "path": "src/Prebuilt/components/PIP/PIPComponent.jsx",
3248
+ "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3220
3249
  "kind": "import-statement",
3221
- "original": "./PIPComponent"
3250
+ "original": "./LeaveSessionContent"
3251
+ },
3252
+ {
3253
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3254
+ "kind": "import-statement",
3255
+ "original": "../hooks/useDropdownList"
3222
3256
  },
3223
3257
  {
3224
3258
  "path": "<define:process.env>",
3225
3259
  "kind": "import-statement",
3226
3260
  "external": true
3227
- }
3228
- ],
3229
- "format": "esm"
3230
- },
3231
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
3232
- "bytes": 75,
3233
- "imports": [
3261
+ },
3234
3262
  {
3235
- "path": "<define:process.env>",
3263
+ "path": "<runtime>",
3236
3264
  "kind": "import-statement",
3237
3265
  "external": true
3238
3266
  }
3239
3267
  ],
3240
3268
  "format": "esm"
3241
3269
  },
3242
- "src/Prebuilt/common/hooks.ts": {
3243
- "bytes": 3796,
3270
+ "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
3271
+ "bytes": 4657,
3244
3272
  "imports": [
3245
3273
  {
3246
3274
  "path": "react",
@@ -3248,7 +3276,7 @@
3248
3276
  "external": true
3249
3277
  },
3250
3278
  {
3251
- "path": "@100mslive/types-prebuilt/elements/join_form",
3279
+ "path": "@100mslive/types-prebuilt",
3252
3280
  "kind": "import-statement",
3253
3281
  "external": true
3254
3282
  },
@@ -3258,100 +3286,105 @@
3258
3286
  "external": true
3259
3287
  },
3260
3288
  {
3261
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3289
+ "path": "@100mslive/react-icons",
3262
3290
  "kind": "import-statement",
3263
- "original": "../provider/roomLayoutProvider"
3291
+ "external": true
3264
3292
  },
3265
3293
  {
3266
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3294
+ "path": "src/Layout/index.tsx",
3267
3295
  "kind": "import-statement",
3268
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3296
+ "original": "../../../Layout"
3269
3297
  },
3270
3298
  {
3271
- "path": "src/Prebuilt/common/constants.ts",
3299
+ "path": "src/Sheet/index.ts",
3272
3300
  "kind": "import-statement",
3273
- "original": "./constants"
3301
+ "original": "../../../Sheet"
3274
3302
  },
3275
3303
  {
3276
- "path": "<define:process.env>",
3304
+ "path": "src/Tooltip/index.ts",
3277
3305
  "kind": "import-statement",
3278
- "external": true
3279
- }
3280
- ],
3281
- "format": "esm"
3282
- },
3283
- "src/Prebuilt/components/RoleChangeModal.jsx": {
3284
- "bytes": 6492,
3285
- "imports": [
3306
+ "original": "../../../Tooltip"
3307
+ },
3286
3308
  {
3287
- "path": "react",
3309
+ "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3288
3310
  "kind": "import-statement",
3289
- "external": true
3311
+ "original": "./EndSessionContent"
3290
3312
  },
3291
3313
  {
3292
- "path": "@100mslive/react-sdk",
3314
+ "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3293
3315
  "kind": "import-statement",
3294
- "external": true
3316
+ "original": "./LeaveAtoms"
3295
3317
  },
3296
3318
  {
3297
- "path": "@100mslive/react-icons",
3319
+ "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3298
3320
  "kind": "import-statement",
3299
- "external": true
3321
+ "original": "./LeaveCard"
3300
3322
  },
3301
3323
  {
3302
- "path": "src/Button/index.tsx",
3324
+ "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3303
3325
  "kind": "import-statement",
3304
- "original": "../../Button"
3326
+ "original": "./LeaveSessionContent"
3305
3327
  },
3306
3328
  {
3307
- "path": "src/Checkbox/index.tsx",
3329
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3308
3330
  "kind": "import-statement",
3309
- "original": "../../Checkbox"
3331
+ "original": "../hooks/useDropdownList"
3310
3332
  },
3311
3333
  {
3312
- "path": "src/Dropdown/index.tsx",
3334
+ "path": "<define:process.env>",
3313
3335
  "kind": "import-statement",
3314
- "original": "../../Dropdown"
3336
+ "external": true
3315
3337
  },
3316
3338
  {
3317
- "path": "src/Label/index.ts",
3339
+ "path": "<runtime>",
3318
3340
  "kind": "import-statement",
3319
- "original": "../../Label"
3341
+ "external": true
3342
+ }
3343
+ ],
3344
+ "format": "esm"
3345
+ },
3346
+ "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3347
+ "bytes": 2365,
3348
+ "imports": [
3349
+ {
3350
+ "path": "react",
3351
+ "kind": "import-statement",
3352
+ "external": true
3320
3353
  },
3321
3354
  {
3322
- "path": "src/Layout/index.tsx",
3355
+ "path": "react-use",
3323
3356
  "kind": "import-statement",
3324
- "original": "../../Layout"
3357
+ "external": true
3325
3358
  },
3326
3359
  {
3327
- "path": "src/Modal/index.ts",
3360
+ "path": "@100mslive/types-prebuilt",
3328
3361
  "kind": "import-statement",
3329
- "original": "../../Modal"
3362
+ "external": true
3330
3363
  },
3331
3364
  {
3332
- "path": "src/Text/index.tsx",
3365
+ "path": "@100mslive/react-sdk",
3333
3366
  "kind": "import-statement",
3334
- "original": "../../Text"
3367
+ "external": true
3335
3368
  },
3336
3369
  {
3337
- "path": "src/Tooltip/index.ts",
3370
+ "path": "src/Theme/index.tsx",
3338
3371
  "kind": "import-statement",
3339
- "original": "../../Tooltip"
3372
+ "original": "../../../Theme"
3340
3373
  },
3341
3374
  {
3342
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3375
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
3343
3376
  "kind": "import-statement",
3344
- "original": "./hooks/useDropdownSelection"
3377
+ "original": "../Toast/ToastManager"
3345
3378
  },
3346
3379
  {
3347
- "path": "src/Prebuilt/common/hooks.ts",
3380
+ "path": "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx",
3348
3381
  "kind": "import-statement",
3349
- "original": "../common/hooks"
3382
+ "original": "./DesktopLeaveRoom"
3350
3383
  },
3351
3384
  {
3352
- "path": "src/utils/index.ts",
3385
+ "path": "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx",
3353
3386
  "kind": "import-statement",
3354
- "original": "../../utils"
3387
+ "original": "./MwebLeaveRoom"
3355
3388
  },
3356
3389
  {
3357
3390
  "path": "<define:process.env>",
@@ -3366,23 +3399,34 @@
3366
3399
  ],
3367
3400
  "format": "esm"
3368
3401
  },
3369
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
3370
- "bytes": 1116,
3402
+ "src/Prebuilt/components/PIP/pipUtils.js": {
3403
+ "bytes": 6437,
3371
3404
  "imports": [
3372
3405
  {
3373
- "path": "react",
3406
+ "path": "<define:process.env>",
3374
3407
  "kind": "import-statement",
3375
3408
  "external": true
3376
- },
3409
+ }
3410
+ ],
3411
+ "format": "esm"
3412
+ },
3413
+ "src/Prebuilt/components/PIP/PIPManager.js": {
3414
+ "bytes": 10148,
3415
+ "imports": [
3377
3416
  {
3378
- "path": "@100mslive/react-icons",
3417
+ "path": "worker-timers",
3379
3418
  "kind": "import-statement",
3380
3419
  "external": true
3381
3420
  },
3382
3421
  {
3383
- "path": "src/index.ts",
3422
+ "path": "src/Prebuilt/components/PIP/pipUtils.js",
3384
3423
  "kind": "import-statement",
3385
- "original": "../../index"
3424
+ "original": "./pipUtils"
3425
+ },
3426
+ {
3427
+ "path": "src/Prebuilt/common/constants.ts",
3428
+ "kind": "import-statement",
3429
+ "original": "../../common/constants"
3386
3430
  },
3387
3431
  {
3388
3432
  "path": "<define:process.env>",
@@ -3397,16 +3441,32 @@
3397
3441
  ],
3398
3442
  "format": "esm"
3399
3443
  },
3400
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
3401
- "bytes": 7180,
3444
+ "src/Prebuilt/components/PIP/SetupMediaSession.js": {
3445
+ "bytes": 1953,
3402
3446
  "imports": [
3403
3447
  {
3404
- "path": "react",
3448
+ "path": "@100mslive/react-sdk",
3405
3449
  "kind": "import-statement",
3406
3450
  "external": true
3407
3451
  },
3408
3452
  {
3409
- "path": "react-use",
3453
+ "path": "<define:process.env>",
3454
+ "kind": "import-statement",
3455
+ "external": true
3456
+ },
3457
+ {
3458
+ "path": "<runtime>",
3459
+ "kind": "import-statement",
3460
+ "external": true
3461
+ }
3462
+ ],
3463
+ "format": "esm"
3464
+ },
3465
+ "src/Prebuilt/components/PIP/PIPComponent.jsx": {
3466
+ "bytes": 2535,
3467
+ "imports": [
3468
+ {
3469
+ "path": "react",
3410
3470
  "kind": "import-statement",
3411
3471
  "external": true
3412
3472
  },
@@ -3426,14 +3486,19 @@
3426
3486
  "original": "../../../"
3427
3487
  },
3428
3488
  {
3429
- "path": "src/Theme/index.tsx",
3489
+ "path": "src/Prebuilt/IconButton.tsx",
3430
3490
  "kind": "import-statement",
3431
- "original": "../../../Theme"
3491
+ "original": "../../IconButton"
3432
3492
  },
3433
3493
  {
3434
- "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
3494
+ "path": "src/Prebuilt/components/PIP/PIPManager.js",
3435
3495
  "kind": "import-statement",
3436
- "original": "../../primitives/DropdownTrigger"
3496
+ "original": "./PIPManager"
3497
+ },
3498
+ {
3499
+ "path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
3500
+ "kind": "import-statement",
3501
+ "original": "./SetupMediaSession"
3437
3502
  },
3438
3503
  {
3439
3504
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
@@ -3441,19 +3506,25 @@
3441
3506
  "original": "../AppData/useUISettings"
3442
3507
  },
3443
3508
  {
3444
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3509
+ "path": "<define:process.env>",
3445
3510
  "kind": "import-statement",
3446
- "original": "../hooks/useDropdownSelection"
3447
- },
3511
+ "external": true
3512
+ }
3513
+ ],
3514
+ "format": "esm"
3515
+ },
3516
+ "src/Prebuilt/components/PIP/index.jsx": {
3517
+ "bytes": 164,
3518
+ "imports": [
3448
3519
  {
3449
- "path": "src/Prebuilt/components/Settings/common.ts",
3520
+ "path": "react",
3450
3521
  "kind": "import-statement",
3451
- "original": "./common"
3522
+ "external": true
3452
3523
  },
3453
3524
  {
3454
- "path": "src/Prebuilt/common/constants.ts",
3525
+ "path": "src/Prebuilt/components/PIP/PIPComponent.jsx",
3455
3526
  "kind": "import-statement",
3456
- "original": "../../common/constants"
3527
+ "original": "./PIPComponent"
3457
3528
  },
3458
3529
  {
3459
3530
  "path": "<define:process.env>",
@@ -3463,8 +3534,8 @@
3463
3534
  ],
3464
3535
  "format": "esm"
3465
3536
  },
3466
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
3467
- "bytes": 1860,
3537
+ "src/Prebuilt/common/hooks.ts": {
3538
+ "bytes": 3796,
3468
3539
  "imports": [
3469
3540
  {
3470
3541
  "path": "react",
@@ -3472,34 +3543,29 @@
3472
3543
  "external": true
3473
3544
  },
3474
3545
  {
3475
- "path": "@100mslive/react-icons",
3546
+ "path": "@100mslive/types-prebuilt/elements/join_form",
3476
3547
  "kind": "import-statement",
3477
3548
  "external": true
3478
3549
  },
3479
3550
  {
3480
- "path": "src/index.ts",
3481
- "kind": "import-statement",
3482
- "original": "../../.."
3483
- },
3484
- {
3485
- "path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
3551
+ "path": "@100mslive/react-sdk",
3486
3552
  "kind": "import-statement",
3487
- "original": "./SwitchWithLabel"
3553
+ "external": true
3488
3554
  },
3489
3555
  {
3490
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3556
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3491
3557
  "kind": "import-statement",
3492
- "original": "../AppData/useUISettings"
3558
+ "original": "../provider/roomLayoutProvider"
3493
3559
  },
3494
3560
  {
3495
- "path": "src/Prebuilt/components/Settings/common.ts",
3561
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3496
3562
  "kind": "import-statement",
3497
- "original": "./common"
3563
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3498
3564
  },
3499
3565
  {
3500
3566
  "path": "src/Prebuilt/common/constants.ts",
3501
3567
  "kind": "import-statement",
3502
- "original": "../../common/constants"
3568
+ "original": "./constants"
3503
3569
  },
3504
3570
  {
3505
3571
  "path": "<define:process.env>",
@@ -3509,8 +3575,8 @@
3509
3575
  ],
3510
3576
  "format": "esm"
3511
3577
  },
3512
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
3513
- "bytes": 9473,
3578
+ "src/Prebuilt/components/RoleChangeModal.jsx": {
3579
+ "bytes": 6492,
3514
3580
  "imports": [
3515
3581
  {
3516
3582
  "path": "react",
@@ -3518,7 +3584,7 @@
3518
3584
  "external": true
3519
3585
  },
3520
3586
  {
3521
- "path": "react-use",
3587
+ "path": "@100mslive/react-sdk",
3522
3588
  "kind": "import-statement",
3523
3589
  "external": true
3524
3590
  },
@@ -3528,64 +3594,59 @@
3528
3594
  "external": true
3529
3595
  },
3530
3596
  {
3531
- "path": "src/Divider/index.ts",
3597
+ "path": "src/Button/index.tsx",
3532
3598
  "kind": "import-statement",
3533
- "original": "../../../Divider"
3599
+ "original": "../../Button"
3534
3600
  },
3535
3601
  {
3536
- "path": "src/IconButton/index.tsx",
3602
+ "path": "src/Checkbox/index.tsx",
3537
3603
  "kind": "import-statement",
3538
- "original": "../../../IconButton"
3604
+ "original": "../../Checkbox"
3539
3605
  },
3540
3606
  {
3541
- "path": "src/Layout/index.tsx",
3607
+ "path": "src/Dropdown/index.tsx",
3542
3608
  "kind": "import-statement",
3543
- "original": "../../../Layout"
3609
+ "original": "../../Dropdown"
3544
3610
  },
3545
3611
  {
3546
- "path": "src/Modal/index.ts",
3612
+ "path": "src/Label/index.ts",
3547
3613
  "kind": "import-statement",
3548
- "original": "../../../Modal"
3614
+ "original": "../../Label"
3549
3615
  },
3550
3616
  {
3551
- "path": "src/Sheet/index.ts",
3617
+ "path": "src/Layout/index.tsx",
3552
3618
  "kind": "import-statement",
3553
- "original": "../../../Sheet"
3619
+ "original": "../../Layout"
3554
3620
  },
3555
3621
  {
3556
- "path": "src/Tabs/index.tsx",
3622
+ "path": "src/Modal/index.ts",
3557
3623
  "kind": "import-statement",
3558
- "original": "../../../Tabs"
3624
+ "original": "../../Modal"
3559
3625
  },
3560
3626
  {
3561
3627
  "path": "src/Text/index.tsx",
3562
3628
  "kind": "import-statement",
3563
- "original": "../../../Text"
3564
- },
3565
- {
3566
- "path": "src/Theme/index.tsx",
3567
- "kind": "import-statement",
3568
- "original": "../../../Theme"
3629
+ "original": "../../Text"
3569
3630
  },
3570
3631
  {
3571
- "path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
3632
+ "path": "src/Tooltip/index.ts",
3572
3633
  "kind": "import-statement",
3573
- "original": "./DeviceSettings"
3634
+ "original": "../../Tooltip"
3574
3635
  },
3575
3636
  {
3576
- "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
3637
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3577
3638
  "kind": "import-statement",
3578
- "original": "./LayoutSettings"
3639
+ "original": "./hooks/useDropdownSelection"
3579
3640
  },
3580
3641
  {
3581
- "path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
3642
+ "path": "src/Prebuilt/common/hooks.ts",
3582
3643
  "kind": "import-statement",
3583
- "original": "./NotificationSettings"
3644
+ "original": "../common/hooks"
3584
3645
  },
3585
3646
  {
3586
- "path": "src/Prebuilt/components/Settings/common.ts",
3647
+ "path": "src/utils/index.ts",
3587
3648
  "kind": "import-statement",
3588
- "original": "./common"
3649
+ "original": "../../utils"
3589
3650
  },
3590
3651
  {
3591
3652
  "path": "<define:process.env>",
@@ -4212,8 +4273,8 @@
4212
4273
  ],
4213
4274
  "format": "esm"
4214
4275
  },
4215
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
4216
- "bytes": 48030,
4276
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
4277
+ "bytes": 59750,
4217
4278
  "imports": [
4218
4279
  {
4219
4280
  "path": "<define:process.env>",
@@ -4221,7 +4282,7 @@
4221
4282
  "external": true
4222
4283
  }
4223
4284
  ],
4224
- "format": "cjs"
4285
+ "format": "esm"
4225
4286
  },
4226
4287
  "../../node_modules/lodash.isequal/index.js": {
4227
4288
  "bytes": 49598,
@@ -4554,7 +4615,7 @@
4554
4615
  "format": "cjs"
4555
4616
  },
4556
4617
  "../hms-video-store/dist/index.js": {
4557
- "bytes": 322683,
4618
+ "bytes": 323418,
4558
4619
  "imports": [
4559
4620
  {
4560
4621
  "path": "../../node_modules/reselect/es/index.js",
@@ -4572,7 +4633,7 @@
4572
4633
  "original": "reselect"
4573
4634
  },
4574
4635
  {
4575
- "path": "../../node_modules/ua-parser-js/src/ua-parser.js",
4636
+ "path": "../../node_modules/ua-parser-js/src/main/ua-parser.mjs",
4576
4637
  "kind": "import-statement",
4577
4638
  "original": "ua-parser-js"
4578
4639
  },
@@ -5783,7 +5844,7 @@
5783
5844
  "format": "esm"
5784
5845
  },
5785
5846
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
5786
- "bytes": 5433,
5847
+ "bytes": 5474,
5787
5848
  "imports": [
5788
5849
  {
5789
5850
  "path": "react",
@@ -6121,7 +6182,7 @@
6121
6182
  "original": "../../.."
6122
6183
  },
6123
6184
  {
6124
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
6185
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
6125
6186
  "kind": "import-statement",
6126
6187
  "original": "../AudioVideoToggle"
6127
6188
  },
@@ -7933,7 +7994,7 @@
7933
7994
  "format": "esm"
7934
7995
  },
7935
7996
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
7936
- "bytes": 9193,
7997
+ "bytes": 9157,
7937
7998
  "imports": [
7938
7999
  {
7939
8000
  "path": "react",
@@ -9376,7 +9437,7 @@
9376
9437
  "original": "../../layouts/SidePane"
9377
9438
  },
9378
9439
  {
9379
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
9440
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
9380
9441
  "kind": "import-statement",
9381
9442
  "original": "../AudioVideoToggle"
9382
9443
  },
@@ -9605,7 +9666,7 @@
9605
9666
  "original": "../IconButton"
9606
9667
  },
9607
9668
  {
9608
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
9669
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
9609
9670
  "kind": "import-statement",
9610
9671
  "original": "./AudioVideoToggle"
9611
9672
  },
@@ -11723,44 +11784,116 @@
11723
11784
  "external": true
11724
11785
  },
11725
11786
  {
11726
- "path": "react-use",
11787
+ "path": "react-use",
11788
+ "kind": "import-statement",
11789
+ "external": true
11790
+ },
11791
+ {
11792
+ "path": "@100mslive/react-icons",
11793
+ "kind": "import-statement",
11794
+ "external": true
11795
+ },
11796
+ {
11797
+ "path": "src/Button/index.tsx",
11798
+ "kind": "import-statement",
11799
+ "original": "../../Button"
11800
+ },
11801
+ {
11802
+ "path": "src/Layout/index.tsx",
11803
+ "kind": "import-statement",
11804
+ "original": "../../Layout"
11805
+ },
11806
+ {
11807
+ "path": "src/Modal/index.ts",
11808
+ "kind": "import-statement",
11809
+ "original": "../../Modal"
11810
+ },
11811
+ {
11812
+ "path": "src/Text/index.tsx",
11813
+ "kind": "import-statement",
11814
+ "original": "../../Text"
11815
+ },
11816
+ {
11817
+ "path": "src/Theme/index.tsx",
11818
+ "kind": "import-statement",
11819
+ "original": "../../Theme"
11820
+ },
11821
+ {
11822
+ "path": "src/Prebuilt/common/utils.js",
11823
+ "kind": "import-statement",
11824
+ "original": "../common/utils"
11825
+ },
11826
+ {
11827
+ "path": "<define:process.env>",
11828
+ "kind": "import-statement",
11829
+ "external": true
11830
+ }
11831
+ ],
11832
+ "format": "esm"
11833
+ },
11834
+ "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
11835
+ "bytes": 1095,
11836
+ "imports": [
11837
+ {
11838
+ "path": "react",
11839
+ "kind": "import-statement",
11840
+ "external": true
11841
+ },
11842
+ {
11843
+ "path": "@100mslive/react-sdk",
11844
+ "kind": "import-statement",
11845
+ "external": true
11846
+ },
11847
+ {
11848
+ "path": "src/index.ts",
11849
+ "kind": "import-statement",
11850
+ "original": "../../.."
11851
+ },
11852
+ {
11853
+ "path": "src/Prebuilt/primitives/DialogContent.jsx",
11854
+ "kind": "import-statement",
11855
+ "original": "../../primitives/DialogContent"
11856
+ },
11857
+ {
11858
+ "path": "<define:process.env>",
11859
+ "kind": "import-statement",
11860
+ "external": true
11861
+ }
11862
+ ],
11863
+ "format": "esm"
11864
+ },
11865
+ "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
11866
+ "bytes": 1140,
11867
+ "imports": [
11868
+ {
11869
+ "path": "react",
11870
+ "kind": "import-statement",
11871
+ "external": true
11872
+ },
11873
+ {
11874
+ "path": "uuid",
11727
11875
  "kind": "import-statement",
11728
11876
  "external": true
11729
11877
  },
11730
11878
  {
11731
- "path": "@100mslive/react-icons",
11879
+ "path": "@100mslive/react-sdk",
11732
11880
  "kind": "import-statement",
11733
11881
  "external": true
11734
11882
  },
11735
11883
  {
11736
- "path": "src/Button/index.tsx",
11737
- "kind": "import-statement",
11738
- "original": "../../Button"
11739
- },
11740
- {
11741
- "path": "src/Layout/index.tsx",
11742
- "kind": "import-statement",
11743
- "original": "../../Layout"
11744
- },
11745
- {
11746
- "path": "src/Modal/index.ts",
11747
- "kind": "import-statement",
11748
- "original": "../../Modal"
11749
- },
11750
- {
11751
- "path": "src/Text/index.tsx",
11884
+ "path": "@100mslive/react-icons",
11752
11885
  "kind": "import-statement",
11753
- "original": "../../Text"
11886
+ "external": true
11754
11887
  },
11755
11888
  {
11756
- "path": "src/Theme/index.tsx",
11889
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
11757
11890
  "kind": "import-statement",
11758
- "original": "../../Theme"
11891
+ "original": "../Toast/ToastManager"
11759
11892
  },
11760
11893
  {
11761
- "path": "src/Prebuilt/common/utils.js",
11894
+ "path": "src/Prebuilt/common/constants.ts",
11762
11895
  "kind": "import-statement",
11763
- "original": "../common/utils"
11896
+ "original": "../../common/constants"
11764
11897
  },
11765
11898
  {
11766
11899
  "path": "<define:process.env>",
@@ -11847,80 +11980,8 @@
11847
11980
  ],
11848
11981
  "format": "esm"
11849
11982
  },
11850
- "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
11851
- "bytes": 1095,
11852
- "imports": [
11853
- {
11854
- "path": "react",
11855
- "kind": "import-statement",
11856
- "external": true
11857
- },
11858
- {
11859
- "path": "@100mslive/react-sdk",
11860
- "kind": "import-statement",
11861
- "external": true
11862
- },
11863
- {
11864
- "path": "src/index.ts",
11865
- "kind": "import-statement",
11866
- "original": "../../.."
11867
- },
11868
- {
11869
- "path": "src/Prebuilt/primitives/DialogContent.jsx",
11870
- "kind": "import-statement",
11871
- "original": "../../primitives/DialogContent"
11872
- },
11873
- {
11874
- "path": "<define:process.env>",
11875
- "kind": "import-statement",
11876
- "external": true
11877
- }
11878
- ],
11879
- "format": "esm"
11880
- },
11881
- "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
11882
- "bytes": 1140,
11883
- "imports": [
11884
- {
11885
- "path": "react",
11886
- "kind": "import-statement",
11887
- "external": true
11888
- },
11889
- {
11890
- "path": "uuid",
11891
- "kind": "import-statement",
11892
- "external": true
11893
- },
11894
- {
11895
- "path": "@100mslive/react-sdk",
11896
- "kind": "import-statement",
11897
- "external": true
11898
- },
11899
- {
11900
- "path": "@100mslive/react-icons",
11901
- "kind": "import-statement",
11902
- "external": true
11903
- },
11904
- {
11905
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
11906
- "kind": "import-statement",
11907
- "original": "../Toast/ToastManager"
11908
- },
11909
- {
11910
- "path": "src/Prebuilt/common/constants.ts",
11911
- "kind": "import-statement",
11912
- "original": "../../common/constants"
11913
- },
11914
- {
11915
- "path": "<define:process.env>",
11916
- "kind": "import-statement",
11917
- "external": true
11918
- }
11919
- ],
11920
- "format": "esm"
11921
- },
11922
11983
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
11923
- "bytes": 1191,
11984
+ "bytes": 1590,
11924
11985
  "imports": [
11925
11986
  {
11926
11987
  "path": "react",
@@ -11942,6 +12003,11 @@
11942
12003
  "kind": "import-statement",
11943
12004
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11944
12005
  },
12006
+ {
12007
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
12008
+ "kind": "import-statement",
12009
+ "original": "../AppData/useUISettings"
12010
+ },
11945
12011
  {
11946
12012
  "path": "<define:process.env>",
11947
12013
  "kind": "import-statement",
@@ -12191,7 +12257,7 @@
12191
12257
  "format": "esm"
12192
12258
  },
12193
12259
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
12194
- "bytes": 8178,
12260
+ "bytes": 7380,
12195
12261
  "imports": [
12196
12262
  {
12197
12263
  "path": "react",
@@ -12218,11 +12284,6 @@
12218
12284
  "kind": "import-statement",
12219
12285
  "original": "../../provider/roomLayoutProvider"
12220
12286
  },
12221
- {
12222
- "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
12223
- "kind": "import-statement",
12224
- "original": "../Toast/ToastBatcher"
12225
- },
12226
12287
  {
12227
12288
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
12228
12289
  "kind": "import-statement",
@@ -12293,11 +12354,6 @@
12293
12354
  "kind": "import-statement",
12294
12355
  "original": "../AppData/useUISettings"
12295
12356
  },
12296
- {
12297
- "path": "src/Prebuilt/common/utils.js",
12298
- "kind": "import-statement",
12299
- "original": "../../common/utils"
12300
- },
12301
12357
  {
12302
12358
  "path": "src/Prebuilt/common/constants.ts",
12303
12359
  "kind": "import-statement",
@@ -13127,7 +13183,7 @@
13127
13183
  "imports": [],
13128
13184
  "exports": [],
13129
13185
  "inputs": {},
13130
- "bytes": 3185904
13186
+ "bytes": 3215096
13131
13187
  },
13132
13188
  "dist/index.cjs.js": {
13133
13189
  "imports": [
@@ -13532,17 +13588,17 @@
13532
13588
  "external": true
13533
13589
  },
13534
13590
  {
13535
- "path": "uuid",
13591
+ "path": "react",
13536
13592
  "kind": "require-call",
13537
13593
  "external": true
13538
13594
  },
13539
13595
  {
13540
- "path": "react",
13596
+ "path": "@radix-ui/react-dialog",
13541
13597
  "kind": "require-call",
13542
13598
  "external": true
13543
13599
  },
13544
13600
  {
13545
- "path": "@100mslive/react-sdk",
13601
+ "path": "react",
13546
13602
  "kind": "require-call",
13547
13603
  "external": true
13548
13604
  },
@@ -13562,37 +13618,37 @@
13562
13618
  "external": true
13563
13619
  },
13564
13620
  {
13565
- "path": "react",
13621
+ "path": "react-use",
13566
13622
  "kind": "require-call",
13567
13623
  "external": true
13568
13624
  },
13569
13625
  {
13570
- "path": "react-use",
13626
+ "path": "@100mslive/react-sdk",
13571
13627
  "kind": "require-call",
13572
13628
  "external": true
13573
13629
  },
13574
13630
  {
13575
- "path": "@emoji-mart/data/sets/14/apple.json",
13631
+ "path": "@100mslive/react-icons",
13576
13632
  "kind": "require-call",
13577
13633
  "external": true
13578
13634
  },
13579
13635
  {
13580
- "path": "emoji-mart",
13636
+ "path": "react",
13581
13637
  "kind": "require-call",
13582
13638
  "external": true
13583
13639
  },
13584
13640
  {
13585
- "path": "@100mslive/react-sdk",
13641
+ "path": "@100mslive/react-icons",
13586
13642
  "kind": "require-call",
13587
13643
  "external": true
13588
13644
  },
13589
13645
  {
13590
- "path": "@100mslive/react-icons",
13646
+ "path": "react",
13591
13647
  "kind": "require-call",
13592
13648
  "external": true
13593
13649
  },
13594
13650
  {
13595
- "path": "react",
13651
+ "path": "react-use",
13596
13652
  "kind": "require-call",
13597
13653
  "external": true
13598
13654
  },
@@ -13602,7 +13658,7 @@
13602
13658
  "external": true
13603
13659
  },
13604
13660
  {
13605
- "path": "react",
13661
+ "path": "uuid",
13606
13662
  "kind": "require-call",
13607
13663
  "external": true
13608
13664
  },
@@ -13611,6 +13667,16 @@
13611
13667
  "kind": "require-call",
13612
13668
  "external": true
13613
13669
  },
13670
+ {
13671
+ "path": "@100mslive/hms-noise-cancellation",
13672
+ "kind": "require-call",
13673
+ "external": true
13674
+ },
13675
+ {
13676
+ "path": "@100mslive/react-sdk",
13677
+ "kind": "require-call",
13678
+ "external": true
13679
+ },
13614
13680
  {
13615
13681
  "path": "@100mslive/react-icons",
13616
13682
  "kind": "require-call",
@@ -13622,27 +13688,27 @@
13622
13688
  "external": true
13623
13689
  },
13624
13690
  {
13625
- "path": "@100mslive/react-sdk",
13691
+ "path": "react",
13626
13692
  "kind": "require-call",
13627
13693
  "external": true
13628
13694
  },
13629
13695
  {
13630
- "path": "@100mslive/react-icons",
13696
+ "path": "react",
13631
13697
  "kind": "require-call",
13632
13698
  "external": true
13633
13699
  },
13634
13700
  {
13635
- "path": "react",
13701
+ "path": "react-use",
13636
13702
  "kind": "require-call",
13637
13703
  "external": true
13638
13704
  },
13639
13705
  {
13640
- "path": "@radix-ui/react-dialog",
13706
+ "path": "@emoji-mart/data/sets/14/apple.json",
13641
13707
  "kind": "require-call",
13642
13708
  "external": true
13643
13709
  },
13644
13710
  {
13645
- "path": "react",
13711
+ "path": "emoji-mart",
13646
13712
  "kind": "require-call",
13647
13713
  "external": true
13648
13714
  },
@@ -13662,22 +13728,22 @@
13662
13728
  "external": true
13663
13729
  },
13664
13730
  {
13665
- "path": "react-use",
13731
+ "path": "@100mslive/react-icons",
13666
13732
  "kind": "require-call",
13667
13733
  "external": true
13668
13734
  },
13669
13735
  {
13670
- "path": "@100mslive/react-sdk",
13736
+ "path": "react",
13671
13737
  "kind": "require-call",
13672
13738
  "external": true
13673
13739
  },
13674
13740
  {
13675
- "path": "worker-timers",
13741
+ "path": "react",
13676
13742
  "kind": "require-call",
13677
13743
  "external": true
13678
13744
  },
13679
13745
  {
13680
- "path": "@100mslive/react-sdk",
13746
+ "path": "@100mslive/react-icons",
13681
13747
  "kind": "require-call",
13682
13748
  "external": true
13683
13749
  },
@@ -13702,22 +13768,22 @@
13702
13768
  "external": true
13703
13769
  },
13704
13770
  {
13705
- "path": "react",
13771
+ "path": "@100mslive/react-sdk",
13706
13772
  "kind": "require-call",
13707
13773
  "external": true
13708
13774
  },
13709
13775
  {
13710
- "path": "@100mslive/types-prebuilt/elements/join_form",
13776
+ "path": "@100mslive/react-icons",
13711
13777
  "kind": "require-call",
13712
13778
  "external": true
13713
13779
  },
13714
13780
  {
13715
- "path": "@100mslive/react-sdk",
13781
+ "path": "react",
13716
13782
  "kind": "require-call",
13717
13783
  "external": true
13718
13784
  },
13719
13785
  {
13720
- "path": "react",
13786
+ "path": "react-use",
13721
13787
  "kind": "require-call",
13722
13788
  "external": true
13723
13789
  },
@@ -13727,47 +13793,47 @@
13727
13793
  "external": true
13728
13794
  },
13729
13795
  {
13730
- "path": "@100mslive/react-icons",
13796
+ "path": "worker-timers",
13731
13797
  "kind": "require-call",
13732
13798
  "external": true
13733
13799
  },
13734
13800
  {
13735
- "path": "react",
13801
+ "path": "@100mslive/react-sdk",
13736
13802
  "kind": "require-call",
13737
13803
  "external": true
13738
13804
  },
13739
13805
  {
13740
- "path": "@100mslive/react-icons",
13806
+ "path": "react",
13741
13807
  "kind": "require-call",
13742
13808
  "external": true
13743
13809
  },
13744
13810
  {
13745
- "path": "react",
13811
+ "path": "@100mslive/react-sdk",
13746
13812
  "kind": "require-call",
13747
13813
  "external": true
13748
13814
  },
13749
13815
  {
13750
- "path": "react-use",
13816
+ "path": "@100mslive/react-icons",
13751
13817
  "kind": "require-call",
13752
13818
  "external": true
13753
13819
  },
13754
13820
  {
13755
- "path": "@100mslive/react-sdk",
13821
+ "path": "react",
13756
13822
  "kind": "require-call",
13757
13823
  "external": true
13758
13824
  },
13759
13825
  {
13760
- "path": "@100mslive/react-icons",
13826
+ "path": "react",
13761
13827
  "kind": "require-call",
13762
13828
  "external": true
13763
13829
  },
13764
13830
  {
13765
- "path": "react",
13831
+ "path": "@100mslive/types-prebuilt/elements/join_form",
13766
13832
  "kind": "require-call",
13767
13833
  "external": true
13768
13834
  },
13769
13835
  {
13770
- "path": "@100mslive/react-icons",
13836
+ "path": "@100mslive/react-sdk",
13771
13837
  "kind": "require-call",
13772
13838
  "external": true
13773
13839
  },
@@ -13777,7 +13843,7 @@
13777
13843
  "external": true
13778
13844
  },
13779
13845
  {
13780
- "path": "react-use",
13846
+ "path": "@100mslive/react-sdk",
13781
13847
  "kind": "require-call",
13782
13848
  "external": true
13783
13849
  },
@@ -15667,12 +15733,12 @@
15667
15733
  "external": true
15668
15734
  },
15669
15735
  {
15670
- "path": "@100mslive/react-icons",
15736
+ "path": "react",
15671
15737
  "kind": "require-call",
15672
15738
  "external": true
15673
15739
  },
15674
15740
  {
15675
- "path": "react",
15741
+ "path": "uuid",
15676
15742
  "kind": "require-call",
15677
15743
  "external": true
15678
15744
  },
@@ -15682,12 +15748,12 @@
15682
15748
  "external": true
15683
15749
  },
15684
15750
  {
15685
- "path": "react",
15751
+ "path": "@100mslive/react-icons",
15686
15752
  "kind": "require-call",
15687
15753
  "external": true
15688
15754
  },
15689
15755
  {
15690
- "path": "uuid",
15756
+ "path": "react",
15691
15757
  "kind": "require-call",
15692
15758
  "external": true
15693
15759
  },
@@ -15911,13 +15977,13 @@
15911
15977
  "entryPoint": "src/index.ts",
15912
15978
  "inputs": {
15913
15979
  "<define:process.env>": {
15914
- "bytesInOutput": 18147
15980
+ "bytesInOutput": 18235
15915
15981
  },
15916
15982
  "src/Theme/base.config.ts": {
15917
15983
  "bytesInOutput": 6104
15918
15984
  },
15919
15985
  "src/Prebuilt/common/constants.ts": {
15920
- "bytesInOutput": 4441
15986
+ "bytesInOutput": 4526
15921
15987
  },
15922
15988
  "src/Theme/stitches.config.ts": {
15923
15989
  "bytesInOutput": 2153
@@ -16178,7 +16244,7 @@
16178
16244
  "bytesInOutput": 1087
16179
16245
  },
16180
16246
  "src/Prebuilt/components/AppData/useUISettings.js": {
16181
- "bytesInOutput": 6924
16247
+ "bytesInOutput": 6930
16182
16248
  },
16183
16249
  "src/Prebuilt/components/Settings/common.ts": {
16184
16250
  "bytesInOutput": 445
@@ -16187,7 +16253,7 @@
16187
16253
  "bytesInOutput": 3450
16188
16254
  },
16189
16255
  "../../node_modules/lodash/lodash.js": {
16190
- "bytesInOutput": 224272
16256
+ "bytesInOutput": 224281
16191
16257
  },
16192
16258
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16193
16259
  "bytesInOutput": 1887
@@ -16222,14 +16288,38 @@
16222
16288
  "src/Prebuilt/IconButton.tsx": {
16223
16289
  "bytesInOutput": 845
16224
16290
  },
16225
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
16226
- "bytesInOutput": 3795
16291
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16292
+ "bytesInOutput": 4096
16293
+ },
16294
+ "src/Sheet/Sheet.tsx": {
16295
+ "bytesInOutput": 3503
16296
+ },
16297
+ "src/Sheet/index.ts": {
16298
+ "bytesInOutput": 128
16299
+ },
16300
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
16301
+ "bytesInOutput": 1766
16302
+ },
16303
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
16304
+ "bytesInOutput": 808
16305
+ },
16306
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
16307
+ "bytesInOutput": 260
16308
+ },
16309
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
16310
+ "bytesInOutput": 8187
16311
+ },
16312
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
16313
+ "bytesInOutput": 2589
16314
+ },
16315
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
16316
+ "bytesInOutput": 11228
16227
16317
  },
16228
16318
  "src/Prebuilt/components/Toast/ToastManager.js": {
16229
16319
  "bytesInOutput": 1359
16230
16320
  },
16231
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
16232
- "bytesInOutput": 6734
16321
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
16322
+ "bytesInOutput": 12380
16233
16323
  },
16234
16324
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
16235
16325
  "bytesInOutput": 1315
@@ -16255,12 +16345,6 @@
16255
16345
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
16256
16346
  "bytesInOutput": 7065
16257
16347
  },
16258
- "src/Sheet/Sheet.tsx": {
16259
- "bytesInOutput": 3503
16260
- },
16261
- "src/Sheet/index.ts": {
16262
- "bytesInOutput": 128
16263
- },
16264
16348
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
16265
16349
  "bytesInOutput": 5354
16266
16350
  },
@@ -16282,27 +16366,12 @@
16282
16366
  "src/Prebuilt/components/PIP/index.jsx": {
16283
16367
  "bytesInOutput": 369
16284
16368
  },
16285
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
16286
- "bytesInOutput": 260
16287
- },
16288
16369
  "src/Prebuilt/common/hooks.ts": {
16289
16370
  "bytesInOutput": 3054
16290
16371
  },
16291
16372
  "src/Prebuilt/components/RoleChangeModal.jsx": {
16292
16373
  "bytesInOutput": 7604
16293
16374
  },
16294
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
16295
- "bytesInOutput": 1770
16296
- },
16297
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
16298
- "bytesInOutput": 8491
16299
- },
16300
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
16301
- "bytesInOutput": 2589
16302
- },
16303
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
16304
- "bytesInOutput": 11228
16305
- },
16306
16375
  "src/Prebuilt/primitives/DialogContent.jsx": {
16307
16376
  "bytesInOutput": 9346
16308
16377
  },
@@ -16339,8 +16408,8 @@
16339
16408
  "../../node_modules/reselect/es/index.js": {
16340
16409
  "bytesInOutput": 2639
16341
16410
  },
16342
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
16343
- "bytesInOutput": 42470
16411
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
16412
+ "bytesInOutput": 48479
16344
16413
  },
16345
16414
  "../../node_modules/lodash.isequal/index.js": {
16346
16415
  "bytesInOutput": 26597
@@ -16349,7 +16418,7 @@
16349
16418
  "bytesInOutput": 6459
16350
16419
  },
16351
16420
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16352
- "bytesInOutput": 6241
16421
+ "bytesInOutput": 6258
16353
16422
  },
16354
16423
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16355
16424
  "bytesInOutput": 1396
@@ -16358,7 +16427,7 @@
16358
16427
  "bytesInOutput": 22882
16359
16428
  },
16360
16429
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
16361
- "bytesInOutput": 2277
16430
+ "bytesInOutput": 2292
16362
16431
  },
16363
16432
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
16364
16433
  "bytesInOutput": 984
@@ -16394,7 +16463,7 @@
16394
16463
  "bytesInOutput": 615
16395
16464
  },
16396
16465
  "../hms-video-store/dist/index.js": {
16397
- "bytesInOutput": 53025
16466
+ "bytesInOutput": 53533
16398
16467
  },
16399
16468
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
16400
16469
  "bytesInOutput": 1384
@@ -16478,7 +16547,7 @@
16478
16547
  "bytesInOutput": 1694
16479
16548
  },
16480
16549
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
16481
- "bytesInOutput": 6834
16550
+ "bytesInOutput": 6881
16482
16551
  },
16483
16552
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
16484
16553
  "bytesInOutput": 5338
@@ -16502,7 +16571,7 @@
16502
16571
  "bytesInOutput": 2747
16503
16572
  },
16504
16573
  "src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
16505
- "bytesInOutput": 1165
16574
+ "bytesInOutput": 1170
16506
16575
  },
16507
16576
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
16508
16577
  "bytesInOutput": 9656
@@ -16616,7 +16685,7 @@
16616
16685
  "bytesInOutput": 1440
16617
16686
  },
16618
16687
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
16619
- "bytesInOutput": 10419
16688
+ "bytesInOutput": 10385
16620
16689
  },
16621
16690
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
16622
16691
  "bytesInOutput": 3529
@@ -16631,7 +16700,7 @@
16631
16700
  "bytesInOutput": 6106
16632
16701
  },
16633
16702
  "src/Prebuilt/components/Chat/Chat.tsx": {
16634
- "bytesInOutput": 4402
16703
+ "bytesInOutput": 4399
16635
16704
  },
16636
16705
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
16637
16706
  "bytesInOutput": 5344
@@ -16802,7 +16871,7 @@
16802
16871
  "bytesInOutput": 4598
16803
16872
  },
16804
16873
  "src/Prebuilt/layouts/HLSView.jsx": {
16805
- "bytesInOutput": 21219
16874
+ "bytesInOutput": 21216
16806
16875
  },
16807
16876
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
16808
16877
  "bytesInOutput": 4111
@@ -16849,20 +16918,20 @@
16849
16918
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
16850
16919
  "bytesInOutput": 3195
16851
16920
  },
16852
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16853
- "bytesInOutput": 7810
16854
- },
16855
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
16856
- "bytesInOutput": 2151
16857
- },
16858
16921
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
16859
16922
  "bytesInOutput": 1415
16860
16923
  },
16861
16924
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
16862
16925
  "bytesInOutput": 1817
16863
16926
  },
16927
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16928
+ "bytesInOutput": 7810
16929
+ },
16930
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
16931
+ "bytesInOutput": 2151
16932
+ },
16864
16933
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
16865
- "bytesInOutput": 1445
16934
+ "bytesInOutput": 1690
16866
16935
  },
16867
16936
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
16868
16937
  "bytesInOutput": 1964
@@ -16892,7 +16961,7 @@
16892
16961
  "bytesInOutput": 2281
16893
16962
  },
16894
16963
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
16895
- "bytesInOutput": 8930
16964
+ "bytesInOutput": 8278
16896
16965
  },
16897
16966
  "src/Prebuilt/components/Notifications/index.tsx": {
16898
16967
  "bytesInOutput": 173
@@ -16940,7 +17009,7 @@
16940
17009
  "bytesInOutput": 2980
16941
17010
  }
16942
17011
  },
16943
- "bytes": 1502023
17012
+ "bytes": 1514875
16944
17013
  }
16945
17014
  }
16946
17015
  }