@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.
Files changed (37) hide show
  1. package/dist/{HLSView-MR7RYQZB.js → HLSView-XU2WQ4VV.js} +2 -2
  2. package/dist/Prebuilt/components/Chat/Chat.d.ts +2 -0
  3. package/dist/Prebuilt/components/Chat/ChatActions.d.ts +12 -0
  4. package/dist/Prebuilt/components/Chat/ChatBody.d.ts +8 -0
  5. package/dist/Prebuilt/components/Chat/ChatFooter.d.ts +2 -2
  6. package/dist/Prebuilt/components/Chat/ChatStates.d.ts +1 -1
  7. package/dist/Prebuilt/components/Chat/MwebChatOption.d.ts +1 -1
  8. package/dist/Prebuilt/components/Chat/PinnedMessage.d.ts +1 -3
  9. package/dist/Prebuilt/components/hooks/useChatBlacklist.d.ts +1 -0
  10. package/dist/Prebuilt/components/hooks/useSetPinnedMessages.d.ts +3 -10
  11. package/dist/Prebuilt/components/hooks/useUnreadPollQuizPresent.d.ts +5 -0
  12. package/dist/{chunk-WFHOR7AP.js → chunk-2FX6MFDM.js} +4535 -4495
  13. package/dist/chunk-2FX6MFDM.js.map +7 -0
  14. package/dist/index.cjs.js +5110 -5055
  15. package/dist/index.cjs.js.map +4 -4
  16. package/dist/index.js +1 -1
  17. package/dist/meta.cjs.json +341 -223
  18. package/dist/meta.esbuild.json +351 -233
  19. package/package.json +6 -6
  20. package/src/Prebuilt/components/Chat/Chat.tsx +108 -0
  21. package/src/Prebuilt/components/Chat/ChatActions.tsx +295 -0
  22. package/src/Prebuilt/components/Chat/ChatBody.tsx +444 -0
  23. package/src/Prebuilt/components/Chat/ChatFooter.tsx +9 -3
  24. package/src/Prebuilt/components/Chat/ChatStates.tsx +5 -0
  25. package/src/Prebuilt/components/Chat/MwebChatOption.tsx +1 -1
  26. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +4 -2
  27. package/src/Prebuilt/components/Footer/PollsToggle.tsx +12 -3
  28. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -1
  29. package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +1 -1
  30. package/src/Prebuilt/components/SidePaneTabs.tsx +33 -11
  31. package/src/Prebuilt/components/hooks/useChatBlacklist.ts +7 -1
  32. package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +19 -11
  33. package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +20 -0
  34. package/dist/chunk-WFHOR7AP.js.map +0 -7
  35. package/src/Prebuilt/components/Chat/Chat.jsx +0 -124
  36. package/src/Prebuilt/components/Chat/ChatBody.jsx +0 -726
  37. /package/dist/{HLSView-MR7RYQZB.js.map → HLSView-XU2WQ4VV.js.map} +0 -0
@@ -4418,7 +4418,7 @@
4418
4418
  "format": "cjs"
4419
4419
  },
4420
4420
  "../hms-video-web/dist/index.js": {
4421
- "bytes": 261466,
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": 11516,
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": 799,
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": 3798,
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
- "../../node_modules/reselect/es/index.js": {
6933
- "bytes": 3975,
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": "<define:process.env>",
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": "<define:process.env>",
7116
+ "path": "src/Layout/index.tsx",
6948
7117
  "kind": "import-statement",
6949
- "external": true
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": "<define:process.env>",
7121
+ "path": "src/Text/index.tsx",
6959
7122
  "kind": "import-statement",
6960
- "external": true
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
- "../hms-video-store/dist/index.js": {
6977
- "bytes": 67221,
7133
+ "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
7134
+ "bytes": 1169,
6978
7135
  "imports": [
6979
7136
  {
6980
- "path": "../../node_modules/reselect/es/index.js",
7137
+ "path": "react",
6981
7138
  "kind": "import-statement",
6982
- "original": "reselect"
7139
+ "external": true
6983
7140
  },
6984
7141
  {
6985
- "path": "../../node_modules/reselect/es/index.js",
7142
+ "path": "@100mslive/react-sdk",
6986
7143
  "kind": "import-statement",
6987
- "original": "reselect"
7144
+ "external": true
6988
7145
  },
6989
7146
  {
6990
- "path": "../../node_modules/reselect/es/index.js",
7147
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
6991
7148
  "kind": "import-statement",
6992
- "original": "reselect"
7149
+ "original": "../Toast/ToastManager"
6993
7150
  },
6994
7151
  {
6995
- "path": "../hms-video-web/dist/index.js",
7152
+ "path": "src/Prebuilt/common/constants.ts",
6996
7153
  "kind": "import-statement",
6997
- "original": "@100mslive/hms-video"
7154
+ "original": "../../common/constants"
6998
7155
  },
6999
7156
  {
7000
- "path": "../../node_modules/reselect/es/index.js",
7157
+ "path": "<define:process.env>",
7001
7158
  "kind": "import-statement",
7002
- "original": "reselect"
7159
+ "external": true
7003
7160
  },
7004
7161
  {
7005
- "path": "../../node_modules/reselect/es/index.js",
7162
+ "path": "<runtime>",
7006
7163
  "kind": "import-statement",
7007
- "original": "reselect"
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": "../hms-video-web/dist/index.js",
7173
+ "path": "react",
7011
7174
  "kind": "import-statement",
7012
- "original": "@100mslive/hms-video"
7175
+ "external": true
7013
7176
  },
7014
7177
  {
7015
- "path": "../../node_modules/immer/dist/immer.esm.mjs",
7178
+ "path": "@100mslive/react-sdk",
7016
7179
  "kind": "import-statement",
7017
- "original": "immer"
7180
+ "external": true
7018
7181
  },
7019
7182
  {
7020
- "path": "../../node_modules/zustand/esm/shallow.js",
7183
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
7021
7184
  "kind": "import-statement",
7022
- "original": "zustand/shallow"
7185
+ "original": "../Toast/ToastManager"
7023
7186
  },
7024
7187
  {
7025
- "path": "../../node_modules/zustand/esm/vanilla.js",
7188
+ "path": "src/Prebuilt/common/constants.ts",
7026
7189
  "kind": "import-statement",
7027
- "original": "zustand/vanilla"
7190
+ "original": "../../common/constants"
7028
7191
  },
7029
7192
  {
7030
- "path": "../hms-video-web/dist/index.js",
7193
+ "path": "<define:process.env>",
7031
7194
  "kind": "import-statement",
7032
- "original": "@100mslive/hms-video"
7195
+ "external": true
7033
7196
  },
7034
7197
  {
7035
- "path": "eventemitter2",
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": "../hms-video-web/dist/index.js",
7209
+ "path": "react",
7041
7210
  "kind": "import-statement",
7042
- "original": "@100mslive/hms-video"
7211
+ "external": true
7043
7212
  },
7044
7213
  {
7045
- "path": "../hms-video-web/dist/index.js",
7214
+ "path": "@100mslive/react-sdk",
7046
7215
  "kind": "import-statement",
7047
- "original": "@100mslive/hms-video"
7216
+ "external": true
7048
7217
  },
7049
7218
  {
7050
- "path": "../hms-video-web/dist/index.js",
7219
+ "path": "@100mslive/react-icons",
7051
7220
  "kind": "import-statement",
7052
- "original": "@100mslive/hms-video"
7221
+ "external": true
7053
7222
  },
7054
7223
  {
7055
- "path": "../../node_modules/reselect/es/index.js",
7224
+ "path": "src/Dropdown/index.tsx",
7056
7225
  "kind": "import-statement",
7057
- "original": "reselect"
7226
+ "original": "../../../Dropdown"
7058
7227
  },
7059
7228
  {
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",
7229
+ "path": "src/IconButton/index.tsx",
7076
7230
  "kind": "import-statement",
7077
- "external": true
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/Text/index.tsx",
7239
+ "path": "src/Sheet/index.ts",
7086
7240
  "kind": "import-statement",
7087
- "original": "../../../Text"
7241
+ "original": "../../../Sheet"
7088
7242
  },
7089
7243
  {
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",
7244
+ "path": "src/Text/index.tsx",
7102
7245
  "kind": "import-statement",
7103
- "external": true
7246
+ "original": "../../../Text"
7104
7247
  },
7105
7248
  {
7106
- "path": "@100mslive/react-sdk",
7249
+ "path": "src/Tooltip/index.ts",
7107
7250
  "kind": "import-statement",
7108
- "external": true
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": "../../common/constants",
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
- "external": true
7261
+ "original": "./MwebChatOption"
7124
7262
  },
7125
7263
  {
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",
7264
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
7138
7265
  "kind": "import-statement",
7139
- "external": true
7266
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7140
7267
  },
7141
7268
  {
7142
- "path": "@100mslive/react-sdk",
7269
+ "path": "src/Prebuilt/components/hooks/useChatBlacklist.ts",
7143
7270
  "kind": "import-statement",
7144
- "external": true
7271
+ "original": "../hooks/useChatBlacklist"
7145
7272
  },
7146
7273
  {
7147
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
7274
+ "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7148
7275
  "kind": "import-statement",
7149
- "original": "../Toast/ToastManager"
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.jsx": {
7170
- "bytes": 22510,
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/Toast/ToastManager.js",
7350
+ "path": "src/Prebuilt/components/Chat/ChatActions.tsx",
7249
7351
  "kind": "import-statement",
7250
- "original": "../Toast/ToastManager"
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": 9022,
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": 2427,
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": 5018,
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.jsx",
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.jsx": {
7760
- "bytes": 4353,
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.jsx",
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": 6933,
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.jsx",
8103
+ "path": "src/Prebuilt/components/Chat/Chat.tsx",
8007
8104
  "kind": "import-statement",
8008
8105
  "original": "./Chat/Chat"
8009
8106
  },
@@ -12242,7 +12339,7 @@
12242
12339
  "imports": [],
12243
12340
  "exports": [],
12244
12341
  "inputs": {},
12245
- "bytes": 2377729
12342
+ "bytes": 2382048
12246
12343
  },
12247
12344
  "dist/index.cjs.js": {
12248
12345
  "imports": [
@@ -13181,6 +13278,21 @@
13181
13278
  "kind": "require-call",
13182
13279
  "external": true
13183
13280
  },
13281
+ {
13282
+ "path": "eventemitter2",
13283
+ "kind": "require-call",
13284
+ "external": true
13285
+ },
13286
+ {
13287
+ "path": "react",
13288
+ "kind": "require-call",
13289
+ "external": true
13290
+ },
13291
+ {
13292
+ "path": "@100mslive/react-sdk",
13293
+ "kind": "require-call",
13294
+ "external": true
13295
+ },
13184
13296
  {
13185
13297
  "path": "react",
13186
13298
  "kind": "require-call",
@@ -13667,7 +13779,7 @@
13667
13779
  "external": true
13668
13780
  },
13669
13781
  {
13670
- "path": "eventemitter2",
13782
+ "path": "react",
13671
13783
  "kind": "require-call",
13672
13784
  "external": true
13673
13785
  },
@@ -13676,6 +13788,11 @@
13676
13788
  "kind": "require-call",
13677
13789
  "external": true
13678
13790
  },
13791
+ {
13792
+ "path": "@100mslive/react-sdk",
13793
+ "kind": "require-call",
13794
+ "external": true
13795
+ },
13679
13796
  {
13680
13797
  "path": "react",
13681
13798
  "kind": "require-call",
@@ -13697,12 +13814,12 @@
13697
13814
  "external": true
13698
13815
  },
13699
13816
  {
13700
- "path": "react",
13817
+ "path": "@100mslive/react-icons",
13701
13818
  "kind": "require-call",
13702
13819
  "external": true
13703
13820
  },
13704
13821
  {
13705
- "path": "react-intersection-observer",
13822
+ "path": "react",
13706
13823
  "kind": "require-call",
13707
13824
  "external": true
13708
13825
  },
@@ -13726,11 +13843,6 @@
13726
13843
  "kind": "require-call",
13727
13844
  "external": true
13728
13845
  },
13729
- {
13730
- "path": "@100mslive/react-icons",
13731
- "kind": "require-call",
13732
- "external": true
13733
- },
13734
13846
  {
13735
13847
  "path": "react",
13736
13848
  "kind": "require-call",
@@ -14866,7 +14978,7 @@
14866
14978
  "entryPoint": "src/index.ts",
14867
14979
  "inputs": {
14868
14980
  "<define:process.env>": {
14869
- "bytesInOutput": 18670
14981
+ "bytesInOutput": 18566
14870
14982
  },
14871
14983
  "src/Theme/base.config.ts": {
14872
14984
  "bytesInOutput": 6104
@@ -15334,7 +15446,7 @@
15334
15446
  "bytesInOutput": 615
15335
15447
  },
15336
15448
  "../hms-video-web/dist/index.js": {
15337
- "bytesInOutput": 35348
15449
+ "bytesInOutput": 35340
15338
15450
  },
15339
15451
  "src/Prebuilt/common/utils.js": {
15340
15452
  "bytesInOutput": 4395
@@ -15366,8 +15478,17 @@
15366
15478
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
15367
15479
  "bytesInOutput": 2747
15368
15480
  },
15481
+ "../../node_modules/reselect/es/index.js": {
15482
+ "bytesInOutput": 2639
15483
+ },
15484
+ "../hms-video-store/dist/index.js": {
15485
+ "bytesInOutput": 21922
15486
+ },
15487
+ "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
15488
+ "bytesInOutput": 1004
15489
+ },
15369
15490
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
15370
- "bytesInOutput": 12031
15491
+ "bytesInOutput": 12303
15371
15492
  },
15372
15493
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
15373
15494
  "bytesInOutput": 729
@@ -15430,7 +15551,7 @@
15430
15551
  "bytesInOutput": 14004
15431
15552
  },
15432
15553
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
15433
- "bytesInOutput": 951
15554
+ "bytesInOutput": 1326
15434
15555
  },
15435
15556
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
15436
15557
  "bytesInOutput": 1352
@@ -15448,7 +15569,7 @@
15448
15569
  "bytesInOutput": 959
15449
15570
  },
15450
15571
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
15451
- "bytesInOutput": 9182
15572
+ "bytesInOutput": 9229
15452
15573
  },
15453
15574
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
15454
15575
  "bytesInOutput": 2780
@@ -15463,7 +15584,7 @@
15463
15584
  "bytesInOutput": 858
15464
15585
  },
15465
15586
  "src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
15466
- "bytesInOutput": 4556
15587
+ "bytesInOutput": 4598
15467
15588
  },
15468
15589
  "src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
15469
15590
  "bytesInOutput": 5343
@@ -15501,12 +15622,6 @@
15501
15622
  "src/Prebuilt/components/Polls/Polls.tsx": {
15502
15623
  "bytesInOutput": 1163
15503
15624
  },
15504
- "../../node_modules/reselect/es/index.js": {
15505
- "bytesInOutput": 2639
15506
- },
15507
- "../hms-video-store/dist/index.js": {
15508
- "bytesInOutput": 21938
15509
- },
15510
15625
  "src/Prebuilt/images/empty-chat.svg": {
15511
15626
  "bytesInOutput": 2366
15512
15627
  },
@@ -15514,13 +15629,16 @@
15514
15629
  "bytesInOutput": 688
15515
15630
  },
15516
15631
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
15517
- "bytesInOutput": 994
15632
+ "bytesInOutput": 1467
15518
15633
  },
15519
15634
  "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
15520
- "bytesInOutput": 2849
15635
+ "bytesInOutput": 3177
15636
+ },
15637
+ "src/Prebuilt/components/Chat/ChatActions.tsx": {
15638
+ "bytesInOutput": 10840
15521
15639
  },
15522
- "src/Prebuilt/components/Chat/ChatBody.jsx": {
15523
- "bytesInOutput": 27883
15640
+ "src/Prebuilt/components/Chat/ChatBody.tsx": {
15641
+ "bytesInOutput": 16296
15524
15642
  },
15525
15643
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
15526
15644
  "bytesInOutput": 8560
@@ -15535,10 +15653,10 @@
15535
15653
  "bytesInOutput": 1440
15536
15654
  },
15537
15655
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15538
- "bytesInOutput": 10218
15656
+ "bytesInOutput": 10379
15539
15657
  },
15540
15658
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
15541
- "bytesInOutput": 3358
15659
+ "bytesInOutput": 3519
15542
15660
  },
15543
15661
  "src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
15544
15662
  "bytesInOutput": 1403
@@ -15547,19 +15665,19 @@
15547
15665
  "bytesInOutput": 828
15548
15666
  },
15549
15667
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
15550
- "bytesInOutput": 6082
15668
+ "bytesInOutput": 6156
15551
15669
  },
15552
- "src/Prebuilt/components/Chat/Chat.jsx": {
15553
- "bytesInOutput": 5465
15670
+ "src/Prebuilt/components/Chat/Chat.tsx": {
15671
+ "bytesInOutput": 4364
15554
15672
  },
15555
15673
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
15556
- "bytesInOutput": 5309
15674
+ "bytesInOutput": 5306
15557
15675
  },
15558
15676
  "src/Prebuilt/components/ChatSettings.tsx": {
15559
15677
  "bytesInOutput": 3060
15560
15678
  },
15561
15679
  "src/Prebuilt/components/SidePaneTabs.tsx": {
15562
- "bytesInOutput": 7995
15680
+ "bytesInOutput": 8908
15563
15681
  },
15564
15682
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
15565
15683
  "bytesInOutput": 2109
@@ -15763,10 +15881,10 @@
15763
15881
  "bytesInOutput": 1412
15764
15882
  },
15765
15883
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
15766
- "bytesInOutput": 1811
15884
+ "bytesInOutput": 1817
15767
15885
  },
15768
15886
  "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
15769
- "bytesInOutput": 1436
15887
+ "bytesInOutput": 1445
15770
15888
  },
15771
15889
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
15772
15890
  "bytesInOutput": 1964
@@ -15832,7 +15950,7 @@
15832
15950
  "bytesInOutput": 2930
15833
15951
  }
15834
15952
  },
15835
- "bytes": 1208739
15953
+ "bytes": 1210737
15836
15954
  }
15837
15955
  }
15838
15956
  }