@100mslive/roomkit-react 0.2.7 → 0.2.8-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-KPCDHIH2.js → HLSView-SJCF34GE.js} +2 -2
- package/dist/Prebuilt/components/MoreSettings/FullScreenItem.d.ts +2 -0
- package/dist/Prebuilt/components/MoreSettings/MuteAllContent.d.ts +15 -0
- package/dist/Prebuilt/components/MoreSettings/MuteAllModal.d.ts +5 -0
- package/dist/Prebuilt/components/MoreSettings/constants.d.ts +8 -0
- package/dist/Prebuilt/components/hooks/useFullscreen.d.ts +5 -0
- package/dist/{chunk-Q6VWGYM4.js → chunk-ERIM35YN.js} +719 -690
- package/dist/chunk-ERIM35YN.js.map +7 -0
- package/dist/index.cjs.js +1025 -1000
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +106 -62
- package/dist/meta.esbuild.json +112 -68
- package/package.json +6 -6
- package/src/Prebuilt/components/AudioVideoToggle.tsx +2 -1
- package/src/Prebuilt/components/Connection/TileConnection.tsx +30 -27
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +81 -38
- package/src/Prebuilt/components/MoreSettings/{FullScreenItem.jsx → FullScreenItem.tsx} +1 -1
- package/src/Prebuilt/components/MoreSettings/MuteAllContent.tsx +81 -0
- package/src/Prebuilt/components/MoreSettings/{MuteAllModal.jsx → MuteAllModal.tsx} +21 -22
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -2
- package/src/Prebuilt/components/MoreSettings/constants.ts +12 -0
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +4 -2
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +2 -2
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +1 -1
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -1
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +6 -2
- package/src/Prebuilt/components/hooks/{useFullscreen.js → useFullscreen.ts} +5 -3
- package/src/Prebuilt/components/hooks/useRoleProminencePeers.tsx +2 -1
- package/src/Prebuilt/primitives/DialogContent.jsx +3 -2
- package/dist/chunk-Q6VWGYM4.js.map +0 -7
- package/src/Prebuilt/components/MoreSettings/MuteAllContent.jsx +0 -61
- /package/dist/{HLSView-KPCDHIH2.js.map → HLSView-SJCF34GE.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -2814,7 +2814,7 @@
|
|
2814
2814
|
"format": "esm"
|
2815
2815
|
},
|
2816
2816
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
2817
|
-
"bytes":
|
2817
|
+
"bytes": 9985,
|
2818
2818
|
"imports": [
|
2819
2819
|
{
|
2820
2820
|
"path": "react",
|
@@ -3662,7 +3662,7 @@
|
|
3662
3662
|
"format": "esm"
|
3663
3663
|
},
|
3664
3664
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
3665
|
-
"bytes":
|
3665
|
+
"bytes": 8438,
|
3666
3666
|
"imports": [
|
3667
3667
|
{
|
3668
3668
|
"path": "react",
|
@@ -3729,6 +3729,11 @@
|
|
3729
3729
|
"kind": "import-statement",
|
3730
3730
|
"original": "../../Text"
|
3731
3731
|
},
|
3732
|
+
{
|
3733
|
+
"path": "src/utils/index.ts",
|
3734
|
+
"kind": "import-statement",
|
3735
|
+
"original": "../../utils"
|
3736
|
+
},
|
3732
3737
|
{
|
3733
3738
|
"path": "<define:process.env>",
|
3734
3739
|
"kind": "import-statement",
|
@@ -3961,8 +3966,8 @@
|
|
3961
3966
|
],
|
3962
3967
|
"format": "esm"
|
3963
3968
|
},
|
3964
|
-
"src/Prebuilt/components/hooks/useFullscreen.
|
3965
|
-
"bytes":
|
3969
|
+
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
3970
|
+
"bytes": 1338,
|
3966
3971
|
"imports": [
|
3967
3972
|
{
|
3968
3973
|
"path": "react",
|
@@ -3997,8 +4002,8 @@
|
|
3997
4002
|
],
|
3998
4003
|
"format": "esm"
|
3999
4004
|
},
|
4000
|
-
"src/Prebuilt/components/MoreSettings/FullScreenItem.
|
4001
|
-
"bytes":
|
4005
|
+
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
4006
|
+
"bytes": 622,
|
4002
4007
|
"imports": [
|
4003
4008
|
{
|
4004
4009
|
"path": "react",
|
@@ -4013,10 +4018,10 @@
|
|
4013
4018
|
{
|
4014
4019
|
"path": "src/index.ts",
|
4015
4020
|
"kind": "import-statement",
|
4016
|
-
"original": "
|
4021
|
+
"original": "../../.."
|
4017
4022
|
},
|
4018
4023
|
{
|
4019
|
-
"path": "src/Prebuilt/components/hooks/useFullscreen.
|
4024
|
+
"path": "src/Prebuilt/components/hooks/useFullscreen.ts",
|
4020
4025
|
"kind": "import-statement",
|
4021
4026
|
"original": "../hooks/useFullscreen"
|
4022
4027
|
},
|
@@ -4028,14 +4033,30 @@
|
|
4028
4033
|
],
|
4029
4034
|
"format": "esm"
|
4030
4035
|
},
|
4031
|
-
"src/Prebuilt/components/MoreSettings/
|
4032
|
-
"bytes":
|
4036
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
4037
|
+
"bytes": 430,
|
4038
|
+
"imports": [
|
4039
|
+
{
|
4040
|
+
"path": "<define:process.env>",
|
4041
|
+
"kind": "import-statement",
|
4042
|
+
"external": true
|
4043
|
+
}
|
4044
|
+
],
|
4045
|
+
"format": "esm"
|
4046
|
+
},
|
4047
|
+
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
4048
|
+
"bytes": 2900,
|
4033
4049
|
"imports": [
|
4034
4050
|
{
|
4035
4051
|
"path": "react",
|
4036
4052
|
"kind": "import-statement",
|
4037
4053
|
"external": true
|
4038
4054
|
},
|
4055
|
+
{
|
4056
|
+
"path": "@100mslive/react-sdk",
|
4057
|
+
"kind": "import-statement",
|
4058
|
+
"external": true
|
4059
|
+
},
|
4039
4060
|
{
|
4040
4061
|
"path": "src/Button/index.tsx",
|
4041
4062
|
"kind": "import-statement",
|
@@ -4066,6 +4087,11 @@
|
|
4066
4087
|
"kind": "import-statement",
|
4067
4088
|
"original": "../../primitives/DialogContent"
|
4068
4089
|
},
|
4090
|
+
{
|
4091
|
+
"path": "src/Prebuilt/components/MoreSettings/constants.ts",
|
4092
|
+
"kind": "import-statement",
|
4093
|
+
"original": "./constants"
|
4094
|
+
},
|
4069
4095
|
{
|
4070
4096
|
"path": "<define:process.env>",
|
4071
4097
|
"kind": "import-statement",
|
@@ -4074,8 +4100,8 @@
|
|
4074
4100
|
],
|
4075
4101
|
"format": "esm"
|
4076
4102
|
},
|
4077
|
-
"src/Prebuilt/components/MoreSettings/MuteAllModal.
|
4078
|
-
"bytes":
|
4103
|
+
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
4104
|
+
"bytes": 1945,
|
4079
4105
|
"imports": [
|
4080
4106
|
{
|
4081
4107
|
"path": "react",
|
@@ -4095,7 +4121,7 @@
|
|
4095
4121
|
{
|
4096
4122
|
"path": "src/index.ts",
|
4097
4123
|
"kind": "import-statement",
|
4098
|
-
"original": "
|
4124
|
+
"original": "../../.."
|
4099
4125
|
},
|
4100
4126
|
{
|
4101
4127
|
"path": "src/Sheet/index.ts",
|
@@ -4108,15 +4134,10 @@
|
|
4108
4134
|
"original": "../../primitives/DialogContent"
|
4109
4135
|
},
|
4110
4136
|
{
|
4111
|
-
"path": "src/Prebuilt/components/MoreSettings/MuteAllContent.
|
4137
|
+
"path": "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx",
|
4112
4138
|
"kind": "import-statement",
|
4113
4139
|
"original": "./MuteAllContent"
|
4114
4140
|
},
|
4115
|
-
{
|
4116
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
4117
|
-
"kind": "import-statement",
|
4118
|
-
"original": "../../common/hooks"
|
4119
|
-
},
|
4120
4141
|
{
|
4121
4142
|
"path": "<define:process.env>",
|
4122
4143
|
"kind": "import-statement",
|
@@ -4157,7 +4178,7 @@
|
|
4157
4178
|
"format": "esm"
|
4158
4179
|
},
|
4159
4180
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
4160
|
-
"bytes":
|
4181
|
+
"bytes": 7854,
|
4161
4182
|
"imports": [
|
4162
4183
|
{
|
4163
4184
|
"path": "react",
|
@@ -4230,12 +4251,12 @@
|
|
4230
4251
|
"original": "../BulkRoleChangeModal"
|
4231
4252
|
},
|
4232
4253
|
{
|
4233
|
-
"path": "src/Prebuilt/components/MoreSettings/FullScreenItem.
|
4254
|
+
"path": "src/Prebuilt/components/MoreSettings/FullScreenItem.tsx",
|
4234
4255
|
"kind": "import-statement",
|
4235
4256
|
"original": "../FullScreenItem"
|
4236
4257
|
},
|
4237
4258
|
{
|
4238
|
-
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.
|
4259
|
+
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx",
|
4239
4260
|
"kind": "import-statement",
|
4240
4261
|
"original": "../MuteAllModal"
|
4241
4262
|
},
|
@@ -4615,7 +4636,7 @@
|
|
4615
4636
|
"format": "cjs"
|
4616
4637
|
},
|
4617
4638
|
"../hms-video-store/dist/index.js": {
|
4618
|
-
"bytes":
|
4639
|
+
"bytes": 326043,
|
4619
4640
|
"imports": [
|
4620
4641
|
{
|
4621
4642
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5198,7 +5219,7 @@
|
|
5198
5219
|
"original": "../ChangeNameModal"
|
5199
5220
|
},
|
5200
5221
|
{
|
5201
|
-
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.
|
5222
|
+
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx",
|
5202
5223
|
"kind": "import-statement",
|
5203
5224
|
"original": "../MuteAllModal"
|
5204
5225
|
},
|
@@ -5849,7 +5870,7 @@
|
|
5849
5870
|
"format": "esm"
|
5850
5871
|
},
|
5851
5872
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
5852
|
-
"bytes":
|
5873
|
+
"bytes": 6635,
|
5853
5874
|
"imports": [
|
5854
5875
|
{
|
5855
5876
|
"path": "react",
|
@@ -8598,7 +8619,7 @@
|
|
8598
8619
|
"format": "esm"
|
8599
8620
|
},
|
8600
8621
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
8601
|
-
"bytes":
|
8622
|
+
"bytes": 2273,
|
8602
8623
|
"imports": [
|
8603
8624
|
{
|
8604
8625
|
"path": "react",
|
@@ -9394,7 +9415,7 @@
|
|
9394
9415
|
"format": "esm"
|
9395
9416
|
},
|
9396
9417
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
9397
|
-
"bytes":
|
9418
|
+
"bytes": 9982,
|
9398
9419
|
"imports": [
|
9399
9420
|
{
|
9400
9421
|
"path": "react",
|
@@ -9878,7 +9899,7 @@
|
|
9878
9899
|
"format": "esm"
|
9879
9900
|
},
|
9880
9901
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
9881
|
-
"bytes":
|
9902
|
+
"bytes": 2474,
|
9882
9903
|
"imports": [
|
9883
9904
|
{
|
9884
9905
|
"path": "react",
|
@@ -9980,7 +10001,7 @@
|
|
9980
10001
|
"format": "esm"
|
9981
10002
|
},
|
9982
10003
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
9983
|
-
"bytes":
|
10004
|
+
"bytes": 1143,
|
9984
10005
|
"imports": [
|
9985
10006
|
{
|
9986
10007
|
"path": "react",
|
@@ -10006,18 +10027,28 @@
|
|
10006
10027
|
"format": "esm"
|
10007
10028
|
},
|
10008
10029
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
10009
|
-
"bytes":
|
10030
|
+
"bytes": 2591,
|
10010
10031
|
"imports": [
|
10011
10032
|
{
|
10012
10033
|
"path": "react",
|
10013
10034
|
"kind": "import-statement",
|
10014
10035
|
"external": true
|
10015
10036
|
},
|
10037
|
+
{
|
10038
|
+
"path": "react-use",
|
10039
|
+
"kind": "import-statement",
|
10040
|
+
"external": true
|
10041
|
+
},
|
10016
10042
|
{
|
10017
10043
|
"path": "@100mslive/react-sdk",
|
10018
10044
|
"kind": "import-statement",
|
10019
10045
|
"external": true
|
10020
10046
|
},
|
10047
|
+
{
|
10048
|
+
"path": "src/Theme/index.tsx",
|
10049
|
+
"kind": "import-statement",
|
10050
|
+
"original": "../../../Theme"
|
10051
|
+
},
|
10021
10052
|
{
|
10022
10053
|
"path": "src/Prebuilt/components/InsetTile.tsx",
|
10023
10054
|
"kind": "import-statement",
|
@@ -12184,7 +12215,7 @@
|
|
12184
12215
|
"format": "esm"
|
12185
12216
|
},
|
12186
12217
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
12187
|
-
"bytes":
|
12218
|
+
"bytes": 1775,
|
12188
12219
|
"imports": [
|
12189
12220
|
{
|
12190
12221
|
"path": "react",
|
@@ -12236,7 +12267,7 @@
|
|
12236
12267
|
"format": "esm"
|
12237
12268
|
},
|
12238
12269
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
12239
|
-
"bytes":
|
12270
|
+
"bytes": 1639,
|
12240
12271
|
"imports": [
|
12241
12272
|
{
|
12242
12273
|
"path": "react",
|
@@ -13198,7 +13229,7 @@
|
|
13198
13229
|
"dist/index.js": {
|
13199
13230
|
"imports": [
|
13200
13231
|
{
|
13201
|
-
"path": "dist/chunk-
|
13232
|
+
"path": "dist/chunk-ERIM35YN.js",
|
13202
13233
|
"kind": "import-statement"
|
13203
13234
|
}
|
13204
13235
|
],
|
@@ -13271,16 +13302,16 @@
|
|
13271
13302
|
"inputs": {},
|
13272
13303
|
"bytes": 1822
|
13273
13304
|
},
|
13274
|
-
"dist/HLSView-
|
13305
|
+
"dist/HLSView-SJCF34GE.js.map": {
|
13275
13306
|
"imports": [],
|
13276
13307
|
"exports": [],
|
13277
13308
|
"inputs": {},
|
13278
13309
|
"bytes": 58854
|
13279
13310
|
},
|
13280
|
-
"dist/HLSView-
|
13311
|
+
"dist/HLSView-SJCF34GE.js": {
|
13281
13312
|
"imports": [
|
13282
13313
|
{
|
13283
|
-
"path": "dist/chunk-
|
13314
|
+
"path": "dist/chunk-ERIM35YN.js",
|
13284
13315
|
"kind": "import-statement"
|
13285
13316
|
},
|
13286
13317
|
{
|
@@ -13444,13 +13475,13 @@
|
|
13444
13475
|
},
|
13445
13476
|
"bytes": 36972
|
13446
13477
|
},
|
13447
|
-
"dist/chunk-
|
13478
|
+
"dist/chunk-ERIM35YN.js.map": {
|
13448
13479
|
"imports": [],
|
13449
13480
|
"exports": [],
|
13450
13481
|
"inputs": {},
|
13451
|
-
"bytes":
|
13482
|
+
"bytes": 3143729
|
13452
13483
|
},
|
13453
|
-
"dist/chunk-
|
13484
|
+
"dist/chunk-ERIM35YN.js": {
|
13454
13485
|
"imports": [
|
13455
13486
|
{
|
13456
13487
|
"path": "react",
|
@@ -14292,6 +14323,11 @@
|
|
14292
14323
|
"kind": "import-statement",
|
14293
14324
|
"external": true
|
14294
14325
|
},
|
14326
|
+
{
|
14327
|
+
"path": "@100mslive/react-sdk",
|
14328
|
+
"kind": "import-statement",
|
14329
|
+
"external": true
|
14330
|
+
},
|
14295
14331
|
{
|
14296
14332
|
"path": "react",
|
14297
14333
|
"kind": "import-statement",
|
@@ -15592,6 +15628,11 @@
|
|
15592
15628
|
"kind": "import-statement",
|
15593
15629
|
"external": true
|
15594
15630
|
},
|
15631
|
+
{
|
15632
|
+
"path": "react-use",
|
15633
|
+
"kind": "import-statement",
|
15634
|
+
"external": true
|
15635
|
+
},
|
15595
15636
|
{
|
15596
15637
|
"path": "@100mslive/react-sdk",
|
15597
15638
|
"kind": "import-statement",
|
@@ -15753,7 +15794,7 @@
|
|
15753
15794
|
"external": true
|
15754
15795
|
},
|
15755
15796
|
{
|
15756
|
-
"path": "dist/HLSView-
|
15797
|
+
"path": "dist/HLSView-SJCF34GE.js",
|
15757
15798
|
"kind": "dynamic-import"
|
15758
15799
|
},
|
15759
15800
|
{
|
@@ -16210,25 +16251,25 @@
|
|
16210
16251
|
],
|
16211
16252
|
"inputs": {
|
16212
16253
|
"<define:process.env>": {
|
16213
|
-
"bytesInOutput":
|
16254
|
+
"bytesInOutput": 18235
|
16214
16255
|
},
|
16215
16256
|
"../../node_modules/lodash/lodash.js": {
|
16216
|
-
"bytesInOutput":
|
16257
|
+
"bytesInOutput": 224269
|
16217
16258
|
},
|
16218
16259
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16219
|
-
"bytesInOutput":
|
16260
|
+
"bytesInOutput": 42460
|
16220
16261
|
},
|
16221
16262
|
"../../node_modules/lodash.isequal/index.js": {
|
16222
16263
|
"bytesInOutput": 26591
|
16223
16264
|
},
|
16224
16265
|
"../../node_modules/sdp/sdp.js": {
|
16225
|
-
"bytesInOutput":
|
16266
|
+
"bytesInOutput": 22288
|
16226
16267
|
},
|
16227
16268
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
16228
16269
|
"bytesInOutput": 16120
|
16229
16270
|
},
|
16230
16271
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
16231
|
-
"bytesInOutput":
|
16272
|
+
"bytesInOutput": 3485
|
16232
16273
|
},
|
16233
16274
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
16234
16275
|
"bytesInOutput": 3068
|
@@ -16408,7 +16449,7 @@
|
|
16408
16449
|
"bytesInOutput": 7824
|
16409
16450
|
},
|
16410
16451
|
"src/Stats/formatBytes.ts": {
|
16411
|
-
"bytesInOutput":
|
16452
|
+
"bytesInOutput": 473
|
16412
16453
|
},
|
16413
16454
|
"src/Stats/StyledStats.tsx": {
|
16414
16455
|
"bytesInOutput": 708
|
@@ -16516,7 +16557,7 @@
|
|
16516
16557
|
"bytesInOutput": 3350
|
16517
16558
|
},
|
16518
16559
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
16519
|
-
"bytesInOutput":
|
16560
|
+
"bytesInOutput": 10284
|
16520
16561
|
},
|
16521
16562
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16522
16563
|
"bytesInOutput": 3065
|
@@ -16615,25 +16656,28 @@
|
|
16615
16656
|
"bytesInOutput": 2940
|
16616
16657
|
},
|
16617
16658
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16618
|
-
"bytesInOutput":
|
16659
|
+
"bytesInOutput": 7701
|
16619
16660
|
},
|
16620
16661
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
16621
|
-
"bytesInOutput":
|
16662
|
+
"bytesInOutput": 9587
|
16622
16663
|
},
|
16623
16664
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
16624
16665
|
"bytesInOutput": 5008
|
16625
16666
|
},
|
16626
|
-
"src/Prebuilt/components/MoreSettings/FullScreenItem.
|
16667
|
+
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
16627
16668
|
"bytesInOutput": 628
|
16628
16669
|
},
|
16629
|
-
"src/Prebuilt/components/hooks/useFullscreen.
|
16630
|
-
"bytesInOutput":
|
16670
|
+
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
16671
|
+
"bytesInOutput": 1270
|
16672
|
+
},
|
16673
|
+
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
16674
|
+
"bytesInOutput": 1834
|
16631
16675
|
},
|
16632
|
-
"src/Prebuilt/components/MoreSettings/
|
16633
|
-
"bytesInOutput":
|
16676
|
+
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
16677
|
+
"bytesInOutput": 2579
|
16634
16678
|
},
|
16635
|
-
"src/Prebuilt/components/MoreSettings/
|
16636
|
-
"bytesInOutput":
|
16679
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
16680
|
+
"bytesInOutput": 437
|
16637
16681
|
},
|
16638
16682
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
16639
16683
|
"bytesInOutput": 1948
|
@@ -16645,7 +16689,7 @@
|
|
16645
16689
|
"bytesInOutput": 10019
|
16646
16690
|
},
|
16647
16691
|
"../hms-video-store/dist/index.js": {
|
16648
|
-
"bytesInOutput":
|
16692
|
+
"bytesInOutput": 48495
|
16649
16693
|
},
|
16650
16694
|
"../../node_modules/reselect/es/index.js": {
|
16651
16695
|
"bytesInOutput": 2539
|
@@ -16762,7 +16806,7 @@
|
|
16762
16806
|
"bytesInOutput": 4229
|
16763
16807
|
},
|
16764
16808
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
16765
|
-
"bytesInOutput":
|
16809
|
+
"bytesInOutput": 7185
|
16766
16810
|
},
|
16767
16811
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
16768
16812
|
"bytesInOutput": 1073
|
@@ -16777,7 +16821,7 @@
|
|
16777
16821
|
"bytesInOutput": 3077
|
16778
16822
|
},
|
16779
16823
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
16780
|
-
"bytesInOutput":
|
16824
|
+
"bytesInOutput": 9637
|
16781
16825
|
},
|
16782
16826
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16783
16827
|
"bytesInOutput": 4719
|
@@ -16930,7 +16974,7 @@
|
|
16930
16974
|
"bytesInOutput": 6608
|
16931
16975
|
},
|
16932
16976
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
16933
|
-
"bytesInOutput":
|
16977
|
+
"bytesInOutput": 2062
|
16934
16978
|
},
|
16935
16979
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
16936
16980
|
"bytesInOutput": 4507
|
@@ -16996,19 +17040,19 @@
|
|
16996
17040
|
"bytesInOutput": 1204
|
16997
17041
|
},
|
16998
17042
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
16999
|
-
"bytesInOutput":
|
17043
|
+
"bytesInOutput": 3838
|
17000
17044
|
},
|
17001
17045
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
17002
|
-
"bytesInOutput":
|
17046
|
+
"bytesInOutput": 2183
|
17003
17047
|
},
|
17004
17048
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
17005
17049
|
"bytesInOutput": 2494
|
17006
17050
|
},
|
17007
17051
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
17008
|
-
"bytesInOutput":
|
17052
|
+
"bytesInOutput": 2301
|
17009
17053
|
},
|
17010
17054
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
17011
|
-
"bytesInOutput":
|
17055
|
+
"bytesInOutput": 1046
|
17012
17056
|
},
|
17013
17057
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
17014
17058
|
"bytesInOutput": 2664
|
@@ -17083,7 +17127,7 @@
|
|
17083
17127
|
"bytesInOutput": 27
|
17084
17128
|
},
|
17085
17129
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
17086
|
-
"bytesInOutput":
|
17130
|
+
"bytesInOutput": 7965
|
17087
17131
|
},
|
17088
17132
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
17089
17133
|
"bytesInOutput": 1053
|
@@ -17119,13 +17163,13 @@
|
|
17119
17163
|
"bytesInOutput": 2284
|
17120
17164
|
},
|
17121
17165
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
17122
|
-
"bytesInOutput":
|
17166
|
+
"bytesInOutput": 1867
|
17123
17167
|
},
|
17124
17168
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
17125
17169
|
"bytesInOutput": 640
|
17126
17170
|
},
|
17127
17171
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
17128
|
-
"bytesInOutput":
|
17172
|
+
"bytesInOutput": 1760
|
17129
17173
|
},
|
17130
17174
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
17131
17175
|
"bytesInOutput": 1335
|
@@ -17161,7 +17205,7 @@
|
|
17161
17205
|
"bytesInOutput": 651
|
17162
17206
|
}
|
17163
17207
|
},
|
17164
|
-
"bytes":
|
17208
|
+
"bytes": 1285152
|
17165
17209
|
}
|
17166
17210
|
}
|
17167
17211
|
}
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"prebuilt",
|
11
11
|
"roomkit"
|
12
12
|
],
|
13
|
-
"version": "0.2.
|
13
|
+
"version": "0.2.8-alpha.1",
|
14
14
|
"author": "100ms",
|
15
15
|
"license": "MIT",
|
16
16
|
"repository": {
|
@@ -82,11 +82,11 @@
|
|
82
82
|
"react": ">=17.0.2 <19.0.0"
|
83
83
|
},
|
84
84
|
"dependencies": {
|
85
|
-
"@100mslive/hls-player": "0.2.
|
85
|
+
"@100mslive/hls-player": "0.2.8-alpha.1",
|
86
86
|
"@100mslive/hms-noise-cancellation": "0.0.0-alpha.1",
|
87
|
-
"@100mslive/hms-virtual-background": "1.12.
|
88
|
-
"@100mslive/react-icons": "0.9.
|
89
|
-
"@100mslive/react-sdk": "0.9.
|
87
|
+
"@100mslive/hms-virtual-background": "1.12.8-alpha.1",
|
88
|
+
"@100mslive/react-icons": "0.9.8-alpha.1",
|
89
|
+
"@100mslive/react-sdk": "0.9.8-alpha.1",
|
90
90
|
"@100mslive/types-prebuilt": "0.12.7",
|
91
91
|
"@emoji-mart/data": "^1.0.6",
|
92
92
|
"@emoji-mart/react": "^1.0.1",
|
@@ -121,5 +121,5 @@
|
|
121
121
|
"uuid": "^8.3.2",
|
122
122
|
"worker-timers": "^7.0.40"
|
123
123
|
},
|
124
|
-
"gitHead": "
|
124
|
+
"gitHead": "44ec4f466226ce1135b5b72556b212b9b10dae07"
|
125
125
|
}
|
@@ -57,11 +57,12 @@ export const Options = ({
|
|
57
57
|
<Dropdown.Item
|
58
58
|
key={option.label}
|
59
59
|
css={{
|
60
|
-
backgroundColor:
|
60
|
+
backgroundColor: '$surface_dim',
|
61
61
|
p: '$4 $8',
|
62
62
|
h: '$15',
|
63
63
|
fontSize: '$xs',
|
64
64
|
justifyContent: 'space-between',
|
65
|
+
color: selectedDeviceId === option.deviceId ? '$primary_bright' : '',
|
65
66
|
}}
|
66
67
|
onClick={() => {
|
67
68
|
onClick(option.deviceId);
|
@@ -24,33 +24,35 @@ const TileConnection = ({
|
|
24
24
|
<Wrapper>
|
25
25
|
{!hideLabel ? (
|
26
26
|
<>
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
<
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
<
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
<
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
27
|
+
{name ? (
|
28
|
+
<Flex align="center">
|
29
|
+
{isPeerScreenSharing && (
|
30
|
+
<IconWrapper>
|
31
|
+
<ShareScreenIcon width="15" height="15" />
|
32
|
+
</IconWrapper>
|
33
|
+
)}
|
34
|
+
{pinned && (
|
35
|
+
<IconWrapper>
|
36
|
+
<PinIcon width="15" height="15" />
|
37
|
+
</IconWrapper>
|
38
|
+
)}
|
39
|
+
{spotlighted && (
|
40
|
+
<IconWrapper>
|
41
|
+
<SpotlightIcon width="15" height="15" />
|
42
|
+
</IconWrapper>
|
43
|
+
)}
|
44
|
+
<Text
|
45
|
+
css={{
|
46
|
+
c: '$on_surface_high',
|
47
|
+
verticalAlign: 'baseline',
|
48
|
+
...(width ? textEllipsis((width as number) - 60) : {}),
|
49
|
+
}}
|
50
|
+
variant="xs"
|
51
|
+
>
|
52
|
+
{name}
|
53
|
+
</Text>
|
54
|
+
</Flex>
|
55
|
+
) : null}
|
54
56
|
<ConnectionIndicator isTile peerId={peerId} hideBg />
|
55
57
|
</>
|
56
58
|
) : null}
|
@@ -70,6 +72,7 @@ const Wrapper = styled('div', {
|
|
70
72
|
backgroundColor: '$background_dim',
|
71
73
|
borderRadius: '$1',
|
72
74
|
maxWidth: '85%',
|
75
|
+
zIndex: 1,
|
73
76
|
'& p,span': {
|
74
77
|
p: '$2 $3',
|
75
78
|
},
|