@100mslive/roomkit-react 0.3.9 → 0.3.10-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{HLSView-A6GH22QT.js → HLSView-524T6OTY.js} +109 -120
- package/dist/{HLSView-A6GH22QT.js.map → HLSView-524T6OTY.js.map} +2 -2
- package/dist/HLSView-VL3DXGRO.css +2767 -0
- package/dist/HLSView-VL3DXGRO.css.map +7 -0
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.d.ts +3 -0
- package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
- package/dist/Prebuilt/components/PIP/PIPComponent.d.ts +14 -0
- package/dist/Prebuilt/components/PIP/PIPManager.d.ts +100 -0
- package/dist/Prebuilt/components/RoleChangeModal.d.ts +5 -0
- package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +2 -1
- package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +1 -0
- package/dist/{chunk-5KG27WWA.js → chunk-IOHV3H2B.js} +1861 -2103
- package/dist/chunk-IOHV3H2B.js.map +7 -0
- package/dist/index.cjs.css +2767 -0
- package/dist/index.cjs.css.map +7 -0
- package/dist/index.cjs.js +3352 -3573
- 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 +470 -808
- package/dist/meta.esbuild.json +549 -821
- package/package.json +9 -16
- package/src/Modal/DialogContent.tsx +1 -1
- package/src/Prebuilt/common/constants.ts +2 -0
- package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +22 -0
- package/src/Prebuilt/components/AudioVideoToggle.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +3 -4
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +56 -37
- 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/RoleChangeModal.tsx +187 -0
- package/src/Prebuilt/components/SecondaryTiles.tsx +7 -0
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +5 -0
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +23 -1
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -2
- package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +7 -13
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +3 -0
- package/src/Prebuilt/layouts/PDFView.jsx +6 -1
- package/src/Prebuilt/layouts/SidePane.tsx +9 -9
- package/src/Prebuilt/plugins/FlyingEmoji.jsx +2 -4
- package/dist/chunk-5KG27WWA.js.map +0 -7
- package/src/Prebuilt/components/RoleChangeModal.jsx +0 -185
package/dist/meta.esbuild.json
CHANGED
@@ -16,17 +16,12 @@
|
|
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"
|
27
22
|
},
|
28
23
|
"src/Prebuilt/common/constants.ts": {
|
29
|
-
"bytes":
|
24
|
+
"bytes": 4556,
|
30
25
|
"imports": [
|
31
26
|
{
|
32
27
|
"path": "@100mslive/react-sdk",
|
@@ -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"
|
@@ -718,7 +668,7 @@
|
|
718
668
|
"format": "esm"
|
719
669
|
},
|
720
670
|
"src/Modal/DialogContent.tsx": {
|
721
|
-
"bytes":
|
671
|
+
"bytes": 1918,
|
722
672
|
"imports": [
|
723
673
|
{
|
724
674
|
"path": "react",
|
@@ -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,17 +2695,12 @@
|
|
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"
|
2851
2701
|
},
|
2852
2702
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
2853
|
-
"bytes":
|
2703
|
+
"bytes": 9981,
|
2854
2704
|
"imports": [
|
2855
2705
|
{
|
2856
2706
|
"path": "react",
|
@@ -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
|
},
|
@@ -3707,14 +3507,19 @@
|
|
3707
3507
|
],
|
3708
3508
|
"format": "esm"
|
3709
3509
|
},
|
3710
|
-
"src/Prebuilt/components/RoleChangeModal.
|
3711
|
-
"bytes":
|
3510
|
+
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
3511
|
+
"bytes": 5344,
|
3712
3512
|
"imports": [
|
3713
3513
|
{
|
3714
3514
|
"path": "react",
|
3715
3515
|
"kind": "import-statement",
|
3716
3516
|
"external": true
|
3717
3517
|
},
|
3518
|
+
{
|
3519
|
+
"path": "react-use",
|
3520
|
+
"kind": "import-statement",
|
3521
|
+
"external": true
|
3522
|
+
},
|
3718
3523
|
{
|
3719
3524
|
"path": "@100mslive/react-sdk",
|
3720
3525
|
"kind": "import-statement",
|
@@ -3730,21 +3535,11 @@
|
|
3730
3535
|
"kind": "import-statement",
|
3731
3536
|
"original": "../../Button"
|
3732
3537
|
},
|
3733
|
-
{
|
3734
|
-
"path": "src/Checkbox/index.tsx",
|
3735
|
-
"kind": "import-statement",
|
3736
|
-
"original": "../../Checkbox"
|
3737
|
-
},
|
3738
3538
|
{
|
3739
3539
|
"path": "src/Dropdown/index.tsx",
|
3740
3540
|
"kind": "import-statement",
|
3741
3541
|
"original": "../../Dropdown"
|
3742
3542
|
},
|
3743
|
-
{
|
3744
|
-
"path": "src/Label/index.ts",
|
3745
|
-
"kind": "import-statement",
|
3746
|
-
"original": "../../Label"
|
3747
|
-
},
|
3748
3543
|
{
|
3749
3544
|
"path": "src/Layout/index.tsx",
|
3750
3545
|
"kind": "import-statement",
|
@@ -3756,39 +3551,29 @@
|
|
3756
3551
|
"original": "../../Modal"
|
3757
3552
|
},
|
3758
3553
|
{
|
3759
|
-
"path": "src/
|
3760
|
-
"kind": "import-statement",
|
3761
|
-
"original": "../../Text"
|
3762
|
-
},
|
3763
|
-
{
|
3764
|
-
"path": "src/Tooltip/index.ts",
|
3554
|
+
"path": "src/Sheet/index.ts",
|
3765
3555
|
"kind": "import-statement",
|
3766
|
-
"original": "../../
|
3556
|
+
"original": "../../Sheet"
|
3767
3557
|
},
|
3768
3558
|
{
|
3769
|
-
"path": "src/
|
3559
|
+
"path": "src/Text/index.tsx",
|
3770
3560
|
"kind": "import-statement",
|
3771
|
-
"original": "
|
3561
|
+
"original": "../../Text"
|
3772
3562
|
},
|
3773
3563
|
{
|
3774
|
-
"path": "src/
|
3564
|
+
"path": "src/Theme/index.tsx",
|
3775
3565
|
"kind": "import-statement",
|
3776
|
-
"original": "
|
3566
|
+
"original": "../../Theme"
|
3777
3567
|
},
|
3778
3568
|
{
|
3779
|
-
"path": "src/
|
3569
|
+
"path": "src/Tooltip/index.ts",
|
3780
3570
|
"kind": "import-statement",
|
3781
|
-
"original": "../../
|
3571
|
+
"original": "../../Tooltip"
|
3782
3572
|
},
|
3783
3573
|
{
|
3784
3574
|
"path": "<define:process.env>",
|
3785
3575
|
"kind": "import-statement",
|
3786
3576
|
"external": true
|
3787
|
-
},
|
3788
|
-
{
|
3789
|
-
"path": "<runtime>",
|
3790
|
-
"kind": "import-statement",
|
3791
|
-
"external": true
|
3792
3577
|
}
|
3793
3578
|
],
|
3794
3579
|
"format": "esm"
|
@@ -3870,11 +3655,6 @@
|
|
3870
3655
|
"path": "<define:process.env>",
|
3871
3656
|
"kind": "import-statement",
|
3872
3657
|
"external": true
|
3873
|
-
},
|
3874
|
-
{
|
3875
|
-
"path": "<runtime>",
|
3876
|
-
"kind": "import-statement",
|
3877
|
-
"external": true
|
3878
3658
|
}
|
3879
3659
|
],
|
3880
3660
|
"format": "esm"
|
@@ -3962,11 +3742,6 @@
|
|
3962
3742
|
"path": "<define:process.env>",
|
3963
3743
|
"kind": "import-statement",
|
3964
3744
|
"external": true
|
3965
|
-
},
|
3966
|
-
{
|
3967
|
-
"path": "<runtime>",
|
3968
|
-
"kind": "import-statement",
|
3969
|
-
"external": true
|
3970
3745
|
}
|
3971
3746
|
],
|
3972
3747
|
"format": "esm"
|
@@ -4094,11 +3869,6 @@
|
|
4094
3869
|
"path": "<define:process.env>",
|
4095
3870
|
"kind": "import-statement",
|
4096
3871
|
"external": true
|
4097
|
-
},
|
4098
|
-
{
|
4099
|
-
"path": "<runtime>",
|
4100
|
-
"kind": "import-statement",
|
4101
|
-
"external": true
|
4102
3872
|
}
|
4103
3873
|
],
|
4104
3874
|
"format": "esm"
|
@@ -4130,11 +3900,6 @@
|
|
4130
3900
|
"path": "<define:process.env>",
|
4131
3901
|
"kind": "import-statement",
|
4132
3902
|
"external": true
|
4133
|
-
},
|
4134
|
-
{
|
4135
|
-
"path": "<runtime>",
|
4136
|
-
"kind": "import-statement",
|
4137
|
-
"external": true
|
4138
3903
|
}
|
4139
3904
|
],
|
4140
3905
|
"format": "esm"
|
@@ -4279,11 +4044,6 @@
|
|
4279
4044
|
"path": "<define:process.env>",
|
4280
4045
|
"kind": "import-statement",
|
4281
4046
|
"external": true
|
4282
|
-
},
|
4283
|
-
{
|
4284
|
-
"path": "<runtime>",
|
4285
|
-
"kind": "import-statement",
|
4286
|
-
"external": true
|
4287
4047
|
}
|
4288
4048
|
],
|
4289
4049
|
"format": "esm"
|
@@ -4305,17 +4065,12 @@
|
|
4305
4065
|
"path": "<define:process.env>",
|
4306
4066
|
"kind": "import-statement",
|
4307
4067
|
"external": true
|
4308
|
-
},
|
4309
|
-
{
|
4310
|
-
"path": "<runtime>",
|
4311
|
-
"kind": "import-statement",
|
4312
|
-
"external": true
|
4313
4068
|
}
|
4314
4069
|
],
|
4315
4070
|
"format": "esm"
|
4316
4071
|
},
|
4317
4072
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
4318
|
-
"bytes":
|
4073
|
+
"bytes": 8231,
|
4319
4074
|
"imports": [
|
4320
4075
|
{
|
4321
4076
|
"path": "react",
|
@@ -4363,12 +4118,12 @@
|
|
4363
4118
|
"original": "../../PIP"
|
4364
4119
|
},
|
4365
4120
|
{
|
4366
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
4121
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
4367
4122
|
"kind": "import-statement",
|
4368
4123
|
"original": "../../PIP/PIPManager"
|
4369
4124
|
},
|
4370
4125
|
{
|
4371
|
-
"path": "src/Prebuilt/components/RoleChangeModal.
|
4126
|
+
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
4372
4127
|
"kind": "import-statement",
|
4373
4128
|
"original": "../../RoleChangeModal"
|
4374
4129
|
},
|
@@ -4778,7 +4533,7 @@
|
|
4778
4533
|
"format": "cjs"
|
4779
4534
|
},
|
4780
4535
|
"../hms-video-store/dist/index.js": {
|
4781
|
-
"bytes":
|
4536
|
+
"bytes": 333076,
|
4782
4537
|
"imports": [
|
4783
4538
|
{
|
4784
4539
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -4935,11 +4690,6 @@
|
|
4935
4690
|
"path": "<define:process.env>",
|
4936
4691
|
"kind": "import-statement",
|
4937
4692
|
"external": true
|
4938
|
-
},
|
4939
|
-
{
|
4940
|
-
"path": "<runtime>",
|
4941
|
-
"kind": "import-statement",
|
4942
|
-
"external": true
|
4943
4693
|
}
|
4944
4694
|
],
|
4945
4695
|
"format": "esm"
|
@@ -5083,11 +4833,6 @@
|
|
5083
4833
|
"path": "<define:process.env>",
|
5084
4834
|
"kind": "import-statement",
|
5085
4835
|
"external": true
|
5086
|
-
},
|
5087
|
-
{
|
5088
|
-
"path": "<runtime>",
|
5089
|
-
"kind": "import-statement",
|
5090
|
-
"external": true
|
5091
4836
|
}
|
5092
4837
|
],
|
5093
4838
|
"format": "esm"
|
@@ -5119,11 +4864,6 @@
|
|
5119
4864
|
"path": "<define:process.env>",
|
5120
4865
|
"kind": "import-statement",
|
5121
4866
|
"external": true
|
5122
|
-
},
|
5123
|
-
{
|
5124
|
-
"path": "<runtime>",
|
5125
|
-
"kind": "import-statement",
|
5126
|
-
"external": true
|
5127
4867
|
}
|
5128
4868
|
],
|
5129
4869
|
"format": "esm"
|
@@ -5165,11 +4905,6 @@
|
|
5165
4905
|
"path": "<define:process.env>",
|
5166
4906
|
"kind": "import-statement",
|
5167
4907
|
"external": true
|
5168
|
-
},
|
5169
|
-
{
|
5170
|
-
"path": "<runtime>",
|
5171
|
-
"kind": "import-statement",
|
5172
|
-
"external": true
|
5173
4908
|
}
|
5174
4909
|
],
|
5175
4910
|
"format": "esm"
|
@@ -5221,11 +4956,6 @@
|
|
5221
4956
|
"path": "<define:process.env>",
|
5222
4957
|
"kind": "import-statement",
|
5223
4958
|
"external": true
|
5224
|
-
},
|
5225
|
-
{
|
5226
|
-
"path": "<runtime>",
|
5227
|
-
"kind": "import-statement",
|
5228
|
-
"external": true
|
5229
4959
|
}
|
5230
4960
|
],
|
5231
4961
|
"format": "esm"
|
@@ -5419,11 +5149,6 @@
|
|
5419
5149
|
"path": "<define:process.env>",
|
5420
5150
|
"kind": "import-statement",
|
5421
5151
|
"external": true
|
5422
|
-
},
|
5423
|
-
{
|
5424
|
-
"path": "<runtime>",
|
5425
|
-
"kind": "import-statement",
|
5426
|
-
"external": true
|
5427
5152
|
}
|
5428
5153
|
],
|
5429
5154
|
"format": "esm"
|
@@ -5516,11 +5241,6 @@
|
|
5516
5241
|
"path": "<define:process.env>",
|
5517
5242
|
"kind": "import-statement",
|
5518
5243
|
"external": true
|
5519
|
-
},
|
5520
|
-
{
|
5521
|
-
"path": "<runtime>",
|
5522
|
-
"kind": "import-statement",
|
5523
|
-
"external": true
|
5524
5244
|
}
|
5525
5245
|
],
|
5526
5246
|
"format": "esm"
|
@@ -5837,11 +5557,6 @@
|
|
5837
5557
|
"path": "<define:process.env>",
|
5838
5558
|
"kind": "import-statement",
|
5839
5559
|
"external": true
|
5840
|
-
},
|
5841
|
-
{
|
5842
|
-
"path": "<runtime>",
|
5843
|
-
"kind": "import-statement",
|
5844
|
-
"external": true
|
5845
5560
|
}
|
5846
5561
|
],
|
5847
5562
|
"format": "esm"
|
@@ -6027,11 +5742,6 @@
|
|
6027
5742
|
"path": "<define:process.env>",
|
6028
5743
|
"kind": "import-statement",
|
6029
5744
|
"external": true
|
6030
|
-
},
|
6031
|
-
{
|
6032
|
-
"path": "<runtime>",
|
6033
|
-
"kind": "import-statement",
|
6034
|
-
"external": true
|
6035
5745
|
}
|
6036
5746
|
],
|
6037
5747
|
"format": "esm"
|
@@ -6093,11 +5803,6 @@
|
|
6093
5803
|
"path": "<define:process.env>",
|
6094
5804
|
"kind": "import-statement",
|
6095
5805
|
"external": true
|
6096
|
-
},
|
6097
|
-
{
|
6098
|
-
"path": "<runtime>",
|
6099
|
-
"kind": "import-statement",
|
6100
|
-
"external": true
|
6101
5806
|
}
|
6102
5807
|
],
|
6103
5808
|
"format": "esm"
|
@@ -6124,11 +5829,6 @@
|
|
6124
5829
|
"path": "<define:process.env>",
|
6125
5830
|
"kind": "import-statement",
|
6126
5831
|
"external": true
|
6127
|
-
},
|
6128
|
-
{
|
6129
|
-
"path": "<runtime>",
|
6130
|
-
"kind": "import-statement",
|
6131
|
-
"external": true
|
6132
5832
|
}
|
6133
5833
|
],
|
6134
5834
|
"format": "esm"
|
@@ -6214,14 +5914,19 @@
|
|
6214
5914
|
],
|
6215
5915
|
"format": "esm"
|
6216
5916
|
},
|
6217
|
-
"src/Prebuilt/components/
|
6218
|
-
"bytes":
|
5917
|
+
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
5918
|
+
"bytes": 1030,
|
6219
5919
|
"imports": [
|
6220
5920
|
{
|
6221
5921
|
"path": "react",
|
6222
5922
|
"kind": "import-statement",
|
6223
5923
|
"external": true
|
6224
5924
|
},
|
5925
|
+
{
|
5926
|
+
"path": "@100mslive/types-prebuilt",
|
5927
|
+
"kind": "import-statement",
|
5928
|
+
"external": true
|
5929
|
+
},
|
6225
5930
|
{
|
6226
5931
|
"path": "@100mslive/react-sdk",
|
6227
5932
|
"kind": "import-statement",
|
@@ -6232,13 +5937,44 @@
|
|
6232
5937
|
"kind": "import-statement",
|
6233
5938
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6234
5939
|
},
|
5940
|
+
{
|
5941
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
5942
|
+
"kind": "import-statement",
|
5943
|
+
"original": "./useSidepane"
|
5944
|
+
},
|
5945
|
+
{
|
5946
|
+
"path": "src/Prebuilt/common/constants.ts",
|
5947
|
+
"kind": "import-statement",
|
5948
|
+
"original": "../../common/constants"
|
5949
|
+
},
|
6235
5950
|
{
|
6236
5951
|
"path": "<define:process.env>",
|
6237
5952
|
"kind": "import-statement",
|
6238
5953
|
"external": true
|
5954
|
+
}
|
5955
|
+
],
|
5956
|
+
"format": "esm"
|
5957
|
+
},
|
5958
|
+
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
5959
|
+
"bytes": 1672,
|
5960
|
+
"imports": [
|
5961
|
+
{
|
5962
|
+
"path": "react",
|
5963
|
+
"kind": "import-statement",
|
5964
|
+
"external": true
|
6239
5965
|
},
|
6240
5966
|
{
|
6241
|
-
"path": "
|
5967
|
+
"path": "@100mslive/react-sdk",
|
5968
|
+
"kind": "import-statement",
|
5969
|
+
"external": true
|
5970
|
+
},
|
5971
|
+
{
|
5972
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
5973
|
+
"kind": "import-statement",
|
5974
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
5975
|
+
},
|
5976
|
+
{
|
5977
|
+
"path": "<define:process.env>",
|
6242
5978
|
"kind": "import-statement",
|
6243
5979
|
"external": true
|
6244
5980
|
}
|
@@ -6246,7 +5982,7 @@
|
|
6246
5982
|
"format": "esm"
|
6247
5983
|
},
|
6248
5984
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
6249
|
-
"bytes":
|
5985
|
+
"bytes": 13879,
|
6250
5986
|
"imports": [
|
6251
5987
|
{
|
6252
5988
|
"path": "react",
|
@@ -6288,6 +6024,11 @@
|
|
6288
6024
|
"kind": "import-statement",
|
6289
6025
|
"original": "../RemoveParticipant"
|
6290
6026
|
},
|
6027
|
+
{
|
6028
|
+
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
6029
|
+
"kind": "import-statement",
|
6030
|
+
"original": "../RoleChangeModal"
|
6031
|
+
},
|
6291
6032
|
{
|
6292
6033
|
"path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
|
6293
6034
|
"kind": "import-statement",
|
@@ -6303,6 +6044,11 @@
|
|
6303
6044
|
"kind": "import-statement",
|
6304
6045
|
"original": "../AppData/useSidepane"
|
6305
6046
|
},
|
6047
|
+
{
|
6048
|
+
"path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
|
6049
|
+
"kind": "import-statement",
|
6050
|
+
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
6051
|
+
},
|
6306
6052
|
{
|
6307
6053
|
"path": "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx",
|
6308
6054
|
"kind": "import-statement",
|
@@ -6327,11 +6073,6 @@
|
|
6327
6073
|
"path": "<define:process.env>",
|
6328
6074
|
"kind": "import-statement",
|
6329
6075
|
"external": true
|
6330
|
-
},
|
6331
|
-
{
|
6332
|
-
"path": "<runtime>",
|
6333
|
-
"kind": "import-statement",
|
6334
|
-
"external": true
|
6335
6076
|
}
|
6336
6077
|
],
|
6337
6078
|
"format": "esm"
|
@@ -6419,11 +6160,6 @@
|
|
6419
6160
|
"path": "<define:process.env>",
|
6420
6161
|
"kind": "import-statement",
|
6421
6162
|
"external": true
|
6422
|
-
},
|
6423
|
-
{
|
6424
|
-
"path": "<runtime>",
|
6425
|
-
"kind": "import-statement",
|
6426
|
-
"external": true
|
6427
6163
|
}
|
6428
6164
|
],
|
6429
6165
|
"format": "esm"
|
@@ -6591,11 +6327,6 @@
|
|
6591
6327
|
"path": "<define:process.env>",
|
6592
6328
|
"kind": "import-statement",
|
6593
6329
|
"external": true
|
6594
|
-
},
|
6595
|
-
{
|
6596
|
-
"path": "<runtime>",
|
6597
|
-
"kind": "import-statement",
|
6598
|
-
"external": true
|
6599
6330
|
}
|
6600
6331
|
],
|
6601
6332
|
"format": "esm"
|
@@ -6627,11 +6358,6 @@
|
|
6627
6358
|
"path": "<define:process.env>",
|
6628
6359
|
"kind": "import-statement",
|
6629
6360
|
"external": true
|
6630
|
-
},
|
6631
|
-
{
|
6632
|
-
"path": "<runtime>",
|
6633
|
-
"kind": "import-statement",
|
6634
|
-
"external": true
|
6635
6361
|
}
|
6636
6362
|
],
|
6637
6363
|
"format": "esm"
|
@@ -6735,11 +6461,6 @@
|
|
6735
6461
|
"path": "<define:process.env>",
|
6736
6462
|
"kind": "import-statement",
|
6737
6463
|
"external": true
|
6738
|
-
},
|
6739
|
-
{
|
6740
|
-
"path": "<runtime>",
|
6741
|
-
"kind": "import-statement",
|
6742
|
-
"external": true
|
6743
6464
|
}
|
6744
6465
|
],
|
6745
6466
|
"format": "esm"
|
@@ -7038,11 +6759,6 @@
|
|
7038
6759
|
"path": "<define:process.env>",
|
7039
6760
|
"kind": "import-statement",
|
7040
6761
|
"external": true
|
7041
|
-
},
|
7042
|
-
{
|
7043
|
-
"path": "<runtime>",
|
7044
|
-
"kind": "import-statement",
|
7045
|
-
"external": true
|
7046
6762
|
}
|
7047
6763
|
],
|
7048
6764
|
"format": "esm"
|
@@ -7145,11 +6861,6 @@
|
|
7145
6861
|
"path": "<define:process.env>",
|
7146
6862
|
"kind": "import-statement",
|
7147
6863
|
"external": true
|
7148
|
-
},
|
7149
|
-
{
|
7150
|
-
"path": "<runtime>",
|
7151
|
-
"kind": "import-statement",
|
7152
|
-
"external": true
|
7153
6864
|
}
|
7154
6865
|
],
|
7155
6866
|
"format": "esm"
|
@@ -7244,11 +6955,6 @@
|
|
7244
6955
|
"path": "<define:process.env>",
|
7245
6956
|
"kind": "import-statement",
|
7246
6957
|
"external": true
|
7247
|
-
},
|
7248
|
-
{
|
7249
|
-
"path": "<runtime>",
|
7250
|
-
"kind": "import-statement",
|
7251
|
-
"external": true
|
7252
6958
|
}
|
7253
6959
|
],
|
7254
6960
|
"format": "esm"
|
@@ -7427,11 +7133,6 @@
|
|
7427
7133
|
"path": "<define:process.env>",
|
7428
7134
|
"kind": "import-statement",
|
7429
7135
|
"external": true
|
7430
|
-
},
|
7431
|
-
{
|
7432
|
-
"path": "<runtime>",
|
7433
|
-
"kind": "import-statement",
|
7434
|
-
"external": true
|
7435
7136
|
}
|
7436
7137
|
],
|
7437
7138
|
"format": "esm"
|
@@ -7642,11 +7343,6 @@
|
|
7642
7343
|
"path": "<define:process.env>",
|
7643
7344
|
"kind": "import-statement",
|
7644
7345
|
"external": true
|
7645
|
-
},
|
7646
|
-
{
|
7647
|
-
"path": "<runtime>",
|
7648
|
-
"kind": "import-statement",
|
7649
|
-
"external": true
|
7650
7346
|
}
|
7651
7347
|
],
|
7652
7348
|
"format": "esm"
|
@@ -7827,11 +7523,6 @@
|
|
7827
7523
|
"path": "<define:process.env>",
|
7828
7524
|
"kind": "import-statement",
|
7829
7525
|
"external": true
|
7830
|
-
},
|
7831
|
-
{
|
7832
|
-
"path": "<runtime>",
|
7833
|
-
"kind": "import-statement",
|
7834
|
-
"external": true
|
7835
7526
|
}
|
7836
7527
|
],
|
7837
7528
|
"format": "esm"
|
@@ -7863,11 +7554,6 @@
|
|
7863
7554
|
"path": "<define:process.env>",
|
7864
7555
|
"kind": "import-statement",
|
7865
7556
|
"external": true
|
7866
|
-
},
|
7867
|
-
{
|
7868
|
-
"path": "<runtime>",
|
7869
|
-
"kind": "import-statement",
|
7870
|
-
"external": true
|
7871
7557
|
}
|
7872
7558
|
],
|
7873
7559
|
"format": "esm"
|
@@ -7954,11 +7640,6 @@
|
|
7954
7640
|
"path": "<define:process.env>",
|
7955
7641
|
"kind": "import-statement",
|
7956
7642
|
"external": true
|
7957
|
-
},
|
7958
|
-
{
|
7959
|
-
"path": "<runtime>",
|
7960
|
-
"kind": "import-statement",
|
7961
|
-
"external": true
|
7962
7643
|
}
|
7963
7644
|
],
|
7964
7645
|
"format": "esm"
|
@@ -8207,11 +7888,6 @@
|
|
8207
7888
|
"path": "<define:process.env>",
|
8208
7889
|
"kind": "import-statement",
|
8209
7890
|
"external": true
|
8210
|
-
},
|
8211
|
-
{
|
8212
|
-
"path": "<runtime>",
|
8213
|
-
"kind": "import-statement",
|
8214
|
-
"external": true
|
8215
7891
|
}
|
8216
7892
|
],
|
8217
7893
|
"format": "esm"
|
@@ -8436,11 +8112,6 @@
|
|
8436
8112
|
"path": "<define:process.env>",
|
8437
8113
|
"kind": "import-statement",
|
8438
8114
|
"external": true
|
8439
|
-
},
|
8440
|
-
{
|
8441
|
-
"path": "<runtime>",
|
8442
|
-
"kind": "import-statement",
|
8443
|
-
"external": true
|
8444
8115
|
}
|
8445
8116
|
],
|
8446
8117
|
"format": "esm"
|
@@ -8492,11 +8163,6 @@
|
|
8492
8163
|
"path": "<define:process.env>",
|
8493
8164
|
"kind": "import-statement",
|
8494
8165
|
"external": true
|
8495
|
-
},
|
8496
|
-
{
|
8497
|
-
"path": "<runtime>",
|
8498
|
-
"kind": "import-statement",
|
8499
|
-
"external": true
|
8500
8166
|
}
|
8501
8167
|
],
|
8502
8168
|
"format": "esm"
|
@@ -8625,17 +8291,12 @@
|
|
8625
8291
|
"path": "<define:process.env>",
|
8626
8292
|
"kind": "import-statement",
|
8627
8293
|
"external": true
|
8628
|
-
},
|
8629
|
-
{
|
8630
|
-
"path": "<runtime>",
|
8631
|
-
"kind": "import-statement",
|
8632
|
-
"external": true
|
8633
8294
|
}
|
8634
8295
|
],
|
8635
8296
|
"format": "esm"
|
8636
8297
|
},
|
8637
8298
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8638
|
-
"bytes":
|
8299
|
+
"bytes": 5552,
|
8639
8300
|
"imports": [
|
8640
8301
|
{
|
8641
8302
|
"path": "react",
|
@@ -8717,6 +8378,11 @@
|
|
8717
8378
|
"kind": "import-statement",
|
8718
8379
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8719
8380
|
},
|
8381
|
+
{
|
8382
|
+
"path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
|
8383
|
+
"kind": "import-statement",
|
8384
|
+
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
8385
|
+
},
|
8720
8386
|
{
|
8721
8387
|
"path": "src/Prebuilt/common/hooks.ts",
|
8722
8388
|
"kind": "import-statement",
|
@@ -8731,11 +8397,6 @@
|
|
8731
8397
|
"path": "<define:process.env>",
|
8732
8398
|
"kind": "import-statement",
|
8733
8399
|
"external": true
|
8734
|
-
},
|
8735
|
-
{
|
8736
|
-
"path": "<runtime>",
|
8737
|
-
"kind": "import-statement",
|
8738
|
-
"external": true
|
8739
8400
|
}
|
8740
8401
|
],
|
8741
8402
|
"format": "esm"
|
@@ -9000,11 +8661,6 @@
|
|
9000
8661
|
"path": "<define:process.env>",
|
9001
8662
|
"kind": "import-statement",
|
9002
8663
|
"external": true
|
9003
|
-
},
|
9004
|
-
{
|
9005
|
-
"path": "<runtime>",
|
9006
|
-
"kind": "import-statement",
|
9007
|
-
"external": true
|
9008
8664
|
}
|
9009
8665
|
],
|
9010
8666
|
"format": "esm"
|
@@ -9021,7 +8677,7 @@
|
|
9021
8677
|
"format": "esm"
|
9022
8678
|
},
|
9023
8679
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
9024
|
-
"bytes":
|
8680
|
+
"bytes": 12133,
|
9025
8681
|
"imports": [
|
9026
8682
|
{
|
9027
8683
|
"path": "react",
|
@@ -9102,17 +8758,12 @@
|
|
9102
8758
|
"path": "<define:process.env>",
|
9103
8759
|
"kind": "import-statement",
|
9104
8760
|
"external": true
|
9105
|
-
},
|
9106
|
-
{
|
9107
|
-
"path": "<runtime>",
|
9108
|
-
"kind": "import-statement",
|
9109
|
-
"external": true
|
9110
8761
|
}
|
9111
8762
|
],
|
9112
8763
|
"format": "esm"
|
9113
8764
|
},
|
9114
8765
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
9115
|
-
"bytes":
|
8766
|
+
"bytes": 5158,
|
9116
8767
|
"imports": [
|
9117
8768
|
{
|
9118
8769
|
"path": "react",
|
@@ -9164,6 +8815,11 @@
|
|
9164
8815
|
"kind": "import-statement",
|
9165
8816
|
"original": "../MoreSettings/ChangeNameModal"
|
9166
8817
|
},
|
8818
|
+
{
|
8819
|
+
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
8820
|
+
"kind": "import-statement",
|
8821
|
+
"original": "../RoleChangeModal"
|
8822
|
+
},
|
9167
8823
|
{
|
9168
8824
|
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.tsx",
|
9169
8825
|
"kind": "import-statement",
|
@@ -9188,11 +8844,6 @@
|
|
9188
8844
|
"path": "<define:process.env>",
|
9189
8845
|
"kind": "import-statement",
|
9190
8846
|
"external": true
|
9191
|
-
},
|
9192
|
-
{
|
9193
|
-
"path": "<runtime>",
|
9194
|
-
"kind": "import-statement",
|
9195
|
-
"external": true
|
9196
8847
|
}
|
9197
8848
|
],
|
9198
8849
|
"format": "esm"
|
@@ -9295,11 +8946,6 @@
|
|
9295
8946
|
"path": "<define:process.env>",
|
9296
8947
|
"kind": "import-statement",
|
9297
8948
|
"external": true
|
9298
|
-
},
|
9299
|
-
{
|
9300
|
-
"path": "<runtime>",
|
9301
|
-
"kind": "import-statement",
|
9302
|
-
"external": true
|
9303
8949
|
}
|
9304
8950
|
],
|
9305
8951
|
"format": "esm"
|
@@ -9326,11 +8972,6 @@
|
|
9326
8972
|
"path": "<define:process.env>",
|
9327
8973
|
"kind": "import-statement",
|
9328
8974
|
"external": true
|
9329
|
-
},
|
9330
|
-
{
|
9331
|
-
"path": "<runtime>",
|
9332
|
-
"kind": "import-statement",
|
9333
|
-
"external": true
|
9334
8975
|
}
|
9335
8976
|
],
|
9336
8977
|
"format": "esm"
|
@@ -9367,11 +9008,6 @@
|
|
9367
9008
|
"path": "<define:process.env>",
|
9368
9009
|
"kind": "import-statement",
|
9369
9010
|
"external": true
|
9370
|
-
},
|
9371
|
-
{
|
9372
|
-
"path": "<runtime>",
|
9373
|
-
"kind": "import-statement",
|
9374
|
-
"external": true
|
9375
9011
|
}
|
9376
9012
|
],
|
9377
9013
|
"format": "esm"
|
@@ -9388,11 +9024,6 @@
|
|
9388
9024
|
"path": "<define:process.env>",
|
9389
9025
|
"kind": "import-statement",
|
9390
9026
|
"external": true
|
9391
|
-
},
|
9392
|
-
{
|
9393
|
-
"path": "<runtime>",
|
9394
|
-
"kind": "import-statement",
|
9395
|
-
"external": true
|
9396
9027
|
}
|
9397
9028
|
],
|
9398
9029
|
"format": "esm"
|
@@ -9409,7 +9040,7 @@
|
|
9409
9040
|
"format": "esm"
|
9410
9041
|
},
|
9411
9042
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9412
|
-
"bytes":
|
9043
|
+
"bytes": 8023,
|
9413
9044
|
"imports": [
|
9414
9045
|
{
|
9415
9046
|
"path": "react",
|
@@ -9471,6 +9102,11 @@
|
|
9471
9102
|
"kind": "import-statement",
|
9472
9103
|
"original": "../AppData/useSidepane"
|
9473
9104
|
},
|
9105
|
+
{
|
9106
|
+
"path": "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx",
|
9107
|
+
"kind": "import-statement",
|
9108
|
+
"original": "../AppData/useSidepaneResetOnLayoutUpdate"
|
9109
|
+
},
|
9474
9110
|
{
|
9475
9111
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
9476
9112
|
"kind": "import-statement",
|
@@ -9490,11 +9126,6 @@
|
|
9490
9126
|
"path": "<define:process.env>",
|
9491
9127
|
"kind": "import-statement",
|
9492
9128
|
"external": true
|
9493
|
-
},
|
9494
|
-
{
|
9495
|
-
"path": "<runtime>",
|
9496
|
-
"kind": "import-statement",
|
9497
|
-
"external": true
|
9498
9129
|
}
|
9499
9130
|
],
|
9500
9131
|
"format": "esm"
|
@@ -9601,11 +9232,6 @@
|
|
9601
9232
|
"path": "<define:process.env>",
|
9602
9233
|
"kind": "import-statement",
|
9603
9234
|
"external": true
|
9604
|
-
},
|
9605
|
-
{
|
9606
|
-
"path": "<runtime>",
|
9607
|
-
"kind": "import-statement",
|
9608
|
-
"external": true
|
9609
9235
|
}
|
9610
9236
|
],
|
9611
9237
|
"format": "esm"
|
@@ -9637,11 +9263,6 @@
|
|
9637
9263
|
"path": "<define:process.env>",
|
9638
9264
|
"kind": "import-statement",
|
9639
9265
|
"external": true
|
9640
|
-
},
|
9641
|
-
{
|
9642
|
-
"path": "<runtime>",
|
9643
|
-
"kind": "import-statement",
|
9644
|
-
"external": true
|
9645
9266
|
}
|
9646
9267
|
],
|
9647
9268
|
"format": "esm"
|
@@ -9678,11 +9299,6 @@
|
|
9678
9299
|
"path": "<define:process.env>",
|
9679
9300
|
"kind": "import-statement",
|
9680
9301
|
"external": true
|
9681
|
-
},
|
9682
|
-
{
|
9683
|
-
"path": "<runtime>",
|
9684
|
-
"kind": "import-statement",
|
9685
|
-
"external": true
|
9686
9302
|
}
|
9687
9303
|
],
|
9688
9304
|
"format": "esm"
|
@@ -9855,11 +9471,6 @@
|
|
9855
9471
|
"path": "<define:process.env>",
|
9856
9472
|
"kind": "import-statement",
|
9857
9473
|
"external": true
|
9858
|
-
},
|
9859
|
-
{
|
9860
|
-
"path": "<runtime>",
|
9861
|
-
"kind": "import-statement",
|
9862
|
-
"external": true
|
9863
9474
|
}
|
9864
9475
|
],
|
9865
9476
|
"format": "esm"
|
@@ -9942,11 +9553,6 @@
|
|
9942
9553
|
"path": "<define:process.env>",
|
9943
9554
|
"kind": "import-statement",
|
9944
9555
|
"external": true
|
9945
|
-
},
|
9946
|
-
{
|
9947
|
-
"path": "<runtime>",
|
9948
|
-
"kind": "import-statement",
|
9949
|
-
"external": true
|
9950
9556
|
}
|
9951
9557
|
],
|
9952
9558
|
"format": "esm"
|
@@ -10044,11 +9650,6 @@
|
|
10044
9650
|
"path": "<define:process.env>",
|
10045
9651
|
"kind": "import-statement",
|
10046
9652
|
"external": true
|
10047
|
-
},
|
10048
|
-
{
|
10049
|
-
"path": "<runtime>",
|
10050
|
-
"kind": "import-statement",
|
10051
|
-
"external": true
|
10052
9653
|
}
|
10053
9654
|
],
|
10054
9655
|
"format": "esm"
|
@@ -10111,11 +9712,6 @@
|
|
10111
9712
|
"path": "<define:process.env>",
|
10112
9713
|
"kind": "import-statement",
|
10113
9714
|
"external": true
|
10114
|
-
},
|
10115
|
-
{
|
10116
|
-
"path": "<runtime>",
|
10117
|
-
"kind": "import-statement",
|
10118
|
-
"external": true
|
10119
9715
|
}
|
10120
9716
|
],
|
10121
9717
|
"format": "esm"
|
@@ -10259,17 +9855,12 @@
|
|
10259
9855
|
"path": "<define:process.env>",
|
10260
9856
|
"kind": "import-statement",
|
10261
9857
|
"external": true
|
10262
|
-
},
|
10263
|
-
{
|
10264
|
-
"path": "<runtime>",
|
10265
|
-
"kind": "import-statement",
|
10266
|
-
"external": true
|
10267
9858
|
}
|
10268
9859
|
],
|
10269
9860
|
"format": "esm"
|
10270
9861
|
},
|
10271
9862
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
10272
|
-
"bytes":
|
9863
|
+
"bytes": 2987,
|
10273
9864
|
"imports": [
|
10274
9865
|
{
|
10275
9866
|
"path": "react",
|
@@ -10524,11 +10115,6 @@
|
|
10524
10115
|
"path": "<define:process.env>",
|
10525
10116
|
"kind": "import-statement",
|
10526
10117
|
"external": true
|
10527
|
-
},
|
10528
|
-
{
|
10529
|
-
"path": "<runtime>",
|
10530
|
-
"kind": "import-statement",
|
10531
|
-
"external": true
|
10532
10118
|
}
|
10533
10119
|
],
|
10534
10120
|
"format": "esm"
|
@@ -10625,7 +10211,7 @@
|
|
10625
10211
|
"format": "esm"
|
10626
10212
|
},
|
10627
10213
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
10628
|
-
"bytes":
|
10214
|
+
"bytes": 3065,
|
10629
10215
|
"imports": [
|
10630
10216
|
{
|
10631
10217
|
"path": "react",
|
@@ -10700,8 +10286,73 @@
|
|
10700
10286
|
],
|
10701
10287
|
"format": "esm"
|
10702
10288
|
},
|
10289
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css": {
|
10290
|
+
"bytes": 80111,
|
10291
|
+
"imports": [
|
10292
|
+
{
|
10293
|
+
"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>",
|
10294
|
+
"kind": "url-token",
|
10295
|
+
"external": true
|
10296
|
+
},
|
10297
|
+
{
|
10298
|
+
"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>",
|
10299
|
+
"kind": "url-token",
|
10300
|
+
"external": true
|
10301
|
+
},
|
10302
|
+
{
|
10303
|
+
"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>",
|
10304
|
+
"kind": "url-token",
|
10305
|
+
"external": true
|
10306
|
+
},
|
10307
|
+
{
|
10308
|
+
"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>",
|
10309
|
+
"kind": "url-token",
|
10310
|
+
"external": true
|
10311
|
+
},
|
10312
|
+
{
|
10313
|
+
"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>",
|
10314
|
+
"kind": "url-token",
|
10315
|
+
"external": true
|
10316
|
+
},
|
10317
|
+
{
|
10318
|
+
"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>",
|
10319
|
+
"kind": "url-token",
|
10320
|
+
"external": true
|
10321
|
+
},
|
10322
|
+
{
|
10323
|
+
"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>",
|
10324
|
+
"kind": "url-token",
|
10325
|
+
"external": true
|
10326
|
+
},
|
10327
|
+
{
|
10328
|
+
"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>",
|
10329
|
+
"kind": "url-token",
|
10330
|
+
"external": true
|
10331
|
+
},
|
10332
|
+
{
|
10333
|
+
"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>",
|
10334
|
+
"kind": "url-token",
|
10335
|
+
"external": true
|
10336
|
+
}
|
10337
|
+
]
|
10338
|
+
},
|
10339
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
|
10340
|
+
"bytes": 264,
|
10341
|
+
"imports": [
|
10342
|
+
{
|
10343
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
10344
|
+
"kind": "import-rule",
|
10345
|
+
"external": true
|
10346
|
+
},
|
10347
|
+
{
|
10348
|
+
"path": "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css",
|
10349
|
+
"kind": "import-rule",
|
10350
|
+
"original": "@tldraw/tldraw/tldraw.css"
|
10351
|
+
}
|
10352
|
+
]
|
10353
|
+
},
|
10703
10354
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
10704
|
-
"bytes":
|
10355
|
+
"bytes": 3212,
|
10705
10356
|
"imports": [
|
10706
10357
|
{
|
10707
10358
|
"path": "react",
|
@@ -10713,6 +10364,11 @@
|
|
10713
10364
|
"kind": "import-statement",
|
10714
10365
|
"external": true
|
10715
10366
|
},
|
10367
|
+
{
|
10368
|
+
"path": "@100mslive/hms-whiteboard",
|
10369
|
+
"kind": "import-statement",
|
10370
|
+
"external": true
|
10371
|
+
},
|
10716
10372
|
{
|
10717
10373
|
"path": "@100mslive/react-sdk",
|
10718
10374
|
"kind": "import-statement",
|
@@ -10763,6 +10419,11 @@
|
|
10763
10419
|
"kind": "import-statement",
|
10764
10420
|
"original": "../../common/constants"
|
10765
10421
|
},
|
10422
|
+
{
|
10423
|
+
"path": "../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css",
|
10424
|
+
"kind": "import-statement",
|
10425
|
+
"original": "@100mslive/hms-whiteboard/index.css"
|
10426
|
+
},
|
10766
10427
|
{
|
10767
10428
|
"path": "<define:process.env>",
|
10768
10429
|
"kind": "import-statement",
|
@@ -10900,17 +10561,12 @@
|
|
10900
10561
|
"path": "<define:process.env>",
|
10901
10562
|
"kind": "import-statement",
|
10902
10563
|
"external": true
|
10903
|
-
},
|
10904
|
-
{
|
10905
|
-
"path": "<runtime>",
|
10906
|
-
"kind": "import-statement",
|
10907
|
-
"external": true
|
10908
10564
|
}
|
10909
10565
|
],
|
10910
10566
|
"format": "esm"
|
10911
10567
|
},
|
10912
10568
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
10913
|
-
"bytes":
|
10569
|
+
"bytes": 1930,
|
10914
10570
|
"imports": [
|
10915
10571
|
{
|
10916
10572
|
"path": "react",
|
@@ -10946,11 +10602,6 @@
|
|
10946
10602
|
"path": "<define:process.env>",
|
10947
10603
|
"kind": "import-statement",
|
10948
10604
|
"external": true
|
10949
|
-
},
|
10950
|
-
{
|
10951
|
-
"path": "<runtime>",
|
10952
|
-
"kind": "import-statement",
|
10953
|
-
"external": true
|
10954
10605
|
}
|
10955
10606
|
],
|
10956
10607
|
"format": "esm"
|
@@ -11137,11 +10788,6 @@
|
|
11137
10788
|
"path": "<define:process.env>",
|
11138
10789
|
"kind": "import-statement",
|
11139
10790
|
"external": true
|
11140
|
-
},
|
11141
|
-
{
|
11142
|
-
"path": "<runtime>",
|
11143
|
-
"kind": "import-statement",
|
11144
|
-
"external": true
|
11145
10791
|
}
|
11146
10792
|
],
|
11147
10793
|
"format": "esm"
|
@@ -11194,11 +10840,6 @@
|
|
11194
10840
|
"path": "<define:process.env>",
|
11195
10841
|
"kind": "import-statement",
|
11196
10842
|
"external": true
|
11197
|
-
},
|
11198
|
-
{
|
11199
|
-
"path": "<runtime>",
|
11200
|
-
"kind": "import-statement",
|
11201
|
-
"external": true
|
11202
10843
|
}
|
11203
10844
|
],
|
11204
10845
|
"format": "esm"
|
@@ -11493,11 +11134,6 @@
|
|
11493
11134
|
"path": "<define:process.env>",
|
11494
11135
|
"kind": "import-statement",
|
11495
11136
|
"external": true
|
11496
|
-
},
|
11497
|
-
{
|
11498
|
-
"path": "<runtime>",
|
11499
|
-
"kind": "import-statement",
|
11500
|
-
"external": true
|
11501
11137
|
}
|
11502
11138
|
],
|
11503
11139
|
"format": "esm"
|
@@ -11792,11 +11428,6 @@
|
|
11792
11428
|
"path": "<define:process.env>",
|
11793
11429
|
"kind": "import-statement",
|
11794
11430
|
"external": true
|
11795
|
-
},
|
11796
|
-
{
|
11797
|
-
"path": "<runtime>",
|
11798
|
-
"kind": "import-statement",
|
11799
|
-
"external": true
|
11800
11431
|
}
|
11801
11432
|
],
|
11802
11433
|
"format": "esm"
|
@@ -11893,11 +11524,6 @@
|
|
11893
11524
|
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
11894
11525
|
"kind": "dynamic-import",
|
11895
11526
|
"original": "./HLSView"
|
11896
|
-
},
|
11897
|
-
{
|
11898
|
-
"path": "<runtime>",
|
11899
|
-
"kind": "import-statement",
|
11900
|
-
"external": true
|
11901
11527
|
}
|
11902
11528
|
],
|
11903
11529
|
"format": "esm"
|
@@ -12020,11 +11646,6 @@
|
|
12020
11646
|
"path": "<define:process.env>",
|
12021
11647
|
"kind": "import-statement",
|
12022
11648
|
"external": true
|
12023
|
-
},
|
12024
|
-
{
|
12025
|
-
"path": "<runtime>",
|
12026
|
-
"kind": "import-statement",
|
12027
|
-
"external": true
|
12028
11649
|
}
|
12029
11650
|
],
|
12030
11651
|
"format": "esm"
|
@@ -12161,12 +11782,12 @@
|
|
12161
11782
|
"original": "./Notifications/HLSFailureModal"
|
12162
11783
|
},
|
12163
11784
|
{
|
12164
|
-
"path": "src/Prebuilt/components/PIP/PIPComponent.
|
11785
|
+
"path": "src/Prebuilt/components/PIP/PIPComponent.tsx",
|
12165
11786
|
"kind": "import-statement",
|
12166
11787
|
"original": "./PIP/PIPComponent"
|
12167
11788
|
},
|
12168
11789
|
{
|
12169
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
11790
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
12170
11791
|
"kind": "import-statement",
|
12171
11792
|
"original": "./PIP/PIPManager"
|
12172
11793
|
},
|
@@ -12301,11 +11922,6 @@
|
|
12301
11922
|
"path": "<define:process.env>",
|
12302
11923
|
"kind": "import-statement",
|
12303
11924
|
"external": true
|
12304
|
-
},
|
12305
|
-
{
|
12306
|
-
"path": "<runtime>",
|
12307
|
-
"kind": "import-statement",
|
12308
|
-
"external": true
|
12309
11925
|
}
|
12310
11926
|
],
|
12311
11927
|
"format": "esm"
|
@@ -12358,11 +11974,6 @@
|
|
12358
11974
|
"path": "<define:process.env>",
|
12359
11975
|
"kind": "import-statement",
|
12360
11976
|
"external": true
|
12361
|
-
},
|
12362
|
-
{
|
12363
|
-
"path": "<runtime>",
|
12364
|
-
"kind": "import-statement",
|
12365
|
-
"external": true
|
12366
11977
|
}
|
12367
11978
|
],
|
12368
11979
|
"format": "esm"
|
@@ -12381,7 +11992,7 @@
|
|
12381
11992
|
"original": "../../AppContext"
|
12382
11993
|
},
|
12383
11994
|
{
|
12384
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.
|
11995
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.ts",
|
12385
11996
|
"kind": "import-statement",
|
12386
11997
|
"original": "../PIP/PIPManager"
|
12387
11998
|
},
|
@@ -12506,11 +12117,6 @@
|
|
12506
12117
|
"path": "<define:process.env>",
|
12507
12118
|
"kind": "import-statement",
|
12508
12119
|
"external": true
|
12509
|
-
},
|
12510
|
-
{
|
12511
|
-
"path": "<runtime>",
|
12512
|
-
"kind": "import-statement",
|
12513
|
-
"external": true
|
12514
12120
|
}
|
12515
12121
|
],
|
12516
12122
|
"format": "esm"
|
@@ -12695,11 +12301,6 @@
|
|
12695
12301
|
"path": "<define:process.env>",
|
12696
12302
|
"kind": "import-statement",
|
12697
12303
|
"external": true
|
12698
|
-
},
|
12699
|
-
{
|
12700
|
-
"path": "<runtime>",
|
12701
|
-
"kind": "import-statement",
|
12702
|
-
"external": true
|
12703
12304
|
}
|
12704
12305
|
],
|
12705
12306
|
"format": "esm"
|
@@ -12721,11 +12322,6 @@
|
|
12721
12322
|
"path": "<define:process.env>",
|
12722
12323
|
"kind": "import-statement",
|
12723
12324
|
"external": true
|
12724
|
-
},
|
12725
|
-
{
|
12726
|
-
"path": "<runtime>",
|
12727
|
-
"kind": "import-statement",
|
12728
|
-
"external": true
|
12729
12325
|
}
|
12730
12326
|
],
|
12731
12327
|
"format": "esm"
|
@@ -13216,11 +12812,6 @@
|
|
13216
12812
|
"path": "<define:process.env>",
|
13217
12813
|
"kind": "import-statement",
|
13218
12814
|
"external": true
|
13219
|
-
},
|
13220
|
-
{
|
13221
|
-
"path": "<runtime>",
|
13222
|
-
"kind": "import-statement",
|
13223
|
-
"external": true
|
13224
12815
|
}
|
13225
12816
|
],
|
13226
12817
|
"format": "esm"
|
@@ -13262,11 +12853,6 @@
|
|
13262
12853
|
"path": "<define:process.env>",
|
13263
12854
|
"kind": "import-statement",
|
13264
12855
|
"external": true
|
13265
|
-
},
|
13266
|
-
{
|
13267
|
-
"path": "<runtime>",
|
13268
|
-
"kind": "import-statement",
|
13269
|
-
"external": true
|
13270
12856
|
}
|
13271
12857
|
],
|
13272
12858
|
"format": "esm"
|
@@ -13369,7 +12955,7 @@
|
|
13369
12955
|
"format": "esm"
|
13370
12956
|
},
|
13371
12957
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
13372
|
-
"bytes":
|
12958
|
+
"bytes": 4215,
|
13373
12959
|
"imports": [
|
13374
12960
|
{
|
13375
12961
|
"path": "react",
|
@@ -13410,11 +12996,6 @@
|
|
13410
12996
|
"path": "<define:process.env>",
|
13411
12997
|
"kind": "import-statement",
|
13412
12998
|
"external": true
|
13413
|
-
},
|
13414
|
-
{
|
13415
|
-
"path": "<runtime>",
|
13416
|
-
"kind": "import-statement",
|
13417
|
-
"external": true
|
13418
12999
|
}
|
13419
13000
|
],
|
13420
13001
|
"format": "esm"
|
@@ -13441,11 +13022,6 @@
|
|
13441
13022
|
"path": "<define:process.env>",
|
13442
13023
|
"kind": "import-statement",
|
13443
13024
|
"external": true
|
13444
|
-
},
|
13445
|
-
{
|
13446
|
-
"path": "<runtime>",
|
13447
|
-
"kind": "import-statement",
|
13448
|
-
"external": true
|
13449
13025
|
}
|
13450
13026
|
],
|
13451
13027
|
"format": "esm"
|
@@ -13482,11 +13058,6 @@
|
|
13482
13058
|
"path": "<define:process.env>",
|
13483
13059
|
"kind": "import-statement",
|
13484
13060
|
"external": true
|
13485
|
-
},
|
13486
|
-
{
|
13487
|
-
"path": "<runtime>",
|
13488
|
-
"kind": "import-statement",
|
13489
|
-
"external": true
|
13490
13061
|
}
|
13491
13062
|
],
|
13492
13063
|
"format": "esm"
|
@@ -13653,11 +13224,6 @@
|
|
13653
13224
|
"path": "<define:process.env>",
|
13654
13225
|
"kind": "import-statement",
|
13655
13226
|
"external": true
|
13656
|
-
},
|
13657
|
-
{
|
13658
|
-
"path": "<runtime>",
|
13659
|
-
"kind": "import-statement",
|
13660
|
-
"external": true
|
13661
13227
|
}
|
13662
13228
|
],
|
13663
13229
|
"format": "esm"
|
@@ -13953,7 +13519,7 @@
|
|
13953
13519
|
"dist/index.js": {
|
13954
13520
|
"imports": [
|
13955
13521
|
{
|
13956
|
-
"path": "dist/chunk-
|
13522
|
+
"path": "dist/chunk-IOHV3H2B.js",
|
13957
13523
|
"kind": "import-statement"
|
13958
13524
|
}
|
13959
13525
|
],
|
@@ -14023,19 +13589,20 @@
|
|
14023
13589
|
"useTheme"
|
14024
13590
|
],
|
14025
13591
|
"entryPoint": "src/index.ts",
|
13592
|
+
"cssBundle": "dist/index.css",
|
14026
13593
|
"inputs": {},
|
14027
13594
|
"bytes": 1822
|
14028
13595
|
},
|
14029
|
-
"dist/HLSView-
|
13596
|
+
"dist/HLSView-524T6OTY.js.map": {
|
14030
13597
|
"imports": [],
|
14031
13598
|
"exports": [],
|
14032
13599
|
"inputs": {},
|
14033
|
-
"bytes":
|
13600
|
+
"bytes": 100337
|
14034
13601
|
},
|
14035
|
-
"dist/HLSView-
|
13602
|
+
"dist/HLSView-524T6OTY.js": {
|
14036
13603
|
"imports": [
|
14037
13604
|
{
|
14038
|
-
"path": "dist/chunk-
|
13605
|
+
"path": "dist/chunk-IOHV3H2B.js",
|
14039
13606
|
"kind": "import-statement"
|
14040
13607
|
},
|
14041
13608
|
{
|
@@ -14213,12 +13780,13 @@
|
|
14213
13780
|
"default"
|
14214
13781
|
],
|
14215
13782
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
13783
|
+
"cssBundle": "dist/HLSView-VL3DXGRO.css",
|
14216
13784
|
"inputs": {
|
14217
13785
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
14218
|
-
"bytesInOutput":
|
13786
|
+
"bytesInOutput": 26045
|
14219
13787
|
},
|
14220
13788
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
14221
|
-
"bytesInOutput":
|
13789
|
+
"bytesInOutput": 3191
|
14222
13790
|
},
|
14223
13791
|
"src/Prebuilt/components/HMSVideo/index.ts": {
|
14224
13792
|
"bytesInOutput": 347
|
@@ -14227,13 +13795,13 @@
|
|
14227
13795
|
"bytesInOutput": 416
|
14228
13796
|
},
|
14229
13797
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
14230
|
-
"bytesInOutput":
|
13798
|
+
"bytesInOutput": 1464
|
14231
13799
|
},
|
14232
13800
|
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
14233
13801
|
"bytesInOutput": 4256
|
14234
13802
|
},
|
14235
13803
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
14236
|
-
"bytesInOutput":
|
13804
|
+
"bytesInOutput": 739
|
14237
13805
|
},
|
14238
13806
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
14239
13807
|
"bytesInOutput": 244
|
@@ -14242,42 +13810,42 @@
|
|
14242
13810
|
"bytesInOutput": 328
|
14243
13811
|
},
|
14244
13812
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
14245
|
-
"bytesInOutput":
|
13813
|
+
"bytesInOutput": 2791
|
14246
13814
|
},
|
14247
13815
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
14248
13816
|
"bytesInOutput": 917
|
14249
13817
|
},
|
14250
13818
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
14251
|
-
"bytesInOutput":
|
13819
|
+
"bytesInOutput": 1477
|
14252
13820
|
},
|
14253
13821
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
14254
|
-
"bytesInOutput":
|
13822
|
+
"bytesInOutput": 2139
|
14255
13823
|
},
|
14256
13824
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
14257
13825
|
"bytesInOutput": 643
|
14258
13826
|
},
|
14259
13827
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
14260
|
-
"bytesInOutput":
|
13828
|
+
"bytesInOutput": 1816
|
14261
13829
|
},
|
14262
13830
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
14263
|
-
"bytesInOutput":
|
13831
|
+
"bytesInOutput": 659
|
14264
13832
|
},
|
14265
13833
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
14266
|
-
"bytesInOutput":
|
13834
|
+
"bytesInOutput": 7302
|
14267
13835
|
},
|
14268
13836
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
14269
13837
|
"bytesInOutput": 2101
|
14270
13838
|
}
|
14271
13839
|
},
|
14272
|
-
"bytes":
|
13840
|
+
"bytes": 58752
|
14273
13841
|
},
|
14274
|
-
"dist/chunk-
|
13842
|
+
"dist/chunk-IOHV3H2B.js.map": {
|
14275
13843
|
"imports": [],
|
14276
13844
|
"exports": [],
|
14277
13845
|
"inputs": {},
|
14278
|
-
"bytes":
|
13846
|
+
"bytes": 3222979
|
14279
13847
|
},
|
14280
|
-
"dist/chunk-
|
13848
|
+
"dist/chunk-IOHV3H2B.js": {
|
14281
13849
|
"imports": [
|
14282
13850
|
{
|
14283
13851
|
"path": "react",
|
@@ -15054,6 +14622,11 @@
|
|
15054
14622
|
"kind": "import-statement",
|
15055
14623
|
"external": true
|
15056
14624
|
},
|
14625
|
+
{
|
14626
|
+
"path": "react-use",
|
14627
|
+
"kind": "import-statement",
|
14628
|
+
"external": true
|
14629
|
+
},
|
15057
14630
|
{
|
15058
14631
|
"path": "@100mslive/react-sdk",
|
15059
14632
|
"kind": "import-statement",
|
@@ -15599,6 +15172,16 @@
|
|
15599
15172
|
"kind": "import-statement",
|
15600
15173
|
"external": true
|
15601
15174
|
},
|
15175
|
+
{
|
15176
|
+
"path": "@100mslive/react-sdk",
|
15177
|
+
"kind": "import-statement",
|
15178
|
+
"external": true
|
15179
|
+
},
|
15180
|
+
{
|
15181
|
+
"path": "react",
|
15182
|
+
"kind": "import-statement",
|
15183
|
+
"external": true
|
15184
|
+
},
|
15602
15185
|
{
|
15603
15186
|
"path": "@100mslive/react-icons",
|
15604
15187
|
"kind": "import-statement",
|
@@ -16644,6 +16227,11 @@
|
|
16644
16227
|
"kind": "import-statement",
|
16645
16228
|
"external": true
|
16646
16229
|
},
|
16230
|
+
{
|
16231
|
+
"path": "@100mslive/hms-whiteboard",
|
16232
|
+
"kind": "import-statement",
|
16233
|
+
"external": true
|
16234
|
+
},
|
16647
16235
|
{
|
16648
16236
|
"path": "@100mslive/react-sdk",
|
16649
16237
|
"kind": "import-statement",
|
@@ -16710,7 +16298,7 @@
|
|
16710
16298
|
"external": true
|
16711
16299
|
},
|
16712
16300
|
{
|
16713
|
-
"path": "dist/HLSView-
|
16301
|
+
"path": "dist/HLSView-524T6OTY.js",
|
16714
16302
|
"kind": "dynamic-import"
|
16715
16303
|
},
|
16716
16304
|
{
|
@@ -17161,10 +16749,6 @@
|
|
17161
16749
|
"VerticalDivider",
|
17162
16750
|
"Video",
|
17163
16751
|
"VideoTileStats",
|
17164
|
-
"__async",
|
17165
|
-
"__objRest",
|
17166
|
-
"__spreadProps",
|
17167
|
-
"__spreadValues",
|
17168
16752
|
"config",
|
17169
16753
|
"createTheme",
|
17170
16754
|
"createThemeBase",
|
@@ -17191,7 +16775,7 @@
|
|
17191
16775
|
],
|
17192
16776
|
"inputs": {
|
17193
16777
|
"<define:process.env>": {
|
17194
|
-
"bytesInOutput":
|
16778
|
+
"bytesInOutput": 17867
|
17195
16779
|
},
|
17196
16780
|
"../../node_modules/lodash/lodash.js": {
|
17197
16781
|
"bytesInOutput": 224301
|
@@ -17224,7 +16808,7 @@
|
|
17224
16808
|
"bytesInOutput": 27
|
17225
16809
|
},
|
17226
16810
|
"src/Button/Button.tsx": {
|
17227
|
-
"bytesInOutput":
|
16811
|
+
"bytesInOutput": 4202
|
17228
16812
|
},
|
17229
16813
|
"src/Layout/index.tsx": {
|
17230
16814
|
"bytesInOutput": 27
|
@@ -17233,13 +16817,13 @@
|
|
17233
16817
|
"bytesInOutput": 1295
|
17234
16818
|
},
|
17235
16819
|
"src/Theme/stitches.config.ts": {
|
17236
|
-
"bytesInOutput":
|
16820
|
+
"bytesInOutput": 1533
|
17237
16821
|
},
|
17238
16822
|
"src/Theme/base.config.ts": {
|
17239
|
-
"bytesInOutput":
|
16823
|
+
"bytesInOutput": 5031
|
17240
16824
|
},
|
17241
16825
|
"src/Prebuilt/common/constants.ts": {
|
17242
|
-
"bytesInOutput":
|
16826
|
+
"bytesInOutput": 3157
|
17243
16827
|
},
|
17244
16828
|
"src/Theme/ThemeProvider.tsx": {
|
17245
16829
|
"bytesInOutput": 1926
|
@@ -17254,7 +16838,7 @@
|
|
17254
16838
|
"bytesInOutput": 27
|
17255
16839
|
},
|
17256
16840
|
"src/Loading/Loading.tsx": {
|
17257
|
-
"bytesInOutput":
|
16841
|
+
"bytesInOutput": 663
|
17258
16842
|
},
|
17259
16843
|
"src/utils/styles.ts": {
|
17260
16844
|
"bytesInOutput": 263
|
@@ -17269,16 +16853,16 @@
|
|
17269
16853
|
"bytesInOutput": 27
|
17270
16854
|
},
|
17271
16855
|
"src/IconButton/IconButton.tsx": {
|
17272
|
-
"bytesInOutput":
|
16856
|
+
"bytesInOutput": 852
|
17273
16857
|
},
|
17274
16858
|
"src/Avatar/index.ts": {
|
17275
16859
|
"bytesInOutput": 27
|
17276
16860
|
},
|
17277
16861
|
"src/Avatar/Avatar.tsx": {
|
17278
|
-
"bytesInOutput":
|
16862
|
+
"bytesInOutput": 1136
|
17279
16863
|
},
|
17280
16864
|
"src/Avatar/getAvatarBg.ts": {
|
17281
|
-
"bytesInOutput":
|
16865
|
+
"bytesInOutput": 767
|
17282
16866
|
},
|
17283
16867
|
"src/Divider/index.ts": {
|
17284
16868
|
"bytesInOutput": 27
|
@@ -17290,13 +16874,13 @@
|
|
17290
16874
|
"bytesInOutput": 27
|
17291
16875
|
},
|
17292
16876
|
"src/Switch/Switch.tsx": {
|
17293
|
-
"bytesInOutput":
|
16877
|
+
"bytesInOutput": 1109
|
17294
16878
|
},
|
17295
16879
|
"src/Tooltip/index.ts": {
|
17296
16880
|
"bytesInOutput": 27
|
17297
16881
|
},
|
17298
16882
|
"src/Tooltip/Tooltip.tsx": {
|
17299
|
-
"bytesInOutput":
|
16883
|
+
"bytesInOutput": 1766
|
17300
16884
|
},
|
17301
16885
|
"src/utils/animations.ts": {
|
17302
16886
|
"bytesInOutput": 3288
|
@@ -17305,13 +16889,13 @@
|
|
17305
16889
|
"bytesInOutput": 27
|
17306
16890
|
},
|
17307
16891
|
"src/Select/Select.tsx": {
|
17308
|
-
"bytesInOutput":
|
16892
|
+
"bytesInOutput": 1339
|
17309
16893
|
},
|
17310
16894
|
"src/Slider/index.ts": {
|
17311
16895
|
"bytesInOutput": 27
|
17312
16896
|
},
|
17313
16897
|
"src/Slider/Slider.tsx": {
|
17314
|
-
"bytesInOutput":
|
16898
|
+
"bytesInOutput": 1508
|
17315
16899
|
},
|
17316
16900
|
"src/Modal/index.ts": {
|
17317
16901
|
"bytesInOutput": 27
|
@@ -17320,7 +16904,7 @@
|
|
17320
16904
|
"bytesInOutput": 1131
|
17321
16905
|
},
|
17322
16906
|
"src/Modal/DialogContent.tsx": {
|
17323
|
-
"bytesInOutput":
|
16907
|
+
"bytesInOutput": 1740
|
17324
16908
|
},
|
17325
16909
|
"src/hooks/useDialogContainerSelector.tsx": {
|
17326
16910
|
"bytesInOutput": 209
|
@@ -17329,13 +16913,13 @@
|
|
17329
16913
|
"bytesInOutput": 330
|
17330
16914
|
},
|
17331
16915
|
"src/Input/Input.tsx": {
|
17332
|
-
"bytesInOutput":
|
16916
|
+
"bytesInOutput": 2243
|
17333
16917
|
},
|
17334
16918
|
"src/VideoTile/index.tsx": {
|
17335
16919
|
"bytesInOutput": 27
|
17336
16920
|
},
|
17337
16921
|
"src/VideoTile/StyledVideoTile.tsx": {
|
17338
|
-
"bytesInOutput":
|
16922
|
+
"bytesInOutput": 2534
|
17339
16923
|
},
|
17340
16924
|
"src/VideoList/index.tsx": {
|
17341
16925
|
"bytesInOutput": 27
|
@@ -17359,13 +16943,13 @@
|
|
17359
16943
|
"bytesInOutput": 27
|
17360
16944
|
},
|
17361
16945
|
"src/Video/Video.tsx": {
|
17362
|
-
"bytesInOutput":
|
16946
|
+
"bytesInOutput": 1179
|
17363
16947
|
},
|
17364
16948
|
"src/TileMenu/index.tsx": {
|
17365
16949
|
"bytesInOutput": 27
|
17366
16950
|
},
|
17367
16951
|
"src/TileMenu/StyledMenuTile.tsx": {
|
17368
|
-
"bytesInOutput":
|
16952
|
+
"bytesInOutput": 1944
|
17369
16953
|
},
|
17370
16954
|
"src/AudioLevel/index.ts": {
|
17371
16955
|
"bytesInOutput": 27
|
@@ -17380,13 +16964,13 @@
|
|
17380
16964
|
"bytesInOutput": 880
|
17381
16965
|
},
|
17382
16966
|
"src/Popover/index.tsx": {
|
17383
|
-
"bytesInOutput":
|
16967
|
+
"bytesInOutput": 736
|
17384
16968
|
},
|
17385
16969
|
"src/Stats/index.tsx": {
|
17386
16970
|
"bytesInOutput": 27
|
17387
16971
|
},
|
17388
16972
|
"src/Stats/Stats.tsx": {
|
17389
|
-
"bytesInOutput":
|
16973
|
+
"bytesInOutput": 7231
|
17390
16974
|
},
|
17391
16975
|
"src/Stats/formatBytes.ts": {
|
17392
16976
|
"bytesInOutput": 471
|
@@ -17395,7 +16979,7 @@
|
|
17395
16979
|
"bytesInOutput": 708
|
17396
16980
|
},
|
17397
16981
|
"src/Stats/useQoE.ts": {
|
17398
|
-
"bytesInOutput":
|
16982
|
+
"bytesInOutput": 2606
|
17399
16983
|
},
|
17400
16984
|
"src/Checkbox/Checkbox.tsx": {
|
17401
16985
|
"bytesInOutput": 731
|
@@ -17407,13 +16991,13 @@
|
|
17407
16991
|
"bytesInOutput": 738
|
17408
16992
|
},
|
17409
16993
|
"src/Toast/Toast.tsx": {
|
17410
|
-
"bytesInOutput":
|
16994
|
+
"bytesInOutput": 3895
|
17411
16995
|
},
|
17412
16996
|
"src/Accordion/index.ts": {
|
17413
16997
|
"bytesInOutput": 149
|
17414
16998
|
},
|
17415
16999
|
"src/Accordion/Accordion.tsx": {
|
17416
|
-
"bytesInOutput":
|
17000
|
+
"bytesInOutput": 2265
|
17417
17001
|
},
|
17418
17002
|
"src/Fieldset/Fieldset.tsx": {
|
17419
17003
|
"bytesInOutput": 233
|
@@ -17434,31 +17018,31 @@
|
|
17434
17018
|
"bytesInOutput": 799
|
17435
17019
|
},
|
17436
17020
|
"src/QRCode/QRCode.tsx": {
|
17437
|
-
"bytesInOutput":
|
17021
|
+
"bytesInOutput": 242
|
17438
17022
|
},
|
17439
17023
|
"src/Link/index.tsx": {
|
17440
17024
|
"bytesInOutput": 27
|
17441
17025
|
},
|
17442
17026
|
"src/Link/Link.tsx": {
|
17443
|
-
"bytesInOutput":
|
17027
|
+
"bytesInOutput": 1116
|
17444
17028
|
},
|
17445
17029
|
"src/Collapsible/Collapsible.tsx": {
|
17446
17030
|
"bytesInOutput": 887
|
17447
17031
|
},
|
17448
17032
|
"src/Prebuilt/App.tsx": {
|
17449
|
-
"bytesInOutput":
|
17033
|
+
"bytesInOutput": 7306
|
17450
17034
|
},
|
17451
17035
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
17452
|
-
"bytesInOutput":
|
17036
|
+
"bytesInOutput": 5420
|
17453
17037
|
},
|
17454
17038
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
17455
|
-
"bytesInOutput":
|
17039
|
+
"bytesInOutput": 2671
|
17456
17040
|
},
|
17457
17041
|
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
17458
17042
|
"bytesInOutput": 973
|
17459
17043
|
},
|
17460
17044
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
17461
|
-
"bytesInOutput":
|
17045
|
+
"bytesInOutput": 5131
|
17462
17046
|
},
|
17463
17047
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
17464
17048
|
"bytesInOutput": 748
|
@@ -17467,25 +17051,25 @@
|
|
17467
17051
|
"bytesInOutput": 241
|
17468
17052
|
},
|
17469
17053
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
17470
|
-
"bytesInOutput":
|
17054
|
+
"bytesInOutput": 2313
|
17471
17055
|
},
|
17472
17056
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
17473
|
-
"bytesInOutput":
|
17057
|
+
"bytesInOutput": 1008
|
17474
17058
|
},
|
17475
17059
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
17476
|
-
"bytesInOutput":
|
17060
|
+
"bytesInOutput": 2062
|
17477
17061
|
},
|
17478
17062
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
17479
17063
|
"bytesInOutput": 1486
|
17480
17064
|
},
|
17481
17065
|
"src/Prebuilt/common/utils.js": {
|
17482
|
-
"bytesInOutput":
|
17066
|
+
"bytesInOutput": 2831
|
17483
17067
|
},
|
17484
17068
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
17485
17069
|
"bytesInOutput": 2499
|
17486
17070
|
},
|
17487
17071
|
"src/Prebuilt/components/AuthToken.jsx": {
|
17488
|
-
"bytesInOutput":
|
17072
|
+
"bytesInOutput": 3559
|
17489
17073
|
},
|
17490
17074
|
"src/Prebuilt/AppContext.tsx": {
|
17491
17075
|
"bytesInOutput": 577
|
@@ -17494,34 +17078,34 @@
|
|
17494
17078
|
"bytesInOutput": 4698
|
17495
17079
|
},
|
17496
17080
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17497
|
-
"bytesInOutput":
|
17081
|
+
"bytesInOutput": 6840
|
17498
17082
|
},
|
17499
17083
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
17500
|
-
"bytesInOutput":
|
17084
|
+
"bytesInOutput": 3056
|
17501
17085
|
},
|
17502
17086
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
17503
|
-
"bytesInOutput":
|
17087
|
+
"bytesInOutput": 9993
|
17504
17088
|
},
|
17505
17089
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
17506
|
-
"bytesInOutput":
|
17090
|
+
"bytesInOutput": 3074
|
17507
17091
|
},
|
17508
17092
|
"src/Prebuilt/IconButton.tsx": {
|
17509
17093
|
"bytesInOutput": 487
|
17510
17094
|
},
|
17511
17095
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
17512
|
-
"bytesInOutput":
|
17096
|
+
"bytesInOutput": 8781
|
17513
17097
|
},
|
17514
17098
|
"src/Sheet/index.ts": {
|
17515
17099
|
"bytesInOutput": 27
|
17516
17100
|
},
|
17517
17101
|
"src/Sheet/Sheet.tsx": {
|
17518
|
-
"bytesInOutput":
|
17102
|
+
"bytesInOutput": 2738
|
17519
17103
|
},
|
17520
17104
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
17521
|
-
"bytesInOutput":
|
17105
|
+
"bytesInOutput": 6111
|
17522
17106
|
},
|
17523
17107
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
17524
|
-
"bytesInOutput":
|
17108
|
+
"bytesInOutput": 1272
|
17525
17109
|
},
|
17526
17110
|
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
17527
17111
|
"bytesInOutput": 574
|
@@ -17533,13 +17117,13 @@
|
|
17533
17117
|
"bytesInOutput": 1831
|
17534
17118
|
},
|
17535
17119
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
17536
|
-
"bytesInOutput":
|
17120
|
+
"bytesInOutput": 970
|
17537
17121
|
},
|
17538
17122
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
17539
17123
|
"bytesInOutput": 915
|
17540
17124
|
},
|
17541
17125
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
17542
|
-
"bytesInOutput":
|
17126
|
+
"bytesInOutput": 2495
|
17543
17127
|
},
|
17544
17128
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
17545
17129
|
"bytesInOutput": 972
|
@@ -17548,94 +17132,94 @@
|
|
17548
17132
|
"bytesInOutput": 606
|
17549
17133
|
},
|
17550
17134
|
"src/Prebuilt/common/hooks.ts": {
|
17551
|
-
"bytesInOutput":
|
17135
|
+
"bytesInOutput": 5304
|
17552
17136
|
},
|
17553
17137
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
17554
|
-
"bytesInOutput":
|
17138
|
+
"bytesInOutput": 2326
|
17555
17139
|
},
|
17556
17140
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
17557
|
-
"bytesInOutput":
|
17141
|
+
"bytesInOutput": 5617
|
17558
17142
|
},
|
17559
17143
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
17560
|
-
"bytesInOutput":
|
17144
|
+
"bytesInOutput": 1917
|
17561
17145
|
},
|
17562
17146
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
17563
17147
|
"bytesInOutput": 491
|
17564
17148
|
},
|
17565
17149
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
17566
|
-
"bytesInOutput":
|
17150
|
+
"bytesInOutput": 632
|
17567
17151
|
},
|
17568
17152
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
17569
|
-
"bytesInOutput":
|
17153
|
+
"bytesInOutput": 1734
|
17570
17154
|
},
|
17571
17155
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
17572
|
-
"bytesInOutput":
|
17156
|
+
"bytesInOutput": 4683
|
17573
17157
|
},
|
17574
17158
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17575
17159
|
"bytesInOutput": 472
|
17576
17160
|
},
|
17577
17161
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
17578
|
-
"bytesInOutput":
|
17162
|
+
"bytesInOutput": 6916
|
17579
17163
|
},
|
17580
17164
|
"src/Prebuilt/components/PIP/index.jsx": {
|
17581
17165
|
"bytesInOutput": 178
|
17582
17166
|
},
|
17583
|
-
"src/Prebuilt/components/PIP/PIPComponent.
|
17584
|
-
"bytesInOutput":
|
17167
|
+
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
17168
|
+
"bytesInOutput": 2621
|
17585
17169
|
},
|
17586
|
-
"src/Prebuilt/components/PIP/PIPManager.
|
17587
|
-
"bytesInOutput":
|
17170
|
+
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
17171
|
+
"bytesInOutput": 9064
|
17588
17172
|
},
|
17589
17173
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
17590
17174
|
"bytesInOutput": 4289
|
17591
17175
|
},
|
17592
17176
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
17593
|
-
"bytesInOutput":
|
17177
|
+
"bytesInOutput": 1870
|
17594
17178
|
},
|
17595
|
-
"src/Prebuilt/components/RoleChangeModal.
|
17596
|
-
"bytesInOutput":
|
17179
|
+
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
17180
|
+
"bytesInOutput": 5403
|
17597
17181
|
},
|
17598
17182
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
17599
|
-
"bytesInOutput":
|
17183
|
+
"bytesInOutput": 3537
|
17600
17184
|
},
|
17601
17185
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
17602
17186
|
"bytesInOutput": 2942
|
17603
17187
|
},
|
17604
17188
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
17605
|
-
"bytesInOutput":
|
17189
|
+
"bytesInOutput": 7036
|
17606
17190
|
},
|
17607
17191
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
17608
|
-
"bytesInOutput":
|
17192
|
+
"bytesInOutput": 9374
|
17609
17193
|
},
|
17610
17194
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
17611
|
-
"bytesInOutput":
|
17195
|
+
"bytesInOutput": 4856
|
17612
17196
|
},
|
17613
17197
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
17614
17198
|
"bytesInOutput": 628
|
17615
17199
|
},
|
17616
17200
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
17617
|
-
"bytesInOutput":
|
17201
|
+
"bytesInOutput": 1240
|
17618
17202
|
},
|
17619
17203
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
17620
|
-
"bytesInOutput":
|
17204
|
+
"bytesInOutput": 1778
|
17621
17205
|
},
|
17622
17206
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
17623
|
-
"bytesInOutput":
|
17207
|
+
"bytesInOutput": 2489
|
17624
17208
|
},
|
17625
17209
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
17626
17210
|
"bytesInOutput": 437
|
17627
17211
|
},
|
17628
17212
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
17629
|
-
"bytesInOutput":
|
17213
|
+
"bytesInOutput": 1651
|
17630
17214
|
},
|
17631
17215
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17632
|
-
"bytesInOutput":
|
17216
|
+
"bytesInOutput": 11538
|
17633
17217
|
},
|
17634
17218
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17635
|
-
"bytesInOutput":
|
17219
|
+
"bytesInOutput": 9078
|
17636
17220
|
},
|
17637
17221
|
"../hms-video-store/dist/index.js": {
|
17638
|
-
"bytesInOutput":
|
17222
|
+
"bytesInOutput": 49344
|
17639
17223
|
},
|
17640
17224
|
"../../node_modules/reselect/es/index.js": {
|
17641
17225
|
"bytesInOutput": 2539
|
@@ -17674,22 +17258,22 @@
|
|
17674
17258
|
"bytesInOutput": 12460
|
17675
17259
|
},
|
17676
17260
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
17677
|
-
"bytesInOutput":
|
17261
|
+
"bytesInOutput": 6601
|
17678
17262
|
},
|
17679
17263
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
17680
|
-
"bytesInOutput":
|
17264
|
+
"bytesInOutput": 994
|
17681
17265
|
},
|
17682
17266
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
17683
|
-
"bytesInOutput":
|
17267
|
+
"bytesInOutput": 884
|
17684
17268
|
},
|
17685
17269
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
17686
|
-
"bytesInOutput":
|
17270
|
+
"bytesInOutput": 1213
|
17687
17271
|
},
|
17688
17272
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
17689
|
-
"bytesInOutput":
|
17273
|
+
"bytesInOutput": 2056
|
17690
17274
|
},
|
17691
17275
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
17692
|
-
"bytesInOutput":
|
17276
|
+
"bytesInOutput": 3178
|
17693
17277
|
},
|
17694
17278
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
17695
17279
|
"bytesInOutput": 844
|
@@ -17698,10 +17282,10 @@
|
|
17698
17282
|
"bytesInOutput": 658
|
17699
17283
|
},
|
17700
17284
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
17701
|
-
"bytesInOutput":
|
17285
|
+
"bytesInOutput": 849
|
17702
17286
|
},
|
17703
17287
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17704
|
-
"bytesInOutput":
|
17288
|
+
"bytesInOutput": 1552
|
17705
17289
|
},
|
17706
17290
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
17707
17291
|
"bytesInOutput": 7124
|
@@ -17737,52 +17321,55 @@
|
|
17737
17321
|
"bytesInOutput": 1445
|
17738
17322
|
},
|
17739
17323
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17740
|
-
"bytesInOutput":
|
17324
|
+
"bytesInOutput": 12830
|
17741
17325
|
},
|
17742
17326
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17743
|
-
"bytesInOutput":
|
17327
|
+
"bytesInOutput": 3835
|
17744
17328
|
},
|
17745
17329
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
17746
17330
|
"bytesInOutput": 700
|
17747
17331
|
},
|
17748
17332
|
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
17749
|
-
"bytesInOutput":
|
17333
|
+
"bytesInOutput": 1219
|
17750
17334
|
},
|
17751
17335
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17752
|
-
"bytesInOutput":
|
17336
|
+
"bytesInOutput": 5051
|
17753
17337
|
},
|
17754
17338
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17755
|
-
"bytesInOutput":
|
17339
|
+
"bytesInOutput": 6809
|
17756
17340
|
},
|
17757
17341
|
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
17758
|
-
"bytesInOutput":
|
17342
|
+
"bytesInOutput": 1730
|
17343
|
+
},
|
17344
|
+
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
17345
|
+
"bytesInOutput": 632
|
17759
17346
|
},
|
17760
17347
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
17761
|
-
"bytesInOutput":
|
17348
|
+
"bytesInOutput": 1634
|
17762
17349
|
},
|
17763
17350
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17764
17351
|
"bytesInOutput": 1073
|
17765
17352
|
},
|
17766
17353
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17767
|
-
"bytesInOutput":
|
17354
|
+
"bytesInOutput": 1192
|
17768
17355
|
},
|
17769
17356
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
17770
|
-
"bytesInOutput":
|
17357
|
+
"bytesInOutput": 2386
|
17771
17358
|
},
|
17772
17359
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
17773
|
-
"bytesInOutput":
|
17360
|
+
"bytesInOutput": 2832
|
17774
17361
|
},
|
17775
17362
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
17776
|
-
"bytesInOutput":
|
17363
|
+
"bytesInOutput": 9541
|
17777
17364
|
},
|
17778
17365
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17779
|
-
"bytesInOutput":
|
17366
|
+
"bytesInOutput": 5831
|
17780
17367
|
},
|
17781
17368
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17782
17369
|
"bytesInOutput": 735
|
17783
17370
|
},
|
17784
17371
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17785
|
-
"bytesInOutput":
|
17372
|
+
"bytesInOutput": 7611
|
17786
17373
|
},
|
17787
17374
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
17788
17375
|
"bytesInOutput": 2247
|
@@ -17791,10 +17378,10 @@
|
|
17791
17378
|
"bytesInOutput": 795
|
17792
17379
|
},
|
17793
17380
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
17794
|
-
"bytesInOutput":
|
17381
|
+
"bytesInOutput": 4839
|
17795
17382
|
},
|
17796
17383
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
17797
|
-
"bytesInOutput":
|
17384
|
+
"bytesInOutput": 7974
|
17798
17385
|
},
|
17799
17386
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
17800
17387
|
"bytesInOutput": 2083
|
@@ -17803,10 +17390,10 @@
|
|
17803
17390
|
"bytesInOutput": 204
|
17804
17391
|
},
|
17805
17392
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
17806
|
-
"bytesInOutput":
|
17393
|
+
"bytesInOutput": 3548
|
17807
17394
|
},
|
17808
17395
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17809
|
-
"bytesInOutput":
|
17396
|
+
"bytesInOutput": 895
|
17810
17397
|
},
|
17811
17398
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17812
17399
|
"bytesInOutput": 361
|
@@ -17815,13 +17402,13 @@
|
|
17815
17402
|
"bytesInOutput": 594
|
17816
17403
|
},
|
17817
17404
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
17818
|
-
"bytesInOutput":
|
17405
|
+
"bytesInOutput": 4361
|
17819
17406
|
},
|
17820
17407
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
17821
|
-
"bytesInOutput":
|
17408
|
+
"bytesInOutput": 1911
|
17822
17409
|
},
|
17823
17410
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
17824
|
-
"bytesInOutput":
|
17411
|
+
"bytesInOutput": 3865
|
17825
17412
|
},
|
17826
17413
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
17827
17414
|
"bytesInOutput": 2078
|
@@ -17830,31 +17417,31 @@
|
|
17830
17417
|
"bytesInOutput": 629
|
17831
17418
|
},
|
17832
17419
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
17833
|
-
"bytesInOutput":
|
17420
|
+
"bytesInOutput": 2066
|
17834
17421
|
},
|
17835
17422
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
17836
17423
|
"bytesInOutput": 666
|
17837
17424
|
},
|
17838
17425
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
17839
|
-
"bytesInOutput":
|
17426
|
+
"bytesInOutput": 1635
|
17840
17427
|
},
|
17841
17428
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17842
|
-
"bytesInOutput":
|
17429
|
+
"bytesInOutput": 3292
|
17843
17430
|
},
|
17844
17431
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17845
|
-
"bytesInOutput":
|
17432
|
+
"bytesInOutput": 1050
|
17846
17433
|
},
|
17847
17434
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
17848
|
-
"bytesInOutput":
|
17435
|
+
"bytesInOutput": 7295
|
17849
17436
|
},
|
17850
17437
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
17851
|
-
"bytesInOutput":
|
17438
|
+
"bytesInOutput": 1508
|
17852
17439
|
},
|
17853
17440
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17854
17441
|
"bytesInOutput": 1914
|
17855
17442
|
},
|
17856
17443
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17857
|
-
"bytesInOutput":
|
17444
|
+
"bytesInOutput": 1524
|
17858
17445
|
},
|
17859
17446
|
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
17860
17447
|
"bytesInOutput": 664
|
@@ -17863,55 +17450,55 @@
|
|
17863
17450
|
"bytesInOutput": 720
|
17864
17451
|
},
|
17865
17452
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
17866
|
-
"bytesInOutput":
|
17453
|
+
"bytesInOutput": 7336
|
17867
17454
|
},
|
17868
17455
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17869
|
-
"bytesInOutput":
|
17456
|
+
"bytesInOutput": 4759
|
17870
17457
|
},
|
17871
17458
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17872
|
-
"bytesInOutput":
|
17459
|
+
"bytesInOutput": 14266
|
17873
17460
|
},
|
17874
17461
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
17875
|
-
"bytesInOutput":
|
17462
|
+
"bytesInOutput": 9508
|
17876
17463
|
},
|
17877
17464
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
17878
17465
|
"bytesInOutput": 417
|
17879
17466
|
},
|
17880
17467
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
17881
|
-
"bytesInOutput":
|
17468
|
+
"bytesInOutput": 1115
|
17882
17469
|
},
|
17883
17470
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
17884
|
-
"bytesInOutput":
|
17471
|
+
"bytesInOutput": 2501
|
17885
17472
|
},
|
17886
17473
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
17887
|
-
"bytesInOutput":
|
17474
|
+
"bytesInOutput": 1882
|
17888
17475
|
},
|
17889
17476
|
"src/Prebuilt/images/empty-chat.svg": {
|
17890
17477
|
"bytesInOutput": 2261
|
17891
17478
|
},
|
17892
17479
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
17893
|
-
"bytesInOutput":
|
17480
|
+
"bytesInOutput": 677
|
17894
17481
|
},
|
17895
17482
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17896
|
-
"bytesInOutput":
|
17483
|
+
"bytesInOutput": 9014
|
17897
17484
|
},
|
17898
17485
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17899
|
-
"bytesInOutput":
|
17486
|
+
"bytesInOutput": 5184
|
17900
17487
|
},
|
17901
17488
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
17902
|
-
"bytesInOutput":
|
17489
|
+
"bytesInOutput": 6811
|
17903
17490
|
},
|
17904
17491
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
17905
17492
|
"bytesInOutput": 666
|
17906
17493
|
},
|
17907
17494
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
17908
|
-
"bytesInOutput":
|
17495
|
+
"bytesInOutput": 1097
|
17909
17496
|
},
|
17910
17497
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17911
|
-
"bytesInOutput":
|
17498
|
+
"bytesInOutput": 2561
|
17912
17499
|
},
|
17913
17500
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
17914
|
-
"bytesInOutput":
|
17501
|
+
"bytesInOutput": 4779
|
17915
17502
|
},
|
17916
17503
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
17917
17504
|
"bytesInOutput": 1021
|
@@ -17920,67 +17507,67 @@
|
|
17920
17507
|
"bytesInOutput": 542
|
17921
17508
|
},
|
17922
17509
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17923
|
-
"bytesInOutput":
|
17510
|
+
"bytesInOutput": 4119
|
17924
17511
|
},
|
17925
17512
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
17926
|
-
"bytesInOutput":
|
17513
|
+
"bytesInOutput": 2280
|
17927
17514
|
},
|
17928
17515
|
"src/Prebuilt/components/VideoTile.tsx": {
|
17929
|
-
"bytesInOutput":
|
17516
|
+
"bytesInOutput": 6256
|
17930
17517
|
},
|
17931
17518
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
17932
|
-
"bytesInOutput":
|
17519
|
+
"bytesInOutput": 2399
|
17933
17520
|
},
|
17934
17521
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
17935
|
-
"bytesInOutput":
|
17522
|
+
"bytesInOutput": 4614
|
17936
17523
|
},
|
17937
17524
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
17938
|
-
"bytesInOutput":
|
17525
|
+
"bytesInOutput": 11826
|
17939
17526
|
},
|
17940
17527
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
17941
|
-
"bytesInOutput":
|
17528
|
+
"bytesInOutput": 130
|
17942
17529
|
},
|
17943
17530
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
17944
17531
|
"bytesInOutput": 1050
|
17945
17532
|
},
|
17946
17533
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
17947
|
-
"bytesInOutput":
|
17534
|
+
"bytesInOutput": 7474
|
17948
17535
|
},
|
17949
17536
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
17950
|
-
"bytesInOutput":
|
17537
|
+
"bytesInOutput": 1077
|
17951
17538
|
},
|
17952
17539
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
17953
|
-
"bytesInOutput":
|
17540
|
+
"bytesInOutput": 1092
|
17954
17541
|
},
|
17955
17542
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
17956
|
-
"bytesInOutput":
|
17543
|
+
"bytesInOutput": 2774
|
17957
17544
|
},
|
17958
17545
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
17959
17546
|
"bytesInOutput": 714
|
17960
17547
|
},
|
17961
17548
|
"src/Prebuilt/components/Chip.tsx": {
|
17962
|
-
"bytesInOutput":
|
17549
|
+
"bytesInOutput": 740
|
17963
17550
|
},
|
17964
17551
|
"src/Prebuilt/components/FullPageProgress.tsx": {
|
17965
|
-
"bytesInOutput":
|
17552
|
+
"bytesInOutput": 567
|
17966
17553
|
},
|
17967
17554
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
17968
|
-
"bytesInOutput":
|
17555
|
+
"bytesInOutput": 2557
|
17969
17556
|
},
|
17970
17557
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
17971
17558
|
"bytesInOutput": 2206
|
17972
17559
|
},
|
17973
17560
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17974
|
-
"bytesInOutput":
|
17561
|
+
"bytesInOutput": 3479
|
17975
17562
|
},
|
17976
17563
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17977
|
-
"bytesInOutput":
|
17564
|
+
"bytesInOutput": 4427
|
17978
17565
|
},
|
17979
17566
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
17980
|
-
"bytesInOutput":
|
17567
|
+
"bytesInOutput": 1888
|
17981
17568
|
},
|
17982
17569
|
"src/Prebuilt/components/InsetTile.tsx": {
|
17983
|
-
"bytesInOutput":
|
17570
|
+
"bytesInOutput": 3866
|
17984
17571
|
},
|
17985
17572
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
17986
17573
|
"bytesInOutput": 451
|
@@ -17989,55 +17576,58 @@
|
|
17989
17576
|
"bytesInOutput": 1698
|
17990
17577
|
},
|
17991
17578
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
17992
|
-
"bytesInOutput":
|
17579
|
+
"bytesInOutput": 1029
|
17993
17580
|
},
|
17994
17581
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
17995
17582
|
"bytesInOutput": 3834
|
17996
17583
|
},
|
17997
17584
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
17998
|
-
"bytesInOutput":
|
17585
|
+
"bytesInOutput": 2082
|
17999
17586
|
},
|
18000
17587
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
18001
|
-
"bytesInOutput":
|
17588
|
+
"bytesInOutput": 2525
|
18002
17589
|
},
|
18003
17590
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
18004
|
-
"bytesInOutput":
|
17591
|
+
"bytesInOutput": 2133
|
18005
17592
|
},
|
18006
17593
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
18007
|
-
"bytesInOutput":
|
17594
|
+
"bytesInOutput": 978
|
18008
17595
|
},
|
18009
17596
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
18010
|
-
"bytesInOutput":
|
17597
|
+
"bytesInOutput": 2449
|
18011
17598
|
},
|
18012
17599
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
18013
|
-
"bytesInOutput":
|
17600
|
+
"bytesInOutput": 4269
|
18014
17601
|
},
|
18015
17602
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
18016
17603
|
"bytesInOutput": 3276
|
18017
17604
|
},
|
18018
17605
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
18019
|
-
"bytesInOutput":
|
17606
|
+
"bytesInOutput": 1196
|
18020
17607
|
},
|
18021
17608
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
18022
|
-
"bytesInOutput":
|
17609
|
+
"bytesInOutput": 2656
|
17610
|
+
},
|
17611
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
|
17612
|
+
"bytesInOutput": 0
|
18023
17613
|
},
|
18024
17614
|
"src/Prebuilt/common/PeersSorter.ts": {
|
18025
|
-
"bytesInOutput":
|
17615
|
+
"bytesInOutput": 2972
|
18026
17616
|
},
|
18027
17617
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
18028
|
-
"bytesInOutput":
|
17618
|
+
"bytesInOutput": 2656
|
18029
17619
|
},
|
18030
17620
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
18031
|
-
"bytesInOutput":
|
17621
|
+
"bytesInOutput": 1506
|
18032
17622
|
},
|
18033
17623
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
18034
17624
|
"bytesInOutput": 1415
|
18035
17625
|
},
|
18036
17626
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
18037
|
-
"bytesInOutput":
|
17627
|
+
"bytesInOutput": 6044
|
18038
17628
|
},
|
18039
17629
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
18040
|
-
"bytesInOutput":
|
17630
|
+
"bytesInOutput": 585
|
18041
17631
|
},
|
18042
17632
|
"src/Prebuilt/components/Header/index.tsx": {
|
18043
17633
|
"bytesInOutput": 27
|
@@ -18049,64 +17639,64 @@
|
|
18049
17639
|
"bytesInOutput": 1607
|
18050
17640
|
},
|
18051
17641
|
"src/Prebuilt/components/Header/common.jsx": {
|
18052
|
-
"bytesInOutput":
|
17642
|
+
"bytesInOutput": 5838
|
18053
17643
|
},
|
18054
17644
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
18055
17645
|
"bytesInOutput": 754
|
18056
17646
|
},
|
18057
17647
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
18058
|
-
"bytesInOutput":
|
17648
|
+
"bytesInOutput": 3485
|
18059
17649
|
},
|
18060
17650
|
"src/Prebuilt/components/init/Init.jsx": {
|
18061
|
-
"bytesInOutput":
|
17651
|
+
"bytesInOutput": 619
|
18062
17652
|
},
|
18063
17653
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
18064
|
-
"bytesInOutput":
|
17654
|
+
"bytesInOutput": 1364
|
18065
17655
|
},
|
18066
17656
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
18067
|
-
"bytesInOutput":
|
17657
|
+
"bytesInOutput": 3145
|
18068
17658
|
},
|
18069
17659
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
18070
|
-
"bytesInOutput":
|
17660
|
+
"bytesInOutput": 2172
|
18071
17661
|
},
|
18072
17662
|
"src/Prebuilt/AppStateContext.tsx": {
|
18073
17663
|
"bytesInOutput": 2554
|
18074
17664
|
},
|
18075
17665
|
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
18076
|
-
"bytesInOutput":
|
17666
|
+
"bytesInOutput": 466
|
18077
17667
|
},
|
18078
17668
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
18079
|
-
"bytesInOutput":
|
17669
|
+
"bytesInOutput": 2883
|
18080
17670
|
},
|
18081
17671
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
18082
17672
|
"bytesInOutput": 27
|
18083
17673
|
},
|
18084
17674
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
18085
|
-
"bytesInOutput":
|
17675
|
+
"bytesInOutput": 7178
|
18086
17676
|
},
|
18087
17677
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
18088
17678
|
"bytesInOutput": 1053
|
18089
17679
|
},
|
18090
17680
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
18091
|
-
"bytesInOutput":
|
17681
|
+
"bytesInOutput": 1270
|
18092
17682
|
},
|
18093
17683
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
18094
|
-
"bytesInOutput":
|
17684
|
+
"bytesInOutput": 1612
|
18095
17685
|
},
|
18096
17686
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
18097
|
-
"bytesInOutput":
|
17687
|
+
"bytesInOutput": 1935
|
18098
17688
|
},
|
18099
17689
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
18100
|
-
"bytesInOutput":
|
17690
|
+
"bytesInOutput": 5751
|
18101
17691
|
},
|
18102
17692
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
18103
|
-
"bytesInOutput":
|
17693
|
+
"bytesInOutput": 1565
|
18104
17694
|
},
|
18105
17695
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
18106
|
-
"bytesInOutput":
|
17696
|
+
"bytesInOutput": 1395
|
18107
17697
|
},
|
18108
17698
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
18109
|
-
"bytesInOutput":
|
17699
|
+
"bytesInOutput": 4352
|
18110
17700
|
},
|
18111
17701
|
"src/Prebuilt/images/android-perm-1.png": {
|
18112
17702
|
"bytesInOutput": 10443
|
@@ -18115,25 +17705,25 @@
|
|
18115
17705
|
"bytesInOutput": 11963
|
18116
17706
|
},
|
18117
17707
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
18118
|
-
"bytesInOutput":
|
17708
|
+
"bytesInOutput": 2204
|
18119
17709
|
},
|
18120
17710
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
18121
|
-
"bytesInOutput":
|
17711
|
+
"bytesInOutput": 1782
|
18122
17712
|
},
|
18123
17713
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
18124
17714
|
"bytesInOutput": 640
|
18125
17715
|
},
|
18126
17716
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
18127
|
-
"bytesInOutput":
|
17717
|
+
"bytesInOutput": 1651
|
18128
17718
|
},
|
18129
17719
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
18130
|
-
"bytesInOutput":
|
17720
|
+
"bytesInOutput": 1173
|
18131
17721
|
},
|
18132
17722
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
18133
|
-
"bytesInOutput":
|
17723
|
+
"bytesInOutput": 1013
|
18134
17724
|
},
|
18135
17725
|
"src/Prebuilt/components/Toast/Toast.jsx": {
|
18136
|
-
"bytesInOutput":
|
17726
|
+
"bytesInOutput": 406
|
18137
17727
|
},
|
18138
17728
|
"src/Prebuilt/layouts/Sheet.tsx": {
|
18139
17729
|
"bytesInOutput": 478
|
@@ -18142,13 +17732,13 @@
|
|
18142
17732
|
"bytesInOutput": 1623
|
18143
17733
|
},
|
18144
17734
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
18145
|
-
"bytesInOutput":
|
17735
|
+
"bytesInOutput": 4270
|
18146
17736
|
},
|
18147
17737
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
18148
|
-
"bytesInOutput":
|
17738
|
+
"bytesInOutput": 577
|
18149
17739
|
},
|
18150
17740
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
18151
|
-
"bytesInOutput":
|
17741
|
+
"bytesInOutput": 1785
|
18152
17742
|
},
|
18153
17743
|
"src/Progress/index.tsx": {
|
18154
17744
|
"bytesInOutput": 418
|
@@ -18160,7 +17750,145 @@
|
|
18160
17750
|
"bytesInOutput": 651
|
18161
17751
|
}
|
18162
17752
|
},
|
18163
|
-
"bytes":
|
17753
|
+
"bytes": 1290113
|
17754
|
+
},
|
17755
|
+
"dist/index.css.map": {
|
17756
|
+
"imports": [],
|
17757
|
+
"exports": [],
|
17758
|
+
"inputs": {},
|
17759
|
+
"bytes": 121900
|
17760
|
+
},
|
17761
|
+
"dist/index.css": {
|
17762
|
+
"imports": [
|
17763
|
+
{
|
17764
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
17765
|
+
"kind": "import-rule",
|
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='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>",
|
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='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>",
|
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='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>",
|
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='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>",
|
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.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>",
|
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 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>",
|
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 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>",
|
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 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>",
|
17805
|
+
"kind": "url-token",
|
17806
|
+
"external": true
|
17807
|
+
},
|
17808
|
+
{
|
17809
|
+
"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>",
|
17810
|
+
"kind": "url-token",
|
17811
|
+
"external": true
|
17812
|
+
}
|
17813
|
+
],
|
17814
|
+
"inputs": {
|
17815
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css": {
|
17816
|
+
"bytesInOutput": 75223
|
17817
|
+
},
|
17818
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
|
17819
|
+
"bytesInOutput": 131
|
17820
|
+
}
|
17821
|
+
},
|
17822
|
+
"bytes": 75631
|
17823
|
+
},
|
17824
|
+
"dist/HLSView-VL3DXGRO.css.map": {
|
17825
|
+
"imports": [],
|
17826
|
+
"exports": [],
|
17827
|
+
"inputs": {},
|
17828
|
+
"bytes": 121900
|
17829
|
+
},
|
17830
|
+
"dist/HLSView-VL3DXGRO.css": {
|
17831
|
+
"imports": [
|
17832
|
+
{
|
17833
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
17834
|
+
"kind": "import-rule",
|
17835
|
+
"external": true
|
17836
|
+
},
|
17837
|
+
{
|
17838
|
+
"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>",
|
17839
|
+
"kind": "url-token",
|
17840
|
+
"external": true
|
17841
|
+
},
|
17842
|
+
{
|
17843
|
+
"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>",
|
17844
|
+
"kind": "url-token",
|
17845
|
+
"external": true
|
17846
|
+
},
|
17847
|
+
{
|
17848
|
+
"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>",
|
17849
|
+
"kind": "url-token",
|
17850
|
+
"external": true
|
17851
|
+
},
|
17852
|
+
{
|
17853
|
+
"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>",
|
17854
|
+
"kind": "url-token",
|
17855
|
+
"external": true
|
17856
|
+
},
|
17857
|
+
{
|
17858
|
+
"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>",
|
17859
|
+
"kind": "url-token",
|
17860
|
+
"external": true
|
17861
|
+
},
|
17862
|
+
{
|
17863
|
+
"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>",
|
17864
|
+
"kind": "url-token",
|
17865
|
+
"external": true
|
17866
|
+
},
|
17867
|
+
{
|
17868
|
+
"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>",
|
17869
|
+
"kind": "url-token",
|
17870
|
+
"external": true
|
17871
|
+
},
|
17872
|
+
{
|
17873
|
+
"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>",
|
17874
|
+
"kind": "url-token",
|
17875
|
+
"external": true
|
17876
|
+
},
|
17877
|
+
{
|
17878
|
+
"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>",
|
17879
|
+
"kind": "url-token",
|
17880
|
+
"external": true
|
17881
|
+
}
|
17882
|
+
],
|
17883
|
+
"inputs": {
|
17884
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818a72/tldraw.css": {
|
17885
|
+
"bytesInOutput": 75223
|
17886
|
+
},
|
17887
|
+
"../../../../../../../tmp/tmp-2868-6TSDHEibDpsa/18f32e818290/index.css": {
|
17888
|
+
"bytesInOutput": 131
|
17889
|
+
}
|
17890
|
+
},
|
17891
|
+
"bytes": 75642
|
18164
17892
|
}
|
18165
17893
|
}
|
18166
17894
|
}
|