@100mslive/roomkit-react 0.2.6 → 0.2.7-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/README.md +30 -33
  2. package/dist/{HLSView-A5DVXKEU.js → HLSView-4B5MUDFR.js} +2 -2
  3. package/dist/Prebuilt/common/constants.d.ts +4 -3
  4. package/dist/Prebuilt/components/AudioVideoToggle.d.ts +9 -0
  5. package/dist/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.d.ts +11 -0
  6. package/dist/Prebuilt/components/hooks/useAudioOutputTest.d.ts +8 -0
  7. package/dist/{chunk-KUVM2TEZ.js → chunk-KST24BRA.js} +4227 -3807
  8. package/dist/chunk-KST24BRA.js.map +7 -0
  9. package/dist/index.cjs.js +5518 -5092
  10. package/dist/index.cjs.js.map +4 -4
  11. package/dist/index.js +1 -1
  12. package/dist/meta.cjs.json +666 -597
  13. package/dist/meta.esbuild.json +673 -604
  14. package/package.json +7 -6
  15. package/src/Prebuilt/common/constants.ts +7 -4
  16. package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
  17. package/src/Prebuilt/components/AudioVideoToggle.tsx +308 -0
  18. package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -0
  19. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +159 -0
  20. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -2
  21. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +13 -2
  22. package/src/Prebuilt/components/Notifications/Notifications.tsx +1 -18
  23. package/src/Prebuilt/components/Settings/DeviceSettings.jsx +10 -17
  24. package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +20 -0
  25. package/dist/chunk-KUVM2TEZ.js.map +0 -7
  26. package/src/Prebuilt/components/AudioVideoToggle.jsx +0 -171
  27. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +0 -121
  28. /package/dist/{HLSView-A5DVXKEU.js.map → HLSView-4B5MUDFR.js.map} +0 -0
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Prebuilt/common/constants.ts": {
29
- "bytes": 4269,
29
+ "bytes": 4425,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@100mslive/react-sdk",
@@ -1961,7 +1961,7 @@
1961
1961
  "format": "esm"
1962
1962
  },
1963
1963
  "src/Prebuilt/components/AppData/useUISettings.js": {
1964
- "bytes": 6029,
1964
+ "bytes": 6035,
1965
1965
  "imports": [
1966
1966
  {
1967
1967
  "path": "react",
@@ -2382,8 +2382,8 @@
2382
2382
  ],
2383
2383
  "format": "esm"
2384
2384
  },
2385
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
2386
- "bytes": 3098,
2385
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
2386
+ "bytes": 3437,
2387
2387
  "imports": [
2388
2388
  {
2389
2389
  "path": "react",
@@ -2420,22 +2420,6 @@
2420
2420
  "kind": "import-statement",
2421
2421
  "original": "../../IconButton"
2422
2422
  },
2423
- {
2424
- "path": "<define:process.env>",
2425
- "kind": "import-statement",
2426
- "external": true
2427
- }
2428
- ],
2429
- "format": "esm"
2430
- },
2431
- "src/Prebuilt/components/Toast/ToastManager.js": {
2432
- "bytes": 922,
2433
- "imports": [
2434
- {
2435
- "path": "uuid",
2436
- "kind": "import-statement",
2437
- "external": true
2438
- },
2439
2423
  {
2440
2424
  "path": "<define:process.env>",
2441
2425
  "kind": "import-statement",
@@ -2449,8 +2433,8 @@
2449
2433
  ],
2450
2434
  "format": "esm"
2451
2435
  },
2452
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
2453
- "bytes": 5611,
2436
+ "src/Sheet/Sheet.tsx": {
2437
+ "bytes": 3140,
2454
2438
  "imports": [
2455
2439
  {
2456
2440
  "path": "react",
@@ -2458,60 +2442,61 @@
2458
2442
  "external": true
2459
2443
  },
2460
2444
  {
2461
- "path": "@100mslive/react-sdk",
2445
+ "path": "@radix-ui/react-dialog",
2462
2446
  "kind": "import-statement",
2463
2447
  "external": true
2464
2448
  },
2465
2449
  {
2466
- "path": "@100mslive/react-icons",
2450
+ "path": "@stitches/react",
2467
2451
  "kind": "import-statement",
2468
2452
  "external": true
2469
2453
  },
2470
2454
  {
2471
- "path": "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx",
2455
+ "path": "src/Modal/index.ts",
2472
2456
  "kind": "import-statement",
2473
- "original": "./IconButtonWithOptions/IconButtonWithOptions"
2457
+ "original": "../Modal"
2474
2458
  },
2475
2459
  {
2476
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
2460
+ "path": "src/Theme/index.tsx",
2477
2461
  "kind": "import-statement",
2478
- "original": "./Toast/ToastManager"
2462
+ "original": "../Theme"
2479
2463
  },
2480
2464
  {
2481
- "path": "src/Text/index.tsx",
2465
+ "path": "src/utils/index.ts",
2482
2466
  "kind": "import-statement",
2483
- "original": "../../Text"
2467
+ "original": "../utils"
2484
2468
  },
2485
2469
  {
2486
- "path": "src/Tooltip/index.ts",
2470
+ "path": "<define:process.env>",
2487
2471
  "kind": "import-statement",
2488
- "original": "../../Tooltip"
2472
+ "external": true
2489
2473
  },
2490
2474
  {
2491
- "path": "src/Prebuilt/IconButton.tsx",
2475
+ "path": "<runtime>",
2492
2476
  "kind": "import-statement",
2493
- "original": "../IconButton"
2494
- },
2477
+ "external": true
2478
+ }
2479
+ ],
2480
+ "format": "esm"
2481
+ },
2482
+ "src/Sheet/index.ts": {
2483
+ "bytes": 33,
2484
+ "imports": [
2495
2485
  {
2496
- "path": "src/Prebuilt/common/constants.ts",
2486
+ "path": "src/Sheet/Sheet.tsx",
2497
2487
  "kind": "import-statement",
2498
- "original": "../common/constants"
2488
+ "original": "./Sheet"
2499
2489
  },
2500
2490
  {
2501
2491
  "path": "<define:process.env>",
2502
2492
  "kind": "import-statement",
2503
2493
  "external": true
2504
- },
2505
- {
2506
- "path": "<runtime>",
2507
- "kind": "import-statement",
2508
- "external": true
2509
2494
  }
2510
2495
  ],
2511
2496
  "format": "esm"
2512
2497
  },
2513
- "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2514
- "bytes": 1189,
2498
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
2499
+ "bytes": 1116,
2515
2500
  "imports": [
2516
2501
  {
2517
2502
  "path": "react",
@@ -2519,25 +2504,30 @@
2519
2504
  "external": true
2520
2505
  },
2521
2506
  {
2522
- "path": "src/Layout/index.tsx",
2507
+ "path": "@100mslive/react-icons",
2523
2508
  "kind": "import-statement",
2524
- "original": "../../../Layout"
2509
+ "external": true
2525
2510
  },
2526
2511
  {
2527
- "path": "src/Theme/index.tsx",
2512
+ "path": "src/index.ts",
2528
2513
  "kind": "import-statement",
2529
- "original": "../../../Theme"
2514
+ "original": "../../index"
2530
2515
  },
2531
2516
  {
2532
2517
  "path": "<define:process.env>",
2533
2518
  "kind": "import-statement",
2534
2519
  "external": true
2520
+ },
2521
+ {
2522
+ "path": "<runtime>",
2523
+ "kind": "import-statement",
2524
+ "external": true
2535
2525
  }
2536
2526
  ],
2537
2527
  "format": "esm"
2538
2528
  },
2539
- "src/Prebuilt/components/hooks/useDropdownList.ts": {
2540
- "bytes": 811,
2529
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
2530
+ "bytes": 609,
2541
2531
  "imports": [
2542
2532
  {
2543
2533
  "path": "react",
@@ -2545,15 +2535,16 @@
2545
2535
  "external": true
2546
2536
  },
2547
2537
  {
2548
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
2549
- "kind": "import-statement",
2550
- "original": "../AppData/useUISettings"
2551
- },
2552
- {
2553
- "path": "src/Prebuilt/common/constants.ts",
2538
+ "path": "<define:process.env>",
2554
2539
  "kind": "import-statement",
2555
- "original": "../../common/constants"
2556
- },
2540
+ "external": true
2541
+ }
2542
+ ],
2543
+ "format": "esm"
2544
+ },
2545
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
2546
+ "bytes": 75,
2547
+ "imports": [
2557
2548
  {
2558
2549
  "path": "<define:process.env>",
2559
2550
  "kind": "import-statement",
@@ -2562,8 +2553,8 @@
2562
2553
  ],
2563
2554
  "format": "esm"
2564
2555
  },
2565
- "src/Prebuilt/components/EmojiReaction.jsx": {
2566
- "bytes": 2758,
2556
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
2557
+ "bytes": 7012,
2567
2558
  "imports": [
2568
2559
  {
2569
2560
  "path": "react",
@@ -2575,16 +2566,6 @@
2575
2566
  "kind": "import-statement",
2576
2567
  "external": true
2577
2568
  },
2578
- {
2579
- "path": "@emoji-mart/data/sets/14/apple.json",
2580
- "kind": "import-statement",
2581
- "external": true
2582
- },
2583
- {
2584
- "path": "emoji-mart",
2585
- "kind": "import-statement",
2586
- "external": true
2587
- },
2588
2569
  {
2589
2570
  "path": "@100mslive/react-sdk",
2590
2571
  "kind": "import-statement",
@@ -2596,60 +2577,55 @@
2596
2577
  "external": true
2597
2578
  },
2598
2579
  {
2599
- "path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
2580
+ "path": "src/index.ts",
2600
2581
  "kind": "import-statement",
2601
- "original": "./Footer/EmojiCard"
2582
+ "original": "../../../"
2602
2583
  },
2603
2584
  {
2604
- "path": "src/Dropdown/index.tsx",
2585
+ "path": "src/Theme/index.tsx",
2605
2586
  "kind": "import-statement",
2606
- "original": "../../Dropdown"
2587
+ "original": "../../../Theme"
2607
2588
  },
2608
2589
  {
2609
- "path": "src/Layout/index.tsx",
2590
+ "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
2610
2591
  "kind": "import-statement",
2611
- "original": "../../Layout"
2592
+ "original": "../../primitives/DropdownTrigger"
2612
2593
  },
2613
2594
  {
2614
- "path": "src/Theme/index.tsx",
2595
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2615
2596
  "kind": "import-statement",
2616
- "original": "../../Theme"
2597
+ "original": "../AppData/useUISettings"
2617
2598
  },
2618
2599
  {
2619
- "path": "src/Tooltip/index.ts",
2600
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
2620
2601
  "kind": "import-statement",
2621
- "original": "../../Tooltip"
2602
+ "original": "../hooks/useAudioOutputTest"
2622
2603
  },
2623
2604
  {
2624
- "path": "src/Prebuilt/IconButton.tsx",
2605
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
2625
2606
  "kind": "import-statement",
2626
- "original": "../IconButton"
2607
+ "original": "../hooks/useDropdownSelection"
2627
2608
  },
2628
2609
  {
2629
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2610
+ "path": "src/Prebuilt/components/Settings/common.ts",
2630
2611
  "kind": "import-statement",
2631
- "original": "./hooks/useDropdownList"
2612
+ "original": "./common"
2632
2613
  },
2633
2614
  {
2634
2615
  "path": "src/Prebuilt/common/constants.ts",
2635
2616
  "kind": "import-statement",
2636
- "original": "../common/constants"
2617
+ "original": "../../common/constants"
2637
2618
  },
2638
2619
  {
2639
2620
  "path": "<define:process.env>",
2640
2621
  "kind": "import-statement",
2641
2622
  "external": true
2642
- },
2643
- {
2644
- "path": "<runtime>",
2645
- "kind": "import-statement",
2646
- "external": true
2647
2623
  }
2648
2624
  ],
2649
2625
  "format": "esm"
2650
2626
  },
2651
- "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
2652
- "bytes": 1995,
2627
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
2628
+ "bytes": 1860,
2653
2629
  "imports": [
2654
2630
  {
2655
2631
  "path": "react",
@@ -2662,61 +2638,65 @@
2662
2638
  "external": true
2663
2639
  },
2664
2640
  {
2665
- "path": "src/Button/index.tsx",
2641
+ "path": "src/index.ts",
2666
2642
  "kind": "import-statement",
2667
- "original": "../../../Button"
2643
+ "original": "../../.."
2668
2644
  },
2669
2645
  {
2670
- "path": "src/Layout/index.tsx",
2646
+ "path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
2671
2647
  "kind": "import-statement",
2672
- "original": "../../../Layout"
2648
+ "original": "./SwitchWithLabel"
2673
2649
  },
2674
2650
  {
2675
- "path": "src/Text/index.tsx",
2651
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2676
2652
  "kind": "import-statement",
2677
- "original": "../../../Text"
2653
+ "original": "../AppData/useUISettings"
2678
2654
  },
2679
2655
  {
2680
- "path": "<define:process.env>",
2656
+ "path": "src/Prebuilt/components/Settings/common.ts",
2681
2657
  "kind": "import-statement",
2682
- "external": true
2658
+ "original": "./common"
2683
2659
  },
2684
2660
  {
2685
- "path": "<runtime>",
2661
+ "path": "src/Prebuilt/common/constants.ts",
2662
+ "kind": "import-statement",
2663
+ "original": "../../common/constants"
2664
+ },
2665
+ {
2666
+ "path": "<define:process.env>",
2686
2667
  "kind": "import-statement",
2687
2668
  "external": true
2688
2669
  }
2689
2670
  ],
2690
2671
  "format": "esm"
2691
2672
  },
2692
- "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
2693
- "bytes": 580,
2673
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
2674
+ "bytes": 9473,
2694
2675
  "imports": [
2695
2676
  {
2696
- "path": "src/IconButton/index.tsx",
2677
+ "path": "react",
2697
2678
  "kind": "import-statement",
2698
- "original": "../../../IconButton"
2679
+ "external": true
2699
2680
  },
2700
2681
  {
2701
- "path": "src/Theme/index.tsx",
2682
+ "path": "react-use",
2702
2683
  "kind": "import-statement",
2703
- "original": "../../../Theme"
2684
+ "external": true
2704
2685
  },
2705
2686
  {
2706
- "path": "<define:process.env>",
2687
+ "path": "@100mslive/react-icons",
2707
2688
  "kind": "import-statement",
2708
2689
  "external": true
2709
- }
2710
- ],
2711
- "format": "esm"
2712
- },
2713
- "src/Prebuilt/components/Leave/LeaveCard.tsx": {
2714
- "bytes": 788,
2715
- "imports": [
2690
+ },
2716
2691
  {
2717
- "path": "react",
2692
+ "path": "src/Divider/index.ts",
2718
2693
  "kind": "import-statement",
2719
- "external": true
2694
+ "original": "../../../Divider"
2695
+ },
2696
+ {
2697
+ "path": "src/IconButton/index.tsx",
2698
+ "kind": "import-statement",
2699
+ "original": "../../../IconButton"
2720
2700
  },
2721
2701
  {
2722
2702
  "path": "src/Layout/index.tsx",
@@ -2724,55 +2704,49 @@
2724
2704
  "original": "../../../Layout"
2725
2705
  },
2726
2706
  {
2727
- "path": "src/Text/index.tsx",
2707
+ "path": "src/Modal/index.ts",
2728
2708
  "kind": "import-statement",
2729
- "original": "../../../Text"
2709
+ "original": "../../../Modal"
2730
2710
  },
2731
2711
  {
2732
- "path": "../../../Theme",
2712
+ "path": "src/Sheet/index.ts",
2733
2713
  "kind": "import-statement",
2734
- "external": true
2714
+ "original": "../../../Sheet"
2735
2715
  },
2736
2716
  {
2737
- "path": "<define:process.env>",
2717
+ "path": "src/Tabs/index.tsx",
2738
2718
  "kind": "import-statement",
2739
- "external": true
2719
+ "original": "../../../Tabs"
2740
2720
  },
2741
2721
  {
2742
- "path": "<runtime>",
2722
+ "path": "src/Text/index.tsx",
2743
2723
  "kind": "import-statement",
2744
- "external": true
2745
- }
2746
- ],
2747
- "format": "esm"
2748
- },
2749
- "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
2750
- "bytes": 1759,
2751
- "imports": [
2724
+ "original": "../../../Text"
2725
+ },
2752
2726
  {
2753
- "path": "react",
2727
+ "path": "src/Theme/index.tsx",
2754
2728
  "kind": "import-statement",
2755
- "external": true
2729
+ "original": "../../../Theme"
2756
2730
  },
2757
2731
  {
2758
- "path": "@100mslive/react-icons",
2732
+ "path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
2759
2733
  "kind": "import-statement",
2760
- "external": true
2734
+ "original": "./DeviceSettings"
2761
2735
  },
2762
2736
  {
2763
- "path": "src/Button/index.tsx",
2737
+ "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
2764
2738
  "kind": "import-statement",
2765
- "original": "../../../Button"
2739
+ "original": "./LayoutSettings"
2766
2740
  },
2767
2741
  {
2768
- "path": "src/Layout/index.tsx",
2742
+ "path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
2769
2743
  "kind": "import-statement",
2770
- "original": "../../../Layout"
2744
+ "original": "./NotificationSettings"
2771
2745
  },
2772
2746
  {
2773
- "path": "src/Text/index.tsx",
2747
+ "path": "src/Prebuilt/components/Settings/common.ts",
2774
2748
  "kind": "import-statement",
2775
- "original": "../../../Text"
2749
+ "original": "./common"
2776
2750
  },
2777
2751
  {
2778
2752
  "path": "<define:process.env>",
@@ -2787,73 +2761,109 @@
2787
2761
  ],
2788
2762
  "format": "esm"
2789
2763
  },
2790
- "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
2791
- "bytes": 6203,
2764
+ "src/Prebuilt/components/Toast/ToastManager.js": {
2765
+ "bytes": 922,
2792
2766
  "imports": [
2793
2767
  {
2794
- "path": "react",
2795
- "kind": "import-statement",
2796
- "external": true
2797
- },
2798
- {
2799
- "path": "@100mslive/types-prebuilt",
2768
+ "path": "uuid",
2800
2769
  "kind": "import-statement",
2801
2770
  "external": true
2802
2771
  },
2803
2772
  {
2804
- "path": "@100mslive/react-sdk",
2773
+ "path": "<define:process.env>",
2805
2774
  "kind": "import-statement",
2806
2775
  "external": true
2807
2776
  },
2808
2777
  {
2809
- "path": "@100mslive/react-icons",
2778
+ "path": "<runtime>",
2779
+ "kind": "import-statement",
2780
+ "external": true
2781
+ }
2782
+ ],
2783
+ "format": "esm"
2784
+ },
2785
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
2786
+ "bytes": 9809,
2787
+ "imports": [
2788
+ {
2789
+ "path": "react",
2790
+ "kind": "import-statement",
2791
+ "external": true
2792
+ },
2793
+ {
2794
+ "path": "@100mslive/hms-noise-cancellation",
2810
2795
  "kind": "import-statement",
2811
2796
  "external": true
2812
2797
  },
2798
+ {
2799
+ "path": "@100mslive/react-sdk",
2800
+ "kind": "import-statement",
2801
+ "external": true
2802
+ },
2803
+ {
2804
+ "path": "@100mslive/react-icons",
2805
+ "kind": "import-statement",
2806
+ "external": true
2807
+ },
2808
+ {
2809
+ "path": "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx",
2810
+ "kind": "import-statement",
2811
+ "original": "./IconButtonWithOptions/IconButtonWithOptions"
2812
+ },
2813
+ {
2814
+ "path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
2815
+ "kind": "import-statement",
2816
+ "original": "./Settings/SettingsModal"
2817
+ },
2818
+ {
2819
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
2820
+ "kind": "import-statement",
2821
+ "original": "./Toast/ToastManager"
2822
+ },
2813
2823
  {
2814
2824
  "path": "src/Dropdown/index.tsx",
2815
2825
  "kind": "import-statement",
2816
- "original": "../../../Dropdown"
2826
+ "original": "../../Dropdown"
2817
2827
  },
2818
2828
  {
2819
2829
  "path": "src/Layout/index.tsx",
2820
2830
  "kind": "import-statement",
2821
- "original": "../../../Layout"
2831
+ "original": "../../Layout"
2822
2832
  },
2823
2833
  {
2824
- "path": "src/Modal/index.ts",
2834
+ "path": "src/Switch/index.ts",
2825
2835
  "kind": "import-statement",
2826
- "original": "../../../Modal"
2836
+ "original": "../../Switch"
2827
2837
  },
2828
2838
  {
2829
- "path": "src/Tooltip/index.ts",
2839
+ "path": "src/Text/index.tsx",
2830
2840
  "kind": "import-statement",
2831
- "original": "../../../Tooltip"
2841
+ "original": "../../Text"
2832
2842
  },
2833
2843
  {
2834
- "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
2844
+ "path": "src/Tooltip/index.ts",
2835
2845
  "kind": "import-statement",
2836
- "original": "./EndSessionContent"
2846
+ "original": "../../Tooltip"
2837
2847
  },
2838
2848
  {
2839
- "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
2849
+ "path": "src/Prebuilt/IconButton.tsx",
2840
2850
  "kind": "import-statement",
2841
- "original": "./LeaveAtoms"
2851
+ "original": "../IconButton"
2842
2852
  },
2843
2853
  {
2844
- "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
2854
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
2845
2855
  "kind": "import-statement",
2846
- "original": "./LeaveCard"
2856
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
2847
2857
  },
2848
2858
  {
2849
- "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
2859
+ "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
2850
2860
  "kind": "import-statement",
2851
- "original": "./LeaveSessionContent"
2861
+ "original": "./hooks/useAudioOutputTest"
2852
2862
  },
2853
2863
  {
2854
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2864
+ "path": "src/Prebuilt/common/constants.ts",
2855
2865
  "kind": "import-statement",
2856
- "original": "../hooks/useDropdownList"
2866
+ "original": "../common/constants"
2857
2867
  },
2858
2868
  {
2859
2869
  "path": "<define:process.env>",
@@ -2868,8 +2878,8 @@
2868
2878
  ],
2869
2879
  "format": "esm"
2870
2880
  },
2871
- "src/Sheet/Sheet.tsx": {
2872
- "bytes": 3140,
2881
+ "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2882
+ "bytes": 1189,
2873
2883
  "imports": [
2874
2884
  {
2875
2885
  "path": "react",
@@ -2877,69 +2887,69 @@
2877
2887
  "external": true
2878
2888
  },
2879
2889
  {
2880
- "path": "@radix-ui/react-dialog",
2890
+ "path": "src/Layout/index.tsx",
2881
2891
  "kind": "import-statement",
2882
- "external": true
2892
+ "original": "../../../Layout"
2883
2893
  },
2884
2894
  {
2885
- "path": "@stitches/react",
2895
+ "path": "src/Theme/index.tsx",
2886
2896
  "kind": "import-statement",
2887
- "external": true
2897
+ "original": "../../../Theme"
2888
2898
  },
2889
2899
  {
2890
- "path": "src/Modal/index.ts",
2900
+ "path": "<define:process.env>",
2891
2901
  "kind": "import-statement",
2892
- "original": "../Modal"
2893
- },
2902
+ "external": true
2903
+ }
2904
+ ],
2905
+ "format": "esm"
2906
+ },
2907
+ "src/Prebuilt/components/hooks/useDropdownList.ts": {
2908
+ "bytes": 811,
2909
+ "imports": [
2894
2910
  {
2895
- "path": "src/Theme/index.tsx",
2911
+ "path": "react",
2896
2912
  "kind": "import-statement",
2897
- "original": "../Theme"
2913
+ "external": true
2898
2914
  },
2899
2915
  {
2900
- "path": "src/utils/index.ts",
2916
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2901
2917
  "kind": "import-statement",
2902
- "original": "../utils"
2918
+ "original": "../AppData/useUISettings"
2903
2919
  },
2904
2920
  {
2905
- "path": "<define:process.env>",
2921
+ "path": "src/Prebuilt/common/constants.ts",
2906
2922
  "kind": "import-statement",
2907
- "external": true
2923
+ "original": "../../common/constants"
2908
2924
  },
2909
2925
  {
2910
- "path": "<runtime>",
2926
+ "path": "<define:process.env>",
2911
2927
  "kind": "import-statement",
2912
2928
  "external": true
2913
2929
  }
2914
2930
  ],
2915
2931
  "format": "esm"
2916
2932
  },
2917
- "src/Sheet/index.ts": {
2918
- "bytes": 33,
2933
+ "src/Prebuilt/components/EmojiReaction.jsx": {
2934
+ "bytes": 2758,
2919
2935
  "imports": [
2920
2936
  {
2921
- "path": "src/Sheet/Sheet.tsx",
2937
+ "path": "react",
2922
2938
  "kind": "import-statement",
2923
- "original": "./Sheet"
2939
+ "external": true
2924
2940
  },
2925
2941
  {
2926
- "path": "<define:process.env>",
2942
+ "path": "react-use",
2927
2943
  "kind": "import-statement",
2928
2944
  "external": true
2929
- }
2930
- ],
2931
- "format": "esm"
2932
- },
2933
- "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
2934
- "bytes": 4657,
2935
- "imports": [
2945
+ },
2936
2946
  {
2937
- "path": "react",
2947
+ "path": "@emoji-mart/data/sets/14/apple.json",
2938
2948
  "kind": "import-statement",
2939
2949
  "external": true
2940
2950
  },
2941
2951
  {
2942
- "path": "@100mslive/types-prebuilt",
2952
+ "path": "emoji-mart",
2943
2953
  "kind": "import-statement",
2944
2954
  "external": true
2945
2955
  },
@@ -2954,44 +2964,44 @@
2954
2964
  "external": true
2955
2965
  },
2956
2966
  {
2957
- "path": "src/Layout/index.tsx",
2967
+ "path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
2958
2968
  "kind": "import-statement",
2959
- "original": "../../../Layout"
2969
+ "original": "./Footer/EmojiCard"
2960
2970
  },
2961
2971
  {
2962
- "path": "src/Sheet/index.ts",
2972
+ "path": "src/Dropdown/index.tsx",
2963
2973
  "kind": "import-statement",
2964
- "original": "../../../Sheet"
2974
+ "original": "../../Dropdown"
2965
2975
  },
2966
2976
  {
2967
- "path": "src/Tooltip/index.ts",
2977
+ "path": "src/Layout/index.tsx",
2968
2978
  "kind": "import-statement",
2969
- "original": "../../../Tooltip"
2979
+ "original": "../../Layout"
2970
2980
  },
2971
2981
  {
2972
- "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
2982
+ "path": "src/Theme/index.tsx",
2973
2983
  "kind": "import-statement",
2974
- "original": "./EndSessionContent"
2984
+ "original": "../../Theme"
2975
2985
  },
2976
2986
  {
2977
- "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
2987
+ "path": "src/Tooltip/index.ts",
2978
2988
  "kind": "import-statement",
2979
- "original": "./LeaveAtoms"
2989
+ "original": "../../Tooltip"
2980
2990
  },
2981
2991
  {
2982
- "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
2992
+ "path": "src/Prebuilt/IconButton.tsx",
2983
2993
  "kind": "import-statement",
2984
- "original": "./LeaveCard"
2994
+ "original": "../IconButton"
2985
2995
  },
2986
2996
  {
2987
- "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
2997
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
2988
2998
  "kind": "import-statement",
2989
- "original": "./LeaveSessionContent"
2999
+ "original": "./hooks/useDropdownList"
2990
3000
  },
2991
3001
  {
2992
- "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3002
+ "path": "src/Prebuilt/common/constants.ts",
2993
3003
  "kind": "import-statement",
2994
- "original": "../hooks/useDropdownList"
3004
+ "original": "../common/constants"
2995
3005
  },
2996
3006
  {
2997
3007
  "path": "<define:process.env>",
@@ -3006,8 +3016,8 @@
3006
3016
  ],
3007
3017
  "format": "esm"
3008
3018
  },
3009
- "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3010
- "bytes": 2365,
3019
+ "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
3020
+ "bytes": 1995,
3011
3021
  "imports": [
3012
3022
  {
3013
3023
  "path": "react",
@@ -3015,39 +3025,24 @@
3015
3025
  "external": true
3016
3026
  },
3017
3027
  {
3018
- "path": "react-use",
3019
- "kind": "import-statement",
3020
- "external": true
3021
- },
3022
- {
3023
- "path": "@100mslive/types-prebuilt",
3024
- "kind": "import-statement",
3025
- "external": true
3026
- },
3027
- {
3028
- "path": "@100mslive/react-sdk",
3028
+ "path": "@100mslive/react-icons",
3029
3029
  "kind": "import-statement",
3030
3030
  "external": true
3031
3031
  },
3032
3032
  {
3033
- "path": "src/Theme/index.tsx",
3034
- "kind": "import-statement",
3035
- "original": "../../../Theme"
3036
- },
3037
- {
3038
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
3033
+ "path": "src/Button/index.tsx",
3039
3034
  "kind": "import-statement",
3040
- "original": "../Toast/ToastManager"
3035
+ "original": "../../../Button"
3041
3036
  },
3042
3037
  {
3043
- "path": "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx",
3038
+ "path": "src/Layout/index.tsx",
3044
3039
  "kind": "import-statement",
3045
- "original": "./DesktopLeaveRoom"
3040
+ "original": "../../../Layout"
3046
3041
  },
3047
3042
  {
3048
- "path": "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx",
3043
+ "path": "src/Text/index.tsx",
3049
3044
  "kind": "import-statement",
3050
- "original": "./MwebLeaveRoom"
3045
+ "original": "../../../Text"
3051
3046
  },
3052
3047
  {
3053
3048
  "path": "<define:process.env>",
@@ -3062,9 +3057,19 @@
3062
3057
  ],
3063
3058
  "format": "esm"
3064
3059
  },
3065
- "src/Prebuilt/components/PIP/pipUtils.js": {
3066
- "bytes": 6437,
3060
+ "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
3061
+ "bytes": 580,
3067
3062
  "imports": [
3063
+ {
3064
+ "path": "src/IconButton/index.tsx",
3065
+ "kind": "import-statement",
3066
+ "original": "../../../IconButton"
3067
+ },
3068
+ {
3069
+ "path": "src/Theme/index.tsx",
3070
+ "kind": "import-statement",
3071
+ "original": "../../../Theme"
3072
+ },
3068
3073
  {
3069
3074
  "path": "<define:process.env>",
3070
3075
  "kind": "import-statement",
@@ -3073,23 +3078,28 @@
3073
3078
  ],
3074
3079
  "format": "esm"
3075
3080
  },
3076
- "src/Prebuilt/components/PIP/PIPManager.js": {
3077
- "bytes": 10148,
3081
+ "src/Prebuilt/components/Leave/LeaveCard.tsx": {
3082
+ "bytes": 788,
3078
3083
  "imports": [
3079
3084
  {
3080
- "path": "worker-timers",
3085
+ "path": "react",
3081
3086
  "kind": "import-statement",
3082
3087
  "external": true
3083
3088
  },
3084
3089
  {
3085
- "path": "src/Prebuilt/components/PIP/pipUtils.js",
3090
+ "path": "src/Layout/index.tsx",
3086
3091
  "kind": "import-statement",
3087
- "original": "./pipUtils"
3092
+ "original": "../../../Layout"
3088
3093
  },
3089
3094
  {
3090
- "path": "src/Prebuilt/common/constants.ts",
3095
+ "path": "src/Text/index.tsx",
3091
3096
  "kind": "import-statement",
3092
- "original": "../../common/constants"
3097
+ "original": "../../../Text"
3098
+ },
3099
+ {
3100
+ "path": "../../../Theme",
3101
+ "kind": "import-statement",
3102
+ "external": true
3093
3103
  },
3094
3104
  {
3095
3105
  "path": "<define:process.env>",
@@ -3104,14 +3114,34 @@
3104
3114
  ],
3105
3115
  "format": "esm"
3106
3116
  },
3107
- "src/Prebuilt/components/PIP/SetupMediaSession.js": {
3108
- "bytes": 1953,
3117
+ "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
3118
+ "bytes": 1759,
3109
3119
  "imports": [
3110
3120
  {
3111
- "path": "@100mslive/react-sdk",
3121
+ "path": "react",
3122
+ "kind": "import-statement",
3123
+ "external": true
3124
+ },
3125
+ {
3126
+ "path": "@100mslive/react-icons",
3112
3127
  "kind": "import-statement",
3113
3128
  "external": true
3114
3129
  },
3130
+ {
3131
+ "path": "src/Button/index.tsx",
3132
+ "kind": "import-statement",
3133
+ "original": "../../../Button"
3134
+ },
3135
+ {
3136
+ "path": "src/Layout/index.tsx",
3137
+ "kind": "import-statement",
3138
+ "original": "../../../Layout"
3139
+ },
3140
+ {
3141
+ "path": "src/Text/index.tsx",
3142
+ "kind": "import-statement",
3143
+ "original": "../../../Text"
3144
+ },
3115
3145
  {
3116
3146
  "path": "<define:process.env>",
3117
3147
  "kind": "import-statement",
@@ -3125,14 +3155,19 @@
3125
3155
  ],
3126
3156
  "format": "esm"
3127
3157
  },
3128
- "src/Prebuilt/components/PIP/PIPComponent.jsx": {
3129
- "bytes": 2535,
3158
+ "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
3159
+ "bytes": 6141,
3130
3160
  "imports": [
3131
3161
  {
3132
3162
  "path": "react",
3133
3163
  "kind": "import-statement",
3134
3164
  "external": true
3135
3165
  },
3166
+ {
3167
+ "path": "@100mslive/types-prebuilt",
3168
+ "kind": "import-statement",
3169
+ "external": true
3170
+ },
3136
3171
  {
3137
3172
  "path": "@100mslive/react-sdk",
3138
3173
  "kind": "import-statement",
@@ -3144,72 +3179,65 @@
3144
3179
  "external": true
3145
3180
  },
3146
3181
  {
3147
- "path": "src/index.ts",
3182
+ "path": "src/Dropdown/index.tsx",
3148
3183
  "kind": "import-statement",
3149
- "original": "../../../"
3184
+ "original": "../../../Dropdown"
3150
3185
  },
3151
3186
  {
3152
- "path": "src/Prebuilt/IconButton.tsx",
3187
+ "path": "src/Layout/index.tsx",
3153
3188
  "kind": "import-statement",
3154
- "original": "../../IconButton"
3189
+ "original": "../../../Layout"
3155
3190
  },
3156
3191
  {
3157
- "path": "src/Prebuilt/components/PIP/PIPManager.js",
3192
+ "path": "src/Modal/index.ts",
3158
3193
  "kind": "import-statement",
3159
- "original": "./PIPManager"
3194
+ "original": "../../../Modal"
3160
3195
  },
3161
3196
  {
3162
- "path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
3197
+ "path": "src/Tooltip/index.ts",
3163
3198
  "kind": "import-statement",
3164
- "original": "./SetupMediaSession"
3199
+ "original": "../../../Tooltip"
3165
3200
  },
3166
3201
  {
3167
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3202
+ "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3168
3203
  "kind": "import-statement",
3169
- "original": "../AppData/useUISettings"
3204
+ "original": "./EndSessionContent"
3170
3205
  },
3171
3206
  {
3172
- "path": "<define:process.env>",
3207
+ "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3173
3208
  "kind": "import-statement",
3174
- "external": true
3175
- }
3176
- ],
3177
- "format": "esm"
3178
- },
3179
- "src/Prebuilt/components/PIP/index.jsx": {
3180
- "bytes": 164,
3181
- "imports": [
3209
+ "original": "./LeaveAtoms"
3210
+ },
3182
3211
  {
3183
- "path": "react",
3212
+ "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3184
3213
  "kind": "import-statement",
3185
- "external": true
3214
+ "original": "./LeaveCard"
3186
3215
  },
3187
3216
  {
3188
- "path": "src/Prebuilt/components/PIP/PIPComponent.jsx",
3217
+ "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3189
3218
  "kind": "import-statement",
3190
- "original": "./PIPComponent"
3219
+ "original": "./LeaveSessionContent"
3220
+ },
3221
+ {
3222
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3223
+ "kind": "import-statement",
3224
+ "original": "../hooks/useDropdownList"
3191
3225
  },
3192
3226
  {
3193
3227
  "path": "<define:process.env>",
3194
3228
  "kind": "import-statement",
3195
3229
  "external": true
3196
- }
3197
- ],
3198
- "format": "esm"
3199
- },
3200
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
3201
- "bytes": 75,
3202
- "imports": [
3230
+ },
3203
3231
  {
3204
- "path": "<define:process.env>",
3232
+ "path": "<runtime>",
3205
3233
  "kind": "import-statement",
3206
3234
  "external": true
3207
3235
  }
3208
3236
  ],
3209
3237
  "format": "esm"
3210
3238
  },
3211
- "src/Prebuilt/common/hooks.ts": {
3212
- "bytes": 3796,
3239
+ "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
3240
+ "bytes": 4657,
3213
3241
  "imports": [
3214
3242
  {
3215
3243
  "path": "react",
@@ -3217,7 +3245,7 @@
3217
3245
  "external": true
3218
3246
  },
3219
3247
  {
3220
- "path": "@100mslive/types-prebuilt/elements/join_form",
3248
+ "path": "@100mslive/types-prebuilt",
3221
3249
  "kind": "import-statement",
3222
3250
  "external": true
3223
3251
  },
@@ -3227,100 +3255,105 @@
3227
3255
  "external": true
3228
3256
  },
3229
3257
  {
3230
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3258
+ "path": "@100mslive/react-icons",
3231
3259
  "kind": "import-statement",
3232
- "original": "../provider/roomLayoutProvider"
3260
+ "external": true
3233
3261
  },
3234
3262
  {
3235
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3263
+ "path": "src/Layout/index.tsx",
3236
3264
  "kind": "import-statement",
3237
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3265
+ "original": "../../../Layout"
3238
3266
  },
3239
3267
  {
3240
- "path": "src/Prebuilt/common/constants.ts",
3268
+ "path": "src/Sheet/index.ts",
3241
3269
  "kind": "import-statement",
3242
- "original": "./constants"
3270
+ "original": "../../../Sheet"
3243
3271
  },
3244
3272
  {
3245
- "path": "<define:process.env>",
3273
+ "path": "src/Tooltip/index.ts",
3246
3274
  "kind": "import-statement",
3247
- "external": true
3248
- }
3249
- ],
3250
- "format": "esm"
3251
- },
3252
- "src/Prebuilt/components/RoleChangeModal.jsx": {
3253
- "bytes": 6492,
3254
- "imports": [
3275
+ "original": "../../../Tooltip"
3276
+ },
3255
3277
  {
3256
- "path": "react",
3278
+ "path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
3257
3279
  "kind": "import-statement",
3258
- "external": true
3280
+ "original": "./EndSessionContent"
3259
3281
  },
3260
3282
  {
3261
- "path": "@100mslive/react-sdk",
3283
+ "path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
3262
3284
  "kind": "import-statement",
3263
- "external": true
3285
+ "original": "./LeaveAtoms"
3264
3286
  },
3265
3287
  {
3266
- "path": "@100mslive/react-icons",
3288
+ "path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
3267
3289
  "kind": "import-statement",
3268
- "external": true
3290
+ "original": "./LeaveCard"
3269
3291
  },
3270
3292
  {
3271
- "path": "src/Button/index.tsx",
3293
+ "path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
3272
3294
  "kind": "import-statement",
3273
- "original": "../../Button"
3295
+ "original": "./LeaveSessionContent"
3274
3296
  },
3275
3297
  {
3276
- "path": "src/Checkbox/index.tsx",
3298
+ "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3277
3299
  "kind": "import-statement",
3278
- "original": "../../Checkbox"
3300
+ "original": "../hooks/useDropdownList"
3279
3301
  },
3280
3302
  {
3281
- "path": "src/Dropdown/index.tsx",
3303
+ "path": "<define:process.env>",
3282
3304
  "kind": "import-statement",
3283
- "original": "../../Dropdown"
3305
+ "external": true
3284
3306
  },
3285
3307
  {
3286
- "path": "src/Label/index.ts",
3308
+ "path": "<runtime>",
3287
3309
  "kind": "import-statement",
3288
- "original": "../../Label"
3310
+ "external": true
3311
+ }
3312
+ ],
3313
+ "format": "esm"
3314
+ },
3315
+ "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3316
+ "bytes": 2365,
3317
+ "imports": [
3318
+ {
3319
+ "path": "react",
3320
+ "kind": "import-statement",
3321
+ "external": true
3289
3322
  },
3290
3323
  {
3291
- "path": "src/Layout/index.tsx",
3324
+ "path": "react-use",
3292
3325
  "kind": "import-statement",
3293
- "original": "../../Layout"
3326
+ "external": true
3294
3327
  },
3295
3328
  {
3296
- "path": "src/Modal/index.ts",
3329
+ "path": "@100mslive/types-prebuilt",
3297
3330
  "kind": "import-statement",
3298
- "original": "../../Modal"
3331
+ "external": true
3299
3332
  },
3300
3333
  {
3301
- "path": "src/Text/index.tsx",
3334
+ "path": "@100mslive/react-sdk",
3302
3335
  "kind": "import-statement",
3303
- "original": "../../Text"
3336
+ "external": true
3304
3337
  },
3305
3338
  {
3306
- "path": "src/Tooltip/index.ts",
3339
+ "path": "src/Theme/index.tsx",
3307
3340
  "kind": "import-statement",
3308
- "original": "../../Tooltip"
3341
+ "original": "../../../Theme"
3309
3342
  },
3310
3343
  {
3311
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3344
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
3312
3345
  "kind": "import-statement",
3313
- "original": "./hooks/useDropdownSelection"
3346
+ "original": "../Toast/ToastManager"
3314
3347
  },
3315
3348
  {
3316
- "path": "src/Prebuilt/common/hooks.ts",
3349
+ "path": "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx",
3317
3350
  "kind": "import-statement",
3318
- "original": "../common/hooks"
3351
+ "original": "./DesktopLeaveRoom"
3319
3352
  },
3320
3353
  {
3321
- "path": "src/utils/index.ts",
3354
+ "path": "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx",
3322
3355
  "kind": "import-statement",
3323
- "original": "../../utils"
3356
+ "original": "./MwebLeaveRoom"
3324
3357
  },
3325
3358
  {
3326
3359
  "path": "<define:process.env>",
@@ -3335,23 +3368,34 @@
3335
3368
  ],
3336
3369
  "format": "esm"
3337
3370
  },
3338
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
3339
- "bytes": 1116,
3371
+ "src/Prebuilt/components/PIP/pipUtils.js": {
3372
+ "bytes": 6437,
3340
3373
  "imports": [
3341
3374
  {
3342
- "path": "react",
3375
+ "path": "<define:process.env>",
3343
3376
  "kind": "import-statement",
3344
3377
  "external": true
3345
- },
3378
+ }
3379
+ ],
3380
+ "format": "esm"
3381
+ },
3382
+ "src/Prebuilt/components/PIP/PIPManager.js": {
3383
+ "bytes": 10148,
3384
+ "imports": [
3346
3385
  {
3347
- "path": "@100mslive/react-icons",
3386
+ "path": "worker-timers",
3348
3387
  "kind": "import-statement",
3349
3388
  "external": true
3350
3389
  },
3351
3390
  {
3352
- "path": "src/index.ts",
3391
+ "path": "src/Prebuilt/components/PIP/pipUtils.js",
3353
3392
  "kind": "import-statement",
3354
- "original": "../../index"
3393
+ "original": "./pipUtils"
3394
+ },
3395
+ {
3396
+ "path": "src/Prebuilt/common/constants.ts",
3397
+ "kind": "import-statement",
3398
+ "original": "../../common/constants"
3355
3399
  },
3356
3400
  {
3357
3401
  "path": "<define:process.env>",
@@ -3366,16 +3410,32 @@
3366
3410
  ],
3367
3411
  "format": "esm"
3368
3412
  },
3369
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
3370
- "bytes": 7180,
3413
+ "src/Prebuilt/components/PIP/SetupMediaSession.js": {
3414
+ "bytes": 1953,
3371
3415
  "imports": [
3372
3416
  {
3373
- "path": "react",
3417
+ "path": "@100mslive/react-sdk",
3374
3418
  "kind": "import-statement",
3375
3419
  "external": true
3376
3420
  },
3377
3421
  {
3378
- "path": "react-use",
3422
+ "path": "<define:process.env>",
3423
+ "kind": "import-statement",
3424
+ "external": true
3425
+ },
3426
+ {
3427
+ "path": "<runtime>",
3428
+ "kind": "import-statement",
3429
+ "external": true
3430
+ }
3431
+ ],
3432
+ "format": "esm"
3433
+ },
3434
+ "src/Prebuilt/components/PIP/PIPComponent.jsx": {
3435
+ "bytes": 2535,
3436
+ "imports": [
3437
+ {
3438
+ "path": "react",
3379
3439
  "kind": "import-statement",
3380
3440
  "external": true
3381
3441
  },
@@ -3395,14 +3455,19 @@
3395
3455
  "original": "../../../"
3396
3456
  },
3397
3457
  {
3398
- "path": "src/Theme/index.tsx",
3458
+ "path": "src/Prebuilt/IconButton.tsx",
3399
3459
  "kind": "import-statement",
3400
- "original": "../../../Theme"
3460
+ "original": "../../IconButton"
3401
3461
  },
3402
3462
  {
3403
- "path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
3463
+ "path": "src/Prebuilt/components/PIP/PIPManager.js",
3404
3464
  "kind": "import-statement",
3405
- "original": "../../primitives/DropdownTrigger"
3465
+ "original": "./PIPManager"
3466
+ },
3467
+ {
3468
+ "path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
3469
+ "kind": "import-statement",
3470
+ "original": "./SetupMediaSession"
3406
3471
  },
3407
3472
  {
3408
3473
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
@@ -3410,19 +3475,25 @@
3410
3475
  "original": "../AppData/useUISettings"
3411
3476
  },
3412
3477
  {
3413
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3478
+ "path": "<define:process.env>",
3414
3479
  "kind": "import-statement",
3415
- "original": "../hooks/useDropdownSelection"
3416
- },
3480
+ "external": true
3481
+ }
3482
+ ],
3483
+ "format": "esm"
3484
+ },
3485
+ "src/Prebuilt/components/PIP/index.jsx": {
3486
+ "bytes": 164,
3487
+ "imports": [
3417
3488
  {
3418
- "path": "src/Prebuilt/components/Settings/common.ts",
3489
+ "path": "react",
3419
3490
  "kind": "import-statement",
3420
- "original": "./common"
3491
+ "external": true
3421
3492
  },
3422
3493
  {
3423
- "path": "src/Prebuilt/common/constants.ts",
3494
+ "path": "src/Prebuilt/components/PIP/PIPComponent.jsx",
3424
3495
  "kind": "import-statement",
3425
- "original": "../../common/constants"
3496
+ "original": "./PIPComponent"
3426
3497
  },
3427
3498
  {
3428
3499
  "path": "<define:process.env>",
@@ -3432,8 +3503,8 @@
3432
3503
  ],
3433
3504
  "format": "esm"
3434
3505
  },
3435
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
3436
- "bytes": 1860,
3506
+ "src/Prebuilt/common/hooks.ts": {
3507
+ "bytes": 3796,
3437
3508
  "imports": [
3438
3509
  {
3439
3510
  "path": "react",
@@ -3441,34 +3512,29 @@
3441
3512
  "external": true
3442
3513
  },
3443
3514
  {
3444
- "path": "@100mslive/react-icons",
3515
+ "path": "@100mslive/types-prebuilt/elements/join_form",
3445
3516
  "kind": "import-statement",
3446
3517
  "external": true
3447
3518
  },
3448
3519
  {
3449
- "path": "src/index.ts",
3450
- "kind": "import-statement",
3451
- "original": "../../.."
3452
- },
3453
- {
3454
- "path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
3520
+ "path": "@100mslive/react-sdk",
3455
3521
  "kind": "import-statement",
3456
- "original": "./SwitchWithLabel"
3522
+ "external": true
3457
3523
  },
3458
3524
  {
3459
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3525
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3460
3526
  "kind": "import-statement",
3461
- "original": "../AppData/useUISettings"
3527
+ "original": "../provider/roomLayoutProvider"
3462
3528
  },
3463
3529
  {
3464
- "path": "src/Prebuilt/components/Settings/common.ts",
3530
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3465
3531
  "kind": "import-statement",
3466
- "original": "./common"
3532
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3467
3533
  },
3468
3534
  {
3469
3535
  "path": "src/Prebuilt/common/constants.ts",
3470
3536
  "kind": "import-statement",
3471
- "original": "../../common/constants"
3537
+ "original": "./constants"
3472
3538
  },
3473
3539
  {
3474
3540
  "path": "<define:process.env>",
@@ -3478,8 +3544,8 @@
3478
3544
  ],
3479
3545
  "format": "esm"
3480
3546
  },
3481
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
3482
- "bytes": 9473,
3547
+ "src/Prebuilt/components/RoleChangeModal.jsx": {
3548
+ "bytes": 6492,
3483
3549
  "imports": [
3484
3550
  {
3485
3551
  "path": "react",
@@ -3487,7 +3553,7 @@
3487
3553
  "external": true
3488
3554
  },
3489
3555
  {
3490
- "path": "react-use",
3556
+ "path": "@100mslive/react-sdk",
3491
3557
  "kind": "import-statement",
3492
3558
  "external": true
3493
3559
  },
@@ -3497,64 +3563,59 @@
3497
3563
  "external": true
3498
3564
  },
3499
3565
  {
3500
- "path": "src/Divider/index.ts",
3566
+ "path": "src/Button/index.tsx",
3501
3567
  "kind": "import-statement",
3502
- "original": "../../../Divider"
3568
+ "original": "../../Button"
3503
3569
  },
3504
3570
  {
3505
- "path": "src/IconButton/index.tsx",
3571
+ "path": "src/Checkbox/index.tsx",
3506
3572
  "kind": "import-statement",
3507
- "original": "../../../IconButton"
3573
+ "original": "../../Checkbox"
3508
3574
  },
3509
3575
  {
3510
- "path": "src/Layout/index.tsx",
3576
+ "path": "src/Dropdown/index.tsx",
3511
3577
  "kind": "import-statement",
3512
- "original": "../../../Layout"
3578
+ "original": "../../Dropdown"
3513
3579
  },
3514
3580
  {
3515
- "path": "src/Modal/index.ts",
3581
+ "path": "src/Label/index.ts",
3516
3582
  "kind": "import-statement",
3517
- "original": "../../../Modal"
3583
+ "original": "../../Label"
3518
3584
  },
3519
3585
  {
3520
- "path": "src/Sheet/index.ts",
3586
+ "path": "src/Layout/index.tsx",
3521
3587
  "kind": "import-statement",
3522
- "original": "../../../Sheet"
3588
+ "original": "../../Layout"
3523
3589
  },
3524
3590
  {
3525
- "path": "src/Tabs/index.tsx",
3591
+ "path": "src/Modal/index.ts",
3526
3592
  "kind": "import-statement",
3527
- "original": "../../../Tabs"
3593
+ "original": "../../Modal"
3528
3594
  },
3529
3595
  {
3530
3596
  "path": "src/Text/index.tsx",
3531
3597
  "kind": "import-statement",
3532
- "original": "../../../Text"
3533
- },
3534
- {
3535
- "path": "src/Theme/index.tsx",
3536
- "kind": "import-statement",
3537
- "original": "../../../Theme"
3598
+ "original": "../../Text"
3538
3599
  },
3539
3600
  {
3540
- "path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
3601
+ "path": "src/Tooltip/index.ts",
3541
3602
  "kind": "import-statement",
3542
- "original": "./DeviceSettings"
3603
+ "original": "../../Tooltip"
3543
3604
  },
3544
3605
  {
3545
- "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
3606
+ "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3546
3607
  "kind": "import-statement",
3547
- "original": "./LayoutSettings"
3608
+ "original": "./hooks/useDropdownSelection"
3548
3609
  },
3549
3610
  {
3550
- "path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
3611
+ "path": "src/Prebuilt/common/hooks.ts",
3551
3612
  "kind": "import-statement",
3552
- "original": "./NotificationSettings"
3613
+ "original": "../common/hooks"
3553
3614
  },
3554
3615
  {
3555
- "path": "src/Prebuilt/components/Settings/common.ts",
3616
+ "path": "src/utils/index.ts",
3556
3617
  "kind": "import-statement",
3557
- "original": "./common"
3618
+ "original": "../../utils"
3558
3619
  },
3559
3620
  {
3560
3621
  "path": "<define:process.env>",
@@ -4181,8 +4242,8 @@
4181
4242
  ],
4182
4243
  "format": "esm"
4183
4244
  },
4184
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
4185
- "bytes": 48030,
4245
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
4246
+ "bytes": 59750,
4186
4247
  "imports": [
4187
4248
  {
4188
4249
  "path": "<define:process.env>",
@@ -4190,7 +4251,7 @@
4190
4251
  "external": true
4191
4252
  }
4192
4253
  ],
4193
- "format": "cjs"
4254
+ "format": "esm"
4194
4255
  },
4195
4256
  "../../node_modules/lodash.isequal/index.js": {
4196
4257
  "bytes": 49598,
@@ -4523,7 +4584,7 @@
4523
4584
  "format": "cjs"
4524
4585
  },
4525
4586
  "../hms-video-store/dist/index.js": {
4526
- "bytes": 322675,
4587
+ "bytes": 323418,
4527
4588
  "imports": [
4528
4589
  {
4529
4590
  "path": "../../node_modules/reselect/es/index.js",
@@ -4541,7 +4602,7 @@
4541
4602
  "original": "reselect"
4542
4603
  },
4543
4604
  {
4544
- "path": "../../node_modules/ua-parser-js/src/ua-parser.js",
4605
+ "path": "../../node_modules/ua-parser-js/src/main/ua-parser.mjs",
4545
4606
  "kind": "import-statement",
4546
4607
  "original": "ua-parser-js"
4547
4608
  },
@@ -5732,7 +5793,7 @@
5732
5793
  "format": "esm"
5733
5794
  },
5734
5795
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
5735
- "bytes": 5433,
5796
+ "bytes": 5474,
5736
5797
  "imports": [
5737
5798
  {
5738
5799
  "path": "react",
@@ -6070,7 +6131,7 @@
6070
6131
  "original": "../../.."
6071
6132
  },
6072
6133
  {
6073
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
6134
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
6074
6135
  "kind": "import-statement",
6075
6136
  "original": "../AudioVideoToggle"
6076
6137
  },
@@ -9207,7 +9268,7 @@
9207
9268
  "original": "../../layouts/SidePane"
9208
9269
  },
9209
9270
  {
9210
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
9271
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
9211
9272
  "kind": "import-statement",
9212
9273
  "original": "../AudioVideoToggle"
9213
9274
  },
@@ -9436,7 +9497,7 @@
9436
9497
  "original": "../IconButton"
9437
9498
  },
9438
9499
  {
9439
- "path": "src/Prebuilt/components/AudioVideoToggle.jsx",
9500
+ "path": "src/Prebuilt/components/AudioVideoToggle.tsx",
9440
9501
  "kind": "import-statement",
9441
9502
  "original": "./AudioVideoToggle"
9442
9503
  },
@@ -11513,19 +11574,91 @@
11513
11574
  "original": "../../Modal"
11514
11575
  },
11515
11576
  {
11516
- "path": "src/Text/index.tsx",
11577
+ "path": "src/Text/index.tsx",
11578
+ "kind": "import-statement",
11579
+ "original": "../../Text"
11580
+ },
11581
+ {
11582
+ "path": "src/Theme/index.tsx",
11583
+ "kind": "import-statement",
11584
+ "original": "../../Theme"
11585
+ },
11586
+ {
11587
+ "path": "src/Prebuilt/common/utils.js",
11588
+ "kind": "import-statement",
11589
+ "original": "../common/utils"
11590
+ },
11591
+ {
11592
+ "path": "<define:process.env>",
11593
+ "kind": "import-statement",
11594
+ "external": true
11595
+ }
11596
+ ],
11597
+ "format": "esm"
11598
+ },
11599
+ "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
11600
+ "bytes": 1095,
11601
+ "imports": [
11602
+ {
11603
+ "path": "react",
11604
+ "kind": "import-statement",
11605
+ "external": true
11606
+ },
11607
+ {
11608
+ "path": "@100mslive/react-sdk",
11609
+ "kind": "import-statement",
11610
+ "external": true
11611
+ },
11612
+ {
11613
+ "path": "src/index.ts",
11614
+ "kind": "import-statement",
11615
+ "original": "../../.."
11616
+ },
11617
+ {
11618
+ "path": "src/Prebuilt/primitives/DialogContent.jsx",
11619
+ "kind": "import-statement",
11620
+ "original": "../../primitives/DialogContent"
11621
+ },
11622
+ {
11623
+ "path": "<define:process.env>",
11624
+ "kind": "import-statement",
11625
+ "external": true
11626
+ }
11627
+ ],
11628
+ "format": "esm"
11629
+ },
11630
+ "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
11631
+ "bytes": 1140,
11632
+ "imports": [
11633
+ {
11634
+ "path": "react",
11635
+ "kind": "import-statement",
11636
+ "external": true
11637
+ },
11638
+ {
11639
+ "path": "uuid",
11640
+ "kind": "import-statement",
11641
+ "external": true
11642
+ },
11643
+ {
11644
+ "path": "@100mslive/react-sdk",
11645
+ "kind": "import-statement",
11646
+ "external": true
11647
+ },
11648
+ {
11649
+ "path": "@100mslive/react-icons",
11517
11650
  "kind": "import-statement",
11518
- "original": "../../Text"
11651
+ "external": true
11519
11652
  },
11520
11653
  {
11521
- "path": "src/Theme/index.tsx",
11654
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
11522
11655
  "kind": "import-statement",
11523
- "original": "../../Theme"
11656
+ "original": "../Toast/ToastManager"
11524
11657
  },
11525
11658
  {
11526
- "path": "src/Prebuilt/common/utils.js",
11659
+ "path": "src/Prebuilt/common/constants.ts",
11527
11660
  "kind": "import-statement",
11528
- "original": "../common/utils"
11661
+ "original": "../../common/constants"
11529
11662
  },
11530
11663
  {
11531
11664
  "path": "<define:process.env>",
@@ -11612,80 +11745,8 @@
11612
11745
  ],
11613
11746
  "format": "esm"
11614
11747
  },
11615
- "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
11616
- "bytes": 1095,
11617
- "imports": [
11618
- {
11619
- "path": "react",
11620
- "kind": "import-statement",
11621
- "external": true
11622
- },
11623
- {
11624
- "path": "@100mslive/react-sdk",
11625
- "kind": "import-statement",
11626
- "external": true
11627
- },
11628
- {
11629
- "path": "src/index.ts",
11630
- "kind": "import-statement",
11631
- "original": "../../.."
11632
- },
11633
- {
11634
- "path": "src/Prebuilt/primitives/DialogContent.jsx",
11635
- "kind": "import-statement",
11636
- "original": "../../primitives/DialogContent"
11637
- },
11638
- {
11639
- "path": "<define:process.env>",
11640
- "kind": "import-statement",
11641
- "external": true
11642
- }
11643
- ],
11644
- "format": "esm"
11645
- },
11646
- "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
11647
- "bytes": 1140,
11648
- "imports": [
11649
- {
11650
- "path": "react",
11651
- "kind": "import-statement",
11652
- "external": true
11653
- },
11654
- {
11655
- "path": "uuid",
11656
- "kind": "import-statement",
11657
- "external": true
11658
- },
11659
- {
11660
- "path": "@100mslive/react-sdk",
11661
- "kind": "import-statement",
11662
- "external": true
11663
- },
11664
- {
11665
- "path": "@100mslive/react-icons",
11666
- "kind": "import-statement",
11667
- "external": true
11668
- },
11669
- {
11670
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
11671
- "kind": "import-statement",
11672
- "original": "../Toast/ToastManager"
11673
- },
11674
- {
11675
- "path": "src/Prebuilt/common/constants.ts",
11676
- "kind": "import-statement",
11677
- "original": "../../common/constants"
11678
- },
11679
- {
11680
- "path": "<define:process.env>",
11681
- "kind": "import-statement",
11682
- "external": true
11683
- }
11684
- ],
11685
- "format": "esm"
11686
- },
11687
11748
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
11688
- "bytes": 1191,
11749
+ "bytes": 1590,
11689
11750
  "imports": [
11690
11751
  {
11691
11752
  "path": "react",
@@ -11707,6 +11768,11 @@
11707
11768
  "kind": "import-statement",
11708
11769
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11709
11770
  },
11771
+ {
11772
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
11773
+ "kind": "import-statement",
11774
+ "original": "../AppData/useUISettings"
11775
+ },
11710
11776
  {
11711
11777
  "path": "<define:process.env>",
11712
11778
  "kind": "import-statement",
@@ -11956,7 +12022,7 @@
11956
12022
  "format": "esm"
11957
12023
  },
11958
12024
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11959
- "bytes": 8178,
12025
+ "bytes": 7380,
11960
12026
  "imports": [
11961
12027
  {
11962
12028
  "path": "react",
@@ -11983,11 +12049,6 @@
11983
12049
  "kind": "import-statement",
11984
12050
  "original": "../../provider/roomLayoutProvider"
11985
12051
  },
11986
- {
11987
- "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
11988
- "kind": "import-statement",
11989
- "original": "../Toast/ToastBatcher"
11990
- },
11991
12052
  {
11992
12053
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
11993
12054
  "kind": "import-statement",
@@ -12058,11 +12119,6 @@
12058
12119
  "kind": "import-statement",
12059
12120
  "original": "../AppData/useUISettings"
12060
12121
  },
12061
- {
12062
- "path": "src/Prebuilt/common/utils.js",
12063
- "kind": "import-statement",
12064
- "original": "../../common/utils"
12065
- },
12066
12122
  {
12067
12123
  "path": "src/Prebuilt/common/constants.ts",
12068
12124
  "kind": "import-statement",
@@ -12795,7 +12851,7 @@
12795
12851
  "dist/index.js": {
12796
12852
  "imports": [
12797
12853
  {
12798
- "path": "dist/chunk-KUVM2TEZ.js",
12854
+ "path": "dist/chunk-KST24BRA.js",
12799
12855
  "kind": "import-statement"
12800
12856
  }
12801
12857
  ],
@@ -12868,16 +12924,16 @@
12868
12924
  "inputs": {},
12869
12925
  "bytes": 1822
12870
12926
  },
12871
- "dist/HLSView-A5DVXKEU.js.map": {
12927
+ "dist/HLSView-4B5MUDFR.js.map": {
12872
12928
  "imports": [],
12873
12929
  "exports": [],
12874
12930
  "inputs": {},
12875
12931
  "bytes": 58854
12876
12932
  },
12877
- "dist/HLSView-A5DVXKEU.js": {
12933
+ "dist/HLSView-4B5MUDFR.js": {
12878
12934
  "imports": [
12879
12935
  {
12880
- "path": "dist/chunk-KUVM2TEZ.js",
12936
+ "path": "dist/chunk-KST24BRA.js",
12881
12937
  "kind": "import-statement"
12882
12938
  },
12883
12939
  {
@@ -13041,13 +13097,13 @@
13041
13097
  },
13042
13098
  "bytes": 36972
13043
13099
  },
13044
- "dist/chunk-KUVM2TEZ.js.map": {
13100
+ "dist/chunk-KST24BRA.js.map": {
13045
13101
  "imports": [],
13046
13102
  "exports": [],
13047
13103
  "inputs": {},
13048
- "bytes": 3104514
13104
+ "bytes": 3133348
13049
13105
  },
13050
- "dist/chunk-KUVM2TEZ.js": {
13106
+ "dist/chunk-KST24BRA.js": {
13051
13107
  "imports": [
13052
13108
  {
13053
13109
  "path": "react",
@@ -13480,27 +13536,27 @@
13480
13536
  "external": true
13481
13537
  },
13482
13538
  {
13483
- "path": "@100mslive/react-sdk",
13539
+ "path": "@100mslive/hms-noise-cancellation",
13484
13540
  "kind": "import-statement",
13485
13541
  "external": true
13486
13542
  },
13487
13543
  {
13488
- "path": "@100mslive/react-icons",
13544
+ "path": "@100mslive/react-sdk",
13489
13545
  "kind": "import-statement",
13490
13546
  "external": true
13491
13547
  },
13492
13548
  {
13493
- "path": "react",
13549
+ "path": "@100mslive/react-icons",
13494
13550
  "kind": "import-statement",
13495
13551
  "external": true
13496
13552
  },
13497
13553
  {
13498
- "path": "@100mslive/react-icons",
13554
+ "path": "react",
13499
13555
  "kind": "import-statement",
13500
13556
  "external": true
13501
13557
  },
13502
13558
  {
13503
- "path": "uuid",
13559
+ "path": "@100mslive/react-icons",
13504
13560
  "kind": "import-statement",
13505
13561
  "external": true
13506
13562
  },
@@ -13515,47 +13571,47 @@
13515
13571
  "external": true
13516
13572
  },
13517
13573
  {
13518
- "path": "@emoji-mart/data/sets/14/apple.json",
13574
+ "path": "@100mslive/react-icons",
13519
13575
  "kind": "import-statement",
13520
13576
  "external": true
13521
13577
  },
13522
13578
  {
13523
- "path": "emoji-mart",
13579
+ "path": "react",
13524
13580
  "kind": "import-statement",
13525
13581
  "external": true
13526
13582
  },
13527
13583
  {
13528
- "path": "@100mslive/react-sdk",
13584
+ "path": "@radix-ui/react-dialog",
13529
13585
  "kind": "import-statement",
13530
13586
  "external": true
13531
13587
  },
13532
13588
  {
13533
- "path": "@100mslive/react-icons",
13589
+ "path": "react",
13534
13590
  "kind": "import-statement",
13535
13591
  "external": true
13536
13592
  },
13537
13593
  {
13538
- "path": "react",
13594
+ "path": "react-use",
13539
13595
  "kind": "import-statement",
13540
13596
  "external": true
13541
13597
  },
13542
13598
  {
13543
- "path": "react",
13599
+ "path": "@100mslive/react-sdk",
13544
13600
  "kind": "import-statement",
13545
13601
  "external": true
13546
13602
  },
13547
13603
  {
13548
- "path": "react",
13604
+ "path": "@100mslive/react-icons",
13549
13605
  "kind": "import-statement",
13550
13606
  "external": true
13551
13607
  },
13552
13608
  {
13553
- "path": "react-use",
13609
+ "path": "react",
13554
13610
  "kind": "import-statement",
13555
13611
  "external": true
13556
13612
  },
13557
13613
  {
13558
- "path": "@100mslive/react-sdk",
13614
+ "path": "@100mslive/react-icons",
13559
13615
  "kind": "import-statement",
13560
13616
  "external": true
13561
13617
  },
@@ -13565,7 +13621,7 @@
13565
13621
  "external": true
13566
13622
  },
13567
13623
  {
13568
- "path": "@100mslive/react-sdk",
13624
+ "path": "react",
13569
13625
  "kind": "import-statement",
13570
13626
  "external": true
13571
13627
  },
@@ -13575,12 +13631,7 @@
13575
13631
  "external": true
13576
13632
  },
13577
13633
  {
13578
- "path": "react",
13579
- "kind": "import-statement",
13580
- "external": true
13581
- },
13582
- {
13583
- "path": "@100mslive/react-icons",
13634
+ "path": "uuid",
13584
13635
  "kind": "import-statement",
13585
13636
  "external": true
13586
13637
  },
@@ -13590,17 +13641,17 @@
13590
13641
  "external": true
13591
13642
  },
13592
13643
  {
13593
- "path": "react",
13644
+ "path": "react-use",
13594
13645
  "kind": "import-statement",
13595
13646
  "external": true
13596
13647
  },
13597
13648
  {
13598
- "path": "@100mslive/react-icons",
13649
+ "path": "@emoji-mart/data/sets/14/apple.json",
13599
13650
  "kind": "import-statement",
13600
13651
  "external": true
13601
13652
  },
13602
13653
  {
13603
- "path": "react",
13654
+ "path": "emoji-mart",
13604
13655
  "kind": "import-statement",
13605
13656
  "external": true
13606
13657
  },
@@ -13620,7 +13671,7 @@
13620
13671
  "external": true
13621
13672
  },
13622
13673
  {
13623
- "path": "@radix-ui/react-dialog",
13674
+ "path": "react",
13624
13675
  "kind": "import-statement",
13625
13676
  "external": true
13626
13677
  },
@@ -13635,12 +13686,12 @@
13635
13686
  "external": true
13636
13687
  },
13637
13688
  {
13638
- "path": "react",
13689
+ "path": "@100mslive/react-sdk",
13639
13690
  "kind": "import-statement",
13640
13691
  "external": true
13641
13692
  },
13642
13693
  {
13643
- "path": "@100mslive/hls-player",
13694
+ "path": "react",
13644
13695
  "kind": "import-statement",
13645
13696
  "external": true
13646
13697
  },
@@ -13659,13 +13710,18 @@
13659
13710
  "kind": "import-statement",
13660
13711
  "external": true
13661
13712
  },
13713
+ {
13714
+ "path": "@100mslive/react-icons",
13715
+ "kind": "import-statement",
13716
+ "external": true
13717
+ },
13662
13718
  {
13663
13719
  "path": "react",
13664
13720
  "kind": "import-statement",
13665
13721
  "external": true
13666
13722
  },
13667
13723
  {
13668
- "path": "@100mslive/react-sdk",
13724
+ "path": "react",
13669
13725
  "kind": "import-statement",
13670
13726
  "external": true
13671
13727
  },
@@ -13675,7 +13731,7 @@
13675
13731
  "external": true
13676
13732
  },
13677
13733
  {
13678
- "path": "worker-timers",
13734
+ "path": "react",
13679
13735
  "kind": "import-statement",
13680
13736
  "external": true
13681
13737
  },
@@ -13685,17 +13741,17 @@
13685
13741
  "external": true
13686
13742
  },
13687
13743
  {
13688
- "path": "react",
13744
+ "path": "@100mslive/react-icons",
13689
13745
  "kind": "import-statement",
13690
13746
  "external": true
13691
13747
  },
13692
13748
  {
13693
- "path": "@100mslive/react-sdk",
13749
+ "path": "react",
13694
13750
  "kind": "import-statement",
13695
13751
  "external": true
13696
13752
  },
13697
13753
  {
13698
- "path": "@100mslive/react-icons",
13754
+ "path": "react-use",
13699
13755
  "kind": "import-statement",
13700
13756
  "external": true
13701
13757
  },
@@ -13705,7 +13761,7 @@
13705
13761
  "external": true
13706
13762
  },
13707
13763
  {
13708
- "path": "@100mslive/types-prebuilt/elements/join_form",
13764
+ "path": "@100mslive/hls-player",
13709
13765
  "kind": "import-statement",
13710
13766
  "external": true
13711
13767
  },
@@ -13714,28 +13770,33 @@
13714
13770
  "kind": "import-statement",
13715
13771
  "external": true
13716
13772
  },
13773
+ {
13774
+ "path": "@100mslive/react-icons",
13775
+ "kind": "import-statement",
13776
+ "external": true
13777
+ },
13717
13778
  {
13718
13779
  "path": "react",
13719
13780
  "kind": "import-statement",
13720
13781
  "external": true
13721
13782
  },
13722
13783
  {
13723
- "path": "react-use",
13784
+ "path": "react",
13724
13785
  "kind": "import-statement",
13725
13786
  "external": true
13726
13787
  },
13727
13788
  {
13728
- "path": "@100mslive/react-icons",
13789
+ "path": "@100mslive/react-sdk",
13729
13790
  "kind": "import-statement",
13730
13791
  "external": true
13731
13792
  },
13732
13793
  {
13733
- "path": "react",
13794
+ "path": "@100mslive/react-icons",
13734
13795
  "kind": "import-statement",
13735
13796
  "external": true
13736
13797
  },
13737
13798
  {
13738
- "path": "react-use",
13799
+ "path": "worker-timers",
13739
13800
  "kind": "import-statement",
13740
13801
  "external": true
13741
13802
  },
@@ -13745,12 +13806,12 @@
13745
13806
  "external": true
13746
13807
  },
13747
13808
  {
13748
- "path": "@100mslive/react-icons",
13809
+ "path": "react",
13749
13810
  "kind": "import-statement",
13750
13811
  "external": true
13751
13812
  },
13752
13813
  {
13753
- "path": "react",
13814
+ "path": "@100mslive/react-sdk",
13754
13815
  "kind": "import-statement",
13755
13816
  "external": true
13756
13817
  },
@@ -13765,7 +13826,12 @@
13765
13826
  "external": true
13766
13827
  },
13767
13828
  {
13768
- "path": "@100mslive/react-icons",
13829
+ "path": "@100mslive/types-prebuilt/elements/join_form",
13830
+ "kind": "import-statement",
13831
+ "external": true
13832
+ },
13833
+ {
13834
+ "path": "@100mslive/react-sdk",
13769
13835
  "kind": "import-statement",
13770
13836
  "external": true
13771
13837
  },
@@ -15300,7 +15366,7 @@
15300
15366
  "external": true
15301
15367
  },
15302
15368
  {
15303
- "path": "dist/HLSView-A5DVXKEU.js",
15369
+ "path": "dist/HLSView-4B5MUDFR.js",
15304
15370
  "kind": "dynamic-import"
15305
15371
  },
15306
15372
  {
@@ -15449,12 +15515,12 @@
15449
15515
  "external": true
15450
15516
  },
15451
15517
  {
15452
- "path": "@100mslive/react-icons",
15518
+ "path": "react",
15453
15519
  "kind": "import-statement",
15454
15520
  "external": true
15455
15521
  },
15456
15522
  {
15457
- "path": "react",
15523
+ "path": "uuid",
15458
15524
  "kind": "import-statement",
15459
15525
  "external": true
15460
15526
  },
@@ -15464,12 +15530,12 @@
15464
15530
  "external": true
15465
15531
  },
15466
15532
  {
15467
- "path": "react",
15533
+ "path": "@100mslive/react-icons",
15468
15534
  "kind": "import-statement",
15469
15535
  "external": true
15470
15536
  },
15471
15537
  {
15472
- "path": "uuid",
15538
+ "path": "react",
15473
15539
  "kind": "import-statement",
15474
15540
  "external": true
15475
15541
  },
@@ -15479,17 +15545,17 @@
15479
15545
  "external": true
15480
15546
  },
15481
15547
  {
15482
- "path": "@100mslive/react-icons",
15548
+ "path": "react",
15483
15549
  "kind": "import-statement",
15484
15550
  "external": true
15485
15551
  },
15486
15552
  {
15487
- "path": "react",
15553
+ "path": "@100mslive/react-sdk",
15488
15554
  "kind": "import-statement",
15489
15555
  "external": true
15490
15556
  },
15491
15557
  {
15492
- "path": "@100mslive/react-sdk",
15558
+ "path": "@100mslive/react-icons",
15493
15559
  "kind": "import-statement",
15494
15560
  "external": true
15495
15561
  },
@@ -15722,13 +15788,10 @@
15722
15788
  ],
15723
15789
  "inputs": {
15724
15790
  "<define:process.env>": {
15725
- "bytesInOutput": 18104
15791
+ "bytesInOutput": 18252
15726
15792
  },
15727
15793
  "../../node_modules/lodash/lodash.js": {
15728
- "bytesInOutput": 224267
15729
- },
15730
- "../../node_modules/ua-parser-js/src/ua-parser.js": {
15731
- "bytesInOutput": 42466
15794
+ "bytesInOutput": 224276
15732
15795
  },
15733
15796
  "../../node_modules/lodash.isequal/index.js": {
15734
15797
  "bytesInOutput": 26591
@@ -15770,7 +15833,7 @@
15770
15833
  "bytesInOutput": 5061
15771
15834
  },
15772
15835
  "src/Prebuilt/common/constants.ts": {
15773
- "bytesInOutput": 3385
15836
+ "bytesInOutput": 3454
15774
15837
  },
15775
15838
  "src/Theme/ThemeProvider.tsx": {
15776
15839
  "bytesInOutput": 1926
@@ -15986,7 +16049,7 @@
15986
16049
  "bytesInOutput": 973
15987
16050
  },
15988
16051
  "src/Prebuilt/components/AppData/useUISettings.js": {
15989
- "bytesInOutput": 5280
16052
+ "bytesInOutput": 5286
15990
16053
  },
15991
16054
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
15992
16055
  "bytesInOutput": 748
@@ -16024,32 +16087,56 @@
16024
16087
  "src/Prebuilt/components/Footer/Footer.tsx": {
16025
16088
  "bytesInOutput": 3350
16026
16089
  },
16027
- "src/Prebuilt/components/AudioVideoToggle.jsx": {
16028
- "bytesInOutput": 5497
16090
+ "src/Prebuilt/components/AudioVideoToggle.tsx": {
16091
+ "bytesInOutput": 10115
16029
16092
  },
16030
- "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
16031
- "bytesInOutput": 2866
16093
+ "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
16094
+ "bytesInOutput": 3065
16032
16095
  },
16033
16096
  "src/Prebuilt/IconButton.tsx": {
16034
16097
  "bytesInOutput": 573
16035
16098
  },
16099
+ "src/Prebuilt/components/Settings/SettingsModal.jsx": {
16100
+ "bytesInOutput": 8957
16101
+ },
16102
+ "src/Sheet/index.ts": {
16103
+ "bytesInOutput": 27
16104
+ },
16105
+ "src/Sheet/Sheet.tsx": {
16106
+ "bytesInOutput": 2768
16107
+ },
16108
+ "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
16109
+ "bytesInOutput": 6568
16110
+ },
16111
+ "src/Prebuilt/primitives/DropdownTrigger.jsx": {
16112
+ "bytesInOutput": 1308
16113
+ },
16114
+ "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
16115
+ "bytesInOutput": 574
16116
+ },
16117
+ "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
16118
+ "bytesInOutput": 93
16119
+ },
16120
+ "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
16121
+ "bytesInOutput": 1831
16122
+ },
16036
16123
  "src/Prebuilt/components/Toast/ToastManager.js": {
16037
16124
  "bytesInOutput": 1028
16038
16125
  },
16039
16126
  "src/Prebuilt/components/EmojiReaction.jsx": {
16040
- "bytesInOutput": 2089
16127
+ "bytesInOutput": 2091
16041
16128
  },
16042
16129
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
16043
16130
  "bytesInOutput": 972
16044
16131
  },
16045
16132
  "src/Prebuilt/components/hooks/useDropdownList.ts": {
16046
- "bytesInOutput": 604
16133
+ "bytesInOutput": 606
16047
16134
  },
16048
16135
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
16049
16136
  "bytesInOutput": 2168
16050
16137
  },
16051
16138
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
16052
- "bytesInOutput": 5682
16139
+ "bytesInOutput": 5686
16053
16140
  },
16054
16141
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
16055
16142
  "bytesInOutput": 1947
@@ -16064,13 +16151,7 @@
16064
16151
  "bytesInOutput": 1790
16065
16152
  },
16066
16153
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
16067
- "bytesInOutput": 4335
16068
- },
16069
- "src/Sheet/index.ts": {
16070
- "bytesInOutput": 27
16071
- },
16072
- "src/Sheet/Sheet.tsx": {
16073
- "bytesInOutput": 2768
16154
+ "bytesInOutput": 4342
16074
16155
  },
16075
16156
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
16076
16157
  "bytesInOutput": 392
@@ -16082,7 +16163,7 @@
16082
16163
  "bytesInOutput": 178
16083
16164
  },
16084
16165
  "src/Prebuilt/components/PIP/PIPComponent.jsx": {
16085
- "bytesInOutput": 2338
16166
+ "bytesInOutput": 2340
16086
16167
  },
16087
16168
  "src/Prebuilt/components/PIP/PIPManager.js": {
16088
16169
  "bytesInOutput": 9164
@@ -16094,25 +16175,10 @@
16094
16175
  "bytesInOutput": 2509
16095
16176
  },
16096
16177
  "src/Prebuilt/components/RoleChangeModal.jsx": {
16097
- "bytesInOutput": 6079
16098
- },
16099
- "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
16100
- "bytesInOutput": 93
16178
+ "bytesInOutput": 6096
16101
16179
  },
16102
16180
  "src/Prebuilt/common/hooks.ts": {
16103
- "bytesInOutput": 2675
16104
- },
16105
- "src/Prebuilt/components/Settings/SettingsModal.jsx": {
16106
- "bytesInOutput": 8963
16107
- },
16108
- "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
16109
- "bytesInOutput": 6951
16110
- },
16111
- "src/Prebuilt/primitives/DropdownTrigger.jsx": {
16112
- "bytesInOutput": 1308
16113
- },
16114
- "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
16115
- "bytesInOutput": 1831
16181
+ "bytesInOutput": 2676
16116
16182
  },
16117
16183
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
16118
16184
  "bytesInOutput": 4547
@@ -16121,7 +16187,7 @@
16121
16187
  "bytesInOutput": 2940
16122
16188
  },
16123
16189
  "src/Prebuilt/primitives/DialogContent.jsx": {
16124
- "bytesInOutput": 7670
16190
+ "bytesInOutput": 7672
16125
16191
  },
16126
16192
  "src/Prebuilt/components/StatsForNerds.jsx": {
16127
16193
  "bytesInOutput": 9582
@@ -16151,11 +16217,14 @@
16151
16217
  "bytesInOutput": 10019
16152
16218
  },
16153
16219
  "../hms-video-store/dist/index.js": {
16154
- "bytesInOutput": 48455
16220
+ "bytesInOutput": 48907
16155
16221
  },
16156
16222
  "../../node_modules/reselect/es/index.js": {
16157
16223
  "bytesInOutput": 2537
16158
16224
  },
16225
+ "../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
16226
+ "bytesInOutput": 42640
16227
+ },
16159
16228
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
16160
16229
  "bytesInOutput": 118
16161
16230
  },
@@ -16169,7 +16238,7 @@
16169
16238
  "bytesInOutput": 22678
16170
16239
  },
16171
16240
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16172
- "bytesInOutput": 6075
16241
+ "bytesInOutput": 6092
16173
16242
  },
16174
16243
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16175
16244
  "bytesInOutput": 1256
@@ -16178,7 +16247,7 @@
16178
16247
  "bytesInOutput": 9143
16179
16248
  },
16180
16249
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
16181
- "bytesInOutput": 2122
16250
+ "bytesInOutput": 2137
16182
16251
  },
16183
16252
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
16184
16253
  "bytesInOutput": 842
@@ -16268,7 +16337,7 @@
16268
16337
  "bytesInOutput": 4229
16269
16338
  },
16270
16339
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
16271
- "bytesInOutput": 5877
16340
+ "bytesInOutput": 5920
16272
16341
  },
16273
16342
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
16274
16343
  "bytesInOutput": 1073
@@ -16364,7 +16433,7 @@
16364
16433
  "bytesInOutput": 7277
16365
16434
  },
16366
16435
  "src/Prebuilt/components/Chat/Chat.tsx": {
16367
- "bytesInOutput": 3466
16436
+ "bytesInOutput": 3463
16368
16437
  },
16369
16438
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
16370
16439
  "bytesInOutput": 14396
@@ -16577,22 +16646,22 @@
16577
16646
  "bytesInOutput": 27
16578
16647
  },
16579
16648
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
16580
- "bytesInOutput": 7911
16581
- },
16582
- "src/Prebuilt/components/Toast/ToastBatcher.js": {
16583
- "bytesInOutput": 1768
16584
- },
16585
- "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16586
- "bytesInOutput": 6474
16649
+ "bytesInOutput": 7339
16587
16650
  },
16588
16651
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
16589
16652
  "bytesInOutput": 1053
16590
16653
  },
16591
16654
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
16592
- "bytesInOutput": 1370
16655
+ "bytesInOutput": 1350
16593
16656
  },
16594
16657
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
16595
- "bytesInOutput": 1223
16658
+ "bytesInOutput": 1434
16659
+ },
16660
+ "src/Prebuilt/components/Toast/ToastBatcher.js": {
16661
+ "bytesInOutput": 1768
16662
+ },
16663
+ "src/Prebuilt/components/Toast/ToastConfig.jsx": {
16664
+ "bytesInOutput": 6495
16596
16665
  },
16597
16666
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
16598
16667
  "bytesInOutput": 1596
@@ -16649,7 +16718,7 @@
16649
16718
  "bytesInOutput": 651
16650
16719
  }
16651
16720
  },
16652
- "bytes": 1266629
16721
+ "bytes": 1272319
16653
16722
  }
16654
16723
  }
16655
16724
  }