@100mslive/roomkit-react 0.1.18-alpha.1 → 0.1.19-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/dist/{HLSView-MR7RYQZB.js → HLSView-GG4WVUQY.js} +2 -2
  2. package/dist/Prebuilt/common/constants.d.ts +2 -6
  3. package/dist/Prebuilt/components/Chat/Chat.d.ts +2 -0
  4. package/dist/Prebuilt/components/Chat/ChatActions.d.ts +12 -0
  5. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +8 -0
  6. package/dist/Prebuilt/components/Chat/ChatFooter.d.ts +2 -2
  7. package/dist/Prebuilt/components/Chat/ChatStates.d.ts +1 -1
  8. package/dist/Prebuilt/components/Chat/MwebChatOption.d.ts +1 -1
  9. package/dist/Prebuilt/components/Chat/PinnedMessage.d.ts +1 -3
  10. package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +4 -0
  11. package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +3 -10
  12. package/dist/Prebuilt/components/hooks/useUnreadPollQuizPresent.d.ts +5 -0
  13. package/dist/{chunk-WFHOR7AP.js → chunk-GXJIUWTP.js} +10083 -4574
  14. package/dist/chunk-GXJIUWTP.js.map +7 -0
  15. package/dist/index.cjs.js +12716 -7192
  16. package/dist/index.cjs.js.map +4 -4
  17. package/dist/index.js +1 -1
  18. package/dist/meta.cjs.json +367 -240
  19. package/dist/meta.esbuild.json +377 -250
  20. package/package.json +6 -6
  21. package/src/Prebuilt/common/constants.ts +4 -4
  22. package/src/Prebuilt/components/Chat/Chat.tsx +108 -0
  23. package/src/Prebuilt/components/Chat/ChatActions.tsx +297 -0
  24. package/src/Prebuilt/components/Chat/ChatBody.tsx +444 -0
  25. package/src/Prebuilt/components/Chat/ChatFooter.tsx +9 -3
  26. package/src/Prebuilt/components/Chat/ChatStates.tsx +5 -0
  27. package/src/Prebuilt/components/Chat/MwebChatOption.tsx +1 -1
  28. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +4 -2
  29. package/src/Prebuilt/components/Footer/PollsToggle.tsx +12 -3
  30. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -1
  31. package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx +3 -3
  32. package/src/Prebuilt/components/Polls/Voting/Leaderboard.tsx +9 -1
  33. package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +6 -6
  34. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +20 -23
  35. package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +1 -1
  36. package/src/Prebuilt/components/SidePaneTabs.tsx +33 -11
  37. package/src/Prebuilt/components/hooks/useChatBlacklist.ts +7 -1
  38. package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +19 -11
  39. package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +20 -0
  40. package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +11 -2
  41. package/dist/chunk-WFHOR7AP.js.map +0 -7
  42. package/src/Prebuilt/components/Chat/Chat.jsx +0 -124
  43. package/src/Prebuilt/components/Chat/ChatBody.jsx +0 -726
  44. /package/dist/{HLSView-MR7RYQZB.js.map → HLSView-GG4WVUQY.js.map} +0 -0
@@ -1909,7 +1909,7 @@
1909
1909
  "format": "esm"
1910
1910
  },
1911
1911
  "src/Prebuilt/common/constants.ts": {
1912
- "bytes": 4264,
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": 1388,
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.merge",
3112
+ "path": "../../node_modules/lodash/lodash.js",
3102
3113
  "kind": "import-statement",
3103
- "external": true
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": 11516,
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": 799,
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": 3798,
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": 9040,
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": 1710,
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": 4333,
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": 8945,
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
- "../../node_modules/reselect/es/index.js": {
6933
- "bytes": 3975,
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": "<define:process.env>",
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": "<define:process.env>",
7127
+ "path": "src/Layout/index.tsx",
6948
7128
  "kind": "import-statement",
6949
- "external": true
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": "<define:process.env>",
7132
+ "path": "src/Text/index.tsx",
6959
7133
  "kind": "import-statement",
6960
- "external": true
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
- "../hms-video-store/dist/index.js": {
6977
- "bytes": 67221,
7144
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
7145
+ "bytes": 1235,
6978
7146
  "imports": [
6979
7147
  {
6980
- "path": "../../node_modules/reselect/es/index.js",
7148
+ "path": "react",
6981
7149
  "kind": "import-statement",
6982
- "original": "reselect"
7150
+ "external": true
6983
7151
  },
6984
7152
  {
6985
- "path": "../../node_modules/reselect/es/index.js",
7153
+ "path": "@100mslive/react-sdk",
6986
7154
  "kind": "import-statement",
6987
- "original": "reselect"
7155
+ "external": true
6988
7156
  },
6989
7157
  {
6990
- "path": "../../node_modules/reselect/es/index.js",
7158
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6991
7159
  "kind": "import-statement",
6992
- "original": "reselect"
7160
+ "original": "../Toast/ToastManager"
6993
7161
  },
6994
7162
  {
6995
- "path": "../hms-video-web/dist/index.js",
7163
+ "path": "src/Prebuilt/common/constants.ts",
6996
7164
  "kind": "import-statement",
6997
- "original": "@100mslive/hms-video"
7165
+ "original": "../../common/constants"
6998
7166
  },
6999
7167
  {
7000
- "path": "../../node_modules/reselect/es/index.js",
7168
+ "path": "<define:process.env>",
7001
7169
  "kind": "import-statement",
7002
- "original": "reselect"
7170
+ "external": true
7003
7171
  },
7004
7172
  {
7005
- "path": "../../node_modules/reselect/es/index.js",
7173
+ "path": "<runtime>",
7006
7174
  "kind": "import-statement",
7007
- "original": "reselect"
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": "../hms-video-web/dist/index.js",
7184
+ "path": "react",
7011
7185
  "kind": "import-statement",
7012
- "original": "@100mslive/hms-video"
7186
+ "external": true
7013
7187
  },
7014
7188
  {
7015
- "path": "../../node_modules/immer/dist/immer.esm.mjs",
7189
+ "path": "@100mslive/react-sdk",
7016
7190
  "kind": "import-statement",
7017
- "original": "immer"
7191
+ "external": true
7018
7192
  },
7019
7193
  {
7020
- "path": "../../node_modules/zustand/esm/shallow.js",
7194
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7021
7195
  "kind": "import-statement",
7022
- "original": "zustand/shallow"
7196
+ "original": "../Toast/ToastManager"
7023
7197
  },
7024
7198
  {
7025
- "path": "../../node_modules/zustand/esm/vanilla.js",
7199
+ "path": "src/Prebuilt/common/constants.ts",
7026
7200
  "kind": "import-statement",
7027
- "original": "zustand/vanilla"
7201
+ "original": "../../common/constants"
7028
7202
  },
7029
7203
  {
7030
- "path": "../hms-video-web/dist/index.js",
7204
+ "path": "<define:process.env>",
7031
7205
  "kind": "import-statement",
7032
- "original": "@100mslive/hms-video"
7206
+ "external": true
7033
7207
  },
7034
7208
  {
7035
- "path": "eventemitter2",
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": "../hms-video-web/dist/index.js",
7220
+ "path": "react",
7041
7221
  "kind": "import-statement",
7042
- "original": "@100mslive/hms-video"
7222
+ "external": true
7043
7223
  },
7044
7224
  {
7045
- "path": "../hms-video-web/dist/index.js",
7225
+ "path": "@100mslive/react-sdk",
7046
7226
  "kind": "import-statement",
7047
- "original": "@100mslive/hms-video"
7227
+ "external": true
7048
7228
  },
7049
7229
  {
7050
- "path": "../hms-video-web/dist/index.js",
7230
+ "path": "@100mslive/react-icons",
7051
7231
  "kind": "import-statement",
7052
- "original": "@100mslive/hms-video"
7232
+ "external": true
7053
7233
  },
7054
7234
  {
7055
- "path": "../../node_modules/reselect/es/index.js",
7235
+ "path": "src/Dropdown/index.tsx",
7056
7236
  "kind": "import-statement",
7057
- "original": "reselect"
7237
+ "original": "../../../Dropdown"
7058
7238
  },
7059
7239
  {
7060
- "path": "<define:process.env>",
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
- "external": true
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/Text/index.tsx",
7250
+ "path": "src/Sheet/index.ts",
7086
7251
  "kind": "import-statement",
7087
- "original": "../../../Text"
7252
+ "original": "../../../Sheet"
7088
7253
  },
7089
7254
  {
7090
- "path": "<define:process.env>",
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
- "external": true
7257
+ "original": "../../../Text"
7104
7258
  },
7105
7259
  {
7106
- "path": "@100mslive/react-sdk",
7260
+ "path": "src/Tooltip/index.ts",
7107
7261
  "kind": "import-statement",
7108
- "external": true
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": "../../common/constants",
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
- "external": true
7272
+ "original": "./MwebChatOption"
7124
7273
  },
7125
7274
  {
7126
- "path": "<runtime>",
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
- "external": true
7277
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7140
7278
  },
7141
7279
  {
7142
- "path": "@100mslive/react-sdk",
7280
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
7143
7281
  "kind": "import-statement",
7144
- "external": true
7282
+ "original": "../hooks/useChatBlacklist"
7145
7283
  },
7146
7284
  {
7147
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
7285
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7148
7286
  "kind": "import-statement",
7149
- "original": "../Toast/ToastManager"
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.jsx": {
7170
- "bytes": 22510,
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/Toast/ToastManager.js",
7361
+ "path": "src/Prebuilt/components/Chat/ChatActions.tsx",
7249
7362
  "kind": "import-statement",
7250
- "original": "../Toast/ToastManager"
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": 9022,
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": 2427,
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": 5018,
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.jsx",
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.jsx": {
7760
- "bytes": 4353,
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.jsx",
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": 6933,
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.jsx",
8114
+ "path": "src/Prebuilt/components/Chat/Chat.tsx",
8007
8115
  "kind": "import-statement",
8008
8116
  "original": "./Chat/Chat"
8009
8117
  },
@@ -12242,7 +12350,7 @@
12242
12350
  "imports": [],
12243
12351
  "exports": [],
12244
12352
  "inputs": {},
12245
- "bytes": 2377729
12353
+ "bytes": 3083229
12246
12354
  },
12247
12355
  "dist/index.cjs.js": {
12248
12356
  "imports": [
@@ -12791,11 +12899,6 @@
12791
12899
  "kind": "require-call",
12792
12900
  "external": true
12793
12901
  },
12794
- {
12795
- "path": "lodash.merge",
12796
- "kind": "require-call",
12797
- "external": true
12798
- },
12799
12902
  {
12800
12903
  "path": "react",
12801
12904
  "kind": "require-call",
@@ -13181,6 +13284,21 @@
13181
13284
  "kind": "require-call",
13182
13285
  "external": true
13183
13286
  },
13287
+ {
13288
+ "path": "eventemitter2",
13289
+ "kind": "require-call",
13290
+ "external": true
13291
+ },
13292
+ {
13293
+ "path": "react",
13294
+ "kind": "require-call",
13295
+ "external": true
13296
+ },
13297
+ {
13298
+ "path": "@100mslive/react-sdk",
13299
+ "kind": "require-call",
13300
+ "external": true
13301
+ },
13184
13302
  {
13185
13303
  "path": "react",
13186
13304
  "kind": "require-call",
@@ -13667,7 +13785,7 @@
13667
13785
  "external": true
13668
13786
  },
13669
13787
  {
13670
- "path": "eventemitter2",
13788
+ "path": "react",
13671
13789
  "kind": "require-call",
13672
13790
  "external": true
13673
13791
  },
@@ -13676,6 +13794,11 @@
13676
13794
  "kind": "require-call",
13677
13795
  "external": true
13678
13796
  },
13797
+ {
13798
+ "path": "@100mslive/react-sdk",
13799
+ "kind": "require-call",
13800
+ "external": true
13801
+ },
13679
13802
  {
13680
13803
  "path": "react",
13681
13804
  "kind": "require-call",
@@ -13697,12 +13820,12 @@
13697
13820
  "external": true
13698
13821
  },
13699
13822
  {
13700
- "path": "react",
13823
+ "path": "@100mslive/react-icons",
13701
13824
  "kind": "require-call",
13702
13825
  "external": true
13703
13826
  },
13704
13827
  {
13705
- "path": "react-intersection-observer",
13828
+ "path": "react",
13706
13829
  "kind": "require-call",
13707
13830
  "external": true
13708
13831
  },
@@ -13726,11 +13849,6 @@
13726
13849
  "kind": "require-call",
13727
13850
  "external": true
13728
13851
  },
13729
- {
13730
- "path": "@100mslive/react-icons",
13731
- "kind": "require-call",
13732
- "external": true
13733
- },
13734
13852
  {
13735
13853
  "path": "react",
13736
13854
  "kind": "require-call",
@@ -14866,7 +14984,7 @@
14866
14984
  "entryPoint": "src/index.ts",
14867
14985
  "inputs": {
14868
14986
  "<define:process.env>": {
14869
- "bytesInOutput": 18670
14987
+ "bytesInOutput": 18673
14870
14988
  },
14871
14989
  "src/Theme/base.config.ts": {
14872
14990
  "bytesInOutput": 6104
@@ -15127,7 +15245,7 @@
15127
15245
  "bytesInOutput": 1087
15128
15246
  },
15129
15247
  "src/Prebuilt/common/constants.ts": {
15130
- "bytesInOutput": 4440
15248
+ "bytesInOutput": 4320
15131
15249
  },
15132
15250
  "src/Prebuilt/components/AppData/useUISettings.js": {
15133
15251
  "bytesInOutput": 7041
@@ -15213,6 +15331,9 @@
15213
15331
  "src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
15214
15332
  "bytesInOutput": 260
15215
15333
  },
15334
+ "../../node_modules/lodash/lodash.js": {
15335
+ "bytesInOutput": 224385
15336
+ },
15216
15337
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
15217
15338
  "bytesInOutput": 1887
15218
15339
  },
@@ -15220,7 +15341,7 @@
15220
15341
  "bytesInOutput": 2742
15221
15342
  },
15222
15343
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
15223
- "bytesInOutput": 1371
15344
+ "bytesInOutput": 1552
15224
15345
  },
15225
15346
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
15226
15347
  "bytesInOutput": 1498
@@ -15366,8 +15487,17 @@
15366
15487
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
15367
15488
  "bytesInOutput": 2747
15368
15489
  },
15490
+ "../../node_modules/reselect/es/index.js": {
15491
+ "bytesInOutput": 2639
15492
+ },
15493
+ "../hms-video-store/dist/index.js": {
15494
+ "bytesInOutput": 21938
15495
+ },
15496
+ "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
15497
+ "bytesInOutput": 1004
15498
+ },
15369
15499
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
15370
- "bytesInOutput": 12031
15500
+ "bytesInOutput": 12303
15371
15501
  },
15372
15502
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
15373
15503
  "bytesInOutput": 729
@@ -15430,7 +15560,7 @@
15430
15560
  "bytesInOutput": 14004
15431
15561
  },
15432
15562
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
15433
- "bytesInOutput": 951
15563
+ "bytesInOutput": 1326
15434
15564
  },
15435
15565
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
15436
15566
  "bytesInOutput": 1352
@@ -15448,7 +15578,7 @@
15448
15578
  "bytesInOutput": 959
15449
15579
  },
15450
15580
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15451
- "bytesInOutput": 9182
15581
+ "bytesInOutput": 9229
15452
15582
  },
15453
15583
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
15454
15584
  "bytesInOutput": 2780
@@ -15463,13 +15593,13 @@
15463
15593
  "bytesInOutput": 858
15464
15594
  },
15465
15595
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
15466
- "bytesInOutput": 4556
15596
+ "bytesInOutput": 4598
15467
15597
  },
15468
15598
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
15469
15599
  "bytesInOutput": 5343
15470
15600
  },
15471
15601
  "src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.jsx": {
15472
- "bytesInOutput": 10397
15602
+ "bytesInOutput": 10260
15473
15603
  },
15474
15604
  "src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.jsx": {
15475
15605
  "bytesInOutput": 2790
@@ -15478,16 +15608,16 @@
15478
15608
  "bytesInOutput": 5588
15479
15609
  },
15480
15610
  "src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
15481
- "bytesInOutput": 2155
15611
+ "bytesInOutput": 2218
15482
15612
  },
15483
15613
  "src/Prebuilt/components/Polls/Voting/Leaderboard.tsx": {
15484
- "bytesInOutput": 4147
15614
+ "bytesInOutput": 4278
15485
15615
  },
15486
15616
  "src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
15487
15617
  "bytesInOutput": 1818
15488
15618
  },
15489
15619
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15490
- "bytesInOutput": 10633
15620
+ "bytesInOutput": 9141
15491
15621
  },
15492
15622
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
15493
15623
  "bytesInOutput": 1695
@@ -15501,12 +15631,6 @@
15501
15631
  "src/Prebuilt/components/Polls/Polls.tsx": {
15502
15632
  "bytesInOutput": 1163
15503
15633
  },
15504
- "../../node_modules/reselect/es/index.js": {
15505
- "bytesInOutput": 2639
15506
- },
15507
- "../hms-video-store/dist/index.js": {
15508
- "bytesInOutput": 21938
15509
- },
15510
15634
  "src/Prebuilt/images/empty-chat.svg": {
15511
15635
  "bytesInOutput": 2366
15512
15636
  },
@@ -15514,13 +15638,16 @@
15514
15638
  "bytesInOutput": 688
15515
15639
  },
15516
15640
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
15517
- "bytesInOutput": 994
15641
+ "bytesInOutput": 1528
15518
15642
  },
15519
15643
  "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
15520
- "bytesInOutput": 2849
15644
+ "bytesInOutput": 3177
15645
+ },
15646
+ "src/Prebuilt/components/Chat/ChatActions.tsx": {
15647
+ "bytesInOutput": 10958
15521
15648
  },
15522
- "src/Prebuilt/components/Chat/ChatBody.jsx": {
15523
- "bytesInOutput": 27883
15649
+ "src/Prebuilt/components/Chat/ChatBody.tsx": {
15650
+ "bytesInOutput": 16296
15524
15651
  },
15525
15652
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
15526
15653
  "bytesInOutput": 8560
@@ -15535,10 +15662,10 @@
15535
15662
  "bytesInOutput": 1440
15536
15663
  },
15537
15664
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15538
- "bytesInOutput": 10218
15665
+ "bytesInOutput": 10386
15539
15666
  },
15540
15667
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
15541
- "bytesInOutput": 3358
15668
+ "bytesInOutput": 3529
15542
15669
  },
15543
15670
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
15544
15671
  "bytesInOutput": 1403
@@ -15547,19 +15674,19 @@
15547
15674
  "bytesInOutput": 828
15548
15675
  },
15549
15676
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
15550
- "bytesInOutput": 6082
15677
+ "bytesInOutput": 6156
15551
15678
  },
15552
- "src/Prebuilt/components/Chat/Chat.jsx": {
15553
- "bytesInOutput": 5465
15679
+ "src/Prebuilt/components/Chat/Chat.tsx": {
15680
+ "bytesInOutput": 4364
15554
15681
  },
15555
15682
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
15556
- "bytesInOutput": 5309
15683
+ "bytesInOutput": 5306
15557
15684
  },
15558
15685
  "src/Prebuilt/components/ChatSettings.tsx": {
15559
15686
  "bytesInOutput": 3060
15560
15687
  },
15561
15688
  "src/Prebuilt/components/SidePaneTabs.tsx": {
15562
- "bytesInOutput": 7995
15689
+ "bytesInOutput": 8908
15563
15690
  },
15564
15691
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
15565
15692
  "bytesInOutput": 2109
@@ -15763,10 +15890,10 @@
15763
15890
  "bytesInOutput": 1412
15764
15891
  },
15765
15892
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
15766
- "bytesInOutput": 1811
15893
+ "bytesInOutput": 1817
15767
15894
  },
15768
15895
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
15769
- "bytesInOutput": 1436
15896
+ "bytesInOutput": 1445
15770
15897
  },
15771
15898
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
15772
15899
  "bytesInOutput": 1964
@@ -15832,7 +15959,7 @@
15832
15959
  "bytesInOutput": 2930
15833
15960
  }
15834
15961
  },
15835
- "bytes": 1208739
15962
+ "bytes": 1434522
15836
15963
  }
15837
15964
  }
15838
15965
  }