@100mslive/roomkit-react 0.2.7-alpha.0 → 0.2.7-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +30 -33
- package/dist/{HLSView-E65JZSU4.js → HLSView-4B5MUDFR.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +4 -8
- package/dist/Prebuilt/components/AudioVideoToggle.d.ts +9 -0
- package/dist/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.d.ts +11 -0
- package/dist/Prebuilt/components/Polls/common/utils.d.ts +1 -1
- package/dist/Prebuilt/components/hooks/useAudioOutputTest.d.ts +8 -0
- package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +0 -5
- package/dist/{chunk-DWLYDCFC.js → chunk-KST24BRA.js} +5297 -5064
- package/dist/chunk-KST24BRA.js.map +7 -0
- package/dist/index.cjs.js +6302 -6130
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +745 -1109
- package/dist/meta.esbuild.json +761 -1125
- package/package.json +8 -7
- package/src/Prebuilt/App.tsx +0 -2
- package/src/Prebuilt/common/constants.ts +7 -10
- package/src/Prebuilt/components/AppData/AppData.tsx +0 -1
- package/src/Prebuilt/components/AppData/useUISettings.js +1 -1
- package/src/Prebuilt/components/AudioVideoToggle.tsx +308 -0
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +1 -0
- package/src/Prebuilt/components/Header/Header.tsx +0 -2
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +159 -0
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -2
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +2 -18
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +13 -2
- package/src/Prebuilt/components/Notifications/Notifications.tsx +1 -18
- package/src/Prebuilt/components/Polls/common/utils.ts +9 -15
- package/src/Prebuilt/components/Settings/DeviceSettings.jsx +10 -17
- package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +20 -0
- package/src/Prebuilt/layouts/SidePane.tsx +0 -4
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +0 -40
- package/dist/Prebuilt/components/AppData/useSheet.d.ts +0 -4
- package/dist/Prebuilt/components/Header/RoomDetailsHeader.d.ts +0 -2
- package/dist/Prebuilt/components/RoomDetails/Duration.d.ts +0 -4
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsPane.d.ts +0 -2
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsRow.d.ts +0 -4
- package/dist/Prebuilt/components/RoomDetails/RoomDetailsSheet.d.ts +0 -2
- package/dist/Prebuilt/layouts/Sheet.d.ts +0 -2
- package/dist/chunk-DWLYDCFC.js.map +0 -7
- package/src/Prebuilt/components/AppData/useSheet.ts +0 -33
- package/src/Prebuilt/components/AudioVideoToggle.jsx +0 -171
- package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +0 -51
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +0 -121
- package/src/Prebuilt/components/RoomDetails/Duration.tsx +0 -26
- package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +0 -36
- package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +0 -23
- package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +0 -45
- package/src/Prebuilt/layouts/Sheet.tsx +0 -14
- /package/dist/{HLSView-E65JZSU4.js.map → HLSView-4B5MUDFR.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"format": "esm"
|
27
27
|
},
|
28
28
|
"src/Prebuilt/common/constants.ts": {
|
29
|
-
"bytes":
|
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":
|
1964
|
+
"bytes": 6035,
|
1965
1965
|
"imports": [
|
1966
1966
|
{
|
1967
1967
|
"path": "react",
|
@@ -2152,50 +2152,19 @@
|
|
2152
2152
|
],
|
2153
2153
|
"format": "esm"
|
2154
2154
|
},
|
2155
|
-
"src/Prebuilt/common/utils.js": {
|
2156
|
-
"bytes": 5891,
|
2157
|
-
"imports": [
|
2158
|
-
{
|
2159
|
-
"path": "src/Prebuilt/common/constants.ts",
|
2160
|
-
"kind": "import-statement",
|
2161
|
-
"original": "./constants"
|
2162
|
-
},
|
2163
|
-
{
|
2164
|
-
"path": "<define:process.env>",
|
2165
|
-
"kind": "import-statement",
|
2166
|
-
"external": true
|
2167
|
-
}
|
2168
|
-
],
|
2169
|
-
"format": "esm"
|
2170
|
-
},
|
2171
2155
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
2172
|
-
"bytes":
|
2156
|
+
"bytes": 2273,
|
2173
2157
|
"imports": [
|
2174
|
-
{
|
2175
|
-
"path": "react",
|
2176
|
-
"kind": "import-statement",
|
2177
|
-
"external": true
|
2178
|
-
},
|
2179
2158
|
{
|
2180
2159
|
"path": "@100mslive/types-prebuilt",
|
2181
2160
|
"kind": "import-statement",
|
2182
2161
|
"external": true
|
2183
2162
|
},
|
2184
|
-
{
|
2185
|
-
"path": "@100mslive/react-sdk",
|
2186
|
-
"kind": "import-statement",
|
2187
|
-
"external": true
|
2188
|
-
},
|
2189
2163
|
{
|
2190
2164
|
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
2191
2165
|
"kind": "import-statement",
|
2192
2166
|
"original": ".."
|
2193
2167
|
},
|
2194
|
-
{
|
2195
|
-
"path": "src/Prebuilt/common/utils.js",
|
2196
|
-
"kind": "import-statement",
|
2197
|
-
"original": "../../../common/utils"
|
2198
|
-
},
|
2199
2168
|
{
|
2200
2169
|
"path": "<define:process.env>",
|
2201
2170
|
"kind": "import-statement",
|
@@ -2236,7 +2205,7 @@
|
|
2236
2205
|
"format": "esm"
|
2237
2206
|
},
|
2238
2207
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2239
|
-
"bytes":
|
2208
|
+
"bytes": 5829,
|
2240
2209
|
"imports": [
|
2241
2210
|
{
|
2242
2211
|
"path": "react",
|
@@ -2413,8 +2382,8 @@
|
|
2413
2382
|
],
|
2414
2383
|
"format": "esm"
|
2415
2384
|
},
|
2416
|
-
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.
|
2417
|
-
"bytes":
|
2385
|
+
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
2386
|
+
"bytes": 3437,
|
2418
2387
|
"imports": [
|
2419
2388
|
{
|
2420
2389
|
"path": "react",
|
@@ -2451,22 +2420,6 @@
|
|
2451
2420
|
"kind": "import-statement",
|
2452
2421
|
"original": "../../IconButton"
|
2453
2422
|
},
|
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
2423
|
{
|
2471
2424
|
"path": "<define:process.env>",
|
2472
2425
|
"kind": "import-statement",
|
@@ -2480,8 +2433,8 @@
|
|
2480
2433
|
],
|
2481
2434
|
"format": "esm"
|
2482
2435
|
},
|
2483
|
-
"src/
|
2484
|
-
"bytes":
|
2436
|
+
"src/Sheet/Sheet.tsx": {
|
2437
|
+
"bytes": 3140,
|
2485
2438
|
"imports": [
|
2486
2439
|
{
|
2487
2440
|
"path": "react",
|
@@ -2489,60 +2442,61 @@
|
|
2489
2442
|
"external": true
|
2490
2443
|
},
|
2491
2444
|
{
|
2492
|
-
"path": "@
|
2445
|
+
"path": "@radix-ui/react-dialog",
|
2493
2446
|
"kind": "import-statement",
|
2494
2447
|
"external": true
|
2495
2448
|
},
|
2496
2449
|
{
|
2497
|
-
"path": "@
|
2450
|
+
"path": "@stitches/react",
|
2498
2451
|
"kind": "import-statement",
|
2499
2452
|
"external": true
|
2500
2453
|
},
|
2501
2454
|
{
|
2502
|
-
"path": "src/
|
2455
|
+
"path": "src/Modal/index.ts",
|
2503
2456
|
"kind": "import-statement",
|
2504
|
-
"original": "
|
2457
|
+
"original": "../Modal"
|
2505
2458
|
},
|
2506
2459
|
{
|
2507
|
-
"path": "src/
|
2460
|
+
"path": "src/Theme/index.tsx",
|
2508
2461
|
"kind": "import-statement",
|
2509
|
-
"original": "
|
2462
|
+
"original": "../Theme"
|
2510
2463
|
},
|
2511
2464
|
{
|
2512
|
-
"path": "src/
|
2465
|
+
"path": "src/utils/index.ts",
|
2513
2466
|
"kind": "import-statement",
|
2514
|
-
"original": "
|
2467
|
+
"original": "../utils"
|
2515
2468
|
},
|
2516
2469
|
{
|
2517
|
-
"path": "
|
2470
|
+
"path": "<define:process.env>",
|
2518
2471
|
"kind": "import-statement",
|
2519
|
-
"
|
2472
|
+
"external": true
|
2520
2473
|
},
|
2521
2474
|
{
|
2522
|
-
"path": "
|
2475
|
+
"path": "<runtime>",
|
2523
2476
|
"kind": "import-statement",
|
2524
|
-
"
|
2525
|
-
}
|
2477
|
+
"external": true
|
2478
|
+
}
|
2479
|
+
],
|
2480
|
+
"format": "esm"
|
2481
|
+
},
|
2482
|
+
"src/Sheet/index.ts": {
|
2483
|
+
"bytes": 33,
|
2484
|
+
"imports": [
|
2526
2485
|
{
|
2527
|
-
"path": "src/
|
2486
|
+
"path": "src/Sheet/Sheet.tsx",
|
2528
2487
|
"kind": "import-statement",
|
2529
|
-
"original": "
|
2488
|
+
"original": "./Sheet"
|
2530
2489
|
},
|
2531
2490
|
{
|
2532
2491
|
"path": "<define:process.env>",
|
2533
2492
|
"kind": "import-statement",
|
2534
2493
|
"external": true
|
2535
|
-
},
|
2536
|
-
{
|
2537
|
-
"path": "<runtime>",
|
2538
|
-
"kind": "import-statement",
|
2539
|
-
"external": true
|
2540
2494
|
}
|
2541
2495
|
],
|
2542
2496
|
"format": "esm"
|
2543
2497
|
},
|
2544
|
-
"src/Prebuilt/
|
2545
|
-
"bytes":
|
2498
|
+
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
2499
|
+
"bytes": 1116,
|
2546
2500
|
"imports": [
|
2547
2501
|
{
|
2548
2502
|
"path": "react",
|
@@ -2550,25 +2504,30 @@
|
|
2550
2504
|
"external": true
|
2551
2505
|
},
|
2552
2506
|
{
|
2553
|
-
"path": "
|
2507
|
+
"path": "@100mslive/react-icons",
|
2554
2508
|
"kind": "import-statement",
|
2555
|
-
"
|
2509
|
+
"external": true
|
2556
2510
|
},
|
2557
2511
|
{
|
2558
|
-
"path": "src/
|
2512
|
+
"path": "src/index.ts",
|
2559
2513
|
"kind": "import-statement",
|
2560
|
-
"original": "
|
2514
|
+
"original": "../../index"
|
2561
2515
|
},
|
2562
2516
|
{
|
2563
2517
|
"path": "<define:process.env>",
|
2564
2518
|
"kind": "import-statement",
|
2565
2519
|
"external": true
|
2520
|
+
},
|
2521
|
+
{
|
2522
|
+
"path": "<runtime>",
|
2523
|
+
"kind": "import-statement",
|
2524
|
+
"external": true
|
2566
2525
|
}
|
2567
2526
|
],
|
2568
2527
|
"format": "esm"
|
2569
2528
|
},
|
2570
|
-
"src/Prebuilt/components/hooks/
|
2571
|
-
"bytes":
|
2529
|
+
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
2530
|
+
"bytes": 609,
|
2572
2531
|
"imports": [
|
2573
2532
|
{
|
2574
2533
|
"path": "react",
|
@@ -2576,15 +2535,16 @@
|
|
2576
2535
|
"external": true
|
2577
2536
|
},
|
2578
2537
|
{
|
2579
|
-
"path": "
|
2580
|
-
"kind": "import-statement",
|
2581
|
-
"original": "../AppData/useUISettings"
|
2582
|
-
},
|
2583
|
-
{
|
2584
|
-
"path": "src/Prebuilt/common/constants.ts",
|
2538
|
+
"path": "<define:process.env>",
|
2585
2539
|
"kind": "import-statement",
|
2586
|
-
"
|
2587
|
-
}
|
2540
|
+
"external": true
|
2541
|
+
}
|
2542
|
+
],
|
2543
|
+
"format": "esm"
|
2544
|
+
},
|
2545
|
+
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
2546
|
+
"bytes": 75,
|
2547
|
+
"imports": [
|
2588
2548
|
{
|
2589
2549
|
"path": "<define:process.env>",
|
2590
2550
|
"kind": "import-statement",
|
@@ -2593,8 +2553,8 @@
|
|
2593
2553
|
],
|
2594
2554
|
"format": "esm"
|
2595
2555
|
},
|
2596
|
-
"src/Prebuilt/components/
|
2597
|
-
"bytes":
|
2556
|
+
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
2557
|
+
"bytes": 7012,
|
2598
2558
|
"imports": [
|
2599
2559
|
{
|
2600
2560
|
"path": "react",
|
@@ -2606,16 +2566,6 @@
|
|
2606
2566
|
"kind": "import-statement",
|
2607
2567
|
"external": true
|
2608
2568
|
},
|
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
2569
|
{
|
2620
2570
|
"path": "@100mslive/react-sdk",
|
2621
2571
|
"kind": "import-statement",
|
@@ -2627,60 +2577,55 @@
|
|
2627
2577
|
"external": true
|
2628
2578
|
},
|
2629
2579
|
{
|
2630
|
-
"path": "src/
|
2580
|
+
"path": "src/index.ts",
|
2631
2581
|
"kind": "import-statement",
|
2632
|
-
"original": "
|
2582
|
+
"original": "../../../"
|
2633
2583
|
},
|
2634
2584
|
{
|
2635
|
-
"path": "src/
|
2585
|
+
"path": "src/Theme/index.tsx",
|
2636
2586
|
"kind": "import-statement",
|
2637
|
-
"original": "
|
2587
|
+
"original": "../../../Theme"
|
2638
2588
|
},
|
2639
2589
|
{
|
2640
|
-
"path": "src/
|
2590
|
+
"path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
|
2641
2591
|
"kind": "import-statement",
|
2642
|
-
"original": "../../
|
2592
|
+
"original": "../../primitives/DropdownTrigger"
|
2643
2593
|
},
|
2644
2594
|
{
|
2645
|
-
"path": "src/
|
2595
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
2646
2596
|
"kind": "import-statement",
|
2647
|
-
"original": "
|
2597
|
+
"original": "../AppData/useUISettings"
|
2648
2598
|
},
|
2649
2599
|
{
|
2650
|
-
"path": "src/
|
2600
|
+
"path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
|
2651
2601
|
"kind": "import-statement",
|
2652
|
-
"original": "
|
2602
|
+
"original": "../hooks/useAudioOutputTest"
|
2653
2603
|
},
|
2654
2604
|
{
|
2655
|
-
"path": "src/Prebuilt/
|
2605
|
+
"path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
|
2656
2606
|
"kind": "import-statement",
|
2657
|
-
"original": "../
|
2607
|
+
"original": "../hooks/useDropdownSelection"
|
2658
2608
|
},
|
2659
2609
|
{
|
2660
|
-
"path": "src/Prebuilt/components/
|
2610
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
2661
2611
|
"kind": "import-statement",
|
2662
|
-
"original": "./
|
2612
|
+
"original": "./common"
|
2663
2613
|
},
|
2664
2614
|
{
|
2665
2615
|
"path": "src/Prebuilt/common/constants.ts",
|
2666
2616
|
"kind": "import-statement",
|
2667
|
-
"original": "
|
2617
|
+
"original": "../../common/constants"
|
2668
2618
|
},
|
2669
2619
|
{
|
2670
2620
|
"path": "<define:process.env>",
|
2671
2621
|
"kind": "import-statement",
|
2672
2622
|
"external": true
|
2673
|
-
},
|
2674
|
-
{
|
2675
|
-
"path": "<runtime>",
|
2676
|
-
"kind": "import-statement",
|
2677
|
-
"external": true
|
2678
2623
|
}
|
2679
2624
|
],
|
2680
2625
|
"format": "esm"
|
2681
2626
|
},
|
2682
|
-
"src/Prebuilt/components/
|
2683
|
-
"bytes":
|
2627
|
+
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
2628
|
+
"bytes": 1860,
|
2684
2629
|
"imports": [
|
2685
2630
|
{
|
2686
2631
|
"path": "react",
|
@@ -2693,45 +2638,29 @@
|
|
2693
2638
|
"external": true
|
2694
2639
|
},
|
2695
2640
|
{
|
2696
|
-
"path": "src/
|
2697
|
-
"kind": "import-statement",
|
2698
|
-
"original": "../../../Button"
|
2699
|
-
},
|
2700
|
-
{
|
2701
|
-
"path": "src/Layout/index.tsx",
|
2641
|
+
"path": "src/index.ts",
|
2702
2642
|
"kind": "import-statement",
|
2703
|
-
"original": "
|
2643
|
+
"original": "../../.."
|
2704
2644
|
},
|
2705
2645
|
{
|
2706
|
-
"path": "src/
|
2646
|
+
"path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
|
2707
2647
|
"kind": "import-statement",
|
2708
|
-
"original": "
|
2648
|
+
"original": "./SwitchWithLabel"
|
2709
2649
|
},
|
2710
2650
|
{
|
2711
|
-
"path": "
|
2651
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
2712
2652
|
"kind": "import-statement",
|
2713
|
-
"
|
2653
|
+
"original": "../AppData/useUISettings"
|
2714
2654
|
},
|
2715
2655
|
{
|
2716
|
-
"path": "
|
2717
|
-
"kind": "import-statement",
|
2718
|
-
"external": true
|
2719
|
-
}
|
2720
|
-
],
|
2721
|
-
"format": "esm"
|
2722
|
-
},
|
2723
|
-
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
2724
|
-
"bytes": 580,
|
2725
|
-
"imports": [
|
2726
|
-
{
|
2727
|
-
"path": "src/IconButton/index.tsx",
|
2656
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
2728
2657
|
"kind": "import-statement",
|
2729
|
-
"original": "
|
2658
|
+
"original": "./common"
|
2730
2659
|
},
|
2731
2660
|
{
|
2732
|
-
"path": "src/
|
2661
|
+
"path": "src/Prebuilt/common/constants.ts",
|
2733
2662
|
"kind": "import-statement",
|
2734
|
-
"original": "
|
2663
|
+
"original": "../../common/constants"
|
2735
2664
|
},
|
2736
2665
|
{
|
2737
2666
|
"path": "<define:process.env>",
|
@@ -2741,8 +2670,8 @@
|
|
2741
2670
|
],
|
2742
2671
|
"format": "esm"
|
2743
2672
|
},
|
2744
|
-
"src/Prebuilt/components/
|
2745
|
-
"bytes":
|
2673
|
+
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
2674
|
+
"bytes": 9473,
|
2746
2675
|
"imports": [
|
2747
2676
|
{
|
2748
2677
|
"path": "react",
|
@@ -2750,60 +2679,74 @@
|
|
2750
2679
|
"external": true
|
2751
2680
|
},
|
2752
2681
|
{
|
2753
|
-
"path": "
|
2682
|
+
"path": "react-use",
|
2754
2683
|
"kind": "import-statement",
|
2755
|
-
"
|
2684
|
+
"external": true
|
2756
2685
|
},
|
2757
2686
|
{
|
2758
|
-
"path": "
|
2687
|
+
"path": "@100mslive/react-icons",
|
2759
2688
|
"kind": "import-statement",
|
2760
|
-
"
|
2689
|
+
"external": true
|
2761
2690
|
},
|
2762
2691
|
{
|
2763
|
-
"path": "
|
2692
|
+
"path": "src/Divider/index.ts",
|
2764
2693
|
"kind": "import-statement",
|
2765
|
-
"
|
2694
|
+
"original": "../../../Divider"
|
2766
2695
|
},
|
2767
2696
|
{
|
2768
|
-
"path": "
|
2697
|
+
"path": "src/IconButton/index.tsx",
|
2769
2698
|
"kind": "import-statement",
|
2770
|
-
"
|
2699
|
+
"original": "../../../IconButton"
|
2771
2700
|
},
|
2772
2701
|
{
|
2773
|
-
"path": "
|
2702
|
+
"path": "src/Layout/index.tsx",
|
2774
2703
|
"kind": "import-statement",
|
2775
|
-
"
|
2776
|
-
}
|
2777
|
-
],
|
2778
|
-
"format": "esm"
|
2779
|
-
},
|
2780
|
-
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
2781
|
-
"bytes": 1759,
|
2782
|
-
"imports": [
|
2704
|
+
"original": "../../../Layout"
|
2705
|
+
},
|
2783
2706
|
{
|
2784
|
-
"path": "
|
2707
|
+
"path": "src/Modal/index.ts",
|
2785
2708
|
"kind": "import-statement",
|
2786
|
-
"
|
2709
|
+
"original": "../../../Modal"
|
2787
2710
|
},
|
2788
2711
|
{
|
2789
|
-
"path": "
|
2712
|
+
"path": "src/Sheet/index.ts",
|
2790
2713
|
"kind": "import-statement",
|
2791
|
-
"
|
2714
|
+
"original": "../../../Sheet"
|
2792
2715
|
},
|
2793
2716
|
{
|
2794
|
-
"path": "src/
|
2717
|
+
"path": "src/Tabs/index.tsx",
|
2795
2718
|
"kind": "import-statement",
|
2796
|
-
"original": "../../../
|
2719
|
+
"original": "../../../Tabs"
|
2797
2720
|
},
|
2798
2721
|
{
|
2799
|
-
"path": "src/
|
2722
|
+
"path": "src/Text/index.tsx",
|
2800
2723
|
"kind": "import-statement",
|
2801
|
-
"original": "../../../
|
2724
|
+
"original": "../../../Text"
|
2802
2725
|
},
|
2803
2726
|
{
|
2804
|
-
"path": "src/
|
2727
|
+
"path": "src/Theme/index.tsx",
|
2805
2728
|
"kind": "import-statement",
|
2806
|
-
"original": "../../../
|
2729
|
+
"original": "../../../Theme"
|
2730
|
+
},
|
2731
|
+
{
|
2732
|
+
"path": "src/Prebuilt/components/Settings/DeviceSettings.jsx",
|
2733
|
+
"kind": "import-statement",
|
2734
|
+
"original": "./DeviceSettings"
|
2735
|
+
},
|
2736
|
+
{
|
2737
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
2738
|
+
"kind": "import-statement",
|
2739
|
+
"original": "./LayoutSettings"
|
2740
|
+
},
|
2741
|
+
{
|
2742
|
+
"path": "src/Prebuilt/components/Settings/NotificationSettings.tsx",
|
2743
|
+
"kind": "import-statement",
|
2744
|
+
"original": "./NotificationSettings"
|
2745
|
+
},
|
2746
|
+
{
|
2747
|
+
"path": "src/Prebuilt/components/Settings/common.ts",
|
2748
|
+
"kind": "import-statement",
|
2749
|
+
"original": "./common"
|
2807
2750
|
},
|
2808
2751
|
{
|
2809
2752
|
"path": "<define:process.env>",
|
@@ -2818,8 +2761,29 @@
|
|
2818
2761
|
],
|
2819
2762
|
"format": "esm"
|
2820
2763
|
},
|
2821
|
-
"src/Prebuilt/components/
|
2822
|
-
"bytes":
|
2764
|
+
"src/Prebuilt/components/Toast/ToastManager.js": {
|
2765
|
+
"bytes": 922,
|
2766
|
+
"imports": [
|
2767
|
+
{
|
2768
|
+
"path": "uuid",
|
2769
|
+
"kind": "import-statement",
|
2770
|
+
"external": true
|
2771
|
+
},
|
2772
|
+
{
|
2773
|
+
"path": "<define:process.env>",
|
2774
|
+
"kind": "import-statement",
|
2775
|
+
"external": true
|
2776
|
+
},
|
2777
|
+
{
|
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,
|
2823
2787
|
"imports": [
|
2824
2788
|
{
|
2825
2789
|
"path": "react",
|
@@ -2827,7 +2791,7 @@
|
|
2827
2791
|
"external": true
|
2828
2792
|
},
|
2829
2793
|
{
|
2830
|
-
"path": "@100mslive/
|
2794
|
+
"path": "@100mslive/hms-noise-cancellation",
|
2831
2795
|
"kind": "import-statement",
|
2832
2796
|
"external": true
|
2833
2797
|
},
|
@@ -2841,50 +2805,203 @@
|
|
2841
2805
|
"kind": "import-statement",
|
2842
2806
|
"external": true
|
2843
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
|
+
},
|
2844
2823
|
{
|
2845
2824
|
"path": "src/Dropdown/index.tsx",
|
2846
2825
|
"kind": "import-statement",
|
2847
|
-
"original": "
|
2826
|
+
"original": "../../Dropdown"
|
2848
2827
|
},
|
2849
2828
|
{
|
2850
2829
|
"path": "src/Layout/index.tsx",
|
2851
2830
|
"kind": "import-statement",
|
2852
|
-
"original": "
|
2831
|
+
"original": "../../Layout"
|
2853
2832
|
},
|
2854
2833
|
{
|
2855
|
-
"path": "src/
|
2834
|
+
"path": "src/Switch/index.ts",
|
2856
2835
|
"kind": "import-statement",
|
2857
|
-
"original": "
|
2836
|
+
"original": "../../Switch"
|
2837
|
+
},
|
2838
|
+
{
|
2839
|
+
"path": "src/Text/index.tsx",
|
2840
|
+
"kind": "import-statement",
|
2841
|
+
"original": "../../Text"
|
2858
2842
|
},
|
2859
2843
|
{
|
2860
2844
|
"path": "src/Tooltip/index.ts",
|
2861
2845
|
"kind": "import-statement",
|
2862
|
-
"original": "
|
2846
|
+
"original": "../../Tooltip"
|
2863
2847
|
},
|
2864
2848
|
{
|
2865
|
-
"path": "src/Prebuilt/
|
2849
|
+
"path": "src/Prebuilt/IconButton.tsx",
|
2866
2850
|
"kind": "import-statement",
|
2867
|
-
"original": "
|
2851
|
+
"original": "../IconButton"
|
2868
2852
|
},
|
2869
2853
|
{
|
2870
|
-
"path": "src/Prebuilt/
|
2854
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
2871
2855
|
"kind": "import-statement",
|
2872
|
-
"original": "
|
2856
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
2873
2857
|
},
|
2874
2858
|
{
|
2875
|
-
"path": "src/Prebuilt/components/
|
2859
|
+
"path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
|
2876
2860
|
"kind": "import-statement",
|
2877
|
-
"original": "./
|
2861
|
+
"original": "./hooks/useAudioOutputTest"
|
2878
2862
|
},
|
2879
2863
|
{
|
2880
|
-
"path": "src/Prebuilt/
|
2864
|
+
"path": "src/Prebuilt/common/constants.ts",
|
2881
2865
|
"kind": "import-statement",
|
2882
|
-
"original": "
|
2866
|
+
"original": "../common/constants"
|
2867
|
+
},
|
2868
|
+
{
|
2869
|
+
"path": "<define:process.env>",
|
2870
|
+
"kind": "import-statement",
|
2871
|
+
"external": true
|
2872
|
+
},
|
2873
|
+
{
|
2874
|
+
"path": "<runtime>",
|
2875
|
+
"kind": "import-statement",
|
2876
|
+
"external": true
|
2877
|
+
}
|
2878
|
+
],
|
2879
|
+
"format": "esm"
|
2880
|
+
},
|
2881
|
+
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
2882
|
+
"bytes": 1189,
|
2883
|
+
"imports": [
|
2884
|
+
{
|
2885
|
+
"path": "react",
|
2886
|
+
"kind": "import-statement",
|
2887
|
+
"external": true
|
2888
|
+
},
|
2889
|
+
{
|
2890
|
+
"path": "src/Layout/index.tsx",
|
2891
|
+
"kind": "import-statement",
|
2892
|
+
"original": "../../../Layout"
|
2893
|
+
},
|
2894
|
+
{
|
2895
|
+
"path": "src/Theme/index.tsx",
|
2896
|
+
"kind": "import-statement",
|
2897
|
+
"original": "../../../Theme"
|
2898
|
+
},
|
2899
|
+
{
|
2900
|
+
"path": "<define:process.env>",
|
2901
|
+
"kind": "import-statement",
|
2902
|
+
"external": true
|
2903
|
+
}
|
2904
|
+
],
|
2905
|
+
"format": "esm"
|
2906
|
+
},
|
2907
|
+
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
2908
|
+
"bytes": 811,
|
2909
|
+
"imports": [
|
2910
|
+
{
|
2911
|
+
"path": "react",
|
2912
|
+
"kind": "import-statement",
|
2913
|
+
"external": true
|
2914
|
+
},
|
2915
|
+
{
|
2916
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
2917
|
+
"kind": "import-statement",
|
2918
|
+
"original": "../AppData/useUISettings"
|
2919
|
+
},
|
2920
|
+
{
|
2921
|
+
"path": "src/Prebuilt/common/constants.ts",
|
2922
|
+
"kind": "import-statement",
|
2923
|
+
"original": "../../common/constants"
|
2924
|
+
},
|
2925
|
+
{
|
2926
|
+
"path": "<define:process.env>",
|
2927
|
+
"kind": "import-statement",
|
2928
|
+
"external": true
|
2929
|
+
}
|
2930
|
+
],
|
2931
|
+
"format": "esm"
|
2932
|
+
},
|
2933
|
+
"src/Prebuilt/components/EmojiReaction.jsx": {
|
2934
|
+
"bytes": 2758,
|
2935
|
+
"imports": [
|
2936
|
+
{
|
2937
|
+
"path": "react",
|
2938
|
+
"kind": "import-statement",
|
2939
|
+
"external": true
|
2940
|
+
},
|
2941
|
+
{
|
2942
|
+
"path": "react-use",
|
2943
|
+
"kind": "import-statement",
|
2944
|
+
"external": true
|
2945
|
+
},
|
2946
|
+
{
|
2947
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
2948
|
+
"kind": "import-statement",
|
2949
|
+
"external": true
|
2950
|
+
},
|
2951
|
+
{
|
2952
|
+
"path": "emoji-mart",
|
2953
|
+
"kind": "import-statement",
|
2954
|
+
"external": true
|
2955
|
+
},
|
2956
|
+
{
|
2957
|
+
"path": "@100mslive/react-sdk",
|
2958
|
+
"kind": "import-statement",
|
2959
|
+
"external": true
|
2960
|
+
},
|
2961
|
+
{
|
2962
|
+
"path": "@100mslive/react-icons",
|
2963
|
+
"kind": "import-statement",
|
2964
|
+
"external": true
|
2965
|
+
},
|
2966
|
+
{
|
2967
|
+
"path": "src/Prebuilt/components/Footer/EmojiCard.jsx",
|
2968
|
+
"kind": "import-statement",
|
2969
|
+
"original": "./Footer/EmojiCard"
|
2970
|
+
},
|
2971
|
+
{
|
2972
|
+
"path": "src/Dropdown/index.tsx",
|
2973
|
+
"kind": "import-statement",
|
2974
|
+
"original": "../../Dropdown"
|
2975
|
+
},
|
2976
|
+
{
|
2977
|
+
"path": "src/Layout/index.tsx",
|
2978
|
+
"kind": "import-statement",
|
2979
|
+
"original": "../../Layout"
|
2980
|
+
},
|
2981
|
+
{
|
2982
|
+
"path": "src/Theme/index.tsx",
|
2983
|
+
"kind": "import-statement",
|
2984
|
+
"original": "../../Theme"
|
2985
|
+
},
|
2986
|
+
{
|
2987
|
+
"path": "src/Tooltip/index.ts",
|
2988
|
+
"kind": "import-statement",
|
2989
|
+
"original": "../../Tooltip"
|
2990
|
+
},
|
2991
|
+
{
|
2992
|
+
"path": "src/Prebuilt/IconButton.tsx",
|
2993
|
+
"kind": "import-statement",
|
2994
|
+
"original": "../IconButton"
|
2883
2995
|
},
|
2884
2996
|
{
|
2885
2997
|
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
2886
2998
|
"kind": "import-statement",
|
2887
|
-
"original": "
|
2999
|
+
"original": "./hooks/useDropdownList"
|
3000
|
+
},
|
3001
|
+
{
|
3002
|
+
"path": "src/Prebuilt/common/constants.ts",
|
3003
|
+
"kind": "import-statement",
|
3004
|
+
"original": "../common/constants"
|
2888
3005
|
},
|
2889
3006
|
{
|
2890
3007
|
"path": "<define:process.env>",
|
@@ -2899,8 +3016,8 @@
|
|
2899
3016
|
],
|
2900
3017
|
"format": "esm"
|
2901
3018
|
},
|
2902
|
-
"src/
|
2903
|
-
"bytes":
|
3019
|
+
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
3020
|
+
"bytes": 1995,
|
2904
3021
|
"imports": [
|
2905
3022
|
{
|
2906
3023
|
"path": "react",
|
@@ -2908,29 +3025,81 @@
|
|
2908
3025
|
"external": true
|
2909
3026
|
},
|
2910
3027
|
{
|
2911
|
-
"path": "@
|
3028
|
+
"path": "@100mslive/react-icons",
|
2912
3029
|
"kind": "import-statement",
|
2913
3030
|
"external": true
|
2914
3031
|
},
|
2915
3032
|
{
|
2916
|
-
"path": "
|
3033
|
+
"path": "src/Button/index.tsx",
|
3034
|
+
"kind": "import-statement",
|
3035
|
+
"original": "../../../Button"
|
3036
|
+
},
|
3037
|
+
{
|
3038
|
+
"path": "src/Layout/index.tsx",
|
3039
|
+
"kind": "import-statement",
|
3040
|
+
"original": "../../../Layout"
|
3041
|
+
},
|
3042
|
+
{
|
3043
|
+
"path": "src/Text/index.tsx",
|
3044
|
+
"kind": "import-statement",
|
3045
|
+
"original": "../../../Text"
|
3046
|
+
},
|
3047
|
+
{
|
3048
|
+
"path": "<define:process.env>",
|
2917
3049
|
"kind": "import-statement",
|
2918
3050
|
"external": true
|
2919
3051
|
},
|
2920
3052
|
{
|
2921
|
-
"path": "
|
3053
|
+
"path": "<runtime>",
|
2922
3054
|
"kind": "import-statement",
|
2923
|
-
"
|
3055
|
+
"external": true
|
3056
|
+
}
|
3057
|
+
],
|
3058
|
+
"format": "esm"
|
3059
|
+
},
|
3060
|
+
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
3061
|
+
"bytes": 580,
|
3062
|
+
"imports": [
|
3063
|
+
{
|
3064
|
+
"path": "src/IconButton/index.tsx",
|
3065
|
+
"kind": "import-statement",
|
3066
|
+
"original": "../../../IconButton"
|
2924
3067
|
},
|
2925
3068
|
{
|
2926
3069
|
"path": "src/Theme/index.tsx",
|
2927
3070
|
"kind": "import-statement",
|
2928
|
-
"original": "
|
3071
|
+
"original": "../../../Theme"
|
2929
3072
|
},
|
2930
3073
|
{
|
2931
|
-
"path": "
|
3074
|
+
"path": "<define:process.env>",
|
2932
3075
|
"kind": "import-statement",
|
2933
|
-
"
|
3076
|
+
"external": true
|
3077
|
+
}
|
3078
|
+
],
|
3079
|
+
"format": "esm"
|
3080
|
+
},
|
3081
|
+
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
3082
|
+
"bytes": 788,
|
3083
|
+
"imports": [
|
3084
|
+
{
|
3085
|
+
"path": "react",
|
3086
|
+
"kind": "import-statement",
|
3087
|
+
"external": true
|
3088
|
+
},
|
3089
|
+
{
|
3090
|
+
"path": "src/Layout/index.tsx",
|
3091
|
+
"kind": "import-statement",
|
3092
|
+
"original": "../../../Layout"
|
3093
|
+
},
|
3094
|
+
{
|
3095
|
+
"path": "src/Text/index.tsx",
|
3096
|
+
"kind": "import-statement",
|
3097
|
+
"original": "../../../Text"
|
3098
|
+
},
|
3099
|
+
{
|
3100
|
+
"path": "../../../Theme",
|
3101
|
+
"kind": "import-statement",
|
3102
|
+
"external": true
|
2934
3103
|
},
|
2935
3104
|
{
|
2936
3105
|
"path": "<define:process.env>",
|
@@ -2945,18 +3114,124 @@
|
|
2945
3114
|
],
|
2946
3115
|
"format": "esm"
|
2947
3116
|
},
|
2948
|
-
"src/
|
2949
|
-
"bytes":
|
3117
|
+
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
3118
|
+
"bytes": 1759,
|
3119
|
+
"imports": [
|
3120
|
+
{
|
3121
|
+
"path": "react",
|
3122
|
+
"kind": "import-statement",
|
3123
|
+
"external": true
|
3124
|
+
},
|
3125
|
+
{
|
3126
|
+
"path": "@100mslive/react-icons",
|
3127
|
+
"kind": "import-statement",
|
3128
|
+
"external": true
|
3129
|
+
},
|
3130
|
+
{
|
3131
|
+
"path": "src/Button/index.tsx",
|
3132
|
+
"kind": "import-statement",
|
3133
|
+
"original": "../../../Button"
|
3134
|
+
},
|
3135
|
+
{
|
3136
|
+
"path": "src/Layout/index.tsx",
|
3137
|
+
"kind": "import-statement",
|
3138
|
+
"original": "../../../Layout"
|
3139
|
+
},
|
3140
|
+
{
|
3141
|
+
"path": "src/Text/index.tsx",
|
3142
|
+
"kind": "import-statement",
|
3143
|
+
"original": "../../../Text"
|
3144
|
+
},
|
3145
|
+
{
|
3146
|
+
"path": "<define:process.env>",
|
3147
|
+
"kind": "import-statement",
|
3148
|
+
"external": true
|
3149
|
+
},
|
3150
|
+
{
|
3151
|
+
"path": "<runtime>",
|
3152
|
+
"kind": "import-statement",
|
3153
|
+
"external": true
|
3154
|
+
}
|
3155
|
+
],
|
3156
|
+
"format": "esm"
|
3157
|
+
},
|
3158
|
+
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
3159
|
+
"bytes": 6141,
|
2950
3160
|
"imports": [
|
2951
3161
|
{
|
2952
|
-
"path": "
|
3162
|
+
"path": "react",
|
3163
|
+
"kind": "import-statement",
|
3164
|
+
"external": true
|
3165
|
+
},
|
3166
|
+
{
|
3167
|
+
"path": "@100mslive/types-prebuilt",
|
3168
|
+
"kind": "import-statement",
|
3169
|
+
"external": true
|
3170
|
+
},
|
3171
|
+
{
|
3172
|
+
"path": "@100mslive/react-sdk",
|
3173
|
+
"kind": "import-statement",
|
3174
|
+
"external": true
|
3175
|
+
},
|
3176
|
+
{
|
3177
|
+
"path": "@100mslive/react-icons",
|
3178
|
+
"kind": "import-statement",
|
3179
|
+
"external": true
|
3180
|
+
},
|
3181
|
+
{
|
3182
|
+
"path": "src/Dropdown/index.tsx",
|
3183
|
+
"kind": "import-statement",
|
3184
|
+
"original": "../../../Dropdown"
|
3185
|
+
},
|
3186
|
+
{
|
3187
|
+
"path": "src/Layout/index.tsx",
|
3188
|
+
"kind": "import-statement",
|
3189
|
+
"original": "../../../Layout"
|
3190
|
+
},
|
3191
|
+
{
|
3192
|
+
"path": "src/Modal/index.ts",
|
3193
|
+
"kind": "import-statement",
|
3194
|
+
"original": "../../../Modal"
|
3195
|
+
},
|
3196
|
+
{
|
3197
|
+
"path": "src/Tooltip/index.ts",
|
3198
|
+
"kind": "import-statement",
|
3199
|
+
"original": "../../../Tooltip"
|
3200
|
+
},
|
3201
|
+
{
|
3202
|
+
"path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
|
3203
|
+
"kind": "import-statement",
|
3204
|
+
"original": "./EndSessionContent"
|
3205
|
+
},
|
3206
|
+
{
|
3207
|
+
"path": "src/Prebuilt/components/Leave/LeaveAtoms.tsx",
|
3208
|
+
"kind": "import-statement",
|
3209
|
+
"original": "./LeaveAtoms"
|
3210
|
+
},
|
3211
|
+
{
|
3212
|
+
"path": "src/Prebuilt/components/Leave/LeaveCard.tsx",
|
3213
|
+
"kind": "import-statement",
|
3214
|
+
"original": "./LeaveCard"
|
3215
|
+
},
|
3216
|
+
{
|
3217
|
+
"path": "src/Prebuilt/components/Leave/LeaveSessionContent.tsx",
|
3218
|
+
"kind": "import-statement",
|
3219
|
+
"original": "./LeaveSessionContent"
|
3220
|
+
},
|
3221
|
+
{
|
3222
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
2953
3223
|
"kind": "import-statement",
|
2954
|
-
"original": "
|
3224
|
+
"original": "../hooks/useDropdownList"
|
2955
3225
|
},
|
2956
3226
|
{
|
2957
3227
|
"path": "<define:process.env>",
|
2958
3228
|
"kind": "import-statement",
|
2959
3229
|
"external": true
|
3230
|
+
},
|
3231
|
+
{
|
3232
|
+
"path": "<runtime>",
|
3233
|
+
"kind": "import-statement",
|
3234
|
+
"external": true
|
2960
3235
|
}
|
2961
3236
|
],
|
2962
3237
|
"format": "esm"
|
@@ -3228,17 +3503,6 @@
|
|
3228
3503
|
],
|
3229
3504
|
"format": "esm"
|
3230
3505
|
},
|
3231
|
-
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
3232
|
-
"bytes": 75,
|
3233
|
-
"imports": [
|
3234
|
-
{
|
3235
|
-
"path": "<define:process.env>",
|
3236
|
-
"kind": "import-statement",
|
3237
|
-
"external": true
|
3238
|
-
}
|
3239
|
-
],
|
3240
|
-
"format": "esm"
|
3241
|
-
},
|
3242
3506
|
"src/Prebuilt/common/hooks.ts": {
|
3243
3507
|
"bytes": 3796,
|
3244
3508
|
"imports": [
|
@@ -3314,278 +3578,44 @@
|
|
3314
3578
|
"original": "../../Dropdown"
|
3315
3579
|
},
|
3316
3580
|
{
|
3317
|
-
"path": "src/Label/index.ts",
|
3318
|
-
"kind": "import-statement",
|
3319
|
-
"original": "../../Label"
|
3320
|
-
},
|
3321
|
-
{
|
3322
|
-
"path": "src/Layout/index.tsx",
|
3323
|
-
"kind": "import-statement",
|
3324
|
-
"original": "../../Layout"
|
3325
|
-
},
|
3326
|
-
{
|
3327
|
-
"path": "src/Modal/index.ts",
|
3328
|
-
"kind": "import-statement",
|
3329
|
-
"original": "../../Modal"
|
3330
|
-
},
|
3331
|
-
{
|
3332
|
-
"path": "src/Text/index.tsx",
|
3333
|
-
"kind": "import-statement",
|
3334
|
-
"original": "../../Text"
|
3335
|
-
},
|
3336
|
-
{
|
3337
|
-
"path": "src/Tooltip/index.ts",
|
3338
|
-
"kind": "import-statement",
|
3339
|
-
"original": "../../Tooltip"
|
3340
|
-
},
|
3341
|
-
{
|
3342
|
-
"path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
|
3343
|
-
"kind": "import-statement",
|
3344
|
-
"original": "./hooks/useDropdownSelection"
|
3345
|
-
},
|
3346
|
-
{
|
3347
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
3348
|
-
"kind": "import-statement",
|
3349
|
-
"original": "../common/hooks"
|
3350
|
-
},
|
3351
|
-
{
|
3352
|
-
"path": "src/utils/index.ts",
|
3353
|
-
"kind": "import-statement",
|
3354
|
-
"original": "../../utils"
|
3355
|
-
},
|
3356
|
-
{
|
3357
|
-
"path": "<define:process.env>",
|
3358
|
-
"kind": "import-statement",
|
3359
|
-
"external": true
|
3360
|
-
},
|
3361
|
-
{
|
3362
|
-
"path": "<runtime>",
|
3363
|
-
"kind": "import-statement",
|
3364
|
-
"external": true
|
3365
|
-
}
|
3366
|
-
],
|
3367
|
-
"format": "esm"
|
3368
|
-
},
|
3369
|
-
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
3370
|
-
"bytes": 1116,
|
3371
|
-
"imports": [
|
3372
|
-
{
|
3373
|
-
"path": "react",
|
3374
|
-
"kind": "import-statement",
|
3375
|
-
"external": true
|
3376
|
-
},
|
3377
|
-
{
|
3378
|
-
"path": "@100mslive/react-icons",
|
3379
|
-
"kind": "import-statement",
|
3380
|
-
"external": true
|
3381
|
-
},
|
3382
|
-
{
|
3383
|
-
"path": "src/index.ts",
|
3384
|
-
"kind": "import-statement",
|
3385
|
-
"original": "../../index"
|
3386
|
-
},
|
3387
|
-
{
|
3388
|
-
"path": "<define:process.env>",
|
3389
|
-
"kind": "import-statement",
|
3390
|
-
"external": true
|
3391
|
-
},
|
3392
|
-
{
|
3393
|
-
"path": "<runtime>",
|
3394
|
-
"kind": "import-statement",
|
3395
|
-
"external": true
|
3396
|
-
}
|
3397
|
-
],
|
3398
|
-
"format": "esm"
|
3399
|
-
},
|
3400
|
-
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
3401
|
-
"bytes": 7180,
|
3402
|
-
"imports": [
|
3403
|
-
{
|
3404
|
-
"path": "react",
|
3405
|
-
"kind": "import-statement",
|
3406
|
-
"external": true
|
3407
|
-
},
|
3408
|
-
{
|
3409
|
-
"path": "react-use",
|
3410
|
-
"kind": "import-statement",
|
3411
|
-
"external": true
|
3412
|
-
},
|
3413
|
-
{
|
3414
|
-
"path": "@100mslive/react-sdk",
|
3415
|
-
"kind": "import-statement",
|
3416
|
-
"external": true
|
3417
|
-
},
|
3418
|
-
{
|
3419
|
-
"path": "@100mslive/react-icons",
|
3420
|
-
"kind": "import-statement",
|
3421
|
-
"external": true
|
3422
|
-
},
|
3423
|
-
{
|
3424
|
-
"path": "src/index.ts",
|
3425
|
-
"kind": "import-statement",
|
3426
|
-
"original": "../../../"
|
3427
|
-
},
|
3428
|
-
{
|
3429
|
-
"path": "src/Theme/index.tsx",
|
3430
|
-
"kind": "import-statement",
|
3431
|
-
"original": "../../../Theme"
|
3432
|
-
},
|
3433
|
-
{
|
3434
|
-
"path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
|
3435
|
-
"kind": "import-statement",
|
3436
|
-
"original": "../../primitives/DropdownTrigger"
|
3437
|
-
},
|
3438
|
-
{
|
3439
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
3440
|
-
"kind": "import-statement",
|
3441
|
-
"original": "../AppData/useUISettings"
|
3442
|
-
},
|
3443
|
-
{
|
3444
|
-
"path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
|
3445
|
-
"kind": "import-statement",
|
3446
|
-
"original": "../hooks/useDropdownSelection"
|
3447
|
-
},
|
3448
|
-
{
|
3449
|
-
"path": "src/Prebuilt/components/Settings/common.ts",
|
3450
|
-
"kind": "import-statement",
|
3451
|
-
"original": "./common"
|
3452
|
-
},
|
3453
|
-
{
|
3454
|
-
"path": "src/Prebuilt/common/constants.ts",
|
3455
|
-
"kind": "import-statement",
|
3456
|
-
"original": "../../common/constants"
|
3457
|
-
},
|
3458
|
-
{
|
3459
|
-
"path": "<define:process.env>",
|
3460
|
-
"kind": "import-statement",
|
3461
|
-
"external": true
|
3462
|
-
}
|
3463
|
-
],
|
3464
|
-
"format": "esm"
|
3465
|
-
},
|
3466
|
-
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
3467
|
-
"bytes": 1860,
|
3468
|
-
"imports": [
|
3469
|
-
{
|
3470
|
-
"path": "react",
|
3471
|
-
"kind": "import-statement",
|
3472
|
-
"external": true
|
3473
|
-
},
|
3474
|
-
{
|
3475
|
-
"path": "@100mslive/react-icons",
|
3476
|
-
"kind": "import-statement",
|
3477
|
-
"external": true
|
3478
|
-
},
|
3479
|
-
{
|
3480
|
-
"path": "src/index.ts",
|
3481
|
-
"kind": "import-statement",
|
3482
|
-
"original": "../../.."
|
3483
|
-
},
|
3484
|
-
{
|
3485
|
-
"path": "src/Prebuilt/components/Settings/SwitchWithLabel.tsx",
|
3486
|
-
"kind": "import-statement",
|
3487
|
-
"original": "./SwitchWithLabel"
|
3488
|
-
},
|
3489
|
-
{
|
3490
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
3491
|
-
"kind": "import-statement",
|
3492
|
-
"original": "../AppData/useUISettings"
|
3493
|
-
},
|
3494
|
-
{
|
3495
|
-
"path": "src/Prebuilt/components/Settings/common.ts",
|
3496
|
-
"kind": "import-statement",
|
3497
|
-
"original": "./common"
|
3498
|
-
},
|
3499
|
-
{
|
3500
|
-
"path": "src/Prebuilt/common/constants.ts",
|
3501
|
-
"kind": "import-statement",
|
3502
|
-
"original": "../../common/constants"
|
3503
|
-
},
|
3504
|
-
{
|
3505
|
-
"path": "<define:process.env>",
|
3506
|
-
"kind": "import-statement",
|
3507
|
-
"external": true
|
3508
|
-
}
|
3509
|
-
],
|
3510
|
-
"format": "esm"
|
3511
|
-
},
|
3512
|
-
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
3513
|
-
"bytes": 9473,
|
3514
|
-
"imports": [
|
3515
|
-
{
|
3516
|
-
"path": "react",
|
3517
|
-
"kind": "import-statement",
|
3518
|
-
"external": true
|
3519
|
-
},
|
3520
|
-
{
|
3521
|
-
"path": "react-use",
|
3522
|
-
"kind": "import-statement",
|
3523
|
-
"external": true
|
3524
|
-
},
|
3525
|
-
{
|
3526
|
-
"path": "@100mslive/react-icons",
|
3527
|
-
"kind": "import-statement",
|
3528
|
-
"external": true
|
3529
|
-
},
|
3530
|
-
{
|
3531
|
-
"path": "src/Divider/index.ts",
|
3532
|
-
"kind": "import-statement",
|
3533
|
-
"original": "../../../Divider"
|
3534
|
-
},
|
3535
|
-
{
|
3536
|
-
"path": "src/IconButton/index.tsx",
|
3537
|
-
"kind": "import-statement",
|
3538
|
-
"original": "../../../IconButton"
|
3539
|
-
},
|
3540
|
-
{
|
3541
|
-
"path": "src/Layout/index.tsx",
|
3542
|
-
"kind": "import-statement",
|
3543
|
-
"original": "../../../Layout"
|
3544
|
-
},
|
3545
|
-
{
|
3546
|
-
"path": "src/Modal/index.ts",
|
3547
|
-
"kind": "import-statement",
|
3548
|
-
"original": "../../../Modal"
|
3549
|
-
},
|
3550
|
-
{
|
3551
|
-
"path": "src/Sheet/index.ts",
|
3581
|
+
"path": "src/Label/index.ts",
|
3552
3582
|
"kind": "import-statement",
|
3553
|
-
"original": "
|
3583
|
+
"original": "../../Label"
|
3554
3584
|
},
|
3555
3585
|
{
|
3556
|
-
"path": "src/
|
3586
|
+
"path": "src/Layout/index.tsx",
|
3557
3587
|
"kind": "import-statement",
|
3558
|
-
"original": "
|
3588
|
+
"original": "../../Layout"
|
3559
3589
|
},
|
3560
3590
|
{
|
3561
|
-
"path": "src/
|
3591
|
+
"path": "src/Modal/index.ts",
|
3562
3592
|
"kind": "import-statement",
|
3563
|
-
"original": "
|
3593
|
+
"original": "../../Modal"
|
3564
3594
|
},
|
3565
3595
|
{
|
3566
|
-
"path": "src/
|
3596
|
+
"path": "src/Text/index.tsx",
|
3567
3597
|
"kind": "import-statement",
|
3568
|
-
"original": "
|
3598
|
+
"original": "../../Text"
|
3569
3599
|
},
|
3570
3600
|
{
|
3571
|
-
"path": "src/
|
3601
|
+
"path": "src/Tooltip/index.ts",
|
3572
3602
|
"kind": "import-statement",
|
3573
|
-
"original": "
|
3603
|
+
"original": "../../Tooltip"
|
3574
3604
|
},
|
3575
3605
|
{
|
3576
|
-
"path": "src/Prebuilt/components/
|
3606
|
+
"path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
|
3577
3607
|
"kind": "import-statement",
|
3578
|
-
"original": "./
|
3608
|
+
"original": "./hooks/useDropdownSelection"
|
3579
3609
|
},
|
3580
3610
|
{
|
3581
|
-
"path": "src/Prebuilt/
|
3611
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
3582
3612
|
"kind": "import-statement",
|
3583
|
-
"original": "
|
3613
|
+
"original": "../common/hooks"
|
3584
3614
|
},
|
3585
3615
|
{
|
3586
|
-
"path": "src/
|
3616
|
+
"path": "src/utils/index.ts",
|
3587
3617
|
"kind": "import-statement",
|
3588
|
-
"original": "
|
3618
|
+
"original": "../../utils"
|
3589
3619
|
},
|
3590
3620
|
{
|
3591
3621
|
"path": "<define:process.env>",
|
@@ -4212,8 +4242,8 @@
|
|
4212
4242
|
],
|
4213
4243
|
"format": "esm"
|
4214
4244
|
},
|
4215
|
-
"../../node_modules/ua-parser-js/src/ua-parser.
|
4216
|
-
"bytes":
|
4245
|
+
"../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
|
4246
|
+
"bytes": 59750,
|
4217
4247
|
"imports": [
|
4218
4248
|
{
|
4219
4249
|
"path": "<define:process.env>",
|
@@ -4221,7 +4251,7 @@
|
|
4221
4251
|
"external": true
|
4222
4252
|
}
|
4223
4253
|
],
|
4224
|
-
"format": "
|
4254
|
+
"format": "esm"
|
4225
4255
|
},
|
4226
4256
|
"../../node_modules/lodash.isequal/index.js": {
|
4227
4257
|
"bytes": 49598,
|
@@ -4554,7 +4584,7 @@
|
|
4554
4584
|
"format": "cjs"
|
4555
4585
|
},
|
4556
4586
|
"../hms-video-store/dist/index.js": {
|
4557
|
-
"bytes":
|
4587
|
+
"bytes": 323418,
|
4558
4588
|
"imports": [
|
4559
4589
|
{
|
4560
4590
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -4572,7 +4602,7 @@
|
|
4572
4602
|
"original": "reselect"
|
4573
4603
|
},
|
4574
4604
|
{
|
4575
|
-
"path": "../../node_modules/ua-parser-js/src/ua-parser.
|
4605
|
+
"path": "../../node_modules/ua-parser-js/src/main/ua-parser.mjs",
|
4576
4606
|
"kind": "import-statement",
|
4577
4607
|
"original": "ua-parser-js"
|
4578
4608
|
},
|
@@ -4792,6 +4822,22 @@
|
|
4792
4822
|
],
|
4793
4823
|
"format": "esm"
|
4794
4824
|
},
|
4825
|
+
"src/Prebuilt/common/utils.js": {
|
4826
|
+
"bytes": 5891,
|
4827
|
+
"imports": [
|
4828
|
+
{
|
4829
|
+
"path": "src/Prebuilt/common/constants.ts",
|
4830
|
+
"kind": "import-statement",
|
4831
|
+
"original": "./constants"
|
4832
|
+
},
|
4833
|
+
{
|
4834
|
+
"path": "<define:process.env>",
|
4835
|
+
"kind": "import-statement",
|
4836
|
+
"external": true
|
4837
|
+
}
|
4838
|
+
],
|
4839
|
+
"format": "esm"
|
4840
|
+
},
|
4795
4841
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
4796
4842
|
"bytes": 9380,
|
4797
4843
|
"imports": [
|
@@ -5011,32 +5057,6 @@
|
|
5011
5057
|
],
|
5012
5058
|
"format": "esm"
|
5013
5059
|
},
|
5014
|
-
"src/Prebuilt/components/AppData/useSheet.ts": {
|
5015
|
-
"bytes": 1126,
|
5016
|
-
"imports": [
|
5017
|
-
{
|
5018
|
-
"path": "react",
|
5019
|
-
"kind": "import-statement",
|
5020
|
-
"external": true
|
5021
|
-
},
|
5022
|
-
{
|
5023
|
-
"path": "@100mslive/react-sdk",
|
5024
|
-
"kind": "import-statement",
|
5025
|
-
"external": true
|
5026
|
-
},
|
5027
|
-
{
|
5028
|
-
"path": "src/Prebuilt/common/constants.ts",
|
5029
|
-
"kind": "import-statement",
|
5030
|
-
"original": "../../common/constants"
|
5031
|
-
},
|
5032
|
-
{
|
5033
|
-
"path": "<define:process.env>",
|
5034
|
-
"kind": "import-statement",
|
5035
|
-
"external": true
|
5036
|
-
}
|
5037
|
-
],
|
5038
|
-
"format": "esm"
|
5039
|
-
},
|
5040
5060
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
5041
5061
|
"bytes": 669,
|
5042
5062
|
"imports": [
|
@@ -5064,7 +5084,7 @@
|
|
5064
5084
|
"format": "esm"
|
5065
5085
|
},
|
5066
5086
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5067
|
-
"bytes":
|
5087
|
+
"bytes": 11876,
|
5068
5088
|
"imports": [
|
5069
5089
|
{
|
5070
5090
|
"path": "react",
|
@@ -5141,16 +5161,6 @@
|
|
5141
5161
|
"kind": "import-statement",
|
5142
5162
|
"original": "../MuteAllModal"
|
5143
5163
|
},
|
5144
|
-
{
|
5145
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
5146
|
-
"kind": "import-statement",
|
5147
|
-
"original": "../../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
5148
|
-
},
|
5149
|
-
{
|
5150
|
-
"path": "src/Prebuilt/components/AppData/useSheet.ts",
|
5151
|
-
"kind": "import-statement",
|
5152
|
-
"original": "../../AppData/useSheet"
|
5153
|
-
},
|
5154
5164
|
{
|
5155
5165
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
5156
5166
|
"kind": "import-statement",
|
@@ -5783,7 +5793,7 @@
|
|
5783
5793
|
"format": "esm"
|
5784
5794
|
},
|
5785
5795
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
5786
|
-
"bytes":
|
5796
|
+
"bytes": 5474,
|
5787
5797
|
"imports": [
|
5788
5798
|
{
|
5789
5799
|
"path": "react",
|
@@ -6121,7 +6131,7 @@
|
|
6121
6131
|
"original": "../../.."
|
6122
6132
|
},
|
6123
6133
|
{
|
6124
|
-
"path": "src/Prebuilt/components/AudioVideoToggle.
|
6134
|
+
"path": "src/Prebuilt/components/AudioVideoToggle.tsx",
|
6125
6135
|
"kind": "import-statement",
|
6126
6136
|
"original": "../AudioVideoToggle"
|
6127
6137
|
},
|
@@ -6814,7 +6824,7 @@
|
|
6814
6824
|
"format": "esm"
|
6815
6825
|
},
|
6816
6826
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
6817
|
-
"bytes":
|
6827
|
+
"bytes": 482,
|
6818
6828
|
"imports": [
|
6819
6829
|
{
|
6820
6830
|
"path": "<define:process.env>",
|
@@ -7264,119 +7274,6 @@
|
|
7264
7274
|
],
|
7265
7275
|
"format": "esm"
|
7266
7276
|
},
|
7267
|
-
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
7268
|
-
"bytes": 784,
|
7269
|
-
"imports": [
|
7270
|
-
{
|
7271
|
-
"path": "react",
|
7272
|
-
"kind": "import-statement",
|
7273
|
-
"external": true
|
7274
|
-
},
|
7275
|
-
{
|
7276
|
-
"path": "src/Layout/index.tsx",
|
7277
|
-
"kind": "import-statement",
|
7278
|
-
"original": "../../../Layout"
|
7279
|
-
},
|
7280
|
-
{
|
7281
|
-
"path": "src/Text/index.tsx",
|
7282
|
-
"kind": "import-statement",
|
7283
|
-
"original": "../../../Text"
|
7284
|
-
},
|
7285
|
-
{
|
7286
|
-
"path": "src/Prebuilt/components/Polls/common/utils.ts",
|
7287
|
-
"kind": "import-statement",
|
7288
|
-
"original": "../Polls/common/utils"
|
7289
|
-
},
|
7290
|
-
{
|
7291
|
-
"path": "<define:process.env>",
|
7292
|
-
"kind": "import-statement",
|
7293
|
-
"external": true
|
7294
|
-
}
|
7295
|
-
],
|
7296
|
-
"format": "esm"
|
7297
|
-
},
|
7298
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
7299
|
-
"bytes": 767,
|
7300
|
-
"imports": [
|
7301
|
-
{
|
7302
|
-
"path": "react",
|
7303
|
-
"kind": "import-statement",
|
7304
|
-
"external": true
|
7305
|
-
},
|
7306
|
-
{
|
7307
|
-
"path": "src/Layout/index.tsx",
|
7308
|
-
"kind": "import-statement",
|
7309
|
-
"original": "../../../Layout"
|
7310
|
-
},
|
7311
|
-
{
|
7312
|
-
"path": "src/Text/index.tsx",
|
7313
|
-
"kind": "import-statement",
|
7314
|
-
"original": "../../../Text"
|
7315
|
-
},
|
7316
|
-
{
|
7317
|
-
"path": "src/Prebuilt/components/RoomDetails/Duration.tsx",
|
7318
|
-
"kind": "import-statement",
|
7319
|
-
"original": "./Duration"
|
7320
|
-
},
|
7321
|
-
{
|
7322
|
-
"path": "<define:process.env>",
|
7323
|
-
"kind": "import-statement",
|
7324
|
-
"external": true
|
7325
|
-
}
|
7326
|
-
],
|
7327
|
-
"format": "esm"
|
7328
|
-
},
|
7329
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
7330
|
-
"bytes": 1300,
|
7331
|
-
"imports": [
|
7332
|
-
{
|
7333
|
-
"path": "react",
|
7334
|
-
"kind": "import-statement",
|
7335
|
-
"external": true
|
7336
|
-
},
|
7337
|
-
{
|
7338
|
-
"path": "@100mslive/react-icons",
|
7339
|
-
"kind": "import-statement",
|
7340
|
-
"external": true
|
7341
|
-
},
|
7342
|
-
{
|
7343
|
-
"path": "src/Layout/index.tsx",
|
7344
|
-
"kind": "import-statement",
|
7345
|
-
"original": "../../../Layout"
|
7346
|
-
},
|
7347
|
-
{
|
7348
|
-
"path": "src/Text/index.tsx",
|
7349
|
-
"kind": "import-statement",
|
7350
|
-
"original": "../../../Text"
|
7351
|
-
},
|
7352
|
-
{
|
7353
|
-
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
7354
|
-
"kind": "import-statement",
|
7355
|
-
"original": "./RoomDetailsRow"
|
7356
|
-
},
|
7357
|
-
{
|
7358
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7359
|
-
"kind": "import-statement",
|
7360
|
-
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7361
|
-
},
|
7362
|
-
{
|
7363
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
7364
|
-
"kind": "import-statement",
|
7365
|
-
"original": "../AppData/useSidepane"
|
7366
|
-
},
|
7367
|
-
{
|
7368
|
-
"path": "src/Prebuilt/common/constants.ts",
|
7369
|
-
"kind": "import-statement",
|
7370
|
-
"original": "../../common/constants"
|
7371
|
-
},
|
7372
|
-
{
|
7373
|
-
"path": "<define:process.env>",
|
7374
|
-
"kind": "import-statement",
|
7375
|
-
"external": true
|
7376
|
-
}
|
7377
|
-
],
|
7378
|
-
"format": "esm"
|
7379
|
-
},
|
7380
7277
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
7381
7278
|
"bytes": 545,
|
7382
7279
|
"imports": [
|
@@ -9063,7 +8960,7 @@
|
|
9063
8960
|
"format": "esm"
|
9064
8961
|
},
|
9065
8962
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
9066
|
-
"bytes":
|
8963
|
+
"bytes": 4970,
|
9067
8964
|
"imports": [
|
9068
8965
|
{
|
9069
8966
|
"path": "react",
|
@@ -9085,11 +8982,6 @@
|
|
9085
8982
|
"kind": "import-statement",
|
9086
8983
|
"original": "../components/Polls/Polls"
|
9087
8984
|
},
|
9088
|
-
{
|
9089
|
-
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx",
|
9090
|
-
"kind": "import-statement",
|
9091
|
-
"original": "../components/RoomDetails/RoomDetailsPane"
|
9092
|
-
},
|
9093
8985
|
{
|
9094
8986
|
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
9095
8987
|
"kind": "import-statement",
|
@@ -9376,7 +9268,7 @@
|
|
9376
9268
|
"original": "../../layouts/SidePane"
|
9377
9269
|
},
|
9378
9270
|
{
|
9379
|
-
"path": "src/Prebuilt/components/AudioVideoToggle.
|
9271
|
+
"path": "src/Prebuilt/components/AudioVideoToggle.tsx",
|
9380
9272
|
"kind": "import-statement",
|
9381
9273
|
"original": "../AudioVideoToggle"
|
9382
9274
|
},
|
@@ -9605,7 +9497,7 @@
|
|
9605
9497
|
"original": "../IconButton"
|
9606
9498
|
},
|
9607
9499
|
{
|
9608
|
-
"path": "src/Prebuilt/components/AudioVideoToggle.
|
9500
|
+
"path": "src/Prebuilt/components/AudioVideoToggle.tsx",
|
9609
9501
|
"kind": "import-statement",
|
9610
9502
|
"original": "./AudioVideoToggle"
|
9611
9503
|
},
|
@@ -11071,118 +10963,57 @@
|
|
11071
10963
|
{
|
11072
10964
|
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
11073
10965
|
"kind": "import-statement",
|
11074
|
-
"original": "./EmbedView"
|
11075
|
-
},
|
11076
|
-
{
|
11077
|
-
"path": "src/Prebuilt/layouts/PDFView.jsx",
|
11078
|
-
"kind": "import-statement",
|
11079
|
-
"original": "./PDFView"
|
11080
|
-
},
|
11081
|
-
{
|
11082
|
-
"path": "src/Prebuilt/layouts/SidePane.tsx",
|
11083
|
-
"kind": "import-statement",
|
11084
|
-
"original": "./SidePane"
|
11085
|
-
},
|
11086
|
-
{
|
11087
|
-
"path": "src/Prebuilt/layouts/WaitingView.jsx",
|
11088
|
-
"kind": "import-statement",
|
11089
|
-
"original": "./WaitingView"
|
11090
|
-
},
|
11091
|
-
{
|
11092
|
-
"path": "src/Prebuilt/layouts/WhiteboardView.tsx",
|
11093
|
-
"kind": "import-statement",
|
11094
|
-
"original": "./WhiteboardView"
|
11095
|
-
},
|
11096
|
-
{
|
11097
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
11098
|
-
"kind": "import-statement",
|
11099
|
-
"original": "../components/AppData/useUISettings"
|
11100
|
-
},
|
11101
|
-
{
|
11102
|
-
"path": "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx",
|
11103
|
-
"kind": "import-statement",
|
11104
|
-
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
11105
|
-
},
|
11106
|
-
{
|
11107
|
-
"path": "src/Prebuilt/common/constants.ts",
|
11108
|
-
"kind": "import-statement",
|
11109
|
-
"original": "../common/constants"
|
11110
|
-
},
|
11111
|
-
{
|
11112
|
-
"path": "<define:process.env>",
|
11113
|
-
"kind": "import-statement",
|
11114
|
-
"external": true
|
11115
|
-
},
|
11116
|
-
{
|
11117
|
-
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
11118
|
-
"kind": "dynamic-import",
|
11119
|
-
"original": "./HLSView"
|
11120
|
-
},
|
11121
|
-
{
|
11122
|
-
"path": "<runtime>",
|
11123
|
-
"kind": "import-statement",
|
11124
|
-
"external": true
|
11125
|
-
}
|
11126
|
-
],
|
11127
|
-
"format": "esm"
|
11128
|
-
},
|
11129
|
-
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
11130
|
-
"bytes": 1952,
|
11131
|
-
"imports": [
|
11132
|
-
{
|
11133
|
-
"path": "react",
|
11134
|
-
"kind": "import-statement",
|
11135
|
-
"external": true
|
11136
|
-
},
|
11137
|
-
{
|
11138
|
-
"path": "react-use",
|
11139
|
-
"kind": "import-statement",
|
11140
|
-
"external": true
|
11141
|
-
},
|
11142
|
-
{
|
11143
|
-
"path": "@100mslive/react-icons",
|
11144
|
-
"kind": "import-statement",
|
11145
|
-
"external": true
|
10966
|
+
"original": "./EmbedView"
|
11146
10967
|
},
|
11147
10968
|
{
|
11148
|
-
"path": "src/
|
10969
|
+
"path": "src/Prebuilt/layouts/PDFView.jsx",
|
11149
10970
|
"kind": "import-statement",
|
11150
|
-
"original": "
|
10971
|
+
"original": "./PDFView"
|
11151
10972
|
},
|
11152
10973
|
{
|
11153
|
-
"path": "src/
|
10974
|
+
"path": "src/Prebuilt/layouts/SidePane.tsx",
|
11154
10975
|
"kind": "import-statement",
|
11155
|
-
"original": "
|
10976
|
+
"original": "./SidePane"
|
11156
10977
|
},
|
11157
10978
|
{
|
11158
|
-
"path": "src/
|
10979
|
+
"path": "src/Prebuilt/layouts/WaitingView.jsx",
|
11159
10980
|
"kind": "import-statement",
|
11160
|
-
"original": "
|
10981
|
+
"original": "./WaitingView"
|
11161
10982
|
},
|
11162
10983
|
{
|
11163
|
-
"path": "src/Prebuilt/
|
10984
|
+
"path": "src/Prebuilt/layouts/WhiteboardView.tsx",
|
11164
10985
|
"kind": "import-statement",
|
11165
|
-
"original": "
|
10986
|
+
"original": "./WhiteboardView"
|
11166
10987
|
},
|
11167
10988
|
{
|
11168
|
-
"path": "src/Prebuilt/components/AppData/
|
10989
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
11169
10990
|
"kind": "import-statement",
|
11170
|
-
"original": "../AppData/
|
10991
|
+
"original": "../components/AppData/useUISettings"
|
11171
10992
|
},
|
11172
10993
|
{
|
11173
|
-
"path": "src/Prebuilt/components/
|
10994
|
+
"path": "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx",
|
11174
10995
|
"kind": "import-statement",
|
11175
|
-
"original": "../
|
10996
|
+
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
11176
10997
|
},
|
11177
10998
|
{
|
11178
10999
|
"path": "src/Prebuilt/common/constants.ts",
|
11179
11000
|
"kind": "import-statement",
|
11180
|
-
"original": "
|
11001
|
+
"original": "../common/constants"
|
11181
11002
|
},
|
11182
11003
|
{
|
11183
11004
|
"path": "<define:process.env>",
|
11184
11005
|
"kind": "import-statement",
|
11185
11006
|
"external": true
|
11007
|
+
},
|
11008
|
+
{
|
11009
|
+
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
11010
|
+
"kind": "dynamic-import",
|
11011
|
+
"original": "./HLSView"
|
11012
|
+
},
|
11013
|
+
{
|
11014
|
+
"path": "<runtime>",
|
11015
|
+
"kind": "import-statement",
|
11016
|
+
"external": true
|
11186
11017
|
}
|
11187
11018
|
],
|
11188
11019
|
"format": "esm"
|
@@ -11254,7 +11085,7 @@
|
|
11254
11085
|
"format": "esm"
|
11255
11086
|
},
|
11256
11087
|
"src/Prebuilt/components/Header/Header.tsx": {
|
11257
|
-
"bytes":
|
11088
|
+
"bytes": 1567,
|
11258
11089
|
"imports": [
|
11259
11090
|
{
|
11260
11091
|
"path": "react",
|
@@ -11281,11 +11112,6 @@
|
|
11281
11112
|
"kind": "import-statement",
|
11282
11113
|
"original": "./HeaderComponents"
|
11283
11114
|
},
|
11284
|
-
{
|
11285
|
-
"path": "src/Prebuilt/components/Header/RoomDetailsHeader.tsx",
|
11286
|
-
"kind": "import-statement",
|
11287
|
-
"original": "./RoomDetailsHeader"
|
11288
|
-
},
|
11289
11115
|
{
|
11290
11116
|
"path": "src/Prebuilt/components/Header/StreamActions.tsx",
|
11291
11117
|
"kind": "import-statement",
|
@@ -11770,8 +11596,8 @@
|
|
11770
11596
|
],
|
11771
11597
|
"format": "esm"
|
11772
11598
|
},
|
11773
|
-
"src/Prebuilt/components/
|
11774
|
-
"bytes":
|
11599
|
+
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
11600
|
+
"bytes": 1095,
|
11775
11601
|
"imports": [
|
11776
11602
|
{
|
11777
11603
|
"path": "react",
|
@@ -11784,71 +11610,66 @@
|
|
11784
11610
|
"external": true
|
11785
11611
|
},
|
11786
11612
|
{
|
11787
|
-
"path": "
|
11613
|
+
"path": "src/index.ts",
|
11788
11614
|
"kind": "import-statement",
|
11789
|
-
"
|
11615
|
+
"original": "../../.."
|
11790
11616
|
},
|
11791
11617
|
{
|
11792
|
-
"path": "src/
|
11618
|
+
"path": "src/Prebuilt/primitives/DialogContent.jsx",
|
11793
11619
|
"kind": "import-statement",
|
11794
|
-
"original": "
|
11620
|
+
"original": "../../primitives/DialogContent"
|
11795
11621
|
},
|
11796
11622
|
{
|
11797
|
-
"path": "
|
11623
|
+
"path": "<define:process.env>",
|
11798
11624
|
"kind": "import-statement",
|
11799
|
-
"
|
11800
|
-
}
|
11625
|
+
"external": true
|
11626
|
+
}
|
11627
|
+
],
|
11628
|
+
"format": "esm"
|
11629
|
+
},
|
11630
|
+
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
11631
|
+
"bytes": 1140,
|
11632
|
+
"imports": [
|
11801
11633
|
{
|
11802
|
-
"path": "
|
11634
|
+
"path": "react",
|
11803
11635
|
"kind": "import-statement",
|
11804
|
-
"
|
11636
|
+
"external": true
|
11805
11637
|
},
|
11806
11638
|
{
|
11807
|
-
"path": "
|
11639
|
+
"path": "uuid",
|
11808
11640
|
"kind": "import-statement",
|
11809
|
-
"
|
11641
|
+
"external": true
|
11810
11642
|
},
|
11811
11643
|
{
|
11812
|
-
"path": "
|
11644
|
+
"path": "@100mslive/react-sdk",
|
11813
11645
|
"kind": "import-statement",
|
11814
11646
|
"external": true
|
11815
11647
|
},
|
11816
11648
|
{
|
11817
|
-
"path": "
|
11649
|
+
"path": "@100mslive/react-icons",
|
11818
11650
|
"kind": "import-statement",
|
11819
11651
|
"external": true
|
11820
|
-
}
|
11821
|
-
],
|
11822
|
-
"format": "esm"
|
11823
|
-
},
|
11824
|
-
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
11825
|
-
"bytes": 1839,
|
11826
|
-
"imports": [
|
11827
|
-
{
|
11828
|
-
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
11829
|
-
"kind": "import-statement",
|
11830
|
-
"original": "./ToastConfig"
|
11831
11652
|
},
|
11832
11653
|
{
|
11833
11654
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
11834
11655
|
"kind": "import-statement",
|
11835
|
-
"original": "
|
11656
|
+
"original": "../Toast/ToastManager"
|
11836
11657
|
},
|
11837
11658
|
{
|
11838
|
-
"path": "
|
11659
|
+
"path": "src/Prebuilt/common/constants.ts",
|
11839
11660
|
"kind": "import-statement",
|
11840
|
-
"
|
11661
|
+
"original": "../../common/constants"
|
11841
11662
|
},
|
11842
11663
|
{
|
11843
|
-
"path": "<
|
11664
|
+
"path": "<define:process.env>",
|
11844
11665
|
"kind": "import-statement",
|
11845
11666
|
"external": true
|
11846
11667
|
}
|
11847
11668
|
],
|
11848
11669
|
"format": "esm"
|
11849
11670
|
},
|
11850
|
-
"src/Prebuilt/components/
|
11851
|
-
"bytes":
|
11671
|
+
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
11672
|
+
"bytes": 5342,
|
11852
11673
|
"imports": [
|
11853
11674
|
{
|
11854
11675
|
"path": "react",
|
@@ -11861,58 +11682,63 @@
|
|
11861
11682
|
"external": true
|
11862
11683
|
},
|
11863
11684
|
{
|
11864
|
-
"path": "
|
11685
|
+
"path": "@100mslive/react-icons",
|
11865
11686
|
"kind": "import-statement",
|
11866
|
-
"
|
11687
|
+
"external": true
|
11867
11688
|
},
|
11868
11689
|
{
|
11869
|
-
"path": "src/
|
11690
|
+
"path": "src/Button/index.tsx",
|
11870
11691
|
"kind": "import-statement",
|
11871
|
-
"original": "
|
11692
|
+
"original": "../../../Button"
|
11872
11693
|
},
|
11873
11694
|
{
|
11874
|
-
"path": "
|
11695
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
11875
11696
|
"kind": "import-statement",
|
11876
|
-
"
|
11877
|
-
}
|
11878
|
-
],
|
11879
|
-
"format": "esm"
|
11880
|
-
},
|
11881
|
-
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
11882
|
-
"bytes": 1140,
|
11883
|
-
"imports": [
|
11697
|
+
"original": "../../provider/roomLayoutProvider"
|
11698
|
+
},
|
11884
11699
|
{
|
11885
|
-
"path": "
|
11700
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
11886
11701
|
"kind": "import-statement",
|
11887
|
-
"
|
11702
|
+
"original": "../AppData/useSidepane"
|
11888
11703
|
},
|
11889
11704
|
{
|
11890
|
-
"path": "
|
11705
|
+
"path": "src/Prebuilt/common/constants.ts",
|
11891
11706
|
"kind": "import-statement",
|
11892
|
-
"
|
11707
|
+
"original": "../../common/constants"
|
11893
11708
|
},
|
11894
11709
|
{
|
11895
|
-
"path": "
|
11710
|
+
"path": "<define:process.env>",
|
11896
11711
|
"kind": "import-statement",
|
11897
11712
|
"external": true
|
11898
11713
|
},
|
11899
11714
|
{
|
11900
|
-
"path": "
|
11715
|
+
"path": "<runtime>",
|
11901
11716
|
"kind": "import-statement",
|
11902
11717
|
"external": true
|
11718
|
+
}
|
11719
|
+
],
|
11720
|
+
"format": "esm"
|
11721
|
+
},
|
11722
|
+
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
11723
|
+
"bytes": 1839,
|
11724
|
+
"imports": [
|
11725
|
+
{
|
11726
|
+
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
11727
|
+
"kind": "import-statement",
|
11728
|
+
"original": "./ToastConfig"
|
11903
11729
|
},
|
11904
11730
|
{
|
11905
11731
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
11906
11732
|
"kind": "import-statement",
|
11907
|
-
"original": "
|
11733
|
+
"original": "./ToastManager"
|
11908
11734
|
},
|
11909
11735
|
{
|
11910
|
-
"path": "
|
11736
|
+
"path": "<define:process.env>",
|
11911
11737
|
"kind": "import-statement",
|
11912
|
-
"
|
11738
|
+
"external": true
|
11913
11739
|
},
|
11914
11740
|
{
|
11915
|
-
"path": "<
|
11741
|
+
"path": "<runtime>",
|
11916
11742
|
"kind": "import-statement",
|
11917
11743
|
"external": true
|
11918
11744
|
}
|
@@ -11920,7 +11746,7 @@
|
|
11920
11746
|
"format": "esm"
|
11921
11747
|
},
|
11922
11748
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
11923
|
-
"bytes":
|
11749
|
+
"bytes": 1590,
|
11924
11750
|
"imports": [
|
11925
11751
|
{
|
11926
11752
|
"path": "react",
|
@@ -11942,6 +11768,11 @@
|
|
11942
11768
|
"kind": "import-statement",
|
11943
11769
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
11944
11770
|
},
|
11771
|
+
{
|
11772
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
11773
|
+
"kind": "import-statement",
|
11774
|
+
"original": "../AppData/useUISettings"
|
11775
|
+
},
|
11945
11776
|
{
|
11946
11777
|
"path": "<define:process.env>",
|
11947
11778
|
"kind": "import-statement",
|
@@ -12191,7 +12022,7 @@
|
|
12191
12022
|
"format": "esm"
|
12192
12023
|
},
|
12193
12024
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
12194
|
-
"bytes":
|
12025
|
+
"bytes": 7380,
|
12195
12026
|
"imports": [
|
12196
12027
|
{
|
12197
12028
|
"path": "react",
|
@@ -12218,11 +12049,6 @@
|
|
12218
12049
|
"kind": "import-statement",
|
12219
12050
|
"original": "../../provider/roomLayoutProvider"
|
12220
12051
|
},
|
12221
|
-
{
|
12222
|
-
"path": "src/Prebuilt/components/Toast/ToastBatcher.js",
|
12223
|
-
"kind": "import-statement",
|
12224
|
-
"original": "../Toast/ToastBatcher"
|
12225
|
-
},
|
12226
12052
|
{
|
12227
12053
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
12228
12054
|
"kind": "import-statement",
|
@@ -12293,11 +12119,6 @@
|
|
12293
12119
|
"kind": "import-statement",
|
12294
12120
|
"original": "../AppData/useUISettings"
|
12295
12121
|
},
|
12296
|
-
{
|
12297
|
-
"path": "src/Prebuilt/common/utils.js",
|
12298
|
-
"kind": "import-statement",
|
12299
|
-
"original": "../../common/utils"
|
12300
|
-
},
|
12301
12122
|
{
|
12302
12123
|
"path": "src/Prebuilt/common/constants.ts",
|
12303
12124
|
"kind": "import-statement",
|
@@ -12440,119 +12261,22 @@
|
|
12440
12261
|
{
|
12441
12262
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
12442
12263
|
"kind": "import-statement",
|
12443
|
-
"original": "./ToastManager"
|
12444
|
-
},
|
12445
|
-
{
|
12446
|
-
"path": "src/Prebuilt/common/constants.ts",
|
12447
|
-
"kind": "import-statement",
|
12448
|
-
"original": "../../common/constants"
|
12449
|
-
},
|
12450
|
-
{
|
12451
|
-
"path": "<define:process.env>",
|
12452
|
-
"kind": "import-statement",
|
12453
|
-
"external": true
|
12454
|
-
},
|
12455
|
-
{
|
12456
|
-
"path": "<runtime>",
|
12457
|
-
"kind": "import-statement",
|
12458
|
-
"external": true
|
12459
|
-
}
|
12460
|
-
],
|
12461
|
-
"format": "esm"
|
12462
|
-
},
|
12463
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
12464
|
-
"bytes": 1831,
|
12465
|
-
"imports": [
|
12466
|
-
{
|
12467
|
-
"path": "react",
|
12468
|
-
"kind": "import-statement",
|
12469
|
-
"external": true
|
12470
|
-
},
|
12471
|
-
{
|
12472
|
-
"path": "@100mslive/react-icons",
|
12473
|
-
"kind": "import-statement",
|
12474
|
-
"external": true
|
12475
|
-
},
|
12476
|
-
{
|
12477
|
-
"path": "src/Layout/index.tsx",
|
12478
|
-
"kind": "import-statement",
|
12479
|
-
"original": "../../../Layout"
|
12480
|
-
},
|
12481
|
-
{
|
12482
|
-
"path": "src/Sheet/index.ts",
|
12483
|
-
"kind": "import-statement",
|
12484
|
-
"original": "../../../Sheet"
|
12485
|
-
},
|
12486
|
-
{
|
12487
|
-
"path": "src/Text/index.tsx",
|
12488
|
-
"kind": "import-statement",
|
12489
|
-
"original": "../../../Text"
|
12490
|
-
},
|
12491
|
-
{
|
12492
|
-
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
12493
|
-
"kind": "import-statement",
|
12494
|
-
"original": "../Header/HeaderComponents"
|
12495
|
-
},
|
12496
|
-
{
|
12497
|
-
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx",
|
12498
|
-
"kind": "import-statement",
|
12499
|
-
"original": "./RoomDetailsRow"
|
12500
|
-
},
|
12501
|
-
{
|
12502
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
12503
|
-
"kind": "import-statement",
|
12504
|
-
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
12505
|
-
},
|
12506
|
-
{
|
12507
|
-
"path": "src/Prebuilt/components/AppData/useSheet.ts",
|
12508
|
-
"kind": "import-statement",
|
12509
|
-
"original": "../AppData/useSheet"
|
12510
|
-
},
|
12511
|
-
{
|
12512
|
-
"path": "src/Prebuilt/common/constants.ts",
|
12513
|
-
"kind": "import-statement",
|
12514
|
-
"original": "../../common/constants"
|
12515
|
-
},
|
12516
|
-
{
|
12517
|
-
"path": "<define:process.env>",
|
12518
|
-
"kind": "import-statement",
|
12519
|
-
"external": true
|
12520
|
-
}
|
12521
|
-
],
|
12522
|
-
"format": "esm"
|
12523
|
-
},
|
12524
|
-
"src/Prebuilt/layouts/Sheet.tsx": {
|
12525
|
-
"bytes": 515,
|
12526
|
-
"imports": [
|
12527
|
-
{
|
12528
|
-
"path": "react",
|
12529
|
-
"kind": "import-statement",
|
12530
|
-
"external": true
|
12531
|
-
},
|
12532
|
-
{
|
12533
|
-
"path": "@100mslive/react-sdk",
|
12534
|
-
"kind": "import-statement",
|
12535
|
-
"external": true
|
12536
|
-
},
|
12537
|
-
{
|
12538
|
-
"path": "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx",
|
12539
|
-
"kind": "import-statement",
|
12540
|
-
"original": "../components/RoomDetails/RoomDetailsSheet"
|
12541
|
-
},
|
12542
|
-
{
|
12543
|
-
"path": "src/Layout/index.tsx",
|
12544
|
-
"kind": "import-statement",
|
12545
|
-
"original": "../../Layout"
|
12264
|
+
"original": "./ToastManager"
|
12546
12265
|
},
|
12547
12266
|
{
|
12548
12267
|
"path": "src/Prebuilt/common/constants.ts",
|
12549
12268
|
"kind": "import-statement",
|
12550
|
-
"original": "
|
12269
|
+
"original": "../../common/constants"
|
12551
12270
|
},
|
12552
12271
|
{
|
12553
12272
|
"path": "<define:process.env>",
|
12554
12273
|
"kind": "import-statement",
|
12555
12274
|
"external": true
|
12275
|
+
},
|
12276
|
+
{
|
12277
|
+
"path": "<runtime>",
|
12278
|
+
"kind": "import-statement",
|
12279
|
+
"external": true
|
12556
12280
|
}
|
12557
12281
|
],
|
12558
12282
|
"format": "esm"
|
@@ -12676,7 +12400,7 @@
|
|
12676
12400
|
"format": "esm"
|
12677
12401
|
},
|
12678
12402
|
"src/Prebuilt/App.tsx": {
|
12679
|
-
"bytes":
|
12403
|
+
"bytes": 10479,
|
12680
12404
|
"imports": [
|
12681
12405
|
{
|
12682
12406
|
"path": "react",
|
@@ -12758,11 +12482,6 @@
|
|
12758
12482
|
"kind": "import-statement",
|
12759
12483
|
"original": "./components/VirtualBackground/VBHandler"
|
12760
12484
|
},
|
12761
|
-
{
|
12762
|
-
"path": "src/Prebuilt/layouts/Sheet.tsx",
|
12763
|
-
"kind": "import-statement",
|
12764
|
-
"original": "./layouts/Sheet"
|
12765
|
-
},
|
12766
12485
|
{
|
12767
12486
|
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
12768
12487
|
"kind": "import-statement",
|
@@ -13132,7 +12851,7 @@
|
|
13132
12851
|
"dist/index.js": {
|
13133
12852
|
"imports": [
|
13134
12853
|
{
|
13135
|
-
"path": "dist/chunk-
|
12854
|
+
"path": "dist/chunk-KST24BRA.js",
|
13136
12855
|
"kind": "import-statement"
|
13137
12856
|
}
|
13138
12857
|
],
|
@@ -13205,16 +12924,16 @@
|
|
13205
12924
|
"inputs": {},
|
13206
12925
|
"bytes": 1822
|
13207
12926
|
},
|
13208
|
-
"dist/HLSView-
|
12927
|
+
"dist/HLSView-4B5MUDFR.js.map": {
|
13209
12928
|
"imports": [],
|
13210
12929
|
"exports": [],
|
13211
12930
|
"inputs": {},
|
13212
12931
|
"bytes": 58854
|
13213
12932
|
},
|
13214
|
-
"dist/HLSView-
|
12933
|
+
"dist/HLSView-4B5MUDFR.js": {
|
13215
12934
|
"imports": [
|
13216
12935
|
{
|
13217
|
-
"path": "dist/chunk-
|
12936
|
+
"path": "dist/chunk-KST24BRA.js",
|
13218
12937
|
"kind": "import-statement"
|
13219
12938
|
},
|
13220
12939
|
{
|
@@ -13378,13 +13097,13 @@
|
|
13378
13097
|
},
|
13379
13098
|
"bytes": 36972
|
13380
13099
|
},
|
13381
|
-
"dist/chunk-
|
13100
|
+
"dist/chunk-KST24BRA.js.map": {
|
13382
13101
|
"imports": [],
|
13383
13102
|
"exports": [],
|
13384
13103
|
"inputs": {},
|
13385
|
-
"bytes":
|
13104
|
+
"bytes": 3133348
|
13386
13105
|
},
|
13387
|
-
"dist/chunk-
|
13106
|
+
"dist/chunk-KST24BRA.js": {
|
13388
13107
|
"imports": [
|
13389
13108
|
{
|
13390
13109
|
"path": "react",
|
@@ -13731,16 +13450,6 @@
|
|
13731
13450
|
"kind": "import-statement",
|
13732
13451
|
"external": true
|
13733
13452
|
},
|
13734
|
-
{
|
13735
|
-
"path": "@100mslive/react-sdk",
|
13736
|
-
"kind": "import-statement",
|
13737
|
-
"external": true
|
13738
|
-
},
|
13739
|
-
{
|
13740
|
-
"path": "react",
|
13741
|
-
"kind": "import-statement",
|
13742
|
-
"external": true
|
13743
|
-
},
|
13744
13453
|
{
|
13745
13454
|
"path": "react",
|
13746
13455
|
"kind": "import-statement",
|
@@ -13827,27 +13536,27 @@
|
|
13827
13536
|
"external": true
|
13828
13537
|
},
|
13829
13538
|
{
|
13830
|
-
"path": "@100mslive/
|
13539
|
+
"path": "@100mslive/hms-noise-cancellation",
|
13831
13540
|
"kind": "import-statement",
|
13832
13541
|
"external": true
|
13833
13542
|
},
|
13834
13543
|
{
|
13835
|
-
"path": "@100mslive/react-
|
13544
|
+
"path": "@100mslive/react-sdk",
|
13836
13545
|
"kind": "import-statement",
|
13837
13546
|
"external": true
|
13838
13547
|
},
|
13839
13548
|
{
|
13840
|
-
"path": "react",
|
13549
|
+
"path": "@100mslive/react-icons",
|
13841
13550
|
"kind": "import-statement",
|
13842
13551
|
"external": true
|
13843
13552
|
},
|
13844
13553
|
{
|
13845
|
-
"path": "
|
13554
|
+
"path": "react",
|
13846
13555
|
"kind": "import-statement",
|
13847
13556
|
"external": true
|
13848
13557
|
},
|
13849
13558
|
{
|
13850
|
-
"path": "
|
13559
|
+
"path": "@100mslive/react-icons",
|
13851
13560
|
"kind": "import-statement",
|
13852
13561
|
"external": true
|
13853
13562
|
},
|
@@ -13862,47 +13571,47 @@
|
|
13862
13571
|
"external": true
|
13863
13572
|
},
|
13864
13573
|
{
|
13865
|
-
"path": "@
|
13574
|
+
"path": "@100mslive/react-icons",
|
13866
13575
|
"kind": "import-statement",
|
13867
13576
|
"external": true
|
13868
13577
|
},
|
13869
13578
|
{
|
13870
|
-
"path": "
|
13579
|
+
"path": "react",
|
13871
13580
|
"kind": "import-statement",
|
13872
13581
|
"external": true
|
13873
13582
|
},
|
13874
13583
|
{
|
13875
|
-
"path": "@
|
13584
|
+
"path": "@radix-ui/react-dialog",
|
13876
13585
|
"kind": "import-statement",
|
13877
13586
|
"external": true
|
13878
13587
|
},
|
13879
13588
|
{
|
13880
|
-
"path": "
|
13589
|
+
"path": "react",
|
13881
13590
|
"kind": "import-statement",
|
13882
13591
|
"external": true
|
13883
13592
|
},
|
13884
13593
|
{
|
13885
|
-
"path": "react",
|
13594
|
+
"path": "react-use",
|
13886
13595
|
"kind": "import-statement",
|
13887
13596
|
"external": true
|
13888
13597
|
},
|
13889
13598
|
{
|
13890
|
-
"path": "react",
|
13599
|
+
"path": "@100mslive/react-sdk",
|
13891
13600
|
"kind": "import-statement",
|
13892
13601
|
"external": true
|
13893
13602
|
},
|
13894
13603
|
{
|
13895
|
-
"path": "react",
|
13604
|
+
"path": "@100mslive/react-icons",
|
13896
13605
|
"kind": "import-statement",
|
13897
13606
|
"external": true
|
13898
13607
|
},
|
13899
13608
|
{
|
13900
|
-
"path": "react
|
13609
|
+
"path": "react",
|
13901
13610
|
"kind": "import-statement",
|
13902
13611
|
"external": true
|
13903
13612
|
},
|
13904
13613
|
{
|
13905
|
-
"path": "@100mslive/react-
|
13614
|
+
"path": "@100mslive/react-icons",
|
13906
13615
|
"kind": "import-statement",
|
13907
13616
|
"external": true
|
13908
13617
|
},
|
@@ -13912,7 +13621,7 @@
|
|
13912
13621
|
"external": true
|
13913
13622
|
},
|
13914
13623
|
{
|
13915
|
-
"path": "
|
13624
|
+
"path": "react",
|
13916
13625
|
"kind": "import-statement",
|
13917
13626
|
"external": true
|
13918
13627
|
},
|
@@ -13922,12 +13631,7 @@
|
|
13922
13631
|
"external": true
|
13923
13632
|
},
|
13924
13633
|
{
|
13925
|
-
"path": "
|
13926
|
-
"kind": "import-statement",
|
13927
|
-
"external": true
|
13928
|
-
},
|
13929
|
-
{
|
13930
|
-
"path": "@100mslive/react-icons",
|
13634
|
+
"path": "uuid",
|
13931
13635
|
"kind": "import-statement",
|
13932
13636
|
"external": true
|
13933
13637
|
},
|
@@ -13937,17 +13641,17 @@
|
|
13937
13641
|
"external": true
|
13938
13642
|
},
|
13939
13643
|
{
|
13940
|
-
"path": "react",
|
13644
|
+
"path": "react-use",
|
13941
13645
|
"kind": "import-statement",
|
13942
13646
|
"external": true
|
13943
13647
|
},
|
13944
13648
|
{
|
13945
|
-
"path": "@
|
13649
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
13946
13650
|
"kind": "import-statement",
|
13947
13651
|
"external": true
|
13948
13652
|
},
|
13949
13653
|
{
|
13950
|
-
"path": "
|
13654
|
+
"path": "emoji-mart",
|
13951
13655
|
"kind": "import-statement",
|
13952
13656
|
"external": true
|
13953
13657
|
},
|
@@ -13967,7 +13671,7 @@
|
|
13967
13671
|
"external": true
|
13968
13672
|
},
|
13969
13673
|
{
|
13970
|
-
"path": "
|
13674
|
+
"path": "react",
|
13971
13675
|
"kind": "import-statement",
|
13972
13676
|
"external": true
|
13973
13677
|
},
|
@@ -13982,12 +13686,12 @@
|
|
13982
13686
|
"external": true
|
13983
13687
|
},
|
13984
13688
|
{
|
13985
|
-
"path": "react",
|
13689
|
+
"path": "@100mslive/react-sdk",
|
13986
13690
|
"kind": "import-statement",
|
13987
13691
|
"external": true
|
13988
13692
|
},
|
13989
13693
|
{
|
13990
|
-
"path": "
|
13694
|
+
"path": "react",
|
13991
13695
|
"kind": "import-statement",
|
13992
13696
|
"external": true
|
13993
13697
|
},
|
@@ -14006,13 +13710,18 @@
|
|
14006
13710
|
"kind": "import-statement",
|
14007
13711
|
"external": true
|
14008
13712
|
},
|
13713
|
+
{
|
13714
|
+
"path": "@100mslive/react-icons",
|
13715
|
+
"kind": "import-statement",
|
13716
|
+
"external": true
|
13717
|
+
},
|
14009
13718
|
{
|
14010
13719
|
"path": "react",
|
14011
13720
|
"kind": "import-statement",
|
14012
13721
|
"external": true
|
14013
13722
|
},
|
14014
13723
|
{
|
14015
|
-
"path": "
|
13724
|
+
"path": "react",
|
14016
13725
|
"kind": "import-statement",
|
14017
13726
|
"external": true
|
14018
13727
|
},
|
@@ -14022,7 +13731,7 @@
|
|
14022
13731
|
"external": true
|
14023
13732
|
},
|
14024
13733
|
{
|
14025
|
-
"path": "
|
13734
|
+
"path": "react",
|
14026
13735
|
"kind": "import-statement",
|
14027
13736
|
"external": true
|
14028
13737
|
},
|
@@ -14032,17 +13741,17 @@
|
|
14032
13741
|
"external": true
|
14033
13742
|
},
|
14034
13743
|
{
|
14035
|
-
"path": "react",
|
13744
|
+
"path": "@100mslive/react-icons",
|
14036
13745
|
"kind": "import-statement",
|
14037
13746
|
"external": true
|
14038
13747
|
},
|
14039
13748
|
{
|
14040
|
-
"path": "
|
13749
|
+
"path": "react",
|
14041
13750
|
"kind": "import-statement",
|
14042
13751
|
"external": true
|
14043
13752
|
},
|
14044
13753
|
{
|
14045
|
-
"path": "
|
13754
|
+
"path": "react-use",
|
14046
13755
|
"kind": "import-statement",
|
14047
13756
|
"external": true
|
14048
13757
|
},
|
@@ -14052,7 +13761,7 @@
|
|
14052
13761
|
"external": true
|
14053
13762
|
},
|
14054
13763
|
{
|
14055
|
-
"path": "@100mslive/
|
13764
|
+
"path": "@100mslive/hls-player",
|
14056
13765
|
"kind": "import-statement",
|
14057
13766
|
"external": true
|
14058
13767
|
},
|
@@ -14061,28 +13770,33 @@
|
|
14061
13770
|
"kind": "import-statement",
|
14062
13771
|
"external": true
|
14063
13772
|
},
|
13773
|
+
{
|
13774
|
+
"path": "@100mslive/react-icons",
|
13775
|
+
"kind": "import-statement",
|
13776
|
+
"external": true
|
13777
|
+
},
|
14064
13778
|
{
|
14065
13779
|
"path": "react",
|
14066
13780
|
"kind": "import-statement",
|
14067
13781
|
"external": true
|
14068
13782
|
},
|
14069
13783
|
{
|
14070
|
-
"path": "react
|
13784
|
+
"path": "react",
|
14071
13785
|
"kind": "import-statement",
|
14072
13786
|
"external": true
|
14073
13787
|
},
|
14074
13788
|
{
|
14075
|
-
"path": "@100mslive/react-
|
13789
|
+
"path": "@100mslive/react-sdk",
|
14076
13790
|
"kind": "import-statement",
|
14077
13791
|
"external": true
|
14078
13792
|
},
|
14079
13793
|
{
|
14080
|
-
"path": "react",
|
13794
|
+
"path": "@100mslive/react-icons",
|
14081
13795
|
"kind": "import-statement",
|
14082
13796
|
"external": true
|
14083
13797
|
},
|
14084
13798
|
{
|
14085
|
-
"path": "
|
13799
|
+
"path": "worker-timers",
|
14086
13800
|
"kind": "import-statement",
|
14087
13801
|
"external": true
|
14088
13802
|
},
|
@@ -14092,12 +13806,12 @@
|
|
14092
13806
|
"external": true
|
14093
13807
|
},
|
14094
13808
|
{
|
14095
|
-
"path": "
|
13809
|
+
"path": "react",
|
14096
13810
|
"kind": "import-statement",
|
14097
13811
|
"external": true
|
14098
13812
|
},
|
14099
13813
|
{
|
14100
|
-
"path": "react",
|
13814
|
+
"path": "@100mslive/react-sdk",
|
14101
13815
|
"kind": "import-statement",
|
14102
13816
|
"external": true
|
14103
13817
|
},
|
@@ -14112,7 +13826,12 @@
|
|
14112
13826
|
"external": true
|
14113
13827
|
},
|
14114
13828
|
{
|
14115
|
-
"path": "@100mslive/
|
13829
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
13830
|
+
"kind": "import-statement",
|
13831
|
+
"external": true
|
13832
|
+
},
|
13833
|
+
{
|
13834
|
+
"path": "@100mslive/react-sdk",
|
14116
13835
|
"kind": "import-statement",
|
14117
13836
|
"external": true
|
14118
13837
|
},
|
@@ -14406,16 +14125,6 @@
|
|
14406
14125
|
"kind": "import-statement",
|
14407
14126
|
"external": true
|
14408
14127
|
},
|
14409
|
-
{
|
14410
|
-
"path": "@100mslive/react-sdk",
|
14411
|
-
"kind": "import-statement",
|
14412
|
-
"external": true
|
14413
|
-
},
|
14414
|
-
{
|
14415
|
-
"path": "react",
|
14416
|
-
"kind": "import-statement",
|
14417
|
-
"external": true
|
14418
|
-
},
|
14419
14128
|
{
|
14420
14129
|
"path": "@100mslive/react-icons",
|
14421
14130
|
"kind": "import-statement",
|
@@ -14921,26 +14630,6 @@
|
|
14921
14630
|
"kind": "import-statement",
|
14922
14631
|
"external": true
|
14923
14632
|
},
|
14924
|
-
{
|
14925
|
-
"path": "@100mslive/react-icons",
|
14926
|
-
"kind": "import-statement",
|
14927
|
-
"external": true
|
14928
|
-
},
|
14929
|
-
{
|
14930
|
-
"path": "react",
|
14931
|
-
"kind": "import-statement",
|
14932
|
-
"external": true
|
14933
|
-
},
|
14934
|
-
{
|
14935
|
-
"path": "react",
|
14936
|
-
"kind": "import-statement",
|
14937
|
-
"external": true
|
14938
|
-
},
|
14939
|
-
{
|
14940
|
-
"path": "react",
|
14941
|
-
"kind": "import-statement",
|
14942
|
-
"external": true
|
14943
|
-
},
|
14944
14633
|
{
|
14945
14634
|
"path": "react-use",
|
14946
14635
|
"kind": "import-statement",
|
@@ -15677,7 +15366,7 @@
|
|
15677
15366
|
"external": true
|
15678
15367
|
},
|
15679
15368
|
{
|
15680
|
-
"path": "dist/HLSView-
|
15369
|
+
"path": "dist/HLSView-4B5MUDFR.js",
|
15681
15370
|
"kind": "dynamic-import"
|
15682
15371
|
},
|
15683
15372
|
{
|
@@ -15700,21 +15389,6 @@
|
|
15700
15389
|
"kind": "import-statement",
|
15701
15390
|
"external": true
|
15702
15391
|
},
|
15703
|
-
{
|
15704
|
-
"path": "react-use",
|
15705
|
-
"kind": "import-statement",
|
15706
|
-
"external": true
|
15707
|
-
},
|
15708
|
-
{
|
15709
|
-
"path": "@100mslive/react-icons",
|
15710
|
-
"kind": "import-statement",
|
15711
|
-
"external": true
|
15712
|
-
},
|
15713
|
-
{
|
15714
|
-
"path": "react",
|
15715
|
-
"kind": "import-statement",
|
15716
|
-
"external": true
|
15717
|
-
},
|
15718
15392
|
{
|
15719
15393
|
"path": "@100mslive/react-sdk",
|
15720
15394
|
"kind": "import-statement",
|
@@ -15841,12 +15515,12 @@
|
|
15841
15515
|
"external": true
|
15842
15516
|
},
|
15843
15517
|
{
|
15844
|
-
"path": "
|
15518
|
+
"path": "react",
|
15845
15519
|
"kind": "import-statement",
|
15846
15520
|
"external": true
|
15847
15521
|
},
|
15848
15522
|
{
|
15849
|
-
"path": "
|
15523
|
+
"path": "uuid",
|
15850
15524
|
"kind": "import-statement",
|
15851
15525
|
"external": true
|
15852
15526
|
},
|
@@ -15856,12 +15530,12 @@
|
|
15856
15530
|
"external": true
|
15857
15531
|
},
|
15858
15532
|
{
|
15859
|
-
"path": "react",
|
15533
|
+
"path": "@100mslive/react-icons",
|
15860
15534
|
"kind": "import-statement",
|
15861
15535
|
"external": true
|
15862
15536
|
},
|
15863
15537
|
{
|
15864
|
-
"path": "
|
15538
|
+
"path": "react",
|
15865
15539
|
"kind": "import-statement",
|
15866
15540
|
"external": true
|
15867
15541
|
},
|
@@ -15871,17 +15545,17 @@
|
|
15871
15545
|
"external": true
|
15872
15546
|
},
|
15873
15547
|
{
|
15874
|
-
"path": "
|
15548
|
+
"path": "react",
|
15875
15549
|
"kind": "import-statement",
|
15876
15550
|
"external": true
|
15877
15551
|
},
|
15878
15552
|
{
|
15879
|
-
"path": "react",
|
15553
|
+
"path": "@100mslive/react-sdk",
|
15880
15554
|
"kind": "import-statement",
|
15881
15555
|
"external": true
|
15882
15556
|
},
|
15883
15557
|
{
|
15884
|
-
"path": "@100mslive/react-
|
15558
|
+
"path": "@100mslive/react-icons",
|
15885
15559
|
"kind": "import-statement",
|
15886
15560
|
"external": true
|
15887
15561
|
},
|
@@ -16000,26 +15674,6 @@
|
|
16000
15674
|
"kind": "import-statement",
|
16001
15675
|
"external": true
|
16002
15676
|
},
|
16003
|
-
{
|
16004
|
-
"path": "@100mslive/react-sdk",
|
16005
|
-
"kind": "import-statement",
|
16006
|
-
"external": true
|
16007
|
-
},
|
16008
|
-
{
|
16009
|
-
"path": "react",
|
16010
|
-
"kind": "import-statement",
|
16011
|
-
"external": true
|
16012
|
-
},
|
16013
|
-
{
|
16014
|
-
"path": "@100mslive/react-icons",
|
16015
|
-
"kind": "import-statement",
|
16016
|
-
"external": true
|
16017
|
-
},
|
16018
|
-
{
|
16019
|
-
"path": "react",
|
16020
|
-
"kind": "import-statement",
|
16021
|
-
"external": true
|
16022
|
-
},
|
16023
15677
|
{
|
16024
15678
|
"path": "react-use",
|
16025
15679
|
"kind": "import-statement",
|
@@ -16134,13 +15788,10 @@
|
|
16134
15788
|
],
|
16135
15789
|
"inputs": {
|
16136
15790
|
"<define:process.env>": {
|
16137
|
-
"bytesInOutput":
|
15791
|
+
"bytesInOutput": 18252
|
16138
15792
|
},
|
16139
15793
|
"../../node_modules/lodash/lodash.js": {
|
16140
|
-
"bytesInOutput":
|
16141
|
-
},
|
16142
|
-
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16143
|
-
"bytesInOutput": 42466
|
15794
|
+
"bytesInOutput": 224276
|
16144
15795
|
},
|
16145
15796
|
"../../node_modules/lodash.isequal/index.js": {
|
16146
15797
|
"bytesInOutput": 26591
|
@@ -16182,7 +15833,7 @@
|
|
16182
15833
|
"bytesInOutput": 5061
|
16183
15834
|
},
|
16184
15835
|
"src/Prebuilt/common/constants.ts": {
|
16185
|
-
"bytesInOutput":
|
15836
|
+
"bytesInOutput": 3454
|
16186
15837
|
},
|
16187
15838
|
"src/Theme/ThemeProvider.tsx": {
|
16188
15839
|
"bytesInOutput": 1926
|
@@ -16386,10 +16037,10 @@
|
|
16386
16037
|
"bytesInOutput": 887
|
16387
16038
|
},
|
16388
16039
|
"src/Prebuilt/App.tsx": {
|
16389
|
-
"bytesInOutput":
|
16040
|
+
"bytesInOutput": 7656
|
16390
16041
|
},
|
16391
16042
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
16392
|
-
"bytesInOutput":
|
16043
|
+
"bytesInOutput": 5312
|
16393
16044
|
},
|
16394
16045
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
16395
16046
|
"bytesInOutput": 2705
|
@@ -16398,7 +16049,7 @@
|
|
16398
16049
|
"bytesInOutput": 973
|
16399
16050
|
},
|
16400
16051
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
16401
|
-
"bytesInOutput":
|
16052
|
+
"bytesInOutput": 5286
|
16402
16053
|
},
|
16403
16054
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
16404
16055
|
"bytesInOutput": 748
|
@@ -16407,7 +16058,7 @@
|
|
16407
16058
|
"bytesInOutput": 241
|
16408
16059
|
},
|
16409
16060
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
16410
|
-
"bytesInOutput":
|
16061
|
+
"bytesInOutput": 1436
|
16411
16062
|
},
|
16412
16063
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
16413
16064
|
"bytesInOutput": 1118
|
@@ -16418,9 +16069,6 @@
|
|
16418
16069
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
16419
16070
|
"bytesInOutput": 1486
|
16420
16071
|
},
|
16421
|
-
"src/Prebuilt/common/utils.js": {
|
16422
|
-
"bytesInOutput": 3207
|
16423
|
-
},
|
16424
16072
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
16425
16073
|
"bytesInOutput": 1934
|
16426
16074
|
},
|
@@ -16439,32 +16087,56 @@
|
|
16439
16087
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
16440
16088
|
"bytesInOutput": 3350
|
16441
16089
|
},
|
16442
|
-
"src/Prebuilt/components/AudioVideoToggle.
|
16443
|
-
"bytesInOutput":
|
16090
|
+
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
16091
|
+
"bytesInOutput": 10115
|
16444
16092
|
},
|
16445
|
-
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.
|
16446
|
-
"bytesInOutput":
|
16093
|
+
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16094
|
+
"bytesInOutput": 3065
|
16447
16095
|
},
|
16448
16096
|
"src/Prebuilt/IconButton.tsx": {
|
16449
16097
|
"bytesInOutput": 573
|
16450
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
|
+
},
|
16451
16123
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
16452
16124
|
"bytesInOutput": 1028
|
16453
16125
|
},
|
16454
16126
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
16455
|
-
"bytesInOutput":
|
16127
|
+
"bytesInOutput": 2091
|
16456
16128
|
},
|
16457
16129
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
16458
16130
|
"bytesInOutput": 972
|
16459
16131
|
},
|
16460
16132
|
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
16461
|
-
"bytesInOutput":
|
16133
|
+
"bytesInOutput": 606
|
16462
16134
|
},
|
16463
16135
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
16464
16136
|
"bytesInOutput": 2168
|
16465
16137
|
},
|
16466
16138
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
16467
|
-
"bytesInOutput":
|
16139
|
+
"bytesInOutput": 5686
|
16468
16140
|
},
|
16469
16141
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
16470
16142
|
"bytesInOutput": 1947
|
@@ -16479,13 +16151,7 @@
|
|
16479
16151
|
"bytesInOutput": 1790
|
16480
16152
|
},
|
16481
16153
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
16482
|
-
"bytesInOutput":
|
16483
|
-
},
|
16484
|
-
"src/Sheet/index.ts": {
|
16485
|
-
"bytesInOutput": 27
|
16486
|
-
},
|
16487
|
-
"src/Sheet/Sheet.tsx": {
|
16488
|
-
"bytesInOutput": 2768
|
16154
|
+
"bytesInOutput": 4342
|
16489
16155
|
},
|
16490
16156
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
16491
16157
|
"bytesInOutput": 392
|
@@ -16497,7 +16163,7 @@
|
|
16497
16163
|
"bytesInOutput": 178
|
16498
16164
|
},
|
16499
16165
|
"src/Prebuilt/components/PIP/PIPComponent.jsx": {
|
16500
|
-
"bytesInOutput":
|
16166
|
+
"bytesInOutput": 2340
|
16501
16167
|
},
|
16502
16168
|
"src/Prebuilt/components/PIP/PIPManager.js": {
|
16503
16169
|
"bytesInOutput": 9164
|
@@ -16509,25 +16175,10 @@
|
|
16509
16175
|
"bytesInOutput": 2509
|
16510
16176
|
},
|
16511
16177
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
16512
|
-
"bytesInOutput":
|
16513
|
-
},
|
16514
|
-
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
16515
|
-
"bytesInOutput": 93
|
16178
|
+
"bytesInOutput": 6096
|
16516
16179
|
},
|
16517
16180
|
"src/Prebuilt/common/hooks.ts": {
|
16518
|
-
"bytesInOutput":
|
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
|
16181
|
+
"bytesInOutput": 2676
|
16531
16182
|
},
|
16532
16183
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
16533
16184
|
"bytesInOutput": 4547
|
@@ -16536,7 +16187,7 @@
|
|
16536
16187
|
"bytesInOutput": 2940
|
16537
16188
|
},
|
16538
16189
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16539
|
-
"bytesInOutput":
|
16190
|
+
"bytesInOutput": 7672
|
16540
16191
|
},
|
16541
16192
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
16542
16193
|
"bytesInOutput": 9582
|
@@ -16560,17 +16211,20 @@
|
|
16560
16211
|
"bytesInOutput": 1948
|
16561
16212
|
},
|
16562
16213
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
16563
|
-
"bytesInOutput":
|
16214
|
+
"bytesInOutput": 10037
|
16564
16215
|
},
|
16565
16216
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
16566
16217
|
"bytesInOutput": 10019
|
16567
16218
|
},
|
16568
16219
|
"../hms-video-store/dist/index.js": {
|
16569
|
-
"bytesInOutput":
|
16220
|
+
"bytesInOutput": 48907
|
16570
16221
|
},
|
16571
16222
|
"../../node_modules/reselect/es/index.js": {
|
16572
16223
|
"bytesInOutput": 2537
|
16573
16224
|
},
|
16225
|
+
"../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
|
16226
|
+
"bytesInOutput": 42640
|
16227
|
+
},
|
16574
16228
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
16575
16229
|
"bytesInOutput": 118
|
16576
16230
|
},
|
@@ -16584,7 +16238,7 @@
|
|
16584
16238
|
"bytesInOutput": 22678
|
16585
16239
|
},
|
16586
16240
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
16587
|
-
"bytesInOutput":
|
16241
|
+
"bytesInOutput": 6092
|
16588
16242
|
},
|
16589
16243
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
16590
16244
|
"bytesInOutput": 1256
|
@@ -16593,7 +16247,7 @@
|
|
16593
16247
|
"bytesInOutput": 9143
|
16594
16248
|
},
|
16595
16249
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
16596
|
-
"bytesInOutput":
|
16250
|
+
"bytesInOutput": 2137
|
16597
16251
|
},
|
16598
16252
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
16599
16253
|
"bytesInOutput": 842
|
@@ -16613,6 +16267,9 @@
|
|
16613
16267
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
16614
16268
|
"bytesInOutput": 907
|
16615
16269
|
},
|
16270
|
+
"src/Prebuilt/common/utils.js": {
|
16271
|
+
"bytesInOutput": 3207
|
16272
|
+
},
|
16616
16273
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
16617
16274
|
"bytesInOutput": 1390
|
16618
16275
|
},
|
@@ -16622,9 +16279,6 @@
|
|
16622
16279
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
16623
16280
|
"bytesInOutput": 3300
|
16624
16281
|
},
|
16625
|
-
"src/Prebuilt/components/AppData/useSheet.ts": {
|
16626
|
-
"bytesInOutput": 844
|
16627
|
-
},
|
16628
16282
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
16629
16283
|
"bytesInOutput": 658
|
16630
16284
|
},
|
@@ -16683,7 +16337,7 @@
|
|
16683
16337
|
"bytesInOutput": 4229
|
16684
16338
|
},
|
16685
16339
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
16686
|
-
"bytesInOutput":
|
16340
|
+
"bytesInOutput": 5920
|
16687
16341
|
},
|
16688
16342
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
16689
16343
|
"bytesInOutput": 1073
|
@@ -16701,7 +16355,7 @@
|
|
16701
16355
|
"bytesInOutput": 9632
|
16702
16356
|
},
|
16703
16357
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16704
|
-
"bytesInOutput":
|
16358
|
+
"bytesInOutput": 4579
|
16705
16359
|
},
|
16706
16360
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
16707
16361
|
"bytesInOutput": 735
|
@@ -16752,7 +16406,7 @@
|
|
16752
16406
|
"bytesInOutput": 2078
|
16753
16407
|
},
|
16754
16408
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
16755
|
-
"bytesInOutput":
|
16409
|
+
"bytesInOutput": 480
|
16756
16410
|
},
|
16757
16411
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
16758
16412
|
"bytesInOutput": 2309
|
@@ -16775,23 +16429,14 @@
|
|
16775
16429
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
16776
16430
|
"bytesInOutput": 1727
|
16777
16431
|
},
|
16778
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
16779
|
-
"bytesInOutput": 1193
|
16780
|
-
},
|
16781
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
16782
|
-
"bytesInOutput": 664
|
16783
|
-
},
|
16784
|
-
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
16785
|
-
"bytesInOutput": 720
|
16786
|
-
},
|
16787
16432
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
16788
16433
|
"bytesInOutput": 7277
|
16789
16434
|
},
|
16790
16435
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
16791
|
-
"bytesInOutput":
|
16436
|
+
"bytesInOutput": 3463
|
16792
16437
|
},
|
16793
16438
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
16794
|
-
"bytesInOutput":
|
16439
|
+
"bytesInOutput": 14396
|
16795
16440
|
},
|
16796
16441
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
16797
16442
|
"bytesInOutput": 9785
|
@@ -16848,7 +16493,7 @@
|
|
16848
16493
|
"bytesInOutput": 2469
|
16849
16494
|
},
|
16850
16495
|
"src/Prebuilt/components/VideoTile.tsx": {
|
16851
|
-
"bytesInOutput":
|
16496
|
+
"bytesInOutput": 6606
|
16852
16497
|
},
|
16853
16498
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
16854
16499
|
"bytesInOutput": 2035
|
@@ -16890,7 +16535,7 @@
|
|
16890
16535
|
"bytesInOutput": 1626
|
16891
16536
|
},
|
16892
16537
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
16893
|
-
"bytesInOutput":
|
16538
|
+
"bytesInOutput": 2719
|
16894
16539
|
},
|
16895
16540
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
16896
16541
|
"bytesInOutput": 2163
|
@@ -16965,10 +16610,7 @@
|
|
16965
16610
|
"bytesInOutput": 27
|
16966
16611
|
},
|
16967
16612
|
"src/Prebuilt/components/Header/Header.tsx": {
|
16968
|
-
"bytesInOutput":
|
16969
|
-
},
|
16970
|
-
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
16971
|
-
"bytesInOutput": 1607
|
16613
|
+
"bytesInOutput": 1619
|
16972
16614
|
},
|
16973
16615
|
"src/Prebuilt/components/Header/common.jsx": {
|
16974
16616
|
"bytesInOutput": 6075
|
@@ -16986,7 +16628,7 @@
|
|
16986
16628
|
"bytesInOutput": 1427
|
16987
16629
|
},
|
16988
16630
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
16989
|
-
"bytesInOutput":
|
16631
|
+
"bytesInOutput": 4441
|
16990
16632
|
},
|
16991
16633
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
16992
16634
|
"bytesInOutput": 2185
|
@@ -17004,22 +16646,22 @@
|
|
17004
16646
|
"bytesInOutput": 27
|
17005
16647
|
},
|
17006
16648
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
17007
|
-
"bytesInOutput":
|
17008
|
-
},
|
17009
|
-
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
17010
|
-
"bytesInOutput": 1768
|
17011
|
-
},
|
17012
|
-
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
17013
|
-
"bytesInOutput": 6474
|
16649
|
+
"bytesInOutput": 7339
|
17014
16650
|
},
|
17015
16651
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
17016
16652
|
"bytesInOutput": 1053
|
17017
16653
|
},
|
17018
16654
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
17019
|
-
"bytesInOutput":
|
16655
|
+
"bytesInOutput": 1350
|
17020
16656
|
},
|
17021
16657
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
17022
|
-
"bytesInOutput":
|
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
|
17023
16665
|
},
|
17024
16666
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
17025
16667
|
"bytesInOutput": 1596
|
@@ -17057,12 +16699,6 @@
|
|
17057
16699
|
"src/Prebuilt/components/Toast/Toast.jsx": {
|
17058
16700
|
"bytesInOutput": 534
|
17059
16701
|
},
|
17060
|
-
"src/Prebuilt/layouts/Sheet.tsx": {
|
17061
|
-
"bytesInOutput": 478
|
17062
|
-
},
|
17063
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
17064
|
-
"bytesInOutput": 1623
|
17065
|
-
},
|
17066
16702
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
17067
16703
|
"bytesInOutput": 3918
|
17068
16704
|
},
|
@@ -17082,7 +16718,7 @@
|
|
17082
16718
|
"bytesInOutput": 651
|
17083
16719
|
}
|
17084
16720
|
},
|
17085
|
-
"bytes":
|
16721
|
+
"bytes": 1272319
|
17086
16722
|
}
|
17087
16723
|
}
|
17088
16724
|
}
|