@100mslive/roomkit-react 0.2.7-alpha.0 → 0.2.7-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.cjs.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
|
},
|
@@ -11086,103 +10978,42 @@
|
|
11086
10978
|
{
|
11087
10979
|
"path": "src/Prebuilt/layouts/WaitingView.jsx",
|
11088
10980
|
"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
|
11146
|
-
},
|
11147
|
-
{
|
11148
|
-
"path": "src/Layout/index.tsx",
|
11149
|
-
"kind": "import-statement",
|
11150
|
-
"original": "../../../Layout"
|
11151
|
-
},
|
11152
|
-
{
|
11153
|
-
"path": "src/Text/index.tsx",
|
11154
|
-
"kind": "import-statement",
|
11155
|
-
"original": "../../../Text"
|
11156
|
-
},
|
11157
|
-
{
|
11158
|
-
"path": "src/Theme/index.tsx",
|
11159
|
-
"kind": "import-statement",
|
11160
|
-
"original": "../../../Theme"
|
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",
|
@@ -12394,135 +12215,28 @@
|
|
12394
12215
|
{
|
12395
12216
|
"path": "react",
|
12396
12217
|
"kind": "import-statement",
|
12397
|
-
"external": true
|
12398
|
-
},
|
12399
|
-
{
|
12400
|
-
"path": "src/Toast/index.tsx",
|
12401
|
-
"kind": "import-statement",
|
12402
|
-
"original": "../../../Toast"
|
12403
|
-
},
|
12404
|
-
{
|
12405
|
-
"path": "<define:process.env>",
|
12406
|
-
"kind": "import-statement",
|
12407
|
-
"external": true
|
12408
|
-
},
|
12409
|
-
{
|
12410
|
-
"path": "<runtime>",
|
12411
|
-
"kind": "import-statement",
|
12412
|
-
"external": true
|
12413
|
-
}
|
12414
|
-
],
|
12415
|
-
"format": "esm"
|
12416
|
-
},
|
12417
|
-
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
12418
|
-
"bytes": 1054,
|
12419
|
-
"imports": [
|
12420
|
-
{
|
12421
|
-
"path": "react",
|
12422
|
-
"kind": "import-statement",
|
12423
|
-
"external": true
|
12424
|
-
},
|
12425
|
-
{
|
12426
|
-
"path": "@100mslive/react-sdk",
|
12427
|
-
"kind": "import-statement",
|
12428
|
-
"external": true
|
12429
|
-
},
|
12430
|
-
{
|
12431
|
-
"path": "src/Toast/index.tsx",
|
12432
|
-
"kind": "import-statement",
|
12433
|
-
"original": "../../../Toast"
|
12434
|
-
},
|
12435
|
-
{
|
12436
|
-
"path": "src/Prebuilt/components/Toast/Toast.jsx",
|
12437
|
-
"kind": "import-statement",
|
12438
|
-
"original": "./Toast"
|
12439
|
-
},
|
12440
|
-
{
|
12441
|
-
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
12442
|
-
"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"
|
12218
|
+
"external": true
|
12505
12219
|
},
|
12506
12220
|
{
|
12507
|
-
"path": "src/
|
12221
|
+
"path": "src/Toast/index.tsx",
|
12508
12222
|
"kind": "import-statement",
|
12509
|
-
"original": "
|
12223
|
+
"original": "../../../Toast"
|
12510
12224
|
},
|
12511
12225
|
{
|
12512
|
-
"path": "
|
12226
|
+
"path": "<define:process.env>",
|
12513
12227
|
"kind": "import-statement",
|
12514
|
-
"
|
12228
|
+
"external": true
|
12515
12229
|
},
|
12516
12230
|
{
|
12517
|
-
"path": "<
|
12231
|
+
"path": "<runtime>",
|
12518
12232
|
"kind": "import-statement",
|
12519
12233
|
"external": true
|
12520
12234
|
}
|
12521
12235
|
],
|
12522
12236
|
"format": "esm"
|
12523
12237
|
},
|
12524
|
-
"src/Prebuilt/
|
12525
|
-
"bytes":
|
12238
|
+
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
12239
|
+
"bytes": 1054,
|
12526
12240
|
"imports": [
|
12527
12241
|
{
|
12528
12242
|
"path": "react",
|
@@ -12535,24 +12249,34 @@
|
|
12535
12249
|
"external": true
|
12536
12250
|
},
|
12537
12251
|
{
|
12538
|
-
"path": "src/
|
12252
|
+
"path": "src/Toast/index.tsx",
|
12539
12253
|
"kind": "import-statement",
|
12540
|
-
"original": "
|
12254
|
+
"original": "../../../Toast"
|
12541
12255
|
},
|
12542
12256
|
{
|
12543
|
-
"path": "src/
|
12257
|
+
"path": "src/Prebuilt/components/Toast/Toast.jsx",
|
12544
12258
|
"kind": "import-statement",
|
12545
|
-
"original": "
|
12259
|
+
"original": "./Toast"
|
12260
|
+
},
|
12261
|
+
{
|
12262
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
12263
|
+
"kind": "import-statement",
|
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",
|
@@ -13127,7 +12846,7 @@
|
|
13127
12846
|
"imports": [],
|
13128
12847
|
"exports": [],
|
13129
12848
|
"inputs": {},
|
13130
|
-
"bytes":
|
12849
|
+
"bytes": 3196851
|
13131
12850
|
},
|
13132
12851
|
"dist/index.cjs.js": {
|
13133
12852
|
"imports": [
|
@@ -13476,16 +13195,6 @@
|
|
13476
13195
|
"kind": "require-call",
|
13477
13196
|
"external": true
|
13478
13197
|
},
|
13479
|
-
{
|
13480
|
-
"path": "@100mslive/react-sdk",
|
13481
|
-
"kind": "require-call",
|
13482
|
-
"external": true
|
13483
|
-
},
|
13484
|
-
{
|
13485
|
-
"path": "react",
|
13486
|
-
"kind": "require-call",
|
13487
|
-
"external": true
|
13488
|
-
},
|
13489
13198
|
{
|
13490
13199
|
"path": "react-use",
|
13491
13200
|
"kind": "require-call",
|
@@ -13532,17 +13241,17 @@
|
|
13532
13241
|
"external": true
|
13533
13242
|
},
|
13534
13243
|
{
|
13535
|
-
"path": "
|
13244
|
+
"path": "react",
|
13536
13245
|
"kind": "require-call",
|
13537
13246
|
"external": true
|
13538
13247
|
},
|
13539
13248
|
{
|
13540
|
-
"path": "react",
|
13249
|
+
"path": "@radix-ui/react-dialog",
|
13541
13250
|
"kind": "require-call",
|
13542
13251
|
"external": true
|
13543
13252
|
},
|
13544
13253
|
{
|
13545
|
-
"path": "
|
13254
|
+
"path": "react",
|
13546
13255
|
"kind": "require-call",
|
13547
13256
|
"external": true
|
13548
13257
|
},
|
@@ -13562,37 +13271,37 @@
|
|
13562
13271
|
"external": true
|
13563
13272
|
},
|
13564
13273
|
{
|
13565
|
-
"path": "react",
|
13274
|
+
"path": "react-use",
|
13566
13275
|
"kind": "require-call",
|
13567
13276
|
"external": true
|
13568
13277
|
},
|
13569
13278
|
{
|
13570
|
-
"path": "react-
|
13279
|
+
"path": "@100mslive/react-sdk",
|
13571
13280
|
"kind": "require-call",
|
13572
13281
|
"external": true
|
13573
13282
|
},
|
13574
13283
|
{
|
13575
|
-
"path": "@
|
13284
|
+
"path": "@100mslive/react-icons",
|
13576
13285
|
"kind": "require-call",
|
13577
13286
|
"external": true
|
13578
13287
|
},
|
13579
13288
|
{
|
13580
|
-
"path": "
|
13289
|
+
"path": "react",
|
13581
13290
|
"kind": "require-call",
|
13582
13291
|
"external": true
|
13583
13292
|
},
|
13584
13293
|
{
|
13585
|
-
"path": "@100mslive/react-
|
13294
|
+
"path": "@100mslive/react-icons",
|
13586
13295
|
"kind": "require-call",
|
13587
13296
|
"external": true
|
13588
13297
|
},
|
13589
13298
|
{
|
13590
|
-
"path": "
|
13299
|
+
"path": "react",
|
13591
13300
|
"kind": "require-call",
|
13592
13301
|
"external": true
|
13593
13302
|
},
|
13594
13303
|
{
|
13595
|
-
"path": "react",
|
13304
|
+
"path": "react-use",
|
13596
13305
|
"kind": "require-call",
|
13597
13306
|
"external": true
|
13598
13307
|
},
|
@@ -13602,7 +13311,7 @@
|
|
13602
13311
|
"external": true
|
13603
13312
|
},
|
13604
13313
|
{
|
13605
|
-
"path": "
|
13314
|
+
"path": "uuid",
|
13606
13315
|
"kind": "require-call",
|
13607
13316
|
"external": true
|
13608
13317
|
},
|
@@ -13611,6 +13320,16 @@
|
|
13611
13320
|
"kind": "require-call",
|
13612
13321
|
"external": true
|
13613
13322
|
},
|
13323
|
+
{
|
13324
|
+
"path": "@100mslive/hms-noise-cancellation",
|
13325
|
+
"kind": "require-call",
|
13326
|
+
"external": true
|
13327
|
+
},
|
13328
|
+
{
|
13329
|
+
"path": "@100mslive/react-sdk",
|
13330
|
+
"kind": "require-call",
|
13331
|
+
"external": true
|
13332
|
+
},
|
13614
13333
|
{
|
13615
13334
|
"path": "@100mslive/react-icons",
|
13616
13335
|
"kind": "require-call",
|
@@ -13622,27 +13341,27 @@
|
|
13622
13341
|
"external": true
|
13623
13342
|
},
|
13624
13343
|
{
|
13625
|
-
"path": "
|
13344
|
+
"path": "react",
|
13626
13345
|
"kind": "require-call",
|
13627
13346
|
"external": true
|
13628
13347
|
},
|
13629
13348
|
{
|
13630
|
-
"path": "
|
13349
|
+
"path": "react",
|
13631
13350
|
"kind": "require-call",
|
13632
13351
|
"external": true
|
13633
13352
|
},
|
13634
13353
|
{
|
13635
|
-
"path": "react",
|
13354
|
+
"path": "react-use",
|
13636
13355
|
"kind": "require-call",
|
13637
13356
|
"external": true
|
13638
13357
|
},
|
13639
13358
|
{
|
13640
|
-
"path": "@
|
13359
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
13641
13360
|
"kind": "require-call",
|
13642
13361
|
"external": true
|
13643
13362
|
},
|
13644
13363
|
{
|
13645
|
-
"path": "
|
13364
|
+
"path": "emoji-mart",
|
13646
13365
|
"kind": "require-call",
|
13647
13366
|
"external": true
|
13648
13367
|
},
|
@@ -13662,22 +13381,22 @@
|
|
13662
13381
|
"external": true
|
13663
13382
|
},
|
13664
13383
|
{
|
13665
|
-
"path": "react-
|
13384
|
+
"path": "@100mslive/react-icons",
|
13666
13385
|
"kind": "require-call",
|
13667
13386
|
"external": true
|
13668
13387
|
},
|
13669
13388
|
{
|
13670
|
-
"path": "
|
13389
|
+
"path": "react",
|
13671
13390
|
"kind": "require-call",
|
13672
13391
|
"external": true
|
13673
13392
|
},
|
13674
13393
|
{
|
13675
|
-
"path": "
|
13394
|
+
"path": "react",
|
13676
13395
|
"kind": "require-call",
|
13677
13396
|
"external": true
|
13678
13397
|
},
|
13679
13398
|
{
|
13680
|
-
"path": "@100mslive/react-
|
13399
|
+
"path": "@100mslive/react-icons",
|
13681
13400
|
"kind": "require-call",
|
13682
13401
|
"external": true
|
13683
13402
|
},
|
@@ -13702,22 +13421,22 @@
|
|
13702
13421
|
"external": true
|
13703
13422
|
},
|
13704
13423
|
{
|
13705
|
-
"path": "react",
|
13424
|
+
"path": "@100mslive/react-sdk",
|
13706
13425
|
"kind": "require-call",
|
13707
13426
|
"external": true
|
13708
13427
|
},
|
13709
13428
|
{
|
13710
|
-
"path": "@100mslive/
|
13429
|
+
"path": "@100mslive/react-icons",
|
13711
13430
|
"kind": "require-call",
|
13712
13431
|
"external": true
|
13713
13432
|
},
|
13714
13433
|
{
|
13715
|
-
"path": "
|
13434
|
+
"path": "react",
|
13716
13435
|
"kind": "require-call",
|
13717
13436
|
"external": true
|
13718
13437
|
},
|
13719
13438
|
{
|
13720
|
-
"path": "react",
|
13439
|
+
"path": "react-use",
|
13721
13440
|
"kind": "require-call",
|
13722
13441
|
"external": true
|
13723
13442
|
},
|
@@ -13727,47 +13446,47 @@
|
|
13727
13446
|
"external": true
|
13728
13447
|
},
|
13729
13448
|
{
|
13730
|
-
"path": "
|
13449
|
+
"path": "worker-timers",
|
13731
13450
|
"kind": "require-call",
|
13732
13451
|
"external": true
|
13733
13452
|
},
|
13734
13453
|
{
|
13735
|
-
"path": "react",
|
13454
|
+
"path": "@100mslive/react-sdk",
|
13736
13455
|
"kind": "require-call",
|
13737
13456
|
"external": true
|
13738
13457
|
},
|
13739
13458
|
{
|
13740
|
-
"path": "
|
13459
|
+
"path": "react",
|
13741
13460
|
"kind": "require-call",
|
13742
13461
|
"external": true
|
13743
13462
|
},
|
13744
13463
|
{
|
13745
|
-
"path": "react",
|
13464
|
+
"path": "@100mslive/react-sdk",
|
13746
13465
|
"kind": "require-call",
|
13747
13466
|
"external": true
|
13748
13467
|
},
|
13749
13468
|
{
|
13750
|
-
"path": "react-
|
13469
|
+
"path": "@100mslive/react-icons",
|
13751
13470
|
"kind": "require-call",
|
13752
13471
|
"external": true
|
13753
13472
|
},
|
13754
13473
|
{
|
13755
|
-
"path": "
|
13474
|
+
"path": "react",
|
13756
13475
|
"kind": "require-call",
|
13757
13476
|
"external": true
|
13758
13477
|
},
|
13759
13478
|
{
|
13760
|
-
"path": "
|
13479
|
+
"path": "react",
|
13761
13480
|
"kind": "require-call",
|
13762
13481
|
"external": true
|
13763
13482
|
},
|
13764
13483
|
{
|
13765
|
-
"path": "
|
13484
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
13766
13485
|
"kind": "require-call",
|
13767
13486
|
"external": true
|
13768
13487
|
},
|
13769
13488
|
{
|
13770
|
-
"path": "@100mslive/react-
|
13489
|
+
"path": "@100mslive/react-sdk",
|
13771
13490
|
"kind": "require-call",
|
13772
13491
|
"external": true
|
13773
13492
|
},
|
@@ -13777,7 +13496,7 @@
|
|
13777
13496
|
"external": true
|
13778
13497
|
},
|
13779
13498
|
{
|
13780
|
-
"path": "react-
|
13499
|
+
"path": "@100mslive/react-sdk",
|
13781
13500
|
"kind": "require-call",
|
13782
13501
|
"external": true
|
13783
13502
|
},
|
@@ -14076,16 +13795,6 @@
|
|
14076
13795
|
"kind": "require-call",
|
14077
13796
|
"external": true
|
14078
13797
|
},
|
14079
|
-
{
|
14080
|
-
"path": "@100mslive/react-sdk",
|
14081
|
-
"kind": "require-call",
|
14082
|
-
"external": true
|
14083
|
-
},
|
14084
|
-
{
|
14085
|
-
"path": "react",
|
14086
|
-
"kind": "require-call",
|
14087
|
-
"external": true
|
14088
|
-
},
|
14089
13798
|
{
|
14090
13799
|
"path": "react-use",
|
14091
13800
|
"kind": "require-call",
|
@@ -14601,26 +14310,6 @@
|
|
14601
14310
|
"kind": "require-call",
|
14602
14311
|
"external": true
|
14603
14312
|
},
|
14604
|
-
{
|
14605
|
-
"path": "react",
|
14606
|
-
"kind": "require-call",
|
14607
|
-
"external": true
|
14608
|
-
},
|
14609
|
-
{
|
14610
|
-
"path": "@100mslive/react-icons",
|
14611
|
-
"kind": "require-call",
|
14612
|
-
"external": true
|
14613
|
-
},
|
14614
|
-
{
|
14615
|
-
"path": "react",
|
14616
|
-
"kind": "require-call",
|
14617
|
-
"external": true
|
14618
|
-
},
|
14619
|
-
{
|
14620
|
-
"path": "react",
|
14621
|
-
"kind": "require-call",
|
14622
|
-
"external": true
|
14623
|
-
},
|
14624
14313
|
{
|
14625
14314
|
"path": "@100mslive/react-sdk",
|
14626
14315
|
"kind": "require-call",
|
@@ -15511,21 +15200,6 @@
|
|
15511
15200
|
"kind": "require-call",
|
15512
15201
|
"external": true
|
15513
15202
|
},
|
15514
|
-
{
|
15515
|
-
"path": "react-use",
|
15516
|
-
"kind": "require-call",
|
15517
|
-
"external": true
|
15518
|
-
},
|
15519
|
-
{
|
15520
|
-
"path": "@100mslive/react-icons",
|
15521
|
-
"kind": "require-call",
|
15522
|
-
"external": true
|
15523
|
-
},
|
15524
|
-
{
|
15525
|
-
"path": "react",
|
15526
|
-
"kind": "require-call",
|
15527
|
-
"external": true
|
15528
|
-
},
|
15529
15203
|
{
|
15530
15204
|
"path": "@100mslive/react-sdk",
|
15531
15205
|
"kind": "require-call",
|
@@ -15667,12 +15341,12 @@
|
|
15667
15341
|
"external": true
|
15668
15342
|
},
|
15669
15343
|
{
|
15670
|
-
"path": "
|
15344
|
+
"path": "react",
|
15671
15345
|
"kind": "require-call",
|
15672
15346
|
"external": true
|
15673
15347
|
},
|
15674
15348
|
{
|
15675
|
-
"path": "
|
15349
|
+
"path": "uuid",
|
15676
15350
|
"kind": "require-call",
|
15677
15351
|
"external": true
|
15678
15352
|
},
|
@@ -15682,12 +15356,12 @@
|
|
15682
15356
|
"external": true
|
15683
15357
|
},
|
15684
15358
|
{
|
15685
|
-
"path": "react",
|
15359
|
+
"path": "@100mslive/react-icons",
|
15686
15360
|
"kind": "require-call",
|
15687
15361
|
"external": true
|
15688
15362
|
},
|
15689
15363
|
{
|
15690
|
-
"path": "
|
15364
|
+
"path": "react",
|
15691
15365
|
"kind": "require-call",
|
15692
15366
|
"external": true
|
15693
15367
|
},
|
@@ -15841,26 +15515,6 @@
|
|
15841
15515
|
"kind": "require-call",
|
15842
15516
|
"external": true
|
15843
15517
|
},
|
15844
|
-
{
|
15845
|
-
"path": "@100mslive/react-icons",
|
15846
|
-
"kind": "require-call",
|
15847
|
-
"external": true
|
15848
|
-
},
|
15849
|
-
{
|
15850
|
-
"path": "react",
|
15851
|
-
"kind": "require-call",
|
15852
|
-
"external": true
|
15853
|
-
},
|
15854
|
-
{
|
15855
|
-
"path": "@100mslive/react-sdk",
|
15856
|
-
"kind": "require-call",
|
15857
|
-
"external": true
|
15858
|
-
},
|
15859
|
-
{
|
15860
|
-
"path": "react",
|
15861
|
-
"kind": "require-call",
|
15862
|
-
"external": true
|
15863
|
-
},
|
15864
15518
|
{
|
15865
15519
|
"path": "react-use",
|
15866
15520
|
"kind": "require-call",
|
@@ -15911,13 +15565,13 @@
|
|
15911
15565
|
"entryPoint": "src/index.ts",
|
15912
15566
|
"inputs": {
|
15913
15567
|
"<define:process.env>": {
|
15914
|
-
"bytesInOutput":
|
15568
|
+
"bytesInOutput": 18252
|
15915
15569
|
},
|
15916
15570
|
"src/Theme/base.config.ts": {
|
15917
15571
|
"bytesInOutput": 6104
|
15918
15572
|
},
|
15919
15573
|
"src/Prebuilt/common/constants.ts": {
|
15920
|
-
"bytesInOutput":
|
15574
|
+
"bytesInOutput": 4389
|
15921
15575
|
},
|
15922
15576
|
"src/Theme/stitches.config.ts": {
|
15923
15577
|
"bytesInOutput": 2153
|
@@ -16178,7 +15832,7 @@
|
|
16178
15832
|
"bytesInOutput": 1087
|
16179
15833
|
},
|
16180
15834
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
16181
|
-
"bytesInOutput":
|
15835
|
+
"bytesInOutput": 6930
|
16182
15836
|
},
|
16183
15837
|
"src/Prebuilt/components/Settings/common.ts": {
|
16184
15838
|
"bytesInOutput": 445
|
@@ -16187,7 +15841,7 @@
|
|
16187
15841
|
"bytesInOutput": 3450
|
16188
15842
|
},
|
16189
15843
|
"../../node_modules/lodash/lodash.js": {
|
16190
|
-
"bytesInOutput":
|
15844
|
+
"bytesInOutput": 224281
|
16191
15845
|
},
|
16192
15846
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
16193
15847
|
"bytesInOutput": 1887
|
@@ -16198,17 +15852,14 @@
|
|
16198
15852
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
16199
15853
|
"bytesInOutput": 1552
|
16200
15854
|
},
|
16201
|
-
"src/Prebuilt/common/utils.js": {
|
16202
|
-
"bytesInOutput": 3810
|
16203
|
-
},
|
16204
15855
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
16205
|
-
"bytesInOutput":
|
15856
|
+
"bytesInOutput": 1614
|
16206
15857
|
},
|
16207
15858
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
16208
15859
|
"bytesInOutput": 2515
|
16209
15860
|
},
|
16210
15861
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
16211
|
-
"bytesInOutput":
|
15862
|
+
"bytesInOutput": 6500
|
16212
15863
|
},
|
16213
15864
|
"src/Prebuilt/AppContext.tsx": {
|
16214
15865
|
"bytesInOutput": 840
|
@@ -16222,14 +15873,38 @@
|
|
16222
15873
|
"src/Prebuilt/IconButton.tsx": {
|
16223
15874
|
"bytesInOutput": 845
|
16224
15875
|
},
|
16225
|
-
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.
|
16226
|
-
"bytesInOutput":
|
15876
|
+
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
15877
|
+
"bytesInOutput": 4096
|
15878
|
+
},
|
15879
|
+
"src/Sheet/Sheet.tsx": {
|
15880
|
+
"bytesInOutput": 3503
|
15881
|
+
},
|
15882
|
+
"src/Sheet/index.ts": {
|
15883
|
+
"bytesInOutput": 128
|
15884
|
+
},
|
15885
|
+
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
15886
|
+
"bytesInOutput": 1766
|
15887
|
+
},
|
15888
|
+
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
15889
|
+
"bytesInOutput": 808
|
15890
|
+
},
|
15891
|
+
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
15892
|
+
"bytesInOutput": 260
|
15893
|
+
},
|
15894
|
+
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
15895
|
+
"bytesInOutput": 8187
|
15896
|
+
},
|
15897
|
+
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
15898
|
+
"bytesInOutput": 2589
|
15899
|
+
},
|
15900
|
+
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
15901
|
+
"bytesInOutput": 11228
|
16227
15902
|
},
|
16228
15903
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
16229
15904
|
"bytesInOutput": 1359
|
16230
15905
|
},
|
16231
|
-
"src/Prebuilt/components/AudioVideoToggle.
|
16232
|
-
"bytesInOutput":
|
15906
|
+
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
15907
|
+
"bytesInOutput": 12380
|
16233
15908
|
},
|
16234
15909
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
16235
15910
|
"bytesInOutput": 1315
|
@@ -16255,12 +15930,6 @@
|
|
16255
15930
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
16256
15931
|
"bytesInOutput": 7065
|
16257
15932
|
},
|
16258
|
-
"src/Sheet/Sheet.tsx": {
|
16259
|
-
"bytesInOutput": 3503
|
16260
|
-
},
|
16261
|
-
"src/Sheet/index.ts": {
|
16262
|
-
"bytesInOutput": 128
|
16263
|
-
},
|
16264
15933
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
16265
15934
|
"bytesInOutput": 5354
|
16266
15935
|
},
|
@@ -16282,27 +15951,12 @@
|
|
16282
15951
|
"src/Prebuilt/components/PIP/index.jsx": {
|
16283
15952
|
"bytesInOutput": 369
|
16284
15953
|
},
|
16285
|
-
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
16286
|
-
"bytesInOutput": 260
|
16287
|
-
},
|
16288
15954
|
"src/Prebuilt/common/hooks.ts": {
|
16289
15955
|
"bytesInOutput": 3054
|
16290
15956
|
},
|
16291
15957
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
16292
15958
|
"bytesInOutput": 7604
|
16293
15959
|
},
|
16294
|
-
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
16295
|
-
"bytesInOutput": 1770
|
16296
|
-
},
|
16297
|
-
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
16298
|
-
"bytesInOutput": 8491
|
16299
|
-
},
|
16300
|
-
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
16301
|
-
"bytesInOutput": 2589
|
16302
|
-
},
|
16303
|
-
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
16304
|
-
"bytesInOutput": 11228
|
16305
|
-
},
|
16306
15960
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16307
15961
|
"bytesInOutput": 9346
|
16308
15962
|
},
|
@@ -16339,8 +15993,8 @@
|
|
16339
15993
|
"../../node_modules/reselect/es/index.js": {
|
16340
15994
|
"bytesInOutput": 2639
|
16341
15995
|
},
|
16342
|
-
"../../node_modules/ua-parser-js/src/ua-parser.
|
16343
|
-
"bytesInOutput":
|
15996
|
+
"../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
|
15997
|
+
"bytesInOutput": 48479
|
16344
15998
|
},
|
16345
15999
|
"../../node_modules/lodash.isequal/index.js": {
|
16346
16000
|
"bytesInOutput": 26597
|
@@ -16349,7 +16003,7 @@
|
|
16349
16003
|
"bytesInOutput": 6459
|
16350
16004
|
},
|
16351
16005
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
16352
|
-
"bytesInOutput":
|
16006
|
+
"bytesInOutput": 6258
|
16353
16007
|
},
|
16354
16008
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
16355
16009
|
"bytesInOutput": 1396
|
@@ -16358,7 +16012,7 @@
|
|
16358
16012
|
"bytesInOutput": 22882
|
16359
16013
|
},
|
16360
16014
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
16361
|
-
"bytesInOutput":
|
16015
|
+
"bytesInOutput": 2292
|
16362
16016
|
},
|
16363
16017
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
16364
16018
|
"bytesInOutput": 984
|
@@ -16394,7 +16048,7 @@
|
|
16394
16048
|
"bytesInOutput": 615
|
16395
16049
|
},
|
16396
16050
|
"../hms-video-store/dist/index.js": {
|
16397
|
-
"bytesInOutput":
|
16051
|
+
"bytesInOutput": 53533
|
16398
16052
|
},
|
16399
16053
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
16400
16054
|
"bytesInOutput": 1384
|
@@ -16405,6 +16059,9 @@
|
|
16405
16059
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
16406
16060
|
"bytesInOutput": 8158
|
16407
16061
|
},
|
16062
|
+
"src/Prebuilt/common/utils.js": {
|
16063
|
+
"bytesInOutput": 3810
|
16064
|
+
},
|
16408
16065
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
16409
16066
|
"bytesInOutput": 12096
|
16410
16067
|
},
|
@@ -16417,14 +16074,11 @@
|
|
16417
16074
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
16418
16075
|
"bytesInOutput": 2839
|
16419
16076
|
},
|
16420
|
-
"src/Prebuilt/components/AppData/useSheet.ts": {
|
16421
|
-
"bytesInOutput": 1099
|
16422
|
-
},
|
16423
16077
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
16424
16078
|
"bytesInOutput": 938
|
16425
16079
|
},
|
16426
16080
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
16427
|
-
"bytesInOutput":
|
16081
|
+
"bytesInOutput": 12309
|
16428
16082
|
},
|
16429
16083
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
16430
16084
|
"bytesInOutput": 729
|
@@ -16478,7 +16132,7 @@
|
|
16478
16132
|
"bytesInOutput": 1694
|
16479
16133
|
},
|
16480
16134
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
16481
|
-
"bytesInOutput":
|
16135
|
+
"bytesInOutput": 6881
|
16482
16136
|
},
|
16483
16137
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
16484
16138
|
"bytesInOutput": 5338
|
@@ -16505,7 +16159,7 @@
|
|
16505
16159
|
"bytesInOutput": 1165
|
16506
16160
|
},
|
16507
16161
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
16508
|
-
"bytesInOutput":
|
16162
|
+
"bytesInOutput": 9610
|
16509
16163
|
},
|
16510
16164
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
16511
16165
|
"bytesInOutput": 2802
|
@@ -16538,7 +16192,7 @@
|
|
16538
16192
|
"bytesInOutput": 5842
|
16539
16193
|
},
|
16540
16194
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
16541
|
-
"bytesInOutput":
|
16195
|
+
"bytesInOutput": 664
|
16542
16196
|
},
|
16543
16197
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
16544
16198
|
"bytesInOutput": 2726
|
@@ -16570,15 +16224,6 @@
|
|
16570
16224
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
16571
16225
|
"bytesInOutput": 1177
|
16572
16226
|
},
|
16573
|
-
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
16574
|
-
"bytesInOutput": 999
|
16575
|
-
},
|
16576
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
16577
|
-
"bytesInOutput": 1003
|
16578
|
-
},
|
16579
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
16580
|
-
"bytesInOutput": 1736
|
16581
|
-
},
|
16582
16227
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
16583
16228
|
"bytesInOutput": 688
|
16584
16229
|
},
|
@@ -16631,7 +16276,7 @@
|
|
16631
16276
|
"bytesInOutput": 6106
|
16632
16277
|
},
|
16633
16278
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
16634
|
-
"bytesInOutput":
|
16279
|
+
"bytesInOutput": 4399
|
16635
16280
|
},
|
16636
16281
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
16637
16282
|
"bytesInOutput": 5344
|
@@ -16676,7 +16321,7 @@
|
|
16676
16321
|
"bytesInOutput": 8756
|
16677
16322
|
},
|
16678
16323
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16679
|
-
"bytesInOutput":
|
16324
|
+
"bytesInOutput": 5592
|
16680
16325
|
},
|
16681
16326
|
"src/Prebuilt/components/Chip.tsx": {
|
16682
16327
|
"bytesInOutput": 1118
|
@@ -16802,19 +16447,16 @@
|
|
16802
16447
|
"bytesInOutput": 4598
|
16803
16448
|
},
|
16804
16449
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
16805
|
-
"bytesInOutput":
|
16450
|
+
"bytesInOutput": 21216
|
16806
16451
|
},
|
16807
16452
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
16808
16453
|
"bytesInOutput": 4111
|
16809
16454
|
},
|
16810
|
-
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
16811
|
-
"bytesInOutput": 2182
|
16812
|
-
},
|
16813
16455
|
"src/Prebuilt/components/Header/common.jsx": {
|
16814
16456
|
"bytesInOutput": 7375
|
16815
16457
|
},
|
16816
16458
|
"src/Prebuilt/components/Header/Header.tsx": {
|
16817
|
-
"bytesInOutput":
|
16459
|
+
"bytesInOutput": 2217
|
16818
16460
|
},
|
16819
16461
|
"src/Prebuilt/components/Header/index.tsx": {
|
16820
16462
|
"bytesInOutput": 152
|
@@ -16823,13 +16465,13 @@
|
|
16823
16465
|
"bytesInOutput": 1019
|
16824
16466
|
},
|
16825
16467
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
16826
|
-
"bytesInOutput":
|
16468
|
+
"bytesInOutput": 7487
|
16827
16469
|
},
|
16828
16470
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
16829
16471
|
"bytesInOutput": 4366
|
16830
16472
|
},
|
16831
16473
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
16832
|
-
"bytesInOutput":
|
16474
|
+
"bytesInOutput": 1704
|
16833
16475
|
},
|
16834
16476
|
"src/Prebuilt/components/init/Init.jsx": {
|
16835
16477
|
"bytesInOutput": 944
|
@@ -16849,20 +16491,20 @@
|
|
16849
16491
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
16850
16492
|
"bytesInOutput": 3195
|
16851
16493
|
},
|
16852
|
-
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
16853
|
-
"bytesInOutput": 7810
|
16854
|
-
},
|
16855
|
-
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
16856
|
-
"bytesInOutput": 2151
|
16857
|
-
},
|
16858
16494
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
16859
16495
|
"bytesInOutput": 1415
|
16860
16496
|
},
|
16861
16497
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
16862
16498
|
"bytesInOutput": 1817
|
16863
16499
|
},
|
16500
|
+
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
16501
|
+
"bytesInOutput": 7810
|
16502
|
+
},
|
16503
|
+
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
16504
|
+
"bytesInOutput": 2151
|
16505
|
+
},
|
16864
16506
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
16865
|
-
"bytesInOutput":
|
16507
|
+
"bytesInOutput": 1690
|
16866
16508
|
},
|
16867
16509
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
16868
16510
|
"bytesInOutput": 1964
|
@@ -16892,7 +16534,7 @@
|
|
16892
16534
|
"bytesInOutput": 2281
|
16893
16535
|
},
|
16894
16536
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
16895
|
-
"bytesInOutput":
|
16537
|
+
"bytesInOutput": 8275
|
16896
16538
|
},
|
16897
16539
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
16898
16540
|
"bytesInOutput": 173
|
@@ -16906,12 +16548,6 @@
|
|
16906
16548
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
16907
16549
|
"bytesInOutput": 1415
|
16908
16550
|
},
|
16909
|
-
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
16910
|
-
"bytesInOutput": 2274
|
16911
|
-
},
|
16912
|
-
"src/Prebuilt/layouts/Sheet.tsx": {
|
16913
|
-
"bytesInOutput": 772
|
16914
|
-
},
|
16915
16551
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
16916
16552
|
"bytesInOutput": 4336
|
16917
16553
|
},
|
@@ -16922,7 +16558,7 @@
|
|
16922
16558
|
"bytesInOutput": 2225
|
16923
16559
|
},
|
16924
16560
|
"src/Prebuilt/App.tsx": {
|
16925
|
-
"bytesInOutput":
|
16561
|
+
"bytesInOutput": 9555
|
16926
16562
|
},
|
16927
16563
|
"src/Prebuilt/index.ts": {
|
16928
16564
|
"bytesInOutput": 131
|
@@ -16940,7 +16576,7 @@
|
|
16940
16576
|
"bytesInOutput": 2980
|
16941
16577
|
}
|
16942
16578
|
},
|
16943
|
-
"bytes":
|
16579
|
+
"bytes": 1501613
|
16944
16580
|
}
|
16945
16581
|
}
|
16946
16582
|
}
|