@100mslive/roomkit-react 0.1.2-alpha.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{ActiveSpeakerView-N7C6WL27.js → ActiveSpeakerView-CLXH5CT7.js} +6 -6
- package/dist/{ActiveSpeakerView-ZOCC7LQW.css → ActiveSpeakerView-KIIG3P3H.css} +2 -2
- package/dist/{PinnedTrackView-RIL5IW5A.css.map → ActiveSpeakerView-KIIG3P3H.css.map} +1 -1
- package/dist/{HLSView-OVDMVJX5.css → HLSView-2BZD2FSZ.css} +2 -2
- package/dist/{HLSView-OVDMVJX5.css.map → HLSView-2BZD2FSZ.css.map} +1 -1
- package/dist/{HLSView-3ILTIGBT.js → HLSView-RIXB2GY3.js} +5 -5
- package/dist/{PinnedTrackView-RIL5IW5A.css → PinnedTrackView-IKIDDCHG.css} +2 -2
- package/dist/{conference-AIOOA5ON.css.map → PinnedTrackView-IKIDDCHG.css.map} +1 -1
- package/dist/{PinnedTrackView-6N6N5WOF.js → PinnedTrackView-ZGNZXO4J.js} +6 -6
- package/dist/{VirtualBackground-R3JHARN5.js → VirtualBackground-PPX7DVS3.js} +3 -3
- package/dist/{chunk-G56Z3JA5.js → chunk-CIV5V5QF.js} +116 -126
- package/dist/chunk-CIV5V5QF.js.map +7 -0
- package/dist/{chunk-DH3QSV4E.js → chunk-E7WZYH2U.js} +3 -3
- package/dist/chunk-E7WZYH2U.js.map +7 -0
- package/dist/{chunk-DRKV2LAC.js → chunk-G24GH7QG.js} +7 -6
- package/dist/chunk-G24GH7QG.js.map +7 -0
- package/dist/{chunk-INRXWU7L.js → chunk-GEPWMIT4.js} +2 -2
- package/dist/{chunk-TZJCHZPD.js → chunk-LMSP5ETL.js} +594 -581
- package/dist/chunk-LMSP5ETL.js.map +7 -0
- package/dist/{conference-AIOOA5ON.css → conference-IQN7SXQI.css} +2 -2
- package/dist/{ActiveSpeakerView-ZOCC7LQW.css.map → conference-IQN7SXQI.css.map} +1 -1
- package/dist/{conference-IKSFGLVK.js → conference-ORQKXGY3.js} +11 -11
- package/dist/index.cjs.css +1 -1
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +951 -953
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -4
- package/dist/meta.cjs.json +72 -54
- package/dist/meta.esbuild.json +160 -142
- package/dist/{transcription-XYVVYRAS.js → transcription-ETHBK5TS.js} +3 -3
- package/package.json +7 -7
- package/src/Button/Button.tsx +6 -2
- package/src/Loading/Loading.tsx +1 -1
- package/src/Prebuilt/App.jsx +4 -1
- package/src/Prebuilt/Prebuilt.stories.tsx +4 -0
- package/src/Prebuilt/components/AppData/useUISettings.js +6 -2
- package/src/Prebuilt/components/Chip.jsx +1 -0
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +1 -0
- package/src/Prebuilt/components/Notifications/PeerNotifications.jsx +2 -1
- package/src/Prebuilt/components/Notifications/PermissionErrorModal.jsx +13 -44
- package/src/Prebuilt/components/Preview/PreviewContainer.jsx +4 -1
- package/src/Prebuilt/components/Preview/PreviewForm.jsx +5 -7
- package/src/Prebuilt/components/Preview/PreviewJoin.jsx +9 -5
- package/src/Prebuilt/components/TileMenu.jsx +10 -17
- package/src/Theme/base.config.ts +3 -3
- package/src/Theme/stitches.config.ts +2 -1
- package/src/VideoTile/StyledVideoTile.tsx +1 -1
- package/dist/chunk-DH3QSV4E.js.map +0 -7
- package/dist/chunk-DRKV2LAC.js.map +0 -7
- package/dist/chunk-G56Z3JA5.js.map +0 -7
- package/dist/chunk-TZJCHZPD.js.map +0 -7
- package/src/assets/android-perm-0.png +0 -0
- /package/dist/{ActiveSpeakerView-N7C6WL27.js.map → ActiveSpeakerView-CLXH5CT7.js.map} +0 -0
- /package/dist/{HLSView-3ILTIGBT.js.map → HLSView-RIXB2GY3.js.map} +0 -0
- /package/dist/{PinnedTrackView-6N6N5WOF.js.map → PinnedTrackView-ZGNZXO4J.js.map} +0 -0
- /package/dist/{VirtualBackground-R3JHARN5.js.map → VirtualBackground-PPX7DVS3.js.map} +0 -0
- /package/dist/{chunk-INRXWU7L.js.map → chunk-GEPWMIT4.js.map} +0 -0
- /package/dist/{conference-IKSFGLVK.js.map → conference-ORQKXGY3.js.map} +0 -0
- /package/dist/{transcription-XYVVYRAS.js.map → transcription-ETHBK5TS.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
"imports": []
|
6
6
|
},
|
7
7
|
"src/Theme/base.config.ts": {
|
8
|
-
"bytes":
|
8
|
+
"bytes": 6105,
|
9
9
|
"imports": [
|
10
10
|
{
|
11
11
|
"path": "@stitches/react",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"format": "esm"
|
27
27
|
},
|
28
28
|
"src/Theme/stitches.config.ts": {
|
29
|
-
"bytes":
|
29
|
+
"bytes": 2173,
|
30
30
|
"imports": [
|
31
31
|
{
|
32
32
|
"path": "@stitches/react",
|
@@ -173,7 +173,7 @@
|
|
173
173
|
"format": "esm"
|
174
174
|
},
|
175
175
|
"src/Loading/Loading.tsx": {
|
176
|
-
"bytes":
|
176
|
+
"bytes": 767,
|
177
177
|
"imports": [
|
178
178
|
{
|
179
179
|
"path": "react",
|
@@ -221,7 +221,7 @@
|
|
221
221
|
"format": "esm"
|
222
222
|
},
|
223
223
|
"src/Button/Button.tsx": {
|
224
|
-
"bytes":
|
224
|
+
"bytes": 4741,
|
225
225
|
"imports": [
|
226
226
|
{
|
227
227
|
"path": "react",
|
@@ -842,7 +842,7 @@
|
|
842
842
|
"format": "esm"
|
843
843
|
},
|
844
844
|
"src/VideoTile/StyledVideoTile.tsx": {
|
845
|
-
"bytes":
|
845
|
+
"bytes": 2898,
|
846
846
|
"imports": [
|
847
847
|
{
|
848
848
|
"path": "src/Layout/index.tsx",
|
@@ -1875,7 +1875,7 @@
|
|
1875
1875
|
"format": "esm"
|
1876
1876
|
},
|
1877
1877
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
1878
|
-
"bytes":
|
1878
|
+
"bytes": 5109,
|
1879
1879
|
"imports": [
|
1880
1880
|
{
|
1881
1881
|
"path": "react",
|
@@ -2565,7 +2565,7 @@
|
|
2565
2565
|
"format": "esm"
|
2566
2566
|
},
|
2567
2567
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
2568
|
-
"bytes":
|
2568
|
+
"bytes": 1606,
|
2569
2569
|
"imports": [
|
2570
2570
|
{
|
2571
2571
|
"path": "react",
|
@@ -2587,6 +2587,11 @@
|
|
2587
2587
|
"kind": "import-statement",
|
2588
2588
|
"original": "../AppData/useUISettings"
|
2589
2589
|
},
|
2590
|
+
{
|
2591
|
+
"path": "src/Prebuilt/common/utils.js",
|
2592
|
+
"kind": "import-statement",
|
2593
|
+
"original": "../../common/utils"
|
2594
|
+
},
|
2590
2595
|
{
|
2591
2596
|
"path": "src/Prebuilt/common/constants.js",
|
2592
2597
|
"kind": "import-statement",
|
@@ -2600,10 +2605,6 @@
|
|
2600
2605
|
],
|
2601
2606
|
"format": "esm"
|
2602
2607
|
},
|
2603
|
-
"src/assets/android-perm-0.png": {
|
2604
|
-
"bytes": 14636,
|
2605
|
-
"imports": []
|
2606
|
-
},
|
2607
2608
|
"src/assets/android-perm-1.png": {
|
2608
2609
|
"bytes": 7790,
|
2609
2610
|
"imports": []
|
@@ -2613,7 +2614,7 @@
|
|
2613
2614
|
"imports": []
|
2614
2615
|
},
|
2615
2616
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
|
2616
|
-
"bytes":
|
2617
|
+
"bytes": 4537,
|
2617
2618
|
"imports": [
|
2618
2619
|
{
|
2619
2620
|
"path": "react",
|
@@ -2635,11 +2636,6 @@
|
|
2635
2636
|
"kind": "import-statement",
|
2636
2637
|
"original": "../../../"
|
2637
2638
|
},
|
2638
|
-
{
|
2639
|
-
"path": "src/assets/android-perm-0.png",
|
2640
|
-
"kind": "import-statement",
|
2641
|
-
"original": "../../../assets/android-perm-0.png"
|
2642
|
-
},
|
2643
2639
|
{
|
2644
2640
|
"path": "src/assets/android-perm-1.png",
|
2645
2641
|
"kind": "import-statement",
|
@@ -4888,8 +4884,13 @@
|
|
4888
4884
|
"format": "esm"
|
4889
4885
|
},
|
4890
4886
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
|
4891
|
-
"bytes":
|
4887
|
+
"bytes": 2682,
|
4892
4888
|
"imports": [
|
4889
|
+
{
|
4890
|
+
"path": "react",
|
4891
|
+
"kind": "import-statement",
|
4892
|
+
"external": true
|
4893
|
+
},
|
4893
4894
|
{
|
4894
4895
|
"path": "@100mslive/react-icons",
|
4895
4896
|
"kind": "import-statement",
|
@@ -4990,8 +4991,13 @@
|
|
4990
4991
|
"format": "esm"
|
4991
4992
|
},
|
4992
4993
|
"src/Prebuilt/components/Chip.jsx": {
|
4993
|
-
"bytes":
|
4994
|
+
"bytes": 580,
|
4994
4995
|
"imports": [
|
4996
|
+
{
|
4997
|
+
"path": "react",
|
4998
|
+
"kind": "import-statement",
|
4999
|
+
"external": true
|
5000
|
+
},
|
4995
5001
|
{
|
4996
5002
|
"path": "src/Layout/index.tsx",
|
4997
5003
|
"kind": "import-statement",
|
@@ -5344,7 +5350,7 @@
|
|
5344
5350
|
"format": "esm"
|
5345
5351
|
},
|
5346
5352
|
"src/Prebuilt/components/Preview/PreviewForm.jsx": {
|
5347
|
-
"bytes":
|
5353
|
+
"bytes": 2334,
|
5348
5354
|
"imports": [
|
5349
5355
|
{
|
5350
5356
|
"path": "react",
|
@@ -5482,7 +5488,7 @@
|
|
5482
5488
|
"format": "esm"
|
5483
5489
|
},
|
5484
5490
|
"src/Prebuilt/components/Preview/PreviewJoin.jsx": {
|
5485
|
-
"bytes":
|
5491
|
+
"bytes": 8506,
|
5486
5492
|
"imports": [
|
5487
5493
|
{
|
5488
5494
|
"path": "react",
|
@@ -5619,7 +5625,7 @@
|
|
5619
5625
|
"format": "esm"
|
5620
5626
|
},
|
5621
5627
|
"src/Prebuilt/components/Preview/PreviewContainer.jsx": {
|
5622
|
-
"bytes":
|
5628
|
+
"bytes": 2399,
|
5623
5629
|
"imports": [
|
5624
5630
|
{
|
5625
5631
|
"path": "react",
|
@@ -5651,6 +5657,11 @@
|
|
5651
5657
|
"kind": "import-statement",
|
5652
5658
|
"original": "../../layouts/SidePane"
|
5653
5659
|
},
|
5660
|
+
{
|
5661
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
5662
|
+
"kind": "import-statement",
|
5663
|
+
"original": "../../provider/roomLayoutProvider"
|
5664
|
+
},
|
5654
5665
|
{
|
5655
5666
|
"path": "src/Prebuilt/components/FullPageProgress.jsx",
|
5656
5667
|
"kind": "import-statement",
|
@@ -6060,7 +6071,7 @@
|
|
6060
6071
|
"format": "esm"
|
6061
6072
|
},
|
6062
6073
|
"src/Prebuilt/components/TileMenu.jsx": {
|
6063
|
-
"bytes":
|
6074
|
+
"bytes": 9412,
|
6064
6075
|
"imports": [
|
6065
6076
|
{
|
6066
6077
|
"path": "react",
|
@@ -6653,7 +6664,7 @@
|
|
6653
6664
|
"format": "cjs"
|
6654
6665
|
},
|
6655
6666
|
"../hms-video-web/dist/index.js": {
|
6656
|
-
"bytes":
|
6667
|
+
"bytes": 241864,
|
6657
6668
|
"imports": [
|
6658
6669
|
{
|
6659
6670
|
"path": "uuid",
|
@@ -6772,7 +6783,7 @@
|
|
6772
6783
|
"format": "esm"
|
6773
6784
|
},
|
6774
6785
|
"../hms-video-store/dist/index.js": {
|
6775
|
-
"bytes":
|
6786
|
+
"bytes": 65238,
|
6776
6787
|
"imports": [
|
6777
6788
|
{
|
6778
6789
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -7508,7 +7519,7 @@
|
|
7508
7519
|
],
|
7509
7520
|
"format": "esm"
|
7510
7521
|
},
|
7511
|
-
"../../../../../../../tmp/tmp-
|
7522
|
+
"../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css": {
|
7512
7523
|
"bytes": 221,
|
7513
7524
|
"imports": []
|
7514
7525
|
},
|
@@ -7531,7 +7542,7 @@
|
|
7531
7542
|
"original": "./useMultiplayerState"
|
7532
7543
|
},
|
7533
7544
|
{
|
7534
|
-
"path": "../../../../../../../tmp/tmp-
|
7545
|
+
"path": "../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css",
|
7535
7546
|
"kind": "import-statement",
|
7536
7547
|
"original": "./Whiteboard.css"
|
7537
7548
|
},
|
@@ -9826,7 +9837,7 @@
|
|
9826
9837
|
"format": "esm"
|
9827
9838
|
},
|
9828
9839
|
"src/Prebuilt/App.jsx": {
|
9829
|
-
"bytes":
|
9840
|
+
"bytes": 9748,
|
9830
9841
|
"imports": [
|
9831
9842
|
{
|
9832
9843
|
"path": "react",
|
@@ -10205,19 +10216,19 @@
|
|
10205
10216
|
"dist/index.js": {
|
10206
10217
|
"imports": [
|
10207
10218
|
{
|
10208
|
-
"path": "dist/chunk-
|
10219
|
+
"path": "dist/chunk-LMSP5ETL.js",
|
10209
10220
|
"kind": "import-statement"
|
10210
10221
|
},
|
10211
10222
|
{
|
10212
|
-
"path": "dist/chunk-
|
10223
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
10213
10224
|
"kind": "import-statement"
|
10214
10225
|
},
|
10215
10226
|
{
|
10216
|
-
"path": "dist/chunk-
|
10227
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
10217
10228
|
"kind": "import-statement"
|
10218
10229
|
},
|
10219
10230
|
{
|
10220
|
-
"path": "dist/chunk-
|
10231
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10221
10232
|
"kind": "import-statement"
|
10222
10233
|
}
|
10223
10234
|
],
|
@@ -10287,20 +10298,20 @@
|
|
10287
10298
|
"inputs": {},
|
10288
10299
|
"bytes": 1778
|
10289
10300
|
},
|
10290
|
-
"dist/VirtualBackground-
|
10301
|
+
"dist/VirtualBackground-PPX7DVS3.js.map": {
|
10291
10302
|
"imports": [],
|
10292
10303
|
"exports": [],
|
10293
10304
|
"inputs": {},
|
10294
10305
|
"bytes": 8457
|
10295
10306
|
},
|
10296
|
-
"dist/VirtualBackground-
|
10307
|
+
"dist/VirtualBackground-PPX7DVS3.js": {
|
10297
10308
|
"imports": [
|
10298
10309
|
{
|
10299
|
-
"path": "dist/chunk-
|
10310
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
10300
10311
|
"kind": "import-statement"
|
10301
10312
|
},
|
10302
10313
|
{
|
10303
|
-
"path": "dist/chunk-
|
10314
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10304
10315
|
"kind": "import-statement"
|
10305
10316
|
},
|
10306
10317
|
{
|
@@ -10349,28 +10360,28 @@
|
|
10349
10360
|
},
|
10350
10361
|
"bytes": 5701
|
10351
10362
|
},
|
10352
|
-
"dist/HLSView-
|
10363
|
+
"dist/HLSView-RIXB2GY3.js.map": {
|
10353
10364
|
"imports": [],
|
10354
10365
|
"exports": [],
|
10355
10366
|
"inputs": {},
|
10356
10367
|
"bytes": 42202
|
10357
10368
|
},
|
10358
|
-
"dist/HLSView-
|
10369
|
+
"dist/HLSView-RIXB2GY3.js": {
|
10359
10370
|
"imports": [
|
10360
10371
|
{
|
10361
|
-
"path": "dist/chunk-
|
10372
|
+
"path": "dist/chunk-LMSP5ETL.js",
|
10362
10373
|
"kind": "import-statement"
|
10363
10374
|
},
|
10364
10375
|
{
|
10365
|
-
"path": "dist/chunk-
|
10376
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
10366
10377
|
"kind": "import-statement"
|
10367
10378
|
},
|
10368
10379
|
{
|
10369
|
-
"path": "dist/chunk-
|
10380
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
10370
10381
|
"kind": "import-statement"
|
10371
10382
|
},
|
10372
10383
|
{
|
10373
|
-
"path": "dist/chunk-
|
10384
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10374
10385
|
"kind": "import-statement"
|
10375
10386
|
},
|
10376
10387
|
{
|
@@ -10478,7 +10489,7 @@
|
|
10478
10489
|
"default"
|
10479
10490
|
],
|
10480
10491
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
10481
|
-
"cssBundle": "dist/HLSView-
|
10492
|
+
"cssBundle": "dist/HLSView-2BZD2FSZ.css",
|
10482
10493
|
"inputs": {
|
10483
10494
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
10484
10495
|
"bytesInOutput": 10161
|
@@ -10522,32 +10533,32 @@
|
|
10522
10533
|
},
|
10523
10534
|
"bytes": 26121
|
10524
10535
|
},
|
10525
|
-
"dist/ActiveSpeakerView-
|
10536
|
+
"dist/ActiveSpeakerView-CLXH5CT7.js.map": {
|
10526
10537
|
"imports": [],
|
10527
10538
|
"exports": [],
|
10528
10539
|
"inputs": {},
|
10529
10540
|
"bytes": 2205
|
10530
10541
|
},
|
10531
|
-
"dist/ActiveSpeakerView-
|
10542
|
+
"dist/ActiveSpeakerView-CLXH5CT7.js": {
|
10532
10543
|
"imports": [
|
10533
10544
|
{
|
10534
|
-
"path": "dist/chunk-
|
10545
|
+
"path": "dist/chunk-CIV5V5QF.js",
|
10535
10546
|
"kind": "import-statement"
|
10536
10547
|
},
|
10537
10548
|
{
|
10538
|
-
"path": "dist/chunk-
|
10549
|
+
"path": "dist/chunk-LMSP5ETL.js",
|
10539
10550
|
"kind": "import-statement"
|
10540
10551
|
},
|
10541
10552
|
{
|
10542
|
-
"path": "dist/chunk-
|
10553
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
10543
10554
|
"kind": "import-statement"
|
10544
10555
|
},
|
10545
10556
|
{
|
10546
|
-
"path": "dist/chunk-
|
10557
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
10547
10558
|
"kind": "import-statement"
|
10548
10559
|
},
|
10549
10560
|
{
|
10550
|
-
"path": "dist/chunk-
|
10561
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10551
10562
|
"kind": "import-statement"
|
10552
10563
|
},
|
10553
10564
|
{
|
@@ -10565,7 +10576,7 @@
|
|
10565
10576
|
"default"
|
10566
10577
|
],
|
10567
10578
|
"entryPoint": "src/Prebuilt/layouts/ActiveSpeakerView.jsx",
|
10568
|
-
"cssBundle": "dist/ActiveSpeakerView-
|
10579
|
+
"cssBundle": "dist/ActiveSpeakerView-KIIG3P3H.css",
|
10569
10580
|
"inputs": {
|
10570
10581
|
"src/Prebuilt/layouts/ActiveSpeakerView.jsx": {
|
10571
10582
|
"bytesInOutput": 1209
|
@@ -10573,32 +10584,32 @@
|
|
10573
10584
|
},
|
10574
10585
|
"bytes": 1619
|
10575
10586
|
},
|
10576
|
-
"dist/PinnedTrackView-
|
10587
|
+
"dist/PinnedTrackView-ZGNZXO4J.js.map": {
|
10577
10588
|
"imports": [],
|
10578
10589
|
"exports": [],
|
10579
10590
|
"inputs": {},
|
10580
10591
|
"bytes": 3254
|
10581
10592
|
},
|
10582
|
-
"dist/PinnedTrackView-
|
10593
|
+
"dist/PinnedTrackView-ZGNZXO4J.js": {
|
10583
10594
|
"imports": [
|
10584
10595
|
{
|
10585
|
-
"path": "dist/chunk-
|
10596
|
+
"path": "dist/chunk-CIV5V5QF.js",
|
10586
10597
|
"kind": "import-statement"
|
10587
10598
|
},
|
10588
10599
|
{
|
10589
|
-
"path": "dist/chunk-
|
10600
|
+
"path": "dist/chunk-LMSP5ETL.js",
|
10590
10601
|
"kind": "import-statement"
|
10591
10602
|
},
|
10592
10603
|
{
|
10593
|
-
"path": "dist/chunk-
|
10604
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
10594
10605
|
"kind": "import-statement"
|
10595
10606
|
},
|
10596
10607
|
{
|
10597
|
-
"path": "dist/chunk-
|
10608
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
10598
10609
|
"kind": "import-statement"
|
10599
10610
|
},
|
10600
10611
|
{
|
10601
|
-
"path": "dist/chunk-
|
10612
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10602
10613
|
"kind": "import-statement"
|
10603
10614
|
},
|
10604
10615
|
{
|
@@ -10621,7 +10632,7 @@
|
|
10621
10632
|
"default"
|
10622
10633
|
],
|
10623
10634
|
"entryPoint": "src/Prebuilt/layouts/PinnedTrackView.jsx",
|
10624
|
-
"cssBundle": "dist/PinnedTrackView-
|
10635
|
+
"cssBundle": "dist/PinnedTrackView-IKIDDCHG.css",
|
10625
10636
|
"inputs": {
|
10626
10637
|
"src/Prebuilt/layouts/PinnedTrackView.jsx": {
|
10627
10638
|
"bytesInOutput": 1824
|
@@ -10629,20 +10640,20 @@
|
|
10629
10640
|
},
|
10630
10641
|
"bytes": 2259
|
10631
10642
|
},
|
10632
|
-
"dist/transcription-
|
10643
|
+
"dist/transcription-ETHBK5TS.js.map": {
|
10633
10644
|
"imports": [],
|
10634
10645
|
"exports": [],
|
10635
10646
|
"inputs": {},
|
10636
10647
|
"bytes": 17964
|
10637
10648
|
},
|
10638
|
-
"dist/transcription-
|
10649
|
+
"dist/transcription-ETHBK5TS.js": {
|
10639
10650
|
"imports": [
|
10640
10651
|
{
|
10641
|
-
"path": "dist/chunk-
|
10652
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
10642
10653
|
"kind": "import-statement"
|
10643
10654
|
},
|
10644
10655
|
{
|
10645
|
-
"path": "dist/chunk-
|
10656
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10646
10657
|
"kind": "import-statement"
|
10647
10658
|
},
|
10648
10659
|
{
|
@@ -10688,32 +10699,32 @@
|
|
10688
10699
|
},
|
10689
10700
|
"bytes": 11736
|
10690
10701
|
},
|
10691
|
-
"dist/conference-
|
10702
|
+
"dist/conference-ORQKXGY3.js.map": {
|
10692
10703
|
"imports": [],
|
10693
10704
|
"exports": [],
|
10694
10705
|
"inputs": {},
|
10695
10706
|
"bytes": 233430
|
10696
10707
|
},
|
10697
|
-
"dist/conference-
|
10708
|
+
"dist/conference-ORQKXGY3.js": {
|
10698
10709
|
"imports": [
|
10699
10710
|
{
|
10700
|
-
"path": "dist/chunk-
|
10711
|
+
"path": "dist/chunk-CIV5V5QF.js",
|
10701
10712
|
"kind": "import-statement"
|
10702
10713
|
},
|
10703
10714
|
{
|
10704
|
-
"path": "dist/chunk-
|
10715
|
+
"path": "dist/chunk-LMSP5ETL.js",
|
10705
10716
|
"kind": "import-statement"
|
10706
10717
|
},
|
10707
10718
|
{
|
10708
|
-
"path": "dist/chunk-
|
10719
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
10709
10720
|
"kind": "import-statement"
|
10710
10721
|
},
|
10711
10722
|
{
|
10712
|
-
"path": "dist/chunk-
|
10723
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
10713
10724
|
"kind": "import-statement"
|
10714
10725
|
},
|
10715
10726
|
{
|
10716
|
-
"path": "dist/chunk-
|
10727
|
+
"path": "dist/chunk-G24GH7QG.js",
|
10717
10728
|
"kind": "import-statement"
|
10718
10729
|
},
|
10719
10730
|
{
|
@@ -10917,15 +10928,15 @@
|
|
10917
10928
|
"external": true
|
10918
10929
|
},
|
10919
10930
|
{
|
10920
|
-
"path": "dist/HLSView-
|
10931
|
+
"path": "dist/HLSView-RIXB2GY3.js",
|
10921
10932
|
"kind": "dynamic-import"
|
10922
10933
|
},
|
10923
10934
|
{
|
10924
|
-
"path": "dist/ActiveSpeakerView-
|
10935
|
+
"path": "dist/ActiveSpeakerView-CLXH5CT7.js",
|
10925
10936
|
"kind": "dynamic-import"
|
10926
10937
|
},
|
10927
10938
|
{
|
10928
|
-
"path": "dist/PinnedTrackView-
|
10939
|
+
"path": "dist/PinnedTrackView-ZGNZXO4J.js",
|
10929
10940
|
"kind": "dynamic-import"
|
10930
10941
|
},
|
10931
10942
|
{
|
@@ -11224,11 +11235,11 @@
|
|
11224
11235
|
"external": true
|
11225
11236
|
},
|
11226
11237
|
{
|
11227
|
-
"path": "dist/transcription-
|
11238
|
+
"path": "dist/transcription-ETHBK5TS.js",
|
11228
11239
|
"kind": "dynamic-import"
|
11229
11240
|
},
|
11230
11241
|
{
|
11231
|
-
"path": "dist/VirtualBackground-
|
11242
|
+
"path": "dist/VirtualBackground-PPX7DVS3.js",
|
11232
11243
|
"kind": "dynamic-import"
|
11233
11244
|
},
|
11234
11245
|
{
|
@@ -11251,7 +11262,7 @@
|
|
11251
11262
|
"default"
|
11252
11263
|
],
|
11253
11264
|
"entryPoint": "src/Prebuilt/components/conference.jsx",
|
11254
|
-
"cssBundle": "dist/conference-
|
11265
|
+
"cssBundle": "dist/conference-IQN7SXQI.css",
|
11255
11266
|
"inputs": {
|
11256
11267
|
"src/Prebuilt/components/conference.jsx": {
|
11257
11268
|
"bytesInOutput": 5081
|
@@ -11394,28 +11405,28 @@
|
|
11394
11405
|
},
|
11395
11406
|
"bytes": 139664
|
11396
11407
|
},
|
11397
|
-
"dist/chunk-
|
11408
|
+
"dist/chunk-CIV5V5QF.js.map": {
|
11398
11409
|
"imports": [],
|
11399
11410
|
"exports": [],
|
11400
11411
|
"inputs": {},
|
11401
|
-
"bytes":
|
11412
|
+
"bytes": 1157876
|
11402
11413
|
},
|
11403
|
-
"dist/chunk-
|
11414
|
+
"dist/chunk-CIV5V5QF.js": {
|
11404
11415
|
"imports": [
|
11405
11416
|
{
|
11406
|
-
"path": "dist/chunk-
|
11417
|
+
"path": "dist/chunk-LMSP5ETL.js",
|
11407
11418
|
"kind": "import-statement"
|
11408
11419
|
},
|
11409
11420
|
{
|
11410
|
-
"path": "dist/chunk-
|
11421
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
11411
11422
|
"kind": "import-statement"
|
11412
11423
|
},
|
11413
11424
|
{
|
11414
|
-
"path": "dist/chunk-
|
11425
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
11415
11426
|
"kind": "import-statement"
|
11416
11427
|
},
|
11417
11428
|
{
|
11418
|
-
"path": "dist/chunk-
|
11429
|
+
"path": "dist/chunk-G24GH7QG.js",
|
11419
11430
|
"kind": "import-statement"
|
11420
11431
|
},
|
11421
11432
|
{
|
@@ -11619,7 +11630,7 @@
|
|
11619
11630
|
"bytesInOutput": 1109
|
11620
11631
|
},
|
11621
11632
|
"src/Prebuilt/components/TileMenu.jsx": {
|
11622
|
-
"bytesInOutput":
|
11633
|
+
"bytesInOutput": 9087
|
11623
11634
|
},
|
11624
11635
|
"src/Prebuilt/components/AppData/useAppConfig.js": {
|
11625
11636
|
"bytesInOutput": 257
|
@@ -11652,13 +11663,13 @@
|
|
11652
11663
|
"bytesInOutput": 2760
|
11653
11664
|
},
|
11654
11665
|
"../hms-video-store/dist/index.js": {
|
11655
|
-
"bytesInOutput":
|
11666
|
+
"bytesInOutput": 19378
|
11656
11667
|
},
|
11657
11668
|
"../../node_modules/reselect/es/index.js": {
|
11658
11669
|
"bytesInOutput": 2537
|
11659
11670
|
},
|
11660
11671
|
"../hms-video-web/dist/index.js": {
|
11661
|
-
"bytesInOutput":
|
11672
|
+
"bytesInOutput": 21287
|
11662
11673
|
},
|
11663
11674
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
11664
11675
|
"bytesInOutput": 154
|
@@ -11694,26 +11705,26 @@
|
|
11694
11705
|
"bytesInOutput": 12437
|
11695
11706
|
}
|
11696
11707
|
},
|
11697
|
-
"bytes":
|
11708
|
+
"bytes": 416655
|
11698
11709
|
},
|
11699
|
-
"dist/chunk-
|
11710
|
+
"dist/chunk-LMSP5ETL.js.map": {
|
11700
11711
|
"imports": [],
|
11701
11712
|
"exports": [],
|
11702
11713
|
"inputs": {},
|
11703
|
-
"bytes":
|
11714
|
+
"bytes": 544569
|
11704
11715
|
},
|
11705
|
-
"dist/chunk-
|
11716
|
+
"dist/chunk-LMSP5ETL.js": {
|
11706
11717
|
"imports": [
|
11707
11718
|
{
|
11708
|
-
"path": "dist/chunk-
|
11719
|
+
"path": "dist/chunk-E7WZYH2U.js",
|
11709
11720
|
"kind": "import-statement"
|
11710
11721
|
},
|
11711
11722
|
{
|
11712
|
-
"path": "dist/chunk-
|
11723
|
+
"path": "dist/chunk-GEPWMIT4.js",
|
11713
11724
|
"kind": "import-statement"
|
11714
11725
|
},
|
11715
11726
|
{
|
11716
|
-
"path": "dist/chunk-
|
11727
|
+
"path": "dist/chunk-G24GH7QG.js",
|
11717
11728
|
"kind": "import-statement"
|
11718
11729
|
},
|
11719
11730
|
{
|
@@ -12811,6 +12822,11 @@
|
|
12811
12822
|
"kind": "import-statement",
|
12812
12823
|
"external": true
|
12813
12824
|
},
|
12825
|
+
{
|
12826
|
+
"path": "react",
|
12827
|
+
"kind": "import-statement",
|
12828
|
+
"external": true
|
12829
|
+
},
|
12814
12830
|
{
|
12815
12831
|
"path": "@100mslive/react-icons",
|
12816
12832
|
"kind": "import-statement",
|
@@ -12826,6 +12842,11 @@
|
|
12826
12842
|
"kind": "import-statement",
|
12827
12843
|
"external": true
|
12828
12844
|
},
|
12845
|
+
{
|
12846
|
+
"path": "react",
|
12847
|
+
"kind": "import-statement",
|
12848
|
+
"external": true
|
12849
|
+
},
|
12829
12850
|
{
|
12830
12851
|
"path": "react-use",
|
12831
12852
|
"kind": "import-statement",
|
@@ -12922,7 +12943,7 @@
|
|
12922
12943
|
"external": true
|
12923
12944
|
},
|
12924
12945
|
{
|
12925
|
-
"path": "dist/VirtualBackground-
|
12946
|
+
"path": "dist/VirtualBackground-PPX7DVS3.js",
|
12926
12947
|
"kind": "dynamic-import"
|
12927
12948
|
},
|
12928
12949
|
{
|
@@ -12976,7 +12997,7 @@
|
|
12976
12997
|
"external": true
|
12977
12998
|
},
|
12978
12999
|
{
|
12979
|
-
"path": "dist/conference-
|
13000
|
+
"path": "dist/conference-ORQKXGY3.js",
|
12980
13001
|
"kind": "dynamic-import"
|
12981
13002
|
},
|
12982
13003
|
{
|
@@ -13084,10 +13105,10 @@
|
|
13084
13105
|
"bytesInOutput": 27
|
13085
13106
|
},
|
13086
13107
|
"src/Button/Button.tsx": {
|
13087
|
-
"bytesInOutput":
|
13108
|
+
"bytesInOutput": 4337
|
13088
13109
|
},
|
13089
13110
|
"src/Theme/ThemeProvider.tsx": {
|
13090
|
-
"bytesInOutput":
|
13111
|
+
"bytesInOutput": 1962
|
13091
13112
|
},
|
13092
13113
|
"src/Theme/useSSR.tsx": {
|
13093
13114
|
"bytesInOutput": 424
|
@@ -13141,7 +13162,7 @@
|
|
13141
13162
|
"bytesInOutput": 27
|
13142
13163
|
},
|
13143
13164
|
"src/VideoTile/StyledVideoTile.tsx": {
|
13144
|
-
"bytesInOutput":
|
13165
|
+
"bytesInOutput": 2524
|
13145
13166
|
},
|
13146
13167
|
"src/VideoList/index.tsx": {
|
13147
13168
|
"bytesInOutput": 27
|
@@ -13165,7 +13186,7 @@
|
|
13165
13186
|
"bytesInOutput": 27
|
13166
13187
|
},
|
13167
13188
|
"src/Video/Video.tsx": {
|
13168
|
-
"bytesInOutput":
|
13189
|
+
"bytesInOutput": 1250
|
13169
13190
|
},
|
13170
13191
|
"src/TileMenu/index.tsx": {
|
13171
13192
|
"bytesInOutput": 27
|
@@ -13246,7 +13267,7 @@
|
|
13246
13267
|
"bytesInOutput": 27
|
13247
13268
|
},
|
13248
13269
|
"src/Prebuilt/App.jsx": {
|
13249
|
-
"bytesInOutput":
|
13270
|
+
"bytesInOutput": 9718
|
13250
13271
|
},
|
13251
13272
|
"src/Prebuilt/components/AppData/AppData.jsx": {
|
13252
13273
|
"bytesInOutput": 5791
|
@@ -13261,7 +13282,7 @@
|
|
13261
13282
|
"bytesInOutput": 1152
|
13262
13283
|
},
|
13263
13284
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
13264
|
-
"bytesInOutput":
|
13285
|
+
"bytesInOutput": 4366
|
13265
13286
|
},
|
13266
13287
|
"src/Prebuilt/common/utils.js": {
|
13267
13288
|
"bytesInOutput": 805
|
@@ -13321,13 +13342,10 @@
|
|
13321
13342
|
"bytesInOutput": 881
|
13322
13343
|
},
|
13323
13344
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
13324
|
-
"bytesInOutput":
|
13345
|
+
"bytesInOutput": 1551
|
13325
13346
|
},
|
13326
13347
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
|
13327
|
-
"bytesInOutput":
|
13328
|
-
},
|
13329
|
-
"src/assets/android-perm-0.png": {
|
13330
|
-
"bytesInOutput": 19571
|
13348
|
+
"bytesInOutput": 4228
|
13331
13349
|
},
|
13332
13350
|
"src/assets/android-perm-1.png": {
|
13333
13351
|
"bytesInOutput": 10443
|
@@ -13375,7 +13393,7 @@
|
|
13375
13393
|
"bytesInOutput": 738
|
13376
13394
|
},
|
13377
13395
|
"src/Prebuilt/components/Header/ParticipantList.jsx": {
|
13378
|
-
"bytesInOutput":
|
13396
|
+
"bytesInOutput": 10762
|
13379
13397
|
},
|
13380
13398
|
"src/Prebuilt/components/Connection/ConnectionIndicator.jsx": {
|
13381
13399
|
"bytesInOutput": 3701
|
@@ -13441,7 +13459,7 @@
|
|
13441
13459
|
"bytesInOutput": 1537
|
13442
13460
|
},
|
13443
13461
|
"src/Prebuilt/components/Preview/PreviewContainer.jsx": {
|
13444
|
-
"bytesInOutput":
|
13462
|
+
"bytesInOutput": 2258
|
13445
13463
|
},
|
13446
13464
|
"src/Prebuilt/layouts/SidePane.jsx": {
|
13447
13465
|
"bytesInOutput": 1241
|
@@ -13483,16 +13501,16 @@
|
|
13483
13501
|
"bytesInOutput": 7714
|
13484
13502
|
},
|
13485
13503
|
"src/Prebuilt/components/Preview/PreviewJoin.jsx": {
|
13486
|
-
"bytesInOutput":
|
13504
|
+
"bytesInOutput": 8798
|
13487
13505
|
},
|
13488
13506
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
13489
13507
|
"bytesInOutput": 3708
|
13490
13508
|
},
|
13491
13509
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
|
13492
|
-
"bytesInOutput":
|
13510
|
+
"bytesInOutput": 2519
|
13493
13511
|
},
|
13494
13512
|
"src/Prebuilt/components/Chip.jsx": {
|
13495
|
-
"bytesInOutput":
|
13513
|
+
"bytesInOutput": 621
|
13496
13514
|
},
|
13497
13515
|
"src/Prebuilt/components/Connection/TileConnection.jsx": {
|
13498
13516
|
"bytesInOutput": 821
|
@@ -13519,7 +13537,7 @@
|
|
13519
13537
|
"bytesInOutput": 2143
|
13520
13538
|
},
|
13521
13539
|
"src/Prebuilt/components/Preview/PreviewForm.jsx": {
|
13522
|
-
"bytesInOutput":
|
13540
|
+
"bytesInOutput": 2519
|
13523
13541
|
},
|
13524
13542
|
"src/Prebuilt/components/hooks/useSkipPreview.jsx": {
|
13525
13543
|
"bytesInOutput": 804
|
@@ -13540,18 +13558,18 @@
|
|
13540
13558
|
"bytesInOutput": 418
|
13541
13559
|
}
|
13542
13560
|
},
|
13543
|
-
"bytes":
|
13561
|
+
"bytes": 354623
|
13544
13562
|
},
|
13545
|
-
"dist/chunk-
|
13563
|
+
"dist/chunk-E7WZYH2U.js.map": {
|
13546
13564
|
"imports": [],
|
13547
13565
|
"exports": [],
|
13548
13566
|
"inputs": {},
|
13549
|
-
"bytes":
|
13567
|
+
"bytes": 2653
|
13550
13568
|
},
|
13551
|
-
"dist/chunk-
|
13569
|
+
"dist/chunk-E7WZYH2U.js": {
|
13552
13570
|
"imports": [
|
13553
13571
|
{
|
13554
|
-
"path": "dist/chunk-
|
13572
|
+
"path": "dist/chunk-G24GH7QG.js",
|
13555
13573
|
"kind": "import-statement"
|
13556
13574
|
},
|
13557
13575
|
{
|
@@ -13572,7 +13590,7 @@
|
|
13572
13590
|
],
|
13573
13591
|
"inputs": {
|
13574
13592
|
"src/Loading/Loading.tsx": {
|
13575
|
-
"bytesInOutput":
|
13593
|
+
"bytesInOutput": 764
|
13576
13594
|
},
|
13577
13595
|
"src/Loading/index.ts": {
|
13578
13596
|
"bytesInOutput": 27
|
@@ -13581,18 +13599,18 @@
|
|
13581
13599
|
"bytesInOutput": 751
|
13582
13600
|
}
|
13583
13601
|
},
|
13584
|
-
"bytes":
|
13602
|
+
"bytes": 1850
|
13585
13603
|
},
|
13586
|
-
"dist/chunk-
|
13604
|
+
"dist/chunk-GEPWMIT4.js.map": {
|
13587
13605
|
"imports": [],
|
13588
13606
|
"exports": [],
|
13589
13607
|
"inputs": {},
|
13590
13608
|
"bytes": 7879
|
13591
13609
|
},
|
13592
|
-
"dist/chunk-
|
13610
|
+
"dist/chunk-GEPWMIT4.js": {
|
13593
13611
|
"imports": [
|
13594
13612
|
{
|
13595
|
-
"path": "dist/chunk-
|
13613
|
+
"path": "dist/chunk-G24GH7QG.js",
|
13596
13614
|
"kind": "import-statement"
|
13597
13615
|
}
|
13598
13616
|
],
|
@@ -13620,13 +13638,13 @@
|
|
13620
13638
|
},
|
13621
13639
|
"bytes": 4320
|
13622
13640
|
},
|
13623
|
-
"dist/chunk-
|
13641
|
+
"dist/chunk-G24GH7QG.js.map": {
|
13624
13642
|
"imports": [],
|
13625
13643
|
"exports": [],
|
13626
13644
|
"inputs": {},
|
13627
|
-
"bytes":
|
13645
|
+
"bytes": 37739
|
13628
13646
|
},
|
13629
|
-
"dist/chunk-
|
13647
|
+
"dist/chunk-G24GH7QG.js": {
|
13630
13648
|
"imports": [
|
13631
13649
|
{
|
13632
13650
|
"path": "@stitches/react",
|
@@ -13729,13 +13747,13 @@
|
|
13729
13747
|
],
|
13730
13748
|
"inputs": {
|
13731
13749
|
"<define:process.env>": {
|
13732
|
-
"bytesInOutput":
|
13750
|
+
"bytesInOutput": 18547
|
13733
13751
|
},
|
13734
13752
|
"src/Theme/stitches.config.ts": {
|
13735
|
-
"bytesInOutput":
|
13753
|
+
"bytesInOutput": 1679
|
13736
13754
|
},
|
13737
13755
|
"src/Theme/base.config.ts": {
|
13738
|
-
"bytesInOutput":
|
13756
|
+
"bytesInOutput": 5061
|
13739
13757
|
},
|
13740
13758
|
"src/utils/styles.ts": {
|
13741
13759
|
"bytesInOutput": 263
|
@@ -13762,7 +13780,7 @@
|
|
13762
13780
|
"bytesInOutput": 326
|
13763
13781
|
}
|
13764
13782
|
},
|
13765
|
-
"bytes":
|
13783
|
+
"bytes": 40969
|
13766
13784
|
},
|
13767
13785
|
"dist/index.css.map": {
|
13768
13786
|
"imports": [],
|
@@ -13773,67 +13791,67 @@
|
|
13773
13791
|
"dist/index.css": {
|
13774
13792
|
"imports": [],
|
13775
13793
|
"inputs": {
|
13776
|
-
"../../../../../../../tmp/tmp-
|
13794
|
+
"../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css": {
|
13777
13795
|
"bytesInOutput": 186
|
13778
13796
|
}
|
13779
13797
|
},
|
13780
13798
|
"bytes": 305
|
13781
13799
|
},
|
13782
|
-
"dist/HLSView-
|
13800
|
+
"dist/HLSView-2BZD2FSZ.css.map": {
|
13783
13801
|
"imports": [],
|
13784
13802
|
"exports": [],
|
13785
13803
|
"inputs": {},
|
13786
13804
|
"bytes": 519
|
13787
13805
|
},
|
13788
|
-
"dist/HLSView-
|
13806
|
+
"dist/HLSView-2BZD2FSZ.css": {
|
13789
13807
|
"imports": [],
|
13790
13808
|
"inputs": {
|
13791
|
-
"../../../../../../../tmp/tmp-
|
13809
|
+
"../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css": {
|
13792
13810
|
"bytesInOutput": 186
|
13793
13811
|
}
|
13794
13812
|
},
|
13795
13813
|
"bytes": 316
|
13796
13814
|
},
|
13797
|
-
"dist/ActiveSpeakerView-
|
13815
|
+
"dist/ActiveSpeakerView-KIIG3P3H.css.map": {
|
13798
13816
|
"imports": [],
|
13799
13817
|
"exports": [],
|
13800
13818
|
"inputs": {},
|
13801
13819
|
"bytes": 519
|
13802
13820
|
},
|
13803
|
-
"dist/ActiveSpeakerView-
|
13821
|
+
"dist/ActiveSpeakerView-KIIG3P3H.css": {
|
13804
13822
|
"imports": [],
|
13805
13823
|
"inputs": {
|
13806
|
-
"../../../../../../../tmp/tmp-
|
13824
|
+
"../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css": {
|
13807
13825
|
"bytesInOutput": 186
|
13808
13826
|
}
|
13809
13827
|
},
|
13810
13828
|
"bytes": 326
|
13811
13829
|
},
|
13812
|
-
"dist/PinnedTrackView-
|
13830
|
+
"dist/PinnedTrackView-IKIDDCHG.css.map": {
|
13813
13831
|
"imports": [],
|
13814
13832
|
"exports": [],
|
13815
13833
|
"inputs": {},
|
13816
13834
|
"bytes": 519
|
13817
13835
|
},
|
13818
|
-
"dist/PinnedTrackView-
|
13836
|
+
"dist/PinnedTrackView-IKIDDCHG.css": {
|
13819
13837
|
"imports": [],
|
13820
13838
|
"inputs": {
|
13821
|
-
"../../../../../../../tmp/tmp-
|
13839
|
+
"../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css": {
|
13822
13840
|
"bytesInOutput": 186
|
13823
13841
|
}
|
13824
13842
|
},
|
13825
13843
|
"bytes": 324
|
13826
13844
|
},
|
13827
|
-
"dist/conference-
|
13845
|
+
"dist/conference-IQN7SXQI.css.map": {
|
13828
13846
|
"imports": [],
|
13829
13847
|
"exports": [],
|
13830
13848
|
"inputs": {},
|
13831
13849
|
"bytes": 519
|
13832
13850
|
},
|
13833
|
-
"dist/conference-
|
13851
|
+
"dist/conference-IQN7SXQI.css": {
|
13834
13852
|
"imports": [],
|
13835
13853
|
"inputs": {
|
13836
|
-
"../../../../../../../tmp/tmp-
|
13854
|
+
"../../../../../../../tmp/tmp-2726-9YtFWTAt028G/189e3fe2a031/Whiteboard.css": {
|
13837
13855
|
"bytesInOutput": 186
|
13838
13856
|
}
|
13839
13857
|
},
|