@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.
Files changed (45) hide show
  1. package/dist/{HLSView-A6GH22QT.js → HLSView-524T6OTY.js} +109 -120
  2. package/dist/{HLSView-A6GH22QT.js.map → HLSView-524T6OTY.js.map} +2 -2
  3. package/dist/HLSView-VL3DXGRO.css +2767 -0
  4. package/dist/HLSView-VL3DXGRO.css.map +7 -0
  5. package/dist/Prebuilt/common/constants.d.ts +1 -0
  6. package/dist/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.d.ts +3 -0
  7. package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
  8. package/dist/Prebuilt/components/PIP/PIPComponent.d.ts +14 -0
  9. package/dist/Prebuilt/components/PIP/PIPManager.d.ts +100 -0
  10. package/dist/Prebuilt/components/RoleChangeModal.d.ts +5 -0
  11. package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +2 -1
  12. package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +1 -0
  13. package/dist/{chunk-5KG27WWA.js → chunk-IOHV3H2B.js} +1861 -2103
  14. package/dist/chunk-IOHV3H2B.js.map +7 -0
  15. package/dist/index.cjs.css +2767 -0
  16. package/dist/index.cjs.css.map +7 -0
  17. package/dist/index.cjs.js +3352 -3573
  18. package/dist/index.cjs.js.map +4 -4
  19. package/dist/index.css +2767 -0
  20. package/dist/index.css.map +7 -0
  21. package/dist/index.js +1 -1
  22. package/dist/meta.cjs.json +470 -808
  23. package/dist/meta.esbuild.json +549 -821
  24. package/package.json +9 -16
  25. package/src/Modal/DialogContent.tsx +1 -1
  26. package/src/Prebuilt/common/constants.ts +2 -0
  27. package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +22 -0
  28. package/src/Prebuilt/components/AudioVideoToggle.tsx +1 -1
  29. package/src/Prebuilt/components/Chat/Chat.tsx +3 -4
  30. package/src/Prebuilt/components/Footer/ParticipantList.tsx +56 -37
  31. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +2 -2
  32. package/src/Prebuilt/components/PIP/{PIPComponent.jsx → PIPComponent.tsx} +31 -18
  33. package/src/Prebuilt/components/PIP/{PIPManager.js → PIPManager.ts} +60 -35
  34. package/src/Prebuilt/components/RoleChangeModal.tsx +187 -0
  35. package/src/Prebuilt/components/SecondaryTiles.tsx +7 -0
  36. package/src/Prebuilt/components/TileMenu/TileMenu.tsx +5 -0
  37. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +23 -1
  38. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -2
  39. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +7 -13
  40. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +3 -0
  41. package/src/Prebuilt/layouts/PDFView.jsx +6 -1
  42. package/src/Prebuilt/layouts/SidePane.tsx +9 -9
  43. package/src/Prebuilt/plugins/FlyingEmoji.jsx +2 -4
  44. package/dist/chunk-5KG27WWA.js.map +0 -7
  45. package/src/Prebuilt/components/RoleChangeModal.jsx +0 -185
@@ -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": 4466,
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": 1922,
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": 9985,
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.js": {
3587
- "bytes": 10148,
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.jsx": {
3639
- "bytes": 2535,
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.js",
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.jsx",
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.jsx": {
3711
- "bytes": 6492,
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/Text/index.tsx",
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": "../../Tooltip"
3556
+ "original": "../../Sheet"
3767
3557
  },
3768
3558
  {
3769
- "path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
3559
+ "path": "src/Text/index.tsx",
3770
3560
  "kind": "import-statement",
3771
- "original": "./hooks/useDropdownSelection"
3561
+ "original": "../../Text"
3772
3562
  },
3773
3563
  {
3774
- "path": "src/Prebuilt/common/hooks.ts",
3564
+ "path": "src/Theme/index.tsx",
3775
3565
  "kind": "import-statement",
3776
- "original": "../common/hooks"
3566
+ "original": "../../Theme"
3777
3567
  },
3778
3568
  {
3779
- "path": "src/utils/index.ts",
3569
+ "path": "src/Tooltip/index.ts",
3780
3570
  "kind": "import-statement",
3781
- "original": "../../utils"
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": 8205,
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.js",
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.jsx",
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": 333027,
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/hooks/usePeerOnStageActions.tsx": {
6218
- "bytes": 1672,
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": "<runtime>",
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": 12898,
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": 5421,
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": 11533,
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": 4835,
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": 7852,
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": 2773,
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": 3118,
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-rGJbGJHWrrl6/18f32e818a93/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-rGJbGJHWrrl6/18f32e818971/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-rGJbGJHWrrl6/18f32e818a93/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": 3186,
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-rGJbGJHWrrl6/18f32e818971/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": 1766,
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.jsx",
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.js",
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.js",
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": 4255,
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"
@@ -13948,7 +13514,7 @@
13948
13514
  "imports": [],
13949
13515
  "exports": [],
13950
13516
  "inputs": {},
13951
- "bytes": 3331038
13517
+ "bytes": 3327602
13952
13518
  },
13953
13519
  "dist/index.cjs.js": {
13954
13520
  "imports": [
@@ -14647,6 +14213,11 @@
14647
14213
  "kind": "require-call",
14648
14214
  "external": true
14649
14215
  },
14216
+ {
14217
+ "path": "react-use",
14218
+ "kind": "require-call",
14219
+ "external": true
14220
+ },
14650
14221
  {
14651
14222
  "path": "@100mslive/react-sdk",
14652
14223
  "kind": "require-call",
@@ -15207,6 +14778,16 @@
15207
14778
  "kind": "require-call",
15208
14779
  "external": true
15209
14780
  },
14781
+ {
14782
+ "path": "@100mslive/react-sdk",
14783
+ "kind": "require-call",
14784
+ "external": true
14785
+ },
14786
+ {
14787
+ "path": "react",
14788
+ "kind": "require-call",
14789
+ "external": true
14790
+ },
15210
14791
  {
15211
14792
  "path": "react-use",
15212
14793
  "kind": "require-call",
@@ -16262,6 +15843,11 @@
16262
15843
  "kind": "require-call",
16263
15844
  "external": true
16264
15845
  },
15846
+ {
15847
+ "path": "@100mslive/hms-whiteboard",
15848
+ "kind": "require-call",
15849
+ "external": true
15850
+ },
16265
15851
  {
16266
15852
  "path": "@100mslive/react-sdk",
16267
15853
  "kind": "require-call",
@@ -16940,18 +16526,19 @@
16940
16526
  ],
16941
16527
  "exports": [],
16942
16528
  "entryPoint": "src/index.ts",
16529
+ "cssBundle": "dist/index.cjs.css",
16943
16530
  "inputs": {
16944
16531
  "<define:process.env>": {
16945
- "bytesInOutput": 18222
16532
+ "bytesInOutput": 17867
16946
16533
  },
16947
16534
  "src/Theme/base.config.ts": {
16948
- "bytesInOutput": 6104
16535
+ "bytesInOutput": 6078
16949
16536
  },
16950
16537
  "src/Prebuilt/common/constants.ts": {
16951
- "bytesInOutput": 4581
16538
+ "bytesInOutput": 4155
16952
16539
  },
16953
16540
  "src/Theme/stitches.config.ts": {
16954
- "bytesInOutput": 2153
16541
+ "bytesInOutput": 2134
16955
16542
  },
16956
16543
  "src/Theme/useSSR.tsx": {
16957
16544
  "bytesInOutput": 638
@@ -16972,7 +16559,7 @@
16972
16559
  "bytesInOutput": 145
16973
16560
  },
16974
16561
  "src/Loading/Loading.tsx": {
16975
- "bytesInOutput": 1010
16562
+ "bytesInOutput": 888
16976
16563
  },
16977
16564
  "src/Loading/index.ts": {
16978
16565
  "bytesInOutput": 134
@@ -16981,7 +16568,7 @@
16981
16568
  "bytesInOutput": 417
16982
16569
  },
16983
16570
  "src/Button/Button.tsx": {
16984
- "bytesInOutput": 5355
16571
+ "bytesInOutput": 5218
16985
16572
  },
16986
16573
  "src/Button/index.tsx": {
16987
16574
  "bytesInOutput": 132
@@ -16993,16 +16580,16 @@
16993
16580
  "bytesInOutput": 126
16994
16581
  },
16995
16582
  "src/IconButton/IconButton.tsx": {
16996
- "bytesInOutput": 1185
16583
+ "bytesInOutput": 1159
16997
16584
  },
16998
16585
  "src/IconButton/index.tsx": {
16999
16586
  "bytesInOutput": 144
17000
16587
  },
17001
16588
  "src/Avatar/getAvatarBg.ts": {
17002
- "bytesInOutput": 1173
16589
+ "bytesInOutput": 1032
17003
16590
  },
17004
16591
  "src/Avatar/Avatar.tsx": {
17005
- "bytesInOutput": 1706
16592
+ "bytesInOutput": 1591
17006
16593
  },
17007
16594
  "src/Avatar/index.ts": {
17008
16595
  "bytesInOutput": 131
@@ -17014,7 +16601,7 @@
17014
16601
  "bytesInOutput": 134
17015
16602
  },
17016
16603
  "src/Switch/Switch.tsx": {
17017
- "bytesInOutput": 1490
16604
+ "bytesInOutput": 1477
17018
16605
  },
17019
16606
  "src/Switch/index.ts": {
17020
16607
  "bytesInOutput": 131
@@ -17026,25 +16613,25 @@
17026
16613
  "bytesInOutput": 151
17027
16614
  },
17028
16615
  "src/Tooltip/Tooltip.tsx": {
17029
- "bytesInOutput": 2244
16616
+ "bytesInOutput": 2218
17030
16617
  },
17031
16618
  "src/Tooltip/index.ts": {
17032
16619
  "bytesInOutput": 134
17033
16620
  },
17034
16621
  "src/Select/Select.tsx": {
17035
- "bytesInOutput": 1854
16622
+ "bytesInOutput": 1790
17036
16623
  },
17037
16624
  "src/Select/index.ts": {
17038
16625
  "bytesInOutput": 131
17039
16626
  },
17040
16627
  "src/Slider/Slider.tsx": {
17041
- "bytesInOutput": 2156
16628
+ "bytesInOutput": 1975
17042
16629
  },
17043
16630
  "src/Slider/index.ts": {
17044
16631
  "bytesInOutput": 131
17045
16632
  },
17046
16633
  "src/Modal/DialogContent.tsx": {
17047
- "bytesInOutput": 2387
16634
+ "bytesInOutput": 2370
17048
16635
  },
17049
16636
  "src/context/DialogContext.tsx": {
17050
16637
  "bytesInOutput": 510
@@ -17059,13 +16646,13 @@
17059
16646
  "bytesInOutput": 128
17060
16647
  },
17061
16648
  "src/Input/Input.tsx": {
17062
- "bytesInOutput": 3377
16649
+ "bytesInOutput": 3004
17063
16650
  },
17064
16651
  "src/Input/index.tsx": {
17065
16652
  "bytesInOutput": 129
17066
16653
  },
17067
16654
  "src/VideoTile/StyledVideoTile.tsx": {
17068
- "bytesInOutput": 3344
16655
+ "bytesInOutput": 3288
17069
16656
  },
17070
16657
  "src/VideoTile/index.tsx": {
17071
16658
  "bytesInOutput": 146
@@ -17092,13 +16679,13 @@
17092
16679
  "bytesInOutput": 138
17093
16680
  },
17094
16681
  "src/Video/Video.tsx": {
17095
- "bytesInOutput": 1642
16682
+ "bytesInOutput": 1560
17096
16683
  },
17097
16684
  "src/Video/index.tsx": {
17098
16685
  "bytesInOutput": 129
17099
16686
  },
17100
16687
  "src/TileMenu/StyledMenuTile.tsx": {
17101
- "bytesInOutput": 2568
16688
+ "bytesInOutput": 2549
17102
16689
  },
17103
16690
  "src/TileMenu/index.tsx": {
17104
16691
  "bytesInOutput": 143
@@ -17116,7 +16703,7 @@
17116
16703
  "bytesInOutput": 175
17117
16704
  },
17118
16705
  "src/Popover/index.tsx": {
17119
- "bytesInOutput": 1076
16706
+ "bytesInOutput": 1066
17120
16707
  },
17121
16708
  "src/Stats/formatBytes.ts": {
17122
16709
  "bytesInOutput": 634
@@ -17125,10 +16712,10 @@
17125
16712
  "bytesInOutput": 1004
17126
16713
  },
17127
16714
  "src/Stats/useQoE.ts": {
17128
- "bytesInOutput": 3576
16715
+ "bytesInOutput": 3023
17129
16716
  },
17130
16717
  "src/Stats/Stats.tsx": {
17131
- "bytesInOutput": 9732
16718
+ "bytesInOutput": 8379
17132
16719
  },
17133
16720
  "src/Stats/index.tsx": {
17134
16721
  "bytesInOutput": 129
@@ -17152,13 +16739,13 @@
17152
16739
  "bytesInOutput": 144
17153
16740
  },
17154
16741
  "src/Toast/Toast.tsx": {
17155
- "bytesInOutput": 5162
16742
+ "bytesInOutput": 4935
17156
16743
  },
17157
16744
  "src/Toast/index.tsx": {
17158
16745
  "bytesInOutput": 129
17159
16746
  },
17160
16747
  "src/Accordion/Accordion.tsx": {
17161
- "bytesInOutput": 3239
16748
+ "bytesInOutput": 2954
17162
16749
  },
17163
16750
  "src/Accordion/index.ts": {
17164
16751
  "bytesInOutput": 297
@@ -17188,13 +16775,13 @@
17188
16775
  "bytesInOutput": 126
17189
16776
  },
17190
16777
  "src/QRCode/QRCode.tsx": {
17191
- "bytesInOutput": 443
16778
+ "bytesInOutput": 430
17192
16779
  },
17193
16780
  "src/QRCode/index.tsx": {
17194
16781
  "bytesInOutput": 132
17195
16782
  },
17196
16783
  "src/Link/Link.tsx": {
17197
- "bytesInOutput": 1621
16784
+ "bytesInOutput": 1500
17198
16785
  },
17199
16786
  "src/Link/index.tsx": {
17200
16787
  "bytesInOutput": 126
@@ -17212,13 +16799,13 @@
17212
16799
  "bytesInOutput": 1090
17213
16800
  },
17214
16801
  "src/Prebuilt/components/AppData/useUISettings.js": {
17215
- "bytesInOutput": 7316
16802
+ "bytesInOutput": 6885
17216
16803
  },
17217
16804
  "src/Prebuilt/components/Settings/common.ts": {
17218
16805
  "bytesInOutput": 445
17219
16806
  },
17220
16807
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
17221
- "bytesInOutput": 3450
16808
+ "bytesInOutput": 3416
17222
16809
  },
17223
16810
  "../../node_modules/lodash/lodash.js": {
17224
16811
  "bytesInOutput": 224308
@@ -17227,22 +16814,22 @@
17227
16814
  "bytesInOutput": 1887
17228
16815
  },
17229
16816
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
17230
- "bytesInOutput": 2740
16817
+ "bytesInOutput": 2540
17231
16818
  },
17232
16819
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
17233
- "bytesInOutput": 1552
16820
+ "bytesInOutput": 1418
17234
16821
  },
17235
16822
  "src/Prebuilt/common/utils.js": {
17236
- "bytesInOutput": 3814
16823
+ "bytesInOutput": 3410
17237
16824
  },
17238
16825
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
17239
- "bytesInOutput": 3003
16826
+ "bytesInOutput": 2607
17240
16827
  },
17241
16828
  "src/Prebuilt/components/AppData/useSidepane.js": {
17242
16829
  "bytesInOutput": 3269
17243
16830
  },
17244
16831
  "src/Prebuilt/components/AppData/AppData.tsx": {
17245
- "bytesInOutput": 6705
16832
+ "bytesInOutput": 6537
17246
16833
  },
17247
16834
  "src/Prebuilt/AppContext.tsx": {
17248
16835
  "bytesInOutput": 840
@@ -17251,22 +16838,22 @@
17251
16838
  "bytesInOutput": 4824
17252
16839
  },
17253
16840
  "src/Prebuilt/components/AuthToken.jsx": {
17254
- "bytesInOutput": 4576
16841
+ "bytesInOutput": 4473
17255
16842
  },
17256
16843
  "src/Prebuilt/IconButton.tsx": {
17257
16844
  "bytesInOutput": 743
17258
16845
  },
17259
16846
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
17260
- "bytesInOutput": 4204
16847
+ "bytesInOutput": 4109
17261
16848
  },
17262
16849
  "src/Sheet/Sheet.tsx": {
17263
- "bytesInOutput": 3610
16850
+ "bytesInOutput": 3477
17264
16851
  },
17265
16852
  "src/Sheet/index.ts": {
17266
16853
  "bytesInOutput": 128
17267
16854
  },
17268
16855
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
17269
- "bytesInOutput": 1766
16856
+ "bytesInOutput": 1738
17270
16857
  },
17271
16858
  "src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
17272
16859
  "bytesInOutput": 808
@@ -17275,19 +16862,19 @@
17275
16862
  "bytesInOutput": 260
17276
16863
  },
17277
16864
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
17278
- "bytesInOutput": 8187
16865
+ "bytesInOutput": 7724
17279
16866
  },
17280
16867
  "src/Prebuilt/components/Settings/NotificationSettings.tsx": {
17281
16868
  "bytesInOutput": 2589
17282
16869
  },
17283
16870
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
17284
- "bytesInOutput": 11228
16871
+ "bytesInOutput": 11036
17285
16872
  },
17286
16873
  "src/Prebuilt/components/Toast/ToastManager.js": {
17287
- "bytesInOutput": 1359
16874
+ "bytesInOutput": 1301
17288
16875
  },
17289
16876
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
17290
- "bytesInOutput": 12611
16877
+ "bytesInOutput": 12312
17291
16878
  },
17292
16879
  "src/Prebuilt/components/CaptionIcon.tsx": {
17293
16880
  "bytesInOutput": 1318
@@ -17299,67 +16886,67 @@
17299
16886
  "bytesInOutput": 884
17300
16887
  },
17301
16888
  "src/Prebuilt/common/hooks.ts": {
17302
- "bytesInOutput": 6967
16889
+ "bytesInOutput": 6292
17303
16890
  },
17304
16891
  "src/Prebuilt/components/EmojiReaction.jsx": {
17305
- "bytesInOutput": 3504
16892
+ "bytesInOutput": 3415
17306
16893
  },
17307
16894
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
17308
- "bytesInOutput": 2547
16895
+ "bytesInOutput": 2517
17309
16896
  },
17310
16897
  "src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
17311
16898
  "bytesInOutput": 766
17312
16899
  },
17313
16900
  "src/Prebuilt/components/Leave/LeaveCard.tsx": {
17314
- "bytesInOutput": 958
16901
+ "bytesInOutput": 945
17315
16902
  },
17316
16903
  "src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
17317
- "bytesInOutput": 2361
16904
+ "bytesInOutput": 2297
17318
16905
  },
17319
16906
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
17320
- "bytesInOutput": 7168
16907
+ "bytesInOutput": 7004
17321
16908
  },
17322
16909
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
17323
- "bytesInOutput": 5991
16910
+ "bytesInOutput": 5831
17324
16911
  },
17325
16912
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
17326
- "bytesInOutput": 3023
16913
+ "bytesInOutput": 2895
17327
16914
  },
17328
16915
  "src/Prebuilt/components/PIP/pipUtils.js": {
17329
16916
  "bytesInOutput": 4391
17330
16917
  },
17331
- "src/Prebuilt/components/PIP/PIPManager.js": {
17332
- "bytesInOutput": 10583
16918
+ "src/Prebuilt/components/PIP/PIPManager.ts": {
16919
+ "bytesInOutput": 10464
17333
16920
  },
17334
16921
  "src/Prebuilt/components/PIP/SetupMediaSession.js": {
17335
- "bytesInOutput": 2932
16922
+ "bytesInOutput": 2273
17336
16923
  },
17337
- "src/Prebuilt/components/PIP/PIPComponent.jsx": {
17338
- "bytesInOutput": 2989
16924
+ "src/Prebuilt/components/PIP/PIPComponent.tsx": {
16925
+ "bytesInOutput": 3304
17339
16926
  },
17340
16927
  "src/Prebuilt/components/PIP/index.jsx": {
17341
16928
  "bytesInOutput": 369
17342
16929
  },
17343
- "src/Prebuilt/components/RoleChangeModal.jsx": {
17344
- "bytesInOutput": 7604
16930
+ "src/Prebuilt/components/RoleChangeModal.tsx": {
16931
+ "bytesInOutput": 6829
17345
16932
  },
17346
16933
  "src/Prebuilt/primitives/DialogContent.jsx": {
17347
- "bytesInOutput": 9392
16934
+ "bytesInOutput": 8704
17348
16935
  },
17349
16936
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
17350
16937
  "bytesInOutput": 3668
17351
16938
  },
17352
16939
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
17353
- "bytesInOutput": 4457
16940
+ "bytesInOutput": 4365
17354
16941
  },
17355
16942
  "src/Prebuilt/components/StatsForNerds.jsx": {
17356
- "bytesInOutput": 11848
16943
+ "bytesInOutput": 11361
17357
16944
  },
17358
16945
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
17359
- "bytesInOutput": 6192
16946
+ "bytesInOutput": 6036
17360
16947
  },
17361
16948
  "src/Prebuilt/components/hooks/useFullscreen.ts": {
17362
- "bytesInOutput": 1791
16949
+ "bytesInOutput": 1761
17363
16950
  },
17364
16951
  "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
17365
16952
  "bytesInOutput": 1014
@@ -17368,16 +16955,16 @@
17368
16955
  "bytesInOutput": 637
17369
16956
  },
17370
16957
  "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
17371
- "bytesInOutput": 3326
16958
+ "bytesInOutput": 3236
17372
16959
  },
17373
16960
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17374
- "bytesInOutput": 2378
16961
+ "bytesInOutput": 2322
17375
16962
  },
17376
16963
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
17377
- "bytesInOutput": 2163
16964
+ "bytesInOutput": 1988
17378
16965
  },
17379
16966
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17380
- "bytesInOutput": 8604
16967
+ "bytesInOutput": 8601
17381
16968
  },
17382
16969
  "../../node_modules/reselect/es/index.js": {
17383
16970
  "bytesInOutput": 2641
@@ -17437,28 +17024,28 @@
17437
17024
  "bytesInOutput": 615
17438
17025
  },
17439
17026
  "../hms-video-store/dist/index.js": {
17440
- "bytesInOutput": 53949
17027
+ "bytesInOutput": 53955
17441
17028
  },
17442
17029
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17443
- "bytesInOutput": 1384
17030
+ "bytesInOutput": 1307
17444
17031
  },
17445
17032
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
17446
- "bytesInOutput": 1165
17033
+ "bytesInOutput": 1142
17447
17034
  },
17448
17035
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
17449
- "bytesInOutput": 8158
17036
+ "bytesInOutput": 7932
17450
17037
  },
17451
17038
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17452
- "bytesInOutput": 11425
17039
+ "bytesInOutput": 11020
17453
17040
  },
17454
17041
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
17455
- "bytesInOutput": 1881
17042
+ "bytesInOutput": 1696
17456
17043
  },
17457
17044
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
17458
- "bytesInOutput": 4158
17045
+ "bytesInOutput": 4034
17459
17046
  },
17460
17047
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
17461
- "bytesInOutput": 2842
17048
+ "bytesInOutput": 2701
17462
17049
  },
17463
17050
  "src/Prebuilt/components/AppData/useSheet.ts": {
17464
17051
  "bytesInOutput": 1099
@@ -17467,13 +17054,13 @@
17467
17054
  "bytesInOutput": 938
17468
17055
  },
17469
17056
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17470
- "bytesInOutput": 14249
17057
+ "bytesInOutput": 14041
17471
17058
  },
17472
17059
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17473
17060
  "bytesInOutput": 831
17474
17061
  },
17475
17062
  "src/Prebuilt/components/RaiseHand.tsx": {
17476
- "bytesInOutput": 1306
17063
+ "bytesInOutput": 1242
17477
17064
  },
17478
17065
  "src/Prebuilt/images/pdf-share.png": {
17479
17066
  "bytesInOutput": 25548
@@ -17503,7 +17090,7 @@
17503
17090
  "bytesInOutput": 7926
17504
17091
  },
17505
17092
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
17506
- "bytesInOutput": 2153
17093
+ "bytesInOutput": 2123
17507
17094
  },
17508
17095
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
17509
17096
  "bytesInOutput": 1596
@@ -17515,37 +17102,40 @@
17515
17102
  "bytesInOutput": 974
17516
17103
  },
17517
17104
  "src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
17518
- "bytesInOutput": 4653
17105
+ "bytesInOutput": 4608
17519
17106
  },
17520
17107
  "src/Prebuilt/components/RemoveParticipant.tsx": {
17521
- "bytesInOutput": 1694
17108
+ "bytesInOutput": 1619
17522
17109
  },
17523
17110
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17524
- "bytesInOutput": 8531
17111
+ "bytesInOutput": 8010
17525
17112
  },
17526
17113
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
17527
- "bytesInOutput": 2258
17114
+ "bytesInOutput": 2183
17528
17115
  },
17529
17116
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17530
- "bytesInOutput": 6561
17117
+ "bytesInOutput": 6381
17118
+ },
17119
+ "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
17120
+ "bytesInOutput": 981
17531
17121
  },
17532
17122
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
17533
- "bytesInOutput": 2181
17123
+ "bytesInOutput": 2005
17534
17124
  },
17535
17125
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17536
- "bytesInOutput": 14891
17126
+ "bytesInOutput": 15785
17537
17127
  },
17538
17128
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17539
17129
  "bytesInOutput": 1521
17540
17130
  },
17541
17131
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17542
- "bytesInOutput": 1729
17132
+ "bytesInOutput": 1704
17543
17133
  },
17544
17134
  "src/Prebuilt/components/Footer/Footer.tsx": {
17545
- "bytesInOutput": 4537
17135
+ "bytesInOutput": 4283
17546
17136
  },
17547
17137
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17548
- "bytesInOutput": 2825
17138
+ "bytesInOutput": 2797
17549
17139
  },
17550
17140
  "src/Prebuilt/components/Streaming/Common.jsx": {
17551
17141
  "bytesInOutput": 2759
@@ -17554,7 +17144,7 @@
17554
17144
  "bytesInOutput": 1170
17555
17145
  },
17556
17146
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17557
- "bytesInOutput": 9672
17147
+ "bytesInOutput": 9264
17558
17148
  },
17559
17149
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
17560
17150
  "bytesInOutput": 2802
@@ -17563,7 +17153,7 @@
17563
17153
  "bytesInOutput": 394
17564
17154
  },
17565
17155
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
17566
- "bytesInOutput": 1373
17156
+ "bytesInOutput": 1346
17567
17157
  },
17568
17158
  "src/Prebuilt/components/Polls/common/VoteCount.tsx": {
17569
17159
  "bytesInOutput": 587
@@ -17572,19 +17162,19 @@
17572
17162
  "bytesInOutput": 865
17573
17163
  },
17574
17164
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
17575
- "bytesInOutput": 4667
17165
+ "bytesInOutput": 4505
17576
17166
  },
17577
17167
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
17578
- "bytesInOutput": 5476
17168
+ "bytesInOutput": 5402
17579
17169
  },
17580
17170
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
17581
- "bytesInOutput": 10158
17171
+ "bytesInOutput": 9951
17582
17172
  },
17583
17173
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
17584
- "bytesInOutput": 2546
17174
+ "bytesInOutput": 2409
17585
17175
  },
17586
17176
  "src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
17587
- "bytesInOutput": 6096
17177
+ "bytesInOutput": 5571
17588
17178
  },
17589
17179
  "src/Prebuilt/components/Polls/common/utils.ts": {
17590
17180
  "bytesInOutput": 837
@@ -17596,31 +17186,31 @@
17596
17186
  "bytesInOutput": 1010
17597
17187
  },
17598
17188
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
17599
- "bytesInOutput": 2203
17189
+ "bytesInOutput": 1956
17600
17190
  },
17601
17191
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
17602
- "bytesInOutput": 2884
17192
+ "bytesInOutput": 2629
17603
17193
  },
17604
17194
  "src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
17605
- "bytesInOutput": 5057
17195
+ "bytesInOutput": 4903
17606
17196
  },
17607
17197
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
17608
- "bytesInOutput": 9004
17198
+ "bytesInOutput": 8638
17609
17199
  },
17610
17200
  "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
17611
- "bytesInOutput": 1658
17201
+ "bytesInOutput": 1471
17612
17202
  },
17613
17203
  "src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
17614
- "bytesInOutput": 2124
17204
+ "bytesInOutput": 1897
17615
17205
  },
17616
17206
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
17617
- "bytesInOutput": 4218
17207
+ "bytesInOutput": 4138
17618
17208
  },
17619
17209
  "src/Prebuilt/components/Polls/Polls.tsx": {
17620
17210
  "bytesInOutput": 1177
17621
17211
  },
17622
17212
  "src/Prebuilt/components/Header/HeaderComponents.jsx": {
17623
- "bytesInOutput": 2165
17213
+ "bytesInOutput": 2059
17624
17214
  },
17625
17215
  "src/Prebuilt/components/RoomDetails/Duration.tsx": {
17626
17216
  "bytesInOutput": 999
@@ -17635,43 +17225,43 @@
17635
17225
  "bytesInOutput": 688
17636
17226
  },
17637
17227
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
17638
- "bytesInOutput": 1528
17228
+ "bytesInOutput": 1433
17639
17229
  },
17640
17230
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
17641
- "bytesInOutput": 3164
17231
+ "bytesInOutput": 2908
17642
17232
  },
17643
17233
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
17644
- "bytesInOutput": 11568
17234
+ "bytesInOutput": 11287
17645
17235
  },
17646
17236
  "src/Prebuilt/images/empty-chat.svg": {
17647
17237
  "bytesInOutput": 2366
17648
17238
  },
17649
17239
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
17650
- "bytesInOutput": 2555
17240
+ "bytesInOutput": 2481
17651
17241
  },
17652
17242
  "src/Prebuilt/components/hooks/usePinnedBy.tsx": {
17653
- "bytesInOutput": 926
17243
+ "bytesInOutput": 893
17654
17244
  },
17655
17245
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17656
- "bytesInOutput": 17559
17246
+ "bytesInOutput": 17073
17657
17247
  },
17658
17248
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
17659
- "bytesInOutput": 8614
17249
+ "bytesInOutput": 8343
17660
17250
  },
17661
17251
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
17662
- "bytesInOutput": 6701
17252
+ "bytesInOutput": 6563
17663
17253
  },
17664
17254
  "src/Prebuilt/components/AppData/useChatState.js": {
17665
17255
  "bytesInOutput": 914
17666
17256
  },
17667
17257
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
17668
- "bytesInOutput": 1440
17258
+ "bytesInOutput": 1331
17669
17259
  },
17670
17260
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17671
- "bytesInOutput": 11558
17261
+ "bytesInOutput": 10937
17672
17262
  },
17673
17263
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17674
- "bytesInOutput": 3529
17264
+ "bytesInOutput": 3162
17675
17265
  },
17676
17266
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
17677
17267
  "bytesInOutput": 1403
@@ -17680,154 +17270,157 @@
17680
17270
  "bytesInOutput": 827
17681
17271
  },
17682
17272
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
17683
- "bytesInOutput": 6242
17273
+ "bytesInOutput": 5941
17684
17274
  },
17685
17275
  "src/Prebuilt/components/Chat/Chat.tsx": {
17686
- "bytesInOutput": 6177
17276
+ "bytesInOutput": 6043
17687
17277
  },
17688
17278
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
17689
- "bytesInOutput": 5344
17279
+ "bytesInOutput": 5246
17690
17280
  },
17691
17281
  "src/Prebuilt/components/ChatSettings.tsx": {
17692
- "bytesInOutput": 3060
17282
+ "bytesInOutput": 2867
17693
17283
  },
17694
17284
  "src/Prebuilt/components/SidePaneTabs.tsx": {
17695
- "bytesInOutput": 9235
17285
+ "bytesInOutput": 9010
17696
17286
  },
17697
17287
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
17698
- "bytesInOutput": 3070
17288
+ "bytesInOutput": 3069
17699
17289
  },
17700
17290
  "src/Prebuilt/components/TileMenu/utils.ts": {
17701
- "bytesInOutput": 296
17291
+ "bytesInOutput": 266
17702
17292
  },
17703
17293
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
17704
- "bytesInOutput": 13723
17294
+ "bytesInOutput": 14192
17705
17295
  },
17706
17296
  "src/Prebuilt/components/TileMenu/TileMenu.tsx": {
17707
- "bytesInOutput": 5495
17297
+ "bytesInOutput": 5672
17708
17298
  },
17709
17299
  "src/Prebuilt/components/peerTileUtils.jsx": {
17710
17300
  "bytesInOutput": 1299
17711
17301
  },
17712
17302
  "src/Prebuilt/components/VideoTile.tsx": {
17713
- "bytesInOutput": 7807
17303
+ "bytesInOutput": 7459
17714
17304
  },
17715
17305
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
17716
- "bytesInOutput": 1562
17306
+ "bytesInOutput": 1504
17717
17307
  },
17718
17308
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
17719
- "bytesInOutput": 1628
17309
+ "bytesInOutput": 1548
17720
17310
  },
17721
17311
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
17722
- "bytesInOutput": 4242
17312
+ "bytesInOutput": 3545
17723
17313
  },
17724
17314
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
17725
17315
  "bytesInOutput": 908
17726
17316
  },
17727
17317
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
17728
- "bytesInOutput": 9449
17318
+ "bytesInOutput": 9133
17729
17319
  },
17730
17320
  "src/Prebuilt/layouts/SidePane.tsx": {
17731
- "bytesInOutput": 7946
17321
+ "bytesInOutput": 7345
17732
17322
  },
17733
17323
  "src/Prebuilt/components/Chip.tsx": {
17734
- "bytesInOutput": 1118
17324
+ "bytesInOutput": 1080
17735
17325
  },
17736
17326
  "src/Prebuilt/components/FullPageProgress.tsx": {
17737
- "bytesInOutput": 902
17327
+ "bytesInOutput": 889
17738
17328
  },
17739
17329
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
17740
- "bytesInOutput": 3422
17330
+ "bytesInOutput": 3254
17741
17331
  },
17742
17332
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17743
- "bytesInOutput": 11955
17333
+ "bytesInOutput": 11725
17744
17334
  },
17745
17335
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
17746
17336
  "bytesInOutput": 2807
17747
17337
  },
17748
17338
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
17749
- "bytesInOutput": 3799
17339
+ "bytesInOutput": 3550
17750
17340
  },
17751
17341
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
17752
17342
  "bytesInOutput": 706
17753
17343
  },
17754
17344
  "src/Prebuilt/components/InsetTile.tsx": {
17755
- "bytesInOutput": 5183
17345
+ "bytesInOutput": 4934
17756
17346
  },
17757
17347
  "src/Prebuilt/components/Pagination.tsx": {
17758
17348
  "bytesInOutput": 2118
17759
17349
  },
17760
17350
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
17761
- "bytesInOutput": 1620
17351
+ "bytesInOutput": 1445
17762
17352
  },
17763
17353
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17764
17354
  "bytesInOutput": 4485
17765
17355
  },
17766
17356
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17767
- "bytesInOutput": 2453
17357
+ "bytesInOutput": 2322
17768
17358
  },
17769
17359
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
17770
- "bytesInOutput": 3064
17360
+ "bytesInOutput": 2814
17771
17361
  },
17772
17362
  "src/Prebuilt/components/SecondaryTiles.tsx": {
17773
- "bytesInOutput": 3143
17363
+ "bytesInOutput": 3206
17774
17364
  },
17775
17365
  "src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
17776
- "bytesInOutput": 1387
17366
+ "bytesInOutput": 1319
17777
17367
  },
17778
17368
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
17779
- "bytesInOutput": 2745
17369
+ "bytesInOutput": 2644
17780
17370
  },
17781
17371
  "src/Prebuilt/components/LayoutModeSelector.tsx": {
17782
17372
  "bytesInOutput": 4151
17783
17373
  },
17784
17374
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
17785
- "bytesInOutput": 1707
17375
+ "bytesInOutput": 1677
17786
17376
  },
17787
17377
  "src/Prebuilt/components/ScreenshareTile.tsx": {
17788
- "bytesInOutput": 5583
17378
+ "bytesInOutput": 5405
17789
17379
  },
17790
17380
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
17791
- "bytesInOutput": 3475
17381
+ "bytesInOutput": 3200
17382
+ },
17383
+ "../../../../../../../tmp/tmp-2868-rGJbGJHWrrl6/18f32e818971/index.css": {
17384
+ "bytesInOutput": 116
17792
17385
  },
17793
17386
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17794
- "bytesInOutput": 3759
17387
+ "bytesInOutput": 3565
17795
17388
  },
17796
17389
  "src/Prebuilt/common/PeersSorter.ts": {
17797
- "bytesInOutput": 3604
17390
+ "bytesInOutput": 3470
17798
17391
  },
17799
17392
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17800
- "bytesInOutput": 5493
17393
+ "bytesInOutput": 5370
17801
17394
  },
17802
17395
  "src/Prebuilt/layouts/EmbedView.jsx": {
17803
- "bytesInOutput": 3522
17396
+ "bytesInOutput": 3391
17804
17397
  },
17805
17398
  "src/Prebuilt/layouts/PDFView.jsx": {
17806
- "bytesInOutput": 1972
17399
+ "bytesInOutput": 2060
17807
17400
  },
17808
17401
  "src/Prebuilt/layouts/WaitingView.jsx": {
17809
17402
  "bytesInOutput": 1943
17810
17403
  },
17811
17404
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
17812
- "bytesInOutput": 7534
17405
+ "bytesInOutput": 7362
17813
17406
  },
17814
17407
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
17815
- "bytesInOutput": 849
17408
+ "bytesInOutput": 820
17816
17409
  },
17817
17410
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
17818
- "bytesInOutput": 4195
17411
+ "bytesInOutput": 3859
17819
17412
  },
17820
17413
  "src/Prebuilt/components/HMSVideo/Controls.jsx": {
17821
17414
  "bytesInOutput": 656
17822
17415
  },
17823
17416
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17824
- "bytesInOutput": 1965
17417
+ "bytesInOutput": 1902
17825
17418
  },
17826
17419
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17827
17420
  "bytesInOutput": 489
17828
17421
  },
17829
17422
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
17830
- "bytesInOutput": 1254
17423
+ "bytesInOutput": 1142
17831
17424
  },
17832
17425
  "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
17833
17426
  "bytesInOutput": 591
@@ -17839,13 +17432,13 @@
17839
17432
  "bytesInOutput": 1027
17840
17433
  },
17841
17434
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17842
- "bytesInOutput": 3714
17435
+ "bytesInOutput": 3505
17843
17436
  },
17844
17437
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17845
- "bytesInOutput": 2019
17438
+ "bytesInOutput": 1932
17846
17439
  },
17847
17440
  "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
17848
- "bytesInOutput": 2951
17441
+ "bytesInOutput": 2799
17849
17442
  },
17850
17443
  "src/Prebuilt/components/HMSVideo/index.ts": {
17851
17444
  "bytesInOutput": 682
@@ -17854,28 +17447,28 @@
17854
17447
  "bytesInOutput": 997
17855
17448
  },
17856
17449
  "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
17857
- "bytesInOutput": 2389
17450
+ "bytesInOutput": 2275
17858
17451
  },
17859
17452
  "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
17860
- "bytesInOutput": 1016
17453
+ "bytesInOutput": 987
17861
17454
  },
17862
17455
  "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
17863
- "bytesInOutput": 8496
17456
+ "bytesInOutput": 8316
17864
17457
  },
17865
17458
  "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
17866
17459
  "bytesInOutput": 2886
17867
17460
  },
17868
17461
  "src/Prebuilt/layouts/HLSView.jsx": {
17869
- "bytesInOutput": 33658
17462
+ "bytesInOutput": 31767
17870
17463
  },
17871
17464
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17872
- "bytesInOutput": 4705
17465
+ "bytesInOutput": 4544
17873
17466
  },
17874
17467
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17875
17468
  "bytesInOutput": 2182
17876
17469
  },
17877
17470
  "src/Prebuilt/components/Header/common.jsx": {
17878
- "bytesInOutput": 7389
17471
+ "bytesInOutput": 7152
17879
17472
  },
17880
17473
  "src/Prebuilt/components/Header/Header.tsx": {
17881
17474
  "bytesInOutput": 2332
@@ -17887,52 +17480,52 @@
17887
17480
  "bytesInOutput": 1024
17888
17481
  },
17889
17482
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17890
- "bytesInOutput": 8920
17483
+ "bytesInOutput": 8545
17891
17484
  },
17892
17485
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17893
- "bytesInOutput": 4366
17486
+ "bytesInOutput": 4342
17894
17487
  },
17895
17488
  "src/Prebuilt/services/FeatureFlags.jsx": {
17896
- "bytesInOutput": 1708
17489
+ "bytesInOutput": 1645
17897
17490
  },
17898
17491
  "src/Prebuilt/components/init/Init.jsx": {
17899
- "bytesInOutput": 944
17492
+ "bytesInOutput": 893
17900
17493
  },
17901
17494
  "src/Prebuilt/components/Input/KeyboardInputManager.js": {
17902
- "bytesInOutput": 5007
17495
+ "bytesInOutput": 3675
17903
17496
  },
17904
17497
  "src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
17905
- "bytesInOutput": 789
17498
+ "bytesInOutput": 764
17906
17499
  },
17907
17500
  "src/Prebuilt/AppStateContext.tsx": {
17908
17501
  "bytesInOutput": 3463
17909
17502
  },
17910
17503
  "src/Prebuilt/components/LeaveScreen.tsx": {
17911
- "bytesInOutput": 2925
17504
+ "bytesInOutput": 2912
17912
17505
  },
17913
17506
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
17914
- "bytesInOutput": 3708
17507
+ "bytesInOutput": 3659
17915
17508
  },
17916
17509
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
17917
17510
  "bytesInOutput": 1415
17918
17511
  },
17919
17512
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
17920
- "bytesInOutput": 1821
17513
+ "bytesInOutput": 1737
17921
17514
  },
17922
17515
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17923
- "bytesInOutput": 7702
17516
+ "bytesInOutput": 6985
17924
17517
  },
17925
17518
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17926
- "bytesInOutput": 2394
17519
+ "bytesInOutput": 2354
17927
17520
  },
17928
17521
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
17929
- "bytesInOutput": 2023
17522
+ "bytesInOutput": 1885
17930
17523
  },
17931
17524
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
17932
- "bytesInOutput": 1964
17525
+ "bytesInOutput": 1933
17933
17526
  },
17934
17527
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
17935
- "bytesInOutput": 1873
17528
+ "bytesInOutput": 1840
17936
17529
  },
17937
17530
  "src/Prebuilt/images/android-perm-1.png": {
17938
17531
  "bytesInOutput": 10560
@@ -17941,34 +17534,34 @@
17941
17534
  "bytesInOutput": 12068
17942
17535
  },
17943
17536
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
17944
- "bytesInOutput": 5120
17537
+ "bytesInOutput": 4938
17945
17538
  },
17946
17539
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
17947
- "bytesInOutput": 2953
17540
+ "bytesInOutput": 2869
17948
17541
  },
17949
17542
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
17950
- "bytesInOutput": 2379
17543
+ "bytesInOutput": 2294
17951
17544
  },
17952
17545
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
17953
17546
  "bytesInOutput": 948
17954
17547
  },
17955
17548
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
17956
- "bytesInOutput": 2248
17549
+ "bytesInOutput": 2139
17957
17550
  },
17958
17551
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17959
- "bytesInOutput": 8886
17552
+ "bytesInOutput": 8093
17960
17553
  },
17961
17554
  "src/Prebuilt/components/Notifications/index.tsx": {
17962
17555
  "bytesInOutput": 173
17963
17556
  },
17964
17557
  "src/Prebuilt/components/Preview/PreviewScreen.tsx": {
17965
- "bytesInOutput": 1897
17558
+ "bytesInOutput": 1731
17966
17559
  },
17967
17560
  "src/Prebuilt/components/Toast/Toast.jsx": {
17968
- "bytesInOutput": 776
17561
+ "bytesInOutput": 648
17969
17562
  },
17970
17563
  "src/Prebuilt/components/Toast/ToastContainer.jsx": {
17971
- "bytesInOutput": 1415
17564
+ "bytesInOutput": 1382
17972
17565
  },
17973
17566
  "src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
17974
17567
  "bytesInOutput": 2274
@@ -17977,16 +17570,16 @@
17977
17570
  "bytesInOutput": 772
17978
17571
  },
17979
17572
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
17980
- "bytesInOutput": 4756
17573
+ "bytesInOutput": 4674
17981
17574
  },
17982
17575
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
17983
- "bytesInOutput": 827
17576
+ "bytesInOutput": 799
17984
17577
  },
17985
17578
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
17986
- "bytesInOutput": 2225
17579
+ "bytesInOutput": 2163
17987
17580
  },
17988
17581
  "src/Prebuilt/App.tsx": {
17989
- "bytesInOutput": 9787
17582
+ "bytesInOutput": 9253
17990
17583
  },
17991
17584
  "src/Prebuilt/index.ts": {
17992
17585
  "bytesInOutput": 131
@@ -18004,7 +17597,76 @@
18004
17597
  "bytesInOutput": 2980
18005
17598
  }
18006
17599
  },
18007
- "bytes": 1587583
17600
+ "bytes": 1552099
17601
+ },
17602
+ "dist/index.cjs.css.map": {
17603
+ "imports": [],
17604
+ "exports": [],
17605
+ "inputs": {},
17606
+ "bytes": 121900
17607
+ },
17608
+ "dist/index.cjs.css": {
17609
+ "imports": [
17610
+ {
17611
+ "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
17612
+ "kind": "import-rule",
17613
+ "external": true
17614
+ },
17615
+ {
17616
+ "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>",
17617
+ "kind": "url-token",
17618
+ "external": true
17619
+ },
17620
+ {
17621
+ "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>",
17622
+ "kind": "url-token",
17623
+ "external": true
17624
+ },
17625
+ {
17626
+ "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>",
17627
+ "kind": "url-token",
17628
+ "external": true
17629
+ },
17630
+ {
17631
+ "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>",
17632
+ "kind": "url-token",
17633
+ "external": true
17634
+ },
17635
+ {
17636
+ "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>",
17637
+ "kind": "url-token",
17638
+ "external": true
17639
+ },
17640
+ {
17641
+ "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>",
17642
+ "kind": "url-token",
17643
+ "external": true
17644
+ },
17645
+ {
17646
+ "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>",
17647
+ "kind": "url-token",
17648
+ "external": true
17649
+ },
17650
+ {
17651
+ "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>",
17652
+ "kind": "url-token",
17653
+ "external": true
17654
+ },
17655
+ {
17656
+ "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>",
17657
+ "kind": "url-token",
17658
+ "external": true
17659
+ }
17660
+ ],
17661
+ "inputs": {
17662
+ "../../../../../../../tmp/tmp-2868-rGJbGJHWrrl6/18f32e818a93/tldraw.css": {
17663
+ "bytesInOutput": 75223
17664
+ },
17665
+ "../../../../../../../tmp/tmp-2868-rGJbGJHWrrl6/18f32e818971/index.css": {
17666
+ "bytesInOutput": 131
17667
+ }
17668
+ },
17669
+ "bytes": 75635
18008
17670
  }
18009
17671
  }
18010
17672
  }