@100mslive/roomkit-react 0.1.14-alpha.0 → 0.1.14-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-HCZVI2RM.js → HLSView-3RARRZJO.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/common/hooks.d.ts +24 -0
- package/dist/Prebuilt/components/Chat/{Navigation.d.ts → ArrowNavigation.d.ts} +1 -2
- package/dist/Prebuilt/components/Chat/ChatFooter.d.ts +2 -4
- package/dist/Prebuilt/components/Chat/ChatSelector.d.ts +5 -0
- package/dist/Prebuilt/components/Chat/ChatSelectorContainer.d.ts +2 -0
- package/dist/Prebuilt/components/Chat/ChatStates.d.ts +3 -0
- package/dist/Prebuilt/components/Chat/StickIndicator.d.ts +5 -0
- package/dist/Prebuilt/components/Chat/useUnreadCount.d.ts +4 -0
- package/dist/Prebuilt/components/ChatSettings.d.ts +2 -0
- package/dist/Prebuilt/components/Preview/PreviewForm.d.ts +2 -1
- package/dist/Prebuilt/components/SidePaneTabs.d.ts +0 -2
- package/dist/Prebuilt/components/TileMenu/TileMenuContent.d.ts +19 -0
- package/dist/Prebuilt/components/VirtualBackground/VBOption.d.ts +2 -1
- package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +2 -1
- package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +1 -1
- package/dist/Prebuilt/layouts/SidePane.d.ts +1 -3
- package/dist/{chunk-DKWT744J.js → chunk-W76VLHN6.js} +1690 -1268
- package/dist/chunk-W76VLHN6.js.map +7 -0
- package/dist/index.cjs.js +2104 -1639
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +452 -116
- package/dist/meta.esbuild.json +458 -122
- package/package.json +6 -6
- package/src/Prebuilt/common/constants.ts +1 -0
- package/src/Prebuilt/common/{hooks.js → hooks.ts} +4 -5
- package/src/Prebuilt/components/AppData/AppData.tsx +1 -0
- package/src/Prebuilt/components/AppData/useUISettings.js +2 -1
- package/src/Prebuilt/components/AuthToken.jsx +16 -8
- package/src/Prebuilt/components/Chat/{Navigation.tsx → ArrowNavigation.tsx} +3 -19
- package/src/Prebuilt/components/Chat/Chat.jsx +15 -44
- package/src/Prebuilt/components/Chat/ChatBody.jsx +114 -69
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +128 -130
- package/src/Prebuilt/components/Chat/ChatSelector.tsx +225 -0
- package/src/Prebuilt/components/Chat/ChatSelectorContainer.tsx +158 -0
- package/src/Prebuilt/components/Chat/{ChatStates.jsx → ChatStates.tsx} +4 -4
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +59 -41
- package/src/Prebuilt/components/Chat/StickIndicator.tsx +24 -0
- package/src/Prebuilt/components/Chat/useUnreadCount.ts +19 -0
- package/src/Prebuilt/components/ChatSettings.tsx +68 -0
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +2 -1
- package/src/Prebuilt/components/Header/ParticipantFilter.jsx +2 -1
- package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +1 -1
- package/src/Prebuilt/components/Preview/PreviewForm.tsx +3 -0
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +2 -1
- package/src/Prebuilt/components/SidePaneTabs.tsx +48 -50
- package/src/Prebuilt/components/TileMenu/{TileMenuContent.jsx → TileMenuContent.tsx} +72 -41
- package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +2 -1
- package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -0
- package/src/Prebuilt/components/VirtualBackground/VBToggle.jsx +1 -1
- package/src/Prebuilt/components/hooks/useChatBlacklist.ts +8 -6
- package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +2 -7
- package/src/Prebuilt/layouts/SidePane.tsx +1 -5
- package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +1 -0
- package/dist/chunk-DKWT744J.js.map +0 -7
- package/src/Prebuilt/components/Chat/ChatSelector.jsx +0 -161
- package/src/Prebuilt/components/Chat/ChatSelectorContainer.jsx +0 -81
- package/src/Prebuilt/components/Chat/useUnreadCount.js +0 -17
- /package/dist/{HLSView-HCZVI2RM.js.map → HLSView-3RARRZJO.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -1920,7 +1920,7 @@
|
|
1920
1920
|
"format": "esm"
|
1921
1921
|
},
|
1922
1922
|
"src/Prebuilt/common/constants.ts": {
|
1923
|
-
"bytes":
|
1923
|
+
"bytes": 4258,
|
1924
1924
|
"imports": [
|
1925
1925
|
{
|
1926
1926
|
"path": "@100mslive/react-sdk",
|
@@ -1936,7 +1936,7 @@
|
|
1936
1936
|
"format": "esm"
|
1937
1937
|
},
|
1938
1938
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
1939
|
-
"bytes":
|
1939
|
+
"bytes": 6099,
|
1940
1940
|
"imports": [
|
1941
1941
|
{
|
1942
1942
|
"path": "react",
|
@@ -2003,7 +2003,7 @@
|
|
2003
2003
|
"format": "esm"
|
2004
2004
|
},
|
2005
2005
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2006
|
-
"bytes":
|
2006
|
+
"bytes": 5400,
|
2007
2007
|
"imports": [
|
2008
2008
|
{
|
2009
2009
|
"path": "react",
|
@@ -2156,7 +2156,7 @@
|
|
2156
2156
|
"format": "esm"
|
2157
2157
|
},
|
2158
2158
|
"src/Prebuilt/components/AuthToken.jsx": {
|
2159
|
-
"bytes":
|
2159
|
+
"bytes": 4205,
|
2160
2160
|
"imports": [
|
2161
2161
|
{
|
2162
2162
|
"path": "react",
|
@@ -3064,7 +3064,7 @@
|
|
3064
3064
|
"format": "esm"
|
3065
3065
|
},
|
3066
3066
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
3067
|
-
"bytes":
|
3067
|
+
"bytes": 1549,
|
3068
3068
|
"imports": [
|
3069
3069
|
{
|
3070
3070
|
"path": "@100mslive/types-prebuilt/elements/join_form",
|
@@ -3136,8 +3136,29 @@
|
|
3136
3136
|
],
|
3137
3137
|
"format": "esm"
|
3138
3138
|
},
|
3139
|
-
"src/Prebuilt/
|
3140
|
-
"bytes":
|
3139
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
3140
|
+
"bytes": 2131,
|
3141
|
+
"imports": [
|
3142
|
+
{
|
3143
|
+
"path": "@100mslive/types-prebuilt",
|
3144
|
+
"kind": "import-statement",
|
3145
|
+
"external": true
|
3146
|
+
},
|
3147
|
+
{
|
3148
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
3149
|
+
"kind": "import-statement",
|
3150
|
+
"original": ".."
|
3151
|
+
},
|
3152
|
+
{
|
3153
|
+
"path": "<define:process.env>",
|
3154
|
+
"kind": "import-statement",
|
3155
|
+
"external": true
|
3156
|
+
}
|
3157
|
+
],
|
3158
|
+
"format": "esm"
|
3159
|
+
},
|
3160
|
+
"src/Prebuilt/common/hooks.ts": {
|
3161
|
+
"bytes": 3363,
|
3141
3162
|
"imports": [
|
3142
3163
|
{
|
3143
3164
|
"path": "react",
|
@@ -3159,6 +3180,11 @@
|
|
3159
3180
|
"kind": "import-statement",
|
3160
3181
|
"original": "../provider/roomLayoutProvider"
|
3161
3182
|
},
|
3183
|
+
{
|
3184
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
3185
|
+
"kind": "import-statement",
|
3186
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
3187
|
+
},
|
3162
3188
|
{
|
3163
3189
|
"path": "<define:process.env>",
|
3164
3190
|
"kind": "import-statement",
|
@@ -3231,7 +3257,7 @@
|
|
3231
3257
|
"original": "./hooks/useDropdownSelection"
|
3232
3258
|
},
|
3233
3259
|
{
|
3234
|
-
"path": "src/Prebuilt/common/hooks.
|
3260
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
3235
3261
|
"kind": "import-statement",
|
3236
3262
|
"original": "../common/hooks"
|
3237
3263
|
},
|
@@ -3792,7 +3818,7 @@
|
|
3792
3818
|
"original": "../../primitives/DropdownTrigger"
|
3793
3819
|
},
|
3794
3820
|
{
|
3795
|
-
"path": "src/Prebuilt/common/hooks.
|
3821
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
3796
3822
|
"kind": "import-statement",
|
3797
3823
|
"original": "../../common/hooks"
|
3798
3824
|
},
|
@@ -3956,7 +3982,7 @@
|
|
3956
3982
|
"original": "./MuteAllContent"
|
3957
3983
|
},
|
3958
3984
|
{
|
3959
|
-
"path": "src/Prebuilt/common/hooks.
|
3985
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
3960
3986
|
"kind": "import-statement",
|
3961
3987
|
"original": "../../common/hooks"
|
3962
3988
|
},
|
@@ -4403,7 +4429,7 @@
|
|
4403
4429
|
"format": "cjs"
|
4404
4430
|
},
|
4405
4431
|
"../hms-video-web/dist/index.js": {
|
4406
|
-
"bytes":
|
4432
|
+
"bytes": 254873,
|
4407
4433
|
"imports": [
|
4408
4434
|
{
|
4409
4435
|
"path": "uuid",
|
@@ -4674,27 +4700,6 @@
|
|
4674
4700
|
],
|
4675
4701
|
"format": "esm"
|
4676
4702
|
},
|
4677
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
4678
|
-
"bytes": 2131,
|
4679
|
-
"imports": [
|
4680
|
-
{
|
4681
|
-
"path": "@100mslive/types-prebuilt",
|
4682
|
-
"kind": "import-statement",
|
4683
|
-
"external": true
|
4684
|
-
},
|
4685
|
-
{
|
4686
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
4687
|
-
"kind": "import-statement",
|
4688
|
-
"original": ".."
|
4689
|
-
},
|
4690
|
-
{
|
4691
|
-
"path": "<define:process.env>",
|
4692
|
-
"kind": "import-statement",
|
4693
|
-
"external": true
|
4694
|
-
}
|
4695
|
-
],
|
4696
|
-
"format": "esm"
|
4697
|
-
},
|
4698
4703
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
4699
4704
|
"bytes": 9374,
|
4700
4705
|
"imports": [
|
@@ -5434,7 +5439,7 @@
|
|
5434
5439
|
"format": "esm"
|
5435
5440
|
},
|
5436
5441
|
"src/Prebuilt/components/VirtualBackground/VBToggle.jsx": {
|
5437
|
-
"bytes":
|
5442
|
+
"bytes": 938,
|
5438
5443
|
"imports": [
|
5439
5444
|
{
|
5440
5445
|
"path": "react",
|
@@ -5700,7 +5705,7 @@
|
|
5700
5705
|
"format": "esm"
|
5701
5706
|
},
|
5702
5707
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
5703
|
-
"bytes":
|
5708
|
+
"bytes": 11381,
|
5704
5709
|
"imports": [
|
5705
5710
|
{
|
5706
5711
|
"path": "react",
|
@@ -5758,7 +5763,7 @@
|
|
5758
5763
|
"original": "../AppData/useSidepane"
|
5759
5764
|
},
|
5760
5765
|
{
|
5761
|
-
"path": "src/Prebuilt/common/hooks.
|
5766
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
5762
5767
|
"kind": "import-statement",
|
5763
5768
|
"original": "../../common/hooks"
|
5764
5769
|
},
|
@@ -6730,7 +6735,7 @@
|
|
6730
6735
|
"format": "esm"
|
6731
6736
|
},
|
6732
6737
|
"../hms-video-store/dist/index.js": {
|
6733
|
-
"bytes":
|
6738
|
+
"bytes": 66678,
|
6734
6739
|
"imports": [
|
6735
6740
|
{
|
6736
6741
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -6851,7 +6856,7 @@
|
|
6851
6856
|
"format": "esm"
|
6852
6857
|
},
|
6853
6858
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
6854
|
-
"bytes":
|
6859
|
+
"bytes": 876,
|
6855
6860
|
"imports": [
|
6856
6861
|
{
|
6857
6862
|
"path": "react",
|
@@ -6887,7 +6892,7 @@
|
|
6887
6892
|
"format": "esm"
|
6888
6893
|
},
|
6889
6894
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
6890
|
-
"bytes":
|
6895
|
+
"bytes": 2595,
|
6891
6896
|
"imports": [
|
6892
6897
|
{
|
6893
6898
|
"path": "react",
|
@@ -6922,8 +6927,8 @@
|
|
6922
6927
|
],
|
6923
6928
|
"format": "esm"
|
6924
6929
|
},
|
6925
|
-
"src/Prebuilt/components/Chat/useUnreadCount.
|
6926
|
-
"bytes":
|
6930
|
+
"src/Prebuilt/components/Chat/useUnreadCount.ts": {
|
6931
|
+
"bytes": 566,
|
6927
6932
|
"imports": [
|
6928
6933
|
{
|
6929
6934
|
"path": "@100mslive/react-sdk",
|
@@ -6939,7 +6944,7 @@
|
|
6939
6944
|
"format": "esm"
|
6940
6945
|
},
|
6941
6946
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
6942
|
-
"bytes":
|
6947
|
+
"bytes": 21186,
|
6943
6948
|
"imports": [
|
6944
6949
|
{
|
6945
6950
|
"path": "react",
|
@@ -7031,6 +7036,11 @@
|
|
7031
7036
|
"kind": "import-statement",
|
7032
7037
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7033
7038
|
},
|
7039
|
+
{
|
7040
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7041
|
+
"kind": "import-statement",
|
7042
|
+
"original": "../AppData/useUISettings"
|
7043
|
+
},
|
7034
7044
|
{
|
7035
7045
|
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7036
7046
|
"kind": "import-statement",
|
@@ -7042,7 +7052,7 @@
|
|
7042
7052
|
"original": "../hooks/useSetPinnedMessages"
|
7043
7053
|
},
|
7044
7054
|
{
|
7045
|
-
"path": "src/Prebuilt/components/Chat/useUnreadCount.
|
7055
|
+
"path": "src/Prebuilt/components/Chat/useUnreadCount.ts",
|
7046
7056
|
"kind": "import-statement",
|
7047
7057
|
"original": "./useUnreadCount"
|
7048
7058
|
},
|
@@ -7064,6 +7074,158 @@
|
|
7064
7074
|
],
|
7065
7075
|
"format": "esm"
|
7066
7076
|
},
|
7077
|
+
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
7078
|
+
"bytes": 6811,
|
7079
|
+
"imports": [
|
7080
|
+
{
|
7081
|
+
"path": "react",
|
7082
|
+
"kind": "import-statement",
|
7083
|
+
"external": true
|
7084
|
+
},
|
7085
|
+
{
|
7086
|
+
"path": "react-use",
|
7087
|
+
"kind": "import-statement",
|
7088
|
+
"external": true
|
7089
|
+
},
|
7090
|
+
{
|
7091
|
+
"path": "@100mslive/react-sdk",
|
7092
|
+
"kind": "import-statement",
|
7093
|
+
"external": true
|
7094
|
+
},
|
7095
|
+
{
|
7096
|
+
"path": "@100mslive/react-icons",
|
7097
|
+
"kind": "import-statement",
|
7098
|
+
"external": true
|
7099
|
+
},
|
7100
|
+
{
|
7101
|
+
"path": "src/index.ts",
|
7102
|
+
"kind": "import-statement",
|
7103
|
+
"original": "../../.."
|
7104
|
+
},
|
7105
|
+
{
|
7106
|
+
"path": "src/Theme/index.tsx",
|
7107
|
+
"kind": "import-statement",
|
7108
|
+
"original": "../../../Theme"
|
7109
|
+
},
|
7110
|
+
{
|
7111
|
+
"path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
|
7112
|
+
"kind": "import-statement",
|
7113
|
+
"original": "../Footer/ParticipantList"
|
7114
|
+
},
|
7115
|
+
{
|
7116
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7117
|
+
"kind": "import-statement",
|
7118
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7119
|
+
},
|
7120
|
+
{
|
7121
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7122
|
+
"kind": "import-statement",
|
7123
|
+
"original": "../AppData/useUISettings"
|
7124
|
+
},
|
7125
|
+
{
|
7126
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
7127
|
+
"kind": "import-statement",
|
7128
|
+
"original": "../../common/hooks"
|
7129
|
+
},
|
7130
|
+
{
|
7131
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7132
|
+
"kind": "import-statement",
|
7133
|
+
"original": "../../common/constants"
|
7134
|
+
},
|
7135
|
+
{
|
7136
|
+
"path": "<define:process.env>",
|
7137
|
+
"kind": "import-statement",
|
7138
|
+
"external": true
|
7139
|
+
},
|
7140
|
+
{
|
7141
|
+
"path": "<runtime>",
|
7142
|
+
"kind": "import-statement",
|
7143
|
+
"external": true
|
7144
|
+
}
|
7145
|
+
],
|
7146
|
+
"format": "esm"
|
7147
|
+
},
|
7148
|
+
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
7149
|
+
"bytes": 5791,
|
7150
|
+
"imports": [
|
7151
|
+
{
|
7152
|
+
"path": "react",
|
7153
|
+
"kind": "import-statement",
|
7154
|
+
"external": true
|
7155
|
+
},
|
7156
|
+
{
|
7157
|
+
"path": "react-use",
|
7158
|
+
"kind": "import-statement",
|
7159
|
+
"external": true
|
7160
|
+
},
|
7161
|
+
{
|
7162
|
+
"path": "@100mslive/react-sdk",
|
7163
|
+
"kind": "import-statement",
|
7164
|
+
"external": true
|
7165
|
+
},
|
7166
|
+
{
|
7167
|
+
"path": "@100mslive/react-icons",
|
7168
|
+
"kind": "import-statement",
|
7169
|
+
"external": true
|
7170
|
+
},
|
7171
|
+
{
|
7172
|
+
"path": "src/Dropdown/index.tsx",
|
7173
|
+
"kind": "import-statement",
|
7174
|
+
"original": "../../../Dropdown"
|
7175
|
+
},
|
7176
|
+
{
|
7177
|
+
"path": "src/Layout/index.tsx",
|
7178
|
+
"kind": "import-statement",
|
7179
|
+
"original": "../../../Layout"
|
7180
|
+
},
|
7181
|
+
{
|
7182
|
+
"path": "src/Sheet/index.ts",
|
7183
|
+
"kind": "import-statement",
|
7184
|
+
"original": "../../../Sheet"
|
7185
|
+
},
|
7186
|
+
{
|
7187
|
+
"path": "src/Text/index.tsx",
|
7188
|
+
"kind": "import-statement",
|
7189
|
+
"original": "../../../Text"
|
7190
|
+
},
|
7191
|
+
{
|
7192
|
+
"path": "src/Theme/index.tsx",
|
7193
|
+
"kind": "import-statement",
|
7194
|
+
"original": "../../../Theme"
|
7195
|
+
},
|
7196
|
+
{
|
7197
|
+
"path": "src/Prebuilt/components/Chat/ChatSelector.tsx",
|
7198
|
+
"kind": "import-statement",
|
7199
|
+
"original": "./ChatSelector"
|
7200
|
+
},
|
7201
|
+
{
|
7202
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7203
|
+
"kind": "import-statement",
|
7204
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7205
|
+
},
|
7206
|
+
{
|
7207
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7208
|
+
"kind": "import-statement",
|
7209
|
+
"original": "../AppData/useUISettings"
|
7210
|
+
},
|
7211
|
+
{
|
7212
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
7213
|
+
"kind": "import-statement",
|
7214
|
+
"original": "../../common/hooks"
|
7215
|
+
},
|
7216
|
+
{
|
7217
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7218
|
+
"kind": "import-statement",
|
7219
|
+
"original": "../../common/constants"
|
7220
|
+
},
|
7221
|
+
{
|
7222
|
+
"path": "<define:process.env>",
|
7223
|
+
"kind": "import-statement",
|
7224
|
+
"external": true
|
7225
|
+
}
|
7226
|
+
],
|
7227
|
+
"format": "esm"
|
7228
|
+
},
|
7067
7229
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
7068
7230
|
"bytes": 624,
|
7069
7231
|
"imports": [
|
@@ -7107,7 +7269,7 @@
|
|
7107
7269
|
"format": "esm"
|
7108
7270
|
},
|
7109
7271
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
7110
|
-
"bytes":
|
7272
|
+
"bytes": 8673,
|
7111
7273
|
"imports": [
|
7112
7274
|
{
|
7113
7275
|
"path": "react",
|
@@ -7154,6 +7316,11 @@
|
|
7154
7316
|
"kind": "import-statement",
|
7155
7317
|
"original": "../Toast/ToastManager"
|
7156
7318
|
},
|
7319
|
+
{
|
7320
|
+
"path": "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx",
|
7321
|
+
"kind": "import-statement",
|
7322
|
+
"original": "./ChatSelectorContainer"
|
7323
|
+
},
|
7157
7324
|
{
|
7158
7325
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7159
7326
|
"kind": "import-statement",
|
@@ -7164,6 +7331,11 @@
|
|
7164
7331
|
"kind": "import-statement",
|
7165
7332
|
"original": "../AppData/useChatState"
|
7166
7333
|
},
|
7334
|
+
{
|
7335
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7336
|
+
"kind": "import-statement",
|
7337
|
+
"original": "../AppData/useUISettings"
|
7338
|
+
},
|
7167
7339
|
{
|
7168
7340
|
"path": "src/Prebuilt/components/Chat/useEmojiPickerStyles.js",
|
7169
7341
|
"kind": "import-statement",
|
@@ -7187,8 +7359,8 @@
|
|
7187
7359
|
],
|
7188
7360
|
"format": "esm"
|
7189
7361
|
},
|
7190
|
-
"src/Prebuilt/components/Chat/ChatStates.
|
7191
|
-
"bytes":
|
7362
|
+
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
7363
|
+
"bytes": 2427,
|
7192
7364
|
"imports": [
|
7193
7365
|
{
|
7194
7366
|
"path": "react",
|
@@ -7238,8 +7410,8 @@
|
|
7238
7410
|
],
|
7239
7411
|
"format": "esm"
|
7240
7412
|
},
|
7241
|
-
"src/Prebuilt/components/Chat/
|
7242
|
-
"bytes":
|
7413
|
+
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
7414
|
+
"bytes": 1030,
|
7243
7415
|
"imports": [
|
7244
7416
|
{
|
7245
7417
|
"path": "react",
|
@@ -7264,8 +7436,29 @@
|
|
7264
7436
|
],
|
7265
7437
|
"format": "esm"
|
7266
7438
|
},
|
7439
|
+
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
7440
|
+
"bytes": 579,
|
7441
|
+
"imports": [
|
7442
|
+
{
|
7443
|
+
"path": "react",
|
7444
|
+
"kind": "import-statement",
|
7445
|
+
"external": true
|
7446
|
+
},
|
7447
|
+
{
|
7448
|
+
"path": "src/Layout/index.tsx",
|
7449
|
+
"kind": "import-statement",
|
7450
|
+
"original": "../../../Layout"
|
7451
|
+
},
|
7452
|
+
{
|
7453
|
+
"path": "<define:process.env>",
|
7454
|
+
"kind": "import-statement",
|
7455
|
+
"external": true
|
7456
|
+
}
|
7457
|
+
],
|
7458
|
+
"format": "esm"
|
7459
|
+
},
|
7267
7460
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
7268
|
-
"bytes":
|
7461
|
+
"bytes": 4933,
|
7269
7462
|
"imports": [
|
7270
7463
|
{
|
7271
7464
|
"path": "react",
|
@@ -7307,15 +7500,25 @@
|
|
7307
7500
|
"kind": "import-statement",
|
7308
7501
|
"original": "../../../Theme"
|
7309
7502
|
},
|
7503
|
+
{
|
7504
|
+
"path": "src/Prebuilt/components/Chat/ArrowNavigation.tsx",
|
7505
|
+
"kind": "import-statement",
|
7506
|
+
"original": "./ArrowNavigation"
|
7507
|
+
},
|
7310
7508
|
{
|
7311
7509
|
"path": "src/Prebuilt/components/Chat/ChatBody.jsx",
|
7312
7510
|
"kind": "import-statement",
|
7313
7511
|
"original": "./ChatBody"
|
7314
7512
|
},
|
7315
7513
|
{
|
7316
|
-
"path": "src/Prebuilt/components/Chat/
|
7514
|
+
"path": "src/Prebuilt/components/Chat/StickIndicator.tsx",
|
7515
|
+
"kind": "import-statement",
|
7516
|
+
"original": "./StickIndicator"
|
7517
|
+
},
|
7518
|
+
{
|
7519
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7317
7520
|
"kind": "import-statement",
|
7318
|
-
"original": "
|
7521
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7319
7522
|
},
|
7320
7523
|
{
|
7321
7524
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -7336,7 +7539,7 @@
|
|
7336
7539
|
"format": "esm"
|
7337
7540
|
},
|
7338
7541
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
7339
|
-
"bytes":
|
7542
|
+
"bytes": 5268,
|
7340
7543
|
"imports": [
|
7341
7544
|
{
|
7342
7545
|
"path": "react",
|
@@ -7389,7 +7592,7 @@
|
|
7389
7592
|
"original": "./ChatFooter"
|
7390
7593
|
},
|
7391
7594
|
{
|
7392
|
-
"path": "src/Prebuilt/components/Chat/ChatStates.
|
7595
|
+
"path": "src/Prebuilt/components/Chat/ChatStates.tsx",
|
7393
7596
|
"kind": "import-statement",
|
7394
7597
|
"original": "./ChatStates"
|
7395
7598
|
},
|
@@ -7414,7 +7617,7 @@
|
|
7414
7617
|
"original": "../hooks/useSetPinnedMessages"
|
7415
7618
|
},
|
7416
7619
|
{
|
7417
|
-
"path": "src/Prebuilt/components/Chat/useUnreadCount.
|
7620
|
+
"path": "src/Prebuilt/components/Chat/useUnreadCount.ts",
|
7418
7621
|
"kind": "import-statement",
|
7419
7622
|
"original": "./useUnreadCount"
|
7420
7623
|
},
|
@@ -7512,8 +7715,59 @@
|
|
7512
7715
|
],
|
7513
7716
|
"format": "esm"
|
7514
7717
|
},
|
7718
|
+
"src/Prebuilt/components/ChatSettings.tsx": {
|
7719
|
+
"bytes": 2340,
|
7720
|
+
"imports": [
|
7721
|
+
{
|
7722
|
+
"path": "react",
|
7723
|
+
"kind": "import-statement",
|
7724
|
+
"external": true
|
7725
|
+
},
|
7726
|
+
{
|
7727
|
+
"path": "@100mslive/react-sdk",
|
7728
|
+
"kind": "import-statement",
|
7729
|
+
"external": true
|
7730
|
+
},
|
7731
|
+
{
|
7732
|
+
"path": "@100mslive/react-icons",
|
7733
|
+
"kind": "import-statement",
|
7734
|
+
"external": true
|
7735
|
+
},
|
7736
|
+
{
|
7737
|
+
"path": "src/Layout/index.tsx",
|
7738
|
+
"kind": "import-statement",
|
7739
|
+
"original": "../../Layout"
|
7740
|
+
},
|
7741
|
+
{
|
7742
|
+
"path": "src/Popover/index.tsx",
|
7743
|
+
"kind": "import-statement",
|
7744
|
+
"original": "../../Popover"
|
7745
|
+
},
|
7746
|
+
{
|
7747
|
+
"path": "src/Text/index.tsx",
|
7748
|
+
"kind": "import-statement",
|
7749
|
+
"original": "../../Text"
|
7750
|
+
},
|
7751
|
+
{
|
7752
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7753
|
+
"kind": "import-statement",
|
7754
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7755
|
+
},
|
7756
|
+
{
|
7757
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7758
|
+
"kind": "import-statement",
|
7759
|
+
"original": "../common/constants"
|
7760
|
+
},
|
7761
|
+
{
|
7762
|
+
"path": "<define:process.env>",
|
7763
|
+
"kind": "import-statement",
|
7764
|
+
"external": true
|
7765
|
+
}
|
7766
|
+
],
|
7767
|
+
"format": "esm"
|
7768
|
+
},
|
7515
7769
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
7516
|
-
"bytes":
|
7770
|
+
"bytes": 6964,
|
7517
7771
|
"imports": [
|
7518
7772
|
{
|
7519
7773
|
"path": "react",
|
@@ -7565,6 +7819,11 @@
|
|
7565
7819
|
"kind": "import-statement",
|
7566
7820
|
"original": "../../Tooltip"
|
7567
7821
|
},
|
7822
|
+
{
|
7823
|
+
"path": "src/Prebuilt/components/ChatSettings.tsx",
|
7824
|
+
"kind": "import-statement",
|
7825
|
+
"original": "./ChatSettings"
|
7826
|
+
},
|
7568
7827
|
{
|
7569
7828
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7570
7829
|
"kind": "import-statement",
|
@@ -7634,8 +7893,8 @@
|
|
7634
7893
|
],
|
7635
7894
|
"format": "esm"
|
7636
7895
|
},
|
7637
|
-
"src/Prebuilt/components/TileMenu/TileMenuContent.
|
7638
|
-
"bytes":
|
7896
|
+
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
7897
|
+
"bytes": 10871,
|
7639
7898
|
"imports": [
|
7640
7899
|
{
|
7641
7900
|
"path": "react",
|
@@ -7647,6 +7906,11 @@
|
|
7647
7906
|
"kind": "import-statement",
|
7648
7907
|
"external": true
|
7649
7908
|
},
|
7909
|
+
{
|
7910
|
+
"path": "@100mslive/hms-video",
|
7911
|
+
"kind": "import-statement",
|
7912
|
+
"external": true
|
7913
|
+
},
|
7650
7914
|
{
|
7651
7915
|
"path": "@100mslive/react-sdk",
|
7652
7916
|
"kind": "import-statement",
|
@@ -7682,6 +7946,11 @@
|
|
7682
7946
|
"kind": "import-statement",
|
7683
7947
|
"original": "../../../TileMenu"
|
7684
7948
|
},
|
7949
|
+
{
|
7950
|
+
"path": "src/Prebuilt/AppContext.tsx",
|
7951
|
+
"kind": "import-statement",
|
7952
|
+
"original": "../../AppContext"
|
7953
|
+
},
|
7685
7954
|
{
|
7686
7955
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
7687
7956
|
"kind": "import-statement",
|
@@ -7769,7 +8038,7 @@
|
|
7769
8038
|
"original": "../MoreSettings/ChangeNameModal"
|
7770
8039
|
},
|
7771
8040
|
{
|
7772
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.
|
8041
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.tsx",
|
7773
8042
|
"kind": "import-statement",
|
7774
8043
|
"original": "./TileMenuContent"
|
7775
8044
|
},
|
@@ -7779,7 +8048,7 @@
|
|
7779
8048
|
"original": "../hooks/useDropdownList"
|
7780
8049
|
},
|
7781
8050
|
{
|
7782
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.
|
8051
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.tsx",
|
7783
8052
|
"kind": "import-statement",
|
7784
8053
|
"original": "./TileMenuContent"
|
7785
8054
|
},
|
@@ -7904,7 +8173,7 @@
|
|
7904
8173
|
"format": "esm"
|
7905
8174
|
},
|
7906
8175
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
7907
|
-
"bytes":
|
8176
|
+
"bytes": 1231,
|
7908
8177
|
"imports": [
|
7909
8178
|
{
|
7910
8179
|
"path": "react",
|
@@ -7935,7 +8204,7 @@
|
|
7935
8204
|
"format": "esm"
|
7936
8205
|
},
|
7937
8206
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
7938
|
-
"bytes":
|
8207
|
+
"bytes": 1653,
|
7939
8208
|
"imports": [
|
7940
8209
|
{
|
7941
8210
|
"path": "react",
|
@@ -8068,7 +8337,7 @@
|
|
8068
8337
|
"format": "esm"
|
8069
8338
|
},
|
8070
8339
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8071
|
-
"bytes":
|
8340
|
+
"bytes": 4337,
|
8072
8341
|
"imports": [
|
8073
8342
|
{
|
8074
8343
|
"path": "react",
|
@@ -8080,11 +8349,6 @@
|
|
8080
8349
|
"kind": "import-statement",
|
8081
8350
|
"external": true
|
8082
8351
|
},
|
8083
|
-
{
|
8084
|
-
"path": "@100mslive/types-prebuilt",
|
8085
|
-
"kind": "import-statement",
|
8086
|
-
"external": true
|
8087
|
-
},
|
8088
8352
|
{
|
8089
8353
|
"path": "@100mslive/react-sdk",
|
8090
8354
|
"kind": "import-statement",
|
@@ -8272,7 +8536,7 @@
|
|
8272
8536
|
"format": "esm"
|
8273
8537
|
},
|
8274
8538
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
8275
|
-
"bytes":
|
8539
|
+
"bytes": 2841,
|
8276
8540
|
"imports": [
|
8277
8541
|
{
|
8278
8542
|
"path": "react",
|
@@ -8323,7 +8587,7 @@
|
|
8323
8587
|
"format": "esm"
|
8324
8588
|
},
|
8325
8589
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
8326
|
-
"bytes":
|
8590
|
+
"bytes": 10223,
|
8327
8591
|
"imports": [
|
8328
8592
|
{
|
8329
8593
|
"path": "react",
|
@@ -10502,7 +10766,7 @@
|
|
10502
10766
|
"format": "esm"
|
10503
10767
|
},
|
10504
10768
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
10505
|
-
"bytes":
|
10769
|
+
"bytes": 1140,
|
10506
10770
|
"imports": [
|
10507
10771
|
{
|
10508
10772
|
"path": "react",
|
@@ -11133,7 +11397,7 @@
|
|
11133
11397
|
"original": "../AppData/useUISettings"
|
11134
11398
|
},
|
11135
11399
|
{
|
11136
|
-
"path": "src/Prebuilt/common/hooks.
|
11400
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
11137
11401
|
"kind": "import-statement",
|
11138
11402
|
"original": "../../common/hooks"
|
11139
11403
|
},
|
@@ -11565,7 +11829,7 @@
|
|
11565
11829
|
"dist/index.js": {
|
11566
11830
|
"imports": [
|
11567
11831
|
{
|
11568
|
-
"path": "dist/chunk-
|
11832
|
+
"path": "dist/chunk-W76VLHN6.js",
|
11569
11833
|
"kind": "import-statement"
|
11570
11834
|
}
|
11571
11835
|
],
|
@@ -11637,16 +11901,16 @@
|
|
11637
11901
|
"inputs": {},
|
11638
11902
|
"bytes": 1798
|
11639
11903
|
},
|
11640
|
-
"dist/HLSView-
|
11904
|
+
"dist/HLSView-3RARRZJO.js.map": {
|
11641
11905
|
"imports": [],
|
11642
11906
|
"exports": [],
|
11643
11907
|
"inputs": {},
|
11644
11908
|
"bytes": 53187
|
11645
11909
|
},
|
11646
|
-
"dist/HLSView-
|
11910
|
+
"dist/HLSView-3RARRZJO.js": {
|
11647
11911
|
"imports": [
|
11648
11912
|
{
|
11649
|
-
"path": "dist/chunk-
|
11913
|
+
"path": "dist/chunk-W76VLHN6.js",
|
11650
11914
|
"kind": "import-statement"
|
11651
11915
|
},
|
11652
11916
|
{
|
@@ -11797,13 +12061,13 @@
|
|
11797
12061
|
},
|
11798
12062
|
"bytes": 33380
|
11799
12063
|
},
|
11800
|
-
"dist/chunk-
|
12064
|
+
"dist/chunk-W76VLHN6.js.map": {
|
11801
12065
|
"imports": [],
|
11802
12066
|
"exports": [],
|
11803
12067
|
"inputs": {},
|
11804
|
-
"bytes":
|
12068
|
+
"bytes": 2263116
|
11805
12069
|
},
|
11806
|
-
"dist/chunk-
|
12070
|
+
"dist/chunk-W76VLHN6.js": {
|
11807
12071
|
"imports": [
|
11808
12072
|
{
|
11809
12073
|
"path": "react",
|
@@ -13365,6 +13629,46 @@
|
|
13365
13629
|
"kind": "import-statement",
|
13366
13630
|
"external": true
|
13367
13631
|
},
|
13632
|
+
{
|
13633
|
+
"path": "react-use",
|
13634
|
+
"kind": "import-statement",
|
13635
|
+
"external": true
|
13636
|
+
},
|
13637
|
+
{
|
13638
|
+
"path": "@100mslive/react-sdk",
|
13639
|
+
"kind": "import-statement",
|
13640
|
+
"external": true
|
13641
|
+
},
|
13642
|
+
{
|
13643
|
+
"path": "@100mslive/react-icons",
|
13644
|
+
"kind": "import-statement",
|
13645
|
+
"external": true
|
13646
|
+
},
|
13647
|
+
{
|
13648
|
+
"path": "react",
|
13649
|
+
"kind": "import-statement",
|
13650
|
+
"external": true
|
13651
|
+
},
|
13652
|
+
{
|
13653
|
+
"path": "react-use",
|
13654
|
+
"kind": "import-statement",
|
13655
|
+
"external": true
|
13656
|
+
},
|
13657
|
+
{
|
13658
|
+
"path": "@100mslive/react-sdk",
|
13659
|
+
"kind": "import-statement",
|
13660
|
+
"external": true
|
13661
|
+
},
|
13662
|
+
{
|
13663
|
+
"path": "@100mslive/react-icons",
|
13664
|
+
"kind": "import-statement",
|
13665
|
+
"external": true
|
13666
|
+
},
|
13667
|
+
{
|
13668
|
+
"path": "react",
|
13669
|
+
"kind": "import-statement",
|
13670
|
+
"external": true
|
13671
|
+
},
|
13368
13672
|
{
|
13369
13673
|
"path": "@100mslive/react-sdk",
|
13370
13674
|
"kind": "import-statement",
|
@@ -13425,6 +13729,11 @@
|
|
13425
13729
|
"kind": "import-statement",
|
13426
13730
|
"external": true
|
13427
13731
|
},
|
13732
|
+
{
|
13733
|
+
"path": "react",
|
13734
|
+
"kind": "import-statement",
|
13735
|
+
"external": true
|
13736
|
+
},
|
13428
13737
|
{
|
13429
13738
|
"path": "react-intersection-observer",
|
13430
13739
|
"kind": "import-statement",
|
@@ -13455,6 +13764,21 @@
|
|
13455
13764
|
"kind": "import-statement",
|
13456
13765
|
"external": true
|
13457
13766
|
},
|
13767
|
+
{
|
13768
|
+
"path": "@100mslive/react-sdk",
|
13769
|
+
"kind": "import-statement",
|
13770
|
+
"external": true
|
13771
|
+
},
|
13772
|
+
{
|
13773
|
+
"path": "@100mslive/react-icons",
|
13774
|
+
"kind": "import-statement",
|
13775
|
+
"external": true
|
13776
|
+
},
|
13777
|
+
{
|
13778
|
+
"path": "react",
|
13779
|
+
"kind": "import-statement",
|
13780
|
+
"external": true
|
13781
|
+
},
|
13458
13782
|
{
|
13459
13783
|
"path": "react-use",
|
13460
13784
|
"kind": "import-statement",
|
@@ -13836,7 +14160,7 @@
|
|
13836
14160
|
"external": true
|
13837
14161
|
},
|
13838
14162
|
{
|
13839
|
-
"path": "dist/HLSView-
|
14163
|
+
"path": "dist/HLSView-3RARRZJO.js",
|
13840
14164
|
"kind": "dynamic-import"
|
13841
14165
|
},
|
13842
14166
|
{
|
@@ -14221,10 +14545,10 @@
|
|
14221
14545
|
],
|
14222
14546
|
"inputs": {
|
14223
14547
|
"<define:process.env>": {
|
14224
|
-
"bytesInOutput":
|
14548
|
+
"bytesInOutput": 18639
|
14225
14549
|
},
|
14226
14550
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
14227
|
-
"bytesInOutput":
|
14551
|
+
"bytesInOutput": 42462
|
14228
14552
|
},
|
14229
14553
|
"../../node_modules/sdp/sdp.js": {
|
14230
14554
|
"bytesInOutput": 22288
|
@@ -14410,7 +14734,7 @@
|
|
14410
14734
|
"bytesInOutput": 7824
|
14411
14735
|
},
|
14412
14736
|
"src/Stats/formatBytes.ts": {
|
14413
|
-
"bytesInOutput":
|
14737
|
+
"bytesInOutput": 468
|
14414
14738
|
},
|
14415
14739
|
"src/Stats/StyledStats.tsx": {
|
14416
14740
|
"bytesInOutput": 708
|
@@ -14467,7 +14791,7 @@
|
|
14467
14791
|
"bytesInOutput": 7591
|
14468
14792
|
},
|
14469
14793
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
14470
|
-
"bytesInOutput":
|
14794
|
+
"bytesInOutput": 4863
|
14471
14795
|
},
|
14472
14796
|
"src/Prebuilt/components/init/initUtils.js": {
|
14473
14797
|
"bytesInOutput": 1720
|
@@ -14479,13 +14803,13 @@
|
|
14479
14803
|
"bytesInOutput": 1934
|
14480
14804
|
},
|
14481
14805
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
14482
|
-
"bytesInOutput":
|
14806
|
+
"bytesInOutput": 5393
|
14483
14807
|
},
|
14484
14808
|
"src/Prebuilt/common/constants.ts": {
|
14485
|
-
"bytesInOutput":
|
14809
|
+
"bytesInOutput": 3644
|
14486
14810
|
},
|
14487
14811
|
"src/Prebuilt/components/AuthToken.jsx": {
|
14488
|
-
"bytesInOutput":
|
14812
|
+
"bytesInOutput": 3501
|
14489
14813
|
},
|
14490
14814
|
"src/Prebuilt/AppContext.tsx": {
|
14491
14815
|
"bytesInOutput": 577
|
@@ -14509,7 +14833,7 @@
|
|
14509
14833
|
"bytesInOutput": 573
|
14510
14834
|
},
|
14511
14835
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
14512
|
-
"bytesInOutput":
|
14836
|
+
"bytesInOutput": 1028
|
14513
14837
|
},
|
14514
14838
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
14515
14839
|
"bytesInOutput": 2105
|
@@ -14574,8 +14898,8 @@
|
|
14574
14898
|
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
14575
14899
|
"bytesInOutput": 93
|
14576
14900
|
},
|
14577
|
-
"src/Prebuilt/common/hooks.
|
14578
|
-
"bytesInOutput":
|
14901
|
+
"src/Prebuilt/common/hooks.ts": {
|
14902
|
+
"bytesInOutput": 2324
|
14579
14903
|
},
|
14580
14904
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
14581
14905
|
"bytesInOutput": 896
|
@@ -14584,7 +14908,10 @@
|
|
14584
14908
|
"bytesInOutput": 2258
|
14585
14909
|
},
|
14586
14910
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
14587
|
-
"bytesInOutput":
|
14911
|
+
"bytesInOutput": 1486
|
14912
|
+
},
|
14913
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
14914
|
+
"bytesInOutput": 1320
|
14588
14915
|
},
|
14589
14916
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
14590
14917
|
"bytesInOutput": 8539
|
@@ -14614,7 +14941,7 @@
|
|
14614
14941
|
"bytesInOutput": 2940
|
14615
14942
|
},
|
14616
14943
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
14617
|
-
"bytesInOutput":
|
14944
|
+
"bytesInOutput": 9585
|
14618
14945
|
},
|
14619
14946
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
14620
14947
|
"bytesInOutput": 5008
|
@@ -14653,7 +14980,7 @@
|
|
14653
14980
|
"bytesInOutput": 6305
|
14654
14981
|
},
|
14655
14982
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
14656
|
-
"bytesInOutput":
|
14983
|
+
"bytesInOutput": 22680
|
14657
14984
|
},
|
14658
14985
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
14659
14986
|
"bytesInOutput": 6087
|
@@ -14694,9 +15021,6 @@
|
|
14694
15021
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
14695
15022
|
"bytesInOutput": 907
|
14696
15023
|
},
|
14697
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
14698
|
-
"bytesInOutput": 1320
|
14699
|
-
},
|
14700
15024
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
14701
15025
|
"bytesInOutput": 1390
|
14702
15026
|
},
|
@@ -14740,13 +15064,13 @@
|
|
14740
15064
|
"bytesInOutput": 823
|
14741
15065
|
},
|
14742
15066
|
"src/Prebuilt/components/VirtualBackground/VBToggle.jsx": {
|
14743
|
-
"bytesInOutput":
|
15067
|
+
"bytesInOutput": 847
|
14744
15068
|
},
|
14745
15069
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
14746
15070
|
"bytesInOutput": 888
|
14747
15071
|
},
|
14748
15072
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
14749
|
-
"bytesInOutput":
|
15073
|
+
"bytesInOutput": 11648
|
14750
15074
|
},
|
14751
15075
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
14752
15076
|
"bytesInOutput": 3751
|
@@ -14770,10 +15094,10 @@
|
|
14770
15094
|
"bytesInOutput": 2968
|
14771
15095
|
},
|
14772
15096
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
14773
|
-
"bytesInOutput":
|
15097
|
+
"bytesInOutput": 9823
|
14774
15098
|
},
|
14775
15099
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
14776
|
-
"bytesInOutput":
|
15100
|
+
"bytesInOutput": 3969
|
14777
15101
|
},
|
14778
15102
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
14779
15103
|
"bytesInOutput": 604
|
@@ -14788,7 +15112,7 @@
|
|
14788
15112
|
"bytesInOutput": 1103
|
14789
15113
|
},
|
14790
15114
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
14791
|
-
"bytesInOutput":
|
15115
|
+
"bytesInOutput": 4373
|
14792
15116
|
},
|
14793
15117
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
|
14794
15118
|
"bytesInOutput": 7603
|
@@ -14827,19 +15151,19 @@
|
|
14827
15151
|
"bytesInOutput": 1101
|
14828
15152
|
},
|
14829
15153
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
14830
|
-
"bytesInOutput":
|
15154
|
+
"bytesInOutput": 6518
|
14831
15155
|
},
|
14832
15156
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
14833
|
-
"bytesInOutput":
|
15157
|
+
"bytesInOutput": 5130
|
14834
15158
|
},
|
14835
15159
|
"../hms-video-store/dist/index.js": {
|
14836
|
-
"bytesInOutput":
|
15160
|
+
"bytesInOutput": 19695
|
14837
15161
|
},
|
14838
15162
|
"../../node_modules/reselect/es/index.js": {
|
14839
15163
|
"bytesInOutput": 2537
|
14840
15164
|
},
|
14841
15165
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
14842
|
-
"bytesInOutput":
|
15166
|
+
"bytesInOutput": 21321
|
14843
15167
|
},
|
14844
15168
|
"src/Prebuilt/images/empty-chat.svg": {
|
14845
15169
|
"bytesInOutput": 2261
|
@@ -14848,16 +15172,22 @@
|
|
14848
15172
|
"bytesInOutput": 414
|
14849
15173
|
},
|
14850
15174
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
14851
|
-
"bytesInOutput":
|
15175
|
+
"bytesInOutput": 762
|
14852
15176
|
},
|
14853
15177
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
14854
|
-
"bytesInOutput":
|
15178
|
+
"bytesInOutput": 2463
|
14855
15179
|
},
|
14856
|
-
"src/Prebuilt/components/Chat/useUnreadCount.
|
14857
|
-
"bytesInOutput":
|
15180
|
+
"src/Prebuilt/components/Chat/useUnreadCount.ts": {
|
15181
|
+
"bytesInOutput": 598
|
14858
15182
|
},
|
14859
15183
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
14860
|
-
"bytesInOutput":
|
15184
|
+
"bytesInOutput": 8294
|
15185
|
+
},
|
15186
|
+
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
15187
|
+
"bytesInOutput": 5343
|
15188
|
+
},
|
15189
|
+
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
15190
|
+
"bytesInOutput": 6881
|
14861
15191
|
},
|
14862
15192
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
14863
15193
|
"bytesInOutput": 666
|
@@ -14865,17 +15195,23 @@
|
|
14865
15195
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
14866
15196
|
"bytesInOutput": 1202
|
14867
15197
|
},
|
14868
|
-
"src/Prebuilt/components/Chat/ChatStates.
|
14869
|
-
"bytesInOutput":
|
15198
|
+
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
15199
|
+
"bytesInOutput": 2780
|
14870
15200
|
},
|
14871
15201
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
14872
|
-
"bytesInOutput":
|
15202
|
+
"bytesInOutput": 4799
|
15203
|
+
},
|
15204
|
+
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
15205
|
+
"bytesInOutput": 1021
|
14873
15206
|
},
|
14874
|
-
"src/Prebuilt/components/Chat/
|
14875
|
-
"bytesInOutput":
|
15207
|
+
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
15208
|
+
"bytesInOutput": 543
|
14876
15209
|
},
|
14877
15210
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
14878
|
-
"bytesInOutput":
|
15211
|
+
"bytesInOutput": 4182
|
15212
|
+
},
|
15213
|
+
"src/Prebuilt/components/ChatSettings.tsx": {
|
15214
|
+
"bytesInOutput": 2469
|
14879
15215
|
},
|
14880
15216
|
"src/Prebuilt/components/VideoTile.jsx": {
|
14881
15217
|
"bytesInOutput": 6792
|
@@ -14886,8 +15222,8 @@
|
|
14886
15222
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
14887
15223
|
"bytesInOutput": 4453
|
14888
15224
|
},
|
14889
|
-
"src/Prebuilt/components/TileMenu/TileMenuContent.
|
14890
|
-
"bytesInOutput":
|
15225
|
+
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
15226
|
+
"bytesInOutput": 10798
|
14891
15227
|
},
|
14892
15228
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
14893
15229
|
"bytesInOutput": 1050
|
@@ -14896,10 +15232,10 @@
|
|
14896
15232
|
"bytesInOutput": 6924
|
14897
15233
|
},
|
14898
15234
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
14899
|
-
"bytesInOutput":
|
15235
|
+
"bytesInOutput": 1457
|
14900
15236
|
},
|
14901
15237
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
14902
|
-
"bytesInOutput":
|
15238
|
+
"bytesInOutput": 1161
|
14903
15239
|
},
|
14904
15240
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
14905
15241
|
"bytesInOutput": 934
|
@@ -14914,7 +15250,7 @@
|
|
14914
15250
|
"bytesInOutput": 1626
|
14915
15251
|
},
|
14916
15252
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
14917
|
-
"bytesInOutput":
|
15253
|
+
"bytesInOutput": 2717
|
14918
15254
|
},
|
14919
15255
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
14920
15256
|
"bytesInOutput": 2041
|
@@ -14956,7 +15292,7 @@
|
|
14956
15292
|
"bytesInOutput": 961
|
14957
15293
|
},
|
14958
15294
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
14959
|
-
"bytesInOutput":
|
15295
|
+
"bytesInOutput": 1902
|
14960
15296
|
},
|
14961
15297
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
14962
15298
|
"bytesInOutput": 3693
|
@@ -15022,7 +15358,7 @@
|
|
15022
15358
|
"bytesInOutput": 1053
|
15023
15359
|
},
|
15024
15360
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
15025
|
-
"bytesInOutput":
|
15361
|
+
"bytesInOutput": 1368
|
15026
15362
|
},
|
15027
15363
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
15028
15364
|
"bytesInOutput": 1596
|
@@ -15073,7 +15409,7 @@
|
|
15073
15409
|
"bytesInOutput": 418
|
15074
15410
|
}
|
15075
15411
|
},
|
15076
|
-
"bytes":
|
15412
|
+
"bytes": 972355
|
15077
15413
|
}
|
15078
15414
|
}
|
15079
15415
|
}
|