@100mslive/roomkit-react 0.1.18-alpha.1 → 0.1.19-alpha.0
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-GG4WVUQY.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +2 -6
- 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 +4 -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-GXJIUWTP.js} +10083 -4574
- package/dist/chunk-GXJIUWTP.js.map +7 -0
- package/dist/index.cjs.js +12716 -7192
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +367 -240
- package/dist/meta.esbuild.json +377 -250
- package/package.json +6 -6
- package/src/Prebuilt/common/constants.ts +4 -4
- package/src/Prebuilt/components/Chat/Chat.tsx +108 -0
- package/src/Prebuilt/components/Chat/ChatActions.tsx +297 -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/CreateQuestions/QuestionForm.jsx +3 -3
- package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +9 -1
- package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +6 -6
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +20 -23
- 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/src/Prebuilt/provider/roomLayoutProvider/index.tsx +11 -2
- 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-GG4WVUQY.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -1909,7 +1909,7 @@
|
|
1909
1909
|
"format": "esm"
|
1910
1910
|
},
|
1911
1911
|
"src/Prebuilt/common/constants.ts": {
|
1912
|
-
"bytes":
|
1912
|
+
"bytes": 4276,
|
1913
1913
|
"imports": [
|
1914
1914
|
{
|
1915
1915
|
"path": "@100mslive/react-sdk",
|
@@ -3047,6 +3047,17 @@
|
|
3047
3047
|
],
|
3048
3048
|
"format": "esm"
|
3049
3049
|
},
|
3050
|
+
"../../node_modules/lodash/lodash.js": {
|
3051
|
+
"bytes": 544098,
|
3052
|
+
"imports": [
|
3053
|
+
{
|
3054
|
+
"path": "<define:process.env>",
|
3055
|
+
"kind": "import-statement",
|
3056
|
+
"external": true
|
3057
|
+
}
|
3058
|
+
],
|
3059
|
+
"format": "cjs"
|
3060
|
+
},
|
3050
3061
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
3051
3062
|
"bytes": 1549,
|
3052
3063
|
"imports": [
|
@@ -3090,7 +3101,7 @@
|
|
3090
3101
|
"format": "esm"
|
3091
3102
|
},
|
3092
3103
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
3093
|
-
"bytes":
|
3104
|
+
"bytes": 1609,
|
3094
3105
|
"imports": [
|
3095
3106
|
{
|
3096
3107
|
"path": "react",
|
@@ -3098,9 +3109,9 @@
|
|
3098
3109
|
"external": true
|
3099
3110
|
},
|
3100
3111
|
{
|
3101
|
-
"path": "lodash.
|
3112
|
+
"path": "../../node_modules/lodash/lodash.js",
|
3102
3113
|
"kind": "import-statement",
|
3103
|
-
"
|
3114
|
+
"original": "lodash"
|
3104
3115
|
},
|
3105
3116
|
{
|
3106
3117
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
@@ -4908,8 +4919,169 @@
|
|
4908
4919
|
],
|
4909
4920
|
"format": "esm"
|
4910
4921
|
},
|
4922
|
+
"../../node_modules/reselect/es/index.js": {
|
4923
|
+
"bytes": 3975,
|
4924
|
+
"imports": [
|
4925
|
+
{
|
4926
|
+
"path": "<define:process.env>",
|
4927
|
+
"kind": "import-statement",
|
4928
|
+
"external": true
|
4929
|
+
}
|
4930
|
+
],
|
4931
|
+
"format": "esm"
|
4932
|
+
},
|
4933
|
+
"../../node_modules/immer/dist/immer.esm.mjs": {
|
4934
|
+
"bytes": 18424,
|
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/shallow.js": {
|
4945
|
+
"bytes": 535,
|
4946
|
+
"imports": [
|
4947
|
+
{
|
4948
|
+
"path": "<define:process.env>",
|
4949
|
+
"kind": "import-statement",
|
4950
|
+
"external": true
|
4951
|
+
}
|
4952
|
+
],
|
4953
|
+
"format": "esm"
|
4954
|
+
},
|
4955
|
+
"../../node_modules/zustand/esm/vanilla.js": {
|
4956
|
+
"bytes": 1346,
|
4957
|
+
"imports": [
|
4958
|
+
{
|
4959
|
+
"path": "<define:process.env>",
|
4960
|
+
"kind": "import-statement",
|
4961
|
+
"external": true
|
4962
|
+
}
|
4963
|
+
],
|
4964
|
+
"format": "esm"
|
4965
|
+
},
|
4966
|
+
"../hms-video-store/dist/index.js": {
|
4967
|
+
"bytes": 67221,
|
4968
|
+
"imports": [
|
4969
|
+
{
|
4970
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4971
|
+
"kind": "import-statement",
|
4972
|
+
"original": "reselect"
|
4973
|
+
},
|
4974
|
+
{
|
4975
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4976
|
+
"kind": "import-statement",
|
4977
|
+
"original": "reselect"
|
4978
|
+
},
|
4979
|
+
{
|
4980
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4981
|
+
"kind": "import-statement",
|
4982
|
+
"original": "reselect"
|
4983
|
+
},
|
4984
|
+
{
|
4985
|
+
"path": "../hms-video-web/dist/index.js",
|
4986
|
+
"kind": "import-statement",
|
4987
|
+
"original": "@100mslive/hms-video"
|
4988
|
+
},
|
4989
|
+
{
|
4990
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4991
|
+
"kind": "import-statement",
|
4992
|
+
"original": "reselect"
|
4993
|
+
},
|
4994
|
+
{
|
4995
|
+
"path": "../../node_modules/reselect/es/index.js",
|
4996
|
+
"kind": "import-statement",
|
4997
|
+
"original": "reselect"
|
4998
|
+
},
|
4999
|
+
{
|
5000
|
+
"path": "../hms-video-web/dist/index.js",
|
5001
|
+
"kind": "import-statement",
|
5002
|
+
"original": "@100mslive/hms-video"
|
5003
|
+
},
|
5004
|
+
{
|
5005
|
+
"path": "../../node_modules/immer/dist/immer.esm.mjs",
|
5006
|
+
"kind": "import-statement",
|
5007
|
+
"original": "immer"
|
5008
|
+
},
|
5009
|
+
{
|
5010
|
+
"path": "../../node_modules/zustand/esm/shallow.js",
|
5011
|
+
"kind": "import-statement",
|
5012
|
+
"original": "zustand/shallow"
|
5013
|
+
},
|
5014
|
+
{
|
5015
|
+
"path": "../../node_modules/zustand/esm/vanilla.js",
|
5016
|
+
"kind": "import-statement",
|
5017
|
+
"original": "zustand/vanilla"
|
5018
|
+
},
|
5019
|
+
{
|
5020
|
+
"path": "../hms-video-web/dist/index.js",
|
5021
|
+
"kind": "import-statement",
|
5022
|
+
"original": "@100mslive/hms-video"
|
5023
|
+
},
|
5024
|
+
{
|
5025
|
+
"path": "eventemitter2",
|
5026
|
+
"kind": "import-statement",
|
5027
|
+
"external": true
|
5028
|
+
},
|
5029
|
+
{
|
5030
|
+
"path": "../hms-video-web/dist/index.js",
|
5031
|
+
"kind": "import-statement",
|
5032
|
+
"original": "@100mslive/hms-video"
|
5033
|
+
},
|
5034
|
+
{
|
5035
|
+
"path": "../hms-video-web/dist/index.js",
|
5036
|
+
"kind": "import-statement",
|
5037
|
+
"original": "@100mslive/hms-video"
|
5038
|
+
},
|
5039
|
+
{
|
5040
|
+
"path": "../hms-video-web/dist/index.js",
|
5041
|
+
"kind": "import-statement",
|
5042
|
+
"original": "@100mslive/hms-video"
|
5043
|
+
},
|
5044
|
+
{
|
5045
|
+
"path": "../../node_modules/reselect/es/index.js",
|
5046
|
+
"kind": "import-statement",
|
5047
|
+
"original": "reselect"
|
5048
|
+
},
|
5049
|
+
{
|
5050
|
+
"path": "<define:process.env>",
|
5051
|
+
"kind": "import-statement",
|
5052
|
+
"external": true
|
5053
|
+
}
|
5054
|
+
],
|
5055
|
+
"format": "esm"
|
5056
|
+
},
|
5057
|
+
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
5058
|
+
"bytes": 723,
|
5059
|
+
"imports": [
|
5060
|
+
{
|
5061
|
+
"path": "react",
|
5062
|
+
"kind": "import-statement",
|
5063
|
+
"external": true
|
5064
|
+
},
|
5065
|
+
{
|
5066
|
+
"path": "../hms-video-store/dist/index.js",
|
5067
|
+
"kind": "import-statement",
|
5068
|
+
"original": "@100mslive/hms-video-store"
|
5069
|
+
},
|
5070
|
+
{
|
5071
|
+
"path": "@100mslive/react-sdk",
|
5072
|
+
"kind": "import-statement",
|
5073
|
+
"external": true
|
5074
|
+
},
|
5075
|
+
{
|
5076
|
+
"path": "<define:process.env>",
|
5077
|
+
"kind": "import-statement",
|
5078
|
+
"external": true
|
5079
|
+
}
|
5080
|
+
],
|
5081
|
+
"format": "esm"
|
5082
|
+
},
|
4911
5083
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
4912
|
-
"bytes":
|
5084
|
+
"bytes": 11775,
|
4913
5085
|
"imports": [
|
4914
5086
|
{
|
4915
5087
|
"path": "react",
|
@@ -5006,6 +5178,11 @@
|
|
5006
5178
|
"kind": "import-statement",
|
5007
5179
|
"original": "../../hooks/useMetadata"
|
5008
5180
|
},
|
5181
|
+
{
|
5182
|
+
"path": "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx",
|
5183
|
+
"kind": "import-statement",
|
5184
|
+
"original": "../../hooks/useUnreadPollQuizPresent"
|
5185
|
+
},
|
5009
5186
|
{
|
5010
5187
|
"path": "src/Prebuilt/common/utils.js",
|
5011
5188
|
"kind": "import-statement",
|
@@ -5826,7 +6003,7 @@
|
|
5826
6003
|
"format": "esm"
|
5827
6004
|
},
|
5828
6005
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
5829
|
-
"bytes":
|
6006
|
+
"bytes": 1107,
|
5830
6007
|
"imports": [
|
5831
6008
|
{
|
5832
6009
|
"path": "react",
|
@@ -5853,6 +6030,11 @@
|
|
5853
6030
|
"kind": "import-statement",
|
5854
6031
|
"original": "../AppData/useSidepane"
|
5855
6032
|
},
|
6033
|
+
{
|
6034
|
+
"path": "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx",
|
6035
|
+
"kind": "import-statement",
|
6036
|
+
"original": "../hooks/useUnreadPollQuizPresent"
|
6037
|
+
},
|
5856
6038
|
{
|
5857
6039
|
"path": "src/Prebuilt/common/constants.ts",
|
5858
6040
|
"kind": "import-statement",
|
@@ -6322,7 +6504,7 @@
|
|
6322
6504
|
"format": "esm"
|
6323
6505
|
},
|
6324
6506
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
6325
|
-
"bytes":
|
6507
|
+
"bytes": 3799,
|
6326
6508
|
"imports": [
|
6327
6509
|
{
|
6328
6510
|
"path": "react",
|
@@ -6404,7 +6586,7 @@
|
|
6404
6586
|
"format": "esm"
|
6405
6587
|
},
|
6406
6588
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
|
6407
|
-
"bytes":
|
6589
|
+
"bytes": 9049,
|
6408
6590
|
"imports": [
|
6409
6591
|
{
|
6410
6592
|
"path": "react",
|
@@ -6577,7 +6759,7 @@
|
|
6577
6759
|
"format": "esm"
|
6578
6760
|
},
|
6579
6761
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
6580
|
-
"bytes":
|
6762
|
+
"bytes": 1775,
|
6581
6763
|
"imports": [
|
6582
6764
|
{
|
6583
6765
|
"path": "react",
|
@@ -6608,7 +6790,7 @@
|
|
6608
6790
|
"format": "esm"
|
6609
6791
|
},
|
6610
6792
|
"src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
|
6611
|
-
"bytes":
|
6793
|
+
"bytes": 4396,
|
6612
6794
|
"imports": [
|
6613
6795
|
{
|
6614
6796
|
"path": "react",
|
@@ -6715,7 +6897,7 @@
|
|
6715
6897
|
"format": "esm"
|
6716
6898
|
},
|
6717
6899
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
6718
|
-
"bytes":
|
6900
|
+
"bytes": 8835,
|
6719
6901
|
"imports": [
|
6720
6902
|
{
|
6721
6903
|
"path": "react",
|
@@ -6929,42 +7111,28 @@
|
|
6929
7111
|
],
|
6930
7112
|
"format": "esm"
|
6931
7113
|
},
|
6932
|
-
"
|
6933
|
-
"bytes":
|
7114
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
7115
|
+
"bytes": 2177,
|
7116
|
+
"imports": []
|
7117
|
+
},
|
7118
|
+
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
7119
|
+
"bytes": 545,
|
6934
7120
|
"imports": [
|
6935
7121
|
{
|
6936
|
-
"path": "
|
7122
|
+
"path": "react",
|
6937
7123
|
"kind": "import-statement",
|
6938
7124
|
"external": true
|
6939
|
-
}
|
6940
|
-
],
|
6941
|
-
"format": "esm"
|
6942
|
-
},
|
6943
|
-
"../../node_modules/immer/dist/immer.esm.mjs": {
|
6944
|
-
"bytes": 18424,
|
6945
|
-
"imports": [
|
7125
|
+
},
|
6946
7126
|
{
|
6947
|
-
"path": "
|
7127
|
+
"path": "src/Layout/index.tsx",
|
6948
7128
|
"kind": "import-statement",
|
6949
|
-
"
|
6950
|
-
}
|
6951
|
-
],
|
6952
|
-
"format": "esm"
|
6953
|
-
},
|
6954
|
-
"../../node_modules/zustand/esm/shallow.js": {
|
6955
|
-
"bytes": 535,
|
6956
|
-
"imports": [
|
7129
|
+
"original": "../../../Layout"
|
7130
|
+
},
|
6957
7131
|
{
|
6958
|
-
"path": "
|
7132
|
+
"path": "src/Text/index.tsx",
|
6959
7133
|
"kind": "import-statement",
|
6960
|
-
"
|
6961
|
-
}
|
6962
|
-
],
|
6963
|
-
"format": "esm"
|
6964
|
-
},
|
6965
|
-
"../../node_modules/zustand/esm/vanilla.js": {
|
6966
|
-
"bytes": 1346,
|
6967
|
-
"imports": [
|
7134
|
+
"original": "../../../Text"
|
7135
|
+
},
|
6968
7136
|
{
|
6969
7137
|
"path": "<define:process.env>",
|
6970
7138
|
"kind": "import-statement",
|
@@ -6973,108 +7141,105 @@
|
|
6973
7141
|
],
|
6974
7142
|
"format": "esm"
|
6975
7143
|
},
|
6976
|
-
"
|
6977
|
-
"bytes":
|
7144
|
+
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
7145
|
+
"bytes": 1235,
|
6978
7146
|
"imports": [
|
6979
7147
|
{
|
6980
|
-
"path": "
|
7148
|
+
"path": "react",
|
6981
7149
|
"kind": "import-statement",
|
6982
|
-
"
|
7150
|
+
"external": true
|
6983
7151
|
},
|
6984
7152
|
{
|
6985
|
-
"path": "
|
7153
|
+
"path": "@100mslive/react-sdk",
|
6986
7154
|
"kind": "import-statement",
|
6987
|
-
"
|
7155
|
+
"external": true
|
6988
7156
|
},
|
6989
7157
|
{
|
6990
|
-
"path": "
|
7158
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6991
7159
|
"kind": "import-statement",
|
6992
|
-
"original": "
|
7160
|
+
"original": "../Toast/ToastManager"
|
6993
7161
|
},
|
6994
7162
|
{
|
6995
|
-
"path": "
|
7163
|
+
"path": "src/Prebuilt/common/constants.ts",
|
6996
7164
|
"kind": "import-statement",
|
6997
|
-
"original": "
|
7165
|
+
"original": "../../common/constants"
|
6998
7166
|
},
|
6999
7167
|
{
|
7000
|
-
"path": "
|
7168
|
+
"path": "<define:process.env>",
|
7001
7169
|
"kind": "import-statement",
|
7002
|
-
"
|
7170
|
+
"external": true
|
7003
7171
|
},
|
7004
7172
|
{
|
7005
|
-
"path": "
|
7173
|
+
"path": "<runtime>",
|
7006
7174
|
"kind": "import-statement",
|
7007
|
-
"
|
7008
|
-
}
|
7175
|
+
"external": true
|
7176
|
+
}
|
7177
|
+
],
|
7178
|
+
"format": "esm"
|
7179
|
+
},
|
7180
|
+
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
7181
|
+
"bytes": 2850,
|
7182
|
+
"imports": [
|
7009
7183
|
{
|
7010
|
-
"path": "
|
7184
|
+
"path": "react",
|
7011
7185
|
"kind": "import-statement",
|
7012
|
-
"
|
7186
|
+
"external": true
|
7013
7187
|
},
|
7014
7188
|
{
|
7015
|
-
"path": "
|
7189
|
+
"path": "@100mslive/react-sdk",
|
7016
7190
|
"kind": "import-statement",
|
7017
|
-
"
|
7191
|
+
"external": true
|
7018
7192
|
},
|
7019
7193
|
{
|
7020
|
-
"path": "
|
7194
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
7021
7195
|
"kind": "import-statement",
|
7022
|
-
"original": "
|
7196
|
+
"original": "../Toast/ToastManager"
|
7023
7197
|
},
|
7024
7198
|
{
|
7025
|
-
"path": "
|
7199
|
+
"path": "src/Prebuilt/common/constants.ts",
|
7026
7200
|
"kind": "import-statement",
|
7027
|
-
"original": "
|
7201
|
+
"original": "../../common/constants"
|
7028
7202
|
},
|
7029
7203
|
{
|
7030
|
-
"path": "
|
7204
|
+
"path": "<define:process.env>",
|
7031
7205
|
"kind": "import-statement",
|
7032
|
-
"
|
7206
|
+
"external": true
|
7033
7207
|
},
|
7034
7208
|
{
|
7035
|
-
"path": "
|
7209
|
+
"path": "<runtime>",
|
7036
7210
|
"kind": "import-statement",
|
7037
7211
|
"external": true
|
7038
|
-
}
|
7212
|
+
}
|
7213
|
+
],
|
7214
|
+
"format": "esm"
|
7215
|
+
},
|
7216
|
+
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
7217
|
+
"bytes": 9607,
|
7218
|
+
"imports": [
|
7039
7219
|
{
|
7040
|
-
"path": "
|
7220
|
+
"path": "react",
|
7041
7221
|
"kind": "import-statement",
|
7042
|
-
"
|
7222
|
+
"external": true
|
7043
7223
|
},
|
7044
7224
|
{
|
7045
|
-
"path": "
|
7225
|
+
"path": "@100mslive/react-sdk",
|
7046
7226
|
"kind": "import-statement",
|
7047
|
-
"
|
7227
|
+
"external": true
|
7048
7228
|
},
|
7049
7229
|
{
|
7050
|
-
"path": "
|
7230
|
+
"path": "@100mslive/react-icons",
|
7051
7231
|
"kind": "import-statement",
|
7052
|
-
"
|
7232
|
+
"external": true
|
7053
7233
|
},
|
7054
7234
|
{
|
7055
|
-
"path": "
|
7235
|
+
"path": "src/Dropdown/index.tsx",
|
7056
7236
|
"kind": "import-statement",
|
7057
|
-
"original": "
|
7237
|
+
"original": "../../../Dropdown"
|
7058
7238
|
},
|
7059
7239
|
{
|
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",
|
7240
|
+
"path": "src/IconButton/index.tsx",
|
7076
7241
|
"kind": "import-statement",
|
7077
|
-
"
|
7242
|
+
"original": "../../../IconButton"
|
7078
7243
|
},
|
7079
7244
|
{
|
7080
7245
|
"path": "src/Layout/index.tsx",
|
@@ -7082,30 +7247,19 @@
|
|
7082
7247
|
"original": "../../../Layout"
|
7083
7248
|
},
|
7084
7249
|
{
|
7085
|
-
"path": "src/
|
7250
|
+
"path": "src/Sheet/index.ts",
|
7086
7251
|
"kind": "import-statement",
|
7087
|
-
"original": "../../../
|
7252
|
+
"original": "../../../Sheet"
|
7088
7253
|
},
|
7089
7254
|
{
|
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",
|
7255
|
+
"path": "src/Text/index.tsx",
|
7102
7256
|
"kind": "import-statement",
|
7103
|
-
"
|
7257
|
+
"original": "../../../Text"
|
7104
7258
|
},
|
7105
7259
|
{
|
7106
|
-
"path": "
|
7260
|
+
"path": "src/Tooltip/index.ts",
|
7107
7261
|
"kind": "import-statement",
|
7108
|
-
"
|
7262
|
+
"original": "../../../Tooltip"
|
7109
7263
|
},
|
7110
7264
|
{
|
7111
7265
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
@@ -7113,40 +7267,24 @@
|
|
7113
7267
|
"original": "../Toast/ToastManager"
|
7114
7268
|
},
|
7115
7269
|
{
|
7116
|
-
"path": "
|
7117
|
-
"kind": "import-statement",
|
7118
|
-
"external": true
|
7119
|
-
},
|
7120
|
-
{
|
7121
|
-
"path": "<define:process.env>",
|
7270
|
+
"path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
|
7122
7271
|
"kind": "import-statement",
|
7123
|
-
"
|
7272
|
+
"original": "./MwebChatOption"
|
7124
7273
|
},
|
7125
7274
|
{
|
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",
|
7275
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7138
7276
|
"kind": "import-statement",
|
7139
|
-
"
|
7277
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7140
7278
|
},
|
7141
7279
|
{
|
7142
|
-
"path": "
|
7280
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7143
7281
|
"kind": "import-statement",
|
7144
|
-
"
|
7282
|
+
"original": "../hooks/useChatBlacklist"
|
7145
7283
|
},
|
7146
7284
|
{
|
7147
|
-
"path": "src/Prebuilt/components/
|
7285
|
+
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7148
7286
|
"kind": "import-statement",
|
7149
|
-
"original": "../
|
7287
|
+
"original": "../hooks/useSetPinnedMessages"
|
7150
7288
|
},
|
7151
7289
|
{
|
7152
7290
|
"path": "src/Prebuilt/common/constants.ts",
|
@@ -7166,19 +7304,14 @@
|
|
7166
7304
|
],
|
7167
7305
|
"format": "esm"
|
7168
7306
|
},
|
7169
|
-
"src/Prebuilt/components/Chat/ChatBody.
|
7170
|
-
"bytes":
|
7307
|
+
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
7308
|
+
"bytes": 13922,
|
7171
7309
|
"imports": [
|
7172
7310
|
{
|
7173
7311
|
"path": "react",
|
7174
7312
|
"kind": "import-statement",
|
7175
7313
|
"external": true
|
7176
7314
|
},
|
7177
|
-
{
|
7178
|
-
"path": "react-intersection-observer",
|
7179
|
-
"kind": "import-statement",
|
7180
|
-
"external": true
|
7181
|
-
},
|
7182
7315
|
{
|
7183
7316
|
"path": "react-use",
|
7184
7317
|
"kind": "import-statement",
|
@@ -7199,31 +7332,11 @@
|
|
7199
7332
|
"kind": "import-statement",
|
7200
7333
|
"external": true
|
7201
7334
|
},
|
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
7335
|
{
|
7218
7336
|
"path": "src/Layout/index.tsx",
|
7219
7337
|
"kind": "import-statement",
|
7220
7338
|
"original": "../../../Layout"
|
7221
7339
|
},
|
7222
|
-
{
|
7223
|
-
"path": "src/Sheet/index.ts",
|
7224
|
-
"kind": "import-statement",
|
7225
|
-
"original": "../../../Sheet"
|
7226
|
-
},
|
7227
7340
|
{
|
7228
7341
|
"path": "src/Text/index.tsx",
|
7229
7342
|
"kind": "import-statement",
|
@@ -7245,14 +7358,9 @@
|
|
7245
7358
|
"original": "../../images/empty-chat.svg"
|
7246
7359
|
},
|
7247
7360
|
{
|
7248
|
-
"path": "src/Prebuilt/components/
|
7361
|
+
"path": "src/Prebuilt/components/Chat/ChatActions.tsx",
|
7249
7362
|
"kind": "import-statement",
|
7250
|
-
"original": "
|
7251
|
-
},
|
7252
|
-
{
|
7253
|
-
"path": "src/Prebuilt/components/Chat/MwebChatOption.tsx",
|
7254
|
-
"kind": "import-statement",
|
7255
|
-
"original": "./MwebChatOption"
|
7363
|
+
"original": "./ChatActions"
|
7256
7364
|
},
|
7257
7365
|
{
|
7258
7366
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
@@ -7264,16 +7372,6 @@
|
|
7264
7372
|
"kind": "import-statement",
|
7265
7373
|
"original": "../AppData/useUISettings"
|
7266
7374
|
},
|
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
7375
|
{
|
7278
7376
|
"path": "src/Prebuilt/common/constants.ts",
|
7279
7377
|
"kind": "import-statement",
|
@@ -7283,11 +7381,6 @@
|
|
7283
7381
|
"path": "<define:process.env>",
|
7284
7382
|
"kind": "import-statement",
|
7285
7383
|
"external": true
|
7286
|
-
},
|
7287
|
-
{
|
7288
|
-
"path": "<runtime>",
|
7289
|
-
"kind": "import-statement",
|
7290
|
-
"external": true
|
7291
7384
|
}
|
7292
7385
|
],
|
7293
7386
|
"format": "esm"
|
@@ -7482,7 +7575,7 @@
|
|
7482
7575
|
"format": "esm"
|
7483
7576
|
},
|
7484
7577
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
7485
|
-
"bytes":
|
7578
|
+
"bytes": 9161,
|
7486
7579
|
"imports": [
|
7487
7580
|
{
|
7488
7581
|
"path": "react",
|
@@ -7549,6 +7642,11 @@
|
|
7549
7642
|
"kind": "import-statement",
|
7550
7643
|
"original": "../AppData/useUISettings"
|
7551
7644
|
},
|
7645
|
+
{
|
7646
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7647
|
+
"kind": "import-statement",
|
7648
|
+
"original": "../hooks/useChatBlacklist"
|
7649
|
+
},
|
7552
7650
|
{
|
7553
7651
|
"path": "src/Prebuilt/components/Chat/useEmojiPickerStyles.js",
|
7554
7652
|
"kind": "import-statement",
|
@@ -7578,7 +7676,7 @@
|
|
7578
7676
|
"format": "esm"
|
7579
7677
|
},
|
7580
7678
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
7581
|
-
"bytes":
|
7679
|
+
"bytes": 2619,
|
7582
7680
|
"imports": [
|
7583
7681
|
{
|
7584
7682
|
"path": "react",
|
@@ -7610,6 +7708,11 @@
|
|
7610
7708
|
"kind": "import-statement",
|
7611
7709
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7612
7710
|
},
|
7711
|
+
{
|
7712
|
+
"path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
|
7713
|
+
"kind": "import-statement",
|
7714
|
+
"original": "../hooks/useChatBlacklist"
|
7715
|
+
},
|
7613
7716
|
{
|
7614
7717
|
"path": "src/Prebuilt/common/constants.ts",
|
7615
7718
|
"kind": "import-statement",
|
@@ -7676,7 +7779,7 @@
|
|
7676
7779
|
"format": "esm"
|
7677
7780
|
},
|
7678
7781
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
7679
|
-
"bytes":
|
7782
|
+
"bytes": 5076,
|
7680
7783
|
"imports": [
|
7681
7784
|
{
|
7682
7785
|
"path": "react",
|
@@ -7724,7 +7827,7 @@
|
|
7724
7827
|
"original": "./ArrowNavigation"
|
7725
7828
|
},
|
7726
7829
|
{
|
7727
|
-
"path": "src/Prebuilt/components/Chat/ChatBody.
|
7830
|
+
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
7728
7831
|
"kind": "import-statement",
|
7729
7832
|
"original": "./ChatBody"
|
7730
7833
|
},
|
@@ -7738,6 +7841,11 @@
|
|
7738
7841
|
"kind": "import-statement",
|
7739
7842
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7740
7843
|
},
|
7844
|
+
{
|
7845
|
+
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7846
|
+
"kind": "import-statement",
|
7847
|
+
"original": "../hooks/useSetPinnedMessages"
|
7848
|
+
},
|
7741
7849
|
{
|
7742
7850
|
"path": "src/Prebuilt/common/constants.ts",
|
7743
7851
|
"kind": "import-statement",
|
@@ -7756,8 +7864,8 @@
|
|
7756
7864
|
],
|
7757
7865
|
"format": "esm"
|
7758
7866
|
},
|
7759
|
-
"src/Prebuilt/components/Chat/Chat.
|
7760
|
-
"bytes":
|
7867
|
+
"src/Prebuilt/components/Chat/Chat.tsx": {
|
7868
|
+
"bytes": 3561,
|
7761
7869
|
"imports": [
|
7762
7870
|
{
|
7763
7871
|
"path": "react",
|
@@ -7769,6 +7877,11 @@
|
|
7769
7877
|
"kind": "import-statement",
|
7770
7878
|
"external": true
|
7771
7879
|
},
|
7880
|
+
{
|
7881
|
+
"path": "react-window",
|
7882
|
+
"kind": "import-statement",
|
7883
|
+
"external": true
|
7884
|
+
},
|
7772
7885
|
{
|
7773
7886
|
"path": "../hms-video-store/dist/index.js",
|
7774
7887
|
"kind": "import-statement",
|
@@ -7800,7 +7913,7 @@
|
|
7800
7913
|
"original": "../../../Theme"
|
7801
7914
|
},
|
7802
7915
|
{
|
7803
|
-
"path": "src/Prebuilt/components/Chat/ChatBody.
|
7916
|
+
"path": "src/Prebuilt/components/Chat/ChatBody.tsx",
|
7804
7917
|
"kind": "import-statement",
|
7805
7918
|
"original": "./ChatBody"
|
7806
7919
|
},
|
@@ -7824,11 +7937,6 @@
|
|
7824
7937
|
"kind": "import-statement",
|
7825
7938
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7826
7939
|
},
|
7827
|
-
{
|
7828
|
-
"path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
|
7829
|
-
"kind": "import-statement",
|
7830
|
-
"original": "../hooks/useSetPinnedMessages"
|
7831
|
-
},
|
7832
7940
|
{
|
7833
7941
|
"path": "src/Prebuilt/common/constants.ts",
|
7834
7942
|
"kind": "import-statement",
|
@@ -7975,7 +8083,7 @@
|
|
7975
8083
|
"format": "esm"
|
7976
8084
|
},
|
7977
8085
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
7978
|
-
"bytes":
|
8086
|
+
"bytes": 7873,
|
7979
8087
|
"imports": [
|
7980
8088
|
{
|
7981
8089
|
"path": "react",
|
@@ -8003,7 +8111,7 @@
|
|
8003
8111
|
"external": true
|
8004
8112
|
},
|
8005
8113
|
{
|
8006
|
-
"path": "src/Prebuilt/components/Chat/Chat.
|
8114
|
+
"path": "src/Prebuilt/components/Chat/Chat.tsx",
|
8007
8115
|
"kind": "import-statement",
|
8008
8116
|
"original": "./Chat/Chat"
|
8009
8117
|
},
|
@@ -12247,7 +12355,7 @@
|
|
12247
12355
|
"dist/index.js": {
|
12248
12356
|
"imports": [
|
12249
12357
|
{
|
12250
|
-
"path": "dist/chunk-
|
12358
|
+
"path": "dist/chunk-GXJIUWTP.js",
|
12251
12359
|
"kind": "import-statement"
|
12252
12360
|
}
|
12253
12361
|
],
|
@@ -12319,16 +12427,16 @@
|
|
12319
12427
|
"inputs": {},
|
12320
12428
|
"bytes": 1798
|
12321
12429
|
},
|
12322
|
-
"dist/HLSView-
|
12430
|
+
"dist/HLSView-GG4WVUQY.js.map": {
|
12323
12431
|
"imports": [],
|
12324
12432
|
"exports": [],
|
12325
12433
|
"inputs": {},
|
12326
12434
|
"bytes": 58021
|
12327
12435
|
},
|
12328
|
-
"dist/HLSView-
|
12436
|
+
"dist/HLSView-GG4WVUQY.js": {
|
12329
12437
|
"imports": [
|
12330
12438
|
{
|
12331
|
-
"path": "dist/chunk-
|
12439
|
+
"path": "dist/chunk-GXJIUWTP.js",
|
12332
12440
|
"kind": "import-statement"
|
12333
12441
|
},
|
12334
12442
|
{
|
@@ -12492,13 +12600,13 @@
|
|
12492
12600
|
},
|
12493
12601
|
"bytes": 36449
|
12494
12602
|
},
|
12495
|
-
"dist/chunk-
|
12603
|
+
"dist/chunk-GXJIUWTP.js.map": {
|
12496
12604
|
"imports": [],
|
12497
12605
|
"exports": [],
|
12498
12606
|
"inputs": {},
|
12499
|
-
"bytes":
|
12607
|
+
"bytes": 3020899
|
12500
12608
|
},
|
12501
|
-
"dist/chunk-
|
12609
|
+
"dist/chunk-GXJIUWTP.js": {
|
12502
12610
|
"imports": [
|
12503
12611
|
{
|
12504
12612
|
"path": "react",
|
@@ -13135,11 +13243,6 @@
|
|
13135
13243
|
"kind": "import-statement",
|
13136
13244
|
"external": true
|
13137
13245
|
},
|
13138
|
-
{
|
13139
|
-
"path": "lodash.merge",
|
13140
|
-
"kind": "import-statement",
|
13141
|
-
"external": true
|
13142
|
-
},
|
13143
13246
|
{
|
13144
13247
|
"path": "react",
|
13145
13248
|
"kind": "import-statement",
|
@@ -13510,6 +13613,21 @@
|
|
13510
13613
|
"kind": "import-statement",
|
13511
13614
|
"external": true
|
13512
13615
|
},
|
13616
|
+
{
|
13617
|
+
"path": "eventemitter2",
|
13618
|
+
"kind": "import-statement",
|
13619
|
+
"external": true
|
13620
|
+
},
|
13621
|
+
{
|
13622
|
+
"path": "@100mslive/react-sdk",
|
13623
|
+
"kind": "import-statement",
|
13624
|
+
"external": true
|
13625
|
+
},
|
13626
|
+
{
|
13627
|
+
"path": "react",
|
13628
|
+
"kind": "import-statement",
|
13629
|
+
"external": true
|
13630
|
+
},
|
13513
13631
|
{
|
13514
13632
|
"path": "@100mslive/react-icons",
|
13515
13633
|
"kind": "import-statement",
|
@@ -14016,42 +14134,42 @@
|
|
14016
14134
|
"external": true
|
14017
14135
|
},
|
14018
14136
|
{
|
14019
|
-
"path": "
|
14137
|
+
"path": "@100mslive/react-sdk",
|
14020
14138
|
"kind": "import-statement",
|
14021
14139
|
"external": true
|
14022
14140
|
},
|
14023
14141
|
{
|
14024
|
-
"path": "@100mslive/react-
|
14142
|
+
"path": "@100mslive/react-icons",
|
14025
14143
|
"kind": "import-statement",
|
14026
14144
|
"external": true
|
14027
14145
|
},
|
14028
14146
|
{
|
14029
|
-
"path": "
|
14147
|
+
"path": "react",
|
14030
14148
|
"kind": "import-statement",
|
14031
14149
|
"external": true
|
14032
14150
|
},
|
14033
14151
|
{
|
14034
|
-
"path": "react",
|
14152
|
+
"path": "react-use",
|
14035
14153
|
"kind": "import-statement",
|
14036
14154
|
"external": true
|
14037
14155
|
},
|
14038
14156
|
{
|
14039
|
-
"path": "react-
|
14157
|
+
"path": "react-virtualized-auto-sizer",
|
14040
14158
|
"kind": "import-statement",
|
14041
14159
|
"external": true
|
14042
14160
|
},
|
14043
14161
|
{
|
14044
|
-
"path": "react-
|
14162
|
+
"path": "react-window",
|
14045
14163
|
"kind": "import-statement",
|
14046
14164
|
"external": true
|
14047
14165
|
},
|
14048
14166
|
{
|
14049
|
-
"path": "react-
|
14167
|
+
"path": "@100mslive/react-sdk",
|
14050
14168
|
"kind": "import-statement",
|
14051
14169
|
"external": true
|
14052
14170
|
},
|
14053
14171
|
{
|
14054
|
-
"path": "react
|
14172
|
+
"path": "react",
|
14055
14173
|
"kind": "import-statement",
|
14056
14174
|
"external": true
|
14057
14175
|
},
|
@@ -14676,7 +14794,7 @@
|
|
14676
14794
|
"external": true
|
14677
14795
|
},
|
14678
14796
|
{
|
14679
|
-
"path": "dist/HLSView-
|
14797
|
+
"path": "dist/HLSView-GG4WVUQY.js",
|
14680
14798
|
"kind": "dynamic-import"
|
14681
14799
|
},
|
14682
14800
|
{
|
@@ -15087,7 +15205,10 @@
|
|
15087
15205
|
],
|
15088
15206
|
"inputs": {
|
15089
15207
|
"<define:process.env>": {
|
15090
|
-
"bytesInOutput":
|
15208
|
+
"bytesInOutput": 18673
|
15209
|
+
},
|
15210
|
+
"../../node_modules/lodash/lodash.js": {
|
15211
|
+
"bytesInOutput": 224380
|
15091
15212
|
},
|
15092
15213
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
15093
15214
|
"bytesInOutput": 42462
|
@@ -15345,7 +15466,7 @@
|
|
15345
15466
|
"bytesInOutput": 5393
|
15346
15467
|
},
|
15347
15468
|
"src/Prebuilt/common/constants.ts": {
|
15348
|
-
"bytesInOutput":
|
15469
|
+
"bytesInOutput": 3393
|
15349
15470
|
},
|
15350
15471
|
"src/Prebuilt/components/AuthToken.jsx": {
|
15351
15472
|
"bytesInOutput": 3501
|
@@ -15441,7 +15562,7 @@
|
|
15441
15562
|
"bytesInOutput": 2675
|
15442
15563
|
},
|
15443
15564
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15444
|
-
"bytesInOutput":
|
15565
|
+
"bytesInOutput": 1118
|
15445
15566
|
},
|
15446
15567
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
15447
15568
|
"bytesInOutput": 2258
|
@@ -15501,7 +15622,7 @@
|
|
15501
15622
|
"bytesInOutput": 1948
|
15502
15623
|
},
|
15503
15624
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
15504
|
-
"bytesInOutput":
|
15625
|
+
"bytesInOutput": 10028
|
15505
15626
|
},
|
15506
15627
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
15507
15628
|
"bytesInOutput": 10019
|
@@ -15569,6 +15690,15 @@
|
|
15569
15690
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
15570
15691
|
"bytesInOutput": 3219
|
15571
15692
|
},
|
15693
|
+
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
15694
|
+
"bytesInOutput": 711
|
15695
|
+
},
|
15696
|
+
"../hms-video-store/dist/index.js": {
|
15697
|
+
"bytesInOutput": 19755
|
15698
|
+
},
|
15699
|
+
"../../node_modules/reselect/es/index.js": {
|
15700
|
+
"bytesInOutput": 2537
|
15701
|
+
},
|
15572
15702
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
15573
15703
|
"bytesInOutput": 589
|
15574
15704
|
},
|
@@ -15627,7 +15757,7 @@
|
|
15627
15757
|
"bytesInOutput": 5852
|
15628
15758
|
},
|
15629
15759
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
15630
|
-
"bytesInOutput":
|
15760
|
+
"bytesInOutput": 886
|
15631
15761
|
},
|
15632
15762
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
15633
15763
|
"bytesInOutput": 899
|
@@ -15660,13 +15790,13 @@
|
|
15660
15790
|
"bytesInOutput": 4875
|
15661
15791
|
},
|
15662
15792
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
|
15663
|
-
"bytesInOutput":
|
15793
|
+
"bytesInOutput": 8301
|
15664
15794
|
},
|
15665
15795
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
|
15666
15796
|
"bytesInOutput": 2077
|
15667
15797
|
},
|
15668
15798
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
15669
|
-
"bytesInOutput":
|
15799
|
+
"bytesInOutput": 3637
|
15670
15800
|
},
|
15671
15801
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.jsx": {
|
15672
15802
|
"bytesInOutput": 882
|
@@ -15684,10 +15814,10 @@
|
|
15684
15814
|
"bytesInOutput": 2193
|
15685
15815
|
},
|
15686
15816
|
"src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
|
15687
|
-
"bytesInOutput":
|
15817
|
+
"bytesInOutput": 3433
|
15688
15818
|
},
|
15689
15819
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
15690
|
-
"bytesInOutput":
|
15820
|
+
"bytesInOutput": 1683
|
15691
15821
|
},
|
15692
15822
|
"src/Prebuilt/components/Polls/Voting/Voting.jsx": {
|
15693
15823
|
"bytesInOutput": 3376
|
@@ -15699,40 +15829,37 @@
|
|
15699
15829
|
"bytesInOutput": 1342
|
15700
15830
|
},
|
15701
15831
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
15702
|
-
"bytesInOutput":
|
15832
|
+
"bytesInOutput": 7826
|
15703
15833
|
},
|
15704
15834
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
|
15705
15835
|
"bytesInOutput": 1101
|
15706
15836
|
},
|
15707
15837
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
15708
|
-
"bytesInOutput":
|
15838
|
+
"bytesInOutput": 7277
|
15709
15839
|
},
|
15710
|
-
"src/Prebuilt/components/Chat/Chat.
|
15711
|
-
"bytesInOutput":
|
15840
|
+
"src/Prebuilt/components/Chat/Chat.tsx": {
|
15841
|
+
"bytesInOutput": 3459
|
15712
15842
|
},
|
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
|
15843
|
+
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
15844
|
+
"bytesInOutput": 13638
|
15721
15845
|
},
|
15722
15846
|
"src/Prebuilt/images/empty-chat.svg": {
|
15723
15847
|
"bytesInOutput": 2261
|
15724
15848
|
},
|
15849
|
+
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
15850
|
+
"bytesInOutput": 9252
|
15851
|
+
},
|
15725
15852
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
15726
15853
|
"bytesInOutput": 414
|
15727
15854
|
},
|
15728
15855
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
15729
|
-
"bytesInOutput":
|
15856
|
+
"bytesInOutput": 1210
|
15730
15857
|
},
|
15731
15858
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
15732
|
-
"bytesInOutput":
|
15859
|
+
"bytesInOutput": 2761
|
15733
15860
|
},
|
15734
15861
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
15735
|
-
"bytesInOutput":
|
15862
|
+
"bytesInOutput": 8638
|
15736
15863
|
},
|
15737
15864
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
15738
15865
|
"bytesInOutput": 5318
|
@@ -15747,10 +15874,10 @@
|
|
15747
15874
|
"bytesInOutput": 1202
|
15748
15875
|
},
|
15749
15876
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
15750
|
-
"bytesInOutput":
|
15877
|
+
"bytesInOutput": 2916
|
15751
15878
|
},
|
15752
15879
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
15753
|
-
"bytesInOutput":
|
15880
|
+
"bytesInOutput": 4983
|
15754
15881
|
},
|
15755
15882
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
15756
15883
|
"bytesInOutput": 1021
|
@@ -15759,13 +15886,13 @@
|
|
15759
15886
|
"bytesInOutput": 543
|
15760
15887
|
},
|
15761
15888
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
15762
|
-
"bytesInOutput":
|
15889
|
+
"bytesInOutput": 4167
|
15763
15890
|
},
|
15764
15891
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
15765
15892
|
"bytesInOutput": 2469
|
15766
15893
|
},
|
15767
15894
|
"src/Prebuilt/components/VideoTile.jsx": {
|
15768
|
-
"bytesInOutput":
|
15895
|
+
"bytesInOutput": 6794
|
15769
15896
|
},
|
15770
15897
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
15771
15898
|
"bytesInOutput": 1506
|
@@ -15813,7 +15940,7 @@
|
|
15813
15940
|
"bytesInOutput": 3621
|
15814
15941
|
},
|
15815
15942
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
15816
|
-
"bytesInOutput":
|
15943
|
+
"bytesInOutput": 2021
|
15817
15944
|
},
|
15818
15945
|
"src/Prebuilt/components/InsetTile.tsx": {
|
15819
15946
|
"bytesInOutput": 4035
|
@@ -15828,7 +15955,7 @@
|
|
15828
15955
|
"bytesInOutput": 1204
|
15829
15956
|
},
|
15830
15957
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
15831
|
-
"bytesInOutput":
|
15958
|
+
"bytesInOutput": 3839
|
15832
15959
|
},
|
15833
15960
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
15834
15961
|
"bytesInOutput": 1737
|
@@ -15906,7 +16033,7 @@
|
|
15906
16033
|
"bytesInOutput": 27
|
15907
16034
|
},
|
15908
16035
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
15909
|
-
"bytesInOutput":
|
16036
|
+
"bytesInOutput": 7354
|
15910
16037
|
},
|
15911
16038
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
15912
16039
|
"bytesInOutput": 1768
|
@@ -15918,10 +16045,10 @@
|
|
15918
16045
|
"bytesInOutput": 1053
|
15919
16046
|
},
|
15920
16047
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
15921
|
-
"bytesInOutput":
|
16048
|
+
"bytesInOutput": 1370
|
15922
16049
|
},
|
15923
16050
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
15924
|
-
"bytesInOutput":
|
16051
|
+
"bytesInOutput": 1223
|
15925
16052
|
},
|
15926
16053
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
15927
16054
|
"bytesInOutput": 1596
|
@@ -15972,7 +16099,7 @@
|
|
15972
16099
|
"bytesInOutput": 418
|
15973
16100
|
}
|
15974
16101
|
},
|
15975
|
-
"bytes":
|
16102
|
+
"bytes": 1217888
|
15976
16103
|
}
|
15977
16104
|
}
|
15978
16105
|
}
|