@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
  },
@@ -11748,19 +11809,91 @@
11748
11809
  "original": "../../Modal"
11749
11810
  },
11750
11811
  {
11751
- "path": "src/Text/index.tsx",
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",
11875
+ "kind": "import-statement",
11876
+ "external": true
11877
+ },
11878
+ {
11879
+ "path": "@100mslive/react-sdk",
11880
+ "kind": "import-statement",
11881
+ "external": true
11882
+ },
11883
+ {
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",
@@ -13132,7 +13188,7 @@
13132
13188
  "dist/index.js": {
13133
13189
  "imports": [
13134
13190
  {
13135
- "path": "dist/chunk-DWLYDCFC.js",
13191
+ "path": "dist/chunk-GEXL6KL2.js",
13136
13192
  "kind": "import-statement"
13137
13193
  }
13138
13194
  ],
@@ -13205,16 +13261,16 @@
13205
13261
  "inputs": {},
13206
13262
  "bytes": 1822
13207
13263
  },
13208
- "dist/HLSView-E65JZSU4.js.map": {
13264
+ "dist/HLSView-DQJBCEW4.js.map": {
13209
13265
  "imports": [],
13210
13266
  "exports": [],
13211
13267
  "inputs": {},
13212
13268
  "bytes": 58854
13213
13269
  },
13214
- "dist/HLSView-E65JZSU4.js": {
13270
+ "dist/HLSView-DQJBCEW4.js": {
13215
13271
  "imports": [
13216
13272
  {
13217
- "path": "dist/chunk-DWLYDCFC.js",
13273
+ "path": "dist/chunk-GEXL6KL2.js",
13218
13274
  "kind": "import-statement"
13219
13275
  },
13220
13276
  {
@@ -13378,13 +13434,13 @@
13378
13434
  },
13379
13435
  "bytes": 36972
13380
13436
  },
13381
- "dist/chunk-DWLYDCFC.js.map": {
13437
+ "dist/chunk-GEXL6KL2.js.map": {
13382
13438
  "imports": [],
13383
13439
  "exports": [],
13384
13440
  "inputs": {},
13385
- "bytes": 3122659
13441
+ "bytes": 3151413
13386
13442
  },
13387
- "dist/chunk-DWLYDCFC.js": {
13443
+ "dist/chunk-GEXL6KL2.js": {
13388
13444
  "imports": [
13389
13445
  {
13390
13446
  "path": "react",
@@ -13827,27 +13883,27 @@
13827
13883
  "external": true
13828
13884
  },
13829
13885
  {
13830
- "path": "@100mslive/react-sdk",
13886
+ "path": "@100mslive/hms-noise-cancellation",
13831
13887
  "kind": "import-statement",
13832
13888
  "external": true
13833
13889
  },
13834
13890
  {
13835
- "path": "@100mslive/react-icons",
13891
+ "path": "@100mslive/react-sdk",
13836
13892
  "kind": "import-statement",
13837
13893
  "external": true
13838
13894
  },
13839
13895
  {
13840
- "path": "react",
13896
+ "path": "@100mslive/react-icons",
13841
13897
  "kind": "import-statement",
13842
13898
  "external": true
13843
13899
  },
13844
13900
  {
13845
- "path": "@100mslive/react-icons",
13901
+ "path": "react",
13846
13902
  "kind": "import-statement",
13847
13903
  "external": true
13848
13904
  },
13849
13905
  {
13850
- "path": "uuid",
13906
+ "path": "@100mslive/react-icons",
13851
13907
  "kind": "import-statement",
13852
13908
  "external": true
13853
13909
  },
@@ -13862,47 +13918,47 @@
13862
13918
  "external": true
13863
13919
  },
13864
13920
  {
13865
- "path": "@emoji-mart/data/sets/14/apple.json",
13921
+ "path": "@100mslive/react-icons",
13866
13922
  "kind": "import-statement",
13867
13923
  "external": true
13868
13924
  },
13869
13925
  {
13870
- "path": "emoji-mart",
13926
+ "path": "react",
13871
13927
  "kind": "import-statement",
13872
13928
  "external": true
13873
13929
  },
13874
13930
  {
13875
- "path": "@100mslive/react-sdk",
13931
+ "path": "@radix-ui/react-dialog",
13876
13932
  "kind": "import-statement",
13877
13933
  "external": true
13878
13934
  },
13879
13935
  {
13880
- "path": "@100mslive/react-icons",
13936
+ "path": "react",
13881
13937
  "kind": "import-statement",
13882
13938
  "external": true
13883
13939
  },
13884
13940
  {
13885
- "path": "react",
13941
+ "path": "react-use",
13886
13942
  "kind": "import-statement",
13887
13943
  "external": true
13888
13944
  },
13889
13945
  {
13890
- "path": "react",
13946
+ "path": "@100mslive/react-sdk",
13891
13947
  "kind": "import-statement",
13892
13948
  "external": true
13893
13949
  },
13894
13950
  {
13895
- "path": "react",
13951
+ "path": "@100mslive/react-icons",
13896
13952
  "kind": "import-statement",
13897
13953
  "external": true
13898
13954
  },
13899
13955
  {
13900
- "path": "react-use",
13956
+ "path": "react",
13901
13957
  "kind": "import-statement",
13902
13958
  "external": true
13903
13959
  },
13904
13960
  {
13905
- "path": "@100mslive/react-sdk",
13961
+ "path": "@100mslive/react-icons",
13906
13962
  "kind": "import-statement",
13907
13963
  "external": true
13908
13964
  },
@@ -13912,7 +13968,7 @@
13912
13968
  "external": true
13913
13969
  },
13914
13970
  {
13915
- "path": "@100mslive/react-sdk",
13971
+ "path": "react",
13916
13972
  "kind": "import-statement",
13917
13973
  "external": true
13918
13974
  },
@@ -13922,12 +13978,7 @@
13922
13978
  "external": true
13923
13979
  },
13924
13980
  {
13925
- "path": "react",
13926
- "kind": "import-statement",
13927
- "external": true
13928
- },
13929
- {
13930
- "path": "@100mslive/react-icons",
13981
+ "path": "uuid",
13931
13982
  "kind": "import-statement",
13932
13983
  "external": true
13933
13984
  },
@@ -13937,17 +13988,17 @@
13937
13988
  "external": true
13938
13989
  },
13939
13990
  {
13940
- "path": "react",
13991
+ "path": "react-use",
13941
13992
  "kind": "import-statement",
13942
13993
  "external": true
13943
13994
  },
13944
13995
  {
13945
- "path": "@100mslive/react-icons",
13996
+ "path": "@emoji-mart/data/sets/14/apple.json",
13946
13997
  "kind": "import-statement",
13947
13998
  "external": true
13948
13999
  },
13949
14000
  {
13950
- "path": "react",
14001
+ "path": "emoji-mart",
13951
14002
  "kind": "import-statement",
13952
14003
  "external": true
13953
14004
  },
@@ -13967,7 +14018,7 @@
13967
14018
  "external": true
13968
14019
  },
13969
14020
  {
13970
- "path": "@radix-ui/react-dialog",
14021
+ "path": "react",
13971
14022
  "kind": "import-statement",
13972
14023
  "external": true
13973
14024
  },
@@ -13982,12 +14033,12 @@
13982
14033
  "external": true
13983
14034
  },
13984
14035
  {
13985
- "path": "react",
14036
+ "path": "@100mslive/react-sdk",
13986
14037
  "kind": "import-statement",
13987
14038
  "external": true
13988
14039
  },
13989
14040
  {
13990
- "path": "@100mslive/hls-player",
14041
+ "path": "react",
13991
14042
  "kind": "import-statement",
13992
14043
  "external": true
13993
14044
  },
@@ -14006,13 +14057,18 @@
14006
14057
  "kind": "import-statement",
14007
14058
  "external": true
14008
14059
  },
14060
+ {
14061
+ "path": "@100mslive/react-icons",
14062
+ "kind": "import-statement",
14063
+ "external": true
14064
+ },
14009
14065
  {
14010
14066
  "path": "react",
14011
14067
  "kind": "import-statement",
14012
14068
  "external": true
14013
14069
  },
14014
14070
  {
14015
- "path": "@100mslive/react-sdk",
14071
+ "path": "react",
14016
14072
  "kind": "import-statement",
14017
14073
  "external": true
14018
14074
  },
@@ -14022,7 +14078,7 @@
14022
14078
  "external": true
14023
14079
  },
14024
14080
  {
14025
- "path": "worker-timers",
14081
+ "path": "react",
14026
14082
  "kind": "import-statement",
14027
14083
  "external": true
14028
14084
  },
@@ -14032,17 +14088,17 @@
14032
14088
  "external": true
14033
14089
  },
14034
14090
  {
14035
- "path": "react",
14091
+ "path": "@100mslive/react-icons",
14036
14092
  "kind": "import-statement",
14037
14093
  "external": true
14038
14094
  },
14039
14095
  {
14040
- "path": "@100mslive/react-sdk",
14096
+ "path": "react",
14041
14097
  "kind": "import-statement",
14042
14098
  "external": true
14043
14099
  },
14044
14100
  {
14045
- "path": "@100mslive/react-icons",
14101
+ "path": "react-use",
14046
14102
  "kind": "import-statement",
14047
14103
  "external": true
14048
14104
  },
@@ -14052,7 +14108,7 @@
14052
14108
  "external": true
14053
14109
  },
14054
14110
  {
14055
- "path": "@100mslive/types-prebuilt/elements/join_form",
14111
+ "path": "@100mslive/hls-player",
14056
14112
  "kind": "import-statement",
14057
14113
  "external": true
14058
14114
  },
@@ -14061,28 +14117,33 @@
14061
14117
  "kind": "import-statement",
14062
14118
  "external": true
14063
14119
  },
14120
+ {
14121
+ "path": "@100mslive/react-icons",
14122
+ "kind": "import-statement",
14123
+ "external": true
14124
+ },
14064
14125
  {
14065
14126
  "path": "react",
14066
14127
  "kind": "import-statement",
14067
14128
  "external": true
14068
14129
  },
14069
14130
  {
14070
- "path": "react-use",
14131
+ "path": "react",
14071
14132
  "kind": "import-statement",
14072
14133
  "external": true
14073
14134
  },
14074
14135
  {
14075
- "path": "@100mslive/react-icons",
14136
+ "path": "@100mslive/react-sdk",
14076
14137
  "kind": "import-statement",
14077
14138
  "external": true
14078
14139
  },
14079
14140
  {
14080
- "path": "react",
14141
+ "path": "@100mslive/react-icons",
14081
14142
  "kind": "import-statement",
14082
14143
  "external": true
14083
14144
  },
14084
14145
  {
14085
- "path": "react-use",
14146
+ "path": "worker-timers",
14086
14147
  "kind": "import-statement",
14087
14148
  "external": true
14088
14149
  },
@@ -14092,12 +14153,12 @@
14092
14153
  "external": true
14093
14154
  },
14094
14155
  {
14095
- "path": "@100mslive/react-icons",
14156
+ "path": "react",
14096
14157
  "kind": "import-statement",
14097
14158
  "external": true
14098
14159
  },
14099
14160
  {
14100
- "path": "react",
14161
+ "path": "@100mslive/react-sdk",
14101
14162
  "kind": "import-statement",
14102
14163
  "external": true
14103
14164
  },
@@ -14112,7 +14173,12 @@
14112
14173
  "external": true
14113
14174
  },
14114
14175
  {
14115
- "path": "@100mslive/react-icons",
14176
+ "path": "@100mslive/types-prebuilt/elements/join_form",
14177
+ "kind": "import-statement",
14178
+ "external": true
14179
+ },
14180
+ {
14181
+ "path": "@100mslive/react-sdk",
14116
14182
  "kind": "import-statement",
14117
14183
  "external": true
14118
14184
  },
@@ -15677,7 +15743,7 @@
15677
15743
  "external": true
15678
15744
  },
15679
15745
  {
15680
- "path": "dist/HLSView-E65JZSU4.js",
15746
+ "path": "dist/HLSView-DQJBCEW4.js",
15681
15747
  "kind": "dynamic-import"
15682
15748
  },
15683
15749
  {
@@ -15841,12 +15907,12 @@
15841
15907
  "external": true
15842
15908
  },
15843
15909
  {
15844
- "path": "@100mslive/react-icons",
15910
+ "path": "react",
15845
15911
  "kind": "import-statement",
15846
15912
  "external": true
15847
15913
  },
15848
15914
  {
15849
- "path": "react",
15915
+ "path": "uuid",
15850
15916
  "kind": "import-statement",
15851
15917
  "external": true
15852
15918
  },
@@ -15856,12 +15922,12 @@
15856
15922
  "external": true
15857
15923
  },
15858
15924
  {
15859
- "path": "react",
15925
+ "path": "@100mslive/react-icons",
15860
15926
  "kind": "import-statement",
15861
15927
  "external": true
15862
15928
  },
15863
15929
  {
15864
- "path": "uuid",
15930
+ "path": "react",
15865
15931
  "kind": "import-statement",
15866
15932
  "external": true
15867
15933
  },
@@ -15871,17 +15937,17 @@
15871
15937
  "external": true
15872
15938
  },
15873
15939
  {
15874
- "path": "@100mslive/react-icons",
15940
+ "path": "react",
15875
15941
  "kind": "import-statement",
15876
15942
  "external": true
15877
15943
  },
15878
15944
  {
15879
- "path": "react",
15945
+ "path": "@100mslive/react-sdk",
15880
15946
  "kind": "import-statement",
15881
15947
  "external": true
15882
15948
  },
15883
15949
  {
15884
- "path": "@100mslive/react-sdk",
15950
+ "path": "@100mslive/react-icons",
15885
15951
  "kind": "import-statement",
15886
15952
  "external": true
15887
15953
  },
@@ -16134,13 +16200,10 @@
16134
16200
  ],
16135
16201
  "inputs": {
16136
16202
  "<define:process.env>": {
16137
- "bytesInOutput": 18147
16203
+ "bytesInOutput": 18235
16138
16204
  },
16139
16205
  "../../node_modules/lodash/lodash.js": {
16140
- "bytesInOutput": 224267
16141
- },
16142
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
16143
- "bytesInOutput": 42466
16206
+ "bytesInOutput": 224276
16144
16207
  },
16145
16208
  "../../node_modules/lodash.isequal/index.js": {
16146
16209
  "bytesInOutput": 26591
@@ -16182,7 +16245,7 @@
16182
16245
  "bytesInOutput": 5061
16183
16246
  },
16184
16247
  "src/Prebuilt/common/constants.ts": {
16185
- "bytesInOutput": 3491
16248
+ "bytesInOutput": 3560
16186
16249
  },
16187
16250
  "src/Theme/ThemeProvider.tsx": {
16188
16251
  "bytesInOutput": 1926
@@ -16398,7 +16461,7 @@
16398
16461
  "bytesInOutput": 973
16399
16462
  },
16400
16463
  "src/Prebuilt/components/AppData/useUISettings.js": {
16401
- "bytesInOutput": 5280
16464
+ "bytesInOutput": 5286
16402
16465
  },
16403
16466
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
16404
16467
  "bytesInOutput": 748
@@ -16439,32 +16502,56 @@
16439
16502
  "src/Prebuilt/components/Footer/Footer.tsx": {
16440
16503
  "bytesInOutput": 3350
16441
16504
  },
16442
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
16443
- "bytesInOutput": 5497
16505
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
16506
+ "bytesInOutput": 10115
16444
16507
  },
16445
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
16446
- "bytesInOutput": 2866
16508
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16509
+ "bytesInOutput": 3065
16447
16510
  },
16448
16511
  "src/Prebuilt/IconButton.tsx": {
16449
16512
  "bytesInOutput": 573
16450
16513
  },
16514
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
16515
+ "bytesInOutput": 8957
16516
+ },
16517
+ "src/Sheet/index.ts": {
16518
+ "bytesInOutput": 27
16519
+ },
16520
+ "src/Sheet/Sheet.tsx": {
16521
+ "bytesInOutput": 2768
16522
+ },
16523
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
16524
+ "bytesInOutput": 6568
16525
+ },
16526
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
16527
+ "bytesInOutput": 1308
16528
+ },
16529
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
16530
+ "bytesInOutput": 574
16531
+ },
16532
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
16533
+ "bytesInOutput": 93
16534
+ },
16535
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
16536
+ "bytesInOutput": 1831
16537
+ },
16451
16538
  "src/Prebuilt/components/Toast/ToastManager.js": {
16452
16539
  "bytesInOutput": 1028
16453
16540
  },
16454
16541
  "src/Prebuilt/components/EmojiReaction.jsx": {
16455
- "bytesInOutput": 2089
16542
+ "bytesInOutput": 2091
16456
16543
  },
16457
16544
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
16458
16545
  "bytesInOutput": 972
16459
16546
  },
16460
16547
  "src/Prebuilt/components/hooks/useDropdownList.ts": {
16461
- "bytesInOutput": 604
16548
+ "bytesInOutput": 606
16462
16549
  },
16463
16550
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
16464
16551
  "bytesInOutput": 2168
16465
16552
  },
16466
16553
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
16467
- "bytesInOutput": 5682
16554
+ "bytesInOutput": 5689
16468
16555
  },
16469
16556
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
16470
16557
  "bytesInOutput": 1947
@@ -16479,13 +16566,7 @@
16479
16566
  "bytesInOutput": 1790
16480
16567
  },
16481
16568
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
16482
- "bytesInOutput": 4338
16483
- },
16484
- "src/Sheet/index.ts": {
16485
- "bytesInOutput": 27
16486
- },
16487
- "src/Sheet/Sheet.tsx": {
16488
- "bytesInOutput": 2768
16569
+ "bytesInOutput": 4342
16489
16570
  },
16490
16571
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
16491
16572
  "bytesInOutput": 392
@@ -16497,7 +16578,7 @@
16497
16578
  "bytesInOutput": 178
16498
16579
  },
16499
16580
  "src/Prebuilt/components/PIP/PIPComponent.jsx": {
16500
- "bytesInOutput": 2338
16581
+ "bytesInOutput": 2340
16501
16582
  },
16502
16583
  "src/Prebuilt/components/PIP/PIPManager.js": {
16503
16584
  "bytesInOutput": 9164
@@ -16509,25 +16590,10 @@
16509
16590
  "bytesInOutput": 2509
16510
16591
  },
16511
16592
  "src/Prebuilt/components/RoleChangeModal.jsx": {
16512
- "bytesInOutput": 6079
16513
- },
16514
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
16515
- "bytesInOutput": 93
16593
+ "bytesInOutput": 6096
16516
16594
  },
16517
16595
  "src/Prebuilt/common/hooks.ts": {
16518
- "bytesInOutput": 2696
16519
- },
16520
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
16521
- "bytesInOutput": 8963
16522
- },
16523
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
16524
- "bytesInOutput": 6951
16525
- },
16526
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
16527
- "bytesInOutput": 1308
16528
- },
16529
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
16530
- "bytesInOutput": 1831
16596
+ "bytesInOutput": 2697
16531
16597
  },
16532
16598
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
16533
16599
  "bytesInOutput": 4547
@@ -16536,7 +16602,7 @@
16536
16602
  "bytesInOutput": 2940
16537
16603
  },
16538
16604
  "src/Prebuilt/primitives/DialogContent.jsx": {
16539
- "bytesInOutput": 7670
16605
+ "bytesInOutput": 7672
16540
16606
  },
16541
16607
  "src/Prebuilt/components/StatsForNerds.jsx": {
16542
16608
  "bytesInOutput": 9582
@@ -16566,11 +16632,14 @@
16566
16632
  "bytesInOutput": 10019
16567
16633
  },
16568
16634
  "../hms-video-store/dist/index.js": {
16569
- "bytesInOutput": 48463
16635
+ "bytesInOutput": 48907
16570
16636
  },
16571
16637
  "../../node_modules/reselect/es/index.js": {
16572
16638
  "bytesInOutput": 2537
16573
16639
  },
16640
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
16641
+ "bytesInOutput": 42640
16642
+ },
16574
16643
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
16575
16644
  "bytesInOutput": 118
16576
16645
  },
@@ -16584,7 +16653,7 @@
16584
16653
  "bytesInOutput": 22678
16585
16654
  },
16586
16655
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16587
- "bytesInOutput": 6075
16656
+ "bytesInOutput": 6092
16588
16657
  },
16589
16658
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16590
16659
  "bytesInOutput": 1256
@@ -16593,7 +16662,7 @@
16593
16662
  "bytesInOutput": 9143
16594
16663
  },
16595
16664
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
16596
- "bytesInOutput": 2122
16665
+ "bytesInOutput": 2137
16597
16666
  },
16598
16667
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
16599
16668
  "bytesInOutput": 842
@@ -16683,7 +16752,7 @@
16683
16752
  "bytesInOutput": 4229
16684
16753
  },
16685
16754
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
16686
- "bytesInOutput": 5877
16755
+ "bytesInOutput": 5920
16687
16756
  },
16688
16757
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
16689
16758
  "bytesInOutput": 1073
@@ -16788,7 +16857,7 @@
16788
16857
  "bytesInOutput": 7277
16789
16858
  },
16790
16859
  "src/Prebuilt/components/Chat/Chat.tsx": {
16791
- "bytesInOutput": 3466
16860
+ "bytesInOutput": 3463
16792
16861
  },
16793
16862
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
16794
16863
  "bytesInOutput": 14398
@@ -16815,7 +16884,7 @@
16815
16884
  "bytesInOutput": 704
16816
16885
  },
16817
16886
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
16818
- "bytesInOutput": 8666
16887
+ "bytesInOutput": 8636
16819
16888
  },
16820
16889
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
16821
16890
  "bytesInOutput": 5318
@@ -17004,22 +17073,22 @@
17004
17073
  "bytesInOutput": 27
17005
17074
  },
17006
17075
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17007
- "bytesInOutput": 7911
17008
- },
17009
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
17010
- "bytesInOutput": 1768
17011
- },
17012
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17013
- "bytesInOutput": 6474
17076
+ "bytesInOutput": 7339
17014
17077
  },
17015
17078
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
17016
17079
  "bytesInOutput": 1053
17017
17080
  },
17018
17081
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
17019
- "bytesInOutput": 1370
17082
+ "bytesInOutput": 1350
17020
17083
  },
17021
17084
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
17022
- "bytesInOutput": 1223
17085
+ "bytesInOutput": 1434
17086
+ },
17087
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
17088
+ "bytesInOutput": 1768
17089
+ },
17090
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17091
+ "bytesInOutput": 6495
17023
17092
  },
17024
17093
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
17025
17094
  "bytesInOutput": 1596
@@ -17082,7 +17151,7 @@
17082
17151
  "bytesInOutput": 651
17083
17152
  }
17084
17153
  },
17085
- "bytes": 1276753
17154
+ "bytes": 1282345
17086
17155
  }
17087
17156
  }
17088
17157
  }