@100mslive/roomkit-react 0.1.6-alpha.2 → 0.1.6
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-QMU5JK7U.js → HLSView-4NSE37G7.js} +3 -3
- package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +2 -1
- package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +2 -1
- package/dist/{VirtualBackground-37FXUPYO.js → VirtualBackground-A5UM363O.js} +3 -3
- package/dist/{chunk-ZKE2N5LH.js → chunk-BUWIMYLW.js} +2 -2
- package/dist/{chunk-KBVIZGYW.js → chunk-NMOZ33TX.js} +2 -2
- package/dist/{chunk-KBVIZGYW.js.map → chunk-NMOZ33TX.js.map} +1 -1
- package/dist/{chunk-WVGGQZK4.js → chunk-Q6U22HIE.js} +65 -77
- package/dist/chunk-Q6U22HIE.js.map +7 -0
- package/dist/{conference-FJJQ4TXX.js → conference-S7R3O4OC.js} +72 -50
- package/dist/conference-S7R3O4OC.js.map +7 -0
- package/dist/index.cjs.js +165 -153
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/meta.cjs.json +43 -43
- package/dist/meta.esbuild.json +75 -75
- package/package.json +6 -6
- package/src/Button/Button.tsx +6 -6
- package/src/Prebuilt/components/Chat/Chat.jsx +1 -3
- package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +1 -0
- package/src/Prebuilt/components/Footer/Footer.tsx +1 -1
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +4 -3
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -1
- package/src/Prebuilt/components/Header/HeaderComponents.jsx +2 -8
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +7 -9
- package/src/Prebuilt/components/Leave/LeaveRoom.tsx +6 -2
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +7 -4
- package/src/Prebuilt/components/Notifications/Notifications.jsx +4 -10
- package/src/Prebuilt/components/RoleChangeRequestModal.tsx +1 -2
- package/src/Prebuilt/components/ScreenshareTile.jsx +15 -7
- package/src/Prebuilt/components/SidePaneTabs.tsx +78 -57
- package/src/Prebuilt/components/conference.jsx +9 -1
- package/dist/chunk-WVGGQZK4.js.map +0 -7
- package/dist/conference-FJJQ4TXX.js.map +0 -7
- /package/dist/{HLSView-QMU5JK7U.js.map → HLSView-4NSE37G7.js.map} +0 -0
- /package/dist/{VirtualBackground-37FXUPYO.js.map → VirtualBackground-A5UM363O.js.map} +0 -0
- /package/dist/{chunk-ZKE2N5LH.js.map → chunk-BUWIMYLW.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -221,7 +221,7 @@
|
|
221
221
|
"format": "esm"
|
222
222
|
},
|
223
223
|
"src/Button/Button.tsx": {
|
224
|
-
"bytes":
|
224
|
+
"bytes": 4730,
|
225
225
|
"imports": [
|
226
226
|
{
|
227
227
|
"path": "react",
|
@@ -2817,7 +2817,7 @@
|
|
2817
2817
|
"format": "esm"
|
2818
2818
|
},
|
2819
2819
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
2820
|
-
"bytes":
|
2820
|
+
"bytes": 6348,
|
2821
2821
|
"imports": [
|
2822
2822
|
{
|
2823
2823
|
"path": "react",
|
@@ -2939,18 +2939,13 @@
|
|
2939
2939
|
"format": "esm"
|
2940
2940
|
},
|
2941
2941
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
2942
|
-
"bytes":
|
2942
|
+
"bytes": 1583,
|
2943
2943
|
"imports": [
|
2944
2944
|
{
|
2945
2945
|
"path": "react",
|
2946
2946
|
"kind": "import-statement",
|
2947
2947
|
"external": true
|
2948
2948
|
},
|
2949
|
-
{
|
2950
|
-
"path": "react-use",
|
2951
|
-
"kind": "import-statement",
|
2952
|
-
"external": true
|
2953
|
-
},
|
2954
2949
|
{
|
2955
2950
|
"path": "@100mslive/react-sdk",
|
2956
2951
|
"kind": "import-statement",
|
@@ -5358,7 +5353,7 @@
|
|
5358
5353
|
"format": "esm"
|
5359
5354
|
},
|
5360
5355
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
5361
|
-
"bytes":
|
5356
|
+
"bytes": 4929,
|
5362
5357
|
"imports": [
|
5363
5358
|
{
|
5364
5359
|
"path": "react",
|
@@ -5429,7 +5424,7 @@
|
|
5429
5424
|
"format": "esm"
|
5430
5425
|
},
|
5431
5426
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
5432
|
-
"bytes":
|
5427
|
+
"bytes": 2415,
|
5433
5428
|
"imports": [
|
5434
5429
|
{
|
5435
5430
|
"path": "react",
|
@@ -6881,7 +6876,7 @@
|
|
6881
6876
|
"format": "esm"
|
6882
6877
|
},
|
6883
6878
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
6884
|
-
"bytes":
|
6879
|
+
"bytes": 3100,
|
6885
6880
|
"imports": [
|
6886
6881
|
{
|
6887
6882
|
"path": "react",
|
@@ -6942,7 +6937,7 @@
|
|
6942
6937
|
"format": "esm"
|
6943
6938
|
},
|
6944
6939
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
6945
|
-
"bytes":
|
6940
|
+
"bytes": 10452,
|
6946
6941
|
"imports": [
|
6947
6942
|
{
|
6948
6943
|
"path": "react",
|
@@ -7028,7 +7023,7 @@
|
|
7028
7023
|
"format": "esm"
|
7029
7024
|
},
|
7030
7025
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
7031
|
-
"bytes":
|
7026
|
+
"bytes": 3720,
|
7032
7027
|
"imports": [
|
7033
7028
|
{
|
7034
7029
|
"path": "react",
|
@@ -7671,7 +7666,7 @@
|
|
7671
7666
|
"format": "esm"
|
7672
7667
|
},
|
7673
7668
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
7674
|
-
"bytes":
|
7669
|
+
"bytes": 3596,
|
7675
7670
|
"imports": [
|
7676
7671
|
{
|
7677
7672
|
"path": "react",
|
@@ -8139,7 +8134,7 @@
|
|
8139
8134
|
"format": "esm"
|
8140
8135
|
},
|
8141
8136
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
8142
|
-
"bytes":
|
8137
|
+
"bytes": 1048,
|
8143
8138
|
"imports": [
|
8144
8139
|
{
|
8145
8140
|
"path": "react",
|
@@ -8242,7 +8237,7 @@
|
|
8242
8237
|
"format": "esm"
|
8243
8238
|
},
|
8244
8239
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
8245
|
-
"bytes":
|
8240
|
+
"bytes": 6298,
|
8246
8241
|
"imports": [
|
8247
8242
|
{
|
8248
8243
|
"path": "react",
|
@@ -8328,13 +8323,18 @@
|
|
8328
8323
|
"format": "esm"
|
8329
8324
|
},
|
8330
8325
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
8331
|
-
"bytes":
|
8326
|
+
"bytes": 5166,
|
8332
8327
|
"imports": [
|
8333
8328
|
{
|
8334
8329
|
"path": "react",
|
8335
8330
|
"kind": "import-statement",
|
8336
8331
|
"external": true
|
8337
8332
|
},
|
8333
|
+
{
|
8334
|
+
"path": "react-use",
|
8335
|
+
"kind": "import-statement",
|
8336
|
+
"external": true
|
8337
|
+
},
|
8338
8338
|
{
|
8339
8339
|
"path": "@100mslive/types-prebuilt",
|
8340
8340
|
"kind": "import-statement",
|
@@ -9136,7 +9136,7 @@
|
|
9136
9136
|
"format": "esm"
|
9137
9137
|
},
|
9138
9138
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
9139
|
-
"bytes":
|
9139
|
+
"bytes": 3670,
|
9140
9140
|
"imports": [
|
9141
9141
|
{
|
9142
9142
|
"path": "react",
|
@@ -9182,7 +9182,7 @@
|
|
9182
9182
|
"format": "esm"
|
9183
9183
|
},
|
9184
9184
|
"src/Prebuilt/components/conference.jsx": {
|
9185
|
-
"bytes":
|
9185
|
+
"bytes": 6591,
|
9186
9186
|
"imports": [
|
9187
9187
|
{
|
9188
9188
|
"path": "react",
|
@@ -9672,11 +9672,11 @@
|
|
9672
9672
|
"dist/index.js": {
|
9673
9673
|
"imports": [
|
9674
9674
|
{
|
9675
|
-
"path": "dist/chunk-
|
9675
|
+
"path": "dist/chunk-Q6U22HIE.js",
|
9676
9676
|
"kind": "import-statement"
|
9677
9677
|
},
|
9678
9678
|
{
|
9679
|
-
"path": "dist/chunk-
|
9679
|
+
"path": "dist/chunk-NMOZ33TX.js",
|
9680
9680
|
"kind": "import-statement"
|
9681
9681
|
}
|
9682
9682
|
],
|
@@ -9745,20 +9745,20 @@
|
|
9745
9745
|
"inputs": {},
|
9746
9746
|
"bytes": 1702
|
9747
9747
|
},
|
9748
|
-
"dist/VirtualBackground-
|
9748
|
+
"dist/VirtualBackground-A5UM363O.js.map": {
|
9749
9749
|
"imports": [],
|
9750
9750
|
"exports": [],
|
9751
9751
|
"inputs": {},
|
9752
9752
|
"bytes": 9170
|
9753
9753
|
},
|
9754
|
-
"dist/VirtualBackground-
|
9754
|
+
"dist/VirtualBackground-A5UM363O.js": {
|
9755
9755
|
"imports": [
|
9756
9756
|
{
|
9757
|
-
"path": "dist/chunk-
|
9757
|
+
"path": "dist/chunk-BUWIMYLW.js",
|
9758
9758
|
"kind": "import-statement"
|
9759
9759
|
},
|
9760
9760
|
{
|
9761
|
-
"path": "dist/chunk-
|
9761
|
+
"path": "dist/chunk-NMOZ33TX.js",
|
9762
9762
|
"kind": "import-statement"
|
9763
9763
|
},
|
9764
9764
|
{
|
@@ -9807,20 +9807,20 @@
|
|
9807
9807
|
},
|
9808
9808
|
"bytes": 6113
|
9809
9809
|
},
|
9810
|
-
"dist/HLSView-
|
9810
|
+
"dist/HLSView-4NSE37G7.js.map": {
|
9811
9811
|
"imports": [],
|
9812
9812
|
"exports": [],
|
9813
9813
|
"inputs": {},
|
9814
9814
|
"bytes": 51606
|
9815
9815
|
},
|
9816
|
-
"dist/HLSView-
|
9816
|
+
"dist/HLSView-4NSE37G7.js": {
|
9817
9817
|
"imports": [
|
9818
9818
|
{
|
9819
|
-
"path": "dist/chunk-
|
9819
|
+
"path": "dist/chunk-Q6U22HIE.js",
|
9820
9820
|
"kind": "import-statement"
|
9821
9821
|
},
|
9822
9822
|
{
|
9823
|
-
"path": "dist/chunk-
|
9823
|
+
"path": "dist/chunk-NMOZ33TX.js",
|
9824
9824
|
"kind": "import-statement"
|
9825
9825
|
},
|
9826
9826
|
{
|
@@ -9971,24 +9971,24 @@
|
|
9971
9971
|
},
|
9972
9972
|
"bytes": 31959
|
9973
9973
|
},
|
9974
|
-
"dist/conference-
|
9974
|
+
"dist/conference-S7R3O4OC.js.map": {
|
9975
9975
|
"imports": [],
|
9976
9976
|
"exports": [],
|
9977
9977
|
"inputs": {},
|
9978
|
-
"bytes":
|
9978
|
+
"bytes": 400433
|
9979
9979
|
},
|
9980
|
-
"dist/conference-
|
9980
|
+
"dist/conference-S7R3O4OC.js": {
|
9981
9981
|
"imports": [
|
9982
9982
|
{
|
9983
|
-
"path": "dist/chunk-
|
9983
|
+
"path": "dist/chunk-BUWIMYLW.js",
|
9984
9984
|
"kind": "import-statement"
|
9985
9985
|
},
|
9986
9986
|
{
|
9987
|
-
"path": "dist/chunk-
|
9987
|
+
"path": "dist/chunk-Q6U22HIE.js",
|
9988
9988
|
"kind": "import-statement"
|
9989
9989
|
},
|
9990
9990
|
{
|
9991
|
-
"path": "dist/chunk-
|
9991
|
+
"path": "dist/chunk-NMOZ33TX.js",
|
9992
9992
|
"kind": "import-statement"
|
9993
9993
|
},
|
9994
9994
|
{
|
@@ -10487,7 +10487,7 @@
|
|
10487
10487
|
"external": true
|
10488
10488
|
},
|
10489
10489
|
{
|
10490
|
-
"path": "dist/VirtualBackground-
|
10490
|
+
"path": "dist/VirtualBackground-A5UM363O.js",
|
10491
10491
|
"kind": "dynamic-import"
|
10492
10492
|
},
|
10493
10493
|
{
|
@@ -10725,6 +10725,11 @@
|
|
10725
10725
|
"kind": "import-statement",
|
10726
10726
|
"external": true
|
10727
10727
|
},
|
10728
|
+
{
|
10729
|
+
"path": "react-use",
|
10730
|
+
"kind": "import-statement",
|
10731
|
+
"external": true
|
10732
|
+
},
|
10728
10733
|
{
|
10729
10734
|
"path": "@100mslive/react-sdk",
|
10730
10735
|
"kind": "import-statement",
|
@@ -10891,7 +10896,7 @@
|
|
10891
10896
|
"external": true
|
10892
10897
|
},
|
10893
10898
|
{
|
10894
|
-
"path": "dist/HLSView-
|
10899
|
+
"path": "dist/HLSView-4NSE37G7.js",
|
10895
10900
|
"kind": "dynamic-import"
|
10896
10901
|
},
|
10897
10902
|
{
|
@@ -10911,10 +10916,10 @@
|
|
10911
10916
|
"entryPoint": "src/Prebuilt/components/conference.jsx",
|
10912
10917
|
"inputs": {
|
10913
10918
|
"src/Prebuilt/components/conference.jsx": {
|
10914
|
-
"bytesInOutput":
|
10919
|
+
"bytesInOutput": 6328
|
10915
10920
|
},
|
10916
10921
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
10917
|
-
"bytesInOutput":
|
10922
|
+
"bytesInOutput": 3179
|
10918
10923
|
},
|
10919
10924
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
10920
10925
|
"bytesInOutput": 1987
|
@@ -10923,10 +10928,10 @@
|
|
10923
10928
|
"bytesInOutput": 937
|
10924
10929
|
},
|
10925
10930
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
10926
|
-
"bytesInOutput":
|
10931
|
+
"bytesInOutput": 2037
|
10927
10932
|
},
|
10928
10933
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
10929
|
-
"bytesInOutput":
|
10934
|
+
"bytesInOutput": 5711
|
10930
10935
|
},
|
10931
10936
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
10932
10937
|
"bytesInOutput": 1894
|
@@ -10941,7 +10946,7 @@
|
|
10941
10946
|
"bytesInOutput": 1704
|
10942
10947
|
},
|
10943
10948
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
10944
|
-
"bytesInOutput":
|
10949
|
+
"bytesInOutput": 4384
|
10945
10950
|
},
|
10946
10951
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
10947
10952
|
"bytesInOutput": 365
|
@@ -11031,10 +11036,10 @@
|
|
11031
11036
|
"bytesInOutput": 861
|
11032
11037
|
},
|
11033
11038
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
11034
|
-
"bytesInOutput":
|
11039
|
+
"bytesInOutput": 10947
|
11035
11040
|
},
|
11036
11041
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
11037
|
-
"bytesInOutput":
|
11042
|
+
"bytesInOutput": 2610
|
11038
11043
|
},
|
11039
11044
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
11040
11045
|
"bytesInOutput": 5744
|
@@ -11082,7 +11087,7 @@
|
|
11082
11087
|
"bytesInOutput": 1827
|
11083
11088
|
},
|
11084
11089
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
11085
|
-
"bytesInOutput":
|
11090
|
+
"bytesInOutput": 3596
|
11086
11091
|
},
|
11087
11092
|
"src/Prebuilt/components/ScreenshareDisplay.jsx": {
|
11088
11093
|
"bytesInOutput": 1191
|
@@ -11100,10 +11105,10 @@
|
|
11100
11105
|
"bytesInOutput": 3238
|
11101
11106
|
},
|
11102
11107
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
11103
|
-
"bytesInOutput":
|
11108
|
+
"bytesInOutput": 4756
|
11104
11109
|
},
|
11105
11110
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
11106
|
-
"bytesInOutput":
|
11111
|
+
"bytesInOutput": 6585
|
11107
11112
|
},
|
11108
11113
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
11109
11114
|
"bytesInOutput": 12384
|
@@ -11121,7 +11126,7 @@
|
|
11121
11126
|
"bytesInOutput": 639
|
11122
11127
|
},
|
11123
11128
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
11124
|
-
"bytesInOutput":
|
11129
|
+
"bytesInOutput": 1169
|
11125
11130
|
},
|
11126
11131
|
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
11127
11132
|
"bytesInOutput": 497
|
@@ -11139,21 +11144,21 @@
|
|
11139
11144
|
"bytesInOutput": 1380
|
11140
11145
|
},
|
11141
11146
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
11142
|
-
"bytesInOutput":
|
11147
|
+
"bytesInOutput": 3886
|
11143
11148
|
}
|
11144
11149
|
},
|
11145
|
-
"bytes":
|
11150
|
+
"bytes": 302029
|
11146
11151
|
},
|
11147
|
-
"dist/chunk-
|
11152
|
+
"dist/chunk-BUWIMYLW.js.map": {
|
11148
11153
|
"imports": [],
|
11149
11154
|
"exports": [],
|
11150
11155
|
"inputs": {},
|
11151
11156
|
"bytes": 2406
|
11152
11157
|
},
|
11153
|
-
"dist/chunk-
|
11158
|
+
"dist/chunk-BUWIMYLW.js": {
|
11154
11159
|
"imports": [
|
11155
11160
|
{
|
11156
|
-
"path": "dist/chunk-
|
11161
|
+
"path": "dist/chunk-NMOZ33TX.js",
|
11157
11162
|
"kind": "import-statement"
|
11158
11163
|
},
|
11159
11164
|
{
|
@@ -11172,16 +11177,16 @@
|
|
11172
11177
|
},
|
11173
11178
|
"bytes": 1591
|
11174
11179
|
},
|
11175
|
-
"dist/chunk-
|
11180
|
+
"dist/chunk-Q6U22HIE.js.map": {
|
11176
11181
|
"imports": [],
|
11177
11182
|
"exports": [],
|
11178
11183
|
"inputs": {},
|
11179
|
-
"bytes":
|
11184
|
+
"bytes": 493815
|
11180
11185
|
},
|
11181
|
-
"dist/chunk-
|
11186
|
+
"dist/chunk-Q6U22HIE.js": {
|
11182
11187
|
"imports": [
|
11183
11188
|
{
|
11184
|
-
"path": "dist/chunk-
|
11189
|
+
"path": "dist/chunk-NMOZ33TX.js",
|
11185
11190
|
"kind": "import-statement"
|
11186
11191
|
},
|
11187
11192
|
{
|
@@ -11719,11 +11724,6 @@
|
|
11719
11724
|
"kind": "import-statement",
|
11720
11725
|
"external": true
|
11721
11726
|
},
|
11722
|
-
{
|
11723
|
-
"path": "react-use",
|
11724
|
-
"kind": "import-statement",
|
11725
|
-
"external": true
|
11726
|
-
},
|
11727
11727
|
{
|
11728
11728
|
"path": "@100mslive/react-sdk",
|
11729
11729
|
"kind": "import-statement",
|
@@ -12105,7 +12105,7 @@
|
|
12105
12105
|
"external": true
|
12106
12106
|
},
|
12107
12107
|
{
|
12108
|
-
"path": "dist/VirtualBackground-
|
12108
|
+
"path": "dist/VirtualBackground-A5UM363O.js",
|
12109
12109
|
"kind": "dynamic-import"
|
12110
12110
|
},
|
12111
12111
|
{
|
@@ -12174,7 +12174,7 @@
|
|
12174
12174
|
"external": true
|
12175
12175
|
},
|
12176
12176
|
{
|
12177
|
-
"path": "dist/conference-
|
12177
|
+
"path": "dist/conference-S7R3O4OC.js",
|
12178
12178
|
"kind": "dynamic-import"
|
12179
12179
|
},
|
12180
12180
|
{
|
@@ -12290,7 +12290,7 @@
|
|
12290
12290
|
],
|
12291
12291
|
"inputs": {
|
12292
12292
|
"src/Button/Button.tsx": {
|
12293
|
-
"bytesInOutput":
|
12293
|
+
"bytesInOutput": 4304
|
12294
12294
|
},
|
12295
12295
|
"src/Theme/ThemeProvider.tsx": {
|
12296
12296
|
"bytesInOutput": 1899
|
@@ -12500,7 +12500,7 @@
|
|
12500
12500
|
"bytesInOutput": 4346
|
12501
12501
|
},
|
12502
12502
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12503
|
-
"bytesInOutput":
|
12503
|
+
"bytesInOutput": 5868
|
12504
12504
|
},
|
12505
12505
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
12506
12506
|
"bytesInOutput": 867
|
@@ -12575,7 +12575,7 @@
|
|
12575
12575
|
"bytesInOutput": 1512
|
12576
12576
|
},
|
12577
12577
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
12578
|
-
"bytesInOutput":
|
12578
|
+
"bytesInOutput": 1591
|
12579
12579
|
},
|
12580
12580
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
12581
12581
|
"bytesInOutput": 8958
|
@@ -12593,7 +12593,7 @@
|
|
12593
12593
|
"bytesInOutput": 1733
|
12594
12594
|
},
|
12595
12595
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12596
|
-
"bytesInOutput":
|
12596
|
+
"bytesInOutput": 1709
|
12597
12597
|
},
|
12598
12598
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
12599
12599
|
"bytesInOutput": 1044
|
@@ -12611,7 +12611,7 @@
|
|
12611
12611
|
"bytesInOutput": 1769
|
12612
12612
|
},
|
12613
12613
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12614
|
-
"bytesInOutput":
|
12614
|
+
"bytesInOutput": 8860
|
12615
12615
|
},
|
12616
12616
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
12617
12617
|
"bytesInOutput": 5583
|
@@ -12701,15 +12701,15 @@
|
|
12701
12701
|
"bytesInOutput": 391
|
12702
12702
|
}
|
12703
12703
|
},
|
12704
|
-
"bytes":
|
12704
|
+
"bytes": 308862
|
12705
12705
|
},
|
12706
|
-
"dist/chunk-
|
12706
|
+
"dist/chunk-NMOZ33TX.js.map": {
|
12707
12707
|
"imports": [],
|
12708
12708
|
"exports": [],
|
12709
12709
|
"inputs": {},
|
12710
|
-
"bytes":
|
12710
|
+
"bytes": 39320
|
12711
12711
|
},
|
12712
|
-
"dist/chunk-
|
12712
|
+
"dist/chunk-NMOZ33TX.js": {
|
12713
12713
|
"imports": [
|
12714
12714
|
{
|
12715
12715
|
"path": "@stitches/react",
|
@@ -12786,7 +12786,7 @@
|
|
12786
12786
|
],
|
12787
12787
|
"inputs": {
|
12788
12788
|
"<define:process.env>": {
|
12789
|
-
"bytesInOutput":
|
12789
|
+
"bytesInOutput": 18373
|
12790
12790
|
},
|
12791
12791
|
"src/Theme/stitches.config.ts": {
|
12792
12792
|
"bytesInOutput": 1652
|
@@ -12837,7 +12837,7 @@
|
|
12837
12837
|
"bytesInOutput": 546
|
12838
12838
|
}
|
12839
12839
|
},
|
12840
|
-
"bytes":
|
12840
|
+
"bytes": 39986
|
12841
12841
|
}
|
12842
12842
|
}
|
12843
12843
|
}
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"prebuilt",
|
11
11
|
"roomkit"
|
12
12
|
],
|
13
|
-
"version": "0.1.6
|
13
|
+
"version": "0.1.6",
|
14
14
|
"author": "100ms",
|
15
15
|
"license": "MIT",
|
16
16
|
"files": [
|
@@ -76,10 +76,10 @@
|
|
76
76
|
"react": ">=17.0.2 <19.0.0"
|
77
77
|
},
|
78
78
|
"dependencies": {
|
79
|
-
"@100mslive/hls-player": "0.1.15
|
80
|
-
"@100mslive/hms-virtual-background": "1.11.15
|
81
|
-
"@100mslive/react-icons": "0.8.15
|
82
|
-
"@100mslive/react-sdk": "0.8.15
|
79
|
+
"@100mslive/hls-player": "0.1.15",
|
80
|
+
"@100mslive/hms-virtual-background": "1.11.15",
|
81
|
+
"@100mslive/react-icons": "0.8.15",
|
82
|
+
"@100mslive/react-sdk": "0.8.15",
|
83
83
|
"@100mslive/types-prebuilt": "0.12.0",
|
84
84
|
"@emoji-mart/data": "^1.0.6",
|
85
85
|
"@emoji-mart/react": "^1.0.1",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"uuid": "^8.3.2",
|
116
116
|
"worker-timers": "^7.0.40"
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "0578f113babef7488a788837c63f7f8a7aa246e3"
|
119
119
|
}
|
package/src/Button/Button.tsx
CHANGED
@@ -139,12 +139,12 @@ const StyledButton = styled('button', {
|
|
139
139
|
variants: {
|
140
140
|
variant: {
|
141
141
|
standard: getButtonVariants(
|
142
|
-
'$
|
143
|
-
'$
|
144
|
-
'$
|
145
|
-
'$
|
146
|
-
'$
|
147
|
-
'$
|
142
|
+
'$surface_brighter',
|
143
|
+
'$surface_bright',
|
144
|
+
'$surface_default',
|
145
|
+
'$surface_dim',
|
146
|
+
'$on_surface_high',
|
147
|
+
'$on_surface_low',
|
148
148
|
),
|
149
149
|
danger: getButtonVariants(
|
150
150
|
'$alert_error_default',
|
@@ -66,7 +66,7 @@ const PinnedMessage = ({ clearPinnedMessage }) => {
|
|
66
66
|
) : null;
|
67
67
|
};
|
68
68
|
|
69
|
-
export const Chat = ({ screenType
|
69
|
+
export const Chat = ({ screenType }) => {
|
70
70
|
const notification = useHMSNotifications(HMSNotificationTypes.PEER_LEFT);
|
71
71
|
const [peerSelector, setPeerSelector] = useSetSubscribedChatSelector(CHAT_SELECTOR.PEER_ID);
|
72
72
|
const [roleSelector, setRoleSelector] = useSetSubscribedChatSelector(CHAT_SELECTOR.ROLE);
|
@@ -122,8 +122,6 @@ export const Chat = ({ screenType, hideControls = false }) => {
|
|
122
122
|
css={{
|
123
123
|
size: '100%',
|
124
124
|
gap: '$4',
|
125
|
-
marginTop: hideControls && elements?.chat?.is_overlay ? '$17' : '0',
|
126
|
-
transition: 'margin 0.3s ease-in-out',
|
127
125
|
}}
|
128
126
|
>
|
129
127
|
{isMobile && elements?.chat?.is_overlay ? null : (
|
@@ -119,10 +119,11 @@ const VirtualizedParticipants = ({ peersOrderedByRoles = {}, isConnected, filter
|
|
119
119
|
direction="column"
|
120
120
|
css={{
|
121
121
|
gap: '$8',
|
122
|
-
maxHeight: '100%',
|
123
122
|
overflowY: 'auto',
|
124
123
|
overflowX: 'hidden',
|
125
|
-
pr: '$
|
124
|
+
pr: '$10',
|
125
|
+
mr: '-$10',
|
126
|
+
flex: '1 1 0',
|
126
127
|
}}
|
127
128
|
>
|
128
129
|
<RoleAccordion
|
@@ -316,7 +317,7 @@ export const ParticipantSearch = ({ onSearch, placeholder, inSidePane = false })
|
|
316
317
|
<Flex
|
317
318
|
align="center"
|
318
319
|
css={{
|
319
|
-
p: isMobile ? '
|
320
|
+
p: isMobile ? '0' : '$2 0',
|
320
321
|
mb: '$2',
|
321
322
|
position: 'relative',
|
322
323
|
color: '$on_surface_medium',
|
@@ -46,7 +46,7 @@ export const RoleAccordion = ({
|
|
46
46
|
const height = ROW_HEIGHT * peerList.length;
|
47
47
|
|
48
48
|
return (
|
49
|
-
<Flex direction="column" css={{
|
49
|
+
<Flex direction="column" css={{ '&:hover .role_actions': { visibility: 'visible' } }} ref={ref}>
|
50
50
|
<Accordion.Root
|
51
51
|
type="single"
|
52
52
|
collapsible
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import React, { useEffect, useState } from 'react';
|
2
|
-
import {
|
3
|
-
import { selectDominantSpeaker, selectIsConnectedToRoom, useHMSStore } from '@100mslive/react-sdk';
|
2
|
+
import { selectDominantSpeaker, useHMSStore } from '@100mslive/react-sdk';
|
4
3
|
import { VolumeOneIcon } from '@100mslive/react-icons';
|
5
|
-
import {
|
4
|
+
import { Flex, styled, Text, textEllipsis, VerticalDivider } from '../../../';
|
6
5
|
import { useRoomLayout } from '../../provider/roomLayoutProvider';
|
7
6
|
|
8
7
|
export const SpeakerTag = () => {
|
@@ -37,8 +36,6 @@ const LogoImg = styled('img', {
|
|
37
36
|
export const Logo = () => {
|
38
37
|
const roomLayout = useRoomLayout();
|
39
38
|
const logo = roomLayout?.logo?.url;
|
40
|
-
const isMobile = useMedia(cssConfig.media.md);
|
41
|
-
const isConnected = useHMSStore(selectIsConnectedToRoom);
|
42
39
|
const [hideImage, setHideImage] = useState(false);
|
43
40
|
// Hide logo for now as there is not enough space
|
44
41
|
useEffect(() => {
|
@@ -48,9 +45,6 @@ export const Logo = () => {
|
|
48
45
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
49
46
|
}, [logo]);
|
50
47
|
|
51
|
-
if (isConnected && isMobile) {
|
52
|
-
return null;
|
53
|
-
}
|
54
48
|
return logo && !hideImage ? (
|
55
49
|
<LogoImg
|
56
50
|
src={logo}
|