@100mslive/roomkit-react 0.1.14-alpha.1 → 0.1.14
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-JTO7E2KW.js → HLSView-662T7R7H.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-TOKLXTAS.js → chunk-2B7YYNHQ.js} +1651 -1229
- package/dist/chunk-2B7YYNHQ.js.map +7 -0
- package/dist/index.cjs.js +2074 -1609
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +451 -115
- package/dist/meta.esbuild.json +457 -121
- 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-TOKLXTAS.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-JTO7E2KW.js.map → HLSView-662T7R7H.js.map} +0 -0
package/dist/meta.cjs.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": 254865,
|
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": 66662,
|
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
|
},
|
@@ -11560,7 +11824,7 @@
|
|
11560
11824
|
"imports": [],
|
11561
11825
|
"exports": [],
|
11562
11826
|
"inputs": {},
|
11563
|
-
"bytes":
|
11827
|
+
"bytes": 2321015
|
11564
11828
|
},
|
11565
11829
|
"dist/index.cjs.js": {
|
11566
11830
|
"imports": [
|
@@ -12989,6 +13253,46 @@
|
|
12989
13253
|
"kind": "require-call",
|
12990
13254
|
"external": true
|
12991
13255
|
},
|
13256
|
+
{
|
13257
|
+
"path": "react-use",
|
13258
|
+
"kind": "require-call",
|
13259
|
+
"external": true
|
13260
|
+
},
|
13261
|
+
{
|
13262
|
+
"path": "@100mslive/react-sdk",
|
13263
|
+
"kind": "require-call",
|
13264
|
+
"external": true
|
13265
|
+
},
|
13266
|
+
{
|
13267
|
+
"path": "@100mslive/react-icons",
|
13268
|
+
"kind": "require-call",
|
13269
|
+
"external": true
|
13270
|
+
},
|
13271
|
+
{
|
13272
|
+
"path": "react",
|
13273
|
+
"kind": "require-call",
|
13274
|
+
"external": true
|
13275
|
+
},
|
13276
|
+
{
|
13277
|
+
"path": "react-use",
|
13278
|
+
"kind": "require-call",
|
13279
|
+
"external": true
|
13280
|
+
},
|
13281
|
+
{
|
13282
|
+
"path": "@100mslive/react-sdk",
|
13283
|
+
"kind": "require-call",
|
13284
|
+
"external": true
|
13285
|
+
},
|
13286
|
+
{
|
13287
|
+
"path": "@100mslive/react-icons",
|
13288
|
+
"kind": "require-call",
|
13289
|
+
"external": true
|
13290
|
+
},
|
13291
|
+
{
|
13292
|
+
"path": "react",
|
13293
|
+
"kind": "require-call",
|
13294
|
+
"external": true
|
13295
|
+
},
|
12992
13296
|
{
|
12993
13297
|
"path": "@100mslive/react-sdk",
|
12994
13298
|
"kind": "require-call",
|
@@ -13054,6 +13358,11 @@
|
|
13054
13358
|
"kind": "require-call",
|
13055
13359
|
"external": true
|
13056
13360
|
},
|
13361
|
+
{
|
13362
|
+
"path": "react",
|
13363
|
+
"kind": "require-call",
|
13364
|
+
"external": true
|
13365
|
+
},
|
13057
13366
|
{
|
13058
13367
|
"path": "react-swipeable",
|
13059
13368
|
"kind": "require-call",
|
@@ -13129,6 +13438,21 @@
|
|
13129
13438
|
"kind": "require-call",
|
13130
13439
|
"external": true
|
13131
13440
|
},
|
13441
|
+
{
|
13442
|
+
"path": "@100mslive/react-sdk",
|
13443
|
+
"kind": "require-call",
|
13444
|
+
"external": true
|
13445
|
+
},
|
13446
|
+
{
|
13447
|
+
"path": "@100mslive/react-icons",
|
13448
|
+
"kind": "require-call",
|
13449
|
+
"external": true
|
13450
|
+
},
|
13451
|
+
{
|
13452
|
+
"path": "react",
|
13453
|
+
"kind": "require-call",
|
13454
|
+
"external": true
|
13455
|
+
},
|
13132
13456
|
{
|
13133
13457
|
"path": "react-use",
|
13134
13458
|
"kind": "require-call",
|
@@ -14004,7 +14328,7 @@
|
|
14004
14328
|
"entryPoint": "src/index.ts",
|
14005
14329
|
"inputs": {
|
14006
14330
|
"<define:process.env>": {
|
14007
|
-
"bytesInOutput":
|
14331
|
+
"bytesInOutput": 18567
|
14008
14332
|
},
|
14009
14333
|
"src/Theme/base.config.ts": {
|
14010
14334
|
"bytesInOutput": 6104
|
@@ -14178,7 +14502,7 @@
|
|
14178
14502
|
"bytesInOutput": 927
|
14179
14503
|
},
|
14180
14504
|
"src/Stats/formatBytes.ts": {
|
14181
|
-
"bytesInOutput":
|
14505
|
+
"bytesInOutput": 631
|
14182
14506
|
},
|
14183
14507
|
"src/Stats/StyledStats.tsx": {
|
14184
14508
|
"bytesInOutput": 1004
|
@@ -14268,16 +14592,16 @@
|
|
14268
14592
|
"bytesInOutput": 1087
|
14269
14593
|
},
|
14270
14594
|
"src/Prebuilt/common/constants.ts": {
|
14271
|
-
"bytesInOutput":
|
14595
|
+
"bytesInOutput": 4606
|
14272
14596
|
},
|
14273
14597
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
14274
|
-
"bytesInOutput":
|
14598
|
+
"bytesInOutput": 7041
|
14275
14599
|
},
|
14276
14600
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
14277
14601
|
"bytesInOutput": 2515
|
14278
14602
|
},
|
14279
14603
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
14280
|
-
"bytesInOutput":
|
14604
|
+
"bytesInOutput": 5941
|
14281
14605
|
},
|
14282
14606
|
"src/Prebuilt/AppContext.tsx": {
|
14283
14607
|
"bytesInOutput": 840
|
@@ -14286,7 +14610,7 @@
|
|
14286
14610
|
"bytesInOutput": 9342
|
14287
14611
|
},
|
14288
14612
|
"src/Prebuilt/components/AuthToken.jsx": {
|
14289
|
-
"bytesInOutput":
|
14613
|
+
"bytesInOutput": 4309
|
14290
14614
|
},
|
14291
14615
|
"src/Prebuilt/IconButton.jsx": {
|
14292
14616
|
"bytesInOutput": 845
|
@@ -14355,7 +14679,7 @@
|
|
14355
14679
|
"bytesInOutput": 260
|
14356
14680
|
},
|
14357
14681
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
14358
|
-
"bytesInOutput":
|
14682
|
+
"bytesInOutput": 1887
|
14359
14683
|
},
|
14360
14684
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
14361
14685
|
"bytesInOutput": 2742
|
@@ -14363,8 +14687,11 @@
|
|
14363
14687
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
14364
14688
|
"bytesInOutput": 1371
|
14365
14689
|
},
|
14366
|
-
"src/Prebuilt/
|
14367
|
-
"bytesInOutput":
|
14690
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
14691
|
+
"bytesInOutput": 1498
|
14692
|
+
},
|
14693
|
+
"src/Prebuilt/common/hooks.ts": {
|
14694
|
+
"bytesInOutput": 2612
|
14368
14695
|
},
|
14369
14696
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
14370
14697
|
"bytesInOutput": 7598
|
@@ -14397,7 +14724,7 @@
|
|
14397
14724
|
"bytesInOutput": 5459
|
14398
14725
|
},
|
14399
14726
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
14400
|
-
"bytesInOutput":
|
14727
|
+
"bytesInOutput": 11472
|
14401
14728
|
},
|
14402
14729
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
14403
14730
|
"bytesInOutput": 6192
|
@@ -14421,7 +14748,7 @@
|
|
14421
14748
|
"bytesInOutput": 8156
|
14422
14749
|
},
|
14423
14750
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
14424
|
-
"bytesInOutput":
|
14751
|
+
"bytesInOutput": 42461
|
14425
14752
|
},
|
14426
14753
|
"../../node_modules/webrtc-adapter/src/js/utils.js": {
|
14427
14754
|
"bytesInOutput": 6459
|
@@ -14433,7 +14760,7 @@
|
|
14433
14760
|
"bytesInOutput": 1396
|
14434
14761
|
},
|
14435
14762
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
14436
|
-
"bytesInOutput":
|
14763
|
+
"bytesInOutput": 22884
|
14437
14764
|
},
|
14438
14765
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
14439
14766
|
"bytesInOutput": 2291
|
@@ -14472,7 +14799,7 @@
|
|
14472
14799
|
"bytesInOutput": 615
|
14473
14800
|
},
|
14474
14801
|
"../hms-video-web/dist/index.js": {
|
14475
|
-
"bytesInOutput":
|
14802
|
+
"bytesInOutput": 35190
|
14476
14803
|
},
|
14477
14804
|
"src/Prebuilt/common/utils.js": {
|
14478
14805
|
"bytesInOutput": 2907
|
@@ -14492,9 +14819,6 @@
|
|
14492
14819
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
14493
14820
|
"bytesInOutput": 9447
|
14494
14821
|
},
|
14495
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
14496
|
-
"bytesInOutput": 1498
|
14497
|
-
},
|
14498
14822
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
14499
14823
|
"bytesInOutput": 12096
|
14500
14824
|
},
|
@@ -14547,7 +14871,7 @@
|
|
14547
14871
|
"bytesInOutput": 2025
|
14548
14872
|
},
|
14549
14873
|
"src/Prebuilt/components/VirtualBackground/VBToggle.jsx": {
|
14550
|
-
"bytesInOutput":
|
14874
|
+
"bytesInOutput": 1218
|
14551
14875
|
},
|
14552
14876
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
14553
14877
|
"bytesInOutput": 1298
|
@@ -14565,7 +14889,7 @@
|
|
14565
14889
|
"bytesInOutput": 5225
|
14566
14890
|
},
|
14567
14891
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
14568
|
-
"bytesInOutput":
|
14892
|
+
"bytesInOutput": 14049
|
14569
14893
|
},
|
14570
14894
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
14571
14895
|
"bytesInOutput": 951
|
@@ -14631,7 +14955,7 @@
|
|
14631
14955
|
"bytesInOutput": 2639
|
14632
14956
|
},
|
14633
14957
|
"../hms-video-store/dist/index.js": {
|
14634
|
-
"bytesInOutput":
|
14958
|
+
"bytesInOutput": 21860
|
14635
14959
|
},
|
14636
14960
|
"src/Prebuilt/images/empty-chat.svg": {
|
14637
14961
|
"bytesInOutput": 2366
|
@@ -14640,16 +14964,22 @@
|
|
14640
14964
|
"bytesInOutput": 688
|
14641
14965
|
},
|
14642
14966
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
14643
|
-
"bytesInOutput":
|
14967
|
+
"bytesInOutput": 994
|
14644
14968
|
},
|
14645
14969
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
14646
|
-
"bytesInOutput":
|
14970
|
+
"bytesInOutput": 2849
|
14647
14971
|
},
|
14648
|
-
"src/Prebuilt/components/Chat/useUnreadCount.
|
14649
|
-
"bytesInOutput":
|
14972
|
+
"src/Prebuilt/components/Chat/useUnreadCount.ts": {
|
14973
|
+
"bytesInOutput": 735
|
14650
14974
|
},
|
14651
14975
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
14652
|
-
"bytesInOutput":
|
14976
|
+
"bytesInOutput": 25783
|
14977
|
+
},
|
14978
|
+
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
14979
|
+
"bytesInOutput": 8439
|
14980
|
+
},
|
14981
|
+
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
14982
|
+
"bytesInOutput": 6747
|
14653
14983
|
},
|
14654
14984
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
14655
14985
|
"bytesInOutput": 914
|
@@ -14658,31 +14988,37 @@
|
|
14658
14988
|
"bytesInOutput": 1440
|
14659
14989
|
},
|
14660
14990
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
14661
|
-
"bytesInOutput":
|
14991
|
+
"bytesInOutput": 9954
|
14662
14992
|
},
|
14663
|
-
"src/Prebuilt/components/Chat/ChatStates.
|
14664
|
-
"bytesInOutput":
|
14993
|
+
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
14994
|
+
"bytesInOutput": 3358
|
14665
14995
|
},
|
14666
|
-
"src/Prebuilt/components/Chat/
|
14667
|
-
"bytesInOutput":
|
14996
|
+
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
14997
|
+
"bytesInOutput": 1403
|
14998
|
+
},
|
14999
|
+
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
15000
|
+
"bytesInOutput": 828
|
14668
15001
|
},
|
14669
15002
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
14670
|
-
"bytesInOutput":
|
15003
|
+
"bytesInOutput": 5895
|
14671
15004
|
},
|
14672
15005
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
14673
|
-
"bytesInOutput":
|
15006
|
+
"bytesInOutput": 6373
|
14674
15007
|
},
|
14675
15008
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
14676
15009
|
"bytesInOutput": 5307
|
14677
15010
|
},
|
15011
|
+
"src/Prebuilt/components/ChatSettings.tsx": {
|
15012
|
+
"bytesInOutput": 3060
|
15013
|
+
},
|
14678
15014
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
14679
|
-
"bytesInOutput":
|
15015
|
+
"bytesInOutput": 7995
|
14680
15016
|
},
|
14681
15017
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
14682
15018
|
"bytesInOutput": 2109
|
14683
15019
|
},
|
14684
|
-
"src/Prebuilt/components/TileMenu/TileMenuContent.
|
14685
|
-
"bytesInOutput":
|
15020
|
+
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
15021
|
+
"bytesInOutput": 12975
|
14686
15022
|
},
|
14687
15023
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
14688
15024
|
"bytesInOutput": 5418
|
@@ -14694,10 +15030,10 @@
|
|
14694
15030
|
"bytesInOutput": 8000
|
14695
15031
|
},
|
14696
15032
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
14697
|
-
"bytesInOutput":
|
15033
|
+
"bytesInOutput": 1569
|
14698
15034
|
},
|
14699
15035
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
14700
|
-
"bytesInOutput":
|
15036
|
+
"bytesInOutput": 2022
|
14701
15037
|
},
|
14702
15038
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
14703
15039
|
"bytesInOutput": 1222
|
@@ -14706,7 +15042,7 @@
|
|
14706
15042
|
"bytesInOutput": 8609
|
14707
15043
|
},
|
14708
15044
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
14709
|
-
"bytesInOutput":
|
15045
|
+
"bytesInOutput": 4917
|
14710
15046
|
},
|
14711
15047
|
"src/Prebuilt/components/Chip.tsx": {
|
14712
15048
|
"bytesInOutput": 1118
|
@@ -14718,10 +15054,10 @@
|
|
14718
15054
|
"bytesInOutput": 2165
|
14719
15055
|
},
|
14720
15056
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
14721
|
-
"bytesInOutput":
|
15057
|
+
"bytesInOutput": 3421
|
14722
15058
|
},
|
14723
15059
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
14724
|
-
"bytesInOutput":
|
15060
|
+
"bytesInOutput": 12050
|
14725
15061
|
},
|
14726
15062
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
14727
15063
|
"bytesInOutput": 2622
|
@@ -14868,7 +15204,7 @@
|
|
14868
15204
|
"bytesInOutput": 1412
|
14869
15205
|
},
|
14870
15206
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
14871
|
-
"bytesInOutput":
|
15207
|
+
"bytesInOutput": 1811
|
14872
15208
|
},
|
14873
15209
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
14874
15210
|
"bytesInOutput": 1960
|
@@ -14895,10 +15231,10 @@
|
|
14895
15231
|
"bytesInOutput": 941
|
14896
15232
|
},
|
14897
15233
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
14898
|
-
"bytesInOutput":
|
15234
|
+
"bytesInOutput": 2281
|
14899
15235
|
},
|
14900
15236
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
14901
|
-
"bytesInOutput":
|
15237
|
+
"bytesInOutput": 7940
|
14902
15238
|
},
|
14903
15239
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
14904
15240
|
"bytesInOutput": 173
|
@@ -14910,7 +15246,7 @@
|
|
14910
15246
|
"bytesInOutput": 776
|
14911
15247
|
},
|
14912
15248
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
14913
|
-
"bytesInOutput":
|
15249
|
+
"bytesInOutput": 1415
|
14914
15250
|
},
|
14915
15251
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
14916
15252
|
"bytesInOutput": 4336
|
@@ -14934,7 +15270,7 @@
|
|
14934
15270
|
"bytesInOutput": 2930
|
14935
15271
|
}
|
14936
15272
|
},
|
14937
|
-
"bytes":
|
15273
|
+
"bytes": 1179945
|
14938
15274
|
}
|
14939
15275
|
}
|
14940
15276
|
}
|