@100mslive/roomkit-react 0.3.9 → 0.3.10-alpha.0
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/dist/{HLSView-A6GH22QT.js → HLSView-5GXP76IN.js} +109 -120
- package/dist/{HLSView-A6GH22QT.js.map → HLSView-5GXP76IN.js.map} +2 -2
- package/dist/HLSView-FBGVUTA5.css +2767 -0
- package/dist/HLSView-FBGVUTA5.css.map +7 -0
- package/dist/Prebuilt/components/PIP/PIPComponent.d.ts +14 -0
- package/dist/Prebuilt/components/PIP/PIPManager.d.ts +100 -0
- package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +1 -0
- package/dist/{chunk-5KG27WWA.js → chunk-WSDBUVSZ.js} +1679 -1962
- package/dist/chunk-WSDBUVSZ.js.map +7 -0
- package/dist/index.cjs.css +2767 -0
- package/dist/index.cjs.css.map +7 -0
- package/dist/index.cjs.js +1537 -1809
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2767 -0
- package/dist/index.css.map +7 -0
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +365 -777
- package/dist/meta.esbuild.json +442 -788
- package/package.json +9 -16
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +2 -2
- package/src/Prebuilt/components/PIP/{PIPComponent.jsx → PIPComponent.tsx} +31 -18
- package/src/Prebuilt/components/PIP/{PIPManager.js → PIPManager.ts} +60 -35
- package/src/Prebuilt/components/SecondaryTiles.tsx +7 -0
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -2
- package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +7 -13
- package/src/Prebuilt/layouts/PDFView.jsx +6 -1
- package/src/Prebuilt/plugins/FlyingEmoji.jsx +2 -4
- package/dist/chunk-5KG27WWA.js.map +0 -7
package/dist/meta.esbuild.json
CHANGED
@@ -16,11 +16,6 @@
|
|
16
16
|
"path": "<define:process.env>",
|
17
17
|
"kind": "import-statement",
|
18
18
|
"external": true
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"path": "<runtime>",
|
22
|
-
"kind": "import-statement",
|
23
|
-
"external": true
|
24
19
|
}
|
25
20
|
],
|
26
21
|
"format": "esm"
|
@@ -68,11 +63,6 @@
|
|
68
63
|
"path": "<define:process.env>",
|
69
64
|
"kind": "import-statement",
|
70
65
|
"external": true
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"path": "<runtime>",
|
74
|
-
"kind": "import-statement",
|
75
|
-
"external": true
|
76
66
|
}
|
77
67
|
],
|
78
68
|
"format": "esm"
|
@@ -205,11 +195,6 @@
|
|
205
195
|
"path": "<define:process.env>",
|
206
196
|
"kind": "import-statement",
|
207
197
|
"external": true
|
208
|
-
},
|
209
|
-
{
|
210
|
-
"path": "<runtime>",
|
211
|
-
"kind": "import-statement",
|
212
|
-
"external": true
|
213
198
|
}
|
214
199
|
],
|
215
200
|
"format": "esm"
|
@@ -273,11 +258,6 @@
|
|
273
258
|
"path": "<define:process.env>",
|
274
259
|
"kind": "import-statement",
|
275
260
|
"external": true
|
276
|
-
},
|
277
|
-
{
|
278
|
-
"path": "<runtime>",
|
279
|
-
"kind": "import-statement",
|
280
|
-
"external": true
|
281
261
|
}
|
282
262
|
],
|
283
263
|
"format": "esm"
|
@@ -347,11 +327,6 @@
|
|
347
327
|
"path": "<define:process.env>",
|
348
328
|
"kind": "import-statement",
|
349
329
|
"external": true
|
350
|
-
},
|
351
|
-
{
|
352
|
-
"path": "<runtime>",
|
353
|
-
"kind": "import-statement",
|
354
|
-
"external": true
|
355
330
|
}
|
356
331
|
],
|
357
332
|
"format": "esm"
|
@@ -420,11 +395,6 @@
|
|
420
395
|
"path": "<define:process.env>",
|
421
396
|
"kind": "import-statement",
|
422
397
|
"external": true
|
423
|
-
},
|
424
|
-
{
|
425
|
-
"path": "<runtime>",
|
426
|
-
"kind": "import-statement",
|
427
|
-
"external": true
|
428
398
|
}
|
429
399
|
],
|
430
400
|
"format": "esm"
|
@@ -499,11 +469,6 @@
|
|
499
469
|
"path": "<define:process.env>",
|
500
470
|
"kind": "import-statement",
|
501
471
|
"external": true
|
502
|
-
},
|
503
|
-
{
|
504
|
-
"path": "<runtime>",
|
505
|
-
"kind": "import-statement",
|
506
|
-
"external": true
|
507
472
|
}
|
508
473
|
],
|
509
474
|
"format": "esm"
|
@@ -588,11 +553,6 @@
|
|
588
553
|
"path": "<define:process.env>",
|
589
554
|
"kind": "import-statement",
|
590
555
|
"external": true
|
591
|
-
},
|
592
|
-
{
|
593
|
-
"path": "<runtime>",
|
594
|
-
"kind": "import-statement",
|
595
|
-
"external": true
|
596
556
|
}
|
597
557
|
],
|
598
558
|
"format": "esm"
|
@@ -635,11 +595,6 @@
|
|
635
595
|
"path": "<define:process.env>",
|
636
596
|
"kind": "import-statement",
|
637
597
|
"external": true
|
638
|
-
},
|
639
|
-
{
|
640
|
-
"path": "<runtime>",
|
641
|
-
"kind": "import-statement",
|
642
|
-
"external": true
|
643
598
|
}
|
644
599
|
],
|
645
600
|
"format": "esm"
|
@@ -692,11 +647,6 @@
|
|
692
647
|
"path": "<define:process.env>",
|
693
648
|
"kind": "import-statement",
|
694
649
|
"external": true
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"path": "<runtime>",
|
698
|
-
"kind": "import-statement",
|
699
|
-
"external": true
|
700
650
|
}
|
701
651
|
],
|
702
652
|
"format": "esm"
|
@@ -754,11 +704,6 @@
|
|
754
704
|
"path": "<define:process.env>",
|
755
705
|
"kind": "import-statement",
|
756
706
|
"external": true
|
757
|
-
},
|
758
|
-
{
|
759
|
-
"path": "<runtime>",
|
760
|
-
"kind": "import-statement",
|
761
|
-
"external": true
|
762
707
|
}
|
763
708
|
],
|
764
709
|
"format": "esm"
|
@@ -884,11 +829,6 @@
|
|
884
829
|
"path": "<define:process.env>",
|
885
830
|
"kind": "import-statement",
|
886
831
|
"external": true
|
887
|
-
},
|
888
|
-
{
|
889
|
-
"path": "<runtime>",
|
890
|
-
"kind": "import-statement",
|
891
|
-
"external": true
|
892
832
|
}
|
893
833
|
],
|
894
834
|
"format": "esm"
|
@@ -931,11 +871,6 @@
|
|
931
871
|
"path": "<define:process.env>",
|
932
872
|
"kind": "import-statement",
|
933
873
|
"external": true
|
934
|
-
},
|
935
|
-
{
|
936
|
-
"path": "<runtime>",
|
937
|
-
"kind": "import-statement",
|
938
|
-
"external": true
|
939
874
|
}
|
940
875
|
],
|
941
876
|
"format": "esm"
|
@@ -1095,11 +1030,6 @@
|
|
1095
1030
|
"path": "<define:process.env>",
|
1096
1031
|
"kind": "import-statement",
|
1097
1032
|
"external": true
|
1098
|
-
},
|
1099
|
-
{
|
1100
|
-
"path": "<runtime>",
|
1101
|
-
"kind": "import-statement",
|
1102
|
-
"external": true
|
1103
1033
|
}
|
1104
1034
|
],
|
1105
1035
|
"format": "esm"
|
@@ -1147,11 +1077,6 @@
|
|
1147
1077
|
"path": "<define:process.env>",
|
1148
1078
|
"kind": "import-statement",
|
1149
1079
|
"external": true
|
1150
|
-
},
|
1151
|
-
{
|
1152
|
-
"path": "<runtime>",
|
1153
|
-
"kind": "import-statement",
|
1154
|
-
"external": true
|
1155
1080
|
}
|
1156
1081
|
],
|
1157
1082
|
"format": "esm"
|
@@ -1286,11 +1211,6 @@
|
|
1286
1211
|
"path": "<define:process.env>",
|
1287
1212
|
"kind": "import-statement",
|
1288
1213
|
"external": true
|
1289
|
-
},
|
1290
|
-
{
|
1291
|
-
"path": "<runtime>",
|
1292
|
-
"kind": "import-statement",
|
1293
|
-
"external": true
|
1294
1214
|
}
|
1295
1215
|
],
|
1296
1216
|
"format": "esm"
|
@@ -1344,11 +1264,6 @@
|
|
1344
1264
|
"path": "<define:process.env>",
|
1345
1265
|
"kind": "import-statement",
|
1346
1266
|
"external": true
|
1347
|
-
},
|
1348
|
-
{
|
1349
|
-
"path": "<runtime>",
|
1350
|
-
"kind": "import-statement",
|
1351
|
-
"external": true
|
1352
1267
|
}
|
1353
1268
|
],
|
1354
1269
|
"format": "esm"
|
@@ -1568,11 +1483,6 @@
|
|
1568
1483
|
"path": "<define:process.env>",
|
1569
1484
|
"kind": "import-statement",
|
1570
1485
|
"external": true
|
1571
|
-
},
|
1572
|
-
{
|
1573
|
-
"path": "<runtime>",
|
1574
|
-
"kind": "import-statement",
|
1575
|
-
"external": true
|
1576
1486
|
}
|
1577
1487
|
],
|
1578
1488
|
"format": "esm"
|
@@ -1635,11 +1545,6 @@
|
|
1635
1545
|
"path": "<define:process.env>",
|
1636
1546
|
"kind": "import-statement",
|
1637
1547
|
"external": true
|
1638
|
-
},
|
1639
|
-
{
|
1640
|
-
"path": "<runtime>",
|
1641
|
-
"kind": "import-statement",
|
1642
|
-
"external": true
|
1643
1548
|
}
|
1644
1549
|
],
|
1645
1550
|
"format": "esm"
|
@@ -1820,11 +1725,6 @@
|
|
1820
1725
|
"path": "<define:process.env>",
|
1821
1726
|
"kind": "import-statement",
|
1822
1727
|
"external": true
|
1823
|
-
},
|
1824
|
-
{
|
1825
|
-
"path": "<runtime>",
|
1826
|
-
"kind": "import-statement",
|
1827
|
-
"external": true
|
1828
1728
|
}
|
1829
1729
|
],
|
1830
1730
|
"format": "esm"
|
@@ -1877,11 +1777,6 @@
|
|
1877
1777
|
"path": "<define:process.env>",
|
1878
1778
|
"kind": "import-statement",
|
1879
1779
|
"external": true
|
1880
|
-
},
|
1881
|
-
{
|
1882
|
-
"path": "<runtime>",
|
1883
|
-
"kind": "import-statement",
|
1884
|
-
"external": true
|
1885
1780
|
}
|
1886
1781
|
],
|
1887
1782
|
"format": "esm"
|
@@ -2023,11 +1918,6 @@
|
|
2023
1918
|
"path": "<define:process.env>",
|
2024
1919
|
"kind": "import-statement",
|
2025
1920
|
"external": true
|
2026
|
-
},
|
2027
|
-
{
|
2028
|
-
"path": "<runtime>",
|
2029
|
-
"kind": "import-statement",
|
2030
|
-
"external": true
|
2031
1921
|
}
|
2032
1922
|
],
|
2033
1923
|
"format": "esm"
|
@@ -2095,11 +1985,6 @@
|
|
2095
1985
|
"path": "<define:process.env>",
|
2096
1986
|
"kind": "import-statement",
|
2097
1987
|
"external": true
|
2098
|
-
},
|
2099
|
-
{
|
2100
|
-
"path": "<runtime>",
|
2101
|
-
"kind": "import-statement",
|
2102
|
-
"external": true
|
2103
1988
|
}
|
2104
1989
|
],
|
2105
1990
|
"format": "esm"
|
@@ -2148,11 +2033,6 @@
|
|
2148
2033
|
"path": "<define:process.env>",
|
2149
2034
|
"kind": "import-statement",
|
2150
2035
|
"external": true
|
2151
|
-
},
|
2152
|
-
{
|
2153
|
-
"path": "<runtime>",
|
2154
|
-
"kind": "import-statement",
|
2155
|
-
"external": true
|
2156
2036
|
}
|
2157
2037
|
],
|
2158
2038
|
"format": "esm"
|
@@ -2323,11 +2203,6 @@
|
|
2323
2203
|
"path": "<define:process.env>",
|
2324
2204
|
"kind": "import-statement",
|
2325
2205
|
"external": true
|
2326
|
-
},
|
2327
|
-
{
|
2328
|
-
"path": "<runtime>",
|
2329
|
-
"kind": "import-statement",
|
2330
|
-
"external": true
|
2331
2206
|
}
|
2332
2207
|
],
|
2333
2208
|
"format": "esm"
|
@@ -2491,11 +2366,6 @@
|
|
2491
2366
|
"path": "<define:process.env>",
|
2492
2367
|
"kind": "import-statement",
|
2493
2368
|
"external": true
|
2494
|
-
},
|
2495
|
-
{
|
2496
|
-
"path": "<runtime>",
|
2497
|
-
"kind": "import-statement",
|
2498
|
-
"external": true
|
2499
2369
|
}
|
2500
2370
|
],
|
2501
2371
|
"format": "esm"
|
@@ -2537,11 +2407,6 @@
|
|
2537
2407
|
"path": "<define:process.env>",
|
2538
2408
|
"kind": "import-statement",
|
2539
2409
|
"external": true
|
2540
|
-
},
|
2541
|
-
{
|
2542
|
-
"path": "<runtime>",
|
2543
|
-
"kind": "import-statement",
|
2544
|
-
"external": true
|
2545
2410
|
}
|
2546
2411
|
],
|
2547
2412
|
"format": "esm"
|
@@ -2584,11 +2449,6 @@
|
|
2584
2449
|
"path": "<define:process.env>",
|
2585
2450
|
"kind": "import-statement",
|
2586
2451
|
"external": true
|
2587
|
-
},
|
2588
|
-
{
|
2589
|
-
"path": "<runtime>",
|
2590
|
-
"kind": "import-statement",
|
2591
|
-
"external": true
|
2592
2452
|
}
|
2593
2453
|
],
|
2594
2454
|
"format": "esm"
|
@@ -2819,11 +2679,6 @@
|
|
2819
2679
|
"path": "<define:process.env>",
|
2820
2680
|
"kind": "import-statement",
|
2821
2681
|
"external": true
|
2822
|
-
},
|
2823
|
-
{
|
2824
|
-
"path": "<runtime>",
|
2825
|
-
"kind": "import-statement",
|
2826
|
-
"external": true
|
2827
2682
|
}
|
2828
2683
|
],
|
2829
2684
|
"format": "esm"
|
@@ -2840,11 +2695,6 @@
|
|
2840
2695
|
"path": "<define:process.env>",
|
2841
2696
|
"kind": "import-statement",
|
2842
2697
|
"external": true
|
2843
|
-
},
|
2844
|
-
{
|
2845
|
-
"path": "<runtime>",
|
2846
|
-
"kind": "import-statement",
|
2847
|
-
"external": true
|
2848
2698
|
}
|
2849
2699
|
],
|
2850
2700
|
"format": "esm"
|
@@ -2936,11 +2786,6 @@
|
|
2936
2786
|
"path": "<define:process.env>",
|
2937
2787
|
"kind": "import-statement",
|
2938
2788
|
"external": true
|
2939
|
-
},
|
2940
|
-
{
|
2941
|
-
"path": "<runtime>",
|
2942
|
-
"kind": "import-statement",
|
2943
|
-
"external": true
|
2944
2789
|
}
|
2945
2790
|
],
|
2946
2791
|
"format": "esm"
|
@@ -3100,11 +2945,6 @@
|
|
3100
2945
|
"path": "<define:process.env>",
|
3101
2946
|
"kind": "import-statement",
|
3102
2947
|
"external": true
|
3103
|
-
},
|
3104
|
-
{
|
3105
|
-
"path": "<runtime>",
|
3106
|
-
"kind": "import-statement",
|
3107
|
-
"external": true
|
3108
2948
|
}
|
3109
2949
|
],
|
3110
2950
|
"format": "esm"
|
@@ -3196,11 +3036,6 @@
|
|
3196
3036
|
"path": "<define:process.env>",
|
3197
3037
|
"kind": "import-statement",
|
3198
3038
|
"external": true
|
3199
|
-
},
|
3200
|
-
{
|
3201
|
-
"path": "<runtime>",
|
3202
|
-
"kind": "import-statement",
|
3203
|
-
"external": true
|
3204
3039
|
}
|
3205
3040
|
],
|
3206
3041
|
"format": "esm"
|
@@ -3237,11 +3072,6 @@
|
|
3237
3072
|
"path": "<define:process.env>",
|
3238
3073
|
"kind": "import-statement",
|
3239
3074
|
"external": true
|
3240
|
-
},
|
3241
|
-
{
|
3242
|
-
"path": "<runtime>",
|
3243
|
-
"kind": "import-statement",
|
3244
|
-
"external": true
|
3245
3075
|
}
|
3246
3076
|
],
|
3247
3077
|
"format": "esm"
|
@@ -3294,11 +3124,6 @@
|
|
3294
3124
|
"path": "<define:process.env>",
|
3295
3125
|
"kind": "import-statement",
|
3296
3126
|
"external": true
|
3297
|
-
},
|
3298
|
-
{
|
3299
|
-
"path": "<runtime>",
|
3300
|
-
"kind": "import-statement",
|
3301
|
-
"external": true
|
3302
3127
|
}
|
3303
3128
|
],
|
3304
3129
|
"format": "esm"
|
@@ -3335,11 +3160,6 @@
|
|
3335
3160
|
"path": "<define:process.env>",
|
3336
3161
|
"kind": "import-statement",
|
3337
3162
|
"external": true
|
3338
|
-
},
|
3339
|
-
{
|
3340
|
-
"path": "<runtime>",
|
3341
|
-
"kind": "import-statement",
|
3342
|
-
"external": true
|
3343
3163
|
}
|
3344
3164
|
],
|
3345
3165
|
"format": "esm"
|
@@ -3416,11 +3236,6 @@
|
|
3416
3236
|
"path": "<define:process.env>",
|
3417
3237
|
"kind": "import-statement",
|
3418
3238
|
"external": true
|
3419
|
-
},
|
3420
|
-
{
|
3421
|
-
"path": "<runtime>",
|
3422
|
-
"kind": "import-statement",
|
3423
|
-
"external": true
|
3424
3239
|
}
|
3425
3240
|
],
|
3426
3241
|
"format": "esm"
|
@@ -3502,11 +3317,6 @@
|
|
3502
3317
|
"path": "<define:process.env>",
|
3503
3318
|
"kind": "import-statement",
|
3504
3319
|
"external": true
|
3505
|
-
},
|
3506
|
-
{
|
3507
|
-
"path": "<runtime>",
|
3508
|
-
"kind": "import-statement",
|
3509
|
-
"external": true
|
3510
3320
|
}
|
3511
3321
|
],
|
3512
3322
|
"format": "esm"
|
@@ -3563,11 +3373,6 @@
|
|
3563
3373
|
"path": "<define:process.env>",
|
3564
3374
|
"kind": "import-statement",
|
3565
3375
|
"external": true
|
3566
|
-
},
|
3567
|
-
{
|
3568
|
-
"path": "<runtime>",
|
3569
|
-
"kind": "import-statement",
|
3570
|
-
"external": true
|
3571
3376
|
}
|
3572
3377
|
],
|
3573
3378
|
"format": "esm"
|
@@ -3583,14 +3388,19 @@
|
|
3583
3388
|
],
|
3584
3389
|
"format": "esm"
|
3585
3390
|
},
|
3586
|
-
"src/Prebuilt/components/PIP/PIPManager.
|
3587
|
-
"bytes":
|
3391
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
3392
|
+
"bytes": 11330,
|
3588
3393
|
"imports": [
|
3589
3394
|
{
|
3590
3395
|
"path": "worker-timers",
|
3591
3396
|
"kind": "import-statement",
|
3592
3397
|
"external": true
|
3593
3398
|
},
|
3399
|
+
{
|
3400
|
+
"path": "@100mslive/react-sdk",
|
3401
|
+
"kind": "import-statement",
|
3402
|
+
"external": true
|
3403
|
+
},
|
3594
3404
|
{
|
3595
3405
|
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
3596
3406
|
"kind": "import-statement",
|
@@ -3605,11 +3415,6 @@
|
|
3605
3415
|
"path": "<define:process.env>",
|
3606
3416
|
"kind": "import-statement",
|
3607
3417
|
"external": true
|
3608
|
-
},
|
3609
|
-
{
|
3610
|
-
"path": "<runtime>",
|
3611
|
-
"kind": "import-statement",
|
3612
|
-
"external": true
|
3613
3418
|
}
|
3614
3419
|
],
|
3615
3420
|
"format": "esm"
|
@@ -3626,17 +3431,12 @@
|
|
3626
3431
|
"path": "<define:process.env>",
|
3627
3432
|
"kind": "import-statement",
|
3628
3433
|
"external": true
|
3629
|
-
},
|
3630
|
-
{
|
3631
|
-
"path": "<runtime>",
|
3632
|
-
"kind": "import-statement",
|
3633
|
-
"external": true
|
3634
3434
|
}
|
3635
3435
|
],
|
3636
3436
|
"format": "esm"
|
3637
3437
|
},
|
3638
|
-
"src/Prebuilt/components/PIP/PIPComponent.
|
3639
|
-
"bytes":
|
3438
|
+
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
3439
|
+
"bytes": 2909,
|
3640
3440
|
"imports": [
|
3641
3441
|
{
|
3642
3442
|
"path": "react",
|
@@ -3656,7 +3456,7 @@
|
|
3656
3456
|
{
|
3657
3457
|
"path": "src/index.ts",
|
3658
3458
|
"kind": "import-statement",
|
3659
|
-
"original": "
|
3459
|
+
"original": "../../.."
|
3660
3460
|
},
|
3661
3461
|
{
|
3662
3462
|
"path": "src/Prebuilt/IconButton.tsx",
|
@@ -3664,7 +3464,7 @@
|
|
3664
3464
|
"original": "../../IconButton"
|
3665
3465
|
},
|
3666
3466
|
{
|
3667
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
3467
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
3668
3468
|
"kind": "import-statement",
|
3669
3469
|
"original": "./PIPManager"
|
3670
3470
|
},
|
@@ -3695,7 +3495,7 @@
|
|
3695
3495
|
"external": true
|
3696
3496
|
},
|
3697
3497
|
{
|
3698
|
-
"path": "src/Prebuilt/components/PIP/PIPComponent.
|
3498
|
+
"path": "src/Prebuilt/components/PIP/PIPComponent.tsx",
|
3699
3499
|
"kind": "import-statement",
|
3700
3500
|
"original": "./PIPComponent"
|
3701
3501
|
},
|
@@ -3784,11 +3584,6 @@
|
|
3784
3584
|
"path": "<define:process.env>",
|
3785
3585
|
"kind": "import-statement",
|
3786
3586
|
"external": true
|
3787
|
-
},
|
3788
|
-
{
|
3789
|
-
"path": "<runtime>",
|
3790
|
-
"kind": "import-statement",
|
3791
|
-
"external": true
|
3792
3587
|
}
|
3793
3588
|
],
|
3794
3589
|
"format": "esm"
|
@@ -3870,11 +3665,6 @@
|
|
3870
3665
|
"path": "<define:process.env>",
|
3871
3666
|
"kind": "import-statement",
|
3872
3667
|
"external": true
|
3873
|
-
},
|
3874
|
-
{
|
3875
|
-
"path": "<runtime>",
|
3876
|
-
"kind": "import-statement",
|
3877
|
-
"external": true
|
3878
3668
|
}
|
3879
3669
|
],
|
3880
3670
|
"format": "esm"
|
@@ -3962,11 +3752,6 @@
|
|
3962
3752
|
"path": "<define:process.env>",
|
3963
3753
|
"kind": "import-statement",
|
3964
3754
|
"external": true
|
3965
|
-
},
|
3966
|
-
{
|
3967
|
-
"path": "<runtime>",
|
3968
|
-
"kind": "import-statement",
|
3969
|
-
"external": true
|
3970
3755
|
}
|
3971
3756
|
],
|
3972
3757
|
"format": "esm"
|
@@ -4094,11 +3879,6 @@
|
|
4094
3879
|
"path": "<define:process.env>",
|
4095
3880
|
"kind": "import-statement",
|
4096
3881
|
"external": true
|
4097
|
-
},
|
4098
|
-
{
|
4099
|
-
"path": "<runtime>",
|
4100
|
-
"kind": "import-statement",
|
4101
|
-
"external": true
|
4102
3882
|
}
|
4103
3883
|
],
|
4104
3884
|
"format": "esm"
|
@@ -4130,11 +3910,6 @@
|
|
4130
3910
|
"path": "<define:process.env>",
|
4131
3911
|
"kind": "import-statement",
|
4132
3912
|
"external": true
|
4133
|
-
},
|
4134
|
-
{
|
4135
|
-
"path": "<runtime>",
|
4136
|
-
"kind": "import-statement",
|
4137
|
-
"external": true
|
4138
3913
|
}
|
4139
3914
|
],
|
4140
3915
|
"format": "esm"
|
@@ -4279,11 +4054,6 @@
|
|
4279
4054
|
"path": "<define:process.env>",
|
4280
4055
|
"kind": "import-statement",
|
4281
4056
|
"external": true
|
4282
|
-
},
|
4283
|
-
{
|
4284
|
-
"path": "<runtime>",
|
4285
|
-
"kind": "import-statement",
|
4286
|
-
"external": true
|
4287
4057
|
}
|
4288
4058
|
],
|
4289
4059
|
"format": "esm"
|
@@ -4305,17 +4075,12 @@
|
|
4305
4075
|
"path": "<define:process.env>",
|
4306
4076
|
"kind": "import-statement",
|
4307
4077
|
"external": true
|
4308
|
-
},
|
4309
|
-
{
|
4310
|
-
"path": "<runtime>",
|
4311
|
-
"kind": "import-statement",
|
4312
|
-
"external": true
|
4313
4078
|
}
|
4314
4079
|
],
|
4315
4080
|
"format": "esm"
|
4316
4081
|
},
|
4317
4082
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
4318
|
-
"bytes":
|
4083
|
+
"bytes": 8231,
|
4319
4084
|
"imports": [
|
4320
4085
|
{
|
4321
4086
|
"path": "react",
|
@@ -4363,7 +4128,7 @@
|
|
4363
4128
|
"original": "../../PIP"
|
4364
4129
|
},
|
4365
4130
|
{
|
4366
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
4131
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
4367
4132
|
"kind": "import-statement",
|
4368
4133
|
"original": "../../PIP/PIPManager"
|
4369
4134
|
},
|
@@ -4778,7 +4543,7 @@
|
|
4778
4543
|
"format": "cjs"
|
4779
4544
|
},
|
4780
4545
|
"../hms-video-store/dist/index.js": {
|
4781
|
-
"bytes":
|
4546
|
+
"bytes": 333076,
|
4782
4547
|
"imports": [
|
4783
4548
|
{
|
4784
4549
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -4935,11 +4700,6 @@
|
|
4935
4700
|
"path": "<define:process.env>",
|
4936
4701
|
"kind": "import-statement",
|
4937
4702
|
"external": true
|
4938
|
-
},
|
4939
|
-
{
|
4940
|
-
"path": "<runtime>",
|
4941
|
-
"kind": "import-statement",
|
4942
|
-
"external": true
|
4943
4703
|
}
|
4944
4704
|
],
|
4945
4705
|
"format": "esm"
|
@@ -5083,11 +4843,6 @@
|
|
5083
4843
|
"path": "<define:process.env>",
|
5084
4844
|
"kind": "import-statement",
|
5085
4845
|
"external": true
|
5086
|
-
},
|
5087
|
-
{
|
5088
|
-
"path": "<runtime>",
|
5089
|
-
"kind": "import-statement",
|
5090
|
-
"external": true
|
5091
4846
|
}
|
5092
4847
|
],
|
5093
4848
|
"format": "esm"
|
@@ -5119,11 +4874,6 @@
|
|
5119
4874
|
"path": "<define:process.env>",
|
5120
4875
|
"kind": "import-statement",
|
5121
4876
|
"external": true
|
5122
|
-
},
|
5123
|
-
{
|
5124
|
-
"path": "<runtime>",
|
5125
|
-
"kind": "import-statement",
|
5126
|
-
"external": true
|
5127
4877
|
}
|
5128
4878
|
],
|
5129
4879
|
"format": "esm"
|
@@ -5165,11 +4915,6 @@
|
|
5165
4915
|
"path": "<define:process.env>",
|
5166
4916
|
"kind": "import-statement",
|
5167
4917
|
"external": true
|
5168
|
-
},
|
5169
|
-
{
|
5170
|
-
"path": "<runtime>",
|
5171
|
-
"kind": "import-statement",
|
5172
|
-
"external": true
|
5173
4918
|
}
|
5174
4919
|
],
|
5175
4920
|
"format": "esm"
|
@@ -5221,11 +4966,6 @@
|
|
5221
4966
|
"path": "<define:process.env>",
|
5222
4967
|
"kind": "import-statement",
|
5223
4968
|
"external": true
|
5224
|
-
},
|
5225
|
-
{
|
5226
|
-
"path": "<runtime>",
|
5227
|
-
"kind": "import-statement",
|
5228
|
-
"external": true
|
5229
4969
|
}
|
5230
4970
|
],
|
5231
4971
|
"format": "esm"
|
@@ -5419,11 +5159,6 @@
|
|
5419
5159
|
"path": "<define:process.env>",
|
5420
5160
|
"kind": "import-statement",
|
5421
5161
|
"external": true
|
5422
|
-
},
|
5423
|
-
{
|
5424
|
-
"path": "<runtime>",
|
5425
|
-
"kind": "import-statement",
|
5426
|
-
"external": true
|
5427
5162
|
}
|
5428
5163
|
],
|
5429
5164
|
"format": "esm"
|
@@ -5516,11 +5251,6 @@
|
|
5516
5251
|
"path": "<define:process.env>",
|
5517
5252
|
"kind": "import-statement",
|
5518
5253
|
"external": true
|
5519
|
-
},
|
5520
|
-
{
|
5521
|
-
"path": "<runtime>",
|
5522
|
-
"kind": "import-statement",
|
5523
|
-
"external": true
|
5524
5254
|
}
|
5525
5255
|
],
|
5526
5256
|
"format": "esm"
|
@@ -5837,11 +5567,6 @@
|
|
5837
5567
|
"path": "<define:process.env>",
|
5838
5568
|
"kind": "import-statement",
|
5839
5569
|
"external": true
|
5840
|
-
},
|
5841
|
-
{
|
5842
|
-
"path": "<runtime>",
|
5843
|
-
"kind": "import-statement",
|
5844
|
-
"external": true
|
5845
5570
|
}
|
5846
5571
|
],
|
5847
5572
|
"format": "esm"
|
@@ -6027,11 +5752,6 @@
|
|
6027
5752
|
"path": "<define:process.env>",
|
6028
5753
|
"kind": "import-statement",
|
6029
5754
|
"external": true
|
6030
|
-
},
|
6031
|
-
{
|
6032
|
-
"path": "<runtime>",
|
6033
|
-
"kind": "import-statement",
|
6034
|
-
"external": true
|
6035
5755
|
}
|
6036
5756
|
],
|
6037
5757
|
"format": "esm"
|
@@ -6093,11 +5813,6 @@
|
|
6093
5813
|
"path": "<define:process.env>",
|
6094
5814
|
"kind": "import-statement",
|
6095
5815
|
"external": true
|
6096
|
-
},
|
6097
|
-
{
|
6098
|
-
"path": "<runtime>",
|
6099
|
-
"kind": "import-statement",
|
6100
|
-
"external": true
|
6101
5816
|
}
|
6102
5817
|
],
|
6103
5818
|
"format": "esm"
|
@@ -6124,11 +5839,6 @@
|
|
6124
5839
|
"path": "<define:process.env>",
|
6125
5840
|
"kind": "import-statement",
|
6126
5841
|
"external": true
|
6127
|
-
},
|
6128
|
-
{
|
6129
|
-
"path": "<runtime>",
|
6130
|
-
"kind": "import-statement",
|
6131
|
-
"external": true
|
6132
5842
|
}
|
6133
5843
|
],
|
6134
5844
|
"format": "esm"
|
@@ -6236,11 +5946,6 @@
|
|
6236
5946
|
"path": "<define:process.env>",
|
6237
5947
|
"kind": "import-statement",
|
6238
5948
|
"external": true
|
6239
|
-
},
|
6240
|
-
{
|
6241
|
-
"path": "<runtime>",
|
6242
|
-
"kind": "import-statement",
|
6243
|
-
"external": true
|
6244
5949
|
}
|
6245
5950
|
],
|
6246
5951
|
"format": "esm"
|
@@ -6327,11 +6032,6 @@
|
|
6327
6032
|
"path": "<define:process.env>",
|
6328
6033
|
"kind": "import-statement",
|
6329
6034
|
"external": true
|
6330
|
-
},
|
6331
|
-
{
|
6332
|
-
"path": "<runtime>",
|
6333
|
-
"kind": "import-statement",
|
6334
|
-
"external": true
|
6335
6035
|
}
|
6336
6036
|
],
|
6337
6037
|
"format": "esm"
|
@@ -6419,11 +6119,6 @@
|
|
6419
6119
|
"path": "<define:process.env>",
|
6420
6120
|
"kind": "import-statement",
|
6421
6121
|
"external": true
|
6422
|
-
},
|
6423
|
-
{
|
6424
|
-
"path": "<runtime>",
|
6425
|
-
"kind": "import-statement",
|
6426
|
-
"external": true
|
6427
6122
|
}
|
6428
6123
|
],
|
6429
6124
|
"format": "esm"
|
@@ -6591,11 +6286,6 @@
|
|
6591
6286
|
"path": "<define:process.env>",
|
6592
6287
|
"kind": "import-statement",
|
6593
6288
|
"external": true
|
6594
|
-
},
|
6595
|
-
{
|
6596
|
-
"path": "<runtime>",
|
6597
|
-
"kind": "import-statement",
|
6598
|
-
"external": true
|
6599
6289
|
}
|
6600
6290
|
],
|
6601
6291
|
"format": "esm"
|
@@ -6627,11 +6317,6 @@
|
|
6627
6317
|
"path": "<define:process.env>",
|
6628
6318
|
"kind": "import-statement",
|
6629
6319
|
"external": true
|
6630
|
-
},
|
6631
|
-
{
|
6632
|
-
"path": "<runtime>",
|
6633
|
-
"kind": "import-statement",
|
6634
|
-
"external": true
|
6635
6320
|
}
|
6636
6321
|
],
|
6637
6322
|
"format": "esm"
|
@@ -6735,11 +6420,6 @@
|
|
6735
6420
|
"path": "<define:process.env>",
|
6736
6421
|
"kind": "import-statement",
|
6737
6422
|
"external": true
|
6738
|
-
},
|
6739
|
-
{
|
6740
|
-
"path": "<runtime>",
|
6741
|
-
"kind": "import-statement",
|
6742
|
-
"external": true
|
6743
6423
|
}
|
6744
6424
|
],
|
6745
6425
|
"format": "esm"
|
@@ -7038,11 +6718,6 @@
|
|
7038
6718
|
"path": "<define:process.env>",
|
7039
6719
|
"kind": "import-statement",
|
7040
6720
|
"external": true
|
7041
|
-
},
|
7042
|
-
{
|
7043
|
-
"path": "<runtime>",
|
7044
|
-
"kind": "import-statement",
|
7045
|
-
"external": true
|
7046
6721
|
}
|
7047
6722
|
],
|
7048
6723
|
"format": "esm"
|
@@ -7145,11 +6820,6 @@
|
|
7145
6820
|
"path": "<define:process.env>",
|
7146
6821
|
"kind": "import-statement",
|
7147
6822
|
"external": true
|
7148
|
-
},
|
7149
|
-
{
|
7150
|
-
"path": "<runtime>",
|
7151
|
-
"kind": "import-statement",
|
7152
|
-
"external": true
|
7153
6823
|
}
|
7154
6824
|
],
|
7155
6825
|
"format": "esm"
|
@@ -7244,11 +6914,6 @@
|
|
7244
6914
|
"path": "<define:process.env>",
|
7245
6915
|
"kind": "import-statement",
|
7246
6916
|
"external": true
|
7247
|
-
},
|
7248
|
-
{
|
7249
|
-
"path": "<runtime>",
|
7250
|
-
"kind": "import-statement",
|
7251
|
-
"external": true
|
7252
6917
|
}
|
7253
6918
|
],
|
7254
6919
|
"format": "esm"
|
@@ -7427,11 +7092,6 @@
|
|
7427
7092
|
"path": "<define:process.env>",
|
7428
7093
|
"kind": "import-statement",
|
7429
7094
|
"external": true
|
7430
|
-
},
|
7431
|
-
{
|
7432
|
-
"path": "<runtime>",
|
7433
|
-
"kind": "import-statement",
|
7434
|
-
"external": true
|
7435
7095
|
}
|
7436
7096
|
],
|
7437
7097
|
"format": "esm"
|
@@ -7642,11 +7302,6 @@
|
|
7642
7302
|
"path": "<define:process.env>",
|
7643
7303
|
"kind": "import-statement",
|
7644
7304
|
"external": true
|
7645
|
-
},
|
7646
|
-
{
|
7647
|
-
"path": "<runtime>",
|
7648
|
-
"kind": "import-statement",
|
7649
|
-
"external": true
|
7650
7305
|
}
|
7651
7306
|
],
|
7652
7307
|
"format": "esm"
|
@@ -7827,11 +7482,6 @@
|
|
7827
7482
|
"path": "<define:process.env>",
|
7828
7483
|
"kind": "import-statement",
|
7829
7484
|
"external": true
|
7830
|
-
},
|
7831
|
-
{
|
7832
|
-
"path": "<runtime>",
|
7833
|
-
"kind": "import-statement",
|
7834
|
-
"external": true
|
7835
7485
|
}
|
7836
7486
|
],
|
7837
7487
|
"format": "esm"
|
@@ -7863,11 +7513,6 @@
|
|
7863
7513
|
"path": "<define:process.env>",
|
7864
7514
|
"kind": "import-statement",
|
7865
7515
|
"external": true
|
7866
|
-
},
|
7867
|
-
{
|
7868
|
-
"path": "<runtime>",
|
7869
|
-
"kind": "import-statement",
|
7870
|
-
"external": true
|
7871
7516
|
}
|
7872
7517
|
],
|
7873
7518
|
"format": "esm"
|
@@ -7954,11 +7599,6 @@
|
|
7954
7599
|
"path": "<define:process.env>",
|
7955
7600
|
"kind": "import-statement",
|
7956
7601
|
"external": true
|
7957
|
-
},
|
7958
|
-
{
|
7959
|
-
"path": "<runtime>",
|
7960
|
-
"kind": "import-statement",
|
7961
|
-
"external": true
|
7962
7602
|
}
|
7963
7603
|
],
|
7964
7604
|
"format": "esm"
|
@@ -8207,11 +7847,6 @@
|
|
8207
7847
|
"path": "<define:process.env>",
|
8208
7848
|
"kind": "import-statement",
|
8209
7849
|
"external": true
|
8210
|
-
},
|
8211
|
-
{
|
8212
|
-
"path": "<runtime>",
|
8213
|
-
"kind": "import-statement",
|
8214
|
-
"external": true
|
8215
7850
|
}
|
8216
7851
|
],
|
8217
7852
|
"format": "esm"
|
@@ -8436,11 +8071,6 @@
|
|
8436
8071
|
"path": "<define:process.env>",
|
8437
8072
|
"kind": "import-statement",
|
8438
8073
|
"external": true
|
8439
|
-
},
|
8440
|
-
{
|
8441
|
-
"path": "<runtime>",
|
8442
|
-
"kind": "import-statement",
|
8443
|
-
"external": true
|
8444
8074
|
}
|
8445
8075
|
],
|
8446
8076
|
"format": "esm"
|
@@ -8492,11 +8122,6 @@
|
|
8492
8122
|
"path": "<define:process.env>",
|
8493
8123
|
"kind": "import-statement",
|
8494
8124
|
"external": true
|
8495
|
-
},
|
8496
|
-
{
|
8497
|
-
"path": "<runtime>",
|
8498
|
-
"kind": "import-statement",
|
8499
|
-
"external": true
|
8500
8125
|
}
|
8501
8126
|
],
|
8502
8127
|
"format": "esm"
|
@@ -8625,11 +8250,6 @@
|
|
8625
8250
|
"path": "<define:process.env>",
|
8626
8251
|
"kind": "import-statement",
|
8627
8252
|
"external": true
|
8628
|
-
},
|
8629
|
-
{
|
8630
|
-
"path": "<runtime>",
|
8631
|
-
"kind": "import-statement",
|
8632
|
-
"external": true
|
8633
8253
|
}
|
8634
8254
|
],
|
8635
8255
|
"format": "esm"
|
@@ -8731,11 +8351,6 @@
|
|
8731
8351
|
"path": "<define:process.env>",
|
8732
8352
|
"kind": "import-statement",
|
8733
8353
|
"external": true
|
8734
|
-
},
|
8735
|
-
{
|
8736
|
-
"path": "<runtime>",
|
8737
|
-
"kind": "import-statement",
|
8738
|
-
"external": true
|
8739
8354
|
}
|
8740
8355
|
],
|
8741
8356
|
"format": "esm"
|
@@ -9000,11 +8615,6 @@
|
|
9000
8615
|
"path": "<define:process.env>",
|
9001
8616
|
"kind": "import-statement",
|
9002
8617
|
"external": true
|
9003
|
-
},
|
9004
|
-
{
|
9005
|
-
"path": "<runtime>",
|
9006
|
-
"kind": "import-statement",
|
9007
|
-
"external": true
|
9008
8618
|
}
|
9009
8619
|
],
|
9010
8620
|
"format": "esm"
|
@@ -9102,11 +8712,6 @@
|
|
9102
8712
|
"path": "<define:process.env>",
|
9103
8713
|
"kind": "import-statement",
|
9104
8714
|
"external": true
|
9105
|
-
},
|
9106
|
-
{
|
9107
|
-
"path": "<runtime>",
|
9108
|
-
"kind": "import-statement",
|
9109
|
-
"external": true
|
9110
8715
|
}
|
9111
8716
|
],
|
9112
8717
|
"format": "esm"
|
@@ -9188,11 +8793,6 @@
|
|
9188
8793
|
"path": "<define:process.env>",
|
9189
8794
|
"kind": "import-statement",
|
9190
8795
|
"external": true
|
9191
|
-
},
|
9192
|
-
{
|
9193
|
-
"path": "<runtime>",
|
9194
|
-
"kind": "import-statement",
|
9195
|
-
"external": true
|
9196
8796
|
}
|
9197
8797
|
],
|
9198
8798
|
"format": "esm"
|
@@ -9295,11 +8895,6 @@
|
|
9295
8895
|
"path": "<define:process.env>",
|
9296
8896
|
"kind": "import-statement",
|
9297
8897
|
"external": true
|
9298
|
-
},
|
9299
|
-
{
|
9300
|
-
"path": "<runtime>",
|
9301
|
-
"kind": "import-statement",
|
9302
|
-
"external": true
|
9303
8898
|
}
|
9304
8899
|
],
|
9305
8900
|
"format": "esm"
|
@@ -9326,11 +8921,6 @@
|
|
9326
8921
|
"path": "<define:process.env>",
|
9327
8922
|
"kind": "import-statement",
|
9328
8923
|
"external": true
|
9329
|
-
},
|
9330
|
-
{
|
9331
|
-
"path": "<runtime>",
|
9332
|
-
"kind": "import-statement",
|
9333
|
-
"external": true
|
9334
8924
|
}
|
9335
8925
|
],
|
9336
8926
|
"format": "esm"
|
@@ -9367,11 +8957,6 @@
|
|
9367
8957
|
"path": "<define:process.env>",
|
9368
8958
|
"kind": "import-statement",
|
9369
8959
|
"external": true
|
9370
|
-
},
|
9371
|
-
{
|
9372
|
-
"path": "<runtime>",
|
9373
|
-
"kind": "import-statement",
|
9374
|
-
"external": true
|
9375
8960
|
}
|
9376
8961
|
],
|
9377
8962
|
"format": "esm"
|
@@ -9388,11 +8973,6 @@
|
|
9388
8973
|
"path": "<define:process.env>",
|
9389
8974
|
"kind": "import-statement",
|
9390
8975
|
"external": true
|
9391
|
-
},
|
9392
|
-
{
|
9393
|
-
"path": "<runtime>",
|
9394
|
-
"kind": "import-statement",
|
9395
|
-
"external": true
|
9396
8976
|
}
|
9397
8977
|
],
|
9398
8978
|
"format": "esm"
|
@@ -9490,11 +9070,6 @@
|
|
9490
9070
|
"path": "<define:process.env>",
|
9491
9071
|
"kind": "import-statement",
|
9492
9072
|
"external": true
|
9493
|
-
},
|
9494
|
-
{
|
9495
|
-
"path": "<runtime>",
|
9496
|
-
"kind": "import-statement",
|
9497
|
-
"external": true
|
9498
9073
|
}
|
9499
9074
|
],
|
9500
9075
|
"format": "esm"
|
@@ -9601,11 +9176,6 @@
|
|
9601
9176
|
"path": "<define:process.env>",
|
9602
9177
|
"kind": "import-statement",
|
9603
9178
|
"external": true
|
9604
|
-
},
|
9605
|
-
{
|
9606
|
-
"path": "<runtime>",
|
9607
|
-
"kind": "import-statement",
|
9608
|
-
"external": true
|
9609
9179
|
}
|
9610
9180
|
],
|
9611
9181
|
"format": "esm"
|
@@ -9637,11 +9207,6 @@
|
|
9637
9207
|
"path": "<define:process.env>",
|
9638
9208
|
"kind": "import-statement",
|
9639
9209
|
"external": true
|
9640
|
-
},
|
9641
|
-
{
|
9642
|
-
"path": "<runtime>",
|
9643
|
-
"kind": "import-statement",
|
9644
|
-
"external": true
|
9645
9210
|
}
|
9646
9211
|
],
|
9647
9212
|
"format": "esm"
|
@@ -9678,11 +9243,6 @@
|
|
9678
9243
|
"path": "<define:process.env>",
|
9679
9244
|
"kind": "import-statement",
|
9680
9245
|
"external": true
|
9681
|
-
},
|
9682
|
-
{
|
9683
|
-
"path": "<runtime>",
|
9684
|
-
"kind": "import-statement",
|
9685
|
-
"external": true
|
9686
9246
|
}
|
9687
9247
|
],
|
9688
9248
|
"format": "esm"
|
@@ -9855,11 +9415,6 @@
|
|
9855
9415
|
"path": "<define:process.env>",
|
9856
9416
|
"kind": "import-statement",
|
9857
9417
|
"external": true
|
9858
|
-
},
|
9859
|
-
{
|
9860
|
-
"path": "<runtime>",
|
9861
|
-
"kind": "import-statement",
|
9862
|
-
"external": true
|
9863
9418
|
}
|
9864
9419
|
],
|
9865
9420
|
"format": "esm"
|
@@ -9942,11 +9497,6 @@
|
|
9942
9497
|
"path": "<define:process.env>",
|
9943
9498
|
"kind": "import-statement",
|
9944
9499
|
"external": true
|
9945
|
-
},
|
9946
|
-
{
|
9947
|
-
"path": "<runtime>",
|
9948
|
-
"kind": "import-statement",
|
9949
|
-
"external": true
|
9950
9500
|
}
|
9951
9501
|
],
|
9952
9502
|
"format": "esm"
|
@@ -10044,11 +9594,6 @@
|
|
10044
9594
|
"path": "<define:process.env>",
|
10045
9595
|
"kind": "import-statement",
|
10046
9596
|
"external": true
|
10047
|
-
},
|
10048
|
-
{
|
10049
|
-
"path": "<runtime>",
|
10050
|
-
"kind": "import-statement",
|
10051
|
-
"external": true
|
10052
9597
|
}
|
10053
9598
|
],
|
10054
9599
|
"format": "esm"
|
@@ -10111,11 +9656,6 @@
|
|
10111
9656
|
"path": "<define:process.env>",
|
10112
9657
|
"kind": "import-statement",
|
10113
9658
|
"external": true
|
10114
|
-
},
|
10115
|
-
{
|
10116
|
-
"path": "<runtime>",
|
10117
|
-
"kind": "import-statement",
|
10118
|
-
"external": true
|
10119
9659
|
}
|
10120
9660
|
],
|
10121
9661
|
"format": "esm"
|
@@ -10259,17 +9799,12 @@
|
|
10259
9799
|
"path": "<define:process.env>",
|
10260
9800
|
"kind": "import-statement",
|
10261
9801
|
"external": true
|
10262
|
-
},
|
10263
|
-
{
|
10264
|
-
"path": "<runtime>",
|
10265
|
-
"kind": "import-statement",
|
10266
|
-
"external": true
|
10267
9802
|
}
|
10268
9803
|
],
|
10269
9804
|
"format": "esm"
|
10270
9805
|
},
|
10271
9806
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
10272
|
-
"bytes":
|
9807
|
+
"bytes": 2987,
|
10273
9808
|
"imports": [
|
10274
9809
|
{
|
10275
9810
|
"path": "react",
|
@@ -10524,11 +10059,6 @@
|
|
10524
10059
|
"path": "<define:process.env>",
|
10525
10060
|
"kind": "import-statement",
|
10526
10061
|
"external": true
|
10527
|
-
},
|
10528
|
-
{
|
10529
|
-
"path": "<runtime>",
|
10530
|
-
"kind": "import-statement",
|
10531
|
-
"external": true
|
10532
10062
|
}
|
10533
10063
|
],
|
10534
10064
|
"format": "esm"
|
@@ -10625,7 +10155,7 @@
|
|
10625
10155
|
"format": "esm"
|
10626
10156
|
},
|
10627
10157
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
10628
|
-
"bytes":
|
10158
|
+
"bytes": 3065,
|
10629
10159
|
"imports": [
|
10630
10160
|
{
|
10631
10161
|
"path": "react",
|
@@ -10700,8 +10230,73 @@
|
|
10700
10230
|
],
|
10701
10231
|
"format": "esm"
|
10702
10232
|
},
|
10233
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc9b3/tldraw.css": {
|
10234
|
+
"bytes": 80111,
|
10235
|
+
"imports": [
|
10236
|
+
{
|
10237
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z' fill='white'/><path d='m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z' fill='white'/><path d='m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z' fill='black'/><path d='m13 10.814v11.188l2.969-2.866.428-.139h4.768z' fill='black'/></g></svg>",
|
10238
|
+
"kind": "url-token",
|
10239
|
+
"external": true
|
10240
|
+
},
|
10241
|
+
{
|
10242
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' stroke-linejoin='round'/><path d='m21.5664 21.7344v-3.459'/><path d='m19.5508 21.7461-.016-3.473'/><path d='m17.5547 18.3047.021 3.426'/></g></g></svg>",
|
10243
|
+
"kind": "url-token",
|
10244
|
+
"external": true
|
10245
|
+
},
|
10246
|
+
{
|
10247
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m25 16h-6.01v-6h-2.98v6h-6.01v3h6.01v6h2.98v-6h6.01z' fill='white'/><path d='m23.9902 17.0103h-6v-6.01h-.98v6.01h-6v.98h6v6.01h.98v-6.01h6z' fill='%23231f1f'/></g></svg>",
|
10248
|
+
"kind": "url-token",
|
10249
|
+
"external": true
|
10250
|
+
},
|
10251
|
+
{
|
10252
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m19 14h1v1h-1zm1 6h-1v-1h1zm-5-5h-1v-1h1zm0 5h-1v-1h1zm2-10.987-7.985 7.988 5.222 5.221 2.763 2.763 7.984-7.985z' fill='white'/><g fill='black'><path d='m23.5664 16.9971-2.557-2.809v1.829h-4.009-4.001v-1.829l-2.571 2.809 2.572 2.808-.001-1.808h4.001 4.009l-.001 1.808z'/><path d='m17.9873 17h.013v-4.001l1.807.001-2.807-2.571-2.809 2.57h1.809v4.001h.008v4.002l-1.828-.001 2.807 2.577 2.805-2.576h-1.805z'/></g></g></svg>",
|
10253
|
+
"kind": "url-token",
|
10254
|
+
"external": true
|
10255
|
+
},
|
10256
|
+
{
|
10257
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' stroke-linejoin='round'/><path d='m20.5664 21.7344v-3.459'/><path d='m18.5508 21.7461-.016-3.473'/><path d='m16.5547 18.3047.021 3.426'/></g></g></svg>",
|
10258
|
+
"kind": "url-token",
|
10259
|
+
"external": true
|
10260
|
+
},
|
10261
|
+
{
|
10262
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042' fill='white'/><g stroke='black' stroke-width='.75'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042z' stroke-linejoin='round'/><path d='m20.5664 19.7344v-3.459' stroke-linecap='round'/><path d='m18.5508 19.7461-.016-3.473' stroke-linecap='round'/><path d='m16.5547 16.3047.021 3.426' stroke-linecap='round'/></g></g></svg>",
|
10263
|
+
"kind": "url-token",
|
10264
|
+
"external": true
|
10265
|
+
},
|
10266
|
+
{
|
10267
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path fill='white' d='M7.94 0a5.25 5.25 0 0 0-3.47 1.17A5.27 5.27 0 0 0 1 0H0v3h1c1.41 0 1.85.7 2 1v3.94H2v3h1v3c-.13.3-.57 1-2 1H0v3h1a5.27 5.27 0 0 0 3.47-1.17c.98.8 2.21 1.21 3.47 1.17h1v-3h-1c-1.41 0-1.85-.7-2-1v-3H7v-3H6V4c.13-.3.57-1 2-1h1V0H7.94z'/><path fill='black' d='M7.94 2V1a4 4 0 0 0-3.47 1.64A4 4 0 0 0 1 1v1c1.3-.17 2.56.6 3 1.84v5.1H3v1h1v4.16c-.45 1.24-1.7 2-3 1.84v1a4.05 4.05 0 0 0 3.47-1.63 4.05 4.05 0 0 0 3.47 1.63v-1A2.82 2.82 0 0 1 5 14.1V9.93h1v-1H5V3.85A2.81 2.81 0 0 1 7.94 2z'/></g></svg>",
|
10268
|
+
"kind": "url-token",
|
10269
|
+
"external": true
|
10270
|
+
},
|
10271
|
+
{
|
10272
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 14h-2v-2h-2v2h-2v1.98h2v2.02h2v-2.02h2z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
10273
|
+
"kind": "url-token",
|
10274
|
+
"external": true
|
10275
|
+
},
|
10276
|
+
{
|
10277
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 16h-5.98v-1.98h5.98z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
10278
|
+
"kind": "url-token",
|
10279
|
+
"external": true
|
10280
|
+
}
|
10281
|
+
]
|
10282
|
+
},
|
10283
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc0d1/index.css": {
|
10284
|
+
"bytes": 264,
|
10285
|
+
"imports": [
|
10286
|
+
{
|
10287
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
10288
|
+
"kind": "import-rule",
|
10289
|
+
"external": true
|
10290
|
+
},
|
10291
|
+
{
|
10292
|
+
"path": "../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc9b3/tldraw.css",
|
10293
|
+
"kind": "import-rule",
|
10294
|
+
"original": "@tldraw/tldraw/tldraw.css"
|
10295
|
+
}
|
10296
|
+
]
|
10297
|
+
},
|
10703
10298
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
10704
|
-
"bytes":
|
10299
|
+
"bytes": 3212,
|
10705
10300
|
"imports": [
|
10706
10301
|
{
|
10707
10302
|
"path": "react",
|
@@ -10713,6 +10308,11 @@
|
|
10713
10308
|
"kind": "import-statement",
|
10714
10309
|
"external": true
|
10715
10310
|
},
|
10311
|
+
{
|
10312
|
+
"path": "@100mslive/hms-whiteboard",
|
10313
|
+
"kind": "import-statement",
|
10314
|
+
"external": true
|
10315
|
+
},
|
10716
10316
|
{
|
10717
10317
|
"path": "@100mslive/react-sdk",
|
10718
10318
|
"kind": "import-statement",
|
@@ -10763,6 +10363,11 @@
|
|
10763
10363
|
"kind": "import-statement",
|
10764
10364
|
"original": "../../common/constants"
|
10765
10365
|
},
|
10366
|
+
{
|
10367
|
+
"path": "../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc0d1/index.css",
|
10368
|
+
"kind": "import-statement",
|
10369
|
+
"original": "@100mslive/hms-whiteboard/index.css"
|
10370
|
+
},
|
10766
10371
|
{
|
10767
10372
|
"path": "<define:process.env>",
|
10768
10373
|
"kind": "import-statement",
|
@@ -10900,17 +10505,12 @@
|
|
10900
10505
|
"path": "<define:process.env>",
|
10901
10506
|
"kind": "import-statement",
|
10902
10507
|
"external": true
|
10903
|
-
},
|
10904
|
-
{
|
10905
|
-
"path": "<runtime>",
|
10906
|
-
"kind": "import-statement",
|
10907
|
-
"external": true
|
10908
10508
|
}
|
10909
10509
|
],
|
10910
10510
|
"format": "esm"
|
10911
10511
|
},
|
10912
10512
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
10913
|
-
"bytes":
|
10513
|
+
"bytes": 1930,
|
10914
10514
|
"imports": [
|
10915
10515
|
{
|
10916
10516
|
"path": "react",
|
@@ -10946,11 +10546,6 @@
|
|
10946
10546
|
"path": "<define:process.env>",
|
10947
10547
|
"kind": "import-statement",
|
10948
10548
|
"external": true
|
10949
|
-
},
|
10950
|
-
{
|
10951
|
-
"path": "<runtime>",
|
10952
|
-
"kind": "import-statement",
|
10953
|
-
"external": true
|
10954
10549
|
}
|
10955
10550
|
],
|
10956
10551
|
"format": "esm"
|
@@ -11137,11 +10732,6 @@
|
|
11137
10732
|
"path": "<define:process.env>",
|
11138
10733
|
"kind": "import-statement",
|
11139
10734
|
"external": true
|
11140
|
-
},
|
11141
|
-
{
|
11142
|
-
"path": "<runtime>",
|
11143
|
-
"kind": "import-statement",
|
11144
|
-
"external": true
|
11145
10735
|
}
|
11146
10736
|
],
|
11147
10737
|
"format": "esm"
|
@@ -11194,11 +10784,6 @@
|
|
11194
10784
|
"path": "<define:process.env>",
|
11195
10785
|
"kind": "import-statement",
|
11196
10786
|
"external": true
|
11197
|
-
},
|
11198
|
-
{
|
11199
|
-
"path": "<runtime>",
|
11200
|
-
"kind": "import-statement",
|
11201
|
-
"external": true
|
11202
10787
|
}
|
11203
10788
|
],
|
11204
10789
|
"format": "esm"
|
@@ -11493,11 +11078,6 @@
|
|
11493
11078
|
"path": "<define:process.env>",
|
11494
11079
|
"kind": "import-statement",
|
11495
11080
|
"external": true
|
11496
|
-
},
|
11497
|
-
{
|
11498
|
-
"path": "<runtime>",
|
11499
|
-
"kind": "import-statement",
|
11500
|
-
"external": true
|
11501
11081
|
}
|
11502
11082
|
],
|
11503
11083
|
"format": "esm"
|
@@ -11792,11 +11372,6 @@
|
|
11792
11372
|
"path": "<define:process.env>",
|
11793
11373
|
"kind": "import-statement",
|
11794
11374
|
"external": true
|
11795
|
-
},
|
11796
|
-
{
|
11797
|
-
"path": "<runtime>",
|
11798
|
-
"kind": "import-statement",
|
11799
|
-
"external": true
|
11800
11375
|
}
|
11801
11376
|
],
|
11802
11377
|
"format": "esm"
|
@@ -11893,11 +11468,6 @@
|
|
11893
11468
|
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
11894
11469
|
"kind": "dynamic-import",
|
11895
11470
|
"original": "./HLSView"
|
11896
|
-
},
|
11897
|
-
{
|
11898
|
-
"path": "<runtime>",
|
11899
|
-
"kind": "import-statement",
|
11900
|
-
"external": true
|
11901
11471
|
}
|
11902
11472
|
],
|
11903
11473
|
"format": "esm"
|
@@ -12020,11 +11590,6 @@
|
|
12020
11590
|
"path": "<define:process.env>",
|
12021
11591
|
"kind": "import-statement",
|
12022
11592
|
"external": true
|
12023
|
-
},
|
12024
|
-
{
|
12025
|
-
"path": "<runtime>",
|
12026
|
-
"kind": "import-statement",
|
12027
|
-
"external": true
|
12028
11593
|
}
|
12029
11594
|
],
|
12030
11595
|
"format": "esm"
|
@@ -12161,12 +11726,12 @@
|
|
12161
11726
|
"original": "./Notifications/HLSFailureModal"
|
12162
11727
|
},
|
12163
11728
|
{
|
12164
|
-
"path": "src/Prebuilt/components/PIP/PIPComponent.
|
11729
|
+
"path": "src/Prebuilt/components/PIP/PIPComponent.tsx",
|
12165
11730
|
"kind": "import-statement",
|
12166
11731
|
"original": "./PIP/PIPComponent"
|
12167
11732
|
},
|
12168
11733
|
{
|
12169
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
11734
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
12170
11735
|
"kind": "import-statement",
|
12171
11736
|
"original": "./PIP/PIPManager"
|
12172
11737
|
},
|
@@ -12301,11 +11866,6 @@
|
|
12301
11866
|
"path": "<define:process.env>",
|
12302
11867
|
"kind": "import-statement",
|
12303
11868
|
"external": true
|
12304
|
-
},
|
12305
|
-
{
|
12306
|
-
"path": "<runtime>",
|
12307
|
-
"kind": "import-statement",
|
12308
|
-
"external": true
|
12309
11869
|
}
|
12310
11870
|
],
|
12311
11871
|
"format": "esm"
|
@@ -12358,11 +11918,6 @@
|
|
12358
11918
|
"path": "<define:process.env>",
|
12359
11919
|
"kind": "import-statement",
|
12360
11920
|
"external": true
|
12361
|
-
},
|
12362
|
-
{
|
12363
|
-
"path": "<runtime>",
|
12364
|
-
"kind": "import-statement",
|
12365
|
-
"external": true
|
12366
11921
|
}
|
12367
11922
|
],
|
12368
11923
|
"format": "esm"
|
@@ -12381,7 +11936,7 @@
|
|
12381
11936
|
"original": "../../AppContext"
|
12382
11937
|
},
|
12383
11938
|
{
|
12384
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
11939
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
12385
11940
|
"kind": "import-statement",
|
12386
11941
|
"original": "../PIP/PIPManager"
|
12387
11942
|
},
|
@@ -12506,11 +12061,6 @@
|
|
12506
12061
|
"path": "<define:process.env>",
|
12507
12062
|
"kind": "import-statement",
|
12508
12063
|
"external": true
|
12509
|
-
},
|
12510
|
-
{
|
12511
|
-
"path": "<runtime>",
|
12512
|
-
"kind": "import-statement",
|
12513
|
-
"external": true
|
12514
12064
|
}
|
12515
12065
|
],
|
12516
12066
|
"format": "esm"
|
@@ -12695,11 +12245,6 @@
|
|
12695
12245
|
"path": "<define:process.env>",
|
12696
12246
|
"kind": "import-statement",
|
12697
12247
|
"external": true
|
12698
|
-
},
|
12699
|
-
{
|
12700
|
-
"path": "<runtime>",
|
12701
|
-
"kind": "import-statement",
|
12702
|
-
"external": true
|
12703
12248
|
}
|
12704
12249
|
],
|
12705
12250
|
"format": "esm"
|
@@ -12721,11 +12266,6 @@
|
|
12721
12266
|
"path": "<define:process.env>",
|
12722
12267
|
"kind": "import-statement",
|
12723
12268
|
"external": true
|
12724
|
-
},
|
12725
|
-
{
|
12726
|
-
"path": "<runtime>",
|
12727
|
-
"kind": "import-statement",
|
12728
|
-
"external": true
|
12729
12269
|
}
|
12730
12270
|
],
|
12731
12271
|
"format": "esm"
|
@@ -13216,11 +12756,6 @@
|
|
13216
12756
|
"path": "<define:process.env>",
|
13217
12757
|
"kind": "import-statement",
|
13218
12758
|
"external": true
|
13219
|
-
},
|
13220
|
-
{
|
13221
|
-
"path": "<runtime>",
|
13222
|
-
"kind": "import-statement",
|
13223
|
-
"external": true
|
13224
12759
|
}
|
13225
12760
|
],
|
13226
12761
|
"format": "esm"
|
@@ -13262,11 +12797,6 @@
|
|
13262
12797
|
"path": "<define:process.env>",
|
13263
12798
|
"kind": "import-statement",
|
13264
12799
|
"external": true
|
13265
|
-
},
|
13266
|
-
{
|
13267
|
-
"path": "<runtime>",
|
13268
|
-
"kind": "import-statement",
|
13269
|
-
"external": true
|
13270
12800
|
}
|
13271
12801
|
],
|
13272
12802
|
"format": "esm"
|
@@ -13369,7 +12899,7 @@
|
|
13369
12899
|
"format": "esm"
|
13370
12900
|
},
|
13371
12901
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
13372
|
-
"bytes":
|
12902
|
+
"bytes": 4215,
|
13373
12903
|
"imports": [
|
13374
12904
|
{
|
13375
12905
|
"path": "react",
|
@@ -13410,11 +12940,6 @@
|
|
13410
12940
|
"path": "<define:process.env>",
|
13411
12941
|
"kind": "import-statement",
|
13412
12942
|
"external": true
|
13413
|
-
},
|
13414
|
-
{
|
13415
|
-
"path": "<runtime>",
|
13416
|
-
"kind": "import-statement",
|
13417
|
-
"external": true
|
13418
12943
|
}
|
13419
12944
|
],
|
13420
12945
|
"format": "esm"
|
@@ -13441,11 +12966,6 @@
|
|
13441
12966
|
"path": "<define:process.env>",
|
13442
12967
|
"kind": "import-statement",
|
13443
12968
|
"external": true
|
13444
|
-
},
|
13445
|
-
{
|
13446
|
-
"path": "<runtime>",
|
13447
|
-
"kind": "import-statement",
|
13448
|
-
"external": true
|
13449
12969
|
}
|
13450
12970
|
],
|
13451
12971
|
"format": "esm"
|
@@ -13482,11 +13002,6 @@
|
|
13482
13002
|
"path": "<define:process.env>",
|
13483
13003
|
"kind": "import-statement",
|
13484
13004
|
"external": true
|
13485
|
-
},
|
13486
|
-
{
|
13487
|
-
"path": "<runtime>",
|
13488
|
-
"kind": "import-statement",
|
13489
|
-
"external": true
|
13490
13005
|
}
|
13491
13006
|
],
|
13492
13007
|
"format": "esm"
|
@@ -13653,11 +13168,6 @@
|
|
13653
13168
|
"path": "<define:process.env>",
|
13654
13169
|
"kind": "import-statement",
|
13655
13170
|
"external": true
|
13656
|
-
},
|
13657
|
-
{
|
13658
|
-
"path": "<runtime>",
|
13659
|
-
"kind": "import-statement",
|
13660
|
-
"external": true
|
13661
13171
|
}
|
13662
13172
|
],
|
13663
13173
|
"format": "esm"
|
@@ -13953,7 +13463,7 @@
|
|
13953
13463
|
"dist/index.js": {
|
13954
13464
|
"imports": [
|
13955
13465
|
{
|
13956
|
-
"path": "dist/chunk-
|
13466
|
+
"path": "dist/chunk-WSDBUVSZ.js",
|
13957
13467
|
"kind": "import-statement"
|
13958
13468
|
}
|
13959
13469
|
],
|
@@ -14023,19 +13533,20 @@
|
|
14023
13533
|
"useTheme"
|
14024
13534
|
],
|
14025
13535
|
"entryPoint": "src/index.ts",
|
13536
|
+
"cssBundle": "dist/index.css",
|
14026
13537
|
"inputs": {},
|
14027
13538
|
"bytes": 1822
|
14028
13539
|
},
|
14029
|
-
"dist/HLSView-
|
13540
|
+
"dist/HLSView-5GXP76IN.js.map": {
|
14030
13541
|
"imports": [],
|
14031
13542
|
"exports": [],
|
14032
13543
|
"inputs": {},
|
14033
|
-
"bytes":
|
13544
|
+
"bytes": 100337
|
14034
13545
|
},
|
14035
|
-
"dist/HLSView-
|
13546
|
+
"dist/HLSView-5GXP76IN.js": {
|
14036
13547
|
"imports": [
|
14037
13548
|
{
|
14038
|
-
"path": "dist/chunk-
|
13549
|
+
"path": "dist/chunk-WSDBUVSZ.js",
|
14039
13550
|
"kind": "import-statement"
|
14040
13551
|
},
|
14041
13552
|
{
|
@@ -14213,12 +13724,13 @@
|
|
14213
13724
|
"default"
|
14214
13725
|
],
|
14215
13726
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
13727
|
+
"cssBundle": "dist/HLSView-FBGVUTA5.css",
|
14216
13728
|
"inputs": {
|
14217
13729
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
14218
|
-
"bytesInOutput":
|
13730
|
+
"bytesInOutput": 26045
|
14219
13731
|
},
|
14220
13732
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
14221
|
-
"bytesInOutput":
|
13733
|
+
"bytesInOutput": 3191
|
14222
13734
|
},
|
14223
13735
|
"src/Prebuilt/components/HMSVideo/index.ts": {
|
14224
13736
|
"bytesInOutput": 347
|
@@ -14227,13 +13739,13 @@
|
|
14227
13739
|
"bytesInOutput": 416
|
14228
13740
|
},
|
14229
13741
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
14230
|
-
"bytesInOutput":
|
13742
|
+
"bytesInOutput": 1464
|
14231
13743
|
},
|
14232
13744
|
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
14233
13745
|
"bytesInOutput": 4256
|
14234
13746
|
},
|
14235
13747
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
14236
|
-
"bytesInOutput":
|
13748
|
+
"bytesInOutput": 739
|
14237
13749
|
},
|
14238
13750
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
14239
13751
|
"bytesInOutput": 244
|
@@ -14242,42 +13754,42 @@
|
|
14242
13754
|
"bytesInOutput": 328
|
14243
13755
|
},
|
14244
13756
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
14245
|
-
"bytesInOutput":
|
13757
|
+
"bytesInOutput": 2791
|
14246
13758
|
},
|
14247
13759
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
14248
13760
|
"bytesInOutput": 917
|
14249
13761
|
},
|
14250
13762
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
14251
|
-
"bytesInOutput":
|
13763
|
+
"bytesInOutput": 1477
|
14252
13764
|
},
|
14253
13765
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
14254
|
-
"bytesInOutput":
|
13766
|
+
"bytesInOutput": 2139
|
14255
13767
|
},
|
14256
13768
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
14257
13769
|
"bytesInOutput": 643
|
14258
13770
|
},
|
14259
13771
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
14260
|
-
"bytesInOutput":
|
13772
|
+
"bytesInOutput": 1816
|
14261
13773
|
},
|
14262
13774
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
14263
|
-
"bytesInOutput":
|
13775
|
+
"bytesInOutput": 659
|
14264
13776
|
},
|
14265
13777
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
14266
|
-
"bytesInOutput":
|
13778
|
+
"bytesInOutput": 7302
|
14267
13779
|
},
|
14268
13780
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
14269
13781
|
"bytesInOutput": 2101
|
14270
13782
|
}
|
14271
13783
|
},
|
14272
|
-
"bytes":
|
13784
|
+
"bytes": 58752
|
14273
13785
|
},
|
14274
|
-
"dist/chunk-
|
13786
|
+
"dist/chunk-WSDBUVSZ.js.map": {
|
14275
13787
|
"imports": [],
|
14276
13788
|
"exports": [],
|
14277
13789
|
"inputs": {},
|
14278
|
-
"bytes":
|
13790
|
+
"bytes": 3219322
|
14279
13791
|
},
|
14280
|
-
"dist/chunk-
|
13792
|
+
"dist/chunk-WSDBUVSZ.js": {
|
14281
13793
|
"imports": [
|
14282
13794
|
{
|
14283
13795
|
"path": "react",
|
@@ -16644,6 +16156,11 @@
|
|
16644
16156
|
"kind": "import-statement",
|
16645
16157
|
"external": true
|
16646
16158
|
},
|
16159
|
+
{
|
16160
|
+
"path": "@100mslive/hms-whiteboard",
|
16161
|
+
"kind": "import-statement",
|
16162
|
+
"external": true
|
16163
|
+
},
|
16647
16164
|
{
|
16648
16165
|
"path": "@100mslive/react-sdk",
|
16649
16166
|
"kind": "import-statement",
|
@@ -16710,7 +16227,7 @@
|
|
16710
16227
|
"external": true
|
16711
16228
|
},
|
16712
16229
|
{
|
16713
|
-
"path": "dist/HLSView-
|
16230
|
+
"path": "dist/HLSView-5GXP76IN.js",
|
16714
16231
|
"kind": "dynamic-import"
|
16715
16232
|
},
|
16716
16233
|
{
|
@@ -17161,10 +16678,6 @@
|
|
17161
16678
|
"VerticalDivider",
|
17162
16679
|
"Video",
|
17163
16680
|
"VideoTileStats",
|
17164
|
-
"__async",
|
17165
|
-
"__objRest",
|
17166
|
-
"__spreadProps",
|
17167
|
-
"__spreadValues",
|
17168
16681
|
"config",
|
17169
16682
|
"createTheme",
|
17170
16683
|
"createThemeBase",
|
@@ -17191,7 +16704,7 @@
|
|
17191
16704
|
],
|
17192
16705
|
"inputs": {
|
17193
16706
|
"<define:process.env>": {
|
17194
|
-
"bytesInOutput":
|
16707
|
+
"bytesInOutput": 17884
|
17195
16708
|
},
|
17196
16709
|
"../../node_modules/lodash/lodash.js": {
|
17197
16710
|
"bytesInOutput": 224301
|
@@ -17224,7 +16737,7 @@
|
|
17224
16737
|
"bytesInOutput": 27
|
17225
16738
|
},
|
17226
16739
|
"src/Button/Button.tsx": {
|
17227
|
-
"bytesInOutput":
|
16740
|
+
"bytesInOutput": 4202
|
17228
16741
|
},
|
17229
16742
|
"src/Layout/index.tsx": {
|
17230
16743
|
"bytesInOutput": 27
|
@@ -17233,13 +16746,13 @@
|
|
17233
16746
|
"bytesInOutput": 1295
|
17234
16747
|
},
|
17235
16748
|
"src/Theme/stitches.config.ts": {
|
17236
|
-
"bytesInOutput":
|
16749
|
+
"bytesInOutput": 1533
|
17237
16750
|
},
|
17238
16751
|
"src/Theme/base.config.ts": {
|
17239
|
-
"bytesInOutput":
|
16752
|
+
"bytesInOutput": 5031
|
17240
16753
|
},
|
17241
16754
|
"src/Prebuilt/common/constants.ts": {
|
17242
|
-
"bytesInOutput":
|
16755
|
+
"bytesInOutput": 3157
|
17243
16756
|
},
|
17244
16757
|
"src/Theme/ThemeProvider.tsx": {
|
17245
16758
|
"bytesInOutput": 1926
|
@@ -17254,7 +16767,7 @@
|
|
17254
16767
|
"bytesInOutput": 27
|
17255
16768
|
},
|
17256
16769
|
"src/Loading/Loading.tsx": {
|
17257
|
-
"bytesInOutput":
|
16770
|
+
"bytesInOutput": 663
|
17258
16771
|
},
|
17259
16772
|
"src/utils/styles.ts": {
|
17260
16773
|
"bytesInOutput": 263
|
@@ -17269,16 +16782,16 @@
|
|
17269
16782
|
"bytesInOutput": 27
|
17270
16783
|
},
|
17271
16784
|
"src/IconButton/IconButton.tsx": {
|
17272
|
-
"bytesInOutput":
|
16785
|
+
"bytesInOutput": 852
|
17273
16786
|
},
|
17274
16787
|
"src/Avatar/index.ts": {
|
17275
16788
|
"bytesInOutput": 27
|
17276
16789
|
},
|
17277
16790
|
"src/Avatar/Avatar.tsx": {
|
17278
|
-
"bytesInOutput":
|
16791
|
+
"bytesInOutput": 1136
|
17279
16792
|
},
|
17280
16793
|
"src/Avatar/getAvatarBg.ts": {
|
17281
|
-
"bytesInOutput":
|
16794
|
+
"bytesInOutput": 767
|
17282
16795
|
},
|
17283
16796
|
"src/Divider/index.ts": {
|
17284
16797
|
"bytesInOutput": 27
|
@@ -17290,13 +16803,13 @@
|
|
17290
16803
|
"bytesInOutput": 27
|
17291
16804
|
},
|
17292
16805
|
"src/Switch/Switch.tsx": {
|
17293
|
-
"bytesInOutput":
|
16806
|
+
"bytesInOutput": 1109
|
17294
16807
|
},
|
17295
16808
|
"src/Tooltip/index.ts": {
|
17296
16809
|
"bytesInOutput": 27
|
17297
16810
|
},
|
17298
16811
|
"src/Tooltip/Tooltip.tsx": {
|
17299
|
-
"bytesInOutput":
|
16812
|
+
"bytesInOutput": 1766
|
17300
16813
|
},
|
17301
16814
|
"src/utils/animations.ts": {
|
17302
16815
|
"bytesInOutput": 3288
|
@@ -17305,13 +16818,13 @@
|
|
17305
16818
|
"bytesInOutput": 27
|
17306
16819
|
},
|
17307
16820
|
"src/Select/Select.tsx": {
|
17308
|
-
"bytesInOutput":
|
16821
|
+
"bytesInOutput": 1339
|
17309
16822
|
},
|
17310
16823
|
"src/Slider/index.ts": {
|
17311
16824
|
"bytesInOutput": 27
|
17312
16825
|
},
|
17313
16826
|
"src/Slider/Slider.tsx": {
|
17314
|
-
"bytesInOutput":
|
16827
|
+
"bytesInOutput": 1508
|
17315
16828
|
},
|
17316
16829
|
"src/Modal/index.ts": {
|
17317
16830
|
"bytesInOutput": 27
|
@@ -17320,7 +16833,7 @@
|
|
17320
16833
|
"bytesInOutput": 1131
|
17321
16834
|
},
|
17322
16835
|
"src/Modal/DialogContent.tsx": {
|
17323
|
-
"bytesInOutput":
|
16836
|
+
"bytesInOutput": 1744
|
17324
16837
|
},
|
17325
16838
|
"src/hooks/useDialogContainerSelector.tsx": {
|
17326
16839
|
"bytesInOutput": 209
|
@@ -17329,13 +16842,13 @@
|
|
17329
16842
|
"bytesInOutput": 330
|
17330
16843
|
},
|
17331
16844
|
"src/Input/Input.tsx": {
|
17332
|
-
"bytesInOutput":
|
16845
|
+
"bytesInOutput": 2243
|
17333
16846
|
},
|
17334
16847
|
"src/VideoTile/index.tsx": {
|
17335
16848
|
"bytesInOutput": 27
|
17336
16849
|
},
|
17337
16850
|
"src/VideoTile/StyledVideoTile.tsx": {
|
17338
|
-
"bytesInOutput":
|
16851
|
+
"bytesInOutput": 2534
|
17339
16852
|
},
|
17340
16853
|
"src/VideoList/index.tsx": {
|
17341
16854
|
"bytesInOutput": 27
|
@@ -17359,13 +16872,13 @@
|
|
17359
16872
|
"bytesInOutput": 27
|
17360
16873
|
},
|
17361
16874
|
"src/Video/Video.tsx": {
|
17362
|
-
"bytesInOutput":
|
16875
|
+
"bytesInOutput": 1179
|
17363
16876
|
},
|
17364
16877
|
"src/TileMenu/index.tsx": {
|
17365
16878
|
"bytesInOutput": 27
|
17366
16879
|
},
|
17367
16880
|
"src/TileMenu/StyledMenuTile.tsx": {
|
17368
|
-
"bytesInOutput":
|
16881
|
+
"bytesInOutput": 1944
|
17369
16882
|
},
|
17370
16883
|
"src/AudioLevel/index.ts": {
|
17371
16884
|
"bytesInOutput": 27
|
@@ -17380,13 +16893,13 @@
|
|
17380
16893
|
"bytesInOutput": 880
|
17381
16894
|
},
|
17382
16895
|
"src/Popover/index.tsx": {
|
17383
|
-
"bytesInOutput":
|
16896
|
+
"bytesInOutput": 736
|
17384
16897
|
},
|
17385
16898
|
"src/Stats/index.tsx": {
|
17386
16899
|
"bytesInOutput": 27
|
17387
16900
|
},
|
17388
16901
|
"src/Stats/Stats.tsx": {
|
17389
|
-
"bytesInOutput":
|
16902
|
+
"bytesInOutput": 7231
|
17390
16903
|
},
|
17391
16904
|
"src/Stats/formatBytes.ts": {
|
17392
16905
|
"bytesInOutput": 471
|
@@ -17395,7 +16908,7 @@
|
|
17395
16908
|
"bytesInOutput": 708
|
17396
16909
|
},
|
17397
16910
|
"src/Stats/useQoE.ts": {
|
17398
|
-
"bytesInOutput":
|
16911
|
+
"bytesInOutput": 2606
|
17399
16912
|
},
|
17400
16913
|
"src/Checkbox/Checkbox.tsx": {
|
17401
16914
|
"bytesInOutput": 731
|
@@ -17407,13 +16920,13 @@
|
|
17407
16920
|
"bytesInOutput": 738
|
17408
16921
|
},
|
17409
16922
|
"src/Toast/Toast.tsx": {
|
17410
|
-
"bytesInOutput":
|
16923
|
+
"bytesInOutput": 3895
|
17411
16924
|
},
|
17412
16925
|
"src/Accordion/index.ts": {
|
17413
16926
|
"bytesInOutput": 149
|
17414
16927
|
},
|
17415
16928
|
"src/Accordion/Accordion.tsx": {
|
17416
|
-
"bytesInOutput":
|
16929
|
+
"bytesInOutput": 2265
|
17417
16930
|
},
|
17418
16931
|
"src/Fieldset/Fieldset.tsx": {
|
17419
16932
|
"bytesInOutput": 233
|
@@ -17434,31 +16947,31 @@
|
|
17434
16947
|
"bytesInOutput": 799
|
17435
16948
|
},
|
17436
16949
|
"src/QRCode/QRCode.tsx": {
|
17437
|
-
"bytesInOutput":
|
16950
|
+
"bytesInOutput": 242
|
17438
16951
|
},
|
17439
16952
|
"src/Link/index.tsx": {
|
17440
16953
|
"bytesInOutput": 27
|
17441
16954
|
},
|
17442
16955
|
"src/Link/Link.tsx": {
|
17443
|
-
"bytesInOutput":
|
16956
|
+
"bytesInOutput": 1116
|
17444
16957
|
},
|
17445
16958
|
"src/Collapsible/Collapsible.tsx": {
|
17446
16959
|
"bytesInOutput": 887
|
17447
16960
|
},
|
17448
16961
|
"src/Prebuilt/App.tsx": {
|
17449
|
-
"bytesInOutput":
|
16962
|
+
"bytesInOutput": 7306
|
17450
16963
|
},
|
17451
16964
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
17452
|
-
"bytesInOutput":
|
16965
|
+
"bytesInOutput": 5420
|
17453
16966
|
},
|
17454
16967
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
17455
|
-
"bytesInOutput":
|
16968
|
+
"bytesInOutput": 2671
|
17456
16969
|
},
|
17457
16970
|
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
17458
16971
|
"bytesInOutput": 973
|
17459
16972
|
},
|
17460
16973
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
17461
|
-
"bytesInOutput":
|
16974
|
+
"bytesInOutput": 5131
|
17462
16975
|
},
|
17463
16976
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
17464
16977
|
"bytesInOutput": 748
|
@@ -17467,25 +16980,25 @@
|
|
17467
16980
|
"bytesInOutput": 241
|
17468
16981
|
},
|
17469
16982
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
17470
|
-
"bytesInOutput":
|
16983
|
+
"bytesInOutput": 2313
|
17471
16984
|
},
|
17472
16985
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
17473
|
-
"bytesInOutput":
|
16986
|
+
"bytesInOutput": 1008
|
17474
16987
|
},
|
17475
16988
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
17476
|
-
"bytesInOutput":
|
16989
|
+
"bytesInOutput": 2062
|
17477
16990
|
},
|
17478
16991
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
17479
16992
|
"bytesInOutput": 1486
|
17480
16993
|
},
|
17481
16994
|
"src/Prebuilt/common/utils.js": {
|
17482
|
-
"bytesInOutput":
|
16995
|
+
"bytesInOutput": 2831
|
17483
16996
|
},
|
17484
16997
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
17485
16998
|
"bytesInOutput": 2499
|
17486
16999
|
},
|
17487
17000
|
"src/Prebuilt/components/AuthToken.jsx": {
|
17488
|
-
"bytesInOutput":
|
17001
|
+
"bytesInOutput": 3559
|
17489
17002
|
},
|
17490
17003
|
"src/Prebuilt/AppContext.tsx": {
|
17491
17004
|
"bytesInOutput": 577
|
@@ -17494,34 +17007,34 @@
|
|
17494
17007
|
"bytesInOutput": 4698
|
17495
17008
|
},
|
17496
17009
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17497
|
-
"bytesInOutput":
|
17010
|
+
"bytesInOutput": 6840
|
17498
17011
|
},
|
17499
17012
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
17500
|
-
"bytesInOutput":
|
17013
|
+
"bytesInOutput": 3056
|
17501
17014
|
},
|
17502
17015
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
17503
|
-
"bytesInOutput":
|
17016
|
+
"bytesInOutput": 9997
|
17504
17017
|
},
|
17505
17018
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
17506
|
-
"bytesInOutput":
|
17019
|
+
"bytesInOutput": 3074
|
17507
17020
|
},
|
17508
17021
|
"src/Prebuilt/IconButton.tsx": {
|
17509
17022
|
"bytesInOutput": 487
|
17510
17023
|
},
|
17511
17024
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
17512
|
-
"bytesInOutput":
|
17025
|
+
"bytesInOutput": 8781
|
17513
17026
|
},
|
17514
17027
|
"src/Sheet/index.ts": {
|
17515
17028
|
"bytesInOutput": 27
|
17516
17029
|
},
|
17517
17030
|
"src/Sheet/Sheet.tsx": {
|
17518
|
-
"bytesInOutput":
|
17031
|
+
"bytesInOutput": 2738
|
17519
17032
|
},
|
17520
17033
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
17521
|
-
"bytesInOutput":
|
17034
|
+
"bytesInOutput": 6111
|
17522
17035
|
},
|
17523
17036
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
17524
|
-
"bytesInOutput":
|
17037
|
+
"bytesInOutput": 1272
|
17525
17038
|
},
|
17526
17039
|
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
17527
17040
|
"bytesInOutput": 574
|
@@ -17533,13 +17046,13 @@
|
|
17533
17046
|
"bytesInOutput": 1831
|
17534
17047
|
},
|
17535
17048
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
17536
|
-
"bytesInOutput":
|
17049
|
+
"bytesInOutput": 970
|
17537
17050
|
},
|
17538
17051
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
17539
17052
|
"bytesInOutput": 915
|
17540
17053
|
},
|
17541
17054
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
17542
|
-
"bytesInOutput":
|
17055
|
+
"bytesInOutput": 2495
|
17543
17056
|
},
|
17544
17057
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
17545
17058
|
"bytesInOutput": 972
|
@@ -17548,94 +17061,94 @@
|
|
17548
17061
|
"bytesInOutput": 606
|
17549
17062
|
},
|
17550
17063
|
"src/Prebuilt/common/hooks.ts": {
|
17551
|
-
"bytesInOutput":
|
17064
|
+
"bytesInOutput": 5304
|
17552
17065
|
},
|
17553
17066
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
17554
|
-
"bytesInOutput":
|
17067
|
+
"bytesInOutput": 2326
|
17555
17068
|
},
|
17556
17069
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
17557
|
-
"bytesInOutput":
|
17070
|
+
"bytesInOutput": 5617
|
17558
17071
|
},
|
17559
17072
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
17560
|
-
"bytesInOutput":
|
17073
|
+
"bytesInOutput": 1917
|
17561
17074
|
},
|
17562
17075
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
17563
17076
|
"bytesInOutput": 491
|
17564
17077
|
},
|
17565
17078
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
17566
|
-
"bytesInOutput":
|
17079
|
+
"bytesInOutput": 632
|
17567
17080
|
},
|
17568
17081
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
17569
|
-
"bytesInOutput":
|
17082
|
+
"bytesInOutput": 1734
|
17570
17083
|
},
|
17571
17084
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
17572
|
-
"bytesInOutput":
|
17085
|
+
"bytesInOutput": 4683
|
17573
17086
|
},
|
17574
17087
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17575
17088
|
"bytesInOutput": 472
|
17576
17089
|
},
|
17577
17090
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
17578
|
-
"bytesInOutput":
|
17091
|
+
"bytesInOutput": 6916
|
17579
17092
|
},
|
17580
17093
|
"src/Prebuilt/components/PIP/index.jsx": {
|
17581
17094
|
"bytesInOutput": 178
|
17582
17095
|
},
|
17583
|
-
"src/Prebuilt/components/PIP/PIPComponent.
|
17584
|
-
"bytesInOutput":
|
17096
|
+
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
17097
|
+
"bytesInOutput": 2621
|
17585
17098
|
},
|
17586
|
-
"src/Prebuilt/components/PIP/PIPManager.
|
17587
|
-
"bytesInOutput":
|
17099
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
17100
|
+
"bytesInOutput": 9064
|
17588
17101
|
},
|
17589
17102
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
17590
17103
|
"bytesInOutput": 4289
|
17591
17104
|
},
|
17592
17105
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
17593
|
-
"bytesInOutput":
|
17106
|
+
"bytesInOutput": 1870
|
17594
17107
|
},
|
17595
17108
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
17596
|
-
"bytesInOutput":
|
17109
|
+
"bytesInOutput": 5842
|
17597
17110
|
},
|
17598
17111
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
17599
|
-
"bytesInOutput":
|
17112
|
+
"bytesInOutput": 3537
|
17600
17113
|
},
|
17601
17114
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
17602
17115
|
"bytesInOutput": 2942
|
17603
17116
|
},
|
17604
17117
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
17605
|
-
"bytesInOutput":
|
17118
|
+
"bytesInOutput": 7036
|
17606
17119
|
},
|
17607
17120
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
17608
|
-
"bytesInOutput":
|
17121
|
+
"bytesInOutput": 9374
|
17609
17122
|
},
|
17610
17123
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
17611
|
-
"bytesInOutput":
|
17124
|
+
"bytesInOutput": 4856
|
17612
17125
|
},
|
17613
17126
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
17614
17127
|
"bytesInOutput": 628
|
17615
17128
|
},
|
17616
17129
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
17617
|
-
"bytesInOutput":
|
17130
|
+
"bytesInOutput": 1240
|
17618
17131
|
},
|
17619
17132
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
17620
|
-
"bytesInOutput":
|
17133
|
+
"bytesInOutput": 1778
|
17621
17134
|
},
|
17622
17135
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
17623
|
-
"bytesInOutput":
|
17136
|
+
"bytesInOutput": 2489
|
17624
17137
|
},
|
17625
17138
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
17626
17139
|
"bytesInOutput": 437
|
17627
17140
|
},
|
17628
17141
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
17629
|
-
"bytesInOutput":
|
17142
|
+
"bytesInOutput": 1651
|
17630
17143
|
},
|
17631
17144
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17632
|
-
"bytesInOutput":
|
17145
|
+
"bytesInOutput": 11538
|
17633
17146
|
},
|
17634
17147
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17635
|
-
"bytesInOutput":
|
17148
|
+
"bytesInOutput": 9078
|
17636
17149
|
},
|
17637
17150
|
"../hms-video-store/dist/index.js": {
|
17638
|
-
"bytesInOutput":
|
17151
|
+
"bytesInOutput": 49344
|
17639
17152
|
},
|
17640
17153
|
"../../node_modules/reselect/es/index.js": {
|
17641
17154
|
"bytesInOutput": 2539
|
@@ -17674,22 +17187,22 @@
|
|
17674
17187
|
"bytesInOutput": 12460
|
17675
17188
|
},
|
17676
17189
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
17677
|
-
"bytesInOutput":
|
17190
|
+
"bytesInOutput": 6601
|
17678
17191
|
},
|
17679
17192
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
17680
|
-
"bytesInOutput":
|
17193
|
+
"bytesInOutput": 994
|
17681
17194
|
},
|
17682
17195
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
17683
|
-
"bytesInOutput":
|
17196
|
+
"bytesInOutput": 884
|
17684
17197
|
},
|
17685
17198
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
17686
|
-
"bytesInOutput":
|
17199
|
+
"bytesInOutput": 1213
|
17687
17200
|
},
|
17688
17201
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
17689
|
-
"bytesInOutput":
|
17202
|
+
"bytesInOutput": 2056
|
17690
17203
|
},
|
17691
17204
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
17692
|
-
"bytesInOutput":
|
17205
|
+
"bytesInOutput": 3176
|
17693
17206
|
},
|
17694
17207
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
17695
17208
|
"bytesInOutput": 844
|
@@ -17698,10 +17211,10 @@
|
|
17698
17211
|
"bytesInOutput": 658
|
17699
17212
|
},
|
17700
17213
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
17701
|
-
"bytesInOutput":
|
17214
|
+
"bytesInOutput": 849
|
17702
17215
|
},
|
17703
17216
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17704
|
-
"bytesInOutput":
|
17217
|
+
"bytesInOutput": 1552
|
17705
17218
|
},
|
17706
17219
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
17707
17220
|
"bytesInOutput": 7124
|
@@ -17737,52 +17250,52 @@
|
|
17737
17250
|
"bytesInOutput": 1445
|
17738
17251
|
},
|
17739
17252
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17740
|
-
"bytesInOutput":
|
17253
|
+
"bytesInOutput": 12009
|
17741
17254
|
},
|
17742
17255
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17743
|
-
"bytesInOutput":
|
17256
|
+
"bytesInOutput": 3835
|
17744
17257
|
},
|
17745
17258
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
17746
17259
|
"bytesInOutput": 700
|
17747
17260
|
},
|
17748
17261
|
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
17749
|
-
"bytesInOutput":
|
17262
|
+
"bytesInOutput": 1219
|
17750
17263
|
},
|
17751
17264
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17752
|
-
"bytesInOutput":
|
17265
|
+
"bytesInOutput": 5051
|
17753
17266
|
},
|
17754
17267
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17755
|
-
"bytesInOutput":
|
17268
|
+
"bytesInOutput": 6809
|
17756
17269
|
},
|
17757
17270
|
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
17758
|
-
"bytesInOutput":
|
17271
|
+
"bytesInOutput": 1730
|
17759
17272
|
},
|
17760
17273
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
17761
|
-
"bytesInOutput":
|
17274
|
+
"bytesInOutput": 1634
|
17762
17275
|
},
|
17763
17276
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17764
17277
|
"bytesInOutput": 1073
|
17765
17278
|
},
|
17766
17279
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17767
|
-
"bytesInOutput":
|
17280
|
+
"bytesInOutput": 1192
|
17768
17281
|
},
|
17769
17282
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
17770
|
-
"bytesInOutput":
|
17283
|
+
"bytesInOutput": 2386
|
17771
17284
|
},
|
17772
17285
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
17773
|
-
"bytesInOutput":
|
17286
|
+
"bytesInOutput": 2832
|
17774
17287
|
},
|
17775
17288
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
17776
|
-
"bytesInOutput":
|
17289
|
+
"bytesInOutput": 9541
|
17777
17290
|
},
|
17778
17291
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17779
|
-
"bytesInOutput":
|
17292
|
+
"bytesInOutput": 5831
|
17780
17293
|
},
|
17781
17294
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17782
17295
|
"bytesInOutput": 735
|
17783
17296
|
},
|
17784
17297
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17785
|
-
"bytesInOutput":
|
17298
|
+
"bytesInOutput": 7611
|
17786
17299
|
},
|
17787
17300
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
17788
17301
|
"bytesInOutput": 2247
|
@@ -17791,10 +17304,10 @@
|
|
17791
17304
|
"bytesInOutput": 795
|
17792
17305
|
},
|
17793
17306
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
17794
|
-
"bytesInOutput":
|
17307
|
+
"bytesInOutput": 4839
|
17795
17308
|
},
|
17796
17309
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
17797
|
-
"bytesInOutput":
|
17310
|
+
"bytesInOutput": 7974
|
17798
17311
|
},
|
17799
17312
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
17800
17313
|
"bytesInOutput": 2083
|
@@ -17803,10 +17316,10 @@
|
|
17803
17316
|
"bytesInOutput": 204
|
17804
17317
|
},
|
17805
17318
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
17806
|
-
"bytesInOutput":
|
17319
|
+
"bytesInOutput": 3548
|
17807
17320
|
},
|
17808
17321
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17809
|
-
"bytesInOutput":
|
17322
|
+
"bytesInOutput": 895
|
17810
17323
|
},
|
17811
17324
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17812
17325
|
"bytesInOutput": 361
|
@@ -17815,13 +17328,13 @@
|
|
17815
17328
|
"bytesInOutput": 594
|
17816
17329
|
},
|
17817
17330
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
17818
|
-
"bytesInOutput":
|
17331
|
+
"bytesInOutput": 4361
|
17819
17332
|
},
|
17820
17333
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
17821
|
-
"bytesInOutput":
|
17334
|
+
"bytesInOutput": 1911
|
17822
17335
|
},
|
17823
17336
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
17824
|
-
"bytesInOutput":
|
17337
|
+
"bytesInOutput": 3865
|
17825
17338
|
},
|
17826
17339
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
17827
17340
|
"bytesInOutput": 2078
|
@@ -17830,31 +17343,31 @@
|
|
17830
17343
|
"bytesInOutput": 629
|
17831
17344
|
},
|
17832
17345
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
17833
|
-
"bytesInOutput":
|
17346
|
+
"bytesInOutput": 2066
|
17834
17347
|
},
|
17835
17348
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
17836
17349
|
"bytesInOutput": 666
|
17837
17350
|
},
|
17838
17351
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
17839
|
-
"bytesInOutput":
|
17352
|
+
"bytesInOutput": 1635
|
17840
17353
|
},
|
17841
17354
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17842
|
-
"bytesInOutput":
|
17355
|
+
"bytesInOutput": 3292
|
17843
17356
|
},
|
17844
17357
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17845
|
-
"bytesInOutput":
|
17358
|
+
"bytesInOutput": 1050
|
17846
17359
|
},
|
17847
17360
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
17848
|
-
"bytesInOutput":
|
17361
|
+
"bytesInOutput": 7295
|
17849
17362
|
},
|
17850
17363
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
17851
|
-
"bytesInOutput":
|
17364
|
+
"bytesInOutput": 1508
|
17852
17365
|
},
|
17853
17366
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17854
17367
|
"bytesInOutput": 1914
|
17855
17368
|
},
|
17856
17369
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17857
|
-
"bytesInOutput":
|
17370
|
+
"bytesInOutput": 1524
|
17858
17371
|
},
|
17859
17372
|
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
17860
17373
|
"bytesInOutput": 664
|
@@ -17863,55 +17376,55 @@
|
|
17863
17376
|
"bytesInOutput": 720
|
17864
17377
|
},
|
17865
17378
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
17866
|
-
"bytesInOutput":
|
17379
|
+
"bytesInOutput": 7336
|
17867
17380
|
},
|
17868
17381
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17869
|
-
"bytesInOutput":
|
17382
|
+
"bytesInOutput": 4739
|
17870
17383
|
},
|
17871
17384
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17872
|
-
"bytesInOutput":
|
17385
|
+
"bytesInOutput": 14266
|
17873
17386
|
},
|
17874
17387
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
17875
|
-
"bytesInOutput":
|
17388
|
+
"bytesInOutput": 9508
|
17876
17389
|
},
|
17877
17390
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
17878
17391
|
"bytesInOutput": 417
|
17879
17392
|
},
|
17880
17393
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
17881
|
-
"bytesInOutput":
|
17394
|
+
"bytesInOutput": 1115
|
17882
17395
|
},
|
17883
17396
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
17884
|
-
"bytesInOutput":
|
17397
|
+
"bytesInOutput": 2501
|
17885
17398
|
},
|
17886
17399
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
17887
|
-
"bytesInOutput":
|
17400
|
+
"bytesInOutput": 1882
|
17888
17401
|
},
|
17889
17402
|
"src/Prebuilt/images/empty-chat.svg": {
|
17890
17403
|
"bytesInOutput": 2261
|
17891
17404
|
},
|
17892
17405
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
17893
|
-
"bytesInOutput":
|
17406
|
+
"bytesInOutput": 677
|
17894
17407
|
},
|
17895
17408
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17896
|
-
"bytesInOutput":
|
17409
|
+
"bytesInOutput": 9014
|
17897
17410
|
},
|
17898
17411
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17899
|
-
"bytesInOutput":
|
17412
|
+
"bytesInOutput": 5184
|
17900
17413
|
},
|
17901
17414
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
17902
|
-
"bytesInOutput":
|
17415
|
+
"bytesInOutput": 6811
|
17903
17416
|
},
|
17904
17417
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
17905
17418
|
"bytesInOutput": 666
|
17906
17419
|
},
|
17907
17420
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
17908
|
-
"bytesInOutput":
|
17421
|
+
"bytesInOutput": 1097
|
17909
17422
|
},
|
17910
17423
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17911
|
-
"bytesInOutput":
|
17424
|
+
"bytesInOutput": 2561
|
17912
17425
|
},
|
17913
17426
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
17914
|
-
"bytesInOutput":
|
17427
|
+
"bytesInOutput": 4779
|
17915
17428
|
},
|
17916
17429
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
17917
17430
|
"bytesInOutput": 1021
|
@@ -17920,67 +17433,67 @@
|
|
17920
17433
|
"bytesInOutput": 542
|
17921
17434
|
},
|
17922
17435
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17923
|
-
"bytesInOutput":
|
17436
|
+
"bytesInOutput": 4119
|
17924
17437
|
},
|
17925
17438
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
17926
|
-
"bytesInOutput":
|
17439
|
+
"bytesInOutput": 2280
|
17927
17440
|
},
|
17928
17441
|
"src/Prebuilt/components/VideoTile.tsx": {
|
17929
|
-
"bytesInOutput":
|
17442
|
+
"bytesInOutput": 6256
|
17930
17443
|
},
|
17931
17444
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
17932
|
-
"bytesInOutput":
|
17445
|
+
"bytesInOutput": 2399
|
17933
17446
|
},
|
17934
17447
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
17935
|
-
"bytesInOutput":
|
17448
|
+
"bytesInOutput": 4310
|
17936
17449
|
},
|
17937
17450
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
17938
|
-
"bytesInOutput":
|
17451
|
+
"bytesInOutput": 11182
|
17939
17452
|
},
|
17940
17453
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
17941
|
-
"bytesInOutput":
|
17454
|
+
"bytesInOutput": 130
|
17942
17455
|
},
|
17943
17456
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
17944
17457
|
"bytesInOutput": 1050
|
17945
17458
|
},
|
17946
17459
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
17947
|
-
"bytesInOutput":
|
17460
|
+
"bytesInOutput": 7396
|
17948
17461
|
},
|
17949
17462
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
17950
|
-
"bytesInOutput":
|
17463
|
+
"bytesInOutput": 1077
|
17951
17464
|
},
|
17952
17465
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
17953
|
-
"bytesInOutput":
|
17466
|
+
"bytesInOutput": 1092
|
17954
17467
|
},
|
17955
17468
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
17956
|
-
"bytesInOutput":
|
17469
|
+
"bytesInOutput": 2774
|
17957
17470
|
},
|
17958
17471
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
17959
17472
|
"bytesInOutput": 714
|
17960
17473
|
},
|
17961
17474
|
"src/Prebuilt/components/Chip.tsx": {
|
17962
|
-
"bytesInOutput":
|
17475
|
+
"bytesInOutput": 740
|
17963
17476
|
},
|
17964
17477
|
"src/Prebuilt/components/FullPageProgress.tsx": {
|
17965
|
-
"bytesInOutput":
|
17478
|
+
"bytesInOutput": 567
|
17966
17479
|
},
|
17967
17480
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
17968
|
-
"bytesInOutput":
|
17481
|
+
"bytesInOutput": 2557
|
17969
17482
|
},
|
17970
17483
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
17971
17484
|
"bytesInOutput": 2206
|
17972
17485
|
},
|
17973
17486
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17974
|
-
"bytesInOutput":
|
17487
|
+
"bytesInOutput": 3479
|
17975
17488
|
},
|
17976
17489
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17977
|
-
"bytesInOutput":
|
17490
|
+
"bytesInOutput": 4427
|
17978
17491
|
},
|
17979
17492
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
17980
|
-
"bytesInOutput":
|
17493
|
+
"bytesInOutput": 1888
|
17981
17494
|
},
|
17982
17495
|
"src/Prebuilt/components/InsetTile.tsx": {
|
17983
|
-
"bytesInOutput":
|
17496
|
+
"bytesInOutput": 3866
|
17984
17497
|
},
|
17985
17498
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
17986
17499
|
"bytesInOutput": 451
|
@@ -17989,55 +17502,58 @@
|
|
17989
17502
|
"bytesInOutput": 1698
|
17990
17503
|
},
|
17991
17504
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
17992
|
-
"bytesInOutput":
|
17505
|
+
"bytesInOutput": 1029
|
17993
17506
|
},
|
17994
17507
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
17995
17508
|
"bytesInOutput": 3834
|
17996
17509
|
},
|
17997
17510
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
17998
|
-
"bytesInOutput":
|
17511
|
+
"bytesInOutput": 2082
|
17999
17512
|
},
|
18000
17513
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
18001
|
-
"bytesInOutput":
|
17514
|
+
"bytesInOutput": 2522
|
18002
17515
|
},
|
18003
17516
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
18004
|
-
"bytesInOutput":
|
17517
|
+
"bytesInOutput": 2133
|
18005
17518
|
},
|
18006
17519
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
18007
|
-
"bytesInOutput":
|
17520
|
+
"bytesInOutput": 978
|
18008
17521
|
},
|
18009
17522
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
18010
|
-
"bytesInOutput":
|
17523
|
+
"bytesInOutput": 2449
|
18011
17524
|
},
|
18012
17525
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
18013
|
-
"bytesInOutput":
|
17526
|
+
"bytesInOutput": 4269
|
18014
17527
|
},
|
18015
17528
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
18016
17529
|
"bytesInOutput": 3276
|
18017
17530
|
},
|
18018
17531
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
18019
|
-
"bytesInOutput":
|
17532
|
+
"bytesInOutput": 1196
|
18020
17533
|
},
|
18021
17534
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
18022
|
-
"bytesInOutput":
|
17535
|
+
"bytesInOutput": 2656
|
17536
|
+
},
|
17537
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc0d1/index.css": {
|
17538
|
+
"bytesInOutput": 0
|
18023
17539
|
},
|
18024
17540
|
"src/Prebuilt/common/PeersSorter.ts": {
|
18025
|
-
"bytesInOutput":
|
17541
|
+
"bytesInOutput": 2972
|
18026
17542
|
},
|
18027
17543
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
18028
|
-
"bytesInOutput":
|
17544
|
+
"bytesInOutput": 2656
|
18029
17545
|
},
|
18030
17546
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
18031
|
-
"bytesInOutput":
|
17547
|
+
"bytesInOutput": 1506
|
18032
17548
|
},
|
18033
17549
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
18034
17550
|
"bytesInOutput": 1415
|
18035
17551
|
},
|
18036
17552
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
18037
|
-
"bytesInOutput":
|
17553
|
+
"bytesInOutput": 6044
|
18038
17554
|
},
|
18039
17555
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
18040
|
-
"bytesInOutput":
|
17556
|
+
"bytesInOutput": 585
|
18041
17557
|
},
|
18042
17558
|
"src/Prebuilt/components/Header/index.tsx": {
|
18043
17559
|
"bytesInOutput": 27
|
@@ -18049,64 +17565,64 @@
|
|
18049
17565
|
"bytesInOutput": 1607
|
18050
17566
|
},
|
18051
17567
|
"src/Prebuilt/components/Header/common.jsx": {
|
18052
|
-
"bytesInOutput":
|
17568
|
+
"bytesInOutput": 5838
|
18053
17569
|
},
|
18054
17570
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
18055
17571
|
"bytesInOutput": 754
|
18056
17572
|
},
|
18057
17573
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
18058
|
-
"bytesInOutput":
|
17574
|
+
"bytesInOutput": 3485
|
18059
17575
|
},
|
18060
17576
|
"src/Prebuilt/components/init/Init.jsx": {
|
18061
|
-
"bytesInOutput":
|
17577
|
+
"bytesInOutput": 619
|
18062
17578
|
},
|
18063
17579
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
18064
|
-
"bytesInOutput":
|
17580
|
+
"bytesInOutput": 1364
|
18065
17581
|
},
|
18066
17582
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
18067
|
-
"bytesInOutput":
|
17583
|
+
"bytesInOutput": 3145
|
18068
17584
|
},
|
18069
17585
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
18070
|
-
"bytesInOutput":
|
17586
|
+
"bytesInOutput": 2172
|
18071
17587
|
},
|
18072
17588
|
"src/Prebuilt/AppStateContext.tsx": {
|
18073
17589
|
"bytesInOutput": 2554
|
18074
17590
|
},
|
18075
17591
|
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
18076
|
-
"bytesInOutput":
|
17592
|
+
"bytesInOutput": 466
|
18077
17593
|
},
|
18078
17594
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
18079
|
-
"bytesInOutput":
|
17595
|
+
"bytesInOutput": 2883
|
18080
17596
|
},
|
18081
17597
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
18082
17598
|
"bytesInOutput": 27
|
18083
17599
|
},
|
18084
17600
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
18085
|
-
"bytesInOutput":
|
17601
|
+
"bytesInOutput": 7178
|
18086
17602
|
},
|
18087
17603
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
18088
17604
|
"bytesInOutput": 1053
|
18089
17605
|
},
|
18090
17606
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
18091
|
-
"bytesInOutput":
|
17607
|
+
"bytesInOutput": 1270
|
18092
17608
|
},
|
18093
17609
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
18094
|
-
"bytesInOutput":
|
17610
|
+
"bytesInOutput": 1612
|
18095
17611
|
},
|
18096
17612
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
18097
|
-
"bytesInOutput":
|
17613
|
+
"bytesInOutput": 1935
|
18098
17614
|
},
|
18099
17615
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
18100
|
-
"bytesInOutput":
|
17616
|
+
"bytesInOutput": 5751
|
18101
17617
|
},
|
18102
17618
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
18103
|
-
"bytesInOutput":
|
17619
|
+
"bytesInOutput": 1565
|
18104
17620
|
},
|
18105
17621
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
18106
|
-
"bytesInOutput":
|
17622
|
+
"bytesInOutput": 1395
|
18107
17623
|
},
|
18108
17624
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
18109
|
-
"bytesInOutput":
|
17625
|
+
"bytesInOutput": 4352
|
18110
17626
|
},
|
18111
17627
|
"src/Prebuilt/images/android-perm-1.png": {
|
18112
17628
|
"bytesInOutput": 10443
|
@@ -18115,25 +17631,25 @@
|
|
18115
17631
|
"bytesInOutput": 11963
|
18116
17632
|
},
|
18117
17633
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
18118
|
-
"bytesInOutput":
|
17634
|
+
"bytesInOutput": 2204
|
18119
17635
|
},
|
18120
17636
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
18121
|
-
"bytesInOutput":
|
17637
|
+
"bytesInOutput": 1782
|
18122
17638
|
},
|
18123
17639
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
18124
17640
|
"bytesInOutput": 640
|
18125
17641
|
},
|
18126
17642
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
18127
|
-
"bytesInOutput":
|
17643
|
+
"bytesInOutput": 1651
|
18128
17644
|
},
|
18129
17645
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
18130
|
-
"bytesInOutput":
|
17646
|
+
"bytesInOutput": 1173
|
18131
17647
|
},
|
18132
17648
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
18133
|
-
"bytesInOutput":
|
17649
|
+
"bytesInOutput": 1013
|
18134
17650
|
},
|
18135
17651
|
"src/Prebuilt/components/Toast/Toast.jsx": {
|
18136
|
-
"bytesInOutput":
|
17652
|
+
"bytesInOutput": 406
|
18137
17653
|
},
|
18138
17654
|
"src/Prebuilt/layouts/Sheet.tsx": {
|
18139
17655
|
"bytesInOutput": 478
|
@@ -18142,13 +17658,13 @@
|
|
18142
17658
|
"bytesInOutput": 1623
|
18143
17659
|
},
|
18144
17660
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
18145
|
-
"bytesInOutput":
|
17661
|
+
"bytesInOutput": 4270
|
18146
17662
|
},
|
18147
17663
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
18148
|
-
"bytesInOutput":
|
17664
|
+
"bytesInOutput": 577
|
18149
17665
|
},
|
18150
17666
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
18151
|
-
"bytesInOutput":
|
17667
|
+
"bytesInOutput": 1785
|
18152
17668
|
},
|
18153
17669
|
"src/Progress/index.tsx": {
|
18154
17670
|
"bytesInOutput": 418
|
@@ -18160,7 +17676,145 @@
|
|
18160
17676
|
"bytesInOutput": 651
|
18161
17677
|
}
|
18162
17678
|
},
|
18163
|
-
"bytes":
|
17679
|
+
"bytes": 1288002
|
17680
|
+
},
|
17681
|
+
"dist/index.css.map": {
|
17682
|
+
"imports": [],
|
17683
|
+
"exports": [],
|
17684
|
+
"inputs": {},
|
17685
|
+
"bytes": 121900
|
17686
|
+
},
|
17687
|
+
"dist/index.css": {
|
17688
|
+
"imports": [
|
17689
|
+
{
|
17690
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
17691
|
+
"kind": "import-rule",
|
17692
|
+
"external": true
|
17693
|
+
},
|
17694
|
+
{
|
17695
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z' fill='white'/><path d='m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z' fill='white'/><path d='m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z' fill='black'/><path d='m13 10.814v11.188l2.969-2.866.428-.139h4.768z' fill='black'/></g></svg>",
|
17696
|
+
"kind": "url-token",
|
17697
|
+
"external": true
|
17698
|
+
},
|
17699
|
+
{
|
17700
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' stroke-linejoin='round'/><path d='m21.5664 21.7344v-3.459'/><path d='m19.5508 21.7461-.016-3.473'/><path d='m17.5547 18.3047.021 3.426'/></g></g></svg>",
|
17701
|
+
"kind": "url-token",
|
17702
|
+
"external": true
|
17703
|
+
},
|
17704
|
+
{
|
17705
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m25 16h-6.01v-6h-2.98v6h-6.01v3h6.01v6h2.98v-6h6.01z' fill='white'/><path d='m23.9902 17.0103h-6v-6.01h-.98v6.01h-6v.98h6v6.01h.98v-6.01h6z' fill='%23231f1f'/></g></svg>",
|
17706
|
+
"kind": "url-token",
|
17707
|
+
"external": true
|
17708
|
+
},
|
17709
|
+
{
|
17710
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m19 14h1v1h-1zm1 6h-1v-1h1zm-5-5h-1v-1h1zm0 5h-1v-1h1zm2-10.987-7.985 7.988 5.222 5.221 2.763 2.763 7.984-7.985z' fill='white'/><g fill='black'><path d='m23.5664 16.9971-2.557-2.809v1.829h-4.009-4.001v-1.829l-2.571 2.809 2.572 2.808-.001-1.808h4.001 4.009l-.001 1.808z'/><path d='m17.9873 17h.013v-4.001l1.807.001-2.807-2.571-2.809 2.57h1.809v4.001h.008v4.002l-1.828-.001 2.807 2.577 2.805-2.576h-1.805z'/></g></g></svg>",
|
17711
|
+
"kind": "url-token",
|
17712
|
+
"external": true
|
17713
|
+
},
|
17714
|
+
{
|
17715
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' stroke-linejoin='round'/><path d='m20.5664 21.7344v-3.459'/><path d='m18.5508 21.7461-.016-3.473'/><path d='m16.5547 18.3047.021 3.426'/></g></g></svg>",
|
17716
|
+
"kind": "url-token",
|
17717
|
+
"external": true
|
17718
|
+
},
|
17719
|
+
{
|
17720
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042' fill='white'/><g stroke='black' stroke-width='.75'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042z' stroke-linejoin='round'/><path d='m20.5664 19.7344v-3.459' stroke-linecap='round'/><path d='m18.5508 19.7461-.016-3.473' stroke-linecap='round'/><path d='m16.5547 16.3047.021 3.426' stroke-linecap='round'/></g></g></svg>",
|
17721
|
+
"kind": "url-token",
|
17722
|
+
"external": true
|
17723
|
+
},
|
17724
|
+
{
|
17725
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path fill='white' d='M7.94 0a5.25 5.25 0 0 0-3.47 1.17A5.27 5.27 0 0 0 1 0H0v3h1c1.41 0 1.85.7 2 1v3.94H2v3h1v3c-.13.3-.57 1-2 1H0v3h1a5.27 5.27 0 0 0 3.47-1.17c.98.8 2.21 1.21 3.47 1.17h1v-3h-1c-1.41 0-1.85-.7-2-1v-3H7v-3H6V4c.13-.3.57-1 2-1h1V0H7.94z'/><path fill='black' d='M7.94 2V1a4 4 0 0 0-3.47 1.64A4 4 0 0 0 1 1v1c1.3-.17 2.56.6 3 1.84v5.1H3v1h1v4.16c-.45 1.24-1.7 2-3 1.84v1a4.05 4.05 0 0 0 3.47-1.63 4.05 4.05 0 0 0 3.47 1.63v-1A2.82 2.82 0 0 1 5 14.1V9.93h1v-1H5V3.85A2.81 2.81 0 0 1 7.94 2z'/></g></svg>",
|
17726
|
+
"kind": "url-token",
|
17727
|
+
"external": true
|
17728
|
+
},
|
17729
|
+
{
|
17730
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 14h-2v-2h-2v2h-2v1.98h2v2.02h2v-2.02h2z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
17731
|
+
"kind": "url-token",
|
17732
|
+
"external": true
|
17733
|
+
},
|
17734
|
+
{
|
17735
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 16h-5.98v-1.98h5.98z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
17736
|
+
"kind": "url-token",
|
17737
|
+
"external": true
|
17738
|
+
}
|
17739
|
+
],
|
17740
|
+
"inputs": {
|
17741
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc9b3/tldraw.css": {
|
17742
|
+
"bytesInOutput": 75223
|
17743
|
+
},
|
17744
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc0d1/index.css": {
|
17745
|
+
"bytesInOutput": 131
|
17746
|
+
}
|
17747
|
+
},
|
17748
|
+
"bytes": 75631
|
17749
|
+
},
|
17750
|
+
"dist/HLSView-FBGVUTA5.css.map": {
|
17751
|
+
"imports": [],
|
17752
|
+
"exports": [],
|
17753
|
+
"inputs": {},
|
17754
|
+
"bytes": 121900
|
17755
|
+
},
|
17756
|
+
"dist/HLSView-FBGVUTA5.css": {
|
17757
|
+
"imports": [
|
17758
|
+
{
|
17759
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
17760
|
+
"kind": "import-rule",
|
17761
|
+
"external": true
|
17762
|
+
},
|
17763
|
+
{
|
17764
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z' fill='white'/><path d='m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z' fill='white'/><path d='m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z' fill='black'/><path d='m13 10.814v11.188l2.969-2.866.428-.139h4.768z' fill='black'/></g></svg>",
|
17765
|
+
"kind": "url-token",
|
17766
|
+
"external": true
|
17767
|
+
},
|
17768
|
+
{
|
17769
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.3315 21.3799c-.284-.359-.629-1.093-1.243-1.984-.348-.504-1.211-1.453-1.468-1.935-.223-.426-.199-.617-.146-.97.094-.628.738-1.117 1.425-1.051.519.049.959.392 1.355.716.239.195.533.574.71.788.163.196.203.277.377.509.23.307.302.459.214.121-.071-.496-.187-1.343-.355-2.092-.128-.568-.159-.657-.281-1.093-.129-.464-.195-.789-.316-1.281-.084-.348-.235-1.059-.276-1.459-.057-.547-.087-1.439.264-1.849.275-.321.906-.418 1.297-.22.512.259.803 1.003.936 1.3.239.534.387 1.151.516 1.961.164 1.031.466 2.462.476 2.763.024-.369-.068-1.146-.004-1.5.058-.321.328-.694.666-.795.286-.085.621-.116.916-.055.313.064.643.288.766.499.362.624.369 1.899.384 1.831.086-.376.071-1.229.284-1.584.14-.234.497-.445.687-.479.294-.052.655-.068.964-.008.249.049.586.345.677.487.218.344.342 1.317.379 1.658.015.141.074-.392.293-.736.406-.639 1.843-.763 1.898.639.025.654.02.624.02 1.064 0 .517-.012.828-.04 1.202-.031.4-.117 1.304-.242 1.742-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.191 1.813-.118.562-.079.566-.102.965-.023.398.121.922.121.922s-.802.104-1.234.035c-.391-.063-.875-.841-1-1.079-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.031-3.139.02 0 0 .185-1.011-.227-1.358-.305-.259-.83-.784-1.144-1.06z' stroke-linejoin='round'/><path d='m21.5664 21.7344v-3.459'/><path d='m19.5508 21.7461-.016-3.473'/><path d='m17.5547 18.3047.021 3.426'/></g></g></svg>",
|
17770
|
+
"kind": "url-token",
|
17771
|
+
"external": true
|
17772
|
+
},
|
17773
|
+
{
|
17774
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m25 16h-6.01v-6h-2.98v6h-6.01v3h6.01v6h2.98v-6h6.01z' fill='white'/><path d='m23.9902 17.0103h-6v-6.01h-.98v6.01h-6v.98h6v6.01h.98v-6.01h6z' fill='%23231f1f'/></g></svg>",
|
17775
|
+
"kind": "url-token",
|
17776
|
+
"external": true
|
17777
|
+
},
|
17778
|
+
{
|
17779
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m19 14h1v1h-1zm1 6h-1v-1h1zm-5-5h-1v-1h1zm0 5h-1v-1h1zm2-10.987-7.985 7.988 5.222 5.221 2.763 2.763 7.984-7.985z' fill='white'/><g fill='black'><path d='m23.5664 16.9971-2.557-2.809v1.829h-4.009-4.001v-1.829l-2.571 2.809 2.572 2.808-.001-1.808h4.001 4.009l-.001 1.808z'/><path d='m17.9873 17h.013v-4.001l1.807.001-2.807-2.571-2.809 2.57h1.809v4.001h.008v4.002l-1.828-.001 2.807 2.577 2.805-2.576h-1.805z'/></g></g></svg>",
|
17780
|
+
"kind": "url-token",
|
17781
|
+
"external": true
|
17782
|
+
},
|
17783
|
+
{
|
17784
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' fill='white'/><g stroke='black' stroke-linecap='round' stroke-width='.75'><path d='m13.5557 17.5742c-.098-.375-.196-.847-.406-1.552-.167-.557-.342-.859-.47-1.233-.155-.455-.303-.721-.496-1.181-.139-.329-.364-1.048-.457-1.44-.119-.509.033-.924.244-1.206.253-.339.962-.49 1.357-.351.371.13.744.512.916.788.288.46.357.632.717 1.542.393.992.564 1.918.611 2.231l.085.452c-.001-.04-.043-1.122-.044-1.162-.035-1.029-.06-1.823-.038-2.939.002-.126.064-.587.084-.715.078-.5.305-.8.673-.979.412-.201.926-.215 1.401-.017.423.173.626.55.687 1.022.014.109.094.987.093 1.107-.013 1.025.006 1.641.015 2.174.004.231.003 1.625.017 1.469.061-.656.094-3.189.344-3.942.144-.433.405-.746.794-.929.431-.203 1.113-.07 1.404.243.285.305.446.692.482 1.153.032.405-.019.897-.02 1.245 0 .867-.021 1.324-.037 2.121-.001.038-.015.298.023.182.094-.28.188-.542.266-.745.049-.125.241-.614.359-.859.114-.234.211-.369.415-.688.2-.313.415-.448.668-.561.54-.235 1.109.112 1.301.591.086.215.009.713-.028 1.105-.061.647-.254 1.306-.352 1.648-.128.447-.274 1.235-.34 1.601-.072.394-.234 1.382-.359 1.82-.086.301-.371.978-.652 1.384 0 0-1.074 1.25-1.192 1.812-.117.563-.078.567-.101.965-.024.399.121.923.121.923s-.802.104-1.234.034c-.391-.062-.875-.841-1-1.078-.172-.328-.539-.265-.682-.023-.225.383-.709 1.07-1.051 1.113-.668.084-2.054.03-3.139.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.284-.36-.629-1.093-1.243-1.985-.348-.504-1.027-1.085-1.284-1.579-.223-.425-.331-.954-.19-1.325.225-.594.675-.897 1.362-.832.519.05.848.206 1.238.537.225.19.573.534.75.748.163.195.203.276.377.509.23.307.302.459.214.121' stroke-linejoin='round'/><path d='m20.5664 21.7344v-3.459'/><path d='m18.5508 21.7461-.016-3.473'/><path d='m16.5547 18.3047.021 3.426'/></g></g></svg>",
|
17785
|
+
"kind": "url-token",
|
17786
|
+
"external": true
|
17787
|
+
},
|
17788
|
+
{
|
17789
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042' fill='white'/><g stroke='black' stroke-width='.75'><path d='m13.5732 12.0361c.48-.178 1.427-.069 1.677.473.213.462.396 1.241.406 1.075.024-.369-.024-1.167.137-1.584.117-.304.347-.59.686-.691.285-.086.62-.116.916-.055.313.064.642.287.765.499.362.623.368 1.899.385 1.831.064-.272.07-1.229.283-1.584.141-.235.497-.445.687-.479.294-.052.656-.068.964-.008.249.049.586.344.677.487.219.344.342 1.316.379 1.658.016.141.074-.393.293-.736.406-.639 1.844-.763 1.898.639.026.654.02.624.02 1.064 0 .516-.012.828-.04 1.202-.03.399-.116 1.304-.241 1.742-.086.301-.371.978-.653 1.384 0 0-1.074 1.25-1.191 1.812-.117.563-.078.567-.102.965-.023.399.121.923.121.923s-.801.104-1.234.034c-.391-.062-.875-.84-1-1.078-.172-.328-.539-.265-.682-.023-.224.383-.709 1.07-1.05 1.113-.669.084-2.055.03-3.14.02 0 0 .185-1.011-.227-1.358-.305-.26-.83-.784-1.144-1.06l-.832-.921c-.283-.36-1.002-.929-1.243-1.985-.213-.936-.192-1.395.037-1.77.232-.381.67-.589.854-.625.208-.042.692-.039.875.062.223.123.313.159.488.391.23.307.312.456.213.121-.076-.262-.322-.595-.434-.97-.109-.361-.401-.943-.38-1.526.008-.221.103-.771.832-1.042z' stroke-linejoin='round'/><path d='m20.5664 19.7344v-3.459' stroke-linecap='round'/><path d='m18.5508 19.7461-.016-3.473' stroke-linecap='round'/><path d='m16.5547 16.3047.021 3.426' stroke-linecap='round'/></g></g></svg>",
|
17790
|
+
"kind": "url-token",
|
17791
|
+
"external": true
|
17792
|
+
},
|
17793
|
+
{
|
17794
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path fill='white' d='M7.94 0a5.25 5.25 0 0 0-3.47 1.17A5.27 5.27 0 0 0 1 0H0v3h1c1.41 0 1.85.7 2 1v3.94H2v3h1v3c-.13.3-.57 1-2 1H0v3h1a5.27 5.27 0 0 0 3.47-1.17c.98.8 2.21 1.21 3.47 1.17h1v-3h-1c-1.41 0-1.85-.7-2-1v-3H7v-3H6V4c.13-.3.57-1 2-1h1V0H7.94z'/><path fill='black' d='M7.94 2V1a4 4 0 0 0-3.47 1.64A4 4 0 0 0 1 1v1c1.3-.17 2.56.6 3 1.84v5.1H3v1h1v4.16c-.45 1.24-1.7 2-3 1.84v1a4.05 4.05 0 0 0 3.47-1.63 4.05 4.05 0 0 0 3.47 1.63v-1A2.82 2.82 0 0 1 5 14.1V9.93h1v-1H5V3.85A2.81 2.81 0 0 1 7.94 2z'/></g></svg>",
|
17795
|
+
"kind": "url-token",
|
17796
|
+
"external": true
|
17797
|
+
},
|
17798
|
+
{
|
17799
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 14h-2v-2h-2v2h-2v1.98h2v2.02h2v-2.02h2z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
17800
|
+
"kind": "url-token",
|
17801
|
+
"external": true
|
17802
|
+
},
|
17803
|
+
{
|
17804
|
+
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5' fill='white'/><path d='m20.5 15c0 3.038-2.462 5.5-5.5 5.5s-5.5-2.462-5.5-5.5 2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5z' stroke='black'/><g fill='black'><path d='m18 16h-5.98v-1.98h5.98z'/><path d='m23.5859 25 1.414-1.414-5.449-5.449-1.414 1.414z'/></g></g></svg>",
|
17805
|
+
"kind": "url-token",
|
17806
|
+
"external": true
|
17807
|
+
}
|
17808
|
+
],
|
17809
|
+
"inputs": {
|
17810
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc9b3/tldraw.css": {
|
17811
|
+
"bytesInOutput": 75223
|
17812
|
+
},
|
17813
|
+
"../../../../../../../tmp/tmp-2823-ROYhAo4ujDGM/18f2eeedc0d1/index.css": {
|
17814
|
+
"bytesInOutput": 131
|
17815
|
+
}
|
17816
|
+
},
|
17817
|
+
"bytes": 75642
|
18164
17818
|
}
|
18165
17819
|
}
|
18166
17820
|
}
|