@100mslive/roomkit-react 0.1.18-alpha.1 → 0.1.18
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-MR7RYQZB.js → HLSView-XU2WQ4VV.js} +2 -2
- package/dist/Prebuilt/components/Chat/Chat.d.ts +2 -0
- package/dist/Prebuilt/components/Chat/ChatActions.d.ts +12 -0
- package/dist/Prebuilt/components/Chat/ChatBody.d.ts +8 -0
- package/dist/Prebuilt/components/Chat/ChatFooter.d.ts +2 -2
- package/dist/Prebuilt/components/Chat/ChatStates.d.ts +1 -1
- package/dist/Prebuilt/components/Chat/MwebChatOption.d.ts +1 -1
- package/dist/Prebuilt/components/Chat/PinnedMessage.d.ts +1 -3
- package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +1 -0
- package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +3 -10
- package/dist/Prebuilt/components/hooks/useUnreadPollQuizPresent.d.ts +5 -0
- package/dist/{chunk-WFHOR7AP.js → chunk-2FX6MFDM.js} +4535 -4495
- package/dist/chunk-2FX6MFDM.js.map +7 -0
- package/dist/index.cjs.js +5110 -5055
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +341 -223
- package/dist/meta.esbuild.json +351 -233
- package/package.json +6 -6
- package/src/Prebuilt/components/Chat/Chat.tsx +108 -0
- package/src/Prebuilt/components/Chat/ChatActions.tsx +295 -0
- package/src/Prebuilt/components/Chat/ChatBody.tsx +444 -0
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +9 -3
- package/src/Prebuilt/components/Chat/ChatStates.tsx +5 -0
- package/src/Prebuilt/components/Chat/MwebChatOption.tsx +1 -1
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +4 -2
- package/src/Prebuilt/components/Footer/PollsToggle.tsx +12 -3
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -1
- package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +1 -1
- package/src/Prebuilt/components/SidePaneTabs.tsx +33 -11
- package/src/Prebuilt/components/hooks/useChatBlacklist.ts +7 -1
- package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +19 -11
- package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +20 -0
- package/dist/chunk-WFHOR7AP.js.map +0 -7
- package/src/Prebuilt/components/Chat/Chat.jsx +0 -124
- package/src/Prebuilt/components/Chat/ChatBody.jsx +0 -726
- /package/dist/{HLSView-MR7RYQZB.js.map → HLSView-XU2WQ4VV.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -4418,7 +4418,7 @@
|
|
4418
4418
|
"format": "cjs"
|
4419
4419
|
},
|
4420
4420
|
"../hms-video-web/dist/index.js": {
|
4421
|
-
"bytes":
|
4421
|
+
"bytes": 261458,
|
4422
4422
|
"imports": [
|
4423
4423
|
{
|
4424
4424
|
"path": "uuid",
|
@@ -4908,8 +4908,169 @@
|
|
4908
4908
|
],
|
4909
4909
|
"format": "esm"
|
4910
4910
|
},
|
4911
|
+
"../../node_modules/reselect/es/index.js": {
|
4912
|
+
"bytes": 3975,
|
4913
|
+
"imports": [
|
4914
|
+
{
|
4915
|
+
"path": "<define:process.env>",
|
4916
|
+
"kind": "import-statement",
|
4917
|
+
"external": true
|
4918
|
+
}
|
4919
|
+
],
|
4920
|
+
"format": "esm"
|
4921
|
+
},
|
4922
|
+
"../../node_modules/immer/dist/immer.esm.mjs": {
|
4923
|
+
"bytes": 18424,
|
4924
|
+
"imports": [
|
4925
|
+
{
|
4926
|
+
"path": "<define:process.env>",
|
4927
|
+
"kind": "import-statement",
|
4928
|
+
"external": true
|
4929
|
+
}
|
4930
|
+
],
|
4931
|
+
"format": "esm"
|
4932
|
+
},
|
4933
|
+
"../../node_modules/zustand/esm/shallow.js": {
|
4934
|
+
"bytes": 535,
|
4935
|
+
"imports": [
|
4936
|
+
{
|
4937
|
+
"path": "<define:process.env>",
|
4938
|
+
"kind": "import-statement",
|
4939
|
+
"external": true
|
4940
|
+
}
|
4941
|
+
],
|
4942
|
+
"format": "esm"
|
4943
|
+
},
|
4944
|
+
"../../node_modules/zustand/esm/vanilla.js": {
|
4945
|
+
"bytes": 1346,
|
4946
|
+
"imports": [
|
4947
|
+
{
|
4948
|
+
"path": "<define:process.env>",
|
4949
|
+
"kind": "import-statement",
|
4950
|
+
"external": true
|
4951
|
+
}
|
4952
|
+
],
|
4953
|
+
"format": "esm"
|
4954
|
+
},
|
4955
|
+
"../hms-video-store/dist/index.js": {
|
4956
|
+
"bytes": 67205,
|
4957
|
+
"imports": [
|
4958
|
+
{
|
4959
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4960
|
+
"kind": "import-statement",
|
4961
|
+
"original": "reselect"
|
4962
|
+
},
|
4963
|
+
{
|
4964
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4965
|
+
"kind": "import-statement",
|
4966
|
+
"original": "reselect"
|
4967
|
+
},
|
4968
|
+
{
|
4969
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4970
|
+
"kind": "import-statement",
|
4971
|
+
"original": "reselect"
|
4972
|
+
},
|
4973
|
+
{
|
4974
|
+
"path": "../hms-video-web/dist/index.js",
|
4975
|
+
"kind": "import-statement",
|
4976
|
+
"original": "@100mslive/hms-video"
|
4977
|
+
},
|
4978
|
+
{
|
4979
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4980
|
+
"kind": "import-statement",
|
4981
|
+
"original": "reselect"
|
4982
|
+
},
|
4983
|
+
{
|
4984
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4985
|
+
"kind": "import-statement",
|
4986
|
+
"original": "reselect"
|
4987
|
+
},
|
4988
|
+
{
|
4989
|
+
"path": "../hms-video-web/dist/index.js",
|
4990
|
+
"kind": "import-statement",
|
4991
|
+
"original": "@100mslive/hms-video"
|
4992
|
+
},
|
4993
|
+
{
|
4994
|
+
"path": "../../node_modules/immer/dist/immer.esm.mjs",
|
4995
|
+
"kind": "import-statement",
|
4996
|
+
"original": "immer"
|
4997
|
+
},
|
4998
|
+
{
|
4999
|
+
"path": "../../node_modules/zustand/esm/shallow.js",
|
5000
|
+
"kind": "import-statement",
|
5001
|
+
"original": "zustand/shallow"
|
5002
|
+
},
|
5003
|
+
{
|
5004
|
+
"path": "../../node_modules/zustand/esm/vanilla.js",
|
5005
|
+
"kind": "import-statement",
|
5006
|
+
"original": "zustand/vanilla"
|
5007
|
+
},
|
5008
|
+
{
|
5009
|
+
"path": "../hms-video-web/dist/index.js",
|
5010
|
+
"kind": "import-statement",
|
5011
|
+
"original": "@100mslive/hms-video"
|
5012
|
+
},
|
5013
|
+
{
|
5014
|
+
"path": "eventemitter2",
|
5015
|
+
"kind": "import-statement",
|
5016
|
+
"external": true
|
5017
|
+
},
|
5018
|
+
{
|
5019
|
+
"path": "../hms-video-web/dist/index.js",
|
5020
|
+
"kind": "import-statement",
|
5021
|
+
"original": "@100mslive/hms-video"
|
5022
|
+
},
|
5023
|
+
{
|
5024
|
+
"path": "../hms-video-web/dist/index.js",
|
5025
|
+
"kind": "import-statement",
|
5026
|
+
"original": "@100mslive/hms-video"
|
5027
|
+
},
|
5028
|
+
{
|
5029
|
+
"path": "../hms-video-web/dist/index.js",
|
5030
|
+
"kind": "import-statement",
|
5031
|
+
"original": "@100mslive/hms-video"
|
5032
|
+
},
|
5033
|
+
{
|
5034
|
+
"path": "../../node_modules/reselect/es/index.js",
|
5035
|
+
"kind": "import-statement",
|
5036
|
+
"original": "reselect"
|
5037
|
+
},
|
5038
|
+
{
|
5039
|
+
"path": "<define:process.env>",
|
5040
|
+
"kind": "import-statement",
|
5041
|
+
"external": true
|
5042
|
+
}
|
5043
|
+
],
|
5044
|
+
"format": "esm"
|
5045
|
+
},
|
5046
|
+
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
5047
|
+
"bytes": 723,
|
5048
|
+
"imports": [
|
5049
|
+
{
|
5050
|
+
"path": "react",
|
5051
|
+
"kind": "import-statement",
|
5052
|
+
"external": true
|
5053
|
+
},
|
5054
|
+
{
|
5055
|
+
"path": "../hms-video-store/dist/index.js",
|
5056
|
+
"kind": "import-statement",
|
5057
|
+
"original": "@100mslive/hms-video-store"
|
5058
|
+
},
|
5059
|
+
{
|
5060
|
+
"path": "@100mslive/react-sdk",
|
5061
|
+
"kind": "import-statement",
|
5062
|
+
"external": true
|
5063
|
+
},
|
5064
|
+
{
|
5065
|
+
"path": "<define:process.env>",
|
5066
|
+
"kind": "import-statement",
|
5067
|
+
"external": true
|
5068
|
+
}
|
5069
|
+
],
|
5070
|
+
"format": "esm"
|
5071
|
+
},
|
4911
5072
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
4912
|
-
"bytes":
|
5073
|
+
"bytes": 11775,
|
4913
5074
|
"imports": [
|
4914
5075
|
{
|
4915
5076
|
"path": "react",
|
@@ -5006,6 +5167,11 @@
|
|
5006
5167
|
"kind": "import-statement",
|
5007
5168
|
"original": "../../hooks/useMetadata"
|
5008
5169
|
},
|
5170
|
+
{
|
5171
|
+
"path": "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx",
|
5172
|
+
"kind": "import-statement",
|
5173
|
+
"original": "../../hooks/useUnreadPollQuizPresent"
|
5174
|
+
},
|
5009
5175
|
{
|
5010
5176
|
"path": "src/Prebuilt/common/utils.js",
|
5011
5177
|
"kind": "import-statement",
|
@@ -5826,7 +5992,7 @@
|
|
5826
5992
|
"format": "esm"
|
5827
5993
|
},
|
5828
5994
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
5829
|
-
"bytes":
|
5995
|
+
"bytes": 1107,
|
5830
5996
|
"imports": [
|
5831
5997
|
{
|
5832
5998
|
"path": "react",
|
@@ -5853,6 +6019,11 @@
|
|
5853
6019
|
"kind": "import-statement",
|
5854
6020
|
"original": "../AppData/useSidepane"
|
5855
6021
|
},
|
6022
|
+
{
|
6023
|
+
"path": "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx",
|
6024
|
+
"kind": "import-statement",
|
6025
|
+
"original": "../hooks/useUnreadPollQuizPresent"
|
6026
|
+
},
|
5856
6027
|
{
|
5857
6028
|
"path": "src/Prebuilt/common/constants.ts",
|
5858
6029
|
"kind": "import-statement",
|
@@ -6322,7 +6493,7 @@
|
|
6322
6493
|
"format": "esm"
|
6323
6494
|
},
|
6324
6495
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
6325
|
-
"bytes":
|
6496
|
+
"bytes": 3799,
|
6326
6497
|
"imports": [
|
6327
6498
|
{
|
6328
6499
|
"path": "react",
|
@@ -6929,42 +7100,28 @@
|
|
6929
7100
|
],
|
6930
7101
|
"format": "esm"
|
6931
7102
|
},
|
6932
|
-
"
|
6933
|
-
"bytes":
|
7103
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
7104
|
+
"bytes": 2177,
|
7105
|
+
"imports": []
|
7106
|
+
},
|
7107
|
+
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
7108
|
+
"bytes": 545,
|
6934
7109
|
"imports": [
|
6935
7110
|
{
|
6936
|
-
"path": "
|
7111
|
+
"path": "react",
|
6937
7112
|
"kind": "import-statement",
|
6938
7113
|
"external": true
|
6939
|
-
}
|
6940
|
-
],
|
6941
|
-
"format": "esm"
|
6942
|
-
},
|
6943
|
-
"../../node_modules/immer/dist/immer.esm.mjs": {
|
6944
|
-
"bytes": 18424,
|
6945
|
-
"imports": [
|
7114
|
+
},
|
6946
7115
|
{
|
6947
|
-
"path": "
|
7116
|
+
"path": "src/Layout/index.tsx",
|
6948
7117
|
"kind": "import-statement",
|
6949
|
-
"
|
6950
|
-
}
|
6951
|
-
],
|
6952
|
-
"format": "esm"
|
6953
|
-
},
|
6954
|
-
"../../node_modules/zustand/esm/shallow.js": {
|
6955
|
-
"bytes": 535,
|
6956
|
-
"imports": [
|
7118
|
+
"original": "../../../Layout"
|
7119
|
+
},
|
6957
7120
|
{
|
6958
|
-
"path": "
|
7121
|
+
"path": "src/Text/index.tsx",
|
6959
7122
|
"kind": "import-statement",
|
6960
|
-
"
|
6961
|
-
}
|
6962
|
-
],
|
6963
|
-
"format": "esm"
|
6964
|
-
},
|
6965
|
-
"../../node_modules/zustand/esm/vanilla.js": {
|
6966
|
-
"bytes": 1346,
|
6967
|
-
"imports": [
|
7123
|
+
"original": "../../../Text"
|
7124
|
+
},
|
6968
7125
|
{
|
6969
7126
|
"path": "<define:process.env>",
|
6970
7127
|
"kind": "import-statement",
|
@@ -6973,108 +7130,105 @@
|
|
6973
7130
|
],
|
6974
7131
|
"format": "esm"
|
6975
7132
|
},
|
6976
|
-
"
|
6977
|
-
"bytes":
|
7133
|
+
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
7134
|
+
"bytes": 1169,
|
6978
7135
|
"imports": [
|
6979
7136
|
{
|
6980
|
-
"path": "
|
7137
|
+
"path": "react",
|
6981
7138
|
"kind": "import-statement",
|
6982
|
-
"
|
7139
|
+
"external": true
|
6983
7140
|
},
|
6984
7141
|
{
|
6985
|
-
"path": "
|
7142
|
+
"path": "@100mslive/react-sdk",
|
6986
7143
|
"kind": "import-statement",
|
6987
|
-
"
|
7144
|
+
"external": true
|
6988
7145
|
},
|
6989
7146
|
{
|
6990
|
-
"path": "
|
7147
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6991
7148
|
"kind": "import-statement",
|
6992
|
-
"original": "
|
7149
|
+
"original": "../Toast/ToastManager"
|
6993
7150
|
},
|
6994
7151
|
{
|
6995
|
-
"path": "
|
7152
|
+
"path": "src/Prebuilt/common/constants.ts",
|
6996
7153
|
"kind": "import-statement",
|
6997
|
-
"original": "
|
7154
|
+
"original": "../../common/constants"
|
6998
7155
|
},
|
6999
7156
|
{
|
7000
|
-
"path": "
|
7157
|
+
"path": "<define:process.env>",
|
7001
7158
|
"kind": "import-statement",
|
7002
|
-
"
|
7159
|
+
"external": true
|
7003
7160
|
},
|
7004
7161
|
{
|
7005
|
-
"path": "
|
7162
|
+
"path": "<runtime>",
|
7006
7163
|
"kind": "import-statement",
|
7007
|
-
"
|
7008
|
-
}
|
7164
|
+
"external": true
|
7165
|
+
}
|
7166
|
+
],
|
7167
|
+
"format": "esm"
|
7168
|
+
},
|
7169
|
+
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
7170
|
+
"bytes": 2850,
|
7171
|
+
"imports": [
|
7009
7172
|
{
|
7010
|
-
"path": "
|
7173
|
+
"path": "react",
|
7011
7174
|
"kind": "import-statement",
|
7012
|
-
"
|
7175
|
+
"external": true
|
7013
7176
|
},
|
7014
7177
|
{
|
7015
|
-
"path": "
|
7178
|
+
"path": "@100mslive/react-sdk",
|
7016
7179
|
"kind": "import-statement",
|
7017
|
-
"
|
7180
|
+
"external": true
|
7018
7181
|
},
|
7019
7182
|
{
|
7020
|
-
"path": "
|
7183
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
7021
7184
|
"kind": "import-statement",
|
7022
|
-
"original": "
|
7185
|
+
"original": "../Toast/ToastManager"
|
7023
7186
|
},
|
7024
7187
|
{
|
7025
|
-
"path": "
|
7188
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7026
7189
|
"kind": "import-statement",
|
7027
|
-
"original": "
|
7190
|
+
"original": "../../common/constants"
|
7028
7191
|
},
|
7029
7192
|
{
|
7030
|
-
"path": "
|
7193
|
+
"path": "<define:process.env>",
|
7031
7194
|
"kind": "import-statement",
|
7032
|
-
"
|
7195
|
+
"external": true
|
7033
7196
|
},
|
7034
7197
|
{
|
7035
|
-
"path": "
|
7198
|
+
"path": "<runtime>",
|
7036
7199
|
"kind": "import-statement",
|
7037
7200
|
"external": true
|
7038
|
-
}
|
7201
|
+
}
|
7202
|
+
],
|
7203
|
+
"format": "esm"
|
7204
|
+
},
|
7205
|
+
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
7206
|
+
"bytes": 9470,
|
7207
|
+
"imports": [
|
7039
7208
|
{
|
7040
|
-
"path": "
|
7209
|
+
"path": "react",
|
7041
7210
|
"kind": "import-statement",
|
7042
|
-
"
|
7211
|
+
"external": true
|
7043
7212
|
},
|
7044
7213
|
{
|
7045
|
-
"path": "
|
7214
|
+
"path": "@100mslive/react-sdk",
|
7046
7215
|
"kind": "import-statement",
|
7047
|
-
"
|
7216
|
+
"external": true
|
7048
7217
|
},
|
7049
7218
|
{
|
7050
|
-
"path": "
|
7219
|
+
"path": "@100mslive/react-icons",
|
7051
7220
|
"kind": "import-statement",
|
7052
|
-
"
|
7221
|
+
"external": true
|
7053
7222
|
},
|
7054
7223
|
{
|
7055
|
-
"path": "
|
7224
|
+
"path": "src/Dropdown/index.tsx",
|
7056
7225
|
"kind": "import-statement",
|
7057
|
-
"original": "
|
7226
|
+
"original": "../../../Dropdown"
|
7058
7227
|
},
|
7059
7228
|
{
|
7060
|
-
"path": "
|
7061
|
-
"kind": "import-statement",
|
7062
|
-
"external": true
|
7063
|
-
}
|
7064
|
-
],
|
7065
|
-
"format": "esm"
|
7066
|
-
},
|
7067
|
-
"src/Prebuilt/images/empty-chat.svg": {
|
7068
|
-
"bytes": 2177,
|
7069
|
-
"imports": []
|
7070
|
-
},
|
7071
|
-
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
7072
|
-
"bytes": 544,
|
7073
|
-
"imports": [
|
7074
|
-
{
|
7075
|
-
"path": "react",
|
7229
|
+
"path": "src/IconButton/index.tsx",
|
7076
7230
|
"kind": "import-statement",
|
7077
|
-
"
|
7231
|
+
"original": "../../../IconButton"
|
7078
7232
|
},
|
7079
7233
|
{
|
7080
7234
|
"path": "src/Layout/index.tsx",
|
@@ -7082,30 +7236,19 @@
|
|
7082
7236
|
"original": "../../../Layout"
|
7083
7237
|
},
|
7084
7238
|
{
|
7085
|
-
"path": "src/
|
7239
|
+
"path": "src/Sheet/index.ts",
|
7086
7240
|
"kind": "import-statement",
|
7087
|
-
"original": "../../../
|
7241
|
+
"original": "../../../Sheet"
|
7088
7242
|
},
|
7089
7243
|
{
|
7090
|
-
"path": "
|
7091
|
-
"kind": "import-statement",
|
7092
|
-
"external": true
|
7093
|
-
}
|
7094
|
-
],
|
7095
|
-
"format": "esm"
|
7096
|
-
},
|
7097
|
-
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
7098
|
-
"bytes": 876,
|
7099
|
-
"imports": [
|
7100
|
-
{
|
7101
|
-
"path": "react",
|
7244
|
+
"path": "src/Text/index.tsx",
|
7102
7245
|
"kind": "import-statement",
|
7103
|
-
"
|
7246
|
+
"original": "../../../Text"
|
7104
7247
|
},
|
7105
7248
|
{
|
7106
|
-
"path": "
|
7249
|
+
"path": "src/Tooltip/index.ts",
|
7107
7250
|
"kind": "import-statement",
|
7108
|
-
"
|
7251
|
+
"original": "../../../Tooltip"
|
7109
7252
|
},
|
7110
7253
|
{
|
7111
7254
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
@@ -7113,40 +7256,24 @@
|
|
7113
7256
|
"original": "../Toast/ToastManager"
|
7114
7257
|
},
|
7115
7258
|
{
|
7116
|
-
"path": "
|
7117
|
-
"kind": "import-statement",
|
7118
|
-
"external": true
|
7119
|
-
},
|
7120
|
-
{
|
7121
|
-
"path": "<define:process.env>",
|
7259
|
+
"path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
|
7122
7260
|
"kind": "import-statement",
|
7123
|
-
"
|
7261
|
+
"original": "./MwebChatOption"
|
7124
7262
|
},
|
7125
7263
|
{
|
7126
|
-
"path": "
|
7127
|
-
"kind": "import-statement",
|
7128
|
-
"external": true
|
7129
|
-
}
|
7130
|
-
],
|
7131
|
-
"format": "esm"
|
7132
|
-
},
|
7133
|
-
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
7134
|
-
"bytes": 2595,
|
7135
|
-
"imports": [
|
7136
|
-
{
|
7137
|
-
"path": "react",
|
7264
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7138
7265
|
"kind": "import-statement",
|
7139
|
-
"
|
7266
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7140
7267
|
},
|
7141
7268
|
{
|
7142
|
-
"path": "
|
7269
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7143
7270
|
"kind": "import-statement",
|
7144
|
-
"
|
7271
|
+
"original": "../hooks/useChatBlacklist"
|
7145
7272
|
},
|
7146
7273
|
{
|
7147
|
-
"path": "src/Prebuilt/components/
|
7274
|
+
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7148
7275
|
"kind": "import-statement",
|
7149
|
-
"original": "../
|
7276
|
+
"original": "../hooks/useSetPinnedMessages"
|
7150
7277
|
},
|
7151
7278
|
{
|
7152
7279
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -7166,19 +7293,14 @@
|
|
7166
7293
|
],
|
7167
7294
|
"format": "esm"
|
7168
7295
|
},
|
7169
|
-
"src/Prebuilt/components/Chat/ChatBody.
|
7170
|
-
"bytes":
|
7296
|
+
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
7297
|
+
"bytes": 13922,
|
7171
7298
|
"imports": [
|
7172
7299
|
{
|
7173
7300
|
"path": "react",
|
7174
7301
|
"kind": "import-statement",
|
7175
7302
|
"external": true
|
7176
7303
|
},
|
7177
|
-
{
|
7178
|
-
"path": "react-intersection-observer",
|
7179
|
-
"kind": "import-statement",
|
7180
|
-
"external": true
|
7181
|
-
},
|
7182
7304
|
{
|
7183
7305
|
"path": "react-use",
|
7184
7306
|
"kind": "import-statement",
|
@@ -7199,31 +7321,11 @@
|
|
7199
7321
|
"kind": "import-statement",
|
7200
7322
|
"external": true
|
7201
7323
|
},
|
7202
|
-
{
|
7203
|
-
"path": "@100mslive/react-icons",
|
7204
|
-
"kind": "import-statement",
|
7205
|
-
"external": true
|
7206
|
-
},
|
7207
|
-
{
|
7208
|
-
"path": "src/Dropdown/index.tsx",
|
7209
|
-
"kind": "import-statement",
|
7210
|
-
"original": "../../../Dropdown"
|
7211
|
-
},
|
7212
|
-
{
|
7213
|
-
"path": "src/IconButton/index.tsx",
|
7214
|
-
"kind": "import-statement",
|
7215
|
-
"original": "../../../IconButton"
|
7216
|
-
},
|
7217
7324
|
{
|
7218
7325
|
"path": "src/Layout/index.tsx",
|
7219
7326
|
"kind": "import-statement",
|
7220
7327
|
"original": "../../../Layout"
|
7221
7328
|
},
|
7222
|
-
{
|
7223
|
-
"path": "src/Sheet/index.ts",
|
7224
|
-
"kind": "import-statement",
|
7225
|
-
"original": "../../../Sheet"
|
7226
|
-
},
|
7227
7329
|
{
|
7228
7330
|
"path": "src/Text/index.tsx",
|
7229
7331
|
"kind": "import-statement",
|
@@ -7245,14 +7347,9 @@
|
|
7245
7347
|
"original": "../../images/empty-chat.svg"
|
7246
7348
|
},
|
7247
7349
|
{
|
7248
|
-
"path": "src/Prebuilt/components/
|
7350
|
+
"path": "src/Prebuilt/components/Chat/ChatActions.tsx",
|
7249
7351
|
"kind": "import-statement",
|
7250
|
-
"original": "
|
7251
|
-
},
|
7252
|
-
{
|
7253
|
-
"path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
|
7254
|
-
"kind": "import-statement",
|
7255
|
-
"original": "./MwebChatOption"
|
7352
|
+
"original": "./ChatActions"
|
7256
7353
|
},
|
7257
7354
|
{
|
7258
7355
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
@@ -7264,16 +7361,6 @@
|
|
7264
7361
|
"kind": "import-statement",
|
7265
7362
|
"original": "../AppData/useUISettings"
|
7266
7363
|
},
|
7267
|
-
{
|
7268
|
-
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7269
|
-
"kind": "import-statement",
|
7270
|
-
"original": "../hooks/useChatBlacklist"
|
7271
|
-
},
|
7272
|
-
{
|
7273
|
-
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7274
|
-
"kind": "import-statement",
|
7275
|
-
"original": "../hooks/useSetPinnedMessages"
|
7276
|
-
},
|
7277
7364
|
{
|
7278
7365
|
"path": "src/Prebuilt/common/constants.ts",
|
7279
7366
|
"kind": "import-statement",
|
@@ -7283,11 +7370,6 @@
|
|
7283
7370
|
"path": "<define:process.env>",
|
7284
7371
|
"kind": "import-statement",
|
7285
7372
|
"external": true
|
7286
|
-
},
|
7287
|
-
{
|
7288
|
-
"path": "<runtime>",
|
7289
|
-
"kind": "import-statement",
|
7290
|
-
"external": true
|
7291
7373
|
}
|
7292
7374
|
],
|
7293
7375
|
"format": "esm"
|
@@ -7482,7 +7564,7 @@
|
|
7482
7564
|
"format": "esm"
|
7483
7565
|
},
|
7484
7566
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
7485
|
-
"bytes":
|
7567
|
+
"bytes": 9156,
|
7486
7568
|
"imports": [
|
7487
7569
|
{
|
7488
7570
|
"path": "react",
|
@@ -7549,6 +7631,11 @@
|
|
7549
7631
|
"kind": "import-statement",
|
7550
7632
|
"original": "../AppData/useUISettings"
|
7551
7633
|
},
|
7634
|
+
{
|
7635
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7636
|
+
"kind": "import-statement",
|
7637
|
+
"original": "../hooks/useChatBlacklist"
|
7638
|
+
},
|
7552
7639
|
{
|
7553
7640
|
"path": "src/Prebuilt/components/Chat/useEmojiPickerStyles.js",
|
7554
7641
|
"kind": "import-statement",
|
@@ -7578,7 +7665,7 @@
|
|
7578
7665
|
"format": "esm"
|
7579
7666
|
},
|
7580
7667
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
7581
|
-
"bytes":
|
7668
|
+
"bytes": 2614,
|
7582
7669
|
"imports": [
|
7583
7670
|
{
|
7584
7671
|
"path": "react",
|
@@ -7610,6 +7697,11 @@
|
|
7610
7697
|
"kind": "import-statement",
|
7611
7698
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7612
7699
|
},
|
7700
|
+
{
|
7701
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7702
|
+
"kind": "import-statement",
|
7703
|
+
"original": "../hooks/useChatBlacklist"
|
7704
|
+
},
|
7613
7705
|
{
|
7614
7706
|
"path": "src/Prebuilt/common/constants.ts",
|
7615
7707
|
"kind": "import-statement",
|
@@ -7676,7 +7768,7 @@
|
|
7676
7768
|
"format": "esm"
|
7677
7769
|
},
|
7678
7770
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
7679
|
-
"bytes":
|
7771
|
+
"bytes": 5076,
|
7680
7772
|
"imports": [
|
7681
7773
|
{
|
7682
7774
|
"path": "react",
|
@@ -7724,7 +7816,7 @@
|
|
7724
7816
|
"original": "./ArrowNavigation"
|
7725
7817
|
},
|
7726
7818
|
{
|
7727
|
-
"path": "src/Prebuilt/components/Chat/ChatBody.
|
7819
|
+
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
7728
7820
|
"kind": "import-statement",
|
7729
7821
|
"original": "./ChatBody"
|
7730
7822
|
},
|
@@ -7738,6 +7830,11 @@
|
|
7738
7830
|
"kind": "import-statement",
|
7739
7831
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7740
7832
|
},
|
7833
|
+
{
|
7834
|
+
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7835
|
+
"kind": "import-statement",
|
7836
|
+
"original": "../hooks/useSetPinnedMessages"
|
7837
|
+
},
|
7741
7838
|
{
|
7742
7839
|
"path": "src/Prebuilt/common/constants.ts",
|
7743
7840
|
"kind": "import-statement",
|
@@ -7756,8 +7853,8 @@
|
|
7756
7853
|
],
|
7757
7854
|
"format": "esm"
|
7758
7855
|
},
|
7759
|
-
"src/Prebuilt/components/Chat/Chat.
|
7760
|
-
"bytes":
|
7856
|
+
"src/Prebuilt/components/Chat/Chat.tsx": {
|
7857
|
+
"bytes": 3561,
|
7761
7858
|
"imports": [
|
7762
7859
|
{
|
7763
7860
|
"path": "react",
|
@@ -7769,6 +7866,11 @@
|
|
7769
7866
|
"kind": "import-statement",
|
7770
7867
|
"external": true
|
7771
7868
|
},
|
7869
|
+
{
|
7870
|
+
"path": "react-window",
|
7871
|
+
"kind": "import-statement",
|
7872
|
+
"external": true
|
7873
|
+
},
|
7772
7874
|
{
|
7773
7875
|
"path": "../hms-video-store/dist/index.js",
|
7774
7876
|
"kind": "import-statement",
|
@@ -7800,7 +7902,7 @@
|
|
7800
7902
|
"original": "../../../Theme"
|
7801
7903
|
},
|
7802
7904
|
{
|
7803
|
-
"path": "src/Prebuilt/components/Chat/ChatBody.
|
7905
|
+
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
7804
7906
|
"kind": "import-statement",
|
7805
7907
|
"original": "./ChatBody"
|
7806
7908
|
},
|
@@ -7824,11 +7926,6 @@
|
|
7824
7926
|
"kind": "import-statement",
|
7825
7927
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7826
7928
|
},
|
7827
|
-
{
|
7828
|
-
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7829
|
-
"kind": "import-statement",
|
7830
|
-
"original": "../hooks/useSetPinnedMessages"
|
7831
|
-
},
|
7832
7929
|
{
|
7833
7930
|
"path": "src/Prebuilt/common/constants.ts",
|
7834
7931
|
"kind": "import-statement",
|
@@ -7975,7 +8072,7 @@
|
|
7975
8072
|
"format": "esm"
|
7976
8073
|
},
|
7977
8074
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
7978
|
-
"bytes":
|
8075
|
+
"bytes": 7873,
|
7979
8076
|
"imports": [
|
7980
8077
|
{
|
7981
8078
|
"path": "react",
|
@@ -8003,7 +8100,7 @@
|
|
8003
8100
|
"external": true
|
8004
8101
|
},
|
8005
8102
|
{
|
8006
|
-
"path": "src/Prebuilt/components/Chat/Chat.
|
8103
|
+
"path": "src/Prebuilt/components/Chat/Chat.tsx",
|
8007
8104
|
"kind": "import-statement",
|
8008
8105
|
"original": "./Chat/Chat"
|
8009
8106
|
},
|
@@ -12247,7 +12344,7 @@
|
|
12247
12344
|
"dist/index.js": {
|
12248
12345
|
"imports": [
|
12249
12346
|
{
|
12250
|
-
"path": "dist/chunk-
|
12347
|
+
"path": "dist/chunk-2FX6MFDM.js",
|
12251
12348
|
"kind": "import-statement"
|
12252
12349
|
}
|
12253
12350
|
],
|
@@ -12319,16 +12416,16 @@
|
|
12319
12416
|
"inputs": {},
|
12320
12417
|
"bytes": 1798
|
12321
12418
|
},
|
12322
|
-
"dist/HLSView-
|
12419
|
+
"dist/HLSView-XU2WQ4VV.js.map": {
|
12323
12420
|
"imports": [],
|
12324
12421
|
"exports": [],
|
12325
12422
|
"inputs": {},
|
12326
12423
|
"bytes": 58021
|
12327
12424
|
},
|
12328
|
-
"dist/HLSView-
|
12425
|
+
"dist/HLSView-XU2WQ4VV.js": {
|
12329
12426
|
"imports": [
|
12330
12427
|
{
|
12331
|
-
"path": "dist/chunk-
|
12428
|
+
"path": "dist/chunk-2FX6MFDM.js",
|
12332
12429
|
"kind": "import-statement"
|
12333
12430
|
},
|
12334
12431
|
{
|
@@ -12492,13 +12589,13 @@
|
|
12492
12589
|
},
|
12493
12590
|
"bytes": 36449
|
12494
12591
|
},
|
12495
|
-
"dist/chunk-
|
12592
|
+
"dist/chunk-2FX6MFDM.js.map": {
|
12496
12593
|
"imports": [],
|
12497
12594
|
"exports": [],
|
12498
12595
|
"inputs": {},
|
12499
|
-
"bytes":
|
12596
|
+
"bytes": 2319721
|
12500
12597
|
},
|
12501
|
-
"dist/chunk-
|
12598
|
+
"dist/chunk-2FX6MFDM.js": {
|
12502
12599
|
"imports": [
|
12503
12600
|
{
|
12504
12601
|
"path": "react",
|
@@ -13510,6 +13607,21 @@
|
|
13510
13607
|
"kind": "import-statement",
|
13511
13608
|
"external": true
|
13512
13609
|
},
|
13610
|
+
{
|
13611
|
+
"path": "eventemitter2",
|
13612
|
+
"kind": "import-statement",
|
13613
|
+
"external": true
|
13614
|
+
},
|
13615
|
+
{
|
13616
|
+
"path": "@100mslive/react-sdk",
|
13617
|
+
"kind": "import-statement",
|
13618
|
+
"external": true
|
13619
|
+
},
|
13620
|
+
{
|
13621
|
+
"path": "react",
|
13622
|
+
"kind": "import-statement",
|
13623
|
+
"external": true
|
13624
|
+
},
|
13513
13625
|
{
|
13514
13626
|
"path": "@100mslive/react-icons",
|
13515
13627
|
"kind": "import-statement",
|
@@ -14016,42 +14128,42 @@
|
|
14016
14128
|
"external": true
|
14017
14129
|
},
|
14018
14130
|
{
|
14019
|
-
"path": "
|
14131
|
+
"path": "@100mslive/react-sdk",
|
14020
14132
|
"kind": "import-statement",
|
14021
14133
|
"external": true
|
14022
14134
|
},
|
14023
14135
|
{
|
14024
|
-
"path": "@100mslive/react-
|
14136
|
+
"path": "@100mslive/react-icons",
|
14025
14137
|
"kind": "import-statement",
|
14026
14138
|
"external": true
|
14027
14139
|
},
|
14028
14140
|
{
|
14029
|
-
"path": "
|
14141
|
+
"path": "react",
|
14030
14142
|
"kind": "import-statement",
|
14031
14143
|
"external": true
|
14032
14144
|
},
|
14033
14145
|
{
|
14034
|
-
"path": "react",
|
14146
|
+
"path": "react-use",
|
14035
14147
|
"kind": "import-statement",
|
14036
14148
|
"external": true
|
14037
14149
|
},
|
14038
14150
|
{
|
14039
|
-
"path": "react-
|
14151
|
+
"path": "react-virtualized-auto-sizer",
|
14040
14152
|
"kind": "import-statement",
|
14041
14153
|
"external": true
|
14042
14154
|
},
|
14043
14155
|
{
|
14044
|
-
"path": "react-
|
14156
|
+
"path": "react-window",
|
14045
14157
|
"kind": "import-statement",
|
14046
14158
|
"external": true
|
14047
14159
|
},
|
14048
14160
|
{
|
14049
|
-
"path": "react-
|
14161
|
+
"path": "@100mslive/react-sdk",
|
14050
14162
|
"kind": "import-statement",
|
14051
14163
|
"external": true
|
14052
14164
|
},
|
14053
14165
|
{
|
14054
|
-
"path": "react
|
14166
|
+
"path": "react",
|
14055
14167
|
"kind": "import-statement",
|
14056
14168
|
"external": true
|
14057
14169
|
},
|
@@ -14676,7 +14788,7 @@
|
|
14676
14788
|
"external": true
|
14677
14789
|
},
|
14678
14790
|
{
|
14679
|
-
"path": "dist/HLSView-
|
14791
|
+
"path": "dist/HLSView-XU2WQ4VV.js",
|
14680
14792
|
"kind": "dynamic-import"
|
14681
14793
|
},
|
14682
14794
|
{
|
@@ -15087,7 +15199,7 @@
|
|
15087
15199
|
],
|
15088
15200
|
"inputs": {
|
15089
15201
|
"<define:process.env>": {
|
15090
|
-
"bytesInOutput":
|
15202
|
+
"bytesInOutput": 18566
|
15091
15203
|
},
|
15092
15204
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
15093
15205
|
"bytesInOutput": 42462
|
@@ -15501,13 +15613,13 @@
|
|
15501
15613
|
"bytesInOutput": 1948
|
15502
15614
|
},
|
15503
15615
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
15504
|
-
"bytesInOutput":
|
15616
|
+
"bytesInOutput": 10028
|
15505
15617
|
},
|
15506
15618
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
15507
15619
|
"bytesInOutput": 10019
|
15508
15620
|
},
|
15509
15621
|
"../hms-video-web/dist/index.js": {
|
15510
|
-
"bytesInOutput":
|
15622
|
+
"bytesInOutput": 32641
|
15511
15623
|
},
|
15512
15624
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
15513
15625
|
"bytesInOutput": 154
|
@@ -15569,6 +15681,15 @@
|
|
15569
15681
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
15570
15682
|
"bytesInOutput": 3219
|
15571
15683
|
},
|
15684
|
+
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
15685
|
+
"bytesInOutput": 711
|
15686
|
+
},
|
15687
|
+
"../hms-video-store/dist/index.js": {
|
15688
|
+
"bytesInOutput": 19739
|
15689
|
+
},
|
15690
|
+
"../../node_modules/reselect/es/index.js": {
|
15691
|
+
"bytesInOutput": 2537
|
15692
|
+
},
|
15572
15693
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
15573
15694
|
"bytesInOutput": 589
|
15574
15695
|
},
|
@@ -15627,7 +15748,7 @@
|
|
15627
15748
|
"bytesInOutput": 5852
|
15628
15749
|
},
|
15629
15750
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
15630
|
-
"bytesInOutput":
|
15751
|
+
"bytesInOutput": 886
|
15631
15752
|
},
|
15632
15753
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
15633
15754
|
"bytesInOutput": 899
|
@@ -15666,7 +15787,7 @@
|
|
15666
15787
|
"bytesInOutput": 2077
|
15667
15788
|
},
|
15668
15789
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
15669
|
-
"bytesInOutput":
|
15790
|
+
"bytesInOutput": 3637
|
15670
15791
|
},
|
15671
15792
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.jsx": {
|
15672
15793
|
"bytesInOutput": 882
|
@@ -15705,34 +15826,31 @@
|
|
15705
15826
|
"bytesInOutput": 1101
|
15706
15827
|
},
|
15707
15828
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
15708
|
-
"bytesInOutput":
|
15829
|
+
"bytesInOutput": 7277
|
15709
15830
|
},
|
15710
|
-
"src/Prebuilt/components/Chat/Chat.
|
15711
|
-
"bytesInOutput":
|
15831
|
+
"src/Prebuilt/components/Chat/Chat.tsx": {
|
15832
|
+
"bytesInOutput": 3459
|
15712
15833
|
},
|
15713
|
-
"
|
15714
|
-
"bytesInOutput":
|
15715
|
-
},
|
15716
|
-
"../../node_modules/reselect/es/index.js": {
|
15717
|
-
"bytesInOutput": 2537
|
15718
|
-
},
|
15719
|
-
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
15720
|
-
"bytesInOutput": 23342
|
15834
|
+
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
15835
|
+
"bytesInOutput": 13638
|
15721
15836
|
},
|
15722
15837
|
"src/Prebuilt/images/empty-chat.svg": {
|
15723
15838
|
"bytesInOutput": 2261
|
15724
15839
|
},
|
15840
|
+
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
15841
|
+
"bytesInOutput": 9138
|
15842
|
+
},
|
15725
15843
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
15726
15844
|
"bytesInOutput": 414
|
15727
15845
|
},
|
15728
15846
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
15729
|
-
"bytesInOutput":
|
15847
|
+
"bytesInOutput": 1144
|
15730
15848
|
},
|
15731
15849
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
15732
|
-
"bytesInOutput":
|
15850
|
+
"bytesInOutput": 2761
|
15733
15851
|
},
|
15734
15852
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
15735
|
-
"bytesInOutput":
|
15853
|
+
"bytesInOutput": 8630
|
15736
15854
|
},
|
15737
15855
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
15738
15856
|
"bytesInOutput": 5318
|
@@ -15747,10 +15865,10 @@
|
|
15747
15865
|
"bytesInOutput": 1202
|
15748
15866
|
},
|
15749
15867
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
15750
|
-
"bytesInOutput":
|
15868
|
+
"bytesInOutput": 2906
|
15751
15869
|
},
|
15752
15870
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
15753
|
-
"bytesInOutput":
|
15871
|
+
"bytesInOutput": 4983
|
15754
15872
|
},
|
15755
15873
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
15756
15874
|
"bytesInOutput": 1021
|
@@ -15759,13 +15877,13 @@
|
|
15759
15877
|
"bytesInOutput": 543
|
15760
15878
|
},
|
15761
15879
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
15762
|
-
"bytesInOutput":
|
15880
|
+
"bytesInOutput": 4167
|
15763
15881
|
},
|
15764
15882
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
15765
15883
|
"bytesInOutput": 2469
|
15766
15884
|
},
|
15767
15885
|
"src/Prebuilt/components/VideoTile.jsx": {
|
15768
|
-
"bytesInOutput":
|
15886
|
+
"bytesInOutput": 6794
|
15769
15887
|
},
|
15770
15888
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
15771
15889
|
"bytesInOutput": 1506
|
@@ -15813,7 +15931,7 @@
|
|
15813
15931
|
"bytesInOutput": 3621
|
15814
15932
|
},
|
15815
15933
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
15816
|
-
"bytesInOutput":
|
15934
|
+
"bytesInOutput": 2021
|
15817
15935
|
},
|
15818
15936
|
"src/Prebuilt/components/InsetTile.tsx": {
|
15819
15937
|
"bytesInOutput": 4035
|
@@ -15828,7 +15946,7 @@
|
|
15828
15946
|
"bytesInOutput": 1204
|
15829
15947
|
},
|
15830
15948
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
15831
|
-
"bytesInOutput":
|
15949
|
+
"bytesInOutput": 3839
|
15832
15950
|
},
|
15833
15951
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
15834
15952
|
"bytesInOutput": 1737
|
@@ -15906,7 +16024,7 @@
|
|
15906
16024
|
"bytesInOutput": 27
|
15907
16025
|
},
|
15908
16026
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
15909
|
-
"bytesInOutput":
|
16027
|
+
"bytesInOutput": 7354
|
15910
16028
|
},
|
15911
16029
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
15912
16030
|
"bytesInOutput": 1768
|
@@ -15918,10 +16036,10 @@
|
|
15918
16036
|
"bytesInOutput": 1053
|
15919
16037
|
},
|
15920
16038
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
15921
|
-
"bytesInOutput":
|
16039
|
+
"bytesInOutput": 1370
|
15922
16040
|
},
|
15923
16041
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
15924
|
-
"bytesInOutput":
|
16042
|
+
"bytesInOutput": 1223
|
15925
16043
|
},
|
15926
16044
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
15927
16045
|
"bytesInOutput": 1596
|
@@ -15972,7 +16090,7 @@
|
|
15972
16090
|
"bytesInOutput": 418
|
15973
16091
|
}
|
15974
16092
|
},
|
15975
|
-
"bytes":
|
16093
|
+
"bytes": 993884
|
15976
16094
|
}
|
15977
16095
|
}
|
15978
16096
|
}
|