@100mslive/roomkit-react 0.3.19 → 0.3.20-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{HLSView-LNJLFWK4.css → HLSView-5JM7XVA4.css} +3 -3
- package/dist/{HLSView-LNJLFWK4.css.map → HLSView-5JM7XVA4.css.map} +1 -1
- package/dist/{HLSView-GYB2QDIN.js → HLSView-VBMAXHBP.js} +2 -2
- package/dist/Prebuilt/components/peerTileUtils.d.ts +7 -0
- package/dist/{chunk-DIIFM6TW.js → chunk-JCM6FDIX.js} +135 -126
- package/dist/chunk-JCM6FDIX.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +349 -339
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +63 -43
- package/dist/meta.esbuild.json +74 -54
- package/package.json +7 -7
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +1 -1
- package/src/Prebuilt/components/ScreenshareTile.tsx +2 -2
- package/src/Prebuilt/components/Settings/SettingsModal.jsx +1 -2
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +7 -6
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +3 -3
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +4 -2
- package/src/Prebuilt/components/VideoTile.tsx +2 -2
- package/src/Prebuilt/components/{peerTileUtils.jsx → peerTileUtils.tsx} +21 -6
- package/dist/chunk-DIIFM6TW.js.map +0 -7
- /package/dist/{HLSView-GYB2QDIN.js.map → HLSView-VBMAXHBP.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
|
@@ -3006,7 +3006,7 @@
|
|
|
3006
3006
|
"format": "esm"
|
|
3007
3007
|
},
|
|
3008
3008
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
|
3009
|
-
"bytes":
|
|
3009
|
+
"bytes": 9451,
|
|
3010
3010
|
"imports": [
|
|
3011
3011
|
{
|
|
3012
3012
|
"path": "react",
|
|
@@ -5749,7 +5749,7 @@
|
|
|
5749
5749
|
"format": "cjs"
|
|
5750
5750
|
},
|
|
5751
5751
|
"../hms-video-store/dist/index.js": {
|
|
5752
|
-
"bytes":
|
|
5752
|
+
"bytes": 367546,
|
|
5753
5753
|
"imports": [
|
|
5754
5754
|
{
|
|
5755
5755
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -9586,6 +9586,22 @@
|
|
|
9586
9586
|
],
|
|
9587
9587
|
"format": "esm"
|
|
9588
9588
|
},
|
|
9589
|
+
"src/Prebuilt/components/peerTileUtils.tsx": {
|
|
9590
|
+
"bytes": 1529,
|
|
9591
|
+
"imports": [
|
|
9592
|
+
{
|
|
9593
|
+
"path": "@100mslive/react-sdk",
|
|
9594
|
+
"kind": "import-statement",
|
|
9595
|
+
"external": true
|
|
9596
|
+
},
|
|
9597
|
+
{
|
|
9598
|
+
"path": "<define:process.env>",
|
|
9599
|
+
"kind": "import-statement",
|
|
9600
|
+
"external": true
|
|
9601
|
+
}
|
|
9602
|
+
],
|
|
9603
|
+
"format": "esm"
|
|
9604
|
+
},
|
|
9589
9605
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
|
9590
9606
|
"bytes": 214,
|
|
9591
9607
|
"imports": [
|
|
@@ -9598,7 +9614,7 @@
|
|
|
9598
9614
|
"format": "esm"
|
|
9599
9615
|
},
|
|
9600
9616
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
9601
|
-
"bytes":
|
|
9617
|
+
"bytes": 12271,
|
|
9602
9618
|
"imports": [
|
|
9603
9619
|
{
|
|
9604
9620
|
"path": "react",
|
|
@@ -9689,7 +9705,7 @@
|
|
|
9689
9705
|
"format": "esm"
|
|
9690
9706
|
},
|
|
9691
9707
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
|
9692
|
-
"bytes":
|
|
9708
|
+
"bytes": 5392,
|
|
9693
9709
|
"imports": [
|
|
9694
9710
|
{
|
|
9695
9711
|
"path": "react",
|
|
@@ -9741,6 +9757,11 @@
|
|
|
9741
9757
|
"kind": "import-statement",
|
|
9742
9758
|
"original": "../MoreSettings/ChangeNameModal"
|
|
9743
9759
|
},
|
|
9760
|
+
{
|
|
9761
|
+
"path": "src/Prebuilt/components/peerTileUtils.tsx",
|
|
9762
|
+
"kind": "import-statement",
|
|
9763
|
+
"original": "../peerTileUtils"
|
|
9764
|
+
},
|
|
9744
9765
|
{
|
|
9745
9766
|
"path": "src/Prebuilt/components/RoleChangeModal.tsx",
|
|
9746
9767
|
"kind": "import-statement",
|
|
@@ -9779,19 +9800,8 @@
|
|
|
9779
9800
|
],
|
|
9780
9801
|
"format": "esm"
|
|
9781
9802
|
},
|
|
9782
|
-
"src/Prebuilt/components/peerTileUtils.jsx": {
|
|
9783
|
-
"bytes": 1197,
|
|
9784
|
-
"imports": [
|
|
9785
|
-
{
|
|
9786
|
-
"path": "<define:process.env>",
|
|
9787
|
-
"kind": "import-statement",
|
|
9788
|
-
"external": true
|
|
9789
|
-
}
|
|
9790
|
-
],
|
|
9791
|
-
"format": "esm"
|
|
9792
|
-
},
|
|
9793
9803
|
"src/Prebuilt/components/VideoTile.tsx": {
|
|
9794
|
-
"bytes":
|
|
9804
|
+
"bytes": 7103,
|
|
9795
9805
|
"imports": [
|
|
9796
9806
|
{
|
|
9797
9807
|
"path": "react",
|
|
@@ -9854,7 +9864,7 @@
|
|
|
9854
9864
|
"original": "../../VideoTile"
|
|
9855
9865
|
},
|
|
9856
9866
|
{
|
|
9857
|
-
"path": "src/Prebuilt/components/peerTileUtils.
|
|
9867
|
+
"path": "src/Prebuilt/components/peerTileUtils.tsx",
|
|
9858
9868
|
"kind": "import-statement",
|
|
9859
9869
|
"original": "./peerTileUtils"
|
|
9860
9870
|
},
|
|
@@ -10728,7 +10738,7 @@
|
|
|
10728
10738
|
"format": "esm"
|
|
10729
10739
|
},
|
|
10730
10740
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
|
10731
|
-
"bytes":
|
|
10741
|
+
"bytes": 2301,
|
|
10732
10742
|
"imports": [
|
|
10733
10743
|
{
|
|
10734
10744
|
"path": "react",
|
|
@@ -10740,6 +10750,11 @@
|
|
|
10740
10750
|
"kind": "import-statement",
|
|
10741
10751
|
"external": true
|
|
10742
10752
|
},
|
|
10753
|
+
{
|
|
10754
|
+
"path": "@100mslive/react-sdk",
|
|
10755
|
+
"kind": "import-statement",
|
|
10756
|
+
"external": true
|
|
10757
|
+
},
|
|
10743
10758
|
{
|
|
10744
10759
|
"path": "@100mslive/react-icons",
|
|
10745
10760
|
"kind": "import-statement",
|
|
@@ -11110,7 +11125,7 @@
|
|
|
11110
11125
|
"format": "esm"
|
|
11111
11126
|
},
|
|
11112
11127
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
|
11113
|
-
"bytes":
|
|
11128
|
+
"bytes": 4476,
|
|
11114
11129
|
"imports": [
|
|
11115
11130
|
{
|
|
11116
11131
|
"path": "react",
|
|
@@ -11173,7 +11188,7 @@
|
|
|
11173
11188
|
"original": "./LayoutModeSelector"
|
|
11174
11189
|
},
|
|
11175
11190
|
{
|
|
11176
|
-
"path": "src/Prebuilt/components/peerTileUtils.
|
|
11191
|
+
"path": "src/Prebuilt/components/peerTileUtils.tsx",
|
|
11177
11192
|
"kind": "import-statement",
|
|
11178
11193
|
"original": "./peerTileUtils"
|
|
11179
11194
|
},
|
|
@@ -11276,7 +11291,7 @@
|
|
|
11276
11291
|
],
|
|
11277
11292
|
"format": "esm"
|
|
11278
11293
|
},
|
|
11279
|
-
"../../../../../../../tmp/tmp-
|
|
11294
|
+
"../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e103c2/tldraw.css": {
|
|
11280
11295
|
"bytes": 80111,
|
|
11281
11296
|
"imports": [
|
|
11282
11297
|
{
|
|
@@ -11326,7 +11341,7 @@
|
|
|
11326
11341
|
}
|
|
11327
11342
|
]
|
|
11328
11343
|
},
|
|
11329
|
-
"../../../../../../../tmp/tmp-
|
|
11344
|
+
"../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css": {
|
|
11330
11345
|
"bytes": 597,
|
|
11331
11346
|
"imports": [
|
|
11332
11347
|
{
|
|
@@ -11335,7 +11350,7 @@
|
|
|
11335
11350
|
"external": true
|
|
11336
11351
|
},
|
|
11337
11352
|
{
|
|
11338
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11353
|
+
"path": "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e103c2/tldraw.css",
|
|
11339
11354
|
"kind": "import-rule",
|
|
11340
11355
|
"original": "@tldraw/tldraw/tldraw.css"
|
|
11341
11356
|
}
|
|
@@ -11410,7 +11425,7 @@
|
|
|
11410
11425
|
"original": "../../common/constants"
|
|
11411
11426
|
},
|
|
11412
11427
|
{
|
|
11413
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11428
|
+
"path": "../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css",
|
|
11414
11429
|
"kind": "import-statement",
|
|
11415
11430
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11416
11431
|
},
|
|
@@ -13742,7 +13757,7 @@
|
|
|
13742
13757
|
"format": "esm"
|
|
13743
13758
|
},
|
|
13744
13759
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
|
13745
|
-
"bytes":
|
|
13760
|
+
"bytes": 1640,
|
|
13746
13761
|
"imports": [
|
|
13747
13762
|
{
|
|
13748
13763
|
"path": "react",
|
|
@@ -15393,7 +15408,7 @@
|
|
|
15393
15408
|
"imports": [],
|
|
15394
15409
|
"exports": [],
|
|
15395
15410
|
"inputs": {},
|
|
15396
|
-
"bytes":
|
|
15411
|
+
"bytes": 3625359
|
|
15397
15412
|
},
|
|
15398
15413
|
"dist/index.cjs.js": {
|
|
15399
15414
|
"imports": [
|
|
@@ -17687,6 +17702,11 @@
|
|
|
17687
17702
|
"kind": "require-call",
|
|
17688
17703
|
"external": true
|
|
17689
17704
|
},
|
|
17705
|
+
{
|
|
17706
|
+
"path": "@100mslive/react-sdk",
|
|
17707
|
+
"kind": "require-call",
|
|
17708
|
+
"external": true
|
|
17709
|
+
},
|
|
17690
17710
|
{
|
|
17691
17711
|
"path": "@100mslive/react-icons",
|
|
17692
17712
|
"kind": "require-call",
|
|
@@ -18633,7 +18653,7 @@
|
|
|
18633
18653
|
"cssBundle": "dist/index.cjs.css",
|
|
18634
18654
|
"inputs": {
|
|
18635
18655
|
"<define:process.env>": {
|
|
18636
|
-
"bytesInOutput":
|
|
18656
|
+
"bytesInOutput": 18008
|
|
18637
18657
|
},
|
|
18638
18658
|
"src/Theme/base.config.ts": {
|
|
18639
18659
|
"bytesInOutput": 6104
|
|
@@ -18996,7 +19016,7 @@
|
|
|
18996
19016
|
"bytesInOutput": 2589
|
|
18997
19017
|
},
|
|
18998
19018
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
|
18999
|
-
"bytesInOutput":
|
|
19019
|
+
"bytesInOutput": 11206
|
|
19000
19020
|
},
|
|
19001
19021
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
19002
19022
|
"bytesInOutput": 17283
|
|
@@ -19197,7 +19217,7 @@
|
|
|
19197
19217
|
"bytesInOutput": 615
|
|
19198
19218
|
},
|
|
19199
19219
|
"../hms-video-store/dist/index.js": {
|
|
19200
|
-
"bytesInOutput":
|
|
19220
|
+
"bytesInOutput": 56904
|
|
19201
19221
|
},
|
|
19202
19222
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
|
19203
19223
|
"bytesInOutput": 11852
|
|
@@ -19424,20 +19444,20 @@
|
|
|
19424
19444
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
|
19425
19445
|
"bytesInOutput": 3070
|
|
19426
19446
|
},
|
|
19447
|
+
"src/Prebuilt/components/peerTileUtils.tsx": {
|
|
19448
|
+
"bytesInOutput": 1437
|
|
19449
|
+
},
|
|
19427
19450
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
|
19428
19451
|
"bytesInOutput": 296
|
|
19429
19452
|
},
|
|
19430
19453
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
19431
|
-
"bytesInOutput":
|
|
19454
|
+
"bytesInOutput": 14628
|
|
19432
19455
|
},
|
|
19433
19456
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
|
19434
|
-
"bytesInOutput":
|
|
19435
|
-
},
|
|
19436
|
-
"src/Prebuilt/components/peerTileUtils.jsx": {
|
|
19437
|
-
"bytesInOutput": 1299
|
|
19457
|
+
"bytesInOutput": 6042
|
|
19438
19458
|
},
|
|
19439
19459
|
"src/Prebuilt/components/VideoTile.tsx": {
|
|
19440
|
-
"bytesInOutput":
|
|
19460
|
+
"bytesInOutput": 7839
|
|
19441
19461
|
},
|
|
19442
19462
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
|
19443
19463
|
"bytesInOutput": 1564
|
|
@@ -19488,7 +19508,7 @@
|
|
|
19488
19508
|
"bytesInOutput": 4488
|
|
19489
19509
|
},
|
|
19490
19510
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
|
19491
|
-
"bytesInOutput":
|
|
19511
|
+
"bytesInOutput": 2631
|
|
19492
19512
|
},
|
|
19493
19513
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
|
19494
19514
|
"bytesInOutput": 3064
|
|
@@ -19509,12 +19529,12 @@
|
|
|
19509
19529
|
"bytesInOutput": 1707
|
|
19510
19530
|
},
|
|
19511
19531
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
|
19512
|
-
"bytesInOutput":
|
|
19532
|
+
"bytesInOutput": 5615
|
|
19513
19533
|
},
|
|
19514
19534
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
|
19515
19535
|
"bytesInOutput": 3393
|
|
19516
19536
|
},
|
|
19517
|
-
"../../../../../../../tmp/tmp-
|
|
19537
|
+
"../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css": {
|
|
19518
19538
|
"bytesInOutput": 115
|
|
19519
19539
|
},
|
|
19520
19540
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
@@ -19533,7 +19553,7 @@
|
|
|
19533
19553
|
"bytesInOutput": 2090
|
|
19534
19554
|
},
|
|
19535
19555
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
19536
|
-
"bytesInOutput":
|
|
19556
|
+
"bytesInOutput": 8358
|
|
19537
19557
|
},
|
|
19538
19558
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
19539
19559
|
"bytesInOutput": 854
|
|
@@ -19680,7 +19700,7 @@
|
|
|
19680
19700
|
"bytesInOutput": 948
|
|
19681
19701
|
},
|
|
19682
19702
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
|
19683
|
-
"bytesInOutput":
|
|
19703
|
+
"bytesInOutput": 2249
|
|
19684
19704
|
},
|
|
19685
19705
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
|
19686
19706
|
"bytesInOutput": 2709
|
|
@@ -19788,7 +19808,7 @@
|
|
|
19788
19808
|
"bytesInOutput": 3073
|
|
19789
19809
|
}
|
|
19790
19810
|
},
|
|
19791
|
-
"bytes":
|
|
19811
|
+
"bytes": 1746444
|
|
19792
19812
|
},
|
|
19793
19813
|
"dist/index.cjs.css.map": {
|
|
19794
19814
|
"imports": [],
|
|
@@ -19850,10 +19870,10 @@
|
|
|
19850
19870
|
}
|
|
19851
19871
|
],
|
|
19852
19872
|
"inputs": {
|
|
19853
|
-
"../../../../../../../tmp/tmp-
|
|
19873
|
+
"../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e103c2/tldraw.css": {
|
|
19854
19874
|
"bytesInOutput": 75223
|
|
19855
19875
|
},
|
|
19856
|
-
"../../../../../../../tmp/tmp-
|
|
19876
|
+
"../../../../../../../tmp/tmp-2794-pnjjOzMWvvN1/191e53e0fba0/index.css": {
|
|
19857
19877
|
"bytesInOutput": 401
|
|
19858
19878
|
}
|
|
19859
19879
|
},
|